@font-face {
  font-family: Coolvetica Rg;
  src: url('../fonts/coolvetica-rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Condensed Rg;
  src: url('../fonts/coolvetica-condensed-rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Coolvetica Compressed Hv;
  src: url('../fonts/coolvetica-compressed-hv.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --main-color: #fff;
  --second-color: #2b20ff;
  --third-color: #2018bf;
  --body-text-color: #d9dae2;
  --divider-color: #d8dfe0;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .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;
  }
}

body {
  background-color: var(--black);
  color: var(--main-color);
  scroll-behavior: smooth;
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

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

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

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

p {
  opacity: 1;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 24px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 2px solid var(--third-color);
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page-content {
  background-color: var(--black);
  position: relative;
}

.subhead {
  opacity: .7;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

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

.margin-20px.with-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f71818;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.button {
  background-color: var(--second-color);
  color: var(--main-color);
  text-transform: uppercase;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  padding: 14px 22px;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.1;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  background-color: var(--third-color);
  background-image: none;
}

.button.subscribe {
  background-color: var(--second-color);
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  inset: 6px 8px auto auto;
}

.button.subscribe:hover {
  background-color: var(--third-color);
}

.button.full {
  text-align: center;
  width: 100%;
}

.subscribe-field {
  background-color: var(--body-text-color);
  color: var(--second-color);
  background-image: url('../images/user_1user.avif');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #c1c1be80;
  align-self: center;
  height: 64px;
  margin-bottom: 0;
  padding-left: 50px;
}

.subscribe-field::placeholder {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 500;
}

.subscribe-field.for-search {
  background-color: var(--black);
  color: var(--main-color);
  background-image: url('../images/Search-Color.svg');
  height: 61px;
  margin-bottom: 30px;
  font-size: 16px;
}

.subscribe-field.for-search::placeholder {
  color: var(--main-color);
  font-size: 16px;
}

.subscribe-field.plain {
  background-color: var(--black);
  color: var(--main-color);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  max-width: 300px;
  padding-left: 20px;
}

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

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

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

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

.utility-page-content.second {
  justify-content: center;
  align-items: center;
  width: 800px;
}

.search-link {
  color: var(--main-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.search-result-item {
  background-color: var(--black);
  color: var(--main-color);
  border: 1px solid #c1c1be80;
  border-radius: 0;
  flex-flow: column;
  padding: 40px 50px 40px 45px;
  display: flex;
}

.search-container {
  max-width: 740px;
}

.search-result-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.search-link-text {
  padding-top: 3px;
  padding-bottom: 3px;
}

.search {
  position: relative;
}

._404-title {
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1;
}

.password-title {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1;
}

.container {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.for-checkout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

.container.contact {
  padding-left: 3%;
  padding-right: 3%;
}

.section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.section.for-inner {
  background-color: var(--black);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.section.for-inner._50px-top {
  padding-top: 50px;
}

.section._100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.for-checkout {
  min-height: auto;
}

.section.cases, .section.owner-quote {
  padding-left: 3%;
  padding-right: 3%;
}

.section.contact {
  z-index: 2;
  padding-bottom: 20rem;
}

.subhead-big-center {
  opacity: 1;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.margin-60px.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-60px.flex.make-20px {
  margin-top: 15px;
}

.work-link {
  width: 100%;
  height: 100%;
  position: relative;
}

.work-link.add-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paralax-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
  margin-top: -5%;
  position: absolute;
  inset: 0%;
}

.paralax-image.casescover {
  margin-top: -180px;
  position: fixed;
}

.paralax-image.works-cover {
  height: 120%;
  margin-top: -10%;
  position: fixed;
}

.paralax-image.owner-picture {
  height: 130%;
  margin-top: -10%;
}

.paralax-image.contactcover {
  margin-top: -180px;
  position: fixed;
}

.section-photo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.section-photo.cover {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.video-wrap {
  z-index: 1;
  object-fit: cover;
  border-radius: 7px;
  flex: none;
  width: 10vw;
  height: 10vw;
  position: relative;
  overflow: hidden;
}

.video-wrap.full-width {
  border-radius: 0;
  width: 95vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 30px;
}

.field-label {
  opacity: .7;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
}

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

.success-message {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #00b83c;
  font-weight: 500;
}

.text-field {
  color: var(--main-color);
  background-color: #121212;
  border-color: #ffffff1f;
  height: 56px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
  box-shadow: 14px 14px 50px -20px #0000001a;
}

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

.text-field::placeholder {
  color: #ffffffb3;
  font-size: 15px;
  font-weight: 400;
}

.text-field.less-height {
  height: 46px;
}

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

.style-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.5;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
}

.caption.margined._2 {
  color: var(--main-color);
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
}

.title-5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.color-block {
  background-color: var(--black);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.color-block.second {
  background-color: var(--main-color);
}

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.light-block-second.rounded-bottom {
  padding-bottom: 30px;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.white-block {
  width: 100%;
  padding: 20px 20px 40px 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.title-1 {
  z-index: 1;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.licensing-content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

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

.licensing-title {
  font-size: 34px;
}

.licensing-link {
  color: var(--main-color);
  text-decoration: underline;
}

.licensing-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-text-block li {
  opacity: 1;
  font-size: 16px;
  line-height: 32px;
}

.main-text-block h4 {
  max-width: 630px;
  margin: 0 auto 15px;
  font-weight: 600;
}

.main-text-block h3 {
  max-width: 630px;
  margin: 0 auto 1rem;
  font-weight: 600;
}

.main-text-block ul {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: decimal;
  display: flex;
}

.main-text-block img {
  margin-top: 20px;
  margin-bottom: 5px;
}

.main-text-block p {
  max-width: 630px;
  margin: 20px auto;
  line-height: 1.5;
}

.main-text-block figcaption {
  opacity: .48;
  margin-bottom: 20px;
  font-size: 15px;
}

.main-text-block a {
  color: #121212;
  text-decoration: underline;
}

.main-text-block h6, .main-text-block h1 {
  max-width: 630px;
  margin: 0 auto 15px;
}

.main-text-block blockquote {
  text-transform: uppercase;
  max-width: 630px;
  margin: 20px auto 25px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 50px;
  line-height: 1.1;
}

.main-text-block h5 {
  max-width: 630px;
  margin: 0 auto 15px;
  font-weight: 600;
}

.main-text-block h2 {
  text-transform: uppercase;
  max-width: 630px;
  margin: 0 auto 15px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-divider {
  background-color: var(--main-color);
  opacity: .15;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.subhead-pricing {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.subhead-pricing.with-margin {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
}

.subhead-pricing.gray {
  opacity: .5;
  font-weight: 600;
}

.subhead-pricing.gray.for-pricing {
  opacity: .8;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}

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

.pricing-column._15px {
  grid-column-gap: 36px;
  grid-row-gap: 15px;
}

.pricing-column.top {
  grid-row-gap: 15px;
}

.pricing-column._25px {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.check-item {
  grid-column-gap: 5px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-text {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-text.big {
  opacity: 1;
  margin-top: 20px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
}

.pricing-text.normal {
  text-transform: capitalize;
  margin-bottom: 7px;
  font-family: Instrument Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.check-image {
  opacity: .8;
  width: 20px;
}

.small-text {
  opacity: .8;
  color: var(--main-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.pricing-plan-justify {
  background-color: var(--black);
  border: 1px solid #ffffff26;
  padding: 40px 35px;
  position: relative;
}

.block-header {
  background-color: #121212;
  border-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.block-content {
  background-color: #121212;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-top: 3px;
}

.main-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2;
}

.checkbox-label {
  opacity: .71;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}

.quantity-opacity {
  opacity: .5;
  font-size: 15px;
}

.subtotal, .pricing-subtotal {
  font-size: 16px;
}

.pricing-subtotal.total {
  font-size: 18px;
  font-weight: 600;
}

.checkout-text {
  opacity: .8;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.2;
}

.logo-link {
  order: -1;
}

.button-text-wrapper {
  z-index: 10;
  flex-direction: column;
  height: 24px;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.trailing-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 1;
  display: flex;
}

.navigation-link {
  color: var(--main-color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.navigation-link.temp-off {
  display: none;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.main-logo {
  filter: none;
  width: 70px;
}

.button-text {
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

.line-below {
  background-color: var(--main-color);
  opacity: 1;
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.hero-main-title {
  z-index: 2;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  color: #ff3000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 30vw;
  font-weight: 400;
  line-height: 1;
  position: absolute;
}

.hero-main-title.for-inner {
  text-align: center;
  text-shadow: 0 2rem 2rem #0b0f2026;
  white-space: normal;
  color: #fff;
  font-size: 20vw;
  position: fixed;
}

.hero-main-title.for-inner._15vw {
  text-align: center;
  font-size: 16vw;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.hero-wrapper {
  z-index: 10;
  height: 300vh;
  position: relative;
}

.hero-preview {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.hero-first {
  z-index: 25;
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-text-wrapper {
  z-index: 15;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 70vw;
  display: flex;
  position: static;
}

.parallax-images {
  flex-direction: column;
  align-items: stretch;
  position: absolute;
  inset: 0%;
}

.parallax-images.back {
  z-index: 0;
}

.hero-interaction {
  position: absolute;
  inset: 0%;
}

.hero-images {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  position: absolute;
  inset: 0%;
}

.hero-images.front {
  display: flex;
}

.hero-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: -100vh;
  padding-bottom: 3rem;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.top-title-overflow {
  position: relative;
}

.top-title-overflow.add-overflow {
  justify-content: center;
  align-items: center;
  display: flex;
  left: 30vw;
}

.hero-home-flex {
  z-index: 25;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.35;
  display: flex;
  position: static;
}

.main-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 0%;
  overflow: hidden;
}

.main-image.fifth {
  width: 18vw;
  height: 13vw;
  top: 72vh;
  left: 32vw;
}

.main-image.sixth {
  width: 16vw;
  height: 16vw;
  top: 43vh;
  left: auto;
  right: 25vw;
}

.main-image.second {
  width: 16vw;
  height: 11vw;
  top: 12vh;
  left: auto;
  right: 0;
}

.main-image.second.absolute {
  width: 11vw;
  position: absolute;
  inset: 11.9vh 3.5vw auto auto;
}

.main-image.third {
  width: 23vw;
  height: 22vw;
  min-height: 23vw;
  top: 90%;
}

.main-image.fourth {
  width: 15vw;
  height: 19vw;
  min-height: 19vw;
  bottom: -5vh;
  left: auto;
  right: 0;
}

.main-image.first {
  width: 20vw;
  height: 25vw;
  top: 8vh;
  left: 19vw;
}

.hero-overflow-title {
  z-index: 1;
  position: sticky;
  top: 140px;
}

.logo-grid-list {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo-grid-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding: 1.5rem 1rem;
  display: flex;
}

.logo-grid-mask {
  max-height: 3.5rem;
  overflow: hidden;
}

.logo-grid-track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-client {
  height: 3rem;
  max-height: 3rem;
}

.fade-in-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  background-color: #f0f0f000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fade-gradient {
  z-index: 5;
  background-image: linear-gradient(90deg, #fff0, var(--black) 25%);
  pointer-events: none;
  cursor: none;
  width: 200%;
  position: absolute;
  inset: 0%;
}

.subhead-main {
  opacity: 1;
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-main.left {
  text-align: left;
  margin-top: 0;
  font-weight: 600;
}

.button-3d {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: transform .2s;
}

.button-3d:active {
  transform: scale(.975);
}

.button-3d.temp-off {
  display: none;
}

.button-inner {
  position: relative;
}

.button-face {
  background-color: var(--second-color);
  padding: 1rem 1.75rem;
}

.button-face.hover {
  background-color: var(--third-color);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

.button-flex {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-flex._20px {
  margin-top: 20px;
}

.project-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  display: flex;
}

.project-flex.add-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-flex.inner {
  flex-flow: row;
}

.image-wrap {
  z-index: 1;
  object-fit: cover;
  flex: 1;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.image-wrap.cricle {
  border-radius: 100%;
  max-width: 15rem;
  max-height: 15rem;
}

.image-wrap.square {
  width: 29vw;
  height: 27vh;
  margin-left: 20px;
  top: 11px;
}

.image-wrap.auto {
  aspect-ratio: 3 / 2;
  height: auto;
}

.image-wrap.auto.with-ratio {
  aspect-ratio: 1;
}

.image-wrap.mobile-auto.services-inner-cover {
  width: 100%;
  min-height: 10rem;
}

.image-wrap.mobile-auto.services-inner-cover.mobile-only {
  display: none;
}

.image-wrap.for-about {
  height: 50vh;
}

.image-wrap.full-width {
  flex: 0 auto;
  width: 100%;
  max-width: none;
}

.image-wrap.full-width.full-height {
  height: 100vh;
}

.image-wrap.inner {
  height: 60vh;
}

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

.work-overlay {
  z-index: 3;
  opacity: .4;
  pointer-events: none;
  background-image: linear-gradient(#0c0c0d73, #0c0c0dcc);
  position: absolute;
  inset: 0%;
}

.title-wrapper {
  z-index: 6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.title-wrapper.inner {
  padding-left: 2rem;
  padding-right: 2rem;
}

.work-title {
  color: var(--main-color);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1rem 1.5rem #0f152533;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: .9;
}

.work-title.inner {
  font-size: 100px;
}

.legends {
  z-index: 30;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.top-text {
  opacity: 1;
  color: var(--main-color);
  margin-bottom: 0;
}

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

.big-numbers-grid._3-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.margin-40px {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.line-divider {
  opacity: .35;
  background-color: #ff3000;
  width: 100%;
  height: .5px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.big-number {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: .8;
}

.big-number.second {
  font-size: 15vw;
  position: relative;
}

.testimonials-text {
  text-align: center;
  text-transform: uppercase;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}

.align-center {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.service-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 100%;
}

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

.home-services-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-services-item.sticky {
  flex-flow: row;
  position: sticky;
  top: 0;
}

.home-services-item.sticky.reverse {
  background-color: #111;
}

.services-left-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--main-color);
  background-color: #111;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 80vh;
  padding: 6% 3%;
  display: flex;
}

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

.service-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  flex: 1;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-content {
  color: var(--divider-color);
  background-color: #222;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.big-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 26vw;
  font-weight: 400;
  line-height: .8;
}

.flex-big {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-grid {
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.data-image {
  justify-content: space-between;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: flex;
}

.data-image.invert {
  opacity: .7;
}

.data-text {
  opacity: .7;
  margin-bottom: 0;
  font-size: 14px;
}

.data-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.data-inside {
  color: var(--main-color);
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.buton-icon-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.buton-icon-svg.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.blog-main-wrapper {
  color: var(--main-color);
  width: 100%;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-icon-main {
  z-index: 5;
  background-color: var(--second-color);
  color: var(--main-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
  transform: none;
}

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

.cta-wrapper {
  z-index: 30;
  background-color: #0b0b0b;
  position: relative;
}

.text-rotator-main {
  z-index: 20;
  background-color: var(--black);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-rotator-main:hover {
  filter: invert();
}

.text-rotator-content {
  align-items: center;
  display: flex;
}

.text-rotator {
  opacity: 1;
  color: var(--main-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 30vw;
  font-weight: 400;
  line-height: .9;
}

.line-icon {
  background-color: var(--main-color);
  opacity: .42;
  flex: none;
  width: 140px;
  height: 1px;
  margin-left: 50px;
  margin-right: 50px;
}

.footer-grid-second {
  z-index: 4;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.copyright-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.figma-text {
  opacity: 1;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 20px;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.subscribe-field-footer {
  color: #000;
  background-color: #f1f3f8;
  background-image: url('../images/paper-planes_1paper-planes.avif');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px #000;
  align-self: center;
  height: 80px;
  margin-bottom: 0;
  padding-left: 52px;
  font-size: 17px;
}

.subscribe-field-footer::placeholder {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.line-bottom {
  background-color: #d9dae2;
  width: 100%;
  height: 1px;
  margin-top: 6px;
}

.footer-title {
  opacity: .76;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
}

.subscribe-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.checkbox-label-footer {
  opacity: 1;
  color: #f1f3f8;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.navigation-flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.footer {
  z-index: 5;
  color: #d9dae2;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  min-height: 50vh;
  padding: 50px 3% 30px;
  display: flex;
  position: relative;
}

.button-line {
  color: #f1f3f8;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.copyright-flex-bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.figma-file-absolute {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #d9dae2;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.figma-file-absolute.for-copyright {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  position: relative;
  bottom: 0;
  left: 0;
}

.figma-file-absolute.for-copyright:hover {
  opacity: .69;
}

.checkbox-main {
  opacity: .5;
  border: 1px solid #d9dae2;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-main.w--redirected-checked {
  opacity: 1;
  background-color: #d9dae2;
  background-image: url('../images/check_1check.avif');
  background-position: 50%;
  background-size: 10px;
  border-color: #d9dae2;
}

.button-subscribe {
  color: #d9dae2;
  cursor: pointer;
  background-color: #000;
  padding: 19px 22px;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.button-subscribe:hover {
  background-color: #080425;
}

.button-subscribe.subscribe {
  background-color: var(--second-color);
  color: var(--main-color);
  text-transform: uppercase;
  padding: 24px 29px;
  position: absolute;
  inset: 6px 6px auto auto;
}

.button-subscribe.subscribe:hover {
  background-color: var(--third-color);
}

.button-button-icon {
  z-index: 5;
  color: #000;
  background-color: #f1f3f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
  transform: none;
}

.button-button-icon.relative {
  background-color: var(--main-color);
  color: var(--black);
  border: 1px solid #ffffff45;
  width: 32px;
  height: 32px;
  position: relative;
  top: 0;
  right: 0;
}

.white-link {
  opacity: .85;
  color: var(--main-color);
}

.hero-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.year {
  vertical-align: baseline;
  margin-left: 10px;
  font-size: 9vw;
  font-weight: 400;
  display: inline-block;
}

.small-number {
  opacity: .7;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
}

.main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-grid.top {
  place-items: start stretch;
}

.plus {
  vertical-align: top;
  margin-left: 9px;
  font-family: Coolvetica Rg, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 13px;
}

.about-image-section {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #e8eded;
  width: 100%;
  height: 2px;
}

.social-icon-main {
  color: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
  overflow: hidden;
  transform: rotate(-45deg);
}

.social-icon-main.for-social {
  padding-left: 0;
  position: relative;
  top: 0;
  right: 0;
  transform: none;
}

.social-wrapper-footer {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 17px;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.social-icon.is-absolute {
  z-index: 2;
  position: absolute;
  transform: translate(-30px);
}

.social-icon.is-absolute.invert {
  opacity: 1;
}

.social-icon.invert {
  opacity: 1;
  filter: invert();
}

.name-title {
  margin-bottom: 8px;
}

.team-wrapper {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

.team-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.another-font {
  text-transform: uppercase;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.input-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.area-margin {
  margin-top: 20px;
}

.checkbox {
  border: 1px solid #c1c1be;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #c1c1be;
  background-image: url('../images/check_1check.avif');
  background-position: 50%;
  background-size: 10px;
  border-color: #c1c1be;
}

.small {
  opacity: .52;
  vertical-align: super;
  font-size: 11px;
}

.button-contact {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

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

.field-label-contact {
  opacity: .6;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
}

.field-label-contact.big {
  opacity: 1;
  font-size: 14px;
}

.input-100 {
  width: 100%;
}

.text-field-main {
  background-color: var(--black);
  box-shadow: none;
  color: var(--main-color);
  border-top: 1px #0003;
  border-bottom: 1px solid #ffffff54;
  border-left: 1px #0003;
  border-right: 1px #00000024;
  height: 56px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
}

.text-field-main:hover, .text-field-main:focus {
  border-color: #ffffff3b #ffffff3b #000;
}

.text-field-main::placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.text-field-main.area {
  color: #fff;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.checkbox-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.form-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.second-label {
  opacity: .76;
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.testimonial__item {
  aspect-ratio: 7.89 / 5.09;
  border-radius: .25rem;
  flex: none;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.hero-main-title-bg-1 {
  z-index: 1;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  color: #001987;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 30vw;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0;
}

.hero-main-title-bg-2 {
  z-index: 0;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 30vw;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0;
}

.opacity-60 {
  opacity: .6;
}

.testimonial-image {
  border-radius: .5rem;
  max-width: 3rem;
  max-height: 3rem;
  overflow: hidden;
}

.testimonial-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-person-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text-size-medium {
  font-size: 1rem;
  line-height: 1.5rem;
}

.testimonial-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 3%;
  display: grid;
}

.testimonial-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #151515;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 2.5rem 3rem;
  transition: background-color .25s;
  display: flex;
}

.testimonial-card:hover {
  background-color: #1f1f1f;
}

.testimonial-card.off {
  display: none;
}

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

.quote-icon {
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  display: flex;
}

.testimonial-trailling-icon {
  border-radius: .5rem;
  max-width: 3rem;
  max-height: 3rem;
  overflow: hidden;
}

.text-company {
  color: #ff3000;
  font-size: .875rem;
}

.company-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.image-fill-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.big-number-label {
  color: #fff;
}

.owner-quote {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.body {
  scroll-behavior: smooth;
}

.wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.front-container {
  z-index: 20;
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.section-grid-photo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.front-wrapper {
  z-index: 30;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.cases-collection.inner {
  margin-top: 10vh;
  padding-left: 3%;
  padding-right: 3%;
}

.collection-item {
  width: 100%;
}

.cta {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 3%;
  padding-right: 3%;
}

.paralax-bgvideo {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  bottom: 0;
}

.off {
  display: none;
}

.section-services {
  width: 100vw;
  padding-left: 3%;
  padding-right: 3%;
}

.image-break {
  height: 10vh;
  overflow: clip;
}

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

.contact-picture {
  height: 280px;
  overflow: hidden;
}

.link-block {
  color: var(--main-color);
  width: 100%;
}

.content-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.navigation-link-2 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.navigation-link-2.temp-off {
  display: none;
}

.line-below-2 {
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.nav-menu-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.top-text-2 {
  opacity: 1;
  color: #fff;
  margin-bottom: 0;
}

.button-face-2 {
  background-color: #2b20ff;
  padding: 1rem 1.75rem;
}

.button-face-2.hover {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #2018bf;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

.button-3d-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: transform .2s;
}

.button-3d-2:active {
  transform: scale(.975);
}

.work-title-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1rem 1.5rem #0f152533;
  font-family: Coolvetica Condensed Rg, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: .9;
}

.work-title-2.inner {
  font-size: 100px;
}

.top-text-3 {
  opacity: 1;
  color: #fff;
  margin-bottom: 0;
}

.grid-other-cases {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: grid;
}

.button-face-3 {
  background-color: #2b20ff;
  padding: 1rem 1.75rem;
}

.button-face-3.hover {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #2018bf;
  position: absolute;
  top: 100%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

.button-3d-3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: transform .2s;
}

.button-3d-3:active {
  transform: scale(.975);
}

.link-block-2 {
  color: #fff;
  width: 100%;
}

.fade-gradient-2 {
  z-index: 5;
  pointer-events: none;
  cursor: none;
  background-image: linear-gradient(90deg, #fff0, #000 25%);
  width: 200%;
  position: absolute;
  inset: 0%;
}

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

@media screen and (min-width: 1280px) {
  .pricing-text {
    margin-bottom: 3px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .service-title {
    font-size: 8rem;
  }

  .home-services-item {
    position: relative;
  }

  .big-text {
    font-size: 22vw;
  }

  .cta {
    max-width: 1280px;
  }

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

  .nav-menu-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 1920px;
  }

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

  .paralax-image.casescover, .paralax-image.contactcover {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

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

  .main-text-block ul {
    list-style-type: square;
  }

  .button-text-wrapper {
    height: 37px;
  }

  .navbar {
    position: fixed;
  }

  .navigation-link {
    font-size: 27px;
  }

  .nav-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-main-title {
    color: #ff3000;
    font-size: 26vw;
  }

  .main-image.fifth {
    width: 14vw;
    height: 10vw;
    top: 76vh;
    left: 40vw;
  }

  .main-image.sixth {
    width: 12vw;
    height: 12vw;
    top: 45vh;
    right: 30vw;
  }

  .main-image.second {
    width: 14vw;
    height: 10vw;
    min-height: 0;
    top: 17vh;
  }

  .main-image.third {
    width: 20vw;
    top: 80%;
    left: 0;
  }

  .main-image.first {
    top: -10vh;
    left: 25%;
  }

  .logo-grid-mask {
    width: 100%;
    max-height: 4.5rem;
  }

  .logo-client {
    filter: none;
    height: 4rem;
    max-height: 4rem;
  }

  .fade-in-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .flex-center {
    max-width: 60vw;
  }

  .fade-gradient {
    z-index: 10;
  }

  .button-flex {
    position: relative;
  }

  .image-wrap.cricle {
    max-width: 20rem;
    max-height: 20rem;
  }

  .image-wrap.square {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 32vw;
    height: 32vh;
    display: flex;
  }

  .image-wrap.full-width.full-height {
    justify-content: center;
  }

  .big-numbers-grid._3-column {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;
  }

  .founder-wrapper {
    margin-bottom: 80px;
  }

  .margin-40px, .session-title-regular {
    margin-top: 0;
  }

  .services-left-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-flex {
    flex: 0 auto;
  }

  .big-text {
    font-size: 21vw;
  }

  .flex-big {
    overflow: visible;
  }

  .footer-grid-second {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: row;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    display: flex;
  }

  .hero-main-title-bg-1 {
    color: #001987;
    font-size: 26vw;
  }

  .hero-main-title-bg-2 {
    color: #fff;
    font-size: 26vw;
  }

  .testimonial-person-info {
    width: 100%;
  }

  .text-size-medium {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .testimonial-card {
    background-color: #050505;
    border-radius: 0;
    max-width: none;
    transition: background-color .25s;
  }

  .testimonial-card:hover {
    background-color: #111;
  }

  .quote-icon {
    width: 1rem;
    height: 1rem;
  }

  .testimonial-info {
    width: 100%;
  }

  .icon-quote {
    width: 100%;
    max-width: 100%;
  }

  .text-company {
    color: #ff3000;
  }

  .company-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .icon-linkedin {
    opacity: .2;
    width: 40px;
    transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1);
  }

  .icon-linkedin:hover {
    opacity: 100;
  }

  .image-fill-3 {
    height: auto;
  }

  .owner-quote {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    position: relative;
  }

  .footer-cell {
    flex: 1;
  }

  .form-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .body {
    padding-bottom: 80px;
  }

  .section-grid-photo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 3%;
    padding-right: 3%;
    display: grid;
  }

  .cta {
    max-width: 1600px;
  }

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

  .navigation-link-2 {
    font-size: 27px;
  }

  .nav-menu-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fade-gradient-2 {
    z-index: 10;
  }
}

@media screen and (max-width: 991px) {
  .subhead {
    font-size: 19px;
  }

  .utility-page-content {
    width: 600px;
  }

  ._404-title {
    font-size: 62px;
  }

  .container.for-checkout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .section.for-checkout {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section._50px-top {
    padding-top: 50px;
  }

  .subhead-big-center {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 2.8rem;
  }

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

  .video-wrap {
    width: 16vw;
    height: 16vw;
  }

  .style-title {
    line-height: 1.2;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .title-1 {
    font-size: 6em;
  }

  .pricing-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .subhead-pricing {
    font-size: 19px;
  }

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

  .pricing-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .first-part {
    margin-right: 0;
  }

  .logo-link {
    order: -1;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .trailing-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
  }

  .navigation-link {
    color: var(--main-color);
    padding-top: 2px;
    padding-bottom: 8px;
    padding-left: 3%;
  }

  .navigation-link.for-contact {
    padding-left: 0%;
  }

  .lottie-white {
    filter: invert();
    width: 30px;
  }

  .menu-button {
    order: 1;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

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

  .line-below {
    display: none;
  }

  .hero-text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .hero-content {
    padding-top: 4.4rem;
    padding-bottom: 20vh;
  }

  .main-image.fifth {
    left: -65vw;
  }

  .main-image.sixth {
    left: -10vw;
  }

  .main-image.second {
    width: 20vw;
  }

  .main-image.second.absolute {
    top: 11.7vh;
  }

  .main-image.fourth {
    width: 19vw;
    height: 22vw;
    min-height: 23vw;
  }

  .main-image.first {
    width: 20vw;
    height: 22vw;
    min-height: 22vw;
  }

  .button-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .subhead-main {
    font-size: 29px;
  }

  .subhead-main._80 {
    max-width: 100%;
  }

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

  .image-wrap {
    height: 60vh;
  }

  .image-wrap.square {
    width: 29vw;
    height: 150px;
    margin-left: 10px;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    height: auto;
  }

  .image-wrap.for-about {
    height: 45vh;
  }

  .testimonials-text {
    max-width: 100%;
    font-size: 70px;
    line-height: 1.1;
  }

  .service-title {
    font-size: 12vw;
  }

  .service-wrapper {
    height: 75vw;
    position: static;
  }

  .home-services-item {
    display: flex;
  }

  .home-services-item.sticky {
    position: relative;
  }

  .home-services-item.sticky.reverse {
    flex-flow: column-reverse;
  }

  .services-left-content {
    height: auto;
  }

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

  .text-rotator-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-grid-second {
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 2fr;
    display: flex;
  }

  .footer {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .main-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .team-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-wrapper {
    width: 100%;
  }

  .input-flex {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .form-block {
    max-width: 100%;
  }

  .testimonial__item {
    width: 100%;
  }

  .testimonial-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .navigation-link-2 {
    color: #fff;
    padding-top: 2px;
    padding-bottom: 8px;
    padding-left: 3%;
  }

  .line-below-2 {
    display: none;
  }

  .nav-menu-2 {
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .subscribe-field.plain {
    max-width: 400px;
  }

  .utility-page-content, .utility-page-content.second {
    width: 500px;
  }

  .search-result-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._404-title {
    font-size: 48px;
  }

  .password-title {
    font-size: 60px;
  }

  .section.for-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section._50px-top {
    padding-bottom: 100px;
  }

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

  .video-wrap {
    width: 30vw;
    height: 30vw;
  }

  .video-wrap.full-width {
    height: 500px;
  }

  .style-title {
    font-size: 40px;
    line-height: 1.1;
  }

  .title-5 {
    font-size: 36px;
  }

  .title-1 {
    font-size: 5em;
    line-height: .9;
  }

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

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

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

  .navigation-link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .main-image.sixth {
    margin-bottom: 12vw;
    top: -1.4vh;
  }

  .main-image.second.absolute {
    width: 15vw;
    top: 8.3vh;
    right: 8.3vw;
  }

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

  .logo-grid-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-client {
    max-height: 3rem;
  }

  .subhead-main {
    font-size: 22px;
  }

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

  .image-wrap {
    height: 55vh;
  }

  .image-wrap.for-about {
    aspect-ratio: 1;
    height: auto;
  }

  .work-title {
    font-size: 17vw;
  }

  .legends {
    padding: 30px 25px;
  }

  .big-numbers-grid._3-column {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .big-number {
    margin-bottom: 15px;
  }

  .testimonials-text {
    font-size: 57px;
  }

  .service-title {
    font-size: 16vw;
  }

  .services-left-content {
    padding: 40px 35px;
  }

  .service-content {
    border-width: 1px;
  }

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

  .line-icon {
    margin-left: 25px;
    margin-right: 25px;
  }

  .footer-grid-second {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 2fr .25fr;
  }

  .figma-text {
    font-size: 18px;
  }

  .footer {
    z-index: 15;
  }

  .main-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .about-image-section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .input-flex {
    grid-row-gap: 10px;
  }

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

  .testimonial-card {
    align-items: flex-start;
    max-width: none;
    padding: 2rem;
  }

  .section-grid-photo {
    min-height: 500px;
  }

  .navigation-link-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .work-title-2 {
    font-size: 17vw;
  }
}

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

  .page-content {
    padding-bottom: 0;
  }

  .subscribe-field {
    background-position: 5%;
    background-size: 26px;
  }

  .utility-page-content, .utility-page-content.second {
    width: 95%;
  }

  .search-link {
    font-size: 24px;
  }

  .search-result-item {
    padding: 25px 20px 20px;
  }

  ._404-title {
    font-size: 41px;
  }

  .password-title {
    font-size: 40px;
  }

  .container.contact {
    width: 100%;
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section._100px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.for-checkout {
    padding-top: 80px;
  }

  .section._50px-top {
    padding-top: 100px;
  }

  .section.pre-footer {
    margin-bottom: 4rem;
  }

  .section.contact {
    padding-left: 3%;
    padding-right: 3%;
  }

  .subhead-big-center {
    padding-left: 4%;
    padding-right: 4%;
    font-size: 34px;
  }

  .paralax-image {
    width: 110%;
    height: 120%;
    margin-top: -15%;
  }

  .paralax-image.works-cover {
    height: 130%;
    margin-top: -20%;
  }

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

  .section-photo.cover {
    z-index: 1;
    height: 100vh;
  }

  .video-wrap {
    aspect-ratio: 1;
    width: 36vw;
    height: 36vw;
  }

  .style-title {
    font-size: 30px;
  }

  .title-5 {
    font-size: 32px;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .color-row {
    flex-direction: column;
  }

  .title-1 {
    font-size: 39px;
    line-height: 1.1;
  }

  .licensing-title {
    font-size: 29px;
  }

  .licensing-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .main-text-block li {
    line-height: 24px;
  }

  .main-text-block ul {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .main-text-block p {
    font-size: 1rem;
  }

  .pricing-plan-justify {
    padding: 24px 18px;
  }

  .logo-link {
    padding-left: 0%;
  }

  .logo-link.w--current {
    z-index: 5;
    padding-left: 0;
  }

  .navbar {
    padding: 10px 0% 10px 3%;
  }

  .trailing-item {
    margin-right: 1rem;
  }

  .navigation-link {
    justify-content: center;
    align-items: flex-end;
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .navigation-link.w--current {
    opacity: .5;
  }

  .menu-button.w--open {
    z-index: 5;
  }

  .nav-menu {
    z-index: 0;
  }

  .main-logo {
    width: 60px;
  }

  .hero-main-title {
    z-index: 3;
    color: #ff3000;
    font-size: 38vw;
  }

  .hero-main-title.for-inner {
    flex-flow: column;
    display: flex;
    top: 40vh;
  }

  .hero-wrapper {
    height: 150vh;
  }

  .hero-text-wrapper {
    margin-top: 50px;
  }

  .parallax-images.back {
    z-index: 0;
  }

  .hero-images {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
  }

  .hero-images.front {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .hero-content {
    padding-top: 0;
    padding-bottom: 14vh;
    overflow: visible;
  }

  .top-title-overflow {
    position: fixed;
    top: 30vh;
  }

  .top-title-overflow.add-overflow {
    width: 90vw;
    left: auto;
    right: auto;
  }

  .main-image {
    position: absolute;
  }

  .main-image.fifth {
    align-content: space-around;
    width: 32vw;
    height: 22vw;
    top: 58vh;
    left: auto;
    right: auto;
  }

  .main-image.sixth {
    margin-bottom: 0;
    top: 32vh;
    left: 63vw;
  }

  .main-image.second {
    width: 30vw;
    min-height: 20vw;
    top: 8vh;
    right: 0;
  }

  .main-image.second.absolute {
    width: 29vw;
    display: none;
    top: 7.3vh;
    right: -1.6vw;
  }

  .main-image.third {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    top: 110%;
    left: 6vw;
  }

  .main-image.fourth {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
    inset: auto 0 3vh auto;
  }

  .main-image.first {
    width: 40vw;
    height: 50vw;
    min-height: 40vw;
    top: 0;
    left: 0;
  }

  .hero-overflow-title {
    z-index: 1;
  }

  .logo-client {
    filter: none;
  }

  .fade-in-wrapper {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .flex-center {
    max-width: 90vw;
  }

  .fade-gradient {
    height: 100%;
    position: absolute;
  }

  .subhead-main {
    font-size: 20px;
  }

  .subhead-main._80 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
  }

  .subhead-main.left {
    font-size: 18px;
  }

  .button-3d.temp-off {
    display: none;
  }

  .project-flex.inner {
    flex-flow: column;
  }

  .image-wrap {
    height: auto;
    min-height: 450px;
  }

  .image-wrap.cricle {
    max-width: 10rem;
    height: 10rem;
    min-height: 0;
  }

  .image-wrap.square {
    height: 80px;
    min-height: 80px;
    margin-left: -6px;
  }

  .image-wrap.auto {
    min-height: auto;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
  }

  .image-wrap.mobile-auto.services-inner-cover.mobile-only {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-wrap.for-about {
    min-height: auto;
  }

  .work-title.inner {
    font-size: 70px;
  }

  .legends {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 17px;
  }

  .big-numbers-grid._3-column {
    grid-column-gap: 0px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .founder-wrapper {
    margin-top: 0;
  }

  .big-number, .big-number.second {
    font-size: 120px;
  }

  .testimonials-text {
    font-size: 40px;
    line-height: 1;
  }

  .align-center {
    width: 50%;
  }

  .session-title-regular {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .home-services-item {
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

  .home-services-item.sticky {
    width: 100%;
  }

  .home-services-item.sticky.reverse {
    background-color: #1110;
  }

  .services-left-content {
    width: 100%;
    padding-top: 6%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .service-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .service-content {
    font-size: 16px;
  }

  .big-text {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 23vw;
  }

  .data-flex {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .blog-main-wrapper {
    font-size: 24px;
  }

  .text-rotator-main {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .text-rotator {
    font-size: 100px;
    line-height: 1;
  }

  .line-icon {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-grid-second {
    grid-template-columns: 2fr;
  }

  .subscribe-field-footer {
    background-position: 5%;
    background-size: 26px;
  }

  .subscribe-form {
    width: 100%;
  }

  .footer {
    padding-top: 30px;
  }

  .copyright-flex-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .checkbox-main {
    flex: none;
  }

  .hero-inner {
    padding-top: 0;
  }

  .small-number {
    font-size: 16px;
  }

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

  .plus {
    margin-top: 1px;
    margin-left: 6px;
    font-size: 40px;
    top: 4px;
  }

  .team-grid, .input-flex {
    grid-template-columns: 1fr;
  }

  .checkbox {
    flex: none;
  }

  .hero-main-title-bg-1 {
    z-index: 2;
    color: #001987;
    font-size: 38vw;
    left: 0;
  }

  .hero-main-title-bg-2 {
    color: #fff;
    font-size: 38vw;
    left: 0;
  }

  .testimonial-person-info {
    width: 100%;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .text-size-small {
    font-size: .6rem;
    font-weight: 400;
    line-height: 16px;
  }

  .testimonial-info {
    flex-flow: column;
    width: 100%;
    line-height: 16px;
    display: flex;
  }

  .testimonial-trailling-icon {
    border-radius: 0;
  }

  .text-company {
    font-size: .6rem;
    line-height: 16px;
  }

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

  .image-4 {
    width: 110px;
    max-width: none;
  }

  .big-number-label {
    font-size: 16px;
  }

  .owner-quote {
    position: relative;
  }

  .mobile-off {
    display: none;
  }

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

  .front-wrapper {
    z-index: 30;
    background-color: var(--black);
    position: relative;
  }

  .cta {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paralax-bgvideo {
    width: 120%;
    height: 120%;
  }

  .section-services {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .play-pause-button {
    inset: 10% 0% 0%;
  }

  .image-5 {
    opacity: 0;
  }

  .content-block {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation-link-2 {
    justify-content: center;
    align-items: flex-end;
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .navigation-link-2.w--current {
    opacity: .5;
  }

  .nav-menu-2 {
    z-index: 0;
  }

  .work-title-2.inner {
    font-size: 70px;
  }

  .fade-gradient-2 {
    height: 100%;
    position: absolute;
  }
}

#w-node-_4c7885a2-6b15-7028-72d6-d7da8408e223-428e6dbc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4c7885a2-6b15-7028-72d6-d7da8408e226-428e6dbc, #w-node-_4c7885a2-6b15-7028-72d6-d7da8408e232-428e6dbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54c078dc-e027-3620-05b0-8ab9ecc3e7d8-428e6dbc, #w-node-_141a8b88-95d9-7e86-ca1b-7407e765de8a-428e6dbc, #w-node-_609bee92-c7e3-4641-3f66-f8e36793c5be-428e6dbc, #w-node-ade948d4-3c6d-6d26-5df1-1a62061d7f3d-428e6dbc, #w-node-_7a8cc2e1-2fd7-52ff-51d4-7fc3bce871b3-428e6dbc, #w-node-_312341df-dfb8-71ac-8c9b-090c262b55a0-428e6dbc, #w-node-_9eb1c1af-ec35-5522-93e8-502e1278fb15-428e6dbc, #w-node-_08807e2f-1579-2c87-6933-0aa869c2a30f-428e6dbc {
  place-self: stretch center;
}

#w-node-ce4b46b4-a130-dd05-ffe7-a688d579477c-d5794764 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ce4b46b4-a130-dd05-ffe7-a688d57947a1-d5794764 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-ce4b46b4-a130-dd05-ffe7-a688d5794769-d5794764 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e999-428e6dc9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e9a1-428e6dc9 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e9a4-428e6dc9 {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e9a6-428e6dc9 {
  grid-area: 2 / 8 / 3 / 12;
  place-self: start center;
}

#w-node-_4a0a34cf-a1e0-e2a0-840f-a56890ac4b9e-428e6dc9 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282612-428e6dc9 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282613-428e6dc9, #w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282619-428e6dc9 {
  place-self: stretch center;
}

#w-node-_2797b2f9-26d5-0a10-b841-4b6e9b28261f-428e6dc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282625-428e6dc9, #w-node-_2797b2f9-26d5-0a10-b841-4b6e9b28262b-428e6dc9, #w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282631-428e6dc9, #w-node-_2797b2f9-26d5-0a10-b841-4b6e9b282637-428e6dc9, #w-node-_2797b2f9-26d5-0a10-b841-4b6e9b28263d-428e6dc9 {
  place-self: stretch center;
}

#w-node-_9839425a-420f-9769-4ec7-4db08ac6e99b-428e6dc9 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_1da1d70e-5d9a-8982-3b78-fa62409e4636-428e6dc9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79b22503-40ff-41b9-4cab-553e0130fd62-428e6dcb {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f9fb9728-4280-c3e9-0e16-d7fd4745966b-428e6dcb {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0fea5c5d-1da2-35f0-d551-b4f29d597942-428e6dcb {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6d7-428e6dcd, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6d8-428e6dcd, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6d9-428e6dcd, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6db-428e6dcd, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6dc-428e6dcd, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6de-428e6dcd, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6e3-428e6dcd, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6e6-428e6dcd, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6e9-428e6dcd, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6ec-428e6dcd, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6ef-428e6dcd, #w-node-fbb0fcec-4ca4-efb8-cec0-d85f8a40e6f2-428e6dcd, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5389-428e6dce, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538a-428e6dce, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538b-428e6dce, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538d-428e6dce, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c538e-428e6dce, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5390-428e6dce, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5395-428e6dce, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c5398-428e6dce, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c539b-428e6dce, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c539e-428e6dce, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c53a1-428e6dce, #w-node-_855b3e3f-e1e1-18b1-412c-37bd399c53a4-428e6dce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1da1d70e-5d9a-8982-3b78-fa62409e4636-428e6dc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Coolvetica Rg';
  src: url('../fonts/coolvetica-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Condensed Rg';
  src: url('../fonts/coolvetica-condensed-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coolvetica Compressed Hv';
  src: url('../fonts/coolvetica-compressed-hv.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}