/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
:root {
  --u-size-tiny: 0.25rem;
  --u-size-2x-tiny: 0.5rem;
  --u-size-3x-tiny: 0.75rem;
  --u-size-small: 1rem;
  --u-size-medium: 1.5rem;
  --u-size-2x-medium: 2rem;
  --u-size-large: 3rem;
  --u-size-2x-large: 4rem;
  --u-size-3x-large: 6rem;
  --u-size-huge: 8rem;
  --u-size-2x-huge: 12rem;
  --u-size-3x-huge: 16rem;
}

/* ===================================
   Brand Palette
=================================== */
:root {
  --black: #000;
  --white: #fff;
  --primary-blue-dark: #024482;
  --primary-blue-light: #C8EBFF;
  --blue-light-secondary: #C0DFEC;
  --primary-blue: #025FD8;
  --primary-cream: #FFFCEE;
  --pink: #FFC7F5;
  --yellow: #FBE546;
  --orange: #FF9F32;
  --red: #FF5F2D;
  --green: #8CE202;
  --base-light: #FFFCEE;
  --base-lighter: #FFFCEE;
}

.ss.hero {
  position: relative;
  height: 100%;
}
@media screen and (min-width:768px) {
  .ss.hero .hero__wrapper {
    display: flex;
    align-items: center;
    gap: var(--u-size-2x-medium);
    height: 100%;
  }
}
@media screen and (min-width:1199px) {
  .ss.hero .hero__wrapper {
    gap: var(--u-size-2x-large);
  }
}
.ss.hero .hero__content {
  padding: var(--u-size-large) var(--u-size-small) 0;
}
@media screen and (min-width:768px) {
  .ss.hero .hero__content {
    padding: var(--u-size-large) var(--u-size-medium);
  }
}
@media screen and (min-width:1199px) {
  .ss.hero .hero__content {
    padding-inline: 0;
  }
}
.ss.hero .hero__background {
  position: absolute;
  inset: 0;
}
.ss.hero .hero__background picture {
  height: 100%;
}
.ss.hero .hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ss.hero article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 var(--u-size-small);
}
@media screen and (min-width:768px) {
  .ss.hero article {
    text-align: left;
    align-items: flex-start;
    min-height: 28.125rem;
  }
}
@media screen and (min-width:1199px) {
  .ss.hero article {
    min-height: 42.625rem;
  }
}
@media screen and (max-width:767px) {
  .ss.hero article img {
    height: 3.25rem;
    width: auto;
    margin-bottom: var(--u-size-2x-medium);
  }
}
@media screen and (min-width:768px) {
  .ss.hero article img {
    margin-bottom: var(--u-size-small);
  }
}
@media screen and (min-width:991px) {
  .ss.hero article img {
    margin-bottom: var(--u-size-large);
  }
}
.ss.hero article .l-h2 {
  color: var(--primary-blue-dark);
  margin-bottom: var(--u-size-2x-medium);
}
.ss.hero article h1.l-h2 {
  margin-bottom: var(--u-size-3x-tiny);
}
@media screen and (min-width:991px) {
  .ss.hero article h1.l-h2 {
    margin-bottom: var(--u-size-small);
  }
}
.ss.hero article p {
  color: var(--primary-blue-dark);
}
.ss.hero article .l-btn {
  width: 100%;
  margin-top: var(--u-size-3x-tiny);
}
@media screen and (min-width:768px) {
  .ss.hero article .l-btn {
    width: auto;
  }
}
@media screen and (min-width:1199px) {
  .ss.hero article .l-btn {
    margin-top: var(--u-size-2x-medium);
  }
}
.ss.hero article figure {
  margin-bottom: var(--u-size-2x-medium);
}
.ss.hero article figure img {
  max-height: 3.25rem;
}
@media screen and (min-width:1199px) {
  .ss.hero article figure img {
    max-height: 6.4375rem;
  }
}
.ss.hero article:has(p) h2, .ss.hero article:has(p) h1 {
  margin-bottom: var(--u-size-3x-tiny);
}
@media screen and (min-width:1199px) {
  .ss.hero article:has(p) h2, .ss.hero article:has(p) h1 {
    margin-bottom: var(--u-size-small);
  }
}
.ss.hero .hero__figure {
  margin-top: 2rem;
}
@media screen and (min-width:768px) {
  .ss.hero .hero__figure {
    margin-top: 0;
    height: 100%;
  }
}
.ss.hero .hero-slider__dots {
  z-index: 1;
  position: relative;
}
@media screen and (min-width:768px) {
  .ss.hero .hero-slider__dots {
    display: none;
  }
}
.ss.hero .hero-slider__dots .slick-dots {
  position: relative;
  padding-left: 0;
  text-align: center;
  bottom: auto;
  left: auto;
}
.ss.hero .hero-slider__dots .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.25rem;
}
@media screen and (min-width:991px) {
  .ss.hero--half .hero__wrapper {
    padding: 0 var(--u-size-medium);
  }
}
@media screen and (min-width:1199px) {
  .ss.hero--half .hero__wrapper {
    padding: 0 var(--u-size-2x-large);
  }
}
.ss.hero--half:not(.hero--primary) .hero__figure {
  border-radius: var(--u-size-medium);
  overflow: hidden;
  aspect-ratio: 646/682;
}
.ss.hero--half:not(.hero--primary) .hero__figure img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .ss.hero--half .hero__content, .ss.hero--half .hero__figure {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.ss.hero--half .hero__figure picture {
  height: 100%;
}
.ss.hero--half .hero__figure picture img {
  height: 100%;
}
@media screen and (min-width:1199px) {
  .ss.hero--half:not(.hero--contain) .hero__wrapper {
    gap: var(--u-size-tiny);
  }
}
@media screen and (min-width:1199px) {
  .ss.hero--half:not(.hero--contain) article {
    max-width: 37.5rem;
  }
}
@media screen and (min-width:1920px) {
  .ss.hero--half:not(.hero--contain) article {
    max-width: 80%;
  }
}
.ss.hero--primary {
  padding-bottom: 0;
}
@media screen and (min-width:768px) {
  .ss.hero--primary .hero__wrapper {
    padding-right: 0;
  }
}
.ss.hero--primary article {
  padding: 0 0 var(--u-size-medium);
}
@media screen and (min-width:1199px) {
  .ss.hero--primary article {
    padding: 8.25rem 0 8.25rem 0;
  }
}
@media screen and (min-width:768px) {
  .ss.hero--primary .hero__figure img {
    object-position: right;
    object-fit: contain;
    width: 100%;
  }
}
.ss.hero--contain .hero__figure {
  padding: 0 var(--u-size-small);
}
@media screen and (min-width:768px) {
  .ss.hero--contain .hero__figure {
    padding: var(--u-size-medium);
  }
}
@media screen and (min-width:1199px) {
  .ss.hero--contain .hero__figure {
    padding: var(--u-size-3x-large) 0;
  }
}
.ss.hero--contain .hero__figure img {
  border-radius: var(--u-size-3x-tiny);
  object-fit: cover;
}
@media screen and (min-width:1199px) {
  .ss.hero--contain .hero__figure img {
    border-radius: var(--u-size-medium);
  }
}
@media screen and (min-width:1199px) {
  .ss.hero--contain .hero__wrapper {
    padding-right: var(--u-size-2x-large);
  }
}
@media screen and (min-width:768px) {
  .ss.hero--img-cover .hero__wrapper .hero__figure {
    margin-top: 0;
    align-self: stretch;
    height: auto;
  }
}
.ss.hero--img-cover .hero__wrapper .hero__figure img {
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width:768px) {
  .ss.hero--img-contain-edge .hero__wrapper .hero__figure {
    margin-top: 0;
    align-self: stretch;
    height: auto;
  }
}
.ss.hero--img-contain-edge .hero__wrapper .hero__figure img {
  object-fit: contain;
  object-position: right center;
  width: 100%;
}
@media screen and (max-width:767px) {
  .ss.hero--fluid {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.ss.hero--fluid .hero__content {
  padding: var(--u-size-large) var(--u-size-small);
}
.ss.hero--fluid article {
  position: relative;
  z-index: 1;
  align-items: center;
  max-width: 35.9375rem;
  margin-inline: auto;
  padding: 0 0 var(--u-size-2x-medium);
}
.ss.hero--fluid article h2, .ss.hero--fluid article .l-h2 {
  text-align: center;
}
@media screen and (min-width:991px) {
  .ss.hero--fluid article h2, .ss.hero--fluid article .l-h2 {
    margin-bottom: var(--u-size-large);
  }
}
.ss.hero--fluid .hero__wrapper {
  justify-content: center;
}
.ss.hero--bg-dark {
  background-color: var(--primary-blue-dark);
}
.ss.hero--bg-dark .l-btn:not(.l-btn--secondary) {
  border: 0.0625rem solid transparent;
}
.ss.hero--bg-dark .l-btn:not(.l-btn--secondary):hover, .ss.hero--bg-dark .l-btn:not(.l-btn--secondary):focus-visible {
  border-color: var(--white);
}
.ss.hero--bg-yellow-64 {
  background-color: rgba(251, 229, 70, 0.64);
}
.ss.hero--bg-pink {
  background-color: var(--pink);
}
.ss.hero--light article .l-h2, .ss.hero--light article h2, .ss.hero--light article h3 {
  color: var(--white);
}

.ss.hero-slider {
  position: relative;
}
@media screen and (min-width:1199px) {
  .ss.hero-slider {
    height: 50.625rem;
  }
}
@media screen and (min-width:1540px) {
  .ss.hero-slider {
    min-height: 75vh;
    height: auto;
  }
}
.ss.hero-slider .hero-slider__arrow,
.ss.hero-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width:1199px) {
  .ss.hero-slider .hero-slider__arrow,
  .ss.hero-slider .slick-arrow {
    width: 3rem;
    height: 3rem;
  }
}
.ss.hero-slider .hero-slider__arrow:hover, .ss.hero-slider .hero-slider__arrow:focus-visible,
.ss.hero-slider .slick-arrow:hover,
.ss.hero-slider .slick-arrow:focus-visible {
  background-color: var(--white);
  opacity: 0.9;
}
.ss.hero-slider .hero-slider__arrow.slick-disabled,
.ss.hero-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.ss.hero-slider .hero-slider__arrow:after,
.ss.hero-slider .slick-arrow:after {
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.57 5.93L3.5 12l6.07 6.07M20.5 12H3.67' stroke='%23024482' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (min-width:768px) {
  .ss.hero-slider .hero-slider__arrow:after,
  .ss.hero-slider .slick-arrow:after {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media screen and (min-width:1199px) {
  .ss.hero-slider .hero-slider__arrow:after,
  .ss.hero-slider .slick-arrow:after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.ss.hero-slider .hero-slider__arrow--prev,
.ss.hero-slider .slick-prev {
  left: var(--u-size-tiny);
}
@media screen and (min-width:1199px) {
  .ss.hero-slider .hero-slider__arrow--prev,
  .ss.hero-slider .slick-prev {
    left: var(--u-size-2x-tiny);
  }
}
.ss.hero-slider .hero-slider__arrow--next,
.ss.hero-slider .slick-next {
  right: var(--u-size-tiny);
}
@media screen and (min-width:1199px) {
  .ss.hero-slider .hero-slider__arrow--next,
  .ss.hero-slider .slick-next {
    right: var(--u-size-2x-tiny);
  }
}
.ss.hero-slider .hero-slider__arrow--next:after,
.ss.hero-slider .slick-next:after {
  transform: rotate(180deg);
}
.ss.hero-slider .hero-slider__play-pause-btn {
  position: absolute;
  bottom: var(--u-size-small);
  left: var(--u-size-small);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--u-size-2x-medium);
  height: var(--u-size-2x-medium);
  padding: 0;
  border: none;
  border-radius: 50%;
  margin: 0;
  background-color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width:1199px) {
  .ss.hero-slider .hero-slider__play-pause-btn {
    width: 3rem;
    height: 3rem;
    bottom: var(--u-size-2x-medium);
    left: var(--u-size-2x-large);
  }
}
.ss.hero-slider .hero-slider__play-pause-btn:hover, .ss.hero-slider .hero-slider__play-pause-btn:focus-visible {
  opacity: 0.75;
}
.ss.hero-slider .hero-slider__play-pause-btn .hero-slider__play-icon,
.ss.hero-slider .hero-slider__play-pause-btn .hero-slider__pause-icon {
  display: block;
  width: 1rem;
  height: 1rem;
  color: var(--primary-blue-dark);
}
@media screen and (min-width:1199px) {
  .ss.hero-slider .hero-slider__play-pause-btn .hero-slider__play-icon,
  .ss.hero-slider .hero-slider__play-pause-btn .hero-slider__pause-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.ss.hero-slider .hero-slider__play-pause-btn .hero-slider__play-icon svg,
.ss.hero-slider .hero-slider__play-pause-btn .hero-slider__pause-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ss.hero-slider .hero-slider__play-pause-btn .hero-slider__play-icon[hidden],
.ss.hero-slider .hero-slider__play-pause-btn .hero-slider__pause-icon[hidden] {
  display: none;
}
.ss.hero-slider--static .hero-slider__block .hero-slider__item {
  height: 100%;
}
.ss.hero-slider--static .hero__figure {
  margin-top: var(--u-size-2x-tiny);
}
@media screen and (min-width:1199px) {
  .ss.hero-slider--static .hero--half .hero__content {
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (min-width:1199px) {
  .ss.hero-slider--static .hero--half .hero__figure {
    flex-basis: 52%;
    max-width: 52%;
  }
}
@media screen and (min-width:1199px) {
  .ss.hero-slider--size-md {
    height: 41.25rem;
  }
}

.hero-slider__block {
  height: 100%;
}
.hero-slider__block.slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .hero-slider__block .slick-dots {
    bottom: var(--u-size-2x-medium);
    left: 0;
    text-align: center;
  }
}
@media screen and (min-width:1199px) {
  .hero-slider__block .slick-dots {
    bottom: var(--u-size-large);
  }
}
.hero-slider__block .hero-slider__item {
  height: 100%;
}
.hero-slider__block .hero-slider__item:focus-visible {
  outline: 0.0625rem solid var(--primary-blue);
  outline-offset: -0.0625rem;
}
.hero-slider__block .slick-list {
  height: 100%;
}
.hero-slider__block .slick-list .hero-slider__item {
  height: auto;
}
.hero-slider__block .slick-track {
  display: flex;
  height: 100%;
}
.hero-slider__block:has(.hero-slider__item.slick-active .hero--light) .slick-dots li.slick-active button {
  background-color: var(--white);
}
.hero-slider__block:has(.hero-slider__item.slick-active .hero--light) .slick-dots li button {
  border-color: var(--white);
}
.hero-slider__block:has(.hero-slider__item.slick-active .hero--light) .slick-dots li button:hover, .hero-slider__block:has(.hero-slider__item.slick-active .hero--light) .slick-dots li button:focus-visible {
  background-color: var(--white);
}
.hero-slider__block > .hero-slider__item:not(:first-child) {
  display: none;
}

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