@font-face {
      font-family: "Nimbus Sans L";
      src: url("./assets/NimbusSanL-Reg.otf");
}

/* reset */

html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}

body {
      background-color: #F8CFA6;
      font-family: "Nimbus Sans L";
      color: hsl(230, 7%, 23%);
      font-size: 1.125rem;
      /* 18px */
      line-height: 1.4;
      min-height: 100vh;
}

h1,
h2,
h3,
h4 {
      line-height: 1.2;
      color: #EF4F48;
      font-weight: 700;
}

h1 {
      font-size: 2.5rem;
      /* 40px */
}

h2 {
      font-size: 2.125rem;
      /* 34px */
}

h3 {
      font-size: 1.75rem;
      /* 28px */
}

h4 {
      font-size: 1.375rem;
      /* 22px */
}

button,
input,
textarea,
select {
      background-color: transparent;
      border-radius: 0;
      color: inherit;
      line-height: inherit;
      -webkit-appearance: none;
      appearance: none;
}

*,
*::after,
*::before {
      box-sizing: border-box;
}

* {
      font: inherit;
      margin: 0;
      padding: 0;
      border: 0;
}

ol,
ul,
menu {
      list-style: none;
}

textarea {
      resize: vertical;
      overflow: auto;
      vertical-align: top;
}

a {
      color: hsl(250, 84%, 54%);
}

table {
      border-collapse: collapse;
      border-spacing: 0;
}

img,
video,
svg {
      display: block;
      max-width: 100%;
}

/* variables */
:root {
      --header-height: 50px;
      /* colors */
      --mf1-color-primary-hsl: 250, 84%, 54%;
      --mf1-color-bg-hsl: 0, 0%, 100%;
      --mf1-color-contrast-high-hsl: 230, 7%, 23%;
      --mf1-color-contrast-higher-hsl: 230, 13%, 9%;
      --mf1-color-contrast-lower-hsl: 240, 4%, 85%;
      --mf1-color-contrast-medium-hsl: 225, 4%, 47%;
      --mf1-color-bg-dark-hsl: 240, 4%, 95%;
      --mf1-color-white-hsl: 0, 0%, 100%;
      --mf1-color-primary-darker-hsl: 250, 84%, 38%;
      --mf1-color-primary-light-hsl: 250, 84%, 60%;
      --mf1-color-bg-lighter-hsl: 0, 0%, 100%;
      --mf1-color-black-hsl: 230, 13%, 9%;
      --mf1-color-bg-light-hsl: 0, 0%, 100%;
      --sk4-color-primary-hsl: 250, 84%, 54%;
      --sk4-color-bg-hsl: 0, 0%, 100%;
      --sk4-color-contrast-high-hsl: 230, 7%, 23%;
      --sk4-color-contrast-higher-hsl: 230, 13%, 9%;
      --sk4-color-white-hsl: 0, 0%, 100%;
      /* spacing */
      --mf1-space-2xs: 0.375rem;
      --mf1-space-sm: 0.75rem;
      --mf1-space-md: 1.25rem;
      --sk4-space-sm: 0.75rem;
      --sk4-space-md: 1.25rem;
      --sk4-space-lg: 2rem;
      /* typography */
      --mf1-text-lg: 1.25rem;
      --mf1-text-sm: 0.833rem;
}


/* buttons & icons*/
/* Header */
.mf1-btn {
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 1em;
      white-space: nowrap;
      text-decoration: none;
      background: hsl(var(--mf1-color-bg-dark-hsl));
      color: hsl(var(--mf1-color-contrast-higher-hsl));
      cursor: pointer;
      text-decoration: none;
      line-height: 1.2;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transition: all 0.2s ease;
      will-change: transform;
      padding: var(--mf1-space-2xs) var(--mf1-space-sm);
      border-radius: 0.25em;
}

.mf1-btn:focus-visible {
      box-shadow: 0px 0px 0px 2px hsl(var(--mf1-color-bg-hsl)), 0px 0px 0px 4px hsla(var(--mf1-color-contrast-higher-hsl), 0.15);
      outline: none;
}

.mf1-btn:active {
      transform: translateY(2px);
}

