/*
 * Cuts Kids theme
 *
 */
html.js:not(.debug) body {
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}
html.js:not(.debug) body.delayfade {
  opacity: 1;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  --bs-body-line-height: 1.5;
  background-color: #f9f9f8;
}
@media (max-width: 575.98px) {
  body p {
    font-size: 1rem;
  }
}

h1,
.h1 {
  text-transform: uppercase;
  font-family: "BebasNeue Bold", "Montserrat", "Inter", sans-serif;
}
@media (max-width: 575.98px) {
  h1,
  .h1 {
    font-size: 2.125rem;
  }
}

h2,
.h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "BebasNeue Bold", "Montserrat", "Inter", sans-serif;
  font-size: 3.5rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 5.5rem;
  }
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

embed,
iframe {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bgi-wrap {
  position: relative;
}
.bgi-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.hrl-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-spacer {
  margin-top: 150px;
}

section {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  section {
    padding: 3rem 0;
  }
}

.preheading {
  font-family: "LuckiestGuy", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .preheading {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .preheading {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
}

.lucky-font {
  font-family: "LuckiestGuy", sans-serif;
  font-weight: normal;
}

.bg-white {
  background-color: #ffffff;
}

.text-white {
  color: #ffffff;
}

.btn {
  align-items: center;
  position: relative;
  color: #ffffff;
  font-family: "BebasNeue Bold", "Montserrat", "Inter", sans-serif;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
  border-radius: 0;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-padding-y: 0.7rem;
  font-size: 1.5rem;
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .btn {
    --bs-btn-padding-x: 1rem;
    font-size: 2rem;
  }
}
.btn:hover {
  background-color: inherit;
  color: #ffffff;
}
.btn:hover .svg-arrow {
  transform: translateX(3px);
}
.btn .svg-arrow {
  display: inline-block;
  height: 1.2rem;
  margin-bottom: 1px;
  transition: all 200ms ease;
  transform: translateX(0);
}
.btn .svg-arrow svg {
  height: 100%;
}
.btn .svg-arrow svg .s0 {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 3;
}
.btn .svg-arrow svg .s1 {
  fill: #ffffff;
}
.btn svg.svg-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn--blue {
  background-color: #08324a;
}
.btn--blue:hover {
  background-color: #08324a;
}
.btn--light-blue {
  background-color: #257abf;
}
.btn--light-blue:hover {
  background-color: #257abf;
}
.btn--light-blue .svg-icon--button-star svg path {
  fill: #08324a;
}
.btn--green {
  background-color: #385227;
}
.btn--green:hover {
  background-color: #385227;
}
.btn--light-green {
  background-color: #7bc149;
}
.btn--light-green:hover {
  background-color: #7bc149;
}
.btn--light-green .svg-icon--button-star svg path {
  fill: #385227 !important;
}
.btn--red {
  background-color: #6d153f;
}
.btn--red:hover {
  background-color: #6d153f;
}
.btn--orange {
  background-color: #f68d25;
}
.btn--orange:hover {
  background-color: #f68d25;
}
.btn--star {
  padding-right: 1.5rem;
}
.btn--star .svg-icon {
  width: 0.9em;
  margin-right: 0.5rem;
  transition: all 1000ms ease;
}
.btn--star:hover .svg-icon {
  transform: rotate(360deg);
}

.fixed-cta {
  display: none;
  position: fixed;
  bottom: 1.5rem;
  right: 0;
  z-index: 99;
  transition: all 500ms ease;
}
.fixed-cta.near-footer {
  bottom: 165px;
}
.fixed-cta span {
  display: inline-block;
  width: 3rem;
  transition: all 1000ms ease;
}
.fixed-cta:hover span {
  transform: rotate(360deg);
}
@media (min-width: 768px) {
  .fixed-cta {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .fixed-cta {
    font-size: 3.5rem;
  }
}

.slick-dots {
  bottom: -40px;
}
.slick-dots li button {
  height: 12px;
  width: 12px;
  border: 1px solid #08324a;
  border-radius: 50%;
}
.slick-dots li button::before {
  content: "";
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #08324a;
}

.policy-page {
  position: relative;
  color: #08324a;
}
.policy-page .svg-icon--scissor-icon {
  width: 70px;
  margin: 0 auto;
}
.policy-page .svg-icon--long-hair, .policy-page .svg-icon--clippers {
  display: none;
  width: 180px;
  opacity: 0.5;
}
.policy-page .svg-icon--long-hair svg path, .policy-page .svg-icon--clippers svg path {
  fill: #257abf;
}
@media (min-width: 768px) {
  .policy-page .svg-icon--long-hair, .policy-page .svg-icon--clippers {
    display: block;
    position: absolute;
  }
}
@media (min-width: 1400px) {
  .policy-page .svg-icon--long-hair, .policy-page .svg-icon--clippers {
    width: 250px;
  }
}
.policy-page .svg-icon--long-hair {
  top: 3rem;
  right: 0;
}
.policy-page .svg-icon--clippers {
  bottom: 3rem;
  left: -2rem;
}
.policy-page__image {
  overflow: hidden;
}
.policy-page__image img {
  width: 100%;
  max-width: unset;
}
.policy-page__image .svg-icon {
  position: absolute;
  width: 120%;
  left: -10%;
  top: calc(100% - 1rem);
}
.policy-page__image .svg-icon path {
  fill: #f9f9f8;
}

.accordion__trigger {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  padding: 1rem 0;
  text-align: left;
  background: transparent;
  border: none;
  font-weight: 700;
  color: #385227;
}
.accordion__trigger .svg-icon {
  margin-left: auto;
  flex: none;
  transform: rotate(90deg);
  transition: all 400ms ease;
}
.accordion__trigger .svg-icon svg path {
  fill: #385227;
}
.accordion__label {
  margin-right: 1rem;
}
.accordion__trigger.active ~ .accordion__content {
  display: block;
}
.accordion__content {
  display: none;
  overflow: hidden;
  margin-bottom: 1rem;
}
.accordion.active .svg-icon {
  transform: rotate(-90deg);
}
@media (min-width: 992px) {
  .accordion__trigger {
    padding: 1.5rem 0;
  }
  .accordion__content {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
  }
}

.user-text h1:not(:first-child),
.user-text h2:not(:first-child),
.user-text h3:not(:first-child),
.user-text h4:not(:first-child),
.user-text h5:not(:first-child),
.user-text h6:not(:first-child) {
  margin-top: 28px;
}
.user-text h1,
.user-text h2,
.user-text h3 {
  margin-bottom: 36px;
}
.user-text ul,
.user-text ol {
  font-size: 0.875rem;
}
.user-text ul li,
.user-text ol li {
  line-height: 1.2;
}
.user-text ul li:not(:first-child),
.user-text ol li:not(:first-child) {
  margin-top: 8px;
}
.user-text img.aligncenter,
.user-text .wp-caption.aligncenter {
  margin: 0 auto;
  display: block;
  padding-bottom: 10px;
}
.user-text img.alignleft,
.user-text .wp-caption.alignleft {
  float: left;
  padding-right: 30px;
  padding-bottom: 10px;
  box-sizing: content-box;
}
.user-text img.alignright,
.user-text .wp-caption.alignright {
  float: right;
  padding-left: 30px;
  padding-bottom: 10px;
  box-sizing: content-box;
}
.user-text img.alignnone,
.user-text .wp-caption.alignnone {
  display: block;
  padding-bottom: 10px;
}
.user-text *:last-child {
  margin-bottom: 0;
}

body.admin-bar header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar header {
    top: 46px;
  }
}
@media (max-width: 600px) {
  body.admin-bar #wpadminbar {
    position: fixed;
  }
}

header {
  background-color: #08324a;
  color: #257abf;
  position: fixed;
  width: 100%;
  top: 0;
  padding: 1.03125rem 0;
  transition: background-color 200ms;
  z-index: 9;
}
header .logo-link {
  max-width: 10rem;
}
header ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  header ul {
    text-align: right;
  }
  header ul .sub-menu li a {
    font-size: 0.8rem;
    color: #ffffff;
  }
}
header li {
  padding: 0 0.5rem;
}
header li a {
  color: #257abf;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  transition: color 200ms;
}
header li a:hover {
  color: #08324a;
}
header .social-links {
  position: absolute;
  bottom: 0;
  left: 1rem;
}
header .col-logo .logo-link {
  display: inline-block;
  transition: opacity 200ms;
}
header .col-menu {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 1rem;
  background-color: #08324a;
  height: auto;
  z-index: 100;
}
header .col-menu ul li {
  margin-bottom: 18px;
}
header .col-menu ul li.menu-item-has-children > ul.sub-menu {
  margin-top: 18px;
  margin-bottom: 0;
}
header .col-menu ul li.menu-item-has-children > ul.sub-menu li {
  display: block;
}
header .col-menu .img-btn img {
  width: 100px;
  margin-right: 15px;
}
header .col-menu .logo-link img {
  max-width: 10rem;
  margin-bottom: 35px;
}
@media (max-width: 344px) {
  header .col-menu .btn-wrap {
    display: inline-block;
  }
  header .col-menu .btn-wrap:last-child {
    margin-top: 10px;
  }
}
header .col-hamburger {
  position: relative;
  z-index: 1000;
  text-align: end;
  line-height: 1;
}
header .col-hamburger button {
  line-height: 0;
}
@media (min-width: 768px) {
  header {
    padding: 3rem 0;
    background-color: transparent;
  }
  header > .container-lg {
    position: relative;
  }
  header .col-logo .logo-link {
    padding-right: 0;
  }
  header .col-menu {
    text-align: right;
    background-color: unset;
    height: unset;
    padding-top: 0;
    padding-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  header .col-menu ul#main-menu {
    margin: 0;
    margin-left: auto;
    background-color: #ffffff;
    border-radius: 2rem;
    padding: 0 0.5rem;
  }
  header .col-menu ul#main-menu li {
    display: inline-block;
    position: relative;
    margin-bottom: unset;
  }
  header .col-menu ul#main-menu li:not(:first-child) {
    margin-left: 5px;
  }
  header .col-menu ul#main-menu li a {
    display: inline-block;
    font-size: 0.8rem;
    color: #08324a;
    padding: 0.5rem 0;
  }
  header .col-menu ul#main-menu li a:hover {
    color: #257abf;
  }
  header .col-menu ul#main-menu li.menu-item-has-children {
    position: relative;
  }
  header .col-menu ul#main-menu li.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
  }
  header .col-menu ul#main-menu li.menu-item-has-children > ul.sub-menu {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #1e1e1e;
    text-align: center;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    transition: top 300ms ease-in-out, opacity 300ms;
  }
  header .col-menu ul#main-menu li.menu-item-has-children > ul.sub-menu::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 6rem;
    height: 3rem;
    background-color: #ffffff;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  }
  header .col-menu ul#main-menu li.menu-item-has-children > ul.sub-menu li {
    padding: 8px 0;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .col-menu ul#main-menu li.menu-item-has-children > ul.sub-menu {
    width: 120px;
  }
  header .col-menu ul#main-menu li.menu-item-has-children > ul.sub-menu li {
    padding: 4px 0;
  }
}
@media (min-width: 768px) {
  header .col-menu ul#main-menu li.menu-item-has-children:hover > ul.sub-menu {
    top: calc(100% + 10px);
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 768px) and (min-width: 850px) {
  header .col-menu ul#main-menu li:not(:first-child) {
    margin-left: 7px;
  }
}
@media (min-width: 992px) {
  header .col-logo .logo-link {
    padding-right: 20px;
  }
  header .col-menu ul#main-menu li:not(:first-child) {
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  header .col-logo .logo-link {
    padding-right: 0;
  }
  header .col-menu ul#main-menu {
    padding: 0 1rem;
  }
  header .col-menu ul#main-menu li a {
    font-size: 1rem;
    padding: 1rem 0.5rem;
  }
}
.overlay-tint {
  background-color: transparent;
  opacity: 0.7;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 8;
}

