:root {
  --dark-blue: #0a1338;
  --orange: #ec6e2e;
  --light-blue: #36325f;
  --dark-grey: #a0a0a0;
  --dark-grey-2: #9f9fa5;
  --dim-grey: #3b3b47;
}

.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-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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 {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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;
  -ms-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;
  -ms-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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--dark-blue);
  color: #fff;
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
}

a {
  color: #9e9e9e;
  text-decoration: none;
  transition: opacity .3s;
}

blockquote {
  border-left: 5px solid rgba(226, 226, 226, .1);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.styleguide-spacing-all {
  display: none;
}

.padding-medium {
  padding: 2rem;
}

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

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

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

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

.padding-large {
  padding: 3rem;
}

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

.styleguide-background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hide {
  display: none;
}

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

.styleguide-2-col.is-align-start {
  align-items: start;
}

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

.button {
  border: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  text-align: center;
  text-transform: uppercase;
  background-color: #f4f1f0;
  border-radius: 8px;
  justify-content: center;
  margin-left: 0;
  padding: 1rem 2rem;
  font-weight: 600;
  transition: all .4s;
}

.button:hover {
  border-width: 2px;
  border-color: var(--orange);
  color: #fafafa;
  background-color: rgba(254, 168, 100, .36);
}

.button.w--current {
  color: var(--light-blue);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
  font-size: 12px;
}

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

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-text {
  color: #bde673;
  background-color: rgba(0, 0, 0, 0);
}

.button.is-text:hover {
  color: var(--dark-blue);
  background-color: #bde673;
}

.button.product {
  width: 100%;
}

.button.is-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-color: #fff;
}

.button.is-secondary:hover {
  color: var(--dark-blue);
  background-color: #fff;
}

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

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

.heading-style-h2.text-style-allcaps.text-align-center, .heading-style-h2.text-style-allcaps.text-align-center.smaller-on-mobile {
  font-family: Oswald, sans-serif;
}

.heading-style-h2.text-style-allcaps.text-align-center.text-color-orange {
  color: var(--orange);
}

.heading-style-h2.text-style-allcaps.text-align-center.text-color-orange.left {
  text-align: left;
}

.padding-small {
  padding: 1rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

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

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

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

.margin-0 {
  margin: 0;
}

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

.styleguide-3-col.is-align-start {
  align-items: start;
}

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

.heading-style-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.styleguide-item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.overflow-visible {
  overflow: visible;
}

.margin-xxhuge {
  margin: 12rem;
}

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

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

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

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

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

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

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

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

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

.padding-section-medium.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: grid;
}

.padding-section-medium.grid.smaller-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-section-medium.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: grid;
}

