@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about-kam {
  padding: 10rem 0 8rem;
  text-align: center;
}
.about-kam .container {
  position: relative;
  max-width: 880px;
  flex-direction: column;
  align-items: center;
}
.about-kam__sub-title {
  margin: 0;
  font-family: "League Gothic", sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 3.125rem;
}
.about-kam__title {
  position: relative;
  margin: 0 0 -5rem;
  font-size: 13.75rem;
  line-height: 13.75rem;
}
@media screen and (max-width: 991px) {
  .about-kam__title {
    font-size: 6.875rem;
    line-height: 6.875rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .about-kam__title {
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 1rem;
  }
}
.about-kam__main-image {
  margin-bottom: 1rem;
}
.about-kam__description {
  font-size: 1.875rem;
}
.about-kam__description p {
  color: #222222;
  text-align: center !important;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  display: flex;
  width: 888px;
  flex-direction: column;
  justify-content: center;
  margin: 3rem 0;
}
@media screen and (max-width: 991px) {
  .about-kam__description {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .about-kam__description p {
    font-size: 1.5rem;
    width: auto;
    margin: 0;
  }
}
.about-kam__float-image {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid;
  z-index: 10;
  background: #000000;
  -webkit-mask-image: -webkit-radial-gradient(#FFFFFF, #000000);
}
.about-kam__float-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .about-kam__float-image {
    width: 150px;
    height: 150px;
    bottom: 30px;
    left: 30px;
  }
}
.about-kam__float-video {
  background: #000000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}
.about-kam__float-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  z-index: 2;
}
.about-kam__float-video iframe,
.about-kam__float-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177%;
  height: 177%;
  min-width: 177%;
  min-height: 177%;
  object-fit: cover;
  border: none;
}
.about-kam__float-video iframe[src*=youtube] {
  transform: translate(-50%, -50%) scale(1.5);
}
.about-kam__float-video iframe[src*=vimeo] {
  transform: translate(-50%, -50%) scale(1.4);
}
@supports (-webkit-mask-image: radial-gradient(#FFFFFF, #000000)) {
  .about-kam__float-video {
    -webkit-mask-image: -webkit-radial-gradient(circle, #FFFFFF 100%, #000000 100%);
    mask-image: radial-gradient(circle, #FFFFFF 100%, #000000 100%);
  }
}
.about-kam__float-box {
  position: absolute;
  top: 12%;
  right: 0;
  width: 100%;
  max-width: 270px;
  padding: 1.5rem;
  text-align: left;
}
.about-kam__float-box .first {
  font-size: 1.125rem;
  font-weight: 700;
}
.about-kam__float-box .first p {
  margin: 0 0 0.6875rem;
}
.about-kam__float-box .second p {
  margin: 0;
  color: #222222;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
@media screen and (max-width: 991px) {
  .about-kam__float-box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about-kam {
    padding-top: 3rem;
  }
  .about-kam .container {
    flex-direction: row;
  }
}

.about-kam__float-image--mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .about-kam__float-video {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .about-kam__float-image--mobile {
    display: block;
  }
}

.page-id-161122 .about-kam__description p {
  font-size: 1.5rem;
}

.about-kam-widget {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.about-kam-widget__image {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.about-kam-widget__title {
  margin: 0 0 10px;
  color: #222222;
  text-align: center;
  font-size: 1.8164375rem;
  font-style: normal;
  font-weight: 400;
}
.about-kam-widget__description {
  font-size: 0.9em;
  line-height: 1.5;
  text-align: center;
}
.about-kam-widget__description p:first-child {
  margin-top: 0;
}
.about-kam-widget__description p:last-child {
  margin-bottom: 0;
}

.page-sidebar-widget .about-kam-widget__title,
.page-sidebar-block .about-kam-widget__title {
  font-size: 1.4em;
  color: #282828;
}
.page-sidebar-widget .about-kam-widget__description,
.page-sidebar-block .about-kam-widget__description {
  font-size: 0.85em;
}

.page-id-161122 .about-kam-widget__image {
  height: 300px;
  width: 300px;
}

.banner-cta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 250px;
  border-radius: 10px;
  text-align: center;
  background-color: #F5F2EF;
  background-size: cover;
  position: relative;
}
.banner-cta__icon {
  width: 48px;
  height: 50px;
  max-width: 100%;
}
.banner-cta__title {
  margin: 0;
  color: #222222;
  text-align: center;
  font-style: normal;
  font-weight: 400;
}
.banner-cta__description {
  text-align: center;
  font-family: "GlacialIndifference", sans-serif;
  line-height: 25.2px;
}
.banner-cta__description p:first-child {
  margin-top: 0;
}
.banner-cta__description p:last-child {
  margin-bottom: 0;
}
.banner-cta__cta {
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-family: "League Gothic", sans-serif;
  text-transform: uppercase;
}

.page-sidebar-widget .banner-cta,
.page-sidebar-block .banner-cta {
  padding: 15px;
}

.box-grid {
  padding: 5rem 0;
}
.box-grid .container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 991px) {
  .box-grid .container {
    justify-content: center;
  }
}
.box-grid__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: calc(33.333% - 16.6666666667px);
  padding: 20px 20px 34px;
}
@media screen and (max-width: 991px) {
  .box-grid__box {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .box-grid__box {
    width: 100%;
  }
}
.box-grid__box .title {
  width: 100%;
  margin: 0;
  padding: 2.5rem 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: "League Gothic", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.06364;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  text-align: center;
}
.box-grid__box a[id^=cta-] {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.4s;
}
.box-grid__box a[id^=cta-]::after {
  position: absolute;
  width: calc(100% - 1rem - 15px);
  left: 0;
  bottom: -3px;
  content: "";
  border: 1px solid;
}
@media screen and (max-width: 991px) {
  .box-grid__box a[id^=cta-] {
    font-size: 16px;
  }
}
.box-grid__box .items-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.box-grid__box .items-list .item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.box-grid__box .items-list .item .item-description {
  font-family: "GlacialIndifference", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.box-grid__box .items-list .item .item-description p {
  margin: 0;
}
.box-grid__box .amount {
  margin: 20px;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
}
.box-grid__box .fee-description {
  font-family: "GlacialIndifference", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.contact-form {
  display: flex;
  padding: 6rem 0;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50%;
}
.contact-form .container {
  justify-content: center;
}
@media screen and (min-width: 1738px) {
  .contact-form {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 991px) {
  .contact-form {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 2rem 0;
  }
  .contact-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F6F2EF;
    opacity: 0.8;
  }
}
@media screen and (max-width: 991px) {
  .contact-form__background-image {
    display: none;
  }
}
.contact-form__content,
.contact-form .contact-formcontent {
  position: relative;
  max-width: 685px;
  padding: 0;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .contact-form__content,
  .contact-form .contact-formcontent {
    width: 100%;
  }
}
.contact-form__title,
.contact-form .contact-formtitle {
  max-width: 337px;
  position: relative;
  margin-left: -3rem;
  margin-bottom: 1rem;
  color: #222222;
  font-family: "Versailles", sans-serif;
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.625rem;
}
@media screen and (max-width: 991px) {
  .contact-form__title,
  .contact-form .contact-formtitle {
    margin-left: 0;
    font-size: 5rem;
  }
}
.contact-form__description p,
.contact-form .contact-formdescription p {
  color: #222222;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 22.656px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.75px;
  letter-spacing: 0.25px;
}
.contact-form__contact-items,
.contact-form .contact-formcontact-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.contact-form__contact-items a,
.contact-form .contact-formcontact-items a {
  color: #9BBFCD;
  font-family: "League Gothic", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.85rem;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .contact-form__contact-items a,
  .contact-form .contact-formcontact-items a {
    font-size: 1.25rem;
  }
}
.contact-form__contact-form {
  margin-top: 2rem;
}
.contact-form__contact-form form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1rem;
}
.contact-form__contact-form p {
  margin: 0;
}
.contact-form__contact-form input,
.contact-form__contact-form textarea {
  width: 100%;
  padding: 0.6875rem 1.1875rem;
  border: 0;
  font-family: "Versailles", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1375rem;
  text-transform: uppercase;
}
.contact-form__contact-form input::placeholder,
.contact-form__contact-form textarea::placeholder {
  font-family: "Versailles", sans-serif;
  letter-spacing: 0.1375rem;
  text-transform: uppercase;
  opacity: 1;
}
.contact-form__contact-form .wpcf7-form-control-wrap {
  display: block;
}
.contact-form__contact-form .submit .wpcf7-submit {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 26px 48px;
  border: 0;
  border-radius: 100px;
  background-color: #BED8BA;
  color: #222222;
  text-align: center;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.225rem;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .contact-form__contact-form .submit .wpcf7-submit {
    padding: 18px 36px;
    font-size: 0.875rem;
  }
}
.contact-form__contact-form .wpcf7-response-output {
  margin: 0;
}
.contact-form__contact-form .one-col {
  width: 100%;
}
.contact-form__contact-form .two-col {
  width: 100%;
}
.contact-form__contact-form .two-col p {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact-form__contact-form .two-col p .wpcf7-form-control-wrap {
  width: calc(50% - 0.5rem);
}

.course-library {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column-reverse;
  gap: 5rem;
  width: 100%;
  padding: 5rem 0 4rem;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.course-library.fixed-top {
  position: fixed;
  top: 0;
}
.course-library__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 36px;
  border-radius: 10px 10px 0 0;
}
.course-library__content {
  width: 100%;
  max-width: 780px;
  background-color: #F5F2EF;
  border-radius: 10px 10px 0 0;
}
.course-library__content .box-content {
  display: flex;
  flex-direction: column;
  padding: 3.625rem 4.6875rem 4.6875rem;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .course-library__content .box-content {
    padding: 1.5rem;
  }
}
.course-library__content .tab-title {
  position: relative;
  padding: 10px 20px;
  border-radius: 0 10px 0 0;
  font-family: "League Gothic", sans-serif;
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 88%;
  text-align: right;
  text-transform: uppercase;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .course-library__content .tab-title {
    font-size: 1.5rem;
  }
}
.course-library__content .identifier {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.course-library__content .identifier__number {
  font-family: "Versailles", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .course-library__content .identifier__number {
    font-size: 2.25rem;
    line-height: 88%;
  }
}
.course-library__content .identifier__title {
  color: #222222;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 158.4%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .course-library__content .identifier__title {
    font-size: 1.25rem;
  }
}
.course-library__content .title {
  color: #222222;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .course-library__content .title {
    font-size: 1.5rem;
  }
}
.course-library__content .description {
  color: #222222;
  font-size: 20.797px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.6px;
}
@media screen and (max-width: 768px) {
  .course-library__content .description {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
.course-library__content .cta {
  display: flex;
  align-items: center;
  align-self: flex-end;
  gap: 0.5rem;
  text-align: center;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 413.333%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  text-decoration: underline;
  transition: all 0.4s;
}
.course-library__content .cta:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .course-library__content .cta {
    font-size: 1rem;
  }
}
.course-library .splide__arrows {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.course-library .splide__arrows .splide__arrow {
  position: relative;
  right: inherit;
  left: inherit;
  background-color: transparent;
  width: 44px;
  height: 44px;
}
.course-library .splide__arrows .splide__arrow svg {
  width: 44px;
  height: 44px;
  fill: #FFFFFF;
}
@media screen and (min-width: 1441px) {
  .course-library {
    padding: 5rem 1rem 2rem;
  }
}
@media screen and (max-width: 991px) {
  .course-library {
    padding: 5rem 1rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .course-library {
    padding: 10rem 1rem 10rem;
  }
}

.course-library__tab {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

div[class*=course-library__tab--] {
  width: 150px;
  height: 36px;
  position: absolute;
  top: -36px;
  left: 27px;
  display: inline-block;
  margin-right: 50px;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  div[class*=course-library__tab--] {
    width: 100px;
    height: 24px;
    top: -23px;
    left: 24px;
  }
}
div[class*=course-library__tab--]::before {
  height: 36px;
  width: 30px;
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  transform: skewX(-20deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  div[class*=course-library__tab--]::before {
    height: 24px;
  }
}
div[class*=course-library__tab--]::after {
  height: 36px;
  width: 30px;
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  transform: skewX(20deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  div[class*=course-library__tab--]::after {
    height: 24px;
  }
}

.credit-card-hero-simple {
  background-color: #F5F2EF;
  font-family: "Rubik", sans-serif;
}
.credit-card-hero-simple .hero-container.container {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.credit-card-hero-simple .hero-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0 0;
  max-width: 490px;
}
.credit-card-hero-simple .hero-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0 0;
  min-width: 350px;
  width: 493px;
}
.credit-card-hero-simple .hero-right img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
}
.credit-card-hero-simple .hero-right .rates-fees-section .rates-fees-link {
  color: #9A9A9A;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 74.4px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-underline-offset: 0.5rem;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.credit-card-hero-simple .hero-right .rates-fees-section .rates-fees-link:hover {
  color: #555555;
}
.credit-card-hero-simple .credit-card-hero-animation {
  width: 152px;
  height: auto;
  position: relative;
}
.credit-card-hero-simple .credit-card-hero-animation .ofp-logo {
  position: absolute;
  left: 30px;
  top: 30px;
  height: 66px;
}
.credit-card-hero-simple .hero-left h1 {
  color: #222222;
  font-family: "Versailles", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 51px;
}
.credit-card-hero-simple .offer-points h2 {
  color: #F0A9AD;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.credit-card-hero-simple .old-offer p {
  color: #9A9A9A;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-decoration: line-through;
  text-transform: uppercase;
}
.credit-card-hero-simple .current-offer p {
  color: #222222;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 17.719px;
  font-weight: 400;
}
.credit-card-hero-simple .learn-more-section .btn-learn-apply {
  color: #9BBFCD;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 74.4px;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-underline-offset: 0.5rem;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.credit-card-hero-simple .learn-more-section .btn-learn-apply i.fas.fa-arrow-right {
  margin-left: 1rem;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: spin 15s linear infinite;
}

@media (max-width: 768px) {
  .credit-card-hero-simple {
    padding: 40px 0;
  }
  .credit-card-hero-simple .hero-container.container {
    flex-wrap: wrap;
  }
  .credit-card-hero-simple .credit-card-hero-animation {
    margin: -5rem 0;
  }
  .credit-card-hero-simple .hero-left,
  .credit-card-hero-simple .hero-right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    min-width: unset;
    text-align: center;
  }
  .credit-card-hero-simple .hero-left {
    order: 2;
  }
  .credit-card-hero-simple .hero-left h1 {
    font-size: 36px;
  }
  .credit-card-hero-simple .hero-left .offer-points h2 {
    font-size: 28px;
  }
  .credit-card-hero-simple .hero-right {
    order: 1;
  }
}
.credit-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background-color: #F5F2EF;
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.credit-card-container .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 45px;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  overflow: hidden;
}
.credit-card-container .card .card-title {
  display: block;
  color: #66B1BB;
  font-weight: bold;
  margin-bottom: 1.25rem;
  text-decoration: none;
}
.credit-card-container .card .card-img {
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
}
.credit-card-container .card .card-img:hover {
  transform: scale(1.1) rotate(-10deg);
}
.credit-card-container .card .reward-points {
  color: #000000;
  margin: 15px 0;
}
.credit-card-container .card .terms {
  color: #555555;
  margin-bottom: 15px;
  font-style: italic;
}
.credit-card-container .card .terms a {
  color: #555555;
  text-decoration: underline;
}
.credit-card-container .card .apply-link,
.credit-card-container .card .apply-button {
  position: relative;
  padding: 0.25rem 2rem;
  border-radius: 6px;
  color: #66B1BB;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.credit-card-container .card .apply-link::after,
.credit-card-container .card .apply-button::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #66B1BB;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  transition: all 0.4s;
}
.credit-card-container .card .apply-link:hover::after,
.credit-card-container .card .apply-button:hover::after {
  width: 100%;
}
.credit-card-container .card .mod-annual {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 10px;
}
.credit-card-container .card .annual-fee {
  color: #006B77;
  margin: 0;
}
.credit-card-container .card .section-title {
  color: #66B1BB;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.credit-card-container .card hr {
  height: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.credit-card-container .card.large {
  width: 100%;
  font-size: 14px;
}
.credit-card-container .card.large .card-title {
  font-size: 24px;
}
.credit-card-container .card.large .apply-link,
.credit-card-container .card.large .apply-button {
  font-size: 18px;
}
.credit-card-container .card.large .annual-fee {
  font-size: 18px;
}
.credit-card-container .card.large .section-title {
  font-size: 16px;
}
.credit-card-container .card.large .terms {
  font-size: 12px;
}
.credit-card-container .card.medium {
  max-width: 600px;
  padding: 20px;
  font-size: 12px;
}
.credit-card-container .card.medium .left {
  width: 40%;
}
.credit-card-container .card.medium .right {
  width: 60%;
  padding-left: 15px;
}
.credit-card-container .card.medium .card-title {
  font-size: 20px;
}
.credit-card-container .card.medium .mod-annual {
  justify-content: center;
}
.credit-card-container .card.medium .annual-fee {
  font-size: 14px;
}
.credit-card-container .card.small {
  max-width: 260px;
  flex-direction: column;
  padding: 20px;
  font-size: 11px;
  text-align: center;
}
.credit-card-container .card.small .card-title {
  font-size: 16px;
}
.credit-card-container .card.small .card-img {
  max-width: 132px;
  margin-bottom: 15px;
}
.credit-card-container .card.small hr {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
.credit-card-container .card.small hr.hidde-small {
  display: none;
}
.credit-card-container .card.small .mod-annual {
  justify-content: center;
  padding-top: 0;
}
.credit-card-container .card.small .annual-fee {
  display: none;
}

.destinations-map .container {
  max-width: 1110px;
  align-items: flex-start;
  gap: 1rem;
}
.destinations-map .sub-title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-family: "Versailles", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.destinations-map .title {
  width: 100%;
  margin: 0 0 4rem;
  font-family: "League Gothic", sans-serif;
  font-size: 7rem;
  line-height: 7rem;
  color: #BED8BA;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .destinations-map .title {
    font-size: 6rem;
    line-height: 6rem;
  }
}
.destinations-map .destinations-list-container {
  width: calc(27% - 0.5rem);
  border: 1px solid #E0E0E0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px;
}
.destinations-map .destinations-list-container .expand-title {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
}
.destinations-map .destinations-list-container .destination-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.destinations-map .destinations-list-container .destination-list [class*=destination-list-childs-] {
  margin: 16px 0 0;
  display: none;
  padding: 0;
  list-style: none;
}
.destinations-map .destinations-list-container .destination-list a {
  color: #66B1BB;
  text-decoration: none;
  font-size: 14px;
}
.destinations-map .destinations-list-container .expand-list-destinantion-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
}
.destinations-map .destinations-list-container .expand-list-destinantion-button .expand-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: #66B1BB;
}
.destinations-map .destinations-list-container .expand-list-destinantion-button .expand-icon .destination-counter {
  min-width: 10px;
}
@media screen and (max-width: 991px) {
  .destinations-map .destinations-list-container {
    width: 100%;
  }
}
.destinations-map .map-container {
  width: calc(73% - 0.5rem);
}
.destinations-map .map-container .filters {
  display: flex;
  gap: 1rem;
  width: 100%;
  align-items: center;
}
.destinations-map .map-container .filters .select-destination {
  width: 50%;
  height: 32px;
  padding: 8px 20px;
  font-size: 12px;
}
.destinations-map .map-container .filters .search-input {
  width: 50%;
  position: relative;
}
.destinations-map .map-container .filters .search-input input {
  width: 100%;
  height: 32px;
  border-color: #F5F2EF;
  padding: 8px 20px;
  font-size: 12px;
  background-color: #F5F2EF;
}
.destinations-map .map-container .filters .search-input .icon {
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 14px;
  z-index: 2;
}
.destinations-map .map-container .map {
  position: relative;
}
.destinations-map .map-container .map .map-img {
  width: 100%;
  height: auto;
}
.destinations-map .map-container .map .map-destination {
  position: absolute;
}
.destinations-map .map-container .map .map-destination .map-destination-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #66B1BB;
  color: #FFFFFF;
  font-size: 12px;
}
.destinations-map .map-container .map .map-destination .map-destination-image {
  padding: 6px;
  border: 1px solid #66B1BB;
}
.destinations-map .map-container .map .map-destination .map-destination-image img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .destinations-map .map-container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .destinations-map .map-container {
    display: none;
  }
}

.enchanting-links a {
  color: inherit;
  text-decoration: none;
}
.enchanting-links .container {
  flex-direction: column;
  align-items: center;
}

.extra-benefits {
  padding: 5.625rem 0;
}
.extra-benefits .container {
  max-width: 1012px;
}
.extra-benefits__title {
  width: 100%;
  margin: 0;
  text-align: center;
  font-family: "Versailles", sans-serif;
  font-size: 6.25rem;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .extra-benefits__title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .extra-benefits__title {
    font-size: 3.125rem;
  }
}
.extra-benefits__benefits .benefit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 74px 58px;
  gap: 76px;
  border-bottom: 1px solid #222222;
  text-align: center;
}
.extra-benefits__benefits .benefit:last-child {
  border-bottom: 0;
}
.extra-benefits__benefits .benefit .icon {
  width: 110px;
}
.extra-benefits__benefits .benefit .content {
  width: calc(100% - 110px - 76px);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
.extra-benefits__benefits .benefit .content .benefit-title {
  margin: 0;
  font-family: "Versailles", sans-serif;
  font-size: 2.0703125rem;
  font-weight: 400;
}
.extra-benefits__benefits .benefit .content .benefit-description {
  font-family: "GlacialIndifference", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .extra-benefits__benefits .benefit {
    margin-top: 1.875rem;
    padding: 1.25rem;
    gap: 1.25rem;
  }
  .extra-benefits__benefits .benefit .icon {
    width: 100%;
  }
  .extra-benefits__benefits .benefit .content {
    width: 100%;
  }
}

.my-favorite-cards {
  padding: 5rem 0;
}
@media screen and (max-width: 991px) {
  .my-favorite-cards {
    padding: 2rem 0;
  }
}
.my-favorite-cards .container {
  justify-content: space-around;
}
@media screen and (max-width: 991px) {
  .my-favorite-cards .container {
    gap: 2rem;
  }
}
.my-favorite-cards__left-col {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .my-favorite-cards__left-col {
    width: 100%;
    align-items: center;
  }
}
.my-favorite-cards__title {
  margin: 0;
  color: #F5F2EF;
  font-size: 14rem;
  text-align: right;
  text-transform: uppercase;
  line-height: 0;
}
.my-favorite-cards__title span {
  font-family: "League Gothic", sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 12rem;
}
.my-favorite-cards__title .styled {
  font-family: "Net MoonTime", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  text-transform: none;
  line-height: 0;
}
.my-favorite-cards__title-heart {
  display: inline-block;
  vertical-align: middle;
}
.my-favorite-cards__image {
  aspect-ratio: 1;
}
@media screen and (max-width: 991px) {
  .my-favorite-cards__image {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .my-favorite-cards__image {
    width: 90%;
  }
}
.my-favorite-cards__right-col {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .my-favorite-cards__right-col {
    width: 100%;
  }
}
.my-favorite-cards__cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 2rem;
}
.my-favorite-cards__card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 20px;
  border-radius: 20px;
  background-color: #F5F2EF;
}
@media screen and (max-width: 768px) {
  .my-favorite-cards__card {
    text-align: center;
    justify-content: center;
  }
}
.my-favorite-cards__card-img {
  width: calc(35% - 0.5rem);
}
@media screen and (max-width: 768px) {
  .my-favorite-cards__card-img {
    width: 60%;
  }
}
.my-favorite-cards__card-content {
  width: calc(65% - 0.5rem);
}
@media screen and (max-width: 768px) {
  .my-favorite-cards__card-content {
    width: 100%;
  }
}
.my-favorite-cards__card-title {
  font-size: 18px;
  font-weight: 400;
}
.my-favorite-cards__card-offer {
  font-family: "GlacialIndifference", sans-serif;
  font-weight: 400;
  font-size: 1.17em;
}
.my-favorite-cards__card-cta {
  padding: 0;
  background-color: transparent;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1rem;
  color: #F0A9AD;
  letter-spacing: 3px;
}
.my-favorite-cards__card-cta:hover {
  background-color: transparent;
  color: #9BBFCD;
}
.my-favorite-cards__card-cta:visited {
  color: #F0A9AD;
}
.my-favorite-cards__card-cta:visited:hover {
  background-color: transparent;
  color: #9BBFCD;
}
.my-favorite-cards__card-rates {
  text-decoration: none;
  font-size: small;
  color: #404040;
}
.my-favorite-cards__cta {
  background-color: transparent;
  font-family: "League Gothic", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 3px;
  transition: color 0.3s ease;
}
.my-favorite-cards__cta span {
  margin-right: 0.5rem;
  text-decoration: underline;
}
.my-favorite-cards__cta:hover {
  background-color: transparent;
  color: #F0A9AD;
}

.sidebar .container {
  flex-direction: column;
  gap: 2rem;
}
.sidebar .my-favorite-cards {
  padding: 16px;
  background: #9BBFCD;
  border-radius: 20px;
  overflow: hidden;
}
.sidebar .my-favorite-cards__left-col {
  width: 100%;
  margin-bottom: 1.5rem;
}
.sidebar .my-favorite-cards__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.sidebar .my-favorite-cards__title .styled {
  font-size: 40px;
  line-height: 40px;
}
.sidebar .my-favorite-cards__title span {
  display: flex;
  gap: 0.1rem;
  font-size: 50px;
  line-height: 40px;
}
.sidebar .my-favorite-cards__image {
  display: none;
}
.sidebar .my-favorite-cards__right-col {
  width: 100%;
}
.sidebar .my-favorite-cards__cards {
  gap: 2rem;
}
.sidebar .my-favorite-cards__card {
  padding: 0;
  flex-direction: column;
  background-color: transparent;
}
.sidebar .my-favorite-cards__card-img {
  width: 134px;
}
.sidebar .my-favorite-cards__card-content {
  width: 100%;
}
.sidebar .my-favorite-cards__card-title {
  font-size: 18px;
  font-weight: 400;
}
.sidebar .my-favorite-cards__card-offer {
  font-weight: 700;
}
.sidebar .my-favorite-cards__card-cta {
  padding: 0;
  background-color: transparent;
  font-family: "League Gothic", sans-serif;
  color: #222222;
  letter-spacing: 3px;
}
.sidebar .my-favorite-cards__card-cta:hover {
  background-color: transparent;
  color: #F0A9AC;
}
.sidebar .my-favorite-cards__cta {
  display: none;
}

.favorite-things {
  padding: 8rem 0 4rem;
  background-color: #F5F2EF;
}
.favorite-things .container {
  margin-top: 4rem;
  flex-direction: column;
  max-width: 1320px;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.favorite-things .title-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.favorite-things .title-container .title {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: center;
  font-family: "Versailles", sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 62%;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .favorite-things .title-container .title {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .favorite-things .title-container .title {
    font-size: 30px;
  }
}
.favorite-things .title-container .sub-title {
  text-align: center;
  font-family: "Net MoonTime", sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 32.3%;
  letter-spacing: 0.95px;
}
@media screen and (max-width: 767px) {
  .favorite-things .title-container .sub-title {
    font-size: 50px;
    line-height: 0;
  }
}
.favorite-things .things {
  margin-bottom: 3rem;
}
.favorite-things .thing-containter {
  display: none;
}
.favorite-things .thing-containter .row {
  display: flex;
  gap: 3.5rem;
  margin-top: 3.5rem;
  flex-wrap: wrap;
}
.favorite-things .thing-containter .thing {
  width: calc(33.333% - 7rem / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .favorite-things .thing-containter .thing {
    width: 100%;
  }
}
.favorite-things .thing-containter .thing h3 {
  text-align: center;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.favorite-things .thing-containter .thing .description {
  margin: 0;
  min-height: 130px;
  text-align: center;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
.favorite-things .thing-containter .thing .cta {
  text-align: center;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-underline-offset: 0.5rem;
}
.favorite-things .load-more {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.625rem 3.75rem;
  border: 0;
  border-radius: 4rem;
  text-align: center;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.free-consultation {
  padding: 3rem 0;
}
.free-consultation__left {
  width: 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .free-consultation__left {
    padding: 2rem 1rem;
  }
}
.free-consultation__left-sub-title {
  font-family: "GlacialIndifference", sans-serif;
  font-weight: 400;
  margin: 0;
}
.free-consultation__left-title {
  max-width: 428px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .free-consultation__left-title {
    font-size: 1rem;
  }
}
.free-consultation__right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 2rem;
  text-align: center;
}
.free-consultation__right::before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 2rem);
  top: 1rem;
  left: -1px;
}
@media screen and (max-width: 767px) {
  .free-consultation__right {
    padding: 2rem 1rem;
  }
}
.free-consultation__right-title {
  margin: 0;
  font-family: "Net MoonTime", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}
@media screen and (max-width: 767px) {
  .free-consultation__right-title {
    font-size: 3rem;
    line-height: 2rem;
  }
}
.free-consultation__right-description {
  font-size: 1.1rem;
}
.free-consultation__right-cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.free-resources {
  padding: 4rem 0;
  background-color: #F6F2EF;
}
.free-resources .container {
  max-width: 840px;
}
.free-resources__title {
  width: 100%;
  margin: 0;
  font-family: "Versailles", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
}
.free-resources__description {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}
.free-resources__resources {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.free-resources__resources.alternating .resource:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .free-resources__resources.alternating .resource:nth-child(even) {
    flex-direction: column;
  }
}
.free-resources__resources.right .resource {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .free-resources__resources.right .resource {
    flex-direction: column;
  }
}
.free-resources__resources.left .resource {
  align-items: center;
}

.resource {
  display: flex;
}
@media screen and (max-width: 768px) {
  .resource {
    flex-direction: column;
  }
}
.resource__image {
  width: 50%;
}
.resource__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .resource__image {
    width: 100%;
  }
}
.resource__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 50%;
  padding: 3rem;
  background-color: #FFFFFF;
}
.resource__content .badge {
  position: relative;
}
.resource__content .badge h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: 400;
}
.resource__content .title {
  text-align: center;
}
.resource__content .description {
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 180%;
}
.resource__content .cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: underline;
  font-family: "GlacialIndifference", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .resource__content {
    width: 100%;
  }
}

.free-resources-list {
  padding: 7rem 0;
  background-color: #F6F2EF;
}
.free-resources-list .container {
  max-width: 1020px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.free-resources-list .container.header {
  max-width: 770px;
}
.free-resources-list__sub-title {
  font-size: 1rem;
  text-align: center;
}
.free-resources-list__title {
  position: relative;
  margin: 0 0 1rem;
  font-family: "Versailles", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  text-align: center;
  line-height: 6rem;
}
.free-resources-list__title img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  position: absolute;
  top: -40%;
  right: -13%;
}
@media screen and (max-width: 768px) {
  .free-resources-list__title img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .free-resources-list__title {
    font-size: 4rem;
  }
}
.free-resources-list__description {
  text-align: center;
}
.free-resources-list__resources {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.free-resources-list__discover-more {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3rem;
}
.free-resources-list__discover-more .title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "Versailles", sans-serif;
  font-size: 1.3rem;
  line-height: 1rem;
}
.free-resources-list__discover-more .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 1px;
  background-color: #F9C9B4;
}
.free-resources-list__discover-more .ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.free-resources-list__discover-more .ctas .cta {
  padding: 1rem 2rem;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  color: inherit;
}

.resource-list {
  display: flex;
  align-items: flex-start;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.4);
}
@media screen and (max-width: 768px) {
  .resource-list {
    flex-direction: column;
  }
}
.resource-list__image {
  width: 20%;
}
.resource-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .resource-list__image {
    width: 50%;
  }
}
.resource-list__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  width: 65%;
  padding: 0 1.5rem;
}
.resource-list__content .badge {
  position: relative;
  padding: 0.5rem 2rem;
  font-size: 0.75rem;
}
.resource-list__content .badge h3 {
  width: 100%;
  height: 100%;
  margin: 0;
  font-weight: 400;
}
.resource-list__content .title {
  margin: 0;
  line-height: 2rem;
  font-weight: 400;
}
.resource-list__content .description p:first-child {
  margin-top: 0;
}
.resource-list__content .description p:last-child {
  margin-bottom: 0;
}
.resource-list__content .cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: underline;
  font-family: "GlacialIndifference", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .resource-list__content {
    width: 100%;
    padding: 1rem 0;
  }
}
.resource-list__cta {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .resource-list__cta {
    width: 100%;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero-content {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .hero-content {
    background-size: auto 100%;
    background-attachment: scroll;
  }
}
.hero-content .container {
  position: relative;
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.hero-content__title {
  margin: 0;
  font-family: "Versailles", sans-serif;
  font-weight: 400;
  text-align: center;
  z-index: 3;
}
.hero-content__title .underline {
  position: relative;
  font-family: "Versailles", sans-serif;
  font-weight: 400;
}
.hero-content__title .underline::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #66B1BB;
  left: 0;
  bottom: -2px;
}
.hero-content__description {
  margin: 1rem auto;
  font-size: 1.1rem;
  text-align: center;
}
.hero-content__cta {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  border-radius: 30px;
  font-family: "GlacialIndifference", sans-serif;
  font-weight: 700;
  color: #404040 !important;
  text-decoration: none;
  transition: all 0.4s;
}
.hero-content__cta:hover {
  color: inherit;
}
.hero-content__image {
  position: absolute;
  right: -30%;
  max-width: 215px;
  z-index: 2;
}
.hero-content__image.decorative-edge > img {
  mask: none;
}
.hero-content__image.animate .animated__img {
  position: absolute;
  max-width: inherit;
  width: 206%;
  height: 206%;
  top: -44%;
  left: -53%;
  z-index: -1;
  object-fit: contain;
  animation: rotation 15s linear infinite 0s;
}
@media screen and (max-width: 991px) {
  .hero-content__image {
    display: none;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(361deg);
  }
}
.hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 1rem;
  background-color: #000000;
}
@media screen and (max-width: 991px) {
  .hero-image {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 480px) {
  .hero-image {
    min-height: 350px;
    height: 60vh;
  }
}
.hero-image.bg-center {
  background-position: center;
}
.hero-image.bg-top {
  background-position: top;
}
.hero-image.bg-bottom {
  background-position: bottom;
}
.hero-image.bg-center-left {
  background-position: center left;
}
.hero-image.bg-top-left {
  background-position: top left;
}
.hero-image.bg-bottom-left {
  background-position: bottom left;
}
.hero-image.bg-center-right {
  background-position: center right;
}
.hero-image.bg-top-right {
  background-position: top right;
}
.hero-image.bg-bottom-right {
  background-position: bottom right;
}
.hero-image.content-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-image.content-left {
  align-items: flex-start;
  justify-content: center;
}
.hero-image.content-right {
  align-items: flex-end;
  justify-content: center;
}
.hero-image .desktop-bg,
.hero-image .mobile-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.hero-image .desktop-bg {
  background-attachment: fixed;
  background-position: center center;
  display: block;
}
@media screen and (max-width: 1024px) {
  .hero-image .desktop-bg {
    background-attachment: scroll;
  }
}
@media screen and (min-width: 768px) {
  .hero-image .desktop-bg {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .hero-image .desktop-bg {
    display: none !important;
  }
}
.hero-image .mobile-bg {
  background-attachment: scroll;
  background-position: center center;
  display: none;
}
@media screen and (max-width: 768px) {
  .hero-image .mobile-bg {
    display: block !important;
  }
}
.hero-image .hero-video-wrap {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.hero-image .hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-image .hero-video-bg iframe,
.hero-image .hero-video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .hero-image .hero-video-bg iframe,
  .hero-image .hero-video-bg video {
    width: 177.77vh;
    height: 56.25vw;
  }
}
@media screen and (max-width: 768px) {
  .hero-image .hero-video-bg iframe,
  .hero-image .hero-video-bg video {
    width: 300%;
    height: 300%;
  }
}
@media screen and (max-width: 768px) {
  .hero-image.has-vimeo .hero-video-bg iframe {
    width: 300%;
    height: 300%;
  }
}
@media screen and (max-width: 480px) {
  .hero-image.has-vimeo .hero-video-bg iframe {
    width: 400%;
    height: 400%;
  }
}
.hero-image .hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.hero-image .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .hero-image .hero-content {
    min-height: 400px;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .hero-image .hero-content {
    min-height: 350px;
    padding: 1rem;
  }
}
.hero-image .hero-title {
  margin: 0;
  font-family: "Net MoonTime", sans-serif;
  font-size: 14rem;
  line-height: 10rem;
}
@media screen and (max-width: 991px) {
  .hero-image .hero-title {
    font-size: 10rem;
  }
}
.hero-image .hero-top-sub-title {
  margin-bottom: 4rem;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}
.hero-image .hero-sub-title {
  font-family: "GlacialIndifference", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.hero-image .hero-description {
  text-align: center;
}
.hero-image .social-medias {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  margin-top: 10rem;
}
@media screen and (max-width: 1100px) {
  .hero-image .social-medias {
    gap: 3rem;
    margin-top: 4rem;
  }
}
.hero-image .social-medias a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Versailles", sans-serif;
  font-size: 1.1963125rem;
  text-transform: uppercase;
  text-decoration: none;
}

.instagram-cb {
  position: relative;
  padding: 4rem 0 0;
}
.instagram-cb .title-container {
  position: absolute;
  right: 4rem;
  top: 1rem;
  z-index: 10;
}
.instagram-cb .title-container .title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 117%;
  letter-spacing: 1.95px;
  text-transform: uppercase;
}
.instagram-cb #sb_instagram {
  padding-bottom: 0 !important;
}
.instagram-cb #sb_instagram #sbi_images {
  padding: 0;
}
.instagram-cb #sb_instagram .sbi_item:not(.sbi_transition) .sbi_photo {
  height: 550px !important;
}

