@font-face {
  font-family: Glacialindifference;
  src: url('../fonts/GlacialIndifference-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --white: white;
  --secondary: #647f60;
  --teal: #2c675d;
  --black-2: black;
  --grey: #e3e5e8;
  --primary: #ed7e07;
  --tertiary: #fcfdfd;
  --white-smoke: #f3f6f6;
  --mint-cream: #647f604d;
}

.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(--white);
  color: #000;
  font-family: Glacialindifference, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  transition: all .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

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

li {
  margin-bottom: 0;
}

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_form-block {
  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-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;
}

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

.fs-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;
}

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

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

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

.fs-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;
}

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

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

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

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.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;
}

.fs-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;
}

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

.form_message-success {
  padding: 1.25rem;
}

.fs-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 {
  margin-bottom: 1.5rem;
  padding-left: 1.2rem;
  list-style-type: disc;
}

.text-rich-text ol {
  margin-bottom: 1.5rem;
  padding-left: 1.2rem;
}

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

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

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

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

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

.padding-global.is-full {
  padding-left: 0;
  padding-right: 0;
}

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

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

.padding-section-small.is-top-0 {
  padding-top: 0;
}

.padding-section-small.is-bottom-0 {
  padding-bottom: 0;
}

.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;
}

.fs-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;
}

.fs-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;
}

.fs-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;
}

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

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

.fs-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;
}

.fs-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;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.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: #f2f2f2;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: 0;
  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;
}

.padding-section-large.is-top-0 {
  padding-top: 0;
}

.padding-section-large.is-bottom-0 {
  padding-bottom: 0;
}

.fs-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;
}

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

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

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

.fs-styleguide_header {
  background-color: #0000000d;
}

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

.page-wrapper {
  z-index: 100;
  overflow: clip;
}

.fs-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;
}

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

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

.container-large.is-relative {
  position: relative;
}

.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 {
  min-height: 8rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  overflow: hidden;
}

.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(--secondary);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: .375rem;
  padding: 1.5rem 3rem;
  font-weight: 700;
  text-decoration: none;
}

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

.button.is-small {
  padding: 1.25rem 2rem;
  font-size: 1rem;
}

.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;
}

.button.is-icon.is-small.is-green {
  background-color: var(--teal);
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.fs-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;
}

.fs-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;
}

.padding-section-medium.is-top-0 {
  padding-top: 0;
}

.padding-section-medium.is-bottom-0 {
  padding-bottom: 0;
}

.container-medium {
  width: 100%;
  max-width: 120rem;
  max-height: 1268px;
  margin-left: auto;
  margin-right: auto;
}

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

.fs-styleguide_spacing-all {
  display: none;
}