.padding-section-medium.grid-2.smaller-padding {
  background-color: rgba(0, 0, 0, 0);
  grid-template-columns: 1fr .5fr .25fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.margin-large {
  margin: 3rem;
}

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

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

.margin-top.margin-large.margin-top-more {
  margin-top: 4rem;
}

.margin-top.margin-small, .margin-top.margin-xlarge, .margin-top.margin-tiny {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-bottom, .margin-bottom.margin-xlarge, .margin-bottom.margin-medium, .margin-bottom.margin-huge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-xxlarge {
  padding: 5rem;
}

.text-style-quote {
  border-left: .25rem solid rgba(159, 159, 165, .2);
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.social-link {
  color: #6e7991;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

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

.padding-custom2 {
  padding: 2.5rem;
}

.margin-huge {
  margin: 6rem;
}

.text-size-medium {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-size-medium.text-align-center {
  text-align: left;
  font-weight: 400;
}

.text-size-medium.text-align-center.text-color-gray {
  text-align: center;
}

.text-size-medium.text-align-center._1-2rem {
  font-size: 1.2rem;
}

.text-size-medium.text-align-center._1-2rem.padding-left {
  padding-left: 100px;
}

.text-size-medium.text-align-center.text-color-white._1rem {
  text-align: center;
  font-size: 1rem;
}

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

.text-size-medium.text-style-allcaps.text-align-center.bold, .text-size-medium.text-style-allcaps.text-align-center.orange-regular {
  font-weight: 400;
}

.text-size-medium._1rem.orange-span {
  color: #ec6e2e;
  font-size: 1.25rem;
  font-weight: 400;
}

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

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

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

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

.styleguide-label {
  color: var(--dark-blue);
  background-color: #bde673;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  line-height: 1.4;
  display: flex;
}

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

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

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

.margin-xhuge {
  margin: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

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

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

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

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

.form-input {
  min-height: 3rem;
  color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fafafa;
  border-bottom-style: solid;
  margin-bottom: 0;
  padding: .5rem 1rem;
  transition: all .4s;
  font-size: 16px;
}

/* custom css */
.form-input::-webkit-outer-spin-button,
.form-input::-webkit-inner-spin-button {
   -webkit-appearance: none;
}

.form-input:hover, .form-input:focus{
  border-bottom-color: var(--orange);
}

.form-input::-ms-input-placeholder {
  color: #adadad;
}

.form-input::placeholder {
  color: #adadad;
}
/* custom css */

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

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

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

.styleguide-heading-large {
  font-size: 6rem;
  line-height: 1;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

.padding-custom1 {
  padding: 1.5rem;
}

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

.styleguide-section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.form-message-success {
  padding: 1.25rem;
}

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

.text-rich-text h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-rich-text h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-rich-text h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.text-rich-text h4 {
  font-size: 2rem;
  line-height: 1.2;
}

.text-rich-text h5 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-rich-text h6 {
  font-size: 1rem;
  line-height: 1.2;
}

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

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

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

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

.background-color-gray {
  background-color: var(--dark-grey);
}

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

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

.padding-xlarge {
  padding: 4rem;
}

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

.text-size-large.text-align-center {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0 rgba(225, 125, 75, 0);
  border-radius: 10px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.text-size-large.text-align-center.no-bottom {
  margin-bottom: 0;
}

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

.text-style-link {
  text-decoration: none;
}

.heading-style-h4 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

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

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

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

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

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

.styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide-item.is-stretch {
  width: 100%;
  justify-items: stretch;
}

.icon-1x1-medium {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--dark-grey);
  font-family: Material Icon, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

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

.icon-1x1-large {
  width: 2rem;
  height: 2rem;
  color: var(--dark-grey);
  font-family: Material Icon, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.text-color-gray {
  color: var(--dark-grey-2);
  font-family: Oswald, sans-serif;
}

.padding-custom3 {
  padding: 3.5rem;
}

.text-size-regular {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-size-regular.text-color-gray.medium {
  font-family: Pretendard, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.margin-custom2 {
  margin: 2.5rem;
}

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

.styleguide-heading-medium {
  font-size: 4rem;
  line-height: 1;
}

.form-component {
  margin-bottom: 0;
}

.margin-medium {
  margin: 2rem;
}

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

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

.styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-xlarge {
  margin: 4rem;
}

.background-color-black {
  background-color: var(--dark-blue);
  color: #f5f5f5;
}

.styleguide-color.is-03 {
  background-color: var(--light-blue);
}

.styleguide-color.is-01 {
  background-color: var(--dark-blue);
}

.styleguide-color.is-02 {
  background-color: var(--dim-grey);
}

.padding-0 {
  padding: 0;
}

.styleguide-empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.padding-xhuge {
  padding: 8rem;
}

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

.text-size-small.text-style-allcaps.text-color-gray.medium {
  letter-spacing: .6px;
  font-weight: 500;
}

.text-size-small.text-align-center.text-color-gray {
  text-align: left;
  font-family: Pretendard, sans-serif;
  font-weight: 400;
}

.text-size-small.text-align-center.text-color-gray.left {
  text-align: left;
  font-family: Pretendard, sans-serif;
}

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

.margin-custom3 {
  margin: 3.5rem;
}

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

.icon-1x1-small {
  color: var(--dark-grey);
  font-family: Material Icon, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

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

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

.styleguide-social-icons-wrapper {
  width: 100%;
  max-width: 28rem;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.padding-huge {
  padding: 6rem;
}

.styleguide-component {
  overflow: hidden;
}

.style-guide-version {
  color: #333;
  font-size: 16px;
}

.style-guide-version:hover {
  opacity: .65;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.social-link-item {
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--dark-grey-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icon {
  z-index: 2;
  color: var(--dark-grey-2);
  font-family: Brand Font, sans-serif;
  font-weight: 400;
  position: relative;
}

.utility-content-wrapper {
  background-color: var(--dim-grey);
  border: 1px solid rgba(159, 159, 165, .25);
  border-radius: 10px;
  padding: 2rem;
}

.link {
  font-weight: 500;
  text-decoration: underline;
}

.link:hover {
  opacity: .75;
}

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

.form-component-grid._2 {
  margin-top: 40px;
}

.form-block {
  color: #f8f8f8;
  background-color: #36325f;
  border-radius: 14px;
  padding: 4rem 2.5rem;
}

.faq-answer {
  padding: 1rem 2.5rem;
}

.faq-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-top-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid rgba(159, 159, 165, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: grid;
}

.faq-content-wrapper {
  cursor: pointer;
}

.faq-content-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  margin-bottom: 0;
  display: grid;
}

.faq-icon-wrapper {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--dark-grey-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-answer-content {
  overflow: hidden;
}

.plus-icon {
  color: var(--dark-grey-2);
  font-family: Material Icon, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.blog-post-image {
  height: 100%;
}

.blog-post-details-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.category {
  background-color: var(--light-blue);
  color: var(--dark-blue);
  border-radius: 6px;
  padding: 6px 14px;
}

.dot {
  width: 5px;
  height: 5px;
  background-color: var(--light-blue);
  border-radius: 100%;
}

.empty-state {
  text-align: center;
  background-color: rgba(255, 255, 255, .05);
}

.other-posts-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-tag {
  background-color: var(--light-blue);
  color: var(--dark-blue);
  border-radius: 6px;
  padding: 6px 14px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
}

.arrow {
  color: var(--dark-grey-2);
  font-family: Material Icon, sans-serif;
  font-size: 16px;
}

.arrow-circle {
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--dark-grey-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

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

.blog-post-content {
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
}

.blog-link-item {
  width: 100%;
  height: 100%;
  background-color: var(--dim-grey);
  border-radius: 12px;
  transition-property: all;
  transition-duration: .4s;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-category-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  align-items: center;
}

.blog-category-button-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-post-category-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-details-component-grid {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.project-details-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.client-website-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  transition-duration: .4s;
  display: flex;
}

.client-website-link:hover {
  opacity: .65;
}

.website-arrow {
  color: #fff;
  margin-top: 6px;
  font-family: Material Icon, sans-serif;
  line-height: 1;
}

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

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

.blog-posts-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subscribe-form-block {
  align-items: center;
}

.subscribe-form-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.checkout-form, .paypal-checkout-form, .order-conffirmation-content {
  background-color: var(--dim-grey);
  border-radius: 16px;
  padding-top: 2rem;
}

.product-component-grid {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.product-item-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
}

.product-item-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.check-icon {
  font-family: Material Icon, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.product-pricing-block {
  background-color: var(--dim-grey);
  border-radius: 14px;
  padding: 3rem 2.5rem;
}

.pricing-text {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
}

.category-product-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-product-block {
  background-color: var(--dim-grey);
  border-radius: 12px;
  padding: 3rem 2.5rem;
}

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

.card-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: flex;
}

.card-image {
  width: 16rem;
  height: 14rem;
  object-fit: cover;
  border-radius: 12px;
}

.card-image-row {
  align-items: flex-end;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.card-image-row.rotate-right-up {
  transform: rotate(-10deg);
}

.card-image-row.rotate-left-up {
  transform: rotate(10deg);
}

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

.section-home-header {
  background-image: url('../images/PZf6XGgl-WGES-Opening-Ceremony-Onsite-PR-14-1-1200x800.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

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

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

.padding-section-header {
  padding-top: 12rem;
}

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

.hero-horizontal-flex-center {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(254, 168, 100, .36);
  border: 2px solid #e17d4b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.hero-text {
  color: #fafafa;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
}

.hero-icon {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Material Icon, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

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

.service-block {
  height: 100%;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, .35);
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.5rem;
  display: flex;
  position: relative;
}

.service-block._2 {
  background-image: url('../images/schedule-img2.jpeg');
  background-position: 50%;
}

.service-block._3 {
  background-image: url('../images/schedule-img3.jpeg');
}

.service-block._4 {
  background-image: url('../images/schedule-img4.jpeg');
  background-position: 50%;
}

.service-icon {
  color: var(--orange);
  margin-bottom: 20px;
  font-family: Material Icon, sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}

.section-home-projects {
  display: none;
}

.projects-main-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-link {
  transition: opacity .3s;
  display: block;
}

.project-details-flex-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.project-image-wrapper {
  width: 100%;
  height: 60vh;
  border-radius: 1.125rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.project-image-wrapper.project-page {
  height: 90vh;
}

.project-image-wrapper.other-projects {
  height: 50vh;
}

.project-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-home-depoiments {
  display: none;
}

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

.depoiment-card-item {
  background-color: var(--dim-grey);
  border-radius: 14px;
  padding: 3rem 1.5rem;
  position: relative;
}

.client-photo {
  width: 4rem;
  border-radius: 100%;
}

.quote {
  opacity: .03;
  font-family: PT Serif, serif;
  font-size: 15rem;
  line-height: 1;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.view-more-button {
  width: 8rem;
  height: 8rem;
  background-color: var(--dark-blue);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 300;
  display: flex;
  position: absolute;
  top: 35%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-section {
  position: relative;
  overflow: hidden;
}

.padding-footer {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.footer-text {
  color: rgba(255, 255, 255, .31);
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

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

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

.social-media-flex-center {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--dim-grey);
  border-radius: 100%;
  position: absolute;
}

.social-bg.gray {
  background-color: rgba(160, 160, 160, .25);
}

.section-home-call-to-action {
  background-color: var(--light-blue);
}

.cta-wrapper-flex {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
  position: relative;
}

.call-to-action-button {
  width: 18rem;
  height: 6rem;
  perspective: 2000px;
  cursor: pointer;
  position: relative;
}

.cta-button-front {
  background-color: var(--light-blue);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cta-text {
  z-index: 10;
  color: var(--dark-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

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

.cta-button-back {
  border: 2px solid var(--light-blue);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

._3d-button {
  width: 14rem;
  height: 4.5rem;
  perspective: 2000px;
  cursor: pointer;
  position: relative;
}

._3d-button-front {
  border: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

._3d-button-front.secondary {
  border-width: 2px;
  border-color: var(--orange);
  background-color: var(--dark-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

._3d-button-text {
  z-index: 10;
  color: #fafafa;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

._3d-button-text.text-color-white {
  color: #fafafa;
}

._3d-button-back {
  border: 1px solid var(--orange);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  background-color: rgba(254, 168, 100, .36);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

._3d-button-back.secondary {
  border-width: 2px;
  border-color: var(--orange);
  background-color: rgba(254, 168, 100, .36);
}

.footer-description {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: -6rem;
  display: flex;
  position: relative;
}

.footer-link {
  color: var(--dark-grey-2);
  letter-spacing: 1px;
  transition-property: all;
  transition-duration: .4s;
}

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

.footer-details-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.logo {
  width: 10em;
  height: auto;
  object-fit: cover;
}

._3d-brand-link {
  width: 100px;
  height: 30px;
  perspective: 3000px;
  margin-top: .5rem;
  position: relative;
}

._3d-brand-link.w--current {
  width: 125px;
  margin-top: 0;
}

.logo-front {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-nav-link {
  width: 4rem;
  height: 1rem;
  position: relative;
}

.nav-flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rotate-text-button {
  background-color: var(--dark-blue);
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, 0, -10px);
}

.rotate-text-button._01 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -8px);
}

.rotate-text-button._02 {
  transform-style: preserve-3d;
  transform: rotateX(-270deg)rotateY(0)rotateZ(0)translate3d(0, 0, -8px);
}

.button-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
}

.button-text.text-color-gray {
  color: var(--dark-grey-2);
}

.section-about-header {
  overflow: hidden;
}

.padding-about-header {
  padding-top: 14rem;
  padding-bottom: 6rem;
}

.numbers-component-grid {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: start;
}

.numbers-content-wrapper {
  width: 100%;
  height: 100%;
  background-color: var(--light-blue);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.number {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.text-span {
  color: var(--light-blue);
}

.awards-grid-wrapper {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr;
}

.awards-component-grid {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.awards-line {
  width: 100%;
  height: 1px;
  background-color: rgba(159, 159, 165, .2);
}

.member-details {
  flex-direction: column;
  display: flex;
}

.team-members-component-grid {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.member-block-item {
  background-color: var(--light-blue);
  border-radius: 14px;
  padding: 1.5rem 1.25rem 2rem;
  position: relative;
  overflow: hidden;
}

.team-member-photo {
  width: 100%;
  max-width: none;
  min-width: 0%;
  border: 1px #000;
  border-radius: 14px;
  display: block;
  position: static;
}

.projects-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subscribe-content-wrapper {
  background-color: var(--dim-grey);
  border-radius: 14px;
  padding: 3rem 4rem;
}

.lock-icon {
  color: var(--dark-grey-2);
  font-family: Material Icon, sans-serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 1;
}

.block-header {
  background-color: var(--dim-grey);
  border-color: rgba(159, 159, 165, .25);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.block-content {
  background-color: var(--dim-grey);
  border-bottom-color: rgba(159, 159, 165, .25);
  border-left-color: rgba(159, 159, 165, .25);
  border-right-color: rgba(159, 159, 165, .25);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.checkout-input {
  color: var(--dark-grey-2);
  background-color: rgba(250, 250, 250, 0);
  border-color: rgba(159, 159, 165, .25);
  border-radius: 6px;
  transition: all .4s;
}

.checkout-input:hover {
  border-color: rgba(159, 159, 165, .75);
}

.shipping-method {
  background-color: var(--dim-grey);
  border-bottom-style: none;
}

.shipping-method-list {
  background-color: var(--dim-grey);
  border-left-style: none;
  border-right-style: none;
}

.product-info-grid {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.preload {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.preload-circle {
  width: 8px;
  height: 8px;
  background-color: var(--dark-grey-2);
  border-radius: 100%;
}

.preload-circle._02 {
  background-color: #c0c0ca;
}

.preload-circle._01 {
  background-color: #9f9fa5;
}

.preload-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preload-logo-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.preload-logo {
  height: 1.4rem;
}

.nav-menu-flex {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: flex-end;
  align-items: center;
  padding-right: 3rem;
  display: flex;
}

.nav-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  align-items: center;
  transition-property: none;
  position: relative;
}

.nav-link:hover {
  opacity: 1;
}

.navbar {
  z-index: 100;
  width: 100%;
  background-color: #0a1338;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  position: absolute;
}

.intro-margin {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
}

.intro-margin.margin-huge, .intro-margin.margin-medium, .intro-margin.margin-small, .intro-margin.margin-xlarge, .intro-margin.margin-tiny {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.orange-bold-span {
  color: #ec6e2e;
  font-weight: 500;
}

/* custom css */
.orange-span {
  margin-top: 1em;
  margin-bottom: -1em;
  color: var(--orange);
}

.submit-button[data-disabled="true"] {
  /* border: 0; */
  opacity: 0.6;
}

/* .submit-button[data-disabled="true"]:hover {
  color: #313346;
  background-color: #ffd439;
} */

.iti {
  width: 100%;

  .iti__country-list {
    color: #fafafa;
    background: #0a1338;
    border: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    /* border-radius: 6px; */
    /* padding: 0em 1em; */
  }

  .iti__search-input {
    outline: 0;
    color: #333333;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  
  .iti__dropdown-content {
    border: 0;
    border-radius: 6px;
    margin-top: 0;

    @media screen and (max-width: 660px) {
      width: unset !important
    }
  }
  
  .iti__country:hover {
    background: #ffd43926;
  }

  .iti__country-list::-webkit-scrollbar {
    display: none;
  }

  .iti__selected-dial-code {
    font-size: 15.5px;
  }

  .iti__selected-flag {
    background-color: transparent;
  }
}
/* custom css */

.image {
  position: absolute;
}

.bg-shape {
  display: block;
  position: absolute;
}

.text-span-2 {
  font-size: 1.7rem;
}

.service-bg {
  width: 100%;
  height: 100%;
  background-color: var(--dim-grey);
  mix-blend-mode: luminosity;
  background-image: url('../images/schedule-img1.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
}

.service-bg._2 {
  background-image: url('../images/schedule-img2.jpeg');
  background-position: 50%;
}

.service-bg._3 {
  background-image: url('../images/schedule-img3.jpeg');
}

.service-bg._4 {
  background-image: url('../images/schedule-img4.jpeg');
  background-position: 50%;
}

.div-block {
  position: relative;
}

.text-span-3 {
  font-weight: 500;
}

.select-div {
  border: 1px none var(--orange);
  color: #f4f1f0;
  background-color: #f4f1f0;
  border-radius: 6px;
  padding: 0 10px 3px 5px;
}

.select-field {
  color: #0a1338;
  background-color: #f4f1f0;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 17px;
}

.preload-logo-2 {
  width: 10em;
  height: auto;
}

@media screen and (min-width: 1920px) {
  .heading-style-h2.text-style-allcaps.text-align-center {
    font-size: 4.5rem;
  }

  .text-size-medium.text-align-center, .text-size-medium.text-align-center._1-2rem.margin-top {
    font-size: 1.4rem;
  }

  .text-size-medium.text-align-center.text-color-white._1rem {
    font-size: 1.2rem;
  }

  .text-size-medium.orange-bold-span, .text-size-medium._1rem {
    font-size: 1.5rem;
  }

  .form-input {
    font-size: 16px;
  }

  .container-large.navbar-flex {
    align-items: flex-start;
  }

  .text-size-large.text-align-center.no-bottom {
    font-size: 1.3rem;
  }

  .text-size-regular.text-color-gray.medium {
    font-size: 1.2rem;
  }

  .text-size-small.text-style-allcaps.text-color-gray.medium {
    font-size: 1rem;
  }

  .text-size-small.text-align-center.text-color-gray {
    text-align: left;
    font-size: 1rem;
  }

  .section-home-header {
    background-image: url('../images/PZf6XGgl-WGES-Opening-Ceremony-Onsite-PR-14-1-1200x800.jpg');
    background-position: 50%;
    background-size: contain;
  }

  .hero-text {
    font-size: 6.5rem;
    font-weight: 400;
  }

  .hero-icon {
    font-size: 1.8rem;
  }

  .project-image-wrapper {
    height: 100%;
  }

  .project-image-wrapper.project-page {
    height: 50rem;
  }

  .project-image-wrapper.other-projects {
    height: 22rem;
  }

  ._3d-button {
    width: 16rem;
    height: 5rem;
  }

  ._3d-button-text {
    font-size: 18px;
  }

  .logo {
    width: 10em;
  }

  ._3d-brand-link.w--current {
    width: 130px;
    height: 30px;
    align-self: flex-start;
    margin-top: 0;
  }

  .number {
    font-size: 5.5rem;
  }

  .select-field {
    font-size: 16px;
  }

  .input-div {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .heading-style-h2.text-style-allcaps.text-align-center {
    font-size: 3rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.smaller-on-mobile {
    font-size: 2.2rem;
  }

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

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

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

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

  .padding-xxlarge {
    padding: 4rem;
  }

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

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

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

  .text-size-medium.text-align-center._1-2rem {
    font-size: 1rem;
  }

  .text-size-medium.text-align-center._1-2rem.padding-left {
    padding-left: 0;
  }

  .text-size-medium.text-align-center.text-color-white._1rem {
    font-size: .9rem;
  }

  .text-size-medium.text-align-center.center {
    font-size: 1rem;
  }

  .text-size-medium.text-style-allcaps.text-align-center.orange-regular, .text-size-medium._1rem.orange-span {
    font-size: 1.2rem;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

  .text-size-large.text-align-center.no-bottom {
    font-size: .9rem;
  }

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

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

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

  .styleguide-heading-medium {
    font-size: 3rem;
  }

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

  .text-size-small.text-style-allcaps.text-color-gray.medium {
    font-size: .7rem;
  }

  .top-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .project-details-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-posts-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-image {
    width: 12rem;
    height: 10rem;
  }

  .section-home-header {
    background-position: 18%;
    background-size: cover;
  }

  .hero-text {
    font-size: 5rem;
  }

  .hero-icon {
    font-size: 1.4rem;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .projects-main-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .project-image-wrapper {
    height: 70vh;
  }

  .project-image-wrapper.project-page {
    height: 80vh;
  }

  .project-image-wrapper.other-projects {
    height: 40vh;
  }

  .view-more-button {
    display: none;
  }

  .footer-text {
    font-size: 12rem;
    bottom: -6%;
  }

  .call-to-action-button {
    width: 16rem;
    height: 5rem;
  }

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

  ._3d-button {
    width: 12rem;
    height: 4rem;
  }

  ._3d-button-text {
    font-size: 15px;
  }

  ._3d-brand-link {
    margin-top: 1rem;
  }

  ._3d-brand-link.w--current {
    width: 100px;
  }

  .nav-flex-center {
    width: 100%;
    height: 100%;
  }

  .rotate-text-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .button-text.nav-text-mobile {
    font-size: 4rem;
  }

  .padding-about-header {
    padding-top: 12rem;
  }

  .numbers-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .numbers-content-wrapper {
    padding: 2rem 1rem;
  }

  .number {
    font-size: 3.5rem;
  }

  .member-details {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .team-members-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .subscribe-content-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-menu {
    z-index: 100;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu-flex {
    width: 100%;
    height: 100%;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
  }

  .menu-button-top-line, .menu-button-bottom-line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    width: 20rem;
    height: 3rem;
  }

  .menu-button {
    z-index: 999;
    background-color: rgba(159, 159, 165, .2);
    border-radius: 100%;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .bg-navbar {
    width: 100%;
    height: 100%;
    background-color: var(--dim-grey);
  }

  .menu-button-flex {
    width: 2rem;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    display: flex;
    position: relative;
  }

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

@media screen and (max-width: 767px) {
  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .heading-style-h2.text-style-allcaps.text-align-center {
    font-size: 2.5rem;
  }

  .heading-style-h2.text-style-allcaps.text-align-center.smaller-on-mobile {
    font-size: 2rem;
  }

  .heading-style-h1 {
    font-size: 3rem;
    line-height: 1.2;
  }

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

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

  .padding-section-medium.grid-2.smaller-padding {
    grid-template-columns: .75fr .5fr .25fr;
  }

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

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

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

  .text-size-medium.text-align-center._1-2rem, .text-size-medium.text-align-center.center {
    font-size: .9rem;
  }

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

  .styleguide-heading-large {
    font-size: 3rem;
  }

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

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

  .styleguide-section-header {
    font-size: .875rem;
  }

  .text-rich-text h1 {
    font-size: 3rem;
  }

  .text-rich-text h2 {
    font-size: 2rem;
  }

  .text-rich-text h3 {
    font-size: 1.5rem;
  }

  .text-rich-text h4 {
    font-size: 1.25rem;
  }

  .text-rich-text h5 {
    font-size: 1.125rem;
  }

  .text-rich-text h6 {
    font-size: .875rem;
  }

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

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

  .text-size-large.text-align-center.no-bottom {
    font-size: .8rem;
  }

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

  .text-size-regular.text-color-gray.medium {
    font-size: .9rem;
  }

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

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

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

  .styleguide-heading-medium {
    font-size: 2rem;
  }

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

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

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

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

  .faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-title {
    padding-left: 0;
  }

  .faq-top-container {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
  }

  .other-posts-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .top-component-grid {
    grid-template-columns: 1fr;
  }

  .blog-category-button-flex {
    flex-wrap: wrap;
  }

  .blog-post-category-component-grid, .other-projects-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-posts-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .checkout-form, .paypal-checkout-form, .order-conffirmation-content {
    border-radius: 12px;
  }

  .product-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .card-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .card-image {
    width: 8rem;
    height: 7rem;
    border-radius: 8px;
  }

  .section-home-header {
    background-position: 11%;
  }

  .hero-horizontal-flex-center {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-text {
    font-size: 3.5rem;
  }

  .hero-icon {
    font-size: 1.3rem;
  }

  .project-image-wrapper {
    height: 50vh;
    border-radius: 12px;
  }

  .project-image-wrapper.project-page, .project-image-wrapper.other-projects {
    height: 50vh;
  }

  .depoiments-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer-text {
    font-size: 10rem;
    bottom: -6%;
    left: -50%;
    right: -50%;
  }

  ._3d-button {
    width: 12rem;
    height: 4rem;
  }

  ._3d-button.secojnd {
    width: 9rem;
    height: 3.5rem;
  }

  ._3d-button-text {
    font-size: 13px;
  }

  ._3d-brand-link {
    margin-top: .5rem;
  }

  .nav-footer {
    flex-direction: column;
  }

  .button-text.nav-text-mobile {
    font-size: 3.5rem;
  }

  .number {
    font-size: 3rem;
  }

  .awards-component-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .team-members-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .subscribe-content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .product-info-grid {
    grid-template-columns: 1fr;
  }

  .nav-menu-flex {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .menu-button, .menu-button-flex {
    display: none;
  }

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

  .bg-shape {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .iti__selected-dial-code {
    font-size: 14px !important;
  }

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

  .button {
    padding: 0.8rem 1.4rem;
    font-size: 13px;
  }

  .heading-style-h2, .heading-style-h2.text-style-allcaps.text-align-center.smaller-on-mobile {
    font-size: 2.5rem;
  }

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

  .padding-section-medium.grid {
    display: block;
  }

  .padding-section-medium.grid-2.smaller-padding {
    grid-template-columns: .75fr;
  }

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

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

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

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

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

  .text-size-medium.text-align-center._1-2rem.margin-top {
    margin-top: 30px;
  }

  .text-size-medium.orange-bold-span, .text-size-medium._1rem, .text-size-medium._1rem.orange-span {
    font-size: 1.1rem;
  }

  .form-input {
    border-radius: 0;
    font-size: 14px;
  }

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

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

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

  .text-size-large.text-align-center.no-bottom {
    font-size: .7rem;
  }

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

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

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

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

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

  .styleguide-social-icons-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .utility-content-wrapper, .form-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-title {
    font-size: 14px;
  }

  .faq-top-container {
    grid-template-columns: 1.75fr .25fr;
  }

  .faq-icon-wrapper {
    width: 2rem;
    height: 2rem;
  }

  .plus-icon {
    font-size: 1rem;
  }

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

  .project-details-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .subscribe-form-flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout-form, .paypal-checkout-form, .order-conffirmation-content {
    padding-top: 1.5rem;
    padding-bottom: 10px;
  }

  .product-pricing-block {
    padding: 2.5rem 2rem;
  }

  .card-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
    align-content: stretch;
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .card-image-row.rotate-right-up {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .card-image-row.rotate-left-up {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section-home-header {
    background-position: 25%;
    background-size: cover;
  }

  .button-flex-center {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .button-flex-center.right {
    justify-content: flex-start;
  }

  .hero-horizontal-flex-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-text {
    text-align: center;
    white-space: normal;
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .hero-icon {
    font-size: 1.1rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .project-image-wrapper {
    height: 32vh;
  }

  .project-image-wrapper.project-page, .project-image-wrapper.other-projects {
    height: 35vh;
  }

  .footer-text {
    font-size: 8rem;
    bottom: -2%;
    right: -50%;
  }

  ._3d-button {
    width: 12rem;
    height: 4rem;
  }

  .footer-description {
    margin-bottom: -7rem;
  }

  ._3d-brand-link.w--current {
    width: 100px;
  }

  .button-text.nav-text-mobile {
    font-size: 3rem;
  }

  .numbers-component-grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .awards-grid-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .awards-component-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .awards-line {
    width: 80vw;
  }

  .team-members-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .member-block-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lock-icon {
    font-size: 10rem;
  }

  .preload {
    display: none;
  }

  .nav-menu-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav-link._01 {
    width: 100%;
  }

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

  .select-field {
    padding-left: 0;
    padding-right: 0;
    font-size: 14.5px;
  }
}

#w-node-_11e4fea8-e0aa-230f-fbe0-a554a228a29e-0a67d5c0 {
  align-self: center;
}

#w-node-e28d9caf-18c0-07b3-ec94-79e678a39408-0a67d5c0, #w-node-e28d9caf-18c0-07b3-ec94-79e678a3940f-0a67d5c0, #w-node-e28d9caf-18c0-07b3-ec94-79e678a39414-0a67d5c0, #w-node-e28d9caf-18c0-07b3-ec94-79e678a3941b-0a67d5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9159c12b-2027-073a-fe1e-ecc550cdbe1d-0a67d5c0, #w-node-_9159c12b-2027-073a-fe1e-ecc550cdbe3c-0a67d5c0, #w-node-_9159c12b-2027-073a-fe1e-ecc550cdbe5b-0a67d5c0, #w-node-_4376ee46-a414-7524-cea5-32f45606bcce-0a67d5c0, #w-node-_24d6006d-b9d9-0f99-8d30-94d446b1567c-0a67d5c0, #w-node-_0240ee19-7dd4-daa0-936b-eb4d9c38269c-0a67d5c0, #w-node-_0240ee19-7dd4-daa0-936b-eb4d9c38269d-0a67d5c0, #w-node-_0dc2b856-0a52-e2b5-ba06-6a7d033f73d9-0a67d5c0, #w-node-_0dc2b856-0a52-e2b5-ba06-6a7d033f73da-0a67d5c0, #w-node-f417ce33-b0da-cb6d-e5a0-f26ed032bdd7-0a67d5c0, #w-node-f417ce33-b0da-cb6d-e5a0-f26ed032bdd8-0a67d5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b374b62b-aa7f-ba51-6e08-5300856ebc67-0a67d5c0 {
  align-self: center;
}

#w-node-a6c538c4-53b5-e576-4b38-9922eedb6468-0a67d5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6c538c4-53b5-e576-4b38-9922eedb646d-0a67d5c0 {
  justify-self: end;
}

#w-node-fee62950-f29a-7233-b9b9-6dec3cd600c3-0a67d5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fee62950-f29a-7233-b9b9-6dec3cd600c8-0a67d5c0 {
  justify-self: end;
}

#w-node-_8be090b0-2f9c-27f4-40e2-2ad1497e6d69-0a67d5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8be090b0-2f9c-27f4-40e2-2ad1497e6d6e-0a67d5c0 {
  justify-self: end;
}

#w-node-b739a46d-cd81-bbc6-67eb-bb7d43da2e68-0a67d5c0, #field.w-node-b739a46d-cd81-bbc6-67eb-bb7d43da2e69-0a67d5c0, #w-node-_4454efd8-fad3-dee9-abab-e1c978a9a2de-0a67d5c0, #w-node-_4454efd8-fad3-dee9-abab-e1c978a9a2e0-0a67d5c0, #w-node-_4454efd8-fad3-dee9-abab-e1c978a9a2e2-0a67d5c0, #w-node-f564de7e-727b-e958-82fd-9588b7e7a7e8-0a67d5c0, #w-node-f564de7e-727b-e958-82fd-9588b7e7a7ea-0a67d5c0, #w-node-f564de7e-727b-e958-82fd-9588b7e7a7ec-0a67d5c0, #w-node-_3608b5ee-0f95-85fb-a321-7883188bb656-0a67d5c0, #w-node-a29d8096-050b-7f9b-f57a-9fcf4f2f47a1-0a67d5c0, #w-node-_10dd6409-3805-fb52-1694-2b53d3759704-0a67d5c0, #w-node-_9ec179fa-ec28-5c79-1bfd-1b4aa81cff1b-0a67d5c0, #w-node-_507009b7-2b70-764b-243c-ea56a6947e29-0a67d5c0, #w-node-bfdf4ec8-6f31-43ab-167c-ab9bf2dd79ab-0a67d5c0, #w-node-_6f1042e8-6d26-f0bf-2f5e-de6f57149b7f-0a67d5c0, #w-node-d904b58b-c24f-2a46-a696-031470cedf58-0a67d5c0, #w-node-d904b58b-c24f-2a46-a696-031470cedf59-0a67d5c0, #w-node-d904b58b-c24f-2a46-a696-031470cedf5a-0a67d5c0, #w-node-d904b58b-c24f-2a46-a696-031470cedf5e-0a67d5c0, #w-node-d904b58b-c24f-2a46-a696-031470cedf5f-0a67d5c0, #w-node-d904b58b-c24f-2a46-a696-031470cedf61-0a67d5c0, #w-node-d904b58b-c24f-2a46-a696-031470cedf64-0a67d5c0, #w-node-_1deae8f1-e95b-0c94-815a-be8847052a5e-0a67d5c0, #w-node-_1deae8f1-e95b-0c94-815a-be8847052a5f-0a67d5c0, #w-node-_1deae8f1-e95b-0c94-815a-be8847052a60-0a67d5c0, #w-node-_1deae8f1-e95b-0c94-815a-be8847052a64-0a67d5c0, #w-node-_1deae8f1-e95b-0c94-815a-be8847052a65-0a67d5c0, #w-node-_1deae8f1-e95b-0c94-815a-be8847052a67-0a67d5c0, #w-node-_1deae8f1-e95b-0c94-815a-be8847052a6a-0a67d5c0, #w-node-a40e83bb-3426-254f-8227-bc79758976ae-0a67d5c0, #w-node-fba052e9-7981-2f2a-28e1-f84986b7420c-0a67d5c0, #w-node-_108afb86-ad38-0081-0b91-6ffe62eaed87-0a67d5c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7d52c99-03c3-2d8d-2393-84eb4707ae2e-4707ae29, #w-node-d7d52c99-03c3-2d8d-2393-84eb4707ae6c-4707ae29, #w-node-_2077a5d2-86a5-e95f-673f-ca22635360fd-0a67d5e5, #w-node-_2077a5d2-86a5-e95f-673f-ca2263536104-0a67d5e5, #w-node-_2077a5d2-86a5-e95f-673f-ca2263536109-0a67d5e5, #w-node-_2077a5d2-86a5-e95f-673f-ca2263536110-0a67d5e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-aa46ef6b-61ac-84d3-b34c-f8c9ccf45949-0a67d5e5, #w-node-aa46ef6b-61ac-84d3-b34c-f8c9ccf45951-0a67d5e5, #w-node-aa46ef6b-61ac-84d3-b34c-f8c9ccf45959-0a67d5e5, #w-node-aa46ef6b-61ac-84d3-b34c-f8c9ccf45961-0a67d5e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa150749-0b3e-a0e9-b071-538e55ed1f56-0a67d5e5, #w-node-aa150749-0b3e-a0e9-b071-538e55ed1f5b-0a67d5e5, #w-node-aa150749-0b3e-a0e9-b071-538e55ed1f5d-0a67d5e5, #w-node-aa150749-0b3e-a0e9-b071-538e55ed1f63-0a67d5e5, #w-node-aa150749-0b3e-a0e9-b071-538e55ed1f68-0a67d5e5, #w-node-aa150749-0b3e-a0e9-b071-538e55ed1f6a-0a67d5e5, #w-node-aa150749-0b3e-a0e9-b071-538e55ed1f70-0a67d5e5, #w-node-aa150749-0b3e-a0e9-b071-538e55ed1f75-0a67d5e5, #w-node-aa150749-0b3e-a0e9-b071-538e55ed1f77-0a67d5e5, #w-node-aa150749-0b3e-a0e9-b071-538e55ed1f7d-0a67d5e5, #w-node-aa150749-0b3e-a0e9-b071-538e55ed1f82-0a67d5e5, #w-node-aa150749-0b3e-a0e9-b071-538e55ed1f84-0a67d5e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_49169f0f-21cb-a47d-f431-bb1c29c11567-0a67d5e5, #w-node-_9531434b-5463-e676-9645-8153f63520ce-0a67d5e5, #w-node-e817a48e-0096-fe86-7d2d-0b39ec0f68e9-0a67d5e5, #w-node-_64d71fe5-ad71-7ad0-a069-4ce8c6f562e1-0a67d5e5, #w-node-_4b86c193-0dae-d974-988f-35673c1cf909-0a67d5e5, #w-node-_45b9b5d2-0b25-76c6-a62a-b515d1c20ba1-0a67d5e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80fcb95c-a1d4-f724-1cdc-6c78d9532511-0a67d5e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_41aa51b3-b4e0-cf47-1ea9-3c6bac959dec-0a67d5e6 {
  align-self: start;
}

#w-node-_5bc651dd-bb80-a519-dbf2-29a94f158dea-0a67d5e9, #w-node-_5bc651dd-bb80-a519-dbf2-29a94f158dee-0a67d5e9, #w-node-_5bc651dd-bb80-a519-dbf2-29a94f158df2-0a67d5e9, #w-node-_5bc651dd-bb80-a519-dbf2-29a94f158df6-0a67d5e9, #w-node-fa4f2150-6efe-b464-5786-133d0c89a16b-0a67d5e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa4f2150-6efe-b464-5786-133d0c89a170-0a67d5e9 {
  justify-self: end;
}

#w-node-_3098258c-6e7b-c367-2886-3d4702ee330d-0a67d5e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3098258c-6e7b-c367-2886-3d4702ee3312-0a67d5e9 {
  justify-self: end;
}

#w-node-_41a5fedc-15a3-2c90-e424-ebf24ac65ef2-0a67d5e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41a5fedc-15a3-2c90-e424-ebf24ac65ef7-0a67d5e9 {
  justify-self: end;
}

#w-node-_6dc97566-3116-7ad1-673f-9f75bfc7063e-0a67d5e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dc97566-3116-7ad1-673f-9f75bfc70643-0a67d5e9 {
  justify-self: end;
}

#w-node-c8d5a07c-50dd-7690-3263-c52398ed85e5-0a67d5ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_99ea598c-0e15-298e-837d-d4b56f7c3a43-0a67d5ea, #w-node-ab318416-5f7a-ccc6-ea4b-4d6e14799ebf-0a67d5eb {
  align-self: start;
}

#w-node-_902c5670-d3bd-e895-8abb-a356e59bea19-0a67d5ec, #w-node-_902c5670-d3bd-e895-8abb-a356e59bea1d-0a67d5ec, #w-node-_902c5670-d3bd-e895-8abb-a356e59bea21-0a67d5ec, #w-node-_902c5670-d3bd-e895-8abb-a356e59bea25-0a67d5ec, #w-node-_692bcaea-725a-ca89-3edc-19119e708ff9-0a67d5ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e708ffe-0a67d5ec {
  justify-self: end;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e709007-0a67d5ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e70900c-0a67d5ec {
  justify-self: end;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e709015-0a67d5ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e70901a-0a67d5ec {
  justify-self: end;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e709023-0a67d5ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692bcaea-725a-ca89-3edc-19119e709028-0a67d5ec {
  justify-self: end;
}

#w-node-_235cffae-7501-b9cf-f4c1-4313244bdf94-0a67d5ed, #w-node-_4ae808ca-2b9c-32eb-e148-92d72b769cc3-0a67d5ed, #w-node-adc8ca35-dee4-921a-8b99-af789cf48871-0a67d5ed, #w-node-d0e92421-6f2d-377c-ed84-3d64fd0ea662-0a67d5ed, #w-node-fd120418-b5ab-5fb8-0667-b1bd8624a25e-0a67d5ed, #w-node-e80560ef-5627-8e78-dd9c-d264287f9680-0a67d5ed, #w-node-ba0cec0d-f5ec-c690-5140-fcb28e45f173-0a67d5ed, #w-node-_8d332ff0-1eba-b7de-cbe5-58bedffbd30f-0a67d5ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_570eb42d-2013-8c4f-5b28-2adfa6e3b591-0a67d5ee, #w-node-_570eb42d-2013-8c4f-5b28-2adfa6e3b596-0a67d5ee, #w-node-_570eb42d-2013-8c4f-5b28-2adfa6e3b59b-0a67d5ee, #w-node-_570eb42d-2013-8c4f-5b28-2adfa6e3b5a0-0a67d5ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d8c02de0-7d14-c9ed-446e-75ae0b17d0a6-0a67d5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6733-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6738-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a673d-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6742-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6748-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a674e-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6754-0a67d5f4 {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6861-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a687a-0a67d5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a687d-0a67d5f4 {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a687f-0a67d5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6882-0a67d5f4 {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6949-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6953-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6954-0a67d5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69c2-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69c7-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69cc-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69d1-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69d6-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69db-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69e5-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69ea-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69ef-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69f4-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69f9-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a69fe-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a03-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a08-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a0d-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a12-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a17-0a67d5f4 {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a1b-0a67d5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a1c-0a67d5f4 {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a1e-0a67d5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a21-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a26-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a2b-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a40-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a45-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a4a-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a4f-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a54-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a59-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a63-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a68-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a6d-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a72-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a77-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a7c-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a81-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a86-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a8b-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a90-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a95-0a67d5f4 {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a99-0a67d5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a9a-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6a9f-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6aa4-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6aa9-0a67d5f4 {
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6afe-0a67d5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b0a-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b01-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b04-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b07-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b0d-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b10-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b13-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b16-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b19-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b1c-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b1f-0a67d5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b27-0a67d5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b2a-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b2d-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b30-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b33-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b36-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b39-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b3c-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b3f-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b42-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b45-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b48-0a67d5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b50-0a67d5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b53-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b56-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b59-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b5c-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b5f-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b62-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b65-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b68-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b6b-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b6e-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b71-0a67d5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf393-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf396-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf399-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf39c-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf39f-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3a2-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3a5-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3a8-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ab-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ae-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3b1-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3b4-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3b7-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ba-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3bd-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3c0-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3c3-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3c6-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3c9-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3cc-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3cf-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3d2-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3d5-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3d8-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3db-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3de-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3e1-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3e4-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3e7-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ea-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ed-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3f0-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3f3-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3f6-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3f9-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3fc-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf3ff-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf402-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf405-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf408-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf40b-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf40e-0a67d5f4, #w-node-e19bf404-2e2b-55b7-e72c-695e4b0bf411-0a67d5f4, #w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6b85-0a67d5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f01c70b-3b0c-a4f7-d9e7-47b6ff1a6be1-0a67d5f4 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-c8d5a07c-50dd-7690-3263-c52398ed85e5-0a67d5ea {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c8d5a07c-50dd-7690-3263-c52398ed85e5-0a67d5ea {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Brand Font';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Bold.woff2') format('woff2'), url('../fonts/Pretendard-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Material Icon';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}