.instagram-dm {
  padding: 2rem 0;
}
.instagram-dm .container {
  max-width: 1300px;
}
.instagram-dm__slider {
  width: 100%;
  overflow: visible;
  display: flex;
  flex-direction: column-reverse;
}
.instagram-dm__slider k .splide__track {
  overflow: visible;
}
.instagram-dm__slider .splide__pagination {
  margin-top: 1.5rem;
  gap: 0.4rem;
}
.instagram-dm__slider .splide__pagination li button {
  width: 8px;
  height: 8px;
  background-color: #c5c5c5;
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.2s ease;
}
.instagram-dm__slider .splide__pagination li button.is-active {
  background-color: #222222;
  transform: none;
}
.instagram-dm__slide {
  display: flex;
  align-items: center;
  height: auto;
}

.dm-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}

.dm-bubble {
  width: 100%;
  padding: 24px 28px;
  background-color: #f4f5f7;
  border-radius: 28px;
}
.dm-bubble__text {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #090c11;
}
.dm-bubble__text p {
  margin: 0;
}

.dm-heart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 38px;
  margin-top: -6px;
  margin-left: 10px;
  background-color: #f4f5f7;
  border: 3px solid #ffffff;
  border-radius: 50px;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1;
}

.lets-connect {
  padding: 4rem 0;
}
.lets-connect .container {
  max-width: 1110px;
  align-items: center;
  justify-content: space-around;
}
.lets-connect__image, .lets-connect__content {
  width: auto;
}
@media screen and (max-width: 991px) {
  .lets-connect__image, .lets-connect__content {
    width: 100%;
  }
}
.lets-connect__image {
  max-width: 454px;
  margin: 0;
}
.lets-connect__image img {
  width: 100%;
  max-width: 454px;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 991px) {
  .lets-connect__image {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .lets-connect__content {
    text-align: center;
  }
}
.lets-connect__content .title {
  margin: 0;
  font-family: "League Gothic", sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  color: #66B1BB;
}
.lets-connect__content .description {
  max-width: 375px;
  font-family: "GlacialIndifference", sans-serif;
}
.lets-connect__content .description p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 27px;
}
@media screen and (max-width: 991px) {
  .lets-connect__content .description {
    margin: 0 auto;
  }
}
.lets-connect__content .social-links {
  max-width: 375px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .lets-connect__content .social-links {
    margin: 0 auto;
  }
}
.lets-connect__content .social-links__link {
  background-color: white;
  font-family: "Versailles", sans-serif;
  transition: all 0.4s;
  margin-bottom: 10px;
}
.lets-connect__content .social-links__link a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0.5rem;
  text-decoration: none;
  color: inherit;
  font-family: "Versailles", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.8px;
  text-transform: uppercase;
}
.lets-connect__content .social-links__link .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.lets-connect__content .social-links__link .dashicons {
  font-size: 24px;
  width: auto;
  height: auto;
  line-height: 1;
}
.lets-connect__content .social-links__link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.lets-connect__content .social-links__link:hover {
  background-color: #FFD6D9;
}

