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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #141414;
  --midnight-blue-3: #050505;
  --green: #00ffd9;
  --pink: #ffa3a3;
  --yello: #edff00;
  --white: #fff;
  --bonbon: #fcb5f2;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown,
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity,
  .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: #f5f5f5;
  font-family: Generalsans, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: obvia-expanded, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.4;
}

h2 {
  color: var(--midnight-blue-3);
  font-family: obvia-expanded, sans-serif;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--midnight-blue-3);
  margin-top: 10px;
  font-family: obvia-expanded, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  color: var(--black);
  margin-top: 25px;
  font-family: obvia-expanded, sans-serif;
  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-3);
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-family: titillium-web, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: var(--black);
  text-align: right;
  font-family: titillium-web, sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-decoration: underline;
}

a:hover {
  color: var(--green);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: titillium-web, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

li {
  color: var(--midnight-blue-3);
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: titillium-web, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

strong {
  font-weight: bold;
}

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: #0000;
  position: relative;
  top: 0;
}

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

.section.titles.no-bg {
  background-color: #0000;
}

.section.titles.redyellow {
  background-image: linear-gradient(180deg, var(--pink), var(--yello));
}

.section.bg-dark-gray {
  background-color: #1f1f1f;
  background-image: none;
  background-size: auto;
}

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

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

.section.bg-salmon {
  background-color: #f1e6db;
  overflow: hidden;
}

.section.bg-dark-blue {
  background-color: var(--bonbon);
  background-image: linear-gradient(0deg, var(--pink), #ffa3a300), url('../images/AVATAi-asset18.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  overflow: hidden;
}

.section.bg-light-gray {
  background-color: #ebecf1;
}

.section.stretch {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.section.bg-mid-gray.inner-padding-medium {
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.bg-mid-gray.inner-padding-medium.redbonbon {
  background-image: linear-gradient(180deg, var(--pink), var(--bonbon));
}

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

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

.section.red {
  background-color: var(--pink);
  padding-top: 0;
  padding-bottom: 2em;
}

.section._30 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.section._30.bonbon {
  background-color: var(--pink);
  padding-top: 4em;
  padding-bottom: 4em;
}

.section._30.yellobon {
  background-color: var(--pink);
  background-image: linear-gradient(180deg, var(--yello), var(--bonbon));
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 0;
}

.section._30.bonbonyello {
  padding-bottom: 10px;
}

.section.yellow {
  background-color: var(--yello);
}

.section.yellow.greenicon {
  background-image: url('../images/AVATAi-asset8.png');
  background-position: -10%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.bonbon {
  background-color: var(--bonbon);
}

.section.bonbonyello {
  background-image: linear-gradient(180deg, var(--bonbon), var(--yello));
}

.section.black {
  background-color: var(--black);
  background-image: url('../images/AVATAi-asset23.svg');
  background-position: 50% 0;
  background-size: auto;
}

.section.yellored {
  background-image: linear-gradient(180deg, var(--yello), var(--pink));
}

.section.redbonbon {
  background-image: linear-gradient(180deg, var(--pink), var(--bonbon) 85%, var(--bonbon) 99%);
}

.section.to {
  padding-top: 4em;
}

.section.to.notop {
  padding-bottom: 4em;
}

.section.notop {
  display: block;
}

.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;
  max-width: 1380px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
}

.container.titles {
  color: #ffffffd9;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-bottom: 0;
  padding-top: 7vh;
  padding-bottom: 10px;
  display: flex;
}

.container.top-padding-large {
  padding-top: 20vh;
}

.container.margin-bottom-medium {
  margin-bottom: 0;
  padding-top: 4em;
  padding-bottom: 4em;
}

.container.margin-bottom-medium.yellobonbon {
  background-image: linear-gradient(180deg, var(--yello), var(--bonbon));
}

.container.header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6vh;
  display: flex;
  overflow: visible;
}

.container.header._100 {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 0;
}

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

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

.container.footer {
  padding-top: 35px;
}

.container.padding-hero {
  padding-top: 16vh;
  padding-bottom: 5vh;
}

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

.main-grid1.inner-padding-medium {
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
}

.main-grid1.inner-padding-medium._0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.main-grid1.inner-padding-medium.nobottom {
  padding-bottom: 1em;
}

.main-grid1.inner-padding-medium.nobottom.full {
  align-self: center;
  max-width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
}

.main-grid1.margin-bottom-small {
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  padding-right: 20vw;
  display: flex;
  overflow: scroll;
}

.main-grid1.margin-bottom-small.padding {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 60px;
  display: flex;
  overflow: scroll;
}

.main-grid1.margin-bottom-small.padding._1 {
  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;
  grid-auto-columns: 1fr;
  padding-right: 60px;
  display: grid;
  overflow: visible;
}

.main-grid1.margin-bottom-small.padding.off {
  display: none;
  overflow: scroll;
}

.main-grid1.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  box-shadow: 5px 5px 0 0 var(--yello);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.main-grid1.no-gap.padding-top-medium {
  padding-top: 10vh;
}

.main-grid1.no-gap.bottom {
  align-items: end;
}

.main-grid1.inner-padding-small {
  color: var(--white);
}

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

.main-grid1.short-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.main-grid1.mobile-grid {
  grid-row-gap: 0px;
  align-content: center;
}

.main-grid1.stretch {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  height: 100%;
}

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

.main-grid1.cards {
  align-content: space-between;
}

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

.main-grid1.sticky {
  position: sticky;
  top: 0;
}

.main-grid1.sticky.full-height {
  min-height: 100vh;
}

.main-grid1.padding-bottom-small.margin-bottom-small.center {
  justify-content: center;
  align-items: center;
  padding-right: 60px;
  display: block;
}

.main-grid1.padding-bottom-small.margin-bottom-small.center.no {
  padding-bottom: 0;
  overflow: visible;
}

.main-grid1.align-bottom {
  align-items: end;
}

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

.content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  min-height: auto;
  display: flex;
  position: relative;
}

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

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

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

.content-wrapper.cards {
  height: auto;
  max-height: none;
  text-decoration: none;
}

.content-wrapper.cards:hover {
  text-decoration: none;
}

.content-wrapper.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.content-wrapper.bg-dark-gray {
  height: 100%;
}

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

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

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

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

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

.hero-grid-header.pattern {
  background-image: url('../images/66bdcc96abf0bdfd1613ac10_AVATAi-asset22.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: 10vh auto auto auto auto;
  min-height: auto;
}

.title-tag {
  color: #65a8d4;
  text-align: left;
  text-transform: uppercase;
  font-family: Generalsans, sans-serif;
  font-size: 1em;
  font-weight: 500;
  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: 2em;
  display: flex;
}

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

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

.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 {
  padding-top: 12vh;
  padding-bottom: 18vh;
}

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

.inner-full-width-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  max-width: 2250px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.inner-full-width-grid.inner-padding-medium {
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
}

.half-container {
  color: #fff;
  width: 100%;
  max-width: 690px;
  min-height: 400px;
  padding-left: 30px;
  padding-right: 5vw;
}

.half-container.reverse {
  min-height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

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

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

.image-frame.up {
  top: -8vh;
}

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

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

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

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

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

.navgrid.cart {
  grid-template-columns: auto 2fr 1fr auto;
}

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

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

.heading-xlarge-hero {
  color: #0a1953;
  letter-spacing: -.03em;
  margin-top: 0;
  font-family: Generalsans, sans-serif;
  font-size: 8.5em;
  font-weight: 600;
  line-height: .9;
}

.heading-xlarge-hero.margin-bottom-small {
  margin-bottom: 6vh;
}

.heading-xlarge-hero.text-cyan {
  color: #4d8dc5;
}

.heading-xlarge-hero.text-cyan.margin-bottom-small {
  color: var(--midnight-blue-3);
  text-align: center;
  font-family: obvia-expanded, sans-serif;
  font-size: 4.4em;
  font-weight: 800;
  line-height: 120%;
}

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

.button {
  border: 1px none var(--midnight-blue-3);
  box-shadow: 0 2px 0 0 var(--black), inset 0 15px 5px 0 #fff;
  color: var(--black);
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff1a;
  background-image: linear-gradient(#ffffff91, #ffffff91);
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button:hover {
  box-shadow: 0 0 0 1px var(--black), inset 0 20px 5px 0 #fff;
  color: var(--black);
  background-color: #fff0;
  background-image: linear-gradient(#ffffffd6, #ffffffd6);
}

.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.color-blue {
  background-color: #1745fa;
}

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

.button.bg-white:hover {
  background-color: #d6d6d6;
}

.button.bg-dark-blue {
  background-color: #0a1953;
}

.button.inline {
  background-color: #0000;
  border-radius: 0;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -2px #00abd633;
}

.button.inline.text-dark-blue {
  color: #0a1953;
}

.button.bg-mid-green {
  background-color: var(--green);
}

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

.grid-buttons.inner-padding-micro {
  padding-top: 2em;
  padding-bottom: 2em;
}

.grid-buttons.nav {
  grid-template-columns: auto;
  align-self: center;
  place-items: center;
}

.grid-buttons.nav.verti {
  grid-row-gap: 20px;
  flex-flow: column;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-buttons.nav.verti.left {
  align-self: flex-start;
}

.grid-buttons.nav.center {
  justify-content: center;
}

.grid-buttons.nav.center.hori {
  grid-template-columns: auto;
  display: flex;
}

.p-small-size {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.p-small-size.margin-bottom-small {
  margin-bottom: 35px;
}

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

.nav-link {
  color: #0a1953;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link:hover {
  color: #4280b6;
}

.nav-link.w--current {
  color: #0a1953;
  background-color: #0a195312;
  border-radius: 3px;
}

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

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

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

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

.padding-bottom-small {
  padding-bottom: 6vh;
}

.link-icons {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.link-icons.center {
  justify-content: center;
  width: 36px;
  height: 36px;
}

.list-flex {
  color: var(--white);
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
}

.icon-check {
  height: 9px;
}

.tabs-column {
  grid-column-gap: 200px;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tabs-menu-vertical {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 35px;
  display: flex;
}

.tab-list {
  color: var(--white);
  text-align: left;
  background-color: #0000;
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 4vw 25px 20px;
  font-size: 14px;
  line-height: 1.4;
}

.tab-list:hover {
  background-color: #ffffff24;
}

.tab-list.w--current {
  background-color: var(--bonbon);
  box-shadow: 3px 3px 0 0 var(--green);
  color: var(--white);
  border-radius: 10px;
}

.dropdown-toggle {
  color: #0a1953;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 5px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 500;
}

.tabs-nav-menu {
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
  box-shadow: inset 0 -1px #d1d1d1;
}

.button-tab {
  color: #9094a1;
  text-align: center;
  background-color: #0000;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
  box-shadow: inset 0 -1px #0000;
}

.button-tab.w--current {
  color: #0a1953;
  background-color: #0000;
  box-shadow: inset 0 -2px #00abd6;
}

.box-wrapper {
  flex-direction: column;
  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-wrapper.no-padding {
  padding: 0;
}

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

.box-wrapper.inner-form-medium {
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
}

.box-wrapper.inner-form-medium.form {
  justify-content: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.box-wrapper.bg-white {
  background-color: var(--bonbon);
  background-image: linear-gradient(180deg, var(--bonbon), var(--pink));
  box-shadow: 4px 4px 0 0 var(--green);
  border-radius: 30px;
  align-self: center;
  width: auto;
  min-width: 240px;
  min-height: auto;
  padding: 1.5em;
  transition: box-shadow .4s;
}

.box-wrapper.bg-white:hover {
  box-shadow: 0 0 0 0 var(--green);
}

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

.box-wrapper.inner-padding-medium.justify {
  justify-content: center;
  max-width: 550px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.icon-wrap.margin-bottom-xsmall {
  border: 5px solid var(--pink);
  border-radius: 15px;
  width: 198px;
  height: 198px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.text-field {
  border: 2px solid #d1d1d3;
  border-radius: 3px;
  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;
  font-weight: 500;
}

.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.no-border {
  border-style: none;
}

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

.text-field.dark-blue {
  background-color: #081642;
  border-color: #091a52;
  min-width: auto;
}

.text-field.dark-blue::placeholder {
  color: #5e7799;
}

.icon-social {
  height: 30px;
  max-height: none;
}

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

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

.inner-footer-nav {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.inner-footer-nav.margin-bottom-small {
  grid-auto-flow: column;
}

.link-footer {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

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

.heading-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  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;
}

.stats-wrapper {
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.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;
  margin-bottom: 15px;
  display: flex;
}

.icon-content {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  display: block;
  overflow: visible;
}

.icon-content._1 {
  width: 30svh;
}

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

.big-heading-wrapper.inner-padding-medium {
  padding-top: 6em;
  padding-bottom: 6em;
}

.big-heading-wrapper.inner-padding-medium.bonbonyello {
  background-image: linear-gradient(180deg, var(--bonbon), var(--yello));
  padding-top: 3em;
  padding-bottom: 3em;
}

.big-heading-wrapper.inner-padding-medium.off {
  display: none;
}

.xlarge-scroll-heading {
  color: var(--midnight-blue-3);
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: obvia-expanded, sans-serif;
  font-size: 15vh;
  font-weight: 500;
}

.xlarge-scroll-heading.text-light-gray {
  color: #a5a9b6;
}

.xlarge-scroll-heading.text-dark-gray {
  color: #353535;
}

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

.quote-icon {
  opacity: .15;
  margin-bottom: 4%;
}

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

.logo-footer {
  align-self: flex-start;
  max-height: 70px;
  margin-bottom: 10px;
}

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

.device-wrapper {
  z-index: 6;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.device-wrapper.bottom.bg-color {
  align-items: flex-end;
  height: 100%;
}

.inner-content-column {
  flex-direction: column;
  align-items: center;
  min-height: 550px;
  padding-top: 2.5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
  overflow: hidden;
}

.inner-content-column.vertical-center {
  justify-content: center;
  padding: 1.5em 3.5em 2em;
}

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

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

.preview.contain {
  object-fit: contain;
}

.preview.opacity {
  opacity: .62;
  background-color: #000;
}

.main-paragraph {
  color: var(--white);
  letter-spacing: 0;
  font-family: titillium-web, sans-serif;
  font-weight: 500;
}

.main-paragraph.text-white-opacity {
  letter-spacing: 0;
  font-weight: 500;
}

.main-paragraph.split {
  column-count: 2;
  column-gap: 5em;
}

.main-paragraph.size-large {
  color: #545e88e6;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.25;
}

.main-paragraph.size-large.text-white-opacity {
  color: #fff9;
}

.main-paragraph.margin-bottom-small {
  color: var(--black);
}

.main-paragraph.size-small {
  color: var(--midnight-blue-3);
  text-align: center;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  display: none;
}

.main-paragraph.size-medium {
  font-weight: 500;
}

.button-play {
  background-color: #000000e6;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 90px;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.button-play:hover {
  background-color: #000000b3;
}

.media-videos {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.media-videos.absolute {
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-play {
  max-height: 22px;
  margin-left: 5px;
}

.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 {
  border-bottom: 1px solid #0000001a;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.wrapper-black {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  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: #142568b3;
  background-color: #fff9;
  border: 1px #5be5a8;
  border-radius: 4px;
  padding: 20px 38px;
  box-shadow: 0 2px 2px #0000000f;
}

.link-wrapper.rounded-button.bg-cyan {
  box-shadow: none;
  color: var(--green);
  background-color: #cbe3f0;
}

.link-wrapper.rounded-button.bg-light-gray {
  box-shadow: none;
  background-color: #eee9;
}

.icon-arrow {
  opacity: 1;
  object-fit: contain;
  height: 30px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 10px;
  overflow: visible;
}

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

.full-form {
  width: 100%;
}

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

.image-gallery-hero.move {
  height: auto;
  max-height: none;
  padding: 0;
}

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

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

.frame-image-overflow.no-frame {
  overflow: visible;
}

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

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

.frame-image-overflow.no-frame.second {
  box-shadow: 4px 4px 0 0 var(--green);
  border-radius: 40px;
  overflow: hidden;
}

.frame-image-overflow.no-frame.third {
  aspect-ratio: 1;
  box-shadow: 4px 4px 0 0 var(--green);
  border-radius: 40px;
  width: 70px;
  height: 70px;
  max-height: none;
  overflow: hidden;
}

.frame-image-overflow.no-frame.fourth {
  box-shadow: 4px 4px 0 0 var(--green);
  border-radius: 40px;
  overflow: hidden;
}

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

.frame-image-overflow.first {
  box-shadow: 4px 4px 0 0 var(--green);
  border-radius: 40px;
}

.lightbox-link {
  color: #fff;
  white-space: nowrap;
  background-color: #2c7fc9;
  border-radius: 5px;
  align-items: center;
  padding: 18px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.lightbox-link:hover {
  background-color: var(--green);
  color: #fff;
}

.icon-play-button {
  opacity: .7;
  height: 12px;
  margin-right: 12px;
}

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

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

.small-paragraph-wrapper {
  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: 0px;
  grid-row-gap: 0px;
  align-content: stretch;
  height: 100%;
}

.grid-stats.gap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 1;
  place-content: center;
}

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

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

.value {
  color: var(--midnight-blue-3);
  font-family: obvia-expanded, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
}

.value.small {
  color: #0a1953;
  font-size: 4em;
  font-weight: 600;
}

.value.medium {
  text-align: right;
  font-size: 5em;
}

.value.large {
  font-size: 8.9em;
}

.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 {
  perspective: 2000px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(2000px);
}

.center-wrapper.inner-padding-small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.center-wrapper.animation {
  z-index: 10;
}

.center-wrapper.padding-hero {
  padding-top: 10em;
  padding-bottom: 13em;
}

.center-wrapper.box-wrapper {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 14vh;
}

.heading-medium {
  color: #0a1953;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 3.3em;
  font-weight: 600;
  line-height: 1.1;
}

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

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

.heading-large {
  color: var(--black);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  font-family: obvia-expanded, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1;
}

.heading-large.margin-bottom-xsmall {
  color: var(--midnight-blue-3);
  text-transform: capitalize;
  font-family: obvia-wide, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

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

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

.heading-large.merch {
  font-family: Inter, sans-serif;
}

.heading-large.merch.text-black {
  letter-spacing: -.03em;
  font-size: 5em;
  font-weight: 700;
}

.heading-large.margin-bottom-small {
  flex: 0 auto;
}

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

.heading-large.center {
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  font-family: obvia-wide, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 80px;
}

.heading-regular {
  color: var(--midnight-blue-3);
  margin-top: 10px;
  font-family: obvia-expanded, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}

.heading-regular.margin-bottom-xsmall {
  color: var(--midnight-blue-3);
  text-align: center;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 800;
}

.heading-regular.margin-bottom-xsmall.left {
  text-align: left;
}

.heading-small {
  color: var(--midnight-blue-3);
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: obvia-expanded, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.heading-small.w--current {
  color: var(--white);
}

.heading-small.text-light-blue {
  color: #177bc7;
}

.heading-small.yello {
  color: var(--yello);
}

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

.bg-blue {
  background-color: var(--yello);
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #797979;
}

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

.text-white-opacity {
  color: #ffffffc7;
}

.color-blue {
  background-color: #4700e0;
}

.wrapper-call-to-action {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

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

.hero-ticker-images.hero {
  padding-top: 40vh;
}

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

.dropdown-list.w--open {
  background-color: #fff;
  overflow: hidden;
}

.dropdown-link {
  color: #0a1953a6;
  font-weight: 500;
}

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

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

.padding-top-large {
  padding-top: 12em;
}

.text-orange {
  color: #f5841b;
}

.text-cyan {
  color: #c9d5ec;
}

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

.grid-list-stats {
  grid-column-gap: 36px;
  grid-template-rows: auto;
}

.inner-stats-info {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-column-features {
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  min-height: auto;
  display: flex;
  position: relative;
}

.flex-column-features.device-wrapper {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.wrapper-full-image {
  width: 100%;
  height: 75vh;
  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;
}

.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 {
  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;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.inner-grid-cms {
  grid-column-gap: 48px;
  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 {
  height: 30vh;
  max-height: 220px;
}

.wrapper-image-blog.row {
  height: 25vh;
}

.wrapper-image-blog.side-padding {
  padding-left: 2em;
  padding-right: 2em;
}

.wrapper-image-blog.side-padding.bg-blue-sky {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-top: 5em;
  display: flex;
}

.wrapper-image-blog.featured {
  height: 48vh;
}

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

.stats-number {
  color: #0a1953;
  font-family: Generalsans, sans-serif;
}

.stats-number.large {
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

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

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

.label-form {
  color: #707588b3;
  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 {
  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 {
  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;
}

.full-hero-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 80vh;
  position: relative;
}

.full-hero-image.med {
  height: auto;
  min-height: 45vh;
}

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

.text-gray-light {
  color: #a5a5a5;
  font-family: Generalsans, sans-serif;
  font-weight: 500;
}

.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 {
  z-index: 20;
  min-height: auto;
  position: fixed;
  inset: auto 0% 0%;
}

.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: titillium-web, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.35;
  display: flex;
}

.flex-ticker {
  background-color: var(--yello);
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: titillium-web, sans-serif;
  display: flex;
}

.flex-ticker.large {
  padding-top: 20px;
  padding-bottom: 20px;
}

.social-icons-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.link-social {
  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;
}

.blog-link-wrapper.bg-white {
  height: 100%;
}

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

.overflow-wrapper.flex {
  align-items: flex-start;
  display: flex;
}

.overflow-wrapper.wide-image {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 40px;
  width: 100%;
  height: 90vh;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
}

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

.overflow-wrapper.image.video {
  height: auto;
  max-height: none;
}

.overflow-wrapper.cards {
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
}

.overflow-wrapper.image-hero {
  width: 100%;
  height: 100%;
  max-height: none;
}

.overflow-wrapper.image-product {
  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 {
  height: 65vh;
  margin-bottom: 35px;
}

.overflow-wrapper.bg-dark-blue.col-contact {
  padding: 62px 58px;
}

.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: 20px;
  margin-bottom: 3px;
  margin-right: 15px;
}

.wrapper-link-back {
  color: #464646;
  border-bottom: 1px solid #b8b8b8;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-decoration: none;
  display: flex;
}

.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 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-richtext p {
  margin-bottom: 35px;
}

.main-richtext blockquote {
  color: var(--white);
  background-color: #ffffffb3;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 57px;
  padding-right: 57px;
  font-weight: 500;
  line-height: 1.4;
}

.container-wrapper {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.flex-form-field {
  display: flex;
}

.content-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: start;
  align-self: center;
  place-items: start stretch;
  width: 100%;
  height: 100%;
}

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

.content-grid.center {
  grid-row-gap: 1.5em;
  text-align: center;
  justify-items: center;
}

.content-grid.mobile-cards {
  background-color: #fff;
  grid-template-rows: auto 1fr;
  align-content: start;
  padding: 35px 40px 45px;
}

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

.loader {
  z-index: 9999;
  background-color: #f5f5f5;
  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: #1745fa1a;
  border-radius: 20px;
  width: 350px;
  height: 6px;
  margin-top: 52px;
  margin-bottom: 52px;
  overflow: hidden;
}

.progress-bar {
  background-color: #0a195333;
  width: 100%;
  height: 6px;
}

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

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

.color-swatch.bg-mid-gray {
  background-color: #464646;
}

.color-swatch.bg-light-grey {
  background-color: #a5a5a5;
}

.color-swatch.bg-smoke-grey {
  background-color: #e9e8e8;
}

.color-swatch.bg-mid-green {
  background-color: var(--green);
}

.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 {
  background-color: #f8f8f8;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 25px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

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

.home-small-text {
  color: #3f3f3fd9;
  font-size: 13px;
  font-weight: 500;
}

.textarea-message {
  background-color: #fff;
  border: 2px solid #d1d1d3;
  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;
}

.inner-image-cta {
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  display: flex;
}

.bg-light-green {
  background-color: #c7dacd;
}

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

.bg-washed-green {
  background-color: #9bc7f8;
  overflow: hidden;
}

.bg-salmon {
  background-color: #eedece;
}

.mobile-image {
  opacity: 0;
  max-height: 70vh;
}

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

.mobile-image.large.flip {
  transform-origin: 50% 0;
  max-height: 90vh;
}

.mobile-image.small {
  z-index: 5;
  max-height: 40vh;
  position: relative;
}

.mobile-image.auto {
  height: 100%;
}

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

.rail-gallery {
  justify-content: space-between;
  min-height: 25vh;
  display: flex;
}

.grid-rail-images {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  grid-template-rows: 10vh auto 10vh;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.inner-frame {
  background-color: #4b17e9;
  min-height: 20vh;
  overflow: hidden;
}

.heading-xlarge {
  color: #0a1953;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 10em;
  font-weight: 600;
  line-height: .84;
}

.heading-xlarge.text-white {
  z-index: 4;
  color: #fff;
  position: relative;
}

.heading-xlarge.margin-bottom-xsmall {
  margin-bottom: 30px;
}

.heading-xlarge.margin-bottom-small {
  margin-bottom: 60px;
}

.heading-xlarge.text-cyan {
  color: #5de9ff;
}

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

.heading-xxlarge {
  color: #0a1953;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 16vh;
  font-weight: 600;
  line-height: .85;
}

.hero-grid-header-blue {
  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;
}

.hero-grid-header-blue.align-top {
  grid-template-rows: 10vh auto auto auto auto auto auto auto;
}

.bg-beige {
  background-color: #e7e4ca;
}

.master-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-row {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.grid-row.margin-bottom-xsmall {
  grid-column-gap: 16px;
  place-items: center stretch;
  margin-bottom: 15px;
}

.circle-icon-wrapper {
  background-color: #00ffd900;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.text-ticker {
  font-family: titillium-web, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-ticker.size-medium.text-dark-blue {
  color: #0a1953;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 45vh;
  display: flex;
  position: relative;
  overflow: visible;
}

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

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

.hero-frame-image.inner-padding {
  border-style: none;
  max-height: 33vh;
  padding: 20px 28px;
}

.main-grid-hero {
  z-index: 20;
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.main-grid-hero.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 20vh 20vh 20vh 20vh 10vh;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.brand {
  width: 300px;
  padding-bottom: 0;
  padding-right: 35px;
}

.brand.w--current {
  width: 280px;
}

.size-medium {
  font-size: 1.7em;
  line-height: 1.35;
}

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

.inner-bg.bg-light-green {
  background-color: var(--bonbon);
  box-shadow: 5px 5px 0 0 var(--yello);
  background-image: url('../images/66bdcc96abf0bdfd1613ac10_AVATAi-asset22.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 40px;
  overflow: hidden;
}

.inner-bg.full-height {
  height: 100vh;
}

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

.width-wrapper.inner-padding-medium.overflow {
  padding-top: 8em;
  padding-bottom: 8em;
  overflow: hidden;
}

.width-wrapper.inner-padding-medium.overflow.nobottom {
  background-image: url('../images/66bdcc96abf0bdfd1613ac10_AVATAi-asset22.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: row;
  padding-top: 40px;
  padding-bottom: 0;
}

.column-product-card {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
}

.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 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2c7fc9;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.topnav-button:hover {
  background-color: var(--green);
  color: #fff;
}

.topnav-button.outline {
  color: #fffc;
  background-color: #0000;
  transition: box-shadow .2s;
  box-shadow: inset -1px -1px #fff3, inset 1px 1px #fff3;
}

.topnav-button.outline:hover {
  color: #ffffffd9;
  border-color: #b3b3b3cc;
  box-shadow: inset -1px -1px #ffffff73, inset 1px 1px #ffffff73;
}

.topnav-button.outline.dark {
  color: #0a1953;
  box-shadow: inset -1px -1px 0 1px #0a19531a, inset 1px 1px 0 1px #0a19531a;
}

.topnav-button.outline.dark:hover {
  box-shadow: inset -1px -1px 0 1px #0a195340, inset 1px 1px 0 1px #0a195340;
}

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

.grid-row-wrapper {
  z-index: 3;
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  max-width: 85%;
  height: auto;
  padding: 25px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 35px #00000012;
}

.inner-padding {
  padding: 35px 45px 45px;
}

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

.contain-image.app {
  max-width: 40vw;
}

.half-grid-images {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw;
  grid-template-columns: 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

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

.bg-whitesmoke {
  background-color: #f5f5f5;
}

.bg-light-gray {
  background-color: #dcdee5;
}

.grid-card {
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  height: auto;
}

.bg-detail {
  background-color: var(--pink);
  background-image: url('../images/AVATAi-asset19.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

.bg-detail.short {
  background-color: #ffa3a300;
  background-image: url('../images/AVATAi-asset13.svg');
  background-position: 50%;
  background-attachment: scroll;
  height: 60vh;
}

.bg-detail.short.bg-salmon {
  background-color: #eed7bb;
}

.bg-detail.hero {
  height: 50vh;
}

.bg-detail.bg-dark {
  background-color: #353535;
}

.inner-card-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: none;
  padding: 50px 40px 60px;
  display: flex;
  position: relative;
}

.bg-cyan {
  background-color: #a0cfe7;
}

.grid-icons-integrations {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  justify-content: start;
}

.integration-icon-wrapper {
  background-color: #e2e2e2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  overflow: hidden;
}

.square-icon-wrapper {
  background-color: #0000001a;
  border: 1px #000;
  border-radius: 9px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  min-height: auto;
  padding: 15px 22px;
  display: flex;
}

.nav-wrapper {
  height: 100%;
  position: relative;
}

.nav-wrapper.bg-dark-blue {
  background-color: #081f69;
}

.nav-wrapper.bg-sky-blue {
  background-color: #48c2ff;
}

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

.nav-inner-bg {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 10px #0000000f;
}

.overlayer-nav {
  display: none;
}

.inner-nav-wrapper {
  justify-content: flex-end;
  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;
}

.callout-wrapper.inner-padding-small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.callout-wrapper.inner-padding-small.center {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}

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

.icon-small {
  width: 50px;
  height: 50px;
}

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

.inner-hero {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  padding-top: 13vh;
  display: flex;
  position: relative;
}

.inner-hero.overflow {
  overflow: hidden;
}

.ui-device-hero {
  height: 100%;
  max-height: 65vh;
}

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

.device-hero-wrapper.medium {
  max-height: 70vh;
}

.device-hero-wrapper.center {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.grid-icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  min-height: auto;
  display: grid;
  position: relative;
}

.grid-icon-wrapper.center {
  text-align: center;
  justify-items: center;
}

.title-tag-content {
  color: var(--midnight-blue-3);
  margin-bottom: 5px;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3;
}

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

.overlap {
  background-color: #1f1f1f;
  width: 100%;
  height: 45vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.device-center-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  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);
}

.rotate-left {
  transform: rotate(14deg);
}

.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;
  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.bg-blue-sky {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 40px;
  overflow: hidden;
}

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

.center-flex-wrapper-device.bg-color {
  background-color: var(--bonbon);
  border-radius: 40px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.center-flex-wrapper-device.bg-color.margin-bottom-xsmall {
  padding-top: 4vh;
  padding-bottom: 4vh;
  overflow: hidden;
}

.center-flex-wrapper-device.full-height {
  height: 100vh;
}

.center-flex-wrapper-device.full-height.bg-blue {
  overflow: hidden;
}

.center-flex-wrapper-device.square {
  height: 65vh;
}

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

.bg-color {
  background-color: #a8dfeb;
}

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

.box-cards {
  height: 100%;
}

.max-width {
  max-width: 1980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
}

.inner-full-image {
  height: 110vh;
}

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

.flex-scrolling.inner-padding-small {
  padding-top: 0;
}

.flex-scrolling.inner-padding-small.yellowblack {
  background-image: linear-gradient(180deg, var(--yello), var(--black));
}

.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-grid-ticker.coin,
.logo-grid-ticker.coin-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  width: 400%;
  padding-right: 20px;
  display: flex;
  overflow: visible;
}

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

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

.track-hero {
  flex-direction: column;
  justify-content: flex-start;
  height: 400vh;
  display: flex;
  position: relative;
}

.contain-icon {
  max-height: 80px;
}

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

.grid {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: center stretch;
}

.circle-wrapper-hero {
  z-index: 12;
  border-radius: 200px;
  flex: none;
  width: 15em;
  height: 15em;
  position: absolute;
  inset: 20vh auto 0% -5vw;
  overflow: hidden;
  box-shadow: 0 35px 60px #00000040;
}

.circle-wrapper-hero.second {
  width: 12em;
  height: 12em;
  inset: -2.5vh -6vw auto auto;
}

.circle-wrapper-hero.third {
  width: 10em;
  height: 10em;
  inset: auto -3vw -3vh auto;
}

.text-price {
  color: var(--white);
  font-weight: 500;
}

.bg-mid-gray {
  background-color: #eee;
}

.center-box-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

.coin-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 330px;
  min-width: auto;
  min-height: auto;
  padding: 20px;
  display: flex;
}

.circular-logo {
  border-radius: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.price {
  font-size: 26px;
  line-height: 1.2;
}

.price.text-green {
  color: var(--green);
}

.price.name {
  opacity: .66;
  color: var(--black);
  font-family: titillium-web, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.price.text-green {
  color: var(--black);
  font-family: obvia-expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.grid-dropdown {
  grid-template-rows: auto;
}

.cart-button {
  color: #0a1953;
  background-color: #0000;
}

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

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

.outline-hover.bg-dark-blue {
  background-color: #0a1953;
}

.frame-hero {
  position: relative;
}

.image-icon-hero {
  height: 180px;
  position: absolute;
  inset: -18% -7% auto auto;
}

.image-icon-hero.left {
  height: 100px;
  inset: -46% auto auto -1%;
}

.image-icon-hero.bottom {
  inset: auto auto -12% -14%;
}

.nav-sticky {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 90vh;
  padding-bottom: 5vh;
  display: flex;
  position: sticky;
  top: 5vh;
}

.circle-wrapper-frame {
  border-radius: 100%;
  width: 12vw;
  height: 12vw;
  position: relative;
  overflow: hidden;
}

.circle-wrapper-frame.two {
  right: 5vw;
}

.circle-wrapper-frame.three {
  width: 10vw;
  height: 10vw;
  margin-top: -5vh;
  margin-left: 10vw;
  margin-right: 0;
}

.circle-wrapper-frame.four {
  width: 15vw;
  height: 15vw;
  margin-top: -10vh;
}

.circle-wrapper-frame.five {
  width: 8vw;
  height: 8vw;
}

.div-block {
  border-radius: 80px;
  display: block;
}

.text-block {
  text-align: left;
  font-family: titillium-web, sans-serif;
  font-weight: 400;
}

.dropdown-toggle-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-2 {
  filter: saturate(0%);
  width: 30px;
}

.text-block-2 {
  object-fit: fill;
  align-self: auto;
  min-height: 30px;
  font-family: titillium-web, sans-serif;
  font-weight: 400;
  line-height: 2;
  text-decoration: none;
  position: static;
}

.paragraph-2 {
  font-weight: 300;
}

.youtube {
  height: 100%;
}

.paragraph-3 {
  font-weight: 300;
}

.button-2 {
  box-shadow: 0 2px 0 0 var(--midnight-blue-3), inset 0 15px 5px 0 #fff;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff1a;
  background-image: linear-gradient(#ffffff91, #ffffff91);
  border: 1px #050505;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-2:hover {
  box-shadow: 0 0 0 1px var(--black), inset 0 20px 5px 0 #fff;
  color: #000;
  background-color: #fff0;
  background-image: linear-gradient(#ffffffd6, #ffffffd6);
}

.code-embed {
  width: 100%;
}

.text-block-3 {
  font-family: titillium-web, sans-serif;
  font-weight: 400;
}

.div-block-2 {
  background-color: #00ffd900;
  background-image: linear-gradient(270deg, var(--white), #fff0);
  width: 70px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.paragraph-4 {
  text-align: left;
  font-weight: 300;
}

.background-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-4 {
  text-align: left;
  font-family: titillium-web, sans-serif;
}

.dropdown-2 {
  flex: 1;
}

.dropdown-list-2 {
  width: 100%;
}

.div-block-3 {
  background-image: url('../images/AVATAi-asset22.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-4 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 80px;
  padding: 15px;
}

.bg-detail-copy {
  background-color: #ffa3a300;
  background-image: url('../images/AVATAI_Logo_3D-Yellow-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

.bg-detail-copy.short {
  background-color: var(--pink);
  background-position: 100%;
  background-attachment: fixed;
  height: 60vh;
}

.bg-detail-copy.short.bg-salmon {
  background-color: #eed7bb;
}

.bg-detail-copy.hero {
  height: 50vh;
}

.bg-detail-copy.bg-dark {
  background-color: #353535;
}

.bonbon {
  background-color: var(--bonbon);
  background-image: url('../images/AVATAi-asset18.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.content-wrapper-2 {
  min-height: auto;
  position: relative;
}

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

.heading-small-2 {
  color: #050505;
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: obvia-expanded, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.heading-small-2.w--current {
  color: #fff;
}

.collection-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: block;
}

.collection-list-2,
.collection-list-3 {
  direction: ltr;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  display: flex;
}

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

.absolute.normal {
  z-index: 2;
  object-fit: fill;
  height: 100%;
  inset: 0%;
}

.absolute.behind {
  z-index: -1;
  vertical-align: sub;
  height: auto;
}

.normal {
  color: var(--bonbon);
  font-size: 14px;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible,
.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible,
.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible,
.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.mobile-margin-top-10._1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-left: 10px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-no-shadow {
  z-index: 400;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

.navbar-brand {
  width: 230px;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 0;
}

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

.heading-large-2 {
  color: #141414;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  font-family: obvia-expanded, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1;
}

.heading-large-2.margin-bottom-xsmall {
  color: #050505;
  text-transform: capitalize;
  font-family: obvia-expanded, sans-serif;
  font-weight: 400;
}

.title-tag-content-2 {
  color: #050505;
  margin-bottom: 5px;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3;
}

.main-paragraph-2 {
  color: #fff;
  letter-spacing: 0;
  font-family: titillium-web, sans-serif;
  font-weight: 500;
}

.html-embed {
  width: 100%;
  height: 155.5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: static;
  inset: 0% 0% auto;
}

.iframe-container-mobile {
  height: 100%;
  display: block;
  overflow: visible;
}

.background-video-2 {
  width: 100%;
  height: 100%;
  min-height: auto;
  position: absolute;
  inset: 0%;
}

.heading {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-family: obvia-expanded, sans-serif;
  font-size: 60px;
  font-weight: 800;
}

.heading-2 {
  font-size: 4em;
  font-weight: 400;
}

.block-quote {
  color: var(--pink);
  font-family: obvia-expanded, sans-serif;
}

.left {
  color: var(--black);
  text-align: left;
  font-family: titillium-web, sans-serif;
  font-weight: 400;
}

.p30 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  max-width: 1680px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.list-item {
  list-style-type: none;
}

.div-block-7 {
  background-image: linear-gradient(180deg, var(--pink), var(--yello));
  position: absolute;
  inset: 0%;
}

.div-block-7._100vh {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image-3 {
  z-index: 0;
  opacity: .34;
  vertical-align: middle;
  flex: none;
  align-self: center;
  width: 80%;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.carousel-fade-horizontal {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff, #faf9f900 20%, #f9f7f700 80%, #fff);
  position: absolute;
  inset: 0%;
}

.badge-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.booster-dropdown {
  width: 100%;
}

.carousel-fade-vertical {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#fff, #faf9f900 20%, #f9f7f700 80%, #fff);
  position: absolute;
  inset: 0%;
}

.booster-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #36364a;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 0 2px 6px #122b690a, 0 1px 2px #122b6914, 0 0 0 1px #122b6914;
}

.booster-toggle:hover {
  box-shadow: 0 2px 6px #122b691f, 0 1px 2px #122b691f, 0 0 0 1px #122b6914;
}

.booster-button-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.booster-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.carousel-horizontal {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.booster-header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.booster-script {
  display: none;
}

.booster-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #36364a;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.booster-link-block:hover {
  color: #11023b;
  background-color: #eeecff4d;
}

.logo-block {
  color: #11023b;
  border-radius: 24px;
  flex: none;
  padding: 28px;
  box-shadow: 0 6.648px 19.944px #12078f1c, 0 .831px 1.662px #0e09481a, 0 0 0 .831px #0e09480f, 0 2.333px 1.167px #95a0b214, 0 2.333px 1.167px #95a0b214, inset 0 -1.673px 1.673px #13276c0f, inset 0 -2.788px .697px #13276d0f, 0 1.167px .583px #95a0b214;
}

.booster-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #36364a;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .3s;
  box-shadow: 0 2px 6px #122b690a, 0 1px 2px #122b6914, 0 0 0 1px #122b6914;
}

.booster-card:hover {
  box-shadow: 0 2px 6px #122b691f, 0 1px 2px #122b691f, 0 0 0 1px #122b6914;
}

.booster-card.w--open {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 16px;
  position: relative;
}

.booster-divider {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  margin: 64px auto;
  display: flex;
}

.booster-table-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.booster-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #122b6914;
  border-radius: 0 9px 9px;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.booster-heading {
  color: #11023b;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
}

.booster-row {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-top: 1px solid #edf0f2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  padding: 8px 24px;
}

.booster-row.booster-table-header {
  background-color: #1e37820a;
  font-weight: 500;
}

.carousel-vertical {
  width: 180px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

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

.divider-line {
  background-color: #4a60a10f;
  width: 100%;
  max-width: 427px;
  height: 1px;
}

.booster-icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.carousel-horizontal-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.booster-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.booster-dropdown-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 62px;
  display: flex;
}

.flowbase-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #36364a;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 14px 6px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 0 2px 6px #122b690a, 0 1px 2px #122b6914, 0 0 0 1px #122b6914;
}

.flowbase-button:hover {
  box-shadow: 0 2px 6px #122b691f, 0 1px 2px #122b691f, 0 0 0 1px #122b6914;
}

.carousel-vertical-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.booster-attribute {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.booster-paragraph {
  color: #6c6f89;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.booster-tag {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #0062ff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.video-2 {
  height: 100%;
  min-height: 100%;
}

.collection-list-wrapper-3 {
  height: 100%;
}

.image-4 {
  height: auto;
  margin-top: 0;
  overflow: clip;
}

.image-5 {
  display: none;
}

.card1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fcb5f2;
  background-image: url('../images/Vectors-Wrapper.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 684px;
  max-height: 684px;
  margin-top: 40px;
  padding: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-2523 {
  grid-row-gap: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  padding-left: 30px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.button-3 {
  grid-column-gap: 10px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  mix-blend-mode: normal;
  background-color: #050505;
  border-radius: 110px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #00ffd9;
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.frame-2522 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #050505;
  letter-spacing: 0;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: obvia-wide, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.text-3 {
  color: #050505;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: obvia-expanded, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31.5px;
  text-decoration: none;
}

.button-4 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  overflow-wrap: normal;
  background-color: #ffffff38;
  border: 2px solid #000;
  border-radius: 110px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding: 15px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 14px 7px #fff;
}

.text-4 {
  color: #000;
  letter-spacing: -.005em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: titillium-web, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: obvia-expanded, sans-serif;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -279.671px;
  left: -83.5737px;
}

.card-2 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  background-color: #e9fefb;
  background-image: url('../images/Messenger.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  min-height: 684px;
  margin-top: 40px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 45px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 100%;
  text-decoration: none;
  display: flex;
  position: static;
}

.frame-2524 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 574px;
  text-decoration: none;
  display: flex;
}

.button-5 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #050505;
  border-radius: 110px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 -4px 7px #ffffffe6, 0 4px 4px #00000040, inset 0 -8px 14px #00000040;
}

.text-5 {
  color: #00ffd9;
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.frame-2525 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #050505;
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.text-7 {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.5px;
  text-decoration: none;
}

.button-6 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #ffffff38;
  border: 2px solid #000;
  border-radius: 110px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding: 15px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 14px 7px #fff;
}

.text-8 {
  color: #000;
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.card3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fcb5f2;
  background-image: url('../images/Vectors-Wrapper.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 684px;
  max-height: 684px;
  margin-top: 40px;
  padding: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e9fefb;
  background-image: url('../images/Messenger.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  min-height: 684px;
  margin-top: 40px;
  padding: 48px 45px;
  text-decoration: none;
  display: flex;
}

.image-6 {
  vertical-align: baseline;
  flex: 0 auto;
  order: 0;
  position: absolute;
  top: 110px;
  left: 451px;
}

.gif-preview {
  height: 50vh;
  position: absolute;
  inset: auto 50% -10%;
}

.gif-preview.normal {
  z-index: 2;
  object-fit: fill;
  height: 100%;
  inset: 0%;
}

.gif-preview.behind {
  z-index: -1;
  vertical-align: sub;
  height: auto;
}

.gif2 {
  position: relative;
  overflow: hidden;
}

.gif2.flex {
  align-items: flex-start;
  display: flex;
}

.gif2.wide-image {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 40px;
  width: 100%;
  height: 90vh;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
}

.gif2.preview {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 25px;
  width: 184px;
  height: 330px;
  max-height: 700px;
}

.gif2.preview.video {
  height: auto;
  max-height: none;
}

.gif2.cards {
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
}

.gif2.image-hero {
  width: 100%;
  height: 100%;
  max-height: none;
}

.gif2.image-product {
  width: 100%;
  height: 30vh;
  min-height: 340px;
}

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

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

.gif2.image-contact {
  height: 65vh;
  margin-bottom: 35px;
}

.gif2.bg-dark-blue.col-contact {
  padding: 62px 58px;
}

.carousel-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 390px;
  display: flex;
}

.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-items: center;
  width: 100%;
  position: relative;
}

.main-grid.inner-padding-medium {
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
}

.main-grid.inner-padding-medium._0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.main-grid.inner-padding-medium.nobottom {
  padding-bottom: 1em;
}

.main-grid.inner-padding-medium.nobottom.full {
  align-self: center;
  max-width: 100%;
  padding-bottom: 3em;
  display: block;
}

.main-grid.margin-bottom-small {
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  padding-right: 20vw;
  display: flex;
  overflow: scroll;
}

.main-grid.margin-bottom-small.padding {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 60px;
  display: flex;
  overflow: scroll;
}

.main-grid.margin-bottom-small.padding._1 {
  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;
  grid-auto-columns: 1fr;
  padding-right: 60px;
  display: grid;
  overflow: visible;
}

.main-grid.margin-bottom-small.padding.off {
  display: none;
  overflow: scroll;
}

.main-grid.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  box-shadow: 5px 5px 0 0 var(--yello);
  align-items: center;
}

.main-grid.no-gap.padding-top-medium {
  padding-top: 10vh;
}

.main-grid.no-gap.bottom {
  align-items: end;
}

.main-grid.inner-padding-small {
  color: var(--white);
}

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

.main-grid.short-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.main-grid.mobile-grid {
  grid-row-gap: 0px;
  align-content: center;
}

.main-grid.stretch {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  height: 100%;
}

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

.main-grid.cards {
  align-content: space-between;
}

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

.main-grid.sticky {
  position: sticky;
  top: 0;
}

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

.main-grid.padding-bottom-small.margin-bottom-small.center {
  justify-content: center;
  align-items: center;
  padding-right: 60px;
  display: block;
}

.main-grid.padding-bottom-small.margin-bottom-small.center.no {
  padding-bottom: 0;
  overflow: visible;
}

.main-grid.align-bottom {
  align-items: end;
}

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

.main-grid1-copy {
  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-items: center;
  width: 100%;
  position: relative;
}

.card {
  grid-row-gap: 45px;
  background-color: #fcb5f2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 342px;
  height: 684px;
  min-height: 684px;
  padding: 28px 25px;
  text-decoration: none;
  display: none;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-2526 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2528 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-7 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #050505;
  border-radius: 110px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 -4px 7px #ffffffe6, 0 4px 4px #00000040, inset 0 -8px 14px #00000040;
}

.text-9 {
  color: #00ffd9;
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.frame-2529 {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #050505;
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.text-11 {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 31.5px;
  text-decoration: none;
}

.button-8 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #ffffff38;
  border: 2px solid #000;
  border-radius: 110px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding: 15px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 14px 7px #fff;
}

.text-12 {
  color: #000;
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.card1-tablet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fcb5f2;
  background-image: url('../images/Vectors-Wrapper.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 684px;
  max-height: 684px;
  margin-top: 40px;
  padding: 48px;
  text-decoration: none;
  display: none;
  position: relative;
}

.vectors-wrapper-mobile {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-card-tablet {
  grid-row-gap: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 340px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.card2-tablet {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  background-color: #e9fefb;
  background-image: url('../images/Messenger.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  min-height: 684px;
  margin-top: 40px;
  padding: 48px 45px;
  text-decoration: none;
  display: none;
}

.card3-tablet {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fcb5f2;
  background-image: url('../images/Vectors-Wrapper.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 684px;
  max-height: 684px;
  margin-top: 40px;
  padding: 48px;
  text-decoration: none;
  display: none;
  position: relative;
}

.vectors-wrapper-3-mobile {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 100%;
  text-decoration: none;
  display: flex;
  position: static;
}

.frame-2523-copy {
  grid-row-gap: 42px;
  grid-row-gap: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 340px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.card1-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fcb5f2;
  background-image: url('../images/Vectors-Wrapper.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 684px;
  max-height: 684px;
  margin-top: 40px;
  padding: 48px;
  text-decoration: none;
  display: none;
  position: relative;
}

.card2-mobile {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  background-color: #e9fefb;
  background-image: url('../images/Messenger.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  min-height: 684px;
  margin-top: 40px;
  padding: 48px 45px;
  text-decoration: none;
  display: none;
}

.card3-mobile {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fcb5f2;
  background-image: url('../images/Vectors-Wrapper.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 684px;
  max-height: 684px;
  margin-top: 40px;
  padding: 48px;
  text-decoration: none;
  display: none;
  position: relative;
}

.text-card-mobile {
  grid-row-gap: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 340px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

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

.overflow-wrapper-copy.flex {
  align-items: flex-start;
  display: flex;
}

.overflow-wrapper-copy.wide-image {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 40px;
  width: 100%;
  height: 90vh;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
}

.overflow-wrapper-copy.image {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 40px;
  width: 100%;
  height: 100%;
  max-height: 700px;
}

.overflow-wrapper-copy.image.video {
  height: auto;
  max-height: none;
}

.overflow-wrapper-copy.cards {
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
}

.overflow-wrapper-copy.image-hero {
  width: 100%;
  height: 100%;
  max-height: none;
}

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

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

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

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

.overflow-wrapper-copy.bg-dark-blue.col-contact {
  padding: 62px 58px;
}

.gif1 {
  position: relative;
  overflow: hidden;
}

.gif1.flex {
  align-items: flex-start;
  display: flex;
}

.gif1.wide-image {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 40px;
  width: 100%;
  height: 90vh;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
}

.gif1.preview {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 25px;
  width: 184px;
  height: 330px;
  max-height: 700px;
  margin-top: 50px;
  display: flex;
}

.gif1.preview.video {
  height: auto;
  max-height: none;
}

.gif1.cards {
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
}

.gif1.image-hero {
  width: 100%;
  height: 100%;
  max-height: none;
}

.gif1.image-product {
  width: 100%;
  height: 30vh;
  min-height: 340px;
}

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

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

.gif1.image-contact {
  height: 65vh;
  margin-bottom: 35px;
}

.gif1.bg-dark-blue.col-contact {
  padding: 62px 58px;
}

.main-grid1-copy {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.main-grid1-copy.inner-padding-medium {
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
}

.main-grid1-copy.inner-padding-medium._0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.main-grid1-copy.inner-padding-medium.nobottom {
  padding-bottom: 1em;
}

.main-grid1-copy.inner-padding-medium.nobottom.full {
  align-self: center;
  max-width: 100%;
  padding-bottom: 3em;
  display: block;
}

.main-grid1-copy.margin-bottom-small {
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  padding-right: 20vw;
  display: flex;
  overflow: scroll;
}

.main-grid1-copy.margin-bottom-small.padding {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 60px;
  display: flex;
  overflow: scroll;
}

.main-grid1-copy.margin-bottom-small.padding._1 {
  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;
  grid-auto-columns: 1fr;
  padding-right: 60px;
  display: grid;
  overflow: visible;
}

.main-grid1-copy.margin-bottom-small.padding.off {
  display: none;
  overflow: scroll;
}

.main-grid1-copy.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  box-shadow: 5px 5px 0 0 var(--yello);
  align-items: center;
}

.main-grid1-copy.no-gap.padding-top-medium {
  padding-top: 10vh;
}

.main-grid1-copy.no-gap.bottom {
  align-items: end;
}

.main-grid1-copy.inner-padding-small {
  color: var(--white);
}

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

.main-grid1-copy.short-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.main-grid1-copy.mobile-grid {
  grid-row-gap: 0px;
  align-content: center;
}

.main-grid1-copy.stretch {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  height: 100%;
}

.main-grid1-copy.align-center {
  align-items: center;
}

.main-grid1-copy.cards {
  align-content: space-between;
}

.main-grid1-copy.align-top {
  align-items: start;
}

.main-grid1-copy.sticky {
  position: sticky;
  top: 0;
}

.main-grid1-copy.sticky.full-height {
  min-height: 100vh;
}

.main-grid1-copy.padding-bottom-small.margin-bottom-small.center {
  justify-content: center;
  align-items: center;
  padding-right: 60px;
  display: block;
}

.main-grid1-copy.padding-bottom-small.margin-bottom-small.center.no {
  padding-bottom: 0;
  overflow: visible;
}

.main-grid1-copy.align-bottom {
  align-items: end;
}

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

.box-wrapper-game-hub {
  flex-direction: column;
  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-wrapper-game-hub.no-padding {
  padding: 0;
}

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

.box-wrapper-game-hub.inner-form-medium {
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
}

.box-wrapper-game-hub.inner-form-medium.form {
  justify-content: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.box-wrapper-game-hub.bg-white {
  background-color: var(--bonbon);
  background-image: linear-gradient(180deg, var(--bonbon), var(--pink));
  box-shadow: 4px 4px 0 0 var(--green);
  border-radius: 30px;
  align-self: center;
  width: auto;
  min-width: 240px;
  min-height: auto;
  padding: 1.5em;
  transition: box-shadow .4s;
  display: none;
}

.box-wrapper-game-hub.bg-white:hover {
  box-shadow: 0 0 0 0 var(--green);
}

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

.box-wrapper-game-hub.inner-padding-medium.justify {
  justify-content: center;
  max-width: 550px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  order: -1;
  align-self: auto;
  width: 50%;
  position: relative;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.customize {
  grid-row-gap: 8px;
  background-color: #fcb5f2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 180px;
  left: 110px;
  box-shadow: 4px 4px #00ffd9;
}

.ar-magic {
  color: #050505;
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: obvia-expanded, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 125%;
  text-decoration: none;
}

.error-6edeeb9b-b833-b21f-b04b-f68599dfe159 {
  color: #050505;
  width: 195px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: titillium-web, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.content {
  grid-row-gap: 8px;
  background-color: #fcb5f2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 370px;
  left: 60px;
  box-shadow: 4px 4px #00ffd9;
}

.game-hub {
  grid-row-gap: 8px;
  background-color: #fcb5f2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 180px;
  left: 690px;
  box-shadow: 4px 4px #00ffd9;
}

.interact-with-your-avatai-in-augmented-reality-copy {
  color: #050505;
  width: 210px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.discover {
  grid-row-gap: 8px;
  background-color: #fcb5f2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 370px;
  left: 730px;
  box-shadow: 4px 4px #00ffd9;
}

.features-video {
  position: relative;
  overflow: hidden;
}

.features-video.flex {
  align-items: flex-start;
  display: flex;
}

.features-video.wide-image {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 40px;
  width: 100%;
  height: 90vh;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
}

.features-video.image {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 40px;
  order: 0;
  align-self: auto;
  width: 280px;
  height: 571px;
  max-height: 700px;
  position: absolute;
}

.features-video.image.video {
  height: auto;
  max-height: none;
}

.features-video.cards {
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
}

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

.features-video.image-product {
  width: 100%;
  height: 30vh;
  min-height: 340px;
}

.features-video.image-post {
  height: 45vh;
  min-height: 525px;
}

.features-video.image-post.header {
  height: 65vh;
}

.features-video.image-contact {
  height: 65vh;
  margin-bottom: 35px;
}

.features-video.bg-dark-blue.col-contact {
  padding: 62px 58px;
}

.heading-large-2-copy {
  color: #141414;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  font-family: obvia-expanded, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1;
}

.heading-large-2-copy.margin-bottom-xsmall {
  color: #050505;
  text-transform: capitalize;
  font-family: obvia-expanded, sans-serif;
  font-weight: 400;
}

.main-grid3 {
  grid-column-gap: 71px;
  grid-row-gap: 71px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.main-grid3.inner-padding-medium {
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
}

.main-grid3.inner-padding-medium._0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.main-grid3.inner-padding-medium.nobottom {
  padding-bottom: 1em;
}

.main-grid3.inner-padding-medium.nobottom.full {
  align-self: center;
  max-width: 100%;
  padding-top: 4px;
  padding-bottom: 3em;
  display: block;
}

.main-grid3.margin-bottom-small {
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  padding-right: 20vw;
  display: flex;
  overflow: scroll;
}

.main-grid3.margin-bottom-small.padding {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 60px;
  display: flex;
  overflow: scroll;
}

.main-grid3.margin-bottom-small.padding._1 {
  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;
  grid-auto-columns: 1fr;
  padding-right: 60px;
  display: grid;
  overflow: visible;
}

.main-grid3.margin-bottom-small.padding.off {
  display: none;
  overflow: scroll;
}

.main-grid3.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  box-shadow: 5px 5px 0 0 var(--yello);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.main-grid3.no-gap.padding-top-medium {
  padding-top: 10vh;
}

.main-grid3.no-gap.bottom {
  align-items: end;
}

.main-grid3.inner-padding-small {
  color: var(--white);
}

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

.main-grid3.short-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.main-grid3.mobile-grid {
  grid-row-gap: 0px;
  align-content: center;
}

.main-grid3.stretch {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  height: 100%;
}

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

.main-grid3.cards {
  align-content: space-between;
}

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

.main-grid3.sticky {
  position: sticky;
  top: 0;
}

.main-grid3.sticky.full-height {
  min-height: 100vh;
}

.main-grid3.padding-bottom-small.margin-bottom-small.center {
  justify-content: center;
  align-items: center;
  padding-right: 60px;
  display: block;
}

.main-grid3.padding-bottom-small.margin-bottom-small.center.no {
  padding-bottom: 0;
  overflow: visible;
}

.main-grid3.align-bottom {
  align-items: end;
}

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

.container-wrapper-copy1 {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

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

.footer-grid.inner-padding-medium {
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
}

.footer-grid.inner-padding-medium._0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.footer-grid.inner-padding-medium.nobottom {
  padding-bottom: 1em;
}

.footer-grid.inner-padding-medium.nobottom.full {
  align-self: center;
  max-width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
}

.footer-grid.margin-bottom-small {
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  padding-right: 20vw;
  display: flex;
  overflow: scroll;
}

.footer-grid.margin-bottom-small.padding {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 60px;
  display: flex;
  overflow: scroll;
}

.footer-grid.margin-bottom-small.padding._1 {
  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;
  grid-auto-columns: 1fr;
  padding-right: 60px;
  display: grid;
  overflow: visible;
}

.footer-grid.margin-bottom-small.padding.off {
  display: none;
  overflow: scroll;
}

.footer-grid.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  box-shadow: 5px 5px 0 0 var(--yello);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer-grid.no-gap.padding-top-medium {
  padding-top: 10vh;
}

.footer-grid.no-gap.bottom {
  align-items: end;
}

.footer-grid.inner-padding-small {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer-grid.short-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.footer-grid.mobile-grid {
  grid-row-gap: 0px;
  align-content: center;
}

.footer-grid.stretch {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  height: 100%;
}

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

.footer-grid.cards {
  align-content: space-between;
}

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

.footer-grid.sticky {
  position: sticky;
  top: 0;
}

.footer-grid.sticky.full-height {
  min-height: 100vh;
}

.footer-grid.padding-bottom-small.margin-bottom-small.center {
  justify-content: center;
  align-items: center;
  padding-right: 60px;
  display: block;
}

.footer-grid.padding-bottom-small.margin-bottom-small.center.no {
  padding-bottom: 0;
  overflow: visible;
}

.footer-grid.align-bottom {
  align-items: end;
}

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

.content-wrapper-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  min-height: auto;
  display: flex;
  position: relative;
}

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

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

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

.content-wrapper-features.cards {
  height: auto;
  max-height: none;
  text-decoration: none;
}

.content-wrapper-features.cards:hover {
  text-decoration: none;
}

.content-wrapper-features.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.content-wrapper-features.bg-dark-gray {
  height: 100%;
}

.container-copy1 {
  z-index: 2;
  flex: 0 auto;
  max-width: 1380px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
}

.container-copy1.titles {
  color: #ffffffd9;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-bottom: 0;
  padding-top: 7vh;
  padding-bottom: 12vh;
  display: flex;
}

.container-copy1.top-padding-large {
  padding-top: 20vh;
}

.container-copy1.margin-bottom-medium {
  margin-bottom: 0;
  padding-top: 4em;
  padding-bottom: 4em;
}

.container-copy1.margin-bottom-medium.yellobonbon {
  background-image: linear-gradient(180deg, var(--yello), var(--bonbon));
}

.container-copy1.header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6vh;
  display: flex;
  overflow: visible;
}

.container-copy1.header._100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 0;
}

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

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

.container-copy1.footer {
  padding-top: 35px;
}

.container-copy1.padding-hero {
  padding-top: 16vh;
  padding-bottom: 5vh;
}

.features-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.game-hub-mobile {
  grid-row-gap: 8px;
  background-color: #fcb5f2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 180px;
  left: 690px;
  box-shadow: 4px 4px #00ffd9;
}

.customize-mobile {
  grid-row-gap: 8px;
  background-color: #fcb5f2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 180px;
  left: 110px;
  box-shadow: 4px 4px #00ffd9;
}

.content-mobile {
  grid-row-gap: 8px;
  background-color: #fcb5f2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 370px;
  left: 60px;
  box-shadow: 4px 4px #00ffd9;
}

.discover-mobile {
  grid-row-gap: 8px;
  background-color: #fcb5f2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 370px;
  left: 730px;
  box-shadow: 4px 4px #00ffd9;
}

.features-video-mobile {
  position: relative;
  overflow: hidden;
}

.features-video-mobile.flex {
  align-items: flex-start;
  display: flex;
}

.features-video-mobile.wide-image {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 40px;
  width: 100%;
  height: 90vh;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
}

.features-video-mobile.image {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 40px;
  order: 0;
  align-self: auto;
  width: 280px;
  height: 571px;
  max-height: 700px;
  position: absolute;
}

.features-video-mobile.image.video {
  height: auto;
  max-height: none;
}

.features-video-mobile.cards {
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
}

.features-video-mobile.image-hero {
  width: 100%;
  height: 100%;
  max-height: none;
}

.features-video-mobile.image-product {
  width: 100%;
  height: 30vh;
  min-height: 340px;
}

.features-video-mobile.image-post {
  height: 45vh;
  min-height: 525px;
}

.features-video-mobile.image-post.header {
  height: 65vh;
}

.features-video-mobile.image-contact {
  height: 65vh;
  margin-bottom: 35px;
}

.features-video-mobile.bg-dark-blue.col-contact {
  padding: 62px 58px;
}

.image-8-mobile {
  order: -1;
  align-self: auto;
  width: 120%;
  max-width: none;
  position: relative;
}

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

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

.button1.nav {
  grid-template-columns: auto;
  align-self: center;
  place-items: center;
}

.button1.nav.verti {
  grid-row-gap: 20px;
  flex-flow: column;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button1.nav.center {
  justify-content: center;
}

.text-block-2-copy {
  font-family: titillium-web, sans-serif;
  font-weight: 400;
}

.carousel-placeholder {
  width: 56px;
  height: 56px;
}

.logo-grid-gifs {
  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-grid-gifs.coin {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  width: 400%;
  padding-right: 20px;
  display: flex;
  overflow: visible;
}

.logo-grid-gifs.coin-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  width: 400%;
  padding-right: 20px;
  display: flex;
  overflow: visible;
}

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

.button1-copy.inner-padding-micro {
  padding-top: 2em;
  padding-bottom: 2em;
}

.button1-copy.nav {
  grid-template-columns: auto;
  align-self: flex-start;
  place-items: center;
}

.button1-copy.nav.verti {
  grid-row-gap: 20px;
  flex-flow: column;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button1-copy.nav.center {
  justify-content: center;
}

.heading-large-copy {
  color: var(--black);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  font-family: obvia-expanded, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1;
}

.heading-large-copy.margin-bottom-xsmall {
  color: var(--midnight-blue-3);
  text-transform: capitalize;
  font-family: obvia-wide, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

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

.heading-large-copy.margin-bottom-xsmall._30 {
  text-align: left;
  align-self: center;
}

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

.heading-large-copy.merch {
  font-family: Inter, sans-serif;
}

.heading-large-copy.merch.text-black {
  letter-spacing: -.03em;
  font-size: 5em;
  font-weight: 700;
}

.heading-large-copy.margin-bottom-small {
  flex: 0 auto;
}

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

.heading-large-copy.center {
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  font-family: obvia-wide, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 80px;
}

.grid-bg-copy {
  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;
}

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

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

.section-copy.titles.no-bg {
  background-color: #0000;
}

.section-copy.titles.redyellow {
  background-image: linear-gradient(180deg, var(--pink), var(--yello));
}

.section-copy.bg-dark-gray {
  background-color: #1f1f1f;
  background-image: none;
  background-size: auto;
}

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

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

.section-copy.bg-salmon {
  background-color: #f1e6db;
  overflow: hidden;
}

.section-copy.bg-dark-blue {
  background-color: var(--bonbon);
  background-image: linear-gradient(0deg, var(--pink), #ffa3a300), url('../images/AVATAi-asset18.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  overflow: hidden;
}

.section-copy.bg-light-gray {
  background-color: #ebecf1;
}

.section-copy.stretch {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.section-copy.bg-mid-gray.inner-padding-medium {
  padding-top: 8em;
  padding-bottom: 8em;
}

.section-copy.bg-mid-gray.inner-padding-medium.redbonbon {
  background-image: linear-gradient(180deg, var(--pink), var(--bonbon));
}

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

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

.section-copy.red {
  background-color: var(--pink);
  padding-top: 0;
  padding-bottom: 2em;
}

.section-copy._30 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.section-copy._30.bonbon {
  background-color: var(--pink);
  padding-top: 4em;
  padding-bottom: 4em;
}

.section-copy._30.yellobon {
  background-color: var(--pink);
  background-image: linear-gradient(180deg, var(--yello), var(--bonbon));
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 0;
}

.section-copy._30.bonbonyello {
  padding-bottom: 10px;
}

.section-copy.yellow {
  background-color: var(--yello);
}

.section-copy.yellow.greenicon {
  background-image: url('../images/AVATAi-asset8.png');
  background-position: -10%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-copy.bonbon {
  background-color: var(--bonbon);
}

.section-copy.bonbonyello {
  background-image: linear-gradient(180deg, var(--bonbon), var(--yello));
}

.section-copy.black {
  background-color: var(--black);
  background-image: url('../images/AVATAi-asset23.svg');
  background-position: 50% 0;
  background-size: auto;
}

.section-copy.yellored {
  background-image: linear-gradient(180deg, var(--yello), var(--pink));
}

.section-copy.redbonbon {
  background-image: linear-gradient(180deg, var(--pink), var(--bonbon) 85%, var(--bonbon) 99%);
}

.section-copy.to {
  padding-top: 4em;
}

.section-copy.to.notop {
  padding-bottom: 4em;
}

.section-copy.notop {
  display: none;
}

.features-video-mobile-copy {
  position: relative;
  overflow: hidden;
}

.features-video-mobile-copy.flex {
  align-items: flex-start;
  display: flex;
}

.features-video-mobile-copy.wide-image {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 40px;
  width: 100%;
  height: 90vh;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
}

.features-video-mobile-copy.image {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 40px;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  width: 220px;
  height: 448px;
  max-height: 700px;
  position: absolute;
}

.features-video-mobile-copy.image.video {
  height: auto;
  max-height: none;
}

.features-video-mobile-copy.cards {
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
}

.features-video-mobile-copy.image-hero {
  width: 100%;
  height: 100%;
  max-height: none;
}

.features-video-mobile-copy.image-product {
  width: 100%;
  height: 30vh;
  min-height: 340px;
}

.features-video-mobile-copy.image-post {
  height: 45vh;
  min-height: 525px;
}

.features-video-mobile-copy.image-post.header {
  height: 65vh;
}

.features-video-mobile-copy.image-contact {
  height: 65vh;
  margin-bottom: 35px;
}

.features-video-mobile-copy.bg-dark-blue.col-contact {
  padding: 62px 58px;
}

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

.overflow-wrapper-copy11.flex {
  align-items: flex-start;
  display: flex;
}

.overflow-wrapper-copy11.wide-image {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 40px;
  width: 100%;
  height: 90vh;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
}

.overflow-wrapper-copy11.image {
  box-shadow: 5px 5px 0 0 var(--green);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 700px;
}

.overflow-wrapper-copy11.image.video {
  height: auto;
  max-height: none;
}

.overflow-wrapper-copy11.cards {
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
}

.overflow-wrapper-copy11.image-hero {
  width: 100%;
  height: 100%;
  max-height: none;
}

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

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

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

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

.overflow-wrapper-copy11.bg-dark-blue.col-contact {
  padding: 62px 58px;
}

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

.main-grid1-copy2.inner-padding-medium {
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
}

.main-grid1-copy2.inner-padding-medium._0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.main-grid1-copy2.inner-padding-medium.nobottom {
  padding-bottom: 1em;
}

.main-grid1-copy2.inner-padding-medium.nobottom.full {
  align-self: center;
  max-width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
}

.main-grid1-copy2.margin-bottom-small {
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
  padding-right: 20vw;
  display: flex;
  overflow: scroll;
}

.main-grid1-copy2.margin-bottom-small.padding {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 60px;
  display: flex;
  overflow: scroll;
}

.main-grid1-copy2.margin-bottom-small.padding._1 {
  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;
  grid-auto-columns: 1fr;
  padding-right: 60px;
  display: grid;
  overflow: visible;
}

.main-grid1-copy2.margin-bottom-small.padding.off {
  display: none;
  overflow: scroll;
}

.main-grid1-copy2.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  box-shadow: 5px 5px 0 0 var(--yello);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.main-grid1-copy2.no-gap.padding-top-medium {
  padding-top: 10vh;
}

.main-grid1-copy2.no-gap.bottom {
  align-items: end;
}

.main-grid1-copy2.inner-padding-small {
  color: var(--white);
}

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

.main-grid1-copy2.short-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.main-grid1-copy2.mobile-grid {
  grid-row-gap: 0px;
  align-content: center;
}

.main-grid1-copy2.stretch {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  height: 100%;
}

.main-grid1-copy2.align-center {
  align-items: center;
}

.main-grid1-copy2.cards {
  align-content: space-between;
}

.main-grid1-copy2.align-top {
  align-items: start;
}

.main-grid1-copy2.sticky {
  position: sticky;
  top: 0;
}

.main-grid1-copy2.sticky.full-height {
  min-height: 100vh;
}

.main-grid1-copy2.padding-bottom-small.margin-bottom-small.center {
  justify-content: center;
  align-items: center;
  padding-right: 60px;
  display: block;
}

.main-grid1-copy2.padding-bottom-small.margin-bottom-small.center.no {
  padding-bottom: 0;
  overflow: visible;
}

.main-grid1-copy2.align-bottom {
  align-items: end;
}

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

.container-wrapper-copy {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.facebook {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.facebook.center {
  justify-content: center;
  width: 36px;
  height: 36px;
  display: none;
}

.instagram {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.instagram.center {
  justify-content: center;
  width: 36px;
  height: 36px;
}

.x-twitter {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.x-twitter.center {
  justify-content: center;
  width: 36px;
  height: 36px;
}

.linkedin {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.linkedin.center {
  justify-content: center;
  width: 36px;
  height: 36px;
  display: none;
}

.yt {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.yt.center {
  justify-content: center;
  width: 36px;
  height: 36px;
  display: none;
}

.vimeo {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.vimeo.center {
  justify-content: center;
  width: 36px;
  height: 36px;
  display: none;
}

.twitch {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.twitch.center {
  justify-content: center;
  width: 36px;
  height: 36px;
  display: none;
}

.tiktok {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.tiktok.center {
  justify-content: center;
  width: 36px;
  height: 36px;
}

.telegram {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.telegram.center {
  justify-content: center;
  width: 36px;
  height: 36px;
  display: none;
}

.discord {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.discord.center {
  justify-content: center;
  width: 36px;
  height: 36px;
  display: none;
}

.player {
  background-color: #0000;
  position: relative;
  top: 0;
}

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

.player.titles.no-bg {
  background-color: #0000;
}

.player.titles.redyellow {
  background-image: linear-gradient(180deg, var(--pink), var(--yello));
}

.player.bg-dark-gray {
  background-color: #1f1f1f;
  background-image: none;
  background-size: auto;
}

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

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

.player.bg-salmon {
  background-color: #f1e6db;
  overflow: hidden;
}

.player.bg-dark-blue {
  background-color: var(--bonbon);
  background-image: linear-gradient(0deg, var(--pink), #ffa3a300), url('../images/AVATAi-asset18.svg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  overflow: hidden;
}

.player.bg-light-gray {
  background-color: #ebecf1;
}

.player.stretch {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.player.bg-mid-gray.inner-padding-medium {
  padding-top: 8em;
  padding-bottom: 8em;
}

.player.bg-mid-gray.inner-padding-medium.redbonbon {
  background-image: linear-gradient(180deg, var(--pink), var(--bonbon));
}

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

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

.player.red {
  background-color: var(--pink);
  padding-top: 0;
  padding-bottom: 2em;
}

.player._30 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.player._30.bonbon {
  background-color: var(--pink);
  padding-top: 4em;
  padding-bottom: 4em;
}

.player._30.yellobon {
  background-color: var(--pink);
  background-image: linear-gradient(180deg, var(--yello), var(--bonbon));
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 0;
}

.player._30.bonbonyello {
  padding-bottom: 10px;
}

.player.yellow {
  background-color: var(--yello);
}

.player.yellow.greenicon {
  background-image: url('../images/AVATAi-asset8.png');
  background-position: -10%;
  background-repeat: no-repeat;
  background-size: auto;
}

.player.bonbon {
  background-color: var(--bonbon);
}

.player.bonbonyello {
  background-image: linear-gradient(180deg, var(--bonbon), var(--yello));
}

.player.black {
  background-color: var(--black);
  background-image: url('../images/AVATAi-asset23.svg');
  background-position: 50% 0;
  background-size: auto;
}

.player.yellored {
  background-image: linear-gradient(180deg, var(--yello), var(--pink));
}

.player.redbonbon {
  background-image: linear-gradient(180deg, var(--pink), var(--bonbon) 85%, var(--bonbon) 99%);
}

.player.to {
  padding-top: 4em;
}

.player.to.notop {
  padding-bottom: 4em;
}

.player.notop {
  display: block;
}

.player.nobottom {
  display: none;
}

.paragraph-5,
.list-item-5,
.list-item-6.list-item-5,
.paragraph-7 {
  font-size: 16px;
}

.rich-text-block-1 {
  text-align: left;
}

.rich-text-block-1.paragraph-5 {
  font-family: titillium-web, sans-serif;
  font-weight: 700;
}

.rich-text-block-1.paragraph-5 p {
  font-size: 16px;
}

.rich-text-block-1.paragraph-5-copy {
  font-family: titillium-web, sans-serif;
  font-weight: 700;
}

.rich-text-block-1.paragraph-5-copy p {
  font-size: 16px;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  display: grid;
}

.rich-text-block-1-copy {
  text-align: left;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  display: grid;
}

.container-copy {
  z-index: 2;
  flex: 0 auto;
  max-width: 1380px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
}

.container-copy.titles {
  color: #ffffffd9;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  margin-bottom: 0;
  padding-top: 7vh;
  padding-bottom: 12vh;
  display: flex;
}

.container-copy.top-padding-large {
  padding-top: 20vh;
}

.container-copy.margin-bottom-medium {
  margin-bottom: 0;
  padding-top: 4em;
  padding-bottom: 4em;
}

.container-copy.margin-bottom-medium.yellobonbon {
  background-image: linear-gradient(180deg, var(--yello), var(--bonbon));
}

.container-copy.header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6vh;
  display: flex;
  overflow: visible;
}

.container-copy.header._100 {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 0;
}

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

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

.container-copy.footer {
  padding-top: 35px;
}

.container-copy.padding-hero {
  padding-top: 16vh;
  padding-bottom: 5vh;
}

.container-3-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-5 {
  font-family: titillium-web, sans-serif;
  font-weight: 400;
}

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

.heading-5 {
  margin-top: 0;
}

.bold-text-2,
.bold-text-3,
.heading-6 {
  font-size: 18px;
}

.table {
  font-size: 16px;
}

.heading-23,
.heading-24,
.heading-25,
.heading-26,
.heading-27 {
  font-size: 22px;
}

.google-play {
  border-radius: 80px;
  display: block;
}

.iconsback {
  padding: 2.5px 5.5px;
  overflow: hidden;
}

.header-style {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.headline-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.title-style {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.already-have-an-account {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.title-presettitle {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.iconsright {
  padding: 2.5px 5.5px;
  overflow: hidden;
}

._1-help-page {
  grid-row-gap: 11px;
  background-image: linear-gradient(178.18deg, #ffa3a3 0%, #edff00 100%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 375px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.status-barlight {
  overflow: hidden;
}

._941 {
  color: #000;
  letter-spacing: .0703846px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: SF Pro Display, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 49px;
  padding: 10px 20px;
  display: flex;
}

.frame-1171274910 {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.spacer {
  overflow: hidden;
}

.title-preset {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 5px 20px;
  text-decoration: none;
  display: flex;
}

.how-to-create-avatai {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header-preset {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 49px;
  padding: 10px 20px;
  display: flex;
}

.pic {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.how-to-clone-voice,
.how-to-select-avatai-and-voice,
.how-to-invite-friends,
.how-to-start-chats {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-style-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.title-presettitle-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 375px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.title-style-3 {
  border: 2px solid #000;
  border-radius: 110px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 335px;
  height: 72px;
  padding: 5px 20px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  grid-row-gap: 5px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 62px;
  text-decoration: none;
  display: flex;
}

.how-to-create-avatai-2,
.how-to-clone-voice-2,
.how-to-select-avatai-and-voice-2,
.how-to-invite-friends-2,
.how-to-start-chats-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.heading-27-copy {
  margin-top: 10px;
  font-size: 22px;
}

.heading-35 {
  margin-top: 10px;
}

.avatai-for-business {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.main {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 144px 100px 48px;
  text-decoration: none;
  display: flex;
}

.avatai-is-a-cutting-edge-ecosystem-for-instant-3d-avatar-and-humanoid-character-creation-from-a-sing {
  color: #050505;
  text-align: center;
  letter-spacing: .3px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: obvia-expanded, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 140%;
  text-decoration: none;
}

.powered-by-cloud-infrastructure-our-platform-provides-end-to-end-solutions-for-generating-storing-an {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: obvia-expanded, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.buttons {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-style {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #ffffff38;
  border: 2px solid #000;
  border-radius: 110px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding: 15px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 14px 7px #fff;
}

.iconsunion {
  padding: 1.5px;
}

.view-demo {
  color: #000;
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.api {
  overflow: hidden;
}

.get-started-with-avatai-api {
  color: #000;
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.cloud-platform {
  grid-row-gap: 48px;
  background-image: linear-gradient(201.53deg, #edff00, #ffa3a3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 100px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cloud-platform-1 {
  grid-column-gap: 21px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-3 {
  -webkit-backdrop-filter: blur(12.6743px);
  backdrop-filter: blur(12.6743px);
  background-color: #ffffff38;
  border-width: 1.49109px;
  border-radius: 14.9109px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 301px;
  height: 374px;
  padding: 51px 20px 35px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 10.4377px 5.21883px #fff, 0 2.98219px 2.98219px #00000040, inset 0 -5.96438px 10.4377px #00000040;
}

.frame-1437253766 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 138px;
  text-decoration: none;
  display: flex;
}

.cloudheader {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: obvia-expanded, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 131%;
  text-decoration: none;
}

.cloudtext {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: titillium-web, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.frame-4 {
  -webkit-backdrop-filter: blur(12.6743px);
  backdrop-filter: blur(12.6743px);
  background-color: #ffffff38;
  border-width: 1.49109px;
  border-radius: 14.9109px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 301px;
  height: 374px;
  padding: 35px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 10.4377px 5.21883px #fff, 0 2.98219px 2.98219px #00000040, inset 0 -5.96438px 10.4377px #00000040;
}

.scalable-storage {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.distributed-cloud-storage-for-avatars-3d-compositions-and-generated-video-content-with-regional-avai {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.frame-5 {
  -webkit-backdrop-filter: blur(12.6743px);
  backdrop-filter: blur(12.6743px);
  background-color: #ffffff38;
  border-width: 1.49109px;
  border-radius: 14.9109px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 301px;
  height: 374px;
  padding: 35px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 10.4377px 5.21883px #fff, 0 2.98219px 2.98219px #00000040, inset 0 -5.96438px 10.4377px #00000040;
}

.frame-2147223138 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 138px;
  display: flex;
}

.high-performance-generation {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.gpu-accelerated-avatar-generation-and-ai-powered-processes {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.developer-apis {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.restful-and-websocket-apis-for-avatar-generation-and-ai-interaction-integration {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.data-pipeline {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.automated-processing-queue-for-avatar-generation-3d-messages-and-ai-assistant-requests-processing {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.analytics-dashboard {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.real-time-usage-metrics-and-performance-monitoring {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.products {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 100px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.productsheader {
  color: #050505;
  letter-spacing: .3px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: obvia-wide, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.create-lifelike-3d-avatars-design-dynamic-3d-scenes-with-animations-visual-effects-and-soundtracksan {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: undefined, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.5px;
  text-decoration: none;
}

.messenger {
  grid-column-gap: 76px;
  background-color: #e9fefb;
  background-image: url('../images/Messenger.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 450px;
  min-height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

._3d-messenger {
  color: #050505;
  letter-spacing: .3px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.exchange-immersive-ai-powered-messagestext-is-transformed-into-a-spoken-3d-avatar-video-blending-com {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.5px;
  text-decoration: none;
}

.assistant {
  background-color: #fcb5f2;
  background-image: url('../images/Assistant.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 450px;
  min-height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ai-assistant-with-3d-avatar {
  color: #050505;
  letter-spacing: .3px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.interact-with-your-personalized-3d-avatar-as-an-intelligent-assistant-that-provides-dynamic-voice-sy {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: undefined, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.5px;
  text-decoration: none;
}

.unique-features {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 50px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-2147223140 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: none;
}

.frame-2147223139 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.features1 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.one-photo-3d-avatar-creation {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.generate-high-quality-rigged-3d-avatars-in-seconds-from-a-single-imageno-complex-scanning-or-manual {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.avatar-driven-gaming {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.users-can-play-platform-exclusive-games-where-their-personalized-3d-avatar-serves-as-their-playable {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

._3d-ai-assistant {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.your-avatar-can-act-as-a-smart-virtual-assistant-answering-questions-with-animated-lifelike-response {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.ai-powered-3d-messaging {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.a-first-of-its-kind-messenger-where-text-becomes-a-personalized-3d-video-message-voiced-by-an-ai-gen {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.interactive-3d-experiences {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.beyond-gaming-users-animate-avatars-place-them-in-virtual-scenes-and-enrich-them-with-effectsall-wit {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.scalable-cloud-infrastructure {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.enterprise-ready-apis-allow-for-easy-deployment-in-entertainment-social-media-virtual-collaboration {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.all-in-one-ecosystem {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.festurestext {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: titillium-web, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.rectangle {
  position: absolute;
  top: 450.3px;
  left: -2.39967px;
}

._1-create-api-key-1 {
  border-radius: 20px;
  height: 140px;
  position: absolute;
  top: 351px;
  left: 11.3333px;
}

.iphone-12-pro {
  position: absolute;
  top: 220px;
  left: 2.33331px;
}

.avatai-bridges-the-gap-between-ai-digital-identity-and-immersive-interactionperfect-for-businesses-i {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: undefined, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.contact-us {
  color: #000;
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.header-style-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.apiheader {
  color: #050505;
  text-align: center;
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: obvia-expanded, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 74px;
  text-decoration: none;
}

.frame-1437253766-2 {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cloud-platform-2-2 {
  grid-column-gap: 21px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-3-2 {
  -webkit-backdrop-filter: blur(12.6743px);
  backdrop-filter: blur(12.6743px);
  background-color: #ffffff38;
  border-width: 1.49109px;
  border-radius: 14.9109px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 301px;
  height: 374px;
  padding: 35px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 10.4377px 5.21883px #fff, 0 2.98219px 2.98219px #00000040, inset 0 -5.96438px 10.4377px #00000040;
}

.frame-1437253766-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 138px;
  display: flex;
}

.products-2 {
  color: #050505;
  text-align: center;
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 74px;
  text-decoration: none;
}

.app-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #fcb5f2;
  background-image: url('../images/Assistant.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 450px;
  min-height: auto;
  padding: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-15 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.productstext {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .375rem;
  font-family: titillium-web, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31.5px;
  text-decoration: none;
  display: inline-block;
}

.create-lifelike-3d-avatars-design-dynamic-3d-scenes-with-animations-visual-effects-and-soundtracksan-3 {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.5px;
  text-decoration: none;
  display: inline-block;
}

.frame-2523-2 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 574px;
  text-decoration: none;
  display: flex;
}

.interact-with-your-personalized-3d-avatar-as-an-intelligent-assistant-that-provides-dynamic-voice-sy-2 {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .375rem;
  font-family: Obvia Expanded, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.5px;
  text-decoration: none;
  display: inline-block;
}

.interact-with-your-personalized-3d-avatar-as-an-intelligent-assistant-that-provides-dynamic-voice-sy-3 {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.5px;
  text-decoration: none;
  display: inline-block;
}

.unique-features-2 {
  color: #050505;
  text-align: center;
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 74px;
  text-decoration: none;
}

.frame-3-3 {
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(12.6743px);
  backdrop-filter: blur(12.6743px);
  background-color: #ffffff38;
  border-width: 1.49109px;
  border-radius: 14.9109px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 263.375px;
  padding: 35px 20px;
  display: flex;
  box-shadow: inset 0 10.4377px 5.21883px #fff, 0 2.98219px 2.98219px #00000040, inset 0 -5.96438px 10.4377px #00000040;
}

.frame-1437253766-4 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-4-2 {
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(12.6743px);
  backdrop-filter: blur(12.6743px);
  background-color: #ffffff38;
  border-width: 1.49109px;
  border-radius: 14.9109px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 263.375px;
  padding: 35px 20px;
  display: flex;
  box-shadow: inset 0 10.4377px 5.21883px #fff, 0 2.98219px 2.98219px #00000040, inset 0 -5.96438px 10.4377px #00000040;
}

.frame-5-2 {
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(12.6743px);
  backdrop-filter: blur(12.6743px);
  background-color: #ffffff38;
  border-width: 1.49109px;
  border-radius: 14.9109px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 263.375px;
  min-height: 263.3px;
  padding: 35px 20px;
  display: flex;
  box-shadow: inset 0 10.4377px 5.21883px #fff, 0 2.98219px 2.98219px #00000040, inset 0 -5.96438px 10.4377px #00000040;
}

.frame-2147223138-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.features-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1437253766-5 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-5-3 {
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(12.6743px);
  backdrop-filter: blur(12.6743px);
  background-color: #ffffff38;
  border-width: 1.49109px;
  border-radius: 14.9109px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  max-width: 399.333px;
  height: auto;
  min-height: 550.75px;
  padding: 35px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 10.4377px 5.21883px #fff, 0 2.98219px 2.98219px #00000040, inset 0 -5.96438px 10.4377px #00000040;
}

.frame-2147223138-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 138px;
  display: flex;
}

.avatai-bridges-the-gap-between-ai-digital-identity-and-immersive-interactionperfect-for-businesses-i-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5rem;
  font-family: titillium-web, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
  display: inline-block;
}

.avatai-bridges-the-gap-between-ai-digital-identity-and-immersive-interactionperfect-for-businesses-i-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5rem;
  font-family: Titillium Web;
  font-size: 24px;
  font-weight: 600;
  line-height: 131%;
  text-decoration: none;
  display: inline-block;
}

.avatai-bridges-the-gap-between-ai-digital-identity-and-immersive-interactionperfect-for-businesses-i-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
  display: inline-block;
}

.button-9 {
  color: #141414;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff1a;
  background-image: linear-gradient(#ffffff91, #ffffff91);
  border: 1px #050505;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 0 2px #141414, inset 0 15px 5px #fff;
}

.button-9:hover {
  color: #141414;
  background-color: #fff0;
  background-image: linear-gradient(#ffffffd6, #ffffffd6);
  box-shadow: 0 0 0 1px #141414, inset 0 20px 5px #fff;
}

.text-block-6 {
  text-align: left;
  font-family: titillium-web, sans-serif;
  font-weight: 400;
}

.button-9-copy {
  color: #141414;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff1a;
  background-image: linear-gradient(#ffffff91, #ffffff91);
  border: 1px #050505;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 0 2px #141414, inset 0 15px 5px #fff;
}

.button-9-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #141414;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff1a;
  background-image: linear-gradient(#ffffff91, #ffffff91);
  border: 1px #050505;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 15px 45px 15px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 0 2px #141414, inset 0 15px 5px #fff;
}

.button-9-copy:hover {
  color: #141414;
  background-color: #fff0;
  background-image: linear-gradient(#ffffffd6, #ffffffd6);
  box-shadow: 0 0 0 1px #141414, inset 0 20px 5px #fff;
}

.cloud-header {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.frame-2147223141 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 122px;
  display: flex;
}

.secure-authentication-user-management {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.enterprise-grade-bearer-token-authentication-sso-and-role-based-access-control {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 131%;
  text-decoration: none;
}

.frame-3-4 {
  grid-row-gap: 28px;
  -webkit-backdrop-filter: blur(12.6743px);
  backdrop-filter: blur(12.6743px);
  background-color: #ffffff38;
  border-width: 1.49109px;
  border-radius: 14.9109px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 301px;
  height: 374px;
  padding: 51px 20px 35px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 10.4377px 5.21883px #fff, 0 2.98219px 2.98219px #00000040, inset 0 -5.96438px 10.4377px #00000040;
}

.cloud-platform-2 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 100px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cloud-platform-3 {
  color: #050505;
  text-align: center;
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Obvia Expanded, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 74px;
  text-decoration: none;
}

.frame-8,
.frame-6,
.frame-7 {
  grid-row-gap: 28px;
  -webkit-backdrop-filter: blur(12.6743px);
  backdrop-filter: blur(12.6743px);
  background-color: #ffffff38;
  border-width: 1.49109px;
  border-radius: 14.9109px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 301px;
  height: 374px;
  padding: 51px 20px 35px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 10.4377px 5.21883px #fff, 0 2.98219px 2.98219px #00000040, inset 0 -5.96438px 10.4377px #00000040;
}

.image-11 {
  vertical-align: baseline;
  max-width: 59%;
  height: 420px;
  max-height: 100%;
  display: block;
}

.image-12 {
  width: 66%;
  max-width: none;
  height: 400px;
  min-height: auto;
  display: block;
  position: static;
}

.image-13 {
  object-fit: contain;
  width: 68.7347%;
  height: 400px;
  overflow: clip;
}

.productstext-copy {
  color: #050505;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .375rem;
  font-family: Obvia Expanded;
  font-size: 18px;
  font-weight: 600;
  line-height: 31.5px;
  text-decoration: none;
  display: inline-block;
}

.featuresheader {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: obvia-expanded, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 131%;
  text-decoration: none;
}

.button-9-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #141414;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff1a;
  background-image: linear-gradient(#ffffff91, #ffffff91);
  border: 1px #050505;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  box-shadow: 0 2px #141414, inset 0 15px 5px #fff;
}

.button-9-copy-copy:hover {
  color: #141414;
  background-color: #fff0;
  background-image: linear-gradient(#ffffffd6, #ffffffd6);
  box-shadow: 0 0 0 1px #141414, inset 0 20px 5px #fff;
}

.image-14 {
  vertical-align: baseline;
  flex: 0 auto;
  height: 100%;
}

.image-15 {
  height: 100%;
}

.image-16 {
  height: 150%;
}

.image-17 {
  height: 135%;
}

.image-18 {
  height: 82%;
}

.image-19 {
  height: 110%;
}

.button-copy {
  border: 1px none var(--midnight-blue-3);
  box-shadow: 0 2px 0 0 var(--black), inset 0 15px 5px 0 #fff;
  color: var(--black);
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff1a;
  background-image: linear-gradient(#ffffff91, #ffffff91);
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-copy:hover {
  box-shadow: 0 0 0 1px var(--black), inset 0 20px 5px 0 #fff;
  color: var(--black);
  background-color: #fff0;
  background-image: linear-gradient(#ffffffd6, #ffffffd6);
}

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

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

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

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

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

.button-copy.color-blue {
  background-color: #1745fa;
}

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

.button-copy.bg-white:hover {
  background-color: #d6d6d6;
}

.button-copy.bg-dark-blue {
  background-color: #0a1953;
}

.button-copy.inline {
  background-color: #0000;
  border-radius: 0;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -2px #00abd633;
}

.button-copy.inline.text-dark-blue {
  color: #0a1953;
}

.button-copy.bg-mid-green {
  background-color: var(--green);
}

.messenger-mobile {
  grid-column-gap: 76px;
  background-color: #e9fefb;
  background-image: url('../images/Messenger.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 450px;
  min-height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 15px;
  text-decoration: none;
  display: none;
  overflow: hidden;
}

.unique-features-mobile {
  grid-row-gap: 48px;
  background-image: linear-gradient(215deg, #edff00, #ffa3a3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 48px 50px;
  text-decoration: none;
  display: none;
  overflow: hidden;
}

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

.nav-link-2-copy:focus-visible,
.nav-link-2-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2-copy:focus-visible,
.nav-link-2-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2-copy:focus-visible,
.nav-link-2-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2-copy:focus-visible,
.nav-link-2-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2-copy {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2-copy:hover {
  color: #1a1b1fbf;
}

.nav-link-2-copy:focus-visible,
.nav-link-2-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.public-api {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e9fefb;
  background-image: url('../images/Messenger.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 450px;
  min-height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 45px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image-12-copy {
  width: 66%;
  max-width: none;
  height: 400px;
  min-height: auto;
  margin-left: -22px;
  display: block;
  position: static;
}

.frame-5-2-copy {
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(12.6743px);
  backdrop-filter: blur(12.6743px);
  grid-row-gap: 10px;
  background-color: #ffffff38;
  border-width: 1.49109px;
  border-radius: 14.9109px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 263.375px;
  min-height: 263.3px;
  padding: 35px 20px;
  display: flex;
  box-shadow: inset 0 10.4377px 5.21883px #fff, 0 2.98219px 2.98219px #00000040, inset 0 -5.96438px 10.4377px #00000040;
}

.frame-2147223140-copy {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.presentation-tool-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e9fefb;
  background-image: url('../images/Messenger.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 450px;
  min-height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 45px;
  text-decoration: none;
  display: none;
  overflow: hidden;
}

.frame-4-2-copy,
.frame-3-3-copy {
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(12.6743px);
  backdrop-filter: blur(12.6743px);
  background-color: #ffffff38;
  border-width: 1.49109px;
  border-radius: 14.9109px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 263.375px;
  padding: 35px 20px;
  display: flex;
  box-shadow: inset 0 10.4377px 5.21883px #fff, 0 2.98219px 2.98219px #00000040, inset 0 -5.96438px 10.4377px #00000040;
}

.presentation-tool {
  background-color: #fcb5f2;
  background-image: url('../images/Assistant.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 450px;
  min-height: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-13-copy {
  object-fit: contain;
  width: 68.7347%;
  height: 400px;
  margin-right: -48px;
  overflow: clip;
}

@media screen and (min-width: 1440px) {
  .section {
    margin-top: 120px;
  }

  .section.titles.redyellow {
    margin-top: 0;
    padding-bottom: 0;
  }

  .section.to {
    padding-top: 4em;
  }

  .section.to.notop {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.notop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .section.nobottom {
    margin-top: 0;
    padding-top: 0;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .container.titles {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.header._100 {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.no-padding {
    flex-flow: column;
    display: flex;
  }

  .main-grid1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: start stretch;
    display: flex;
    position: relative;
  }

  .main-grid1.inner-padding-medium {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    display: flex;
  }

  .main-grid1.inner-padding-medium.nobottom.full {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .main-grid1.margin-bottom-small.padding {
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .hero-grid-header.pattern {
    background-size: contain;
    place-items: end stretch;
  }

  .heading-xlarge-hero.text-cyan.margin-bottom-small {
    align-self: center;
    font-size: 64px;
    font-weight: 800;
  }

  .button {
    justify-content: center;
    align-items: center;
  }

  .grid-buttons.nav {
    grid-column-gap: 20px;
    grid-template-columns: auto;
    align-self: center;
  }

  .grid-buttons.nav.verti.left {
    align-self: flex-start;
  }

  .icon-wrap.margin-bottom-xsmall {
    width: 198px;
    height: 198px;
  }

  .heading-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 80px;
  }

  .preview {
    vertical-align: top;
    mix-blend-mode: normal;
    object-fit: fill;
    width: 100%;
    height: 100%;
    padding-top: 0;
    display: inline-block;
    position: static;
    inset: 0% 0% auto auto;
  }

  .center-wrapper.inner-padding-small.nobottom {
    display: flex;
  }

  .heading-large.margin-bottom-xsmall {
    font-family: obvia-wide, sans-serif;
    font-size: 56px;
  }

  .overflow-wrapper.image {
    box-shadow: none;
  }

  .container-wrapper {
    width: 100%;
    max-width: 800px;
    display: block;
  }

  .container-wrapper.inner-padding-small {
    min-height: 70vh;
  }

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

  .width-wrapper.inner-padding-medium.overflow.nobottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center stretch;
    margin-top: 120px;
    margin-right: auto;
    display: flex;
  }

  .callout-wrapper.inner-padding-small {
    align-self: flex-start;
  }

  .callout-wrapper.inner-padding-small.center {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-self: center;
  }

  .center-flex-wrapper-device.bg-blue-sky {
    width: 100%;
  }

  .flex-scrolling.inner-padding-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .logo-grid-ticker.coin,
  .logo-grid-ticker.coin-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block {
    display: block;
  }

  .paragraph-4 {
    text-align: left;
    width: auto;
  }

  .absolute.normal {
    width: 100%;
  }

  .absolute.behind {
    bottom: -20%;
  }

  .nav-link-2 {
    width: auto;
    font-size: 18px;
  }

  .mobile-margin-top-10._1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-left: 40px;
    display: flex;
  }

  .navbar-no-shadow {
    z-index: 400;
    left: 0%;
  }

  .navbar-no-shadow-container {
    z-index: 5;
    position: relative;
  }

  .nav-button-wrapper {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .background-video-2 {
    object-fit: fill;
    width: 100%;
  }

  .p30 {
    align-self: auto;
    width: auto;
    max-width: none;
  }

  .collection-list-5,
  .collection-item-3 {
    height: 100%;
  }

  .image-4 {
    width: 100%;
    height: auto;
    margin-top: 90px;
    padding-top: 0;
    position: static;
  }

  .card1 {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    margin-top: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .frame-2523 {
    align-self: center;
    width: auto;
  }

  .text-2 {
    width: auto;
    font-size: 48px;
    font-weight: 400;
  }

  .text-3 {
    width: 470px;
    font-size: 24px;
  }

  .frame-2524 {
    grid-row-gap: 0px;
    max-width: 440px;
  }

  .card3 {
    max-width: none;
    padding-left: 80px;
    padding-right: 80px;
  }

  .card2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-left: 80px;
    padding-right: 80px;
  }

  .image-6 {
    top: 70px;
    left: 570px;
  }

  .section-2 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .gif-preview.behind {
    bottom: -20%;
  }

  .gif2.preview {
    width: 282px;
    max-width: 100%;
    height: 501px;
    max-height: 100%;
    margin-top: 0;
    display: block;
    position: static;
  }

  .carousel-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 570px;
    display: inline-flex;
  }

  .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;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .card {
    display: none;
  }

  .card1-tablet {
    max-width: none;
    margin-top: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .text-card-tablet {
    width: 550px;
  }

  .card2-tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-left: 80px;
    padding-right: 80px;
    display: none;
  }

  .card3-tablet {
    max-width: none;
    padding-left: 80px;
    padding-right: 80px;
    display: none;
  }

  .frame-2523-copy {
    width: 550px;
  }

  .card1-mobile {
    max-width: none;
    margin-top: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .card2-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-left: 80px;
    padding-right: 80px;
    display: none;
  }

  .card3-mobile {
    max-width: none;
    padding-left: 80px;
    padding-right: 80px;
    display: none;
  }

  .text-card-mobile {
    width: 550px;
  }

  .gif1.preview {
    width: 282px;
    max-width: 100%;
    height: 501px;
    max-height: 100%;
    margin-top: 60px;
    padding-top: 0;
    display: block;
    position: static;
  }

  .main-grid1-copy {
    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;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: none;
  }

  .box-wrapper-game-hub.bg-white {
    flex: 0 auto;
    display: none;
  }

  .section-3 {
    width: auto;
    margin-top: 100px;
  }

  .image-7 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .image-8 {
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    background-clip: border-box;
    width: 40%;
    height: auto;
    position: relative;
    left: 0;
  }

  .div-block-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 40px;
    display: flex;
  }

  .customize {
    width: auto;
    position: absolute;
    top: 70px;
    left: 180px;
  }

  .ar-magic {
    letter-spacing: 0;
    width: 100%;
    font-family: obvia-expanded, sans-serif;
    font-size: 24px;
    font-weight: 800;
  }

  .error-6edeeb9b-b833-b21f-b04b-f68599dfe159 {
    width: 250px;
    font-family: titillium-web, sans-serif;
    font-size: 18px;
  }

  .content {
    width: auto;
    position: absolute;
    top: 270px;
    left: 100px;
  }

  .game-hub {
    width: auto;
    position: absolute;
    top: 70px;
    left: 980px;
  }

  .interact-with-your-avatai-in-augmented-reality-copy {
    width: 260px;
    font-family: titillium-web, sans-serif;
    font-size: 18px;
  }

  .discover {
    width: auto;
    position: absolute;
    top: 270px;
    left: 1080px;
  }

  .video-3 {
    width: 300px;
    height: 500px;
    position: absolute;
  }

  .features-video.image {
    width: 310px;
    height: 650px;
    position: absolute;
  }

  .main-grid3 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    place-items: center;
    display: flex;
  }

  .main-grid3.inner-padding-medium.nobottom.full {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .container-wrapper-copy1.inner-padding-small {
    min-height: 70vh;
  }

  .footer-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;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
  }

  .footer-grid.inner-padding-medium.nobottom.full {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .container-copy1 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .container-copy1.header._100 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .features-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 40px 100px;
    display: grid;
  }

  .game-hub-mobile {
    width: auto;
    position: static;
    top: 70px;
    left: 980px;
  }

  .customize-mobile {
    width: auto;
    position: static;
    top: 70px;
    left: 180px;
  }

  .content-mobile {
    width: auto;
    position: static;
    top: 270px;
    left: 100px;
  }

  .discover-mobile {
    width: auto;
    position: static;
    top: 270px;
    left: 1080px;
  }

  .features-video-mobile.image {
    width: 310px;
    height: 650px;
    position: absolute;
  }

  .image-8-mobile {
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    background-clip: border-box;
    width: 130%;
    max-width: none;
    height: auto;
    position: relative;
    left: 0;
  }

  .infinite-carousel {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
    position: static;
    left: -13px;
  }

  .button1.nav {
    grid-column-gap: 20px;
    grid-template-columns: auto;
    align-self: center;
  }

  .button1.nav.verti.left {
    align-self: flex-start;
  }

  .text-block-2-copy {
    font-size: 20px;
    font-weight: 600;
  }

  .div-block-19,
  .logo-grid-gifs.coin,
  .logo-grid-gifs.coin-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-copy {
    justify-content: center;
    align-items: center;
  }

  .button1-copy.nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .button1-copy.nav.verti.left {
    align-self: flex-start;
  }

  .heading-large-copy.margin-bottom-xsmall {
    font-family: obvia-wide, sans-serif;
    font-size: 56px;
  }

  .heading-large-copy.margin-bottom-xsmall._30 {
    text-align: left;
    width: 100%;
  }

  .grid-bg-copy {
    display: none;
  }

  .section-copy {
    margin-top: 120px;
  }

  .section-copy.to {
    padding-top: 4em;
  }

  .section-copy.to.notop {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-copy.notop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .section-copy.nobottom {
    margin-top: 0;
    padding-top: 0;
  }

  .features-video-mobile-copy.image {
    width: 310px;
    height: 650px;
    position: absolute;
  }

  .overflow-wrapper-copy11.image {
    box-shadow: 5px 5px 0 0 var(--green);
    border-radius: 15px;
  }

  .main-grid1-copy2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: start stretch;
    width: 520px;
    display: flex;
    position: relative;
  }

  .main-grid1-copy2.inner-padding-medium {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    display: flex;
  }

  .main-grid1-copy2.inner-padding-medium.nobottom.full {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .container-wrapper-copy {
    width: 100%;
    max-width: 800px;
    display: block;
  }

  .container-wrapper-copy.inner-padding-small {
    min-height: 70vh;
  }

  .facebook.center,
  .linkedin.center,
  .yt.center,
  .vimeo.center,
  .twitch.center,
  .telegram.center,
  .discord.center {
    display: none;
  }

  .player {
    margin-top: 120px;
  }

  .player.to {
    padding-top: 4em;
  }

  .player.to.notop {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .player.notop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .player.nobottom {
    margin-top: 0;
    padding-top: 0;
  }

  .rich-text-block {
    font-size: 16px;
  }

  .rich-text-block-2 {
    font-family: titillium-web, sans-serif;
    font-size: 18px;
  }

  .list-2 {
    font-size: 18px;
  }

  .paragraph-5 {
    font-size: 20px;
    font-weight: 400;
  }

  .list-item-2,
  .list-item-3,
  .list-item-4,
  .list-item-5,
  .list-item-6 {
    font-size: 18px;
    font-weight: 400;
  }

  .paragraph-6,
  .paragraph-7,
  .paragraph-8,
  .paragraph-9 {
    font-size: 20px;
    font-weight: 400;
  }

  .rich-text-block-1 {
    text-align: left;
    font-family: titillium-web, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .paragraph-10 {
    display: flex;
  }

  .container-3 {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr .5fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    margin-left: 0;
    padding: 0 60px 20px;
    display: grid;
  }

  .rich-text-block-1-copy {
    text-align: left;
    font-family: titillium-web, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .paragraph-11 {
    margin-top: 0;
  }

  .container-4 {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1.25fr;
    max-width: none;
    margin-left: 0;
    padding: 0 60px 20px;
    display: grid;
  }

  .container-copy {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .container-copy.titles {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-copy.header._100 {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-copy.no-padding {
    flex-flow: column;
    display: flex;
  }

  .paragraph-12 {
    margin-top: 0;
  }

  .container-3-copy {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .5fr .5fr .75fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    margin-left: 0;
    padding: 0 60px 20px;
    display: grid;
  }

  .bold-text {
    color: #000000d9;
    font-family: titillium-web, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .text-block-5 {
    font-family: titillium-web, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .table {
    font-size: 20px;
    font-weight: 400;
  }

  .google-play {
    display: block;
  }

  .avatai-for-business,
  .main {
    max-width: none;
  }

  .avatai-is-a-cutting-edge-ecosystem-for-instant-3d-avatar-and-humanoid-character-creation-from-a-sing {
    width: 1000px;
  }

  .powered-by-cloud-infrastructure-our-platform-provides-end-to-end-solutions-for-generating-storing-an {
    width: 820px;
  }

  .messenger {
    grid-column-gap: 150px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 120px;
  }

  .assistant {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .unique-features {
    margin-bottom: -120px;
    padding-bottom: 48px;
  }

  .frame-2147223140 {
    display: none;
  }

  .festurestext {
    font-size: 18px;
  }

  .rectangle {
    top: 414.3px;
    left: .60033px;
  }

  ._1-create-api-key-1 {
    height: 180px;
    top: 323px;
    left: 25.3333px;
  }

  .iphone-12-pro {
    top: 175px;
  }

  .app-2 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .frame-5-3 {
    width: 380px;
  }

  .avatai-bridges-the-gap-between-ai-digital-identity-and-immersive-interactionperfect-for-businesses-i-2 {
    width: 1000px;
  }

  .button-9,
  .button-9-copy,
  .button-9-copy {
    justify-content: center;
    align-items: center;
  }

  .image-12 {
    width: auto;
  }

  .featuresheader {
    font-size: 20px;
  }

  .button-9-copy-copy,
  .button-copy {
    justify-content: center;
    align-items: center;
  }

  .messenger-mobile {
    grid-column-gap: 150px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 120px;
  }

  .unique-features-mobile {
    margin-bottom: -120px;
    padding-bottom: 48px;
  }

  .navbar-no-shadow-container-copy {
    z-index: 5;
    position: relative;
  }

  .nav-link-2-copy {
    width: auto;
    font-size: 18px;
  }

  .public-api {
    grid-column-gap: 150px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 120px;
  }

  .image-12-copy {
    width: auto;
  }

  .presentation-tool-mobile {
    grid-column-gap: 150px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 120px;
  }

  .presentation-tool {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    margin-top: 180px;
  }

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

  .container.header._100 {
    max-width: 1920px;
  }

  .main-grid1.inner-padding-medium {
    width: 100%;
  }

  .main-grid1.margin-bottom-small.padding {
    max-width: none;
    overflow: visible;
  }

  .heading-xlarge-hero.text-cyan.margin-bottom-small {
    margin-bottom: 40px;
  }

  .box-wrapper.bg-white {
    width: 380px;
    height: 380px;
    min-height: 302px;
  }

  .icon-wrap.margin-bottom-xsmall {
    object-fit: fill;
    width: 281px;
    height: 281px;
    min-height: auto;
  }

  .heading-regular.margin-bottom-xsmall {
    font-size: 24px;
  }

  .container-wrapper {
    max-width: 900px;
  }

  .content-grid {
    align-items: start;
  }

  .grid-bg {
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    margin-left: 100px;
    margin-right: 100px;
  }

  .text-block,
  .text-block-2,
  .paragraph-3,
  .paragraph-4,
  .text-block-4 {
    font-size: 24px;
  }

  .nav-link-2 {
    font-size: 18px;
  }

  .navbar-no-shadow {
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    display: block;
    position: fixed;
  }

  .p30 {
    flex-flow: column;
  }

  .image-4 {
    max-width: 130%;
  }

  .card1 {
    height: 28%;
  }

  .frame-2522 {
    width: 100%;
  }

  .section-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    display: flex;
  }

  .ar-magic {
    font-size: 38px;
  }

  .error-6edeeb9b-b833-b21f-b04b-f68599dfe159 {
    width: 350px;
    min-width: 250px;
    font-size: 24px;
  }

  .interact-with-your-avatai-in-augmented-reality-copy {
    width: 350px;
    font-size: 24px;
  }

  .container-wrapper-copy1.inner-padding-small {
    padding-left: 40px;
  }

  .features-mobile {
    height: 100%;
    padding-left: 200px;
    padding-right: 200px;
  }

  .features-video-mobile.image {
    width: 420px;
    height: 880px;
    max-height: none;
  }

  .text-block-2-copy {
    font-size: 24px;
  }

  .features-video-mobile-copy.image {
    width: 420px;
    height: 870px;
    max-height: none;
  }

  .overflow-wrapper-copy11.image {
    width: 180%;
    height: 150%;
    max-height: none;
  }

  .container-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: block;
  }

  .player {
    margin-top: 180px;
  }

  .container-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .google-play {
    display: block;
  }

  .avatai-for-business {
    max-width: none;
  }

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

  .avatai-is-a-cutting-edge-ecosystem-for-instant-3d-avatar-and-humanoid-character-creation-from-a-sing {
    width: 80%;
    font-size: 48px;
  }

  .powered-by-cloud-infrastructure-our-platform-provides-end-to-end-solutions-for-generating-storing-an {
    width: 77%;
    font-size: 32px;
  }

  .cloud-platform-1 {
    width: 100%;
    max-width: 1720px;
  }

  .cloudheader,
  .cloudtext {
    font-size: 24px;
  }

  .productsheader {
    font-size: 48px;
  }

  .messenger {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
    justify-content: flex-start;
    align-items: center;
    max-width: 1720px;
    padding-left: 140px;
    padding-right: 140px;
  }

  .assistant {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    max-width: 1720px;
    padding-left: 140px;
    padding-right: 140px;
  }

  .unique-features {
    height: auto;
    margin-bottom: -180px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .frame-2147223140 {
    max-width: 1720px;
  }

  .festurestext {
    font-size: 24px;
  }

  .rectangle {
    top: 493.3px;
  }

  ._1-create-api-key-1 {
    max-width: 80%;
    height: auto;
    top: 403px;
    left: 44.3333px;
  }

  .iphone-12-pro {
    top: 202px;
  }

  .header-style-2 {
    grid-row-gap: 48px;
  }

  .apiheader {
    font-size: 48px;
  }

  .cloud-platform-2-2 {
    max-width: 1720px;
  }

  .app-2 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    max-width: 1720px;
    padding-left: 140px;
    padding-right: 140px;
  }

  .productstext {
    width: 100%;
    margin-right: 0;
    font-size: 24px;
  }

  .frame-2523-2 {
    max-width: none;
  }

  .frame-3-3,
  .frame-4-2 {
    height: 331.5px;
  }

  .frame-5-2 {
    height: 331.5px;
    min-height: auto;
  }

  .frame-5-3 {
    width: 520px;
    max-width: none;
    height: 687px;
  }

  .avatai-bridges-the-gap-between-ai-digital-identity-and-immersive-interactionperfect-for-businesses-i-2 {
    font-size: 36px;
  }

  .text-block-6 {
    font-size: 24px;
  }

  .frame-2147223141 {
    width: auto;
    height: auto;
    max-height: 175px;
  }

  .cloud-platform-2 {
    grid-row-gap: 24px;
    padding-left: 150px;
    padding-right: 150px;
  }

  .frame-8 {
    max-width: none;
    height: 100%;
  }

  .frame-6,
  .frame-7 {
    max-width: none;
    height: 88%;
  }

  .image-12 {
    width: 25%;
    height: auto;
  }

  .featuresheader {
    font-size: 24px;
  }

  .image-14,
  .image-15 {
    max-height: 175px;
  }

  .image-16,
  .image-17 {
    max-height: 250px;
  }

  .image-18 {
    max-height: 175px;
  }

  .image-19 {
    max-height: 220px;
  }

  .messenger-mobile {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-left: 140px;
    padding-right: 140px;
  }

  .unique-features-mobile {
    height: auto;
    margin-bottom: -180px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .nav-link-2-copy {
    font-size: 18px;
  }

  .public-api {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
    justify-content: flex-start;
    align-items: center;
    max-width: 1720px;
    padding-left: 140px;
    padding-right: 140px;
  }

  .image-12-copy {
    width: 25%;
    height: auto;
  }

  .frame-5-2-copy {
    height: 331.5px;
    min-height: auto;
  }

  .frame-2147223140-copy {
    max-width: 1720px;
  }

  .presentation-tool-mobile {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
    justify-content: flex-start;
    align-items: center;
    max-width: 1720px;
    padding-left: 140px;
    padding-right: 140px;
  }

  .frame-4-2-copy,
  .frame-3-3-copy {
    height: 331.5px;
  }

  .presentation-tool {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    max-width: 1720px;
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    color: var(--black);
    font-size: 34px;
  }

  a {
    font-family: titillium-web, sans-serif;
    font-size: 1em;
    font-weight: 300;
  }

  strong {
    font-size: 1em;
    font-weight: 800;
  }

  .section.titles {
    min-height: auto;
    padding-top: 0;
  }

  .section.mobile-titles {
    padding-top: 5vh;
  }

  .section.full-page.bg-dark-blue,
  .section.full-page.bg-dark-gray {
    height: auto;
  }

  .section.to {
    padding-bottom: 4em;
  }

  .section.nobottom {
    width: 100%;
  }

  .menu-mobile {
    border-radius: 200px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
    width: 1.8em;
    height: 1.8em;
    min-height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 10px;
    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.margin-bottom-medium.notop.nopadding {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .container.header._100 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    height: auto;
    padding: 15vh 30px 0;
    display: flex;
    position: relative;
  }

  .container.merch {
    padding-top: 2vh;
  }

  .container.title.product,
  .container.padding-hero {
    padding-top: 5vh;
  }

  .main-grid1 {
    grid-template-columns: 1fr;
  }

  .main-grid1.inner-padding-medium {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    flex-flow: wrap;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .main-grid1.inner-padding-medium.nobottom.full {
    padding-bottom: 0;
  }

  .main-grid1.margin-bottom-small.padding {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .main-grid1.margin-bottom-small.padding._1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .main-grid1.no-gap {
    grid-auto-flow: row;
  }

  .main-grid1.no-gap.padding-top-medium {
    padding-top: 0;
  }

  .main-grid1.short-gap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .main-grid1.mobile-grid {
    grid-row-gap: 10px;
  }

  .main-grid1.sticky {
    top: 90px;
  }

  .main-grid1.sticky.full-height {
    position: relative;
    top: 0;
  }

  .main-grid1.padding-bottom-small.margin-bottom-small.center.no {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.sticky-faq {
    position: relative;
  }

  .content-wrapper.list {
    text-align: left;
  }

  .content-wrapper.bg-dark-gray {
    height: 100%;
  }

  .margin-bottom-medium {
    margin-bottom: 6em;
  }

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

  .hero-grid-header.pattern {
    width: 100%;
    display: block;
  }

  .grid-rail {
    min-width: 100vw;
    min-height: auto;
  }

  .grid-rail.home {
    grid-column-gap: 1vw;
    grid-row-gap: 10px;
    flex: 0 auto;
    grid-auto-flow: row;
    place-content: center;
    max-width: 100vw;
    padding-top: 0;
    padding-bottom: 14vh;
  }

  .logos-wrapper {
    width: auto;
  }

  .image-logo {
    max-height: 22px;
  }

  .grid-gallery {
    min-width: 250vw;
    min-height: 30vh;
  }

  .paragraph {
    margin-bottom: 5vh;
  }

  .inner-full-width-grid {
    grid-template-columns: 1fr;
  }

  .half-container {
    width: auto;
    max-width: none;
    min-height: auto;
  }

  .half-container.reverse {
    padding-left: 30px;
  }

  .image-frame {
    width: 35vw;
  }

  .wrappernav {
    background-color: #a0484800;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-columns: auto 1fr auto;
    min-height: 8vh;
    padding-right: 10px;
  }

  .navgrid.cart {
    grid-template-columns: auto 1fr auto auto;
  }

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

  .heading-xlarge-hero {
    text-align: center;
    font-size: 4em;
  }

  .heading-xlarge-hero.text-cyan.margin-bottom-small {
    justify-content: center;
    align-items: center;
    width: 550px;
    margin-bottom: auto;
    font-size: 2.5em;
    display: flex;
  }

  .navbar {
    z-index: 5;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: #2c7fc9;
  }

  .button.outline:hover {
    background-color: #0000;
    border-color: #b3b3b34d;
  }

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

  .button.color-blue,
  .button.color-blue:hover {
    background-color: #4700e0;
  }

  .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.social {
    justify-content: center;
    place-items: center;
  }

  .grid-buttons.nav {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-auto-flow: column;
    place-content: start center;
    place-items: center start;
    width: 100%;
    padding: 20px 0;
    display: flex;
  }

  .grid-buttons.nav.verti {
    flex-flow: row;
    padding-left: 0;
  }

  .grid-buttons.nav.center.hori {
    flex-flow: row;
  }

  .grid-buttons.nav.hori {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nav-link {
    color: #0a1953;
    width: 100%;
    padding: 20px;
    font-size: 22px;
  }

  .nav-link:hover,
  .nav-link.text-white {
    color: #0a1953;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .padding-bottom-small {
    padding-bottom: 4vh;
  }

  .icon-check {
    margin-right: 0;
  }

  .tabs-column {
    grid-column-gap: 190px;
    grid-row-gap: 0vw;
    flex-direction: column;
  }

  .tabs-menu-vertical {
    flex-flow: row;
    justify-content: flex-start;
  }

  .tab-list {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    display: flex;
  }

  .dropdown-toggle {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 22px;
  }

  .dropdown-toggle.text-white {
    color: #0a1953;
    font-size: 20px;
  }

  .tabs-nav-menu {
    justify-content: space-between;
  }

  .tabs-nav-menu.in-line {
    justify-content: center;
  }

  .box-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .box-wrapper.bg-white {
    padding: 1em;
  }

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

  .form-block {
    padding-right: 0;
  }

  .inner-footer-nav {
    justify-content: stretch;
  }

  .heading-wrapper {
    text-align: center;
    align-items: center;
  }

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

  .stats-wrapper {
    text-align: left;
    align-items: flex-start;
    padding: 30px;
    font-size: 16px;
  }

  .stats-wrapper.full {
    padding-left: 0;
    padding-right: 0;
  }

  .xlarge-scroll-heading {
    font-size: 10vh;
    font-weight: 400;
  }

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

  .inner-content-column {
    padding-top: 2.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .main-paragraph.split {
    column-count: 1;
  }

  .main-paragraph.size-small {
    font-size: 1em;
  }

  .rail-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-cta-wrapper {
    max-width: none;
  }

  .nav-menu {
    background-color: #0000;
    padding: 5px;
  }

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

  .frame-image-overflow.no-frame.third {
    order: 1;
    width: 50%;
  }

  .lightbox-link {
    padding: 18px 40px;
  }

  .lightbox-link:hover {
    background-color: #80808033;
  }

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

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

  .value.large {
    font-size: 70px;
  }

  .hero-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
    min-height: auto;
  }

  .center-wrapper.animation {
    z-index: 21;
  }

  .center-wrapper.padding-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .center-wrapper.box-wrapper {
    align-items: center;
  }

  .heading-medium {
    font-size: 36px;
  }

  .heading-large {
    font-size: 38px;
    line-height: 1.2;
  }

  .heading-large.margin-bottom-xsmall {
    text-align: center;
    width: 100%;
    font-size: 24px;
  }

  .heading-large.margin-bottom-xsmall._30 {
    text-align: center;
  }

  .heading-large.merch.text-black {
    font-size: 60px;
  }

  .heading-large.center {
    width: 100%;
    font-size: 48px;
    display: block;
  }

  .heading-regular,
  .heading-regular.margin-bottom-xsmall {
    font-size: 1.3em;
  }

  .heading-regular.margin-bottom-xsmall.left {
    margin-top: 0;
  }

  .heading-small {
    font-size: 14px;
  }

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

  .wrapper-call-to-action {
    width: 100%;
  }

  .wrap-summary {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .wrap-summary.left {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8vh;
  }

  .hero-ticker-images {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    min-width: auto;
    position: relative;
  }

  .grid-list-stats {
    width: 100%;
  }

  .grid-list-stats.margin-bottom-small {
    grid-template-columns: 1fr 2fr;
  }

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

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

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

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

  .dropdown {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .full-hero-image {
    height: 100%;
    max-height: none;
  }

  .ticker-wrapper.page {
    z-index: 400;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    inset: auto 0% 0%;
  }

  .inner-text-scrolling {
    font-weight: 700;
  }

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

  .overflow-wrapper.wide-image {
    height: 500px;
    max-height: 500px;
  }

  .overflow-wrapper.image.video {
    height: auto;
    max-height: none;
  }

  .overflow-wrapper.signup {
    height: 50vh;
  }

  .wrapper-sticky.blog {
    position: relative;
    top: 0;
  }

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

  .container-wrapper.inner-padding-small {
    height: auto;
  }

  .images-features-wrapper {
    justify-content: center;
    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%;
  }

  .bg-washed-green {
    min-height: 30vh;
  }

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

  .mobile-image.large,
  .mobile-image.large.flip {
    max-height: 70vh;
  }

  .rail-gallery {
    justify-content: center;
  }

  .grid-rail-images {
    min-width: 160vw;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-xlarge {
    font-size: 80px;
  }

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

  .heading-xxlarge {
    font-size: 60px;
  }

  .hero-grid-header-blue {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
    min-height: auto;
  }

  .hero-grid-header-blue.align-top {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .master-grid {
    grid-template-columns: 15px 1fr 15px;
  }

  .grid-row.margin-bottom-xsmall {
    margin-bottom: 0;
  }

  .image-wrapper {
    min-height: 70vh;
  }

  .main-grid-hero {
    grid-row-gap: 3vh;
    grid-template-columns: 1fr 1fr;
  }

  .main-grid-hero.hero {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    width: 200px;
  }

  .width-wrapper {
    padding: 40px 30px;
  }

  .width-wrapper.inner-padding-medium.overflow.nobottom {
    background-position: 50%;
    background-repeat: no-repeat;
    padding-top: 4em;
    padding-bottom: 0;
  }

  .header-wrapper {
    min-height: 35vh;
    padding-top: 0;
  }

  .topnav-button {
    width: auto;
    padding: 18px 40px;
  }

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

  .topnav-button.outline {
    color: #0a1953;
    box-shadow: inset -1px -1px #0a19531a, inset 1px 1px #0a19531a;
  }

  .topnav-button.outline:hover {
    color: #0a1953;
    background-color: #0000;
  }

  .grid-row-wrapper {
    width: 100%;
    max-width: none;
    min-height: 200px;
  }

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

  .contain-image.app {
    max-width: 70vw;
  }

  .half-grid-images {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

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

  .bg-detail {
    height: 30vh;
    min-height: 30vh;
  }

  .inner-card-content {
    max-width: 100%;
  }

  .nav-wrapper {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: sticky;
    top: 0;
  }

  .nav-wrapper.bg-dark-blue {
    background-color: #05050500;
    height: 100%;
  }

  .sticky-nav {
    background-color: #fff;
    flex: none;
    width: 100%;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .sticky-nav.middle {
    width: 80%;
  }

  .sticky-nav.dark {
    background-color: #0a1953;
  }

  .grid-hero-mosaic {
    min-width: 100vw;
    min-height: auto;
  }

  .nav-inner-bg {
    z-index: 1;
    display: none;
    box-shadow: 0 0 10px #0000000f;
  }

  .nav-inner-bg.on {
    display: block;
  }

  .overlayer-nav {
    background-color: #000c;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .inner-nav-wrapper {
    background-color: #fff;
    border-radius: 2px;
    flex-direction: column;
    align-items: flex-start;
    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;
  }

  .callout-wrapper.inner-padding-small {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
  }

  .callout-wrapper.box-padding {
    padding: 40px 35px 70px;
  }

  .inner-hero {
    flex-wrap: wrap;
    min-height: auto;
    padding-top: 2vh;
  }

  .device-hero-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }

  .grid-icon-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .grid-icon-wrapper.center {
    grid-column-gap: 30px;
    justify-items: start;
  }

  .title-tag-content {
    font-size: 1.6em;
    line-height: 1.2;
  }

  .center-flex-wrapper-device.bg-blue-sky {
    width: 34.7817%;
    height: 520px;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .center-flex-wrapper-device.bg-color {
    width: 50%;
    height: 100%;
  }

  .center-flex-wrapper-device.bg-color.margin-bottom-xsmall {
    justify-content: space-between;
    align-items: center;
    width: 50%;
  }

  .circle-wrapper.first {
    width: 22vw;
  }

  .circle-wrapper.second {
    width: 40vw;
  }

  .circle-wrapper.third {
    width: 20vw;
  }

  .circle-wrapper.forth {
    width: 32vw;
  }

  .circle-wrapper.fifth {
    width: 17vw;
  }

  .circle-wrapper.sixth {
    width: 20vw;
  }

  .max-width {
    padding-left: 30px;
    padding-right: 30px;
  }

  .company-logo {
    max-height: 22px;
  }

  .track-hero {
    height: auto;
  }

  .callout-box-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: center stretch;
  }

  .circle-wrapper-hero {
    width: 10em;
    height: 10em;
  }

  .circle-wrapper-hero.second,
  .circle-wrapper-hero.third {
    width: 8em;
    height: 8em;
  }

  .cart-wrapper {
    z-index: 90;
  }

  .collection-list-blog {
    grid-template-columns: 1fr;
  }

  .image-icon-hero {
    height: 50px;
    right: 0%;
  }

  .image-icon-hero.left {
    top: -12%;
    left: 0%;
  }

  .nav-sticky {
    display: none;
  }

  .circle-wrapper-frame.first,
  .circle-wrapper-frame.two,
  .circle-wrapper-frame.three,
  .circle-wrapper-frame.four,
  .circle-wrapper-frame.five {
    width: 22vw;
    height: 22vw;
  }

  .button-2 {
    padding: 18px 40px;
  }

  .button-2:hover {
    background-color: #2c7fc9;
  }

  .div-block-4 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 60px;
  }

  .bg-detail-copy {
    height: 30vh;
    min-height: 30vh;
  }

  .absolute {
    height: auto;
    bottom: 0%;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    aspect-ratio: auto;
    background-image: url('../images/menu-01.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    flex: 0 auto;
    width: 48px;
    height: 48px;
    padding: 0;
    position: static;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #14141400;
    background-image: url('../images/close-avatai.svg');
    border-radius: 0;
  }

  .navbar-no-shadow-container {
    max-height: 90px;
  }

  .container-regular {
    height: 48px;
    min-height: auto;
  }

  .navbar-wrapper {
    height: 100%;
  }

  .navbar-brand {
    width: 18%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    height: 100%;
  }

  .nav-menu-2 {
    background-color: var(--yello);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .heading-large-2 {
    font-size: 38px;
    line-height: 1.2;
  }

  .title-tag-content-2 {
    font-size: 1.6em;
    line-height: 1.2;
  }

  .html-embed {
    padding-top: 0;
  }

  .background-video-2 {
    width: auto;
  }

  .heading-3 {
    font-size: 16px;
  }

  .p30 {
    width: 100%;
    max-width: none;
    padding-bottom: 2em;
    display: block;
  }

  .div-block-10 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .div-block-11,
  .div-block-12,
  .div-block-13 {
    flex: 1;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .image-4 {
    margin-top: 0;
  }

  .image-5 {
    display: none;
  }

  .card1 {
    flex-flow: row;
    display: none;
  }

  .text-2 {
    width: 250px;
    font-size: 32px;
  }

  .text-3 {
    width: 260px;
    font-size: 18px;
  }

  .vectors-wrapper {
    justify-content: space-between;
    align-items: center;
    position: static;
  }

  .frame-2524 {
    width: auto;
  }

  .card3,
  .card2 {
    display: none;
  }

  .image-6 {
    width: 85px;
    top: 53px;
    left: 272px;
  }

  .gif-preview {
    height: auto;
    bottom: 0%;
  }

  .gif2.wide-image {
    max-height: 400px;
  }

  .gif2.preview.video {
    height: auto;
    max-height: none;
  }

  .gif2.signup {
    height: 50vh;
  }

  .main-grid {
    grid-template-columns: 1fr;
  }

  .main-grid.inner-padding-medium {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .main-grid.inner-padding-medium.nobottom.full {
    padding-bottom: 0;
  }

  .main-grid.margin-bottom-small.padding {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .main-grid.margin-bottom-small.padding._1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .main-grid.no-gap {
    grid-auto-flow: row;
  }

  .main-grid.no-gap.padding-top-medium {
    padding-top: 0;
  }

  .main-grid.short-gap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .main-grid.mobile-grid {
    grid-row-gap: 10px;
  }

  .main-grid.sticky {
    top: 90px;
  }

  .main-grid.sticky.full-height {
    position: relative;
    top: 0;
  }

  .main-grid.padding-bottom-small.margin-bottom-small.center.no {
    padding-bottom: 0;
  }

  .card {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 45px;
    aspect-ratio: auto;
    object-fit: fill;
    background-image: url('../images/Vectors-Wrapper.svg');
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
    position: static;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: flex;
  }

  .card1-tablet {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 520px;
    max-height: none;
    margin-top: 10px;
    display: flex;
  }

  .vectors-wrapper-mobile {
    justify-content: space-between;
    align-items: center;
    width: 350px;
    height: auto;
    position: static;
  }

  .text-card-tablet {
    width: 280px;
  }

  .card2-tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    height: 520px;
    min-height: 0;
    padding-left: 30px;
    display: flex;
  }

  .card3-tablet {
    height: 520px;
    display: flex;
  }

  .vectors-wrapper-3-mobile {
    aspect-ratio: auto;
    object-fit: fill;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100%;
  }

  .frame-2523-copy.text-card-mobile {
    width: 240px;
  }

  .card1-mobile {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 520px;
    max-height: none;
    margin-top: 10px;
    display: none;
  }

  .card2-mobile {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    height: 520px;
    min-height: 0;
    padding-left: 30px;
    display: none;
  }

  .card3-mobile {
    height: 520px;
    display: none;
  }

  .text-card-mobile {
    width: 280px;
  }

  .overflow-wrapper-copy.wide-image {
    max-height: 400px;
  }

  .overflow-wrapper-copy.image.video {
    height: auto;
    max-height: none;
  }

  .overflow-wrapper-copy.signup {
    height: 50vh;
  }

  .gif1.wide-image {
    max-height: 400px;
  }

  .gif1.preview.video {
    height: auto;
    max-height: none;
  }

  .gif1.signup {
    height: 50vh;
  }

  .main-grid1-copy {
    grid-template-columns: 1fr;
  }

  .main-grid1-copy.inner-padding-medium {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .main-grid1-copy.inner-padding-medium.nobottom.full {
    padding-bottom: 0;
  }

  .main-grid1-copy.margin-bottom-small.padding {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .main-grid1-copy.margin-bottom-small.padding._1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .main-grid1-copy.no-gap {
    grid-auto-flow: row;
  }

  .main-grid1-copy.no-gap.padding-top-medium {
    padding-top: 0;
  }

  .main-grid1-copy.short-gap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .main-grid1-copy.mobile-grid {
    grid-row-gap: 10px;
  }

  .main-grid1-copy.sticky {
    top: 90px;
  }

  .main-grid1-copy.sticky.full-height {
    position: relative;
    top: 0;
  }

  .main-grid1-copy.padding-bottom-small.margin-bottom-small.center.no {
    padding-bottom: 0;
  }

  .box-wrapper-game-hub {
    flex-direction: column;
    align-items: flex-start;
  }

  .box-wrapper-game-hub.bg-white {
    padding: 1em;
  }

  .div-block-18 {
    height: 500px;
  }

  .customize {
    top: 120px;
    left: 50px;
  }

  .error-6edeeb9b-b833-b21f-b04b-f68599dfe159 {
    width: 177px;
  }

  .content {
    top: 300px;
    left: 24px;
  }

  .game-hub {
    top: 120px;
    left: 515px;
  }

  .interact-with-your-avatai-in-augmented-reality-copy {
    width: 175px;
  }

  .discover {
    top: 300px;
    left: 535px;
  }

  .features-video.wide-image {
    max-height: 400px;
  }

  .features-video.image {
    width: 220px;
    height: 461px;
  }

  .features-video.image.video {
    height: auto;
    max-height: none;
  }

  .features-video.signup {
    height: 50vh;
  }

  .heading-large-2-copy {
    font-size: 38px;
    line-height: 1.2;
  }

  .main-grid3 {
    grid-template-columns: 1fr;
  }

  .main-grid3.inner-padding-medium {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .main-grid3.inner-padding-medium.nobottom.full {
    padding-bottom: 0;
  }

  .main-grid3.margin-bottom-small.padding {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .main-grid3.margin-bottom-small.padding._1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .main-grid3.no-gap {
    grid-auto-flow: row;
  }

  .main-grid3.no-gap.padding-top-medium {
    padding-top: 0;
  }

  .main-grid3.short-gap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .main-grid3.mobile-grid {
    grid-row-gap: 10px;
  }

  .main-grid3.sticky {
    top: 90px;
  }

  .main-grid3.sticky.full-height {
    position: relative;
    top: 0;
  }

  .main-grid3.padding-bottom-small.margin-bottom-small.center.no {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper-copy1.inner-padding-small {
    height: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid.inner-padding-medium {
    flex-flow: wrap;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .footer-grid.inner-padding-medium.nobottom.full {
    padding-bottom: 0;
  }

  .footer-grid.margin-bottom-small.padding {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .footer-grid.margin-bottom-small.padding._1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer-grid.no-gap {
    grid-auto-flow: row;
  }

  .footer-grid.no-gap.padding-top-medium {
    padding-top: 0;
  }

  .footer-grid.inner-padding-small {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-grid.short-gap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .footer-grid.mobile-grid {
    grid-row-gap: 10px;
  }

  .footer-grid.sticky {
    top: 90px;
  }

  .footer-grid.sticky.full-height {
    position: relative;
    top: 0;
  }

  .footer-grid.padding-bottom-small.margin-bottom-small.center.no {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper-features.sticky-faq {
    position: relative;
  }

  .content-wrapper-features.list {
    text-align: left;
  }

  .content-wrapper-features.bg-dark-gray {
    height: 100%;
  }

  .container-copy1 {
    flex: 0 auto;
    order: -1;
  }

  .container-copy1.titles {
    text-align: center;
  }

  .container-copy1.margin-bottom-medium.notop.nopadding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-copy1.header {
    justify-content: center;
    align-items: center;
  }

  .container-copy1.header._100 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    height: auto;
    padding: 15vh 30px 0;
    display: flex;
    position: relative;
  }

  .container-copy1.merch {
    padding-top: 2vh;
  }

  .container-copy1.title.product,
  .container-copy1.padding-hero {
    padding-top: 5vh;
  }

  .features-mobile {
    height: 500px;
  }

  .game-hub-mobile {
    top: 120px;
    left: 515px;
  }

  .customize-mobile {
    top: 120px;
    left: 50px;
  }

  .content-mobile {
    top: 300px;
    left: 24px;
  }

  .discover-mobile {
    top: 300px;
    left: 535px;
  }

  .features-video-mobile.wide-image {
    max-height: 400px;
  }

  .features-video-mobile.image {
    width: 220px;
    height: 461px;
  }

  .features-video-mobile.image.video {
    height: auto;
    max-height: none;
  }

  .features-video-mobile.signup {
    height: 50vh;
  }

  .button1 {
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .button1.social {
    justify-content: center;
    place-items: center;
  }

  .button1.nav {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-auto-flow: column;
    place-content: start center;
    place-items: center start;
    width: 100%;
    padding: 20px 0;
    display: flex;
  }

  .button1.nav.verti {
    flex-flow: row;
    padding-left: 0;
  }

  .button1.nav.hori {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .button-copy.color-blue,
  .button-copy.color-blue:hover {
    background-color: #4700e0;
  }

  .button1-copy {
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .button1-copy.social {
    justify-content: center;
    place-items: center;
  }

  .button1-copy.nav {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-auto-flow: column;
    place-content: start center;
    place-items: center start;
    width: 100%;
    padding: 20px 0;
    display: flex;
  }

  .button1-copy.nav.verti {
    flex-flow: row;
    padding-left: 0;
  }

  .button1-copy.nav.hori {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-large-copy {
    font-size: 38px;
    line-height: 1.2;
  }

  .heading-large-copy.margin-bottom-xsmall {
    text-align: center;
    width: 100%;
    font-size: 24px;
  }

  .heading-large-copy.margin-bottom-xsmall._30 {
    text-align: center;
  }

  .heading-large-copy.merch.text-black {
    font-size: 60px;
  }

  .heading-large-copy.center {
    width: 100%;
    font-size: 48px;
    display: block;
  }

  .section-copy.titles {
    min-height: auto;
    padding-top: 0;
  }

  .section-copy.mobile-titles {
    padding-top: 5vh;
  }

  .section-copy.full-page.bg-dark-blue,
  .section-copy.full-page.bg-dark-gray {
    height: auto;
  }

  .section-copy.to {
    padding-bottom: 4em;
  }

  .section-copy.nobottom {
    width: 100%;
  }

  .features-video-mobile-copy.wide-image {
    max-height: 400px;
  }

  .features-video-mobile-copy.image {
    width: 200px;
    height: 407px;
  }

  .features-video-mobile-copy.image.video {
    height: auto;
    max-height: none;
  }

  .features-video-mobile-copy.signup {
    height: 50vh;
  }

  .overflow-wrapper-copy11.wide-image {
    max-height: 400px;
  }

  .overflow-wrapper-copy11.image.video {
    height: auto;
    max-height: none;
  }

  .overflow-wrapper-copy11.signup {
    height: 50vh;
  }

  .main-grid1-copy2 {
    grid-template-columns: 1fr;
  }

  .main-grid1-copy2.inner-padding-medium {
    flex-flow: column;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .main-grid1-copy2.inner-padding-medium.nobottom.full {
    padding-bottom: 0;
  }

  .main-grid1-copy2.margin-bottom-small.padding {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 0;
  }

  .main-grid1-copy2.margin-bottom-small.padding._1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .main-grid1-copy2.no-gap {
    grid-auto-flow: row;
  }

  .main-grid1-copy2.no-gap.padding-top-medium {
    padding-top: 0;
  }

  .main-grid1-copy2.short-gap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .main-grid1-copy2.mobile-grid {
    grid-row-gap: 10px;
  }

  .main-grid1-copy2.sticky {
    top: 90px;
  }

  .main-grid1-copy2.sticky.full-height {
    position: relative;
    top: 0;
  }

  .main-grid1-copy2.padding-bottom-small.margin-bottom-small.center.no {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-wrapper-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .container-wrapper-copy.inner-padding-small {
    height: auto;
  }

  .container-copy.title.product,
  .container-copy.padding-hero {
    padding-top: 5vh;
  }

  .player.titles {
    min-height: auto;
    padding-top: 0;
  }

  .player.mobile-titles {
    padding-top: 5vh;
  }

  .player.full-page.bg-dark-blue,
  .player.full-page.bg-dark-gray {
    height: auto;
  }

  .player.to {
    padding-bottom: 4em;
  }

  .player.nobottom {
    width: 100%;
  }

  .list-item-2,
  .list-item-3,
  .list-item-4,
  .list-item-6 {
    font-size: 16px;
  }

  .container-3 {
    grid-template-columns: .75fr .5fr 1fr;
  }

  .container-copy {
    flex: 0 auto;
    order: -1;
  }

  .container-copy.titles {
    text-align: center;
  }

  .container-copy.margin-bottom-medium.notop.nopadding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-copy.header {
    justify-content: center;
    align-items: center;
  }

  .container-copy.header._100 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    aspect-ratio: auto;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    height: auto;
    padding: 15vh 30px 0;
    display: flex;
    position: relative;
  }

  .container-copy.merch {
    padding-top: 2vh;
  }

  .container-copy.title.product,
  .container-copy.padding-hero {
    padding-top: 5vh;
  }

  .heading-5 {
    font-size: 15px;
  }

  .bold-text-2,
  .bold-text-3,
  .bold-text-4 {
    font-size: 16px;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 16px;
  }

  .bold-text-5 {
    font-size: 16px;
  }

  .heading-8 {
    margin-top: 0;
  }

  .avatai-is-a-cutting-edge-ecosystem-for-instant-3d-avatar-and-humanoid-character-creation-from-a-sing {
    width: 640px;
    font-size: 28px;
  }

  .cloudheader {
    font-size: 14px;
  }

  .cloudtext {
    font-size: 16px;
  }

  .productsheader {
    font-size: 24px;
  }

  .messenger {
    grid-column-gap: 48px;
    padding-left: 1px;
    padding-right: 28px;
  }

  .frame-2147223140 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: none;
  }

  .frame-2147223139 {
    grid-row-gap: 12px;
  }

  .features1 {
    grid-column-gap: 12px;
  }

  .festurestext {
    font-size: 12px;
  }

  .rectangle {
    top: 456.3px;
    left: 4.60033px;
  }

  ._1-create-api-key-1 {
    height: 20%;
    top: 385px;
  }

  .iphone-12-pro {
    top: 231px;
  }

  .productstext {
    font-size: 14px;
  }

  .features-2 {
    grid-column-gap: 12px;
  }

  .frame-5-3 {
    width: 220px;
    height: 538.75px;
    min-height: auto;
  }

  .button-9 {
    padding: 18px 40px;
  }

  .button-9:hover {
    background-color: #2c7fc9;
  }

  .button-9-copy {
    padding: 18px 40px;
  }

  .button-9-copy:hover {
    background-color: #2c7fc9;
  }

  .cloud-platform-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-11 {
    height: 250px;
  }

  .image-12 {
    height: 350px;
  }

  .image-13 {
    height: 350px;
    margin-right: -45px;
    padding-right: 0;
  }

  .featuresheader {
    font-size: 13px;
  }

  .button-9-copy-copy {
    padding: 18px 40px;
  }

  .button-9-copy-copy:hover {
    background-color: #2c7fc9;
  }

  .button-copy {
    padding: 18px 40px;
  }

  .button-copy:hover {
    background-color: #2c7fc9;
  }

  .button-copy.outline:hover {
    background-color: #0000;
    border-color: #b3b3b34d;
  }

  .button-copy.color-red:hover {
    background-color: #ff0062;
  }

  .button-copy.color-blue,
  .button-copy.color-blue:hover {
    background-color: #4700e0;
  }

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

  .button-copy.inline:hover {
    background-color: #0000;
  }

  .messenger-mobile {
    grid-column-gap: 48px;
    padding-left: 1px;
    padding-right: 28px;
    display: none;
  }

  .unique-features-mobile {
    grid-row-gap: 42px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: none;
  }

  .navbar-no-shadow-container-copy {
    max-height: 90px;
  }

  .nav-link-2-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .public-api {
    grid-column-gap: 24px;
    padding-left: 43px;
    padding-right: 28px;
  }

  .image-12-copy {
    height: 350px;
    margin-left: -61px;
  }

  .frame-2147223140-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .presentation-tool-mobile {
    grid-column-gap: 48px;
    padding-left: 1px;
    padding-right: 28px;
    display: none;
  }

  .image-13-copy {
    height: 350px;
    margin-right: -45px;
    padding-right: 0;
  }
}

@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.header {
    padding-top: 5vh;
  }

  .container.header._100 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .main-grid1 {
    grid-row-gap: 36px;
    flex-flow: row;
  }

  .main-grid1.inner-padding-medium {
    flex-flow: wrap;
  }

  .content-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .margin-bottom-medium {
    margin-bottom: 60px;
  }

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

  .inner-full-width-grid {
    grid-template-columns: 1fr;
  }

  .navgrid {
    min-height: 75px;
  }

  .form {
    flex-direction: column;
  }

  .heading-xlarge-hero {
    font-size: 40px;
  }

  .heading-xlarge-hero.text-cyan.margin-bottom-small {
    font-size: 32px;
  }

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

  .grid-buttons.social {
    grid-column-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    align-content: center;
    place-items: center start;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-buttons.nav {
    flex-flow: column;
    margin-top: 20px;
  }

  .grid-buttons.nav.verti.left,
  .grid-buttons.nav.center.hori {
    flex-flow: wrap;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .tabs-menu-vertical {
    flex-direction: column;
  }

  .tab-list {
    margin: 10px 0;
  }

  .tabs-nav-menu {
    flex-direction: column;
  }

  .tabs-nav-menu.in-line {
    flex-direction: row;
  }

  .box-wrapper {
    padding: 35px;
  }

  .text-field {
    text-align: left;
    margin-bottom: 15px;
  }

  .text-field.dark,
  .text-field.hero {
    text-align: center;
  }

  .form-block {
    width: 100%;
  }

  .stats-wrapper {
    font-size: 14px;
  }

  .stats-wrapper.full {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu,
  .nav-menu.w--open {
    background-color: #0000;
  }

  .lightbox-link {
    justify-content: center;
    width: 100%;
  }

  .value {
    font-size: 36px;
  }

  .heading-large {
    font-size: 32px;
  }

  .heading-large.center {
    width: 380px;
    font-size: 28px;
    line-height: 50px;
  }

  .hero-ticker-images.hero {
    padding-top: 15vh;
  }

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

  .full-hero-image {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .inner-ticker {
    align-items: center;
    min-height: auto;
  }

  .link-social {
    flex: 0 20%;
  }

  .overflow-wrapper.wide-image {
    height: 600px;
    max-height: 600px;
  }

  .overflow-wrapper.image {
    height: 400px;
    max-height: none;
  }

  .overflow-wrapper.image-contact {
    height: 35vh;
  }

  .footer-inner {
    flex-flow: row;
  }

  .flex-form-field {
    flex-direction: column;
  }

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

  .home-small-text {
    font-size: 13px;
  }

  .image-wrapper {
    width: 100%;
    height: 100%;
  }

  .main-grid-hero {
    grid-row-gap: 1.5vh;
  }

  .brand {
    padding-left: 0;
  }

  .size-medium {
    font-size: 20px;
  }

  .width-wrapper.inner-padding-medium.overflow.nobottom {
    flex-flow: column;
  }

  .topnav-button {
    width: 100%;
    font-size: 16px;
  }

  .call {
    text-align: center;
  }

  .grid-icons-integrations {
    grid-template-columns: auto auto auto;
    justify-content: center;
  }

  .callout-wrapper.inner-padding-small {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .callout-wrapper.left {
    text-align: center;
  }

  .center-flex-wrapper-device.bg-blue-sky {
    width: 100%;
    min-width: 240px;
    height: 580px;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .button-2 {
    width: auto;
    font-size: 16px;
  }

  .absolute.normal {
    width: 100%;
    height: auto;
  }

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .heading-large-2 {
    font-size: 32px;
  }

  .iframe-container-mobile {
    height: 100%;
  }

  .background-video-2 {
    width: 100%;
  }

  .p30 {
    overflow: visible;
  }

  .booster-divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .image-4 {
    margin-top: -38px;
    display: none;
  }

  .image-5 {
    margin-top: -71px;
    display: inline-block;
  }

  .text-2 {
    width: 350px;
  }

  .text-3 {
    width: 100%;
  }

  .image-6 {
    left: 24px;
  }

  .gif2.image-contact {
    height: 35vh;
  }

  .main-grid,
  .main-grid1-copy {
    grid-row-gap: 36px;
  }

  .card1-tablet {
    display: none;
  }

  .vectors-wrapper-mobile {
    width: 100%;
  }

  .card2-tablet,
  .card3-tablet {
    display: none;
  }

  .vectors-wrapper-3-mobile {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    position: static;
  }

  .frame-2523-copy.text-card-mobile {
    width: auto;
  }

  .card1-mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    padding: 24px 32px;
    display: flex;
  }

  .card2-mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 24px 32px;
    display: flex;
  }

  .card3-mobile {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    max-height: none;
    padding: 24px 32px;
    display: flex;
  }

  .text-card-mobile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .overflow-wrapper-copy.image {
    width: 90%;
    height: 430px;
    max-height: none;
    margin-left: 58px;
  }

  .overflow-wrapper-copy.image-contact {
    height: 35vh;
  }

  .div-block-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .gif1.image-contact {
    height: 35vh;
  }

  .main-grid1-copy {
    grid-row-gap: 36px;
  }

  .box-wrapper-game-hub {
    padding: 35px;
  }

  .customize {
    padding: 10px;
    top: 100px;
    left: 12px;
  }

  .ar-magic {
    width: auto;
    font-size: 16px;
  }

  .error-6edeeb9b-b833-b21f-b04b-f68599dfe159 {
    width: 180px;
    font-size: 12px;
  }

  .content {
    padding: 10px;
    top: 270px;
    left: 12px;
  }

  .game-hub {
    padding: 10px;
    top: 150px;
    left: 430px;
  }

  .interact-with-your-avatai-in-augmented-reality-copy {
    width: 200px;
    font-size: 12px;
  }

  .discover {
    padding: 10px;
    top: 330px;
    left: 430px;
  }

  .features-video.image {
    height: 400px;
    max-height: none;
  }

  .features-video.image-contact {
    height: 35vh;
  }

  .heading-large-2-copy {
    font-size: 32px;
  }

  .main-grid3,
  .footer-grid {
    grid-row-gap: 36px;
  }

  .footer-grid.inner-padding-small {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .container-copy1.header {
    padding-top: 5vh;
  }

  .features-mobile {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .game-hub-mobile {
    margin-top: 50px;
    margin-left: 50px;
    padding: 10px;
    top: 150px;
    left: 430px;
  }

  .customize-mobile {
    margin-left: 50px;
    padding: 10px;
    top: 100px;
    left: 12px;
  }

  .content-mobile {
    margin-bottom: 50px;
    margin-right: 50px;
    padding: 10px;
    top: 270px;
    left: 12px;
  }

  .discover-mobile {
    margin-right: 50px;
    padding: 10px;
    top: 330px;
    left: 430px;
  }

  .features-video-mobile.image {
    height: 400px;
    max-height: none;
    position: absolute;
  }

  .features-video-mobile.image-contact {
    height: 35vh;
  }

  .image-8-mobile {
    vertical-align: baseline;
    width: 70%;
  }

  .button1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: space-around center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button1.social {
    grid-column-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .button1.nav {
    flex-flow: column;
    margin-top: 20px;
  }

  .button1.nav.verti.left {
    flex-flow: wrap;
  }

  .button-copy {
    width: auto;
    font-size: 16px;
  }

  .button1-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: space-around center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button1-copy.social {
    grid-column-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .button1-copy.nav {
    flex-flow: column;
    margin-top: 20px;
  }

  .button1-copy.nav.verti.left {
    flex-flow: wrap;
  }

  .heading-large-copy {
    font-size: 32px;
  }

  .heading-large-copy.center {
    width: 380px;
    font-size: 28px;
    line-height: 50px;
  }

  .features-video-mobile-copy.image {
    height: 400px;
    max-height: none;
    display: none;
    position: absolute;
  }

  .features-video-mobile-copy.image-contact {
    height: 35vh;
  }

  .overflow-wrapper-copy11.image {
    height: auto;
    max-height: none;
  }

  .overflow-wrapper-copy11.image-contact {
    height: 35vh;
  }

  .main-grid1-copy2 {
    grid-row-gap: 36px;
    flex-flow: row;
  }

  .main-grid1-copy2.inner-padding-medium {
    flex-flow: wrap;
  }

  .paragraph-5,
  .paragraph-6 {
    font-size: 16px;
  }

  .container-3,
  .container-4 {
    padding-right: 20px;
  }

  .container-copy.header {
    padding-top: 5vh;
  }

  .container-copy.header._100 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-3-copy {
    grid-template-columns: .75fr 1fr 1fr 1fr;
  }

  .bold-text-2,
  .bold-text-4 {
    font-size: 14px;
  }

  .table {
    font-size: 12px;
  }

  .main {
    padding-left: 25px;
    padding-right: 25px;
  }

  .avatai-is-a-cutting-edge-ecosystem-for-instant-3d-avatar-and-humanoid-character-creation-from-a-sing {
    width: 100%;
    font-size: 20px;
    display: flex;
  }

  .powered-by-cloud-infrastructure-our-platform-provides-end-to-end-solutions-for-generating-storing-an {
    width: 480px;
    font-size: 16px;
  }

  .cloud-platform-1 {
    grid-column-gap: 12px;
  }

  .cloudheader {
    font-size: 12px;
  }

  .cloudtext {
    font-size: 14px;
  }

  .products {
    grid-row-gap: 12px;
    padding: 24px 25px;
  }

  .unique-features {
    display: none;
  }

  .frame-2147223140 {
    flex-flow: column;
  }

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

  .rectangle {
    position: absolute;
    inset: 65% 0% 0% 45%;
  }

  ._1-create-api-key-1 {
    height: 35%;
    top: 337px;
    left: 163.333px;
  }

  .iphone-12-pro {
    top: 39px;
  }

  .header-style-2 {
    grid-row-gap: 12px;
  }

  .apiheader {
    font-size: 24px;
  }

  .cloud-platform-2-2 {
    grid-column-gap: 12px;
  }

  .frame-3-3 {
    height: auto;
    min-height: auto;
  }

  .frame-4-2 {
    height: 100%;
    min-height: auto;
  }

  .frame-5-2 {
    height: 100%;
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .features-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .frame-5-3 {
    width: 100%;
    max-width: none;
  }

  .avatai-bridges-the-gap-between-ai-digital-identity-and-immersive-interactionperfect-for-businesses-i-2 {
    padding-top: 15px;
    font-size: 20px;
  }

  .button-9,
  .button-9-copy,
  .button-9-copy {
    width: auto;
    font-size: 16px;
  }

  .cloud-platform-2 {
    grid-row-gap: 12px;
    padding: 24px 25px;
  }

  .button-9-copy-copy,
  .button-copy {
    width: auto;
    font-size: 16px;
  }

  .messenger-mobile {
    grid-column-gap: 48px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .unique-features-mobile {
    grid-row-gap: 12px;
    background-image: none;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .frame-4-2-copy {
    height: 100%;
    min-height: auto;
  }

  .image-20 {
    width: 100%;
  }

  .nav-link-2-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .public-api {
    grid-column-gap: 24px;
  }

  .image-12-copy {
    margin-left: -49px;
  }

  .frame-5-2-copy {
    height: 100%;
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .frame-2147223140-copy {
    flex-flow: column;
  }

  .presentation-tool-mobile {
    display: none;
  }

  .frame-3-3-copy {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    color: var(--black);
    margin-top: 10px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
  }

  h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
  }

  h3 {
    font-size: 30px;
    font-weight: 400;
  }

  h4 {
    font-size: 14px;
  }

  p {
    font-size: 16px;
    line-height: 1.4;
  }

  li {
    font-size: 15px;
  }

  .section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .section.bg-mid-gray.inner-padding-medium.redbonbon.notop {
    padding-top: 0;
    padding-bottom: 4em;
  }

  .section.full-page.bg-dark-blue {
    height: auto;
  }

  .section._30 {
    padding-left: 15px;
  }

  .section._30.bonbonyello {
    padding-left: 0;
  }

  .section.to.notop {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.notop {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 3em;
  }

  .section.nobottom {
    padding: 3em 0 0;
  }

  .section._1 {
    padding-top: 1em;
  }

  .gallery-grid-wrapper {
    min-height: auto;
  }

  .container {
    flex: 0 auto;
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.padding-bottom-medium.full {
    padding-left: 0;
    padding-right: 0;
  }

  .container.titles {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container.top-padding-large {
    padding-top: 5em;
  }

  .container.margin-bottom-medium.notop {
    padding-top: 0;
  }

  .container.margin-bottom-medium.notop.nopadding {
    padding-bottom: 0;
  }

  .container.header._100 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.title.product {
    padding-top: 2vh;
  }

  .container.no-padding,
  .container.full {
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    order: -1;
    align-content: space-between;
  }

  .main-grid1.inner-padding-medium {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .main-grid1.inner-padding-medium._0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-grid1.inner-padding-medium.nobottom.full {
    padding-bottom: 0;
  }

  .main-grid1.margin-bottom-small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-grid1.margin-bottom-small.padding {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-right: 15px;
    display: flex;
    overflow: scroll;
  }

  .main-grid1.margin-bottom-small.padding._1 {
    display: flex;
    overflow: scroll;
  }

  .main-grid1.no-gap {
    grid-auto-flow: row;
  }

  .main-grid1.inner-padding-small {
    padding-bottom: 60px;
  }

  .main-grid1.short-gap {
    align-content: stretch;
  }

  .main-grid1.sticky.full-height {
    min-height: auto;
  }

  .main-grid1.padding-bottom-small.margin-bottom-small.center {
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid1.padding-bottom-small.margin-bottom-small.center.no {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: auto;
    padding-right: 0;
  }

  .content-wrapper.top-padding {
    padding-top: 0;
  }

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

  .margin-bottom-medium {
    margin-bottom: 30px;
  }

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

  .hero-grid-header.pattern {
    display: flex;
  }

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

  .grid-rail.home {
    grid-template-columns: 1fr 1fr;
  }

  .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.gap.home {
    justify-content: flex-start;
    min-width: auto;
  }

  .hero-rail.about-page {
    flex: 0 auto;
    align-items: flex-end;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .logos-wrapper {
    padding: 1em 1.5em;
  }

  .image-logo {
    max-width: 100px;
    max-height: 24px;
  }

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

  .half-container,
  .half-container.reverse {
    padding-right: 30px;
  }

  .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 {
    padding-left: 5px;
    padding-right: 10px;
  }

  .heading-xlarge-hero.text-cyan.margin-bottom-small {
    text-align: center;
    align-self: center;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 135%;
  }

  .button {
    justify-content: center;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .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.social {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: center;
  }

  .grid-buttons.nav {
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: auto auto;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .grid-buttons.nav.verti {
    flex-flow: column;
  }

  .grid-buttons.nav.verti.left {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-buttons.nav.center.hori {
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-buttons.nav.hori {
    flex-flow: column;
    padding-top: 25px;
  }

  .p-small-size {
    font-size: 14px;
  }

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

  .tabs-column {
    grid-column-gap: 0px;
    grid-row-gap: 0vw;
  }

  .tabs-menu-vertical {
    margin-bottom: 15px;
  }

  .tab-list {
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 10px;
  }

  .tab-list.w--current {
    padding: 5px 10px;
  }

  .dropdown-toggle {
    font-size: 20px;
  }

  .tabs-nav-menu.in-line {
    padding-left: 10px;
    padding-right: 10px;
  }

  .box-wrapper {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .box-wrapper.bg-white {
    border-radius: 20px;
    width: 140px;
    min-width: 120px;
    height: 164px;
    padding: .5em;
  }

  .box-wrapper.center {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .icon-wrap.margin-bottom-xsmall {
    width: 98px;
    min-width: 100%;
    height: 98px;
    margin-right: 0;
  }

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

  .inner-footer-nav {
    grid-template-columns: 1fr 1fr;
  }

  .inner-footer-nav.margin-bottom-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .heading-wrapper.inner-padding-xsmall {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .stats-wrapper {
    padding: 0 20px;
    font-size: 14px;
  }

  .stats-wrapper.full {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-wrapper {
    font-size: 18px;
  }

  .paragraph-wrapper.margin-bottom-xsmall {
    align-items: flex-start;
  }

  .form-wrapper {
    width: 100%;
  }

  .big-heading-wrapper.inner-padding-medium {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .big-heading-wrapper.inner-padding-medium.off {
    display: none;
  }

  .xlarge-scroll-heading {
    font-size: 8vh;
    line-height: 1;
  }

  .image-grid-wrapper {
    min-height: auto;
    max-height: 45vh;
  }

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

  .device-wrapper {
    align-items: flex-start;
    max-width: none;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-content-column {
    min-height: 50vh;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .inner-content-column.vertical-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .preview {
    object-fit: contain;
  }

  .main-paragraph.size-large {
    font-size: 22px;
  }

  .main-paragraph.size-small {
    font-size: .9em;
  }

  .main-paragraph.size-small.text-white-opacity-strong {
    font-size: 12px;
  }

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

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

  .frame-image-overflow.no-frame {
    width: 25vw;
    max-height: 25vh;
  }

  .frame-image-overflow.no-frame.flip-left {
    width: 45vw;
  }

  .frame-image-overflow.no-frame.second {
    border-radius: 10px;
    width: 40vw;
  }

  .frame-image-overflow.no-frame.third {
    border-radius: 10px;
    order: -1;
    width: 80vw;
    max-height: 40vh;
  }

  .frame-image-overflow.no-frame.fourth {
    border-radius: 10px;
    width: 40vw;
    max-height: 30vh;
  }

  .frame-image-overflow.first {
    border-radius: 10px;
    width: 50vw;
    max-height: 60vh;
  }

  .lightbox-link {
    justify-content: center;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .grid-stats.gap {
    grid-column-gap: 12px;
  }

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

  .value {
    font-size: 28px;
  }

  .value.small {
    font-size: 24px;
  }

  .value.medium {
    font-size: 46px;
  }

  .hero-grid {
    grid-template-rows: auto auto auto auto auto auto;
    align-items: start;
  }

  .center-wrapper {
    font-size: 18px;
  }

  .center-wrapper.inner-padding-small.nobottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .center-wrapper.box-wrapper {
    align-items: center;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .heading-medium {
    font-size: 28px;
    line-height: 1.15;
  }

  .heading-large {
    margin-top: 0;
    font-size: 38px;
  }

  .heading-large.margin-bottom-xsmall {
    order: -1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 28px;
    font-weight: 400;
    display: flex;
  }

  .heading-large.margin-bottom-xsmall._30 {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 30px;
  }

  .heading-large.merch.text-black {
    font-size: 45px;
  }

  .heading-large.margin-bottom-small {
    margin-bottom: 30px;
  }

  .heading-large.center {
    width: 100%;
    font-family: obvia-wide, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
  }

  .heading-regular {
    text-align: center;
    font-size: 18px;
  }

  .heading-regular.margin-bottom-xsmall {
    font-size: 1em;
  }

  .heading-regular.margin-bottom-xsmall.left {
    font-size: 1.4em;
  }

  .heading-small {
    width: 100%;
    font-size: 14px;
  }

  .collection-list-news {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .collection-list-news._3-col {
    grid-row-gap: 24px;
    align-content: stretch;
  }

  .wrapper-call-to-action {
    width: 100%;
    min-height: 35vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-summary {
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
    max-width: none;
  }

  .hero-ticker-images {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 15vh;
    display: block;
  }

  .hero-ticker-images.hero {
    padding-top: 0;
  }

  .dropdown-list.w--open {
    border: 1px solid #e5e9f3;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .padding-top-large {
    padding-top: 6em;
  }

  .grid-list-stats {
    grid-column-gap: 24px;
    grid-row-gap: 10px;
  }

  .grid-list-stats.margin-bottom-small {
    justify-content: start;
  }

  .flex-column-features,
  .flex-column-features.device-wrapper {
    align-items: center;
  }

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

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

  .full-hero-image {
    object-fit: contain;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .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: 500px;
    max-height: none;
  }

  .overflow-wrapper.image {
    border-radius: 20px;
    width: 98%;
    min-height: 320px;
    max-height: 500px;
    margin-left: 0;
  }

  .overflow-wrapper.image.video {
    min-height: auto;
    max-height: 70vh;
    margin-left: 0;
  }

  .overflow-wrapper.image-post {
    height: 30vh;
    min-height: 300px;
  }

  .overflow-wrapper.bg-dark-blue.col-contact {
    padding: 40px 25px;
  }

  .main-richtext blockquote {
    padding: 20px 25px;
  }

  .container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .container-wrapper.inner-padding-small {
    height: auto;
  }

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

  .footer-inner {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
  }

  .flex-form-field {
    flex-direction: column;
  }

  .content-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    align-content: stretch;
    place-items: start stretch;
    height: 100%;
  }

  .content-grid.gap-short {
    align-content: space-between;
  }

  .content-grid.mobile-cards {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-features {
    object-fit: fill;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .images-features-wrapper {
    flex-direction: column;
    height: 100%;
    display: flex;
  }

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

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

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

  .inner-image-cta {
    padding-top: 2vh;
  }

  .grid-bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-washed-green {
    height: 15vh;
    min-height: auto;
  }

  .mobile-image {
    height: auto;
    max-height: 35vh;
  }

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

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

  .mobile-image.small {
    opacity: 0;
  }

  .mobile-image.top-padding {
    height: 100%;
    max-height: none;
  }

  .grid-rail-images {
    min-width: 280vw;
  }

  .heading-xlarge {
    font-size: 55px;
  }

  .content-wrapper-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .heading-xxlarge {
    font-size: 42px;
  }

  .hero-grid-header-blue {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .master-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
  }

  .grid-row.margin-bottom-xsmall {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    align-content: start;
  }

  .circle-icon-wrapper {
    width: 48px;
    height: 48px;
  }

  .image-wrapper {
    align-items: stretch;
    min-height: auto;
    max-height: none;
  }

  .hero-frame-image.inner-padding {
    max-height: 25vh;
    padding: 0;
  }

  .main-grid-hero {
    grid-row-gap: 3vh;
  }

  .main-grid-hero.hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .brand {
    justify-content: flex-start;
    padding-left: 0;
  }

  .size-medium {
    font-size: 20px;
  }

  .width-wrapper.inner-padding-medium.overflow {
    padding: 4em 15px;
  }

  .width-wrapper.inner-padding-medium.overflow.nobottom {
    background-position: 50%;
    background-repeat: no-repeat;
    flex-flow: column;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .inner-padding {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-detail {
    height: 15vh;
    min-height: auto;
  }

  .bg-detail.short {
    background-position: 50% 0;
    display: none;
  }

  .bg-detail.bg-dark.short {
    height: 20vh;
  }

  .inner-card-content {
    font-size: 18px;
  }

  .grid-icons-integrations {
    width: 100%;
  }

  .integration-icon-wrapper {
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }

  .square-icon-wrapper {
    width: 6em;
    height: 6em;
  }

  .nav-wrapper,
  .nav-wrapper.bg-dark-blue {
    height: 100%;
  }

  .nav-wrapper.bg-dark-gray {
    z-index: 999;
  }

  .full-page {
    width: 100%;
    overflow: hidden;
  }

  .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;
    align-items: flex-start;
  }

  .callout-wrapper {
    justify-content: center;
  }

  .callout-wrapper.inner-padding-small {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .callout-wrapper.inner-padding-small.center {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .icon-small {
    width: 30px;
    height: 30px;
  }

  .square-wrapper {
    height: 15vh;
  }

  .ui-device-hero {
    height: auto;
  }

  .device-hero-wrapper {
    height: auto;
    overflow: hidden;
  }

  .grid-icon-wrapper.center {
    align-items: start;
  }

  .title-tag-content {
    font-size: 1.3em;
    line-height: 1.35;
  }

  .device-center-wrapper {
    font-size: 18px;
  }

  .checkbox-label {
    text-align: left;
    font-size: 13px;
  }

  .center-flex-wrapper-device.bg-blue-sky {
    width: 100%;
    height: 500px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .center-flex-wrapper-device.bg-color {
    border-radius: 30px;
    width: 100%;
    max-height: 40vh;
  }

  .center-flex-wrapper-device.bg-color.margin-bottom-xsmall {
    width: 100%;
    margin-bottom: 0;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .center-flex-wrapper-device.full-height.bg-blue {
    height: auto;
  }

  .center-flex-wrapper-device.square {
    height: 40vh;
  }

  .inner-full-image {
    height: 65vh;
  }

  .flex-scrolling {
    flex-flow: column;
  }

  .flex-scrolling.inner-padding-small {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-grid-ticker.coin,
  .logo-grid-ticker.coin-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: 1;
    padding-right: 12px;
    display: flex;
  }

  .logo-wrap-ticker {
    min-width: 35vw;
  }

  .company-logo {
    max-width: 100px;
    max-height: 24px;
  }

  .top-padding-large {
    padding-top: 5em;
  }

  .callout-box-wrapper {
    justify-content: center;
  }

  .callout-box-wrapper.inner-padding-medium {
    padding: 2em 20px;
  }

  .callout-box-wrapper.blogpost {
    padding-left: 20px;
    padding-right: 20px;
  }

  .circle-wrapper-hero {
    width: 7em;
    height: 7em;
  }

  .circle-wrapper-hero.second {
    width: 6.5em;
    height: 6.5em;
  }

  .circle-wrapper-hero.third {
    width: 5em;
    height: 5em;
  }

  .coin-wrapper {
    width: 190px;
    min-width: 35vw;
    padding: 15px;
  }

  .price {
    font-size: 16px;
  }

  .price.name {
    font-size: 12px;
  }

  .cart-button {
    padding-left: 5px;
    padding-right: 5px;
  }

  .circle-wrapper-frame.five {
    margin-left: 20px;
  }

  .div-block {
    align-self: center;
    margin-top: -19px;
    display: block;
  }

  .div-block.left {
    align-self: flex-start;
  }

  .youtube.off {
    display: none;
  }

  .paragraph-3 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .button-2 {
    justify-content: center;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .paragraph-4 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .bg-detail-copy {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--pink), #ffa3a300 57%);
    background-position: 0 0;
    width: 100%;
    height: 100%;
    min-height: auto;
    display: block;
  }

  .bg-detail-copy.bg-dark.short {
    height: 20vh;
  }

  .absolute {
    height: 32vh;
    bottom: -15%;
  }

  .absolute.normal {
    width: 100%;
  }

  .absolute.behind {
    max-width: 80%;
    bottom: 0%;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-link-2 {
    font-size: 20px;
    line-height: 130%;
  }

  .menu-button-2 {
    background-color: #14141400;
    background-image: url('../images/menu-01.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
  }

  .menu-button-2.w--open {
    background-color: #14141400;
    background-image: url('../images/close-avatai.svg');
    border-radius: 0;
  }

  .navbar-no-shadow-container {
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .navbar-brand {
    width: 170px;
    display: flex;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-top: 30px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .div-block-5 {
    align-self: center;
  }

  .heading-large-2 {
    margin-top: 0;
    font-size: 38px;
  }

  .heading-large-2.margin-bottom-xsmall {
    order: -1;
    margin-bottom: 0;
    font-size: 24px;
  }

  .title-tag-content-2 {
    font-size: 1.3em;
    line-height: 1.35;
  }

  .html-embed {
    padding-top: 0;
  }

  .iframe-container-mobile {
    height: 80vh;
  }

  .background-video-2 {
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .left {
    width: 100%;
  }

  .heading-3 {
    color: var(--black);
    font-size: 12px;
  }

  .p30 {
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    overflow: hidden;
  }

  .div-block-6 {
    align-self: center;
  }

  .div-block-6.left {
    align-self: flex-start;
  }

  .body {
    overflow: visible;
  }

  .div-block-8,
  .div-block-9 {
    align-self: center;
  }

  .div-block-10 {
    display: block;
  }

  .image-3 {
    z-index: 0;
    opacity: .35;
    position: absolute;
    inset: 0%;
  }

  .div-block-14 {
    flex: 1;
    align-self: stretch;
    width: 100%;
    margin-top: 21px;
  }

  .dontbreak {
    word-break: keep-all;
    display: block;
  }

  .collection-list-wrapper-2 {
    flex-flow: row;
    flex: 1;
    display: flex;
  }

  .collection-list-4 {
    flex: 1;
    display: flex;
  }

  .collection-item-2 {
    flex: none;
    align-self: center;
    margin-right: 20px;
  }

  .logo-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .carousel-horizontal-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    vertical-align: baseline;
    justify-content: flex-start;
    align-items: center;
    margin-top: -60px;
    display: inline-flex;
  }

  .text {
    font-size: 12px;
  }

  .frame-2522 {
    width: 100%;
  }

  .text-2 {
    width: 100%;
    font-size: 24px;
  }

  .text-3 {
    width: auto;
    font-size: 16px;
  }

  .image-6 {
    width: 64px;
    top: 116px;
    left: 24px;
  }

  .gif-preview {
    height: 32vh;
    bottom: -15%;
  }

  .gif-preview.behind {
    max-width: 80%;
    bottom: 0%;
  }

  .gif2.wide-image {
    height: 40vh;
  }

  .gif2.preview {
    border-radius: 20px;
    width: 140px;
    height: 280px;
    min-height: auto;
    max-height: none;
  }

  .gif2.preview.video {
    min-height: auto;
    max-height: 70vh;
  }

  .gif2.image-post {
    height: 30vh;
    min-height: 300px;
  }

  .gif2.bg-dark-blue.col-contact {
    padding: 40px 25px;
  }

  .carousel-content {
    justify-content: flex-start;
    align-items: flex-start;
    height: 350px;
  }

  .main-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    order: -1;
    align-content: space-between;
  }

  .main-grid.inner-padding-medium {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-grid.inner-padding-medium._0 {
    place-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-grid.inner-padding-medium.nobottom.full {
    padding-bottom: 0;
  }

  .main-grid.margin-bottom-small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-grid.margin-bottom-small.padding {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-right: 15px;
    display: flex;
    overflow: scroll;
  }

  .main-grid.margin-bottom-small.padding._1 {
    display: flex;
    overflow: scroll;
  }

  .main-grid.inner-padding-small {
    padding-bottom: 60px;
  }

  .main-grid.short-gap {
    align-content: stretch;
  }

  .main-grid.sticky.full-height {
    min-height: auto;
  }

  .main-grid.padding-bottom-small.margin-bottom-small.center {
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid.padding-bottom-small.margin-bottom-small.center.no {
    padding-bottom: 0;
  }

  .card1-tablet {
    display: none;
  }

  .vectors-wrapper-mobile {
    object-fit: fill;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .card2-tablet,
  .card3-tablet {
    display: none;
  }

  .vectors-wrapper-3-mobile {
    aspect-ratio: auto;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .frame-2523-copy.text-card-mobile {
    width: auto;
  }

  .card1-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1240px;
    height: auto;
    padding: 24px;
    display: flex;
  }

  .card2-mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding: 24px;
    display: flex;
  }

  .card3-mobile {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    max-height: none;
    padding: 24px;
    display: flex;
  }

  .text-card-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .overflow-wrapper-copy.wide-image {
    height: 40vh;
  }

  .overflow-wrapper-copy.image {
    border-radius: 20px;
    width: auto;
    height: auto;
    min-height: 350px;
    max-height: none;
    margin-left: 60px;
  }

  .overflow-wrapper-copy.image.video {
    min-height: auto;
    max-height: 70vh;
  }

  .overflow-wrapper-copy.image-post {
    height: 30vh;
    min-height: 300px;
  }

  .overflow-wrapper-copy.bg-dark-blue.col-contact {
    padding: 40px 25px;
  }

  .div-block-17 {
    width: 100%;
  }

  .gif1.wide-image {
    height: 40vh;
  }

  .gif1.preview {
    border-radius: 20px;
    justify-content: flex-start;
    align-items: flex-end;
    width: 180px;
    height: 280px;
    min-height: auto;
    max-height: 500px;
  }

  .gif1.preview.video {
    min-height: auto;
    max-height: 70vh;
  }

  .gif1.image-post {
    height: 30vh;
    min-height: 300px;
  }

  .gif1.bg-dark-blue.col-contact {
    padding: 40px 25px;
  }

  .main-grid1-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    order: -1;
    align-content: space-between;
  }

  .main-grid1-copy.inner-padding-medium {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-grid1-copy.inner-padding-medium._0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-grid1-copy.inner-padding-medium.nobottom.full {
    padding-bottom: 0;
  }

  .main-grid1-copy.margin-bottom-small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-grid1-copy.margin-bottom-small.padding {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-right: 15px;
    display: flex;
    overflow: scroll;
  }

  .main-grid1-copy.margin-bottom-small.padding._1 {
    display: flex;
    overflow: scroll;
  }

  .main-grid1-copy.inner-padding-small {
    padding-bottom: 60px;
  }

  .main-grid1-copy.short-gap {
    align-content: stretch;
  }

  .main-grid1-copy.sticky.full-height {
    min-height: auto;
  }

  .main-grid1-copy.padding-bottom-small.margin-bottom-small.center {
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid1-copy.padding-bottom-small.margin-bottom-small.center.no {
    padding-bottom: 0;
  }

  .box-wrapper-game-hub {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .box-wrapper-game-hub.bg-white {
    border-radius: 20px;
    width: 140px;
    min-width: 120px;
    height: auto;
    padding: .5em;
  }

  .box-wrapper-game-hub.center {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-3 {
    margin-top: 60px;
  }

  .image-8 {
    width: 130%;
    max-width: none;
  }

  .div-block-18 {
    height: 920px;
    display: none;
  }

  .customize {
    top: 30px;
    left: 20px;
  }

  .ar-magic {
    width: 170px;
  }

  .error-6edeeb9b-b833-b21f-b04b-f68599dfe159 {
    width: 179px;
    font-size: 13px;
  }

  .content {
    top: 130px;
    left: 140px;
  }

  .game-hub {
    top: 710px;
    left: 20px;
  }

  .interact-with-your-avatai-in-augmented-reality-copy {
    align-self: auto;
    width: 185px;
    font-family: titillium-web, sans-serif;
    font-size: 13px;
    display: block;
  }

  .discover {
    top: 830px;
    left: 100px;
  }

  .features-video.wide-image {
    height: 40vh;
  }

  .features-video.image {
    border-radius: 20px;
    width: 220px;
    height: 440px;
    min-height: 320px;
    max-height: 500px;
    margin-left: 0;
  }

  .features-video.image.video {
    min-height: auto;
    max-height: 70vh;
  }

  .features-video.image-post {
    height: 30vh;
    min-height: 300px;
  }

  .features-video.bg-dark-blue.col-contact {
    padding: 40px 25px;
  }

  .heading-large-2-copy {
    margin-top: 0;
    font-size: 38px;
  }

  .heading-large-2-copy.margin-bottom-xsmall {
    order: -1;
    margin-bottom: 0;
    font-size: 24px;
  }

  .main-grid3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex: 1;
    order: -1;
    align-content: space-between;
  }

  .main-grid3.inner-padding-medium {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-grid3.inner-padding-medium._0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-grid3.inner-padding-medium.nobottom.full {
    padding-bottom: 0;
  }

  .main-grid3.margin-bottom-small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-grid3.margin-bottom-small.padding {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-right: 15px;
    display: flex;
    overflow: scroll;
  }

  .main-grid3.margin-bottom-small.padding._1 {
    display: flex;
    overflow: scroll;
  }

  .main-grid3.inner-padding-small {
    padding-bottom: 60px;
  }

  .main-grid3.short-gap {
    align-content: stretch;
  }

  .main-grid3.sticky.full-height {
    min-height: auto;
  }

  .main-grid3.padding-bottom-small.margin-bottom-small.center {
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid3.padding-bottom-small.margin-bottom-small.center.no {
    padding-bottom: 0;
  }

  .image-9 {
    width: 50%;
  }

  .container-wrapper-copy1.inner-padding-small {
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .footer-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    order: -1;
    align-content: space-between;
  }

  .footer-grid.inner-padding-medium {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-grid.inner-padding-medium._0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-grid.inner-padding-medium.nobottom.full {
    padding-bottom: 0;
  }

  .footer-grid.margin-bottom-small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-grid.margin-bottom-small.padding {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-right: 15px;
    display: flex;
    overflow: scroll;
  }

  .footer-grid.margin-bottom-small.padding._1 {
    display: flex;
    overflow: scroll;
  }

  .footer-grid.inner-padding-small {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    padding-bottom: 60px;
    display: grid;
  }

  .footer-grid.short-gap {
    align-content: stretch;
  }

  .footer-grid.sticky.full-height {
    min-height: auto;
  }

  .footer-grid.padding-bottom-small.margin-bottom-small.center {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-grid.padding-bottom-small.margin-bottom-small.center.no {
    padding-bottom: 0;
  }

  .content-wrapper-features {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-wrapper-features.top-padding {
    padding-top: 0;
  }

  .container-copy1 {
    flex: 0 auto;
    max-width: 100%;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy1.padding-bottom-medium.full {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy1.titles {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container-copy1.top-padding-large {
    padding-top: 5em;
  }

  .container-copy1.margin-bottom-medium.notop {
    padding-top: 0;
  }

  .container-copy1.margin-bottom-medium.notop.nopadding {
    padding-bottom: 0;
  }

  .container-copy1.header._100 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
  }

  .container-copy1.title.product {
    padding-top: 2vh;
  }

  .container-copy1.no-padding,
  .container-copy1.full {
    padding-left: 0;
    padding-right: 0;
  }

  .features-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "."
      "."
      "."
      "."
      "."
      "."
      "."
      / 1fr;
    grid-auto-columns: 1fr;
    height: 920px;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .game-hub-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: static;
    top: 710px;
    left: 20px;
  }

  .customize-mobile {
    margin-left: 0;
    position: static;
    top: 30px;
    left: 20px;
  }

  .content-mobile {
    margin-bottom: 0;
    margin-right: 0;
    position: static;
    top: 130px;
    left: 140px;
  }

  .discover-mobile {
    margin-right: 0;
    position: static;
    top: 830px;
    left: 100px;
  }

  .features-video-mobile.wide-image {
    height: 40vh;
  }

  .features-video-mobile.image {
    border-radius: 20px;
    width: 220px;
    height: 440px;
    min-height: 320px;
    max-height: 500px;
    margin-left: 0;
    position: relative;
  }

  .features-video-mobile.image.video {
    min-height: auto;
    max-height: 70vh;
  }

  .features-video-mobile.image-post {
    height: 30vh;
    min-height: 300px;
  }

  .features-video-mobile.bg-dark-blue.col-contact {
    padding: 40px 25px;
  }

  .image-8-mobile {
    width: 150%;
    max-width: none;
    height: auto;
    position: relative;
  }

  .create {
    align-self: center;
  }

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

  .button1.social {
    grid-template-rows: auto auto;
    grid-auto-flow: column;
  }

  .button1.nav {
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: auto auto;
    grid-auto-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .button1.nav.verti {
    flex-flow: column;
  }

  .button1.nav.verti.left {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .button1.nav.hori {
    flex-flow: column;
    padding-top: 25px;
  }

  .logo-grid-gifs.coin,
  .logo-grid-gifs.coin-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: 1;
    padding-right: 12px;
    display: flex;
  }

  .button-copy {
    justify-content: center;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .button1-copy {
    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;
  }

  .button1-copy.social {
    grid-template-rows: auto auto;
    grid-auto-flow: column;
  }

  .button1-copy.nav {
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: auto auto;
    grid-auto-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .button1-copy.nav.verti {
    flex-flow: column;
  }

  .button1-copy.nav.verti.left {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .button1-copy.nav.hori {
    flex-flow: column;
    padding-top: 25px;
  }

  .heading-large-copy {
    margin-top: 0;
    font-size: 38px;
  }

  .heading-large-copy.margin-bottom-xsmall {
    order: -1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 20px;
    font-weight: 400;
    display: flex;
  }

  .heading-large-copy.margin-bottom-xsmall._30 {
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 28px;
  }

  .heading-large-copy.merch.text-black {
    font-size: 45px;
  }

  .heading-large-copy.margin-bottom-small {
    margin-bottom: 30px;
  }

  .heading-large-copy.center {
    width: 280px;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
  }

  .grid-bg-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .section-copy.bg-mid-gray.inner-padding-medium.redbonbon.notop {
    padding-top: 0;
    padding-bottom: 4em;
  }

  .section-copy.full-page.bg-dark-blue {
    height: auto;
  }

  .section-copy._30 {
    padding-left: 15px;
  }

  .section-copy._30.bonbonyello {
    padding-left: 0;
  }

  .section-copy.to.notop,
  .section-copy.notop {
    padding-top: 0;
    padding-bottom: 3em;
  }

  .section-copy.nobottom {
    padding: 3em 0 0;
  }

  .section-copy._1 {
    padding-top: 1em;
  }

  .features-video-mobile-copy.wide-image {
    height: 40vh;
  }

  .features-video-mobile-copy.image {
    border-radius: 20px;
    width: 220px;
    height: 440px;
    min-height: 320px;
    max-height: 500px;
    margin-left: 0;
    position: relative;
  }

  .features-video-mobile-copy.image.video {
    min-height: auto;
    max-height: 70vh;
  }

  .features-video-mobile-copy.image-post {
    height: 30vh;
    min-height: 300px;
  }

  .features-video-mobile-copy.bg-dark-blue.col-contact {
    padding: 40px 25px;
  }

  .overflow-wrapper-copy11.wide-image {
    height: 350px;
  }

  .overflow-wrapper-copy11.image {
    border-radius: 20px;
    width: auto;
    height: auto;
    min-height: auto;
    max-height: 500px;
    margin-left: 0;
  }

  .overflow-wrapper-copy11.image.video {
    min-height: auto;
    max-height: 70vh;
    margin-left: 0;
  }

  .overflow-wrapper-copy11.image-post {
    height: 30vh;
    min-height: 300px;
  }

  .overflow-wrapper-copy11.bg-dark-blue.col-contact {
    padding: 40px 25px;
  }

  .main-grid1-copy2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    order: -1;
    align-content: space-between;
  }

  .main-grid1-copy2.inner-padding-medium {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .main-grid1-copy2.inner-padding-medium._0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-grid1-copy2.inner-padding-medium.nobottom.full {
    padding-bottom: 0;
  }

  .main-grid1-copy2.margin-bottom-small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-grid1-copy2.margin-bottom-small.padding {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-right: 15px;
    display: flex;
    overflow: scroll;
  }

  .main-grid1-copy2.margin-bottom-small.padding._1 {
    display: flex;
    overflow: scroll;
  }

  .main-grid1-copy2.no-gap {
    grid-auto-flow: row;
  }

  .main-grid1-copy2.inner-padding-small {
    padding-bottom: 60px;
  }

  .main-grid1-copy2.short-gap {
    align-content: stretch;
  }

  .main-grid1-copy2.sticky.full-height {
    min-height: auto;
  }

  .main-grid1-copy2.padding-bottom-small.margin-bottom-small.center {
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid1-copy2.padding-bottom-small.margin-bottom-small.center.no {
    padding-bottom: 0;
  }

  .container-wrapper-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .container-wrapper-copy.inner-padding-small {
    height: auto;
  }

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

  .container-copy.no-padding,
  .container-copy.full {
    padding-left: 0;
    padding-right: 0;
  }

  .player {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .player.bg-mid-gray.inner-padding-medium.redbonbon.notop {
    padding-top: 0;
    padding-bottom: 4em;
  }

  .player.full-page.bg-dark-blue {
    height: auto;
  }

  .player._30 {
    padding-left: 15px;
  }

  .player._30.bonbonyello {
    padding-left: 0;
  }

  .player.to.notop {
    padding-top: 0;
    padding-bottom: 0;
  }

  .player.notop {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 3em;
  }

  .player.nobottom {
    padding: 3em 0 0;
  }

  .player._1 {
    padding-top: 1em;
  }

  .rich-text-block-1 p {
    font-size: 16px;
  }

  .container-copy {
    flex: 0 auto;
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-copy.padding-bottom-medium.full {
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy.titles {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container-copy.top-padding-large {
    padding-top: 5em;
  }

  .container-copy.margin-bottom-medium.notop {
    padding-top: 0;
  }

  .container-copy.margin-bottom-medium.notop.nopadding {
    padding-bottom: 0;
  }

  .container-copy.header._100 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-copy.title.product {
    padding-top: 2vh;
  }

  .container-copy.no-padding,
  .container-copy.full {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-5 {
    font-size: 12px;
    font-weight: 300;
  }

  .heading-4 {
    font-size: 24px;
  }

  .bold-text-2 {
    vertical-align: top;
    font-size: 12px;
    line-height: 1;
    display: inline;
  }

  .bold-text-3 {
    font-size: 12px;
    display: block;
  }

  .heading-6 {
    margin-top: 0;
  }

  .bold-text-4 {
    font-size: 12px;
    line-height: 1;
    display: flex;
  }

  .bold-text-5 {
    font-size: 12px;
  }

  .table {
    font-size: 9px;
  }

  .heading-9,
  .bold-text-6,
  .heading-10,
  .heading-11,
  .heading-12,
  .bold-text-7 {
    font-size: 20px;
  }

  .heading-13 {
    margin-top: 0;
  }

  .heading-14,
  .heading-15,
  .heading-16,
  .heading-17,
  .heading-18,
  .heading-19,
  .heading-20,
  .heading-21,
  .heading-22 {
    font-size: 20px;
  }

  .paragraph-13 {
    font-size: 16px;
  }

  .heading-28,
  .heading-29,
  .heading-30 {
    margin-top: 10px;
  }

  .bold-text-8 {
    font-size: 12px;
    text-decoration: none;
    display: block;
  }

  .bold-text-9 {
    font-size: 12px;
    display: block;
  }

  .bold-text-10 {
    font-size: 12px;
    line-height: 1;
    display: block;
  }

  .heading-31 {
    margin-top: 0;
    font-size: 12px;
    line-height: 1;
  }

  .heading-32,
  .heading-33,
  .heading-34 {
    margin-top: 0;
  }

  .paragraph-14,
  .paragraph-15,
  .paragraph-16,
  .paragraph-17,
  .paragraph-18,
  .paragraph-19 {
    font-size: 16px;
  }

  .google-play {
    align-self: center;
    margin-top: -19px;
    display: block;
  }

  .google-play.left {
    align-self: flex-start;
  }

  .main {
    padding: 84px 15px 24px;
  }

  .avatai-is-a-cutting-edge-ecosystem-for-instant-3d-avatar-and-humanoid-character-creation-from-a-sing {
    width: 100%;
    font-size: 18px;
  }

  .powered-by-cloud-infrastructure-our-platform-provides-end-to-end-solutions-for-generating-storing-an {
    width: 100%;
    font-size: 14px;
  }

  .cloud-platform-1 {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .frame-1437253766 {
    height: auto;
  }

  .cloudheader {
    font-size: 12px;
  }

  .cloudtext {
    font-size: 14px;
  }

  .products {
    grid-row-gap: 12px;
    padding: 12px 15px 24px;
  }

  .productsheader {
    font-size: 16px;
    font-weight: 800;
  }

  .messenger {
    display: none;
  }

  .assistant {
    border-radius: 24px;
    flex-flow: column;
    height: auto;
    margin-bottom: 0;
    padding: 25px 15px 0;
  }

  .unique-features {
    grid-row-gap: 12px;
    padding: 24px 15px;
    display: none;
  }

  .frame-2147223140 {
    flex-flow: column;
    display: none;
  }

  .features1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    height: auto;
    display: grid;
  }

  .rectangle {
    top: 285.3px;
    left: .60033px;
  }

  ._1-create-api-key-1 {
    height: 40%;
    top: 209px;
    left: 26px;
  }

  .iphone-12-pro {
    top: 76px;
  }

  .apiheader {
    height: auto;
    font-size: 18px;
  }

  .cloud-platform-2-2 {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .app-2 {
    border-radius: 24px;
    flex-flow: column;
    height: auto;
    padding: 25px 15px 0;
  }

  .productstext {
    font-size: 14px;
  }

  .frame-2523-2 {
    margin-left: 0;
  }

  .frame-3-3 {
    aspect-ratio: auto;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: auto;
    padding: 20px 15px;
  }

  .frame-4-2 {
    height: auto;
    min-height: 178px;
    padding: 20px 15px;
  }

  .frame-5-2 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    min-height: auto;
    padding: 20px 15px;
    display: flex;
  }

  .features-2 {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    place-items: start stretch;
    display: grid;
  }

  .frame-5-3 {
    width: 100%;
    max-width: none;
    height: 430px;
    padding: 20px 15px;
  }

  .avatai-bridges-the-gap-between-ai-digital-identity-and-immersive-interactionperfect-for-businesses-i-2 {
    margin-top: 12px;
    margin-right: 0;
    font-family: obvia-expanded, sans-serif;
    font-size: 16px;
  }

  .button-9,
  .button-9-copy {
    justify-content: center;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-9-copy {
    justify-content: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cloud-platform-2 {
    grid-row-gap: 12px;
    padding: 24px 15px;
  }

  .frame-8 {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .frame-6 {
    height: auto;
  }

  .frame-7 {
    flex-flow: column;
    height: auto;
  }

  .image-12 {
    width: 100%;
  }

  .image-13 {
    width: 100%;
    margin-top: -21px;
  }

  .button-9-copy-copy,
  .button-copy {
    justify-content: center;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-20 {
    display: none;
  }

  .messenger-mobile {
    border-radius: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 25px 15px 0;
    display: flex;
  }

  .unique-features-mobile {
    grid-row-gap: 12px;
    background-image: none;
    padding: 12px 15px 24px;
    display: flex;
  }

  .frame-4-2-copy {
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: auto;
    padding: 20px 15px;
  }

  .frame-5-2-copy {
    height: 194.094px;
    min-height: auto;
    padding: 20px 15px;
  }

  .navbar-no-shadow-container-copy {
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-link-2-copy {
    font-size: 20px;
    line-height: 130%;
  }

  .public-api {
    display: none;
  }

  .image-12-copy {
    width: 100%;
    margin-bottom: 0;
    margin-left: 9px;
    padding-bottom: 51px;
  }

  .frame-5-2-copy {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    min-height: auto;
    padding: 20px 15px;
    display: flex;
  }

  .frame-2147223140-copy {
    flex-flow: column;
  }

  .presentation-tool-mobile {
    border-radius: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px 15px 0;
    display: flex;
  }

  .frame-4-2-copy {
    height: auto;
    min-height: 146.9px;
    padding: 20px 15px;
  }

  .frame-3-3-copy {
    aspect-ratio: auto;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: auto;
    padding: 20px 15px;
  }

  .presentation-tool {
    border-radius: 24px;
    flex-flow: column;
    height: auto;
    margin-bottom: 0;
    padding: 25px 15px 0;
  }

  .image-13-copy {
    width: 100%;
    margin-top: -21px;
  }
}

#w-node-e2f21841-968d-8546-282f-d26518b235bf-fdaeddcb,
#w-node-e2f21841-968d-8546-282f-d26518b23664-fdaeddcb,
#w-node-e2f21841-968d-8546-282f-d26518b236ac-fdaeddcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-fdaeddcb {
  grid-area: 2 / 1 / 3 / 13;
  place-self: center;
}

#w-node-_9fba9ee5-29f3-9d40-9ae7-7ce12c2526e4-fdaeddcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b1dc9d5-ff6f-5050-0e2e-f13e47e8567f-fdaeddcb {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_7d054413-3904-3a90-a4f5-b23cd653994e-fdaeddcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ea7ff5c-8eae-8f5a-2a5a-9b55452dc25d-fdaeddcb {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-f7759285-3069-9755-c3f3-8dbf75c4baf7-fdaeddcb {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-f7759285-3069-9755-c3f3-8dbf75c4baf9-fdaeddcb {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: stretch;
}

#w-node-f7759285-3069-9755-c3f3-8dbf75c4bafb-fdaeddcb {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-dd890fe7-a28a-7129-1cb3-691b93107f06-fdaeddcb {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_2937d02a-f835-cf5a-417c-fe3f281b404a-fdaeddcb {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-_443588d1-21a2-db0b-8a5a-ee4c106640ce-fdaeddcb {
  place-self: center;
}

#w-node-_443588d1-21a2-db0b-8a5a-ee4c106640d0-fdaeddcb {
  place-self: start center;
}

#w-node-_5e749dd5-ef48-02f1-9819-1901ad999a1b-fdaeddcb {
  place-self: center;
}

#w-node-_9cb3997f-d0a8-2c10-b93b-45f6068d1cf1-fdaeddcb {
  justify-self: center;
}

#w-node-_443588d1-21a2-db0b-8a5a-ee4c106640e7-fdaeddcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_46328a93-7c6a-9ec4-9cec-07d3eb58739e-fdaeddcb {
  place-self: center;
}

#w-node-_443588d1-21a2-db0b-8a5a-ee4c106640f9-fdaeddcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ec62df92-55d0-76f5-bf11-75416b76c089-fdaeddcb {
  place-self: center;
}

#w-node-f2be0713-ac36-387b-3de7-9099eba0f8a9-fdaeddcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f2be0713-ac36-387b-3de7-9099eba0f8ab-fdaeddcb {
  place-self: center;
}

#w-node-_8d220363-86b3-f945-f80b-ba787cc6580e-fdaeddcb {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_8d220363-86b3-f945-f80b-ba787cc65810-fdaeddcb {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8d220363-86b3-f945-f80b-ba787cc65812-fdaeddcb {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_40ffdb22-7b31-afab-6ef0-6edac46abe09-fdaeddcb {
  grid-area: 1 / 4 / 2 / 10;
  place-self: start center;
}

#w-node-_7f366ed6-7df4-5510-2556-bcae4e15bab9-fdaeddcb {
  grid-area: 1 / 2 / 2 / 7;
  align-self: start;
}

#w-node-_7f366ed6-7df4-5510-2556-bcae4e15babe-fdaeddcb {
  grid-area: 1 / 7 / 2 / 12;
  align-self: start;
}

#w-node-b15a8c68-7065-abeb-0d22-60647563e934-fdaeddcb {
  grid-area: 1 / 2 / 3 / 3;
  place-self: center;
}

#w-node-b15a8c68-7065-abeb-0d22-60647563e935-fdaeddcb {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-b15a8c68-7065-abeb-0d22-60647563e93a-fdaeddcb {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-b15a8c68-7065-abeb-0d22-60647563e93f-fdaeddcb {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start;
}

#w-node-b15a8c68-7065-abeb-0d22-60647563e944-fdaeddcb {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start end;
}

#w-node-b15a8c68-7065-abeb-0d22-60647563e949-fdaeddcb {
  place-self: center;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954ad-fdaeddcb {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-f0999f10-c6fe-c89e-05ae-ae18664de449-fdaeddcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b9-fdaeddcb {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-e8935f71-f666-903a-ae2c-bf548ae9528a-fdaeddcb {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: stretch;
}

#w-node-e8935f71-f666-903a-ae2c-bf548ae9528f-fdaeddcb {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-e27ca25d-cef0-1f10-2ea9-f869b429f68d-fdaeddcb {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-fcf181c2-f79e-09d7-384a-6c8e7b1aa6fd-fdaeddcb,
#w-node-fcf181c2-f79e-09d7-384a-6c8e7b1aa705-fdaeddcb,
#w-node-fcf181c2-f79e-09d7-384a-6c8e7b1aa70d-fdaeddcb {
  align-self: center;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4a-07bf8e43 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4b-07bf8e43,
#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e6d-07bf8e43,
#w-node-_3bf52516-d276-5475-ccb1-158e23ed045e-07bf8e43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e83-07bf8e43 {
  grid-area: 2 / 5 / 3 / 9;
  justify-self: center;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e85-07bf8e43 {
  justify-self: center;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
  grid-area: 2 / 7 / 3 / 13;
  place-self: center end;
}

#w-node-d6133a47-301a-a6de-46fb-2533b7c7a68a-07bf8e43 {
  grid-area: 2 / 1 / 3 / 7;
  place-self: center start;
}

#w-node-_0367dee5-ee78-e407-2962-449374a2d891-fdaede04 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_30eac576-3f52-b972-6626-da07cc941c24-fdaede04 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2e4be397-da18-49dd-c878-c18bc34e1155-fdaede04 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_2e35d90b-cede-2404-d8d3-1c186038ce0c-fdaede04,
#w-node-_2e35d90b-cede-2404-d8d3-1c186038ce0e-fdaede04,
#w-node-_2e35d90b-cede-2404-d8d3-1c186038ce10-fdaede04,
#w-node-_2e35d90b-cede-2404-d8d3-1c186038ce12-fdaede04,
#w-node-_2e35d90b-cede-2404-d8d3-1c186038ce14-fdaede04,
#w-node-_2e35d90b-cede-2404-d8d3-1c186038ce16-fdaede04 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f32266a3-36ae-f7f0-1fa1-dcee3d5971ef-fdaede04 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_19869ecf-5508-1756-4d1f-d627ada7aecf-fdaede04 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-d4a914c7-04e0-04c0-7763-cbde20bd4855-fdaede04 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-_2c6b3fad-c4d9-55a7-de88-19c37a439a7c-fdaede04 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: stretch stretch;
}

#w-node-_2c6b3fad-c4d9-55a7-de88-19c37a439a81-fdaede04 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-_6035c85d-7639-49ef-5cbb-2392b5a22554-fdaede04 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: stretch;
}

#w-node-_6035c85d-7639-49ef-5cbb-2392b5a22556-fdaede04 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_6035c85d-7639-49ef-5cbb-2392b5a22559-fdaede04 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_387b6304-08be-bdf2-f69a-00e73fba988c-fdaede04,
#w-node-_387b6304-08be-bdf2-f69a-00e73fba9893-fdaede04,
#w-node-_387b6304-08be-bdf2-f69a-00e73fba989a-fdaede04,
#w-node-_387b6304-08be-bdf2-f69a-00e73fba98a1-fdaede04 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_85548073-3fe8-aec3-a8b5-8a24c6988656-fdaede04 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f36a1d87-7ed9-49bb-1243-66a38bc0a9c8-fdaede04 {
  grid-area: 2 / 3 / 3 / 11;
  place-self: center;
}

#w-node-_4ea15571-2fc6-794d-8c9d-ab68cd6aed3c-fdaede04 {
  align-self: center;
}

#w-node-a5f58018-884e-895c-83cb-67bdaf0dba6b-fdaede04 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: stretch;
}

#w-node-a5f58018-884e-895c-83cb-67bdaf0dba6d-fdaede04 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: start;
}

#w-node-a5f58018-884e-895c-83cb-67bdaf0dba70-fdaede04 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-a5f58018-884e-895c-83cb-67bdaf0dba78-fdaede04,
#w-node-a5f58018-884e-895c-83cb-67bdaf0dba7c-fdaede04 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e2c73f7b-c423-f960-34f8-dab1c6a96929-fdaede04 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-e2c73f7b-c423-f960-34f8-dab1c6a9692c-fdaede04 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-c5446576-037a-3c55-f8c6-24ef5dad1fd7-5dad1fd4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-c5446576-037a-3c55-f8c6-24ef5dad1fda-5dad1fd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

#w-node-_9388177e-f329-07fd-1390-d73b3352765e-fdaede05 {
  grid-area: 1 / 1 / 4 / 5;
}

#w-node-_9388177e-f329-07fd-1390-d73b33527660-fdaede05 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: end;
}

#w-node-_638f81de-197e-4e95-f962-fcfb1583e259-fdaede05 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-c35c9ae2-7a29-31d0-46d0-14c156761822-fdaede05 {
  grid-area: 4 / 1 / 5 / 5;
}

#w-node-f3d934ed-2bee-19c4-dedc-d2016c44a1c9-fdaede05 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-ec5c53e4-aa7e-7189-4875-45cb9c9ceff1-fdaede05 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_28f8d65f-459e-7ffc-30b5-91dbb201059e-fdaede05 {
  grid-area: 2 / 3 / 4 / 4;
}

#w-node-_21b90aa6-7729-2d8f-a84b-e9f98c53da81-fdaede05 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c3592ba6-b3b2-9528-a748-df9c28495293-fdaede05 {
  grid-area: 2 / 5 / 4 / 6;
}

#w-node-b9d84c62-53da-c5d7-7a9b-ca725fc6bbcb-fdaede05 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_7798be63-1242-b295-d8ea-9b87b961fb12-fdaede05 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_2401c8c1-2420-6d3e-1142-3966993274fd-fdaede05 {
  grid-area: 1 / 1 / 5 / 5;
  place-self: start;
}

#w-node-_1c7b0d70-2fc1-eacd-5295-b276f7c2312a-fdaede05 {
  grid-area: 2 / 4 / 7 / 9;
  place-self: center;
}

#w-node-_2f5f8f9e-14bd-9547-3b27-82c4be480849-fdaede05 {
  grid-area: 6 / 3 / 9 / 6;
  place-self: stretch start;
}

#w-node-_7798be63-1242-b295-d8ea-9b87b961fb14-fdaede05 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_7798be63-1242-b295-d8ea-9b87b961fb17-fdaede05 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-d6528e05-b1e4-17e5-7841-30299625593b-fdaede05 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center stretch;
}

#w-node-d6528e05-b1e4-17e5-7841-30299625593d-fdaede05 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-fd474be2-ad38-5a05-6800-6abb0885ecdf-fdaede05 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: stretch;
}

#w-node-fd474be2-ad38-5a05-6800-6abb0885ece1-fdaede05 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-fd474be2-ad38-5a05-6800-6abb0885ecf0-fdaede05 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center stretch;
}

#w-node-fd474be2-ad38-5a05-6800-6abb0885ecf2-fdaede05 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-d08520b4-4a46-d2b2-5752-081065249a28-fdaede05,
#w-node-d08520b4-4a46-d2b2-5752-081065249a31-fdaede05,
#w-node-d08520b4-4a46-d2b2-5752-081065249a3a-fdaede05 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_0d4c002c-4504-3edd-ab8c-ce4b21db0114-fdaede05,
#w-node-_0d4c002c-4504-3edd-ab8c-ce4b21db0119-fdaede05,
#w-node-_0d4c002c-4504-3edd-ab8c-ce4b21db011e-fdaede05,
#w-node-_0d4c002c-4504-3edd-ab8c-ce4b21db0123-fdaede05 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_05a28aae-345f-cee2-d450-9369495c51d8-fdaede05 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_05a28aae-345f-cee2-d450-9369495c51e3-fdaede05 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_4680525f-4e19-5a7d-e36f-5830e7bc3e39-fdaede05 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-fdaede06 {
  grid-area: 2 / 1 / 7 / 13;
  align-self: end;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd5-fdaede06 {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd9-fdaede06 {
  grid-area: 5 / 2 / 7 / 3;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-fdaede06 {
  grid-area: 3 / 3 / 5 / 4;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cdc-fdaede06 {
  grid-area: 2 / 4 / 4 / 5;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cda-fdaede06 {
  grid-area: 1 / 5 / 3 / 6;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-fdaede06 {
  grid-area: 2 / 1 / 3 / 13;
  place-self: center;
}

#w-node-da924643-49ab-106b-28d9-2c78a825285c-fdaede06 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954ad-fdaede06 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954af-fdaede06 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: stretch;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b1-fdaede06 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b9-fdaede06 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_1d2a59f8-3b4b-0e1c-4221-79d7cd71541f-fdaede06,
#w-node-_1d2a59f8-3b4b-0e1c-4221-79d7cd715428-fdaede06,
#w-node-_1d2a59f8-3b4b-0e1c-4221-79d7cd715431-fdaede06,
#w-node-_1d2a59f8-3b4b-0e1c-4221-79d7cd71543a-fdaede06,
#w-node-_1d2a59f8-3b4b-0e1c-4221-79d7cd715443-fdaede06,
#w-node-_1d2a59f8-3b4b-0e1c-4221-79d7cd71544c-fdaede06 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-f7759285-3069-9755-c3f3-8dbf75c4baf7-fdaede06 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-f7759285-3069-9755-c3f3-8dbf75c4baf9-fdaede06 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: stretch;
}

#w-node-f7759285-3069-9755-c3f3-8dbf75c4bafb-fdaede06 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-dd890fe7-a28a-7129-1cb3-691b93107f06-fdaede06 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_8d220363-86b3-f945-f80b-ba787cc6580e-fdaede06,
#w-node-_8d220363-86b3-f945-f80b-ba787cc65810-fdaede06 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8d220363-86b3-f945-f80b-ba787cc65812-fdaede06 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_40ffdb22-7b31-afab-6ef0-6edac46abe09-fdaede06 {
  grid-area: 1 / 4 / 2 / 10;
  place-self: start center;
}

#w-node-_4451a51c-08fe-0654-75d6-a2855c32d4b6-fdaede06 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-e0341885-5d3a-4748-2bf6-dadbac34bff4-fdaede06 {
  align-self: center;
}

#w-node-_4451a51c-08fe-0654-75d6-a2855c32d4b7-fdaede06 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_4451a51c-08fe-0654-75d6-a2855c32d4c8-fdaede06 {
  align-self: center;
}

#w-node-_4451a51c-08fe-0654-75d6-a2855c32d4cd-fdaede06 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_4451a51c-08fe-0654-75d6-a2855c32d4de-fdaede06 {
  align-self: center;
}

#w-node-_4fa9e54d-cb41-0e28-2cd3-90ffe7f1ced7-fdaede06,
#w-node-c4beecef-8980-ba4e-2784-e1d90997af44-fdaede06 {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_260a7393-a494-aebb-8e41-5bc985d10b8a-fdaede06 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_260a7393-a494-aebb-8e41-5bc985d10b8c-fdaede06 {
  justify-self: center;
}

#w-node-_260a7393-a494-aebb-8e41-5bc985d10b91-fdaede06 {
  align-self: stretch;
}

#w-node-_2902f289-23ab-a9c8-b314-bf3ab0d98fb4-fdaede06 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_2902f289-23ab-a9c8-b314-bf3ab0d98fb6-fdaede06 {
  justify-self: center;
}

#w-node-_2902f289-23ab-a9c8-b314-bf3ab0d98fbb-fdaede06 {
  align-self: end;
}

#w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1ec-fdaede06 {
  grid-area: 1 / 3 / 2 / 11;
  place-self: center;
}

#w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1fd-fdaede06,
#w-node-_96cfbcc4-f669-b405-a5c6-3d054943b201-fdaede06,
#w-node-_96cfbcc4-f669-b405-a5c6-3d054943b205-fdaede06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2649336f-4279-12ae-2964-76c9e20f37d4-fdaede07 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-a42ef111-6c55-5581-be2e-936db3ad644e-fdaede07 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_6dea2d8c-eecc-8e3e-b87d-3e6a5dccc5a0-fdaede07 {
  grid-area: 2 / 3 / 4 / 7;
}

#w-node-b98be051-4900-1bbc-1d83-501a9fd5a66d-fdaede07 {
  grid-area: 1 / 7 / 3 / 10;
}

#w-node-_18d7b5e7-fae5-1ae0-9ccf-7922110e96ad-fdaede07 {
  grid-area: 2 / 9 / 4 / 12;
  align-self: end;
}

#w-node-_33639bdc-c81d-9105-2f74-267191aa7c66-fdaede07,
#w-node-_33639bdc-c81d-9105-2f74-267191aa7c68-fdaede07,
#w-node-_33639bdc-c81d-9105-2f74-267191aa7c6a-fdaede07,
#w-node-_33639bdc-c81d-9105-2f74-267191aa7c6c-fdaede07,
#w-node-_33639bdc-c81d-9105-2f74-267191aa7c6e-fdaede07,
#w-node-_33639bdc-c81d-9105-2f74-267191aa7c70-fdaede07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5053306c-a43f-26a6-5895-94a2c4d24aec-fdaede07 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: stretch;
}

#w-node-_5053306c-a43f-26a6-5895-94a2c4d24aee-fdaede07 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_0c0f7e47-42cc-2631-cf47-14f545e5e290-fdaede07 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: start;
}

#w-node-_559d3a61-8e20-e969-2d34-d44ade390f98-fdaede07,
#w-node-_559d3a61-8e20-e969-2d34-d44ade390f9d-fdaede07,
#w-node-_559d3a61-8e20-e969-2d34-d44ade390fa2-fdaede07,
#w-node-_559d3a61-8e20-e969-2d34-d44ade390fa7-fdaede07,
#w-node-_96ecc04a-21f6-24e3-57ec-4259fe0b3f63-fdaede07,
#w-node-_96ecc04a-21f6-24e3-57ec-4259fe0b3f68-fdaede07,
#w-node-_96ecc04a-21f6-24e3-57ec-4259fe0b3f6d-fdaede07,
#w-node-_96ecc04a-21f6-24e3-57ec-4259fe0b3f72-fdaede07 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-cd9c7cba-2afd-1c6e-54c3-2442eb3cfe8f-fdaede07 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: start;
}

#w-node-e030b98d-49ae-921f-65bb-550c6f732749-fdaede07 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_5e3b54ad-17a7-af4f-4519-44013e74f215-fdaede07 {
  grid-area: 1 / 1 / 3 / 13;
}

#w-node-fca9da3c-a29c-fe71-6e1c-cafe22aab24c-fdaede07 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-bfab94b9-7ba3-c213-7488-537a69f18988-fdaede07,
#w-node-bfab94b9-7ba3-c213-7488-537a69f18991-fdaede07,
#w-node-bfab94b9-7ba3-c213-7488-537a69f1899a-fdaede07,
#w-node-bfab94b9-7ba3-c213-7488-537a69f189a3-fdaede07,
#w-node-bfab94b9-7ba3-c213-7488-537a69f189ac-fdaede07,
#w-node-bfab94b9-7ba3-c213-7488-537a69f189b5-fdaede07 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-b801bfa9-62bc-f6ff-c2e9-39891ebf367f-fdaede07 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-b801bfa9-62bc-f6ff-c2e9-39891ebf3684-fdaede07 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: center end;
}

#w-node-dce836df-4b6a-7953-1f27-c377f773db6e-fdaede08 {
  grid-area: 1 / 2 / 3 / 5;
}

#w-node-dce836df-4b6a-7953-1f27-c377f773db70-fdaede08 {
  grid-area: 2 / 1 / 4 / 4;
}

#w-node-dce836df-4b6a-7953-1f27-c377f773db72-fdaede08 {
  grid-area: 3 / 3 / 5 / 6;
  align-self: center;
}

#w-node-dce836df-4b6a-7953-1f27-c377f773db74-fdaede08 {
  grid-area: 3 / 13 / 5 / 15;
  align-self: center;
}

#w-node-dce836df-4b6a-7953-1f27-c377f773db76-fdaede08 {
  grid-area: 1 / 13 / 3 / 16;
  align-self: center;
}

#w-node-dce836df-4b6a-7953-1f27-c377f773db78-fdaede08 {
  grid-area: 2 / 14 / 5 / 17;
  align-self: start;
}

#w-node-dce836df-4b6a-7953-1f27-c377f773db7a-fdaede08 {
  grid-area: 1 / 6 / 6 / 12;
  align-self: center;
}

#w-node-_4f346edf-8226-58b6-7e24-305b8824e255-fdaede08 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_4f346edf-8226-58b6-7e24-305b8824e25a-fdaede08 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-eb00730b-a194-c7a6-39c6-872cefca4c12-fdaede08 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-eb00730b-a194-c7a6-39c6-872cefca4c17-fdaede08 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_2b136a86-6848-4d65-5a27-39ee25497f7a-fdaede08,
#w-node-_2b136a86-6848-4d65-5a27-39ee25497f83-fdaede08,
#w-node-_2b136a86-6848-4d65-5a27-39ee25497f8c-fdaede08 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-f6b7c9f2-da5b-e305-669f-1da795fada96-fdaede08 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-f6b7c9f2-da5b-e305-669f-1da795fadabf-fdaede08 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: stretch;
}

#w-node-f17c5b51-4a4a-54bb-ea69-fc06a15b3f2b-a15b3f29 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: stretch;
}

#w-node-f17c5b51-4a4a-54bb-ea69-fc06a15b3f35-a15b3f29 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: center;
}

#w-node-dba4cd18-18b7-52f8-564f-914cf6ae55a8-fdaede09 {
  grid-area: 2 / 1 / 5 / 13;
  align-self: start;
}

#w-node-_0e6c05eb-f13a-9945-a126-977dee56fc71-fdaede09 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: end;
}

#w-node-_6de1a3e4-b300-b434-1911-86dc429fbef6-fdaede09 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-fe17a457-0853-0cfd-62a9-5a9e63003759-fdaede09 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_0f1b97ea-a126-9427-d6b0-d755d628cfb3-fdaede09 {
  grid-area: 2 / 11 / 4 / 13;
  align-self: center;
}

#w-node-_14853d71-d94b-13f8-f519-ee9d5f6020cc-fdaede09 {
  grid-area: 3 / 2 / 5 / 4;
  align-self: center;
}

#w-node-b89fb763-3ff1-26ed-69b9-9ae4f9ec8ed9-fdaede09 {
  grid-area: 3 / 9 / 5 / 11;
  align-self: center;
}

#w-node-_88790382-4d8d-fcfd-f37d-fbf6eeb8a072-fdaede09 {
  grid-area: 4 / 10 / 7 / 11;
  align-self: center;
}

#w-node-_842d226d-4cf5-cd01-8c7e-3835fa89807a-fdaede09 {
  grid-area: 4 / 4 / 6 / 5;
  align-self: center;
}

#w-node-_71b95c26-9ea9-e432-415e-b865ca92fd42-fdaede09 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_71b95c26-9ea9-e432-415e-b865ca92fd47-fdaede09,
#w-node-_71b95c26-9ea9-e432-415e-b865ca92fd50-fdaede09,
#w-node-_71b95c26-9ea9-e432-415e-b865ca92fd59-fdaede09,
#w-node-_71b95c26-9ea9-e432-415e-b865ca92fd62-fdaede09,
#w-node-_71b95c26-9ea9-e432-415e-b865ca92fd6b-fdaede09,
#w-node-_71b95c26-9ea9-e432-415e-b865ca92fd74-fdaede09 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_71b95c26-9ea9-e432-415e-b865ca92fd7e-fdaede09 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: stretch;
}

#w-node-_71b95c26-9ea9-e432-415e-b865ca92fd86-fdaede09 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-_80a6f13c-3fb3-29a7-b6f2-bbd6fdb989a9-fdaede09 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_80a6f13c-3fb3-29a7-b6f2-bbd6fdb989ab-fdaede09 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_80a6f13c-3fb3-29a7-b6f2-bbd6fdb989af-fdaede09 {
  place-self: start center;
}

#w-node-_80a6f13c-3fb3-29a7-b6f2-bbd6fdb989b4-fdaede09 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_80a6f13c-3fb3-29a7-b6f2-bbd6fdb989b8-fdaede09 {
  place-self: center;
}

#w-node-_80a6f13c-3fb3-29a7-b6f2-bbd6fdb989bd-fdaede09 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_80a6f13c-3fb3-29a7-b6f2-bbd6fdb989c1-fdaede09 {
  place-self: start center;
}

#w-node-fe967ee0-5075-a803-96ba-6ee0755ab7db-fdaede09 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-fe967ee0-5075-a803-96ba-6ee0755ab7dd-fdaede09 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-fe967ee0-5075-a803-96ba-6ee0755ab7e0-fdaede09 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_9e4eb399-aa76-58f0-e088-2fd094e40186-94e40185 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-_9e4eb399-aa76-58f0-e088-2fd094e40188-94e40185 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_9e4eb399-aa76-58f0-e088-2fd094e40189-94e40185 {
  place-self: auto;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be1734-fdaede0a {
  grid-area: 3 / 1 / 7 / 13;
  align-self: center;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be1738-fdaede0a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be173a-fdaede0a {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be173c-fdaede0a {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be173e-fdaede0a {
  grid-area: 2 / 4 / 4 / 5;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be1740-fdaede0a {
  grid-area: 1 / 5 / 3 / 6;
}

#w-node-cc06e41c-299d-7a06-0e20-b7a3763e2a66-fdaede0a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-cc06e41c-299d-7a06-0e20-b7a3763e2a68-fdaede0a {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-cc06e41c-299d-7a06-0e20-b7a3763e2a6a-fdaede0a {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-cc06e41c-299d-7a06-0e20-b7a3763e2a6c-fdaede0a {
  grid-area: 2 / 4 / 4 / 5;
}

#w-node-cc06e41c-299d-7a06-0e20-b7a3763e2a6e-fdaede0a {
  grid-area: 1 / 5 / 3 / 6;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be174e-fdaede0a {
  grid-area: 2 / 1 / 3 / 13;
  place-self: center;
}

#w-node-_9e67a7ed-fc9b-4715-d970-f823f8be1751-fdaede0a {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_0a0bb320-53e5-6ad5-a147-4ba8a7e2658d-fdaede0a {
  grid-area: 3 / 4 / 7 / 10;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954af-fdaede0a {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: stretch;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b1-fdaede0a {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb1-fdaede0a,
#w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb3-fdaede0a,
#w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb5-fdaede0a,
#w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb7-fdaede0a,
#w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb9-fdaede0a,
#w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cbb-fdaede0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d220363-86b3-f945-f80b-ba787cc6580e-fdaede0a {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_8d220363-86b3-f945-f80b-ba787cc65810-fdaede0a {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8d220363-86b3-f945-f80b-ba787cc65812-fdaede0a {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_40ffdb22-7b31-afab-6ef0-6edac46abe09-fdaede0a {
  grid-area: 1 / 4 / 2 / 10;
  place-self: start center;
}

#w-node-_4451a51c-08fe-0654-75d6-a2855c32d4b6-fdaede0a {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-e0341885-5d3a-4748-2bf6-dadbac34bff4-fdaede0a {
  align-self: center;
}

#w-node-_4451a51c-08fe-0654-75d6-a2855c32d4b7-fdaede0a {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_4451a51c-08fe-0654-75d6-a2855c32d4c8-fdaede0a {
  align-self: center;
}

#w-node-_4451a51c-08fe-0654-75d6-a2855c32d4cd-fdaede0a {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_4451a51c-08fe-0654-75d6-a2855c32d4de-fdaede0a {
  align-self: center;
}

#w-node-ae38d0a1-8432-2084-1f8e-8035f161fb62-fdaede0a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-ae38d0a1-8432-2084-1f8e-8035f161fb65-fdaede0a {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-ae38d0a1-8432-2084-1f8e-8035f161fb69-fdaede0a {
  grid-area: 1 / 1 / 2 / 5;
  place-self: end;
}

#w-node-ae38d0a1-8432-2084-1f8e-8035f161fb71-fdaede0a {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-ae38d0a1-8432-2084-1f8e-8035f161fb79-fdaede0a {
  grid-area: 3 / 1 / 4 / 5;
  place-self: start end;
}

#w-node-ae38d0a1-8432-2084-1f8e-8035f161fb81-fdaede0a {
  grid-area: 1 / 9 / 2 / 13;
  place-self: end start;
}

#w-node-ae38d0a1-8432-2084-1f8e-8035f161fb89-fdaede0a {
  grid-area: 2 / 9 / 3 / 13;
  place-self: center end;
}

#w-node-ae38d0a1-8432-2084-1f8e-8035f161fb91-fdaede0a {
  grid-area: 3 / 9 / 4 / 13;
  align-self: start;
}

#w-node-ae38d0a1-8432-2084-1f8e-8035f161fb99-fdaede0a {
  grid-area: 1 / 5 / 4 / 9;
}

#w-node-_49a1a29a-fe51-9f26-7b96-7df3157e5f23-fdaede0a {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
}

#w-node-_49a1a29a-fe51-9f26-7b96-7df3157e5f25-fdaede0a {
  grid-area: 1 / 2 / 2 / 12;
  align-self: start;
}

#w-node-_49a1a29a-fe51-9f26-7b96-7df3157e5f28-fdaede0a {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_5aa351a0-546f-1497-2a20-29f82533f92d-fdaede0a,
#w-node-_5aa351a0-546f-1497-2a20-29f82533f932-fdaede0a,
#w-node-_5aa351a0-546f-1497-2a20-29f82533f937-fdaede0a,
#w-node-_5aa351a0-546f-1497-2a20-29f82533f93c-fdaede0a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1ec-fdaede0a {
  grid-area: 1 / 3 / 2 / 11;
  place-self: center;
}

#w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1fd-fdaede0a,
#w-node-_96cfbcc4-f669-b405-a5c6-3d054943b201-fdaede0a,
#w-node-_96cfbcc4-f669-b405-a5c6-3d054943b205-fdaede0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8837e9d8-8095-4644-d97a-7a5f69e0c83e-fdaede0b {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_025ac29f-c81d-b2fb-a609-8794dbc2745e-fdaede0b {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-_8bc4de1e-6b52-928c-b652-72869b08e738-fdaede0b {
  grid-area: 1 / 2 / 3 / 5;
}

#w-node-_8bc4de1e-6b52-928c-b652-72869b08e73a-fdaede0b {
  grid-area: 2 / 1 / 4 / 4;
}

#w-node-_8bc4de1e-6b52-928c-b652-72869b08e73c-fdaede0b {
  grid-area: 3 / 3 / 5 / 6;
  align-self: center;
}

#w-node-_8bc4de1e-6b52-928c-b652-72869b08e73e-fdaede0b {
  grid-area: 3 / 13 / 5 / 15;
  align-self: center;
}

#w-node-_8bc4de1e-6b52-928c-b652-72869b08e740-fdaede0b {
  grid-area: 1 / 13 / 3 / 16;
  align-self: center;
}

#w-node-_8bc4de1e-6b52-928c-b652-72869b08e742-fdaede0b {
  grid-area: 2 / 14 / 5 / 17;
  align-self: start;
}

#w-node-_1d505881-3836-ef4d-3618-9548f24467a3-fdaede0b,
#w-node-_1d505881-3836-ef4d-3618-9548f24467a5-fdaede0b,
#w-node-_1d505881-3836-ef4d-3618-9548f24467a7-fdaede0b,
#w-node-_1d505881-3836-ef4d-3618-9548f24467a9-fdaede0b,
#w-node-_1d505881-3836-ef4d-3618-9548f24467ab-fdaede0b,
#w-node-_1d505881-3836-ef4d-3618-9548f24467ad-fdaede0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2062c702-88b1-2e12-531f-56a3c93bba9f-fdaede0b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_2062c702-88b1-2e12-531f-56a3c93bbaa1-fdaede0b {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-_2062c702-88b1-2e12-531f-56a3c93bbaab-fdaede0b {
  grid-area: 1 / 7 / 2 / 13;
  align-self: end;
}

#w-node-_0fe0238c-7e32-d797-2351-5547838faab5-fdaede0b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_0fe0238c-7e32-d797-2351-5547838faab9-fdaede0b {
  grid-area: 1 / 7 / 2 / 11;
  align-self: center;
}

#w-node-_0fe0238c-7e32-d797-2351-5547838faac5-fdaede0b {
  grid-area: 1 / 1 / 2 / 6;
  align-self: stretch;
}

#w-node-d9beefe1-5faf-599a-114c-1eed5c7a8024-fdaede0b {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: stretch;
}

#w-node-d9beefe1-5faf-599a-114c-1eed5c7a8029-fdaede0b {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-d0468833-daac-5a33-4f23-020084f91ec4-fdaede0b {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-b41750ea-7567-907c-e0b0-d410ce7ddea1-fdaede0b {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_8fcf512a-e761-bad8-1448-a96bf1a6f154-fdaede0b {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_8fcf512a-e761-bad8-1448-a96bf1a6f159-fdaede0b {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_6b215cd6-9b6b-c2a2-ca6b-c15ce1999842-fdaede0c {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_30ab401d-0755-2e89-460e-a30adaa830a3-fdaede0c {
  grid-area: 1 / 8 / 2 / 13;
  align-self: start;
}

#w-node-_15fc9ec0-d125-aa40-c19a-8fe15c23786c-fdaede0c {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-_65ad46f9-3d12-e569-e7ad-d4317456717c-fdaede0c {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-_83e24302-97ca-0bde-d47a-93668aadfa48-fdaede0c {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_1a1045c3-97c5-36d4-4242-54d3c0f6e464-fdaede0c {
  grid-area: 3 / 8 / 4 / 13;
}

#w-node-b73d7781-d715-5a0c-72e9-1c489057f5be-fdaede0c {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-b73d7781-d715-5a0c-72e9-1c489057f5d1-fdaede0c {
  grid-area: 1 / 9 / 2 / 12;
  align-self: center;
}

#w-node-_60ff0db1-810a-213f-c84c-5ae45ab3f6ba-fdaede0d {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_60ff0db1-810a-213f-c84c-5ae45ab3f6bc-fdaede0d {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_60ff0db1-810a-213f-c84c-5ae45ab3f6be-fdaede0d {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_60ff0db1-810a-213f-c84c-5ae45ab3f6c4-fdaede0d {
  grid-area: 1 / 1 / 4 / 2;
  align-self: end;
}

#w-node-d3d208da-79ba-9c39-de4a-8fbd6fcf6d7e-fdaede0d {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-d3d208da-79ba-9c39-de4a-8fbd6fcf6d80-fdaede0d {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-d3d208da-79ba-9c39-de4a-8fbd6fcf6d82-fdaede0d {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-d3d208da-79ba-9c39-de4a-8fbd6fcf6d8e-fdaede0d {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-fb156979-9f3d-6f5f-7f84-be4600b44d92-fdaede0d {
  grid-area: 1 / 3 / 2 / 11;
  align-self: start;
}

#w-node-fb156979-9f3d-6f5f-7f84-be4600b44d97-fdaede0d,
#w-node-fb156979-9f3d-6f5f-7f84-be4600b44d9c-fdaede0d,
#w-node-fb156979-9f3d-6f5f-7f84-be4600b44da1-fdaede0d,
#w-node-fb156979-9f3d-6f5f-7f84-be4600b44da6-fdaede0d,
#w-node-fb156979-9f3d-6f5f-7f84-be4600b44dad-fdaede0d,
#w-node-fb156979-9f3d-6f5f-7f84-be4600b44db4-fdaede0d,
#w-node-fb156979-9f3d-6f5f-7f84-be4600b44dbb-fdaede0d,
#w-node-fb156979-9f3d-6f5f-7f84-be4600b44dc2-fdaede0d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_0fe0238c-7e32-d797-2351-5547838faab5-fdaede0d {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_0fe0238c-7e32-d797-2351-5547838faab9-fdaede0d {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-_2f010188-0b7c-63f1-e55f-04f71f1c1e27-fdaede0d {
  align-self: center;
}

#w-node-_0fe0238c-7e32-d797-2351-5547838faac5-fdaede0d {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_4a778263-ae02-776e-bac3-e9a0bac84cb1-fdaede0d {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-efbfdf02-f3f0-3711-0606-a995d2c64eb7-d2c64eb6 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: stretch;
}

#w-node-_068ebee0-a2df-cb30-bef2-4352626e940d-d2c64eb6,
#w-node-_8a83bec8-7965-52e3-42f3-6d3c61e9956c-d2c64eb6 {
  align-self: stretch;
}

#w-node-_528dea1c-350e-aff0-cba1-2c6df7b83c45-d2c64eb6,
#w-node-_23fa18c3-2e47-5544-5a66-e6bab6081da5-d2c64eb6 {
  align-self: start;
}

#w-node-efbfdf02-f3f0-3711-0606-a995d2c64eb9-d2c64eb6 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#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-_1ee05aaa-cd73-9342-5a64-b14723adbc84-fdaede0e {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_75950d3a-07cc-26d5-bacc-09567d96d519-fdaede0e {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-c7251802-6f67-2e68-26d6-1ea25e1df51c-fdaede0e {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-a745fded-0428-b0ce-2910-3f3c0d793e0f-fdaede0e,
#w-node-a745fded-0428-b0ce-2910-3f3c0d793e11-fdaede0e,
#w-node-a745fded-0428-b0ce-2910-3f3c0d793e13-fdaede0e,
#w-node-a745fded-0428-b0ce-2910-3f3c0d793e15-fdaede0e,
#w-node-a745fded-0428-b0ce-2910-3f3c0d793e17-fdaede0e,
#w-node-a745fded-0428-b0ce-2910-3f3c0d793e19-fdaede0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62ee679a-19c0-ba74-a069-b5ff664d907c-fdaede0e,
#w-node-_62ee679a-19c0-ba74-a069-b5ff664d907f-fdaede0e {
  place-self: center start;
}

#w-node-_5696a740-6d44-7c58-a137-2120ad99394c-fdaede0e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_8726ccd1-f37f-a68a-d5a3-46ac203a09f2-fdaede0e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8726ccd1-f37f-a68a-d5a3-46ac203a09f3-fdaede0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8726ccd1-f37f-a68a-d5a3-46ac203a0a0f-fdaede0e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9170b979-2a13-77e8-4bca-213c78ee6b85-fdaede0e {
  grid-area: 1 / 7 / 2 / 13;
  align-self: stretch;
}

#w-node-_9170b979-2a13-77e8-4bca-213c78ee6b87-fdaede0e {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-_9170b979-2a13-77e8-4bca-213c78ee6b8a-fdaede0e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_6fd84cd5-447f-e6ee-6c21-8c95e0d79234-e0d79233,
#w-node-_6fd84cd5-447f-e6ee-6c21-8c95e0d79236-e0d79233 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_6fd84cd5-447f-e6ee-6c21-8c95e0d79241-e0d79233 {
  align-self: center;
}

#w-node-_51e60621-6e47-fe2c-b567-6125434f09f7-fdaede0f {
  grid-area: 1 / 1 / 5 / 13;
  place-self: center;
}

#w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195e3-fdaede0f {
  grid-area: 5 / 1 / 7 / 13;
  align-self: start;
}

#w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195eb-fdaede0f,
#w-node-_19f33b35-1ff2-db15-101c-76ee19424b37-fdaede0f {
  justify-self: stretch;
}

#w-node-_051d7fce-4779-7f54-647f-cad823917bbf-fdaede0f {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_051d7fce-4779-7f54-647f-cad823917bc4-fdaede0f {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-_5d320d3a-a406-8b2c-3169-ca6008102f96-fdaede0f {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_5d320d3a-a406-8b2c-3169-ca6008102f9b-fdaede0f {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_7819dc0b-6784-31ec-8e80-6d9f12e062dc-fdaede0f,
#w-node-_7819dc0b-6784-31ec-8e80-6d9f12e062de-fdaede0f,
#w-node-_7819dc0b-6784-31ec-8e80-6d9f12e062e0-fdaede0f,
#w-node-_7819dc0b-6784-31ec-8e80-6d9f12e062e2-fdaede0f,
#w-node-_7819dc0b-6784-31ec-8e80-6d9f12e062e4-fdaede0f,
#w-node-_7819dc0b-6784-31ec-8e80-6d9f12e062e6-fdaede0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2e8ef0a5-03a2-f7da-8e1c-fcdef07828e6-fdaede0f {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-d192feed-dfdf-4f36-4dac-81614f797d50-fdaede0f,
#w-node-d192feed-dfdf-4f36-4dac-81614f797d59-fdaede0f,
#w-node-d192feed-dfdf-4f36-4dac-81614f797d62-fdaede0f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_9e371b19-a771-8983-4c2a-3c884744df8b-fdaede0f {
  grid-area: 2 / 1 / 4 / 9;
  align-self: stretch;
}

#w-node-_54c1087b-bc69-7c06-2303-eea7af92ef8a-fdaede0f,
#w-node-b0ce54b8-6685-188d-09a8-f23fe1b9b817-fdaede0f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-db7be41b-d092-a88e-2c84-114bf18ba5e1-fdaede0f {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-db7be41b-d092-a88e-2c84-114bf18ba5e3-fdaede0f {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_998c61f5-8f9c-446e-0df6-c0d7906ae039-fdaede0f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-f31b1a15-3e93-a72d-da4e-69d0daae152d-fdaede0f {
  grid-area: 1 / 8 / 2 / 12;
}

#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-def76da1-0095-2136-70a0-1c8d94874d62-fdaede10,
#w-node-_7e85c85b-7c84-c012-6964-29c407dcbb04-fdaede10 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_9edb1db3-11be-1a90-c6cd-fe00f2b6d0c0-fdaede10 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_9edb1db3-11be-1a90-c6cd-fe00f2b6d0c3-fdaede10 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-b415da03-4515-990c-e68b-1e0975485c97-fdaede10 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b415da03-4515-990c-e68b-1e0975485c9b-fdaede10 {
  place-self: start center;
}

#w-node-_6418fd30-3298-f67b-0ab9-cddc6a684ad4-fdaede10 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6418fd30-3298-f67b-0ab9-cddc6a684ad8-fdaede10 {
  place-self: start center;
}

#w-node-_7cf40bc6-55f9-0acb-f305-22fac5ecce0b-fdaede10 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: stretch stretch;
}

#w-node-_7cf40bc6-55f9-0acb-f305-22fac5ecce0d-fdaede10 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_7cf40bc6-55f9-0acb-f305-22fac5ecce15-fdaede10,
#w-node-_7cf40bc6-55f9-0acb-f305-22fac5ecce1d-fdaede10,
#w-node-_7cf40bc6-55f9-0acb-f305-22fac5ecce25-fdaede10 {
  align-self: center;
}

#w-node-_74585ce5-291f-4fc8-c913-d9f5c8c4e1a1-fdaede10,
#w-node-_74585ce5-291f-4fc8-c913-d9f5c8c4e1a3-fdaede10,
#w-node-_74585ce5-291f-4fc8-c913-d9f5c8c4e1a5-fdaede10,
#w-node-_74585ce5-291f-4fc8-c913-d9f5c8c4e1a7-fdaede10,
#w-node-_74585ce5-291f-4fc8-c913-d9f5c8c4e1a9-fdaede10,
#w-node-_74585ce5-291f-4fc8-c913-d9f5c8c4e1ab-fdaede10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49626b72-5309-f459-09b4-f680f0397d05-fdaede10 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: end;
}

#w-node-_617ac7f7-e386-935d-5ff1-a1f780d8e6cb-fdaede10 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_6efe1557-c9b7-cee5-2103-ff2181f79934-fdaede10,
#w-node-_6efe1557-c9b7-cee5-2103-ff2181f7993d-fdaede10,
#w-node-_6efe1557-c9b7-cee5-2103-ff2181f79946-fdaede10 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_2c691833-a16b-704d-69f4-d7f4c39259ba-fdaede10 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_2c691833-a16b-704d-69f4-d7f4c39259bf-fdaede10 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-_2c691833-a16b-704d-69f4-d7f4c39259c7-fdaede10 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_2c691833-a16b-704d-69f4-d7f4c39259ca-fdaede10 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7a-e4fc2c78 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
}

#w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7c-e4fc2c78 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-b539caed-f152-051b-6232-b239bd9c86f1-fdaede11 {
  grid-area: 2 / 4 / 6 / 10;
  place-self: end center;
}

#w-node-b539caed-f152-051b-6232-b239bd9c86f3-fdaede11 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-b539caed-f152-051b-6232-b239bd9c86f6-fdaede11 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_25ac3b04-1276-d7dc-36e9-b3d69d23e634-fdaede11 {
  grid-area: 2 / 3 / 3 / 5;
  place-self: start end;
}

#w-node-e74ccd92-2af3-37be-e189-33b7105809e6-fdaede11 {
  grid-area: 3 / 4 / 4 / 5;
  place-self: start;
}

#w-node-_474c4e5b-a121-046c-52dc-197285ed20bc-fdaede11 {
  grid-area: 2 / 9 / 3 / 10;
  place-self: start end;
}

#w-node-_89dc3a98-7f8f-d778-618d-ff1a978f3629-fdaede11 {
  grid-area: 4 / 9 / 5 / 11;
  place-self: start end;
}

#w-node-f968d15e-bdcb-75af-b995-198331c89153-fdaede11 {
  grid-area: 4 / 4 / 6 / 6;
  place-self: center;
}

#w-node-_9310abb2-fd90-e4a1-c2d6-7f23026fd8d6-fdaede11 {
  grid-area: 1 / 5 / 2 / 9;
  justify-self: center;
}

#w-node-_9310abb2-fd90-e4a1-c2d6-7f23026fd8d8-fdaede11 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-_9310abb2-fd90-e4a1-c2d6-7f23026fd8df-fdaede11 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-c8593aed-564e-fecf-fc0d-bc8f03642b31-fdaede11 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: end;
}

#w-node-c8593aed-564e-fecf-fc0d-bc8f03642b33-fdaede11 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-c8593aed-564e-fecf-fc0d-bc8f03642b36-fdaede11 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_8836cdde-9116-3baa-8321-a35ffcf98ea2-fdaede11 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_1f5318fa-37ae-f10b-3bc7-7e457be3106c-fdaede11 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1828-fdaede11 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: end;
}

#w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1830-fdaede11 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1838-fdaede11 {
  grid-area: 3 / 1 / 4 / 5;
  place-self: start end;
}

#w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1840-fdaede11 {
  grid-area: 1 / 9 / 2 / 13;
  place-self: end start;
}

#w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1848-fdaede11 {
  grid-area: 2 / 9 / 3 / 13;
  place-self: center end;
}

#w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1850-fdaede11 {
  grid-area: 3 / 9 / 4 / 13;
  align-self: start;
}

#w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1859-fdaede11 {
  grid-area: 1 / 5 / 4 / 9;
}

#w-node-_81c13fe7-5670-b7a6-b305-d5cdf5a2acb5-fdaede11 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: stretch;
}

#w-node-_81c13fe7-5670-b7a6-b305-d5cdf5a2acb7-fdaede11 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_47a1ece5-5db5-2c03-d8aa-05f9ac1e0486-fdaede11 {
  grid-area: 1 / 3 / 2 / 11;
  place-self: center;
}

#w-node-_47a1ece5-5db5-2c03-d8aa-05f9ac1e0495-fdaede11,
#w-node-_47a1ece5-5db5-2c03-d8aa-05f9ac1e0499-fdaede11,
#w-node-_47a1ece5-5db5-2c03-d8aa-05f9ac1e049d-fdaede11 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_550990f2-8bc7-3e56-57f9-f1f7d2ad83bb-fdaede11,
#w-node-_550990f2-8bc7-3e56-57f9-f1f7d2ad83c0-fdaede11,
#w-node-_550990f2-8bc7-3e56-57f9-f1f7d2ad83c5-fdaede11,
#w-node-_550990f2-8bc7-3e56-57f9-f1f7d2ad83ca-fdaede11 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_4bac2b06-6c0e-6105-f3f3-fa0d666c3c1d-fdaede27 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-a70e6d01-4fd9-59e9-5bdd-578c810326c7-fdaede27 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_479582f7-d33e-0de1-cd69-29afcc180547-fdaede27,
#w-node-_479582f7-d33e-0de1-cd69-29afcc180550-fdaede27,
#w-node-_479582f7-d33e-0de1-cd69-29afcc180559-fdaede27,
#w-node-_479582f7-d33e-0de1-cd69-29afcc180562-fdaede27,
#w-node-_479582f7-d33e-0de1-cd69-29afcc18056b-fdaede27,
#w-node-_479582f7-d33e-0de1-cd69-29afcc180574-fdaede27,
#w-node-_479582f7-d33e-0de1-cd69-29afcc18057d-fdaede27,
#w-node-_479582f7-d33e-0de1-cd69-29afcc180586-fdaede27 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-acb7dce7-a3fa-6a35-96f2-8f9656281a57-fdaede27,
#w-node-acb7dce7-a3fa-6a35-96f2-8f9656281a60-fdaede27,
#w-node-acb7dce7-a3fa-6a35-96f2-8f9656281a69-fdaede27 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-a3119f96-98f0-6b8f-f043-de87887530d5-fdaede27,
#w-node-a3119f96-98f0-6b8f-f043-de87887530d7-fdaede27 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-a3119f96-98f0-6b8f-f043-de87887530d9-fdaede27 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a3119f96-98f0-6b8f-f043-de87887530e9-fdaede27 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-a3119f96-98f0-6b8f-f043-de87887530fa-fdaede27 {
  align-self: center;
}

#w-node-a3119f96-98f0-6b8f-f043-de87887530ff-fdaede27 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-a3119f96-98f0-6b8f-f043-de8788753110-fdaede27 {
  align-self: center;
}

#w-node-a3119f96-98f0-6b8f-f043-de8788753115-fdaede27 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-a3119f96-98f0-6b8f-f043-de8788753126-fdaede27 {
  align-self: center;
}

#w-node-_85d727c6-fb3f-25b8-fbe2-9d7b66afa25a-fdaede27 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_85d727c6-fb3f-25b8-fbe2-9d7b66afa25d-fdaede27 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b56e-fdaede27,
#w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b575-fdaede27,
#w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b57c-fdaede27,
#w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b583-fdaede27 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b567-fdaede27 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b56a-fdaede27 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_75678421-a045-1619-4909-4e2013a9b7d1-fdaede27 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_75678421-a045-1619-4909-4e2013a9b7df-fdaede27 {
  grid-area: 1 / 8 / 2 / 11;
  align-self: center;
}

#w-node-_75678421-a045-1619-4909-4e2013a9b7f0-fdaede27 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
}

#w-node-b539caed-f152-051b-6232-b239bd9c86f1-fdaede28 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-b539caed-f152-051b-6232-b239bd9c86f3-fdaede28 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-b539caed-f152-051b-6232-b239bd9c86f6-fdaede28 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-d897add8-76f5-f5d1-a1c1-ee04297e76c5-fdaede28,
#w-node-d897add8-76f5-f5d1-a1c1-ee04297e76c7-fdaede28,
#w-node-d897add8-76f5-f5d1-a1c1-ee04297e76c9-fdaede28,
#w-node-d897add8-76f5-f5d1-a1c1-ee04297e76cb-fdaede28,
#w-node-d897add8-76f5-f5d1-a1c1-ee04297e76cd-fdaede28,
#w-node-d897add8-76f5-f5d1-a1c1-ee04297e76cf-fdaede28 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8593aed-564e-fecf-fc0d-bc8f03642b31-fdaede28 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: end;
}

#w-node-c8593aed-564e-fecf-fc0d-bc8f03642b33-fdaede28 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-c8593aed-564e-fecf-fc0d-bc8f03642b36-fdaede28 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_8836cdde-9116-3baa-8321-a35ffcf98ea2-fdaede28 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_1f5318fa-37ae-f10b-3bc7-7e457be3106c-fdaede28 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1828-fdaede28 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: end;
}

#w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1830-fdaede28 {
  grid-area: 2 / 1 / 3 / 5;
  align-self: center;
}

#w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1838-fdaede28 {
  grid-area: 3 / 1 / 4 / 5;
  place-self: start end;
}

#w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1840-fdaede28 {
  grid-area: 1 / 9 / 2 / 13;
  place-self: end start;
}

#w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1848-fdaede28 {
  grid-area: 2 / 9 / 3 / 13;
  place-self: center end;
}

#w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1850-fdaede28 {
  grid-area: 3 / 9 / 4 / 13;
  align-self: start;
}

#w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1859-fdaede28 {
  grid-area: 1 / 5 / 4 / 9;
}

#w-node-_81c13fe7-5670-b7a6-b305-d5cdf5a2acb5-fdaede28 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: stretch;
}

#w-node-_81c13fe7-5670-b7a6-b305-d5cdf5a2acb7-fdaede28 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_54286bed-647a-819f-7c5a-e01dfa1727a8-fdaede28 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_54286bed-647a-819f-7c5a-e01dfa1727aa-fdaede28 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_54286bed-647a-819f-7c5a-e01dfa1727ac-fdaede28 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c5fad096-fa1d-8ccb-a86f-63ec447fe46a-fdaede28 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-c5fad096-fa1d-8ccb-a86f-63ec447fe46c-fdaede28 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c5fad096-fa1d-8ccb-a86f-63ec447fe46e-fdaede28 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f699355f-baff-15f9-f534-0f167b82e5bb-fdaede28 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-f699355f-baff-15f9-f534-0f167b82e5bd-fdaede28 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f699355f-baff-15f9-f534-0f167b82e5bf-fdaede28 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d1258778-7945-038f-46bc-06b467ff4d58-fdaede28 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-d1258778-7945-038f-46bc-06b467ff4d5a-fdaede28 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d1258778-7945-038f-46bc-06b467ff4d5c-fdaede28 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_54286bed-647a-819f-7c5a-e01dfa172796-fdaede28 {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

#w-node-_54286bed-647a-819f-7c5a-e01dfa172799-fdaede28 {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
}

#w-node-d5061600-4eda-de37-201f-ecb993304113-fdaede29 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
}

#w-node-d5061600-4eda-de37-201f-ecb993304115-fdaede29 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: start;
}

#w-node-d5061600-4eda-de37-201f-ecb993304118-fdaede29 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_7022dbf0-5ca5-4f88-62ef-384e9559c11a-fdaede29,
#w-node-_7022dbf0-5ca5-4f88-62ef-384e9559c11f-fdaede29,
#w-node-_7022dbf0-5ca5-4f88-62ef-384e9559c124-fdaede29,
#w-node-_7022dbf0-5ca5-4f88-62ef-384e9559c129-fdaede29 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_35844254-cadb-f0af-091d-1998fc98a7b3-fdaede29,
#w-node-_35844254-cadb-f0af-091d-1998fc98a7b5-fdaede29,
#w-node-_35844254-cadb-f0af-091d-1998fc98a7b7-fdaede29,
#w-node-_35844254-cadb-f0af-091d-1998fc98a7b9-fdaede29,
#w-node-_35844254-cadb-f0af-091d-1998fc98a7bb-fdaede29,
#w-node-_35844254-cadb-f0af-091d-1998fc98a7bd-fdaede29 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b72970b9-cb13-2711-4716-387c0e71ba22-fdaede29 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: stretch;
}

#w-node-b72970b9-cb13-2711-4716-387c0e71ba27-fdaede29 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-da8c81d2-80ce-2acb-794a-62f08ac201ea-fdaede29 {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: stretch;
}

#w-node-da8c81d2-80ce-2acb-794a-62f08ac201ec-fdaede29 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-e16e6e3b-2052-5535-d0c9-65c34cfe231c-fdaede29 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_99616de3-c729-62ef-10a3-05cc3ee8822a-fdaede29,
#w-node-_99616de3-c729-62ef-10a3-05cc3ee88233-fdaede29,
#w-node-_99616de3-c729-62ef-10a3-05cc3ee8823c-fdaede29,
#w-node-_99616de3-c729-62ef-10a3-05cc3ee88245-fdaede29,
#w-node-_99616de3-c729-62ef-10a3-05cc3ee8824e-fdaede29,
#w-node-_99616de3-c729-62ef-10a3-05cc3ee88257-fdaede29,
#w-node-_06528df7-0b9c-9966-ba57-52643646942a-fdaede29,
#w-node-_06528df7-0b9c-9966-ba57-526436469433-fdaede29,
#w-node-_06528df7-0b9c-9966-ba57-52643646943c-fdaede29,
#w-node-_06528df7-0b9c-9966-ba57-526436469445-fdaede29,
#w-node-_06528df7-0b9c-9966-ba57-52643646944e-fdaede29,
#w-node-_06528df7-0b9c-9966-ba57-526436469457-fdaede29,
#w-node-c1cc86e0-8986-9cf6-3afb-cb9fa2ff3e98-fdaede29,
#w-node-c1cc86e0-8986-9cf6-3afb-cb9fa2ff3ea1-fdaede29,
#w-node-c1cc86e0-8986-9cf6-3afb-cb9fa2ff3eaa-fdaede29,
#w-node-c1cc86e0-8986-9cf6-3afb-cb9fa2ff3eb3-fdaede29,
#w-node-c1cc86e0-8986-9cf6-3afb-cb9fa2ff3ebc-fdaede29,
#w-node-c1cc86e0-8986-9cf6-3afb-cb9fa2ff3ec5-fdaede29 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-dbcdad37-548a-3b4b-ef20-165417dc4c1d-17dc4c19 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: center;
}

#w-node-be027424-342d-eb58-8a5a-6dd1b5754860-fdaede2a {
  grid-area: 1 / 3 / 5 / 11;
}

#w-node-b4db4575-6d7b-5acc-c207-167311e3280c-fdaede2a {
  grid-area: 3 / 9 / 6 / 12;
}

#w-node-a240956a-4026-ad94-9e89-892bbf0de03a-fdaede2a {
  grid-area: 1 / 10 / 3 / 12;
}

#w-node-e1c887c1-cf89-cd06-f200-328edad132a2-fdaede2a {
  grid-area: 2 / 2 / 4 / 5;
}

#w-node-_2b6e6bfb-df51-26f9-8670-bce9cb867456-fdaede2a {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_6341ee7c-c590-47e8-d3cc-5c75418cc276-fdaede2a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_81188912-1a14-4c5a-bc90-bdd228b6ae42-fdaede2a {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f7d7c5ec-455e-8ae7-b61e-26ef975f4ca9-fdaede2a {
  grid-area: 3 / 9 / 4 / 13;
}

#w-node-_6035c85d-7639-49ef-5cbb-2392b5a22554-fdaede2a {
  grid-area: 1 / 7 / 2 / 13;
  align-self: stretch;
}

#w-node-_6035c85d-7639-49ef-5cbb-2392b5a22556-fdaede2a {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-_6035c85d-7639-49ef-5cbb-2392b5a22559-fdaede2a {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_12ff7464-3378-7f39-ebe9-0837a7ccdcfa-fdaede2a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_12ff7464-3378-7f39-ebe9-0837a7ccdcfe-fdaede2a {
  place-self: start center;
}

#w-node-_12ff7464-3378-7f39-ebe9-0837a7ccdd03-fdaede2a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_12ff7464-3378-7f39-ebe9-0837a7ccdd07-fdaede2a {
  place-self: start center;
}

#w-node-_1c531595-507c-1d86-043e-3ef1fb5681be-fdaede2a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_1c531595-507c-1d86-043e-3ef1fb5681c2-fdaede2a {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-_1c531595-507c-1d86-043e-3ef1fb5681c4-fdaede2a {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-_00110a02-93f3-599e-cbdc-1953ba43feaa-fdaede2a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_00110a02-93f3-599e-cbdc-1953ba43fed2-fdaede2a,
#w-node-_00110a02-93f3-599e-cbdc-1953ba43fedb-fdaede2a,
#w-node-_00110a02-93f3-599e-cbdc-1953ba43fee4-fdaede2a {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_54d258c8-fe3f-c0d1-0643-8be259b71d3c-59b71d38 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_54d258c8-fe3f-c0d1-0643-8be259b71d46-59b71d38 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-fdaede2b {
  grid-area: 2 / 1 / 7 / 13;
  align-self: center;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd5-fdaede2b {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd9-fdaede2b {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-fdaede2b {
  grid-area: 2 / 3 / 4 / 4;
  align-self: end;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cdc-fdaede2b {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cda-fdaede2b {
  grid-area: 1 / 5 / 3 / 6;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-fdaede2b {
  grid-area: 2 / 1 / 3 / 13;
  place-self: center;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd8a1-fdaede2b {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-f7759285-3069-9755-c3f3-8dbf75c4baf9-fdaede2b {
  grid-area: 1 / 1 / 2 / 8;
  justify-self: stretch;
}

#w-node-f7759285-3069-9755-c3f3-8dbf75c4bafb-fdaede2b {
  grid-area: 1 / 9 / 2 / 13;
  align-self: center;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954ad-fdaede2b {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954af-fdaede2b {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: stretch;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b1-fdaede2b {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b9-fdaede2b {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
}

#w-node-_57f6e64d-63b5-98cf-9fe1-e8622622d133-fdaede2b,
#w-node-_57f6e64d-63b5-98cf-9fe1-e8622622d135-fdaede2b,
#w-node-_57f6e64d-63b5-98cf-9fe1-e8622622d137-fdaede2b,
#w-node-_57f6e64d-63b5-98cf-9fe1-e8622622d139-fdaede2b,
#w-node-_57f6e64d-63b5-98cf-9fe1-e8622622d13b-fdaede2b,
#w-node-_57f6e64d-63b5-98cf-9fe1-e8622622d13d-fdaede2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d220363-86b3-f945-f80b-ba787cc6580e-fdaede2b {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_8d220363-86b3-f945-f80b-ba787cc65810-fdaede2b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8d220363-86b3-f945-f80b-ba787cc65812-fdaede2b {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_40ffdb22-7b31-afab-6ef0-6edac46abe09-fdaede2b {
  grid-area: 1 / 4 / 2 / 10;
  place-self: start center;
}

#w-node-_1f6ee3e9-9f92-69b3-3154-894351a96500-fdaede2b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_1f6ee3e9-9f92-69b3-3154-894351a96511-fdaede2b {
  align-self: center;
}

#w-node-_1f6ee3e9-9f92-69b3-3154-894351a96516-fdaede2b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_1f6ee3e9-9f92-69b3-3154-894351a96527-fdaede2b {
  align-self: center;
}

#w-node-_1f6ee3e9-9f92-69b3-3154-894351a9652c-fdaede2b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_1f6ee3e9-9f92-69b3-3154-894351a9653d-fdaede2b {
  align-self: center;
}

#w-node-e27ca25d-cef0-1f10-2ea9-f869b429f68f-fdaede2b {
  grid-area: 1 / 5 / 2 / 9;
  place-self: stretch stretch;
}

#w-node-e27ca25d-cef0-1f10-2ea9-f869b429f692-fdaede2b {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-de99e9f1-6d82-a006-0a2e-7aabc125973e-fdaede2b {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-de99e9f1-6d82-a006-0a2e-7aabc1259745-fdaede2b,
#w-node-de99e9f1-6d82-a006-0a2e-7aabc125974d-fdaede2b,
#w-node-de99e9f1-6d82-a006-0a2e-7aabc1259755-fdaede2b {
  align-self: center;
}

#w-node-_52f27481-1763-31c7-4293-fac4b5478a82-fdaede2b {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_52f27481-1763-31c7-4293-fac4b5478a90-fdaede2b {
  grid-area: 1 / 8 / 2 / 11;
  align-self: center;
}

#w-node-_52f27481-1763-31c7-4293-fac4b5478aa1-fdaede2b {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
}

#w-node-b7575744-a576-67bb-b83d-7346f92b9541-fdaede45 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b85a6e33-96aa-3f7c-4e4e-000e7abdde9c-fdaede45 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_99e36361-3e4e-2043-c2f4-d28c1533f32e-fdaede45 {
  align-self: center;
}

#w-node-b2ad7bfc-dc2f-80c9-e6c3-dc410481c85f-fdaede45 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-b2ad7bfc-dc2f-80c9-e6c3-dc410481c864-fdaede45 {
  grid-area: 1 / 8 / 2 / 12;
  place-self: center end;
}

#w-node-e5a00ff8-b922-4eb5-fa28-f96e9ea27d66-9ea27d63 {
  align-self: center;
}

#w-node-e5a00ff8-b922-4eb5-fa28-f96e9ea27d69-9ea27d63 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: center end;
}

#w-node-e5a00ff8-b922-4eb5-fa28-f96e9ea27dd9-9ea27d63 {
  justify-self: end;
}

#w-node-_0977e027-2029-3b8e-b4d2-739daaad1226-9ea27d63 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_5048ac68-df3b-9144-0f7f-7ed7d65d36b7-fdaede46 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5048ac68-df3b-9144-0f7f-7ed7d65d36bb-fdaede46 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_5048ac68-df3b-9144-0f7f-7ed7d65d36bd-fdaede46 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_8b29d6c2-5c81-ebe9-8974-bf75f5b8a1a2-fdaede46 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_8b29d6c2-5c81-ebe9-8974-bf75f5b8a1ac-fdaede46 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_7cc05336-6e59-78f3-cfdb-7011c21b18c9-fdaede46 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-df340da3-0805-a209-fb56-1b707eb56b8f-fdaede46 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-df340da3-0805-a209-fb56-1b707eb56b94-fdaede46 {
  grid-area: 1 / 8 / 2 / 12;
  place-self: center end;
}

#w-node-_5048ac68-df3b-9144-0f7f-7ed7d65d36b7-fdaede47 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5048ac68-df3b-9144-0f7f-7ed7d65d36bb-fdaede47 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5048ac68-df3b-9144-0f7f-7ed7d65d36bd-fdaede47,
#w-node-f9c0c37d-20c2-93ca-794a-75a39349d241-fdaede47 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_7cc05336-6e59-78f3-cfdb-7011c21b18c9-fdaede47 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-df340da3-0805-a209-fb56-1b707eb56b8f-fdaede47 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-df340da3-0805-a209-fb56-1b707eb56b94-fdaede47 {
  grid-area: 1 / 8 / 2 / 12;
  place-self: center end;
}

#w-node-e48432f9-4b2b-5411-8ca5-b07ad6e784fc-fdaede4b {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

#w-node-d06b0da3-afeb-bf64-efb8-f8b4ab472889-fdaede4b {
  grid-area: 1 / 7 / 2 / 13;
  align-self: stretch;
}

#w-node-_85a596d2-665d-964f-d72d-72682a636cb6-fdaede4c {
  grid-area: 1 / 1 / 3 / 6;
  align-self: stretch;
}

#w-node-_12c10da2-d926-3eee-09c7-97900004ab9c-fdaede4c {
  grid-area: 2 / 7 / 3 / 12;
  align-self: stretch;
}

#w-node-f8854203-a303-13c2-c3ed-69e72ef67e46-fdaede4c {
  grid-area: 1 / 7 / 2 / 12;
  align-self: stretch;
}

#w-node-_47f00d4f-810c-fdb3-47db-ecbaa1b242c7-fdaede4d {
  grid-area: 1 / 1 / 2 / 7;
  align-self: stretch;
}

#w-node-_97f7d3ba-1908-18aa-8196-60b6362f87af-fdaede4d {
  grid-area: 1 / 8 / 2 / 12;
  align-self: start;
}

#w-node-bdaaad07-dc19-5943-5646-1b1842147d9f-fdaede4d {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-bdaaad07-dc19-5943-5646-1b1842147da9-fdaede4d {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_92f1138f-6ef5-f329-6697-04bc6bbb0dc0-fdaede4e {
  grid-area: 1 / 7 / 2 / 12;
  align-self: center;
}

#w-node-_92f1138f-6ef5-f329-6697-04bc6bbb0dde-fdaede4e {
  grid-area: 1 / 1 / 2 / 6;
  align-self: stretch;
}

#w-node-ae74bca1-7a2a-7d20-3579-bd2748f73683-fdaede4f {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-c904e0a3-5373-f7d0-442e-c4f1dd8606c5-fdaede4f {
  grid-area: 1 / 8 / 2 / 13;
  align-self: stretch;
}

#w-node-afdd43e7-7df4-cab4-f4ac-b9183975a493-fdaede51,
#w-node-d15bb096-b534-7de3-5a78-6f0a85479ac5-fdaede52,
#w-node-bcf9455a-9d12-8a9e-94c2-12f63d52c132-fdaede52 {
  align-self: center;
}

#w-node-_588dd6ed-9e75-8a25-c345-1f1736d9abf6-fdaede53 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_5b4540eb-9803-303e-7563-dc26f2ebd997-fdaede53 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_5b4540eb-9803-303e-7563-dc26f2ebd99c-fdaede53 {
  grid-area: 1 / 8 / 2 / 12;
  place-self: center end;
}

#w-node-e1dc66fb-bf88-2cf1-1bca-006b5e6d4019-fdaede54 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: start;
}

#w-node-_57198bed-cc0e-e250-6f72-f2fa069b2b16-fdaede54 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-d8bf417a-a584-1ff9-efdd-26f8c07d8034-fdaede54 {
  align-self: center;
}

#w-node-_38c77a03-f9cc-4f97-14be-7d3a6f1a6a22-fdaede54 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_38c77a03-f9cc-4f97-14be-7d3a6f1a6a2c-fdaede54 {
  grid-area: 1 / 8 / 2 / 12;
}

#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-_7f953b83-c71b-bf28-b7eb-0cb8c415c8d4-fdaede85 {
  grid-area: 1 / 3 / 2 / 11;
  justify-self: center;
}

#w-node-_1fb6549a-3c61-86cc-5089-50d8d0c9c66a-fdaede85 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_1fb6549a-3c61-86cc-5089-50d8d0c9c674-fdaede85 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_9cafdfd1-b62a-a560-699b-02b3952b6836-fdaede86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93fc372a-7501-6cf6-2885-d47894d131e2-fdaede86 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_93fc372a-7501-6cf6-2885-d47894d131ea-fdaede86 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_93fc372a-7501-6cf6-2885-d47894d131f2-fdaede86 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_93fc372a-7501-6cf6-2885-d47894d131fa-fdaede86 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_93fc372a-7501-6cf6-2885-d47894d13202-fdaede86 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-d389396d-466b-f853-99c5-c5dcd7d5c7b6-fdaede86,
#w-node-_3a496b5b-c04c-db9d-bfc6-343fdb71cbfa-fdaede86,
#w-node-fdd35eaa-5785-a164-313d-dce6c02f93fd-fdaede86,
#w-node-_99b065d9-d745-5860-49b4-f670cdfca0c9-fdaede86,
#w-node-_98932cd9-d546-acb9-4ed3-2c41d7721f29-fdaede86 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bf2-fdaede86 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bf8-fdaede86 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bfe-fdaede86 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-ac367a1d-d89c-d81d-0b58-6dd631c66c04-fdaede86 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_90ae3c46-c676-78b6-55cf-b9301f1da213-be99cc70 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f428068b-3362-b910-3843-c309eaac9bdd-be99cc70 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6d79d8ea-43f4-aaff-7456-36df60e82d8b-be99cc70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_3c00f983-7e72-0b51-ca54-73216520887e-be99cc70 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3c00f983-7e72-0b51-ca54-732165208881-be99cc70 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_90ae3c46-c676-78b6-55cf-b9301f1da213-6566c7c3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_65984cfb-fff4-d068-9741-4e8ad7bb4cdd-a0f03b44,
#w-node-fef7ba63-4ce3-db8f-4bb5-d38759153b56-a0f03b44,
#w-node-e3b891d1-c4ab-71a5-4315-182665d0110b-a0f03b44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-b15a8c68-7065-abeb-0d22-60647563e949-fdaeddcb {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }
}

@media screen and (min-width: 1440px) {

  #w-node-e2f21841-968d-8546-282f-d26518b235bf-fdaeddcb,
  #w-node-e2f21841-968d-8546-282f-d26518b23664-fdaeddcb,
  #w-node-e2f21841-968d-8546-282f-d26518b236ac-fdaeddcb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-fdaeddcb {
    grid-area: 2 / 1 / 3 / 13;
    place-self: center;
  }

  #w-node-_9fba9ee5-29f3-9d40-9ae7-7ce12c2526e4-fdaeddcb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7d054413-3904-3a90-a4f5-b23cd653994e-fdaeddcb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-f7759285-3069-9755-c3f3-8dbf75c4baf7-fdaeddcb {
    grid-area: 1 / 1 / 4 / 4;
  }

  #w-node-_8d220363-86b3-f945-f80b-ba787cc65812-fdaeddcb {
    place-self: center;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e934-fdaeddcb {
    grid-area: 1 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e935-fdaeddcb {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center start;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e93a-fdaeddcb {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center end;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e93f-fdaeddcb {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e944-fdaeddcb {
    grid-area: 2 / 3 / 3 / 4;
    place-self: start end;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e949-fdaeddcb {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }

  #w-node-f0999f10-c6fe-c89e-05ae-ae18664de449-fdaeddcb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-e8935f71-f666-903a-ae2c-bf548ae9528a-fdaeddcb {
    grid-area: 1 / 7 / 2 / 13;
    justify-self: stretch;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
    justify-self: auto;
  }

  #w-node-_90ae3c46-c676-78b6-55cf-b9301f1da213-be99cc70 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-f428068b-3362-b910-3843-c309eaac9bdd-be99cc70 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }

  #w-node-_6d79d8ea-43f4-aaff-7456-36df60e82d8b-be99cc70 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: end;
  }

  #w-node-b62f2fdf-f2ac-9838-d0bd-ed812e90c19c-be99cc70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3c00f983-7e72-0b51-ca54-73216520887e-be99cc70 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-_3c00f983-7e72-0b51-ca54-732165208887-be99cc70,
  #w-node-_5eef15a2-5405-255b-2055-7c7aab4d0767-be99cc70,
  #w-node-d4c1c86b-bab4-035c-bb9b-1160b1c8ceaa-be99cc70,
  #w-node-d42bfb14-4d14-b72b-4591-c87b77117eaf-be99cc70,
  #w-node-_4771acb5-d6d9-a82f-05d6-54b5e51480a4-be99cc70,
  #w-node-_2889c3c8-1f56-a11f-abf6-e46cbe474048-be99cc70,
  #w-node-_28e28a12-84a3-e6ec-3c18-69b6785f9b43-be99cc70,
  #w-node-d095df5d-0729-d5ee-e269-c7be2467ab46-be99cc70,
  #w-node-_86c7b74d-7450-b059-57bf-44ad8cbdf34c-be99cc70,
  #w-node-_77f2659b-d72d-17bb-3f71-097aa9b43975-be99cc70 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3c00f983-7e72-0b51-ca54-732165208881-be99cc70 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }

  #w-node-_90ae3c46-c676-78b6-55cf-b9301f1da213-6566c7c3 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-f428068b-3362-b910-3843-c309eaac9bdd-6566c7c3 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }

  #w-node-_6d79d8ea-43f4-aaff-7456-36df60e82d8b-6566c7c3 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: auto;
  }

  #w-node-_5b4bc3c5-a864-5f30-f89a-db81d3b03b4f-6566c7c3 {
    grid-area: 1 / 4 / 2 / 5;
    align-self: auto;
  }

  #w-node-_65984cfb-fff4-d068-9741-4e8ad7bb4cdd-a0f03b44,
  #w-node-fef7ba63-4ce3-db8f-4bb5-d38759153b56-a0f03b44,
  #w-node-e3b891d1-c4ab-71a5-4315-182665d0110b-a0f03b44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {

  #w-node-e2f21841-968d-8546-282f-d26518b235bf-fdaeddcb,
  #w-node-e2f21841-968d-8546-282f-d26518b23664-fdaeddcb,
  #w-node-e2f21841-968d-8546-282f-d26518b236ac-fdaeddcb {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-fdaeddcb {
    grid-column: 2 / 3;
    grid-row-start: 1;
    align-self: end;
  }

  #w-node-_9fba9ee5-29f3-9d40-9ae7-7ce12c2526e4-fdaeddcb,
  #w-node-_7d054413-3904-3a90-a4f5-b23cd653994e-fdaeddcb {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
  }

  #w-node-f7759285-3069-9755-c3f3-8dbf75c4baf7-fdaeddcb {
    grid-row-end: 4;
  }

  #w-node-f7759285-3069-9755-c3f3-8dbf75c4baf9-fdaeddcb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f7759285-3069-9755-c3f3-8dbf75c4bafb-fdaeddcb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-dd890fe7-a28a-7129-1cb3-691b93107f06-fdaeddcb {
    align-self: center;
  }

  #w-node-_2937d02a-f835-cf5a-417c-fe3f281b404a-fdaeddcb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f5983eab-2082-1ff4-6366-99cc674503da-fdaeddcb {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
  }

  #w-node-_8d220363-86b3-f945-f80b-ba787cc6580e-fdaeddcb {
    grid-column: 1 / 3;
  }

  #w-node-_8d220363-86b3-f945-f80b-ba787cc65810-fdaeddcb {
    grid-column-end: 3;
  }

  #w-node-_40ffdb22-7b31-afab-6ef0-6edac46abe09-fdaeddcb {
    grid-column: 1 / 3;
  }

  #w-node-_7f366ed6-7df4-5510-2556-bcae4e15bab9-fdaeddcb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7f366ed6-7df4-5510-2556-bcae4e15babe-fdaeddcb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f0999f10-c6fe-c89e-05ae-ae18664de449-fdaeddcb {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b9-fdaeddcb {
    grid-row: 4 / 3;
  }

  #w-node-e8935f71-f666-903a-ae2c-bf548ae9528a-fdaeddcb {
    grid-column: 2 / 5;
  }

  #w-node-e8935f71-f666-903a-ae2c-bf548ae9528f-fdaeddcb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_038f8cc6-ce0d-02f7-9bb2-e1074dec8f0d-fdaeddcb {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
    grid-column-end: 3;
  }

  #w-node-f64b3bd4-9fa5-59a0-0f8f-7abdae0aad2e-07bf8e43 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: stretch;
  }

  #w-node-f64b3bd4-9fa5-59a0-0f8f-7abdae0aad33-07bf8e43 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4a-07bf8e43 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e83-07bf8e43 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: start;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
    grid-area: 4 / 2 / 5 / 3;
    justify-self: end;
  }

  #w-node-d6133a47-301a-a6de-46fb-2533b7c7a68a-07bf8e43 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: center start;
  }

  #w-node-_0367dee5-ee78-e407-2962-449374a2d891-fdaede04 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_2e4be397-da18-49dd-c878-c18bc34e1155-fdaede04 {
    grid-column: 1 / 3;
  }

  #w-node-_2e35d90b-cede-2404-d8d3-1c186038ce0c-fdaede04 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2e35d90b-cede-2404-d8d3-1c186038ce0e-fdaede04,
  #w-node-_2e35d90b-cede-2404-d8d3-1c186038ce10-fdaede04,
  #w-node-_2e35d90b-cede-2404-d8d3-1c186038ce12-fdaede04,
  #w-node-_2e35d90b-cede-2404-d8d3-1c186038ce14-fdaede04,
  #w-node-_2e35d90b-cede-2404-d8d3-1c186038ce16-fdaede04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f32266a3-36ae-f7f0-1fa1-dcee3d5971ef-fdaede04 {
    grid-column: 1 / 3;
  }

  #w-node-_19869ecf-5508-1756-4d1f-d627ada7aecf-fdaede04 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d4a914c7-04e0-04c0-7763-cbde20bd4855-fdaede04 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2c6b3fad-c4d9-55a7-de88-19c37a439a7c-fdaede04 {
    grid-column: 1 / 3;
  }

  #w-node-_2c6b3fad-c4d9-55a7-de88-19c37a439a81-fdaede04 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6035c85d-7639-49ef-5cbb-2392b5a22554-fdaede04 {
    grid-column: 1 / 3;
  }

  #w-node-_6035c85d-7639-49ef-5cbb-2392b5a22556-fdaede04 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6035c85d-7639-49ef-5cbb-2392b5a22559-fdaede04 {
    grid-column-end: 3;
  }

  #w-node-_387b6304-08be-bdf2-f69a-00e73fba988c-fdaede04,
  #w-node-_387b6304-08be-bdf2-f69a-00e73fba9893-fdaede04,
  #w-node-_387b6304-08be-bdf2-f69a-00e73fba989a-fdaede04,
  #w-node-_387b6304-08be-bdf2-f69a-00e73fba98a1-fdaede04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_85548073-3fe8-aec3-a8b5-8a24c6988656-fdaede04 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f36a1d87-7ed9-49bb-1243-66a38bc0a9c8-fdaede04,
  #w-node-a5f58018-884e-895c-83cb-67bdaf0dba6b-fdaede04 {
    grid-column: 1 / 3;
  }

  #w-node-a5f58018-884e-895c-83cb-67bdaf0dba6d-fdaede04 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a5f58018-884e-895c-83cb-67bdaf0dba70-fdaede04 {
    grid-column: 1 / 3;
  }

  #w-node-e2c73f7b-c423-f960-34f8-dab1c6a96929-fdaede04 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-e2c73f7b-c423-f960-34f8-dab1c6a9692c-fdaede04 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9388177e-f329-07fd-1390-d73b33527660-fdaede05,
  #w-node-_7798be63-1242-b295-d8ea-9b87b961fb12-fdaede05 {
    grid-column: 1 / 3;
  }

  #w-node-_2401c8c1-2420-6d3e-1142-3966993274fd-fdaede05 {
    grid-row-end: 3;
    grid-column-end: 3;
  }

  #w-node-_1c7b0d70-2fc1-eacd-5295-b276f7c2312a-fdaede05 {
    grid-area: 2 / 2 / 6 / 6;
  }

  #w-node-_2f5f8f9e-14bd-9547-3b27-82c4be480849-fdaede05 {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-_7798be63-1242-b295-d8ea-9b87b961fb14-fdaede05 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7798be63-1242-b295-d8ea-9b87b961fb17-fdaede05,
  #w-node-d6528e05-b1e4-17e5-7841-30299625593b-fdaede05 {
    grid-column: 1 / 3;
  }

  #w-node-d6528e05-b1e4-17e5-7841-30299625593d-fdaede05 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fd474be2-ad38-5a05-6800-6abb0885ecdf-fdaede05 {
    grid-column: 1 / 3;
  }

  #w-node-fd474be2-ad38-5a05-6800-6abb0885ece1-fdaede05 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fd474be2-ad38-5a05-6800-6abb0885ecf0-fdaede05 {
    grid-column: 1 / 3;
  }

  #w-node-fd474be2-ad38-5a05-6800-6abb0885ecf2-fdaede05 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0d4c002c-4504-3edd-ab8c-ce4b21db0114-fdaede05 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0d4c002c-4504-3edd-ab8c-ce4b21db0119-fdaede05 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0d4c002c-4504-3edd-ab8c-ce4b21db011e-fdaede05 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0d4c002c-4504-3edd-ab8c-ce4b21db0123-fdaede05 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_05a28aae-345f-cee2-d450-9369495c51d8-fdaede05 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_05a28aae-345f-cee2-d450-9369495c51e3-fdaede05 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4680525f-4e19-5a7d-e36f-5830e7bc3e39-fdaede05 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-fdaede06 {
    grid-column: 1 / 4;
    align-self: center;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd9-fdaede06 {
    grid-row: 2 / 4;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-fdaede06 {
    grid-row: 1 / 3;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cdc-fdaede06 {
    grid-area: 5 / 3 / 7 / 4;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-fdaede06 {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-_4bb94d7a-ce76-604d-2deb-414f53e03c91-fdaede06 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954af-fdaede06 {
    grid-column: 1 / 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b1-fdaede06 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b9-fdaede06 {
    grid-row: 1 / 3;
  }

  #w-node-f7759285-3069-9755-c3f3-8dbf75c4baf7-fdaede06 {
    grid-row-end: 4;
  }

  #w-node-f7759285-3069-9755-c3f3-8dbf75c4baf9-fdaede06 {
    grid-column: 1 / 3;
  }

  #w-node-f7759285-3069-9755-c3f3-8dbf75c4bafb-fdaede06 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8d220363-86b3-f945-f80b-ba787cc6580e-fdaede06 {
    grid-column: 1 / 3;
  }

  #w-node-_8d220363-86b3-f945-f80b-ba787cc65810-fdaede06 {
    grid-column-end: 3;
  }

  #w-node-_40ffdb22-7b31-afab-6ef0-6edac46abe09-fdaede06,
  #w-node-_4fa9e54d-cb41-0e28-2cd3-90ffe7f1ced7-fdaede06,
  #w-node-c4beecef-8980-ba4e-2784-e1d90997af44-fdaede06 {
    grid-column: 1 / 3;
  }

  #w-node-_260a7393-a494-aebb-8e41-5bc985d10b8a-fdaede06,
  #w-node-_2902f289-23ab-a9c8-b314-bf3ab0d98fb4-fdaede06 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1ec-fdaede06,
  #w-node-_2649336f-4279-12ae-2964-76c9e20f37d4-fdaede07 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a42ef111-6c55-5581-be2e-936db3ad644e-fdaede07 {
    grid-column: 1 / 2;
  }

  #w-node-_6dea2d8c-eecc-8e3e-b87d-3e6a5dccc5a0-fdaede07 {
    grid-column: 2 / 3;
    grid-row-end: 3;
  }

  #w-node-b98be051-4900-1bbc-1d83-501a9fd5a66d-fdaede07 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_18d7b5e7-fae5-1ae0-9ccf-7922110e96ad-fdaede07 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_33639bdc-c81d-9105-2f74-267191aa7c66-fdaede07 {
    grid-column: span 1 / span 1;
  }

  #w-node-_33639bdc-c81d-9105-2f74-267191aa7c68-fdaede07,
  #w-node-_33639bdc-c81d-9105-2f74-267191aa7c6a-fdaede07,
  #w-node-_33639bdc-c81d-9105-2f74-267191aa7c6c-fdaede07,
  #w-node-_33639bdc-c81d-9105-2f74-267191aa7c6e-fdaede07,
  #w-node-_33639bdc-c81d-9105-2f74-267191aa7c70-fdaede07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5053306c-a43f-26a6-5895-94a2c4d24aec-fdaede07 {
    grid-column: 1 / 3;
  }

  #w-node-_5053306c-a43f-26a6-5895-94a2c4d24aee-fdaede07 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0c0f7e47-42cc-2631-cf47-14f545e5e290-fdaede07 {
    grid-area: 1 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-_559d3a61-8e20-e969-2d34-d44ade390f98-fdaede07 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_559d3a61-8e20-e969-2d34-d44ade390f9d-fdaede07 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_559d3a61-8e20-e969-2d34-d44ade390fa2-fdaede07 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_559d3a61-8e20-e969-2d34-d44ade390fa7-fdaede07 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_96ecc04a-21f6-24e3-57ec-4259fe0b3f63-fdaede07 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_96ecc04a-21f6-24e3-57ec-4259fe0b3f68-fdaede07 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_96ecc04a-21f6-24e3-57ec-4259fe0b3f6d-fdaede07 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_96ecc04a-21f6-24e3-57ec-4259fe0b3f72-fdaede07 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-cd9c7cba-2afd-1c6e-54c3-2442eb3cfe8f-fdaede07 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-e030b98d-49ae-921f-65bb-550c6f732749-fdaede07,
  #w-node-_5e3b54ad-17a7-af4f-4519-44013e74f215-fdaede07 {
    grid-column-end: 3;
  }

  #w-node-b801bfa9-62bc-f6ff-c2e9-39891ebf367f-fdaede07 {
    grid-column: 1 / 4;
  }

  #w-node-b801bfa9-62bc-f6ff-c2e9-39891ebf3684-fdaede07 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db6e-fdaede08 {
    grid-column-end: 5;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db70-fdaede08 {
    grid-column-end: 3;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db72-fdaede08 {
    grid-area: 2 / 5 / 4 / 7;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db74-fdaede08 {
    grid-area: 5 / 2 / 7 / 6;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db76-fdaede08 {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db78-fdaede08 {
    grid-area: 6 / 6 / 7 / 7;
    align-self: center;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db7a-fdaede08 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_4f346edf-8226-58b6-7e24-305b8824e255-fdaede08 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4f346edf-8226-58b6-7e24-305b8824e25a-fdaede08 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-eb00730b-a194-c7a6-39c6-872cefca4c12-fdaede08 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-eb00730b-a194-c7a6-39c6-872cefca4c17-fdaede08 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f6b7c9f2-da5b-e305-669f-1da795fada96-fdaede08 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f6b7c9f2-da5b-e305-669f-1da795fadabf-fdaede08,
  #w-node-f17c5b51-4a4a-54bb-ea69-fc06a15b3f2b-a15b3f29 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f17c5b51-4a4a-54bb-ea69-fc06a15b3f35-a15b3f29 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-dba4cd18-18b7-52f8-564f-914cf6ae55a8-fdaede09 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_0e6c05eb-f13a-9945-a126-977dee56fc71-fdaede09 {
    grid-column: 1 / 3;
  }

  #w-node-_6de1a3e4-b300-b434-1911-86dc429fbef6-fdaede09 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fe17a457-0853-0cfd-62a9-5a9e63003759-fdaede09 {
    align-self: end;
  }

  #w-node-_0f1b97ea-a126-9427-d6b0-d755d628cfb3-fdaede09 {
    grid-column: 1 / 3;
    grid-row-start: 3;
    justify-self: end;
  }

  #w-node-_14853d71-d94b-13f8-f519-ee9d5f6020cc-fdaede09 {
    grid-area: 4 / 2 / 5 / 4;
    justify-self: center;
  }

  #w-node-b89fb763-3ff1-26ed-69b9-9ae4f9ec8ed9-fdaede09 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_88790382-4d8d-fcfd-f37d-fbf6eeb8a072-fdaede09 {
    grid-column: 2 / 4;
    grid-row-start: 6;
    justify-self: center;
  }

  #w-node-_842d226d-4cf5-cd01-8c7e-3835fa89807a-fdaede09 {
    grid-area: 7 / 1 / 8 / 3;
    justify-self: end;
  }

  #w-node-_71b95c26-9ea9-e432-415e-b865ca92fd42-fdaede09 {
    grid-column: 1 / 3;
  }

  #w-node-_71b95c26-9ea9-e432-415e-b865ca92fd7e-fdaede09 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_71b95c26-9ea9-e432-415e-b865ca92fd86-fdaede09 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_80a6f13c-3fb3-29a7-b6f2-bbd6fdb989a9-fdaede09 {
    grid-column: 1 / 3;
  }

  #w-node-_80a6f13c-3fb3-29a7-b6f2-bbd6fdb989ab-fdaede09 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_80a6f13c-3fb3-29a7-b6f2-bbd6fdb989b4-fdaede09 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_80a6f13c-3fb3-29a7-b6f2-bbd6fdb989bd-fdaede09 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-fe967ee0-5075-a803-96ba-6ee0755ab7db-fdaede09 {
    grid-column: 1 / 3;
  }

  #w-node-fe967ee0-5075-a803-96ba-6ee0755ab7dd-fdaede09 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9e4eb399-aa76-58f0-e088-2fd094e40186-94e40185 {
    grid-column-end: 3;
  }

  #w-node-_9e4eb399-aa76-58f0-e088-2fd094e40188-94e40185 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9e67a7ed-fc9b-4715-d970-f823f8be1734-fdaede0a {
    grid-column: 1 / 4;
    align-self: center;
  }

  #w-node-_9e67a7ed-fc9b-4715-d970-f823f8be174e-fdaede0a {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-_9e67a7ed-fc9b-4715-d970-f823f8be1751-fdaede0a {
    grid-column: 1 / 3;
  }

  #w-node-_0a0bb320-53e5-6ad5-a147-4ba8a7e2658d-fdaede0a {
    grid-column: 2 / 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954af-fdaede0a {
    grid-column: 1 / 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b1-fdaede0a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb1-fdaede0a {
    grid-column: span 1 / span 1;
  }

  #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb3-fdaede0a,
  #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb5-fdaede0a,
  #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb7-fdaede0a,
  #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cb9-fdaede0a,
  #w-node-_7e1dfb5d-9f66-099d-de98-e152fb5c6cbb-fdaede0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d220363-86b3-f945-f80b-ba787cc6580e-fdaede0a {
    grid-column: 1 / 3;
  }

  #w-node-_8d220363-86b3-f945-f80b-ba787cc65810-fdaede0a {
    grid-column-end: 3;
  }

  #w-node-_40ffdb22-7b31-afab-6ef0-6edac46abe09-fdaede0a {
    grid-column: 1 / 3;
  }

  #w-node-ae38d0a1-8432-2084-1f8e-8035f161fb62-fdaede0a {
    grid-column-end: 3;
  }

  #w-node-ae38d0a1-8432-2084-1f8e-8035f161fb65-fdaede0a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ae38d0a1-8432-2084-1f8e-8035f161fb69-fdaede0a {
    grid-column-end: 3;
  }

  #w-node-ae38d0a1-8432-2084-1f8e-8035f161fb71-fdaede0a {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-ae38d0a1-8432-2084-1f8e-8035f161fb79-fdaede0a {
    grid-area: 3 / 1 / 4 / 3;
    place-self: start end;
  }

  #w-node-ae38d0a1-8432-2084-1f8e-8035f161fb81-fdaede0a {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-ae38d0a1-8432-2084-1f8e-8035f161fb89-fdaede0a {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-ae38d0a1-8432-2084-1f8e-8035f161fb91-fdaede0a {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-ae38d0a1-8432-2084-1f8e-8035f161fb99-fdaede0a {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_49a1a29a-fe51-9f26-7b96-7df3157e5f23-fdaede0a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_49a1a29a-fe51-9f26-7b96-7df3157e5f25-fdaede0a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5aa351a0-546f-1497-2a20-29f82533f92d-fdaede0a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5aa351a0-546f-1497-2a20-29f82533f932-fdaede0a {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5aa351a0-546f-1497-2a20-29f82533f937-fdaede0a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5aa351a0-546f-1497-2a20-29f82533f93c-fdaede0a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1ec-fdaede0a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8837e9d8-8095-4644-d97a-7a5f69e0c83e-fdaede0b {
    grid-column: 1 / 3;
  }

  #w-node-_025ac29f-c81d-b2fb-a609-8794dbc2745e-fdaede0b {
    grid-column-end: 3;
  }

  #w-node-_8bc4de1e-6b52-928c-b652-72869b08e738-fdaede0b {
    grid-column-end: 5;
  }

  #w-node-_8bc4de1e-6b52-928c-b652-72869b08e73a-fdaede0b {
    grid-column-end: 3;
  }

  #w-node-_8bc4de1e-6b52-928c-b652-72869b08e73c-fdaede0b {
    grid-area: 2 / 5 / 4 / 7;
  }

  #w-node-_8bc4de1e-6b52-928c-b652-72869b08e73e-fdaede0b {
    grid-area: 5 / 2 / 7 / 6;
  }

  #w-node-_8bc4de1e-6b52-928c-b652-72869b08e740-fdaede0b {
    grid-area: 5 / 1 / 7 / 3;
  }

  #w-node-_8bc4de1e-6b52-928c-b652-72869b08e742-fdaede0b {
    grid-area: 6 / 6 / 7 / 7;
    align-self: center;
  }

  #w-node-_1d505881-3836-ef4d-3618-9548f24467a3-fdaede0b {
    grid-column: span 1 / span 1;
  }

  #w-node-_1d505881-3836-ef4d-3618-9548f24467a5-fdaede0b,
  #w-node-_1d505881-3836-ef4d-3618-9548f24467a7-fdaede0b,
  #w-node-_1d505881-3836-ef4d-3618-9548f24467a9-fdaede0b,
  #w-node-_1d505881-3836-ef4d-3618-9548f24467ab-fdaede0b,
  #w-node-_1d505881-3836-ef4d-3618-9548f24467ad-fdaede0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2062c702-88b1-2e12-531f-56a3c93bba9f-fdaede0b {
    grid-row-start: 3;
    grid-column-end: 3;
  }

  #w-node-_2062c702-88b1-2e12-531f-56a3c93bbaa1-fdaede0b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2062c702-88b1-2e12-531f-56a3c93bbaab-fdaede0b {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-_0fe0238c-7e32-d797-2351-5547838faab5-fdaede0b {
    grid-row-start: 3;
    grid-column-end: 3;
  }

  #w-node-_0fe0238c-7e32-d797-2351-5547838faab9-fdaede0b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0fe0238c-7e32-d797-2351-5547838faac5-fdaede0b {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-d9beefe1-5faf-599a-114c-1eed5c7a8024-fdaede0b {
    grid-column: 1 / 3;
  }

  #w-node-d9beefe1-5faf-599a-114c-1eed5c7a8029-fdaede0b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d0468833-daac-5a33-4f23-020084f91ec4-fdaede0b,
  #w-node-b41750ea-7567-907c-e0b0-d410ce7ddea1-fdaede0b {
    grid-column: 1 / 3;
  }

  #w-node-_8fcf512a-e761-bad8-1448-a96bf1a6f154-fdaede0b {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_8fcf512a-e761-bad8-1448-a96bf1a6f159-fdaede0b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6b215cd6-9b6b-c2a2-ca6b-c15ce1999842-fdaede0c {
    grid-column-end: 3;
  }

  #w-node-_30ab401d-0755-2e89-460e-a30adaa830a3-fdaede0c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_15fc9ec0-d125-aa40-c19a-8fe15c23786c-fdaede0c {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_65ad46f9-3d12-e569-e7ad-d4317456717c-fdaede0c {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_83e24302-97ca-0bde-d47a-93668aadfa48-fdaede0c {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-_1a1045c3-97c5-36d4-4242-54d3c0f6e464-fdaede0c {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-b73d7781-d715-5a0c-72e9-1c489057f5be-fdaede0c {
    grid-column: 1 / 3;
  }

  #w-node-b73d7781-d715-5a0c-72e9-1c489057f5d1-fdaede0c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_60ff0db1-810a-213f-c84c-5ae45ab3f6ba-fdaede0d {
    grid-row-end: 4;
  }

  #w-node-_60ff0db1-810a-213f-c84c-5ae45ab3f6bc-fdaede0d {
    grid-column: 1 / 3;
  }

  #w-node-_60ff0db1-810a-213f-c84c-5ae45ab3f6be-fdaede0d,
  #w-node-d3d208da-79ba-9c39-de4a-8fbd6fcf6d80-fdaede0d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d3d208da-79ba-9c39-de4a-8fbd6fcf6d82-fdaede0d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44d92-fdaede0d {
    grid-area: 1 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44d97-fdaede0d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44d9c-fdaede0d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44da1-fdaede0d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44da6-fdaede0d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44dad-fdaede0d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44db4-fdaede0d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44dbb-fdaede0d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44dc2-fdaede0d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0fe0238c-7e32-d797-2351-5547838faab5-fdaede0d {
    grid-row-start: 3;
  }

  #w-node-_0fe0238c-7e32-d797-2351-5547838faab9-fdaede0d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0fe0238c-7e32-d797-2351-5547838faac5-fdaede0d {
    grid-row-end: 3;
    grid-column-end: 4;
  }

  #w-node-efbfdf02-f3f0-3711-0606-a995d2c64eb7-d2c64eb6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-efbfdf02-f3f0-3711-0606-a995d2c64eb9-d2c64eb6 {
    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-_1ee05aaa-cd73-9342-5a64-b14723adbc84-fdaede0e {
    grid-column-end: 3;
  }

  #w-node-_75950d3a-07cc-26d5-bacc-09567d96d519-fdaede0e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c7251802-6f67-2e68-26d6-1ea25e1df51c-fdaede0e {
    grid-column: 1 / 3;
  }

  #w-node-a745fded-0428-b0ce-2910-3f3c0d793e0f-fdaede0e {
    grid-column: span 1 / span 1;
  }

  #w-node-a745fded-0428-b0ce-2910-3f3c0d793e11-fdaede0e,
  #w-node-a745fded-0428-b0ce-2910-3f3c0d793e13-fdaede0e,
  #w-node-a745fded-0428-b0ce-2910-3f3c0d793e15-fdaede0e,
  #w-node-a745fded-0428-b0ce-2910-3f3c0d793e17-fdaede0e,
  #w-node-a745fded-0428-b0ce-2910-3f3c0d793e19-fdaede0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8726ccd1-f37f-a68a-d5a3-46ac203a09f2-fdaede0e {
    grid-column: 1 / 4;
  }

  #w-node-_8726ccd1-f37f-a68a-d5a3-46ac203a09f3-fdaede0e {
    grid-column-end: 3;
  }

  #w-node-_8726ccd1-f37f-a68a-d5a3-46ac203a0a0f-fdaede0e {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_9170b979-2a13-77e8-4bca-213c78ee6b85-fdaede0e {
    grid-column: 1 / 3;
  }

  #w-node-_9170b979-2a13-77e8-4bca-213c78ee6b87-fdaede0e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6fd84cd5-447f-e6ee-6c21-8c95e0d79234-e0d79233 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6fd84cd5-447f-e6ee-6c21-8c95e0d79236-e0d79233 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_51e60621-6e47-fe2c-b567-6125434f09f7-fdaede0f {
    grid-area: 1 / 2 / 4 / 3;
  }

  #w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195e3-fdaede0f {
    grid-column: 1 / 4;
    align-self: center;
  }

  #w-node-_051d7fce-4779-7f54-647f-cad823917bbf-fdaede0f,
  #w-node-_051d7fce-4779-7f54-647f-cad823917bc4-fdaede0f,
  #w-node-_5d320d3a-a406-8b2c-3169-ca6008102f96-fdaede0f,
  #w-node-_5d320d3a-a406-8b2c-3169-ca6008102f9b-fdaede0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7819dc0b-6784-31ec-8e80-6d9f12e062dc-fdaede0f {
    grid-column: span 1 / span 1;
  }

  #w-node-_7819dc0b-6784-31ec-8e80-6d9f12e062de-fdaede0f,
  #w-node-_7819dc0b-6784-31ec-8e80-6d9f12e062e0-fdaede0f,
  #w-node-_7819dc0b-6784-31ec-8e80-6d9f12e062e2-fdaede0f,
  #w-node-_7819dc0b-6784-31ec-8e80-6d9f12e062e4-fdaede0f,
  #w-node-_7819dc0b-6784-31ec-8e80-6d9f12e062e6-fdaede0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e8ef0a5-03a2-f7da-8e1c-fcdef07828e6-fdaede0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d192feed-dfdf-4f36-4dac-81614f797d50-fdaede0f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d192feed-dfdf-4f36-4dac-81614f797d59-fdaede0f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d192feed-dfdf-4f36-4dac-81614f797d62-fdaede0f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_9e371b19-a771-8983-4c2a-3c884744df8b-fdaede0f {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_54c1087b-bc69-7c06-2303-eea7af92ef8a-fdaede0f {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-b0ce54b8-6685-188d-09a8-f23fe1b9b817-fdaede0f {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-db7be41b-d092-a88e-2c84-114bf18ba5e1-fdaede0f {
    grid-column: 1 / 3;
  }

  #w-node-db7be41b-d092-a88e-2c84-114bf18ba5e3-fdaede0f {
    grid-column-end: 3;
  }

  #w-node-_998c61f5-8f9c-446e-0df6-c0d7906ae039-fdaede0f {
    grid-column: 1 / 3;
  }

  #w-node-f31b1a15-3e93-a72d-da4e-69d0daae152d-fdaede0f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-def76da1-0095-2136-70a0-1c8d94874d62-fdaede10,
  #w-node-_7e85c85b-7c84-c012-6964-29c407dcbb04-fdaede10 {
    grid-column: 1 / 3;
  }

  #w-node-_9edb1db3-11be-1a90-c6cd-fe00f2b6d0c0-fdaede10,
  #w-node-_9edb1db3-11be-1a90-c6cd-fe00f2b6d0c3-fdaede10 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b415da03-4515-990c-e68b-1e0975485c97-fdaede10,
  #w-node-_6418fd30-3298-f67b-0ab9-cddc6a684ad4-fdaede10 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7cf40bc6-55f9-0acb-f305-22fac5ecce0b-fdaede10 {
    grid-column: 1 / 3;
  }

  #w-node-_7cf40bc6-55f9-0acb-f305-22fac5ecce0d-fdaede10 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_74585ce5-291f-4fc8-c913-d9f5c8c4e1a1-fdaede10 {
    grid-column: span 1 / span 1;
  }

  #w-node-_74585ce5-291f-4fc8-c913-d9f5c8c4e1a3-fdaede10,
  #w-node-_74585ce5-291f-4fc8-c913-d9f5c8c4e1a5-fdaede10,
  #w-node-_74585ce5-291f-4fc8-c913-d9f5c8c4e1a7-fdaede10,
  #w-node-_74585ce5-291f-4fc8-c913-d9f5c8c4e1a9-fdaede10,
  #w-node-_74585ce5-291f-4fc8-c913-d9f5c8c4e1ab-fdaede10 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_49626b72-5309-f459-09b4-f680f0397d05-fdaede10 {
    grid-column-end: 3;
  }

  #w-node-_617ac7f7-e386-935d-5ff1-a1f780d8e6cb-fdaede10 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e1adf0cf-edda-b67e-bf08-254e44a13680-fdaede10,
  #w-node-c3ef672b-e6b5-005f-6531-3dd65d4ed132-fdaede10,
  #w-node-a5715886-62b4-26b9-55c0-6ed76f02399f-fdaede10 {
    align-self: center;
  }

  #w-node-_2c691833-a16b-704d-69f4-d7f4c39259ba-fdaede10,
  #w-node-_2c691833-a16b-704d-69f4-d7f4c39259bf-fdaede10,
  #w-node-_2c691833-a16b-704d-69f4-d7f4c39259c7-fdaede10,
  #w-node-_2c691833-a16b-704d-69f4-d7f4c39259ca-fdaede10 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7a-e4fc2c78 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7c-e4fc2c78 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f1-fdaede11 {
    grid-column: 1 / 3;
    grid-row-end: 7;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f3-fdaede11 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f6-fdaede11 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-_25ac3b04-1276-d7dc-36e9-b3d69d23e634-fdaede11 {
    grid-column: 1 / 2;
    place-self: end center;
  }

  #w-node-e74ccd92-2af3-37be-e189-33b7105809e6-fdaede11 {
    grid-column: 2 / 3;
    place-self: end center;
  }

  #w-node-_474c4e5b-a121-046c-52dc-197285ed20bc-fdaede11 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: start center;
  }

  #w-node-_89dc3a98-7f8f-d778-618d-ff1a978f3629-fdaede11 {
    grid-area: 5 / 2 / 6 / 3;
    place-self: end center;
  }

  #w-node-f968d15e-bdcb-75af-b995-198331c89153-fdaede11 {
    grid-column: 1 / 2;
    grid-row-start: 5;
    align-self: end;
  }

  #w-node-_9310abb2-fd90-e4a1-c2d6-7f23026fd8d6-fdaede11 {
    grid-column: 1 / 3;
  }

  #w-node-_9310abb2-fd90-e4a1-c2d6-7f23026fd8d8-fdaede11 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9310abb2-fd90-e4a1-c2d6-7f23026fd8df-fdaede11 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c8593aed-564e-fecf-fc0d-bc8f03642b31-fdaede11 {
    grid-column: 1 / 3;
  }

  #w-node-c8593aed-564e-fecf-fc0d-bc8f03642b33-fdaede11 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c8593aed-564e-fecf-fc0d-bc8f03642b36-fdaede11 {
    grid-column: 1 / 3;
  }

  #w-node-_8836cdde-9116-3baa-8321-a35ffcf98ea2-fdaede11 {
    grid-column-end: 3;
  }

  #w-node-_1f5318fa-37ae-f10b-3bc7-7e457be3106c-fdaede11 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1828-fdaede11 {
    grid-column-end: 3;
  }

  #w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1830-fdaede11 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1838-fdaede11 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: start end;
  }

  #w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1840-fdaede11 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1848-fdaede11 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1850-fdaede11 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1859-fdaede11 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_81c13fe7-5670-b7a6-b305-d5cdf5a2acb5-fdaede11 {
    grid-column: 1 / 3;
  }

  #w-node-_81c13fe7-5670-b7a6-b305-d5cdf5a2acb7-fdaede11 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_47a1ece5-5db5-2c03-d8aa-05f9ac1e0486-fdaede11 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_550990f2-8bc7-3e56-57f9-f1f7d2ad83bb-fdaede11 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_550990f2-8bc7-3e56-57f9-f1f7d2ad83c0-fdaede11 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_550990f2-8bc7-3e56-57f9-f1f7d2ad83c5-fdaede11 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_550990f2-8bc7-3e56-57f9-f1f7d2ad83ca-fdaede11 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4bac2b06-6c0e-6105-f3f3-fa0d666c3c1d-fdaede27 {
    grid-column: 1 / 3;
  }

  #w-node-a70e6d01-4fd9-59e9-5bdd-578c810326c7-fdaede27 {
    grid-column-end: 3;
  }

  #w-node-a3119f96-98f0-6b8f-f043-de87887530d5-fdaede27 {
    grid-column: 1 / 3;
  }

  #w-node-a3119f96-98f0-6b8f-f043-de87887530d7-fdaede27 {
    grid-column-end: 3;
  }

  #w-node-_85d727c6-fb3f-25b8-fbe2-9d7b66afa25a-fdaede27 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_85d727c6-fb3f-25b8-fbe2-9d7b66afa25d-fdaede27 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b56e-fdaede27,
  #w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b575-fdaede27,
  #w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b57c-fdaede27,
  #w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b583-fdaede27 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b567-fdaede27 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_84ccd797-4fca-a73a-90f8-4103e7c8b56a-fdaede27 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_75678421-a045-1619-4909-4e2013a9b7d1-fdaede27 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_75678421-a045-1619-4909-4e2013a9b7df-fdaede27 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_75678421-a045-1619-4909-4e2013a9b7f0-fdaede27 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f1-fdaede28 {
    grid-column: 1 / 3;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f3-fdaede28 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f6-fdaede28 {
    justify-self: center;
  }

  #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76c5-fdaede28,
  #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76c7-fdaede28,
  #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76c9-fdaede28,
  #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76cb-fdaede28,
  #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76cd-fdaede28,
  #w-node-d897add8-76f5-f5d1-a1c1-ee04297e76cf-fdaede28 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8593aed-564e-fecf-fc0d-bc8f03642b31-fdaede28 {
    grid-column: 1 / 3;
  }

  #w-node-c8593aed-564e-fecf-fc0d-bc8f03642b33-fdaede28 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c8593aed-564e-fecf-fc0d-bc8f03642b36-fdaede28 {
    grid-column: 1 / 3;
  }

  #w-node-_8836cdde-9116-3baa-8321-a35ffcf98ea2-fdaede28 {
    grid-column-end: 3;
  }

  #w-node-_1f5318fa-37ae-f10b-3bc7-7e457be3106c-fdaede28 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1828-fdaede28 {
    grid-column-end: 3;
  }

  #w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1830-fdaede28 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1838-fdaede28 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: start end;
  }

  #w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1840-fdaede28 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1848-fdaede28 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1850-fdaede28 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-fbc697b7-ebd3-6135-9394-3e8c3ecd1859-fdaede28 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_81c13fe7-5670-b7a6-b305-d5cdf5a2acb5-fdaede28 {
    grid-column: 1 / 3;
  }

  #w-node-_81c13fe7-5670-b7a6-b305-d5cdf5a2acb7-fdaede28 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_54286bed-647a-819f-7c5a-e01dfa1727aa-fdaede28 {
    grid-column-end: 2;
  }

  #w-node-_54286bed-647a-819f-7c5a-e01dfa1727ac-fdaede28 {
    grid-row: 1 / 2;
    grid-column-start: 2;
  }

  #w-node-c5fad096-fa1d-8ccb-a86f-63ec447fe46c-fdaede28 {
    grid-column-end: 2;
  }

  #w-node-c5fad096-fa1d-8ccb-a86f-63ec447fe46e-fdaede28 {
    grid-row: 1 / 2;
    grid-column-start: 2;
  }

  #w-node-f699355f-baff-15f9-f534-0f167b82e5bd-fdaede28 {
    grid-column-end: 2;
  }

  #w-node-f699355f-baff-15f9-f534-0f167b82e5bf-fdaede28 {
    grid-row: 1 / 2;
    grid-column-start: 2;
  }

  #w-node-d1258778-7945-038f-46bc-06b467ff4d5a-fdaede28 {
    grid-column-end: 2;
  }

  #w-node-d1258778-7945-038f-46bc-06b467ff4d5c-fdaede28 {
    grid-row: 1 / 2;
    grid-column-start: 2;
  }

  #w-node-_54286bed-647a-819f-7c5a-e01dfa172796-fdaede28 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_54286bed-647a-819f-7c5a-e01dfa172799-fdaede28 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d5061600-4eda-de37-201f-ecb993304113-fdaede29 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-d5061600-4eda-de37-201f-ecb993304115-fdaede29 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7022dbf0-5ca5-4f88-62ef-384e9559c11a-fdaede29 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7022dbf0-5ca5-4f88-62ef-384e9559c11f-fdaede29 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7022dbf0-5ca5-4f88-62ef-384e9559c124-fdaede29 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7022dbf0-5ca5-4f88-62ef-384e9559c129-fdaede29 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_35844254-cadb-f0af-091d-1998fc98a7b3-fdaede29 {
    grid-column: span 1 / span 1;
  }

  #w-node-_35844254-cadb-f0af-091d-1998fc98a7b5-fdaede29,
  #w-node-_35844254-cadb-f0af-091d-1998fc98a7b7-fdaede29,
  #w-node-_35844254-cadb-f0af-091d-1998fc98a7b9-fdaede29,
  #w-node-_35844254-cadb-f0af-091d-1998fc98a7bb-fdaede29,
  #w-node-_35844254-cadb-f0af-091d-1998fc98a7bd-fdaede29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b72970b9-cb13-2711-4716-387c0e71ba22-fdaede29 {
    grid-column: 1 / 3;
  }

  #w-node-b72970b9-cb13-2711-4716-387c0e71ba27-fdaede29 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-da8c81d2-80ce-2acb-794a-62f08ac201ea-fdaede29 {
    grid-column: 1 / 3;
  }

  #w-node-da8c81d2-80ce-2acb-794a-62f08ac201ec-fdaede29 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e16e6e3b-2052-5535-d0c9-65c34cfe231c-fdaede29 {
    grid-column: 1 / 4;
  }

  #w-node-dbcdad37-548a-3b4b-ef20-165417dc4c1d-17dc4c19 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-be027424-342d-eb58-8a5a-6dd1b5754860-fdaede2a {
    grid-column: 1 / 3;
  }

  #w-node-b4db4575-6d7b-5acc-c207-167311e3280c-fdaede2a {
    grid-column: 2 / 3;
  }

  #w-node-a240956a-4026-ad94-9e89-892bbf0de03a-fdaede2a {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-e1c887c1-cf89-cd06-f200-328edad132a2-fdaede2a {
    grid-column: 1 / 2;
  }

  #w-node-_2b6e6bfb-df51-26f9-8670-bce9cb867456-fdaede2a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6341ee7c-c590-47e8-d3cc-5c75418cc276-fdaede2a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_81188912-1a14-4c5a-bc90-bdd228b6ae42-fdaede2a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f7d7c5ec-455e-8ae7-b61e-26ef975f4ca9-fdaede2a {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_6035c85d-7639-49ef-5cbb-2392b5a22554-fdaede2a {
    grid-column: 1 / 3;
  }

  #w-node-_6035c85d-7639-49ef-5cbb-2392b5a22556-fdaede2a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_12ff7464-3378-7f39-ebe9-0837a7ccdcfa-fdaede2a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_12ff7464-3378-7f39-ebe9-0837a7ccdd03-fdaede2a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1c531595-507c-1d86-043e-3ef1fb5681c2-fdaede2a {
    grid-column-end: 3;
  }

  #w-node-_1c531595-507c-1d86-043e-3ef1fb5681c4-fdaede2a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1c531595-507c-1d86-043e-3ef1fb5681c8-fdaede2a,
  #w-node-_1c531595-507c-1d86-043e-3ef1fb5681d0-fdaede2a,
  #w-node-_1c531595-507c-1d86-043e-3ef1fb5681d8-fdaede2a {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-_54d258c8-fe3f-c0d1-0643-8be259b71d3c-59b71d38 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_54d258c8-fe3f-c0d1-0643-8be259b71d46-59b71d38 {
    grid-column: 1 / 3;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-fdaede2b {
    grid-column: 1 / 4;
    align-self: center;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-fdaede2b {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd8a1-fdaede2b,
  #w-node-f7759285-3069-9755-c3f3-8dbf75c4baf9-fdaede2b {
    grid-column: 1 / 3;
  }

  #w-node-f7759285-3069-9755-c3f3-8dbf75c4bafb-fdaede2b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954af-fdaede2b {
    grid-column: 1 / 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b1-fdaede2b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b9-fdaede2b {
    grid-row: 1 / 3;
  }

  #w-node-_57f6e64d-63b5-98cf-9fe1-e8622622d133-fdaede2b {
    grid-column: span 1 / span 1;
  }

  #w-node-_57f6e64d-63b5-98cf-9fe1-e8622622d135-fdaede2b,
  #w-node-_57f6e64d-63b5-98cf-9fe1-e8622622d137-fdaede2b,
  #w-node-_57f6e64d-63b5-98cf-9fe1-e8622622d139-fdaede2b,
  #w-node-_57f6e64d-63b5-98cf-9fe1-e8622622d13b-fdaede2b,
  #w-node-_57f6e64d-63b5-98cf-9fe1-e8622622d13d-fdaede2b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d220363-86b3-f945-f80b-ba787cc6580e-fdaede2b {
    grid-column: 1 / 3;
  }

  #w-node-_8d220363-86b3-f945-f80b-ba787cc65810-fdaede2b {
    grid-column-end: 3;
  }

  #w-node-_40ffdb22-7b31-afab-6ef0-6edac46abe09-fdaede2b,
  #w-node-e27ca25d-cef0-1f10-2ea9-f869b429f68f-fdaede2b {
    grid-column: 1 / 3;
  }

  #w-node-e27ca25d-cef0-1f10-2ea9-f869b429f692-fdaede2b {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-de99e9f1-6d82-a006-0a2e-7aabc125973e-fdaede2b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_52f27481-1763-31c7-4293-fac4b5478a82-fdaede2b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_52f27481-1763-31c7-4293-fac4b5478a90-fdaede2b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_52f27481-1763-31c7-4293-fac4b5478aa1-fdaede2b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b7575744-a576-67bb-b83d-7346f92b9541-fdaede45 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b85a6e33-96aa-3f7c-4e4e-000e7abdde9c-fdaede45 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b2ad7bfc-dc2f-80c9-e6c3-dc410481c85f-fdaede45 {
    grid-column: 1 / 4;
  }

  #w-node-b2ad7bfc-dc2f-80c9-e6c3-dc410481c864-fdaede45 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-e5a00ff8-b922-4eb5-fa28-f96e9ea27dd9-9ea27d63 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
  }

  #w-node-e5a00ff8-b922-4eb5-fa28-f96e9ea27ddc-9ea27d63 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: stretch;
  }

  #w-node-e5a00ff8-b922-4eb5-fa28-f96e9ea27ddf-9ea27d63 {
    grid-area: 1 / 4 / 2 / 5;
    justify-self: end;
  }

  #w-node-_0977e027-2029-3b8e-b4d2-739daaad1226-9ea27d63 {
    grid-column: 3 / 4;
  }

  #w-node-_5048ac68-df3b-9144-0f7f-7ed7d65d36b7-fdaede46 {
    grid-column: 1 / 3;
  }

  #w-node-_5048ac68-df3b-9144-0f7f-7ed7d65d36bb-fdaede46 {
    grid-column-end: 3;
    align-self: start;
  }

  #w-node-_5048ac68-df3b-9144-0f7f-7ed7d65d36bd-fdaede46 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8b29d6c2-5c81-ebe9-8974-bf75f5b8a1a2-fdaede46 {
    grid-column: 1 / 3;
  }

  #w-node-_8b29d6c2-5c81-ebe9-8974-bf75f5b8a1ac-fdaede46 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7cc05336-6e59-78f3-cfdb-7011c21b18c9-fdaede46 {
    grid-column: 1 / 3;
  }

  #w-node-df340da3-0805-a209-fb56-1b707eb56b8f-fdaede46 {
    grid-column: 1 / 4;
  }

  #w-node-df340da3-0805-a209-fb56-1b707eb56b94-fdaede46 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-_5048ac68-df3b-9144-0f7f-7ed7d65d36b7-fdaede47 {
    grid-column: 1 / 3;
  }

  #w-node-_5048ac68-df3b-9144-0f7f-7ed7d65d36bb-fdaede47 {
    grid-column: 1 / 3;
    align-self: start;
  }

  #w-node-_5048ac68-df3b-9144-0f7f-7ed7d65d36bd-fdaede47 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f9c0c37d-20c2-93ca-794a-75a39349d241-fdaede47 {
    grid-column-end: 3;
  }

  #w-node-_7cc05336-6e59-78f3-cfdb-7011c21b18c9-fdaede47 {
    grid-column: 1 / 3;
  }

  #w-node-df340da3-0805-a209-fb56-1b707eb56b8f-fdaede47 {
    grid-column: 1 / 4;
  }

  #w-node-df340da3-0805-a209-fb56-1b707eb56b94-fdaede47 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-e48432f9-4b2b-5411-8ca5-b07ad6e784fc-fdaede4b {
    grid-column-end: 3;
  }

  #w-node-d06b0da3-afeb-bf64-efb8-f8b4ab472889-fdaede4b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_85a596d2-665d-964f-d72d-72682a636cb6-fdaede4c {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_12c10da2-d926-3eee-09c7-97900004ab9c-fdaede4c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f8854203-a303-13c2-c3ed-69e72ef67e46-fdaede4c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_47f00d4f-810c-fdb3-47db-ecbaa1b242c7-fdaede4d {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_97f7d3ba-1908-18aa-8196-60b6362f87af-fdaede4d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bdaaad07-dc19-5943-5646-1b1842147d9f-fdaede4d {
    grid-column: 1 / 3;
  }

  #w-node-bdaaad07-dc19-5943-5646-1b1842147da9-fdaede4d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_92f1138f-6ef5-f329-6697-04bc6bbb0dc0-fdaede4e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_92f1138f-6ef5-f329-6697-04bc6bbb0dde-fdaede4e,
  #w-node-ae74bca1-7a2a-7d20-3579-bd2748f73683-fdaede4f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c904e0a3-5373-f7d0-442e-c4f1dd8606c5-fdaede4f,
  #w-node-_588dd6ed-9e75-8a25-c345-1f1736d9abf6-fdaede53 {
    grid-column: 1 / 3;
  }

  #w-node-_5b4540eb-9803-303e-7563-dc26f2ebd997-fdaede53 {
    grid-column: 1 / 4;
  }

  #w-node-_5b4540eb-9803-303e-7563-dc26f2ebd99c-fdaede53 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-e1dc66fb-bf88-2cf1-1bca-006b5e6d4019-fdaede54 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_57198bed-cc0e-e250-6f72-f2fa069b2b16-fdaede54 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_38c77a03-f9cc-4f97-14be-7d3a6f1a6a22-fdaede54 {
    grid-column: 1 / 3;
  }

  #w-node-_38c77a03-f9cc-4f97-14be-7d3a6f1a6a2c-fdaede54 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7f953b83-c71b-bf28-b7eb-0cb8c415c8d4-fdaede85,
  #w-node-_1fb6549a-3c61-86cc-5089-50d8d0c9c66a-fdaede85 {
    grid-column: 1 / 3;
  }

  #w-node-_1fb6549a-3c61-86cc-5089-50d8d0c9c674-fdaede85 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131e2-fdaede86 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131ea-fdaede86 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131f2-fdaede86 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131fa-fdaede86 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d13202-fdaede86 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d389396d-466b-f853-99c5-c5dcd7d5c7b6-fdaede86 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3a496b5b-c04c-db9d-bfc6-343fdb71cbfa-fdaede86 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fdd35eaa-5785-a164-313d-dce6c02f93fd-fdaede86 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_99b065d9-d745-5860-49b4-f670cdfca0c9-fdaede86 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_98932cd9-d546-acb9-4ed3-2c41d7721f29-fdaede86 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bf2-fdaede86 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bf8-fdaede86 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bfe-fdaede86 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66c04-fdaede86 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3c00f983-7e72-0b51-ca54-73216520887e-be99cc70,
  #w-node-_3c00f983-7e72-0b51-ca54-732165208881-be99cc70 {
    align-self: end;
  }

  #w-node-_65984cfb-fff4-d068-9741-4e8ad7bb4cdd-a0f03b44,
  #w-node-fef7ba63-4ce3-db8f-4bb5-d38759153b56-a0f03b44,
  #w-node-e3b891d1-c4ab-71a5-4315-182665d0110b-a0f03b44 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b15a8c68-7065-abeb-0d22-60647563e934-fdaeddcb {
    grid-area: 3 / 1 / 6 / 2;
    place-self: center;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e935-fdaeddcb {
    grid-area: 6 / 1 / 7 / 2;
    place-self: center start;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e93a-fdaeddcb {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e93f-fdaeddcb {
    justify-self: end;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e944-fdaeddcb {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e949-fdaeddcb {
    grid-row: 3 / 6;
    align-self: center;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e83-07bf8e43 {
    justify-self: stretch;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
    grid-row: 5 / 6;
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-d6133a47-301a-a6de-46fb-2533b7c7a68a-07bf8e43 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-a5f58018-884e-895c-83cb-67bdaf0dba78-fdaede04 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: start;
  }

  #w-node-a5f58018-884e-895c-83cb-67bdaf0dba7c-fdaede04 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: start;
  }

  #w-node-c5446576-037a-3c55-f8c6-24ef5dad1fd7-5dad1fd4 {
    justify-self: start;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1fd-fdaede06 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b201-fdaede06 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b205-fdaede06 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1fd-fdaede0a {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b201-fdaede0a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b205-fdaede0a {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_47a1ece5-5db5-2c03-d8aa-05f9ac1e0495-fdaede11 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-_47a1ece5-5db5-2c03-d8aa-05f9ac1e0499-fdaede11 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_47a1ece5-5db5-2c03-d8aa-05f9ac1e049d-fdaede11 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-e5a00ff8-b922-4eb5-fa28-f96e9ea27d66-9ea27d63 {
    justify-self: start;
  }

  #w-node-ba08ef3c-bbe4-a38e-abf4-77f071df227c-fdaede4b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ba08ef3c-bbe4-a38e-abf4-77f071df2283-fdaede4b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0613788c-1b17-0168-7251-b17a7bbfea2b-fdaede4c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f4bcddfe-23df-1d5b-a843-163633396741-fdaede4c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_51b0b9d2-cb93-5e24-b186-16d065a93b7b-fdaede86,
  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6831-fdaede86 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6833-fdaede86 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6836-fdaede86 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6838-fdaede86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b683b-fdaede86 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b683d-fdaede86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6840-fdaede86 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6842-fdaede86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b684f-fdaede86 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6851-fdaede86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6854-fdaede86 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6856-fdaede86 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6859-fdaede86 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b685b-fdaede86 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b685e-fdaede86 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6860-fdaede86 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6863-fdaede86 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6865-fdaede86 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b32d87df-196d-d514-71e2-60e823349b61-fdaede86 {
    justify-self: start;
  }

  #w-node-b32d87df-196d-d514-71e2-60e823349b63-fdaede86 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6868-fdaede86 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b686a-fdaede86 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6872-fdaede86 {
    justify-self: start;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6874-fdaede86 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2e3b1f04-099a-5ab0-3a01-8b99f5059c5f-fdaede86 {
    justify-self: start;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131e1-fdaede86 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5049fc4a-a266-af71-51c4-13d706dfdfb3-fdaede86 {
    justify-self: start;
  }

  #w-node-_5049fc4a-a266-af71-51c4-13d706dfdfb5-fdaede86 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3a496b5b-c04c-db9d-bfc6-343fdb71cbfa-fdaede86 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-fdd35eaa-5785-a164-313d-dce6c02f93fd-fdaede86 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_99b065d9-d745-5860-49b4-f670cdfca0c9-fdaede86 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_98932cd9-d546-acb9-4ed3-2c41d7721f29-fdaede86 {
    grid-row: 3 / 4;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bdd-fdaede86 {
    justify-self: start;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bdf-fdaede86 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bf8-fdaede86 {
    grid-column: 2 / 3;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66bfe-fdaede86 {
    grid-row: 2 / 3;
  }

  #w-node-ac367a1d-d89c-d81d-0b58-6dd631c66c04-fdaede86 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3c00f983-7e72-0b51-ca54-732165208881-be99cc70 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e2f21841-968d-8546-282f-d26518b23674-fdaeddcb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e2f21841-968d-8546-282f-d26518b2367b-fdaeddcb,
  #w-node-e2f21841-968d-8546-282f-d26518b23681-fdaeddcb,
  #w-node-e2f21841-968d-8546-282f-d26518b2368e-fdaeddcb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-fdaeddcb {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-f7759285-3069-9755-c3f3-8dbf75c4baf9-fdaeddcb {
    order: 9999;
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-f7759285-3069-9755-c3f3-8dbf75c4bafb-fdaeddcb {
    order: -9999;
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-dd890fe7-a28a-7129-1cb3-691b93107f06-fdaeddcb {
    grid-area: 1 / 1 / 4 / 4;
    align-self: start;
  }

  #w-node-_2937d02a-f835-cf5a-417c-fe3f281b404a-fdaeddcb {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_9cb3997f-d0a8-2c10-b93b-45f6068d1cf1-fdaeddcb {
    align-self: center;
  }

  #w-node-_443588d1-21a2-db0b-8a5a-ee4c106640e2-fdaeddcb,
  #w-node-_443588d1-21a2-db0b-8a5a-ee4c106640eb-fdaeddcb {
    place-self: start center;
  }

  #w-node-_8d220363-86b3-f945-f80b-ba787cc6580e-fdaeddcb {
    grid-column: 1 / 3;
  }

  #w-node-_7f366ed6-7df4-5510-2556-bcae4e15bab9-fdaeddcb,
  #w-node-_7f366ed6-7df4-5510-2556-bcae4e15babe-fdaeddcb {
    grid-column: span 2 / span 2;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e934-fdaeddcb {
    grid-area: 3 / 1 / 6 / 2;
    place-self: center;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e935-fdaeddcb {
    grid-area: 6 / 1 / 7 / 2;
    place-self: start;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e93a-fdaeddcb {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e93f-fdaeddcb {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center end;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e944-fdaeddcb {
    grid-area: 7 / 1 / 8 / 2;
    place-self: start end;
  }

  #w-node-b15a8c68-7065-abeb-0d22-60647563e949-fdaeddcb {
    grid-area: 3 / 1 / 6 / 2;
    place-self: center;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954ad-fdaeddcb {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b9-fdaeddcb {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-e8935f71-f666-903a-ae2c-bf548ae9528a-fdaeddcb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e8935f71-f666-903a-ae2c-bf548ae9528f-fdaeddcb {
    grid-row: 1 / 2;
    grid-column-end: 5;
  }

  #w-node-e27ca25d-cef0-1f10-2ea9-f869b429f68d-fdaeddcb {
    grid-area: 1 / 1 / 4 / 4;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4a-07bf8e43 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4b-07bf8e43 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e6d-07bf8e43 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start;
  }

  #w-node-_3bf52516-d276-5475-ccb1-158e23ed045e-07bf8e43 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e83-07bf8e43 {
    justify-self: stretch;
  }

  #w-node-_4990c305-8ea3-3822-bb54-964b65414b98-fdaede04 {
    justify-self: center;
  }

  #w-node-_19869ecf-5508-1756-4d1f-d627ada7aecf-fdaede04 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d4a914c7-04e0-04c0-7763-cbde20bd4855-fdaede04 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2c6b3fad-c4d9-55a7-de88-19c37a439a7c-fdaede04 {
    grid-column: 1 / 3;
  }

  #w-node-_2c6b3fad-c4d9-55a7-de88-19c37a439a81-fdaede04 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_6035c85d-7639-49ef-5cbb-2392b5a22559-fdaede04 {
    grid-column-end: 3;
  }

  #w-node-a5f58018-884e-895c-83cb-67bdaf0dba78-fdaede04,
  #w-node-a5f58018-884e-895c-83cb-67bdaf0dba7c-fdaede04 {
    grid-column-end: 7;
  }

  #w-node-e2c73f7b-c423-f960-34f8-dab1c6a96929-fdaede04 {
    grid-column: 1 / 3;
  }

  #w-node-c5446576-037a-3c55-f8c6-24ef5dad1fd7-5dad1fd4 {
    justify-self: auto;
  }

  #w-node-_638f81de-197e-4e95-f962-fcfb1583e259-fdaede05 {
    grid-column: 1 / 7;
  }

  #w-node-d6528e05-b1e4-17e5-7841-30299625593b-fdaede05 {
    grid-column: 1 / 3;
  }

  #w-node-d6528e05-b1e4-17e5-7841-30299625593d-fdaede05 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-fd474be2-ad38-5a05-6800-6abb0885ecdf-fdaede05 {
    grid-column: 1 / 3;
  }

  #w-node-fd474be2-ad38-5a05-6800-6abb0885ece1-fdaede05 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-fd474be2-ad38-5a05-6800-6abb0885ecf0-fdaede05 {
    grid-column: 1 / 3;
  }

  #w-node-fd474be2-ad38-5a05-6800-6abb0885ecf2-fdaede05 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_0d4c002c-4504-3edd-ab8c-ce4b21db0114-fdaede05,
  #w-node-_0d4c002c-4504-3edd-ab8c-ce4b21db0119-fdaede05,
  #w-node-_0d4c002c-4504-3edd-ab8c-ce4b21db011e-fdaede05,
  #w-node-_0d4c002c-4504-3edd-ab8c-ce4b21db0123-fdaede05 {
    grid-column: span 2 / span 2;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-fdaede06 {
    grid-column: 1 / 4;
    grid-row-start: 3;
    align-self: end;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd9-fdaede06 {
    place-self: stretch stretch;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-fdaede06 {
    justify-self: stretch;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-fdaede06 {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954af-fdaede06 {
    grid-column: 1 / 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b1-fdaede06 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-f7759285-3069-9755-c3f3-8dbf75c4baf9-fdaede06 {
    grid-column: 1 / 3;
  }

  #w-node-f7759285-3069-9755-c3f3-8dbf75c4bafb-fdaede06 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-dd890fe7-a28a-7129-1cb3-691b93107f06-fdaede06 {
    align-self: start;
  }

  #w-node-_8d220363-86b3-f945-f80b-ba787cc6580e-fdaede06 {
    grid-column: 1 / 3;
  }

  #w-node-_260a7393-a494-aebb-8e41-5bc985d10b8a-fdaede06 {
    grid-column-end: 3;
    align-self: auto;
  }

  #w-node-_260a7393-a494-aebb-8e41-5bc985d10b91-fdaede06 {
    align-self: stretch;
  }

  #w-node-_2902f289-23ab-a9c8-b314-bf3ab0d98fb4-fdaede06 {
    grid-column-end: 3;
    align-self: auto;
  }

  #w-node-_2902f289-23ab-a9c8-b314-bf3ab0d98fbb-fdaede06 {
    align-self: stretch;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1ec-fdaede06 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1fd-fdaede06,
  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b201-fdaede06,
  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b205-fdaede06 {
    grid-column-end: 7;
  }

  #w-node-_2649336f-4279-12ae-2964-76c9e20f37d4-fdaede07 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5053306c-a43f-26a6-5895-94a2c4d24aec-fdaede07 {
    grid-column: 1 / 3;
  }

  #w-node-_5053306c-a43f-26a6-5895-94a2c4d24aee-fdaede07 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_0c0f7e47-42cc-2631-cf47-14f545e5e290-fdaede07,
  #w-node-_559d3a61-8e20-e969-2d34-d44ade390f98-fdaede07,
  #w-node-_559d3a61-8e20-e969-2d34-d44ade390f9d-fdaede07,
  #w-node-_559d3a61-8e20-e969-2d34-d44ade390fa2-fdaede07,
  #w-node-_559d3a61-8e20-e969-2d34-d44ade390fa7-fdaede07,
  #w-node-_96ecc04a-21f6-24e3-57ec-4259fe0b3f63-fdaede07,
  #w-node-_96ecc04a-21f6-24e3-57ec-4259fe0b3f68-fdaede07,
  #w-node-_96ecc04a-21f6-24e3-57ec-4259fe0b3f6d-fdaede07,
  #w-node-_96ecc04a-21f6-24e3-57ec-4259fe0b3f72-fdaede07 {
    grid-column: span 2 / span 2;
  }

  #w-node-cd9c7cba-2afd-1c6e-54c3-2442eb3cfe8f-fdaede07 {
    grid-row-start: 1;
    align-self: center;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db6e-fdaede08 {
    grid-row: 1 / 3;
    grid-column-start: 3;
    align-self: stretch;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db70-fdaede08 {
    grid-area: 1 / 1 / 3 / 3;
    align-self: stretch;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db72-fdaede08 {
    grid-row: 1 / 3;
    align-self: stretch;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db74-fdaede08 {
    grid-column: 3 / 5;
    grid-row-start: 5;
    align-self: stretch;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db76-fdaede08 {
    align-self: stretch;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db78-fdaede08 {
    grid-row: 5 / 7;
    grid-column-start: 5;
    align-self: stretch;
  }

  #w-node-dce836df-4b6a-7953-1f27-c377f773db7a-fdaede08 {
    grid-row: 3 / 5;
    align-self: start;
  }

  #w-node-_4f346edf-8226-58b6-7e24-305b8824e255-fdaede08 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4f346edf-8226-58b6-7e24-305b8824e25a-fdaede08 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-eb00730b-a194-c7a6-39c6-872cefca4c12-fdaede08 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-eb00730b-a194-c7a6-39c6-872cefca4c17-fdaede08 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f6b7c9f2-da5b-e305-669f-1da795fada96-fdaede08 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f6b7c9f2-da5b-e305-669f-1da795fadabf-fdaede08 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f17c5b51-4a4a-54bb-ea69-fc06a15b3f2b-a15b3f29 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f17c5b51-4a4a-54bb-ea69-fc06a15b3f35-a15b3f29 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-dba4cd18-18b7-52f8-564f-914cf6ae55a8-fdaede09 {
    grid-column: 1 / 4;
  }

  #w-node-_6de1a3e4-b300-b434-1911-86dc429fbef6-fdaede09 {
    justify-self: center;
  }

  #w-node-_71b95c26-9ea9-e432-415e-b865ca92fd7e-fdaede09 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_71b95c26-9ea9-e432-415e-b865ca92fd86-fdaede09 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_80a6f13c-3fb3-29a7-b6f2-bbd6fdb989a9-fdaede09 {
    grid-column: 1 / 3;
  }

  #w-node-_9e4eb399-aa76-58f0-e088-2fd094e40186-94e40185 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9e67a7ed-fc9b-4715-d970-f823f8be1734-fdaede0a {
    grid-column: 1 / 4;
    grid-row-start: 3;
    align-self: end;
  }

  #w-node-_9e67a7ed-fc9b-4715-d970-f823f8be173a-fdaede0a {
    place-self: stretch stretch;
  }

  #w-node-_9e67a7ed-fc9b-4715-d970-f823f8be173c-fdaede0a {
    justify-self: stretch;
  }

  #w-node-cc06e41c-299d-7a06-0e20-b7a3763e2a68-fdaede0a {
    place-self: stretch stretch;
  }

  #w-node-cc06e41c-299d-7a06-0e20-b7a3763e2a6a-fdaede0a {
    justify-self: stretch;
  }

  #w-node-_9e67a7ed-fc9b-4715-d970-f823f8be174e-fdaede0a {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954af-fdaede0a {
    grid-column: 1 / 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b1-fdaede0a {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_8d220363-86b3-f945-f80b-ba787cc6580e-fdaede0a {
    grid-column: 1 / 3;
  }

  #w-node-_5aa351a0-546f-1497-2a20-29f82533f92d-fdaede0a,
  #w-node-_5aa351a0-546f-1497-2a20-29f82533f932-fdaede0a,
  #w-node-_5aa351a0-546f-1497-2a20-29f82533f937-fdaede0a,
  #w-node-_5aa351a0-546f-1497-2a20-29f82533f93c-fdaede0a {
    grid-column: span 2 / span 2;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1ec-fdaede0a {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b1fd-fdaede0a,
  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b201-fdaede0a,
  #w-node-_96cfbcc4-f669-b405-a5c6-3d054943b205-fdaede0a {
    grid-column-end: 7;
  }

  #w-node-_8837e9d8-8095-4644-d97a-7a5f69e0c83e-fdaede0b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_025ac29f-c81d-b2fb-a609-8794dbc2745e-fdaede0b {
    grid-column-end: 3;
  }

  #w-node-_8bc4de1e-6b52-928c-b652-72869b08e738-fdaede0b {
    grid-row: 1 / 3;
    grid-column-start: 3;
    align-self: start;
  }

  #w-node-_8bc4de1e-6b52-928c-b652-72869b08e73a-fdaede0b {
    grid-area: 1 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-_8bc4de1e-6b52-928c-b652-72869b08e73c-fdaede0b {
    grid-row: 1 / 3;
    align-self: end;
  }

  #w-node-_8bc4de1e-6b52-928c-b652-72869b08e73e-fdaede0b {
    grid-column: 3 / 5;
    grid-row-start: 5;
    align-self: center;
  }

  #w-node-_8bc4de1e-6b52-928c-b652-72869b08e740-fdaede0b {
    align-self: start;
  }

  #w-node-_8bc4de1e-6b52-928c-b652-72869b08e742-fdaede0b {
    grid-row: 5 / 6;
    grid-column-start: 5;
    align-self: center;
  }

  #w-node-_2062c702-88b1-2e12-531f-56a3c93bbaa1-fdaede0b {
    grid-row: 1 / 3;
    grid-column-end: 3;
  }

  #w-node-_2062c702-88b1-2e12-531f-56a3c93bbaab-fdaede0b {
    align-self: stretch;
  }

  #w-node-_0fe0238c-7e32-d797-2351-5547838faab9-fdaede0b {
    grid-row: 1 / 3;
    grid-column-end: 3;
  }

  #w-node-_0fe0238c-7e32-d797-2351-5547838faac5-fdaede0b {
    align-self: stretch;
  }

  #w-node-d9beefe1-5faf-599a-114c-1eed5c7a8024-fdaede0b {
    grid-column: 1 / 3;
  }

  #w-node-d9beefe1-5faf-599a-114c-1eed5c7a8029-fdaede0b {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_8fcf512a-e761-bad8-1448-a96bf1a6f154-fdaede0b,
  #w-node-_60ff0db1-810a-213f-c84c-5ae45ab3f6bc-fdaede0d {
    grid-column: 1 / 3;
  }

  #w-node-_60ff0db1-810a-213f-c84c-5ae45ab3f6be-fdaede0d {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_60ff0db1-810a-213f-c84c-5ae45ab3f6c4-fdaede0d {
    align-self: start;
  }

  #w-node-d3d208da-79ba-9c39-de4a-8fbd6fcf6d80-fdaede0d {
    grid-column: 1 / 3;
  }

  #w-node-d3d208da-79ba-9c39-de4a-8fbd6fcf6d82-fdaede0d {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44d92-fdaede0d,
  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44d97-fdaede0d,
  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44d9c-fdaede0d,
  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44da1-fdaede0d,
  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44da6-fdaede0d,
  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44dad-fdaede0d,
  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44db4-fdaede0d,
  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44dbb-fdaede0d,
  #w-node-fb156979-9f3d-6f5f-7f84-be4600b44dc2-fdaede0d {
    grid-column: span 2 / span 2;
  }

  #w-node-_0fe0238c-7e32-d797-2351-5547838faab9-fdaede0d {
    grid-row: 1 / 3;
    grid-column-end: 3;
  }

  #w-node-_0fe0238c-7e32-d797-2351-5547838faac5-fdaede0d {
    align-self: stretch;
  }

  #w-node-efbfdf02-f3f0-3711-0606-a995d2c64eb7-d2c64eb6,
  #w-node-efbfdf02-f3f0-3711-0606-a995d2c64eb9-d2c64eb6 {
    grid-column-end: 3;
  }

  #w-node-_4cf880b9-f53c-cd27-7693-95eee6cd029d-fdaede0e {
    justify-self: center;
  }

  #w-node-c7251802-6f67-2e68-26d6-1ea25e1df51c-fdaede0e {
    grid-column: span 2 / span 2;
  }

  #w-node-_62ee679a-19c0-ba74-a069-b5ff664d907c-fdaede0e {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_62ee679a-19c0-ba74-a069-b5ff664d907f-fdaede0e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6fd84cd5-447f-e6ee-6c21-8c95e0d79234-e0d79233,
  #w-node-_6fd84cd5-447f-e6ee-6c21-8c95e0d79236-e0d79233 {
    grid-column-end: 3;
  }

  #w-node-_51e60621-6e47-fe2c-b567-6125434f09f7-fdaede0f {
    grid-column: 1 / 4;
    grid-row-end: 2;
    align-self: start;
  }

  #w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195e3-fdaede0f {
    grid-column: 1 / 4;
    grid-row-start: 3;
    align-self: start;
  }

  #w-node-c0f97635-eeeb-7415-ba07-0f9bcc5195e9-fdaede0f,
  #w-node-_19f33b35-1ff2-db15-101c-76ee19424b35-fdaede0f {
    justify-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-_7cf40bc6-55f9-0acb-f305-22fac5ecce0b-fdaede10 {
    grid-column: 1 / 3;
  }

  #w-node-_7cf40bc6-55f9-0acb-f305-22fac5ecce0d-fdaede10 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7a-e4fc2c78 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7c-e4fc2c78 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b200184f-5bb4-f3cc-83b9-30e40528fd27-fdaede11 {
    justify-self: center;
  }

  #w-node-f968d15e-bdcb-75af-b995-198331c89153-fdaede11 {
    grid-row-end: 7;
    grid-column-end: 2;
    place-self: center start;
  }

  #w-node-_9310abb2-fd90-e4a1-c2d6-7f23026fd8d6-fdaede11 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_9310abb2-fd90-e4a1-c2d6-7f23026fd8d8-fdaede11 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9310abb2-fd90-e4a1-c2d6-7f23026fd8df-fdaede11 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6a06cf97-a32a-d162-0ca1-fd52919be895-fdaede11 {
    justify-self: center;
  }

  #w-node-_81c13fe7-5670-b7a6-b305-d5cdf5a2acb5-fdaede11 {
    grid-column: 1 / 3;
  }

  #w-node-_81c13fe7-5670-b7a6-b305-d5cdf5a2acb7-fdaede11 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_47a1ece5-5db5-2c03-d8aa-05f9ac1e0486-fdaede11 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_47a1ece5-5db5-2c03-d8aa-05f9ac1e0495-fdaede11,
  #w-node-_47a1ece5-5db5-2c03-d8aa-05f9ac1e0499-fdaede11,
  #w-node-_47a1ece5-5db5-2c03-d8aa-05f9ac1e049d-fdaede11 {
    grid-column-end: 7;
  }

  #w-node-_550990f2-8bc7-3e56-57f9-f1f7d2ad83bb-fdaede11,
  #w-node-_550990f2-8bc7-3e56-57f9-f1f7d2ad83c0-fdaede11,
  #w-node-_550990f2-8bc7-3e56-57f9-f1f7d2ad83c5-fdaede11,
  #w-node-_550990f2-8bc7-3e56-57f9-f1f7d2ad83ca-fdaede11 {
    grid-column: span 2 / span 2;
  }

  #w-node-a3119f96-98f0-6b8f-f043-de87887530d5-fdaede27 {
    grid-column: 1 / 3;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f1-fdaede28 {
    align-self: end;
  }

  #w-node-b539caed-f152-051b-6232-b239bd9c86f3-fdaede28 {
    align-self: start;
  }

  #w-node-_81c13fe7-5670-b7a6-b305-d5cdf5a2acb5-fdaede28 {
    grid-column: 1 / 3;
  }

  #w-node-_81c13fe7-5670-b7a6-b305-d5cdf5a2acb7-fdaede28 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_54286bed-647a-819f-7c5a-e01dfa172796-fdaede28 {
    grid-column: 1 / 3;
  }

  #w-node-c8aa13e3-41b3-37f0-ece3-f91fd71a9539-fdaede29 {
    justify-self: center;
  }

  #w-node-_7022dbf0-5ca5-4f88-62ef-384e9559c11a-fdaede29,
  #w-node-_7022dbf0-5ca5-4f88-62ef-384e9559c11f-fdaede29,
  #w-node-_7022dbf0-5ca5-4f88-62ef-384e9559c124-fdaede29,
  #w-node-_7022dbf0-5ca5-4f88-62ef-384e9559c129-fdaede29 {
    grid-column: span 2 / span 2;
  }

  #w-node-b72970b9-cb13-2711-4716-387c0e71ba22-fdaede29 {
    grid-column: 1 / 3;
  }

  #w-node-b72970b9-cb13-2711-4716-387c0e71ba27-fdaede29 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-da8c81d2-80ce-2acb-794a-62f08ac201ea-fdaede29 {
    grid-column: 1 / 3;
  }

  #w-node-da8c81d2-80ce-2acb-794a-62f08ac201ec-fdaede29 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-dbcdad37-548a-3b4b-ef20-165417dc4c1d-17dc4c19 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_786cc278-92ec-6bcd-270f-eeb81f660a90-fdaede2a {
    justify-self: center;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-fdaede2b {
    grid-column: 1 / 4;
    grid-row-start: 3;
    align-self: end;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd5-fdaede2b {
    grid-row: 1 / 4;
    align-self: center;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd9-fdaede2b {
    place-self: stretch stretch;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-fdaede2b {
    justify-self: stretch;
  }

  #w-node-_45035955-9f73-8428-07f8-6cfe96ea2d4c-fdaede2b {
    place-self: stretch stretch;
  }

  #w-node-_45035955-9f73-8428-07f8-6cfe96ea2d4e-fdaede2b {
    justify-self: stretch;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-fdaede2b {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-f7759285-3069-9755-c3f3-8dbf75c4baf9-fdaede2b {
    grid-column: 1 / 3;
  }

  #w-node-f7759285-3069-9755-c3f3-8dbf75c4bafb-fdaede2b {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954af-fdaede2b {
    grid-column: 1 / 3;
  }

  #w-node-_0cb50ec9-fcd1-7725-0c76-025dd14954b1-fdaede2b {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_8d220363-86b3-f945-f80b-ba787cc6580e-fdaede2b,
  #w-node-e27ca25d-cef0-1f10-2ea9-f869b429f68f-fdaede2b {
    grid-column: 1 / 3;
  }

  #w-node-e5a00ff8-b922-4eb5-fa28-f96e9ea27d66-9ea27d63 {
    justify-self: auto;
  }

  #w-node-_76145101-0833-3f38-818d-7cb67577b3c8-fdaede48 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d06b0da3-afeb-bf64-efb8-f8b4ab472889-fdaede4b,
  #w-node-_12c10da2-d926-3eee-09c7-97900004ab9c-fdaede4c,
  #w-node-f8854203-a303-13c2-c3ed-69e72ef67e46-fdaede4c,
  #w-node-_92f1138f-6ef5-f329-6697-04bc6bbb0dc0-fdaede4e,
  #w-node-ae74bca1-7a2a-7d20-3579-bd2748f73683-fdaede4f {
    grid-column-end: 3;
  }

  #w-node-_51b0b9d2-cb93-5e24-b186-16d065a93b7b-fdaede86 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0ad869c3-5379-d416-fb3f-8ec6aaff50ab-fdaede86 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6831-fdaede86,
  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6836-fdaede86,
  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b683b-fdaede86,
  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6840-fdaede86,
  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b684f-fdaede86,
  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6854-fdaede86,
  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6859-fdaede86,
  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b685e-fdaede86,
  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6863-fdaede86,
  #w-node-b32d87df-196d-d514-71e2-60e823349b61-fdaede86,
  #w-node-_9cafdfd1-b62a-a560-699b-02b3952b6868-fdaede86 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131e2-fdaede86 {
    grid-column-end: 3;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131ea-fdaede86 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131f2-fdaede86 {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d131fa-fdaede86 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_93fc372a-7501-6cf6-2885-d47894d13202-fdaede86 {
    grid-column-end: 3;
  }

  #w-node-_99b065d9-d745-5860-49b4-f670cdfca0c9-fdaede86 {
    grid-column: 2 / 3;
  }

  #w-node-_98932cd9-d546-acb9-4ed3-2c41d7721f29-fdaede86 {
    grid-row: 3 / 4;
  }

  #w-node-_90ae3c46-c676-78b6-55cf-b9301f1da213-be99cc70,
  #w-node-f428068b-3362-b910-3843-c309eaac9bdd-be99cc70,
  #w-node-_90ae3c46-c676-78b6-55cf-b9301f1da213-6566c7c3,
  #w-node-f428068b-3362-b910-3843-c309eaac9bdd-6566c7c3,
  #w-node-_5b4bc3c5-a864-5f30-f89a-db81d3b03b4f-6566c7c3 {
    align-self: start;
  }

  #w-node-e3b891d1-c4ab-71a5-4315-182665d010d4-a0f03b44 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e3b891d1-c4ab-71a5-4315-182665d010da-a0f03b44,
  #w-node-e3b891d1-c4ab-71a5-4315-182665d010e1-a0f03b44,
  #w-node-_026871f4-5fda-7467-1939-2351d3ad0516-a0f03b44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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

@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}