@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraBold.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Light-BETA.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: #0d0d11;
  --link: white;
  --white: white;
  --safety: #ff5f00;
  --dark-grey: #29292e;
  --tan: #bbaf9a;
  --green-grey: #adb2a9;
  --slate-grey: #8f9bbd;
  --grey-20: #e1e3e5;
  --grey-10: #f9f9fa;
  --grey-30: #c3c7cb;
  --grey-40: #878f98;
  --grey-50: #646e7a;
  --outlines: #333333f2;
}

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

.w-commerce-commercecheckoutformcontainer {
  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;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-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;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: #fff;
  letter-spacing: .3px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

h3 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-bottom: 1rem;
}

a {
  color: var(--link);
  text-decoration: none;
  transition: border-color .6s;
}

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

li {
  padding-top: 4px;
  padding-bottom: 4px;
}

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

em {
  font-family: Baskervville, sans-serif;
  font-style: italic;
  font-weight: 400;
}

blockquote {
  border-left: 2px solid #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Baskervville, sans-serif;
  font-size: 1.5vw;
  font-style: italic;
  line-height: 1.5;
}

.main {
  z-index: 1;
  flex-direction: column;
  display: flex;
  position: relative;
}

.section-hero {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  min-height: 100vh;
  padding: 12rem 6rem 6rem;
  display: flex;
  position: relative;
}

.section-hero._75vh {
  height: auto;
  min-height: 75vh;
}

.section-hero._75vh.sticky {
  background-color: #0000;
}

.section-hero._75vh.sticky.extra2 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.section-hero._75vh.sticky.fix {
  min-height: 100vh;
  padding-bottom: 3rem;
}

.section-hero._90vh {
  height: auto;
  min-height: 90vh;
}

.section-hero._50vh {
  height: auto;
  min-height: 50vh;
}

.section-hero._100vh {
  height: auto;
  min-height: 100vh;
}

.section-hero.display-block.z-index_3 {
  height: 100%;
}