footer {
  background-color: #08324a;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.07px;
  padding: 1.5rem 2rem;
  z-index: 100;
}
footer .logo {
  max-width: 10rem;
}
@media (max-width: 991.98px) {
  footer {
    padding: 2rem;
  }
  footer .row div {
    padding-bottom: 25px;
  }
}
footer .footer-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  opacity: 0.7;
}
footer .social-links {
  list-style: none;
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0;
}
@media (min-width: 768px) {
  footer .social-links {
    margin-bottom: 0.5rem;
  }
}
footer .social-links li {
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
  footer .social-links li {
    margin-right: 1.5rem;
  }
}
footer .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .menu ul li {
  padding: 1rem 0;
}
footer .menu ul li a {
  color: #ffffff;
}
@media (min-width: 768px) {
  footer .menu ul li {
    padding: 0;
    padding-bottom: 0.5rem;
  }
  footer .menu ul li a {
    font-weight: 700;
  }
}
footer .footer-contact {
  font-weight: 500;
}
footer .footer-contact p {
  margin: 0;
  line-height: 1.5;
}
footer .footer-contact a {
  text-decoration: none;
  color: #ffffff;
}
footer .copyright {
  color: #ffffff;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .mobile-accordion {
    margin-bottom: 1rem;
    text-align: center;
  }
  .mobile-accordion h3 {
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0.75rem 0.5rem;
    margin: 0;
    font-weight: bold;
    font-family: "BebasNeue Bold", "Montserrat", "Inter", sans-serif;
  }
  .mobile-accordion .accordion-item__image {
    aspect-ratio: 2/1;
  }
  .mobile-accordion .accordion-item__image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mobile-accordion .accordion-item__body {
    padding: 0.5rem 1rem;
  }
  .mobile-accordion .accordion-item__body,
  .mobile-accordion .accordion-item__image {
    display: none;
  }
}

.post-card {
  border-radius: 1rem;
  background-color: #257abf;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.post-card .ratio-post-card {
  aspect-ratio: 3/1;
}
.post-card-title {
  font-family: "Montserrat", "Inter", sans-serif;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.post-card-subheading {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.post-card__excerpt {
  margin-top: 0.75rem;
}
.post-card__content {
  padding: 1rem 1rem 2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .post-card__content {
    font-size: 1.1rem;
  }
}
.post-card__content .btn {
  display: inline-flex;
  width: auto;
  align-self: flex-start;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

.gform_wrapper [type=text],
.gform_wrapper [type=email],
.gform_wrapper [type=password],
.gform_wrapper [type=tel],
.gform_wrapper [type=file],
.gform_wrapper [type=search],
.gform_wrapper [type=number],
.gform_wrapper [type=url],
.gform_wrapper [type=submit],
.gform_wrapper [type=reset],
.gform_wrapper textarea,
.gform_wrapper select,
.gform_wrapper .gform_previous_button,
.gform_wrapper .gform_next_button,
.gform_wrapper .select-menu,
.gform_wrapper .search-input {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #1e1e1e;
  background: transparent;
  border-radius: 35px;
  font: inherit;
  font-size: 1rem;
  line-height: 1.25;
  width: 100%;
  padding: 10px;
}
@media (min-width: 1200px) {
  .gform_wrapper [type=text],
  .gform_wrapper [type=email],
  .gform_wrapper [type=password],
  .gform_wrapper [type=tel],
  .gform_wrapper [type=file],
  .gform_wrapper [type=search],
  .gform_wrapper [type=number],
  .gform_wrapper [type=url],
  .gform_wrapper [type=submit],
  .gform_wrapper [type=reset],
  .gform_wrapper textarea,
  .gform_wrapper select,
  .gform_wrapper .gform_previous_button,
  .gform_wrapper .gform_next_button,
  .gform_wrapper .select-menu,
  .gform_wrapper .search-input {
    font-size: 1rem;
    padding: 0.8rem;
  }
}
.gform_wrapper [type=text]:last-child,
.gform_wrapper [type=email]:last-child,
.gform_wrapper [type=password]:last-child,
.gform_wrapper [type=tel]:last-child,
.gform_wrapper [type=file]:last-child,
.gform_wrapper [type=search]:last-child,
.gform_wrapper [type=number]:last-child,
.gform_wrapper [type=url]:last-child,
.gform_wrapper [type=submit]:last-child,
.gform_wrapper [type=reset]:last-child,
.gform_wrapper textarea:last-child,
.gform_wrapper select:last-child,
.gform_wrapper .gform_previous_button:last-child,
.gform_wrapper .gform_next_button:last-child,
.gform_wrapper .select-menu:last-child,
.gform_wrapper .search-input:last-child {
  margin-bottom: 0;
}
.gform_wrapper textarea {
  border-radius: 1.5rem;
}
.gform_wrapper select,
.gform_wrapper .gform_previous_button,
.gform_wrapper .gform_next_button,
.gform_wrapper [type=submit],
.gform_wrapper [type=reset],
.gform_wrapper [type=button] {
  cursor: pointer;
}
.gform_wrapper .gform-footer {
  margin-top: 3rem;
}
.gform_wrapper .gform-footer .btn {
  margin-left: auto;
  margin-right: auto;
}

.archive .page-header {
  margin-top: calc(2.0625rem + 9.75vw);
}
@media (min-width: 1200px) {
  .archive .page-header {
    margin-top: 9.375rem;
  }
}
.archive .post-card {
  margin-bottom: 1.5rem;
}
.archive .entry-header {
  --bs-link-color-rgb: var(--bs-body-color-rgb);
  --bs-link-hover-color-rgb: var(--bs-primary-rgb);
}
.archive .entry-footer {
  --bs-link-color-rgb: var(--bs-body-color-rgb);
  --bs-link-hover-color-rgb: var(--bs-primary-rgb);
  font-size: 0.875rem;
}
.archive .entry-footer .byline,
.archive .entry-footer .posted-on {
  margin-bottom: 0;
}
.archive .entry-footer .updated:not(.published) {
  display: none;
}

@media (max-width: 767.98px) {
  .blog header {
    position: sticky;
  }
}
.blog-roll {
  position: relative;
}
@media (min-width: 1400px) {
  .blog-roll .blog-posts {
    padding: 0 3rem;
  }
}
.blog-roll .svg-icon {
  display: none;
  position: absolute;
  max-width: 350px;
}
.blog-roll .svg-icon--scissors {
  top: 2rem;
  left: -4rem;
  opacity: 0.22;
  transform: scaleX(-1);
}
.blog-roll .svg-icon--scissors svg path {
  fill: #7bc24a !important;
}
.blog-roll .svg-icon--crown {
  bottom: 2rem;
  left: -2rem;
}
.blog-roll .svg-icon--controller {
  top: 40%;
  right: -5rem;
}
@media (min-width: 992px) {
  .blog-roll .svg-icon {
    display: block;
    width: 100%;
  }
}
.blog-roll__title {
  color: #7bc24a;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .blog-roll__title {
    font-size: 3.25rem;
    margin-bottom: 1.25em;
  }
}
.blog-roll #loadmore {
  margin-top: 3rem;
}

.page-template-about-page .hero--about {
  position: relative;
  z-index: 2;
}
.page-template-about-page .hero--about .preheading {
  color: #08324a;
}
.page-template-about-page .hero--about .hero-title span {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .page-template-about-page .hero--about .hero__image {
    max-width: 650px;
  }
}
@media (min-width: 1400px) {
  .page-template-about-page .hero--about .hero__content {
    margin-left: 2rem;
  }
}

@media (max-width: 767.98px) {
  .page-template-thank-you header {
    position: sticky;
  }
}
.page-template-thank-you .fixed-cta {
  display: none;
}
.page-template-thank-you .success-stories .section-header {
  color: #08324a;
}
.page-template-thank-you .success-stories .section-header .section-title {
  color: #257abf;
  font-size: 4rem;
}
.page-template-thank-you .success-stories .section-header .section-title span {
  padding-left: 5px;
}
.page-template-thank-you .success-stories .section-header .section-title .doodle {
  width: 0.8em;
}
@media (min-width: 768px) {
  .page-template-thank-you .success-stories .section-header .section-title {
    font-size: 6rem;
  }
}
@media (min-width: 992px) {
  .page-template-thank-you .success-stories .section-header .section-title {
    font-size: 11.5rem;
  }
}
.page-template-thank-you .success-stories .section-header .section-header__text {
  font-weight: normal;
}
@media (min-width: 992px) {
  .page-template-thank-you .success-stories .section-header .section-header__text {
    font-size: 1.8rem;
  }
}
.page-template-thank-you .success-stories__grid .svg-icon {
  display: none;
}
.page-template-thank-you .success-stories__grid .svg-icon svg path {
  fill: #257abf !important;
}
.page-template-thank-you .success-stories__grid .svg-icon--shark-fin {
  opacity: 0.45;
}
.page-template-thank-you .success-stories__grid .svg-icon #controller-svg .cls-2 {
  opacity: 1;
}
@media (min-width: 768px) {
  .page-template-thank-you .success-stories__grid .svg-icon {
    display: block;
  }
}
@media (min-width: 768px) {
  .page-template-thank-you .success-stories__grid .success-stories__icon.icon-1,
  .page-template-thank-you .success-stories__grid .success-stories__icon.icon-4 {
    top: -1rem;
  }
  .page-template-thank-you .success-stories__grid .success-stories__icon.icon-1,
  .page-template-thank-you .success-stories__grid .success-stories__icon.icon-2 {
    left: 4rem;
  }
  .page-template-thank-you .success-stories__grid .success-stories__icon.icon-2,
  .page-template-thank-you .success-stories__grid .success-stories__icon.icon-3 {
    bottom: 0;
  }
  .page-template-thank-you .success-stories__grid .success-stories__icon.icon-3,
  .page-template-thank-you .success-stories__grid .success-stories__icon.icon-4 {
    right: 10%;
  }
}

.page-template-faqs-page .hero-banner__image-wrapper img {
  height: 110%;
}

.page-template-apply-page .fixed-cta {
  display: none;
}