.mf1-btn--primary {
      background: #EF4F48;
      color: hsl(var(--mf1-color-white-hsl));
      box-shadow: inset 0px 1px 0px hsla(var(--mf1-color-white-hsl), 0.15), 0px 1px 3px hsla(var(--mf1-color-primary-darker-hsl), 0.25), 0px 2px 6px hsla(var(--mf1-color-primary-darker-hsl), 0.1), 0px 6px 10px -2px hsla(var(--mf1-color-primary-darker-hsl), 0.25);
}

.mf1-btn--primary:hover {
      background: white;
      color: #EF4F48;
      box-shadow: inset 0px 1px 0px hsla(var(--mf1-color-white-hsl), 0.15), 0px 1px 2px hsla(var(--mf1-color-primary-darker-hsl), 0.25), 0px 1px 4px hsla(var(--mf1-color-primary-darker-hsl), 0.1), 0px 3px 6px -2px hsla(var(--mf1-color-primary-darker-hsl), 0.25);
}

.mf1-btn--primary:focus {
      box-shadow: inset 0px 1px 0px hsla(var(--mf1-color-white-hsl), 0.15), 0px 1px 2px hsla(var(--mf1-color-primary-darker-hsl), 0.25), 0px 1px 4px hsla(var(--mf1-color-primary-darker-hsl), 0.1), 0px 3px 6px -2px hsla(var(--mf1-color-primary-darker-hsl), 0.25), 0px 0px 0px 2px hsl(var(--mf1-color-bg-hsl)), 0px 0px 0px 4px hsl(var(--mf1-color-primary-hsl));
}

.mf1-btn--subtle {
      background: hsl(var(--mf1-color-bg-lighter-hsl));
      color: hsl(var(--mf1-color-contrast-higher-hsl));
      box-shadow: inset 0px 1px 0px hsla(var(--mf1-color-white-hsl), 0.1), 0px 0px 0px 1px hsla(var(--mf1-color-black-hsl), 0.02), 0px 1px 3px -1px hsla(var(--mf1-color-black-hsl), 0.2), 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
}

.mf1-btn--subtle:hover {
      background: hsl(var(--mf1-color-bg-light-hsl));
      box-shadow: inset 0px 1px 0px hsla(var(--mf1-color-white-hsl), 0.1), 0px 0px 0px 1px hsla(var(--mf1-color-black-hsl), 0.02), 0px 1px 3px -1px hsla(var(--mf1-color-black-hsl), 0.2), 0 0.1px 0.3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
}

.mf1-btn--subtle:focus {
      box-shadow: inset 0px 1px 0px hsla(var(--mf1-color-white-hsl), 0.1), 0px 0px 0px 1px hsla(var(--mf1-color-black-hsl), 0.02), 0px 1px 3px -1px hsla(var(--mf1-color-black-hsl), 0.2), 0 0.1px 0.3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12), 0px 0px 0px 2px hsl(var(--mf1-color-bg-hsl)), 0px 0px 0px 4px hsl(var(--mf1-color-contrast-high-hsl));
}

/* Socials */
.sk4-icon {
      height: var(--sk4-size, 1em);
      width: var(--sk4-size, 1em);
      display: inline-block;
      color: inherit;
      fill: currentColor;
      line-height: 1;
      flex-shrink: 0;
      max-width: initial;
}

/* Hero */
.cd-btn {
      position: relative;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      white-space: nowrap;
      text-decoration: none;
      padding: 0.5rem 1rem;
      border-radius: 0.375em;
      font-size: 1em;
      text-decoration: none;
      line-height: 1.2;
      cursor: pointer;
      transition: 0.2s;
      will-change: transform;
}

.cd-btn:focus-visible {
      outline: none;
}

.cd-btn:active {
      transform: translateY(2px);
}

.cd-btn--primary {
      background: #EF4F48;
      box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 3px hsla(250, 84%, 38%, 0.25), 0 2px 6px hsla(250, 84%, 38%, 0.1), 0 6px 10px -2px hsla(250, 84%, 38%, 0.25);
      color: hsl(0, 0%, 100%);
}

.cd-btn--primary:hover {
      background: white;
      box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 2px hsla(250, 84%, 38%, 0.25), 0 1px 4px hsla(250, 84%, 38%, 0.1), 0 3px 6px -2px hsla(250, 84%, 38%, 0.25);
      color: #EF4F48;
}

