:root {
  --black: #2d2d33;
  --yellow-green: #bde673;
  --dim-grey: #3b3b47;
  --dark-grey: #a0a0a0;
  --white: #fdfdff;
  --dark-grey-2: #9f9fa5;
  --button-text: #061c30;
  --dark-blue-uncoated: #305676;
  --icon-color: #d79c43;
  --text-blue: #113c6d;
  --dark-blue-coated: #0c3a62;
  --light-blue: #006294;
  --yellow-orange-uncoated: #ff9e38;
  --yellow-orange: #f9a01b;
  --button-yellow: #fbae20;
  --text-yellow: #eea521;
  --yellow-orange-coated: #f8a01f;
  --light-brown: #fffcbe;
  --dark-blue: #113b63;
  --light-blue-coated: #00619c;
  --light-blue-uncoated: #006a95;
}

.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(--black);
  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;
}

.text-size-tiny.text-color-gray {
  color: #fafafa;
  font-size: .9rem;
  font-weight: 300;
}

.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-style: solid;
  border-width: 1px;
  border-color: #bde673 #bde673 var(--yellow-green);
  background-color: var(--yellow-green);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: center;
  margin-left: 0;
  padding: 1rem 2rem;
  font-weight: 400;
  transition: all .4s;
}

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

.button.w--current {
  color: var(--yellow-green);
  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(--black);
  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(--black);
  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 {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.heading-style-h2.text-style-allcaps.text-align-center.smaller {
  font-size: 1.8rem;
  font-weight: 500;
}

.heading-style-h2.text-style-allcaps.text-align-center.margin {
  margin-bottom: 40px;
}

.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: 6rem;
  padding-bottom: 6rem;
}

.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-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: #113b63;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-size-medium.text-align-center {
  color: #fff;
  font-size: .9rem;
}

.text-size-medium.text-align-center.text-color-gray {
  color: #c1c1ca;
  font-size: 1rem;
  font-weight: 300;
}

.text-size-medium.text-style-allcaps.text-align-center {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-size-medium.text-color-gray {
  color: var(--dim-grey);
}

.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(--black);
  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 #000;
  border-bottom: 1px solid rgba(160, 160, 160, .25);
  margin-bottom: 0;
  padding: .5rem 1rem;
  transition: all .4s;
}

.form-input:hover {
  border-bottom-color: rgba(160, 160, 160, .8);
}

.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 {
  font-size: 1.6rem;
  font-weight: 500;
}

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

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

.heading-style-h4 {
  color: #113b63;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h4.text-color-blue {
  color: var(--white);
}

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

.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 {
  color: #113b63;
  font-weight: 400;
}

.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(--black);
  color: #f5f5f5;
}

.styleguide-color.is-03 {
  background-color: var(--yellow-green);
}

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

.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 {
  color: var(--button-text);
}

.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-blue-uncoated);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icon {
  z-index: 2;
  color: var(--icon-color);
  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-block {
  background-color: var(--dim-grey);
  color: #f8f8f8;
  border-radius: 14px;
  padding: 4rem 2.5rem;
}

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

.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 1rem 2.5rem;
  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: 2.5rem;
  display: grid;
}

.faq-icon-wrapper {
  width: 4.5rem;
  height: 4.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.75rem;
  font-weight: 400;
  line-height: 1;
}

.blog-post-image {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

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

.category {
  background-color: var(--yellow-green);
  color: var(--black);
  border-radius: 6px;
  padding: 6px 14px;
}

.dot {
  width: 5px;
  height: 5px;
  background-color: var(--yellow-green);
  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 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fafafa;
  background-color: rgba(30, 75, 114, .49);
  border-radius: 6px;
  padding: 6px 14px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
}

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

.arrow-circle {
  width: 2rem;
  height: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  border: 1px solid var(--dark-blue-coated);
  color: #fafafa;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
  overflow: hidden;
}

.blog-image-wrapper {
  max-height: 300px;
  position: relative;
  overflow: hidden;
}

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

.blog-post-content {
  height: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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(--light-blue);
  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;
}

.section-blog-header {
  display: block;
}

.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 {
  overflow: visible;
  transform: rotate(-10deg);
}

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

.card-image-wrapper {
  flex-wrap: nowrap;
  flex: none;
  order: 0;
  align-content: center;
  align-self: auto;
  align-items: center;
  margin-left: -165em;
  display: flex;
  overflow: visible;
}

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

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

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

.hero-text {
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.hero-text.text-color-yellow-coated, .hero-text.text-color-yellow-uncoated {
  color: var(--yellow-orange-uncoated);
}

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

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

.service-block {
  background-color: var(--dark-blue-coated);
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5rem 1.5rem;
  display: flex;
}

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

.projects-main-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 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: 32vh;
  min-height: 290px;
  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;
}

.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(--white);
  border-radius: 14px;
  padding: 3rem 1.5rem;
  position: relative;
}