.apply-block {
  overflow: hidden;
}
.apply-block .section-header {
  color: #08324a;
}
.apply-block .section-header .section-title {
  color: inherit;
  font-family: "BebasNeueBook", "BebasNeue Bold", "Montserrat", "Inter", sans-serif;
  line-height: 0.9;
}
.apply-block .section-header .section-title span {
  font-family: "BebasNeue Bold", "Montserrat", "Inter", sans-serif;
}
.apply-block .section-header .svg-icon {
  width: 150px;
  margin: 0 auto;
}
.apply-block .section-header .svg-icon svg path {
  fill: #f78e26 !important;
}
.apply-block .section-header__text {
  margin-top: 1em;
}
@media (min-width: 992px) {
  .apply-block .section-header .section-title {
    font-size: 6.5rem;
  }
  .apply-block .section-header .section-title span {
    display: block;
  }
  .apply-block .section-header__text {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1em;
  }
}
.apply-block__float-image {
  position: absolute;
  max-width: 460px;
}
.apply-block__float-image.image-0 {
  top: 350px;
  right: -8rem;
  transform: translateX(20%);
}
.apply-block__float-image.image-1 {
  top: 50%;
  left: -8rem;
  transform: translateX(-20%);
}
.apply-block__float-image.image-2 {
  right: -5rem;
  bottom: -6rem;
  transform: translateX(20%);
}
@media (min-width: 1400px) {
  .apply-block__float-image.image-0, .apply-block__float-image.image-1, .apply-block__float-image.image-2 {
    transform: translateX(0);
  }
}
.apply-block__form {
  max-width: 640px;
  margin: 0 auto;
}
.apply-block__form .gform_wrapper.gravity-theme {
  color: #08324a;
}
.apply-block__form .gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
  visibility: hidden;
}
.apply-block__form .gform_wrapper.gravity-theme .gfield_label {
  color: #08324a;
  font-weight: normal;
}
@media (min-width: 992px) {
  .apply-block__form .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1.2rem;
  }
}
.apply-block__form .gform_wrapper.gravity-theme .form-label {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #257abf;
  font-weight: 500;
  margin-top: 1em;
}
@media (min-width: 992px) {
  .apply-block__form .gform_wrapper.gravity-theme .form-label {
    font-size: 1.8rem;
  }
}
.apply-block__form .gform_wrapper.gravity-theme .gfield--type-radio {
  border: 1px solid #1e1e1e;
  border-radius: 1.5rem;
  padding: 1rem;
}
.apply-block__form .gform_wrapper.gravity-theme .gfield_radio .gchoice {
  padding-bottom: 0.25rem;
}
.apply-block__form .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .apply-block__form .gform_wrapper.gravity-theme .gfield_radio {
    display: flex;
    flex-wrap: wrap;
  }
  .apply-block__form .gform_wrapper.gravity-theme .gfield_radio .gchoice {
    width: 50%;
    padding-bottom: 0.75rem;
  }
  .apply-block__form .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
    font-size: 0.9rem;
    white-space: nowrap;
  }
}
.apply-block__form .gform_wrapper.gravity-theme .gfield_radio input[type=radio] {
  accent-color: #08324a;
}
@media (min-width: 992px) {
  .apply-block__form .gform_wrapper.gravity-theme .desk-flex {
    display: flex;
    align-items: center;
  }
  .apply-block__form .gform_wrapper.gravity-theme .desk-flex * {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .apply-block__form .gform_wrapper.gravity-theme .desk-flex .ginput_container_radio {
    width: 40%;
  }
}
.apply-block__form .gform_wrapper.gravity-theme [type=text],
.apply-block__form .gform_wrapper.gravity-theme textarea,
.apply-block__form .gform_wrapper.gravity-theme [type=email],
.apply-block__form .gform_wrapper.gravity-theme [type=password],
.apply-block__form .gform_wrapper.gravity-theme [type=tel],
.apply-block__form .gform_wrapper.gravity-theme [type=file],
.apply-block__form .gform_wrapper.gravity-theme [type=search],
.apply-block__form .gform_wrapper.gravity-theme [type=number],
.apply-block__form .gform_wrapper.gravity-theme [type=url] {
  padding-left: 1rem;
}
.apply-block__form .gform_wrapper.gravity-theme [type=text]::-moz-placeholder, .apply-block__form .gform_wrapper.gravity-theme textarea::-moz-placeholder, .apply-block__form .gform_wrapper.gravity-theme [type=email]::-moz-placeholder, .apply-block__form .gform_wrapper.gravity-theme [type=password]::-moz-placeholder, .apply-block__form .gform_wrapper.gravity-theme [type=tel]::-moz-placeholder, .apply-block__form .gform_wrapper.gravity-theme [type=file]::-moz-placeholder, .apply-block__form .gform_wrapper.gravity-theme [type=search]::-moz-placeholder, .apply-block__form .gform_wrapper.gravity-theme [type=number]::-moz-placeholder, .apply-block__form .gform_wrapper.gravity-theme [type=url]::-moz-placeholder {
  color: #08324a;
}
.apply-block__form .gform_wrapper.gravity-theme [type=text]::placeholder,
.apply-block__form .gform_wrapper.gravity-theme textarea::placeholder,
.apply-block__form .gform_wrapper.gravity-theme [type=email]::placeholder,
.apply-block__form .gform_wrapper.gravity-theme [type=password]::placeholder,
.apply-block__form .gform_wrapper.gravity-theme [type=tel]::placeholder,
.apply-block__form .gform_wrapper.gravity-theme [type=file]::placeholder,
.apply-block__form .gform_wrapper.gravity-theme [type=search]::placeholder,
.apply-block__form .gform_wrapper.gravity-theme [type=number]::placeholder,
.apply-block__form .gform_wrapper.gravity-theme [type=url]::placeholder {
  color: #08324a;
}
@media (min-width: 992px) {
  .apply-block__form .gform_wrapper.gravity-theme [type=text],
  .apply-block__form .gform_wrapper.gravity-theme textarea,
  .apply-block__form .gform_wrapper.gravity-theme [type=email],
  .apply-block__form .gform_wrapper.gravity-theme [type=password],
  .apply-block__form .gform_wrapper.gravity-theme [type=tel],
  .apply-block__form .gform_wrapper.gravity-theme [type=file],
  .apply-block__form .gform_wrapper.gravity-theme [type=search],
  .apply-block__form .gform_wrapper.gravity-theme [type=number],
  .apply-block__form .gform_wrapper.gravity-theme [type=url] {
    font-size: 1.2rem;
    padding: 0.8rem 1.5rem;
  }
}

.contact-page {
  background-color: #08324a;
  padding: 0;
}
.contact-page .svg-icon--mask {
  position: absolute;
  width: 120%;
  left: -10%;
  top: calc(100% - 1rem);
}
.contact-page .svg-icon--mask svg path {
  fill: #f9f9f8;
}
.contact-page__image img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-page__content {
  background-size: cover;
  background-position: center;
}
.contact-page__content-wrapper {
  padding: 6rem 1.5rem 3rem;
}
.contact-page__content-wrapper .section-title {
  margin-bottom: 0.5rem;
}
.contact-page__content-wrapper .svg-icon--underline {
  width: 150px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .contact-page__content-wrapper {
    padding: 9rem 1.5rem 6rem;
    margin-left: 3rem;
    max-width: 550px;
  }
}
@media (min-width: 1200px) {
  .contact-page__content-wrapper {
    margin-left: 6rem;
  }
  .contact-page__content-wrapper .section-title {
    font-size: 8rem;
  }
}
.contact-page__content-wrapper *,
.contact-page__content-wrapper .gform_wrapper.gravity-theme .gfield_required {
  color: #ffffff;
}
@media (min-width: 992px) {
  .contact-page__content-wrapper .gform_wrapper.gravity-theme .gfield_required {
    font-size: 1.5rem;
  }
}
.contact-page__content-wrapper .gform_required_legend {
  display: none;
}
.contact-page__content-wrapper .gform_wrapper.gravity-theme [type=text],
.contact-page__content-wrapper .gform_wrapper.gravity-theme textarea,
.contact-page__content-wrapper .gform_wrapper.gravity-theme [type=email],
.contact-page__content-wrapper .gform_wrapper.gravity-theme [type=password],
.contact-page__content-wrapper .gform_wrapper.gravity-theme [type=tel],
.contact-page__content-wrapper .gform_wrapper.gravity-theme [type=file],
.contact-page__content-wrapper .gform_wrapper.gravity-theme [type=search],
.contact-page__content-wrapper .gform_wrapper.gravity-theme [type=number],
.contact-page__content-wrapper .gform_wrapper.gravity-theme [type=url] {
  background-color: #ffffff;
  color: #08324a !important;
  padding: 10px;
}
@media (min-width: 1200px) {
  .contact-page__content-wrapper .gform_wrapper.gravity-theme [type=text],
  .contact-page__content-wrapper .gform_wrapper.gravity-theme textarea,
  .contact-page__content-wrapper .gform_wrapper.gravity-theme [type=email],
  .contact-page__content-wrapper .gform_wrapper.gravity-theme [type=password],
  .contact-page__content-wrapper .gform_wrapper.gravity-theme [type=tel],
  .contact-page__content-wrapper .gform_wrapper.gravity-theme [type=file],
  .contact-page__content-wrapper .gform_wrapper.gravity-theme [type=search],
  .contact-page__content-wrapper .gform_wrapper.gravity-theme [type=number],
  .contact-page__content-wrapper .gform_wrapper.gravity-theme [type=url] {
    font-size: 1rem;
    padding: 0.8rem;
  }
}
.contact-page__content-wrapper .gform_wrapper.gravity-theme input[type=radio] {
  accent-color: #257abf;
}
.contact-page__content-wrapper .gform_wrapper.gravity-theme .gfield_radio label {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.contact-page__content-wrapper .gform_wrapper.gravity-theme textarea {
  padding: 1rem;
}
.contact-page__content-wrapper .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .contact-page__content-wrapper .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 1rem;
  }
  .contact-page__content-wrapper .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1.5rem;
  }
  .contact-page__content-wrapper .gform_wrapper.gravity-theme .btn {
    font-size: 2.5rem;
  }
}
.contact-page__info {
  padding: 0;
}
@media (min-width: 992px) {
  .contact-page__info-image img {
    position: absolute;
    right: -1rem;
    bottom: 0;
    transform: translateY(20%);
    width: 50%;
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  .contact-page__info-image img {
    width: calc(100% + 3rem);
    max-width: unset;
    margin-left: -1.5rem;
    transform: translateY(18%);
  }
}
.contact-page__info-content {
  padding: 1.5rem;
  color: #385227;
}
.contact-page__info-content-preheading {
  text-transform: uppercase;
  color: #7bc24a;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.contact-page__info-content p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contact-page__info-content {
    font-size: 1.5rem;
    padding: 6rem 0;
    max-width: 450px;
    margin: 0 auto;
  }
  .contact-page__info-content-preheading {
    font-size: 1.3rem;
  }
}
.contact-page__info-content a:not(.btn) {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}
.contact-page__info-content .svg-icon {
  margin-right: 0.5rem;
}
.contact-page__info-content .svg-icon svg path {
  fill: #7bc24a;
}

