:root {
  --bg: #ededed;
  --black: #000;
  --red: #ffd02a;
  --dark-gray: #6f6f6f;
  --white: #fff;
  --beige: #fafafa;
  --gray: #a7a4a3;
  --white-2: white;
  --black-2: black;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -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-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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -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 {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--bg);
  color: var(--black);
  background-image: none;
  background-size: auto;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 300;
  line-height: 110%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 300;
  line-height: 110%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 90%;
}

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

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

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

p {
  margin-bottom: 10px;
}

a {
  color: var(--black);
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
}

.subtitle {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
}

.cta-main {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 11px 30.5px;
  font-size: 18px;
  line-height: 170%;
  transition: background-color .2s;
  display: flex;
}

.cta-main:hover {
  border: 1px solid var(--red);
}

.cta-main.white {
  color: var(--black);
  background-color: #fff;
}

.cta-main.outline {
  border: 1px solid var(--dark-gray);
  color: var(--dark-gray);
  background-color: rgba(0, 0, 0, 0);
}

.cta-main.outline:hover {
  background-color: var(--dark-gray);
  color: var(--white);
}

.cta-main.nav-cta-desktop {
  color: var(--black);
  text-transform: uppercase;
}

.cta-main.nav-cta-mobile {
  display: none;
}

.cta-main.cta-animated {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--beige);
  overflow: hidden;
}

.cta-main.cta-animated:hover {
  background-color: var(--red);
}

.cta-main.cta-animated.w--current {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
}

.cta-main.cta-animated.team-cta {
  padding-left: 40px;
  padding-right: 40px;
}

.cta-main.cta-animated.hide {
  display: none;
}