.list {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.list.is-size-2 {
  grid-row-gap: 2rem;
}

.list.is-size-4 {
  grid-row-gap: 4rem;
}

.list.is-size-6 {
  grid-row-gap: 6rem;
}

.list.is-align-center {
  justify-items: center;
}

.list.is-align-right {
  justify-items: end;
}

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

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

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

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

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

.text.is-style-link {
  text-decoration: underline;
}

.text.is-weight-100 {
  font-weight: 100;
}

.text.is-weight-200 {
  font-weight: 200;
}

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

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

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

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

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

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

.text.is-weight-900 {
  font-weight: 900;
}

.text.is-size-1-125 {
  font-size: 1.125rem;
}

.text.is-size-3-75 {
  font-size: 3.75rem;
}

.text.is-size-0-875 {
  font-size: .875rem;
}

.text.is-size-0-75 {
  font-size: .75rem;
}

.text.is-color-black {
  color: #171717;
}

.text.is-size-4-5 {
  font-size: 4.5rem;
}

.text.is-size-3 {
  font-size: 3rem;
}

.text.is-size-2-25 {
  font-size: 2.25rem;
}

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

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

.text.is-size-1-5 {
  font-size: 1.5rem;
}

.text.is-color-grey {
  color: #e3e5e8;
}

.text.is-color-secondary {
  color: var(--secondary);
}

.text.is-color-secondary.is-letter-45 {
  letter-spacing: 7px;
}

.fs_new-classes {
  display: none;
}

.button-wrapper {
  justify-content: flex-start;
  display: flex;
}

.button-wrapper.is-center {
  justify-content: center;
}

.button-wrapper.is-right {
  justify-content: flex-end;
}

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

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

.divider {
  background-color: var(--black-2);
  width: 100%;
  height: 1px;
}

.divider.is-vertical {
  width: 1px;
  height: 100%;
}

.home-message_logo {
  width: 4rem;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.background-color-primary {
  background-color: var(--primary);
}

.background-color-secondary {
  background-color: var(--secondary);
}

.background-color-tertiary {
  background-color: var(--tertiary);
}

.coloumn {
  grid-column-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  display: grid;
}

.coloumn.is-size-2 {
  grid-column-gap: 2rem;
}

.coloumn.is-size-4 {
  grid-column-gap: 4rem;
}

.coloumn.is-size-6 {
  grid-column-gap: 6rem;
}

.coloumn.is-align-center {
  align-items: center;
}

.coloumn.is-align-bottom {
  align-items: end;
}

.coloumn.is-align-top {
  align-items: start;
}

.footer {
  position: relative;
}

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

.heading {
  color: var(--secondary);
  font-family: Westonia, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 400;
}

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

.heading.is-style-italic {
  font-style: italic;
}

.heading.is-style-muted {
  opacity: .6;
}

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

.heading.is-style-nowrap {
  white-space: nowrap;
}

.heading.is-style-link {
  text-decoration: underline;
}

.heading.is-weight-100 {
  font-weight: 100;
}

.heading.is-weight-200 {
  font-weight: 200;
}

.heading.is-weight-300 {
  font-weight: 300;
}

.heading.is-weight-400 {
  font-weight: 400;
}

.heading.is-weight-500 {
  font-weight: 500;
}

.heading.is-weight-600 {
  font-weight: 600;
}

.heading.is-weight-700 {
  font-weight: 700;
}

.heading.is-weight-800 {
  font-weight: 800;
}

.heading.is-weight-900 {
  font-weight: 900;
}

.heading.is-size-1-125 {
  font-size: 1.125rem;
}

.heading.is-size-3-75 {
  font-size: 3.75rem;
}

.heading.is-size-0-875 {
  font-size: .875rem;
}

.heading.is-size-0-75 {
  font-size: .75rem;
}

.heading.is-color-black {
  color: #171717;
}

.heading.is-size-4-5 {
  font-size: 4.5rem;
}

.heading.is-size-3 {
  font-size: 3rem;
}

.heading.is-size-2-25 {
  font-size: 2.25rem;
}

.heading.is-size-1 {
  font-size: 1rem;
}

.heading.is-color-white {
  color: #fff;
}

.heading.is-size-1-5 {
  font-size: 1.5rem;
}

.heading.is-color-grey {
  color: #e3e5e8;
}

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

.heading.is-2 {
  font-size: 5rem;
}

.heading.is-2.is-color-black {
  color: var(--black-2);
}

.heading.is-c- {
  margin-left: -31px;
  margin-right: -36px;
}

.section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding: 2rem;
  display: flex;
}

.section.is-big {
  min-height: 120dvh;
}

.section.is-hero {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.section.z-index-100 {
  z-index: 100;
}

.row {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.row.is-size-0-25 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.row.is-size-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

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

.button_date {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border: 1px solid #7894a959;
  border-radius: .375rem;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #0000001a, 0 67px 77px #26414d0d, 0 20px 23.2132px #26414d08;
}

.dekorasi {
  color: var(--secondary);
  position: absolute;
  inset: 0% 0% auto auto;
}

.dekorasi.is-bottom-left {
  inset: auto auto 0% 0%;
  transform: rotate(180deg);
}

.dekorasi.is-bottom-left.is-card {
  z-index: 1;
  width: 2rem;
  bottom: -7.5rem;
}

.dekorasi.is-perbatasan-atas {
  top: -8rem;
}

.dekorasi.is-perbatasan-bawah {
  bottom: -6rem;
}

.dekorasi.is-bottom-right {
  inset: auto 0% 0% auto;
}

.dekorasi.is-bottom-right.is-card {
  z-index: 1;
  bottom: -7.7rem;
  left: -7.5rem;
}

.dekorasi.is-bottom-right.is-card-copy {
  bottom: -7.5rem;
  right: -7.5rem;
  transform: rotate(0);
}

.dekorasi.is-static {
  position: static;
}

.mempleai_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.mempleat_item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_open {
  z-index: 98;
  background-color: #fcfdfd;
  position: relative;
}

.section_open.z-index-100 {
  position: relative;
}

.section_open.is-welcome {
  z-index: 100;
  position: fixed;
  inset: 0%;
}

.section_open.is-welcome.is-hidden {
  display: none;
  position: relative;
}

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

.max-width-custom.is-size {
  max-width: 22rem;
}

.max-width-custom.is-size-22 {
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-custom.is-size-25 {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-custom.is-size-38 {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.section_salam {
  background-color: var(--white-smoke);
}

.section_arrum {
  background-color: var(--mint-cream);
}

.mempleai_card {
  z-index: 4;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white);
  text-align: center;
  border-radius: .75rem;
  flex-direction: column;
  width: 100%;
  max-width: 40rem;
  padding: 4rem;
  display: flex;
  position: relative;
  box-shadow: 0 4px 4px #0000001a, 0 67px 77px #26414d0d, 0 20px 23.2132px #26414d08;
}

.position-relative {
  position: relative;
}

.button_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.section_tgl {
  padding-bottom: 7.5rem;
}

.judul_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.body {
  background-color: var(--white-smoke);
}

.popup {
  z-index: 99;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  padding: 2.5rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup.is-hidden {
  display: none;
}

.popup_bg {
  position: absolute;
  inset: 0%;
}

.rekening_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fs-copyclip_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-items: center start;
  display: grid;
  position: relative;
}

.fs-copyclip_button {
  color: #fff;
  text-align: center;
  background-color: #5c2aff;
  border-radius: 500px;
  padding: .6rem 2rem .65rem;
}

.fs-copyclip_button:hover {
  background-color: #6739ff;
}

.fs-copyclip_text {
  color: #acacac;
}

.button_audio {
  z-index: 99;
  cursor: pointer;
  background-color: #69595900;
  position: fixed;
  inset: auto .5rem .5rem auto;
}

.button_audio_icon {
  width: 2rem;
  height: 2rem;
}

.button_audio_slash {
  background-color: var(--secondary);
  width: .25rem;
  height: 2.5rem;
  transform: rotate(45deg);
}

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

.button_audio_icon_wrap.is-hidden {
  display: none;
}

.bunga {
  z-index: -1;
  opacity: .5;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.bunga.is-1 {
  inset: 0% auto auto 0%;
}

.bunga.is-2 {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  height: auto;
  inset: 0%;
}

.bunga.is-2:where(.w-variant-867c471f-f1c4-a962-13f4-2e3709b01bf9) {
  position: static;
}

.bunga.is-3 {
  width: auto;
  height: auto;
  position: static;
  left: auto;
  right: auto;
}

.bunga.is-4 {
  inset: auto auto 0% 0%;
}

.bunga.is-5 {
  inset: auto 0% 0% auto;
}

.bunga.is-6 {
  top: auto;
  left: auto;
  right: auto;
}

.bunga.is-7 {
  inset: 37% auto 0% 0%;
}

.bunga.is-card {
  z-index: auto;
  height: 20rem;
  inset: auto auto 0% 0%;
  transform: rotate(-20deg)translate(-70%, 10%);
}

.bunga.is-card.is-reversed {
  inset: auto 0% 0% auto;
  transform: rotate(0)rotate(20deg)translate(70%, 10%);
}

.bunga.is-welcome {
  background-image: url('../images/graphic_bg.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 100vw;
}

.show-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

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

@media screen and (max-width: 991px) {
  .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;
  }

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

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

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

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

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

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

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

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

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

  .mempleai_list {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mempleai_card {
    max-width: none;
    padding: 2rem;
  }

  .section_tgl {
    padding-bottom: 20rem;
    display: block;
  }

  .bunga.is-welcome {
    background-size: 120vw;
  }
}

@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;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .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;
  }

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

  .fs-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;
  }

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

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

  .text.is-size-1-125 {
    font-size: 1rem;
  }

  .text.is-size-3-75 {
    font-size: 2.5rem;
  }

  .text.is-size-0-875 {
    font-size: .75rem;
  }

  .text.is-size-0-75 {
    font-size: .625rem;
  }

  .text.is-size-4-5 {
    font-size: 3rem;
  }

  .text.is-size-3 {
    font-size: 2.25rem;
  }

  .text.is-size-2-25 {
    font-size: 2rem;
  }

  .text.is-size-1 {
    font-size: .875rem;
  }

  .text.is-size-1-5 {
    font-size: 1.125rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .heading.is-size-1-125 {
    font-size: 1rem;
  }

  .heading.is-size-3-75 {
    font-size: 2.5rem;
  }

  .heading.is-size-0-875 {
    font-size: .75rem;
  }

  .heading.is-size-0-75 {
    font-size: .625rem;
  }

  .heading.is-size-4-5 {
    font-size: 3rem;
  }

  .heading.is-size-3 {
    font-size: 2.25rem;
  }

  .heading.is-size-2-25 {
    font-size: 2rem;
  }

  .heading.is-size-1 {
    font-size: .875rem;
  }

  .heading.is-size-1-5 {
    font-size: 1.125rem;
  }

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

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

  .dekorasi {
    width: 40vw;
  }

  .bunga.is-card {
    height: 15rem;
  }

  .show-mobile {
    display: block;
  }

  .hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .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;
  }

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

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

  .button {
    padding: 1rem 2rem;
  }

  .button.is-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading {
    font-size: 4rem;
  }

  .heading.is-2 {
    font-size: 2.5rem;
  }

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

  .dekorasi {
    width: 45vw;
  }

  .dekorasi.is-bottom-left.is-card {
    bottom: -8vw;
    left: -8vw;
  }

  .dekorasi.is-perbatasan-atas {
    top: -9vw;
  }

  .dekorasi.is-perbatasan-bawah {
    bottom: -9vw;
  }

  .dekorasi.is-bottom-right.is-card-copy {
    bottom: -8vw;
    right: -8vw;
  }

  .dekorasi.is-static {
    width: auto;
  }

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

  .max-width-custom.is-1 {
    max-width: 17rem;
  }

  .mempleai_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .button_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .section_tgl {
    padding-bottom: 3rem;
  }

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

  .popup {
    padding: 1.25rem;
  }

  .bunga.is-welcome {
    background-size: 190vw;
  }
}

#w-node-d95a0fde-e264-08a4-4254-a14095a99e01-c73f1c5b, #w-node-_841cee4b-0543-9011-7eb5-50b331034cb7-c73f1c5b, #w-node-f5245763-7e4d-4ee1-d040-0c8675b4b8b3-c73f1c5b, #w-node-_0859a8fd-8863-249a-d685-a9c33c86129d-c73f1c5b, #w-node-f5a9657a-743e-370e-745e-84e7a64f01b8-c73f1c5b, #w-node-f5a9657a-743e-370e-745e-84e7a64f01bf-c73f1c5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b869da59-e0af-33ca-0b08-77531118442f-c73f1c5b, #w-node-b869da59-e0af-33ca-0b08-775311184434-c73f1c5b, #w-node-b869da59-e0af-33ca-0b08-775311184439-c73f1c5b, #w-node-b869da59-e0af-33ca-0b08-77531118443e-c73f1c5b, #w-node-b869da59-e0af-33ca-0b08-775311184444-c73f1c5b, #w-node-b869da59-e0af-33ca-0b08-77531118444a-c73f1c5b, #w-node-b869da59-e0af-33ca-0b08-775311184450-c73f1c5b {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@font-face {
  font-family: 'Glacialindifference';
  src: url('../fonts/GlacialIndifference-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glacialindifference';
  src: url('../fonts/GlacialIndifference-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Westonia';
  src: url('../fonts/Westonia-7BGMl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}