.client-photo {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 100%;
}

.quote {
  opacity: .97;
  color: rgba(12, 58, 98, .2);
  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: 5rem;
  height: 5rem;
  background-color: var(--text-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: 4rem;
  padding-bottom: 10rem;
}

.footer-text {
  color: var(--dark-blue-uncoated);
  text-align: center;
  font-size: 12.2rem;
  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: .25fr 1fr;
  padding-bottom: 80px;
}

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

.footer-right-content {
  padding-left: 40px;
}

.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(--button-text);
  border: 1px #000;
  border-radius: 100%;
  position: absolute;
}

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

.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: 1rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

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

.cta-button-front {
  background-color: var(--button-yellow);
  -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(--button-text);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

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

.cta-text.text-color-white.underline {
  border-bottom: 2px solid #ff9e38;
  line-height: 2;
  text-decoration: none;
}

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

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

._3d-button-front {
  border: 1px solid var(--button-yellow);
  background-color: var(--button-yellow);
  -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 {
  background-color: rgba(0, 0, 0, 0);
}

._3d-button-text {
  z-index: 10;
  color: var(--button-text);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

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

._3d-button-back {
  border: 1px solid var(--button-yellow);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  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-color: var(--button-yellow);
  background-color: var(--button-yellow);
}

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

.logo {
  height: 100%;
}

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

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

._3d-brand-link.main.w--current {
  width: 194.53px;
  height: 60px;
  max-width: none;
}

.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;
  display: block;
  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: none;
}

.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(--black);
  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: #ede8e4;
  background-image: url('../images/paper_bg.png');
  background-position: 50% 0;
  background-size: auto;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.5rem;
  display: flex;
}

.number {
  color: var(--text-blue);
  align-self: center;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.number.percentage {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-span.smaller {
  font-size: 3.5rem;
  font-weight: 500;
}

.section-about-awards {
  display: none;
}

.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-columns: 1fr 1fr 1fr;
}

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

.team-member-photo {
  width: 100%;
  border-radius: 14px;
}

.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(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  overflow: visible;
}

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

.preload-circle._03, .preload-circle._02, .preload-circle._01 {
  background-color: rgba(248, 160, 31, .82);
  border: 1px #345978;
}

.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: 100px;
}

.nav-menu {
  display: none;
}

.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: rgba(0, 0, 0, 0);
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: absolute;
}

.image {
  max-width: 131px;
}

.quote-symbol {
  padding-right: 0;
  font-size: 4rem;
}

.quote-symbol.right {
  color: var(--yellow-orange);
  padding-left: .125em;
  padding-right: 0;
}

.quote-symbol.left {
  color: var(--yellow-orange);
  padding-left: 0;
  padding-right: .125em;
}

.collection-list-wrapper, .collection-list-wrapper-2 {
  display: none;
}

.body {
  background-color: var(--dark-blue-coated);
}

.text-color-yellow-coated {
  color: var(--yellow-orange-coated);
}

