@font-face {
  font-family: Nudica;
  src: url('../fonts/nudica-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nudica;
  src: url('../fonts/nudica-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --green--950: #1e2824;
  --grey--50: #f7f7ff;
  --orange: #f70;
  --green--100: #e0e7e3;
  --green--700: #3a4b44;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--green--950);
  color: var(--grey--50);
  font-family: Nudica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nudica, Arial, sans-serif;
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-weight: 400;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxhuge.is-top-mega {
  padding-top: 50vh;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.padding-global.is-head {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  overflow: clip;
}

.padding-global.background-color-green-100.is-square {
  border-radius: 1rem;
  margin: 1rem;
}

.padding-global.is-square {
  border-radius: 1rem;
  margin: 1rem;
  overflow: clip;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.is-mobile {
  overflow: visible;
}

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 3rem;
  line-height: 1.2;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.styleguide_label.is-tag {
  background-color: #be4aa5;
}

.styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  padding: 1rem 1.5rem;
  font-weight: 500;
  transition: all .2s;
}

.button:hover {
  background-color: var(--green--100);
  color: var(--green--950);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-size-medium {
  font-size: 1.5rem;
  line-height: 1.4;
}

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.styleguide_spacing-all {
  display: none;
}

.styleguide_color.is-1 {
  background-color: #000;
}

.styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.styleguide_color.is-3 {
  background-color: #fff;
}

.flex-vertical {
  flex-flow: column;
  display: flex;
}

.flex-vertical.space-between {
  justify-content: space-between;
}

.flex-vertical.align-bottom {
  justify-content: flex-end;
}

.flex-vertical.align-center {
  justify-content: center;
}

.flex-vertical.gap-xs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-vertical.gap-s {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
}

.flex-vertical.gap-m {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: flex-start;
}

.flex-vertical.gap-l {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.space-between {
  justify-content: space-between;
}

.flex-horizontal.space-between.is-stretch {
  width: 100%;
}

.flex-horizontal.align-right {
  justify-content: flex-end;
}

.flex-horizontal.gap-xs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-horizontal.gap-s {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-horizontal.align-center {
  justify-content: center;
}

.flex-horizontal.gap-m {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.image-wrapper {
  border-radius: .5rem;
  overflow: clip;
}

.image-wrapper.is-80 {
  height: 80vh;
}

.image-wrapper.is-80.is-absolute {
  position: absolute;
}

.image-wrapper.is-scroll {
  width: 100%;
  height: 80vh;
  position: absolute;
}

.image-wrapper.is-scroll.is-1 {
  z-index: 1;
}

.image-wrapper.is-scroll.is-1.display-none {
  display: none;
}

.image-wrapper.is-scroll.is-2 {
  z-index: 2;
  transform: rotate(2deg);
}

.image-wrapper.is-scroll.is-3 {
  z-index: 3;
  transform: rotate(4deg);
}

.image-wrapper.is-scroll.is-4 {
  z-index: 4;
  transform: rotate(6deg);
}

.image-wrapper.is-news {
  height: 15rem;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.is-bg {
  position: absolute;
  inset: 0%;
}

.image.is-top {
  object-position: 50% 0%;
}

.max-width-90 {
  width: 90%;
}

.max-width-80 {
  width: 80%;
}

.max-width-70 {
  width: 70%;
}

.max-width-60 {
  width: 60%;
}

.max-width-50 {
  width: 50%;
}

._2-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-col.is-image-text {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-columns: .6fr 1fr;
}

._2-col.is-logo-footer {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-columns: .5fr 1.5fr;
  align-items: center;
}

._3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._4-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._5-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._6-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.relative {
  position: relative;
}

.relative.is-80 {
  height: 80vh;
}

.nav {
  z-index: 99;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 1rem 1.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-wrapper {
  order: -1;
  padding-left: 0;
  transition: color .2s;
}

.logo-wrapper:hover {
  color: var(--orange);
}

.nav-links__wrapper {
  order: 1;
}

.nav-link {
  background-color: var(--green--700);
  width: 100%;
  color: var(--grey--50);
  text-align: center;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
}

.nav-link:hover {
  background-color: var(--orange);
  background-image: url('../images/dot.svg');
  background-position: 22%;
  background-repeat: no-repeat;
  background-size: auto;
}

.nav-link.w--current {
  color: var(--grey--50);
}

.nav__logo {
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  display: flex;
}

.button__nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--green--700);
  color: var(--grey--50);
  border-radius: .25rem;
  padding: 1rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.section__header {
  position: relative;
}

.header-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 95vh;
  padding-bottom: 5rem;
  display: flex;
}

.label {
  background-color: #f7f7ff1a;
  border-radius: .25rem;
  padding: .5rem 1rem;
}

.scroll-track {
  height: 150vh;
  position: relative;
}

.scroll-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: 20vw;
  margin-right: 20vw;
  padding-top: 20vh;
  display: flex;
  position: sticky;
  top: 0;
}

.bg-logo {
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  position: sticky;
  inset: 0% 0% auto;
}

.bg-logo.is-second {
  top: 100vh;
}

.bg-logo.is-third {
  z-index: -1;
  top: 200vh;
}

.scroll-text {
  white-space: nowrap;
  font-size: 15vw;
}

.text-color-orange {
  color: var(--orange);
}

.cycle-visual__wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.cycle-circle.is-1 {
  aspect-ratio: 1;
  border: 1px solid var(--grey--50);
  opacity: .4;
  border-radius: 100%;
  width: 80vw;
  height: auto;
  position: absolute;
}

.cycle-circle.is-2 {
  aspect-ratio: 1;
  border: 1px solid var(--grey--50);
  opacity: .6;
  border-radius: 100%;
  width: 65vw;
  height: auto;
  position: absolute;
}

.cycle-circle.is-3 {
  aspect-ratio: 1;
  border: 1px solid var(--grey--50);
  opacity: .7;
  border-radius: 100%;
  width: 50vw;
  height: auto;
  position: absolute;
}

.cycle-circle.is-4 {
  aspect-ratio: 1;
  border: 1px solid var(--grey--50);
  border-radius: 100%;
  width: 35vw;
  height: auto;
  position: absolute;
}

.cycle__text {
  text-align: center;
  width: 20%;
  font-size: 1rem;
  position: absolute;
}

.cycle-btn {
  z-index: 1;
  border: 1px solid var(--grey--50);
  background-color: var(--green--950);
  justify-content: center;
  align-items: center;
  width: 20%;
  min-width: 10rem;
  max-height: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem;
  display: flex;
  position: absolute;
  inset: -1.5rem 0% auto;
}

.cycle-btn.is-bottom {
  inset: auto 0% -1.5rem;
}

.cycle-btn.is-left {
  max-height: 3.5rem;
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% auto 0% -4.5rem;
  transform: rotate(-90deg);
}

.cycle-btn.is-right {
  max-height: 3.5rem;
  margin-top: auto;
  margin-bottom: auto;
  inset: 0% -4.5rem 0% auto;
  transform: rotate(90deg);
}

.service-bar {
  border-bottom: 1px solid var(--green--700);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.service-bar.fade-in-delay {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
}

.stretch {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.background-color-green-100 {
  background-color: var(--green--100);
  color: var(--green--950);
}

.background-color-green-100.is-square {
  border-radius: 1rem;
  margin: 1rem;
}

.sticky-wrapper__text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 25vh;
}

.background-color-green-700 {
  background-color: var(--green--700);
  color: var(--grey--50);
}

.heading-footer {
  font-size: 20vw;
}

.link {
  color: var(--grey--50);
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: var(--orange);
}

.header-text {
  font-size: 10vw;
}

.lottie__marked {
  width: 110%;
  margin-right: -1rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-head {
  object-fit: cover;
  border-radius: 1rem;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.on-scroll-text {
  font-size: 3rem;
  line-height: 1.1;
  position: absolute;
}

.on-scroll-text.is-3 {
  opacity: 0;
}

.image-scroll-wrapper {
  position: relative;
}

.header-text-second {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: -1.5rem;
  display: flex;
}

.nav-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.nav-links-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: absolute;
  top: 4rem;
}

.nav-dropdown {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--green--700);
  color: var(--grey--50);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem 1rem 1.25rem;
  font-weight: 500;
  display: flex;
}

.nav-dropdown__wrapper.w--open {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #ddd0;
  flex-flow: column;
  padding-top: .5rem;
  display: flex;
}

.name-wrapper {
  color: var(--grey--50);
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 1.5rem auto auto 1.5rem;
}

.lottie-icon {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.logo-wrapper__nav {
  width: 100%;
}

.icon__steps {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--orange);
}

.marquee-advanced__scroll {
  will-change: transform;
  width: 100%;
  display: flex;
  position: relative;
}

.osmo-icon-svg {
  color: #ff4c24;
  width: 50%;
}

.marquee-advanced__item-width {
  background-color: #131313;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 33vw;
  height: 60vh;
  margin: 1vw;
  display: flex;
  position: relative;
  overflow: clip;
}

.marquee__advanced__p {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: .25em;
  font-size: 15vw;
}

.section-resource {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.marquee__advanced__arrow-svg {
  color: #ff4c24;
  width: 1em;
  margin-right: .25em;
  position: relative;
}

.marquee-advanced__item {
  justify-content: flex-start;
  align-items: center;
  font-size: max(4em, 8vw);
  display: flex;
}

.marquee-advanced__collection {
  will-change: transform;
  display: flex;
  position: relative;
}

.marquee-advanced {
  z-index: 1;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.loader {
  display: none;
}

.loader__wrapper {
  z-index: 999;
  background-color: var(--green--100);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loader-lottie {
  width: 15vw;
  position: relative;
}

.loader-lottie__wrapper {
  overflow: hidden;
}

.cs-wrapper {
  background-color: var(--green--100);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.cs-logo {
  width: 20vw;
}

.display-none {
  display: none;
}

.marquee__advanced__p-2 {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: .25em;
  font-size: 1em;
}

.mobile-team {
  display: none;
}

.gradient-overlay {
  background-image: linear-gradient(180deg, var(--green--950), #1e282400);
  height: 20vh;
  position: absolute;
  inset: 0% 0% auto;
}

.section__footer {
  padding-bottom: .1px;
}

.spacer-footer {
  height: .1rem;
}

.news-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--grey--50);
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr 7fr;
  grid-auto-columns: 1fr;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-decoration: none;
  display: grid;
  position: relative;
}

.news-bar__link-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--grey--50);
  align-self: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.news-bar__link-wrap:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--orange);
}

.line {
  background-color: var(--green--700);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .styleguide_heading-medium {
    font-size: 3rem;
  }

  .styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-large {
    font-size: 2rem;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .flex-horizontal.tablet-vertical {
    flex-flow: column;
  }

  .max-width-60 {
    width: 80%;
  }

  ._2-col.is-image-text {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  ._5-col, ._6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-button {
    order: 1;
  }

  .cycle-circle.is-1 {
    width: 90vw;
  }

  .cycle-circle.is-2 {
    width: 80vw;
  }

  .cycle-circle.is-3 {
    width: 70vw;
  }

  .cycle-circle.is-4 {
    width: 60vw;
  }

  .cycle__text {
    width: 30%;
  }

  .header-text {
    font-size: 11vw;
  }

  .news-bar {
    grid-template-columns: 4fr 1fr 7fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .styleguide_section-header {
    font-size: .875rem;
  }

  .styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  h6 {
    font-size: 1rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxhuge.is-top-mega {
    padding-top: 0;
  }

  .padding-vertical.padding-xxhuge.mobile-less {
    padding-top: 1.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .overflow-hidden.is-mobile {
    overflow: hidden;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-large {
    font-size: 1.75rem;
  }

  .text-size-medium {
    font-size: 1.25rem;
  }

  .flex-horizontal.space-between.is-stretch.mobile-vertical {
    flex-flow: column;
  }

  .flex-horizontal.gap-m {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-wrapper.is-scroll {
    height: 60vh;
  }

  .image-wrapper.is-news {
    height: 10rem;
  }

  .max-width-60 {
    width: 100%;
  }

  ._2-col.is-image-text {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .6fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  ._2-col.is-logo-footer {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  ._2-col.mobile-vertical {
    flex-flow: column;
    display: flex;
  }

  ._6-col {
    grid-template-columns: 1fr 1fr;
  }

  .relative.is-80 {
    height: auto;
  }

  .nav {
    padding-left: 1.25rem;
  }

  .header-wrapper {
    height: auto;
    padding-top: 7.5rem;
  }

  .label.is-end {
    text-align: center;
    width: 100%;
    font-size: .875rem;
  }

  .scroll-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10vh;
  }

  .scroll-text {
    font-size: 20vw;
  }

  .cycle-circle.is-1 {
    width: 140vw;
  }

  .cycle-circle.is-2 {
    width: 120vw;
  }

  .cycle-circle.is-3 {
    width: 100vw;
  }

  .cycle-circle.is-4 {
    width: 80vw;
  }

  .cycle__text {
    width: 60%;
  }

  .cycle-btn {
    min-width: 7.5rem;
    max-height: 3.5rem;
    padding: .5rem 1rem;
    top: -.5rem;
  }

  .cycle-btn.is-bottom {
    bottom: -.5rem;
  }

  .cycle-btn.is-left {
    max-height: 3rem;
    left: -4rem;
  }

  .cycle-btn.is-right {
    max-height: 3rem;
    right: -4rem;
  }

  .sticky-wrapper__text {
    position: relative;
    top: 0;
  }

  .header-text {
    font-size: 20vw;
  }

  .on-scroll-text {
    font-size: 1.75rem;
  }

  .image-scroll-wrapper {
    justify-content: center;
    align-items: center;
    height: 60vh;
    display: flex;
  }

  .header-text-second {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

  .name-wrapper.is-bottom {
    inset: auto auto 1rem 1rem;
  }

  .marquee-advanced__item-width {
    border-radius: .5rem;
    width: 70vw;
    height: 50vh;
    margin: 1rem .5rem;
  }

  .loader-lottie {
    width: 40vw;
  }

  .cs-logo {
    width: 50vw;
  }

  .mobile-absolute {
    height: 50vh;
    position: absolute;
    inset: 0 0% auto;
  }

  .mobile-team {
    display: block;
    overflow: clip;
  }

  .desktop-team {
    display: none;
  }

  .gradient-overlay {
    z-index: 0;
    background-image: linear-gradient(180deg, #1e282400, var(--green--950));
    height: 20vh;
    position: absolute;
    inset: auto 0% 0%;
  }

  .news-bar {
    flex-flow: column;
    display: flex;
  }
}

#w-node-_3ed6f718-197f-1771-cea0-6a63341e087e-10f722dc {
  place-self: start;
}

#w-node-_5d602f35-e269-8d58-4615-2be011fe27f5-10f722dc {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd4caaec-ce6a-7af0-0a60-c2885dd11276-10f722dc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1d1fc408-f0e2-2aeb-7dfa-7b60cac7085d-10f722dc {
  align-self: start;
}

#w-node-_78729322-b0b9-035a-8272-1cdbe358fcbd-10f722dc {
  place-self: end;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-10f722df {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-10f722df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-10f722df {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-10f722df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-10f722df {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-10f722df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-10f722df {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-10f722df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-10f722df {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-10f722df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-10f722df {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-10f722df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-10f722df, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-10f722df {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-10f722df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-10f722df {
  justify-self: start;
}


@font-face {
  font-family: 'Nudica';
  src: url('../fonts/nudica-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nudica';
  src: url('../fonts/nudica-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}