.page-template-investment-page main .hero--about {
  position: relative;
  z-index: 1;
}
.page-template-investment-page main .hero--about .preheading {
  color: #385227;
}
@media (min-width: 992px) {
  .page-template-investment-page main .hero--about .preheading {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .page-template-investment-page main .hero--about .preheading {
    font-size: 2.5rem;
  }
}
.page-template-investment-page main .hero--about .hero-title span {
  display: block;
}
@media (min-width: 1400px) {
  .page-template-investment-page main .hero--about .hero-title {
    font-size: 6.5rem;
  }
}
.page-template-investment-page main .hero--about .hero__content {
  padding-top: 2rem;
  padding-bottom: 3rem;
  color: #385227;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .page-template-investment-page main .hero--about .hero__content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1400px) {
  .page-template-investment-page main .hero--about .hero__content {
    font-size: 1.2rem;
  }
}
.page-template-investment-page main .hero--about .hero__image {
  z-index: 1;
}
.page-template-investment-page main .hero--about .hero__image .svg-icon--circle {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-template-investment-page main .hero--about .hero__image .svg-icon--circle svg path {
  fill: #385227;
}
@media (min-width: 992px) {
  .page-template-investment-page main {
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  .post-template-default.single-post header {
    position: sticky;
  }
}
@media (min-width: 768px) {
  .post-template-default.single-post main article {
    padding-top: 6rem;
  }
}
.post-template-default main .entry-header {
  display: none;
  background-color: #000000;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 18.75rem;
}
@media (min-width: 992px) {
  .post-template-default main .entry-header {
    min-height: 22.125rem;
  }
}
.post-template-default main .entry-meta .byline,
.post-template-default main .entry-meta .posted-on {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.post-template-default main .entry-meta a {
  --bs-link-color-rgb: var(--bs-body-color);
}
.post-template-default main .entry-meta .updated:not(.published) {
  display: none;
}

@media (min-width: 768px) {
  .single-news-article .entry-content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6rem;
  }
}

@media (max-width: 767.98px) {
  .post-type-archive-news-article header {
    position: sticky;
  }
}
.post-type-archive-news-article .blog-roll .svg-icon {
  opacity: 0.2;
}
.post-type-archive-news-article .blog-roll .svg-icon--flat-iron {
  top: 2rem;
  left: -1rem;
}
.post-type-archive-news-article .blog-roll .svg-icon--flat-iron svg path {
  fill: #257abf;
}
.post-type-archive-news-article .blog-roll .svg-icon--barber-pole {
  top: 45%;
  right: -220px;
}
.post-type-archive-news-article .blog-roll .svg-icon--barber-pole .barber-pole {
  transform: rotate(-90deg) scale(1.5);
}
.post-type-archive-news-article .blog-roll .svg-icon--barber-pole .barber-pole .s0 {
  fill: #f78e26;
}
.post-type-archive-news-article .blog-roll .svg-icon--scissors {
  top: unset;
  bottom: 3rem;
  left: -1.5rem;
  max-width: 200px;
}
.post-type-archive-news-article .blog-roll .svg-icon--scissors #scissors-svg .cls-1 {
  fill: #257abf !important;
}
.post-type-archive-news-article .blog-roll__title {
  color: #f78e26;
}
.post-type-archive-news-article .blog-roll .post-card {
  background-color: #f78e26;
}
.post-type-archive-news-article .blog-roll .post-card .btn {
  background-color: #ad5026;
}

.hero-block {
  padding: 0;
}
.hero-block__bg-image {
  top: -5rem;
  left: 0;
  width: calc(100% + 3rem);
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 1400px) {
  .hero-block__bg-image {
    top: -6rem;
    left: 1rem;
  }
}
.hero-block.style-hero-default .hero-innerwrap {
  background-color: #08324a;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .hero-block.style-hero-default .hero-innerwrap {
    min-height: 0;
  }
}
@media (max-width: 767.98px) {
  .hero-block.style-hero-default .hero-innerwrap {
    flex-direction: column;
  }
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 5rem 0 0;
}
@media (min-width: 768px) {
  .hero-block.style-hero-default .hero-innerwrap .content-wrap {
    padding: 14rem 0;
  }
}
@media (min-width: 1200px) {
  .hero-block.style-hero-default .hero-innerwrap .content-wrap {
    padding: 14rem 0 16rem;
  }
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap {
  color: #ffffff;
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .preheading {
  color: #7bc24a;
  margin-bottom: 0.5rem;
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .pretext {
  font-size: 1.125rem;
  letter-spacing: 0.72px;
  font-weight: 700;
  text-transform: uppercase;
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .pretext:not(:last-child) {
  margin-bottom: 16px;
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .hero-title {
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  font-size: 2.75rem;
}
@media (min-width: 992px) {
  .hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .hero-title {
    font-size: 6.75rem;
  }
}
@media (min-width: 1400px) {
  .hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .hero-title {
    font-size: 7rem;
  }
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .subtitle {
  margin-bottom: 0;
  font-weight: 500;
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .subtitle:not(:first-child) {
  margin-top: 8px;
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .text-content {
  line-height: 1.428;
  letter-spacing: 0.21px;
  font-weight: 600;
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .text-content:not(:first-child) {
  margin-top: 0.5rem;
}
@media (max-width: 575.98px) {
  .hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .text-content {
    font-size: 1.2rem;
    font-weight: normal;
  }
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .pre-overlay-text {
  margin-bottom: 50px;
  margin-top: 2em !important;
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .overlay-box-container {
  flex-wrap: wrap;
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .overlay-box-container .overlay-box {
  position: relative;
  max-width: 540px;
  padding: 40px 140px 50px 60px;
  background: rgba(8, 50, 74, 0.5);
  border-radius: 15px;
  border: 0.5px solid #08324a;
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .overlay-box-container .overlay-box {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .overlay-box-container .overlay-box {
    padding: 40px 60px 50px 60px;
  }
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .overlay-box-container .overlay-box .overlay-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
  margin-bottom: 16px;
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .overlay-box-container .overlay-box .overlay-copy {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px; /* 147.059% */
}
.hero-block.style-hero-default .hero-innerwrap .content-wrap .text-wrap .overlay-box-container .overlay-box .overlay-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  height: 20px;
  width: auto;
}
.hero-block.style-hero-default .hero-innerwrap .bg-media {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-block.style-hero-default .hero-innerwrap .bg-media.style-image {
  background-size: cover;
  background-position: center center;
}
.hero-block.style-hero-default .hero-innerwrap .bg-media.style-video video {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .hero-block.style-hero-default .hero-innerwrap .bg-media.style-video {
    position: relative;
    max-height: calc(400px + 3rem);
    height: 500px;
  }
  .hero-block.style-hero-default .hero-innerwrap .bg-media.style-video::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #08324a 0%, rgba(8, 50, 74, 0) 50%);
  }
}
.hero-block.style-hero-default .hero-innerwrap .bg-media.style-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 68vw;
  min-width: 122%;
}
.hero-block.style-hero-default .hero-innerwrap .hrl-overlay {
  z-index: 2;
  background-color: #08324a;
}
.hero-banner {
  overflow: hidden;
}
.hero-banner__image-wrapper {
  aspect-ratio: 2/1;
}
@media (min-width: 768px) {
  .hero-banner__image-wrapper {
    aspect-ratio: 8/3;
  }
}
@media (min-width: 1400px) {
  .hero-banner__image-wrapper {
    aspect-ratio: 4/1;
  }
}
.hero-banner__image-wrapper img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-banner__image-wrapper .svg-icon {
  position: absolute;
  width: 120%;
  left: -10%;
  top: calc(100% - 1rem);
}
.hero-banner__image-wrapper .svg-icon svg path {
  fill: #f9f9f8;
}

@media (min-width: 992px) {
  .awards {
    padding: 6rem 0;
  }
}
@media (min-width: 1200px) {
  .awards {
    padding: 8rem 0 10rem;
  }
}
.awards__icon {
  position: absolute;
  bottom: -150px;
  left: 70vw;
  width: 150px;
}
@media (min-width: 1200px) {
  .awards__icon {
    display: block;
    position: absolute;
    bottom: -280px;
    left: 70vw;
  }
}
.awards__wrapper {
  color: #ffffff;
  padding: 1rem 1.5rem;
  background-size: cover;
  background-position: center;
  border-radius: 1.5rem;
}
.awards__wrapper .row {
  --bs-gutter-x: 1rem;
}
.awards__wrapper .preheading {
  color: #6d153f;
}
.awards__wrapper .section-title {
  color: #ffffff;
}
.awards__wrapper .section-header__text {
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .awards__wrapper {
    padding: 4rem 3rem;
    max-width: 1050px;
    margin: 0 auto;
  }
  .awards__wrapper .row {
    --bs-gutter-x: 2rem;
  }
  .awards__wrapper .section-header__text {
    margin-bottom: 0;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .awards__wrapper {
    padding: 3rem 5rem;
  }
}
.awards__block {
  margin-bottom: 1rem;
}
.awards__block-image img {
  height: 100%;
}

@media (min-width: 768px) {
  .success-stories {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.success-stories .section-header {
  color: #385227;
  padding-bottom: 1rem;
}
.success-stories .section-header .preheading {
  color: #385227;
}
.success-stories .section-header .section-title {
  color: #7bc24a;
  line-height: 1;
}
@media (min-width: 768px) {
  .success-stories .section-header .section-header__text {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
.success-stories__icon {
  width: 3rem;
  pointer-events: none;
}
.success-stories__icon.icon-1 {
  top: -1rem;
  left: -1.5rem;
}
.success-stories__icon.icon-2 {
  left: 0;
  bottom: -1rem;
}
.success-stories__icon.icon-3 {
  right: 1rem;
  bottom: -1rem;
}
.success-stories__icon.icon-4 {
  top: -1rem;
  right: -1.5rem;
}
@media (min-width: 768px) {
  .success-stories__icon.icon-1 {
    top: 65%;
    left: 5rem;
  }
  .success-stories__icon.icon-2 {
    left: 25%;
    bottom: -5rem;
  }
  .success-stories__icon.icon-3 {
    right: 25%;
    bottom: -5rem;
  }
  .success-stories__icon.icon-4 {
    top: 65%;
    right: 5rem;
  }
}
@media (min-width: 992px) {
  .success-stories__icon.icon-1 {
    left: 6rem;
  }
  .success-stories__icon.icon-4 {
    right: 6rem;
  }
}
.success-stories__grid {
  margin-top: 2rem;
}
.success-stories__grid .row {
  --bs-gutter-x: 0.5rem;
}
.success-stories__grid .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.success-stories__grid .svg-icon {
  width: 4rem;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .success-stories__grid .svg-icon {
    width: 5.5rem;
    top: -2.5rem;
  }
}
.success-stories__grid .image {
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 0.5rem;
}
.success-stories__grid .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.success-stories__grid .image-1, .success-stories__grid .image-3, .success-stories__grid .image-5, .success-stories__grid .image-7 {
  aspect-ratio: 1/1;
}
.success-stories__grid .image-2, .success-stories__grid .image-6 {
  aspect-ratio: 42/27;
}
.success-stories__grid .image-4 {
  aspect-ratio: 12/24;
}
@media (min-width: 768px) {
  .success-stories__grid {
    margin-top: 6rem;
    margin-bottom: 3rem;
  }
  .success-stories__grid .row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

.slider-cards {
  position: relative;
  z-index: 3;
  margin-top: -6rem;
  padding-top: 6rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 992px) {
  .slider-cards {
    background-size: 200%;
  }
}
.slider-cards__blocks {
  margin-top: 2rem;
}
.slider-cards .section-header {
  padding-top: 1rem;
}
.slider-cards .section-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .slider-cards {
    margin-top: -13vw;
    padding-top: 13vw;
  }
  .slider-cards .section-title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .slider-cards__block {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .slider-cards .section-title {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .slider-cards .section-title span {
    font-size: 7.5rem;
  }
}
.slider-cards .section-header {
  color: #385227;
}
.slider-cards .section-header .section-title {
  color: #385227;
}
.slider-cards .section-header .section-title span {
  color: #ffffff;
  font-family: "LuckiestGuy", sans-serif;
  vertical-align: middle;
  letter-spacing: 3px;
}
.slider-cards .section-header__text {
  font-weight: 600;
}
@media (min-width: 768px) {
  .slider-cards .section-header__text {
    font-size: 1.5rem;
  }
}
.slider-cards__card {
  background-color: #385227;
  color: #ffffff;
  border-radius: 35px;
  overflow: hidden;
}
.slider-cards__card h3 {
  text-transform: uppercase;
}
.slider-cards__card h3 span {
  color: #7bc24a;
}
.slider-cards__card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .slider-cards__card {
    padding: 1rem;
    height: 100%;
  }
  .slider-cards__card h3 {
    font-size: 1.5rem;
    text-align: center;
  }
  .slider-cards__card h3 span {
    color: #ffffff;
  }
  .slider-cards__card-image {
    aspect-ratio: 3/2;
    border-radius: 35px;
    overflow: hidden;
    margin-bottom: 0.5rem;
  }
  .slider-cards__card .accordion-item__body {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .slider-cards {
    padding-bottom: 0;
  }
  .slider-cards .container {
    padding: 0;
    overflow: visible;
  }
  .slider-cards .row {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .slider-cards__block {
    position: relative;
    width: 25%;
    transition: all 300ms ease;
    transform: translateY(3rem);
    margin-bottom: 0;
  }
  .slider-cards__block:hover {
    z-index: 10;
  }
  .slider-cards__block.block-0 {
    transform: translateY(60%) translateX(35%) rotate(-5deg);
  }
  .slider-cards__block.block-0 .slider-cards__card {
    background-color: #6aa641;
  }
  .slider-cards__block.block-0:hover {
    transform: translateY(1.5rem) translateX(35%) rotate(0);
  }
  .slider-cards__block.block-1 {
    transform: translateY(35%) translateX(15%) rotate(-3deg);
  }
  .slider-cards__block.block-1 .slider-cards__card {
    background-color: #598a38;
  }
  .slider-cards__block.block-1:hover {
    transform: translateY(1.5rem) translateX(15%) rotate(0);
  }
  .slider-cards__block.block-2 {
    transform: translateY(4rem) translateX(0%);
    z-index: 3;
  }
  .slider-cards__block.block-2 .slider-cards__card {
    background-color: #385227;
  }
  .slider-cards__block.block-2:hover {
    transform: translateY(1.5rem);
  }
  .slider-cards__block.block-3 {
    transform: translateY(35%) translateX(-15%) rotate(3deg);
    z-index: 2;
  }
  .slider-cards__block.block-3 .slider-cards__card {
    background-color: #598a38;
  }
  .slider-cards__block.block-3:hover {
    transform: translateY(1.5rem) translateX(-15%) rotate(0);
    z-index: 10;
  }
  .slider-cards__block.block-4 {
    transform: translateY(60%) translateX(-35%) rotate(5deg);
  }
  .slider-cards__block.block-4 .slider-cards__card {
    background-color: #6aa641;
  }
  .slider-cards__block.block-4:hover {
    transform: translateY(1.5rem) translateX(-35%) rotate(0);
  }
  .slider-cards__card {
    padding: 1rem;
    margin-bottom: 0;
    padding-bottom: 3rem;
  }
  .slider-cards__card-image {
    aspect-ratio: 3/2;
    border-radius: 20px;
  }
}

.flip-cards .section-header {
  margin-bottom: 1.5rem;
}
.flip-cards .section-header__content {
  border-radius: 12px;
  overflow: hidden;
  padding: 1rem;
  color: #0a324a;
}
.flip-cards .section-header__content h2 {
  color: #257abf;
}
.flip-cards .section-header__text {
  font-weight: 600;
}
.flip-cards__card {
  background-color: #257abf;
  border-radius: 35px;
  color: #ffffff;
}
.flip-cards__card span {
  color: #0a324a;
}
.flip-cards__card-bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
}
@media (max-width: 767.98px) {
  .flip-cards__card .card-front {
    background-image: unset !important;
  }
}
.flip-cards__blocks {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .flip-cards__blocks {
    max-width: 1050px;
    margin: 0 auto;
  }
  .flip-cards .section-header__text {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
  }
  .flip-cards__card {
    perspective: 1000px;
    height: 300px;
    background-color: transparent;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .flip-cards__card:hover .card-inner {
    transform: rotateY(180deg);
  }
  .flip-cards__card .card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    text-align: center;
    padding: 1rem;
  }
  .flip-cards__card .card-front,
  .flip-cards__card .card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 35px;
    overflow: hidden;
  }
  .flip-cards__card .card-front {
    background-color: #257abf;
    color: white;
  }
  .flip-cards__card .card-back {
    flex-direction: column;
    background-color: #257abf;
    transform: rotateY(180deg);
  }
}
.flip-cards .flip-card-image {
  display: none;
}
@media (min-width: 1200px) {
  .flip-cards {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .flip-cards .section-header {
    margin-bottom: 0;
  }
  .flip-cards__blocks .row {
    display: grid;
    grid-template-columns: 1.25fr repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 1rem;
  }
  .flip-cards .flip-card-image {
    display: block;
    margin-bottom: 0.5rem;
  }
  .flip-cards__cta {
    margin-top: 3rem;
  }
  .flip-cards__block--0 {
    grid-row: span 2;
  }
  .flip-cards__block--1 {
    grid-column: span 2;
  }
  .flip-cards__block--4 {
    grid-column: span 2;
  }
  .flip-cards__card {
    height: 100%;
    min-height: 300px;
  }
}

.two-col-text-cta {
  position: relative;
  overflow: visible;
}
.two-col-text-cta .preheading {
  color: #6d153f;
}
.two-col-text-cta p {
  margin-bottom: 0.5rem;
}
.two-col-text-cta .shark-bite {
  display: none;
  width: 300px;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.two-col-text-cta .shark-bite.active {
  display: block;
}
.two-col-text-cta .shark-bite.shark-bite__1 {
  bottom: -30px;
  left: -30px;
  transform: rotate(10deg);
}
.two-col-text-cta .shark-bite.shark-bite__2 {
  width: 400px;
  left: 70px;
  bottom: -20px;
  transform: rotate(25deg);
}
.two-col-text-cta .shark-bite.shark-bite__3 {
  width: 500px;
  bottom: 20px;
  left: -120px;
  transform: rotate(20deg);
}
.two-col-text-cta .shark-bite.shark-bite__4 {
  width: 550px;
  bottom: 20px;
  left: -165px;
  transform: rotate(90deg);
}
@media (max-width: 767.98px) {
  .two-col-text-cta .shark-bite {
    width: 150px;
  }
  .two-col-text-cta .shark-bite.shark-bite__1 {
    bottom: -30px;
    left: -30px;
    transform: rotate(10deg);
  }
  .two-col-text-cta .shark-bite.shark-bite__2 {
    width: 200px;
    left: -40px;
    bottom: 0px;
    transform: rotate(25deg);
  }
  .two-col-text-cta .shark-bite.shark-bite__3 {
    width: 250px;
    bottom: 40px;
    left: -120px;
    transform: rotate(20deg);
  }
  .two-col-text-cta .shark-bite.shark-bite__4 {
    width: 250px;
    bottom: 20px;
    left: -165px;
    transform: rotate(90deg);
  }
}
.two-col-text-cta .shark-head {
  width: 270px;
  display: block;
  position: absolute;
  bottom: -600px;
  left: -40px;
  transform: rotate(10deg);
  transition: all 200ms ease;
}
.two-col-text-cta .shark-head.active {
  bottom: -250px;
}
.two-col-text-cta .shark-head.position-2 {
  bottom: -200px;
  transform: rotate(60deg);
  transition: all 500ms ease;
}
.two-col-text-cta .shark-head.position-3 {
  bottom: -150px;
  transform: rotate(30deg);
}
.two-col-text-cta .shark-head.position-4 {
  bottom: 0px;
  left: -100px;
  transform: rotate(90deg);
}
@media (max-width: 767.98px) {
  .two-col-text-cta .shark-head {
    width: 100px;
    left: -100px;
    display: none;
    bottom: -200;
  }
  .two-col-text-cta .shark-head.active {
    left: -15px;
    bottom: -100px;
    display: block;
  }
  .two-col-text-cta .shark-head.position-2 {
    bottom: -50px;
    transform: rotate(60deg);
    transition: all 500ms ease;
  }
  .two-col-text-cta .shark-head.position-3 {
    bottom: -20px;
    transform: rotate(30deg);
  }
  .two-col-text-cta .shark-head.position-4 {
    bottom: 0px;
    left: 0;
    transform: rotate(90deg);
  }
}
.two-col-text-cta__left-col {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .two-col-text-cta__right-col {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .two-col-text-cta {
    padding: 6rem 0;
    overflow: visible;
  }
}
@media (min-width: 1400px) {
  .two-col-text-cta__right-col {
    margin-left: 2rem;
  }
}

.image-content-ticker {
  padding-top: 0;
}
.image-content-ticker .section-header {
  padding: 1rem;
  color: #08324a;
}
.image-content-ticker .section-header .svg-icon svg path {
  fill: #08324a;
}
.image-content-ticker .section-header .section-title {
  line-height: 0.9;
  color: #08324a;
}
.image-content-ticker .section-header__text {
  font-weight: 500;
  margin: 0.5rem 0 1rem;
}
.image-content-ticker__label, .image-content-ticker__count,
.image-content-ticker .subheading {
  font-family: "LuckiestGuy", sans-serif;
}
.image-content-ticker__count {
  font-size: 2rem;
  line-height: 0.9;
}
.image-content-ticker__count span {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  background-color: #257abf;
  color: #ffffff;
  border-right: 1px solid #000000;
}
@media (min-width: 1400px) {
  .image-content-ticker__count span {
    padding: 0.5rem 1rem;
  }
}
.image-content-ticker__count span:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.image-content-ticker__count span:last-of-type {
  border-right: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.image-content-ticker .subheading {
  color: #257abf;
  font-size: 2rem;
  line-height: 0.9;
}
.image-content-ticker__label {
  font-size: 2rem;
}
.image-content-ticker__counter {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .image-content-ticker {
    padding: 0;
  }
  .image-content-ticker .subheading {
    font-size: 2.75rem;
  }
  .image-content-ticker__image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .image-content-ticker__image::after {
    content: "";
    position: absolute;
    top: -100%;
    left: calc(100% - 5rem);
    height: 300%;
    aspect-ratio: 1/1;
    background-color: #f9f9f8;
    border-radius: 50%;
  }
  .image-content-ticker__image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .image-content-ticker .section-header {
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  .image-content-ticker .section-header {
    font-size: 1.25rem;
  }
  .image-content-ticker__counter {
    margin-top: 2rem;
  }
  .image-content-ticker__count {
    font-size: 4rem;
  }
  .image-content-ticker__label {
    font-size: 3.8rem;
  }
}
@media (min-width: 1200px) {
  .image-content-ticker__count {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  .image-content-ticker .section-header {
    max-width: 800px;
    margin: 0 auto;
  }
  .image-content-ticker__content {
    width: 55%;
  }
  .image-content-ticker__image-col {
    width: 45%;
  }
}

.hero-blog {
  background-position: top;
}
@media (min-width: 992px) {
  .hero-blog {
    padding-top: 9rem;
    padding-bottom: 6rem;
  }
}
.hero-blog .svg-icon--mask {
  position: absolute;
  width: 120%;
  left: -10%;
  top: calc(100% - 1rem);
}
.hero-blog .svg-icon--mask path {
  fill: #f9f9f8;
}
.hero-blog .svg-icon--underline {
  margin-bottom: 1rem;
}
.hero-blog .svg-icon--underline .positioner {
  max-width: 140px;
  margin: 0 auto;
}
.hero-blog__content {
  color: #ffffff;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .hero-blog__content {
    font-size: 1.2rem;
  }
}
.hero-blog__content .dialog-box {
  display: inline-block;
  position: relative;
  max-width: 150px;
  margin-bottom: 1rem;
}
.hero-blog__content .dialog-box span {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.3rem 0;
  font-size: 2.75rem;
  font-family: "LuckiestGuy", sans-serif;
  color: #7bc24a;
  transform: rotate(-5deg) translateX(-50%);
  font-weight: bold;
  line-height: 1;
}
.hero-blog__content .headline {
  font-family: "BebasNeueBook", "BebasNeue Bold", "Montserrat", "Inter", sans-serif;
  line-height: 0.85;
}
.hero-blog__content .headline span {
  display: block;
  font-weight: bold;
  font-family: "BebasNeue Bold", "Montserrat", "Inter", sans-serif;
}
@media (min-width: 992px) {
  .hero-blog__content .headline {
    font-size: 6.6rem;
    letter-spacing: 2px;
  }
}
.hero-blog.hero-news .hero-blog__content .dialog-box span {
  color: #f78e26;
}
.hero-blog.hero-news .hero-blog__content #underline-svg .cls-1 {
  fill: #f78e26;
}

.faqs-block .section-header .section-title {
  color: #385227;
}
@media (min-width: 992px) {
  .faqs-block .section-header .section-title {
    font-size: 5.625rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .faqs-block__wrapper {
    max-width: 1000px;
  }
}
.faqs-block__wrapper .accordion {
  border-bottom: 1px solid #7bc24a;
  color: #385227;
}
@media (min-width: 992px) {
  .faqs-block__wrapper .accordion__trigger {
    font-size: 1.5rem;
  }
}
.faqs-block__ticker {
  display: flex;
  align-items: center;
  will-change: contents;
  animation: ticker 25s infinite linear;
}
.faqs-block__ticker-wrapper {
  display: flex;
  overflow: hidden;
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .faqs-block__ticker-wrapper {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}
.faqs-block__ticker .svg-icon {
  width: 5rem;
  margin: 0 0.5rem;
}
@media (min-width: 1200px) {
  .faqs-block__ticker .svg-icon {
    width: 8rem;
    margin: 0 0.75rem;
  }
}
.faqs-block__ticker .svg-icon--flat-iron svg path {
  fill: #385227;
}
.faqs-block__ticker .svg-icon--comb svg * {
  opacity: 1 !important;
}
.faqs-block__ticker .svg-icon--comb svg path {
  fill: #7bc24a;
  opacity: 1;
}
@keyframes ticker {
  100% {
    will-change: contents;
    transform: translateX(-100%);
  }
}

.hero--about {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .hero--about {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .hero--about {
    padding-bottom: 0;
    overflow: unset;
  }
  .hero--about .hero-title {
    font-size: 6rem;
  }
}
@media (min-width: 1400px) {
  .hero--about .hero-title span {
    font-size: 8rem;
  }
}
.hero--about .preheading {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: "LuckiestGuy", sans-serif;
}
.hero--about .hero__image {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.hero--about .hero__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--about .hero__image img.image {
  position: relative;
  height: calc(100% - 2rem);
  width: calc(100% - 2rem);
  top: 1rem;
  left: 1rem;
  border-radius: 50%;
}
.hero--about .hero__image img.circle {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .hero--about .hero__image {
    transform: scale(1.2) translate(-10%, 0);
    margin-top: -10%;
    margin-bottom: 0;
    margin-left: auto;
    max-width: 700px;
  }
}
@media (min-width: 1400px) {
  .hero--about .hero__image {
    transform: scale(1.3) translate(-10%, 0);
    margin-top: -5%;
    height: calc(100% - 3rem);
    width: calc(100% - 3rem);
    top: 1.5rem;
    left: 1.5rem;
  }
}
.hero--about .hero-title {
  color: #ffffff;
  line-height: 0.9;
}
.hero--about .hero-title span {
  color: #257abf;
  display: block;
}

@media (min-width: 992px) {
  .image-content-blocks {
    padding-top: 6rem;
  }
}
.image-content-blocks .section-title {
  font-size: 3rem;
  font-family: "LuckiestGuy", sans-serif;
  font-weight: normal;
  margin-bottom: 1.5rem;
  color: #08324a;
  line-height: 1;
}
@media (min-width: 992px) {
  .image-content-blocks .section-title {
    font-size: 4.5rem;
    margin-bottom: 1em;
  }
}
@media (min-width: 1400px) {
  .image-content-blocks .section-title {
    padding: 0 1em;
  }
}
@media (min-width: 992px) {
  .image-content-blocks__wrapper {
    width: 90%;
    margin-left: auto;
  }
}
.image-content-blocks__block {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background-color: #257abf;
}
.image-content-blocks__block-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-content-blocks__block--image {
  position: relative;
  padding-bottom: 55%;
  border-radius: 15px;
  overflow: hidden;
}
.image-content-blocks__block--image img {
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-content-blocks__block--content {
  color: #ffffff;
  padding: 1.5rem 1rem;
  line-height: 1.3;
}
.image-content-blocks__block--content p {
  margin-bottom: 1rem;
}
.image-content-blocks__block--content span {
  color: #08324a;
}
.image-content-blocks__block:nth-last-of-type(2) {
  background-color: #08324a;
}
.image-content-blocks__block:nth-last-of-type(2) span {
  color: #257abf;
}
.image-content-blocks__block--title {
  font-size: 2rem;
  font-family: "LuckiestGuy", sans-serif;
  font-weight: normal;
  margin-bottom: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .image-content-blocks__block {
    margin-bottom: 3rem;
  }
  .image-content-blocks__block--image {
    padding-bottom: 0;
  }
  .image-content-blocks__block--content {
    padding: 2rem 0.5rem;
    font-size: 1.2rem;
  }
  .image-content-blocks__block--title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .image-content-blocks__block {
    width: 90%;
    margin-left: auto;
    margin-bottom: 4rem;
  }
  .image-content-blocks__block:nth-of-type(2) {
    margin-left: unset;
    margin-right: auto;
  }
  .image-content-blocks__block:nth-of-type(2) .image-content-blocks__block--title {
    text-align: start;
    padding: 0 1em;
  }
  .image-content-blocks__block:nth-of-type(3) .image-content-blocks__block--title {
    text-align: center;
  }
  .image-content-blocks__block:nth-of-type(odd) .image-content-blocks__block--title span {
    vertical-align: middle;
  }
  .image-content-blocks__block--title {
    font-size: 3.25rem;
    text-align: center;
  }
  .image-content-blocks__block--title span {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .image-content-blocks__block:nth-of-type(2) .image-content-blocks__block--title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.image-content {
  background-color: #08324a;
  color: #ffffff;
}
@media (min-width: 992px) {
  .image-content {
    padding: 0;
  }
}
.image-content .section-title {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .image-content .section-title {
    font-size: 4.5rem;
  }
}
.image-content .subheading {
  color: #257abf;
  font-family: "BebasNeue Bold", "Montserrat", "Inter", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .image-content .subheading {
    font-size: 2.75rem;
  }
}
.image-content__block--image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.image-content__block--image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.image-content__block--image .shark-bite,
.image-content__block--image .svg-icon {
  position: absolute;
  bottom: -1.5rem;
  left: -7rem;
  width: 350px;
  height: auto;
  transform: rotate(45deg);
}
.image-content__block--image .shark-bite .cls-1,
.image-content__block--image .svg-icon .cls-1 {
  fill: #08324a;
}
@media (min-width: 992px) {
  .image-content__block--image .shark-bite,
  .image-content__block--image .svg-icon {
    width: 400px;
    left: -2rem;
  }
}
@media (min-width: 992px) {
  .image-content__block--image {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 1.5rem;
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .image-content__block--image {
    transform: scale(1.25) translateX(3rem);
  }
}
.image-content__block--content {
  padding: 1rem 0;
}
.image-content__block--content ul li::marker {
  color: #257abf;
}
@media (min-width: 992px) {
  .image-content__block--content {
    font-size: 1.2rem;
    padding: 3rem 0;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .image-content__block--content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.icon-blocks {
  padding-top: 0;
  overflow: visible;
}
@media (min-width: 1200px) {
  .icon-blocks {
    padding-bottom: 0;
  }
}
.icon-blocks .section__header {
  background-color: #7bc24a;
  color: #ffffff;
}
.icon-blocks .section__header .dialog-box {
  position: relative;
  max-width: 595px;
  transform: translateY(-2rem);
}
.icon-blocks .section__header .dialog-box p {
  position: absolute;
  top: 1.5rem;
  left: 0;
  padding: 1rem;
  font-size: 1.5rem;
  color: #257abf;
  transform: rotate(6deg);
  font-weight: bold;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .icon-blocks .section__header .dialog-box {
    transform: translateY(-3rem) translateX(3rem);
  }
  .icon-blocks .section__header .dialog-box p {
    top: 2.25rem;
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .icon-blocks .section__header .dialog-box {
    transform: translateY(-3rem) translateX(50%);
  }
}
.icon-blocks .section__header .section-title {
  margin-bottom: 1rem;
}
.icon-blocks .section__header .section-title span {
  color: #385227;
}
.icon-blocks .section__header-content {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .icon-blocks .section__header-content {
    margin-top: 2rem;
    font-size: 1.25rem;
  }
}
.icon-blocks__frames {
  width: 120%;
  margin: 0 auto;
  margin-left: -10%;
}
@media screen and (min-width: 1600px) {
  .icon-blocks__frames {
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
  }
}
.icon-blocks__frames--wrapper {
  overflow: hidden;
  padding-top: 170px;
}
.icon-blocks__frames--wrapper .svg-icon--round {
  z-index: 2;
  position: absolute;
  width: calc(100% + 6rem);
  top: -340px;
  left: -3rem;
  height: 500px;
}
.icon-blocks__frames--wrapper .svg-icon--round .positioner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.icon-blocks__frames--wrapper .svg-icon--round svg {
  max-width: unset;
  width: 100%;
}
@media (min-width: 1400px) {
  .icon-blocks__frames--wrapper {
    padding-top: 200px;
  }
  .icon-blocks__frames--wrapper .svg-icon--round {
    top: -310px;
  }
}
@media screen and (min-width: 1600px) {
  .icon-blocks__frames--wrapper {
    padding-top: 250px;
  }
  .icon-blocks__frames--wrapper .svg-icon--round {
    top: -250px;
  }
}
.icon-blocks__frame {
  position: relative;
}
.icon-blocks__frame::before {
  content: "";
  position: absolute;
  top: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 5rem;
  background-color: #08324a;
  z-index: 2;
}
.icon-blocks__frame.frame-1 {
  transform: rotate(19deg) translateY(-20%);
}
@media screen and (min-width: 1450px) and (max-width: 1599px) {
  .icon-blocks__frame.frame-1 {
    transform: rotate(19deg) translateY(-25%);
  }
}
.icon-blocks__frame.frame-1::before {
  transform: translateX(-50%);
}
.icon-blocks__frame.frame-1 .svg-icon {
  transform: rotate(-19deg) translateY(-35px);
}
.icon-blocks__frame.frame-2 {
  transform: rotate(9deg) translateY(0);
}
.icon-blocks__frame.frame-2::before {
  transform: translateX(-50%);
}
.icon-blocks__frame.frame-2 .svg-icon {
  transform: rotate(-9deg) translateY(-20px);
}
.icon-blocks__frame.frame-3 {
  transform: translateY(25px);
}
.icon-blocks__frame.frame-4 {
  transform: rotate(-9deg) translateY(0);
}
.icon-blocks__frame.frame-4::before {
  transform: translateX(-50%);
}
.icon-blocks__frame.frame-4 .svg-icon {
  transform: rotate(9deg) translateY(-20px);
}
.icon-blocks__frame.frame-5 {
  transform: rotate(-19deg) translateY(-20%);
}
@media screen and (min-width: 1450px) and (max-width: 1599px) {
  .icon-blocks__frame.frame-5 {
    transform: rotate(-19deg) translateY(-25%);
  }
}
.icon-blocks__frame.frame-5::before {
  transform: translateX(0%);
}
.icon-blocks__frame.frame-5 .svg-icon {
  transform: rotate(19deg) translateY(-35px);
}

.wave-cta {
  position: relative;
  padding-top: 8rem;
}
.wave-cta * {
  overflow: visible;
}
@media (min-width: 1400px) {
  .wave-cta {
    padding-top: 11rem;
  }
}
.wave-cta .svg-icon--surf-shark {
  position: relative;
  z-index: 5;
}
.wave-cta__wave .surf-wave,
.wave-cta__wave .svg-icon {
  position: relative;
  left: -3rem;
  margin-bottom: -6rem;
  width: calc(100% + 6rem);
  max-width: unset;
}
@media (min-width: 768px) {
  .wave-cta__wave .surf-wave,
  .wave-cta__wave .svg-icon {
    margin-bottom: -10%;
  }
}
@media (min-width: 1200px) {
  .wave-cta__wave .surf-wave,
  .wave-cta__wave .svg-icon {
    margin-bottom: -15%;
  }
}
@media screen and (max-width: 660px) {
  .wave-cta__wave .surf-wave,
  .wave-cta__wave .svg-icon {
    width: 200%;
    left: -50%;
  }
}
@media screen and (max-width: 480px) {
  .wave-cta__wave .surf-wave,
  .wave-cta__wave .svg-icon {
    width: 250%;
    left: -80%;
  }
}
@media screen and (max-width: 410px) {
  .wave-cta__wave .surf-wave,
  .wave-cta__wave .svg-icon {
    width: 300%;
    left: -100%;
  }
}
.wave-cta .container {
  position: relative;
}
.wave-cta__content {
  position: absolute;
  bottom: 2rem;
  color: #ffffff;
}
.wave-cta__content .section-title {
  margin-bottom: 1rem;
  line-height: 0.9;
}
.wave-cta__content-text {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .wave-cta__content {
    font-size: 1.2rem;
    bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  .wave-cta__content-text {
    margin-top: 2rem;
  }
}
@media (min-width: 1400px) {
  .wave-cta__content {
    bottom: 9rem;
  }
}
.wave-cta__cta {
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .wave-cta__cta {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .gallery-content {
    padding-bottom: 0;
    padding-top: 6rem;
  }
}
@media (min-width: 1200px) {
  .gallery-content__block .image-col {
    padding-left: 4rem;
  }
}
.gallery-content__block--image {
  max-width: 350px;
  border-radius: 1.5rem;
  background-color: #6d153f;
  aspect-ratio: 1/1;
  border: 4px solid #6d153f;
}
.gallery-content__block--image img {
  border-radius: 1.5rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-content__block--image.image-0 {
  transform: rotate(-10deg);
  max-width: 360px;
}
.gallery-content__block--image.image-1 {
  transform: rotate(10deg) translateX(20%);
  margin-top: -5rem;
  max-width: 310px;
  background-color: #db2687;
  border-color: #db2687;
}
.gallery-content__block--image.image-2 {
  transform: rotate(-10deg) translateX(40%);
  max-width: 240px;
  margin-top: -2rem;
}
.gallery-content__block--content {
  color: #08324a;
  padding-top: 1.5rem;
}
.gallery-content__block--content ul li::marker {
  color: #db2687;
}
@media (min-width: 992px) {
  .gallery-content__block--content {
    padding-top: 0;
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .gallery-content__block--content {
    padding-right: 6rem;
  }
}

.text-banner__left {
  position: absolute;
  left: -4rem;
  bottom: -1rem;
  transform: rotate(180deg);
}
.text-banner__right {
  position: absolute;
  right: -2rem;
  top: -2rem;
}
.text-banner .section-title {
  color: #ffffff;
  line-height: 0.9;
}
.text-banner .section-title span {
  font-family: "LuckiestGuy", sans-serif;
  font-weight: normal;
  font-size: 0.8em;
}
@media (min-width: 1200px) {
  .text-banner .section-title {
    padding: 1.5rem 0;
  }
  .text-banner .section-title span {
    display: block;
  }
}

.clip-image-content {
  position: relative;
  padding: 0;
  background-color: #f68d25;
  color: #ffffff;
}
.clip-image-content .container {
  padding: 0;
}
.clip-image-content__block--content {
  padding: 1.5rem 1rem;
}
.clip-image-content__block--content .section-title {
  color: #ad5026;
}
.clip-image-content__block--image img {
  width: 100%;
}
@media (min-width: 768px) {
  .clip-image-content__block--content {
    padding-top: 15%;
    padding-bottom: 3rem;
    font-size: 1.25rem;
  }
  .clip-image-content__block--image img {
    position: absolute;
    width: 60%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    right: 0;
  }
}
.clip-image-content__block--content {
  position: relative;
}
.clip-image-content__block--content *:not(.svg-icon) {
  position: relative;
}
.clip-image-content__block--content .svg-icon--circle {
  display: none;
}
.clip-image-content__block--content .svg-icon--circle svg {
  width: 100%;
}
.clip-image-content__block--content .svg-icon--circle svg path {
  fill: #f68d25;
}
@media (min-width: 768px) {
  .clip-image-content__block--content {
    background-color: #f68d25;
  }
}
@media (min-width: 1200px) {
  .clip-image-content__block--content {
    background-color: transparent;
    padding-top: 15%;
    padding-bottom: 6rem;
  }
  .clip-image-content__block--content .svg-icon--circle {
    display: block;
    position: absolute;
    top: -15%;
    right: -2rem;
    height: 175%;
    width: 175%;
  }
  .clip-image-content__block--content .section-title {
    font-size: 3.4rem;
  }
}
@media (min-width: 1400px) {
  .clip-image-content__block--content {
    width: 55%;
  }
}

@media (min-width: 1200px) {
  .media-content-banner {
    padding: 6rem 0;
  }
}
@media (min-width: 1200px) {
  .media-content-banner__col--media {
    width: 45%;
  }
}
.media-content-banner__block {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  background-color: #a5bac9;
}
.media-content-banner__block .svg-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.media-content-banner__block .svg-icon--shark-bite {
  top: -50px;
  right: -3rem;
  width: 200px;
  transform: rotate(-145deg);
}
.media-content-banner__block .svg-icon--shark-bite .cls-1,
.media-content-banner__block .svg-icon--shark-bite svg path {
  fill: #f9f9f8 !important;
}
.media-content-banner__block .svg-icon--media-bg {
  height: 100%;
  width: 100%;
}
.media-content-banner__block .svg-icon--media-bg .positioner,
.media-content-banner__block .svg-icon--media-bg svg {
  max-width: unset;
  width: 200%;
}
@media (min-width: 768px) {
  .media-content-banner__block .svg-icon--media-bg .positioner,
  .media-content-banner__block .svg-icon--media-bg svg {
    width: 100%;
  }
}
.media-content-banner__block--media {
  height: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.media-content-banner__block--media .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #232323;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  border: none;
}
.media-content-banner__block--media .play-video .svg-icon {
  position: relative;
}
.media-content-banner__block--media .play-video .positioner,
.media-content-banner__block--media .play-video svg {
  width: 1.5rem;
  height: 1.5rem;
}
.media-content-banner__block--media .play-video .positioner path,
.media-content-banner__block--media .play-video svg path {
  fill: #ffffff;
}
.media-content-banner__block--media video {
  height: 100%;
  width: 100%;
}
.media-content-banner__block--content {
  padding: 1.5rem 1rem;
  color: #08324a;
}
.media-content-banner__block--content .preheading {
  color: #ffffff;
}
.media-content-banner__block--content .section-title {
  color: #08324a;
  margin-bottom: 1rem;
  line-height: 0.85;
}
@media (min-width: 992px) {
  .media-content-banner__block--content {
    padding: 2rem;
    font-size: 1.2rem;
  }
  .media-content-banner__block--content .preheading {
    font-size: 2rem;
  }
  .media-content-banner__block--content .section-title {
    font-size: 4rem;
    line-height: 0.85;
  }
}
@media (min-width: 1200px) {
  .media-content-banner__block--content {
    width: 55%;
  }
}

@media (min-width: 992px) {
  .cta-banner {
    padding: 8rem 0 6rem;
  }
}
@media (min-width: 1400px) {
  .cta-banner {
    padding: 10rem 0 8rem;
  }
}
.cta-banner .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.cta-banner .svg-icon--curve-bg {
  position: absolute;
  top: 0;
  left: -3rem;
  width: calc(100% + 6rem);
  transform: translateY(-93%);
  z-index: 2;
}
.cta-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #257abf;
  opacity: 0.7;
}
.cta-banner__card {
  position: relative;
  background-color: #08324a;
  max-width: 540px;
  margin: 0 auto;
  color: #ffffff;
  padding: 2rem 1rem;
  border-radius: 1.5rem;
  overflow: hidden;
  z-index: 2;
}
.cta-banner__card .preheading {
  color: #7bc24a;
  font-family: "Montserrat", "Inter", sans-serif;
  letter-spacing: 0;
}
.cta-banner__card .section-title {
  line-height: 0.85;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .cta-banner__card .section-title span {
    font-size: 4.375rem;
  }
}

.text-blocks {
  padding: 0;
  color: #ffffff;
}
.text-blocks .svg-icon--curve-bg {
  position: absolute;
  top: 0;
  left: -3rem;
  width: calc(100% + 6rem);
  transform: translateY(-93%);
}
.text-blocks .section-header {
  position: relative;
  padding: 2rem 1rem;
  background-color: #7bc24a;
}
.text-blocks .section-header .svg-icon {
  display: none;
}
@media (min-width: 992px) {
  .text-blocks .section-header .svg-icon {
    display: block;
    position: absolute;
    transform: scale(0.8);
  }
}
.text-blocks .section-header .svg-icon svg {
  width: 200px;
}
.text-blocks .section-header .svg-icon--hair {
  top: 0;
  right: -0.5rem;
  opacity: 0.6;
}
.text-blocks .section-header .svg-icon--long-hair {
  bottom: -5px;
  left: -2rem;
  transform: rotate(-20deg);
  opacity: 0.6;
}
.text-blocks .section-header .svg-icon--comb {
  top: -5px;
  left: -1.5rem;
}
.text-blocks .section-header .svg-icon--comb svg {
  width: 300px;
}
.text-blocks .section-header .svg-icon--long-hair svg path, .text-blocks .section-header .svg-icon--controller svg path {
  fill: #385227 !important;
}
.text-blocks .section-header .svg-icon--controller {
  opacity: 0.4;
  right: -2rem;
  bottom: -4rem;
}
.text-blocks .section-header .svg-icon--controller svg {
  width: 350px;
}
.text-blocks .section-header .section-title {
  line-height: 0.85;
}
.text-blocks .section-header .section-title span {
  color: #385227;
}
@media (min-width: 992px) {
  .text-blocks .section-header .section-title {
    font-size: 5.5rem;
  }
  .text-blocks .section-header .section-title span {
    font-size: 3.735rem;
  }
}
@media (min-width: 1400px) {
  .text-blocks .section-header .section-title {
    font-size: 7rem;
  }
  .text-blocks .section-header .section-title span {
    font-size: 4.735rem;
  }
}
@media (min-width: 992px) {
  .text-blocks .section-header__content {
    max-width: 650px;
    margin-left: auto;
  }
}
.text-blocks__block {
  width: 100%;
  padding: 2rem 1rem;
  line-height: 1.2;
}
.text-blocks__block h3 {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .text-blocks__block {
    height: 50%;
    font-size: 1.25rem;
    padding: 3rem;
  }
  .text-blocks__block--content {
    max-width: 550px;
    margin-right: auto;
  }
  .text-blocks__block h3 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1400px) {
  .text-blocks__block {
    padding: 5rem;
  }
  .text-blocks__block h3 {
    font-size: 4.735rem;
  }
}
.text-blocks__block:first-of-type {
  background-color: #db2687;
}
.text-blocks__block:first-of-type h3 {
  color: #6d153f;
}
.text-blocks__block:nth-child(2) {
  background-color: #6d153f;
}
.text-blocks__block:nth-child(2) h3 {
  color: #db2687;
}

.testimonials {
  overflow: hidden;
}
@media (min-width: 992px) {
  .testimonials {
    padding: 6rem 0;
  }
}
@media (min-width: 1400px) {
  .testimonials .slider-col {
    padding-right: 10%;
  }
}
.testimonials .section-header {
  position: relative;
  z-index: 2;
  color: #08324a;
}
@media (min-width: 992px) {
  .testimonials .section-header {
    padding-top: 3rem;
  }
}
.testimonials .section-header::before {
  content: "";
  position: absolute;
  top: -3rem;
  right: -10px;
  height: calc(100% + 3rem);
  width: 100vw;
  background-color: #f9f9f8;
}
.testimonials .section-header .section-title {
  color: #385227;
  font-family: "BebasNeueBook", "BebasNeue Bold", "Montserrat", "Inter", sans-serif;
  line-height: 0.85;
}
.testimonials .section-header .section-title span {
  font-family: "BebasNeue Bold", "Montserrat", "Inter", sans-serif;
  color: #7bc24a;
}
.testimonials .section-header__content {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .testimonials .section-header__content {
    padding-right: 1.5rem;
    font-size: 1.2rem;
  }
}
.testimonials .slick-list .slick-slide {
  margin: 0 5px;
  height: auto;
}
.testimonials .slick-list .slick-slide > div {
  height: 100%;
}
@media (min-width: 768px) {
  .testimonials .slick-list {
    overflow: visible;
  }
}
.testimonials .slick-list .slick-track {
  display: flex;
}
.testimonials .slick-dots li button {
  border-color: #7bc24a;
}
.testimonials .slick-dots li button::before {
  content: "";
  display: none;
}
.testimonials .slick-dots li.slick-active button {
  background-color: #7bc24a;
}
.testimonials .testimonial__stars {
  margin-top: auto;
}
.testimonials .testimonial__slide {
  background-color: #385227;
  color: #ffffff;
  padding: 1.5rem 1rem;
  border-radius: 1.5rem;
  font-size: 1.25rem;
  height: 100%;
}
.testimonials .testimonial__slide-author {
  font-size: inherit;
  margin-bottom: 0;
  font-weight: 900;
}
.testimonials .testimonial__slide-author-title {
  color: #7bc24a;
}
.testimonials .testimonial__slide-quote {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .testimonials .testimonial__slide {
    padding: 2rem 1.5rem;
  }
  .testimonials .testimonial__slide-quote {
    margin-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .awards-slider {
    padding: 0;
  }
  .awards-slider__wrapper {
    overflow: hidden;
    max-height: 600px;
  }
}
@media (min-width: 992px) {
  .awards-slider .slick-slider {
    margin-bottom: 0;
  }
}
.awards-slider .slick-list .slick-slide {
  margin: 10px 5px;
}
@media (min-width: 992px) {
  .awards-slider .slick-list {
    overflow: visible;
  }
}
.awards-slider .slick-dots li {
  padding: 3px;
}
.awards-slider .slick-dots li button {
  border-color: #ffffff;
}
.awards-slider .slick-dots li.slick-active button {
  background: #ffffff;
}
@media (min-width: 992px) {
  .awards-slider .slick-dots {
    bottom: 50%;
    left: 1.5rem;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: left;
  }
}
.awards-slider .section-header {
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.awards-slider .section-header .preheading {
  color: #257abf;
}
.awards-slider .section-header .section-title {
  line-height: 0.85;
}
@media (min-width: 992px) {
  .awards-slider .section-header {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .awards-slider .section-header .preheading {
    font-size: 1.5rem;
  }
  .awards-slider .section-header .section-title {
    font-size: 4.75rem;
  }
  .awards-slider .section-header .section-title span {
    font-size: 5.5rem;
  }
}
@media (min-width: 1200px) {
  .awards-slider .section-header .preheading {
    font-size: 2.5rem;
  }
  .awards-slider .section-header .section-title {
    font-size: 5.75rem;
  }
  .awards-slider .section-header .section-title span {
    font-size: 7rem;
  }
}
.awards-slider__block {
  max-width: 300px;
  margin: 0 auto;
}
.awards-slider__block-image img {
  margin: 0 auto;
  width: 100%;
}

.quote-block {
  background-color: #257abf;
  padding: 3rem 0;
  overflow: visible;
  margin-top: -2px;
}
.quote-block .svg-icon--quote-shape {
  display: none;
  position: absolute;
  width: 75%;
  left: -10%;
  top: -5rem;
}
@media (min-width: 992px) {
  .quote-block .svg-icon--quote-shape {
    display: block;
  }
}
.quote-block__quote {
  position: relative;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  background-color: #257abf;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  z-index: 2;
}
.quote-block__quote-author {
  padding-top: 1rem;
  font-size: 1.25rem;
  color: #08324a;
}
@media (min-width: 992px) {
  .quote-block__quote {
    background-color: transparent;
    font-size: 2.2rem;
  }
  .quote-block__quote-author {
    color: #257abf;
    font-size: 2rem;
    padding-top: 1.5rem;
  }
}
.quote-block__image img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 50%;
  z-index: 2;
}
@media (min-width: 992px) {
  .quote-block__image img {
    transform: translate(-10%, -10%);
  }
}
@media (max-width: 767.98px) {
  .quote-block__image img {
    transform: translate(-53%, -10%);
    width: 90%;
    max-width: 450px;
  }
}

.table-content {
  padding: 3rem 0;
  z-index: 2;
  margin-top: -3rem;
}
@media (min-width: 992px) {
  .table-content {
    padding: 8rem 0 6rem;
    background-color: transparent;
  }
}
@media (min-width: 1400px) {
  .table-content {
    margin-top: -6rem;
  }
}
.table-content .svg-icon--wrapper {
  position: absolute;
}
.table-content .svg-icon--wrapper.icon-1 {
  top: 0;
  right: 0;
  width: 650px;
  transform: translate(20%, -15%);
}
.table-content .svg-icon--wrapper.icon-2 {
  width: 9rem;
  bottom: 1.5rem;
  right: 20%;
  transform: rotate(45deg);
}
.table-content .svg-icon--star {
  width: 100%;
}
.table-content .svg-icon--table-bg, .table-content .svg-icon--table-bg-2 {
  position: absolute;
  top: 0;
  left: -3rem;
  width: calc(100% + 6rem);
}
.table-content .section-header {
  color: #6d153f;
}
.table-content .section-header .section-title {
  color: #db2687;
  line-height: 0.9;
}
.table-content .section-header__content {
  line-height: 1.2;
  padding: 1.5rem 0;
}
.table-content .section-header__content small {
  display: inline-block;
}
@media (min-width: 992px) {
  .table-content .section-header {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .table-content .section-header__content {
    padding: 0 1.5rem;
  }
  .table-content .section-header__content .section-title {
    font-size: 3.25rem;
  }
}
.table-content__table {
  font-size: 1.5rem;
  color: #db2687;
  line-height: 0.9;
  font-weight: bold;
}
.table-content__table table,
.table-content__table th,
.table-content__table td {
  border: 1px solid #6d153f;
}
.table-content__table table {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 18px;
  font-family: "BebasNeue Bold", "Montserrat", "Inter", sans-serif;
}
.table-content__table table tr:first-of-type td:first-of-type {
  border-top-left-radius: 15px;
}
.table-content__table table tr:first-of-type td:last-of-type {
  border-top-right-radius: 15px;
}
.table-content__table table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 15px;
}
.table-content__table table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 15px;
}
.table-content__table table td {
  padding: 0.5rem 1rem;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .table-content__table table td {
    padding: 1rem 1.5rem;
  }
  .table-content__table table tr:nth-of-type(2) td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .table-content__table table td.right-col {
    font-size: 2.8rem;
  }
  .table-content__table table td.right-col span {
    font-size: 3.25rem;
  }
}
@media (min-width: 992px) {
  .table-content__table {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .table-content__table {
    font-size: 2.5rem;
  }
}

.table-block {
  background-color: #f68d25;
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .table-block {
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  .table-block {
    padding: 6rem 0;
  }
}
@media (min-width: 1400px) {
  .table-block {
    padding: 8rem 0;
  }
}
.table-block .svg-icon--table-bg, .table-block .svg-icon--table-bg-2 {
  position: absolute;
  bottom: calc(100% - 3vw);
  left: -3rem;
  width: calc(100% + 6rem);
}
@media (min-width: 1400px) {
  .table-block .svg-icon--table-bg, .table-block .svg-icon--table-bg-2 {
    height: 400px;
    overflow: hidden;
  }
  .table-block .svg-icon--table-bg .positioner, .table-block .svg-icon--table-bg-2 .positioner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.table-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.table-block__float-image {
  position: absolute;
  width: 425px;
  z-index: 1;
}
.table-block__float-image.image-0 {
  top: 0;
  left: 0;
  transform: translate(-25%, -10%);
  z-index: 2;
}
.table-block__float-image.image-1 {
  bottom: 0;
  right: 0;
  transform: translate(45%, 50%);
}
.table-block .container {
  z-index: 3;
}
.table-block .section-header {
  color: #ad5026;
}
.table-block .section-header .section-title {
  color: #ffffff;
  line-height: 0.85;
}
.table-block .section-header .preheading {
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .table-block .section-header .preheading {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .table-block .section-header .preheading {
    font-size: 2.5rem;
  }
}
.table-block .section-header .svg-icon--underline-2 {
  max-width: 200px;
  margin: 1rem auto;
}
@media (min-width: 992px) {
  .table-block .section-header .svg-icon--underline-2 {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .table-block .section-header .section-title {
    font-size: 8rem;
  }
  .table-block .section-header .section-title span {
    font-size: 7.25rem;
  }
}
.table-block__table {
  color: #ffffff;
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .table-block__table-wrapper {
    overflow: auto;
  }
  .table-block__table-wrapper table {
    width: 650px;
  }
}
.table-block__table table {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .table-block__table table {
    font-size: 1.1rem;
  }
}
.table-block__table table th {
  text-transform: uppercase;
  line-height: 1.1;
  padding: 0.5rem 0;
  vertical-align: bottom;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .table-block__table table th {
    padding: 1.5rem 5px;
  }
}
.table-block__table table tr {
  border-bottom: 1.5px solid #ad5026;
}
.table-block__table table tr td {
  padding: 0.5rem 0;
}
@media (min-width: 1200px) {
  .table-block__table table tr td {
    padding: 1.5rem 5px;
  }
  .table-block__table table tr td:not(:first-of-type) {
    font-size: 1.25rem;
  }
}
.table-block__table table tr td:first-of-type {
  font-weight: 600;
}
.table-block__table table tr.last-row td {
  font-weight: 900;
}
@media (min-width: 1200px) {
  .table-block__table table tr.last-row {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .table-block__table table .no-wrap {
    white-space: nowrap;
  }
}
.table-block__table-title {
  font-weight: bold;
}
.table-block__table-row {
  position: relative;
  border-bottom: 1px solid #ad5026;
}
.table-block__table-row:last-of-type {
  border-bottom: none;
}
.table-block__table-row .left {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
}
.table-block__table-row .left::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #ad5026;
  bottom: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
}
@media (min-width: 768px) {
  .table-block__table-row {
    padding: 0;
  }
}
.table-block__table-block {
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .table-block__table-block {
    padding: 0.75rem 1.5rem;
    font-size: 1.2rem;
  }
}
.table-block__disclaimer {
  line-height: 1.1;
  font-size: 0.9rem;
  color: #ad5026;
  margin-top: 1.5rem;
}

@media (min-width: 1400px) {
  .accordions-block {
    padding: 6rem 0;
  }
}
.accordions-block .svg-icon--burst {
  position: absolute;
  top: 1rem;
  left: 1rem;
  transform: translateX(-55%);
  opacity: 0.2;
  width: 350px;
}
@media (min-width: 1200px) {
  .accordions-block .svg-icon--burst {
    width: 550px;
  }
}
.accordions-block .section-header {
  margin-bottom: 1.5rem;
}
.accordions-block .section-header .svg-icon {
  max-width: 150px;
  margin: 1rem auto;
}
.accordions-block .section-header .section-title {
  font-family: "BebasNeueBook", "BebasNeue Bold", "Montserrat", "Inter", sans-serif;
  color: #7bc24a;
  line-height: 0.85;
}
.accordions-block .section-header .section-title span {
  color: #385227;
  font-family: "BebasNeue Bold", "Montserrat", "Inter", sans-serif;
}
@media (min-width: 992px) {
  .accordions-block .section-header__text {
    font-size: 1.2rem;
  }
}
.accordions-block .accordion {
  border-bottom: 1px solid #385227;
  color: #385227;
}
.accordions-block .accordion__content {
  line-height: 1.2;
}
.accordions-block .accordion__content li {
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .accordions-block .accordion__label {
    font-size: 1.5rem;
  }
}

.invest-image-content__image img {
  width: 120%;
  max-width: unset;
  transform: translateX(-26%);
}
@media (min-width: 992px) {
  .invest-image-content__image {
    position: absolute;
    width: 50%;
    max-width: 800px;
    top: 0;
    left: 0;
  }
}
.invest-image-content__text {
  line-height: 1.2;
  margin-top: 1rem;
}
.invest-image-content__content {
  color: #08324a;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.invest-image-content__content .preheading {
  color: #08324a;
}
.invest-image-content__content .section-title {
  color: #257abf;
  line-height: 0.85;
}
@media (min-width: 992px) {
  .invest-image-content__content {
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.2rem;
  }
  .invest-image-content__content .preheading {
    font-size: 1.25rem;
  }
  .invest-image-content__content .section-title {
    font-size: 5rem;
  }
  .invest-image-content__content__cta {
    margin-top: 1rem;
  }
}
@media (min-width: 1400px) {
  .invest-image-content__content {
    padding-top: 6rem;
  }
}