.text-color-yellow-uncoated {
  color: var(--button-yellow);
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall-2, .icon-embed-xxsmall-3, .icon-embed-xxsmall-4 {
  z-index: 2;
  width: 1.2rem;
  height: 1.2rem;
  color: var(--icon-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.relume-social-icon {
  z-index: 2;
  width: 1.2rem;
  height: 1.2rem;
  color: var(--icon-color);
  position: absolute;
}

.icon-embed-xxsmall-5 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall-5.relume-social-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.icon-embed-xxsmall-6 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall-6.relume-social-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.icon-embed-xxsmall-7 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall-7.relume-social-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.icon-embed-xxsmall-8 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall-8.relume-social-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.icon-embed-xxsmall-9 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall-9.relume-social-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.icon-embed-xxsmall-10 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall-10.relume-social-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.icon-embed-xxsmall-11 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xxsmall-11.relume-social-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.icon-image {
  width: 230px;
  height: 230px;
  object-fit: contain;
  margin-bottom: 20px;
}

.text-span-2, .text-span-3, .text-span-4 {
  color: var(--text-yellow);
  font-weight: 500;
}

.notice-text-4 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 21px;
}

.footer-notice-link-3 {
  color: var(--yellow-orange-uncoated);
  cursor: auto;
  font-family: Pretendard, sans-serif;
  font-weight: 500;
  text-decoration: underline;
  transition: color .2s;
}

.footer-notice-link-3:hover {
  color: #d79c43;
}

.footer-notice-link-3.w--current {
  color: #cda46f;
}

.footer-notice-link {
  color: var(--yellow-orange-uncoated);
  cursor: auto;
  font-family: Pretendard, sans-serif;
  font-weight: 500;
  text-decoration: underline;
  transition: color .2s;
}

.footer-notice-link:hover {
  color: #d79c43;
}

.footer-notice-link.w--current {
  color: #cda46f;
}

.footer-notice-link {
  color: var(--button-yellow);
}

.bold-text {
  color: var(--yellow-orange);
  font-size: 1.8rem;
}

.padding-global-copy {
  float: none;
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/777.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: static;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.heading {
  position: absolute;
}

.heading.absolute-text {
  z-index: auto;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: 31%;
  right: auto;
}

.div-block-2, .relative {
  position: relative;
}

.see-more {
  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;
  justify-items: center;
  display: none;
}

.footer-link-2 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link-2:hover {
  color: #f3c5c7;
}

.footer-link-2.regular {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.menu {
  width: 50%;
  align-self: flex-start;
  padding-right: 20px;
}

.footer-top-margin {
  margin-top: 7px;
  position: relative;
}

.footer-top-margin.first {
  margin-top: 10px;
}

.footer-top-margin._20-pixels {
  margin-top: 20px;
}

.div-block-3 {
  color: #fcf8f0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-13 {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.footer-expand.middle {
  width: 100%;
  flex-wrap: nowrap;
}

.footer-underline {
  height: 1px;
  background-color: var(--yellow-orange);
  margin-top: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-title {
  color: var(--yellow-orange-coated);
  margin-bottom: 13px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
}

.footer-menu-link {
  height: 27px;
  color: #333;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.footer-menu-link.w--current {
  color: #ed1c24;
  font-weight: 600;
}

.footer-text-medium {
  color: #333;
  margin-bottom: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.footer-text-medium._13 {
  color: var(--white);
  font-family: Pretendard, sans-serif;
  font-weight: 300;
}

.text-block-14 {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.small-menu {
  width: 25%;
  align-self: flex-start;
  padding-left: 20px;
  display: none;
}

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

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

.image-2, .image-3, .image-4, .image-5 {
  object-fit: cover;
}

.text-span-5 {
  padding-top: 4px;
  line-height: 25px;
  display: block;
}

.text-span-6 {
  letter-spacing: .05em;
  font-size: 15px;
  font-weight: 500;
}

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

.cta-text-without-button.text-color-white {
  color: #fff;
  border: 2px #ff9e38;
  border-bottom-style: solid;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 1.8;
}

.cta-text-without-button.text-color-white.underline {
  cursor: pointer;
  border-bottom: 2px solid #ff9e38;
  font-weight: 400;
  line-height: 2;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .card-image-wrapper {
    margin-left: -165em;
  }

  .icon-embed-xxsmall {
    color: #d79c43;
  }

  .icon-embed-xxsmall-2 {
    z-index: 2;
    width: 1.2rem;
    height: 1.2rem;
    color: #d79c42;
    position: absolute;
  }

  .image-6, .image-7 {
    max-height: 540px;
    max-width: 540px;
  }
}

@media screen and (min-width: 1440px) {
  .text-size-medium.text-color-gray {
    min-height: 60px;
  }

  .card-image-wrapper {
    margin-left: -155em;
  }

  .footer-notice-link {
    cursor: pointer;
  }

  .see-more {
    display: none;
  }

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

  .image-7 {
    max-height: 540px;
    max-width: 540px;
  }
}

@media screen and (min-width: 1920px) {
  .project-image {
    min-height: 290px;
  }

  .card-image-wrapper {
    margin-left: -115em;
  }

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

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

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

  .footer-text {
    font-size: 13rem;
  }

  .see-more {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: none;
  }

  .cta-wrapper-flex-2 {
    display: flex;
  }

  .image-6 {
    max-height: 540px;
  }

  .image-7 {
    max-height: 540px;
    max-width: 540px;
  }

  .cta-text-without-button.text-color-white.underline {
    font-weight: 400;
  }
}

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

  .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: 1rem;
  }

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

  .text-size-medium.text-style-allcaps.text-align-center {
    font-size: 1.2rem;
  }

  .text-size-medium.text-color-gray {
    min-height: 60px;
    font-size: .85rem;
  }

  .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, .heading-style-h4, .heading-style-h4.text-color-blue {
    font-size: 1.2rem;
  }

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

  .text-size-regular.text-style-allcaps.text-color-white {
    font-size: .8rem;
  }

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

  .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 {
    font-size: .8rem;
  }

  .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-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .card-image-wrapper {
    margin-left: -150em;
  }

  .hero-text-vertical-flex-center {
    line-height: 20px;
  }

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

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

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

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

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

  .footer-right-content {
    padding-left: 0;
  }

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

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

  ._3d-button-text.text-color-white {
    font-size: 14px;
  }

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

  ._3d-brand-link.main.w--current {
    width: 162.11px;
    height: 50px;
  }

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

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

  .image {
    max-width: 98px;
    font-size: 14px;
  }

  .menu {
    width: 84%;
  }

  .footer-expand {
    width: 100%;
    justify-content: flex-start;
    margin-top: 30px;
  }

  .footer-expand.middle {
    flex: 1;
    margin-top: 0;
  }

  .small-menu {
    width: 40%;
  }

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

@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-h1 {
    font-size: 3rem;
    line-height: 1.2;
  }

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

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

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

  .margin-top.margin-huge {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .margin-top.margin-xlarge {
    justify-content: center;
    display: flex;
  }

  .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.text-color-gray {
    min-height: 30px;
  }

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

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

  .text-size-regular.text-style-allcaps.text-color-white {
    font-size: .8rem;
  }

  .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: minmax(200px, 350px);
  }

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

  .card-image-wrapper {
    margin-left: -95em;
  }

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

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

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

  .project-image-wrapper {
    height: 28vh;
    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: minmax(200px, 350px);
  }

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

  .footer-main-grid {
    grid-template-columns: 1.5fr;
  }

  ._3d-button {
    width: 10rem;
    height: 3rem;
  }

  ._3d-button-text, ._3d-button-text.text-color-white {
    font-size: 12px;
  }

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

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

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

  .number {
    font-size: 4rem;
  }

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

  .footer-notice-link {
    color: var(--yellow-orange);
  }

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

  .div-block {
    grid-template-columns: 1fr;
  }

  .menu {
    width: 70%;
    margin-bottom: 20px;
  }

  .footer-expand {
    flex-direction: row;
    justify-content: flex-start;
  }

  .small-menu {
    width: 50%;
    margin-bottom: 20px;
  }
}

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

  .button {
    font-size: 13px;
  }

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

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

  .heading-style-h2.text-style-allcaps.text-align-center.smaller {
    margin-top: 40px;
    font-size: 1rem;
  }

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

  .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.text-color-gray {
    font-size: .8rem;
  }

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

  .text-size-medium.text-color-gray {
    min-height: 30px;
  }

  .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 {
    font-size: 1rem;
  }

  .heading-style-h4.text-color-blue {
    font-size: 1.2rem;
  }

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

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

  .project-image {
    min-height: 0;
  }

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

  .card-image-wrapper {
    margin-left: -105em;
  }

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

  .hero-text-vertical-flex-center {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

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

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

  .projects-main-grid {
    grid-template-columns: minmax(280px, 280px);
  }

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

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

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

  .footer-main-grid {
    padding-bottom: 60px;
  }

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

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

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

  .number {
    font-size: 3.5rem;
  }

  .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 {
    height: 100vh;
    display: none;
    overflow: visible;
  }

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

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

  .menu-button, .navbar {
    display: block;
  }

  .image {
    max-width: 65px;
  }

  .quote-symbol.right, .quote-symbol.left {
    font-size: 1.4rem;
  }

  .body {
    overflow: visible;
  }

  .footer-notice-link {
    color: var(--button-yellow);
  }

  .bold-text {
    font-size: 1rem;
    font-weight: 500;
  }

  .padding-global-copy {
    background-image: url('../images/Frame-640.png');
  }

  .menu {
    width: 100%;
    padding-right: 10px;
  }

  .footer-expand {
    margin-top: 10px;
  }

  .footer-expand.middle {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px;
    display: block;
  }

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

  .footer-text-medium._13 {
    font-size: 13px;
  }

  .small-menu {
    width: 100%;
    padding-left: 0;
    padding-right: 10px;
  }
}

#w-node-_701e611c-ffaf-0d03-0ce9-d0764b435c98-b007e552, #w-node-_9f72de8a-e00f-1a7c-776c-2927b4d344b7-b007e552, #w-node-_5fef0b8d-e742-6e15-86b4-25e45f674acc-b007e552, #w-node-_5fef0b8d-e742-6e15-86b4-25e45f674acd-b007e552, #w-node-a40e83bb-3426-254f-8227-bc79758976ae-b007e552, #w-node-fba052e9-7981-2f2a-28e1-f84986b7420c-b007e552, #w-node-_108afb86-ad38-0081-0b91-6ffe62eaed87-b007e552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15a8be39-e0bd-bcbf-60a8-de2bacd4968f-b007e552, #w-node-_15a8be39-e0bd-bcbf-60a8-de2bacd49696-b007e552, #w-node-_15a8be39-e0bd-bcbf-60a8-de2bacd4969b-b007e552, #w-node-_15a8be39-e0bd-bcbf-60a8-de2bacd496a2-b007e552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9eb87732-d374-046c-c451-0c00d84e185a-b007e552, #w-node-f5cbc481-237b-105d-fb8a-8816e857324b-b007e552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43bff922-0850-b9f9-79a7-269a09945bdc-b007e552 {
  align-self: start;
}

#w-node-_24d6006d-b9d9-0f99-8d30-94d446b1567c-b007e552, #w-node-bd424226-08d1-be74-955c-210968b11bc0-b007e552, #w-node-_36eb2a91-202c-9721-7b48-f5a50da12df2-b007e552, #w-node-_8fb94ba0-07a7-1e2f-51c7-523e7ad7fc9a-b007e552, #w-node-_6fb69728-8743-109d-feda-844b866e211b-b007e552, #w-node-e18a5824-82fb-9fcf-c654-c3cec67c3c9a-b007e552, #w-node-_2de8a95e-af94-f501-8c9a-b9342f59eecf-b007e552, #w-node-_27b18fb1-1404-631f-0383-9082f0d9fb51-b007e552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_080066e9-524a-ef6a-98cd-9f07c5cc457a-b007e552, #w-node-_080066e9-524a-ef6a-98cd-9f07c5cc457f-b007e552, #w-node-_080066e9-524a-ef6a-98cd-9f07c5cc4581-b007e552, #w-node-_080066e9-524a-ef6a-98cd-9f07c5cc4587-b007e552, #w-node-_080066e9-524a-ef6a-98cd-9f07c5cc458c-b007e552, #w-node-_080066e9-524a-ef6a-98cd-9f07c5cc458e-b007e552, #w-node-_080066e9-524a-ef6a-98cd-9f07c5cc4594-b007e552, #w-node-_080066e9-524a-ef6a-98cd-9f07c5cc4599-b007e552, #w-node-_080066e9-524a-ef6a-98cd-9f07c5cc459b-b007e552, #w-node-_080066e9-524a-ef6a-98cd-9f07c5cc45a1-b007e552, #w-node-_080066e9-524a-ef6a-98cd-9f07c5cc45a6-b007e552, #w-node-_080066e9-524a-ef6a-98cd-9f07c5cc45a8-b007e552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_06baa4a9-a718-165f-512f-110588f96f07-b007e552, #w-node-_9fb8aceb-243e-6a53-7325-0ce562f4db05-b007e552, #w-node-_7f301e64-345e-ce17-c8b6-d3b8aa226636-b007e552, #w-node-_9fb8aceb-243e-6a53-7325-0ce562f4db06-b007e552, #w-node-_09adc656-1743-941a-0975-4cf4084efd6c-b007e552, #w-node-b818f478-e47f-1b1a-9af6-c4cfe3a05ba1-b007e552, #w-node-_09adc656-1743-941a-0975-4cf4084efd6d-b007e552, #w-node-b818f478-e47f-1b1a-9af6-c4cfe3a05ba0-b007e552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7d52c99-03c3-2d8d-2393-84eb4707ae2e-4707ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-d7d52c99-03c3-2d8d-2393-84eb4707ae6c-4707ae29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_2077a5d2-86a5-e95f-673f-ca22635360fd-b007e557, #w-node-_2077a5d2-86a5-e95f-673f-ca2263536104-b007e557, #w-node-_2077a5d2-86a5-e95f-673f-ca2263536109-b007e557, #w-node-_2077a5d2-86a5-e95f-673f-ca2263536110-b007e557 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1920px) {
  #w-node-_09adc656-1743-941a-0975-4cf4084efd6c-b007e552 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

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

@media screen and (max-width: 767px) {
  #w-node-c8d5a07c-50dd-7690-3263-c52398ed85e5-b007e55c {
    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;
}