.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;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Nunito, sans-serif;
  letter-spacing: -0.05rem;
}

h1, .h1 {
  font-size: calc(1.75rem + 0.5vw);
  line-height: calc(2rem + 0.5vw);
  margin: 1.25rem 0;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 1.75rem;
    margin: 0 0 1.25rem 0;
  }
}
h1.display-1, .h1.display-1 {
  font-size: calc(4.6rem + 0.5vw);
  line-height: calc(4.8rem + 0.5vw);
  font-weight: 700;
  letter-spacing: -0.075rem;
  margin: 1.25rem 0 0 0;
}
@media (max-width: 768px) {
  h1.display-1, .h1.display-1 {
    font-size: 2.4rem;
    line-height: calc(2.6rem + 0.5vw);
  }
}
h1.display-2, .h1.display-2 {
  font-size: calc(3rem + 0.5vw);
  line-height: calc(2.2rem + 0.5vw);
  margin: 1.25rem 0 0 0;
}
@media (max-width: 768px) {
  h1.display-2, .h1.display-2 {
    font-size: 1.8rem;
    line-height: calc(1.8rem + 0.5vw);
  }
}

h2, .h2 {
  font-size: calc(1.3rem + 0.5vw);
  line-height: calc(1.75rem + 0.5vw);
  margin: 0 0 1rem 0;
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: calc(1.7rem + 0.5vw);
    margin: 0 0 0.75rem 0;
  }
}

h3, .h3 {
  font-size: calc(0.9rem + 0.5vw);
  line-height: calc(1.3rem + 0.5vw);
  margin: 0 0 1rem 0;
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: 1.2rem;
    margin: 0 0 0.75rem 0;
  }
}

.h4, h4 {
  font-size: calc(1rem + 0.25vw);
  line-height: calc(1.3rem + 0.3vw);
  margin: 0 0 1rem 0;
}
@media (max-width: 768px) {
  .h4, h4 {
    font-size: 1.3rem;
    line-height: calc(1.5rem + 0.3vw);
    margin: 0 0 0.75rem 0;
  }
}

.h5, h5 {
  font-size: calc(1rem + 0.25vw);
  line-height: calc(1.2rem + 0.3vw);
  font-weight: 600;
  margin: 0 0 1rem 0;
}
@media (max-width: 768px) {
  .h5, h5 {
    margin: 0 0 0.75rem 0;
  }
}

.h6, h6 {
  font-size: calc(0.9rem + 0.1vw);
  line-height: calc(1.4rem + 0.1vw);
  font-weight: 500;
  margin: 0 0 1rem 0;
}
@media (max-width: 768px) {
  .h6, h6 {
    margin: 0 0 0.75rem 0;
  }
}

a {
  text-decoration: none;
  color: hsl(350, 35%, 49%);
  transition: 0.5s;
}

a:hover {
  color: hsl(218, 33%, 43%);
  transition: 0.5s;
}

p {
  font-size: 1.25rem;
  line-height: 1.45rem;
  color: hsl(218, 33%, 43%) !important;
}
p.lead {
  font-size: calc(1.1rem + 0.1vw);
  line-height: calc(1.5rem + 0.2vw);
  margin-bottom: 2rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  p.lead {
    font-size: calc(1rem + 0.1vw);
    line-height: calc(1.3rem + 0.2vw);
  }
}

.small, small {
  font-size: calc(0.8rem + 0.1vw);
  line-height: calc(1.1rem + 0.1vw);
}

.list {
  font-size: calc(0.9rem + 0.5vw);
  line-height: calc(1.3rem + 0.5vw);
  list-style-type: square;
  list-style-position: outside;
  padding: 0 0 0 1.25rem;
  color: hsl(218, 33%, 43%);
}
.list li {
  margin: 0 0 0.65rem 0;
}
.list li span {
  color: hsl(218, 33%, 43%) !important;
}