.cd-btn--primary:focus-visible {
      box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15), 0 1px 2px hsla(250, 84%, 38%, 0.25), 0 1px 4px hsla(250, 84%, 38%, 0.1), 0 3px 6px -2px hsla(250, 84%, 38%, 0.25), 0 0 0 2px hsl(0, 0%, 100%), 0 0 0 4px hsl(250, 84%, 54%);
}

/* component */
/* Header */
.header {
      height: var(--header-height);
      width: 100%;
      background-color: #F8CFA6;
      z-index: 3;
}

.header__container {
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
}

.header__logo {
      position: relative;
      z-index: 2;
      flex-shrink: 0;
}

.header__logo a,
.header__logo svg,
.header__logo img {
      display: block;
}

.header__logo img {
      height: 5em;
}

.header__nav {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      max-height: 100vh;
      background-color: hsl(var(--mf1-color-bg-hsl));
      box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
      overflow: auto;
      -ms-scroll-chaining: none;
      overscroll-behavior: contain;
      -webkit-overflow-scrolling: touch;
      display: none;
}

.header__nav::before {
      content: "";
      display: block;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      height: var(--header-height);
      background: inherit;
      border-bottom: 1px solid hsl(var(--mf1-color-contrast-lower-hsl));
}

.header__nav--is-visible {
      display: block;
}

.header__nav-inner {
      padding: var(--mf1-space-md);
      display: flex;
}

.header__label {
      font-size: var(--mf1-text-sm);
      color: hsl(var(--mf1-color-contrast-medium-hsl));
      margin-bottom: var(--mf1-space-sm);
}

.header__item {
      margin-bottom: var(--mf1-space-sm);
}

.header__link {
      font-size: var(--mf1-text-lg);
      color: hsl(var(--mf1-color-contrast-higher-hsl));
      text-decoration: none;
}

.header__link:hover,
.header__link[aria-current] {
      color: #EF4F48;
}

.header__nav-btn {
      font-size: var(--mf1-text-lg);
      width: 100%;
}

.header__item--divider {
      height: 1px;
      width: 100%;
      background-color: hsl(var(--mf1-color-contrast-lower-hsl));
}

.header__trigger {
      position: relative;
      z-index: 2;
}

.header__trigger-icon {
      position: relative;
      display: block;
      height: 2px;
      width: 1em;
      background-color: currentColor;
      margin-right: var(--mf1-space-2xs);
      transition: 0.2s;
}

.header__trigger-icon::before,
.header__trigger-icon::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: inherit;
      height: inherit;
      background-color: currentColor;
      transition: 0.2s;
}

.header__trigger-icon::before {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
}

.header__trigger-icon::after {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
}

.header__trigger[aria-expanded=true] .header__trigger-icon {
      background-color: transparent;
}

.header__trigger[aria-expanded=true] .header__trigger-icon::before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
}

.header__trigger[aria-expanded=true] .header__trigger-icon::after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

/* socials */
.socials__btns a {
      width: 2.5em;
      height: 2.5em;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #EF4F48;
      transition: 0.3s;
}

.socials__btns a svg {
      height: 1.25em;
      width: 1.25em;
      /* icon size */
      color: hsl(var(--sk4-color-bg-hsl));
      /* icon color */
      transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
      transition: color 0.3s, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
      transition: color 0.3s, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.socials__btns a:hover {
      background-color: white;
}

.socials__btns a:hover svg {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      color: #EF4F48;
}

/* Hero */
.hero {
      position: relative;
      z-index: 1;
      padding: 4.5rem 0;
      background-color: hsl(240, 4%, 95%);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      display: flex;
}

.hero__label {
      font-size: 0.9375rem;
      color: hsla(3, 84%, 61%, 0.4);
}

.hero__cta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 1rem;
}

.hero--center {
      text-align: center;
}

.hero--center .hero__cta {
      justify-content: center;
}

.hero--right {
      text-align: right;
}

.hero--right .hero__cta {
      justify-content: end;
}

.hero--overlay-layer::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: hsla(0, 0%, 100%, 0.65);
      z-index: 1;
}

.hero--overlay-layer>* {
      position: relative;
      z-index: 2;
}

.hero--full-screen {
      min-height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
}

/* utility classes */
/* Header */
.mf1-max-width-lg {
      max-width: 80rem;
}

.mf1-container {
      width: calc(100% - 2*var(--mf1-space-md));
      margin-left: auto;
      margin-right: auto;
}

