.border-end {
  border-right: hsl(218, 33%, 91.4893617021%) 1px solid !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.text-primary {
  color: hsl(218, 33%, 43%) !important;
}

.text-secondary {
  color: hsl(350, 35%, 49%) !important;
}

.text-success {
  color: hsl(21, 100%, 49%) !important;
}

.bg-secondary {
  background-color: hsl(350, 35%, 49%) !important;
}

.bg-success {
  background-color: hsl(21, 100%, 49%) !important;
}

.bg-danger {
  background-color: hsl(291, 40%, 31%) !important;
}

.bg-warning {
  background-color: hsl(216, 51%, 28%) !important;
}

.bg-info {
  background-color: hsl(295, 70%, 60%) !important;
}

.shadow {
  box-shadow: hsla(218, 33%, 43%, 0.1) 0px -1px 1px 0px inset, hsla(218, 33%, 43%, 0.1) 0px 5px 5px -10px, hsla(218, 33%, 43%, 0.5) 0px 20px 20px -20px !important;
}

.bg-primary-s {
  background: linear-gradient(180deg, hsla(218, 33%, 43%, 0.05) 0%, hsla(218, 33%, 43%, 0.25) 100%);
}

.bg-secondary-s {
  background: linear-gradient(180deg, hsla(350, 35%, 49%, 0.05) 0%, hsla(350, 35%, 49%, 0.25) 100%);
}

.bg-success-s {
  background: linear-gradient(180deg, hsla(21, 100%, 49%, 0.05) 0%, hsla(21, 100%, 49%, 0.25) 100%);
}

.bg-danger-s {
  background: linear-gradient(180deg, hsla(291, 40%, 31%, 0.05) 0%, hsla(291, 40%, 31%, 0.25) 100%);
}

.bg-primary {
  background-color: hsl(218, 33%, 43%) !important;
}

.bg-primary-1 {
  background-color: hsla(218, 33%, 43%, 0.01) !important;
}

.bg-primary-2 {
  background-color: hsla(218, 33%, 43%, 0.02) !important;
}

.bg-primary-5 {
  background-color: hsla(218, 33%, 43%, 0.05) !important;
}

.bg-primary-10 {
  background-color: hsla(218, 33%, 43%, 0.1) !important;
}

.bg-primary-15 {
  background-color: hsla(218, 33%, 43%, 0.15) !important;
}

.bg-primary-25 {
  background-color: hsla(218, 33%, 43%, 0.25) !important;
}

.bg-primary-50 {
  background-color: hsla(218, 33%, 43%, 0.5) !important;
}

.bg-primary-75 {
  background-color: hsla(218, 33%, 43%, 0.75) !important;
}

.bg-primary-dark {
  background-color: hsl(218, 33%, 27.5%) !important;
}

.bg-secondary-1 {
  background-color: hsla(350, 35%, 49%, 0.01) !important;
}

.bg-secondary-2 {
  background-color: hsla(350, 35%, 49%, 0.02) !important;
}

.bg-secondary-5 {
  background-color: hsla(350, 35%, 49%, 0.05) !important;
}

.bg-secondary-10 {
  background-color: hsla(350, 35%, 49%, 0.1) !important;
}

.bg-secondary-15 {
  background-color: hsla(350, 35%, 49%, 0.15) !important;
}

.bg-secondary-25 {
  background-color: hsla(350, 35%, 49%, 0.25) !important;
}

.bg-secondary-50 {
  background-color: hsla(350, 35%, 49%, 0.5) !important;
}

.bg-secondary-75 {
  background-color: hsla(350, 35%, 49%, 0.75) !important;
}

.bg-secondary-dark {
  background-color: hsl(350, 35%, 39%) !important;
}

.bg-success-2 {
  background-color: hsla(21, 100%, 49%, 0.02) !important;
}

.bg-success-5 {
  background-color: hsla(21, 100%, 49%, 0.05) !important;
}

.bg-success-5 {
  background-color: hsla(21, 100%, 49%, 0.1) !important;
}

.bg-danger-5 {
  background-color: hsl(291, 40%, 31%) !important;
}

.bg-warning-5 {
  background-color: hhsl(216, 51%, 28%) !important;
}

.bg-info-5 {
  background-color: hsla(295, 70%, 60%, 0.05) !important;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  height: 100%;
}

body {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  letter-spacing: -0.035rem;
  overflow-x: hidden;
  font-family: Nunito, sans-serif;
  font-weight: normal;
  color: hsl(350, 35%, 49%);
  overflow-x: hidden;
  height: 100%;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

body:not(.focus-visible) :focus:not(.focus-visible) {
  outline: 0 !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.container-fluid {
  max-width: 1800px !important;
}

hr {
  margin: 3rem 0 !important;
  border-top: 1px solid hsl(218, 33%, 71.6666666667%) !important;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.video-iframe > iframe {
  border-radius: 0.75rem;
  overflow: hidden;
}

.btn {
  border-radius: 0.25rem;
  padding: 1rem 2rem;
  border: none !important;
  padding: 1rem 2rem !important;
  box-shadow: hsla(218, 33%, 43%, 0.1) 0px -1px 1px 0px inset, hsla(218, 33%, 43%, 0.1) 0px 5px 5px -10px, hsla(218, 33%, 43%, 0.5) 0px 20px 20px -20px;
  transition: 0.5s;
  font-size: 1.1rem;
}
.btn.btn-lg {
  padding: 1.5rem 2rem !important;
  font-size: 1.25rem;
}

.btn-primary {
  background-color: hsl(218, 33%, 43%) !important;
  transition: 0.5s;
}
.btn-primary:hover {
  background-color: hsl(218, 33%, 27.5%) !important;
  transition: 0.5s;
}

.btn-secondary {
  background-color: hsl(350, 35%, 49%) !important;
  color: #ffffff;
  transition: 0.5s;
}
.btn-secondary:hover {
  background-color: hsl(350, 35%, 39%) !important;
  color: #ffffff;
  transition: 0.5s;
}

.btn-success {
  background-color: hsl(21, 100%, 49%) !important;
  color: #ffffff;
  transition: 0.5s;
}
.btn-success:hover {
  background-color: hsl(21, 100%, 42%) !important;
  color: #ffffff;
  transition: 0.5s;
}

.btn-danger {
  background-color: hsl(291, 40%, 31%) !important;
  color: #ffffff;
  transition: 0.5s;
}
.btn-danger:hover {
  background-color: hsl(291, 40%, 24%) !important;
  color: #ffffff;
  transition: 0.5s;
}

.btn-warning {
  background-color: hsl(216, 51%, 28%) !important;
  color: #ffffff;
  transition: 0.5s;
}
.btn-warning:hover {
  background-color: hsl(21, 100%, 52%) !important;
  color: #ffffff;
  transition: 0.5s;
}

.btn-info {
  background-color: hsl(295, 70%, 60%) !important;
  color: #ffffff;
  transition: 0.5s;
}
.btn-info:hover {
  background-color: hsl(295, 70%, 50%) !important;
  color: #ffffff;
  transition: 0.5s;
}