/* 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.intro {
  text-align: center;
  padding: var(--u-size-2x-large) 0;
  background-color: var(--white);
}
.ss.intro--has-bg {
  position: relative;
  overflow: hidden;
}
.ss.intro--has-bg .container {
  position: relative;
  z-index: 1;
}
.ss.intro .intro__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.ss.intro .intro__bg picture {
  height: 100%;
}
.ss.intro .intro__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width:1199px) {
  .ss.intro {
    padding: var(--u-size-huge) 0 var(--u-size-2x-large);
  }
}
@media screen and (min-width:768px) {
  .ss.intro article {
    max-width: 32.5rem;
    margin: 0 auto;
  }
}
@media screen and (min-width:1199px) {
  .ss.intro article {
    max-width: 47rem;
  }
}
.ss.intro article .l-tag {
  margin-bottom: var(--u-size-medium);
}
@media screen and (min-width:991px) {
  .ss.intro article .l-tag {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width:767px) {
  .ss.intro article .l-tag {
    line-height: 128%;
  }
}
.ss.intro article .l-h3 {
  text-align: center;
  color: var(--primary-blue-dark);
}
@media screen and (min-width:991px) {
  .ss.intro article .l-h3 {
    margin-bottom: var(--u-size-large);
  }
}
.ss.intro article .l-h5 {
  letter-spacing: normal;
}
.ss.intro article .l-btn {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width:768px) {
  .ss.intro article .l-btn {
    width: auto;
  }
}
.ss.intro article footer {
  margin-top: var(--u-size-large);
}
.ss.intro article:not(.ss.intro article:has(footer)) h3:last-of-type, .ss.intro article:not(.ss.intro article:has(footer)) .l-h3:last-of-type {
  margin-bottom: 0;
}
.ss.intro--light-blue {
  background-color: var(--primary-blue-light);
}
.ss.intro--white {
  background-color: var(--white);
}
.ss.intro--secondary-pink {
  background-color: var(--pink);
}
.ss.intro--secondary-yellow {
  background-color: var(--yellow);
}
.ss.intro--padding-sm {
  padding: var(--u-size-large) 0 var(--u-size-huge);
}
.ss.intro--page-header {
  padding: var(--u-size-2x-large) 0;
}
@media screen and (min-width:1199px) {
  .ss.intro--page-header {
    padding: var(--u-size-huge) 0;
  }
}
@media screen and (min-width:1920px) {
  .ss.intro--page-header {
    min-height: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.ss.intro--page-header h5:last-child, .ss.intro--page-header .l-h5:last-child {
  margin-bottom: 0;
}
.ss.intro--page-header footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--u-size-2x-tiny);
}
.ss.intro--page-header footer .l-btn {
  margin: 0;
  width: auto;
}
.ss.intro--page-header .l-h3 + .u-text-color-blue-dark {
  margin-top: var(--u-size-medium);
}
.ss.intro--page-header-sec {
  padding: var(--u-size-2x-large) 0;
}
@media screen and (min-width:1199px) {
  .ss.intro--page-header-sec {
    padding: var(--u-size-3x-large) 0;
  }
}
.ss.intro--page-header-sec article .l-h3 {
  margin-bottom: var(--u-size-medium);
}
@media screen and (min-width:1199px) {
  .ss.intro--page-header-sec article .l-h3 {
    margin-bottom: var(--u-size-2x-medium);
  }
}
.ss.intro--panel {
  padding: var(--u-size-2x-large) 0;
}
.ss.intro--panel article h5:last-child,
.ss.intro--panel article .l-h5:last-child {
  margin-bottom: 0;
}
@media screen and (min-width:1199px) {
  .ss.intro--width-md article {
    max-width: 42.875rem;
  }
}
@media screen and (min-width:1199px) {
  .ss.intro--width-sm article {
    max-width: 40rem;
  }
}

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