.content {
  z-index: 2;
  border-top: 1px none var(--white);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.content.margin-bottom {
  border-top: 1px solid var(--safety);
  margin-bottom: 0;
}

.content.margin-bottom.fix {
  border-top-style: none;
  border-top-width: 0;
  margin-bottom: 4rem;
}

.content.margin-bottom.spacing {
  margin-bottom: 2rem;
}

.content.xs {
  max-width: 512px;
}

.content.xs.centered-always {
  margin-left: auto;
  margin-right: auto;
}

.content.xs.bottom {
  justify-content: flex-end;
}

.content.horiz-bottom {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.content.horiz-bottom.width-100.align-right {
  justify-content: flex-end;
}

.content.margin-paragraph-mobile {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.content.margin-paragraph-mobile.des {
  padding-top: 2rem;
}

.content.middle {
  align-items: center;
}

.content.top-bottom {
  justify-content: space-between;
}

.content.bottom {
  align-self: flex-end;
}

.content.flex-wrap, .content.horizontal {
  flex-direction: row;
}

.display-1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: .3vw;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1;
}

.display-1.uppercase {
  letter-spacing: -.06em;
}

.display-1.light {
  font-weight: 400;
}

.display-1.right {
  align-self: flex-end;
}

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

.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.no-top {
  margin-top: 0;
  padding-top: 0;
}

.no-right {
  padding-right: 0;
}

.section {
  z-index: 2;
  width: 100%;
  padding: 4rem 6rem 2rem;
  position: relative;
}

.section.no-top {
  padding-top: 0;
}

.section.no-top.extra2 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.section.no-top-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.section._100vh {
  flex-direction: row;
  min-height: 100vh;
  display: flex;
}

.section.sticky-grow {
  z-index: 2;
  flex-direction: row;
  min-height: 100vh;
  padding-bottom: 12rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section.sticky-parallax {
  z-index: 1;
}

.section._75vh {
  height: auto;
  min-height: 75vh;
}

.section._90vh {
  min-height: 90vh;
  padding: 0;
  display: flex;
}

.section.no-padding {
  padding: 0;
}

.section.fix {
  margin-top: 6em;
  padding-top: 2rem;
}

.img-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-wrapper.medium {
  height: 64vh;
}

.img-wrapper.medium.stretch {
  height: 100%;
  min-height: 64vh;
}

.img-wrapper.small {
  height: 512px;
  margin-top: 1rem;
  padding-top: 1rem;
}

.img-wrapper.small.margin-paragraph, .img-wrapper.mini {
  height: 256px;
}

.img-wrapper.mini.stretch {
  height: 100%;
  min-height: 256px;
}

.img-wrapper.contact {
  height: 100%;
  min-height: 256px;
  margin-bottom: 1rem;
}

.img-wrapper.bottom {
  justify-content: flex-start;
  align-items: flex-end;
}

.img-wrapper.stretch {
  height: 100%;
  min-height: 80vh;
}

.img-wrapper.big {
  height: 100vh;
}

.img-wrapper.big.stretch {
  height: 100%;
  min-height: 100vh;
}

.img-wrapper.small {
  height: 512px;
}

.img-wrapper.small.stretch {
  height: 100%;
  min-height: 100px;
}

.bg-image-parallax {
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.sticky {
  width: 100%;
  position: sticky;
  top: 0;
}

.sticky._100vh {
  height: 100vh;
}

.bg-color {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.bg-color.black {
  background-color: var(--black);
  margin-top: 0;
}

.bg-color.grey {
  border: 1px solid var(--dark-grey);
  background-color: var(--dark-grey);
  height: 100%;
  transition: background-color .5s;
}

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

.bg-color.light-blue {
  background-color: #c5cfce;
}

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

.bg-color.state-grey {
  background-color: var(--slate-grey);
}

.bg-color.grey_20 {
  background-color: var(--grey-20);
}

.bg-color.grey_10 {
  background-color: var(--grey-10);
}

.bg-color.grey_30 {
  background-color: var(--grey-30);
}

.bg-color.grey_40 {
  background-color: var(--grey-40);
}

.bg-color.grey_50 {
  background-color: var(--grey-50);
}

.bg-color.black {
  background-color: #0d0d11;
}

.bg-color.dark-grey {
  background-color: #121217;
}

.grid-7 {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr .25fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 5rem;
  position: relative;
}

.grid-7.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.grid-7.show_opacity-on_load {
  margin-top: 5.5rem;
}

.display-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: .125rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.1;
}

.display-2.margin-paragraph.be {
  margin-top: 1rem;
}

.display-2.show_skew-on_load.faq {
  margin-left: 0;
  margin-right: 0;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.no-right {
  margin-right: 0;
}

.container.newsletter {
  max-width: 1100px;
}

.container._3 {
  max-width: 1200px;
}

.margin-bottom {
  margin-bottom: 6rem;
}

.bg-image {
  z-index: 1;
  background-image: url('../images/Top-View.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-image.fade-in {
  object-fit: fill;
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  order: 0;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-right: 0;
  inset: 0%;
  transform: scale(1.05);
}

.bg-image.fade-in.studio_a-about_2 {
  object-fit: fill;
  background-image: url('../images/Top-View.png');
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bg-image.fade-in.studio_a-about_3 {
  background-image: url('../images/agency-portfolio-template-14.jpg');
  background-position: 100%;
}

.bg-image.fade-in.studio_a-about_4 {
  background-image: url('../images/agency-portfolio-template-22.jpg');
  background-position: 0%;
}

.bg-image.fade-in.studio_b-home_insta_1 {
  background-image: url('../images/agency-portfolio-template-07.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.fade-in.studio_b-home_insta_2 {
  background-image: url('../images/agency-portfolio-template-06.jpg');
  background-position: 100%;
}

.bg-image.fade-in.studio_b-home_insta_3 {
  background-image: url('../images/agency-portfolio-template-18.jpg');
}

.bg-image.fade-in.studio_b-home_insta_4 {
  background-image: url('../images/agency-portfolio-template-13.jpg');
}

.bg-image.fade-in.relativ {
  position: relative;
}

.bg-image.agency_a-home-2 {
  background-image: url('../images/agency-portfolio-template-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.agency_b-work {
  background-image: url('../images/agency-portfolio-template-06.jpg');
  background-position: 50%;
}

.bg-image.agency_b-about, .bg-image.studio_b-about_1 {
  background-image: url('../images/photo-1496345875659-11f7dd282d1d.jpeg');
}

.bg-image.freelance-work_1 {
  background-image: url('../images/agency-portfolio-template-13.jpg');
}

.bg-image.greyscale {
  filter: grayscale();
}

.bg-image.studio_a-about_1 {
  opacity: .22;
  background-image: linear-gradient(to top, #0d0d11, #0d0d1100 35%, #0000), url('../images/Lined.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: opacity .2s;
}

.bg-image.studio_a-about_2, .bg-image.unsplash {
  background-image: url('../images/agency-portfolio-template-18.jpg');
}

.bg-image.studio_b-about_2 {
  background-image: url('../images/agency-portfolio-template-23.jpg');
}

.bg-image.studio_b-work_1 {
  background-image: url('../images/agency-portfolio-template-01.jpg');
}

.bg-image.studio_b-work_2 {
  background-image: url('../images/agency-portfolio-template-02.jpg');
}

.bg-image.studio_b-work_3 {
  background-image: url('../images/moss-mRR1OP7E4WQ-unsplash.jpg');
}

.bg-image.studio_b-work_4 {
  background-image: url('../images/agency-portfolio-template-01.jpg');
}

.bg-image.offscreen {
  background-image: url('../images/agency-portfolio-template-15.jpg');
}

.bg-image.agency_a-contact_2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Designed.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.agency_a-contact_1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/agency-portfolio-template-22.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.agency_a-contact_4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/agency-portfolio-template-21.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.logos {
  background-image: url('../images/fake-logo-06.svg'), linear-gradient(to bottom, var(--dark-grey), var(--dark-grey));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 50%, auto;
}

.bg-image.icons {
  background-image: url('../images/Orion_broken-url.svg'), linear-gradient(to bottom, var(--dark-grey), var(--dark-grey));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 25%, auto;
}

.bg-image.agency_a-contact_3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Concisous.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.agency_a-contact_5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/City.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.hardware {
  background-image: linear-gradient(#0d0d114d, #0d0d114d), url('../images/Rendered_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.data {
  background-image: linear-gradient(#0d0d114d, #0d0d114d), url('../images/Data_Thumb-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.sensing {
  background-image: linear-gradient(#0d0d114d, #0d0d114d), url('../images/Sensing_Thumb.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
}

.bg-image.con {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Concisous.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.des {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image-asset.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.margin-paragraph {
  margin-top: 3rem;
  margin-bottom: 1rem;
  position: relative;
}

.margin-paragraph.v2 {
  margin-top: 0;
}

.margin-paragraph.socials {
  margin-top: .5rem;
}

.btn {
  z-index: 1;
  background-color: var(--outlines);
  color: #fff;
  border-style: none;
  border-radius: 100px;
  align-items: center;
  padding: 12px 20px;
  font-size: .75rem;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.btn-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.btn-hover.brown {
  background-color: #754047;
}

.btn-hover.blue, .btn-hover.red {
  background-color: var(--safety);
}

.preloader {
  z-index: 999;
  background-color: #121217;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar {
  z-index: 10;
  background-color: var(--dark-grey);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0 0 auto;
}

.navbar.transparent {
  background-color: #c3c7cb00;
  justify-content: flex-end;
  width: 100%;
  max-width: none;
  inset: 0% auto auto 0%;
}

.navbar._50-left {
  justify-content: space-between;
  width: 50vw;
  max-width: none;
  inset: 0% auto auto 0%;
}

.nav-menu {
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

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

.nav-menu.middle {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.nav-menu.middle.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.nav-link-invert {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
  padding: 12px 0;
  font-weight: 500;
  line-height: 1;
  transition: color .6s, border-color .6s;
  position: relative;
}

.nav-link-invert:hover {
  color: var(--link);
}

.nav-link-invert.w--current, .nav-link-invert.w--current:hover {
  color: var(--safety);
}

.nav-link-invert.first {
  color: var(--white);
  margin-left: 0;
}

.nav-link-invert.first.current.w--current {
  color: var(--safety);
}

.brand {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.brand.black {
  background-image: url('../images/Logo_Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand.white {
  background-image: url('../images/Logo_White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand.white.middle-absolute {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.brand.white.left-absolute {
  margin-left: 6rem;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.brand.white.pre {
  width: 100%;
}

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

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

.show_skew-on_load.caption.uppercase.extra {
  text-transform: none;
  width: 60%;
  margin-top: 1rem;
  padding-left: 2px;
  padding-right: .3vw;
  font-size: .85rem;
  font-weight: 300;
}

.show_skew-on_load.caption.uppercase.fix.title {
  margin-bottom: .7rem;
  font-size: .9rem;
}

.grid-6 {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  position: relative;
}

.grid-6.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
}

.grid-6._6rem-gap {
  grid-row-gap: 6rem;
}

.line-left {
  z-index: 1;
  border-left: 1px solid var(--black);
  position: absolute;
  inset: 6rem auto 6rem 0%;
}

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

.text-field {
  border-style: none none solid;
  border-width: 0 1px 1px;
  border-color: var(--dark-grey) var(--dark-grey) white;
  color: #fff;
  background-color: #0000;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 0;
  padding-right: 0;
  font-size: .75rem;
}

.text-field:focus {
  border-bottom-color: var(--safety);
}

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

.text-field.field {
  height: 10rem;
}

.caption {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}

.caption.uppercase.margin-paragraph {
  margin-bottom: 1rem;
}

.caption.uppercase.margin-left-right-small {
  margin-left: 4px;
  margin-right: 4px;
}

.caption.margin-paragraph {
  letter-spacing: .4px;
  margin-bottom: 0;
  margin-right: 8rem;
  padding-right: 0;
  font-size: .85rem;
  font-weight: 400;
}

.caption.spacing {
  margin-top: 1rem;
  font-size: .85rem;
  font-weight: 300;
}

.caption.v8 {
  color: var(--safety);
  padding-top: 0;
}

.caption.footerspace {
  margin-bottom: .5rem;
}

.caption.color {
  color: var(--link);
  margin-bottom: -.5rem;
}

.caption.extra {
  letter-spacing: 0;
  padding-left: 5px;
  font-size: 1rem;
}

.padding-left-40 {
  padding-left: 40px;
}

.align-right {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 1rem;
  display: flex;
}

.icn-social-big {
  background-color: var(--grey-30);
  border-bottom-style: none;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .2s;
}

.icn-social-big:hover {
  color: #fff;
  background-color: #f96446;
}

.icn-social-big.facebook {
  background-image: url('../images/facebook-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big.facebook:hover {
  background-color: #365899;
}

.icn-social-big.twitter {
  background-image: url('../images/twitter-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big.twitter:hover {
  background-color: #1da1f2;
}

.icn-social-big.pinterest {
  background-image: url('../images/pinterest-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big.pinterest:hover {
  background-color: #e60023;
}

.icn-social-big.linkedin {
  background-image: url('../images/linkedin-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big.linkedin:hover {
  background-color: #0077b5;
}

.icn-social-big.behance {
  background-image: url('../images/behance-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big.behance:hover {
  background-color: #0057ff;
}

.icn-social-big.instagram {
  background-image: url('../images/instagram-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big.instagram:hover {
  background-image: url('../images/instagram-white.svg'), linear-gradient(#6851c3, #c63288 50%, #f78030);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 40%, auto;
}

.icn-social-big.dribbble {
  background-image: url('../images/icn-dribbble.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big.dribbble:hover {
  background-color: #ea4c89;
}

.display-3 {
  z-index: 1;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.font-black {
  z-index: 1;
  color: var(--black);
  position: relative;
}

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

.font-white {
  color: #fff;
}

.line-top {
  border-top: 1px solid var(--black);
  position: absolute;
  inset: 0% 6rem auto;
}

.line-top.white {
  border-top-color: #fff;
}

.horizontal {
  display: flex;
}

.horizontal.middle {
  align-items: center;
}

.empty-state {
  background-color: #121217;
}

.empty-state.vertical {
  flex-direction: column;
}

.grid-no-gap-columns {
  grid-column-gap: 0rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-no-gap-columns._4x {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.grid-no-gap-columns._1x {
  grid-template-columns: 1fr;
}

.card-link {
  width: 100%;
}

.uppercase {
  letter-spacing: 0;
  text-transform: uppercase;
}

.uppercase.no-bottom-top {
  margin-top: 0;
  margin-bottom: 0;
}

.utility-page-wrap {
  background-image: url('../images/Concisous.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  background-color: var(--dark-grey);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  display: flex;
}

.bg-video {
  z-index: 0;
  opacity: .75;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.scroll-down-line-wrapper {
  border-bottom-style: none;
  width: 13px;
  height: 100%;
  min-height: 48px;
  position: relative;
  overflow: hidden;
}

.scroll-down-line-bg {
  z-index: 1;
  background-color: #ffffff59;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 6px;
}

.scroll-down-line {
  z-index: 10;
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 6px;
}

.logo-preloader {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.height-100 {
  height: 100%;
}

.width-100 {
  width: 100%;
}

.margin-left-right {
  margin-left: 16px;
  margin-right: 16px;
}

.icn-64 {
  width: 64px;
}

.opening-time {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
}

.serif {
  letter-spacing: 0;
  text-transform: none;
  font-family: Baskervville, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.side-fix-left {
  z-index: 8;
  perspective-origin: 0%;
  transform-origin: 50% 0;
  justify-content: center;
  align-items: center;
  height: 6rem;
  font-size: .625rem;
  display: flex;
  position: fixed;
  top: 50%;
  transform: translate(-50%)rotate(-90deg);
}

.absolute {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.absolute.show-on-hover {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.main-grid {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  position: relative;
}

.side-fix-right {
  z-index: 8;
  perspective-origin: 0%;
  transform-origin: 50% 0;
  justify-content: center;
  align-items: center;
  height: 6rem;
  font-size: .625rem;
  display: flex;
  position: fixed;
  inset: 50% 0% 0% auto;
  transform: translate(50%)rotate(90deg);
}

.tooltip {
  z-index: 9;
  color: #fff;
  background-color: #181818f2;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  font-size: .75rem;
  line-height: 1;
  display: flex;
  position: fixed;
  inset: 12px auto auto 12px;
}

.tooltip.video {
  z-index: 9;
}

.tooltip.thumb {
  z-index: 0;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/Data_Thumb-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 410px;
  height: 410px;
  display: none;
  top: -128px;
}

.tooltip.about {
  z-index: 2;
  background-color: #0000;
  background-image: url('../images/photo-1496345875659-11f7dd282d1d.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 20vw;
  min-width: 256px;
  height: 30vw;
  min-height: 384px;
  padding: 0;
  display: none;
  top: -15vw;
  left: 128px;
}

.tooltip.editorial {
  z-index: 2;
  background-color: #0000;
  background-image: url('../images/agency-portfolio-template-26.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 20vw;
  min-width: 256px;
  height: 30vw;
  min-height: 384px;
  padding: 0;
  display: none;
  top: -15vw;
  left: 128px;
}

.tooltip.commercial {
  z-index: 2;
  background-color: #0000;
  background-image: url('../images/agency-portfolio-template-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 20vw;
  min-width: 256px;
  height: 30vw;
  min-height: 384px;
  padding: 0;
  display: none;
  top: -15vw;
  left: 128px;
}

.tooltip_hover-trigger {
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
}

.tooltip_hover-trigger.more {
  cursor: auto;
  margin-right: 0;
  padding-right: 0;
}

.tooltip_hover-trigger.thumb {
  opacity: 1;
}

.tooltip_hover-trigger.about, .tooltip_hover-trigger.editorial, .tooltip_hover-trigger.commercial {
  color: var(--grey-30);
}

.tooltip_hover-trigger.thumb-in-card {
  flex: 1;
  height: auto;
  display: flex;
  overflow: hidden;
}

.tooltip_hover-trigger.thumb-big-fix {
  overflow: hidden;
}

.button-circle-holder {
  border-bottom-style: none;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: block;
  position: relative;
}

.button-circle {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-item {
  width: 100%;
}

.collection-item.stretch {
  display: flex;
}

.category-circle {
  border: 1px solid var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  position: relative;
}

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

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

.category-holder {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.category-holder.centered {
  flex-direction: row;
  justify-content: center;
}

.category-holder.no-bottom {
  margin-bottom: 0;
}

.category-holder.margin-paragraph {
  margin-bottom: 1rem;
}

.link-block {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
}

.link-block.w--current {
  margin-bottom: 0;
}

.link-block.margin-half_paragraph {
  align-self: center;
}

.hover-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.hover-line.white-8 {
  height: 4px;
}

.moving-typo-left {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 300vw;
  margin-top: -3vw;
  display: flex;
  position: absolute;
  left: -100vw;
}

.moving-typo-left.no-top-margin {
  margin-top: 0;
}

.link-moving-typo {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  border: 1px #fff0;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
  transition: color .5s, background-color .5s, border-color .6s;
  position: relative;
}

.link-moving-typo:hover {
  background-color: var(--black);
  color: #fff;
  border-style: none;
  border-color: #fff;
}

.link-moving-typo.small {
  font-size: 2vw;
}

.link-moving-typo.small:hover {
  background-color: #0000;
}

.sup {
  color: #fff;
  letter-spacing: 0;
  border-radius: 100px;
  font-size: .625rem;
  font-weight: 400;
  position: absolute;
}

.line-separator {
  background-color: #fff;
  width: 5vw;
  height: 1px;
  margin-left: 2vw;
  margin-right: 2vw;
}

.moving-typo-right {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 300vw;
  margin-top: 3vw;
  display: flex;
  position: absolute;
  left: -100vw;
}

.grid-news {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  border-top: 1px solid #fff;
  grid-template-rows: auto 0;
  grid-template-columns: minmax(auto, auto) 1fr;
  grid-auto-flow: row;
  padding-top: 2rem;
}

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

.grid-gap-columns._1x {
  grid-template-columns: 1fr;
}

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

.success-message {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 20px;
  padding: 16px;
  font-size: .75rem;
  line-height: 1.5;
}

.error-message {
  background-color: var(--outlines);
  color: var(--black);
  padding: 16px;
  font-size: .75rem;
  line-height: 1.5;
}

.navbar-top-transparent-burger {
  z-index: 9;
  background-color: #0d0d1100;
  width: 100%;
  height: 6rem;
  padding-left: 6rem;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-btn-top-transparent-burger {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 6rem;
  margin-right: -28px;
  display: flex;
  position: absolute;
  inset: 0% 6em auto auto;
}

.close-top {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-bottom: 8px;
  transform: none;
}

.close-bottom {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 2px;
  transform: none;
}

.menu-top-transparent-burger {
  z-index: 8;
  background-color: var(--dark-grey);
  flex-direction: column;
  width: 50vw;
  height: 100vh;
  padding: 6rem 3rem;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.numbers {
  letter-spacing: -.06em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7vw;
  font-weight: 600;
  line-height: 1;
}

.hero-cutted-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 104vw;
  height: 34%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-cutted-1 {
  flex-direction: column;
  justify-content: flex-start;
  width: 104vw;
  height: 33%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-cutted-3 {
  flex-direction: column;
  justify-content: flex-end;
  width: 104vw;
  height: 33%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-cutted-img {
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.hero-cutted-img.agency_b-hero_1 {
  background-image: url('../images/agency-portfolio-template-07.jpg');
}

.absolute-hero {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grid-project-images {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.project-info {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  max-width: 512px;
  display: flex;
  position: relative;
}

.project-info.centered {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.grid-12 {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.padding {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.moving-typo-serif {
  letter-spacing: 0;
  text-transform: none;
  font-family: Baskervville, sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  position: relative;
  bottom: .25vw;
}

.sticky-content {
  width: 100%;
  position: sticky;
  top: 12rem;
}

.sticky-content._18vh-top {
  top: 18vh;
}

.sticky-content._45vh-top {
  align-self: auto;
  top: 45vh;
}

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

.subnavi-holder {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.subnavi-holder.opacity-50 {
  transition: opacity .5s, border-color .6s;
}

.subnavi-holder.opacity-50:hover, .subnavi-holder.opacity-50.w--current {
  opacity: 1;
}

.opacity-50 {
  opacity: .5;
}

.awards-gif {
  color: #0000;
  background-image: url('../images/awards-logos-dark.gif');
  background-position: 50%;
  background-size: cover;
  width: 64px;
  height: 40px;
  display: inline-block;
  position: relative;
}

.awards-gif.white {
  background-image: url('../images/awards-logos-white.gif');
}

.hairline {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 200;
}

.award-x {
  opacity: .5;
  margin-left: 8px;
  margin-right: 32px;
  font-size: .5rem;
}

.award-x.spacing {
  margin-left: 10px;
  margin-right: 10px;
}

.award-count {
  min-width: 20px;
}

.client-logos-holder {
  width: 20%;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.flex-wrap {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.client-logo {
  width: 64px;
  height: 64px;
}

.introduction {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.introduction.margin-bottom {
  margin-bottom: 6rem;
}

.index-count {
  min-width: 72px;
  margin-right: 0;
}

.avatar {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.avatar.contact-1 {
  background-image: url('../images/photo-1496345875659-11f7dd282d1d.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.avatar.contact-2 {
  background-image: url('../images/agency-portfolio-template-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.avatar-holder {
  border: 2px solid var(--outlines);
  border-radius: 100px;
  width: 72px;
  height: 72px;
  margin-right: 1rem;
  padding: 4px;
  overflow: hidden;
}

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

.margin-half_paragraph {
  margin-bottom: .5rem;
  position: relative;
}

.horiz-holder-vert_mobile {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.horiz-holder-vert_mobile.align-top {
  align-items: flex-start;
}

.link {
  border-bottom: 1px solid #5c5c5c80;
}

.link:hover {
  border-bottom-color: #0000;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: .5rem;
  font-size: 1.25rem;
  line-height: 2;
  transition: color .2s;
  display: flex;
  position: relative;
}

.accordion-item-content {
  text-align: left;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  overflow: hidden;
}

.no-styles {
  margin-top: 0;
  margin-bottom: 0;
}

.expand-icon {
  font-size: 1.5rem;
  font-weight: 200;
  position: relative;
  top: -.125rem;
}

.accordion-title {
  color: var(--link);
  margin-left: 24px;
}

.accordion-text {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.gallery-image {
  background-color: #0000;
  flex: 1;
  align-self: stretch;
  width: auto;
  height: 100%;
  margin-right: 1px;
  padding: 6rem;
  display: flex;
  position: relative;
}

.gallery-image.v5 {
  object-fit: fill;
  flex-wrap: nowrap;
  margin-left: 0;
  padding-left: 6rem;
}

.card-container {
  flex-flow: wrap;
  flex: 0 auto;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.grid-12x8 {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery {
  width: 100%;
  height: 4000px;
  margin-top: 0;
  position: relative;
}

.gallery-container {
  width: 100%;
  height: 80vh;
  position: sticky;
  top: 15vh;
  overflow: hidden;
}

.gallery-scroll-track {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.gallery-track {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 400vw;
  height: 100%;
  display: flex;
  position: relative;
}

.gallery-track._4x {
  width: 300vw;
}

.gallery-track._3x {
  width: 250vw;
}

.and {
  background-color: #121217;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.5vw;
  height: 4.5vw;
  padding-top: 1.5vw;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -.5vw;
}

.mdash {
  background-color: #fff;
  width: 2.5rem;
  height: 1px;
  margin-left: .5rem;
  margin-right: .5rem;
}

.collection-list-wrapper {
  z-index: 2;
  width: 100%;
  position: relative;
}

.display-0 {
  z-index: 1;
  letter-spacing: -.05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: .5vw;
  font-size: 12vw;
  font-weight: 500;
  line-height: .9;
  position: relative;
}

.display-0.small {
  letter-spacing: -.04em;
  font-size: 6vw;
  line-height: 1;
}

.gradient-bottom {
  z-index: 1;
  background-image: linear-gradient(to right, #0d0d11cc, #0d0d1100 50%, #0000), linear-gradient(260deg, #0d0d11cc, #0d0d1100 50%, #0000), linear-gradient(#0d0d11cc, #0d0d1100 50%, #0000), linear-gradient(to top, #0d0d11cc, #0d0d1100 50%);
  position: absolute;
  inset: 0%;
}

.gradient-top {
  z-index: 1;
  background-image: linear-gradient(#0d0d1199, #0d0d1100 50%);
  position: absolute;
  inset: 0%;
}

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

.client-gif {
  color: #0000;
  background-image: url('../images/awards-logos-black.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 64px;
  width: 6vw;
  height: 6vw;
  display: inline-block;
  position: relative;
}

.growth-section {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.footer-small {
  z-index: 2;
  color: var(--black);
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #fff;
  font-size: .625rem;
  font-weight: 500;
  position: relative;
}

.footer-section {
  z-index: 1;
  flex-direction: column;
  flex: none;
  align-items: stretch;
  width: 100%;
  padding: 1rem 6rem;
  position: relative;
}

.notice-box {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.notice-box.middle {
  align-items: center;
}

.list-horisontal {
  z-index: 2;
  width: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.nav-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 2rem;
  display: flex;
}

.nav-column.no-right {
  padding-right: 0;
}

.foreword {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-right: 36px;
  font-size: .625rem;
  font-weight: 500;
}

.display-none-tablet {
  display: block;
}

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

.show_opacity-on_load.display-0.uppercase {
  text-transform: uppercase;
}

.show_opacity-on_load.align-right {
  width: 100%;
}

.link-block-invert {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
}

.z-index_3 {
  z-index: 3;
  position: relative;
}

._50vh {
  height: 50vh;
}

._75vh {
  height: 75vh;
}

.stretch {
  flex-direction: row;
  display: flex;
}

.icn-social-big-outline {
  border: 1px solid var(--outlines);
  background-color: #0000;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .2s;
}

.icn-social-big-outline:hover {
  color: #fff;
}

.icn-social-big-outline.facebook {
  background-color: var(--outlines);
  background-image: url('../images/facebook-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big-outline.facebook:hover {
  background-color: #365899;
}

.icn-social-big-outline.twitter {
  background-image: url('../images/twitter-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big-outline.twitter:hover {
  background-color: #1da1f2;
}

.icn-social-big-outline.pinterest {
  background-color: var(--outlines);
  background-image: url('../images/Youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big-outline.pinterest:hover {
  background-color: #e60023;
}

.icn-social-big-outline.linkedin {
  background-color: var(--outlines);
  background-image: url('../images/linkedin-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big-outline.linkedin:hover {
  background-color: #0077b5;
}

.icn-social-big-outline.behance {
  background-image: url('../images/behance-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big-outline.behance:hover {
  background-color: #0057ff;
}

.icn-social-big-outline.instagram {
  background-color: var(--outlines);
  background-image: url('../images/instagram-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big-outline.instagram:hover {
  background-image: url('../images/instagram-white.svg'), linear-gradient(#6851c3, #c63288 50%, #f78030);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 40%, auto;
}

.icn-social-big-outline.dribbble {
  background-image: url('../images/icn-dribbble.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icn-social-big-outline.dribbble:hover {
  background-color: #ea4c89;
}

.moving-typo-list {
  justify-content: center;
  align-items: center;
  width: 300vw;
  display: flex;
  position: absolute;
  left: -100vw;
}

.moving-typo-item {
  z-index: 3;
  position: relative;
}

.moving-typo-item-holder {
  position: relative;
}

.moving-typo-item-list-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.opacity-15 {
  opacity: .15;
}

.display-block {
  display: block;
}

.navbar-10vh {
  background-color: var(--black);
  width: 100%;
  height: 10vh;
  position: sticky;
  top: 0;
}

.nav-container-horiz {
  justify-content: space-between;
  height: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.thumb-fix {
  z-index: 0;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.thumb-fix.portraits-left {
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  width: 50vw;
}

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

.grid-no-gap-column-rows._3x {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.slider {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slider.height-100 {
  height: 100%;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: 6rem;
  padding-left: 6rem;
  padding-right: 6rem;
  font-size: 6px;
  line-height: 1;
  display: flex;
}

.no-padding {
  padding: 0;
}

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

.font-grey_50 {
  color: var(--grey-50);
}

.font-grey_40 {
  color: var(--grey-40);
}

.font-grey_30 {
  color: var(--grey-30);
}

.font-grey_30.on-bg_30 {
  background-color: #fff;
  margin-left: -4px;
  padding: 4px;
}

.font-grey_20 {
  color: var(--grey-20);
}

.font-grey_10 {
  color: var(--grey-10);
}

.item-128 {
  flex: auto;
  width: 128px;
  height: 128px;
  position: relative;
  overflow: hidden;
}

.navlink-top-transparent-burger {
  color: #ffffff80;
  letter-spacing: -.03em;
  text-transform: uppercase;
  width: 100%;
  padding: 12px 0;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1;
  transition: color .2s, border-color .6s;
}

.navlink-top-transparent-burger:hover {
  color: #fff;
}

.navlink-top-transparent-burger.w--current {
  opacity: 1;
  color: var(--link);
}

.icn-social-small {
  background-color: var(--outlines);
  border-bottom-style: none;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .2s;
}

.icn-social-small:hover {
  color: #fff;
  background-color: #f96446;
}

.icn-social-small.facebook {
  background-image: url('../images/facebook-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.icn-social-small.facebook:hover {
  background-color: #365899;
}

.icn-social-small.twitter {
  background-image: url('../images/twitter-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.icn-social-small.twitter:hover {
  background-color: #1da1f2;
}

.icn-social-small.pinterest {
  background-image: url('../images/pinterest-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.icn-social-small.pinterest:hover {
  background-color: #e60023;
}

.icn-social-small.linkedin {
  background-image: url('../images/linkedin-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.icn-social-small.linkedin:hover {
  background-color: #0077b5;
}

.icn-social-small.linkedin.youtube {
  background-image: url('../images/Youtube.svg');
  background-size: 12px;
}

.icn-social-small.linkedin.youtube:hover {
  background-color: red;
}

.icn-social-small.behance {
  background-image: url('../images/behance-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.icn-social-small.behance:hover {
  background-color: #0057ff;
}

.icn-social-small.instagram {
  background-image: url('../images/instagram-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.icn-social-small.instagram:hover {
  background-color: var(--outlines);
  background-image: url('../images/instagram-white.svg'), linear-gradient(#6851c3, #c63288 50%, #f78030);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 8px, auto;
}

.icn-social-small.dribbble {
  background-image: url('../images/icn-dribbble.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.icn-social-small.dribbble:hover {
  background-color: #ea4c89;
}

.icn-social-small-outline {
  border: 1px solid var(--outlines);
  background-color: #0000;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .2s;
}

.icn-social-small-outline:hover {
  color: #fff;
}

.icn-social-small-outline.facebook {
  background-image: url('../images/facebook-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.icn-social-small-outline.facebook:hover {
  background-color: #365899;
}

.icn-social-small-outline.twitter {
  background-image: url('../images/twitter-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.icn-social-small-outline.twitter:hover {
  background-color: #1da1f2;
}

.icn-social-small-outline.pinterest {
  background-image: url('../images/pinterest-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.icn-social-small-outline.pinterest:hover {
  background-color: #e60023;
}

.icn-social-small-outline.linkedin {
  background-image: url('../images/linkedin-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.icn-social-small-outline.linkedin:hover {
  background-color: #0077b5;
}

.icn-social-small-outline.behance {
  background-image: url('../images/behance-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.icn-social-small-outline.behance:hover {
  background-color: #0057ff;
}

.icn-social-small-outline.instagram {
  background-image: url('../images/instagram-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.icn-social-small-outline.instagram:hover {
  background-image: url('../images/instagram-white.svg'), linear-gradient(#6851c3, #c63288 50%, #f78030);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 40%, auto;
}

.icn-social-small-outline.dribbble {
  background-image: url('../images/icn-dribbble.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.icn-social-small-outline.dribbble:hover {
  background-color: #ea4c89;
}

.line-bottom-mobile {
  width: 0;
  height: 0;
}

.overview-btn-area {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  font-size: .75rem;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.overview-btn-area.w--current {
  display: block;
}

.overview-btn-icon {
  width: 20px;
}

.overview-btn {
  background-color: var(--safety);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.overview-label {
  margin-right: 35px;
  position: relative;
}

.overview-btn-holder {
  background-color: var(--grey-50);
  cursor: pointer;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-right: 48px;
  display: flex;
  position: absolute;
  inset: auto 24px 24px auto;
  overflow: hidden;
}

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

.home-bg {
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-left {
  margin-left: 1rem;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  width: 6rem;
  height: 6rem;
  font-size: 1rem;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  inset: auto 6rem 0% auto;
}

.right-arrow:hover {
  transform: translate(12px);
}

.splitscreen {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.background-image-hero {
  z-index: 1;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-image-hero.home-2-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/harley-davidson-WJAPg0sWsUQ-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  inset: auto 0% 0%;
}

.background-image-hero.home-2-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/moss-mRR1OP7E4WQ-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  inset: auto 0% 0%;
}

.right-section {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.right-section.overflow-hidden {
  overflow: hidden;
}

.slide-content-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-section {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 6rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
  position: relative;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 6rem;
  height: 6rem;
  font-size: 1rem;
  transition: all .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  inset: auto auto 0% 6rem;
}

.left-arrow:hover {
  transform: translate(-12px);
}

.icn-48 {
  width: 48px;
}

.fix-home {
  z-index: 345;
  width: 50vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.compare-price {
  opacity: .5;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: line-through;
}

.cart {
  width: 6rem;
  height: 5rem;
}

.cart-button {
  background-color: #0000;
  justify-content: center;
  width: 6rem;
  height: 5rem;
}

.cart-quantity {
  color: var(--black);
  margin-bottom: 0;
}

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

.cart-footer {
  border-top-color: var(--outlines);
}

.cart-header {
  border-bottom-color: var(--outlines);
}

.close-button, .cart-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkout-form {
  z-index: 2;
  background-color: var(--black);
  color: var(--black);
  position: relative;
}

.order-summary {
  top: 6rem;
}

.quantity {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.add-to-cart {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.icn-32 {
  width: 32px;
}

.video {
  z-index: 1;
}

.cart-absolute {
  z-index: 11;
  position: fixed;
  inset: 0% 0% auto auto;
}

.paragraph {
  max-width: 800px;
}

.grid-license {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  position: relative;
}

.content-centered-always {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.moving-typo-elements {
  justify-content: center;
  align-items: center;
  width: 200vw;
  display: flex;
}

.content-z-index {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.social-button-outline {
  background-color: #0000;
  border: 1px solid #333333f2;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .2s;
}

.social-button-outline:hover {
  color: #fff;
}

.social-button-outline.linkedin {
  background-image: url('../images/linkedin-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.social-button-outline.linkedin:hover {
  background-color: #0077b5;
}

.social-button-outline.dribbble {
  background-image: url('../images/icn-dribbble.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.social-button-outline.dribbble:hover {
  background-color: #ea4c89;
}

.moving-typo-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-moving-bg-image {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #121217;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.section-moving-bg-image {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
  padding: 10vh 6vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.moving-typo-elements-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-buttons-wrapper {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-top-section {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wrapper-moving-image {
  z-index: 2;
  width: 88vw;
  height: 80vh;
  padding: 6rem;
  display: flex;
  position: absolute;
  inset: 10vh auto auto 6vw;
}

.bg-moving-image {
  z-index: 1;
  opacity: 0;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-moving-image.example-1 {
  background-image: url('../images/agency-portfolio-template-05.jpg');
}

.bg-moving-image.example-2 {
  background-image: url('../images/agency-portfolio-template-01.jpg');
}

.moving-typo {
  z-index: 4;
  position: relative;
}

.moving-typo-link {
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  border: 1px #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
  transition: color .5s, background-color .5s, border-color .6s;
  display: flex;
  position: relative;
}

.moving-typo-link:hover {
  color: #fff;
  background-color: #0d0d11;
  border-style: none;
  border-color: #fff;
}

.services-holder {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.grid-6x1 {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  position: relative;
}

.grid-6x1.margin-bottom {
  margin-top: 0;
}

.grid-6x1.margin-bottom.spacing {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.black-block {
  z-index: 3;
  background-color: var(--black);
  position: relative;
}

.burger-holder {
  width: 32px;
  height: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.menu-line-top {
  background-color: var(--white);
  transform-origin: 0%;
  width: 100%;
  height: 2px;
  margin-bottom: 8px;
}

.menu-line-bottom {
  background-color: var(--white);
  transform-origin: 0%;
  width: 100%;
  height: 2px;
}

.grid-footer-intro {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.social-icons-styleguide {
  z-index: 2;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.list-nav-intro {
  z-index: 2;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.section-hero-styleguide {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  min-height: 50vh;
  padding: 12rem 6rem 6rem;
  display: flex;
  position: relative;
}

.list-nav-styleguide {
  z-index: 2;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.nav-column-intro {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 2rem;
  display: flex;
}

.social-icons-intro {
  z-index: 2;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.bg-video-intro {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.display-none, .moving-typo-interaction {
  display: none;
}

.section-moving-typo-image {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
  padding: 6vh 6vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.moving-typo-block {
  z-index: 4;
  position: relative;
}

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

.moving-image {
  z-index: 2;
  width: 88vw;
  height: 88vh;
  padding: 6rem;
  display: flex;
  position: absolute;
  inset: 6vh auto auto 6vw;
}

.moving-list {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.moving-link {
  color: #f9f8f6;
  text-align: center;
  text-transform: uppercase;
  border: 1px #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
  transition: color .5s, background-color .5s, border-color .6s;
  display: flex;
  position: relative;
}

.moving-link:hover {
  color: #fff;
  background-color: #0d0d11;
  border-style: none;
  border-color: #fff;
}

.moving-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-link {
  border-bottom: 1px solid var(--white);
}

.section-2 {
  z-index: 2;
  width: 100%;
  padding: 1rem 6rem 3rem;
  position: relative;
}

.section-2.faq {
  padding-top: 5rem;
}

.columns {
  padding-top: 2em;
}

.columns.show_skew-on_load {
  text-align: left;
}

.display-2-2 {
  letter-spacing: -.02em;
  margin: 0 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.1;
}

.display-2-2.faq.show_skew-on_load {
  margin-top: 1rem;
}

.display-2-2._2 {
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.display-2-2._2._3 {
  width: 75%;
}

.text-span {
  color: #ff5f00;
}

.column {
  padding-left: 1em;
  padding-right: 1em;
}

.column-2 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 3em;
}

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

.section-3 {
  z-index: 2;
  width: 100%;
  min-width: 0;
  padding-bottom: 3rem;
  padding-left: 6rem;
  padding-right: 6rem;
  position: relative;
}

.text-block-2 {
  margin-bottom: 1rem;
  font-size: .85rem;
}

.image {
  max-width: none;
  height: 42%;
  display: block;
}

.image-2 {
  width: 50%;
}

.text-block-3 {
  text-transform: none;
  margin-bottom: 1.5rem;
  font-size: .75rem;
  line-height: 1.3;
}

.div-block {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-block-4 {
  padding-top: 1rem;
}

.movingtext {
  font-size: 1.1rem;
}

.movingtext._2 {
  font-size: .85rem;
}

.content-2 {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.content-2.font-black.centered-always {
  color: var(--white);
}

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

.category-circle-2 {
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  position: relative;
}

.category-circle-2.white {
  background-color: #fff;
}

.margin-paragraph-2 {
  align-self: center;
  margin-bottom: 1rem;
  position: relative;
}

.text-block-6 {
  color: var(--safety);
}

.text-block-7 {
  width: 70%;
  margin-top: 1rem;
}

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

.text-span-4 {
  font-weight: 300;
}

.extra2 {
  font-size: 1.2rem;
  font-weight: 300;
}

.caption-2 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}

.caption-2.uppercase {
  clear: none;
}

.caption-2.uppercase.margin-left-right-small {
  margin-left: 4px;
  margin-right: 4px;
}

.section-4 {
  z-index: 2;
  width: 100%;
  padding: 1rem 3rem 2rem;
  position: relative;
}

.section-4._2 {
  padding-top: 0;
}

.section-4.first {
  padding-top: 3rem;
}

.section-4.first._2 {
  padding-top: 0;
}

.section-4.first._2._3 {
  padding-top: 2rem;
}

.bg-image-2 {
  z-index: 1;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-image-2.studio_b-work_1, .bg-image-2._1 {
  background-image: url('../images/Concisous.jpg');
}

.bg-image-2._2 {
  background-image: url('../images/Data_Thumb-copy.jpg');
}

.bg-image-2.agency_a-home-2 {
  background-image: url('../images/Rendered.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-2.agency_a-home-2._2 {
  background-image: url('../images/Data_Thumb-copy.jpg');
}

.bg-image-2.agency_a-home-2._3 {
  background-image: url('../images/Sensing_Thumb.jpg');
}

.bg-image-2.agency_a-home-2.be {
  background-image: url('../images/Designed.jpg');
}

.bg-image-2.agency_a-home-2.be._2 {
  background-image: url('../images/image-asset.jpeg');
}

.bg-image-2.agency_a-home-2.be._3 {
  background-image: url('../images/Concisous.jpg');
}

.image-3 {
  width: 5%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.submit-button {
  background-color: var(--safety);
  border-radius: 20px;
  padding: 12px 20px;
  font-size: .75rem;
  line-height: 1;
  transition: background-color .3s;
}

.submit-button:hover {
  background-color: var(--outlines);
}

.text-block-8 {
  padding-bottom: 1rem;
}

.text-block-9 {
  color: var(--white);
  border: 1px solid #0000;
}

.list {
  margin-top: 1.75rem;
}

.text-span-5, .text-span-6 {
  color: var(--safety);
}

.image-4 {
  text-align: right;
  width: 12%;
}

.image-4.align-right {
  float: right;
  align-items: center;
  display: block;
}

.div-block-2 {
  background-color: var(--dark-grey);
  margin-bottom: 3rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 8rem;
}

.hover-line-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hover-line-2.black {
  background-color: #0d0d11;
}

.link-block-2 {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
}

.link-block-2.margin-half_paragraph {
  align-self: center;
}

.text-block-10 {
  color: var(--white);
}

.margin-paragraph-3 {
  margin-bottom: 1rem;
  position: relative;
}

.index-count-2 {
  min-width: 72px;
  margin-right: 1rem;
}

.image-5 {
  border: 3px solid var(--white);
  border-radius: 100em;
  width: 20%;
}

.image-6 {
  border: 1.5px solid var(--white);
  border-radius: 100em;
  width: 100%;
}

.icon {
  flex: 1;
  align-self: flex-start;
  width: 75px;
  margin-bottom: 0;
  padding-top: 2rem;
}

.div-block-3 {
  background-image: url('../images/Icon.svg');
  background-position: 0 0;
  background-size: contain;
}

.preloadingicon {
  background-image: url('../images/Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .725s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.v2 {
  background-color: #fff;
  width: 30px;
}

.flipper-nav-container {
  border-radius: 25px;
  height: 43px;
  position: relative;
  left: 0;
  right: 0;
}

.line-3 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.v2 {
  background-color: #fff;
  width: 30px;
}

.flipper-nav-button {
  background-color: #f76d6d;
  border-radius: 55px;
  width: 43px;
  height: 43px;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #7a7a7a8c;
}

.flipper-nav-button.w--open {
  background-color: #f76d6d;
  box-shadow: 1px 1px 3px #7a7a7a8c;
}

.purple-nav-link {
  float: right;
  clear: left;
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  background-color: #786df7;
  border-radius: 50px;
  width: 52%;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: letter-spacing .25s, width .25s;
  right: 3px;
  box-shadow: 1px 1px 3px #7a7a7a8c;
}

.purple-nav-link:hover {
  letter-spacing: 4px;
  width: 55%;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.v2 {
  background-color: #fff;
}

.flipper-nav-link-menu {
  background-color: #fff0;
  border-radius: 25px;
  top: 62px;
}

.flip-nav {
  background-color: #0000;
  top: 10px;
  left: 0;
  right: 0;
}

.d-17-menu-trigger-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.d-17-line-1 {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 5px;
  position: absolute;
}

.vimeo {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.html-embed {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
  position: static;
}

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

.div-block-4 {
  width: 100vh;
  height: 100vw;
  padding-bottom: 56.25px;
  position: relative;
}

.embed-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.text-span-7, .text-span-8, .text-span-9 {
  color: var(--safety);
}

.html-embed-3 {
  position: relative;
}

.image-7 {
  border: 1px solid var(--white);
  opacity: 1;
  border-radius: 100px;
  width: 20%;
}

.image-7._2 {
  opacity: 0;
}

.iconc {
  padding-bottom: 20px;
}

.div-block-5 {
  background-image: url('../images/Rendered.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 90%;
}

.div-block-5._2 {
  background-image: url('../images/Data_Thumb-copy.jpg');
  padding-top: 110%;
}

.div-block-5._3 {
  background-image: url('../images/Sensing_Thumb.jpg');
}

.line-left-2 {
  z-index: 1;
  border: 1px solid var(--white);
  background-color: var(--white);
  opacity: 0;
  position: absolute;
  inset: 12rem auto 12rem 0%;
}

.image-8 {
  width: 5vw;
}

.div-block-6 {
  border: 1px solid #fff;
  border-radius: 100px;
}

@media screen and (min-width: 1440px) {
  body {
    letter-spacing: 0;
    font-size: 1.125rem;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1.25rem;
  }

  .content.xs {
    max-width: 800px;
  }

  .display-1 {
    font-size: 5vw;
  }

  .section {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .img-wrapper.mini {
    height: 320px;
  }

  .img-wrapper.mini.stretch {
    min-height: 320px;
  }

  .img-wrapper.small {
    height: 640px;
  }

  .display-2 {
    font-size: 2.5rem;
  }

  .container {
    max-width: 1600px;
  }

  .navbar {
    width: auto;
    min-width: 0;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-menu.space-between {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .nav-link-invert.first.w--current {
    color: var(--white);
    background-color: #0000;
  }

  .text-field {
    margin-top: .75rem;
    margin-bottom: .75rem;
    font-size: .75rem;
    line-height: 1.5;
  }

  .align-right {
    margin-top: 1.5rem;
  }

  .display-3 {
    font-weight: 500;
  }

  .bg-video {
    opacity: .45;
  }

  .serif {
    font-weight: 400;
  }

  .tooltip.thumb {
    width: 410px;
    height: 410px;
    top: -256px;
  }

  .button-circle-holder {
    background-color: #0000;
  }

  .button-circle {
    border-color: var(--white);
    background-color: #0000;
  }

  .hover-line {
    background-color: var(--white);
  }

  .hover-line:focus {
    background-color: #0000;
  }

  .link-moving-typo {
    font-weight: 600;
  }

  .sup {
    font-size: .75rem;
  }

  .project-info {
    max-width: 640px;
  }

  .moving-typo-serif {
    bottom: .75vw;
  }

  .introduction {
    font-size: 2.25rem;
    font-weight: 300;
  }

  .index-count {
    margin-right: 4px;
  }

  .gallery-image {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .gallery-container {
    height: 75vh;
  }

  .display-0 {
    font-size: 10vw;
    font-weight: 600;
  }

  .client-gif {
    background-size: 100%;
  }

  .foreword {
    font-size: .875rem;
  }

  .icn-social-small {
    width: 36px;
    height: 36px;
  }

  .icn-social-small.facebook, .icn-social-small.twitter, .icn-social-small.linkedin, .icn-social-small.instagram {
    background-size: 12px;
  }

  .icn-social-small.instagram:hover {
    background-size: 12px, auto;
  }

  .services-holder {
    font-size: 1rem;
  }

  .section-2 {
    z-index: 3;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .columns {
    padding-top: 0;
  }

  .display-2-2 {
    color: #fff;
    padding-right: 2rem;
    font-size: 2.5rem;
  }

  .text-span {
    color: #ff5f00;
  }

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

  .section-4, .section-4.first {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .index-count-2 {
    margin-right: 4px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1.25rem;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2.25rem;
  }

  h5 {
    font-size: 2rem;
  }

  h6 {
    font-size: 1.75rem;
  }

  .display-1 {
    font-size: 5.5vw;
  }

  .display-2 {
    font-size: 2.75rem;
  }

  .container {
    max-width: 1680px;
  }

  .btn {
    font-size: 1rem;
  }

  .navbar {
    max-width: 100%;
    height: 6rem;
  }

  .nav-menu.space-between {
    margin-left: 5rem;
    margin-right: 5rem;
    left: 0;
    right: 0;
  }

  .brand {
    width: 160px;
  }

  .text-field, .caption {
    font-size: 1rem;
  }

  .serif {
    font-weight: 400;
  }

  .tooltip.thumb {
    width: 345px;
    height: 400px;
  }

  .category-circle {
    margin-right: 8px;
  }

  .category-holder {
    font-size: 1rem;
  }

  .link-moving-typo {
    font-size: 5vw;
  }

  .link-moving-typo.small {
    font-size: 3vw;
  }

  .nav-menu-horiz {
    text-align: left;
  }

  .icn-social-small {
    width: 44px;
    height: 44px;
  }

  .moving-typo-link {
    font-weight: 600;
  }

  .display-2-2 {
    font-size: 2.75rem;
  }

  .category-circle-2 {
    margin-right: 8px;
  }

  .caption-2 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    font-size: 1.5rem;
  }

  .section-hero {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 8rem 3rem 3rem;
  }

  .section-hero._75vh, .section-hero._90vh {
    min-height: auto;
  }

  .section-hero._90vh.no-padding {
    padding: 0;
  }

  .section-hero._50vh, .section-hero._100vh {
    min-height: auto;
  }

  .section-hero.display-block.z-index_3 {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .content.horiz-bottom.width-100.align-right {
    justify-content: center;
  }

  .display-1 {
    font-size: 3rem;
  }

  .no-bottom {
    padding-bottom: 0;
  }

  .no-top {
    padding-top: 0;
  }

  .no-right {
    padding-right: 0;
  }

  .section {
    padding: 3rem;
  }

  .section.no-padding-tablet {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .img-wrapper, .img-wrapper.medium, .img-wrapper.medium.stretch, .img-wrapper.small, .img-wrapper.small.stretch, .img-wrapper.mini, .img-wrapper.mini.stretch, .img-wrapper.stretch, .img-wrapper.big, .img-wrapper.big.stretch, .img-wrapper.small, .img-wrapper.small.stretch {
    height: auto;
    min-height: 512px;
  }

  .sticky {
    top: 0;
  }

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

  .display-2 {
    font-size: 2.25rem;
  }

  .margin-bottom {
    margin-bottom: 3rem;
  }

  .bg-image.agency_a-home-2 {
    background-size: 50%;
  }

  .bg-image.agency_a-contact_5.con {
    background-image: linear-gradient(to bottom, null, null), url('../images/Concisous.jpg');
  }

  .bg-image.con {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Concisous.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bg-image.des {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Designed.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .margin-paragraph {
    margin-bottom: 1rem;
  }

  .btn {
    padding: 16px 30px;
  }

  .navbar {
    justify-content: flex-end;
    width: 100%;
    max-width: none;
    height: 5rem;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar._50-left {
    justify-content: flex-end;
    width: 100%;
  }

  .nav-menu {
    background-color: var(--black);
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    position: absolute;
    top: 5rem;
  }

  .nav-menu.space-between {
    margin-left: 0;
    padding-right: 32px;
    display: block;
  }

  .nav-menu.middle {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-link-invert {
    margin-left: 0;
  }

  .brand {
    width: 100px;
    margin-left: 3rem;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .brand.black, .brand.white {
    background-size: 100%;
  }

  .brand.white.middle-absolute, .brand.white.left-absolute {
    margin-left: 3rem;
  }

  .brand.white.pre {
    margin-left: 0;
  }

  .show_skew-on_load.display-1.margin-paragraph-mobile {
    margin-top: 2rem;
  }

  .show_skew-on_load.caption.uppercase.extra {
    margin-bottom: 3rem;
  }

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

  .grid-6._6rem-gap {
    grid-row-gap: 3rem;
  }

  .line-left {
    border-top: 1px solid var(--black);
    border-left-style: none;
    inset: 0% 3rem auto;
  }

  .caption.margin-paragraph {
    margin-right: 0;
  }

  .menu-button {
    padding: 0;
    position: absolute;
  }

  .menu-button.w--open {
    background-color: var(--outlines);
  }

  .menu-button.black {
    background-color: var(--dark-grey);
    color: #fff;
  }

  .menu-button.transparent {
    color: #fff;
    background-color: #0000;
  }

  .line-top {
    left: 3rem;
    right: 3rem;
  }

  .margin-paragraph-mobile {
    margin-bottom: 1rem;
  }

  .grid-no-gap-columns {
    grid-row-gap: 5rem;
  }

  .grid-no-gap-columns._4x, .grid-no-gap-columns._3x {
    grid-template-columns: 1fr 1fr;
  }

  .serif {
    font-weight: 400;
  }

  .side-fix-left {
    height: 3rem;
  }

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

  .side-fix-right {
    height: 3rem;
  }

  .tooltip_hover-trigger.thumb-in-card {
    flex: 0 auto;
    width: 50%;
  }

  .category-circle.white.bg-black-mobile {
    background-color: var(--black);
  }

  .category-holder {
    margin-bottom: .5rem;
  }

  .hover-line {
    display: none;
  }

  .hover-line.white-8 {
    height: 1px;
  }

  .moving-typo-left {
    flex-flow: column wrap;
    width: 100%;
    margin-top: 0;
    display: flex;
    position: relative;
    left: 0;
  }

  .link-moving-typo {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 1rem 0;
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .link-moving-typo:hover {
    background-color: #0000;
  }

  .link-moving-typo.small {
    font-size: 1.75rem;
  }

  .line-separator {
    width: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    display: none;
  }

  .moving-typo-right {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    position: relative;
    left: 0;
  }

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

  .navbar-top-transparent-burger {
    justify-content: space-between;
    height: 4rem;
    padding-left: 3rem;
  }

  .menu-btn-top-transparent-burger {
    float: right;
    width: 4rem;
    height: 4rem;
    margin-right: -20px;
    display: flex;
    position: absolute;
    right: 3em;
  }

  .menu-top-transparent-burger {
    width: 100vw;
  }

  .grid-project-images {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .sticky-content {
    top: 4rem;
  }

  .subnavi-holder {
    margin-bottom: .5rem;
  }

  .client-logos-holder, .introduction.margin-bottom {
    margin-bottom: 3rem;
  }

  .horiz-holder-vert_mobile {
    margin-bottom: .5rem;
  }

  .accordion-item-content {
    padding-left: 0;
  }

  .gallery-image {
    width: 90vw;
    height: auto;
    margin-bottom: 1px;
    margin-right: 0;
    padding: 3rem;
  }

  .gallery {
    height: auto;
  }

  .gallery-container {
    height: auto;
    position: relative;
    top: 0;
  }

  .gallery-scroll-track {
    position: relative;
  }

  .gallery-track {
    width: 100%;
    height: auto;
    display: block;
  }

  .gallery-track._4x {
    width: 100%;
  }

  .and {
    width: 3rem;
    height: 3rem;
    padding-top: 1rem;
    font-size: 1.5rem;
  }

  .display-0 {
    line-height: .9;
  }

  .display-0.small {
    font-size: 3rem;
  }

  .h6-black-mobile {
    color: var(--black);
    margin-top: 0;
    margin-left: 0;
    font-size: 1rem;
  }

  .font-black-mobile {
    color: var(--black);
  }

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

  .client-gif {
    background-size: 48px;
    width: 3rem;
    height: 3rem;
  }

  .footer-section {
    padding-bottom: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .notice-box {
    justify-content: flex-start;
  }

  .notice-box.middle {
    align-items: flex-start;
  }

  .nav-column {
    margin-bottom: 1rem;
  }

  .display-none-tablet {
    display: none;
  }

  .show_opacity-on_load.align-right {
    align-items: flex-start;
  }

  .h6-white-mobile {
    color: #fff;
    margin-top: 0;
    margin-left: 0;
    font-size: 1rem;
    font-weight: 700;
  }

  .h4-white-mobile {
    color: #fff;
    margin-top: 0;
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .icn-social-big-outline.pinterest {
    display: none;
  }

  .moving-typo-list {
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    left: 0;
  }

  .moving-typo-item-holder {
    width: 100%;
  }

  .moving-typo-item-list-wrapper {
    width: 100%;
    display: block;
    position: relative;
  }

  .navbar-10vh {
    height: 5rem;
  }

  .nav-container-horiz {
    justify-content: flex-end;
    align-items: center;
    padding-left: 3rem;
    padding-right: 0;
    display: flex;
  }

  .grid-no-gap-column-rows._3x {
    grid-template-columns: 1fr 1fr;
  }

  .slide-horiz-parallax {
    height: 80vh;
  }

  .slide-nav {
    height: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .nav-menu-horiz {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .h4-black-mobile {
    color: var(--black);
    margin-top: 0;
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 1.3;
  }

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

  .line-bottom-mobile {
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .home-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-left: 0;
    margin-right: 1rem;
  }

  .right-arrow {
    display: none;
  }

  .slide-content-1 {
    width: auto;
  }

  .splitscreen {
    margin-bottom: 0;
    display: block;
  }

  .splitscreen.reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .background-image-hero.home-2-2, .background-image-hero.home-2-1 {
    position: relative;
  }

  .slide-vertical {
    height: 80vh;
  }

  .right-section {
    width: 100%;
  }

  .left-section {
    width: 100%;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .left-arrow {
    display: none;
  }

  .fix-home {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
  }

  .cart {
    width: 5rem;
  }

  .cart-wrapper {
    justify-content: center;
    align-items: center;
    right: 5rem;
  }

  .row {
    flex-direction: column;
  }

  .cart-absolute {
    right: 5rem;
  }

  .grid-license {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .moving-typo-elements {
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }

  .content-z-index {
    display: none;
  }

  .moving-typo-holder {
    align-items: flex-start;
    width: 100%;
  }

  .grid-moving-bg-image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #0000;
    grid-template-columns: 1fr 1fr;
  }

  .section-moving-bg-image {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
    padding: 8rem 3rem 3rem;
  }

  .moving-typo-elements-wrapper {
    width: 100%;
    display: block;
    position: relative;
  }

  .social-buttons-wrapper {
    align-items: flex-start;
  }

  .about-top-section {
    text-align: left;
    align-items: flex-start;
  }

  .wrapper-moving-image {
    width: 100%;
    height: 512px;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .bg-moving-image {
    opacity: 1;
  }

  .moving-typo-link {
    margin-bottom: .5rem;
    padding: .5rem 0 1rem;
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .services-holder {
    margin-bottom: .5rem;
  }

  .grid-6x1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-footer-intro {
    grid-template-columns: 1fr 1fr;
  }

  .social-icons-styleguide {
    margin-left: -4px;
  }

  .list-nav-intro {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-hero-styleguide {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 8rem 3rem 3rem;
  }

  .list-nav-styleguide {
    flex-wrap: wrap;
  }

  .nav-column-intro {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bg-video-intro {
    display: none;
  }

  .section-moving-typo-image {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
    padding: 8rem 3rem 3rem;
  }

  .moving-wrapper {
    width: 100%;
    display: block;
    position: relative;
  }

  .moving-image {
    width: 100%;
    height: 256px;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .moving-list {
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }

  .moving-link {
    text-align: left;
    justify-content: flex-start;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 0 0 1rem;
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .moving-holder {
    width: 100%;
  }

  .section-2 {
    padding: 3rem;
  }

  .display-2-2 {
    font-size: 2.25rem;
  }

  .section-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .text-block-5 {
    padding-top: 1rem;
  }

  .movingtext {
    padding-top: 1.5rem;
    font-size: .8rem;
  }

  .grid-gap-columns-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 5rem;
  }

  .margin-paragraph-2 {
    margin-bottom: 1rem;
  }

  .section-4 {
    padding: 3rem;
  }

  .section-4.no-padding-tablet {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-image-2.agency_a-home-2 {
    background-size: 50%;
  }

  .bg-image-2.agency_a-home-2.be {
    background-size: cover;
  }

  .div-block-2 {
    margin-bottom: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 2.5rem 3rem 4rem;
  }

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

  .margin-paragraph-3 {
    margin-bottom: 1rem;
  }

  .d-17-menu-trigger-wrapper {
    position: absolute;
  }

  .div-block-5 {
    padding-top: 150%;
  }

  .line-left-2 {
    border-top: 1px solid #0d0d11;
    border-left-style: none;
    inset: 0% 3rem auto;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    padding: 6rem 2rem 2rem;
  }

  .content.centered.display-none-tablet {
    display: none;
  }

  .content.align-right {
    text-align: left;
    align-items: flex-start;
  }

  .content.horiz-bottom {
    display: block;
  }

  .content.margin-paragraph-mobile.des {
    padding-top: 0;
  }

  .display-1 {
    letter-spacing: -.025em;
    font-size: 2.25rem;
    line-height: 1.2;
  }

  .display-1.light {
    display: none;
    overflow: visible;
  }

  .centered {
    display: block;
  }

  .no-bottom {
    padding-bottom: 0;
  }

  .no-top {
    padding-top: 0;
  }

  .no-right {
    padding-right: 0;
  }

  .section {
    padding: 2rem;
  }

  .section.centered {
    display: flex;
  }

  .img-wrapper {
    min-height: 320px;
  }

  .img-wrapper.medium, .img-wrapper.medium.stretch, .img-wrapper.small, .img-wrapper.small.stretch, .img-wrapper.mini, .img-wrapper.mini.stretch, .img-wrapper.stretch, .img-wrapper.big, .img-wrapper.big.stretch, .img-wrapper.small, .img-wrapper.small.stretch {
    min-height: 256px;
  }

  .sticky {
    top: 0;
  }

  .display-2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .display-2.h4-white-mobile {
    font-size: 1.5rem;
  }

  .container.no-right {
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom {
    margin-bottom: 2rem;
  }

  .bg-image.agency_a-contact_2 {
    background-image: url('../images/agency-portfolio-template-23.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image.agency_a-contact_1 {
    background-image: url('../images/agency-portfolio-template-22.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image.agency_a-contact_4 {
    background-image: url('../images/agency-portfolio-template-21.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .margin-paragraph {
    margin-bottom: 1rem;
  }

  .navbar {
    height: 4rem;
    display: block;
  }

  .nav-menu {
    top: 4rem;
  }

  .nav-menu.space-between {
    margin-left: 0;
  }

  .brand, .brand.white.middle-absolute, .brand.white.left-absolute {
    margin-left: 2rem;
  }

  .show_skew-on_load.display-1.margin-paragraph-mobile {
    margin-top: 2rem;
  }

  .show_skew-on_load.caption.uppercase.extra {
    margin-bottom: 3rem;
  }

  .grid-6.no-gap {
    grid-row-gap: 0px;
  }

  .grid-6._6rem-gap {
    grid-row-gap: 2rem;
  }

  .line-left {
    left: 2rem;
    right: 2rem;
  }

  .caption.uppercase.margin-paragraph {
    margin-bottom: 1rem;
    padding-top: 0;
  }

  .caption.uppercase.margin-paragraph.v5 {
    margin-top: 3rem;
  }

  .caption.margin-paragraph {
    margin-right: 0;
  }

  .padding-left-40 {
    padding-left: 0;
  }

  .icn-social-big {
    width: 32px;
    height: 32px;
  }

  .menu-button {
    right: 0;
  }

  .menu-button.transparent {
    inset: 0% 0% auto auto;
  }

  .line-top {
    left: 2rem;
    right: 2rem;
  }

  .horizontal {
    overflow: auto;
  }

  .margin-paragraph-mobile {
    margin-bottom: 1rem;
  }

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

  .scroll-down-line-wrapper {
    display: none;
  }

  .serif {
    font-weight: 400;
  }

  .side-fix-left, .side-fix-right {
    height: 2rem;
    display: none;
  }

  .button-circle {
    width: 48px;
    height: 48px;
    padding: 4px;
  }

  .category-holder.centered {
    display: flex;
  }

  .link-moving-typo, .link-moving-typo.small {
    font-size: 1.5rem;
  }

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

  .navbar-top-transparent-burger {
    padding-left: 2rem;
  }

  .menu-btn-top-transparent-burger {
    right: 2em;
  }

  .menu-top-transparent-burger {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .numbers {
    letter-spacing: -.04em;
    font-size: 2rem;
  }

  .grid-project-images {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .padding {
    padding: 2rem;
  }

  .sticky-content {
    top: 4rem;
  }

  .client-logos-holder {
    margin-bottom: 2rem;
  }

  .introduction {
    font-size: 1.5rem;
  }

  .introduction.margin-bottom {
    margin-bottom: 2rem;
  }

  .accordion-item-trigger, .accordion-item-content {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-image {
    width: 90vw;
    min-width: 22.5%;
    padding: 2rem;
  }

  .card-container, .grid-12x8 {
    display: block;
  }

  .display-0 {
    letter-spacing: -.05em;
    font-size: 3rem;
    line-height: 1.1;
  }

  .footer-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .list-horisontal {
    overflow: scroll;
  }

  .h6-white-mobile {
    font-size: 1rem;
  }

  .icn-social-big-outline {
    width: 32px;
    height: 32px;
  }

  .moving-typo-list {
    overflow: auto;
  }

  .navbar-10vh {
    height: 4rem;
  }

  .nav-container-horiz {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-no-gap-column-rows {
    grid-template-columns: 1fr;
  }

  .slide-nav {
    height: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navlink-top-transparent-burger {
    font-size: 4rem;
  }

  .menu-icon {
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
  }

  .icn-social-small, .icn-social-small-outline {
    width: 32px;
    height: 32px;
  }

  .line-bottom-mobile {
    margin-bottom: 2rem;
  }

  .left-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cart, .cart-button {
    height: 4rem;
  }

  .cart-wrapper {
    right: 4rem;
  }

  .moving-typo-elements {
    overflow: auto;
  }

  .social-button-outline {
    width: 32px;
    height: 32px;
  }

  .section-moving-bg-image {
    padding: 6rem 2rem 2rem;
  }

  .wrapper-moving-image {
    height: 320px;
  }

  .moving-typo-link {
    font-size: 1.5rem;
  }

  .list-nav-intro {
    flex-wrap: wrap;
  }

  .section-hero-styleguide {
    padding: 6rem 2rem 2rem;
  }

  .list-nav-styleguide {
    flex-wrap: wrap;
  }

  .section-moving-typo-image {
    padding: 6rem 2rem 2rem;
  }

  .moving-list {
    overflow: auto;
  }

  .moving-link {
    font-size: 1.5rem;
  }

  .section-2 {
    padding: 2rem;
  }

  .display-2-2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .section-3 {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .movingtext {
    padding-top: 0;
  }

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

  .margin-paragraph-2 {
    margin-bottom: 1rem;
  }

  .section-4 {
    padding: 2rem;
  }

  .section-4.centered {
    display: flex;
  }

  .section-4.first {
    padding-bottom: 0;
  }

  .section-4.mobile {
    order: 0;
    padding-bottom: 0;
  }

  .bg-image-2.agency_a-home-2 {
    background-size: cover;
  }

  .margin-paragraph-3 {
    margin-bottom: 1rem;
  }

  .icon {
    display: none;
  }

  .line-left-2 {
    left: 2rem;
    right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
    line-height: 1;
  }

  h2 {
    font-size: 1.75rem;
    line-height: 1.1;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  h4 {
    font-size: 1.375rem;
    line-height: 1.2;
  }

  h5 {
    font-size: 1.125rem;
  }

  ol {
    margin-bottom: 0;
  }

  .section-hero._75vh.sticky {
    padding-left: 2rem;
  }

  .section-hero._75vh.sticky.fix {
    display: block;
  }

  .content.margin-bottom, .content.margin-bottom.spacing {
    margin-bottom: 0;
  }

  .content.margin-paragraph-mobile.des {
    padding-top: 0;
  }

  .content.horizontal {
    flex-wrap: wrap;
  }

  .display-1 {
    font-size: 2rem;
  }

  .display-1.light {
    display: none;
  }

  .centered {
    text-align: left;
  }

  .centered.v1 {
    display: none;
  }

  .no-bottom {
    padding-bottom: 0;
  }

  .no-top {
    padding-top: 0;
  }

  .no-right {
    padding-right: 0;
  }

  .section.fix {
    margin-top: 0;
  }

  .img-wrapper.small {
    margin-top: 3rem;
  }

  .sticky {
    top: 0;
  }

  .bg-color.grey {
    border-bottom-color: var(--dark-grey);
  }

  .display-2 {
    font-size: 1.75rem;
  }

  .display-2._2, .display-2.hide {
    display: none;
  }

  .margin-bottom {
    margin-bottom: 2rem;
  }

  .bg-image.agency_a-contact_3 {
    background-image: linear-gradient(#0000, #0000), url('../images/Concisous.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bg-image.hardware {
    background-image: linear-gradient(#0000, #0000), url('../images/Rendered.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bg-image.data {
    background-image: url('../images/Data_Thumb-copy.jpg');
    background-size: cover;
  }

  .bg-image.sensing {
    background-image: url('../images/Sensing_Thumb.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image.con {
    background-image: url('../images/Concisous.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .margin-paragraph {
    margin-bottom: 1rem;
  }

  .nav-menu.space-between {
    margin-left: 0;
    margin-right: 0;
  }

  .show_skew-on_load.display-1 {
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .show_skew-on_load.display-1.margin-paragraph-mobile {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .show_skew-on_load.display-1.fix {
    text-align: center;
    margin-top: 0;
  }

  .show_skew-on_load.display-1.minus2b {
    text-align: center;
    margin-bottom: 0;
  }

  .show_skew-on_load.caption.uppercase {
    overflow: visible;
  }

  .show_skew-on_load.caption.uppercase.extra {
    margin-top: 0;
    margin-bottom: 3rem;
  }

  .show_skew-on_load.caption.uppercase.fix {
    display: none;
  }

  .show_skew-on_load.about-text {
    font-size: 1.125rem;
  }

  .line-left {
    border-style: none none solid;
    border-width: 0 0 .25px;
    border-color: var(--safety);
  }

  .text-field {
    border-top: 0px solid var(--dark-grey);
    border-right: 1px solid var(--dark-grey);
    border-left: 1px solid var(--dark-grey);
  }

  .caption {
    margin-bottom: .5rem;
  }

  .caption.margin-paragraph {
    margin-right: 0;
  }

  .menu-button.black:focus {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .margin-paragraph-mobile {
    margin-bottom: 1rem;
  }

  .grid-no-gap-columns._4x, .grid-no-gap-columns._3x {
    grid-template-columns: 1fr;
  }

  .scroll-down-line-wrapper {
    display: none;
  }

  .logo-preloader {
    width: 90px;
    height: 90px;
    margin-bottom: 0;
  }

  .serif {
    font-weight: 400;
  }

  .side-fix-left, .side-fix-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tooltip_hover-trigger.thumb-in-card {
    width: 100%;
  }

  .category-holder.centered {
    justify-content: flex-start;
  }

  .link-moving-typo, .link-moving-typo.small {
    font-size: 1.25rem;
  }

  .line-separator {
    display: none;
  }

  .numbers {
    letter-spacing: -.02em;
    font-size: 1.5rem;
  }

  .grid-project-images {
    grid-auto-flow: column dense;
  }

  .project-info {
    width: 100%;
  }

  .sticky-content {
    top: 3rem;
  }

  .sticky-content.fix {
    display: none;
  }

  .award-x {
    margin-left: 4px;
    margin-right: 20px;
  }

  .client-logos-holder {
    width: 50%;
    margin-right: 0;
  }

  .introduction {
    font-size: 1.25rem;
  }

  .horiz-holder-vert_mobile {
    display: block;
  }

  .gallery-image {
    width: 90vw;
    padding: 1rem 1rem 0 0;
  }

  .gallery-image._1, .gallery-image._2 {
    display: none;
  }

  .grid-12x8 {
    display: block;
  }

  .and {
    text-align: center;
  }

  .display-0 {
    font-size: 2.25rem;
  }

  .display-0.small {
    font-size: 2rem;
  }

  .client-gif {
    background-size: 32px;
    width: 2rem;
    height: 2rem;
  }

  .h6-white-mobile {
    font-size: 1rem;
  }

  .grid-no-gap-column-rows._3x {
    grid-template-columns: 1fr;
  }

  .navlink-top-transparent-burger {
    font-size: 3rem;
  }

  .menu-icon {
    opacity: 1;
  }

  .cart-absolute {
    right: 4rem;
  }

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

  .wrapper-moving-image {
    height: 256px;
  }

  .moving-typo-link {
    font-size: 1.25rem;
  }

  .nav-column-intro {
    margin-bottom: .15rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .social-icons-intro {
    margin-top: .5rem;
  }

  .moving-link {
    font-size: 1.25rem;
  }

  .section-2 {
    padding-left: 1rem;
  }

  .columns {
    padding-top: 1.5em;
  }

  .columns.show_skew-on_load {
    padding-top: .5em;
  }

  .display-2-2 {
    font-size: 1.75rem;
  }

  .column-2 {
    padding-right: 2em;
  }

  .section-3 {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-4 {
    width: auto;
  }

  .movingtext {
    width: 96%;
    padding-top: 0;
    font-size: .85rem;
  }

  .content-2.centered {
    text-align: center;
  }

  .margin-paragraph-2 {
    margin-bottom: 1rem;
  }

  .caption-2.uppercase {
    margin-top: 1rem;
  }

  .div-block-2 {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 2rem 3rem;
  }

  .margin-paragraph-3 {
    margin-bottom: 1rem;
  }

  .icon {
    margin-bottom: 0;
    display: none;
  }

  .preloadingicon {
    margin-bottom: 0;
  }

  .d-17-menu-trigger-wrapper {
    width: 4rem;
    height: 4rem;
    position: static;
  }

  .d-17-line-1 {
    width: 100%;
  }

  .iconc._2, .div-block-6 {
    display: none;
  }
}

#w-node-a8e7747d-b1d3-994c-b918-899d60364e42-580308ff {
  grid-area: 1 / 1 / 5 / 7;
  place-self: center;
}

#w-node-a8e7747d-b1d3-994c-b918-899d60364e47-580308ff {
  grid-area: 5 / 1 / 7 / 7;
  place-self: auto center;
}

#w-node-_47ee47a9-3cfa-7eba-8af3-7208d380f3eb-580308ff {
  place-self: start center;
}

#w-node-_47ee47a9-3cfa-7eba-8af3-7208d380f3ef-580308ff {
  align-self: start;
}

#w-node-_47ee47a9-3cfa-7eba-8af3-7208d380f3f2-580308ff {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0e1c02c9-9758-96ad-cb0e-955f44ed987a-5f186159 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0e1c02c9-9758-96ad-cb0e-955f44ed9899-5f186159 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-c787fef4-1181-5dfc-94ff-043c58ac9643-58ac9641, #w-node-c787fef4-1181-5dfc-94ff-043c58ac9648-58ac9641 {
  grid-area: span 6 / span 3 / span 6 / span 3;
  align-self: stretch;
}

#w-node-_7f5d7acc-014d-27cf-619d-7d41d389b5da-23030902 {
  grid-area: 1 / 1 / 8 / 3;
}

#team.w-node-f2befc4e-7480-0aec-506c-cc903fee62e8-23030902 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_635686cc-2e8f-5464-db2a-65a16b4db7cc-23030902 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2befc4e-7480-0aec-506c-cc903fee62e9-23030902 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6d4e9ac3-a6d2-42d4-e8c9-e748b86aec5e-23030902 {
  place-self: start center;
}

#awards.w-node-e090f764-f48f-1f72-c288-7254e0053a4a-23030902 {
  grid-area: 2 / 3 / 3 / 8;
}

#w-node-c079f6e6-05b5-9a54-083f-d832e6dc6c31-23030902 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7bd9310b-dd5e-118d-7930-ab11946e48e7-23030902 {
  grid-area: 1 / 3 / 2 / 7;
}

#clients.w-node-_7daca4fc-8ce8-ed3d-3661-93f5691e99c5-23030902 {
  grid-area: 3 / 3 / 6 / 8;
}

#w-node-ba866192-597c-bc24-e99b-db68594dd5f4-23030902 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0b500d15-2e80-ec5b-f59f-749376c3c482-23030902 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fa9738d7-1730-83a4-7bfb-bdb56eea6363-3703090b {
  grid-area: 1 / 1 / 7 / 7;
  place-self: end center;
}

#w-node-fa9738d7-1730-83a4-7bfb-bdb56eea636a-3703090b {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-fa9738d7-1730-83a4-7bfb-bdb56eea637c-3703090b {
  grid-area: 1 / 2 / 7 / 3;
}

#w-node-fa9738d7-1730-83a4-7bfb-bdb56eea638b-3703090b {
  grid-area: 1 / 3 / 7 / 4;
}

#w-node-fa9738d7-1730-83a4-7bfb-bdb56eea6394-3703090b {
  grid-area: 1 / 5 / 7 / 7;
  justify-self: end;
}

#w-node-_73bd0f4c-3dbb-f23c-78cf-e678b941cab9-7a03090c {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-_45392f04-426c-a699-4188-13cb6f350334-ef03092a {
  grid-area: 1 / 1 / 7 / 7;
  place-self: end center;
}

#w-node-c7b0c6df-cba5-0931-6f09-1096b5ad861b-ef03092a {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-c7b0c6df-cba5-0931-6f09-1096b5ad862d-ef03092a {
  grid-area: 1 / 2 / 7 / 3;
}

#w-node-c7b0c6df-cba5-0931-6f09-1096b5ad863c-ef03092a {
  grid-area: 1 / 3 / 7 / 4;
}

#w-node-c7b0c6df-cba5-0931-6f09-1096b5ad8645-ef03092a {
  grid-area: 1 / 5 / 7 / 7;
  justify-self: end;
}

#w-node-f8098cae-f7be-8258-8ed3-91b205c3e31f-3203092b {
  grid-area: 1 / 1 / 7 / 7;
  place-self: end center;
}

#w-node-_1ea7c395-7376-dbd1-261b-c86d905f8762-3203092b {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-_1ea7c395-7376-dbd1-261b-c86d905f8774-3203092b {
  grid-area: 1 / 2 / 7 / 3;
}

#w-node-_1ea7c395-7376-dbd1-261b-c86d905f8783-3203092b {
  grid-area: 1 / 3 / 7 / 4;
}

#w-node-_1ea7c395-7376-dbd1-261b-c86d905f878c-3203092b {
  grid-area: 1 / 5 / 7 / 7;
  justify-self: end;
}

#w-node-ece41be4-d31f-99d9-0314-b872a598626d-3503092c {
  grid-area: 1 / 1 / 13 / 5;
  align-self: auto;
}

#w-node-ece41be4-d31f-99d9-0314-b872a5986274-3503092c {
  grid-area: 1 / 5 / 13 / 13;
}

#w-node-ece41be4-d31f-99d9-0314-b872a5986276-3503092c {
  place-self: center;
}

#w-node-_4eb4cf79-7d40-9ac6-cf07-c310680bda05-7d03094d {
  grid-area: 1 / 1 / 5 / 7;
  place-self: center;
}

#w-node-_4eb4cf79-7d40-9ac6-cf07-c310680bda0a-7d03094d {
  grid-area: 5 / 1 / 7 / 7;
  place-self: auto center;
}

#w-node-d10a1f99-8933-b035-1ff4-c2a443770d79-7d03094d, #w-node-d10a1f99-8933-b035-1ff4-c2a443770d7d-7d03094d, #w-node-_4ecbbfee-414a-ecbf-840a-d6cf7d66a6aa-7d03094d, #w-node-_4ecbbfee-414a-ecbf-840a-d6cf7d66a6a6-7d03094d, #w-node-_924165c5-3fa6-ed20-b052-fbdfaf45c11a-7d03094d, #w-node-_924165c5-3fa6-ed20-b052-fbdfaf45c11e-7d03094d {
  grid-area: span 6 / span 3 / span 6 / span 3;
  align-self: stretch;
}

#w-node-_11d16db5-7e48-526e-bbca-6e4bba0af38e-360309ba {
  grid-area: span 6 / span 6 / span 6 / span 6;
  place-self: center start;
}

#w-node-_11d16db5-7e48-526e-bbca-6e4bba0af395-360309ba {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_11d16db5-7e48-526e-bbca-6e4bba0af39c-360309ba {
  grid-area: span 6 / span 4 / span 6 / span 4;
}

#w-node-_986b4e2e-dae8-7041-b397-0536882e2009-360309ba {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_986b4e2e-dae8-7041-b397-0536882e200d-360309ba {
  grid-area: span 6 / span 4 / span 6 / span 4;
}

#w-node-df95874c-8fa6-bed1-b804-85a2a45d8108-360309ba {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-df95874c-8fa6-bed1-b804-85a2a45d810c-360309ba {
  grid-area: span 6 / span 4 / span 6 / span 4;
}

#w-node-_8afae748-2f35-1037-cdfa-48538ad38974-360309ba {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_8afae748-2f35-1037-cdfa-48538ad38978-360309ba {
  grid-area: span 6 / span 4 / span 6 / span 4;
}

#w-node-b1e10c87-a22d-9f91-f8b4-3abcbfee1aad-360309ba {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-b1e10c87-a22d-9f91-f8b4-3abcbfee1ab1-360309ba {
  grid-area: span 6 / span 4 / span 6 / span 4;
}

#w-node-cd706d36-9714-c54f-7d2c-7fe48c668140-360309ba {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-cd706d36-9714-c54f-7d2c-7fe48c668144-360309ba {
  grid-area: span 6 / span 4 / span 6 / span 4;
}

#w-node-_7290aa35-ebc8-f3e2-d7bd-555ae0d29ad6-360309ba {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_7290aa35-ebc8-f3e2-d7bd-555ae0d29ada-360309ba {
  grid-area: span 6 / span 4 / span 6 / span 4;
}

#w-node-bfc79aec-161a-f2d4-d2c9-fca12d242625-360309ba {
  place-self: start center;
}

#w-node-bfc79aec-161a-f2d4-d2c9-fca12d24262c-360309ba {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0fe4afca-684c-a936-cae4-499d4e417e0c-360309ba {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_0fe4afca-684c-a936-cae4-499d4e417e10-360309ba {
  grid-area: span 6 / span 4 / span 6 / span 4;
}

#w-node-f6daf6b5-97a6-ff1b-3304-21739643b7e3-360309ba {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-f6daf6b5-97a6-ff1b-3304-21739643b7e7-360309ba {
  grid-area: span 6 / span 4 / span 6 / span 4;
}

#w-node-_84ed1edc-72b3-6d55-9a5a-23efc3b3cc5b-360309ba {
  grid-area: span 6 / span 2 / span 6 / span 2;
}

#w-node-_84ed1edc-72b3-6d55-9a5a-23efc3b3cc5f-360309ba {
  grid-area: span 6 / span 4 / span 6 / span 4;
}

#w-node-e3759a73-c62f-bca4-3511-254672c4ebef-360309ba {
  grid-area: 1 / 1 / 8 / 8;
}

#w-node-e3759a73-c62f-bca4-3511-254672c4ebf1-360309ba {
  grid-area: 1 / 1 / 3 / 8;
  place-self: end;
}

#w-node-e3759a73-c62f-bca4-3511-254672c4ebf7-360309ba {
  grid-area: 3 / 1 / 6 / 8;
}

#w-node-_0594b04c-5b9e-c724-17f7-696de38cefc1-360309ba {
  grid-area: 1 / 1 / 3 / 8;
  align-self: center;
}

#w-node-_0594b04c-5b9e-c724-17f7-696de38cefc7-360309ba {
  grid-area: 6 / 1 / 8 / 8;
  align-self: center;
}

#w-node-_0594b04c-5b9e-c724-17f7-696de38cefcb-360309ba {
  grid-area: 4 / 1 / 5 / 8;
  align-self: center;
}

#w-node-_0594b04c-5b9e-c724-17f7-696de38ceff0-360309ba {
  grid-area: 1 / 1 / 8 / 8;
}

#w-node-_3a339a98-a628-794b-c54e-1cfb9e2dc170-9e2dc16e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3a339a98-a628-794b-c54e-1cfb9e2dc18f-9e2dc16e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_79b9d619-5499-c5d9-1338-2e3924fcebbc-7c0309bb {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-d1ab760c-02c3-6d3b-a967-b86e4523f6b2-7c0309bb, #w-node-d1ab760c-02c3-6d3b-a967-b86e4523f6b6-7c0309bb {
  grid-area: span 6 / span 3 / span 6 / span 3;
  align-self: stretch;
}

#w-node-_60ecb830-8c96-61df-4f2c-a84bfc9766df-7c0309bb {
  order: 9999;
  grid-area: span 6 / span 3 / span 6 / span 3;
  align-self: stretch;
}

#w-node-_60ecb830-8c96-61df-4f2c-a84bfc9766e3-7c0309bb, #w-node-_81f34df6-b53a-0e27-df55-644fd4725b59-7c0309bb, #w-node-_81f34df6-b53a-0e27-df55-644fd4725b5d-7c0309bb {
  grid-area: span 6 / span 3 / span 6 / span 3;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-a8e7747d-b1d3-994c-b918-899d60364e42-580308ff, #w-node-a8e7747d-b1d3-994c-b918-899d60364e47-580308ff {
    grid-column-end: 3;
  }

  #w-node-_0e1c02c9-9758-96ad-cb0e-955f44ed987a-5f186159 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0e1c02c9-9758-96ad-cb0e-955f44ed9899-5f186159 {
    place-self: center;
  }

  #w-node-c787fef4-1181-5dfc-94ff-043c58ac9643-58ac9641, #w-node-c787fef4-1181-5dfc-94ff-043c58ac9648-58ac9641 {
    grid-area: span 3 / span 6 / span 3 / span 6;
  }

  #w-node-c079f6e6-05b5-9a54-083f-d832e6dc6c31-23030902, #w-node-_7bd9310b-dd5e-118d-7930-ab11946e48e7-23030902, #w-node-ba866192-597c-bc24-e99b-db68594dd5f4-23030902 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fa9738d7-1730-83a4-7bfb-bdb56eea6363-3703090b {
    grid-area: 1 / 1 / 7 / 3;
    place-self: center;
  }

  #w-node-fa9738d7-1730-83a4-7bfb-bdb56eea636a-3703090b {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-fa9738d7-1730-83a4-7bfb-bdb56eea637c-3703090b {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-fa9738d7-1730-83a4-7bfb-bdb56eea638b-3703090b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-fa9738d7-1730-83a4-7bfb-bdb56eea6394-3703090b {
    grid-column: 1 / 3;
    grid-row-start: 4;
    justify-self: start;
  }

  #w-node-_73bd0f4c-3dbb-f23c-78cf-e678b941cab9-7a03090c {
    grid-column-end: 3;
  }

  #w-node-_45392f04-426c-a699-4188-13cb6f350334-ef03092a {
    grid-area: 1 / 1 / 7 / 3;
    place-self: center;
  }

  #w-node-c7b0c6df-cba5-0931-6f09-1096b5ad861b-ef03092a {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-c7b0c6df-cba5-0931-6f09-1096b5ad862d-ef03092a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-c7b0c6df-cba5-0931-6f09-1096b5ad863c-ef03092a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c7b0c6df-cba5-0931-6f09-1096b5ad8645-ef03092a {
    grid-column: 1 / 3;
    grid-row-start: 4;
    justify-self: start;
  }

  #w-node-f8098cae-f7be-8258-8ed3-91b205c3e31f-3203092b {
    grid-area: 1 / 1 / 7 / 3;
    place-self: center;
  }

  #w-node-_1ea7c395-7376-dbd1-261b-c86d905f8762-3203092b {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_1ea7c395-7376-dbd1-261b-c86d905f8774-3203092b {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_1ea7c395-7376-dbd1-261b-c86d905f8783-3203092b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1ea7c395-7376-dbd1-261b-c86d905f878c-3203092b {
    grid-column: 1 / 3;
    grid-row-start: 4;
    justify-self: start;
  }

  #w-node-ece41be4-d31f-99d9-0314-b872a598626d-3503092c {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-ece41be4-d31f-99d9-0314-b872a5986274-3503092c {
    grid-column: 1 / 3;
    grid-row-start: 2;
  }

  #w-node-_4eb4cf79-7d40-9ac6-cf07-c310680bda05-7d03094d, #w-node-_4eb4cf79-7d40-9ac6-cf07-c310680bda0a-7d03094d {
    grid-column-end: 3;
  }

  #w-node-d10a1f99-8933-b035-1ff4-c2a443770d79-7d03094d, #w-node-d10a1f99-8933-b035-1ff4-c2a443770d7d-7d03094d, #w-node-_4ecbbfee-414a-ecbf-840a-d6cf7d66a6aa-7d03094d, #w-node-_4ecbbfee-414a-ecbf-840a-d6cf7d66a6a6-7d03094d, #w-node-_924165c5-3fa6-ed20-b052-fbdfaf45c11a-7d03094d, #w-node-_924165c5-3fa6-ed20-b052-fbdfaf45c11e-7d03094d {
    grid-area: span 3 / span 6 / span 3 / span 6;
  }

  #w-node-_11d16db5-7e48-526e-bbca-6e4bba0af39c-360309ba, #w-node-_986b4e2e-dae8-7041-b397-0536882e200d-360309ba, #w-node-df95874c-8fa6-bed1-b804-85a2a45d810c-360309ba, #w-node-_8afae748-2f35-1037-cdfa-48538ad38978-360309ba, #w-node-b1e10c87-a22d-9f91-f8b4-3abcbfee1ab1-360309ba, #w-node-cd706d36-9714-c54f-7d2c-7fe48c668144-360309ba, #w-node-_7290aa35-ebc8-f3e2-d7bd-555ae0d29ada-360309ba, #w-node-_0fe4afca-684c-a936-cae4-499d4e417e10-360309ba, #w-node-f6daf6b5-97a6-ff1b-3304-21739643b7e7-360309ba, #w-node-_84ed1edc-72b3-6d55-9a5a-23efc3b3cc5f-360309ba, #w-node-_3a339a98-a628-794b-c54e-1cfb9e2dc170-9e2dc16e {
    grid-column: span 2 / span 2;
  }

  #w-node-_3a339a98-a628-794b-c54e-1cfb9e2dc18f-9e2dc16e {
    justify-self: start;
  }

  #w-node-_79b9d619-5499-c5d9-1338-2e3924fcebbc-7c0309bb {
    grid-column-end: 3;
  }

  #w-node-d1ab760c-02c3-6d3b-a967-b86e4523f6b2-7c0309bb, #w-node-d1ab760c-02c3-6d3b-a967-b86e4523f6b6-7c0309bb, #w-node-_60ecb830-8c96-61df-4f2c-a84bfc9766df-7c0309bb, #w-node-_60ecb830-8c96-61df-4f2c-a84bfc9766e3-7c0309bb, #w-node-_81f34df6-b53a-0e27-df55-644fd4725b59-7c0309bb, #w-node-_81f34df6-b53a-0e27-df55-644fd4725b5d-7c0309bb {
    grid-area: span 3 / span 6 / span 3 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0e1c02c9-9758-96ad-cb0e-955f44ed987a-5f186159 {
    align-self: center;
  }

  #w-node-_0e1c02c9-9758-96ad-cb0e-955f44ed9899-5f186159 {
    place-self: center;
  }

  #w-node-c787fef4-1181-5dfc-94ff-043c58ac9643-58ac9641, #w-node-c787fef4-1181-5dfc-94ff-043c58ac9648-58ac9641 {
    grid-area: span 3 / span 6 / span 3 / span 6;
  }

  #w-node-_7f5d7acc-014d-27cf-619d-7d41d389b5da-23030902 {
    grid-row-end: 2;
  }

  #team.w-node-f2befc4e-7480-0aec-506c-cc903fee62e8-23030902 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #awards.w-node-e090f764-f48f-1f72-c288-7254e0053a4a-23030902 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #clients.w-node-_7daca4fc-8ce8-ed3d-3661-93f5691e99c5-23030902 {
    grid-area: 4 / 1 / 8 / 3;
  }

  #w-node-d10a1f99-8933-b035-1ff4-c2a443770d79-7d03094d, #w-node-d10a1f99-8933-b035-1ff4-c2a443770d7d-7d03094d {
    grid-area: span 3 / span 6 / span 3 / span 6;
  }

  #w-node-_4ecbbfee-414a-ecbf-840a-d6cf7d66a6aa-7d03094d {
    order: 9999;
    grid-area: span 3 / span 6 / span 3 / span 6;
  }

  #w-node-_4ecbbfee-414a-ecbf-840a-d6cf7d66a6a6-7d03094d, #w-node-_924165c5-3fa6-ed20-b052-fbdfaf45c11a-7d03094d, #w-node-_924165c5-3fa6-ed20-b052-fbdfaf45c11e-7d03094d {
    grid-area: span 3 / span 6 / span 3 / span 6;
  }

  #w-node-e3759a73-c62f-bca4-3511-254672c4ebef-360309ba {
    grid-area: 1 / 1 / 8 / 8;
  }

  #w-node-d1ab760c-02c3-6d3b-a967-b86e4523f6b2-7c0309bb, #w-node-d1ab760c-02c3-6d3b-a967-b86e4523f6b6-7c0309bb, #w-node-_60ecb830-8c96-61df-4f2c-a84bfc9766df-7c0309bb {
    grid-area: span 3 / span 6 / span 3 / span 6;
  }

  #w-node-_60ecb830-8c96-61df-4f2c-a84bfc9766e3-7c0309bb {
    order: 9999;
    grid-area: span 3 / span 6 / span 3 / span 6;
  }

  #w-node-_81f34df6-b53a-0e27-df55-644fd4725b59-7c0309bb, #w-node-_81f34df6-b53a-0e27-df55-644fd4725b5d-7c0309bb {
    grid-area: span 3 / span 6 / span 3 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_60ecb830-8c96-61df-4f2c-a84bfc9766df-7c0309bb {
    order: -9999;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light-BETA.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