.mf1-position-relative {
      position: relative;
}

/* socials */
.sk4-flex-wrap {
      flex-wrap: wrap;
}

.sk4-gap-sm {
      gap: var(--sk4-space-sm);
}

.sk4-flex-center {
      justify-content: center;
      align-items: center;
}

.sk4-flex {
      display: flex;
}

.sk4-margin-bottom-lg {
      margin-bottom: var(--sk4-space-lg);
}

.sk4-max-width-md {
      max-width: 64rem;
}

.sk4-container {
      width: calc(100% - 2*var(--sk4-space-md));
      margin-left: auto;
      margin-right: auto;
}

.sk4-text-center {
      text-align: center;
}

/* Hero */
.cd-margin-bottom-2xs {
      margin-bottom: 0.75rem;
}

.cd-margin-bottom-xs {
      margin-bottom: 1rem;
}

.cd-margin-bottom-sm {
      margin-bottom: 1.5rem;
}

.cd-container {
      width: calc(100% - 3rem);
      margin-left: auto;
      margin-right: auto;
}

.cd-max-width-xs {
      max-width: 32rem;
      margin: auto;
}

.cd-max-width-adaptive-sm,
.cd-max-width-adaptive-md,
.cd-max-width-adaptive-lg {
      max-width: 32rem;
}

.cd-flex {
      display: flex;
}

.cd-justify-end {
      justify-content: end;
}

.cd-link {
      color: #EF4F48;
      text-decoration: none;
      background-image: linear-gradient(to right, #EF4F48, #EF4F48);
      background-size: 200% 1px;
      background-repeat: no-repeat;
      background-position: 100% 100%;
      transition: background-position 0.2s;
}

.cd-link:hover {
      background-position: 0% 100%;
      color: #EF4F48
}

.cd-link--contrast-higher {
      color: hsl(230, 13%, 9%);
      background-image: linear-gradient(to right, #EF4F48, hsla(230, 13%, 9%, 0.1) 50%);
}

.cd-line-height-lg {
      line-height: 1.58;
}

/* Media Queries */
@media (min-width: 48rem) {

      .cd-max-width-adaptive-sm,
      .cd-max-width-adaptive-md,
      .cd-max-width-adaptive-lg {
            max-width: 48rem;
      }
}

@media (min-width: 64rem) {
      :root {
            --cha-header-height: 70px;
            --header-height: 70px;
            /* spacing */
            --mf1-space-2xs: 0.5625rem;
            --mf1-space-sm: 1.125rem;
            --mf1-space-md: 2rem;
            --sk4-space-sm: 1.125rem;
            --sk4-space-md: 2rem;
            --sk4-space-lg: 3.125rem;
            /* typography */
            --mf1-text-lg: 1.75rem;
            --mf1-text-sm: 1rem;
      }

      .cha-header__nav {
            display: block;
      }

      .cha-header__trigger,
      .cha-modal {
            display: none !important;
      }

      body {
            font-size: 1.25rem;
      }

      h1 {
            font-size: 3.051rem;
      }

      h2 {
            font-size: 2.44rem;
      }

      h3 {
            font-size: 1.75rem;
      }

      h4 {
            font-size: 1.5625rem;
      }

      .header__nav {
            position: static;
            background-color: transparent;
            width: auto;
            max-height: none;
            box-shadow: none;
            overflow: visible;
            -ms-scroll-chaining: chained;
            overscroll-behavior: auto;
            display: block;
      }

      .header__nav::before {
            display: none;
      }

      .header__nav-inner {
            padding: 0;
      }

      .header__label {
            position: absolute;
            clip: rect(1px, 1px, 1px, 1px);
            -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
      }

      .header__list {
            display: flex;
            align-items: center;
      }

      .header__item {
            display: inline-block;
            margin-bottom: 0;
            margin-left: var(--mf1-space-md);
      }

      .header__link,
      .header__nav-btn {
            font-size: 1.125rem;
      }

      .header__item--divider {
            height: 1em;
            width: 1px;
      }

      .header__trigger {
            display: none;
      }

      .hero {
            padding: 8rem 0;
      }

      .cd-max-width-adaptive-md,
      .cd-max-width-adaptive-lg {
            max-width: 64rem;
      }
}

@media (min-width: 85.5rem) {
      .cd-max-width-adaptive-lg {
            max-width: 80rem;
      }
}