@font-face {
  font-family: RethinkSans;
  src: url('../fonts/RethinkSans-Regular.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: RethinkSans;
  src: url('../fonts/RethinkSans-ExtraBold.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: RethinkSans;
  src: url('../fonts/RethinkSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: RethinkSans;
  src: url('../fonts/RethinkSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: RethinkSans;
  src: url('../fonts/RethinkSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: RethinkSans;
  src: url('../fonts/RethinkSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #142568b3;
  --lavender: #cbc9f3;
  --medium-purple: #9390ca;
  --chartreuse: #8eff16;
  --medium-aquamarine: #55d099;
  --plum: #e698d6;
  --powder-blue: #8fe2f3;
  --midnight-blue-2: #1e3079;
  --midnight-blue-3: #141c3f;
  --steel-blue: #2c7fc9;
  --azure: #ddedf0;
  --black: #1b1b1b;
  --663399: #654a9b;
  --medium-slate-blue: #7d5dfa;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.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('../images/custom-checkbox-checkmark.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-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #1d1d1dd9;
  background-color: #eef6fd;
  font-family: RethinkSans, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: #0a1953;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: RethinkSans, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
}

h2 {
  color: #fff;
  font-family: RethinkSans, sans-serif;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: #fff;
  margin-top: 10px;
  font-family: Generalsans;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  color: #0a1953;
  margin-top: 25px;
  font-family: Generalsans;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hauora;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--midnight-blue);
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5;
}

a {
  color: #0a1953;
  text-decoration: underline;
}

a:hover {
  color: var(--midnight-blue);
}

li {
  color: #142568b3;
  padding-top: 6px;
  padding-bottom: 6px;
}

blockquote {
  color: #ffffff80;
  background-color: #ffffff0f;
  border: 1px solid #fff3;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 30px 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

figcaption {
  color: #949494d9;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

.section {
  background-color: #e03d54;
  position: relative;
  top: 0;
}

.section.titles {
  border: 1px #000;
  min-height: auto;
  padding-top: 9vh;
  padding-bottom: 0;
}

.section.overflow {
  width: 100%;
  overflow: hidden;
}

.section.light-blue {
  background-color: #ebf0f7;
}

.section.page {
  min-height: 500px;
}

.section.full-page {
  min-height: 100vh;
}

.section.padding-side {
  padding-left: 32px;
  padding-right: 32px;
}

.section.gap-l {
  align-items: center;
}

.section.baseline {
  padding-top: 24em;
  padding-bottom: 24em;
}

.section.center-page {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.section.application {
  width: 100vw;
  height: 100vh;
}

.gallery-grid-wrapper {
  align-items: center;
  min-width: 100%;
  min-height: 50vh;
  display: flex;
  overflow: visible;
}

.nav-li {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  border-bottom: 2px #e0e0e0;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 2;
  flex: 0 auto;
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container.titles {
  grid-row-gap: 24px;
  color: #ffffffd9;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.container.header {
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.merch {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.container.title {
  padding-top: 15vh;
}

.container.footer {
  max-width: 1680px;
  padding-top: 6rem;
  padding-bottom: 6em;
}

.container.post {
  max-width: 1880px;
}

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

.container.header-width {
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1680px;
  display: flex;
}

.container.large {
  max-width: 1680px;
}

.main-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  position: relative;
}

.main-grid.inner-padding-medium {
  align-items: center;
}

.main-grid.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  align-items: center;
}

.main-grid.inner-padding-small.top {
  align-items: start;
}

.main-grid.align-center {
  align-items: center;
}

.main-grid.align-top {
  align-items: start;
}

.main-grid.full-page {
  min-height: 100vh;
}

.main-grid.s-gap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.main-grid.logo-wall {
  grid-column-gap: .5em;
}

.main-grid.plan {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  display: flex;
  position: relative;
}

.content-wrapper.top-padding {
  padding-top: 4vh;
}

.content-wrapper.sticky-faq {
  padding-top: 45px;
  position: sticky;
  top: 0;
}

.margin-bottom-small {
  margin-bottom: 45px;
}

.inner-padding-xsmall {
  margin-bottom: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.inner-padding-medium {
  padding-top: 12em;
  padding-bottom: 12em;
}

.hero-grid-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 10vh auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-height: 100vh;
}

.title-tag {
  color: #65a8d4;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.title-tag.text-dark-blue {
  color: #2e6f9b;
}

.grid-rail {
  grid-column-gap: 2vw;
  white-space: nowrap;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: auto;
  min-width: 60vw;
  min-height: auto;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.hero-rail {
  align-items: flex-end;
  display: flex;
}

.hero-rail.gap {
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
}

.hero-rail.about-page {
  justify-content: space-between;
  margin-top: 5vh;
  margin-bottom: 10vh;
  position: relative;
  top: -7vh;
}

.logos-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.logos-wrapper.bg {
  background-color: #1f1f1f;
  border-radius: 16px;
}

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

.grid-gallery {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: none;
  grid-template-rows: 6vh 6vh 6vh 6vh 6vh 6vh 6vh 6vh;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  min-width: 120vw;
  max-width: 1980px;
  min-height: 60vh;
  padding-right: 36px;
}

.frame-image-hero {
  background-color: #f44;
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.frame-image-hero.rounded {
  border-radius: 32px;
}

.small-legal-text {
  color: #6e6e6e;
  font-size: 13px;
}

.wrapper-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-heading.titles {
  grid-row-gap: 4em;
  padding-top: 16em;
  padding-bottom: 8em;
}

.wrapper-heading.blog {
  grid-row-gap: 24px;
  max-width: 100ch;
}

.paragraph {
  color: #383838;
  margin-bottom: 60px;
  font-size: 1.65em;
  font-weight: 400;
  line-height: 1.7;
}

.heading-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-frame {
  perspective: 2000px;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 20vw;
  max-width: 380px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-frame.move {
  width: 25vw;
  max-width: 480px;
  bottom: -20px;
  left: -45px;
  overflow: hidden;
}

.image-frame.up {
  border-radius: 300px;
  top: -8vh;
  overflow: hidden;
}

.image-frame.down {
  bottom: -7vh;
}

.image-frame.r {
  width: 16vw;
  height: 16vw;
}

.image-tiles-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 38vh;
  position: relative;
}

.image-tiles-hero._3d-flip {
  max-height: 38vh;
}

.wrappernav {
  z-index: 999;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navgrid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 2fr auto;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  min-height: 12vh;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.form {
  justify-content: center;
  display: flex;
}

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

.navbar {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button {
  color: #272727;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  background-image: none;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: RethinkSans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.button.outline {
  color: #fffc;
  background-color: #0000;
  border: 1px solid #ffffff4d;
}

.button.outline:hover {
  color: #ffffffd9;
  border-color: #b3b3b3cc;
}

.button.outline.dark {
  color: #494949cc;
  border-color: #4e4e4e4d;
}

.button.color-red {
  white-space: nowrap;
  background-color: #ff0062;
}

.button.color-red:hover {
  background-color: #4400c3;
}

.button.bg-white {
  color: #e03d54;
  background-color: #fff;
  border: 1px solid #FFF;
}

.button.bg-white:hover {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
}

.button.inline {
  color: #fffc;
  background-color: #0000;
  border-radius: 0;
  padding: 10px 0;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -2px #ffffff1a;
}

.button.black {
  color: #fff;
  background-color: #e03d54;
  font-family: RethinkSans, sans-serif;
  font-weight: 400;
  transition-property: all;
}

.button.black:hover {
  background-color: #5a5a5a;
  background-image: none;
}

.grid-buttons {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center end;
}

.wrapper-blurb {
  color: #747474;
  text-align: left;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  background-color: #20202000;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 14px;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s;
}

.nav-link:hover {
  color: #8f8f8f;
  background-color: #1f1f1f;
}

.nav-link.w--current {
  color: #fff;
  background-color: #5c5c5c40;
  border-radius: 3px;
}

.image-brand {
  height: 100%;
  max-height: none;
  padding-bottom: 3px;
}

.image-brand.dark {
  display: none;
}

.padding-bottom-medium {
  padding-bottom: 12em;
}

.padding-bottom-small {
  padding-bottom: 8em;
}

.list-flex {
  color: #ffffff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.2em;
  font-weight: 300;
  display: flex;
}

.icon-check {
  filter: grayscale();
  height: 8px;
}

.dropdown-toggle {
  color: #ffffffd9;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 5px;
  padding-right: 28px;
  font-family: Pretendard;
  font-weight: 400;
}

.box-wrapper {
  background-color: #f5a79e;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  padding: 48px;
  display: flex;
  position: relative;
}

.box-wrapper.float-bottom {
  padding-top: 6vh;
  padding-bottom: 0;
  padding-left: 4vw;
  overflow: hidden;
}

.box-wrapper.center {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding: 45px;
}

.box-wrapper.gap-s {
  justify-content: space-between;
}

.box-wrapper.card-center {
  grid-row-gap: 2em;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  padding-left: 64px;
  padding-right: 64px;
}

.icon-wrap {
  flex: none;
  width: auto;
  height: 55px;
  margin-top: 0;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.text-field {
  background-color: #292929;
  border: 2px solid #292929;
  border-radius: 8px;
  width: 100%;
  min-width: 15vw;
  height: 65px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  font-size: 18px;
}

.text-field::placeholder {
  color: #a3a3a3;
}

.text-field.dark {
  box-shadow: none;
  color: #fff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.text-field.dark::placeholder {
  color: #727272;
}

.text-field.password {
  min-width: auto;
}

.icon-social {
  max-height: 18px;
}

.icon-social.profile {
  max-height: 20px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  padding-right: 10px;
}

.link-footer {
  color: #8b8b8b;
  border-bottom: 1px solid #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.link-footer:hover {
  color: #fff;
  border-bottom-color: #0003;
}

.link-footer.small {
  font-size: 14px;
}

.heading-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.profile {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.image-profile-wrapper {
  border-radius: 100px;
  width: 85px;
  height: 85px;
  position: relative;
  overflow: hidden;
}

.image-profile-wrapper.small {
  width: 45px;
  height: 45px;
}

.image-profile-wrapper.large {
  width: 220px;
  height: 220px;
}

.image-profile-wrapper.large.margin-bottom-xsmall {
  border-radius: 300px;
}

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

.paragraph-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.ratings-stars {
  max-height: 16px;
  margin-right: 5px;
}

.ratings-stars.large {
  max-height: 24px;
}

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

.icon-content {
  max-width: 55px;
  max-height: 32px;
}

.big-heading-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  overflow: hidden;
}

.xlarge-scroll-heading {
  color: var(--lavender);
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Pretendard Regular;
  font-size: 9em;
  font-weight: 400;
}

.top-padding {
  padding-top: 10vh;
}

.quote-icon {
  opacity: 1;
  height: 48px;
}

.quote-icon.small {
  opacity: .35;
  height: 24px;
}

.quote-icon.opacity {
  opacity: .24;
}

.image-grid-wrapper {
  border-radius: 32px;
  justify-content: center;
  align-items: stretch;
  min-height: 45vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-footer {
  max-height: 60px;
  margin-bottom: 10px;
}

.logo-footer.margin-bottom-small {
  margin-bottom: 45px;
}

.image-product-mobile {
  max-height: 85vh;
}

.full-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.full-image.rounded {
  border-radius: 48px;
}

.circle-check {
  background-color: #c4c4c41f;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  display: flex;
}

.list-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.price-wrapper {
  min-height: auto;
}

.faq-wrapper {
  grid-row-gap: 6px;
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.faq-link {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.plus-icon {
  opacity: .25;
  height: 15px;
}

.faq-container {
  color: #747474;
}

.rail-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.hero-cta-wrapper {
  color: #747474;
  width: 100%;
  max-width: 40em;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon {
  opacity: .35;
  margin-right: 10px;
  font-size: 12px;
}

.link-wrapper {
  color: #1b1b1b;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-wrapper:hover {
  color: #464646;
  padding-right: 0;
}

.link-wrapper.rounded-button {
  color: #000000e6;
  background-color: #fff9;
  border: 1px #5be5a8;
  border-radius: 200px;
  padding: 20px 38px;
  box-shadow: 0 2px 2px #0000000f;
}

.icon-arrow {
  height: 12px;
  margin-left: 10px;
  display: none;
}

.icon-arrow.opacity {
  opacity: .5;
}

.full-form {
  width: 100%;
  margin-bottom: 0;
}

.wrapper-user-info {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-image-overflow {
  perspective: 2000px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 25vw;
  max-width: 480px;
  max-height: 38vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-image-overflow.no-frame {
  width: 22vw;
  height: 25vw;
  overflow: hidden;
}

.frame-image-overflow.no-frame.flip-right {
  transform: rotate(16deg);
}

.frame-image-overflow.no-frame.flip-left {
  transform: rotate(-12deg);
}

.frame-image-overflow.rotate-right {
  transform: rotate(-16deg);
}

.inner-padding-micro {
  padding-top: 1em;
  padding-bottom: 1em;
}

.small-paragraph-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-wrapper {
  flex: none;
  width: auto;
  min-height: auto;
  margin-top: 0;
  margin-right: 10px;
  padding: 10px 15px 10px 0;
}

.margin-bottom-xsmall {
  margin-bottom: 25px;
}

.grid-stats {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: 1fr 1fr;
  align-content: space-between;
  height: 100%;
}

.text-small {
  color: #757575;
  font-size: 13px;
}

.text-small.text-opacity {
  color: #ffffff73;
}

.hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 10vh auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-height: auto;
  overflow: hidden;
}

.center-wrapper {
  grid-row-gap: 2.6em;
  perspective: 2000px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  transform: perspective(2000px);
}

.center-wrapper.no-gap {
  grid-row-gap: 0em;
}

.center-wrapper.min {
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
}

.center-wrapper.med {
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
}

.heading-medium {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: RethinkSans, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.3;
}

.heading-medium.margin-bottom-xsmall {
  margin-bottom: 15px;
}

.heading-medium.text-black {
  font-family: RethinkSans, sans-serif;
  font-weight: 400;
}

.heading-medium.text-inner-bg {
  color: #56daff;
}

.heading-large {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: RethinkSans, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1;
}

.heading-large.margin-bottom-xsmall {
  color: #0a1953;
}

.heading-large.margin-bottom-xsmall.text-white {
  color: #fff;
}

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

.heading-large._20ch, .heading-large.ch {
  max-width: 20ch;
}

.heading-large.xl {
  margin-left: auto;
  margin-right: auto;
  font-size: 6em;
}

.heading-large._12ch {
  max-width: 16ch;
}

.heading-regular {
  color: #fff;
  font-family: RethinkSans, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.heading-small {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: RethinkSans, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.heading-small.w--current {
  color: #868686b3;
}

.heading-small.text-purple {
  color: var(--medium-purple);
}

.flex-name {
  font-size: 16px;
}

.text-white {
  color: #fff;
}

.collection-list-news {
  grid-column-gap: 36px;
  grid-row-gap: 56px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-news._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.color-red {
  background-color: #ff0062;
}

.rounded {
  border-radius: 10px;
  overflow: hidden;
}

.wrap-summary {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 60em;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero-ticker-images {
  flex-direction: column;
  justify-content: flex-end;
  min-height: auto;
  padding-top: 4vh;
  padding-bottom: 3vh;
  display: flex;
  overflow: hidden;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 6px;
  min-width: 150px;
  box-shadow: 0 15px 15px #0000000d;
}

.dropdown-list.w--open {
  background-color: #1f1f1f;
  overflow: hidden;
  box-shadow: 0 15px 35px #0003;
}

.dropdown-link {
  color: #e0e0e0a6;
  border-radius: 4px;
  font-family: Pretendard;
  font-weight: 600;
}

.dropdown-link:hover {
  color: #ffffffa6;
  background-color: #58659408;
}

.dropdown-link.w--current {
  color: #757575;
  background-color: #363636;
}

.text-orange {
  color: #f5841b;
}

.text-cyan {
  color: #c9d5ec;
}

.bg-dark-gray {
  background-color: #111;
}

.wrapper-full-image {
  border-radius: 32px;
  width: 100%;
  height: 70em;
  position: relative;
  overflow: hidden;
}

.wrapper-full-image.large-size {
  height: auto;
  padding-bottom: 10vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.wrapper-full-image.margin-bottom-small {
  min-height: 650px;
}

.wrapper-full-image.blog-post-grid {
  height: 40vh;
}

.wrapper-full-image.blog-post-grid.margin-bottom-small {
  min-height: 400px;
}

.wrapper-legal-page {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
}

.collection-list-products {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-image-wrapper {
  border-radius: 24px;
  flex: 1;
  height: 27vh;
  min-height: auto;
  overflow: hidden;
}

.product-image-wrapper.home {
  height: 40vh;
  min-height: auto;
}

.sidebar-product {
  position: sticky;
  top: 14vh;
}

.default-state {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrapper-image-product {
  background-color: #e6e6e6;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-grid-cms {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  text-decoration: none;
  display: grid;
}

.inner-grid-cms.vertical {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.inner-grid-cms.vertical.short-gap {
  grid-row-gap: 16px;
}

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

.wrapper-image-blog {
  overflow: hidden;
}

.wrapper-image-blog.list {
  border-radius: 24px;
  height: 30vh;
  max-height: 220px;
}

.wrapper-image-blog.row {
  border-radius: 14px;
  height: 25vh;
}

.wrapper-image-blog.featured {
  border-radius: 32px;
  height: 48vh;
}

.inner-form {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.stats-number {
  color: #fff;
  font-family: Pretendard Bold;
  font-weight: 700;
}

.stats-number.large {
  font-family: Pretendard Regular;
  font-size: 60px;
  font-weight: 400;
}

.stats-number.xlarge {
  font-size: 80px;
  line-height: 1.2;
}

.inner-grid-column {
  padding-right: 2.5em;
}

.form-container {
  color: #747474;
  width: 100%;
  max-width: none;
}

.form-container.min {
  max-width: 40em;
}

.label-form {
  color: #c4c4c4b3;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.label-form.left {
  color: #808080d9;
  text-align: left;
  font-size: 14px;
}

.inner-input.flex-horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.inner-input.password {
  width: 100%;
  margin-bottom: 10px;
}

.text-red {
  color: #ff7553;
}

.utility-page-wrap {
  background-color: #000;
  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;
  width: 260px;
  display: flex;
}

.info-members {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
}

.main-navbar {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.field-label {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 400;
}

.option-button {
  color: #7a7a7a;
  background-color: #f7f7f7;
  border-color: #e4e4e4;
  font-size: 12px;
  font-weight: 500;
}

.option-button.w--ecommerce-pill-selected {
  background-color: #2c7fc9;
}

.inner-padding-small {
  margin-bottom: 0;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.logo-quote {
  width: 100%;
  max-width: 70%;
  height: 100%;
  max-height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-gray-light {
  color: #e6e6e682;
  font-weight: 400;
}

.collection-item-banner {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: start;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.collection-list-wrapper {
  width: 100%;
}

.ticker-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticker-wrapper.page {
  min-height: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.inner-ticker {
  z-index: 12;
  flex-direction: column;
  justify-content: center;
  max-width: 2500px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-rail {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  overflow: hidden;
}

.inner-text-scrolling {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: flex-start;
  margin-right: 15vw;
  font-family: Hauora;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.35;
  display: flex;
}

.flex-ticker {
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.social-icons-wrapper {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.link-social {
  background-image: linear-gradient(#1b1b1b, #141414);
  border-radius: 12px;
  flex: 1;
  order: 1;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  transition: padding-bottom .2s, background-color .2s;
  display: flex;
}

.link-social:hover {
  background-color: #fff;
  padding-bottom: 10px;
}

.link-social.small {
  flex: none;
  justify-content: flex-start;
  height: 45px;
  min-height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.link-social.small:hover {
  background-color: #112264;
  padding-bottom: 0;
}

.blog-link-wrapper {
  width: 100%;
  text-decoration: none;
}

.overflow-wrapper {
  position: relative;
  overflow: hidden;
}

.overflow-wrapper.wide-image {
  width: 100%;
  height: 100vh;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
}

.overflow-wrapper.image {
  border-radius: 32px;
  width: 100%;
  height: 100%;
  max-height: 700px;
}

.overflow-wrapper.image-product {
  border-radius: 20px;
  width: 100%;
  height: 30vh;
  min-height: 340px;
}

.overflow-wrapper.image-post {
  height: 45vh;
  min-height: 525px;
}

.overflow-wrapper.image-post.header {
  height: 65vh;
}

.overflow-wrapper.image-contact {
  border-radius: 48px;
  height: 65vh;
  margin-bottom: 35px;
}

.wrapper-sticky {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.wrapper-sticky.blog {
  top: 50px;
}

.label {
  color: #292828d9;
  font-weight: 400;
}

.label.text-bold {
  font-weight: 600;
}

.text-black-opacity {
  color: #3a3a3ab3;
}

.checkout-form {
  background-color: #ebf0f7;
}

.wrapper-header {
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-logo-back {
  height: 32px;
}

.wrapper-link-back {
  grid-column-gap: 32px;
  color: #464646;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 10px;
  padding: 14px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #0000001a;
}

.wrapper-link-back:hover {
  color: #6411ff;
}

.paypal-checkout-form, .order-confirmation {
  background-color: #0000;
}

.wrap-form-checkout {
  color: #000000d9;
  border-radius: 12px;
  overflow: hidden;
}

.main-richtext h2 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-richtext p {
  color: #a7a7a7b3;
  margin-bottom: 35px;
  font-weight: 400;
}

.main-richtext blockquote {
  border-style: none none none solid;
  border-left-width: 2px;
  border-left-color: var(--medium-purple);
  color: #fff;
  background-color: #0000;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 5px 60px 5px 38px;
  font-weight: 400;
  line-height: 1.4;
}

.main-richtext h4 {
  color: #fff;
}

.container-wrapper {
  width: 100%;
}

.container-wrapper.p-header {
  padding-top: 12em;
  padding-bottom: 6em;
}

.content-grid {
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: start;
  width: 100%;
  height: 100%;
}

.content-grid.gap-short {
  grid-row-gap: 5px;
  align-content: start;
  align-items: stretch;
}

.image-features {
  width: 100%;
  max-width: none;
  height: 85%;
}

.loader {
  z-index: 9999;
  background-color: #2c2c2c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.loader-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.progress-bar-wrapper {
  background-color: #4949494d;
  border-radius: 20px;
  width: 350px;
  height: 6px;
  margin-top: 52px;
  margin-bottom: 52px;
  overflow: hidden;
}

.progress-bar {
  background-color: var(--medium-purple);
  width: 100%;
  height: 6px;
}

.licenses-image-wrapper {
  height: 180px;
  min-height: auto;
  overflow: hidden;
}

.heading-style-guide {
  align-items: center;
  margin-top: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.styleguide-color-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.color-swatch {
  background-color: #363636;
  height: 120px;
  margin-bottom: 25px;
}

.color-swatch.bg-dark-gray {
  background-color: #1b1b1b;
}

.styleguide-elements {
  height: auto;
  margin-bottom: 10px;
}

.label-styleguide {
  color: #a5a5a5;
}

.grid-style-guide {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.grid-style-guide.inner-padding-xsmall {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 2fr;
  align-content: start;
  align-items: start;
}

.line {
  background-color: #d4d4d4;
  flex: 1;
  height: 1px;
  margin-left: 10px;
}

.row-changelog {
  border: 1px solid #ddd;
  width: 100%;
  padding: 20px 25px;
}

.home-link-grid {
  color: #d3d3d3;
  background-color: #333;
  border-radius: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 25px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.home-link-grid:hover {
  color: #fff;
  background-color: #4d4d4d;
  box-shadow: 0 1px 1px #00000026;
}

.textarea-message {
  background-color: #292929;
  border: 2px solid #292929;
  border-radius: 4px;
  min-height: 180px;
  padding-top: 12px;
  padding-left: 16px;
  font-size: 18px;
}

.textarea-message::placeholder {
  color: #a3a3a3;
}

.success {
  color: #313d17;
  background-color: #c4f85c;
}

.error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-locker {
  height: 55px;
}

.more-images {
  width: 100%;
  margin-bottom: 45px;
}

.out-stock {
  color: #b6b6b6d9;
  background-color: #575757;
  border-radius: 4px;
}

.quantity-field {
  background-color: #464646;
  border-color: #464646;
}

.inner-icon {
  max-height: 42px;
}

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

.grid-bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
}

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

.mobile-image {
  max-height: 50vh;
}

.mobile-image.large {
  max-height: 120vh;
}

.content-wrapper-page {
  grid-row-gap: 1.8em;
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  display: flex;
  position: relative;
}

.content-wrapper-page.s {
  width: 500px;
}

.content-wrapper-page.c {
  text-align: center;
  border-style: none;
  align-items: center;
  width: 100%;
}

.content-wrapper-page.side-padding {
  padding-left: 6em;
  padding-right: 6em;
}

.content-wrapper-page.min {
  max-width: 32em;
}

.content-wrapper-page.no-gap {
  grid-row-gap: 0em;
  align-items: center;
}

.grid-row {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.text-ticker {
  font-family: Generalsans;
  font-size: 12px;
  font-weight: 500;
}

.scrib {
  background-image: url('../images/scribble-3_1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.brand {
  height: 42px;
  padding-bottom: 0;
  padding-right: 35px;
}

.inner-bg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.width-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.column-product-card {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
  position: relative;
}

.half-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.small-column {
  grid-column-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  width: 100%;
}

.bullet-check {
  margin-top: 5px;
}

.grid-mosaic {
  grid-template-rows: 1fr 1fr;
  height: 100%;
}

.header-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 45vh;
  padding-top: 5vh;
  display: flex;
}

.topnav-button {
  background-color: var(--lavender);
  color: #272727;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.topnav-button:hover {
  color: #000;
  background-color: #a29ef8;
}

.topnav-button.black {
  color: #fff;
  background-color: #222;
  font-family: Pretendard Regular;
  font-weight: 600;
}

.text-opacity {
  color: #0a195373;
}

.grid-row-wrapper {
  z-index: 3;
  background-color: #222;
  background-image: linear-gradient(149deg, #00000080, #2220);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px #ffffff1a, 0 15px 35px #00000012;
}

.contain-image {
  flex: 0 auto;
  width: 100%;
  height: auto;
}

.full-page {
  position: relative;
}

.link-wrap {
  color: #1b1b1b;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-wrap:hover {
  color: #464646;
  padding-right: 0;
}

.grid-hero-mosaic {
  grid-column-gap: 2vw;
  white-space: nowrap;
  flex: none;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: auto;
  min-width: 60vw;
  min-height: auto;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.inner-nav-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.callout-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  display: flex;
  position: relative;
}

.square-wrapper {
  height: 25vh;
  min-height: auto;
  position: relative;
}

.device-hero-wrapper {
  width: 100%;
  height: 100%;
}

.device-hero-wrapper.medium {
  min-height: 125vh;
  padding-left: 5vw;
  overflow: hidden;
}

.device-hero-wrapper.center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.bg-blue-sky {
  background-color: #2590fc;
}

.device-center-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.center-flex-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rotate-right {
  transform: rotate(-25deg);
}

.bg-dark-blue {
  background-color: #141c3f;
}

.inner-section {
  height: 100%;
}

.text-white-opacity-strong {
  color: #ffffff80;
}

.center-flex-wrapper-device {
  perspective: 2000px;
  text-align: center;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6vh;
  padding-bottom: 6vh;
  display: flex;
  position: relative;
  transform: perspective(2000px);
}

.center-flex-wrapper-device.zindex {
  z-index: 5;
}

.center-flex-wrapper-device.bg-color {
  background-color: var(--lavender);
  overflow: hidden;
}

.side-padding {
  padding-left: 2vw;
  padding-right: 2vw;
}

.bg-color {
  background-image: linear-gradient(140deg, #ffcef5, #c8e291);
}

.flex-scrolling {
  display: flex;
  overflow: hidden;
}

.logo-grid-ticker {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.logo-wrap-ticker {
  justify-content: center;
  align-items: center;
  min-width: 200px;
  display: flex;
}

.company-logo {
  object-fit: contain;
  flex: 1;
  width: 100%;
  max-width: 110px;
  max-height: 35px;
}

.callout-box-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  display: flex;
  position: relative;
}

.callout-box-wrapper.blogpost {
  padding-bottom: 45px;
  padding-left: 46px;
  padding-right: 46px;
}

.text-price {
  color: #ffffffb3;
  font-weight: 400;
}

.thumb-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.grid-dropdown {
  grid-template-rows: auto;
  padding: 12px;
}

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

.cover-image.rev {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.link.text-white:hover {
  color: #b1b1b1;
}

.link.text-cyan {
  color: #7d98cf;
}

.link.text-cyan:hover {
  color: #c9d6f0;
}

.collection-list-blog {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-contact {
  grid-column-gap: 26px;
  grid-template-rows: auto;
}

.outline-hover {
  background-color: #fff;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.uppercase-large {
  color: var(--lavender);
  letter-spacing: -.03em;
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: RethinkSans, sans-serif;
  font-size: 11em;
  font-weight: 400;
  line-height: .84;
}

.inner-card-center {
  grid-row-gap: 1.6em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  min-height: auto;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.rounded-block {
  background-color: #f5a79e;
  border: 1px #000;
  border-radius: 16px;
  padding: 4em;
}

.circular-ticker-wrapper {
  width: 100%;
  display: flex;
}

.circular-inner {
  grid-column-gap: 1vw;
  flex: 1;
  align-items: center;
  padding-left: 1vw;
  display: flex;
}

.circular-wrap {
  border-radius: 100%;
  flex: none;
  width: 14em;
  height: 14em;
  overflow: hidden;
}

.circular-wrap.s {
  width: 10em;
  height: 10em;
}

.cover-image-2 {
  aspect-ratio: 1;
  object-fit: fill;
  border-radius: 24px;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  padding: 2em 4em;
  position: relative;
}

.circular-inner-reverse {
  grid-column-gap: 1vw;
  flex: 1;
  padding-left: 1vw;
  display: flex;
}

.inner-square {
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.square-rail {
  grid-row-gap: 4em;
  flex-direction: column;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.square-wrap {
  color: var(--medium-purple);
  background-color: #FFFFFF;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 200px;
  display: flex;
  overflow: hidden;
}

.gap-s {
  grid-row-gap: 4em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #111;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  padding-top: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-tag {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.bullet-icon {
  background-color: #FFFFFF;
  border-radius: 100%;
  width: 9px;
  height: 9px;
}

.text-tag {
  color: var(--lavender);
  text-transform: uppercase;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.callout-wrapper-copy {
  z-index: 2;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  min-height: auto;
  display: flex;
  position: relative;
}

.spinner-wrapper {
  flex-direction: column;
  flex: none;
  width: auto;
  height: 100%;
  display: block;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.spinner-container {
  border-radius: 100%;
  width: 80vw;
  height: 80vw;
  position: relative;
}

.spinner-column {
  perspective: 2000px;
  flex-direction: column;
  justify-content: space-between;
  width: 20vw;
  height: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.spinner-column._45-rev {
  perspective: 2000px;
  transform: rotate(-45deg);
}

.spinner-column._45 {
  perspective: 2000px;
  transform: rotate(45deg);
}

.spinner-column._90 {
  perspective: 2000px;
  transform: rotate(90deg);
}

.spinner-card {
  z-index: 3;
  border-radius: 40px;
  width: 100%;
  height: 25vw;
  position: relative;
  overflow: hidden;
}

.spinner-card.f {
  transform: rotate(180deg);
}

.uppercase-medium {
  transform-origin: 50% 100%;
  color: #fff;
  letter-spacing: -.01em;
  text-transform: none;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: RethinkSans, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
}
h1.uppercase-medium{
  font-size: 8vh;
  font-weight: 800;
}

.uppercase-medium.ch {
  max-width: 18ch;
}

.text-span-2 {
  font-family: Generalsans;
  font-size: 5rem;
  font-weight: 400;
}

.spinner-hero {
  z-index: 3;
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-m {
  color: #e0e0e099;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: RethinkSans, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}

.hero-header-wrapper {
  grid-row-gap: 2.5em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12em;
  display: flex;
  overflow: hidden;
}

.hero-header-wrapper.top {
  min-height: 100svh;
}

.heading-xl-wrapper {
  grid-row-gap: 35px;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1580px;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
}

.sub-hero-section {
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-bottom: 16em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-circular-wrapper {
  background-color: #5e5e5e;
  border-radius: 100%;
  width: 8em;
  height: 8em;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.heading-xl-container {
  grid-row-gap: 6em;
  flex-direction: column;
  align-items: center;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10em;
  padding-right: 10em;
  display: flex;
  position: relative;
}

.hero-oval-s-wrapper {
  background-color: #5e5e5e;
  border-radius: 200px;
  width: 14em;
  height: 22em;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.hero-circular-s-wrapper {
  background-color: #5e5e5e;
  border-radius: 100%;
  width: 8em;
  height: 8em;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.hero-oval-wrapper {
  background-color: #5e5e5e;
  border-radius: 200px;
  width: 20em;
  height: 12em;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.tile-block {
  grid-row-gap: 8em;
  background-color: #1d1d1d;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 47%;
  order: 1;
  padding: 60px;
  display: flex;
}

.tile-block.inner-image {
  padding: 0;
  overflow: hidden;
}

.grid-heading {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.bullet {
  background-color: #747474;
  border-radius: 200px;
  width: 12px;
  height: 12px;
}

.paragraph-l {
  color: #747474;
  font-family: RethinkSans, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.2;
}

.tile-content {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.tile-content.min {
  max-width: 18em;
}

.title-section-inner {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.grid-tiles {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.tile-block-flip {
  grid-row-gap: 48px;
  perspective: 2000px;
  text-align: center;
  background-color: #1d1d1d;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 47%;
  order: 1;
  justify-content: space-between;
  align-items: center;
  padding: 48px 24px 24px;
  display: flex;
}

.flip-card-wrapper {
  perspective: 2000px;
  width: 100%;
  height: 36em;
  position: relative;
}

.flip-card-front {
  z-index: 3;
  grid-row-gap: 32px;
  box-shadow: none;
  color: #000000d9;
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36em;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.flip-card-back {
  z-index: 2;
  text-align: left;
  transform-style: preserve-3d;
  background-color: #2e2e2e;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 36em;
  padding: 42px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.main-paragraph-w {
  color: #ffffff78;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: RethinkSans, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.5;
}

.main-paragraph-w.short {
  max-width: 40ch;
}

.rounded-h-wrapper {
  grid-column-gap: 16px;
  display: flex;
}

.callout-wrapper-l {
  z-index: 2;
  grid-row-gap: 3em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80em;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.main-spin {
  justify-content: center;
  align-items: center;
  width: 80em;
  height: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.spin-wrapper {
  width: 100%;
  height: 38em;
  position: relative;
  overflow: hidden;
}

.img-logo-rotate {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-logo-rotate.r45 {
  transform: rotate(-45deg);
}

.img-logo-rotate.rotate-45 {
  transform: rotate(45deg);
}

.s-row-h {
  justify-content: space-between;
  width: 80em;
  height: 15em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 50% 0% 0% 0;
  transform: translate(0, -50%);
}

.s-row-h.medium {
  height: 22em;
}

.s-row {
  flex-direction: column;
  justify-content: space-between;
  width: 15em;
  height: 80em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0 0% 0%;
}

.s-row._90 {
  transform: rotate(45deg);
}

.s-row._180 {
  transform: rotate(-45deg);
}

.s-row.medium {
  width: 22em;
}

.spin-icon {
  background-color: #1b1b1b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  display: flex;
  overflow: hidden;
}

.spin-icon.medium {
  width: 22em;
  height: 22em;
}

.uppercase-regular {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: RethinkSans, sans-serif;
  font-size: 4.4em;
  font-weight: 400;
  line-height: 1;
}

.grid-footer {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.uppercase-xxl {
  color: var(--lavender);
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: RethinkSans, sans-serif;
  font-size: 24em;
  font-weight: 400;
  line-height: .84;
  display: flex;
}

.spinner-hero-wrap {
  flex: none;
  width: 100%;
  height: 70vh;
  max-height: 560px;
}

.flex-scrolling-copy {
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
  overflow: hidden;
}

.list-item {
  padding-top: 3px;
  padding-bottom: 3px;
}

.spin-wrapper-side {
  flex: none;
  width: 50vw;
  height: 80em;
  position: relative;
  right: -2.5vw;
  overflow: hidden;
}

.spin-section {
  grid-column-gap: 4em;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.spin-section.base {
  padding-bottom: 16em;
}

.spin-section.over {
  background-color: #f5a79e;
  border-radius: 24px;
  max-width: 1680px;
  height: 48em;
  margin-left: auto;
  margin-right: auto;
}

.spin-section.padding {
  padding-top: 8em;
  padding-bottom: 8em;
}

.half-section {
  flex: none;
  justify-content: flex-end;
  width: 50vw;
  display: flex;
}

.half-section.full {
  width: auto;
  padding-left: 6em;
}

.cta-heading-wrapper {
  align-items: center;
  width: 660px;
  display: flex;
}

.spin-wrapper-center {
  flex: none;
  width: 100%;
  height: 80em;
  position: relative;
  overflow: hidden;
}

.spin-heading-wrapper {
  z-index: 6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22vw;
  max-width: 680px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-wrapper-bottom {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-2-col {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  width: 100%;
}

.grid-2-col.grid-gap {
  grid-column-gap: 80px;
}

.combo-img-wrapper {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  max-height: 880px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.fr-image-02 {
  z-index: 2;
  background-color: #000;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.fr-image-05 {
  z-index: 5;
  background-color: #000;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.fr-image-03 {
  z-index: 3;
  background-color: #000;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.fr-image-01 {
  background-color: #111;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.fr-image-01-reverse {
  z-index: 5;
  background-color: #111;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.fr-image-04 {
  z-index: 4;
  background-color: #000;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.section-hero-inner-exp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 48em;
  padding-bottom: 48em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-wrapper-min {
  text-align: center;
  max-width: 50em;
}

.heading-stats-wrapper {
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fg-01 {
  background-color: #d33939;
  border-radius: 20px;
  width: 12em;
  height: 12em;
  position: absolute;
  inset: 25% auto auto 5%;
  overflow: hidden;
}

.fg-02 {
  background-color: #d33939;
  border-radius: 200px;
  width: 15em;
  height: 15em;
  position: absolute;
  inset: auto auto 0% 25%;
  overflow: hidden;
}

.fg-03 {
  background-color: #d33939;
  border-radius: 200px;
  width: 20em;
  height: 10em;
  position: absolute;
  inset: 17% 18% auto auto;
  overflow: hidden;
}

.fg-04 {
  background-color: #d33939;
  border-radius: 32px;
  width: 18em;
  height: 18em;
  position: absolute;
  inset: auto auto 0% 65%;
  overflow: hidden;
}

.fg-05 {
  background-color: #d33939;
  border-radius: 400px;
  width: 12em;
  height: 12em;
  position: absolute;
  inset: 40% auto auto 85%;
  overflow: hidden;
}

.box-wrapper-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #1d1d1d;
  border-radius: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  padding: 2.5em;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px #3339;
}

.box-wrapper-grid.center {
  grid-row-gap: 2em;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
}

.box-wrapper-grid.large {
  min-height: 35em;
  padding: 48px;
}

.small {
  font-size: 1.2em;
}

.quote-card {
  grid-row-gap: 24px;
  background-color: #e98080;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4em 6em;
  display: flex;
}

.quote-card.lav {
  text-align: center;
  background-color: #a698e0;
  align-items: center;
}

.quote-card.l {
  padding-top: 6em;
  padding-bottom: 6em;
}

.quote-card.gradient-reverse {
  box-shadow: none;
}

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

.section-hero-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.section-hero-inner.s {
  height: auto;
  padding-top: 12em;
  padding-bottom: 6em;
}

.header-c-wrapper {
  z-index: 3;
  perspective: 2000px;
  height: 45vh;
  position: sticky;
  top: 0;
}

.header-c-wrapper.absolute {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-flip-wrap {
  perspective: 2000px;
  transform-style: preserve-3d;
  width: 20em;
  height: 20em;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: none;
}

.c-flip-wrap._02 {
  z-index: 4;
  width: 12em;
  height: 12em;
  inset: auto 0% 8rem 14%;
}

.c-flip-wrap._01 {
  width: 16em;
  height: 16em;
  top: 5em;
  left: 5%;
}

.c-flip-wrap._03 {
  width: 18em;
  height: 18em;
  inset: 10em 5% auto auto;
}

.c-flip-wrap._04 {
  width: 16em;
  height: 16em;
  inset: auto 14% 6rem auto;
}

.c-flip-front {
  z-index: 3;
  color: #000000d9;
  text-align: left;
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: translate3d(0, 0, 1px);
}

.c-flip-back {
  z-index: 2;
  background-color: #ff5b5b;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.header-ticker-inner {
  grid-column-gap: 24px;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.footer-cell {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-inner {
  justify-content: center;
  width: 100%;
  display: flex;
}

.footer-divider {
  background-color: #ddd;
  width: 100%;
  height: 1px;
  margin-top: 4em;
  margin-bottom: 4em;
}

.footer-wrapper {
  width: 100%;
}

.slider-wrapper {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.page-gap {
  grid-row-gap: 6em;
  flex-direction: column;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.mid-container {
  z-index: 2;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: auto;
  display: flex;
  position: relative;
}

.square-image-grid {
  border-radius: 36px;
  height: 36em;
  display: flex;
  overflow: hidden;
}

.square-image-grid.auto {
  background-color: #e5a5d9;
  height: 100%;
  padding: 42px;
}

.rounded-flex {
  background-color: #222;
  border-radius: 32px;
  overflow: hidden;
}

.circle-xsmall {
  background-color: #464242;
  border-radius: 200px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.grid-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.card-wrapper {
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-wrapper.bb {
  background-color: #272727;
}

.card-wrapper.flip {
  perspective: 2000px;
  background-color: #272727;
  height: 100%;
  min-height: auto;
  overflow: visible;
}

.card-flex {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 48px;
  display: flex;
}

.card-flex.center {
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.paragraph-small {
  color: #FFFFFFf5;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: RethinkSans, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph-small.lig {
  color: #e6e6e68f;
  letter-spacing: 0;
  font-family: Pretendard Regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-small.footer {
  color: #535353cc;
  font-size: 1.6em;
}

.paragraph-small.max-width-50 {
  max-width: 50ch;
}

.paragraph-small.max-width-70 {
  max-width: 70ch;
}

.ticker-card-wrapper {
  flex: none;
  width: 100%;
  padding-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.circle-small {
  background-color: #d8d8d8;
  border-radius: 300px;
  flex: none;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.grid-inner {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.span-white {
  color: #fff;
  font-weight: 400;
}

.overflow-heading {
  padding: 2px 5px;
  overflow: hidden;
}

.overflow-heading.l {
  text-align: left;
}

.tag-wrapper {
  grid-column-gap: 8px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #FFFFFF50;
  border-radius: 5px;
  align-items: center;
  padding: 8px;
  font-family: RethinkSans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.bullet-icon-purple {
  background-color: var(--medium-purple);
  border-radius: 200px;
  width: 8px;
  height: 8px;
}

.footer-wrapper-links {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: space-between;
  display: flex;
}

.box-wrapper-h {
  grid-row-gap: 6em;
  background-color: #e98080;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  padding: 6em;
  display: flex;
  position: relative;
}

.s-guide {
  background-color: #111;
  padding-top: 14em;
}

.container-style-guide {
  grid-row-gap: 70px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 54px 46px;
  display: flex;
}

.alt {
  color: #ff5d5d;
  text-transform: uppercase;
  background-color: #ff191938;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 29px;
  font-family: Pretendard Bold;
  font-size: 16px;
  font-weight: 700;
}

.inner-ccc {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.short-gap {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  flex-direction: column;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.text-black {
  color: #000;
  font-family: Pretendard;
}

.min-width {
  max-width: 50ch;
}

.gap-xs {
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.gap-m {
  grid-row-gap: 6em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.gap-l {
  grid-row-gap: 12em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.gap-header {
  grid-row-gap: 2em;
  border: 1px dashed var(--chartreuse);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
}

.placeholder {
  background-color: #ff050580;
  border: 1px solid #ff3434;
  border-radius: 12px;
  width: 80px;
  height: 80px;
  margin-left: 12px;
  margin-right: 12px;
}

.rounded-ticker-block {
  perspective: 2000px;
  text-align: center;
  background-color: #e03d54;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 45em;
  padding-top: 6vh;
  padding-bottom: 6vh;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(2000px);
}

.rounded-ticker-block.bg-gray {
  background-color: #1d1d1d;
  box-shadow: 0 -1px #ffffff1a;
}

.rounded-ticker-block.bg-gray.center {
  justify-content: center;
}

.block-wrapper-content {
  border-radius: 48px;
  align-items: center;
  height: 45em;
  display: flex;
  overflow: hidden;
}

.block-wrapper-content.full {
  height: 100%;
}

.block-wrapper-content.full.bg-color {
  flex: 0 auto;
  width: 50%;
}

.icon-m {
  height: 38px;
}

.rounded-heading {
  background-color: var(--lavender);
  color: #1d1d1d;
  letter-spacing: -.035em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 24px;
  padding: 43px 57px;
  font-family: Pretendard;
  font-size: 2em;
  font-weight: 600;
}

.rounded-heading._02 {
  background-color: var(--medium-purple);
}

.rounded-heading._03 {
  background-color: #e9a2a2;
}

.container-w {
  background-image: linear-gradient(299deg, var(--lavender), #cab490);
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  height: 60em;
  padding-top: 10em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-flip {
  background-color: #f83232;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-flip.front {
  z-index: 4;
  transform-style: preserve-3d;
  overflow: hidden;
  transform: translate3d(0, 0, 1px);
}

.card-flip.back {
  z-index: 3;
  background-color: #3590ff;
  overflow: hidden;
}

.card-inner-flip {
  z-index: 5;
  perspective: 2000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.center-user {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.overflow {
  overflow: hidden;
}

.ticker-vertical-w {
  flex-direction: column;
  height: 16em;
  display: flex;
  overflow: hidden;
}

.block-bg {
  background-color: var(--lavender);
  background-image: linear-gradient(151deg, #ffcaa1, var(--lavender));
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50em;
  display: flex;
  overflow: hidden;
}

.flip-content-front {
  z-index: 1;
  grid-row-gap: 6em;
  transform-style: preserve-3d;
  background-color: #e98080;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 1px);
}

.flip-wrapper {
  perspective: 2000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.inner-flip {
  height: 100%;
  position: relative;
}

.flip-content-back {
  grid-row-gap: 6em;
  transform-style: preserve-3d;
  background-color: #3b3c44;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-button {
  z-index: 100;
  transform-style: preserve-3d;
  background-color: #fff3;
  background-image: url('../images/add_48dp_FILL0_wght300_GRAD0_opsz48.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: auto 25px 25px auto;
  transform: translate3d(0, 0, 1px);
}

.card-inner-header {
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3em 3em 0;
  display: flex;
}

.card-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.card-inner-bg {
  grid-row-gap: 12px;
  text-align: center;
  background-color: #f5a79e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12em 3em 16em;
  display: flex;
}

.card-inner-ticker {
  height: auto;
  padding-top: 4em;
  padding-bottom: 12em;
  overflow: hidden;
}

.card-inner-top {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.card-inner-3d-wrap {
  perspective: 2000px;
  width: 100%;
  height: 100%;
  padding-left: 4em;
  padding-right: 4em;
  position: relative;
}

.square-image-l {
  background-color: #2eff9e;
  border-radius: 32px;
  width: 8em;
  height: 8em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.square-image-m {
  background-color: #9122f1;
  border-radius: 32px;
  width: 10em;
  height: 10em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 40px 40px;
  overflow: hidden;
}

.square-image-s {
  background-color: #22f1dd;
  border-radius: 20px;
  width: 12em;
  height: 12em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 100px 100px;
  overflow: hidden;
}

.card-inner-image {
  perspective: 2000px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.card-inner-c {
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 2em 5em 4em 3em;
  display: flex;
}

.center-flex-wrapper-copy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.card-inner-b {
  z-index: 6;
  justify-content: flex-start;
  align-items: flex-start;
  height: 24em;
  padding: 2em 3em 0;
  display: flex;
  position: relative;
}

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

.flex-cards {
  grid-column-gap: 2em;
  flex-wrap: nowrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-close {
  z-index: 100;
  transform-style: preserve-3d;
  background-color: #fff3;
  background-image: url('../images/add_48dp_FILL0_wght300_GRAD0_opsz48.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: auto 25px 25px auto;
  transform: rotate(45deg)translate3d(0, 0, 1px);
}

.inner-column-right {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 6em;
  display: flex;
}

.walsh-cover-image {
  object-fit: fill;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-quote-image {
  opacity: .26;
  height: 56px;
}

.walsh-info-wrap {
  text-align: center;
}

.walsh-quote-image-wrapper {
  border-radius: 24px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 44em;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 25px #0003;
}

.walsh-rounded-box-banner {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #272727;
  border-radius: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.inner-column-left {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  height: auto;
  padding: 4em 0 4em 4em;
  display: flex;
}

.walsh-profile-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-circle-image {
  background-color: #fce0d2;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  padding: 5px;
  overflow: hidden;
}

.walsh-center-h-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-info-wrap-center {
  text-align: center;
}

.walsh-image-logo {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-heading-small-white {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.walsh-text-small-white {
  color: #7d7d7d;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-profile-v-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-cta-h-wrapper {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-container-padding-medium {
  z-index: 2;
  border-radius: 32px;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 20px;
  position: relative;
}

.rounded-section {
  perspective: 2000px;
  padding-left: 32px;
  padding-right: 32px;
}

.h-flex {
  grid-column-gap: 120px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-link-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.close-button {
  background-image: url('../images/add_48dp_FILL0_wght300_GRAD0_opsz48.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 60px;
  height: 60px;
  position: relative;
  right: -12px;
}

.faq-content {
  background-color: #2727275c;
  border-radius: 16px;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
}

.faq-inner {
  width: 100%;
  padding-bottom: 48px;
}

.text-block {
  background-color: var(--medium-aquamarine);
  text-transform: uppercase;
  background-image: linear-gradient(117deg, #aa7ea7, #599cd6);
  border-radius: 6px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px 8px 4px;
  font-family: Pretendard Bold;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  inset: 0% 0% auto auto;
}

.plan-wrapper {
  grid-row-gap: 3em;
  background-color: #27272799;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  padding: 48px;
  display: flex;
  position: relative;
}

.plan-wrapper.highlight {
  border: 2px solid #888bbb;
  flex-flow: row;
  margin-top: -5.5em;
}

.plan-wrapper.fsb {
  flex-flow: row;
  min-height: 0;
  margin-top: -5.5em;
}

.inner-box-wrapper {
  padding-right: 32px;
}

.inner-box-wrapper.side-padding {
  padding-left: 32px;
  padding-right: 32px;
}

.rounded-image-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.inner-rounded-image {
  grid-column-gap: 3em;
  justify-content: center;
  height: 100%;
  padding-bottom: 12em;
  display: flex;
}

.rounded-img-w {
  z-index: 48;
  background-color: #ebff14;
  border-radius: 48px;
  flex: none;
  width: 100vw;
  max-width: 1680px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rounded-img-w._01 {
  transform-origin: 100%;
}

.rounded-img-w._02, .rounded-img-w._03 {
  transform-origin: 0%;
}

.inner-card {
  background-color: #2c2c2c;
  background-image: linear-gradient(135deg, #050505cc, #1d1d1d);
  border-radius: 32px;
  box-shadow: inset 1px 1px #ffffff1a;
}

.inner-card.l {
  grid-row-gap: 4em;
  flex-direction: column;
  align-items: center;
  height: auto;
  min-height: 55em;
  display: flex;
}

.inner-card.m {
  grid-row-gap: 4em;
  flex-direction: column;
  align-items: center;
  height: auto;
  min-height: 30em;
  display: flex;
}

.inner-card.bg-m {
  grid-row-gap: 4em;
  background-image: linear-gradient(to bottom, var(--plum), var(--plum));
  flex-direction: column;
  align-items: center;
  height: auto;
  min-height: 30em;
  display: flex;
}

.card-wrap-l {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.inner-card-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 38ch;
  padding-top: 6em;
  display: flex;
}

.inner-card-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-6 {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -30% 0% auto;
}

.paragraph-xs {
  color: #e6e6e68f;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Pretendard Regular;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

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

.image-7 {
  height: 100%;
}

.full-page-wrapper {
  grid-column-gap: 32px;
  width: 100%;
  height: 100vh;
  padding: 32px;
  display: flex;
}

.sign-up-wrapper {
  flex: 1;
  width: 100%;
  max-width: 35vw;
  margin-left: auto;
  margin-right: auto;
}

.form-w {
  width: 100%;
}

.square-wrapper-scroll {
  grid-column-gap: 5vh;
  perspective: 1200px;
  perspective-origin: 50% 0;
  border-radius: 32px;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-move-01, .hero-move-02 {
  perspective: 2000px;
  transform-origin: 50% 0;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.hero-move-03 {
  perspective: 2000px;
  perspective-origin: 50% 0;
  transform-origin: 50% 100%;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.hero-move-04 {
  perspective: 2000px;
  transform-origin: 50% 100%;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.hero-move-05 {
  perspective: 2000px;
  transform-origin: 50% 0;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40vh;
  height: 40vh;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.track {
  flex-direction: column;
  align-items: flex-start;
  height: 400vh;
  display: flex;
}

.track.l {
  justify-content: space-between;
  height: 450vh;
}

.track.xl {
  z-index: 3;
  justify-content: space-between;
  height: auto;
  position: relative;
}

.inner-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.inner-track.top {
  justify-content: flex-start;
  overflow: hidden;
}

.fixed-content-wrapper {
  width: 100%;
  max-width: 980px;
  min-height: 600px;
  position: relative;
}

.content-scroll-wrap, ._2-content-scroll-wrap, ._3-content-scroll-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pricing-wrapper {
  grid-row-gap: 6em;
  flex-direction: column;
  display: flex;
}

.circle-icon {
  background-image: url('../images/Group-42.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.list-item-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pan-wrapper {
  grid-column-gap: 2vw;
  justify-content: space-between;
  width: 304vw;
  height: auto;
  display: flex;
  position: relative;
  bottom: auto;
  right: auto;
}

.pan-flex {
  grid-row-gap: 2vw;
  flex-direction: column;
  flex: none;
  width: 100vw;
  display: flex;
}

.pan-image-wrapper {
  background-color: #ffba24;
  border-radius: 3vw;
  flex: none;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.sub-heading-wrapper {
  z-index: 5;
  width: 100%;
  height: 100vh;
  position: relative;
}

.wrap-short {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60em;
  display: flex;
}

.gradient {
  background-image: linear-gradient(126deg, #00000080, #27272700);
  box-shadow: inset 1px 1px #ffffff1a;
}

.rounded-col {
  perspective: 2000px;
  text-align: center;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(2000px);
  box-shadow: 0 15px 20px #0003;
}

.rounded-col.bg-color {
  background-color: var(--lavender);
  background-image: url('../images/Group-43-2.png');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.wrapper-s {
  grid-row-gap: 24em;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64em;
  padding-bottom: 24em;
  display: flex;
}

.large-padding-wrapper {
  padding-top: 10vh;
}

.bg-gradient {
  background-image: linear-gradient(148deg, #fda395, #8c9ddb);
}

.box-wrapper-page {
  grid-row-gap: 1.8em;
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  padding: 8em 6.5em;
  display: flex;
  position: relative;
}

.gradient-reverse {
  background-image: linear-gradient(52deg, #08080880, #27272773);
  box-shadow: inset 1px -1px #ffffff1a;
}

.link-2 {
  color: silver;
}

.h-wrapper {
  perspective: 2000px;
  width: 100%;
}

.grid-image-wrapper {
  perspective: 2000px;
  text-align: center;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(2000px);
}

.grid-image-wrapper.box {
  padding: 4em 2em;
}

.block-wrapper-content-center {
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45em;
  display: flex;
  overflow: hidden;
}

.figma-logo-wrapper {
  background-color: #1b1b1b;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px;
  display: flex;
  box-shadow: 0 2px 2px #0000001a;
}

.figma-logo {
  height: 22px;
}

.figma-badge {
  grid-column-gap: 12px;
  color: #cececed9;
  background-color: #222;
  border-radius: 12px;
  align-items: center;
  padding: 15px 24px 15px 16px;
  display: flex;
}

.banner-figma {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.banner-inner {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  text-align: left;
  align-items: center;
  display: flex;
}

.banner-logo {
  height: 32px;
}

.banner-text {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.banner-button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #111;
  border: 1px solid #dadada;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 19px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 1px #0000000f;
}

.banner-button-outline:hover {
  box-shadow: none;
  color: #111;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.image-72 {
  width: 16px;
}

.divider {
  background-color: #e03d54;
  height: 10em;
}

.underline {
  text-decoration: underline;
}

.from {
  font-size: 20px;
}

.pricing-top {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.footer-logo {
  width: 360px;
}

.spinner-gradient {
  background-image: linear-gradient(#1110 10%, #e03d54 83%);
  height: 150px;
  margin-top: -150px;
  position: relative;
}

.menu-item {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  white-space: nowrap;
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 15px 8px 16px;
  font-family: RethinkSans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.menu-item:hover {
  color: #fff;
  background-color: #fff3;
}

.menu-item.black {
  color: #fff;
  background-color: #222;
  font-family: Pretendard Regular;
  font-weight: 600;
}

.divider-small {
  background-color: #e03d54;
  height: 5em;
}

.progress_data-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gauge-module {
  width: 420px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20rem;
  position: relative;
}

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

.hide {
  display: none;
}

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

.gauge_data-container {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  align-items: center;
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: 0%;
}

.guide-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.guide-wrapper.hide {
  display: none;
}

.gauge_circle-3 {
  z-index: 1;
  color: #fff;
  -webkit-text-stroke-color: white;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(90deg);
}

.guide {
  transform: rotate(-18deg);
}

.guide.rotate-90 {
  transform: rotate(72deg);
}

.gauge_circle-1 {
  z-index: 1;
  color: #594ce9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(90deg);
}

.gauge_circle-1.grey {
  color: #1f1f1f;
  -webkit-text-stroke-color: #fff;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-mail {
  height: 20px;
  margin-left: 10px;
}

.icon-mail.opacity {
  opacity: .5;
}

.scale-img {
  border-radius: 8px;
}

.speed-img {
  border-radius: 8px;
  width: 50%;
}

.div-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.process-box {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.content-grid-tablet-reverse {
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: start;
  width: 100%;
  height: 100%;
}

.content-grid-tablet-reverse.gap-short {
  grid-row-gap: 5px;
  align-content: start;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .section.titles {
    min-height: auto;
    padding-top: 0;
  }

  .menu-mobile {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffffff1a;
    border-radius: 200px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 2em;
    height: 2em;
    min-height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 10px 16px;
    display: flex;
    position: relative;
  }

  .nav-li {
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 32px;
  }

  .container {
    flex: 0 auto;
    order: -1;
  }

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

  .container.merch {
    padding-top: 2vh;
  }

  .container.title.product {
    padding-top: 5vh;
  }

  .container.page-gap {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .main-grid.logo-wall {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .main-grid.plan {
    flex-direction: column;
    display: flex;
  }

  .main-grid.pricing-models {
    grid-auto-flow: row dense;
  }

  .content-wrapper.sticky-faq {
    position: relative;
  }

  .inner-padding-xsmall {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .inner-padding-medium {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .hero-grid-header {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
    min-height: auto;
  }

  .grid-rail {
    min-width: 100vw;
    min-height: auto;
  }

  .logos-wrapper {
    width: auto;
  }

  .image-logo {
    max-height: 100px;
  }

  .grid-gallery {
    min-width: 250vw;
    min-height: 30vh;
  }

  .paragraph {
    margin-bottom: 5vh;
  }

  .image-frame {
    width: 35vw;
  }

  .wrappernav {
    position: fixed;
  }

  .navgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-columns: auto 1fr auto;
    justify-content: center;
    align-items: center;
    min-height: 8vh;
    padding-right: 10px;
  }

  .menu-button {
    z-index: 5;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 45px;
    padding: 10px;
    display: flex;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navbar {
    z-index: 5;
  }

  .navbar.white-version {
    background-color: #111;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: var(--lavender);
  }

  .button.outline:hover {
    background-color: #0000;
    border-color: #b3b3b34d;
  }

  .button.color-red:hover {
    background-color: #ff0062;
  }

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

  .button.inline:hover {
    background-color: #0000;
  }

  .grid-buttons {
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .grid-buttons.nav {
    justify-content: center;
    justify-items: center;
    width: 100%;
    padding: 20px;
  }

  .nav-link {
    color: #fff;
    width: 100%;
    padding: 20px;
    font-size: 22px;
    font-weight: 600;
  }

  .nav-link:hover {
    color: #0a1953;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .padding-bottom-small {
    padding-bottom: 4vh;
  }

  .icon-check {
    margin-right: 0;
  }

  .dropdown-toggle {
    color: #fff;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 22px;
    font-weight: 600;
  }

  .box-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-field {
    min-width: auto;
  }

  .form-block {
    padding-right: 0;
  }

  .heading-wrapper {
    text-align: center;
    align-items: center;
  }

  .image-profile-wrapper.large {
    width: 120px;
    height: 120px;
  }

  .logo-footer {
    max-height: 48px;
    margin-bottom: 10px;
  }

  .hero-cta-wrapper {
    max-width: none;
  }

  .nav-menu {
    background-color: #0000;
    padding: 5px;
    inset: 0% auto auto 0%;
  }

  .nav-menu.w--open {
    background-color: #0000;
  }

  .icon.text-white {
    color: #0a1953;
  }

  .frame-image-overflow {
    width: 45vw;
    max-height: 55vh;
  }

  .frame-image-overflow.no-frame {
    width: 35vw;
    max-height: 35vh;
  }

  .hero-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
    min-height: auto;
  }

  .heading-medium {
    font-size: 28px;
  }

  .heading-large {
    font-size: 38px;
    line-height: 1.2;
  }

  .heading-large.xl {
    font-size: 60px;
  }

  .collection-list-news, .collection-list-news._3-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-ticker-images {
    padding-bottom: 0;
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    min-width: auto;
    position: relative;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .collection-list-products {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .product-image-wrapper {
    border-radius: 8px;
    flex: none;
    height: 35vh;
  }

  .inner-grid-cms.vertical {
    grid-row-gap: 24px;
  }

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

  .utility-page-wrap {
    overflow: hidden;
  }

  .dropdown {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
  }

  .main-navbar {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .inner-text-scrolling {
    font-weight: 700;
  }

  .link-social:hover {
    background-color: #0000;
    padding-bottom: 0;
  }

  .overflow-wrapper.signup {
    height: 50vh;
  }

  .wrapper-sticky.blog {
    position: relative;
    top: 0;
  }

  .wrapper-link-back:hover {
    color: #464646;
  }

  .content-grid.gap-short {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: stretch;
    min-height: 300px;
    display: flex;
  }

  .grid-style-guide {
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .home-link-grid {
    border-radius: 4px;
    padding: 20px 10px 15px;
  }

  .home-link-grid:hover {
    background-color: #fff;
  }

  .more-images {
    width: 100%;
  }

  .mobile-image {
    height: 100%;
  }

  .mobile-image.large {
    max-height: 70vh;
  }

  .content-wrapper-page.s, .content-wrapper-page.center-mobile {
    width: 100%;
  }

  .content-wrapper-page.side-padding {
    padding: 48px 32px;
  }

  .brand {
    padding-left: 0;
  }

  .width-wrapper {
    padding: 40px 30px;
  }

  .header-wrapper {
    min-height: 35vh;
    padding-top: 0;
  }

  .topnav-button {
    width: auto;
    padding: 18px 40px;
    font-family: Pretendard;
    font-weight: 400;
  }

  .topnav-button:hover {
    background-color: #80808033;
  }

  .grid-row-wrapper {
    width: 100%;
    max-width: none;
    min-height: 200px;
  }

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

  .full-page {
    display: none;
  }

  .sticky-nav {
    background-color: #fff;
    border-radius: 10px;
    flex: none;
    width: 100%;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .sticky-nav.middle {
    width: 100%;
  }

  .grid-hero-mosaic {
    min-width: 100vw;
    min-height: auto;
  }

  .inner-nav-wrapper {
    border-radius: 2px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    box-shadow: 0 15px 25px -4px #00000012;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .callout-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .device-hero-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .device-hero-wrapper.medium {
    min-height: auto;
  }

  .company-logo {
    max-height: 22px;
  }

  .callout-box-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .collection-list-blog {
    grid-template-columns: 1fr;
  }

  .uppercase-large {
    font-size: 80px;
  }

  .inner-card-center {
    grid-row-gap: 1.8em;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .rounded-block {
    padding: 32px 32px 64px;
  }

  .square-rail {
    grid-row-gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-wrapper-copy {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .callout-wrapper-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .spinner-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

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

  .spinner-card {
    border-radius: 12px;
  }

  .uppercase-medium {
    font-size: 4em;
  }

  .spinner-hero {
    grid-row-gap: 6em;
    flex-wrap: wrap;
    height: auto;
    min-height: auto;
    padding-top: 0;
  }

  .hero-header-wrapper {
    min-height: auto;
    padding-top: 6em;
  }

  .sub-hero-section {
    padding-bottom: 8em;
  }

  .hero-circular-wrapper {
    width: 120px;
    height: 120px;
    left: 35px;
  }

  .heading-xl-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-oval-s-wrapper {
    width: 120px;
    height: 120px;
    left: 35px;
  }

  .hero-circular-s-wrapper, .hero-oval-wrapper {
    width: 120px;
    height: 120px;
    right: 35px;
  }

  .tile-block {
    padding: 30px 30px 40px;
  }

  .grid-heading {
    grid-row-gap: 24px;
    text-align: center;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-l {
    font-size: 4em;
  }

  .tile-content {
    padding-right: 0;
  }

  .title-section-inner {
    text-align: center;
    justify-content: center;
  }

  .grid-tiles {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .tile-block-flip {
    padding: 30px 12px 12px;
  }

  .flip-card-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .flip-card-front {
    position: relative;
  }

  .flip-card-back {
    position: relative;
    transform: none;
  }

  .callout-wrapper-l {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .main-spin {
    width: 80vw;
    height: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .main-spin.xl {
    width: 150vw;
    height: 150vw;
    left: -25vw;
  }

  .spin-wrapper {
    height: 40vw;
  }

  .s-row-h {
    justify-content: space-between;
    width: 80vw;
    height: 20vw;
  }

  .s-row-h.medium {
    height: 20vw;
  }

  .s-row-h.xl {
    width: 150vw;
    height: 30vw;
  }

  .s-row {
    width: 20vw;
    height: 80vw;
  }

  .s-row._90 {
    justify-content: space-between;
    height: 80vw;
  }

  .s-row._180 {
    height: 80vw;
  }

  .s-row.medium {
    width: 20vw;
  }

  .s-row.xl {
    width: 30vw;
    height: 150vw;
  }

  .spin-icon {
    flex: none;
    width: 20vw;
    height: 20vw;
  }

  .spin-icon.medium {
    width: 20vw;
    height: 20vw;
  }

  .spin-icon.xl {
    width: 30vw;
    height: 30vw;
  }

  .uppercase-regular {
    font-size: 36px;
  }

  .grid-footer {
    grid-template-columns: 1fr 1fr;
  }

  .uppercase-xxl {
    font-size: 10em;
  }

  .spinner-hero-wrap {
    height: 40vh;
  }

  .flex-scrolling-copy {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .spin-wrapper-side {
    height: 100vw;
  }

  .spin-wrapper-side.inner {
    width: 100%;
  }

  .spin-section.over {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .half-section {
    justify-content: center;
    width: 100%;
  }

  .half-section.full {
    padding-left: 0;
  }

  .cta-heading-wrapper {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spin-wrapper-center {
    height: 80vw;
  }

  .spin-wrapper-center.xl {
    height: 150vw;
  }

  .spin-heading-wrapper {
    width: 70vw;
  }

  .fg-01, .fg-02, .fg-03, .fg-04, .fg-05 {
    width: 8em;
    height: 8em;
  }

  .box-wrapper-grid {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
  }

  .box-wrapper-grid.large {
    padding-left: 32px;
    padding-right: 32px;
  }

  .quote-card {
    padding: 48px 32px;
  }

  .grid-3-col {
    grid-row-gap: 12px;
  }

  .grid-3-col.plans {
    flex-direction: column;
    display: flex;
  }

  .header-c-wrapper {
    width: 100%;
  }

  .c-flip-wrap {
    width: 25vw;
    height: 25vw;
  }

  .c-flip-wrap._02 {
    width: 25vw;
    height: 25vw;
    left: 15vw;
  }

  .c-flip-wrap._01 {
    width: 32vw;
    height: 32vw;
    left: 5vw;
  }

  .c-flip-wrap._03 {
    width: 25vw;
    height: 25vw;
    top: 4em;
    right: 15vw;
  }

  .c-flip-wrap._04 {
    inset: 76vw 10vw auto auto;
  }

  .header-ticker-inner {
    flex: none;
    justify-content: flex-start;
    align-items: center;
  }

  .mid-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .card-wrapper, .box-wrapper-h {
    flex-direction: column;
    align-items: flex-start;
  }

  .center-mobile {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 24px;
    display: flex;
  }

  .min-width {
    max-width: none;
  }

  .gap-l {
    grid-row-gap: 6em;
  }

  .padding-wrapper {
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .rounded-ticker-block {
    height: 30em;
  }

  .block-wrapper-content {
    height: 25em;
  }

  .block-wrapper-content.full.bg-color {
    flex: 0 auto;
    order: 1;
    width: 100%;
    height: 30em;
  }

  .icon-m {
    height: 48px;
  }

  .flip-content-front {
    flex-direction: column;
    align-items: flex-start;
    min-height: 300px;
    max-height: 300px;
  }

  .flip-wrapper {
    width: 100%;
  }

  .flip-content-back {
    flex-direction: column;
    align-items: flex-start;
    max-height: 300px;
  }

  .card-inner-header {
    max-width: 500px;
    padding: 2em;
  }

  .card-wrap {
    flex-flow: column;
  }

  .card-inner-bg {
    min-width: 100%;
    min-height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-inner-ticker {
    padding-bottom: 6em;
  }

  .card-inner-top {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
  }

  .card-inner-c {
    padding-top: 0;
    padding-bottom: 2em;
    padding-left: 2em;
  }

  .card-inner-b {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-left: 2em;
    padding-right: 0;
  }

  .flex-cards {
    flex-flow: column;
  }

  .inner-column-right {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-quote-image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

  .inner-column-left {
    max-width: none;
    padding: 4em 4em 0;
  }

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-padding-medium {
    flex: 0 auto;
    width: auto;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .h-flex {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .plan-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-6 {
    top: -5vh;
  }

  .full-page-wrapper {
    grid-row-gap: 32px;
    flex-flow: column wrap;
    justify-content: flex-start;
    height: auto;
    position: relative;
  }

  .sign-up-wrapper {
    flex: 0 auto;
    order: -1;
    width: 100%;
    max-width: none;
  }

  .hero-move-01, .hero-move-02, .hero-move-03, .hero-move-04, .hero-move-05 {
    width: 45vw;
    max-height: 55vh;
  }

  .track {
    padding-left: 2em;
    padding-right: 2em;
  }

  .b-padding {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .block-wrapper-content-center {
    height: 25em;
  }

  .menu-item {
    width: auto;
    padding: 12px 24px;
    font-family: RethinkSans, sans-serif;
    font-weight: 400;
  }

  .menu-item:hover {
    background-color: #80808033;
  }

  .scale-img, .speed-img {
    width: 20%;
  }

  .content-grid-tablet-reverse.gap-short {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 300px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
    font-weight: 700;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 18px;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.header, .container.header-width {
    padding-top: 5vh;
  }

  .main-grid {
    grid-row-gap: 36px;
  }

  .inner-padding-xsmall {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .inner-padding-medium {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hero-rail.about-page {
    top: 0;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 1.4;
  }

  .wrappernav {
    top: 1em;
  }

  .navgrid {
    min-height: 75px;
  }

  .form {
    flex-direction: column;
  }

  .button {
    width: auto;
    font-size: 16px;
  }

  .grid-buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: space-around center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .text-field {
    text-align: left;
    margin-bottom: 15px;
  }

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

  .form-block {
    width: 100%;
  }

  .nav-menu, .nav-menu.w--open {
    background-color: #0000;
  }

  .heading-large {
    font-size: 32px;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .product-image-wrapper {
    height: 32vh;
  }

  .product-image-wrapper.home {
    height: 30vh;
  }

  .inner-form {
    flex-direction: column;
  }

  .stats-number.large {
    font-size: 35px;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .inner-ticker {
    align-items: center;
    min-height: auto;
  }

  .link-social {
    flex: 0 20%;
  }

  .overflow-wrapper.image-contact {
    height: 35vh;
  }

  .content-grid.gap-short {
    min-height: 300px;
  }

  .grid-style-guide {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: space-around space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-style-guide.inner-padding-xsmall {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .topnav-button {
    width: 100%;
    font-size: 16px;
  }

  .inner-nav-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding-top: 60px;
  }

  .company-logo {
    max-height: 32px;
  }

  .inner-card-center {
    padding-left: 0;
    padding-right: 0;
  }

  .uppercase-medium {
    font-size: 48px;
  }

  .spinner-hero {
    height: auto;
    padding-top: 0;
  }

  .heading-xl-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .paragraph-l {
    font-size: 32px;
  }

  .grid-footer {
    grid-row-gap: 36px;
  }

  .spinner-hero-wrap {
    height: 35vh;
  }

  .half-section {
    width: 50vw;
  }

  .half-section.full {
    width: 100%;
  }

  .box-wrapper-grid {
    padding: 35px;
  }

  .c-flip-wrap._02 {
    width: 20vw;
    height: 20vw;
    left: 10vw;
  }

  .c-flip-wrap._01 {
    width: 20vw;
    height: 20vw;
  }

  .c-flip-wrap._04 {
    width: 30vw;
    height: 30vw;
    inset: auto 5% 10% auto;
  }

  .card-wrapper, .box-wrapper-h {
    padding: 35px;
  }

  .flip-content-front {
    max-height: 500px;
  }

  .flip-content-back {
    padding: 35px;
  }

  .walsh-quote-image-wrapper {
    margin-bottom: 0;
  }

  .walsh-rounded-box-banner {
    grid-row-gap: 1.5em;
  }

  .inner-column-left {
    padding-top: 4em;
    padding-bottom: 0;
    padding-right: 4em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-container-padding-medium {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .inner-card.l, .inner-card.m, .inner-card.bg-m {
    min-height: auto;
  }

  .inner-card-heading {
    padding-top: 3em;
  }

  .inner-card-content {
    padding-bottom: 3em;
  }

  .box-wrapper-page {
    padding: 64px 32px;
  }

  .banner-text {
    font-size: 24px;
  }

  .menu-item {
    width: 100%;
    padding: 8px 16px;
    font-size: 15px;
  }

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

  .content-grid-tablet-reverse.gap-short {
    min-height: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 1.2;
  }

  h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
  }

  h4 {
    font-size: 14px;
  }

  p {
    font-size: 18px;
    line-height: 1.4;
  }

  .section.padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.baseline {
    padding-top: 6em;
    padding-bottom: 2em;
  }

  .gallery-grid-wrapper {
    min-height: auto;
  }

  .menu-mobile {
    border: 1px solid #ffffff1a;
    justify-content: center;
    align-items: center;
  }

  .container {
    grid-row-gap: 3em;
    flex: 0 auto;
  }

  .container.titles {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container.title.product {
    padding-top: 2vh;
  }

  .container.footer {
    padding-top: 4rem;
    padding-bottom: 3em;
  }

  .container.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    align-content: start;
  }

  .main-grid.inner-padding-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-grid.logo-wall {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .content-wrapper.top-padding {
    padding-top: 0;
  }

  .margin-bottom-small {
    margin-bottom: 35px;
  }

  .inner-padding-xsmall {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .inner-padding-medium {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hero-grid-header {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .title-tag {
    font-size: 12px;
  }

  .grid-rail {
    grid-column-gap: 1.5vw;
    flex: none;
    min-width: auto;
    min-height: auto;
    margin-right: 1.5vw;
    padding-top: .75vw;
    padding-bottom: .75vw;
  }

  .hero-rail {
    align-items: flex-end;
    height: auto;
  }

  .hero-rail.gap {
    flex: 0 auto;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-rail.about-page {
    flex: 0 auto;
    align-items: flex-end;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .logos-wrapper {
    padding: 12px;
  }

  .logos-wrapper.bg {
    border-radius: 6px;
    padding: 24px 0;
  }

  .image-logo {
    max-width: 100%;
    max-height: 90px;
  }

  .grid-gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 2vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh;
    min-width: 300vw;
  }

  .frame-image-hero {
    max-width: none;
  }

  .small-legal-text {
    font-size: 11px;
  }

  .wrapper-heading {
    align-items: center;
  }

  .wrapper-heading.titles {
    padding-top: 14vh;
    padding-bottom: 8vh;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.65;
  }

  .image-frame {
    width: 45vw;
    max-width: none;
    height: 15vh;
  }

  .image-frame.move {
    width: 45vw;
  }

  .image-tiles-hero {
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .navgrid {
    padding-left: 30px;
    padding-right: 15px;
  }

  .menu-button {
    justify-content: space-between;
    align-items: center;
    padding-left: 5px;
    padding-right: 20px;
  }

  .button {
    justify-content: center;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button.black {
    padding: 12px 18px;
    font-weight: 400;
  }

  .grid-buttons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-buttons.nav {
    grid-template-columns: auto auto;
  }

  .nav-link {
    font-size: 20px;
  }

  .image-brand {
    max-height: none;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .icon-check {
    margin-bottom: 0;
  }

  .dropdown-toggle {
    font-size: 20px;
  }

  .box-wrapper {
    padding: 24px;
  }

  .box-wrapper.center {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-field {
    text-align: left;
    max-width: none;
    height: 60px;
    margin-right: 0;
  }

  .text-field.dark {
    text-align: left;
    min-width: auto;
  }

  .icon-social.profile {
    max-height: 15px;
  }

  .paragraph-wrapper {
    font-size: 18px;
  }

  .paragraph-wrapper.margin-bottom-xsmall {
    align-items: flex-start;
  }

  .form-wrapper {
    width: 100%;
  }

  .xlarge-scroll-heading {
    font-size: 8vh;
    line-height: 1;
  }

  .image-grid-wrapper {
    border-radius: 12px;
    height: 35vh;
    min-height: auto;
    max-height: 45vh;
  }

  .logo-footer {
    max-height: 42px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-icon {
    width: 20px;
    height: 20px;
  }

  .plus-icon {
    height: 12px;
  }

  .hero-cta-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-menu, .nav-menu.w--open {
    background-color: #0000;
  }

  .icon.text-white {
    color: #0a1953;
  }

  .link-wrapper {
    font-size: 16px;
  }

  .frame-image-overflow.no-frame {
    width: 25vw;
    max-height: 25vh;
  }

  .frame-image-overflow.no-frame.flip-left {
    width: 45vw;
  }

  .icon-wrapper {
    margin-right: 0;
    padding-right: 0;
  }

  .margin-bottom-xsmall {
    margin-bottom: 30px;
  }

  .text-small {
    font-size: 13px;
  }

  .hero-grid {
    grid-template-rows: auto auto auto auto auto auto;
    align-items: start;
  }

  .center-wrapper {
    grid-row-gap: 24px;
    font-size: 18px;
  }

  .heading-medium {
    font-size: 24px;
  }

  .heading-medium.text-black {
    font-family: Pretendard;
    font-weight: 400;
  }

  .heading-large {
    margin-top: 0;
    font-size: 26px;
  }

  .heading-large.xl {
    font-size: 38px;
  }

  .heading-regular {
    font-size: 20px;
  }

  .heading-regular.pink {
    color: #e03d54;
  }

  .heading-small {
    font-size: 14px;
    line-height: 1.3;
  }

  .collection-list-news {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .collection-list-news._3-col {
    grid-row-gap: 24px;
    align-content: stretch;
  }

  .hero-ticker-images {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    display: block;
  }

  .dropdown-list.w--open {
    border: 1px solid #e5e9f3;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .wrapper-full-image.margin-bottom-small {
    min-height: 400px;
  }

  .wrapper-full-image.blog-post-grid {
    height: 30vh;
  }

  .wrapper-full-image.blog-post-grid.margin-bottom-small {
    min-height: 300px;
  }

  .collection-list-products {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .product-image-wrapper {
    border-radius: 6px;
    height: 9vh;
    min-height: auto;
  }

  .product-image-wrapper.home {
    height: 15vh;
  }

  .wrapper-image-product {
    height: 100%;
  }

  .inner-grid-cms {
    grid-column-gap: 24px;
  }

  .inner-grid-cms.vertical {
    grid-row-gap: 10px;
    margin-bottom: 0;
  }

  .inner-grid-cms.vertical.short-gap {
    grid-row-gap: 10px;
  }

  .wrapper-image-blog.list, .wrapper-image-blog.row {
    height: 15vh;
  }

  .stats-number.large {
    line-height: 1;
  }

  .stats-number.xlarge {
    font-size: 36px;
  }

  .inner-grid-column {
    padding-right: 10px;
  }

  .form-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .info-members {
    padding-right: 20px;
  }

  .inner-padding-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ticker-wrapper {
    min-height: 150px;
  }

  .inner-ticker {
    min-height: auto;
  }

  .inner-text-scrolling {
    font-size: 18px;
  }

  .link-social {
    min-height: 60px;
  }

  .overflow-wrapper.wide-image {
    height: 40vh;
  }

  .overflow-wrapper.image-post {
    height: 30vh;
    min-height: 300px;
  }

  .main-richtext blockquote {
    padding: 20px 25px;
  }

  .content-grid {
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    align-content: stretch;
    align-items: start;
  }

  .content-grid.gap-short {
    place-content: space-between;
    align-items: stretch;
    min-height: 400px;
  }

  .image-features {
    object-fit: fill;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-style-guide {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-link-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .more-images {
    width: 100%;
    margin-bottom: 20px;
  }

  .grid-bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .mobile-image {
    height: auto;
    max-height: 35vh;
  }

  .mobile-image.large {
    max-height: 45vh;
  }

  .content-wrapper-page {
    grid-row-gap: 24px;
  }

  .content-wrapper-page.s {
    grid-row-gap: 16px;
    text-align: left;
    flex: 1;
    align-items: flex-start;
  }

  .content-wrapper-page.side-padding {
    padding-top: 24px;
  }

  .grid-row {
    grid-template-columns: auto 1fr;
    align-items: start;
  }

  .brand {
    justify-content: flex-start;
    padding-left: 0;
  }

  .column-product-card {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bullet-check {
    margin-top: 0;
  }

  .topnav-button {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .link-wrap {
    font-size: 16px;
  }

  .grid-hero-mosaic {
    grid-column-gap: 1.5vw;
    flex: none;
    min-width: 120vw;
    min-height: auto;
    margin-right: 1.5vw;
    padding-top: .75vw;
    padding-bottom: .75vw;
  }

  .inner-nav-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .callout-wrapper {
    justify-content: center;
  }

  .square-wrapper {
    height: 10vh;
  }

  .device-hero-wrapper {
    height: auto;
    overflow: hidden;
  }

  .device-hero-wrapper.medium {
    padding: 32px 0 32px 0;
  }

  .device-hero-wrapper.center {
    height: 100%;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .device-center-wrapper {
    font-size: 18px;
  }

  .checkbox-label {
    text-align: left;
    font-size: 13px;
  }

  .center-flex-wrapper-device.bg-color {
    border-radius: 16px;
  }

  .logo-wrap-ticker {
    min-width: 35vw;
  }

  .company-logo {
    max-width: 100px;
    max-height: 24px;
  }

  .callout-box-wrapper {
    justify-content: center;
  }

  .callout-box-wrapper.blogpost {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uppercase-large {
    font-size: 48px;
  }

  .inner-card-center {
    grid-row-gap: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .rounded-block {
    border-radius: 24px;
    padding: 12px 12px 32px;
  }

  .circular-wrap {
    width: 30vw;
    height: 30vw;
  }

  .inner-square {
    max-width: none;
    padding-left: 33px;
    padding-right: 33px;
  }

  .square-rail {
    grid-row-gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .square-wrap {
    border-radius: 50px;
    height: 120px;
  }

  .gap-s {
    grid-row-gap: 32px;
  }

  .content-wrapper-copy {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .bullet-icon {
    width: 7px;
    height: 7px;
  }

  .text-tag {
    font-size: 11px;
  }

  .callout-wrapper-copy {
    justify-content: center;
    padding-top: 12em;
  }

  .spinner-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .spinner-container {
    flex: none;
    width: 120vw;
    height: 120vw;
  }

  .spinner-column {
    width: 25vw;
    height: 120vw;
  }

  .spinner-card {
    height: 32vw;
  }

  .uppercase-medium {
    font-size: 32px;
  }

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

  .spinner-hero {
    grid-row-gap: 4em;
    height: auto;
    padding-top: 0;
  }

  .paragraph-m {
    font-size: 18px;
  }

  .hero-header-wrapper {
    grid-row-gap: 1em;
    min-height: auto;
    padding-top: 12em;
  }

  .heading-xl-wrapper {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .sub-hero-section {
    justify-content: center;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-circular-wrapper {
    width: 60px;
    height: 60px;
  }

  .heading-xl-container {
    grid-row-gap: 2em;
  }

  .hero-oval-s-wrapper {
    width: 80px;
    height: 80px;
  }

  .hero-circular-s-wrapper {
    width: 60px;
    height: 60px;
    bottom: 0;
  }

  .hero-oval-wrapper {
    width: 80px;
    height: 80px;
  }

  .tile-block {
    grid-row-gap: 2em;
    border-radius: 16px;
    padding: 24px 24px 23px;
  }

  .grid-heading {
    grid-row-gap: 20px;
  }

  .bullet {
    width: 8px;
    height: 8px;
  }

  .paragraph-l {
    font-size: 32px;
  }

  .title-section-inner {
    grid-column-gap: 6px;
  }

  .tile-block-flip {
    grid-row-gap: 2em;
    padding: 24px;
  }

  .flip-card-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .flip-card-front {
    border-radius: 16px;
    height: auto;
    position: relative;
  }

  .flip-card-back {
    border-radius: 16px;
    height: auto;
    padding: 24px;
    position: relative;
  }

  .main-paragraph-w {
    font-size: 16px;
  }

  .callout-wrapper-l {
    justify-content: center;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .main-spin {
    flex: none;
    inset: 0% auto auto;
  }

  .main-spin.v2 {
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .spin-wrapper {
    height: 50vw;
  }

  .s-row-h {
    grid-column-gap: 10px;
    flex: 1;
    justify-content: space-between;
  }

  .s-row {
    grid-column-gap: 10px;
  }

  .s-row._90 {
    width: 20vw;
  }

  .s-row._90.xl {
    width: 30vw;
  }

  .s-row._180 {
    width: 20vw;
  }

  .s-row._180.xl {
    width: 30vw;
  }

  .uppercase-regular {
    font-size: 28px;
    line-height: 1.15;
  }

  .grid-footer {
    grid-row-gap: 12px;
    align-content: space-between;
  }

  .uppercase-xxl {
    font-size: 80px;
  }

  .spinner-hero-wrap {
    height: 30vh;
    padding-top: 20px;
  }

  .spin-wrapper-side {
    flex: none;
    align-self: flex-start;
    width: 100%;
    height: 80vw;
  }

  .spin-wrapper-side.inner {
    justify-content: center;
    align-items: center;
    margin-right: auto;
    padding-top: 1em;
    display: flex;
  }

  .spin-section {
    grid-column-gap: 10px;
    align-items: center;
  }

  .spin-section.base {
    padding-bottom: 8em;
  }

  .spin-section.over {
    border-radius: 24px;
    align-items: stretch;
    height: auto;
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .spin-section.v {
    flex-direction: column;
    align-items: flex-start;
  }

  .half-section {
    text-align: center;
    flex: 1;
    justify-content: flex-start;
  }

  .half-section.full {
    padding-left: 0;
  }

  .half-section.h {
    width: 100%;
    padding-top: 48px;
  }

  .cta-heading-wrapper {
    text-align: left;
  }

  .cta-heading-wrapper.h {
    padding-left: 0;
    padding-right: 0;
  }

  .spin-wrapper-center {
    height: auto;
  }

  .spin-heading-wrapper {
    width: 70vw;
  }

  .combo-img-wrapper {
    height: 40vh;
  }

  .section-hero-inner-exp {
    padding-top: 16em;
    padding-bottom: 16em;
  }

  .heading-stats-wrapper {
    grid-row-gap: 2em;
  }

  .fg-02 {
    left: 10%;
  }

  .fg-04 {
    inset: auto 4% 12% auto;
  }

  .box-wrapper-grid {
    padding: 24px;
  }

  .box-wrapper-grid.large {
    grid-row-gap: 64px;
    min-height: auto;
    padding: 32px 24px;
  }

  .quote-card {
    border-radius: 12px;
    padding: 48px 24px;
  }

  .section-hero-inner {
    height: 60vh;
    padding-left: 32px;
    padding-right: 32px;
  }

  .header-c-wrapper.absolute {
    height: 100svh;
  }

  .c-flip-wrap._02 {
    width: 35vw;
    height: 40vw;
    bottom: 0;
    left: 0;
  }

  .c-flip-wrap._01 {
    width: 30vw;
    height: 30vw;
    left: 0%;
  }

  .c-flip-wrap._03 {
    width: 35vw;
    height: 35vw;
    top: 8em;
    right: 0;
  }

  .c-flip-wrap._04 {
    width: 25vw;
    height: 25vw;
    bottom: 5%;
    right: 0%;
  }

  .c-flip-front, .c-flip-back {
    border-radius: 16px;
  }

  .header-ticker-inner {
    grid-column-gap: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .footer-divider {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .footer-wrapper {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .slider-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-gap {
    grid-row-gap: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .mid-container {
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .square-image-grid {
    border-radius: 12px;
    height: 18em;
  }

  .rounded-flex {
    border-radius: 24px;
  }

  .grid-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .card-wrapper {
    padding: 16px;
  }

  .card-wrapper.bb {
    border-radius: 12px;
  }

  .card-wrapper.flip, .card-flex {
    padding: 0;
  }

  .paragraph-small, .paragraph-small.lig {
    font-size: 14px;
  }

  .paragraph-small.footer {
    font-size: 16px;
    line-height: 1.4;
  }

  .paragraph-small.max-width-50 {
    font-size: 16px;
  }

  .paragraph-small.min-width {
    font-size: 16px;
    line-height: 1.4;
  }

  .ticker-card-wrapper {
    padding-bottom: 0;
  }

  .circle-small {
    width: 48px;
    height: 48px;
  }

  .footer-wrapper-links {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 1em;
    display: grid;
  }

  .box-wrapper-h {
    padding: 40px 25px;
  }

  .center-mobile {
    padding: 32px 24px;
  }

  .gap-l {
    grid-row-gap: 3em;
  }

  .padding-wrapper {
    padding-bottom: 36px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .rounded-ticker-block {
    height: 20em;
  }

  .block-wrapper-content {
    border-radius: 20px;
    height: 20em;
  }

  .icon-m {
    height: 24px;
  }

  .rounded-heading {
    padding: 24px;
    font-size: 24px;
  }

  .container-w {
    justify-content: flex-end;
    height: auto;
    padding-top: 32px;
  }

  .flip-content-front {
    padding: 0;
  }

  .flip-content-back {
    max-height: 500px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-button {
    width: 50px;
    height: 50px;
    top: 25px;
    bottom: auto;
  }

  .card-inner-header {
    padding: 24px;
  }

  .card-inner-bg {
    padding: 8em 32px;
  }

  .card-inner-ticker {
    padding-top: 0;
    padding-bottom: 8em;
  }

  .square-image-l {
    width: 8em;
    height: 8em;
  }

  .card-inner-c {
    padding: 2em;
  }

  .center-flex-wrapper-copy {
    padding-left: 2em;
    padding-right: 2em;
  }

  .link-block-close {
    width: 50px;
    height: 50px;
    bottom: auto;
  }

  .inner-column-right {
    padding-top: 30px;
  }

  .walsh-quote-image {
    height: 24px;
  }

  .walsh-quote-image-wrapper {
    max-width: none;
    margin-bottom: 0;
  }

  .inner-column-left {
    padding: 24px 24px 0;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-center-h-wrapper {
    font-size: 18px;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-text-small-white {
    font-size: 13px;
  }

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
  }

  .walsh-container-padding-medium {
    flex: 0 auto;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .rounded-section {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .plan-wrapper {
    grid-row-gap: 2em;
    padding: 32px 24px;
  }

  .inner-box-wrapper {
    flex: none;
    padding-right: 0;
  }

  .paragraph-xs {
    font-size: 14px;
  }

  .image-7 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .circle-icon {
    flex: none;
  }

  .rounded-col {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .rounded-col.bg-color {
    border-radius: 16px;
  }

  .box-wrapper-page {
    grid-row-gap: 24px;
    padding: 32px;
  }

  .block-wrapper-content-center {
    border-radius: 20px;
    height: 20em;
  }

  .banner-figma {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    display: flex;
  }

  .banner-text {
    font-size: 18px;
  }

  .spinner-gradient {
    margin-top: -200px;
  }

  .menu-item {
    justify-content: center;
    width: 50%;
    padding: 8px 0;
  }

  .gauge-module {
    width: 260px;
    height: 260px;
  }

  .speed-img {
    width: 80px;
  }

  .process-box {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .body {
    overflow: auto;
  }

  .content-grid-tablet-reverse {
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    align-content: stretch;
    align-items: start;
  }

  .content-grid-tablet-reverse.gap-short {
    place-content: space-between;
    align-items: stretch;
    min-height: 400px;
  }
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-1c5a5f00 {
  grid-area: 2 / 1 / 7 / 13;
  align-self: end;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd5-1c5a5f00 {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd9-1c5a5f00 {
  grid-area: 5 / 2 / 7 / 3;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-1c5a5f00 {
  grid-area: 3 / 3 / 5 / 4;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cdc-1c5a5f00 {
  grid-area: 2 / 4 / 4 / 5;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cda-1c5a5f00 {
  grid-area: 1 / 5 / 3 / 6;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-1c5a5f00 {
  grid-area: 2 / 1 / 3 / 13;
  place-self: center;
}

#w-node-da924643-49ab-106b-28d9-2c78a825285c-1c5a5f00 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954ad-1c5a5f00 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954af-1c5a5f00 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: stretch;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b1-1c5a5f00, #w-node-d3d6d059-e3e1-5143-bf88-9947c55afedc-1c5a5f00 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-_1d2a59f8-3b4b-0e1c-4221-79d7cd71541f-1c5a5f00, #w-node-_1d2a59f8-3b4b-0e1c-4221-79d7cd715428-1c5a5f00, #w-node-_1d2a59f8-3b4b-0e1c-4221-79d7cd715431-1c5a5f00, #w-node-_1d2a59f8-3b4b-0e1c-4221-79d7cd71543a-1c5a5f00, #w-node-_1d2a59f8-3b4b-0e1c-4221-79d7cd715443-1c5a5f00, #w-node-_1d2a59f8-3b4b-0e1c-4221-79d7cd71544c-1c5a5f00 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-ce69bf01-17cf-239b-6ffa-e66b6de819e0-1c5a5f00 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_4fa9e54d-cb41-0e28-2cd3-90ffe7f1ced7-1c5a5f00, #w-node-c4d9c282-78fc-0718-9d81-b2edb71518f6-1c5a5f00 {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_3a4afea0-436d-9134-bd46-3ff9f099cd61-1c5a5f00, #w-node-_17dcb908-5df5-0b24-f4ce-360a5c77b3b0-1c5a5f00, #w-node-cf9e75c6-b9f6-c847-173a-1ecfc416b66a-1c5a5f00, #w-node-_4451a51c-08fe-0654-75d6-a2855c32d4b6-1c5a5f00 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-e0341885-5d3a-4748-2bf6-dadbac34bff4-1c5a5f00 {
  align-self: center;
}

#w-node-_4451a51c-08fe-0654-75d6-a2855c32d4b7-1c5a5f00 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_4451a51c-08fe-0654-75d6-a2855c32d4c8-1c5a5f00 {
  align-self: center;
}

#w-node-_4451a51c-08fe-0654-75d6-a2855c32d4cd-1c5a5f00 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_4451a51c-08fe-0654-75d6-a2855c32d4de-1c5a5f00 {
  align-self: center;
}

#w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1ec-1c5a5f00 {
  grid-area: 1 / 3 / 2 / 11;
  place-self: center;
}

#w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1fd-1c5a5f00, #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b201-1c5a5f00, #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b205-1c5a5f00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed793652-6d24-afcd-8e11-3364d5be0bd6-07bf8e43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f85948e-80ee-c352-6ea1-fe12f4e5d894-07bf8e43 {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-c5446576-037a-3c55-f8c6-24ef5dad1fda-5dad1fd4 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center end;
}

#w-node-b539caed-f152-051b-6232-b239bd9c86f3-1c5a5f01 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-b539caed-f152-051b-6232-b239bd9c86f6-1c5a5f01 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-b539caed-f152-051b-6232-b239bd9c86f1-1c5a5f01 {
  grid-area: 2 / 1 / 6 / 13;
  place-self: center;
}

#w-node-a7b7257c-0d4c-e82c-fc77-5da72a365dfa-1c5a5f01 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-caf455a4-95c3-8762-9afe-1aaf30b3123f-1c5a5f01 {
  justify-self: center;
}

#w-node-caf455a4-95c3-8762-9afe-1aaf30b31246-1c5a5f01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caf455a4-95c3-8762-9afe-1aaf30b3124a-1c5a5f01 {
  justify-self: center;
}

#w-node-caf455a4-95c3-8762-9afe-1aaf30b31255-1c5a5f01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caf455a4-95c3-8762-9afe-1aaf30b3125e-1c5a5f01, #w-node-caf455a4-95c3-8762-9afe-1aaf30b31270-1c5a5f01, #w-node-caf455a4-95c3-8762-9afe-1aaf30b31280-1c5a5f01 {
  justify-self: center;
}

#w-node-caf455a4-95c3-8762-9afe-1aaf30b31287-1c5a5f01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4905ac2b-0ac3-e17b-6869-614837327d92-1c5a5f01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_4905ac2b-0ac3-e17b-6869-614837327d96-1c5a5f01 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_72430dfb-56e4-9c5c-2e39-e5340aba9026-1c5a5f01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_72430dfb-56e4-9c5c-2e39-e5340aba9047-1c5a5f01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_72430dfb-56e4-9c5c-2e39-e5340aba9068-1c5a5f01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b1a5d701-6395-512a-5dca-6626482accaf-1c5a5f01 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-b1a5d701-6395-512a-5dca-6626482accbd-1c5a5f01 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-dce836df-4b6a-7953-1f27-c377f773db7a-1c5a5f15 {
  grid-area: 1 / 6 / 6 / 12;
  align-self: center;
}

#w-node-bfcf71d7-4393-f879-3e15-a246d17d3f25-1c5a5f15 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-bfcf71d7-4393-f879-3e15-a246d17d3f23-1c5a5f15 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_016634d7-85a2-809e-b251-8fcdbdcccbe1-1c5a5f15 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_016634d7-85a2-809e-b251-8fcdbdcccbef-1c5a5f15 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_2b136a86-6848-4d65-5a27-39ee25497f7a-1c5a5f15, #w-node-_985875cd-f77d-9896-d589-0726647bbff7-1c5a5f15, #w-node-_4b01631f-8b0a-0e1f-8884-83d8eca10d83-1c5a5f15 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-bd8e8a1b-6e76-b799-4dac-ddd9ccc48f14-1c5a5f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bd8e8a1b-6e76-b799-4dac-ddd9ccc48f22-1c5a5f15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d6528e05-b1e4-17e5-7841-30299625593b-1c5a5f16 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center stretch;
}

#w-node-d6528e05-b1e4-17e5-7841-30299625593d-1c5a5f16 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_97fa55d7-601d-011a-f7dd-d8e8648b288f-1c5a5f16, #w-node-_97fa55d7-601d-011a-f7dd-d8e8648b2898-1c5a5f16, #w-node-_97fa55d7-601d-011a-f7dd-d8e8648b28a0-1c5a5f16 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-d4e79ba6-1b70-13a4-8572-bb9fdcc7a0a4-1c5a5f16, #w-node-d4e79ba6-1b70-13a4-8572-bb9fdcc7a0b9-1c5a5f16, #w-node-f8683145-823d-09cc-acee-6224dfda433c-1c5a5f16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f8683145-823d-09cc-acee-6224dfda4327-1c5a5f16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7360eaed-7a01-a7e3-2c34-5e3d5bcf2160-1c5a5f16 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center stretch;
}

#w-node-_7360eaed-7a01-a7e3-2c34-5e3d5bcf2178-1c5a5f16 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ccfd0a14-ab63-d91f-3dba-d319f7240171-1c5a5f16 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: center;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be1734-1c5a5f19 {
  grid-area: 3 / 1 / 7 / 13;
  align-self: center;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be1738-1c5a5f19 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be173a-1c5a5f19 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be173c-1c5a5f19 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be173e-1c5a5f19 {
  grid-area: 2 / 4 / 4 / 5;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be1740-1c5a5f19 {
  grid-area: 1 / 5 / 3 / 6;
}

#w-node-c8b38652-7653-2142-0c7f-087ff0103839-1c5a5f19 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c8b38652-7653-2142-0c7f-087ff010383b-1c5a5f19 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-c8b38652-7653-2142-0c7f-087ff010383d-1c5a5f19 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-c8b38652-7653-2142-0c7f-087ff010383f-1c5a5f19 {
  grid-area: 2 / 4 / 4 / 5;
}

#w-node-c8b38652-7653-2142-0c7f-087ff0103841-1c5a5f19 {
  grid-area: 1 / 5 / 3 / 6;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be174e-1c5a5f19 {
  grid-area: 2 / 1 / 3 / 13;
  place-self: center;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be1751-1c5a5f19 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_0a0bb320-53e5-6ad5-a147-4ba8a7e2658d-1c5a5f19 {
  grid-area: 3 / 4 / 7 / 10;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954af-1c5a5f19 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: stretch;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b1-1c5a5f19 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb1-1c5a5f19, #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb3-1c5a5f19, #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb5-1c5a5f19, #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb7-1c5a5f19, #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb9-1c5a5f19, #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cbb-1c5a5f19 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d220363-86b3-f945-f80b-ba787cc65812-1c5a5f19 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_40ffdb22-7b31-afab-6ef0-6edac46abe09-1c5a5f19 {
  grid-area: 1 / 4 / 2 / 10;
  place-self: start center;
}

#w-node-c8188b3e-3484-f075-aeb1-849fa9ad474c-1c5a5f19, #w-node-_574caf98-a973-636d-ebe8-b5b1ecc31910-1c5a5f19 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_90da1145-d545-ffdc-5e92-0c9ad33a99e7-1c5a5f1a {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_5d37b974-0a6a-5424-0776-9691c2a562dc-1c5a5f1a, #w-node-_5d37b974-0a6a-5424-0776-9691c2a562e7-1c5a5f1a, #w-node-_1b866c16-bffb-1acf-1d1c-7f4a2282d3f5-1c5a5f1a, #w-node-_1b866c16-bffb-1acf-1d1c-7f4a2282d3ea-1c5a5f1a, #w-node-_90da1145-d545-ffdc-5e92-0c9ad33a9a5e-1c5a5f1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_90da1145-d545-ffdc-5e92-0c9ad33a9a66-1c5a5f1a, #w-node-f4c5da93-211e-a3d1-a187-104982b19808-1c5a5f1a, #w-node-f4c5da93-211e-a3d1-a187-104982b19815-1c5a5f1a, #w-node-f4c5da93-211e-a3d1-a187-104982b19822-1c5a5f1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33639bdc-c81d-9105-2f74-267191aa7c66-1c5a5f1a, #w-node-_33639bdc-c81d-9105-2f74-267191aa7c68-1c5a5f1a, #w-node-_33639bdc-c81d-9105-2f74-267191aa7c6a-1c5a5f1a, #w-node-_33639bdc-c81d-9105-2f74-267191aa7c6c-1c5a5f1a, #w-node-_33639bdc-c81d-9105-2f74-267191aa7c6e-1c5a5f1a, #w-node-_33639bdc-c81d-9105-2f74-267191aa7c70-1c5a5f1a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_9edbbc91-2ee3-eefe-03a1-02c7bd901437-1c5a5f1a, #w-node-_9edbbc91-2ee3-eefe-03a1-02c7bd901458-1c5a5f1a, #w-node-_9edbbc91-2ee3-eefe-03a1-02c7bd901479-1c5a5f1a {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_4bac2b06-6c0e-6105-f3f3-fa0d666c3c1d-1c5a5f1d {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-a70e6d01-4fd9-59e9-5bdd-578c810326c7-1c5a5f1d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e45d119e-acd8-fb50-210e-f48a4ca674b8-1c5a5f1d, #w-node-_81420aaa-9035-1b86-fa41-a2043572ac49-1c5a5f1d, #w-node-ed5cc14e-1c03-7f7a-f5bc-2731badc5e3f-1c5a5f1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_479582f7-d33e-0de1-cd69-29afcc180547-1c5a5f1d, #w-node-_479582f7-d33e-0de1-cd69-29afcc180550-1c5a5f1d, #w-node-_479582f7-d33e-0de1-cd69-29afcc180559-1c5a5f1d, #w-node-_479582f7-d33e-0de1-cd69-29afcc180562-1c5a5f1d, #w-node-_479582f7-d33e-0de1-cd69-29afcc18056b-1c5a5f1d, #w-node-_479582f7-d33e-0de1-cd69-29afcc180574-1c5a5f1d, #w-node-_479582f7-d33e-0de1-cd69-29afcc18057d-1c5a5f1d, #w-node-_479582f7-d33e-0de1-cd69-29afcc180586-1c5a5f1d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_85d727c6-fb3f-25b8-fbe2-9d7b66afa25a-1c5a5f1d {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_85d727c6-fb3f-25b8-fbe2-9d7b66afa25d-1c5a5f1d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b56e-1c5a5f1d, #w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b575-1c5a5f1d, #w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b57c-1c5a5f1d, #w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b583-1c5a5f1d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b567-1c5a5f1d {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b56a-1c5a5f1d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_75678421-a045-1619-4909-4e2013a9b7d1-1c5a5f1d {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_75678421-a045-1619-4909-4e2013a9b7df-1c5a5f1d {
  grid-area: 1 / 8 / 2 / 11;
  align-self: center;
}

#w-node-_75678421-a045-1619-4909-4e2013a9b7f0-1c5a5f1d {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
}

#w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a22-6e256a21 {
  grid-area: 2 / 1 / 6 / 2;
}

#w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a24-6e256a21 {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: stretch;
}

#w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a26-6e256a21 {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a28-6e256a21 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a2a-6e256a21 {
  grid-area: 4 / 5 / 9 / 7;
}

#w-node-dba4cd18-18b7-52f8-564f-914cf6ae55a8-1c5a5f1e {
  grid-area: 2 / 1 / 9 / 13;
  align-self: center;
}

#w-node-_0e6c05eb-f13a-9945-a126-977dee56fc71-1c5a5f1e {
  grid-area: 1 / 3 / 2 / 11;
  align-self: end;
}

#w-node-dbf2f99c-4dfa-28ef-47d2-9ffe80a66b00-1c5a5f1e {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-dbf2f99c-4dfa-28ef-47d2-9ffe80a66b02-1c5a5f1e {
  grid-area: 1 / 7 / 2 / 13;
  align-self: stretch;
}

#w-node-dbf2f99c-4dfa-28ef-47d2-9ffe80a66b03-1c5a5f1e {
  place-self: auto;
}

#w-node-e4f55cfb-eaaf-eaf7-ad21-ee919582e063-1c5a5f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e4f55cfb-eaaf-eaf7-ad21-ee919582e065-1c5a5f1e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_13d94794-570e-9544-2171-7a382822b1bb-1c5a5f1e, #w-node-_13d94794-570e-9544-2171-7a382822b1b9-1c5a5f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_71b95c26-9ea9-e432-415e-b865ca92fd42-1c5a5f1e {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_71b95c26-9ea9-e432-415e-b865ca92fd47-1c5a5f1e, #w-node-cd2ce318-cb05-7150-b899-f09e2d3ab28d-1c5a5f1e, #w-node-_447b6a22-0f59-5cab-9771-0649deae9e29-1c5a5f1e, #w-node-_9e8375bd-f8db-c12e-88a2-e365010ca2e9-1c5a5f1e, #w-node-_43b38231-b2f8-d0d2-dcd8-471b61427678-1c5a5f1e, #w-node-_24a2a26b-4dea-4071-9899-86bb4280e5e5-1c5a5f1e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-fe967ee0-5075-a803-96ba-6ee0755ab7dd-1c5a5f1e {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-e63a3489-c46c-d111-86d3-7a16b45f2c17-1c5a5f1e {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-fe967ee0-5075-a803-96ba-6ee0755ab7db-1c5a5f1e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_51e60621-6e47-fe2c-b567-6125434f09f7-1c5a5f20 {
  grid-area: 1 / 1 / 5 / 13;
  place-self: center;
}

#w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195e3-1c5a5f20 {
  grid-area: 5 / 1 / 7 / 13;
  align-self: start;
}

#w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195e9-1c5a5f20 {
  justify-self: center;
}

#w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195eb-1c5a5f20 {
  place-self: center;
}

#w-node-_3521d78c-0635-e997-7788-6e25f04e25db-1c5a5f20 {
  justify-self: center;
}

#w-node-_3521d78c-0635-e997-7788-6e25f04e25dd-1c5a5f20 {
  place-self: center;
}

#w-node-_051d7fce-4779-7f54-647f-cad823917bbf-1c5a5f20 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_051d7fce-4779-7f54-647f-cad823917bc4-1c5a5f20 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-_5d320d3a-a406-8b2c-3169-ca6008102f96-1c5a5f20 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_5d320d3a-a406-8b2c-3169-ca6008102f9b-1c5a5f20 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_2e8ef0a5-03a2-f7da-8e1c-fcdef07828e6-1c5a5f20 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-d192feed-dfdf-4f36-4dac-81614f797d50-1c5a5f20, #w-node-d192feed-dfdf-4f36-4dac-81614f797d59-1c5a5f20, #w-node-d192feed-dfdf-4f36-4dac-81614f797d62-1c5a5f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1ba52330-0839-77cb-66d8-b93b0f20667c-1c5a5f20, #w-node-_40e2ac19-45aa-f387-2d23-cb53592e5a37-1c5a5f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db7be41b-d092-a88e-2c84-114bf18ba5e1-1c5a5f20 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-db7be41b-d092-a88e-2c84-114bf18ba5e3-1c5a5f20 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-db2e0a19-e28c-f6b0-e184-5fa1a9089aad-1c5a5f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-db2e0a19-e28c-f6b0-e184-5fa1a9089a95-1c5a5f20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-b539caed-f152-051b-6232-b239bd9c86f1-1c5a5f21 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b539caed-f152-051b-6232-b239bd9c86f3-1c5a5f21 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center start;
}

#w-node-b539caed-f152-051b-6232-b239bd9c86f6-1c5a5f21 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-d897add8-76f5-f5d1-a1c1-ee04297e76c5-1c5a5f21, #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76c7-1c5a5f21, #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76c9-1c5a5f21, #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76cb-1c5a5f21, #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76cd-1c5a5f21, #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76cf-1c5a5f21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8836cdde-9116-3baa-8321-a35ffcf98ea2-1c5a5f21 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_1f5318fa-37ae-f10b-3bc7-7e457be3106c-1c5a5f21 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_4032a80e-f779-8315-1f33-c1a677057695-1c5a5f21 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: stretch;
}

#w-node-_4032a80e-f779-8315-1f33-c1a677057697-1c5a5f21 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_4dcac56b-449b-b7de-34b2-0b4f40e29703-1c5a5f21 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_4dcac56b-449b-b7de-34b2-0b4f40e29701-1c5a5f21 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-_4c0e1f3b-1c74-fac8-0f38-168f92694004-1c5a5f21 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_4c0e1f3b-1c74-fac8-0f38-168f92694006-1c5a5f21 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_9169bd71-0000-d3d0-3837-3e04135b49e3-1c5a5f21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1859-1c5a5f21 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_26b69ac0-3bc4-5e81-056c-898c2c566796-1c5a5f21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_22410945-d50a-e303-d8ac-29fde377e06f-1c5a5f21 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_22410945-d50a-e303-d8ac-29fde377e078-1c5a5f21 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: stretch center;
}

#w-node-_22410945-d50a-e303-d8ac-29fde377e080-1c5a5f21, #w-node-_22410945-d50a-e303-d8ac-29fde377e088-1c5a5f21, #w-node-_22410945-d50a-e303-d8ac-29fde377e090-1c5a5f21, #w-node-_22410945-d50a-e303-d8ac-29fde377e098-1c5a5f21 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_35c089b6-c8b2-3607-1e6a-6a2098d6729e-1c5a5f21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_35c089b6-c8b2-3607-1e6a-6a2098d672a2-1c5a5f21 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_35c089b6-c8b2-3607-1e6a-6a2098d672a6-1c5a5f21 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_35c089b6-c8b2-3607-1e6a-6a2098d672c7-1c5a5f21 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_35c089b6-c8b2-3607-1e6a-6a2098d672ea-1c5a5f21 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-1c5a5f26 {
  grid-area: 2 / 1 / 3 / 13;
  place-self: center;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd8a1-1c5a5f26 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-f7759285-3069-9755-c3f3-8dbf75c4baf9-1c5a5f26 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: stretch;
}

#w-node-ae323e79-fe02-f165-734e-e0e7e98d9bf0-1c5a5f26, #w-node-_7ade0efc-20b0-9b93-f1a2-e4b7c9c1e083-1c5a5f26, #w-node-f605e432-a460-e4ed-8421-5d638a39842b-1c5a5f26 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_80edf3a9-f66f-f053-57e8-83061fca6b78-1c5a5f26 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_80edf3a9-f66f-f053-57e8-83061fca6b7d-1c5a5f26, #w-node-_80edf3a9-f66f-f053-57e8-83061fca6b85-1c5a5f26, #w-node-_80edf3a9-f66f-f053-57e8-83061fca6b8d-1c5a5f26, #w-node-_80edf3a9-f66f-f053-57e8-83061fca6b95-1c5a5f26, #w-node-_80edf3a9-f66f-f053-57e8-83061fca6b9d-1c5a5f26, #w-node-_80edf3a9-f66f-f053-57e8-83061fca6ba5-1c5a5f26 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_7eeb0e1a-c473-c8ca-b561-996ca470c664-1c5a5f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7eeb0e1a-c473-c8ca-b561-996ca470c66f-1c5a5f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_8d220363-86b3-f945-f80b-ba787cc6580e-1c5a5f26 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_8d220363-86b3-f945-f80b-ba787cc65812-1c5a5f26 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_641773b6-441e-d65d-b4e5-268948ec5fd3-1c5a5f26 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_641773b6-441e-d65d-b4e5-268948ec5fd8-1c5a5f26, #w-node-_641773b6-441e-d65d-b4e5-268948ec5fe0-1c5a5f26, #w-node-_641773b6-441e-d65d-b4e5-268948ec5fe8-1c5a5f26, #w-node-_641773b6-441e-d65d-b4e5-268948ec5ff0-1c5a5f26, #w-node-_641773b6-441e-d65d-b4e5-268948ec5ff8-1c5a5f26, #w-node-_641773b6-441e-d65d-b4e5-268948ec6000-1c5a5f26 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-ed2db602-5b6f-6f6b-4845-5ef406f88ed8-1c5a5f26 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ed2db602-5b6f-6f6b-4845-5ef406f88ee6-1c5a5f26 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-ed2db602-5b6f-6f6b-4845-5ef406f88eea-1c5a5f26 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ed2db602-5b6f-6f6b-4845-5ef406f88ef8-1c5a5f26 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-ed2db602-5b6f-6f6b-4845-5ef406f88efb-1c5a5f26, #w-node-ed2db602-5b6f-6f6b-4845-5ef406f88f03-1c5a5f26, #w-node-ed2db602-5b6f-6f6b-4845-5ef406f88f0b-1c5a5f26 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_75b35d25-1295-4bdd-87a1-b938f5318b8f-1c5a5f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_75b35d25-1295-4bdd-87a1-b938f5318bab-1c5a5f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-ed2db602-5b6f-6f6b-4845-5ef406f88f16-1c5a5f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ed2db602-5b6f-6f6b-4845-5ef406f88f32-1c5a5f26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_1d661627-8827-f93b-ce4c-fc83a8aa747c-1c5a5f26 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: center;
}

#w-node-b7575744-a576-67bb-b83d-7346f92b9541-1c5a5f4a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b85a6e33-96aa-3f7c-4e4e-000e7abdde9c-1c5a5f4a {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-b2ad7bfc-dc2f-80c9-e6c3-dc410481c85f-1c5a5f4a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b2ad7bfc-dc2f-80c9-e6c3-dc410481c864-1c5a5f4a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-df340da3-0805-a209-fb56-1b707eb56b8f-1c5a5f4b {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-df340da3-0805-a209-fb56-1b707eb56b94-1c5a5f4b {
  grid-area: 1 / 8 / 2 / 12;
  place-self: center end;
}

#w-node-f9c0c37d-20c2-93ca-794a-75a39349d241-1c5a5f60 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-df340da3-0805-a209-fb56-1b707eb56b8f-1c5a5f60 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-df340da3-0805-a209-fb56-1b707eb56b94-1c5a5f60 {
  grid-area: 1 / 8 / 2 / 12;
  place-self: center end;
}

#w-node-e48432f9-4b2b-5411-8ca5-b07ad6e784fc-1c5a5f6b {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

#w-node-d06b0da3-afeb-bf64-efb8-f8b4ab472889-1c5a5f6b {
  grid-area: 1 / 7 / 2 / 13;
  align-self: stretch;
}

#w-node-_85a596d2-665d-964f-d72d-72682a636cb6-1c5a5f6c {
  grid-area: 1 / 1 / 3 / 6;
  align-self: stretch;
}

#w-node-_12c10da2-d926-3eee-09c7-97900004ab9c-1c5a5f6c {
  grid-area: 2 / 7 / 3 / 12;
  align-self: stretch;
}

#w-node-f8854203-a303-13c2-c3ed-69e72ef67e46-1c5a5f6c {
  grid-area: 1 / 7 / 2 / 12;
  align-self: stretch;
}

#w-node-_47f00d4f-810c-fdb3-47db-ecbaa1b242c7-1c5a5f6d {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-_97f7d3ba-1908-18aa-8196-60b6362f87af-1c5a5f6d {
  grid-area: 1 / 8 / 2 / 12;
  align-self: start;
}

#w-node-_92f1138f-6ef5-f329-6697-04bc6bbb0dc0-1c5a5f83 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-ae74bca1-7a2a-7d20-3579-bd2748f73683-1c5a5f84 {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-c904e0a3-5373-f7d0-442e-c4f1dd8606c5-1c5a5f84 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: stretch;
}

#w-node-f4579ad3-8342-a27b-b0af-97a9d8f818c6-1c5a5f85 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: stretch;
}

#w-node-f4579ad3-8342-a27b-b0af-97a9d8f818c8-1c5a5f85, #w-node-f4579ad3-8342-a27b-b0af-97a9d8f818ca-1c5a5f85 {
  align-self: stretch;
}

#w-node-f4579ad3-8342-a27b-b0af-97a9d8f818cc-1c5a5f85, #w-node-f4579ad3-8342-a27b-b0af-97a9d8f818ce-1c5a5f85 {
  align-self: start;
}

#w-node-f4579ad3-8342-a27b-b0af-97a9d8f818d0-1c5a5f85 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-d15bb096-b534-7de3-5a78-6f0a85479ac5-1c5a5f88, #w-node-bcf9455a-9d12-8a9e-94c2-12f63d52c132-1c5a5f88 {
  align-self: center;
}

#w-node-e1dc66fb-bf88-2cf1-1bca-006b5e6d4019-1c5a5f8a {
  grid-area: 1 / 1 / 2 / 8;
  align-self: start;
}

#w-node-_57198bed-cc0e-e250-6f72-f2fa069b2b16-1c5a5f8a {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-d8bf417a-a584-1ff9-efdd-26f8c07d8034-1c5a5f8a {
  align-self: center;
}

#w-node-_4cf54b7b-8b30-c823-d616-47e70b663f4a-0b663f48, #w-node-_4cf54b7b-8b30-c823-d616-47e70b663f63-0b663f48 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e2859498-0993-2f9f-534e-3b34e3fb87e5-e3fb87e4 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-e2859498-0993-2f9f-534e-3b34e3fb87e8-e3fb87e4 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_394d3192-b755-2806-cfd5-046c96888a6a-1c5a5fb4, #w-node-_14571572-5054-5b45-5947-142a6b5cadce-1c5a5fb4, #w-node-_744c178f-fd96-e08e-97fa-4b224994144f-1c5a5fb4, #w-node-_39bbcae7-4589-7219-6aa4-29c9006691dc-1c5a5fb4, #w-node-ddddb7ab-8fe0-d946-ef8d-5b72c9f2fe4d-1c5a5fb4, #w-node-_609bfd93-88da-9a42-d2bd-2797ed501b1c-1c5a5fb4, #w-node-f9505f07-30ef-d883-9a45-855599529ae8-1c5a5fb4, #w-node-_49fd6688-c18c-12bc-1977-e0c514fc4d0d-1c5a5fb4, #w-node-ae089cf4-44f4-395b-7600-6bf1fe39d77f-1c5a5fb4, #w-node-_3acffecf-f30c-47b6-0b23-044b59add0fe-1c5a5fb4, #w-node-d34afa21-2d8b-bb0f-e07a-9807e0eaae06-1c5a5fb4, #w-node-d5d16449-4112-6fe6-d03d-1f56bc01f97c-1c5a5fb4, #w-node-_8ced9df1-b48b-56d2-0985-69fced164be8-1c5a5fb4, #w-node-_570e4136-b5f9-f3dc-14b2-a41945ee9824-1c5a5fb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7f953b83-c71b-bf28-b7eb-0cb8c415c8d4-1c5a5fc5 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_9cafdfd1-b62a-a560-699b-02b3952b6836-1c5a5fc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93fc372a-7501-6cf6-2885-d47894d131fa-1c5a5fc9 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_93fc372a-7501-6cf6-2885-d47894d13202-1c5a5fc9 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-d389396d-466b-f853-99c5-c5dcd7d5c7b6-1c5a5fc9, #w-node-_3a496b5b-c04c-db9d-bfc6-343fdb71cbfa-1c5a5fc9, #w-node-fdd35eaa-5785-a164-313d-dce6c02f93fd-1c5a5fc9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bf2-1c5a5fc9 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_58f8ed35-58b0-73ac-f80a-2d264c23c6cc-4901b859 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_58f8ed35-58b0-73ac-f80a-2d264c23c6ce-4901b859 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_9088d9f4-31b2-928a-df1a-d155e7082c16-4901b859 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: end;
}

#w-node-_58f8ed35-58b0-73ac-f80a-2d264c23c6d6-4901b859 {
  grid-area: 2 / 1 / 6 / 13;
  place-self: center;
}

#w-node-d26031ea-9607-551b-db47-1e2216c872f5-4901b859 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-d26031ea-9607-551b-db47-1e2216c87307-4901b859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d26031ea-9607-551b-db47-1e2216c8730a-4901b859, #w-node-d26031ea-9607-551b-db47-1e2216c8732f-4901b859 {
  justify-self: center;
}

#w-node-d26031ea-9607-551b-db47-1e2216c87315-4901b859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d26031ea-9607-551b-db47-1e2216c8731e-4901b859 {
  justify-self: center;
}

#w-node-ebb2eca5-8c9d-2f3d-b4ff-c97c1305216d-4901b859, #w-node-ebb2eca5-8c9d-2f3d-b4ff-c97c13052181-4901b859, #w-node-ebb2eca5-8c9d-2f3d-b4ff-c97c1305218c-4901b859, #w-node-e9e669a9-1f37-ea5e-8450-28dd51718128-4901b859, #w-node-_9bbe35a6-899b-b657-3785-7e495eca494b-4901b859, #w-node-_9bbe35a6-899b-b657-3785-7e495eca495f-4901b859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1d659469-59bc-c717-1be5-bf59f6916322-4901b859 {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_1ad2fe7f-809e-0684-5f6f-c0ae2c83bdb4-4901b859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1f20cd-428a-47f5-fed2-0b5507ffa5ee-4901b859, #w-node-_0a1f20cd-428a-47f5-fed2-0b5507ffa5f2-4901b859, #w-node-_0a1f20cd-428a-47f5-fed2-0b5507ffa5f0-4901b859, #w-node-_0a1f20cd-428a-47f5-fed2-0b5507ffa5f4-4901b859, #w-node-_0a1f20cd-428a-47f5-fed2-0b5507ffa5f6-4901b859, #w-node-_0a1f20cd-428a-47f5-fed2-0b5507ffa5f8-4901b859 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-c6213742-cde9-df4e-4d64-692014e45ab4-4901b859, #w-node-c6213742-cde9-df4e-4d64-692014e45ad5-4901b859, #w-node-c6213742-cde9-df4e-4d64-692014e45af6-4901b859 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_001c5575-5835-ef52-b127-f05e2621f5a6-4901b859 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center stretch;
}

#w-node-_001c5575-5835-ef52-b127-f05e2621f5be-4901b859 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-1c5a5f00 {
    grid-column: 1 / 4;
    align-self: center;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd9-1c5a5f00 {
    grid-row: 2 / 4;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-1c5a5f00 {
    grid-row: 1 / 3;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cdc-1c5a5f00 {
    grid-area: 5 / 3 / 7 / 4;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-1c5a5f00 {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954af-1c5a5f00, #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b1-1c5a5f00, #w-node-d3d6d059-e3e1-5143-bf88-9947c55afedc-1c5a5f00 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4fa9e54d-cb41-0e28-2cd3-90ffe7f1ced7-1c5a5f00, #w-node-c4d9c282-78fc-0718-9d81-b2edb71518f6-1c5a5f00 {
    grid-column: 1 / 3;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1ec-1c5a5f00 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c5446576-037a-3c55-f8c6-24ef5dad203f-5dad1fd4 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f3-1c5a5f01 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f6-1c5a5f01 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f1-1c5a5f01 {
    grid-column: 1 / 3;
    grid-row-end: 7;
  }

  #w-node-ab3dca5a-e5c9-7488-933c-97a5de7fbe76-1c5a5f01 {
    justify-self: center;
  }

  #w-node-a7b7257c-0d4c-e82c-fc77-5da72a365dfa-1c5a5f01, #w-node-_4905ac2b-0ac3-e17b-6869-614837327d96-1c5a5f01, #w-node-b1a5d701-6395-512a-5dca-6626482accaf-1c5a5f01 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b1a5d701-6395-512a-5dca-6626482accbd-1c5a5f01 {
    grid-column: 1 / 3;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db7a-1c5a5f15 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-bfcf71d7-4393-f879-3e15-a246d17d3f25-1c5a5f15 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bfcf71d7-4393-f879-3e15-a246d17d3f23-1c5a5f15 {
    grid-column: 1 / 3;
  }

  #w-node-_016634d7-85a2-809e-b251-8fcdbdcccbe1-1c5a5f15 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_016634d7-85a2-809e-b251-8fcdbdcccbef-1c5a5f15 {
    grid-column: 1 / 3;
  }

  #w-node-bd8e8a1b-6e76-b799-4dac-ddd9ccc48f14-1c5a5f15 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bd8e8a1b-6e76-b799-4dac-ddd9ccc48f22-1c5a5f15, #w-node-d6528e05-b1e4-17e5-7841-30299625593b-1c5a5f16 {
    grid-column: 1 / 3;
  }

  #w-node-d6528e05-b1e4-17e5-7841-30299625593d-1c5a5f16 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d4e79ba6-1b70-13a4-8572-bb9fdcc7a0a4-1c5a5f16 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d4e79ba6-1b70-13a4-8572-bb9fdcc7a0b9-1c5a5f16, #w-node-f8683145-823d-09cc-acee-6224dfda433c-1c5a5f16 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f8683145-823d-09cc-acee-6224dfda4327-1c5a5f16 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7360eaed-7a01-a7e3-2c34-5e3d5bcf2160-1c5a5f16 {
    grid-column: 1 / 3;
  }

  #w-node-_7360eaed-7a01-a7e3-2c34-5e3d5bcf2178-1c5a5f16 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ccfd0a14-ab63-d91f-3dba-d319f7240171-1c5a5f16 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_9e67a7ed-fc9b-4715-d970-f823f8be1734-1c5a5f19 {
    grid-column: 1 / 4;
    align-self: center;
  }

  #w-node-_9e67a7ed-fc9b-4715-d970-f823f8be174e-1c5a5f19 {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-_9e67a7ed-fc9b-4715-d970-f823f8be1751-1c5a5f19 {
    grid-column: 1 / 3;
  }

  #w-node-_0a0bb320-53e5-6ad5-a147-4ba8a7e2658d-1c5a5f19 {
    grid-column: 2 / 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954af-1c5a5f19 {
    grid-column: 1 / 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b1-1c5a5f19 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb1-1c5a5f19 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb3-1c5a5f19, #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb5-1c5a5f19, #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb7-1c5a5f19, #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb9-1c5a5f19, #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cbb-1c5a5f19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_40ffdb22-7b31-afab-6ef0-6edac46abe09-1c5a5f19 {
    grid-column: 1 / 3;
  }

  #w-node-_5d37b974-0a6a-5424-0776-9691c2a562dc-1c5a5f1a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5d37b974-0a6a-5424-0776-9691c2a562e7-1c5a5f1a, #w-node-_1b866c16-bffb-1acf-1d1c-7f4a2282d3f5-1c5a5f1a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1b866c16-bffb-1acf-1d1c-7f4a2282d3ea-1c5a5f1a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_33639bdc-c81d-9105-2f74-267191aa7c66-1c5a5f1a {
    grid-column: span 1 / span 1;
  }

  #w-node-_33639bdc-c81d-9105-2f74-267191aa7c68-1c5a5f1a, #w-node-_33639bdc-c81d-9105-2f74-267191aa7c6a-1c5a5f1a, #w-node-_33639bdc-c81d-9105-2f74-267191aa7c6c-1c5a5f1a, #w-node-_33639bdc-c81d-9105-2f74-267191aa7c6e-1c5a5f1a, #w-node-_33639bdc-c81d-9105-2f74-267191aa7c70-1c5a5f1a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4bac2b06-6c0e-6105-f3f3-fa0d666c3c1d-1c5a5f1d {
    grid-column: 1 / 3;
  }

  #w-node-a70e6d01-4fd9-59e9-5bdd-578c810326c7-1c5a5f1d {
    grid-column-end: 3;
  }

  #w-node-_85d727c6-fb3f-25b8-fbe2-9d7b66afa25a-1c5a5f1d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_85d727c6-fb3f-25b8-fbe2-9d7b66afa25d-1c5a5f1d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b56e-1c5a5f1d, #w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b575-1c5a5f1d, #w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b57c-1c5a5f1d, #w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b583-1c5a5f1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b567-1c5a5f1d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b56a-1c5a5f1d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_75678421-a045-1619-4909-4e2013a9b7d1-1c5a5f1d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_75678421-a045-1619-4909-4e2013a9b7df-1c5a5f1d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_75678421-a045-1619-4909-4e2013a9b7f0-1c5a5f1d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-dba4cd18-18b7-52f8-564f-914cf6ae55a8-1c5a5f1e {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_0e6c05eb-f13a-9945-a126-977dee56fc71-1c5a5f1e {
    grid-column: 1 / 3;
  }

  #w-node-dbf2f99c-4dfa-28ef-47d2-9ffe80a66b00-1c5a5f1e {
    grid-column-end: 3;
  }

  #w-node-dbf2f99c-4dfa-28ef-47d2-9ffe80a66b02-1c5a5f1e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e4f55cfb-eaaf-eaf7-ad21-ee919582e063-1c5a5f1e {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-e4f55cfb-eaaf-eaf7-ad21-ee919582e065-1c5a5f1e {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_13d94794-570e-9544-2171-7a382822b1bb-1c5a5f1e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_13d94794-570e-9544-2171-7a382822b1b9-1c5a5f1e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_71b95c26-9ea9-e432-415e-b865ca92fd42-1c5a5f1e {
    grid-column: 1 / 3;
  }

  #w-node-fe967ee0-5075-a803-96ba-6ee0755ab7dd-1c5a5f1e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e63a3489-c46c-d111-86d3-7a16b45f2c17-1c5a5f1e {
    justify-self: center;
  }

  #w-node-fe967ee0-5075-a803-96ba-6ee0755ab7db-1c5a5f1e {
    grid-column: 1 / 3;
  }

  #w-node-_51e60621-6e47-fe2c-b567-6125434f09f7-1c5a5f20 {
    grid-area: 1 / 2 / 4 / 3;
  }

  #w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195e3-1c5a5f20 {
    grid-column: 1 / 4;
    align-self: center;
  }

  #w-node-_051d7fce-4779-7f54-647f-cad823917bbf-1c5a5f20, #w-node-_051d7fce-4779-7f54-647f-cad823917bc4-1c5a5f20, #w-node-_5d320d3a-a406-8b2c-3169-ca6008102f96-1c5a5f20, #w-node-_5d320d3a-a406-8b2c-3169-ca6008102f9b-1c5a5f20, #w-node-_2e8ef0a5-03a2-f7da-8e1c-fcdef07828e6-1c5a5f20 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d192feed-dfdf-4f36-4dac-81614f797d50-1c5a5f20 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d192feed-dfdf-4f36-4dac-81614f797d59-1c5a5f20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d192feed-dfdf-4f36-4dac-81614f797d62-1c5a5f20 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-db7be41b-d092-a88e-2c84-114bf18ba5e1-1c5a5f20 {
    grid-column: 1 / 3;
  }

  #w-node-db7be41b-d092-a88e-2c84-114bf18ba5e3-1c5a5f20 {
    grid-column-end: 3;
  }

  #w-node-db2e0a19-e28c-f6b0-e184-5fa1a9089aad-1c5a5f20 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-db2e0a19-e28c-f6b0-e184-5fa1a9089a95-1c5a5f20 {
    grid-column: 1 / 3;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f1-1c5a5f21 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f3-1c5a5f21 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f6-1c5a5f21 {
    justify-self: center;
  }

  #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76c5-1c5a5f21, #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76c7-1c5a5f21, #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76c9-1c5a5f21, #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76cb-1c5a5f21, #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76cd-1c5a5f21, #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76cf-1c5a5f21 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8836cdde-9116-3baa-8321-a35ffcf98ea2-1c5a5f21 {
    grid-column-end: 3;
  }

  #w-node-_1f5318fa-37ae-f10b-3bc7-7e457be3106c-1c5a5f21 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4032a80e-f779-8315-1f33-c1a677057695-1c5a5f21 {
    grid-column: 1 / 3;
  }

  #w-node-_4032a80e-f779-8315-1f33-c1a677057697-1c5a5f21, #w-node-_4dcac56b-449b-b7de-34b2-0b4f40e29703-1c5a5f21 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4dcac56b-449b-b7de-34b2-0b4f40e29701-1c5a5f21, #w-node-_4c0e1f3b-1c74-fac8-0f38-168f92694004-1c5a5f21 {
    grid-column: 1 / 3;
  }

  #w-node-_4c0e1f3b-1c74-fac8-0f38-168f92694006-1c5a5f21 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9169bd71-0000-d3d0-3837-3e04135b49e3-1c5a5f21 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1859-1c5a5f21 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-_26b69ac0-3bc4-5e81-056c-898c2c566796-1c5a5f21 {
    grid-column: span 3 / span 3;
  }

  #w-node-_35c089b6-c8b2-3607-1e6a-6a2098d672a2-1c5a5f21 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-1c5a5f26 {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd8a1-1c5a5f26, #w-node-f7759285-3069-9755-c3f3-8dbf75c4baf9-1c5a5f26 {
    grid-column: 1 / 3;
  }

  #w-node-ae323e79-fe02-f165-734e-e0e7e98d9bf0-1c5a5f26, #w-node-_7ade0efc-20b0-9b93-f1a2-e4b7c9c1e083-1c5a5f26, #w-node-f605e432-a460-e4ed-8421-5d638a39842b-1c5a5f26 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_80edf3a9-f66f-f053-57e8-83061fca6b78-1c5a5f26 {
    grid-column: 1 / 3;
  }

  #w-node-_7eeb0e1a-c473-c8ca-b561-996ca470c664-1c5a5f26 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7eeb0e1a-c473-c8ca-b561-996ca470c66f-1c5a5f26, #w-node-_8d220363-86b3-f945-f80b-ba787cc6580e-1c5a5f26, #w-node-_641773b6-441e-d65d-b4e5-268948ec5fd3-1c5a5f26 {
    grid-column: 1 / 3;
  }

  #w-node-ed2db602-5b6f-6f6b-4845-5ef406f88ed8-1c5a5f26 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ed2db602-5b6f-6f6b-4845-5ef406f88ee6-1c5a5f26 {
    grid-column: 1 / 3;
  }

  #w-node-ed2db602-5b6f-6f6b-4845-5ef406f88eea-1c5a5f26 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ed2db602-5b6f-6f6b-4845-5ef406f88ef8-1c5a5f26 {
    grid-column: 1 / 3;
  }

  #w-node-_75b35d25-1295-4bdd-87a1-b938f5318b8f-1c5a5f26 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_75b35d25-1295-4bdd-87a1-b938f5318bab-1c5a5f26 {
    grid-column: 1 / 3;
  }

  #w-node-ed2db602-5b6f-6f6b-4845-5ef406f88f16-1c5a5f26 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ed2db602-5b6f-6f6b-4845-5ef406f88f32-1c5a5f26 {
    grid-column: 1 / 3;
  }

  #w-node-_1d661627-8827-f93b-ce4c-fc83a8aa747c-1c5a5f26, #w-node-b7575744-a576-67bb-b83d-7346f92b9541-1c5a5f4a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b85a6e33-96aa-3f7c-4e4e-000e7abdde9c-1c5a5f4a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b2ad7bfc-dc2f-80c9-e6c3-dc410481c85f-1c5a5f4a {
    grid-column: 1 / 4;
  }

  #w-node-b2ad7bfc-dc2f-80c9-e6c3-dc410481c864-1c5a5f4a {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-df340da3-0805-a209-fb56-1b707eb56b8f-1c5a5f4b {
    grid-column: 1 / 4;
  }

  #w-node-df340da3-0805-a209-fb56-1b707eb56b94-1c5a5f4b {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-f9c0c37d-20c2-93ca-794a-75a39349d241-1c5a5f60 {
    grid-column-end: 3;
  }

  #w-node-df340da3-0805-a209-fb56-1b707eb56b8f-1c5a5f60 {
    grid-column: 1 / 4;
  }

  #w-node-df340da3-0805-a209-fb56-1b707eb56b94-1c5a5f60 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-e48432f9-4b2b-5411-8ca5-b07ad6e784fc-1c5a5f6b {
    grid-column-end: 3;
  }

  #w-node-d06b0da3-afeb-bf64-efb8-f8b4ab472889-1c5a5f6b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_85a596d2-665d-964f-d72d-72682a636cb6-1c5a5f6c {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_12c10da2-d926-3eee-09c7-97900004ab9c-1c5a5f6c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f8854203-a303-13c2-c3ed-69e72ef67e46-1c5a5f6c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_47f00d4f-810c-fdb3-47db-ecbaa1b242c7-1c5a5f6d {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_97f7d3ba-1908-18aa-8196-60b6362f87af-1c5a5f6d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_92f1138f-6ef5-f329-6697-04bc6bbb0dc0-1c5a5f83 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ae74bca1-7a2a-7d20-3579-bd2748f73683-1c5a5f84 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c904e0a3-5373-f7d0-442e-c4f1dd8606c5-1c5a5f84 {
    grid-column: 1 / 3;
  }

  #w-node-f4579ad3-8342-a27b-b0af-97a9d8f818c6-1c5a5f85 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f4579ad3-8342-a27b-b0af-97a9d8f818d0-1c5a5f85 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e1dc66fb-bf88-2cf1-1bca-006b5e6d4019-1c5a5f8a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_57198bed-cc0e-e250-6f72-f2fa069b2b16-1c5a5f8a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e2859498-0993-2f9f-534e-3b34e3fb87e5-e3fb87e4 {
    grid-column-end: 3;
  }

  #w-node-e2859498-0993-2f9f-534e-3b34e3fb87e8-e3fb87e4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7f953b83-c71b-bf28-b7eb-0cb8c415c8d4-1c5a5fc5 {
    grid-column: 1 / 3;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131fa-1c5a5fc9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d13202-1c5a5fc9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d389396d-466b-f853-99c5-c5dcd7d5c7b6-1c5a5fc9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3a496b5b-c04c-db9d-bfc6-343fdb71cbfa-1c5a5fc9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fdd35eaa-5785-a164-313d-dce6c02f93fd-1c5a5fc9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bf2-1c5a5fc9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_58f8ed35-58b0-73ac-f80a-2d264c23c6cc-4901b859 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_58f8ed35-58b0-73ac-f80a-2d264c23c6ce-4901b859 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_9088d9f4-31b2-928a-df1a-d155e7082c16-4901b859 {
    grid-column: 1 / 3;
  }

  #w-node-_58f8ed35-58b0-73ac-f80a-2d264c23c6d6-4901b859 {
    grid-column: 1 / 3;
    grid-row-end: 7;
  }

  #w-node-d26031ea-9607-551b-db47-1e2216c872f5-4901b859 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ebb2eca5-8c9d-2f3d-b4ff-c97c1305216d-4901b859 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ebb2eca5-8c9d-2f3d-b4ff-c97c13052181-4901b859, #w-node-ebb2eca5-8c9d-2f3d-b4ff-c97c1305218c-4901b859 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e9e669a9-1f37-ea5e-8450-28dd51718128-4901b859, #w-node-_9bbe35a6-899b-b657-3785-7e495eca494b-4901b859 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9bbe35a6-899b-b657-3785-7e495eca495f-4901b859 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1d659469-59bc-c717-1be5-bf59f6916322-4901b859 {
    grid-column: 1 / 3;
  }

  #w-node-_0a1f20cd-428a-47f5-fed2-0b5507ffa5ee-4901b859 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0a1f20cd-428a-47f5-fed2-0b5507ffa5f2-4901b859, #w-node-_0a1f20cd-428a-47f5-fed2-0b5507ffa5f0-4901b859, #w-node-_0a1f20cd-428a-47f5-fed2-0b5507ffa5f4-4901b859, #w-node-_0a1f20cd-428a-47f5-fed2-0b5507ffa5f6-4901b859, #w-node-_0a1f20cd-428a-47f5-fed2-0b5507ffa5f8-4901b859 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_001c5575-5835-ef52-b127-f05e2621f5a6-4901b859 {
    grid-column: 1 / 3;
  }

  #w-node-_001c5575-5835-ef52-b127-f05e2621f5be-4901b859 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1fd-1c5a5f00 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b201-1c5a5f00 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b205-1c5a5f00 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-ccfd0a14-ab63-d91f-3dba-d319f7240171-1c5a5f16 {
    grid-row-start: 1;
  }

  #w-node-c8188b3e-3484-f075-aeb1-849fa9ad474c-1c5a5f19, #w-node-_574caf98-a973-636d-ebe8-b5b1ecc31910-1c5a5f19 {
    grid-column: span 2 / span 2;
  }

  #w-node-_90da1145-d545-ffdc-5e92-0c9ad33a9a66-1c5a5f1a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f4c5da93-211e-a3d1-a187-104982b19808-1c5a5f1a, #w-node-f4c5da93-211e-a3d1-a187-104982b19815-1c5a5f1a, #w-node-f4c5da93-211e-a3d1-a187-104982b19822-1c5a5f1a, #w-node-e45d119e-acd8-fb50-210e-f48a4ca674b8-1c5a5f1d, #w-node-_81420aaa-9035-1b86-fa41-a2043572ac49-1c5a5f1d, #w-node-ed5cc14e-1c03-7f7a-f5bc-2731badc5e3f-1c5a5f1d {
    grid-column: span 2 / span 2;
  }

  #w-node-_0d0d5af6-9deb-a136-2628-5d193856b3b6-1c5a5f20 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1ba52330-0839-77cb-66d8-b93b0f20667c-1c5a5f20, #w-node-_40e2ac19-45aa-f387-2d23-cb53592e5a37-1c5a5f20 {
    grid-column: span 2 / span 2;
  }

  #w-node-ba08ef3c-bbe4-a38e-abf4-77f071df227c-1c5a5f6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ba08ef3c-bbe4-a38e-abf4-77f071df2283-1c5a5f6b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0613788c-1b17-0168-7251-b17a7bbfea2b-1c5a5f6c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f4bcddfe-23df-1d5b-a843-163633396741-1c5a5f6c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_51b0b9d2-cb93-5e24-b186-16d065a93b7b-1c5a5fc9, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6836-1c5a5fc9 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6838-1c5a5fc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b683b-1c5a5fc9 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b683d-1c5a5fc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6840-1c5a5fc9 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6842-1c5a5fc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b684f-1c5a5fc9 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6851-1c5a5fc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6854-1c5a5fc9 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6856-1c5a5fc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6859-1c5a5fc9 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b685b-1c5a5fc9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b685e-1c5a5fc9 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6860-1c5a5fc9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6863-1c5a5fc9 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6865-1c5a5fc9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b32d87df-196d-d514-71e2-60e823349b61-1c5a5fc9 {
    justify-self: start;
  }

  #w-node-b32d87df-196d-d514-71e2-60e823349b63-1c5a5fc9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6868-1c5a5fc9 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b686a-1c5a5fc9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6872-1c5a5fc9 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6874-1c5a5fc9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2e3b1f04-099a-5ab0-3a01-8b99f5059c5f-1c5a5fc9 {
    justify-self: start;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131e1-1c5a5fc9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5049fc4a-a266-af71-51c4-13d706dfdfb3-1c5a5fc9 {
    justify-self: start;
  }

  #w-node-_5049fc4a-a266-af71-51c4-13d706dfdfb5-1c5a5fc9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3a496b5b-c04c-db9d-bfc6-343fdb71cbfa-1c5a5fc9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fdd35eaa-5785-a164-313d-dce6c02f93fd-1c5a5fc9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bdd-1c5a5fc9 {
    justify-self: start;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bdf-1c5a5fc9 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-1c5a5f00 {
    grid-column: 1 / 4;
    grid-row-start: 3;
    align-self: end;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd9-1c5a5f00 {
    place-self: stretch stretch;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-1c5a5f00 {
    justify-self: stretch;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-1c5a5f00 {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954af-1c5a5f00 {
    grid-column: 1 / 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b1-1c5a5f00, #w-node-d3d6d059-e3e1-5143-bf88-9947c55afedc-1c5a5f00 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1ec-1c5a5f00 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1fd-1c5a5f00, #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b201-1c5a5f00, #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b205-1c5a5f00 {
    grid-column-end: 7;
  }

  #w-node-ed793652-6d24-afcd-8e11-3364d5be0bd6-07bf8e43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f85948e-80ee-c352-6ea1-fe12f4e5d894-07bf8e43 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ab3dca5a-e5c9-7488-933c-97a5de7fbe76-1c5a5f01, #w-node-ab3dca5a-e5c9-7488-933c-97a5de7fbe7a-1c5a5f01 {
    justify-self: center;
  }

  #w-node-b1a5d701-6395-512a-5dca-6626482accaf-1c5a5f01 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-b1a5d701-6395-512a-5dca-6626482accbd-1c5a5f01 {
    grid-column: 1 / 3;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db7a-1c5a5f15 {
    grid-row: 3 / 5;
    align-self: start;
  }

  #w-node-bfcf71d7-4393-f879-3e15-a246d17d3f25-1c5a5f15 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-bfcf71d7-4393-f879-3e15-a246d17d3f23-1c5a5f15 {
    grid-column: 1 / 3;
  }

  #w-node-_016634d7-85a2-809e-b251-8fcdbdcccbe1-1c5a5f15 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_016634d7-85a2-809e-b251-8fcdbdcccbef-1c5a5f15 {
    grid-column: 1 / 3;
  }

  #w-node-bd8e8a1b-6e76-b799-4dac-ddd9ccc48f14-1c5a5f15 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-bd8e8a1b-6e76-b799-4dac-ddd9ccc48f22-1c5a5f15 {
    grid-column: 1 / 3;
  }

  #w-node-d6528e05-b1e4-17e5-7841-30299625593b-1c5a5f16 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center stretch;
  }

  #w-node-d6528e05-b1e4-17e5-7841-30299625593d-1c5a5f16 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_97fa55d7-601d-011a-f7dd-d8e8648b288f-1c5a5f16, #w-node-_97fa55d7-601d-011a-f7dd-d8e8648b2898-1c5a5f16, #w-node-_97fa55d7-601d-011a-f7dd-d8e8648b28a0-1c5a5f16 {
    grid-column: span 1 / span 1;
  }

  #w-node-d4e79ba6-1b70-13a4-8572-bb9fdcc7a0a4-1c5a5f16 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d4e79ba6-1b70-13a4-8572-bb9fdcc7a0b9-1c5a5f16, #w-node-f8683145-823d-09cc-acee-6224dfda433c-1c5a5f16 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-f8683145-823d-09cc-acee-6224dfda4327-1c5a5f16 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7360eaed-7a01-a7e3-2c34-5e3d5bcf2160-1c5a5f16 {
    grid-column: 1 / 3;
  }

  #w-node-_7360eaed-7a01-a7e3-2c34-5e3d5bcf2178-1c5a5f16 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-ccfd0a14-ab63-d91f-3dba-d319f7240171-1c5a5f16 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_9e67a7ed-fc9b-4715-d970-f823f8be1734-1c5a5f19 {
    grid-column: 1 / 4;
    grid-row-start: 3;
    align-self: end;
  }

  #w-node-_9e67a7ed-fc9b-4715-d970-f823f8be173a-1c5a5f19 {
    place-self: stretch stretch;
  }

  #w-node-_9e67a7ed-fc9b-4715-d970-f823f8be173c-1c5a5f19 {
    justify-self: stretch;
  }

  #w-node-c8b38652-7653-2142-0c7f-087ff010383b-1c5a5f19 {
    place-self: stretch stretch;
  }

  #w-node-c8b38652-7653-2142-0c7f-087ff010383d-1c5a5f19 {
    justify-self: stretch;
  }

  #w-node-_9e67a7ed-fc9b-4715-d970-f823f8be174e-1c5a5f19 {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954af-1c5a5f19 {
    grid-column: 1 / 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b1-1c5a5f19 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_5d37b974-0a6a-5424-0776-9691c2a562dc-1c5a5f1a {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_5d37b974-0a6a-5424-0776-9691c2a562e7-1c5a5f1a, #w-node-_1b866c16-bffb-1acf-1d1c-7f4a2282d3f5-1c5a5f1a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1b866c16-bffb-1acf-1d1c-7f4a2282d3ea-1c5a5f1a {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_90da1145-d545-ffdc-5e92-0c9ad33a9a5e-1c5a5f1a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a24-6e256a21 {
    grid-area: 1 / 2 / 6 / 3;
  }

  #w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a26-6e256a21 {
    grid-area: 4 / 3 / 8 / 4;
  }

  #w-node-_822fc8b6-e9b9-3b47-d46b-36af6e256a28-6e256a21 {
    grid-column: 4 / 5;
  }

  #w-node-dba4cd18-18b7-52f8-564f-914cf6ae55a8-1c5a5f1e {
    grid-column: 1 / 4;
  }

  #w-node-dbf2f99c-4dfa-28ef-47d2-9ffe80a66b00-1c5a5f1e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e4f55cfb-eaaf-eaf7-ad21-ee919582e063-1c5a5f1e {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-e4f55cfb-eaaf-eaf7-ad21-ee919582e065-1c5a5f1e {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-_13d94794-570e-9544-2171-7a382822b1bb-1c5a5f1e {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_13d94794-570e-9544-2171-7a382822b1b9-1c5a5f1e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_71b95c26-9ea9-e432-415e-b865ca92fd47-1c5a5f1e, #w-node-cd2ce318-cb05-7150-b899-f09e2d3ab28d-1c5a5f1e, #w-node-_447b6a22-0f59-5cab-9771-0649deae9e29-1c5a5f1e, #w-node-_9e8375bd-f8db-c12e-88a2-e365010ca2e9-1c5a5f1e, #w-node-_43b38231-b2f8-d0d2-dcd8-471b61427678-1c5a5f1e, #w-node-_24a2a26b-4dea-4071-9899-86bb4280e5e5-1c5a5f1e {
    grid-column: span 1 / span 1;
  }

  #w-node-_51e60621-6e47-fe2c-b567-6125434f09f7-1c5a5f20 {
    grid-column: 1 / 4;
    grid-row-end: 2;
    align-self: start;
  }

  #w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195e3-1c5a5f20 {
    grid-column: 1 / 4;
    grid-row-start: 3;
    align-self: start;
  }

  #w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195e9-1c5a5f20, #w-node-_3521d78c-0635-e997-7788-6e25f04e25db-1c5a5f20 {
    justify-self: stretch;
  }

  #w-node-d192feed-dfdf-4f36-4dac-81614f797d50-1c5a5f20, #w-node-d192feed-dfdf-4f36-4dac-81614f797d59-1c5a5f20, #w-node-d192feed-dfdf-4f36-4dac-81614f797d62-1c5a5f20 {
    grid-column-end: 4;
  }

  #w-node-_0d0d5af6-9deb-a136-2628-5d193856b3b6-1c5a5f20, #w-node-_1ba52330-0839-77cb-66d8-b93b0f20667c-1c5a5f20, #w-node-_40e2ac19-45aa-f387-2d23-cb53592e5a37-1c5a5f20 {
    grid-column: span 3 / span 3;
  }

  #w-node-db2e0a19-e28c-f6b0-e184-5fa1a9089aad-1c5a5f20 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-db2e0a19-e28c-f6b0-e184-5fa1a9089a95-1c5a5f20 {
    grid-column: 1 / 3;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f1-1c5a5f21 {
    align-self: end;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f3-1c5a5f21 {
    align-self: start;
  }

  #w-node-_4032a80e-f779-8315-1f33-c1a677057695-1c5a5f21 {
    grid-column: 1 / 3;
  }

  #w-node-_4032a80e-f779-8315-1f33-c1a677057697-1c5a5f21, #w-node-_4dcac56b-449b-b7de-34b2-0b4f40e29703-1c5a5f21 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_4dcac56b-449b-b7de-34b2-0b4f40e29701-1c5a5f21, #w-node-_4c0e1f3b-1c74-fac8-0f38-168f92694004-1c5a5f21 {
    grid-column: 1 / 3;
  }

  #w-node-_4c0e1f3b-1c74-fac8-0f38-168f92694006-1c5a5f21 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_22410945-d50a-e303-d8ac-29fde377e06f-1c5a5f21, #w-node-_22410945-d50a-e303-d8ac-29fde377e078-1c5a5f21, #w-node-_22410945-d50a-e303-d8ac-29fde377e080-1c5a5f21, #w-node-_22410945-d50a-e303-d8ac-29fde377e088-1c5a5f21, #w-node-_22410945-d50a-e303-d8ac-29fde377e090-1c5a5f21, #w-node-_22410945-d50a-e303-d8ac-29fde377e098-1c5a5f21 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-1c5a5f26 {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-f7759285-3069-9755-c3f3-8dbf75c4baf9-1c5a5f26 {
    grid-column: 1 / 3;
  }

  #w-node-ae323e79-fe02-f165-734e-e0e7e98d9bf0-1c5a5f26, #w-node-_7ade0efc-20b0-9b93-f1a2-e4b7c9c1e083-1c5a5f26, #w-node-f605e432-a460-e4ed-8421-5d638a39842b-1c5a5f26, #w-node-_7eeb0e1a-c473-c8ca-b561-996ca470c664-1c5a5f26 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_7eeb0e1a-c473-c8ca-b561-996ca470c66f-1c5a5f26, #w-node-_8d220363-86b3-f945-f80b-ba787cc6580e-1c5a5f26 {
    grid-column: 1 / 3;
  }

  #w-node-ed2db602-5b6f-6f6b-4845-5ef406f88ed8-1c5a5f26 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-ed2db602-5b6f-6f6b-4845-5ef406f88ee6-1c5a5f26 {
    grid-column: 1 / 3;
  }

  #w-node-ed2db602-5b6f-6f6b-4845-5ef406f88eea-1c5a5f26 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-ed2db602-5b6f-6f6b-4845-5ef406f88ef8-1c5a5f26 {
    grid-column: 1 / 3;
  }

  #w-node-_75b35d25-1295-4bdd-87a1-b938f5318b8f-1c5a5f26 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_75b35d25-1295-4bdd-87a1-b938f5318bab-1c5a5f26 {
    grid-column: 1 / 3;
  }

  #w-node-ed2db602-5b6f-6f6b-4845-5ef406f88f16-1c5a5f26 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-ed2db602-5b6f-6f6b-4845-5ef406f88f32-1c5a5f26 {
    grid-column: 1 / 3;
  }

  #w-node-_76145101-0833-3f38-818d-7cb67577b3c8-1c5a5f63 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d06b0da3-afeb-bf64-efb8-f8b4ab472889-1c5a5f6b, #w-node-_12c10da2-d926-3eee-09c7-97900004ab9c-1c5a5f6c, #w-node-f8854203-a303-13c2-c3ed-69e72ef67e46-1c5a5f6c, #w-node-_92f1138f-6ef5-f329-6697-04bc6bbb0dc0-1c5a5f83, #w-node-ae74bca1-7a2a-7d20-3579-bd2748f73683-1c5a5f84, #w-node-f4579ad3-8342-a27b-b0af-97a9d8f818c6-1c5a5f85, #w-node-f4579ad3-8342-a27b-b0af-97a9d8f818d0-1c5a5f85 {
    grid-column-end: 3;
  }

  #w-node-_51b0b9d2-cb93-5e24-b186-16d065a93b7b-1c5a5fc9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0ad869c3-5379-d416-fb3f-8ec6aaff50ab-1c5a5fc9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6836-1c5a5fc9, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b683b-1c5a5fc9, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6840-1c5a5fc9, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b684f-1c5a5fc9, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6854-1c5a5fc9, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6859-1c5a5fc9, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b685e-1c5a5fc9, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6863-1c5a5fc9, #w-node-b32d87df-196d-d514-71e2-60e823349b61-1c5a5fc9, #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6868-1c5a5fc9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131fa-1c5a5fc9 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d13202-1c5a5fc9 {
    grid-column-end: 3;
  }

  #w-node-ebb2eca5-8c9d-2f3d-b4ff-c97c1305216d-4901b859 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ebb2eca5-8c9d-2f3d-b4ff-c97c13052181-4901b859, #w-node-ebb2eca5-8c9d-2f3d-b4ff-c97c1305218c-4901b859 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-e9e669a9-1f37-ea5e-8450-28dd51718128-4901b859, #w-node-_9bbe35a6-899b-b657-3785-7e495eca494b-4901b859 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9bbe35a6-899b-b657-3785-7e495eca495f-4901b859 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_001c5575-5835-ef52-b127-f05e2621f5a6-4901b859 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center stretch;
  }

  #w-node-_001c5575-5835-ef52-b127-f05e2621f5be-4901b859 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'RethinkSans';
  src: url('../fonts/RethinkSans-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RethinkSans';
  src: url('../fonts/RethinkSans-ExtraBold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RethinkSans';
  src: url('../fonts/RethinkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RethinkSans';
  src: url('../fonts/RethinkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RethinkSans';
  src: url('../fonts/RethinkSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RethinkSans';
  src: url('../fonts/RethinkSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}