@font-face {
  font-family: Relation;
  src: url('../fonts/relation.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --medium-violet-red: #bd3f81;
  --untitled-ui-white: white;
  --untitled-ui-gray400: #98a2b3;
  --purple: #8a1452;
  --lavender-blush: #ffeaf5;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray200: #eaecf0;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Relation, sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Relation, sans-serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: .8em;
  font-family: Relation, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
}

p {
  margin-bottom: 1rem;
}

a {
  text-decoration: underline;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  max-width: 300px;
}

.heading-2 {
  color: var(--medium-violet-red);
  font-size: 2.5rem;
  line-height: 1.2;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 600px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.smallerh2 {
  font-size: 24px;
}

.styles__global-embed-code {
  position: fixed;
  inset: 0% auto auto 0%;
}

.u-p-0 {
  padding: 0;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.row-justify-around {
  justify-content: space-around;
}

.row.row-justify-end {
  justify-content: flex-end;
}

.row.row-align-end {
  align-items: flex-end;
}

.row.row-no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row.row-align-center {
  align-items: center;
}

.row.row-justify-center {
  justify-content: center;
}

.row.diary-index {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.styles__section-label {
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 2px dotted #302f2c;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-bottom: 8px;
}

.u-bg-midgray {
  background-color: #888680;
}

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

.styles__card-preview {
  text-align: center;
  border-bottom: 1px solid #1d1c1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120px;
  display: flex;
  position: relative;
}

.u-h-100 {
  height: 100%;
}

.u-d-none {
  display: none;
}

.input-group {
  text-align: left;
  flex-direction: column;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 40px;
  padding-right: 1px;
  display: block;
  position: relative;
}

.input-group.cc-textarea {
  min-height: 140px;
}

.input-group.cc-toggle {
  margin-bottom: 8px;
  padding: 0 0 0 28px;
}

.u-link-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-border {
  width: 100%;
  height: 1px;
}

.styles__card {
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  border-radius: 8px;
  overflow: hidden;
}

.styles__visual-div {
  text-align: center;
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  border-radius: 3px;
  margin-bottom: 12px;
  padding: 16px;
  position: relative;
}

.h3 {
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Relation, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.h3.u-text-fall {
  color: #6a400e;
  margin-top: 1rem;
  margin-bottom: 0;
}

.u-text-lightgray {
  color: #dfddd6;
}

.u-img-cover {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-1-25 {
  font-size: 1.25rem;
}

.form_required-note {
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.u-text-primary {
  color: #bd3f81;
}

.u-text-primary.new {
  color: #346f20;
}

.u-text-midgray {
  color: #888680;
}

.u-pt-3 {
  padding-top: 3em;
}

.styles__selector-callout {
  color: #fff;
  background-color: #0073e6;
  border-radius: 3px;
  margin-top: .1em;
  margin-bottom: .1em;
  margin-right: .2em;
  padding: .08em .6em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  line-height: 1.7;
  display: inline-block;
  position: relative;
  top: -1px;
}

.styles__selector-callout.cc-element {
  background-color: #d13591;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.u-w-100 {
  width: 100%;
}

.form-success_flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.u-mt-3 {
  margin-top: 3em;
}

.u-p-1 {
  padding: 1em;
}

.h2 {
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Relation, sans-serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.1;
}

.u-pt-0 {
  padding-top: 0;
}

.u-mb-2 {
  margin-bottom: 2em;
}

.u-overflow-hidden {
  overflow: hidden;
}

.h4 {
  margin-top: 0;
  margin-bottom: .8em;
  font-family: Relation, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.u-bg-lightgray {
  background-color: #dfddd6;
}

.u-mb-0 {
  margin-bottom: 0;
}

.card-body {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

.col {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.col.col-lg-11 {
  flex-basis: 91.67%;
  max-width: 91.6667%;
}

.col.col-lg-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col.col-lg-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col.col-lg-4 {
  flex-basis: 33.33%;
  max-width: 33.3333%;
}

.col.col-no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col.col-lg-2 {
  flex-basis: 16.67%;
  max-width: 16.6667%;
}

.col.col-lg-10 {
  flex-basis: 83.33%;
  max-width: 83.3333%;
}

.col.col-lg-5 {
  flex-basis: 41.67%;
  max-width: 41.6667%;
}

.col.col-lg-last {
  order: 1;
}

.col.col-lg-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col.col-shrink {
  flex: 0 auto;
}

.col.col-lg-7 {
  flex-basis: 58.33%;
  max-width: 58.3333%;
}

.col.col-lg-1 {
  flex-basis: 8.33%;
  max-width: 8.33333%;
}

.col.col-lg-first {
  order: -1;
}

.col.col-lg-8 {
  flex-basis: 66.67%;
  max-width: 66.6667%;
}

.col.col-lg-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.styles__row-example {
  border: 1px dashed #302f2c;
  height: 200px;
  margin-top: 4px;
  padding: 20px;
}

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

.u-d-block {
  display: block;
}

.input-radio {
  background-color: #0000;
  border-color: #888680;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: inset 0 0 0 3px #fff;
}

.input-radio:hover {
  background-color: #dfddd6;
  border-color: #bd3f81;
}

.input-radio.w--redirected-checked {
  background-color: #bd3f81;
  border-width: 1px;
  border-color: #bd3f81;
}

.input-radio.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  border-color: #bd3f81;
  outline: 2px solid #bd3f81;
}

.input-radio.cc-light {
  box-shadow: inset 0 0 0 3px #302f2c;
}

.input-radio.cc-light:hover {
  background-color: #888680;
}

.input-check {
  background-color: #0000;
  border-color: #888680;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: 0 0 #0000;
}

.input-check:hover {
  background-color: #dfddd6;
  border-color: #bd3f81;
}

.input-check.w--redirected-checked {
  background-color: #bd3f81;
  background-size: 16px;
  border-color: #bd3f81;
}

.input-check.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  border-color: #bd3f81;
  outline: 2px solid #bd3f81;
}

.input-check.cc-light:hover {
  background-color: #888680;
}

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

.u-mt-0 {
  margin-top: 0;
}

.paragraph-0-9 {
  font-size: .9rem;
  line-height: 1.4;
}

.u-pb-3 {
  padding-bottom: 3em;
}

.input-label {
  z-index: 1;
  color: #1d1c1a;
  border-top-right-radius: 3px;
  margin-bottom: 0;
  margin-left: 16px;
  padding-top: 12px;
  padding-bottom: 4px;
  font-size: .9rem;
  line-height: 1;
  position: relative;
}

.input-label.cc-static {
  background-color: #0000;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.u-bg-black {
  background-color: #1d1c1a;
}

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

.container {
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.u-aspect-1x1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.input {
  color: #1d1c1a;
  background-color: #0000;
  border: 1px solid #888680;
  border-radius: 8px;
  height: 100%;
  min-height: 65px;
  margin-bottom: 0;
  padding: 32px 16px 8px;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.input:hover, .input:focus {
  border-color: #bd3f81;
}

.input::placeholder {
  color: #888680;
}

.input.cc-select {
  background-image: url('../images/arrow-black.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 12px;
}

.input.cc-light {
  color: #fff;
}

.form-success {
  background-color: #0000;
  min-height: 320px;
  position: relative;
}

.form {
  width: 100%;
  position: relative;
}

.u-d-flex {
  display: flex;
}

.btn {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #bd3f81;
  border: 1px solid #0000;
  border-radius: 4px;
  padding: .5em 1.2em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 0 0 #0000;
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px #00000026;
}

.btn.cc-light {
  color: #bd3f81;
  background-color: #fff;
}

.btn.cc-secondary {
  color: #1d1c1a;
  background-color: #0000;
  border-color: #bd3f81;
}

.btn.cc-secondary.cc-light {
  color: #fff;
  border-color: #fff;
}

.btn.cc-secondary.cc-light:hover {
  box-shadow: inset 0 0 0 100px #ffffff26;
}

.btn.fall-button {
  background-color: #6a400e;
}

.btn.more-space {
  margin-top: 1rem;
}

.btn.green {
  background-color: #4fa033;
}

.u-ml-1 {
  margin-left: 1em;
}

.u-mt-1 {
  margin-top: 1em;
}

.styles__utility-wrap {
  margin-bottom: 20px;
  padding: 1px;
}

.styles__utility-wrap.cc-padding {
  background-image: url('../images/bg-padding.svg');
  background-position: 0 0;
  background-size: 4px;
}

.styles__utility-wrap.cc-margin {
  background-image: url('../images/bg-margin.svg');
  background-position: 0 0;
  background-size: 4px;
}

.u-mt-2 {
  margin-top: 2em;
}

.u-mt-2.hideit {
  display: none;
}

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

.u-text-darkgray {
  color: #302f2c;
}

.u-sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-mr-1 {
  margin-right: 1em;
}

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

.u-mb-1 {
  margin-bottom: 1em;
}

.u-mt-auto {
  margin-top: auto;
}

.u-bg-primary {
  background-color: #bd3f81;
}

.u-pt-2 {
  padding-top: 2em;
}

.u-pb-1 {
  padding-bottom: 1em;
}

.u-mb-3 {
  margin-bottom: 3em;
}

.u-pb-2 {
  padding-bottom: 2em;
}

.u-text-black {
  color: #1d1c1a;
}

.u-bg-darkgray {
  background-color: #302f2c;
}

.u-pt-1 {
  padding-top: 1em;
}

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

.u-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.eyebrow {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: .8rem;
  font-weight: 700;
}

.u-overflow-visible {
  overflow: visible;
}

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

.section.u-bg-white.reg-hide {
  display: none;
}

.section.cc-mountains {
  background-color: #fff;
  background-image: linear-gradient(#fffffff7, #fffffff7), url('../images/mountains.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.section.cc-mountains.fall-hide {
  display: none;
}

.section.blog-post {
  padding-top: 2rem;
}

.card {
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-family: Relation, sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1;
}

.u-m-0 {
  margin: 0;
}

.form-error {
  color: #e31700;
  background-color: #0000;
  border-top: 1px solid #e31700;
  margin-top: 16px;
  padding: 8px 0 0;
}

.styles_utility-card {
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  padding: 20px;
}

.page-wrapper {
  color: #1d1c1a;
  background-color: #0000;
  position: relative;
}

.image-hero-midpage {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
}

.buffer {
  background-color: #fff;
  height: 8rem;
}

.cta-box {
  color: #fff;
  text-align: center;
  background-color: #bd3f81;
  border-radius: 4px;
  width: 100%;
  padding: 2rem 1rem;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.by-logos {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 40px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 400px;
  max-width: 46%;
  margin-top: 24px;
  margin-bottom: -16px;
  display: flex;
}

.features-image {
  color: #bd3f81;
  object-fit: cover;
  background-color: #ffeaf5;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 16px;
  display: flex;
}

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

.clear-buffer {
  height: 100dvh;
  overflow: hidden;
}

.section-hero-mobile {
  display: none;
}

.uui-faq01_answer {
  overflow: hidden;
}

.kz-nav-link {
  color: #bd3f81;
  letter-spacing: .03em;
  padding: .6em .8em;
  font-size: .85em;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.kz-nav-link:hover, .kz-nav-link.w--current {
  text-decoration: underline;
}

.kz-nav-link.first-menu-item.newmenu {
  color: #275717;
}

.kz-nav-link.first-menu-item.newmenu.w--current {
  color: #346f20;
}

.kz-nav-link.vertical {
  display: block;
}

.white-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: .5rem;
}

.section-hero {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.hero-text {
  color: #fff;
  background-color: #bd3f81;
  margin-bottom: -8rem;
  padding: 2rem 2rem 0;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.html-embed {
  width: 24px;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.kz-navbar {
  background-color: #fff;
}

.kz-nav-button {
  color: #fff;
  background-color: #bd3f81;
  border: 1px solid #0000;
  border-radius: 4px;
  margin-left: 1rem;
  padding: .25em 1em;
  font-size: .85rem;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 0 0 #0000;
}

.kz-nav-button:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px #00000026;
}

.kz-nav-button.footer-version {
  margin-left: 0;
}

.absolute-frame-hero {
  position: absolute;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.uui-faq01_heading {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.info-text {
  margin-bottom: 8px;
  font-size: 1rem;
}

.info-text.smaller {
  color: #888680;
  font-size: .75rem;
}

.uui-faq01_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_accordion.hidden {
  display: none;
}

.info-graphic {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: .75rem;
  font-weight: 700;
}

.nav-menu {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.image {
  object-fit: contain;
  max-height: 40px;
}

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

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

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

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

.kz-navbar-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.non-hero-section {
  color: var(--untitled-ui-white);
  background-color: #fff;
  background-image: linear-gradient(#00000040, #00000040), url('../images/karuizawa-road.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14rem 1rem;
  display: flex;
  position: relative;
}

.non-hero-section.cc-faq {
  background-image: linear-gradient(#00000040, #00000040), url('../images/wading-w1000.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.non-hero-section.diaries {
  background-image: linear-gradient(#00000040, #00000040), url('../images/camp-diaries.webp');
  background-position: 0 0, 50% 0;
}

.div-block-4 {
  padding-bottom: 2rem;
  display: flex;
}

.terms-richtext h2 {
  margin-top: 3rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.terms-titles {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.can-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #eaecf0;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: max-content max-content;
  margin-top: 8px;
  padding: 2px;
}

.cancel-text {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.heading-3 {
  color: #bd3f81;
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading {
  color: #bd3f81;
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.125;
}

.container-full {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.u-height-auto {
  height: auto;
}

.slide-in.front-only {
  margin-top: 4rem;
}

.nav-container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brand.w--current {
  flex: 0 auto;
}

.div-block-5 {
  background-color: var(--medium-violet-red);
  color: var(--untitled-ui-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .7rem;
  display: flex;
}

.div-block-5.hide {
  display: none;
}

.text-block-2.u-text-center.new {
  max-width: 600px;
}

.para {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.fall-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f6dea0;
  background-image: linear-gradient(#f6d1a0bd, #f6d1a0bd), url('../images/AdobeStock_218323648.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 8px;
  flex-direction: column;
  margin-top: 2rem;
  padding: 1rem;
  display: flex;
}

.success-message {
  background-color: var(--untitled-ui-white);
}

.diary-h3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.text-block-3 {
  color: var(--untitled-ui-gray400);
}

.text-block-4 {
  color: var(--purple);
}

.div-block-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.div-block-7.blog-page {
  justify-content: center;
  margin-bottom: 2rem;
}

.diary-read-more-button {
  color: #fff;
  background-color: #bd3f81;
  border: 1px solid #0000;
  border-radius: 4px;
  margin-top: .5rem;
  padding: .25em 1em;
  font-size: 1rem;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 0 0 #0000;
}

.diary-read-more-button:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px #00000026;
}

.blog-h1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
}

.diary {
  max-width: 48rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.diary h2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
}

.diary-video {
  margin-left: auto;
  margin-right: auto;
}

._50block {
  max-width: 48rem;
  margin: 2rem auto;
}

.breadcrumb-link {
  color: var(--purple);
  text-decoration: none;
}

.breadcrumb-caret {
  color: var(--medium-violet-red);
  width: 1rem;
  height: 1rem;
  display: flex;
}

.bread-flex {
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.highlight {
  background-color: var(--lavender-blush);
  font-weight: 600;
}

.main-rt h3 {
  margin-bottom: .25rem;
  font-weight: 500;
}

.main-rt.white {
  border: 1px solid var(--medium-violet-red);
  background-color: #fff;
  padding: 13px;
}

.main-rt.buffered {
  margin-top: 2rem;
}

.div-block-8 {
  border: 1px solid var(--medium-violet-red);
  background-color: #bd3f810d;
  margin-bottom: 2rem;
  padding: 25px;
}

.hide {
  display: none;
}

.link {
  color: var(--untitled-ui-white);
}

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

.link-2 {
  color: var(--purple);
}

.div-block-9 {
  background-color: #fff;
}

.div-block-10 {
  background-color: #346f20;
}

.text-block-5 {
  color: var(--untitled-ui-white);
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  line-height: 1.4;
}

.div-block-11 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.div-block-11.hidden {
  display: none;
}

.rich-text-block {
  background-color: #dcebd4;
  border-radius: 8px;
  padding: 1rem;
}

.div-block-12 {
  background-color: #f1f1f1;
  margin: 1rem;
  padding: 1rem;
  box-shadow: 0 2px 5px #0003;
}

.top {
  margin-top: 3rem;
}

.grid {
  background-color: var(--untitled-ui-white);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-columns: minmax(150px, 1fr);
  grid-auto-flow: row dense;
  display: none;
}

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

.main-rt-copy {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.main-rt-copy h3 {
  margin-bottom: .25rem;
  font-weight: 500;
}

.main-rt-copy.white {
  border: 1px solid var(--medium-violet-red);
  background-color: #fff;
  padding: 13px;
}

.main-rt-copy.buffered {
  margin-top: 2rem;
}

.u-text-primary-copy {
  color: #bd3f81;
}

.u-text-primary-copy.new {
  color: #346f20;
}

.div-block-8-copy {
  border: 1px solid var(--medium-violet-red);
  background-color: #bd3f810d;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 25px;
}

@media screen and (min-width: 1440px) {
  .clear-buffer {
    height: 100vh;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .agreements {
    background-color: #f8f8f8;
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem;
    box-shadow: 0 2px 5px #0003;
  }
}

@media screen and (max-width: 991px) {
  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .h2 {
    font-size: 3.2rem;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .col.col-md-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-md-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-md-first {
    order: -1;
  }

  .col.col-md-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-md-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-md-last {
    order: 1;
  }

  .col.col-md-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-md-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-md-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-md-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .h1 {
    font-size: 4.8rem;
  }

  .u-m-0 {
    margin: 0;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .image-hero-midpage {
    inset: 0%;
  }

  .buffer {
    display: none;
  }

  .features-right {
    max-width: 100%;
  }

  .clear-buffer {
    width: 100%;
  }

  .section-hero-mobile {
    display: block;
  }

  .kz-nav-link.first-menu-item.newmenu.w--current {
    margin-left: auto;
  }

  .section-hero {
    background-image: none;
    padding-top: 0;
  }

  .hero-text {
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

  .hero-text.cc-hide-on-mobile {
    display: none;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .nav-menu {
    background-color: var(--untitled-ui-white);
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .image {
    text-align: left;
  }

  .image-contain.image-cover {
    object-fit: cover;
  }

  .hero-image {
    position: static;
  }

  .kz-navbar-wrap {
    justify-content: flex-start;
  }

  .container-full {
    margin-left: auto;
    margin-right: auto;
  }

  .brand {
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .h3.u-text-fall {
    font-size: 1.8rem;
  }

  .paragraph-1-25 {
    font-size: 1.1rem;
  }

  .form-success_flex {
    max-width: 340px;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .card-body {
    padding: 20px;
  }

  .col.col-sm-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-sm-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-sm-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-sm-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-sm-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-sm-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col.col-sm-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-sm-last {
    order: 1;
  }

  .col.col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-sm-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-sm-first {
    order: -1;
  }

  .btn {
    padding: 7px 15px;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .paragraph-1-5 {
    font-size: 1.3rem;
  }

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

  .h1 {
    font-size: 3.6rem;
  }

  .styles__nav-btn {
    color: #bd3f81;
    margin-top: -2px;
    margin-left: auto;
    padding: 0 2px;
    font-size: 1.8rem;
    line-height: 1;
  }

  .styles__nav-btn:hover {
    background-color: #dfddd6;
  }

  .styles__nav-btn.w--open {
    background-color: #888680;
    border-radius: 4px;
  }

  .styles__nav-btn-icon {
    width: 28px;
    height: 28px;
  }

  .kz-nav-link {
    text-align: center;
    padding: .6em 0;
    font-size: 1em;
    display: block;
  }

  .kz-nav-link.first-menu-item {
    margin-top: 2rem;
  }

  .kz-nav-link.first-menu-item.newmenu.w--current {
    margin-top: 0;
  }

  .kz-nav-link.vertical {
    text-align: left;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .kz-nav-button {
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 7px 15px;
    font-size: 1rem;
  }

  .nav-menu {
    background-color: #fff;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .hero-image {
    height: 60vh;
  }

  .kz-navbar-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

  .diary-read-more-button {
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 7px 15px;
    font-size: 1rem;
  }

  .bread-flex {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding: 18px 14px;
  }

  .navbar-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
  }

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

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .h3.u-text-fall {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .u-text-primary.new {
    font-size: 3rem;
  }

  .h2 {
    font-size: 2rem;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col.col-xs-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col.col-xs-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col.col-xs-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col.col-xs-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col.col-xs-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col.col-xs-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col.col-xs-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col.col-xs-first {
    order: -1;
  }

  .col.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col.col-xs-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .styles__row-example {
    height: auto;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .container {
    width: 86%;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

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

  .h1 {
    font-size: 2.8rem;
  }

  .u-m-0 {
    margin: 0;
  }

  .features-right {
    min-width: auto;
    margin-bottom: -30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .kz-nav-link.first-menu-item.newmenu.w--current {
    margin-top: 0;
  }

  .hero-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-block-two {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

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

  .can-grid {
    grid-template-columns: auto auto;
  }

  .cancel-text {
    align-items: center;
    height: 100%;
    font-size: 12px;
  }

  .heading {
    font-size: 2.25rem;
    line-height: 1.125;
  }

  .fall-block {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .blog-h1 {
    font-size: 1.75rem;
  }

  .breadcrumb-caret {
    color: var(--purple);
  }

  .div-block-12 {
    margin-left: 0;
    margin-right: auto;
  }

  .u-text-primary-copy.new {
    font-size: 3rem;
  }
}

#w-node-_8ab66dfa-89c7-d8d2-9de9-6057465a544a-79a8c7e9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_37755d31-9572-e196-5c27-22eb5a1cf380-79a8c7e9 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3b385354-1e3d-711a-777a-d22d445d0b89-79a8c7e9, #w-node-_6d46245c-0fc6-3202-eff2-c39ddd209a38-79a8c7e9, #w-node-_60afd164-5176-bf64-d560-b3fe6bccbf1c-79a8c7e9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7bcb6c1e-6a01-a6e5-c456-32a8bf920615-79a8c7e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0bf7f0e0-c053-0a4a-b217-594ca85caeb0-26a5a376, #w-node-_0bf7f0e0-c053-0a4a-b217-594ca85caec6-26a5a376, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b408-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b40e-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b411-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b414-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b416-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b418-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b41a-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b41c-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b41e-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b421-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b426-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b429-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b42c-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b42e-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b430-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b432-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b434-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b436-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b439-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b43e-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b441-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b444-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b446-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b448-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b44a-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b44c-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b44e-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b451-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b456-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b459-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b45c-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b45e-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b460-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b462-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b464-fa9e8525, #w-node-b503c5f6-922e-a52b-9050-ff7edea2b466-fa9e8525, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef479-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef47f-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef482-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef485-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef487-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef489-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef48b-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef48d-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef48f-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef492-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef497-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef49a-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef49d-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef49f-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4a1-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4a3-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4a5-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4a7-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4aa-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4af-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4b2-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4b5-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4b7-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4b9-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4bb-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4bd-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4bf-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4c2-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4c7-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4ca-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4cd-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4cf-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4d1-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4d3-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4d5-64530194, #w-node-_027fc638-6efe-9603-f69b-bdc6198ef4d7-64530194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Relation';
  src: url('../fonts/relation.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}