.cta-main.cta-animated.left {
  cursor: pointer;
  flex: 1;
  align-self: flex-start;
  margin-left: 0;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

.cta-main.cta-animated.grey {
  background-color: var(--gray);
  margin-left: auto;
  margin-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.cta-main.cta-animated.grey:hover {
  border-color: var(--black);
}

.cta-main.cta-animated.grey.left {
  margin-left: 0;
}

.cta-main.cta-animated.action {
  align-self: flex-start;
}

.cta-main.accent {
  background-color: var(--red);
  color: var(--beige);
  text-transform: uppercase;
  font-family: Actay, sans-serif;
  font-size: 28px;
  font-weight: 600;
  box-shadow: 0 2px 16px -7px rgba(0, 0, 0, .54);
}

.cta-main.accent:hover {
  color: var(--beige);
  background-color: rgba(253, 208, 42, .93);
}

.mega-h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 86px;
  line-height: 110%;
}

.limit-680 {
  width: 100%;
  max-width: 680px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.template-hero {
  background-color: var(--red);
  color: #fff;
  padding-top: 160px;
}

.section.template-details {
  background-color: #f9f9f9;
}

.section.hero-blog {
  padding-top: 24px;
}

.section.featured-article-section {
  padding-top: 20px;
  padding-bottom: 54px;
}

.section.article-body-section {
  padding-top: 20px;
  padding-bottom: 70px;
}

.section.cards-section {
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: visible;
}

.section.hero-careers {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-career-detail {
  padding-top: 90px;
  padding-bottom: 0;
}

.section.hero-contact {
  padding-top: 80px;
}

.section.service-section {
  padding-top: 90px;
}

.section.world {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.hero-home {
  padding-top: 136px;
  overflow: hidden;
}

.section.hero-home.fix {
  z-index: 1;
}

.section.hero-work {
  padding-top: 80px;
}

.section.hero-project {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-image-section {
  padding-top: 20px;
}

.section.hero-pricing {
  padding-top: 130px;
}

.section.hero-about {
  padding-top: 136px;
}

.section.hide {
  display: none;
}

.section.hero-video {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.section.photo {
  background-color: var(--beige);
  padding-top: 0;
  padding-bottom: 0;
}

.section.popup-form {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .2);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section.popup-form.irvine, .section.popup-form.pasadena {
  display: none;
  position: fixed;
}

.section.popup-form.book {
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.template-hero-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  overflow: visible;
}

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

.main-container.insta {
  background-color: #fff;
  border-radius: 10px;
}

.right-column-template-details {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

.card-template-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.card-template-details.typography-card {
  grid-row-gap: 24px;
}

.colors-grid-style-guide {
  grid-template-columns: 1fr 1fr 1fr;
}

.color {
  border: 1px solid #f0f0f0;
  border-radius: 18px;
  flex-direction: column;
  padding-top: 100%;
}

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

.color.color-one {
  background-color: var(--black);
}

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

.color.color-three {
  background-color: var(--beige);
}

.color.color-two {
  background-color: var(--red);
}

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

.feature-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.template-h2 {
  margin-top: 0;
}

.underline-link {
  text-decoration: underline;
}

.body-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 170%;
}

.body-1.text-dark-gray.white {
  color: var(--beige);
}

.body-1.text-dark-gray.dark {
  color: var(--black);
}

.body-1.no-margins {
  text-align: left;
}

.body-1.small {
  font-size: 16px;
}

.button-wrap {
  grid-row-gap: 12px;
  background-color: #f9f9f9;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.sticky-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--beige);
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  padding: 70px;
  display: flex;
  position: relative;
}

.link-template-navigation {
  color: rgba(19, 19, 19, .7);
  font-size: 20px;
  font-weight: 400;
}

.link-template-navigation.w--current {
  color: #131313;
  font-weight: 500;
}

.divider-typography {
  background-color: #dcdcdc;
  width: 100%;
  height: 1px;
}

.space-24 {
  height: 24px;
}

.icons-grid-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.color-wrap-style-guide {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.columns-template-details {
  display: flex;
}

.left-column-template-details {
  padding: 0;
}

.no-margins {
  text-align: left;
  margin: 0;
  font-family: Actay, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.card-template-navigation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 380px;
  padding: 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.limit-610 {
  width: 100%;
  max-width: 610px;
}

.text-h3---1 {
  text-shadow: none;
  font-size: 32px;
  line-height: 110%;
}

.text-h3---1.no-margins {
  text-align: left;
  text-transform: uppercase;
  max-width: 420px;
  font-size: 32px;
  display: block;
}

.text-h3---1.no-margins.left {
  text-align: left;
}

.text-h3---1.no-margins.center {
  text-align: center;
  max-width: 620px;
}

.text-h3---1.accent {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-h3---1.right {
  margin-left: auto;
  margin-right: 0;
}

.badge {
  font-size: 12px;
  line-height: 1;
}

.navbar {
  background-color: var(--white-2);
  background-image: none;
  background-size: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.brand-link-navbar {
  height: 40px;
}

.brand-link-navbar.w--current {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.nav-link {
  text-transform: uppercase;
  padding: 15px;
  font-family: Actaywide, sans-serif;
  font-size: 12px;
  line-height: 100%;
}

.nav-link:hover {
  font-weight: 700;
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--black);
  font-family: Actaywide, sans-serif;
  font-weight: 400;
}

.nav-link.w--current:hover {
  font-weight: 500;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navigation-left-tile {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  align-items: center;
  display: flex;
}

.footer {
  z-index: 1;
  border-top: 1px solid var(--gray);
  background-color: var(--bg);
  background-image: url('../images/bg_grained_1bg_grained.webp');
  background-position: 50%;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.footer-halves {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-items: center;
}

.limit-746 {
  max-width: 746px;
}

.limit-350 {
  max-width: 350px;
}

.text-h1 {
  font-size: 90px;
  line-height: 90%;
}

.text-h2 {
  font-size: 60px;
  line-height: 110%;
}

.text-h3 {
  font-size: 40px;
  line-height: 90%;
}

.text-h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.span-orange {
  color: var(--red);
  font-family: Actaywide, sans-serif;
}

.span-orange.white {
  color: var(--bg);
}

.span-orange.white.mobile {
  font-family: Actaywide, sans-serif;
}

.span-orange.black {
  color: var(--black);
  font-family: Actaywide, sans-serif;
}

.text-field-newsletter {
  border: 1px solid var(--gray);
  background-color: var(--beige);
  color: var(--dark-gray);
  border-radius: 14px;
  height: 67px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 24px;
  line-height: 170%;
}

.text-field-newsletter::placeholder {
  color: var(--dark-gray);
}

.input-wrap {
  margin-bottom: 16px;
}

.form-newsletter {
  flex-direction: column;
  display: flex;
}

.link-halves {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.footer-column {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: column;
  display: flex;
}

.footer-column.last {
  margin-left: 40px;
}

.list-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-links {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.contact-options-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.cta-list-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  display: flex;
}

.icon-xsmall {
  width: 18px;
  height: 18px;
}

.cta-main-2 {
  grid-column-gap: 32px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .8s;
  display: flex;
  overflow: hidden;
  box-shadow: inset 1px 0 0 .3px #6b6b6b;
}

.cta-main-2:hover {
  box-shadow: inset 0 0 0 1px #6b6b6b;
}

.arrow-cta {
  width: 10px;
}

.arrow-cta.submit-arrow {
  color: var(--beige);
  position: absolute;
  right: 35%;
}

.arrow-cta.submit-arrow-contact {
  color: var(--beige);
  position: absolute;
  right: 12%;
}

.submit-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.submit-wrap.contact-submit-wrap {
  max-width: 224px;
}

.blog-main-image-wrap {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 14px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 690px;
  padding: 50px;
  display: flex;
  position: relative;
}

.limit-526 {
  max-width: 526px;
}

.limit-424 {
  max-width: 424px;
  margin-left: 0;
  margin-right: auto;
}

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

.overlay-10 {
  background-color: rgba(0, 0, 0, .1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.blog-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.article-image-wrap {
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.article-link {
  display: block;
}

.image-cover {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 626px;
  overflow: clip;
}

.image-cover.studio {
  max-height: 100%;
}

.image-cover.center {
  object-position: 50% 50%;
}

.image-cover.blur {
  filter: blur(2px);
}

.info-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.article-headig-small {
  line-height: 120%;
}

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

.secondary-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.secondary-cta.hide.w--current {
  display: none;
}

.text-caps {
  text-transform: uppercase;
}

.arrow-long {
  width: 70px;
}

.post-body {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.post-body p {
  line-height: 170%;
}

.post-body h1 {
  color: var(--red);
}

.post-body h2 {
  color: var(--red);
  font-size: 32px;
}

.post-body h3 {
  color: var(--red);
  font-size: 24px;
}

.post-body h4, .post-body h5, .post-body h6 {
  color: var(--red);
}

.post-body img {
  border-radius: 14px;
}

.title-wrap {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.title-wrap.home {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.title-wrap.blog {
  margin-bottom: 24px;
}

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

.limit-905 {
  max-width: 905px;
}

.limit-905.absolute {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.big-image-wrap {
  border-radius: 14px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.article-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-shadow: 0 1px 3px #fff;
  justify-content: space-between;
  display: flex;
}

.submenu-master-careers {
  z-index: 100;
  background-color: var(--beige);
  justify-content: flex-start;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}

.careers-container {
  padding-left: 124px;
  padding-right: 24px;
  display: flex;
}

.limit-942 {
  max-width: 942px;
}

.deparment-careers {
  flex-direction: column;
  padding-bottom: 100px;
  display: flex;
}

.list-careers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.tile-career {
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.job-info-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.job-info-wrap.gap-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 24px;
}

.sticky-wrap {
  max-width: 472px;
  position: relative;
}

.stick-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 844px;
  display: flex;
}

.sticky-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.grid-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 100%;
}

.grid-halves.feature-cards-grid {
  grid-template-columns: auto auto;
}

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

.masters-departments {
  margin-top: 100px;
}

.careers-hero-spacing {
  height: 90px;
}

.back-link-master {
  z-index: 10;
  background-color: var(--beige);
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}

.career-navlink {
  text-transform: uppercase;
  padding: 15px;
  font-size: 12px;
  line-height: 100%;
}

.career-navlink.w--current {
  border-bottom: 1px solid var(--black);
}

.back-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-left: 140px;
  display: flex;
}

.limit-348 {
  max-width: 384px;
}

.limit-720 {
  width: 720px;
  max-width: 720px;
}

.limit-720.button {
  width: 340px;
}

.block-content {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 24px;
}

.block-content.summary {
  padding-bottom: 16px;
}

.checkbox-label {
  margin-bottom: 0;
}

.checkout-form {
  padding-top: 64px;
  padding-bottom: 64px;
}

.apple-pay {
  border-radius: 12px;
  height: 56px;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.checkout-h4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.block-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  height: 67px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.text-field:focus, .text-field.-wfp-focus {
  border-color: #424bd1;
}

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

.text-field.checkout {
  margin-bottom: 24px;
}

.billing-address-toggle {
  align-items: center;
  display: flex;
}

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

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

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

.contact-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  margin-bottom: 36px;
}

.contact-halves._1-column {
  grid-template-columns: auto;
}

.limit-596 {
  max-width: 596px;
}

.contact-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.contact-left.center {
  justify-content: center;
  align-items: flex-start;
}

.text-field-contact {
  background-color: var(--beige);
  color: var(--dark-gray);
  border: 1px #000;
  border-radius: 14px;
  height: 67px;
  margin-bottom: 0;
  padding: 20px 24px;
  font-family: Actay, sans-serif;
  font-weight: 400;
  line-height: 170%;
}

.text-field-contact::placeholder {
  font-size: 16px;
}

.text-field-contact.textarea {
  height: 253px;
}

.input-wrap-contact {
  margin-bottom: 12px;
}

.input-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input-group.vertical {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr;
}

.input-group.email {
  grid-template-columns: 1fr 1fr;
}

.expandable-single {
  background-color: var(--beige);
  cursor: pointer;
  border-radius: 14px;
  padding: 24px 24px 24px 32px;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 16px;
}

.faq-grid-halves {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  position: relative;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expandable-master {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  max-width: 720px;
  display: flex;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
}

.heading-wrap-faq-halves {
  flex-direction: column;
  align-items: flex-start;
  max-width: 472px;
  display: flex;
}

.plus-line {
  background-color: #000;
  border-radius: 1px;
  width: 10px;
  height: 1px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.feature-marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
  overflow: hidden;
}

.feature-marquee {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  display: flex;
}

.feature-marquee-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.feature-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--beige);
  border-radius: 14px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  max-width: 610px;
  padding: 50px;
  display: flex;
}

.feature-card.hide {
  display: none;
}

.testimonial-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 120%;
}

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

.author-image-wrap {
  border-radius: 50%;
  width: 59px;
  height: 59px;
  overflow: hidden;
}

.author-image-wrap.hide {
  display: none;
}

.faq-bg {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.service-navigation {
  z-index: 10;
  background-color: var(--beige);
  align-items: center;
  height: 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
}

.service-nav-wrap {
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  align-items: center;
  display: flex;
}

.service-link-wrap {
  display: flex;
}

.service-link {
  text-transform: uppercase;
  padding: 15px;
  font-size: 12px;
  display: block;
}

.service-link:hover, .service-link.w--current {
  color: var(--red);
}

.small-container {
  max-width: 970px;
  padding-left: 24px;
  padding-right: 24px;
}

.bg-multiple {
  z-index: -1;
  width: 219px;
  position: absolute;
  top: 84px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bg-footer {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -212px;
  left: auto;
  right: 0%;
}

.bg-yellow-service {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 0%;
  right: auto;
}

.content-text-wrap {
  text-align: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.marketing-logos-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 18px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 1136px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marketing-icons-combo {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 190px;
  display: flex;
}

.marketing-logo-wrap {
  background-color: var(--beige);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  display: flex;
}

.marketing-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 596px;
  margin-bottom: 495px;
  display: flex;
}

.marketing-column {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.marketing-column.mid-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.marketing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 618px;
  align-content: start;
}

.marketing-logo-image {
  object-fit: cover;
  width: 160px;
  height: 160px;
}

.marketing-logo-image.large-logo {
  width: 160px;
}

.marketing-gradient {
  background-image: linear-gradient(to bottom, var(--bg), rgba(249, 249, 249, 0));
  height: 180px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.marketing-gradient.bottom-gradient {
  background-image: linear-gradient(to bottom, rgba(237, 237, 237, 0) 20%, var(--bg));
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-big-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-text-big {
  font-size: 28px;
  font-weight: 200;
  line-height: 120%;
}

.testimonial-text-big.span-orange.top {
  margin-top: 30px;
}

.testimonial-text-big.top {
  margin-top: 20px;
  font-weight: 300;
}

.ticks {
  width: 60px;
}

.limit-970 {
  background-color: var(--bg);
  border-radius: 10px;
  max-width: 970px;
  padding: 12px 24px;
}

.master-moving-text {
  width: 100vw;
  overflow: hidden;
}

.inside-moving-text {
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-moving-text {
  grid-column-gap: 24px;
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.horizontal-logo-card {
  background-color: var(--beige);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 294px;
  height: 180px;
  display: flex;
}

.horizontal-marquee-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.limit-570 {
  max-width: 570px;
}

.limit-472 {
  max-width: 472px;
}

.service-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 80px;
}

.service-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--beige);
  border-radius: 14px;
  flex-direction: column;
  flex: none;
  width: 100%;
  padding: 50px;
  display: flex;
}

.service-card.long {
  grid-row-gap: 85px;
  max-width: 50vw;
}

.service-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.service-icon {
  width: 30px;
  height: 30px;
}

.limit-876 {
  max-width: 876px;
}

.hero-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.home-hero-wrap {
  grid-column-gap: 246px;
  grid-row-gap: 246px;
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
}

.home-hero-tiles {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.hero-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 398px;
  display: flex;
}

.video-big {
  background-image: url('../images/004.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 626px;
  display: flex;
}

.play-button {
  border-radius: 50%;
  width: 84px;
  height: 84px;
}

.project-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.project-card {
  background-color: var(--beige);
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 80px;
  display: flex;
}

.project-number {
  letter-spacing: .03em;
  font-size: 120px;
  line-height: 180%;
}

.number-subtext {
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
}

.project-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 70px;
  display: flex;
}

.project-big-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--beige);
  border-radius: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 55%;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.project-info-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  display: flex;
  position: relative;
}

.project-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-bottom-tile {
  width: 100%;
}

.project-info-list {
  margin-bottom: 20px;
}

.text-red {
  color: var(--red);
}

.project-info-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid rgba(167, 164, 163, .3);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.project-image-wrap {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.project-image-wrap.mobile {
  display: none;
}

.home-image-wrap {
  width: 100%;
  height: 626px;
}

.limit-652 {
  max-width: 652px;
}

.marketing-wrap {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.table-cell {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  display: flex;
}

.table-cell.beige {
  background-color: var(--beige);
  color: #fff;
  border-bottom-color: rgba(0, 0, 0, .1);
  align-items: center;
}

.table-cell.beige.last {
  border-bottom-style: none;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
}

.table-cell.no-border {
  border-bottom-style: none;
}

.pricing-label-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: auto 175px 175px 175px;
  width: 100%;
  max-width: 844px;
}

.table-label-cell {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 30px 32px;
  display: flex;
}

.table-label-cell.beige {
  background-color: var(--beige);
}

.icon-regular {
  width: 20px;
  height: 20px;
}

.pricing-table-content {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 38px;
  display: flex;
}

.pricing-table {
  flex-direction: column;
  overflow: auto;
}

.table-text-cell {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  align-items: center;
  width: 260px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.table-text-cell.no-border {
  border-bottom-style: none;
}

.pricing-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.pricing-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--beige);
  border-radius: 14px;
  flex-direction: column;
  height: 100%;
  padding: 50px;
  display: flex;
}

.pricing-top-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.wrap-checklist {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.single-checklist {
  grid-column-gap: 12px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-checklist {
  color: rgba(0, 0, 0, 0);
}

.paragraph-small {
  font-size: 18px;
  line-height: 135%;
}

.pricing-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  display: flex;
}

.pricing-sticky {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.about-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-top: 80px;
}

.limit-368 {
  max-width: 368px;
}

.about-info-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.about-image-wrap {
  border-radius: 14px;
  width: 100%;
  height: 556px;
  overflow: hidden;
}

.about-images-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.team-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.member-image-wrap {
  border-radius: 14px;
  width: 100%;
  height: 308px;
  overflow: hidden;
}

.team-cta-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px dashed var(--gray);
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 308px;
  padding: 24px;
  display: flex;
}

.home-bg {
  z-index: 1;
  width: 640px;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 15%;
}

.home-bg._1 {
  width: 100%;
  position: absolute;
}

.home-bg.hide {
  display: none;
}

.home-bg.left {
  vertical-align: middle;
  width: 540px;
  display: inline-block;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 27%;
}

.home-bg-2 {
  z-index: -1;
  width: 128px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-bg-3 {
  z-index: -1;
  width: 220px;
  position: absolute;
  top: 200px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.scroll-bg {
  z-index: -1;
  width: 264px;
  position: absolute;
  top: 400px;
}

.scroll-bg.hide {
  display: none;
}

.marquee-bg {
  z-index: -1;
  width: 149px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.testimonial-bg {
  z-index: -1;
  width: 227px;
  position: absolute;
  top: -20%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.logo-bg {
  z-index: -1;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  display: inline-flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.work-bg {
  z-index: -1;
  width: 380px;
  position: absolute;
  top: 75px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.testimonial-bg-2 {
  z-index: -1;
  width: 164px;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.project-bg {
  z-index: -1;
  width: 124px;
  position: absolute;
  top: auto;
  bottom: -173px;
  left: auto;
  right: 0%;
}

.numbers-bg {
  z-index: -1;
  width: 114px;
  position: absolute;
  top: 300px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.post-body-bg-1 {
  z-index: -1;
  width: 228px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.video-bg {
  z-index: -1;
  width: 233px;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: 0%;
  right: auto;
}

.post-body-bg-2 {
  z-index: -1;
  width: 179px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 2%;
}

.gallery-2-bg {
  z-index: -1;
  width: 301px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 15%;
}

.hero-left-bg {
  z-index: -1;
  width: 141px;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-right-bg {
  z-index: -1;
  width: 200px;
  position: absolute;
  top: 250px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.about-bg {
  z-index: -1;
  width: 313px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.services-left-bg {
  z-index: -1;
  width: 204px;
  position: absolute;
  top: 150px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.services-right-bg {
  z-index: -1;
  width: 185px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.testimonials-loop-bg {
  z-index: -1;
  width: 204px;
  position: absolute;
  top: 0;
  right: 20%;
}

.blog-bg {
  z-index: -1;
  width: 285px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.article-left-bg {
  z-index: -1;
  width: 185px;
  position: absolute;
  top: 230px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.article-right-bg {
  z-index: -1;
  width: 96px;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.article-side-bg {
  z-index: -1;
  width: 123px;
  position: absolute;
  top: auto;
  bottom: 40%;
  left: 0%;
  right: auto;
}

.career-bg {
  z-index: -1;
  width: 247px;
  position: absolute;
  top: 200px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.job-side-bg {
  z-index: -1;
  width: 64px;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 0%;
  right: auto;
}

.contact-left-bg {
  z-index: -1;
  width: 54px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.contact-right-bg {
  z-index: -1;
  width: 86px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.contact-bg {
  z-index: -1;
  width: 280px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 40%;
  left: auto;
  right: -360px;
}

.contact-bg.left {
  mix-blend-mode: multiply;
  width: auto;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.track {
  z-index: 2;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  height: 160vw;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.camera {
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  height: 80vh;
  font-weight: 300;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  overflow: hidden;
}

.frame {
  grid-column-gap: 4vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 10vh;
  display: flex;
}

.services-horizontal-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.success-message {
  border-radius: 16px;
}

.sticky-faq {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.scroll-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 80px;
  display: flex;
}

.limit-1216 {
  width: 100%;
  max-width: 1216px;
}

.job-description {
  padding-left: 140px;
}

.header-logo-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
}

.margin-top-8 {
  margin-top: 8px;
}

.newsletter-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.label-wrap {
  margin-bottom: 8px;
}

.member-info-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.top-margin-16 {
  margin-top: 16px;
}

.service-card-info-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.top-margin-24 {
  margin-top: 24px;
}

.top-margin-50 {
  margin-top: 50px;
}

.contact-info-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.article-image {
  margin-top: 50px;
}

.password-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 8px;
  display: flex;
}

.left-bar-sales-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.h3-sales {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 340px;
  padding: 0;
  display: flex;
}

.included-card.figma-card {
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 0;
  padding: 32px;
}

.master-sales-pages {
  grid-row-gap: 80px;
  background-color: #f5f5f5;
  border-radius: 24px;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 32px;
  display: flex;
}

.icon-close-sales-info {
  width: 28px;
  height: 28px;
}

.overlay-sales-details {
  background-color: rgba(0, 0, 0, .58);
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-sales-info {
  z-index: 110;
  background-color: #e7e7e7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  transition: background-color .2s;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: auto;
  right: 40px;
}

.close-sales-info:hover {
  background-color: #d4d4d4;
}

.icon-arrow-read-more-sales {
  width: 20px;
  height: 20px;
}

.grid-thirds-all-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.no-margins-sales-details {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.master-bar-sales-details {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

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

.image-sales-page {
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  width: 100%;
}

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #f5f5f5;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px;
  display: flex;
}

.included-padding-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.icon-template-details {
  width: 20px;
  height: 20px;
}

.icon-logo-sales-details {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.link-template-details {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #000;
  background-color: #fafafa;
  border-top: 1px solid #b6b6b6;
  border-left: 1px solid #b6b6b6;
  border-right: 1px solid #b6b6b6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 24px;
}

.h2-sales-page-name {
  font-size: 40px;
}

.cta-sales-details-minimize {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #ebebeb;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.right-sales-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid-included {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.master-sales-details {
  z-index: 10000;
  width: 100%;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.container-sales-details {
  width: 100%;
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.flex-cta-sales-info {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.icon-arrow-minimze-sales {
  width: 20px;
  height: 20px;
}

.link-sales-details {
  color: #000;
}

.center-heading-sales-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-included {
  width: 100%;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.sales-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.mega-sales-info {
  background-color: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100%;
  height: 95vh;
  padding-top: 64px;
  padding-bottom: 64px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.inside-bar-sales-details {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .14);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.cta-sales-details-accent {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #2e53ec;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.cta-sales-info {
  color: #fff;
  background-color: #2e53ec;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.brand-checkout {
  border-bottom: 1px solid var(--gray);
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.link-brand-checkout {
  height: 28px;
}

.brand-image-checkout {
  height: 100%;
}

.icon-cart-course {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
}

.remove-button {
  color: #1c3533;
}

.cart-master {
  z-index: 1000000;
  position: fixed;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 24px;
}

.cart-button {
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.remove-link {
  color: #1c3533;
  text-decoration: none;
}

.cart-container {
  background-color: var(--white);
}

.text-block {
  color: var(--black);
  margin-right: 5px;
  font-family: Actaywide, sans-serif;
  font-weight: 400;
  line-height: 120%;
}

.div-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-2 {
  background-color: var(--bg);
  background-image: none;
  background-size: auto;
  font-family: Actay, sans-serif;
}

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

.image {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.lottie-animation {
  width: 750px;
  height: 100%;
  max-height: 626px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.spline-scene {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.spline-scene.hide {
  display: block;
}

.image-2 {
  transform-style: preserve-3d;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.background-video {
  background-image: none;
  background-size: auto;
  width: 100%;
  height: 626px;
  max-height: 626px;
  position: relative;
}

.heading {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Actaywide, sans-serif;
  font-size: 42px;
}

.lottie-animation-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.spline-scene-2 {
  width: 100%;
  height: 420px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.spline-scene-3 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.image-4 {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-4.mirrow {
  z-index: -1;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(180deg);
}

.spline-scene-4 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  z-index: 2;
  width: 60%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-6 {
  max-width: 480px;
}

.image-7 {
  z-index: -1;
  opacity: .2;
  mix-blend-mode: darken;
  width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-2 {
  text-transform: uppercase;
  font-family: Actaywide, sans-serif;
}

.image-8 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-2 {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.code-embed {
  display: none;
}

.image-10 {
  width: 420px;
  margin-top: 40px;
}

.image-11 {
  z-index: -1;
  width: 1020px;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-12 {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-13 {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-block-2 {
  z-index: 1;
  box-sizing: border-box;
  color: var(--red);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  font-family: Actaywide, sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.photo-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--beige);
  object-fit: cover;
  border-radius: 14px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 610px;
  padding: 50px;
  display: flex;
}

.image-14 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-15 {
  margin-bottom: 40px;
}

.popup {
  background-color: var(--bg);
  border-radius: 30px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.form-header {
  z-index: 1;
  background-color: #ffd802;
  background-image: url('../images/form-title-right-dots-bg.svg'), url('../images/group-1.svg');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  border: 4px solid #000;
  border-radius: 30px;
  width: 100%;
  min-height: 60px;
  padding: 40px 83px;
  position: relative;
}

.form-header.close {
  background-image: url('../images/wave2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.form-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 800;
  line-height: 1;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-52 {
  width: 36px;
}

.form {
  padding: 24px;
}

.text-block-20 {
  font-size: 1em;
}

.success-message-2 {
  background-color: var(--bg);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.error-message {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.div-block-3 {
  background-image: linear-gradient(0deg, rgba(252, 163, 129, .33) 7%, rgba(255, 255, 255, 0) 97%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 80px;
  }

  .mega-h1 {
    font-size: 70px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.world {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .body-1.no-margins {
    font-size: 16px;
  }

  .sticky-feature-card {
    padding: 20px;
  }

  .nav-link {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 120%;
  }

  .nav-menu {
    background-color: var(--bg);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 40px 9px;
  }

  .navigation-right-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
    display: flex;
  }

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

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

  .footer-halves {
    text-align: center;
    grid-template-columns: auto;
    grid-auto-flow: column;
    align-items: start;
    justify-items: start;
  }

  .text-h1 {
    font-size: 80px;
  }

  .span-orange {
    font-family: Actaywide, sans-serif;
  }

  .link-halves {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .footer-column.last {
    margin-left: 0;
  }

  .list-item {
    align-self: flex-start;
  }

  .footer-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
  }

  .contact-options-list {
    justify-content: center;
    align-items: flex-start;
  }

  .contact-options-list.contact-align-left {
    align-items: flex-start;
  }

  .blog-main-image-wrap {
    height: 500px;
  }

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

  .big-image-wrap {
    height: 550px;
  }

  .article-heading-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .submenu-master-careers {
    top: 78px;
  }

  .careers-container {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .list-careers {
    grid-template-columns: 1fr 1fr;
  }

  .back-link-master {
    top: 78px;
  }

  .back-link {
    margin-left: 0;
  }

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: auto;
  }

  .faq-grid-halves {
    grid-template-columns: 1fr;
  }

  .expandable-master {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-wrap-faq-halves {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .service-navigation {
    top: 78px;
  }

  .small-container {
    max-width: 970px;
  }

  .marketing-logos-wrap {
    height: 600px;
  }

  .marketing-icons-combo {
    width: 150px;
  }

  .marketing-logo-wrap {
    width: 150px;
    height: 150px;
  }

  .marketing-content {
    max-width: 320px;
    margin-bottom: 220px;
  }

  .marketing-column.last-column {
    display: none;
  }

  .marketing-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .75fr 1.25fr;
  }

  .horizontal-logo-card {
    width: 200px;
    height: 120px;
  }

  .project-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .project-number {
    font-size: 100px;
  }

  .project-big-card {
    grid-template-columns: 1fr;
  }

  .project-info-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .project-image-wrap {
    height: 450px;
  }

  .project-image-wrap.hide-mobile {
    display: none;
  }

  .project-image-wrap.mobile {
    display: flex;
  }

  .pricing-table {
    flex-direction: row;
    overflow: scroll;
  }

  .table-text-cell {
    width: 100%;
  }

  .pricing-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .pricing-sticky {
    position: static;
  }

  .home-bg {
    width: 340px;
    top: 20%;
    bottom: auto;
    left: auto;
    right: 2%;
  }

  .home-bg.left {
    width: 420px;
    top: 15%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .testimonial-bg {
    width: 180px;
    top: 0%;
  }

  .logo-bg {
    width: 100px;
  }

  .work-bg {
    width: 300px;
  }

  .gallery-2-bg {
    width: 180px;
    right: 0%;
  }

  .about-bg, .blog-bg {
    width: 200px;
  }

  .article-left-bg {
    width: 120px;
  }

  .article-side-bg {
    width: 100px;
  }

  .career-bg {
    width: 150px;
  }

  .contact-bg {
    display: none;
  }

  .frame {
    padding-top: 0;
    padding-left: 5vh;
  }

  .sticky-faq {
    align-items: center;
  }

  .job-description {
    padding-left: 0;
  }

  .included-card {
    min-height: 260px;
  }

  .grid-thirds-all-features {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-fourths-sales-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .h2-sales-page-name {
    text-align: center;
  }

  .grid-thirds-sales-page {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-included {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .sales-card {
    padding: 16px;
  }

  .inside-bar-sales-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    z-index: -1;
  }

  .image-6 {
    max-width: 240px;
  }

  .div-block-2 {
    width: 32px;
    height: 32px;
    top: 12px;
    right: 12px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 70px;
  }

  .subtitle {
    font-size: 20px;
  }

  .cta-main.outline {
    background-color: var(--beige);
    line-height: 140%;
  }

  .cta-main.nav-cta-desktop {
    display: none;
  }

  .cta-main.nav-cta-mobile {
    display: flex;
  }

  .cta-main.cta-animated {
    line-height: 140%;
  }

  .cta-main.accent {
    font-size: 21px;
  }

  .mega-h1 {
    font-size: 54px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.hero-contact {
    padding-top: 48px;
  }

  .section.world {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.hero-home {
    padding-top: 100px;
  }

  .right-column-template-details {
    padding: 0;
  }

  .card-template-details {
    padding: 24px;
  }

  .feature-content {
    padding-right: 20px;
  }

  .body-1.text-dark-gray {
    text-align: left;
  }

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

  .columns-template-details {
    flex-direction: column;
  }

  .left-column-template-details {
    display: none;
  }

  .card-template-navigation {
    padding: 24px;
  }

  .text-h3---1.no-margins {
    align-self: flex-start;
    max-width: 100%;
  }

  .text-h3---1.no-margins.center {
    max-width: 100%;
    font-size: 26px;
  }

  .text-h3---1.no-margins.right {
    margin-left: 0;
  }

  .text-h1 {
    font-size: 70px;
  }

  .link-halves {
    grid-column-gap: 50px;
    grid-row-gap: 24px;
    grid-template-columns: auto auto;
  }

  .footer-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .submit-wrap.contact-submit-wrap {
    margin-top: 24px;
  }

  .blog-main-image-wrap {
    height: auto;
  }

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

  .big-image-wrap {
    height: 500px;
  }

  .submenu-master-careers {
    align-items: center;
    position: static;
  }

  .careers-container {
    padding-left: 24px;
  }

  .list-careers, .grid-halves {
    grid-template-columns: 1fr;
  }

  .grid-halves.feature-cards-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .masters-departments {
    margin-top: 0;
  }

  .back-link-master {
    position: static;
  }

  .limit-720 {
    width: 100%;
    max-width: 100%;
  }

  .limit-596 {
    max-width: 100%;
  }

  .input-group {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    margin-bottom: 12px;
  }

  .feature-marquee-item {
    padding-left: 40px;
  }

  .feature-card {
    max-width: 420px;
    padding: 24px;
  }

  .service-nav-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .bg-multiple {
    width: 150px;
  }

  .bg-yellow-service {
    width: 80px;
  }

  .marketing-logos-wrap {
    order: 1;
    align-self: center;
    height: 400px;
  }

  .marketing-content {
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    position: static;
  }

  .marketing-column.last-column {
    display: flex;
  }

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

  .testimonial-big-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonial-text-big {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
  }

  .limit-970 {
    max-width: 100%;
  }

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

  .service-card.long {
    max-width: none;
  }

  .home-hero-wrap {
    z-index: 20;
    grid-column-gap: 148px;
    grid-row-gap: 148px;
    position: relative;
  }

  .home-hero-tiles {
    flex-direction: column-reverse;
  }

  .video-big {
    height: 500px;
  }

  .project-thirds {
    grid-template-columns: 1fr;
  }

  .project-number {
    font-size: 64px;
  }

  .project-list {
    margin-top: 24px;
  }

  .project-image-wrap {
    height: 400px;
  }

  .home-image-wrap {
    height: 500px;
  }

  .pricing-label-row {
    grid-template-columns: auto auto auto auto;
  }

  .pricing-thirds {
    grid-template-columns: 1fr;
  }

  .about-info-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .home-bg {
    width: 60%;
  }

  .home-bg.left {
    top: 0%;
  }

  .home-bg-2 {
    width: 80px;
  }

  .home-bg-3 {
    width: 120px;
  }

  .scroll-bg {
    width: 150px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .work-bg {
    width: 250px;
  }

  .testimonial-bg-2 {
    width: 120px;
  }

  .numbers-bg {
    width: 100px;
  }

  .post-body-bg-1 {
    width: 150px;
  }

  .video-bg {
    width: 180px;
  }

  .hero-left-bg {
    width: 100px;
  }

  .hero-right-bg {
    width: 150px;
  }

  .services-left-bg, .services-right-bg {
    width: 120px;
  }

  .article-left-bg {
    width: 100px;
  }

  .article-right-bg {
    width: 60px;
  }

  .article-side-bg {
    width: 80px;
  }

  .track {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .camera {
    width: 100%;
    height: auto;
  }

  .frame {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-horizontal-wrap {
    flex-direction: column;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .grid-included {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }

  .lottie-animation {
    width: auto;
  }

  .heading {
    font-size: 34px;
  }

  .photo-card {
    max-width: 360px;
    padding: 24px;
  }

  .form-title {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  .mega-h1 {
    font-size: 11vw;
  }

  .section.cards-section, .section.world {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.hero-home, .section.hero-home.fix, .section.hero-work {
    padding-top: 48px;
  }

  .section.hero-project {
    height: 350px;
  }

  .section.hero-pricing, .section.hero-about {
    padding-top: 80px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-template-details {
    padding: 24px;
  }

  .colors-grid-style-guide {
    grid-template-columns: 1fr 1fr;
  }

  .body-1 {
    font-family: Actay, sans-serif;
    font-weight: 400;
    line-height: 110%;
  }

  .body-1.no-margins {
    text-align: justify;
  }

  .body-1.small {
    margin-left: 10px;
  }

  .sticky-feature-card {
    padding: 32px;
  }

  .tiles-grid-style-guide, .buttons-grid-style-guide {
    grid-template-columns: 1fr;
  }

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

  .no-margins {
    font-family: Actay, sans-serif;
    font-size: 18px;
    line-height: 110%;
  }

  .card-template-navigation {
    padding: 24px;
  }

  .text-h3---1, .text-h3---1.no-margins.center {
    font-size: 21px;
  }

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

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu, .navigation-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button {
    padding: 0;
  }

  .footer-halves {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .limit-350 {
    text-align: left;
    order: -1;
    margin-left: 0;
    margin-right: auto;
  }

  .text-h1 {
    font-size: 56px;
  }

  .text-h2 {
    font-size: 40px;
  }

  .text-h3 {
    font-size: 32px;
  }

  .span-orange {
    font-family: Actaywide, sans-serif;
    font-weight: 700;
  }

  .span-orange.white.mobile {
    color: var(--black);
  }

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

  .contact-options-list {
    order: -1;
  }

  .contact-options-list.contact-align-left {
    order: 1;
  }

  .blog-main-image-wrap {
    padding: 32px;
  }

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

  .image-cover.center {
    object-fit: cover;
    max-height: 350px;
  }

  .secondary-cta {
    width: 100%;
  }

  .title-wrap.home {
    text-align: center;
    align-items: center;
  }

  .limit-905.absolute {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .big-image-wrap {
    height: 400px;
  }

  .submenu-master-careers {
    justify-content: flex-start;
  }

  .careers-container {
    flex-direction: column;
    padding-left: 0;
  }

  .deparment-careers {
    padding-bottom: 48px;
  }

  .list-careers {
    grid-template-columns: 1fr;
  }

  .tile-career {
    padding: 32px;
  }

  .sticky-block.bg {
    background-color: rgba(255, 255, 255, .46);
    background-image: linear-gradient(18deg, rgba(172, 172, 172, .2) 28%, rgba(255, 255, 255, .61) 39%, rgba(163, 163, 163, .14) 54%);
    border-radius: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .grid-halves.feature-cards-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-group {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .feature-marquee-item {
    padding-left: 24px;
  }

  .feature-card {
    max-width: 340px;
    padding: 24px;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .service-navigation {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .service-nav-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-link-wrap {
    flex-direction: column;
  }

  .service-link {
    padding-left: 0;
  }

  .small-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bg-multiple {
    width: 60px;
  }

  .bg-footer {
    width: 70px;
    bottom: -90px;
  }

  .bg-yellow-service {
    width: 40px;
  }

  .marketing-icons-combo {
    width: auto;
  }

  .marketing-logo-wrap {
    width: 30vw;
    height: 30vw;
  }

  .marketing-content {
    justify-content: center;
    align-items: center;
  }

  .marketing-column.last-column {
    display: none;
  }

  .marketing-logo-image {
    width: 100%;
    height: 100%;
  }

  .testimonial-big-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonial-text-big {
    font-size: 18px;
  }

  .ticks {
    width: 40px;
  }

  .limit-970 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-logo-card {
    width: 180px;
    height: 80px;
  }

  .service-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 32px;
  }

  .hero-button-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }

  .home-hero-wrap {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    margin-top: 0;
  }

  .video-big {
    height: 400px;
  }

  .play-button {
    width: 64px;
    height: 64px;
  }

  .project-number {
    font-size: 64px;
  }

  .project-gallery {
    grid-template-columns: 1fr;
  }

  .project-info-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 32px;
  }

  .project-info-tile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .project-image-wrap {
    height: 300px;
  }

  .home-image-wrap {
    height: 400px;
  }

  .table-cell, .table-text-cell {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pricing-card {
    padding: 32px;
  }

  .about-halves {
    grid-template-columns: 1fr;
  }

  .about-image-wrap {
    height: 350px;
  }

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

  .home-bg {
    width: 100%;
    height: 160px;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .home-bg-2 {
    width: 40px;
  }

  .home-bg-3 {
    width: 60px;
  }

  .scroll-bg {
    width: 100px;
  }

  .marquee-bg {
    width: 50px;
  }

  .testimonial-bg {
    width: 60px;
  }

  .logo-bg {
    z-index: 5;
    width: 70%;
  }

  .work-bg {
    width: 80px;
    top: 250px;
  }

  .testimonial-bg-2 {
    width: 80px;
  }

  .project-bg {
    width: 40px;
    bottom: -80px;
  }

  .numbers-bg {
    width: 40px;
  }

  .post-body-bg-1 {
    width: 80px;
  }

  .video-bg {
    width: 60px;
    bottom: 0;
  }

  .post-body-bg-2 {
    width: 60px;
  }

  .gallery-2-bg {
    width: 80px;
  }

  .hero-left-bg, .hero-right-bg {
    width: 60px;
  }

  .services-left-bg {
    width: 50px;
  }

  .services-right-bg, .blog-bg {
    width: 60px;
  }

  .article-left-bg {
    width: 50px;
  }

  .article-right-bg {
    width: 40px;
  }

  .article-side-bg, .career-bg {
    width: 60px;
  }

  .job-side-bg, .contact-left-bg, .contact-right-bg {
    width: 40px;
  }

  .frame {
    justify-content: center;
  }

  .scroll-header {
    margin-bottom: 40px;
  }

  .left-bar-sales-details {
    text-align: center;
    flex-direction: column;
  }

  .included-card {
    padding: 24px;
  }

  .included-card.figma-card {
    font-size: 15px;
  }

  .master-sales-pages {
    padding: 18px;
  }

  .close-sales-info {
    margin-top: 20px;
    right: 24px;
  }

  .master-bar-sales-details {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-fourths-sales-fourths {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .more-power-card {
    padding: 24px;
  }

  .link-template-details {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    left: 24px;
    right: 24px;
  }

  .right-sales-details {
    flex-wrap: wrap;
  }

  .wrap-figma-content {
    font-size: 16px;
  }

  .container-sales-details {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sales-card {
    padding: 16px;
  }

  .mega-sales-info {
    padding-top: 32px;
    display: none;
  }

  .inside-bar-sales-details {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lottie-animation {
    height: 100%;
    margin-bottom: 0;
  }

  .background-video {
    height: 480px;
  }

  .heading {
    background-color: var(--bg);
    padding-top: 10px;
    font-size: 21px;
    line-height: 140%;
  }

  .image-5 {
    width: 100%;
  }

  .image-10 {
    width: 340px;
  }

  .image-11 {
    top: 0%;
  }

  .image-15 {
    max-width: 80%;
  }

  .form-header {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-header.close {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-title {
    font-size: 1.2em;
  }

  .image-53 {
    max-width: 80%;
  }

  .image-54 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-55 {
    width: 200px;
  }
}

#w-node-_60e350fd-3c5c-6c2b-68c8-81422c68eb8f-df482c90 {
  align-self: center;
}

#w-node-_60e350fd-3c5c-6c2b-68c8-81422c68eb57-df482c90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_60e350fd-3c5c-6c2b-68c8-81422c68eb72-df482c90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a08d-f9a3a068, #w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a091-f9a3a068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a0d1-f9a3a068 {
  align-self: start;
  justify-self: start;
}

#w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a074-f9a3a068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_04264324-480d-432a-1dbc-2112bc334232-bc33422f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04264324-480d-432a-1dbc-2112bc33423f-bc33422f {
  justify-self: end;
}

#w-node-_2e390349-99e3-eadd-443c-90fd9b268f86-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b268f8b-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b268f90-9b268f65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e390349-99e3-eadd-443c-90fd9b268f96-9b268f65 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2e390349-99e3-eadd-443c-90fd9b269015-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b26901b-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b269021-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b269027-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b26902d-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b269033-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b269039-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b26903f-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b269045-9b268f65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7753319a-794c-83fe-9432-51d196ed1c19-df482c93 {
  align-self: stretch;
}

#w-node-fa51b0a2-2b13-6389-5e2a-820dfebfb805-febfb802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa51b0a2-2b13-6389-5e2a-820dfebfb817-febfb802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fbda45b2-7eee-465c-9c27-1df22e574487-df482c94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43bf37c8-5fb0-18a4-2292-bfbce5c4de5f-df482c94 {
  align-self: center;
}

#w-node-_43bf37c8-5fb0-18a4-2292-bfbce5c4de31-df482c94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_43bf37c8-5fb0-18a4-2292-bfbce5c4de3d-df482c94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a1bfafbc-2469-109f-e803-f865321ff806-df482c99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c07581aa-030d-d9bf-6ec0-8b6ea622bb4b-df482c99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_236b188f-9b98-c82e-42d7-870eeb1b6a98-df482c99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_236b188f-9b98-c82e-42d7-870eeb1b6a80-df482c99, #w-node-_6c149fdf-22e7-1193-1057-eab4e86e8524-df482c9d, #w-node-_6c149fdf-22e7-1193-1057-eab4e86e8562-df482c9d, #w-node-_6c149fdf-22e7-1193-1057-eab4e86e8569-df482c9d, #w-node-_6c149fdf-22e7-1193-1057-eab4e86e8570-df482c9d, #w-node-_6c149fdf-22e7-1193-1057-eab4e86e8577-df482c9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d318008979-df482c9e {
  justify-self: end;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d31800897b-df482c9e, #w-node-_55fb63f7-bbec-59ed-3b4f-05d31800897c-df482c9e, #w-node-_55fb63f7-bbec-59ed-3b4f-05d31800897f-df482c9e, #w-node-_55fb63f7-bbec-59ed-3b4f-05d318008982-df482c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d318008988-df482c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d31800898a-df482c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d318008991-df482c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d318008993-df482c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d31800899a-df482c9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d31800899c-df482c9e, #w-node-_55fb63f7-bbec-59ed-3b4f-05d3180089af-df482c9e, #w-node-_55fb63f7-bbec-59ed-3b4f-05d3180089b8-df482c9e, #w-node-c0dc9e11-5eb9-3519-3a24-1f51a70e719d-a70e7189, #w-node-c0dc9e11-5eb9-3519-3a24-1f51a70e71a4-a70e7189, #w-node-c0dc9e11-5eb9-3519-3a24-1f51a70e71ab-a70e7189, #w-node-c0dc9e11-5eb9-3519-3a24-1f51a70e71b2-a70e7189, #w-node-_93753809-17e1-bc8d-edf8-a213dfd334cf-df482c9f, #w-node-_93753809-17e1-bc8d-edf8-a213dfd334d5-df482c9f, #w-node-_93753809-17e1-bc8d-edf8-a213dfd334d7-df482c9f, #w-node-_93753809-17e1-bc8d-edf8-a213dfd334dd-df482c9f, #w-node-_93753809-17e1-bc8d-edf8-a213dfd334df-df482c9f, #w-node-_93753809-17e1-bc8d-edf8-a213dfd334e5-df482c9f, #w-node-c80b2462-fa68-6357-032e-7028189a61dd-df482ca5, #w-node-_9c234c3b-4383-5a76-2981-b26d9caa8fa1-df482ca5, #w-node-_9c234c3b-4383-5a76-2981-b26d9caa8fa8-df482ca5, #w-node-_9c234c3b-4383-5a76-2981-b26d9caa8faf-df482ca5, #w-node-_9c234c3b-4383-5a76-2981-b26d9caa8fb6-df482ca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df22255-df482ca6 {
  justify-self: end;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df22257-df482ca6, #w-node-dd5424bf-d88d-2bd2-9a02-e3148df2225c-df482ca6, #w-node-dd5424bf-d88d-2bd2-9a02-e3148df2225f-df482ca6, #w-node-dd5424bf-d88d-2bd2-9a02-e3148df22262-df482ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df22268-df482ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df2226a-df482ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df22271-df482ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df22274-df482ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df2227d-df482ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df22280-df482ca6, #w-node-dd5424bf-d88d-2bd2-9a02-e3148df22294-df482ca6, #w-node-dd5424bf-d88d-2bd2-9a02-e3148df2229d-df482ca6, #w-node-f9d45432-386f-85fa-a51d-c57ad691ef59-df482ca8, #w-node-_9dacc2a0-d556-8590-c36c-97762e3f4cda-df482ca8, #w-node-c02339ae-1b82-d81e-44cf-d6de0eed924d-df482ca8, #w-node-c02339ae-1b82-d81e-44cf-d6de0eed9253-df482ca8, #w-node-acd56c77-228b-ad1a-202e-cc2755e5a1c7-df482ca8, #w-node-acd56c77-228b-ad1a-202e-cc2755e5a1cd-df482ca8, #w-node-dd27409e-b77c-c37b-d6c6-5a40a9778c09-df482ca8, #w-node-_0d4e149e-2f66-d179-ffc2-71b282bcf45a-df482ca8, #w-node-_120643ed-a152-61cf-4bff-704f149f6342-df482ca8, #w-node-ac7a5002-c135-1119-f959-ede6ee5d61c9-df482ca8, #w-node-e483b4fe-153b-5f42-7f96-5426910f2506-df482ca8, #w-node-e483b4fe-153b-5f42-7f96-5426910f2507-df482ca8, #w-node-e483b4fe-153b-5f42-7f96-5426910f2508-df482ca8, #w-node-e483b4fe-153b-5f42-7f96-5426910f2509-df482ca8, #w-node-e7d8e9fd-dd46-5bde-c565-ab39c181e219-df482cab, #w-node-e7d8e9fd-dd46-5bde-c565-ab39c181e229-df482cab, #w-node-e7d8e9fd-dd46-5bde-c565-ab39c181e22d-df482cab, #w-node-e7d8e9fd-dd46-5bde-c565-ab39c181e231-df482cab, #w-node-e7d8e9fd-dd46-5bde-c565-ab39c181e235-df482cab, #w-node-e7d8e9fd-dd46-5bde-c565-ab39c181e239-df482cab, #w-node-e7d8e9fd-dd46-5bde-c565-ab39c181e25f-df482cab, #w-node-de7b09aa-d6ae-49c8-7434-db52ee2bf4bd-df482cab, #w-node-e7d8e9fd-dd46-5bde-c565-ab39c181e264-df482cab, #w-node-_43dff8b0-dde4-2d35-b3b0-5bdf8fd955bd-df482caf, #w-node-a18fcf42-5e4a-8b3d-1a93-6234f73e724a-df482caf, #w-node-_66213fdd-ff77-520d-d147-a80e966c52ec-df482caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a074-f9a3a068 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2e390349-99e3-eadd-443c-90fd9b268f96-9b268f65 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a074-f9a3a068 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Sfuidisplay';
  src: url('../fonts/SFUIDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfuidisplay';
  src: url('../fonts/SFUIDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfuidisplay';
  src: url('../fonts/SFUIDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfuidisplay';
  src: url('../fonts/SFUIDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Actay';
  src: url('../fonts/Actay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Actaywide';
  src: url('../fonts/ActayWide-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}