@font-face {
  font-family: Librebodoni \- Italic;
  src: url('../fonts/LibreBodoni-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PP Mori \- Regular Italic;
  src: url('../fonts/PPMori-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PP Mori \- Extralight Italic;
  src: url('../fonts/PPMori-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PP Mori \- Semibold Italic;
  src: url('../fonts/PPMori-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PP Mori \- Semibold;
  src: url('../fonts/PPMori-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Mori \- Extra Light;
  src: url('../fonts/PPMori-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Mori \- Regular;
  src: url('../fonts/PPMori-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background--dark-100: #1f5ed6;
  --background--dark-30: #e9edf0;
  --background--dark-70: #627788;
  --background--dark-90: #192a39;
  --background--dark-10: white;
  --background--dark-60: #8294a2;
  --background--dark-50: #c6d0d8;
  --background--dark-30\<deleted\|variable-09ae072f-6feb-3ec7-76e3-62227484b7fc\>: #e9edf0;
  --background--dark-40: #d4dbe1;
  --background--dark-100\<deleted\|variable-4dbab9c3\>: black;
  --background--dark-80: #3a4e5e;
  --background--dark-20: #f4f7f9;
}

.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-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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--background--dark-100);
  font-family: PP Mori \- Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--background--dark-100);
  letter-spacing: -.3rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 120px;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  color: var(--background--dark-100);
  letter-spacing: -.2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  color: var(--background--dark-100);
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  color: var(--background--dark-100);
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

h5 {
  color: var(--background--dark-100);
  letter-spacing: -.05rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}

h6 {
  color: var(--background--dark-100);
  letter-spacing: -.05rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

p {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 160%;
}

a {
  color: var(--background--dark-100);
  font-family: PP Mori \- Semibold, sans-serif;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 160%;
}

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

label {
  letter-spacing: -.1rem;
  margin-bottom: 0;
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

blockquote {
  background-color: var(--background--dark-30);
  border-left: 0 solid #000;
  margin-bottom: 0;
  padding: 32px;
  font-size: 20px;
  line-height: 160%;
}

figure {
  margin-bottom: 0;
}

.navbar {
  z-index: 230;
  background-color: #fff0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.navbar-container {
  align-items: center;
  width: 100%;
  max-width: 1248px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 40px;
  padding-right: 40px;
}

.navbar-wrapper {
  background-color: #1f5ed6;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 0 16px 0 -8px #000;
}

.nav-menu {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #c8c8c800;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--background--dark-100);
  color: #fff;
  border-radius: 100px;
  padding: 20px 40px;
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.button.large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.button.large:hover {
  background-color: var(--background--dark-70);
}

.button.large.fullwidth, .button.large.fullwidth.w--current {
  width: 100%;
}

.button.small {
  z-index: 6;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--background--dark-90);
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 14px;
  display: flex;
}

.button.small:hover {
  background-color: var(--background--dark-70);
}

.header {
  justify-content: center;
  display: flex;
}

.header-container {
  width: 100%;
  max-width: 1248px;
  padding: 40px 40px 20px;
}

.split-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.split-content.left-service {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 96px;
}

.split-content.company {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.split-content.testimony {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.split-content.footer, .split-content.innerpage-hero {
  width: 100%;
}

.split-content.our-team, .split-content.our-company {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  width: 100%;
}

.split-content.contact-us {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: 100%;
}

.split-content.culture {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.split-content.work-details-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.split-content.blog-post {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.split-content.careers-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
}

.split-content.center {
  justify-content: center;
  align-items: center;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--background--dark-100);
  background-color: var(--background--dark-30);
  color: #000;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.button-outline:hover {
  outline-width: 0;
}

.line-body {
  z-index: -1;
  filter: invert();
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.line-background {
  background-color: #0f0f0f;
  width: 1px;
  height: 100%;
}

.line-background.white {
  opacity: .15;
  background-color: #fff;
}

.line-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  height: 100%;
  display: flex;
  position: static;
}

.heading-2.dark-100 {
  color: var(--background--dark-100);
}

.heading-2.white {
  color: var(--background--dark-10);
}

.heading-2.max-832 {
  width: 100%;
  max-width: 832px;
}

.section, .section.stacking {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.gray {
  background-color: var(--background--dark-30);
  position: relative;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1248px;
  padding: 40px;
  position: relative;
}

.container.service {
  z-index: 2;
  background-color: var(--background--dark-100);
  border-radius: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 80vh;
  max-height: 900px;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.container.footer {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.container.hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 96px;
  display: flex;
}

.container.benefits {
  padding-top: 40px;
}

.container.works-content, .container.hero-checkout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 96px;
  display: flex;
}

.text-xlarge-regular {
  flex: 0 auto;
  font-family: PP Mori \- Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.text-xlarge-regular.dark-60 {
  color: var(--background--dark-60);
}

.text-xlarge-regular.subtle-hero-home {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.home-hero-subtiitle {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  display: grid;
}

.heading-1.hero {
  text-align: right;
  width: 100%;
  margin-bottom: 60px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
}

.heading-1.hero-careers {
  width: 100%;
  max-width: 840px;
}

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

.icon-24px {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.display-1 {
  font-family: Librebodoni \- Italic, sans-serif;
  font-size: 130px;
  font-style: italic;
  font-weight: 400;
}

.grid-services {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  width: 100%;
  height: 100%;
  display: grid;
}

.grid-services.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(416px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  display: grid;
}

.text-large-regular {
  color: var(--background--dark-100);
  font-family: PP Mori \- Regular, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.text-large-regular.service-desc {
  color: var(--background--dark-50);
}

.heading-6.white {
  color: var(--background--dark-10);
}

.label-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--background--dark-10);
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-10px {
  background-color: var(--background--dark-10);
  border-radius: 100px;
  width: 10px;
  height: 10px;
}

.circle-10px.dark {
  background-color: var(--background--dark-100);
}

.spacing-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spacing-8px.horizontal {
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.spacing-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.spacing-40px.horizontal {
  flex-flow: row;
}

.left-service {
  width: 100%;
  height: 100%;
  padding-left: 96px;
  padding-right: 96px;
}

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

.spacing-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spacing-24px.stretch {
  align-self: stretch;
}

.heading-wrap {
  position: relative;
}

.font-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--background--dark-30\<deleted\|variable-09ae072f-6feb-3ec7-76e3-62227484b7fc\>);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 24px;
  display: flex;
}

.spacing-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spacing-16px.utility-pages {
  width: 208px;
}

.spacing-16px.subsribe {
  width: 100%;
}

.spacing-16px.center {
  justify-content: center;
  align-items: center;
}

.text-style-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.text-normal-regular {
  letter-spacing: normal;
  font-family: PP Mori \- Regular, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.text-normal-regular.shortlink {
  color: var(--background--dark-10);
  flex: 0 auto;
}

.text-normal-regular.shortlink:hover {
  color: var(--background--dark-60);
  font-weight: 400;
  text-decoration: underline;
}

.text-normal-regular.dark-60 {
  color: var(--background--dark-60);
}

.text-normal-regular.red {
  color: red;
}

.text-normal-regular.privacy-text {
  color: var(--background--dark-10);
  flex: 0 auto;
}

.text-normal-regular.privacy-text:hover {
  color: var(--background--dark-60);
  text-decoration: underline;
}

.text-normal-regular.color-style {
  opacity: .4;
  filter: invert();
}

.grid-font {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-self: stretch;
  place-items: center stretch;
  display: flex;
}

.company-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacing-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.line-container {
  opacity: .05;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.line-container.white {
  z-index: -1;
  opacity: .8;
}

.line-container.footer-line {
  opacity: .85;
}

.left-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--background--dark-30), #e9edf000);
  pointer-events: none;
  width: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, #e9edf000, var(--background--dark-30));
  pointer-events: none;
  width: 100px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.img-work-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .4s;
  position: relative;
}

.img-work-wrapper.w--open {
  opacity: 1;
}

.display-3 {
  font-family: Librebodoni \- Italic, sans-serif;
  font-size: 26px;
  font-style: italic;
  line-height: 100%;
}

.title-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.work-title-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.work-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--background--dark-10);
  flex-flow: column;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.work-wrapper.work-page {
  border: 1px solid var(--background--dark-100);
  margin-bottom: 40px;
}

.work-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--background--dark-100);
  flex-flow: column;
  width: 100%;
}

.work-content.works-page {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.company-content {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  max-height: 700px;
  overflow: hidden;
}

.user-testimonial-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.spacing-4.vertical {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.slide {
  height: 100%;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.mask {
  overflow: hidden;
}

.left-arrow {
  border: 1px solid var(--background--dark-100);
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  inset: auto 76px 10px auto;
}

.right-arrow {
  border: 1px solid var(--background--dark-100);
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  inset: auto 0% 10px auto;
}

.divider {
  background-color: var(--background--dark-100);
  width: 100%;
  height: 1px;
}

.section-footer {
  background-color: var(--background--dark-100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-wrapper {
  background-color: var(--background--dark-10);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  box-shadow: 0 16px 0 -8px #d2e1eb;
}

.cta-text {
  color: #000;
  font-family: Librebodoni \- Italic, sans-serif;
  font-size: 64px;
  font-style: italic;
  line-height: 130%;
}

.shortlink {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: var(--background--dark-10);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 165%;
  display: flex;
}

.shortlink-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 208px;
  max-width: 208px;
  color: var(--background--dark-10);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shortlink-content.utility-pages {
  max-width: none;
}

.shortlink-content.navigation {
  width: 100%;
  max-width: none;
  margin-top: 48px;
}

.shortlink-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utility-pages {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-shortlink {
  color: var(--background--dark-60);
  letter-spacing: 4px;
}

.right-footer {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  color: var(--background--dark-10);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-5.white {
  color: var(--background--dark-10);
}

.spacing-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--background--dark-10);
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.button-white:hover {
  background-color: var(--background--dark-70);
}

.input-form-white {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--background--dark-10);
  height: 66px;
  color: var(--background--dark-10);
  background-color: #fff0;
  margin-bottom: 0;
  padding: 14px 0;
  font-size: 16px;
  line-height: 160%;
}

.input-form-white:active {
  color: var(--background--dark-10);
}

.input-form-white:focus {
  border-bottom-color: var(--background--dark-10);
  color: var(--background--dark-10);
}

.input-form-white::placeholder {
  color: var(--background--dark-70);
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.circle-button {
  background-color: var(--background--dark-30);
  width: 120px;
  height: 120px;
  color: var(--background--dark-100);
  text-align: center;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.circle-button.white {
  background-color: var(--background--dark-10);
  position: static;
}

.copyright {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.pricing-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-card {
  border: 1px solid var(--background--dark-100);
  background-color: var(--background--dark-10);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  margin-bottom: 32px;
  padding: 24px;
  display: grid;
}

.pricing-card.default {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.pricing-card.vertical {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.card-categories {
  border: 1px solid var(--background--dark-100);
  border-radius: 100px;
  padding: 10px 16px;
}

.card-categories.w--current {
  background-color: var(--background--dark-40);
}

.text-small-regular {
  color: var(--background--dark-100);
  letter-spacing: normal;
  font-size: 14px;
  line-height: 160%;
}

.text-xsmall-regular {
  font-size: 12px;
  line-height: 160%;
}

.text-xlarge-bold {
  flex: 0 auto;
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
}

.text-large-bold {
  color: var(--background--dark-100);
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}

.text-normal-bold {
  letter-spacing: normal;
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}

.text-normal-bold.white {
  color: var(--background--dark-10);
}

.text-small-bold {
  color: var(--background--dark-100);
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}

.text-xsmall-bold {
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 160%;
}

.categories-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.benefits-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-price {
  font-family: Librebodoni \- Italic, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.pricing-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.statistics-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: grid;
}

.statistic-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.holiday-img-wrap {
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-end;
  height: 630px;
  max-height: 788px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.holiday-info {
  width: 100%;
  color: var(--background--dark-10);
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.our-team-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.our-team-card {
  background-color: var(--background--dark-30);
  overflow: hidden;
}

.team-top {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.team-image {
  justify-content: center;
  align-items: center;
  height: 198px;
  max-height: 198px;
  display: flex;
  overflow: clip;
}

.our-company-paragraph {
  max-width: 850px;
}

.our-company-img {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch center;
  width: 100%;
  height: 800px;
  max-height: 800px;
  display: grid;
}

.img-company-content-1 {
  width: 100%;
  height: 680px;
  overflow: clip;
}

.img-company-content-2 {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.img-company-left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.img-company-right, .contact-form-block {
  width: 100%;
}

.contact-form {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-form-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form-row.textarea {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.heading-4 {
  color: var(--background--dark-100);
  letter-spacing: -.1rem;
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}

.contact-form-input {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--background--dark-50);
  width: 352px;
  margin-bottom: 0;
  padding: 0;
  font-size: 24px;
  line-height: 160%;
}

.contact-form-input:active {
  color: var(--background--dark-100);
}

.contact-form-input:focus {
  border-bottom-color: var(--background--dark-100\<deleted\|variable-4dbab9c3\>);
  color: var(--background--dark-100\<deleted\|variable-4dbab9c3\>);
}

.contact-form-input:focus-visible, .contact-form-input[data-wf-focus-visible] {
  color: var(--background--dark-100);
}

.contact-form-input::placeholder {
  color: var(--background--dark-60);
}

.contact-form-input.textarea {
  width: 100%;
}

.contact-form-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-radio-button {
  z-index: -1;
  border-radius: 100px;
  width: 140px;
  height: 58px;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 16px;
  position: static;
  inset: 0%;
}

.form-radio-button.w--redirected-checked {
  border: 1.5px solid var(--background--dark-100);
}

.form-radio-button.w--redirected-focus {
  box-shadow: none;
  background-color: #e9edf0;
}

.price-select-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 24px;
  line-height: 160%;
  display: flex;
  position: relative;
}

.radio-button-label {
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0%;
}

.radio-button-label:hover, .radio-button-label:active {
  border-color: var(--background--dark-100);
}

.social-media {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--background--dark-10);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.social-button:hover {
  color: var(--background--dark-60);
}

.social-button.nav-menu {
  color: var(--background--dark-100\<deleted\|variable-4dbab9c3\>);
}

.nav-link {
  width: 100%;
  color: var(--background--dark-100);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
}

.nav-link:hover {
  color: var(--background--dark-60);
}

.nav-link.w--current:hover {
  color: var(--background--dark-70);
}

.nav-dropdown-wrapper {
  z-index: 99999;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--background--dark-10);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 600px;
  max-width: 600px;
  height: 100vh;
  padding: 48px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-dropdown-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.close-icon {
  width: 24px;
  height: 24px;
}

.nav-dropdown {
  z-index: 6;
}

.hamburger-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.line-hamburger {
  background-color: var(--background--dark-100);
  border-radius: 100px;
  width: 24px;
  height: 3px;
}

.nav-bg {
  background-color: #0101014d;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.who-we-are {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 624px;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.careers-img {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  height: 790px;
  max-height: 928px;
  display: grid;
}

.img-carreers-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.img-careers-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.img-square {
  width: 100%;
  height: 500px;
  max-height: 500px;
  overflow: clip;
}

.img-carrers-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 788px;
  display: flex;
  overflow: clip;
}

.culture-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.benefit-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.display-2 {
  font-family: Librebodoni \- Italic, sans-serif;
  font-size: 48px;
  font-style: italic;
  line-height: 100%;
}

.display-2.white {
  color: var(--background--dark-10);
}

.position-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--background--dark-100);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.position-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--background--dark-10);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: grid;
}

.position-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--background--dark-100);
  justify-content: flex-start;
  align-items: center;
  font-family: PP Mori \- Semibold, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  display: flex;
}

.button-text:hover {
  color: var(--background--dark-60);
}

.works-category-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.works-category-wrap.work-details {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 40%;
  max-width: 416px;
  display: grid;
}

.button-floating-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.button-floating-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.spacing-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-project {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.about-project._1-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.left-project {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 608px;
  display: flex;
}

.right-project {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 340px;
  display: flex;
}

.about-project-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-project-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.img-showcase-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.works-vision-img {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  height: 1190px;
  max-height: 1190px;
  display: grid;
}

.img-vision-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.img-vision-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blog-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--background--dark-100);
  flex-flow: column;
  font-weight: 600;
  display: flex;
}

.blog-img {
  object-fit: cover;
  width: 100%;
  height: 330px;
  max-height: 432px;
  overflow: clip;
}

.blog-img-content {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 432px;
}

.blog-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.right-blog-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-blog-grid {
  position: sticky;
  top: 32px;
}

.blog-label {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.blog-header {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 440px;
  max-height: 520px;
  overflow: clip;
}

.blog-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.rich-text-content h1, .rich-text-content h2, .rich-text-content h3, .rich-text-content h4, .rich-text-content h5, .rich-text-content h6 {
  margin-bottom: 32px;
}

.rich-text-content a {
  color: var(--background--dark-100);
  font-weight: 600;
  text-decoration: underline;
}

.rich-text-content figure {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 450px;
  margin-bottom: 32px;
  display: flex;
  overflow: clip;
}

.rich-text-content img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 450px;
}

.rich-text-content ol {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 160%;
}

.rich-text-content blockquote {
  margin-bottom: 32px;
}

.text-blog-tab {
  color: var(--background--dark-70);
  font-family: PP Mori \- Regular, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}

.text-blog-tab.w--current {
  color: var(--background--dark-100);
  font-family: PP Mori \- Semibold, sans-serif;
  text-decoration: underline;
}

.pricing-details-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.right-pricing-details {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rich-text-pricing p {
  margin-bottom: 24px;
  font-size: 18px;
}

.order-confirmation {
  background-color: #fff0;
  padding: 0;
}

.order-confirm-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-right: 64px;
  display: flex;
}

.order-confirm-right {
  flex: 0 auto;
  width: 100%;
  max-width: 416px;
}

.checkout-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1248px;
  margin-left: 0;
  margin-right: 0;
}

.checkout-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--background--dark-30);
  background-color: var(--background--dark-10);
  flex-flow: column;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
}

.checkout-block.order-summary {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-color: var(--background--dark-100);
}

.checkout-block.order-summary-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-width: 0;
  border-color: var(--background--dark-100);
  padding: 0;
}

.block-header {
  background-color: #fff0;
  border-width: 0;
  padding: 0;
}

.block-content {
  background-color: #fff0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 0;
}

.block-content.order-summary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.block-content.hidden {
  display: none;
}

.paypal-checkout {
  background-color: #fff0;
  padding: 0;
}

.shipping-method {
  border-bottom-width: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.shipping-method-list {
  border-left-width: 0;
  border-right-width: 0;
}

.order-item {
  background-color: var(--background--dark-30);
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px 16px 8px;
}

.checkout-form {
  background-color: #fff0;
  padding: 0;
}

.billing-address {
  justify-content: flex-start;
  align-items: flex-start;
}

.input-form {
  border: 1px solid var(--background--dark-50);
  height: 54px;
  color: var(--background--dark-100);
  background-color: #fff0;
  border-radius: 0;
  padding: 14px;
  font-size: 16px;
  line-height: 160%;
}

.input-form:active {
  color: var(--background--dark-100);
}

.input-form:focus, .input-form.-wfp-focus {
  border-width: 1px;
  border-color: var(--background--dark-100);
  color: var(--background--dark-100);
}

.input-form::placeholder {
  color: var(--background--dark-70);
}

.field-label, .quantity {
  display: none;
}

.cart {
  z-index: 9999;
}

.cart-button {
  background-color: var(--background--dark-100);
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: .8rem 1rem .8rem 1.4rem;
  position: fixed;
  inset: auto 4.5vw 4rem auto;
}

.text-block {
  display: none;
}

.cart-quantity {
  min-width: 24px;
  height: 24px;
  color: var(--background--dark-100);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-icon {
  width: 100%;
  height: 60%;
}

.remove-button {
  color: var(--background--dark-100);
  text-decoration: underline;
}

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

.tablet-visible {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: none;
}

.brand {
  padding-left: 0;
}

.cta-hero-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-content, .pricing-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing-price {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.utility-page-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -120px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.service-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.budget {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-and-type {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.works-top, .our-team-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.color-content {
  background-color: var(--background--dark-100);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.color-content.dark-100 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.color-content.dark-90 {
  background-color: var(--background--dark-90);
}

.color-content.dark-80 {
  background-color: var(--background--dark-80);
}

.color-content.dark-70 {
  background-color: var(--background--dark-70);
}

.color-content.dark-60 {
  background-color: var(--background--dark-60);
}

.color-content.dark-50 {
  background-color: var(--background--dark-50);
}

.color-content.dark-40 {
  background-color: var(--background--dark-40);
}

.color-content.dark-30 {
  background-color: var(--background--dark-30);
}

.color-content.dark-20 {
  background-color: var(--background--dark-20);
}

.color-content.dark-0 {
  background-color: var(--background--dark-10);
}

.font-style {
  grid-template: ". . Area"
  / 130px 120px 120px;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center end;
  display: grid;
}

.img-service {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-height: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.close-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-label {
  position: absolute;
  inset: -16% auto auto 0%;
}

.utility-page-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.utility-page-form-label {
  display: none;
}

.license-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 760px;
  display: flex;
}

.copyright-link {
  color: var(--background--dark-10);
  font-weight: 600;
}

.copyright-link:hover {
  color: var(--background--dark-60);
  text-decoration: underline;
}

.all-filter-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.categories-filter-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.categories-filter-wrap.left-service {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 96px;
}

.categories-filter-wrap.company {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.categories-filter-wrap.testimony {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.categories-filter-wrap.footer, .categories-filter-wrap.innerpage-hero {
  width: 100%;
}

.categories-filter-wrap.our-team, .categories-filter-wrap.our-company {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  width: 100%;
}

.categories-filter-wrap.contact-us {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: 100%;
}

.categories-filter-wrap.culture {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.categories-filter-wrap.work-details-header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.categories-filter-wrap.blog-post {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.categories-filter-wrap.careers-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
}

.categories-filter-wrap.center {
  justify-content: center;
  align-items: center;
}

.text-block-2 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.text-block-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 40px;
}

.text-block-4 {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
}

.text-block-5 {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
}

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

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

.text-block-35 {
  color: #205ed5;
  width: 85%;
  padding-top: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: grid;
}

.grid-5.g5-4 {
  padding-top: 40px;
}

.bold-text-4 {
  color: #205ed5;
  font-size: 14px;
}

.section-2 {
  color: #0c20b4;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.section-2.gray {
  color: #205ed5;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  position: relative;
}

.text-block-36 {
  color: #205ed5;
  width: 85%;
  padding-top: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
}

.text-block-37 {
  color: #205ed5;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
}

.text-block-37.t37-1 {
  text-align: left;
}

.text-block-38 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
}

.text-block-39 {
  color: #205ed5;
  padding-left: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
}

.heading-7.hero-2 {
  color: #205ed5;
  text-align: center;
  letter-spacing: -.07rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 140px;
  }

  h2 {
    font-size: 90px;
  }

  h3 {
    font-size: 64px;
  }

  h4 {
    font-size: 48px;
  }

  h5 {
    font-size: 32px;
  }

  h6 {
    font-size: 24px;
  }

  .navbar-container {
    padding-left: 0;
    padding-right: 0;
  }

  .header-container {
    padding: 40px 0 20px;
  }

  .split-content.left-service {
    padding-left: 40px;
    padding-right: 96px;
  }

  .split-content.company, .split-content.testimony {
    flex-flow: row;
    grid-template-columns: 1fr 1.75fr;
    grid-auto-columns: 1fr;
  }

  .split-content.blog-post {
    grid-template-columns: 1fr 832px;
  }

  .container {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.service {
    height: 90vh;
  }

  .text-xlarge-regular.subtle-hero-home {
    font-size: 14px;
  }

  .home-hero-subtiitle {
    grid-template-columns: 1fr 2.5fr;
    place-items: center;
  }

  .heading-1 {
    font-size: 140px;
  }

  .heading-1.hero {
    width: 100%;
    max-width: 1040px;
  }

  .heading-1.hero-careers {
    max-width: 1040px;
  }

  .display-1 {
    font-size: 156px;
  }

  .font-wrapper {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .grid-font {
    grid-template-columns: 612px 1fr 1fr 1fr;
  }

  .img-item {
    height: 680px;
  }

  .cta-text:hover {
    text-decoration: underline;
  }

  .right-footer {
    color: var(--background--dark-60);
  }

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

  .statistics-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 832px;
  }

  .holiday-img-wrap {
    height: 788px;
  }

  .team-image {
    height: 260px;
    max-height: 258px;
  }

  .our-company-paragraph {
    max-width: 1040px;
  }

  .our-company-img {
    grid-template-columns: 1.5fr 416px;
    height: 800px;
  }

  .heading-4 {
    font-size: 48px;
  }

  .careers-img {
    grid-auto-columns: 1fr;
    height: 928px;
  }

  .img-square {
    height: 608px;
    max-height: 608px;
  }

  .works-category-wrap.work-details {
    width: 100%;
  }

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

  .left-project {
    width: 100%;
  }

  .right-project {
    width: 100%;
    max-width: 416px;
  }

  .works-vision-img {
    grid-auto-columns: 1fr;
  }

  .blog-img {
    height: 432px;
  }

  .blog-header {
    height: 100%;
  }

  .pricing-details-wrap {
    grid-template-columns: 416px 1fr;
  }

  .checkout-container {
    width: 100%;
  }

  .utility-page-wrap {
    padding-left: 96px;
    padding-right: 96px;
  }

  .service-text {
    width: 416px;
  }

  .service-wrapper {
    width: 100%;
  }

  .service-label {
    top: -28%;
  }

  .categories-filter-wrap.left-service {
    padding-left: 40px;
    padding-right: 96px;
  }

  .categories-filter-wrap.company, .categories-filter-wrap.testimony {
    flex-flow: row;
    grid-template-columns: 1fr 1.75fr;
    grid-auto-columns: 1fr;
  }

  .categories-filter-wrap.blog-post {
    grid-template-columns: 1fr 832px;
  }

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

  .text-block-4 {
    margin-right: 40px;
    font-size: 16px;
  }

  .text-block-5 {
    text-align: center;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: .65fr 1fr;
    margin-top: 40px;
  }

  .text-block-35 {
    padding-top: 40px;
    font-size: 15px;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 1px;
    display: grid;
  }

  .grid-5.g5-4 {
    padding-top: 40px;
  }

  .bold-text-4 {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 15px;
  }

  .section-2 {
    color: #4176d8;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2.gray {
    background-color: #fff;
  }

  .text-block-36 {
    padding-top: 40px;
    font-size: 15px;
  }

  .text-block-37 {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 15px;
  }

  .text-block-39 {
    padding-left: 40px;
    font-size: 15px;
  }

  .heading-7 {
    font-size: 140px;
  }

  .heading-7.hero-2 {
    color: #205ed5;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .header-container {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .split-content.left-service {
    padding-left: 96px;
  }

  .split-content.company, .split-content.testimony {
    grid-template-columns: 1fr 832px;
  }

  .container {
    padding-bottom: 40px;
  }

  .text-xlarge-regular.subtle-hero-home {
    font-size: 14px;
  }

  .home-hero-subtiitle {
    grid-template-columns: 2fr 1011px;
    place-items: center;
  }

  .heading-1.hero {
    width: 100%;
  }

  .text-normal-regular.dark-60 {
    flex: 0 auto;
  }

  .grid-font {
    grid-template-columns: 612px 1fr 1fr 1fr;
  }

  .line-container {
    display: flex;
  }

  .img-work-wrapper {
    cursor: pointer;
  }

  .work-title-wrap {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .company-content {
    display: flex;
  }

  .img-item {
    height: 700px;
  }

  .section-footer {
    z-index: 0;
  }

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

  .statistics-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 832px;
  }

  .holiday-img-wrap {
    max-height: 832px;
  }

  .our-company-img {
    flex-flow: row;
  }

  .form-radio-button {
    border: 1px solid var(--background--dark-50);
  }

  .price-select-wrap {
    position: relative;
  }

  .img-carrers-hero {
    height: 100%;
  }

  .culture-wrapper {
    grid-row-gap: 80px;
  }

  .works-category-wrap.work-details {
    grid-template-columns: 1fr 1fr;
  }

  .left-blog-grid {
    position: sticky;
  }

  .pricing-details-wrap {
    grid-auto-columns: 1fr;
  }

  .service-label {
    top: -24%;
  }

  .categories-filter-wrap.left-service {
    padding-left: 96px;
  }

  .categories-filter-wrap.company, .categories-filter-wrap.testimony {
    grid-template-columns: 1fr 832px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 20px;
  }

  .text-block-4 {
    text-align: left;
    font-size: 16px;
  }

  .text-block-5 {
    text-align: center;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: .65fr 1fr;
    margin-top: 40px;
  }

  .text-block-35 {
    color: #205ed6;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .grid-5 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    color: #205ed6;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bold-text-4 {
    font-size: 15px;
  }

  .section-2 {
    background-color: #fff;
    border: 1px solid #68a3e5;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .section-2.gray {
    background-color: #fff;
    border-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .text-block-36 {
    color: #205ed6;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .text-block-37 {
    color: #4176d8;
    font-size: 15px;
  }

  .text-block-37.t37-1 {
    text-align: left;
  }

  .text-block-38 {
    color: #205ed6;
    font-size: 13px;
  }

  .text-block-39 {
    color: #205ed6;
    padding-left: 60px;
    font-size: 15px;
  }

  .heading-7.hero-2 {
    color: #205ed5;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .button.large {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .header {
    font-size: 14px;
  }

  .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-xlarge-regular.subtle-hero-home {
    font-size: 14px;
  }

  .home-hero-subtiitle {
    grid-template-columns: .25fr 1fr;
    place-items: center;
  }

  .heading-1.hero {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-2 {
    color: #fff;
  }

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

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

  .text-block-5 {
    text-align: center;
    padding-bottom: 20px;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-weight: 700;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: .65fr 1fr;
    margin-top: 20px;
  }
}

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

  h5 {
    line-height: 120%;
  }

  .header {
    max-height: none;
  }

  .header-container {
    padding-top: 40px;
  }

  .split-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .split-content.testimony {
    grid-template-columns: 1fr 540px;
  }

  .split-content.our-company {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .split-content.work-details-header {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .split-content.blog-post {
    display: block;
  }

  .split-content.hero-homepage {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .split-content.careers-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .container {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container.service {
    max-height: 600px;
  }

  .container.footer {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 40px;
  }

  .container.hero, .container.works-content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-bottom: 64px;
  }

  .container.hero-checkout {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-bottom: 64px;
  }

  .text-xlarge-regular.subtle-hero-home {
    order: -1;
  }

  .home-hero-subtiitle {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-1.hero {
    text-align: right;
  }

  .icon-24px {
    display: none;
  }

  .display-1 {
    font-size: 110px;
  }

  .grid-services.footer {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    display: flex;
  }

  .text-large-regular.service-desc {
    font-size: 16px;
  }

  .text-normal-regular.privacy-text {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-font {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .company-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 510px;
  }

  .img-item {
    height: 440px;
  }

  .slider {
    width: 100%;
  }

  .cta-text {
    font-size: 56px;
  }

  .shortlink {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .shortlink-content {
    width: 160px;
    max-width: none;
  }

  .shortlink-content.utility-pages {
    width: 100%;
  }

  .shortlink-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .right-footer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .copyright {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
  }

  .pricing-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .categories-wrap {
    width: 100%;
    max-width: none;
  }

  .statistics-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .statistic-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .holiday-img-wrap {
    width: 100%;
    height: 630px;
  }

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

  .team-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .team-image {
    max-height: 190px;
  }

  .our-company-img {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-height: 570px;
  }

  .img-company-content-1 {
    height: 420px;
  }

  .img-company-content-2 {
    height: 230px;
  }

  .contact-form-row {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .who-we-are {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .careers-img {
    height: 510px;
  }

  .img-square {
    height: 350px;
  }

  .benefit-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .display-2.white {
    display: none;
  }

  .works-category-wrap {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 400px;
  }

  .works-category-wrap.work-details {
    grid-column-gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .about-project {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .left-project {
    max-width: none;
  }

  .right-project {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
  }

  .about-project-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-project-wrapper {
    flex-flow: row;
    width: 70%;
  }

  .works-vision-img {
    height: 1060px;
  }

  .blog-wrapper {
    grid-column-gap: 24px;
    flex-flow: wrap;
  }

  .blog-img {
    height: 240px;
  }

  .blog-title-wrap {
    padding-left: 48px;
    padding-right: 48px;
  }

  .left-blog-grid {
    display: none;
  }

  .blog-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .rich-text-content {
    width: 100%;
  }

  .rich-text-content h3 {
    margin-bottom: 16px;
  }

  .rich-text-content h4, .rich-text-content h5, .rich-text-content h6 {
    margin-bottom: 24px;
  }

  .rich-text-content ol {
    margin-bottom: 16px;
    padding-left: 24px;
  }

  .rich-text-content blockquote {
    margin-bottom: 16px;
  }

  .rich-text-content p {
    margin-bottom: 24px;
  }

  .pricing-details-wrap {
    flex-flow: column;
    display: flex;
  }

  .order-confirm-left {
    margin-right: 0;
  }

  .order-confirm-right {
    max-width: none;
    margin-top: 32px;
  }

  .checkout-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .checkout-block.order-summary {
    width: 100%;
  }

  .checkout-form {
    min-height: auto;
  }

  .privacy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 60%;
    display: flex;
  }

  .tablet-visible {
    display: flex;
  }

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

  .pricing-price {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .utility-page-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-and-type {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .our-team-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .color-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .font-style {
    place-items: center start;
  }

  .img-service, .categories-filter-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .categories-filter-wrap.left-service {
    padding-right: 40px;
  }

  .categories-filter-wrap.testimony {
    grid-template-columns: 1fr 540px;
  }

  .categories-filter-wrap.our-company {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .categories-filter-wrap.work-details-header {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .categories-filter-wrap.blog-post {
    display: block;
  }

  .categories-filter-wrap.hero-homepage {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .categories-filter-wrap.careers-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .text-block-4 {
    font-size: 13px;
  }

  .text-block-35 {
    padding-top: 40px;
    font-size: 10px;
  }

  .grid-5 {
    width: 90%;
    font-size: 10px;
  }

  .bold-text-4 {
    font-size: 10px;
  }

  .text-block-36 {
    padding-top: 40px;
    font-size: 10px;
  }

  .text-block-36.a1 {
    font-size: 13px;
  }

  .text-block-37 {
    font-size: 10px;
  }

  .text-block-37.t37-1 {
    font-size: 13px;
  }

  .text-block-38 {
    font-size: 10px;
  }

  .text-block-39 {
    padding-left: 40px;
    font-size: 10px;
  }

  .heading-7.hero-2 {
    padding-right: 40px;
    font-size: 60px;
    line-height: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.2rem;
    font-size: 70px;
  }

  h2 {
    letter-spacing: -.2rem;
    font-size: 56px;
  }

  h3 {
    font-size: 48px;
  }

  .button.large {
    flex: 1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .header-container {
    padding-top: 20px;
    padding-bottom: 48px;
  }

  .split-content.left-service {
    max-height: 100%;
    padding: 32px;
  }

  .split-content.company {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .split-content.testimony {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    display: flex;
  }

  .button-outline {
    flex: 1;
  }

  .line-body {
    display: none;
  }

  .container.service {
    border-radius: 48px;
    height: auto;
    max-height: none;
  }

  .container.hero {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container.works-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container.hero-checkout {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .home-hero-subtiitle {
    justify-content: center;
    align-items: center;
  }

  .heading-1.hero {
    font-size: 50px;
  }

  .heading-1.hero-careers {
    max-width: 470px;
  }

  .display-1 {
    font-size: 80px;
  }

  .grid-services {
    flex-flow: column;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-large-regular.service-desc {
    font-size: 14px;
  }

  .font-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spacing-16px.utility-pages {
    width: auto;
  }

  .spacing-16px.center {
    text-align: center;
  }

  .spacing-48px.company {
    width: 100%;
  }

  .line-container, .line-container.white {
    display: none;
  }

  .display-3 {
    font-size: 20px;
  }

  .img-item {
    height: 310px;
  }

  .left-arrow {
    inset: auto 15% 1% auto;
  }

  .right-arrow {
    inset: auto 0% 1% auto;
  }

  .cta-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-text {
    font-size: 48px;
  }

  .shortlink {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .shortlink-content {
    width: 100%;
  }

  .shortlink-content.utility-pages {
    width: 60%;
  }

  .shortlink-content.navigation {
    margin-top: 0;
  }

  .shortlink-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .utility-pages {
    flex-flow: column;
  }

  .circle-button {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }

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

  .pricing-card.default {
    margin-bottom: 16px;
  }

  .pricing-card.vertical {
    margin-bottom: 0;
  }

  .text-price {
    font-size: 40px;
  }

  .pricing-bottom {
    flex-flow: column;
  }

  .statistics-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .statistic-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .holiday-img-wrap {
    background-repeat: repeat-x;
    background-size: cover;
  }

  .holiday-info {
    padding: 24px;
  }

  .our-team-content {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .team-image {
    height: 220px;
    max-height: 208px;
  }

  .our-company-img {
    max-height: 350px;
  }

  .img-company-content-1 {
    height: 290px;
  }

  .img-company-content-2 {
    height: 150px;
  }

  .contact-form-input {
    width: 100%;
  }

  .nav-link {
    letter-spacing: -.05rem;
    font-size: 40px;
  }

  .nav-dropdown-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    height: 80vh;
    padding-top: 32px;
    display: none;
  }

  .nav-dropdown-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 72px;
  }

  .nav-dropdown-top {
    margin-bottom: 48px;
  }

  .careers-img {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .img-square {
    height: 460px;
  }

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

  .display-2 {
    font-size: 40px;
  }

  .position-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .works-category-wrap.work-details {
    grid-row-gap: 8px;
  }

  .about-project-wrapper {
    width: 90%;
  }

  .grid-showcase {
    flex-flow: column;
    display: flex;
  }

  .works-vision-img {
    flex-flow: column;
    height: auto;
    max-height: none;
    display: flex;
  }

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

  .blog-title-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-header {
    height: 340px;
  }

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

  .rich-text-content h4, .rich-text-content h5, .rich-text-content h6 {
    margin-bottom: 16px;
  }

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

  .cta-hero-home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .service-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .budget {
    flex-flow: wrap;
  }

  .color-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .img-service {
    height: 410px;
  }

  .categories-filter-wrap.left-service {
    max-height: 100%;
    padding: 32px;
  }

  .categories-filter-wrap.company {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .categories-filter-wrap.testimony {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid {
    grid-template-rows: auto auto;
  }

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

  .background-video {
    display: none;
  }

  .text-block-35 {
    padding-top: 20px;
  }

  .grid-5 {
    grid-template-rows: 10px;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .grid-5.g5-4 {
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }

  .section-2 {
    padding-bottom: 0;
  }

  .section-2.gray {
    margin-top: 20px;
  }

  .text-block-36 {
    padding-top: 20px;
  }

  .text-block-37 {
    display: none;
  }

  .heading-7.hero-2 {
    padding-right: 0;
    font-size: 40px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  label {
    font-size: 24px;
  }

  .navbar-container {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .split-content.left-service {
    padding: 20px;
  }

  .split-content.culture {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .split-content.hero-homepage {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .button-outline {
    width: 100%;
  }

  .heading-2.white {
    letter-spacing: -.05rem;
  }

  .section {
    display: block;
  }

  .container {
    padding: 10px 16px 0;
    display: none;
  }

  .container.service {
    border-radius: 48px;
  }

  .container.hero, .container.works-content, .container.hero-checkout {
    padding-top: 48px;
  }

  .heading-1.hero {
    margin-left: 0;
    margin-right: 0;
    font-size: 40px;
  }

  .heading-1.hero-careers {
    max-width: 310px;
  }

  .display-1 {
    font-size: 50px;
  }

  .text-large-regular.service-desc {
    font-size: 14px;
  }

  .heading-6.team-name {
    font-size: 16px;
  }

  .text-normal-regular.team-name {
    font-size: 14px;
  }

  .spacing-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .display-3 {
    font-size: 16px;
  }

  .work-title-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .work-wrapper {
    padding: 20px;
  }

  .img-item {
    height: 220px;
  }

  .left-arrow {
    position: absolute;
    inset: -28% 20% auto auto;
  }

  .right-arrow {
    inset: -28% 0% auto auto;
  }

  .cta-text {
    font-size: 32px;
  }

  .shortlink {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .shortlink-content.utility-pages {
    width: 100%;
  }

  .utility-pages {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .form {
    flex-flow: column;
    align-items: stretch;
  }

  .circle-button {
    display: none;
  }

  .circle-button.white {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }

  .copyright {
    text-align: center;
  }

  .pricing-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-card.vertical {
    padding: 16px;
  }

  .text-price {
    font-size: 32px;
  }

  .statistic-content {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .holiday-img-wrap {
    height: 335px;
  }

  .our-team-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .team-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .team-image {
    max-height: 150px;
  }

  .contact-form-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .contact-form-input {
    font-size: 20px;
  }

  .social-media {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .nav-link {
    font-size: 32px;
  }

  .nav-dropdown-wrapper {
    height: 100vh;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-dropdown-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nav-dropdown-top {
    margin-bottom: 40px;
  }

  .nav-bg {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .careers-img {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: auto;
  }

  .img-square {
    height: 340px;
  }

  .img-square.work {
    height: 280px;
  }

  .culture-wrapper {
    grid-template-columns: 1fr;
  }

  .benefit-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .display-2 {
    font-size: 32px;
  }

  .position-wrapper {
    padding: 16px;
  }

  .works-category-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .about-project-content {
    width: auto;
  }

  .about-project-wrapper {
    flex-flow: wrap;
    width: 100%;
  }

  .img-showcase-wrapper, .grid-showcase {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .works-vision-img {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    height: auto;
    max-height: none;
    display: flex;
  }

  .img-vision-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-wrapper {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-img {
    height: 340px;
  }

  .right-blog-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .blog-header {
    height: 230px;
  }

  .rich-text-content h3 {
    margin-bottom: 8px;
  }

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

  .privacy {
    width: 100%;
  }

  .cta-hero-home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .testimonial-content, .pricing-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .pricing-price {
    width: 100%;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .service-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .service-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: stretch;
  }

  .works-top {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .font-style {
    grid-template-columns: 100px 100px 100px;
  }

  .img-service {
    order: -1;
    height: 270px;
  }

  .close-menu {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .categories-filter-wrap.left-service {
    padding: 20px;
  }

  .categories-filter-wrap.culture {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .categories-filter-wrap.hero-homepage {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .text-block-35 {
    font-size: 11px;
  }

  .grid-5 {
    grid-template-rows: 10px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .text-block-36, .text-block-37, .text-block-38 {
    font-size: 11px;
  }

  .text-block-39 {
    font-size: 11px;
    display: none;
  }

  .heading-7.hero-2 {
    text-align: center;
    padding-bottom: 20px;
    padding-right: 40px;
    font-size: 40px;
  }
}

#w-node-_0a45d1d2-dfd4-bcfe-eb9b-b19f9333daaf-aae85a73 {
  justify-self: center;
}

#w-node-_78a5ee0f-5c0d-edd0-61ac-65016e306b62-aae85a73, #w-node-_7396e7a4-705a-fb4d-549d-0a90f6807bc2-aae85a73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_349e7961-2174-55c5-f6e8-f66ca3dd3b3b-aae85a73, #w-node-_80807acd-57e0-ec28-dd63-dba0929b765b-aae85a73 {
  justify-self: center;
}

#w-node-e99ae91e-17ed-abb4-cebd-3e24e5adafa0-aae85a73, #w-node-a7dd7c24-b55d-ed05-b6cf-2a8cb640d6db-aae85a73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_1017e472-8eb3-fe3a-3146-5b6693c8db58-aae85a73, #w-node-feabe6a4-f894-8abe-d770-42b63e07d4f2-aae85a73 {
  justify-self: center;
}

#w-node-_5c4eab68-017f-0133-d233-c9965d3de6ba-aae85a73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c984b7d7-57f4-6ccf-f2b1-cc78387bc386-aae85a74, #w-node-_32b9efcd-97a4-2fca-251b-5e4a60355190-aae85a74, #w-node-b2a92f49-8339-a4e0-0af1-93f1fa47ee1f-aae85a74, #w-node-b82499fd-c184-a92d-d15c-22e265f6da23-aae85a74 {
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-_5c4eab68-017f-0133-d233-c9965d3de6ba-aae85a73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42ef7afe-9b01-891f-2760-55e89491be5c-aae85a74, #w-node-_9dc9c09a-bb3f-69a3-0143-84731597da23-aae85a74 {
    justify-self: start;
  }

  #w-node-_32b9efcd-97a4-2fca-251b-5e4a60355190-aae85a74 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5c4eab68-017f-0133-d233-c9965d3de6b4-aae85a73 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a7dd7c24-b55d-ed05-b6cf-2a8cb640d6db-aae85a73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }

  #w-node-_5c4eab68-017f-0133-d233-c9965d3de6b4-aae85a73 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Librebodoni - Italic';
  src: url('../fonts/LibreBodoni-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori - Regular Italic';
  src: url('../fonts/PPMori-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori - Extralight Italic';
  src: url('../fonts/PPMori-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori - Semibold Italic';
  src: url('../fonts/PPMori-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori - Semibold';
  src: url('../fonts/PPMori-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori - Extra Light';
  src: url('../fonts/PPMori-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Mori - Regular';
  src: url('../fonts/PPMori-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}