.must-read {
  padding: 4rem 0;
}
.must-read .container {
  max-width: 1023px;
  flex-direction: column;
}
.must-read__title {
  margin: 0 0 3rem;
  color: #222222;
  text-align: center;
  font-family: "Versailles", sans-serif;
  font-size: 3.4765625rem;
  font-weight: 400;
}
.must-read__posts {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.must-read__post {
  position: relative;
  width: calc(33.333% - 1.3333333333rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .must-read__post {
    width: 100%;
  }
}
.must-read__post .top__badge {
  position: absolute;
  top: -8%;
  right: -11%;
}
@media screen and (max-width: 768px) {
  .must-read__post .top__badge {
    right: 0;
  }
}
.must-read__post .post-image img {
  width: 303px;
  height: 354px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .must-read__post .post-image img {
    width: 100%;
    height: auto;
  }
}
.must-read__post .categories {
  color: #F0A9AD;
  font-family: "League Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.must-read__post .title {
  color: #222222;
  font-family: "Versailles", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.newsletter {
  position: relative;
  padding: 5rem 0;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.newsletter::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  opacity: 0.33;
}
.newsletter .container {
  position: relative;
  flex-direction: column;
  text-align: center;
  z-index: 1;
}
.newsletter__title {
  max-width: 850px;
  margin: 0 auto;
  font-size: 3.75rem;
}
.newsletter__description {
  max-width: 630px;
  margin: 1rem auto 0;
}
.newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 480px;
  margin: 2rem auto 0;
}
.newsletter__form input {
  width: 100%;
  padding: 0.6875rem 1.1875rem;
  font-family: "LeagueGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1375rem;
  text-transform: uppercase;
}
.newsletter__form input::placeholder {
  font-family: "LeagueGothic", sans-serif;
  letter-spacing: 0.1375rem;
  text-transform: uppercase;
  opacity: 1;
}
.newsletter__form button {
  border-radius: 0;
  background-color: #FFD6D9;
  font-family: "LeagueGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.0875rem;
}

.related-posts-auto-block {
  background-color: #F7F0E5;
  padding: 3rem 0;
  margin-bottom: 0;
}

.related-posts-header {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}

.related-posts-title {
  font-size: 2.5rem;
  font-family: "Versailles", sans-serif;
  font-weight: 400;
  margin: 0;
}

.related-posts-grid {
  display: flex;
  flex-direction: column;
}

.related-post-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #F0A9AD;
  max-width: 750px;
}
.related-post-item:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .related-post-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.related-post-thumb {
  flex-shrink: 0;
}
.related-post-thumb a img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.related-post-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.related-post-category p {
  margin: 0;
  color: #F0A9AD;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-transform: uppercase;
}

.related-post-title a {
  color: #222222;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.47;
  text-decoration: none;
  transition: color 0.2s ease;
}
.related-post-title a:hover {
  color: #F0A9AC;
}

.cta-block {
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-block__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}
.cta-block__eyebrow {
  font-family: "GlacialIndifference", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0;
}
.cta-block__title {
  font-family: "Versailles", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cta-block__title {
    font-size: 2rem;
  }
}
.cta-block__description {
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 640px;
}
.cta-block__description p:first-child {
  margin-top: 0;
}
.cta-block__description p:last-child {
  margin-bottom: 0;
}
.cta-block__button {
  display: inline-block;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-family: "GlacialIndifference", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  transition: filter 0.3s ease;
}
.cta-block__button:hover {
  filter: brightness(0.9);
}

.faq-block {
  padding: 5rem 0;
}
.faq-block__title {
  font-family: "Versailles", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .faq-block__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.faq-block__list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.faq-block__item {
  border-bottom: 1px solid #E0E0E0;
}
.faq-block__item:first-child {
  border-top: 1px solid #E0E0E0;
}
.faq-block__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.faq-block__question:hover .faq-block__question-text {
  color: #67B1BB;
}
.faq-block__question-text {
  font-family: "Versailles", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #222222;
  transition: color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .faq-block__question-text {
    font-size: 1rem;
  }
}
.faq-block__icon {
  flex-shrink: 0;
  color: #67B1BB;
  transition: transform 0.3s ease;
}
.faq-block__question[aria-expanded=true] .faq-block__icon {
  transform: rotate(180deg);
}
.faq-block__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-block__answer-inner {
  padding-bottom: 1.5rem;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #222222;
}
.faq-block__answer-inner p:first-child {
  margin-top: 0;
}
.faq-block__answer-inner p:last-child {
  margin-bottom: 0;
}
.faq-block__answer-inner a {
  color: #67B1BB;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.faq-block__answer-inner a:hover {
  color: #67B1BB;
}

.ofp-quote {
  margin: 0;
  padding: 5rem 0;
}
.ofp-quote--pullquote {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.ofp-quote--pullquote .ofp-quote__mark {
  flex-shrink: 0;
  opacity: 0.8;
}
.ofp-quote--pullquote .ofp-quote__text {
  font-family: "Versailles", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ofp-quote--pullquote .ofp-quote__text {
    font-size: 1.5rem;
  }
}
.ofp-quote--pullquote .ofp-quote__attribution {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.ofp-quote--pullquote .ofp-quote__author {
  font-family: "GlacialIndifference", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ofp-quote--pullquote .ofp-quote__role {
  font-family: "GlacialIndifference", sans-serif;
  font-size: 0.875rem;
  color: #9A9A9A;
}
.ofp-quote--testimonial {
  background: #F7F0E5;
  border-radius: 20px;
  border-left: 4px solid;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 680px;
  margin: 0 auto;
}
.ofp-quote--testimonial .ofp-quote__photo img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid;
  display: block;
}
.ofp-quote--testimonial .ofp-quote__text {
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #222222;
  margin: 0;
  font-style: italic;
}
.ofp-quote--testimonial .ofp-quote__attribution {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.ofp-quote--testimonial .ofp-quote__author {
  font-family: "GlacialIndifference", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.ofp-quote--testimonial .ofp-quote__role {
  font-family: "GlacialIndifference", sans-serif;
  font-size: 0.875rem;
  color: #9A9A9A;
}

.tabs-block {
  padding: 5rem 0;
}
.tabs-block__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  border-bottom: 2px solid #E0E0E0;
  margin-bottom: 2.5rem;
}
.tabs-block__tab {
  position: relative;
  padding: 0.75rem 1.5rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #555555;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: color 0.2s ease;
}
.tabs-block__tab::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #67B1BB;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
.tabs-block__tab:hover {
  color: #67B1BB;
}
.tabs-block__tab.is-active {
  color: #67B1BB;
}
.tabs-block__tab.is-active::after {
  transform: scaleX(1);
}
@media screen and (max-width: 768px) {
  .tabs-block__tab {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
}
.tabs-block__panel {
  display: none;
}
.tabs-block__panel.is-active {
  display: block;
  animation: tabs-fade-in 0.25s ease;
}
.tabs-block__panel-inner {
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #222222;
}
.tabs-block__panel-inner h2, .tabs-block__panel-inner h3, .tabs-block__panel-inner h4 {
  font-family: "Versailles", sans-serif;
  font-weight: 400;
  margin-top: 0;
}
.tabs-block__panel-inner p:first-child {
  margin-top: 0;
}
.tabs-block__panel-inner p:last-child {
  margin-bottom: 0;
}
.tabs-block__panel-inner a {
  color: #67B1BB;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tabs-block__panel-inner a:hover {
  color: #006B77;
}
.tabs-block__panel-inner img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

@keyframes tabs-fade-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.search-hero {
  padding: 6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--OFP-Gradient, linear-gradient(264deg, #D7F2F8 0%, #9BBFCD 100%));
}
.search-hero .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .search-hero {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .search-hero {
    padding: 3rem 0;
  }
  .search-hero .container {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 480px) {
  .search-hero {
    padding: 2rem 0;
  }
  .search-hero .container {
    padding: 0 0.5rem;
  }
}

.search-hero__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  animation: fadeInUp 1s ease-out;
}

.search-hero__main-title {
  text-align: center;
  font-family: "League Gothic", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  animation: fadeInUp 1s ease-out 0.2s both;
}
@media screen and (max-width: 768px) {
  .search-hero__main-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 480px) {
  .search-hero__main-title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.8px;
  }
}

.search-hero__search-title {
  color: #F7F0E5;
  text-align: center;
  font-family: "Versailles", sans-serif;
  font-size: 126.055px;
  font-weight: 400;
  line-height: 126px;
  animation: fadeInUp 1s ease-out 0.4s both;
}
@media screen and (max-width: 1024px) {
  .search-hero__search-title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .search-hero__search-title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .search-hero__search-title {
    font-size: 40px;
    line-height: 40px;
  }
}

.search-hero__form {
  margin: 1rem 0 3rem;
  animation: fadeInUp 1s ease-out 0.6s both;
}
.search-hero__form .search-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.search-hero__form .search-input-container {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50px;
  padding: 0 2rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.search-hero__form .search-input-container:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.search-hero__form .search-input-container:focus-within {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
  background: rgb(255, 255, 255);
}
.search-hero__form .search-icon {
  color: #9A9A9A;
  margin-right: 1rem;
  flex-shrink: 0;
}
.search-hero__form .search-field {
  flex: 1;
  padding: 1.5rem 0;
  border: none;
  background: transparent;
  font-size: 1.1rem;
  font-family: "GlacialIndifference", sans-serif;
  outline: none;
  color: #222222;
}
.search-hero__form .search-field::placeholder {
  color: #9A9A9A;
  font-style: italic;
}
@media screen and (max-width: 1024px) {
  .search-hero__form .search-input-container {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .search-hero__form {
    margin: 1.5rem 0 2rem;
  }
  .search-hero__form .search-input-container {
    padding: 0 1rem;
  }
  .search-hero__form .search-field {
    padding: 1rem 0;
    font-size: 1rem;
  }
  .search-hero__form .search-icon {
    width: 18px;
    height: 18px;
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .search-hero__form {
    margin: 1rem 0 1.5rem;
  }
  .search-hero__form .search-input-container {
    padding: 0 0.8rem;
  }
  .search-hero__form .search-field {
    padding: 0.8rem 0;
    font-size: 0.9rem;
  }
  .search-hero__form .search-icon {
    width: 16px;
    height: 16px;
    margin-right: 0.6rem;
  }
}

.search-hero__trending {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  animation: fadeInUp 1s ease-out 0.8s both;
}
.search-hero__trending .trending-label {
  color: #F7F0E5;
  text-align: center;
  font-family: "League Gothic", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  max-width: 70px;
}
.search-hero__trending .trending-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.search-hero__trending .trending-button {
  color: #222222;
  font-family: "Versailles", sans-serif;
  font-size: clamp(11px, 1.2vw, 16.094px);
  font-weight: 400;
  line-height: 22px;
  text-underline-offset: 0.5rem;
  white-space: nowrap;
}
.search-hero__trending .trending-button:hover, .search-hero__trending .trending-button:active {
  color: #F7F0E5;
}
@media screen and (max-width: 1024px) {
  .search-hero__trending .trending-buttons {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .search-hero__trending {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .search-hero__trending .trending-label {
    font-size: 18px;
    line-height: 20px;
    max-width: none;
    text-align: center;
  }
  .search-hero__trending .trending-buttons {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .search-hero__trending .trending-label {
    font-size: 16px;
    line-height: 18px;
  }
  .search-hero__trending .trending-buttons {
    gap: 0.8rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.discover-more {
  background: #F5F2EF;
  padding: 2rem 0;
}
@media screen and (max-width: 480px) {
  .discover-more {
    padding: 1.5rem 0;
  }
}

.discover-more__content {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin: 2rem 0;
  border-top: 1px solid rgba(34, 34, 34, 0.25);
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .discover-more__content {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    margin-top: 0;
  }
}

.discover-more__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "Versailles", sans-serif;
  font-size: 1.3rem;
  line-height: 1rem;
  margin: 0;
  color: #222222;
  text-transform: uppercase;
}
.discover-more__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background-color: #F9C9B4;
}
@media screen and (max-width: 768px) {
  .discover-more__title {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .discover-more__title {
    font-size: 1rem;
  }
}

.discover-more__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .discover-more__buttons {
    justify-content: center;
    gap: 0.8rem;
  }
}

.discover-more__button {
  padding: 1rem 2rem;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .discover-more__button {
    padding: 0.8rem 1.5rem;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .discover-more__button {
    padding: 0.6rem 1.2rem;
    font-size: 11px;
  }
}

.section-wrapper {
  width: 100%;
  position: relative;
}

.sidebar {
  gap: 3rem;
  display: flex;
  flex-direction: column;
}

.sidebar-display .sidebar {
  width: 100%;
  max-width: 100%;
}

.start-here {
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .start-here {
    padding: 2rem 0;
  }
}
.start-here .container {
  justify-content: center;
  gap: 1rem;
}
.start-here__title {
  color: #222222;
  text-align: center;
  font-family: "Versailles", sans-serif;
  font-size: 4.46775rem;
  line-height: 6.25rem;
}
@media screen and (max-width: 768px) {
  .start-here__title {
    font-size: 3.125rem;
  }
}
.start-here__content {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .start-here__content {
    flex-wrap: wrap;
  }
}
.start-here__image {
  height: 100%;
  align-content: center;
}
@media screen and (max-width: 768px) {
  .start-here__image {
    display: none;
  }
}
.start-here__items {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .start-here__items {
    width: 100%;
  }
}
.start-here__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 14px 0;
  border-bottom: 1px solid #222222;
}
.start-here__item .identifier {
  font-family: "Versailles", sans-serif;
  font-size: 3.640125rem;
}
@media screen and (max-width: 991px) {
  .start-here__item .identifier {
    font-size: 2.5rem;
  }
}
.start-here__item a {
  color: #222222;
  font-family: "Versailles", sans-serif;
  font-size: 1.875rem;
}
@media screen and (max-width: 991px) {
  .start-here__item a {
    font-size: 1.25rem;
  }
}

.success-stories {
  padding: 5rem 0;
}
.success-stories .container {
  overflow-x: hidden;
}
.success-stories__title {
  margin-top: 0;
  margin-bottom: 6rem;
  font-family: "Versailles", sans-serif;
  font-size: 5rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .success-stories__title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.success-stories__stories {
  width: 100%;
  overflow: visible;
  display: flex;
  flex-direction: column-reverse;
  gap: 4rem;
}
.success-stories__stories .splide__track {
  overflow: visible;
}
.success-stories__stories .splide__arrows {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.success-stories__stories .splide__arrows .splide__arrow {
  position: relative;
  right: inherit;
  left: inherit;
  background-color: transparent;
  width: 44px;
  height: 44px;
}
.success-stories__stories .splide__arrows .splide__arrow svg {
  width: 44px;
  height: 44px;
  fill: #222222;
}
.success-stories__stories .storie {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 6rem 2rem 2rem;
  border-radius: 22px;
  background-color: #F7F0E5;
  overflow: visible;
  text-align: center;
}
.success-stories__stories .storie-image {
  position: absolute;
  top: -70px;
  margin-bottom: 1rem;
}
.success-stories__stories .storie-image img {
  width: 155px;
  height: 155px;
  object-fit: cover;
  border: 9px solid;
  border-radius: 200px;
}
.success-stories__stories .storie-description {
  font-family: "GlacialIndifference", sans-serif;
  font-size: 18px;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.success-stories__stories .storie-author {
  width: 100%;
  font-family: "League Gothic", sans-serif;
  font-size: 24px;
}

.no-stories-message {
  text-align: center;
  padding: 3rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin: 2rem 0;
}
.no-stories-message p {
  margin: 0;
  color: #555555;
}

.the-blog {
  display: flex;
  padding: 4rem 0;
}
.the-blog .container {
  flex-direction: column;
  gap: 3rem;
}
.the-blog__title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  font-size: 5rem;
  color: #FDA5AC;
}
.the-blog__title span {
  font-family: "Net MoonTime", sans-serif;
  font-size: 5rem;
  line-height: 5rem;
}
.the-blog__categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .the-blog__categories {
    gap: 0.6rem;
  }
}
.the-blog__categories .categorie {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  font-family: "GlacialIndifference", sans-serif;
  font-weight: 700;
  color: #222222;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FFD6D9;
}
.the-blog__categories .categorie.green {
  background-color: #BED8BA;
}
.the-blog__categories .categorie.blue {
  background-color: #9BBFCD;
}
@media screen and (max-width: 768px) {
  .the-blog__categories .categorie {
    padding: 0.3rem 0.8rem;
    font-size: 0.8rem;
  }
}
.the-blog__bar {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  border-top: 1px solid #BED8BA;
  border-bottom: 1px solid #BED8BA;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.the-blog__bar .newest-post-title {
  color: inherit;
  font-family: "Versailles", sans-serif;
  text-decoration: none;
  transition: color 0.3s ease;
}
.the-blog__bar .newest-post-title:hover {
  color: #FDA5AC;
}
.the-blog__bar a {
  color: inherit;
  font-family: "Versailles", sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .the-blog__bar {
    padding: 1rem 0;
    font-size: 1rem;
  }
}
.the-blog__posts {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.the-blog__posts .post {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: calc(33.33% - 0.6666666667rem);
  text-align: center;
}
.the-blog__posts .post__image img {
  width: 100%;
  height: 544px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .the-blog__posts .post__image img {
    height: 248px;
  }
}
.the-blog__posts .post__title {
  margin: 0;
  font-size: 1rem;
}
.the-blog__posts .post__cta {
  color: #66B1BB;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .the-blog__posts .post {
    width: calc(50% - 0.5rem);
  }
}

.time-line {
  position: relative;
  padding: 5rem 0;
  background-color: #F5F2EF;
}
.time-line .container {
  flex-wrap: wrap;
}
.time-line .line {
  position: absolute;
  width: 2px;
  height: calc(100% - 10rem);
  top: 5rem;
  left: 50%;
}
.time-line .line .point {
  position: absolute;
  top: 0;
  left: -7px;
  width: 16px;
  height: 16px;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .time-line .line {
    left: 96%;
  }
}
.time-line__item {
  position: relative;
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
}
.time-line__item.right {
  align-items: flex-start;
  text-align: left;
}
.time-line__item.right::before {
  position: absolute;
  top: 84px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 768px) {
  .time-line__item.right::before {
    display: none;
  }
}
.time-line__item.right::after {
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 768px) {
  .time-line__item.right::after {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .time-line__item.right {
    align-items: flex-end;
    text-align: right;
  }
}
.time-line__item.left {
  align-items: flex-end;
  text-align: right;
}
.time-line__item.left::before {
  position: absolute;
  top: 84px;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 768px) {
  .time-line__item.left::before {
    display: none;
  }
}
.time-line__item h2 {
  margin: 0;
  text-align: right;
  font-family: "Versailles", sans-serif;
  font-size: 78.32px;
  line-height: 114.913%;
  letter-spacing: 5px;
}
.time-line__item .history {
  position: relative;
  top: -2.3rem;
  z-index: 2;
}
.time-line__item .history__item {
  padding: 12px 0;
  border-bottom: 1px solid #F9C9B4;
  font-family: "Versailles", sans-serif;
  font-size: 1rem;
  line-height: 142.222%;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
.time-line__item .history__item:last-child {
  border-bottom: 0;
}
.time-line__item .image {
  position: relative;
}
.time-line__item .image img {
  border: 12px solid #FFFFFF;
  max-width: 326px;
  height: auto;
  width: auto;
}
.time-line__item .image .floating-text {
  max-width: 100%;
  position: absolute;
  color: #9BBFCD;
  font-family: "Versailles", sans-serif;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .time-line__item .image .floating-text {
    position: relative !important;
    top: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    right: inherit !important;
  }
}
@media screen and (max-width: 991px) {
  .time-line__item .image {
    position: relative !important;
    top: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    right: inherit !important;
  }
}
@media screen and (max-width: 768px) {
  .time-line__item {
    width: 100%;
    padding: 16px;
  }
  .time-line .container .time-line__item[data-timeline-item], .time-line .container .time-line__item[data-timeline-index] {
    margin-top: 2rem !important;
  }
}
.time-line .title-description .first {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .time-line .title-description .first {
    flex-direction: column;
    align-items: flex-end;
    gap: 3rem;
  }
}
.time-line .title-description .first h2 {
  margin: 0;
  font-family: "League Gothic", sans-serif;
  font-size: 70px;
  line-height: 73.714%;
  letter-spacing: 2.15px;
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .time-line .title-description .first h2 {
    font-size: 60px;
  }
}
.time-line .title-description .first h3 {
  margin: 0;
  max-width: 320px;
  text-align: right;
  font-family: "Versailles", sans-serif;
  font-size: 109.424px;
  line-height: 111.036%;
}
@media screen and (max-width: 991px) {
  .time-line .title-description .first h3 {
    font-size: 85px;
  }
}
@media screen and (max-width: 768px) {
  .time-line .title-description .first h3 {
    font-size: 70px;
  }
}
.time-line .title-description .second {
  text-align: right;
  font-family: "GlacialIndifference", sans-serif;
  font-size: 16.922px;
  line-height: 190.877%;
  letter-spacing: 0.19px;
}

/*# sourceMappingURL=styles.css.map */
