@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inconsolata;
  src: url('../fonts/Inconsolata-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inconsolata;
  src: url('../fonts/Inconsolata-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dm Sans;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dm Sans;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--white: #fff;
  --font--main: "Dm Sans", Verdana, sans-serif;
  --color--coral: #ff4072;
  --type--body-regular: 20px;
  --type--h1: 100px;
  --type--h2: 44px;
  --type--h3: 32px;
  --other--rounded-corners: 24px;
  --color--off-white: #f9f7ef;
  --color--orange: #ff793e;
  --color--ocean: #618bff;
  --type--body-small: 18px;
  --color--light-coral: #f99;
  --type--big-text: 44px;
  --type--subtitle: 26px;
  --type--h1-small: 80px;
  --color--dark: #0f1819;
  --color--fiji: #b6fcff;
  --font--secondary: "Dm Sans", Verdana, sans-serif;
  --color--superviolett: #7954ed;
  --color--light-violett: #99f;
  --color--pink: #ffbdfd;
  --type--top-text: 16px;
  --color--light-fiji: #e6fffe;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--color--white);
  font-family: var(--font--main);
  color: var(--color--coral);
  font-size: var(--type--body-regular);
  line-height: 120%;
}

h1 {
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  font-size: var(--type--h2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 130%;
}

h3 {
  font-size: var(--type--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 105%;
}

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

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

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

a {
  color: var(--color--coral);
  text-decoration: underline;
}

blockquote {
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--coral);
  color: var(--color--white);
  border-left: 5px #e2e2e2;
  margin-top: 44px;
  margin-bottom: 44px;
  padding: 32px;
  font-size: 23px;
  line-height: 32px;
}

figcaption {
  color: #15190dcc;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

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

.section.light-two {
  background-color: var(--color--off-white);
}

.section.light-two.under-hero-home-a {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: hidden;
}

.section.light-two.under-hero-home-b {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  padding-bottom: 120px;
  overflow: clip;
}

.section.light-two.under-hero-home-c {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: hidden;
}

.section.light-two.under-hero-about-a {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  padding-top: 120px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.light-two.template-info-light {
  border-radius: 40px;
}

.section.hero-home-a {
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

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

.section.dark-testimonials-slider {
  background-color: var(--color--coral);
  color: var(--color--white);
  border-radius: 40px;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.section.dark-blog-halves {
  background-color: var(--color--orange);
  color: var(--color--white);
  border-radius: 40px;
}

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

.section.hero-home-b {
  color: var(--color--ocean);
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  overflow: clip;
}

.section.dark-testimonials-moving {
  background-color: var(--color--coral);
  color: var(--color--white);
  border-radius: 40px;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.section.hero-home-c {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.section.testimonials-big-slider {
  padding-bottom: 60px;
}

.section.dark-bento, .section.dark-team-combo {
  background-color: var(--color--coral);
  color: var(--color--white);
  border-radius: 40px;
}

.section.hero-about-a {
  padding-top: 88px;
  padding-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.section.hero-about-b {
  padding-top: 102px;
  padding-bottom: 72px;
}

.section.dark-combos {
  background-color: var(--color--orange);
  color: var(--color--white);
  border-radius: 40px;
}

.section.padding-bottom-80 {
  padding-bottom: 80px;
}

.section.hero-about-c {
  padding-top: 52px;
  padding-bottom: 80px;
}

.section.dark-values-halves {
  background-color: var(--color--coral);
  color: var(--color--white);
  border-radius: 40px;
}

.section.hero-services {
  padding-top: 24px;
  padding-bottom: 8px;
}

.section.light-two-service-single {
  background-color: var(--color--off-white);
  border-radius: 60px;
}

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

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

.section.dark-faq {
  background-color: var(--color--coral);
  color: var(--color--white);
  border-radius: 40px;
}

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

.section.hero-product {
  padding-top: 64px;
}

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

.section.hero-blog-template {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

.section.dark-blog-content {
  background-color: var(--color--coral);
  color: var(--color--white);
  border-radius: 0 0 40px 40px;
}

.section.faq-page {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.legal-section {
  padding-top: 112px;
  padding-bottom: 112px;
}

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

.section.hero-sales {
  padding-top: 0;
  padding-bottom: 24px;
  position: relative;
}

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

.section.dark-bento {
  color: #fff;
  background-color: #ff3a68;
  border-radius: 40px;
}

.section.test {
  display: none;
}

.divider-typography {
  background-color: #15190d30;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.tile-template-details {
  grid-row-gap: 16px;
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--white);
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.wrap-template-ui {
  grid-row-gap: 24px;
  background-color: #00000008;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.text-style-h3 {
  font-size: var(--type--h3);
  font-weight: 400;
  line-height: 105%;
}

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

.hide-cta-text {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.main-container {
  width: 100%;
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-style-h1 {
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 110%;
}

.body-small {
  font-size: var(--type--body-small);
  line-height: 125%;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--white);
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 120px;
}

.text-style-h2 {
  font-size: var(--type--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
}

.template-h2 {
  margin-top: 0;
  font-size: 56px;
}

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

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

.link-template-navigation {
  opacity: 1;
  color: #15190d99;
  font-size: 24px;
  line-height: 135%;
  text-decoration: none;
  transition: font-size .2s;
}

.link-template-navigation.w--current {
  color: var(--color--coral);
  font-weight: 500;
}

.cta-outline-white {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
}

.cta-outline-dark {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
}

.color {
  background-color: #faebe3;
  border: 1px solid #15190d24;
  border-radius: 8px;
  padding-top: 100%;
}

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

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

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

.cta-dark {
  background-color: var(--color--light-coral);
  color: var(--color--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
}

.cta-dark.nav-cta {
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .6s;
}

.cta-dark.nav-cta:hover {
  background-color: var(--color--coral);
}

.big-text {
  font-size: var(--type--big-text);
  line-height: 130%;
}

.subtitle {
  font-size: var(--type--subtitle);
  font-weight: 500;
  line-height: 120%;
}

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

.h1-small {
  font-size: var(--type--h1-small);
  line-height: 110%;
}

.title-wrap-style-guide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.limit-subtitle-template {
  max-width: 900px;
}

.flex-cta-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-cta-center.mg-top-8 {
  margin-top: 8px;
}

.mega-menu-halves {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-body {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.cart-quantity-transparent {
  background-color: #f2f2ef;
  border-style: solid;
  border-color: #07181f36;
  border-radius: 5px;
  width: 60px;
  height: auto;
  padding: 3px 3px 3px 9px;
}

.text-cart-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}

.nav-cart-quantity {
  color: #07171f;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.close-button {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.nav-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.image-mega {
  width: 100%;
}

.mega-menu-link {
  color: #07181f;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: color .2s;
}

.mega-menu-link:hover {
  color: #07181fb3;
}

.cart-header {
  border-bottom-style: solid;
  border-bottom-color: #07181f;
  padding: 20px;
}

.mega-menu-wrap {
  background-color: var(--color--off-white);
  transform-origin: 50% 0;
  border: 1px solid #15190d3b;
  border-radius: 12px;
  width: 100%;
  max-width: 1440px;
  margin-top: -26px;
  padding: 32px;
}

.brand-menu-wrap {
  margin-right: 24px;
}

.navigation-link-hover-wrap {
  border-radius: 10px;
  padding: 4px 8px;
  display: flex;
}

.navigation-link-hover-wrap:hover {
  background-color: var(--color--off-white);
}

.cart-info-master {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.cart-button {
  color: #07171f;
  background-color: #0000;
  padding: 0;
}

.cart-quantity {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.remove-button {
  text-decoration: underline;
}

.text-cart-name {
  font-size: 16px;
  font-weight: 500;
}

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

.nav-quantity-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-left: 5px;
  display: flex;
}

.cart-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e8e9e3;
  border-bottom: 1px #07181f;
  border-radius: 13px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  padding: 16px;
}

.cart-footer {
  border-top-style: solid;
  border-top-color: #07181f;
  padding: 32px;
}

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

.nav-menu-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #e2e4e100;
  border-radius: 8px;
  padding: 4px;
  font-size: 16px;
  display: flex;
  position: absolute;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.mega-image-top-link {
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
}

.nav-left {
  margin-right: auto;
}

.text-cart-final {
  font-size: 16px;
  font-weight: 500;
}

.nav-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.image-wrap-mega {
  border-radius: 16px;
  justify-content: space-between;
  align-items: flex-end;
  width: 415px;
  height: auto;
  padding: 0;
  display: flex;
  overflow: clip;
}

.cart-container {
  background-color: var(--color--off-white);
  color: #07171f;
  border: 1px solid #15190d21;
  border-radius: 8px;
  min-width: 370px;
  max-width: 500px;
}

.right-mega-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color--coral);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.right-mega-menu:hover {
  text-decoration: underline;
}

.menu-cta-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
}

.dropdown-list.w--open {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-top: 50px;
  padding-top: 50px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.mega-menu-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-cart-price {
  font-size: 14px;
}

.navbar {
  border-radius: var(--other--rounded-corners);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff1a;
  border-bottom: 1px #15190d33;
  width: 100%;
  max-width: 1552px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  inset: 24px 0% auto;
}

.bottom-link-mega {
  color: #000;
  font-weight: 500;
}

.column-mega-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.cart-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #24262800;
}

.nav-link {
  color: var(--color--dark);
  padding: 0;
  font-weight: 500;
}

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

.menu-bottom-tile {
  display: none;
}

.cart-price-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.brand-navbar {
  height: 100%;
}

.cart-info-wrap {
  margin-left: 0;
}

.links-label-mega {
  opacity: .7;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.menu-divider {
  display: none;
}

.cart-list {
  padding: 20px;
}

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

.left-hero-home-a {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.logo-hero-home-a {
  width: 100%;
  max-width: 744px;
}

.grid-hero-home-a {
  grid-template-rows: auto;
  grid-template-columns: 6fr 5fr;
  margin-bottom: 64px;
}

.hide {
  overflow: clip;
}

.limit-subtitle-home-a {
  max-width: 630px;
}

.rating {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color--ocean);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--color--white);
  border-radius: 80px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 20px 6px 6px;
  font-size: 16px;
  display: flex;
}

.rating-icon-wrap {
  background-color: var(--color--fiji);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  overflow: hidden;
}

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

.video-home-a {
  z-index: 10;
  border-radius: var(--other--rounded-corners);
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  min-height: 640px;
  padding: 300px 32px 32px;
  display: flex;
  position: relative;
}

.lightbox-wrap-home-a {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #15190d66;
  border-radius: 24px;
  width: 30%;
  max-width: 408px;
  padding: 20px;
}

.lightbox-home-a {
  width: 100%;
  position: relative;
}

.icon-play-lightbox-home-a {
  width: 44px;
  height: 44px;
  position: absolute;
  inset: auto auto -22px 20px;
}

.bottom-lightbox-home-a {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 22px;
  padding-top: 20px;
  display: flex;
}

.text-ligbtox-home-a {
  font-size: 16px;
  line-height: 120%;
}

.text-lightbox-small {
  opacity: .7;
  font-size: 12px;
  line-height: 120%;
}

.color-fill-home-a {
  z-index: 1;
  background-color: var(--color--off-white);
  height: 30%;
  max-height: 320px;
  position: absolute;
  inset: auto 0% 0%;
}

.master-big-text {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-big-text {
  letter-spacing: -1.8px;
  font-size: 55px;
  font-weight: 500;
  line-height: 130%;
}

.image-big-text {
  border-radius: 80px;
  width: 68px;
  margin-top: 13px;
  margin-left: 4px;
  margin-right: 4px;
}

.master-big-text-home-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.top-text {
  font-family: var(--font--secondary);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.master-moving-services {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.move-services, .single-move-services {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-card-slide-top-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-feature-card-slide {
  width: 24px;
  height: 24px;
}

.tile-moving-services {
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--white);
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 570px;
  height: 400px;
  padding: 40px;
  display: flex;
}

.circle-icons-services {
  background-color: #a8b69f;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.wrap-image-lightbox {
  border-radius: 20px;
  height: 164px;
  overflow: hidden;
}

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

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

.wrap-image-combo {
  border-radius: var(--other--rounded-corners);
  height: 98vh;
  min-height: 400px;
  max-height: 600px;
  overflow: hidden;
}

.content-combo {
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--ocean);
  color: var(--color--white);
  flex-flow: column;
  justify-content: space-between;
  padding: 52px;
  display: flex;
}

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

.left-top-text-heading.moving-testimonials-heading, .left-top-text-heading.mg-bottom-64 {
  margin-bottom: 64px;
}

.left-top-text-heading.stats-simple-heading {
  max-width: 650px;
  margin-bottom: 56px;
}

.left-top-text-heading.moving-team-heading {
  margin-bottom: 64px;
}

.left-top-text-heading.stats-combo-heading {
  max-width: 780px;
  margin-bottom: 64px;
}

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

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

.master-list-icons {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.single-list-icons {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-top: 2px solid var(--color--white);
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.icon-icon-list {
  width: 26px;
  height: 26px;
}

.section-moving-text {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-moving-text.home-a-move, .section-moving-text.about-b-move {
  padding-top: 60px;
  padding-bottom: 140px;
}

.text-moving-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-moving-line.first {
  margin-bottom: 16px;
}

.text-moving {
  color: var(--color--superviolett);
  letter-spacing: -3px;
  flex: none;
  font-size: 95px;
  font-weight: 400;
  line-height: 100%;
}

.divider-testimonials-slider {
  background-color: var(--color--white);
  width: 100%;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 56px;
}

.text-testi-name {
  font-size: 28px;
  font-weight: 400;
  line-height: 122%;
}

.text-testimonial {
  font-size: 28px;
  line-height: 122%;
}

.right-top-testimonial {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrap-arrow-testimonial {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.top-testimonials {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-testimonials {
  margin-right: 4%;
}

.icon-arrow-testimonial {
  width: 24px;
  height: 24px;
  display: block;
}

.mask-testimonials {
  height: auto;
  position: static;
  overflow: visible;
}

.tile-testimonials {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--off-white);
  color: var(--color--coral);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 52px;
  display: flex;
}

.tile-testimonials.moving-tile {
  max-width: 660px;
}

.text-testimonial-position {
  opacity: .6;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 120%;
}

.slide-nav-hidden {
  display: none;
}

.slider-testimonials {
  background-color: #ddd0;
  width: 49%;
  height: auto;
  position: static;
}

.arrow-slider {
  background-color: var(--color--off-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: transform .3s;
  display: flex;
  inset: -165px 0% auto auto;
}

.arrow-slider:hover {
  transform: scale(1.08);
}

.arrow-slider.left-arrow {
  right: 56px;
}

.image-testimonials {
  border-radius: 50%;
  flex: none;
  width: 120px;
  height: 120px;
}

.wrap-testimonials-slider {
  position: relative;
}

.wrap-heading-big-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-heading-big-left.features-wide-heading {
  margin-bottom: 80px;
}

.h2-big {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
}

.master-features-wide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.single-feature-wide {
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--off-white);
  padding: 48px;
}

.grid-feature-wide {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 6fr 6fr;
}

.left-feature-wide {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.wrap-image-feature-wide {
  border-radius: var(--other--rounded-corners);
  height: 70vh;
  min-height: 400px;
  max-height: 480px;
  position: relative;
  overflow: hidden;
}

.image-feature-wide-mockup {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrap-big-heading-right {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  max-width: 790px;
  margin-top: 80px;
  margin-left: auto;
  display: flex;
}

.heading-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-center.mg-botttom-72, .heading-center.mg-botttom-64 {
  margin-bottom: 72px;
}

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

.center-top-text-heading.bento-heading {
  max-width: 742px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

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

.link-blog-tile {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--color--white);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.link-blog-tile.on-light-tile {
  color: var(--color--coral);
}

.wrap-image-blog-halves {
  border-radius: var(--type--body-regular);
  height: 480px;
  overflow: hidden;
}

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

.tag-small-light {
  background-color: var(--color--off-white);
  color: var(--color--coral);
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 130%;
}

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

.expandable-single-faq {
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--off-white);
  color: var(--color--coral);
  cursor: pointer;
  padding: 32px 40px;
}

.plus-line {
  background-color: var(--color--coral);
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

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

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

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

.left-faq-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 616px;
  display: flex;
}

.master-expandable-halves {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 139%;
}

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

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

.brand-image-footer {
  width: 35svw;
}

.footer-rights-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-column {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  padding-top: 24px;
  display: flex;
}

.brand-link-footer {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-right {
  grid-column-gap: 107px;
  grid-row-gap: 107px;
  display: flex;
}

.footer-last-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--color--light-violett);
  color: var(--color--white);
  background-image: url('../images/Corals_06.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 65svw;
  background-attachment: fixed;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  line-height: 124%;
}

.link-bottom-footer {
  color: var(--color--white);
  text-decoration: underline;
}

.text-bottom-footer {
  color: #f2eee7bf;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.footer-bottom-wrap {
  z-index: 1;
  position: relative;
}

.label-footer {
  font-family: var(--font--secondary);
  color: #f2eee7cc;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

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

.footer-halves {
  grid-template-rows: auto;
  place-items: stretch stretch;
  display: grid;
}

.footer-bottom-tile {
  border-top: 1px #fff;
  border-bottom: 1px #fff;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-bottom-tile.invisible {
  display: none;
}

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

.footer-link {
  color: var(--color--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.title-wrap-home-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1094px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.limit-subtitle-home-b {
  max-width: 650px;
}

.master-home-b-visual {
  z-index: 10;
  width: 100%;
  margin-top: 80px;
  position: relative;
}

.master-home-b-image {
  border-radius: var(--other--rounded-corners);
  width: 70%;
  height: 90vh;
  min-height: 600px;
  max-height: 880px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.mockup-home-b-1 {
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--pink);
  width: 370px;
  position: absolute;
  inset: auto auto -50px 0%;
  box-shadow: 0 2px 40px #61616121;
}

.mockup-home-b-2 {
  background-color: var(--color--orange);
  border-radius: 18px;
  width: 350px;
  position: absolute;
  inset: auto 2% 120px auto;
  box-shadow: 0 2px 40px #61616121;
}

.color-fill-home-b {
  z-index: 1;
  background-color: var(--color--off-white);
  height: 30%;
  max-height: 320px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-sticky-services {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.master-left-sticky-services {
  position: relative;
}

.sticky-sticky-services {
  max-width: 616px;
  position: sticky;
  top: 80px;
}

.right-sticky-services {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.tile-service-general {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--white);
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0b2471;
  background-color: #eee0;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  padding: 6px;
  display: flex;
}

.tabs-mask, .tab-pane {
  width: 100%;
}

.tab-link {
  background-color: var(--color--off-white);
  font-family: var(--font--secondary);
  text-align: center;
  text-transform: uppercase;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 180px;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--color--coral);
  color: var(--color--white);
}

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

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

.big-image-text {
  font-size: 44px;
  font-weight: 400;
  line-height: 122%;
}

.wrap-people-big-image {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #faebe3;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

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

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.section-big-image {
  background-color: var(--color--coral);
  color: var(--color--white);
  border-radius: 40px;
  height: 130vh;
  min-height: 800px;
  max-height: 1200px;
  position: relative;
  overflow: hidden;
}

.wrap-content-big-image {
  z-index: 10;
  padding-bottom: 72px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-people-big-image {
  border: 1px solid #fafeff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: -16px;
}

.overlay-big-image {
  background-image: linear-gradient(#15190d00, #15190d1a 37%, #51cddd42 71%, #4fcbe0cc);
  position: absolute;
  inset: 0%;
}

.wrap-text-big-image {
  max-width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.wrap-images-people-big-image {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-light {
  background-color: var(--color--white);
  color: var(--color--coral);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
}

.marquee-testimonial {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.single-moving-testimonial {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  display: flex;
}

.master-marquee-testimonial {
  overflow: hidden;
}

.grid-stats-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 8fr;
  margin-bottom: 64px;
}

.wrap-image-stats {
  border-radius: 24px;
  height: 564px;
  overflow: hidden;
}

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

.text-stat-wide {
  font-family: var(--font--secondary);
  letter-spacing: -6px;
  font-size: 112px;
  font-weight: 400;
  line-height: 80%;
}

.single-stat-wide {
  border-top: 2px solid var(--color--coral);
  padding-top: 32px;
  padding-bottom: 32px;
}

.single-stat-wide.last-stat {
  border-bottom: 2px solid var(--color--coral);
}

.list-stats-wide {
  flex-flow: column;
  display: flex;
}

.video-home-c {
  z-index: 10;
  border-top-left-radius: var(--other--rounded-corners);
  border-top-right-radius: var(--other--rounded-corners);
  border-bottom-left-radius: var(--other--rounded-corners);
  border-bottom-right-radius: var(--other--rounded-corners);
  color: var(--color--white);
  justify-content: space-between;
  align-items: flex-end;
  height: calc(100vh - 124px);
  min-height: 560px;
  max-height: 1000px;
  padding: 60px;
  display: block;
  position: relative;
}

.overlay-video-home-c {
  background-image: linear-gradient(#15190d00, #15190dad);
  justify-content: space-between;
  align-items: flex-end;
  padding: 59px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.left-hero-home-c {
  max-width: 700px;
}

.right-hero-home-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 354px;
  display: flex;
}

.subtitle-small {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

.wrap-icons-home-c {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.color-fill-home-c {
  z-index: 1;
  background-color: var(--color--off-white);
  height: 40%;
  max-height: 320px;
  position: absolute;
  inset: auto 0% 0%;
}

.master-big-text-home-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.grid-small-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.tile-small-service {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--color--white);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 32px;
  display: flex;
}

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

.icon-service-small {
  width: 32px;
  height: 32px;
}

.h3-small {
  font-size: 26px;
  font-weight: 400;
  line-height: 106%;
}

.wrap-big-heading-testimonials {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.testimonial-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.arrow-testimonial-big {
  background-color: var(--color--coral);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: transform .2s;
  display: flex;
  inset: auto 24px 32px auto;
}

.arrow-testimonial-big:hover {
  transform: scale(1.08);
}

.arrow-testimonial-big.left {
  right: 80px;
}

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

.testimonial-bottom-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--off-white);
  border-radius: 16px;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.author-name-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.testimonial-image-wrap {
  border-radius: 24px;
  height: 680px;
  position: relative;
  overflow: hidden;
}

.cover-testimonial-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.testimonial-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
}

.text-testimonial-position-slider {
  font-size: 16px;
  line-height: 120%;
}

.text-testimonial-slider {
  font-size: 40px;
  font-weight: 400;
  line-height: 115%;
}

.icon-arrow-slider {
  width: 24px;
  height: 24px;
  display: block;
}

.testimonial-text-overlay {
  background-color: var(--color--white);
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-right-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  display: flex;
}

.testimonial-image-mask {
  background-color: #f8f7f5;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-navgiation-hidden {
  display: none;
}

.text-testimonial-name-slider {
  font-size: 22px;
  line-height: 130%;
}

.section-move-text {
  border-top: 1px solid #fbfbfb4d;
  border-bottom: 1px solid #fbfbfb4d;
  padding-top: 80px;
  padding-bottom: 100px;
  line-height: 130%;
  overflow: hidden;
}

.master-move-text {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: visible;
}

.single-move-text {
  grid-column-gap: 80px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-moving-single {
  flex: none;
  font-size: 114px;
  line-height: 120%;
}

.icon-moving-text {
  width: 120px;
  height: 120px;
}

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

.bento-video {
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 66vh;
  min-height: 400px;
  max-height: 660px;
  display: block;
  overflow: hidden;
}

.video-bento {
  z-index: 10;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
}

.lightbox-bento {
  transition: transform .2s;
}

.lightbox-bento:hover {
  transform: scale(1.1);
}

.play-bento {
  width: 56px;
  height: 56px;
}

.card-image-bento {
  border-radius: var(--other--rounded-corners);
  height: 66vh;
  min-height: 400px;
  max-height: 660px;
  position: relative;
  overflow: hidden;
}

.overlay-card-image-bento {
  background-image: linear-gradient(215deg, #15190d00, #15190d00 54%, #15190dcc);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrap-text-image-bento {
  max-width: 360px;
}

.body-big {
  font-size: 22px;
  line-height: 120%;
}

.card-bento-stats {
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--off-white);
  padding: 48px;
}

.text-performance-column {
  font-family: var(--font--secondary);
  color: var(--color--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 120%;
}

.text-performance-column.dark-text {
  color: var(--color--white);
}

.performance-animated-block {
  border-top: 10px solid var(--color--superviolett);
  background-color: var(--color--light-coral);
  border-radius: 6px;
  height: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.performance-animated-block.second-card {
  background-color: var(--color--light-violett);
  height: 240px;
}

.performance-animated-block.third-card {
  background-color: var(--color--light-violett);
  height: 332px;
}

.performance-animated-block.fourth-card {
  background-color: var(--color--superviolett);
  background-image: url('../images/Corals_02.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 413px;
}

.performance-animated-block.first-card {
  background-color: var(--color--light-violett);
  height: 170px;
}

.animated-top-layer {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.performance-animation-master {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  max-width: 1280px;
  height: 415px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.performance-year {
  font-family: var(--font--secondary);
  color: var(--color--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.performance-year.white-perfromance-text {
  color: var(--color--white);
}

.card-bento-mockup {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--off-white);
  color: var(--color--dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 22px;
  display: flex;
}

.wrap-image-feature-bento {
  border-radius: var(--other--rounded-corners);
  width: 100%;
  height: 50vh;
  min-height: 270px;
  max-height: 304px;
  position: relative;
  overflow: hidden;
}

.bottom-bento-card-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-feature-bento {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrap-image-team {
  border-radius: 20px;
  position: relative;
  overflow: clip;
}

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

.wrap-socials-team {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tile-team-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--off-white);
  color: var(--color--coral);
  border-radius: 20px;
  flex-flow: column;
  padding: 24px 24px 32px;
  display: flex;
}

.tile-team-thirds.moving-team {
  max-width: 472px;
}

.bottom-team-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.image-team {
  width: 100%;
}

.circle-social-team {
  background-color: var(--color--coral);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.wrap-big-image-team {
  border-radius: 24px;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
}

.image-big-image-team {
  width: 100%;
}

.wrap-quote-big-image-team {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--color--white);
  background-color: #15190d66;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: 398px;
  padding: 32px;
  font-size: 20px;
  line-height: 120%;
  display: flex;
  position: absolute;
  inset: 24px auto auto 24px;
}

.title-wrap-about-a {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1050px;
  margin-bottom: 80px;
  display: flex;
}

.flex-cta-about-a {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-light-two {
  background-color: var(--color--white);
  color: var(--color--coral);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  line-height: 122%;
  text-decoration: none;
  transition: all .6s;
  display: flex;
}

.cta-light-two:hover {
  background-color: var(--color--coral);
  color: var(--color--white);
}

.master-moving-gallery {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.move-gallery-horziontal {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-gallery-horziontal {
  grid-column-gap: 12px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.color-fill-about-a {
  z-index: 1;
  background-color: var(--color--off-white);
  height: 30%;
  max-height: 210px;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-gallery-about-a {
  border-radius: var(--other--rounded-corners);
  height: 420px;
  overflow: hidden;
}

.master-hero-about-b {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1256px;
  display: flex;
}

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

.icons-about-b {
  width: 32px;
  height: 32px;
}

.flex-heading-about-b {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h1-about-b {
  font-size: var(--type--h1-small);
  line-height: 110%;
}

.wrap-pill-about-b {
  border-radius: 16px;
  flex: none;
  height: 58px;
  margin-top: 18px;
  margin-left: 8px;
  margin-right: 8px;
  overflow: hidden;
}

.grid-combo-simple {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.wrap-image-combo-simple {
  border-radius: var(--other--rounded-corners);
  height: 95vh;
  min-height: 700px;
  max-height: 100px;
  overflow: hidden;
}

.content-combo-simple {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 564px;
  display: flex;
}

.master-simple-combos {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-flow: column;
  display: flex;
}

.master-marquee-team {
  overflow: hidden;
}

.marquee-team {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.single-moving-team {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  display: flex;
}

.limit-text-under-team {
  max-width: 844px;
}

.grid-under-team {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
  margin-top: 100px;
  margin-bottom: 0;
}

.grid-about-a-hero {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.bottom-left-hero-about-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.master-marquees {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.marquee-wrap {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.right-hero-about-c {
  border-radius: 24px;
  overflow: hidden;
}

.left-hero-about-a {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.marquee-logo {
  height: 30px;
}

.title-wrap-about-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 660px;
  display: flex;
}

.marquee-shadow-dark {
  background-image: linear-gradient(90deg, #f2eee700, #f2eee7);
  width: 70px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.marquee-shadow-dark.left {
  background-image: linear-gradient(90deg, #f2eee7, #f2eee700);
  inset: 0% auto 0% 0%;
}

.single-text-marquee {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex: none;
  align-items: center;
  display: flex;
}

.top-left-hero-about-c {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tile-value-halves {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--off-white);
  color: var(--color--coral);
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

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

.circle-value-icon {
  background-color: var(--color--coral);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.grid-sticky-values {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.master-left-sticky-values {
  position: relative;
}

.sticky-sticky-values {
  max-width: 616px;
  position: sticky;
  top: 80px;
}

.wrap-background-services {
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--coral);
  color: var(--color--white);
  padding-top: 120px;
  padding-bottom: 348px;
}

.title-wrap-services {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.form-newsletter-services {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.field-newsletter-services {
  border: 1px solid var(--color--white);
  color: var(--color--white);
  background-color: #fff0;
  border-radius: 8px;
  width: 100%;
  min-width: 240px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
}

.field-newsletter-services:focus {
  border-color: var(--color--white);
  color: var(--color--white);
}

.field-newsletter-services::placeholder {
  color: #f2eee7b3;
}

.wrap-image-services {
  z-index: 10;
  border-radius: var(--other--rounded-corners);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 96%;
  max-width: 96%;
  height: 80vh;
  min-height: 490px;
  max-height: 900px;
  margin-top: -280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-wrap-service-single {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 192px;
  display: flex;
}

.icon-service-single {
  width: 140px;
  height: 140px;
}

.grid-bottom-service-single {
  grid-template-rows: auto;
}

.left-service-single {
  max-width: 514px;
}

.text-service-big {
  font-size: 26px;
  line-height: 124%;
}

.list-service-single {
  flex-flow: column;
  width: 100%;
  max-width: 596px;
  display: flex;
}

.single-list-service {
  border-top: 1px solid var(--color--coral);
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 20px;
  font-weight: 500;
}

.single-list-service.last {
  border-bottom: 1px solid var(--color--coral);
}

.h2-services-single {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 130%;
}

.contact-a-info-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.contact-field-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.contact-b-form-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 49px;
}

.contact-input-wrap {
  width: 100%;
  margin-bottom: 16px;
}

.wrap-heading-form-contact-a {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-a-halves {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact-a-heading-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-form-wrap {
  width: 100%;
  max-width: 532px;
}

.link-contact-tile {
  font-size: 22px;
  font-weight: 500;
  line-height: 116%;
  text-decoration: none;
}

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

.contact-a-divider {
  background-color: #000;
  width: 1px;
  height: 850px;
}

.contact-form-master {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}

.text-field-contact {
  background-color: var(--color--off-white);
  color: var(--color--coral);
  border: 1px solid #0000;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 140%;
}

.text-field-contact:focus {
  border-style: solid;
  border-color: var(--color--coral);
  color: var(--color--coral);
}

.text-field-contact::placeholder {
  color: #15190db3;
}

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

.contact-b-form {
  flex-direction: column;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.success-message-contact {
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--coral);
  color: var(--color--off-white);
  width: 100%;
  height: 100%;
  position: relative;
}

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

.success-wrap {
  justify-content: center;
  align-items: center;
  width: 393px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-contact-tile {
  width: 32px;
  height: 32px;
}

.tile-contact-a {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--color--off-white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.cta-main {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #faebe3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.cta-main.dark-cta {
  color: #faebe3;
  background-color: #000;
}

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

.h2-contact-a-right {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
}

.link-bottom-contact-b {
  color: var(--color--coral);
  font-size: 22px;
  line-height: 120%;
  text-decoration: none;
  transition: opacity .2s;
}

.link-bottom-contact-b:hover {
  text-decoration: underline;
}

.circle-social-contact-b {
  background-color: var(--color--coral);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.left-contact-b {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.grid-contact-b {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.nl-list-links-contact-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 70px;
  display: flex;
}

.bottom-contact-b {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-address-contact-b {
  margin-top: auto;
  font-size: 22px;
  line-height: 130%;
}

.icon-social-contact-b {
  width: 24px;
  height: 24px;
}

.divider-contact-b {
  background-color: var(--color--coral);
  transform-origin: 0%;
  width: 100%;
  height: 2px;
}

.link-social-contact-b {
  grid-column-gap: 16px;
  color: var(--color--coral);
  justify-content: flex-start;
  align-items: center;
  font-size: 26px;
  line-height: 126%;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.link-social-contact-b:hover {
  opacity: .9;
}

.right-contact-b {
  border-radius: 20px;
  max-width: 640px;
  position: relative;
  overflow: hidden;
}

.wrap-image-contact-b {
  border-radius: var(--other--rounded-corners);
  height: 100vh;
  min-height: 600px;
  max-height: 800px;
  overflow: hidden;
}

.title-wrap-contact-c {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1030px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divider-contact-c {
  background-color: #0000002b;
  width: 100%;
  height: 1px;
}

.bottom-contact-c {
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-contact-c {
  width: 28px;
  height: 28px;
}

.h2-contact-c {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  line-height: 105%;
}

.single-contact-c-list {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

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

.logo-contact-c {
  height: 28px;
}

.tile-contact-c {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  background-color: var(--color--off-white);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 80px 64px;
  display: flex;
}

.grid-contact-c {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.wrap-image-contact-c {
  border-radius: var(--other--rounded-corners);
  height: 680px;
  overflow: hidden;
}

.title-wrap-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.divider-pricing {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
}

.divider-pricing.light-divider {
  background-color: #faebe34d;
}

.master-list-check-pricing {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-price-tile {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.top-pricing-tile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-check-pricing {
  width: 12px;
  height: 12px;
}

.single-check-list-pricing {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-pricing-tile {
  width: 32px;
  height: 32px;
}

.text-heading-pricing-tile {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 105%;
}

.tile-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--off-white);
  border-radius: 24px;
  flex-flow: column;
  padding: 40px 32px 32px;
  display: flex;
}

.tile-pricing.dark-tile {
  background-color: var(--color--coral);
  color: var(--color--white);
}

.circle-check-list-pricing {
  background-color: var(--color--coral);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.circle-check-list-pricing.light-circle {
  background-color: var(--color--off-white);
}

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

.wrap-perfect-for {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-product-detail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
}

.link-back-to-all {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.right-product-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-check-list-medium {
  width: 16px;
  height: 16px;
}

.flex-back-to-all {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.single-check-list-medium {
  grid-column-gap: 12px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  line-height: 135%;
  display: flex;
}

.circle-checklist-medium {
  background-color: var(--color--coral);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.single-product-detail {
  border-top: 1px solid #15190d5e;
  padding-top: 72px;
  padding-bottom: 72px;
}

.single-product-detail.first-product {
  border-top-color: var(--color--coral);
}

.master-product-details {
  flex-flow: column;
  margin-top: 80px;
  display: flex;
}

.default-state {
  margin-bottom: 0;
}

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

.title-wrap-product {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 44px;
  display: flex;
}

.text-product-big {
  letter-spacing: -.1px;
  font-size: 32px;
  line-height: 110%;
}

.grid-bullets-product {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.title-wrap-blogs {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.master-blog-filters {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-blog-filter {
  background-color: var(--color--off-white);
  font-family: var(--font--secondary);
  text-transform: uppercase;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.link-blog-filter.w--current, .link-blog-filter.active {
  background-color: var(--color--coral);
  color: var(--color--off-white);
}

.list-blog-filters {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-wrap-blog-template {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-image-blog-template {
  z-index: 10;
  border-radius: var(--other--rounded-corners);
  width: 90%;
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.color-fill-blog-template {
  z-index: 1;
  background-color: var(--color--coral);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  height: 30%;
  max-height: 320px;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-blog-content {
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--off-white);
  color: var(--color--coral);
  width: 100%;
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
}

.title-wrap-faq {
  max-width: 720px;
  margin-bottom: 80px;
}

.single-faq-section {
  border-top: 1px solid var(--color--coral);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-medium {
  width: 100%;
  max-width: 960px;
  padding-left: 24px;
  padding-right: 24px;
}

.block-content {
  background-color: var(--color--off-white);
  border: 1px #000;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.checkout-form {
  background-color: var(--color--white);
  border-top: 1px solid #0000001a;
  padding: 64px 0 100px;
  font-size: 18px;
  line-height: 124%;
}

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

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

.text-field-checkout-page {
  border: 1px solid var(--color--coral);
  background-color: var(--color--off-white);
  color: var(--color--coral);
  border-radius: 6px;
  height: 44px;
  margin-bottom: 12px;
}

.text-field-checkout-page:focus, .text-field-checkout-page.-wfp-focus {
  border-style: solid;
  border-color: var(--color--coral);
  color: var(--color--coral);
}

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

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

.shipping-method-list {
  border: 1px #000;
}

.shipping-method {
  background-color: #f2f2f2;
  border-bottom-color: #18282e3b;
}

.block-header {
  background-color: var(--color--off-white);
  border: 1px #0f1a2326;
  border-bottom: 1px solid #15190d1c;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

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

.brand-simple {
  background-color: var(--color--off-white);
  border-bottom: 1px solid #15190d0d;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.link-brand-checkout {
  justify-content: center;
  align-items: center;
  height: 22px;
  display: flex;
}

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

.icon-lock {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-404 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1050px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tile-changelog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--white);
  color: var(--color--coral);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px;
  display: flex;
}

.h2-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 122%;
}

.video-sales {
  z-index: 10;
  color: var(--color--white);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: space-between;
  align-items: flex-end;
  height: calc(100vh - 124px);
  min-height: 100svh;
  max-height: 1000px;
  padding: 60px;
  display: block;
  position: relative;
}

.overlay-video-sales {
  background-image: none;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 59px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-hero-sales {
  max-width: 700px;
}

.right-hero-sales {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 354px;
  display: flex;
}

.sales-mock-image {
  border-radius: var(--other--rounded-corners);
  width: 100%;
  margin-bottom: 20px;
}

.grid-thirds-mokckups {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-sales-mockups {
  background-color: var(--color--off-white);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.sales-mock-link-block {
  border-radius: 16px;
  width: 100%;
  margin-bottom: 16px;
  transition: transform .5s;
  overflow: hidden;
}

.wrap-sales-gallery {
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--light-violett);
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  padding-left: 32px;
  padding-right: 32px;
  overflow: hidden;
}

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

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

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

.success-services {
  border-radius: var(--other--rounded-corners);
  color: var(--color--white);
  text-align: center;
  background-color: #f2eee71a;
  max-width: 400px;
  font-size: 16px;
}

.hero-logo {
  width: 45svw;
}

.scroll-text {
  z-index: 5;
  color: #fff;
  text-align: center;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-size: .8rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-plants {
  height: 100vh;
  position: relative;
  inset: auto 0% 0%;
}

.hero-gull {
  z-index: 2;
  width: 30vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image {
  width: 450px;
}

.hero-plants-bg {
  z-index: -1;
  width: 70vw;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.hero-bird-right {
  z-index: 1;
  flex: none;
  height: 100vh;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.lottie-animation {
  z-index: 4;
  width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto 0% 0%;
}

.hero-bird-left {
  z-index: 1;
  height: 100vh;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.hero-container {
  background-color: #df8190;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 10vw;
  padding-bottom: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0%;
}

.hero-visual {
  z-index: 1;
  background-image: url('../images/LaLora_Bird_13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  height: 300vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-presale {
  border-radius: var(--other--rounded-corners);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff1a;
  border-bottom: 1px #15190d33;
  width: auto;
  max-width: 1552px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  inset: 24px auto auto 24px;
}

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

  h2 {
    font-size: 36px;
  }

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

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

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

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

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

  .section.dark-blog-content, .section.dark-bento {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

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

  .text-style-h1, .text-style-h2 {
    font-size: 64px;
  }

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

  .subtitle {
    font-size: 24px;
  }

  .h1-small {
    font-size: 64px;
  }

  .mega-menu-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding: 0;
  }

  .nav-container {
    text-align: center;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-dropdown {
    display: block;
  }

  .nav-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    display: flex;
    position: static;
  }

  .mega-menu-link {
    font-size: 18px;
    line-height: 150%;
  }

  .mega-menu-wrap {
    box-shadow: none;
    background-color: #ecece7;
    border-style: none;
    padding: 0;
  }

  .brand-menu-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
    position: static;
  }

  .link-menu-social {
    width: 19px;
    height: 19px;
  }

  .navigation-link-hover-wrap {
    padding: 4px 0;
  }

  .navigation-link-hover-wrap:hover {
    background-color: #0000;
  }

  .cart-button {
    height: 24px;
    padding: 0;
  }

  .menu-socials {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .menu-hamburger-icon {
    width: 20px;
  }

  .brand-link-navbar {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-wrap {
    background-color: #0000;
    margin-right: 16px;
    padding: 0;
    position: static;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    display: none;
  }

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

  .nav-menu {
    z-index: 11;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #ecece7;
    border-top: 1px solid #07181f;
    border-bottom: 1px solid #07181f;
    max-height: 73svh;
    margin-top: 0;
    padding: 20px 24px 32px;
    overflow: scroll;
  }

  .image-wrap-mega {
    width: 100%;
  }

  .right-mega-menu {
    margin-bottom: 32px;
  }

  .menu-cta-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .dropdown-list {
    background-color: #0000;
    display: block;
    position: static;
  }

  .dropdown-list.w--open {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .menu-close-icon {
    width: 20px;
    display: none;
  }

  .mega-menu-left {
    flex-flow: column;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    line-height: 140%;
  }

  .nav-link.w--current {
    background-color: #0000;
  }

  .menu-bottom-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-button {
    padding: 0;
  }

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

  .menu-divider {
    background-color: #07181f;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    display: block;
  }

  .left-hero-home-a {
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
  }

  .grid-hero-home-a {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 6fr;
  }

  .limit-subtitle-home-a {
    margin-left: auto;
    margin-right: auto;
  }

  .rating {
    order: -1;
  }

  .video-home-a {
    min-height: 540px;
    padding-top: 200px;
  }

  .lightbox-wrap-home-a {
    width: 55%;
  }

  .text-big-text {
    font-size: 50px;
  }

  .image-big-text {
    width: 60px;
    margin-top: 16px;
  }

  .tile-moving-services {
    max-width: 500px;
    height: 370px;
  }

  .wrap-image-combo {
    height: 100%;
  }

  .content-combo {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    padding: 40px;
  }

  .left-top-text-heading.center-tablet {
    justify-content: flex-start;
    align-items: center;
  }

  .left-top-text-heading.mg-bottom-64.center-tablet {
    text-align: center;
  }

  .text-moving {
    font-size: 64px;
  }

  .text-testimonial {
    font-size: 23px;
  }

  .top-testimonials {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tile-testimonials {
    padding: 32px;
  }

  .tile-testimonials.moving-tile {
    max-width: 530px;
  }

  .wrap-heading-big-left.features-wide-heading {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .h2-big {
    font-size: 60px;
  }

  .master-features-wide {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-feature-wide {
    grid-template-columns: 6fr;
  }

  .left-feature-wide {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .wrap-big-heading-right {
    text-align: center;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-blog-halves {
    grid-column-gap: 12px;
  }

  .wrap-image-blog-halves {
    height: 400px;
  }

  .left-faq-halves {
    text-align: center;
    align-items: center;
    max-width: 520px;
  }

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

  .brand-image-footer {
    width: 20svw;
  }

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

  .brand-link-footer {
    justify-content: center;
    align-items: center;
  }

  .footer-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: stretch;
    margin-right: 0;
  }

  .footer-last-block {
    justify-content: flex-end;
    align-items: center;
  }

  .footer-halves {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: .25fr .75fr;
  }

  .footer-bottom-tile {
    margin-top: 64px;
  }

  .footer-bottom-tile.invisible {
    margin-top: 0;
  }

  .title-wrap-home-b {
    max-width: 790px;
  }

  .mockup-home-b-1 {
    width: 38%;
    max-width: 280px;
    bottom: -24px;
  }

  .mockup-home-b-2 {
    width: 40%;
    max-width: 260px;
  }

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

  .section-big-image {
    height: 80vh;
    min-height: 740px;
  }

  .grid-stats-images {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .overlay-video-home-c {
    text-align: center;
    background-image: linear-gradient(#15190d5c, #15190dad);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .right-hero-home-c {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-small-services {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .wrap-big-heading-testimonials {
    margin-bottom: 48px;
  }

  .arrow-testimonial-big {
    width: 48px;
    height: 48px;
  }

  .arrow-testimonial-big.left {
    right: 80px;
  }

  .testimonial-bottom-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .testimonial-image-wrap {
    height: 100%;
  }

  .text-testimonial-slider {
    font-size: 30px;
  }

  .testimonial-right-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
  }

  .master-move-text, .single-move-text {
    grid-column-gap: 40px;
  }

  .text-moving-single {
    font-size: 8vw;
  }

  .icon-moving-text {
    width: 100px;
    height: 100px;
  }

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

  .text-performance-column {
    margin-bottom: 0;
    font-size: 45px;
  }

  .animated-top-layer {
    flex-flow: wrap;
  }

  .wrap-image-feature-bento {
    height: 30vh;
    min-height: 160px;
    max-height: 170px;
  }

  .grid-team-thirds {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-team-thirds.moving-team {
    max-width: 360px;
  }

  .wrap-big-image-team {
    max-width: 440px;
    height: 50vw;
    min-height: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-big-image-team {
    object-fit: cover;
    height: 100%;
  }

  .wrap-quote-big-image-team {
    width: 96%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 2%;
  }

  .wrap-gallery-about-a {
    height: 360px;
  }

  .master-hero-about-b {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-heading-about-b {
    justify-content: center;
    align-items: flex-start;
  }

  .h1-about-b {
    font-size: 56px;
  }

  .wrap-pill-about-b {
    height: 54px;
    margin-top: 6px;
  }

  .grid-combo-simple {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .wrap-image-combo-simple {
    height: 70vh;
    min-height: 520px;
    max-height: 800px;
  }

  .grid-under-team {
    grid-template-columns: .6fr 1.4fr;
  }

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

  .bottom-left-hero-about-c {
    justify-content: flex-start;
    align-items: center;
    max-width: 680px;
  }

  .right-hero-about-c {
    max-width: 600px;
    height: 80vh;
    min-height: 400px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-hero-about-a {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .title-wrap-about-c {
    justify-content: flex-start;
    align-items: center;
  }

  .top-left-hero-about-c {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-background-services {
    padding-top: 80px;
    padding-bottom: 360px;
  }

  .wrap-image-services {
    height: 50vh;
    min-height: 360px;
    max-height: 800px;
  }

  .heading-wrap-service-single {
    text-align: center;
    flex-flow: column;
    margin-bottom: 140px;
  }

  .icon-service-single {
    width: 100px;
    height: 100px;
  }

  .grid-bottom-service-single {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .text-service-big {
    font-size: 22px;
  }

  .contact-a-info-block {
    padding-top: 0;
  }

  .h1-contact-left {
    font-size: 70px;
  }

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

  .contact-form-wrap {
    max-width: none;
  }

  .contact-a-divider {
    display: none;
  }

  .left-contact-b {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .right-contact-b {
    max-width: 480px;
  }

  .wrap-image-contact-b {
    height: 80vh;
  }

  .title-wrap-contact-c {
    max-width: 710px;
  }

  .tile-contact-c {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-contact-c {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .wrap-image-contact-c {
    height: 520px;
  }

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

  .grid-product-detail {
    grid-template-columns: 2fr;
  }

  .wrap-image-blog-template {
    min-height: 350px;
    max-height: 500px;
  }

  .wrap-blog-content {
    padding: 64px;
  }

  .title-wrap-faq {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .checkout-form {
    padding-top: 80px;
  }

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

  .tile-changelog {
    padding-right: 4px;
  }

  .h2-small {
    font-size: 48px;
  }

  .overlay-video-sales {
    background-image: none;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .left-hero-sales {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 59px;
    display: flex;
  }

  .right-hero-sales {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

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

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr 1fr;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

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

  .hero-gull {
    width: 40vw;
  }

  .hero-plants-bg, .hero-bird-right {
    inset: auto 0% 0% auto;
  }

  .lottie-animation {
    display: none;
  }

  .hero-bird-left {
    height: 80vh;
    inset: auto auto 0% 0%;
  }
}

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

  .section.light-two.under-hero-home-a {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .section.light-two.under-hero-home-b {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-top: 120px;
  }

  .section.light-two.under-hero-home-c {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .section.dark-testimonials-slider {
    padding-bottom: 160px;
  }

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

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

  .section.dark-blog-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

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

  .text-style-h1, .text-style-h2 {
    font-size: 52px;
  }

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

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

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

  .h1-small {
    font-size: 52px;
  }

  .mega-menu-halves {
    padding: 0;
  }

  .brand-link-navbar {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .cart-container {
    height: 100svh;
    margin: 0;
  }

  .brand-navbar {
    display: block;
  }

  .video-home-a {
    min-height: 460px;
    padding: 140px 20px 20px;
  }

  .lightbox-wrap-home-a {
    width: 70%;
    max-width: 450px;
  }

  .text-big-text {
    font-size: 44px;
  }

  .image-big-text {
    margin-top: 6px;
  }

  .tile-moving-services {
    padding: 32px;
  }

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

  .wrap-image-combo {
    height: 100vw;
    min-height: 510px;
    max-height: 630px;
  }

  .left-top-text-heading.stats-combo-heading, .left-top-text-heading.center-landscape {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .section-moving-text.home-a-move {
    padding-bottom: 100px;
  }

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

  .slide-testimonials {
    margin-right: 0%;
  }

  .mask-testimonials {
    overflow: hidden;
  }

  .tile-testimonials {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .slider-testimonials {
    width: 100%;
  }

  .arrow-slider {
    inset: auto auto -78px 78px;
  }

  .arrow-slider.right-arrow {
    left: 60px;
  }

  .arrow-slider.left-arrow {
    left: 0;
    right: auto;
  }

  .h2-big {
    font-size: 50px;
  }

  .wrap-image-feature-wide {
    height: 50vw;
    min-height: 360px;
    max-height: 400px;
  }

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

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

  .wrap-image-blog-halves {
    height: 350px;
  }

  .left-faq-halves {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

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

  .brand-image-footer {
    width: 150px;
    display: block;
  }

  .brand-link-footer {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .footer-right {
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .footer-last-block {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .footer {
    background-size: contain;
  }

  .footer-bottom-wrap {
    flex-direction: column;
  }

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

  .footer-halves {
    flex-flow: wrap;
    grid-template-columns: .25fr;
    display: flex;
  }

  .footer-bottom-tile {
    flex-flow: column;
    display: flex;
  }

  .title-wrap-home-b {
    max-width: 470px;
  }

  .master-home-b-visual {
    margin-top: 40px;
  }

  .master-home-b-image {
    height: 90vw;
    min-height: 360px;
    max-height: none;
  }

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

  .tile-service-general {
    padding: 32px;
  }

  .tabs-menu {
    border-radius: 24px;
    flex-direction: column;
    width: 100%;
    max-width: 360px;
  }

  .tab-link {
    width: 100%;
  }

  .big-image-text {
    font-size: 32px;
  }

  .image-people-big-image {
    width: 44px;
    height: 44px;
    margin-right: -12px;
  }

  .marquee-testimonial, .single-moving-testimonial {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-stats-images {
    grid-template-columns: 4fr;
  }

  .wrap-image-stats {
    height: 72vw;
  }

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

  .grid-small-services {
    grid-template-columns: 1fr;
    max-width: 330px;
  }

  .wrap-big-heading-testimonials {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .testimonial-slide {
    position: static;
  }

  .arrow-testimonial-big {
    inset: auto 24px 36px auto;
  }

  .arrow-testimonial-big.left {
    right: 79px;
  }

  .testimonial-slider {
    position: relative;
  }

  .testimonial-bottom-tile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .author-name-wrap {
    margin-left: auto;
    margin-right: auto;
  }

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

  .mask {
    position: static;
  }

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

  .text-testimonial-slider {
    font-size: 26px;
  }

  .testimonial-right-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
  }

  .master-move-text, .single-move-text {
    grid-column-gap: 32px;
  }

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

  .bento-video {
    height: 60vw;
    min-height: 510px;
  }

  .card-bento-stats.mobile-invisible {
    display: none;
  }

  .performance-animated-block.third-card {
    padding-left: 12px;
    padding-right: 12px;
  }

  .performance-animated-block.fourth-card {
    background-size: cover;
  }

  .animated-top-layer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .performance-animation-master {
    grid-template-columns: 1fr;
    height: auto;
  }

  .card-bento-mockup {
    padding: 20px;
  }

  .wrap-image-feature-bento {
    height: 20vh;
    min-height: 210px;
    max-height: 220px;
  }

  .wrap-big-image-team {
    height: 60vw;
    min-height: 400px;
  }

  .image-big-image-team {
    object-fit: cover;
    height: 100%;
  }

  .wrap-quote-big-image-team {
    padding: 22px;
    font-size: 16px;
  }

  .title-wrap-about-a {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-light-two {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-gallery-about-a {
    height: 50vw;
  }

  .h1-about-b {
    font-size: 46px;
  }

  .wrap-pill-about-b {
    border-radius: 8px;
    height: 40px;
    margin-left: 4px;
    margin-right: 4px;
  }

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

  .wrap-image-combo-simple {
    height: 60vh;
    min-height: 430px;
  }

  .content-combo-simple {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .grid-about-a-hero {
    flex-flow: column;
    display: flex;
  }

  .bottom-left-hero-about-c {
    max-width: none;
  }

  .right-hero-about-c {
    height: 90vw;
    min-height: 0;
    max-height: none;
  }

  .tile-value-halves {
    padding: 32px;
  }

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

  .wrap-background-services {
    padding-bottom: 36vw;
  }

  .wrap-image-services {
    height: 40vw;
    min-height: 0;
    max-height: none;
    margin-top: -30vw;
  }

  .heading-wrap-service-single {
    margin-bottom: 100px;
  }

  .grid-bottom-service-single {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .left-service-single {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-service-big {
    font-size: 24px;
  }

  .h2-services-single {
    font-size: 60px;
  }

  .contact-a-halves {
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
  }

  .contact-a-heading-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .contact-b-form {
    padding-top: 0;
  }

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

  .nl-list-links-contact-2 {
    margin-top: 40px;
  }

  .bottom-contact-b {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-image-contact-b {
    height: 60vh;
    min-height: 440px;
    max-height: 680px;
  }

  .title-wrap-contact-c {
    margin-bottom: 52px;
  }

  .h2-contact-c {
    font-size: 1.9em;
  }

  .tile-contact-c {
    padding: 52px;
  }

  .title-wrap-pricing {
    margin-bottom: 48px;
  }

  .flex-back-to-all {
    justify-content: center;
    align-items: center;
  }

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

  .title-wrap-blogs {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .master-blog-filters, .list-blog-filters {
    justify-content: center;
    align-items: center;
  }

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

  .checkout-form {
    padding-top: 56px;
  }

  .tile-changelog {
    padding: 32px 24px;
  }

  .h2-small {
    font-size: 40px;
  }

  .video-sales {
    height: auto;
    min-height: 520px;
    max-height: 780px;
  }

  .overlay-video-sales {
    padding: 32px;
  }

  .left-hero-sales {
    max-width: 470px;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .hero-gull {
    width: 50vw;
  }

  .hero-bird-right {
    height: 100vh;
    inset: 0% 0% 0% auto;
  }
}

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

  h2 {
    font-size: 30px;
    line-height: 125%;
  }

  blockquote {
    padding: 28px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .section.light-two.under-hero-home-b {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.light-two.under-hero-home-c {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-top: 72px;
  }

  .section.light-two.under-hero-about-a {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .section.light-two.template-info-light {
    padding-top: 80px;
  }

  .section.dark-testimonials-slider {
    padding-top: 100px;
  }

  .section.dark-blog-halves {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.dark-testimonials-moving {
    padding-top: 100px;
    padding-bottom: 80px;
  }

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

  .section.light-two-service-single {
    border-radius: 40px;
  }

  .section.hero-pricing, .section.hero-blogs {
    padding-top: 72px;
  }

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

  .section.legal-section {
    padding-top: 72px;
  }

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

  .wrap-template-ui {
    padding: 16px;
  }

  .text-style-h3 {
    font-size: 30px;
  }

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

  .text-style-h1, .text-style-h2 {
    font-size: 46px;
  }

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

  .cta-dark.nav-cta {
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subtitle {
    font-size: 22px;
  }

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

  .h1-small {
    font-size: 42px;
  }

  .text-body {
    font-size: 14px;
  }

  .text-cart-heading {
    font-size: 24px;
  }

  .nav-cart-quantity {
    font-size: 14px;
  }

  .nav-container {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .brand-menu-wrap {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .navigation-link-hover-wrap:hover {
    background-color: #0000;
  }

  .cart-info-master {
    flex-direction: column;
  }

  .cart-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-link-navbar {
    max-width: 150px;
    height: 34px;
  }

  .nav-menu-wrap {
    margin-left: 8px;
    margin-right: 8px;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .mega-image-top-link {
    font-size: 16px;
  }

  .nav-left {
    height: 34px;
    margin-right: 0;
  }

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

  .image-wrap-mega {
    width: 100%;
  }

  .cart-container {
    border-radius: 0;
    margin: 0;
  }

  .dropdown-list.w--open {
    justify-content: center;
    align-items: flex-start;
  }

  .navbar {
    margin-top: 0;
  }

  .bottom-link-mega {
    font-size: 14px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-bottom-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .links-label-mega {
    font-size: 10px;
    line-height: 12px;
  }

  .cart-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rating {
    text-align: left;
    flex-flow: wrap;
  }

  .lightbox-wrap-home-a {
    width: 100%;
    max-width: none;
  }

  .text-big-text {
    font-size: 32px;
    line-height: 120%;
  }

  .image-big-text {
    width: 50px;
    margin-top: 12px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .feature-card-slide-top-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .tile-moving-services {
    max-width: 310px;
    height: 400px;
    padding: 24px;
  }

  .wrap-image-combo {
    height: 100vw;
    min-height: 400px;
    max-height: 600px;
  }

  .content-combo {
    padding: 30px;
  }

  .section-moving-text.home-a-move {
    padding-bottom: 80px;
    display: none;
  }

  .text-moving {
    letter-spacing: -1px;
    font-size: 30px;
  }

  .tile-testimonials.moving-tile {
    max-width: 360px;
  }

  .image-testimonials {
    width: 90px;
    height: 90px;
  }

  .h2-big {
    font-size: 44px;
    line-height: 120%;
  }

  .single-feature-wide {
    padding: 20px;
  }

  .grid-feature-wide {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .wrap-image-feature-wide {
    height: 60vw;
    min-height: 180px;
    max-height: 290px;
  }

  .wrap-image-blog-halves {
    height: 90vw;
  }

  .expandable-single-faq {
    padding: 24px;
  }

  .heading-expandable {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

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

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

  .brand-link-footer {
    height: 24px;
  }

  .brand-link-footer.w--current {
    height: auto;
    margin-bottom: 24px;
  }

  .footer-right {
    grid-column-gap: 56px;
    grid-row-gap: 48px;
    text-align: center;
    justify-content: center;
    align-items: stretch;
  }

  .footer-last-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer {
    padding-top: 59px;
  }

  .text-bottom-footer {
    font-size: 12px;
  }

  .footer-bottom-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    display: flex;
  }

  .label-footer {
    font-size: 10px;
    line-height: 12px;
  }

  .footer-halves {
    justify-content: center;
    align-items: stretch;
  }

  .footer-bottom-tile {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-bottom-tile.invisible {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link {
    font-size: 14px;
  }

  .top-title-home-b {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .mockup-home-b-1 {
    border-radius: 12px;
    width: 60%;
    max-width: 320px;
  }

  .mockup-home-b-2 {
    display: none;
  }

  .tile-service-general {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 24px;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 24px;
  }

  .tab-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 5vw;
    display: flex;
  }

  .big-image-text {
    font-size: 26px;
  }

  .wrap-people-big-image {
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .image-people-big-image {
    margin-left: -6px;
    margin-right: -6px;
  }

  .wrap-images-people-big-image {
    justify-content: center;
    align-items: center;
  }

  .single-moving-testimonial {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-stat-wide {
    font-size: 26vw;
  }

  .video-home-c {
    height: auto;
    padding: 32px;
  }

  .overlay-video-home-c {
    padding: 24px;
  }

  .subtitle-small {
    font-size: 24px;
  }

  .subtitle-small.home-c-subtitle {
    font-size: 6vw;
  }

  .arrow-testimonial-big {
    width: 40px;
    height: 40px;
    bottom: 44px;
    right: 12px;
  }

  .arrow-testimonial-big.left {
    right: 58px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-image-wrap {
    order: -1;
    width: 100%;
    height: 300px;
  }

  .testimonial-halves {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column-reverse;
  }

  .text-testimonial-slider {
    font-size: 24px;
  }

  .testimonial-text-overlay {
    background-color: #f0dfd5;
  }

  .testimonial-right-wrap {
    background-color: var(--color--off-white);
    border-radius: 24px;
    padding: 24px;
  }

  .master-move-text, .single-move-text {
    grid-column-gap: 20px;
  }

  .text-moving-single {
    font-size: 12vw;
  }

  .icon-moving-text {
    width: 50px;
    height: 50px;
  }

  .card-bento-stats {
    padding: 24px;
  }

  .text-performance-column {
    font-size: 28px;
  }

  .performance-animated-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .performance-animation-master {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .tile-team-thirds {
    padding: 20px;
  }

  .tile-team-thirds.moving-team {
    max-width: 310px;
  }

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

  .wrap-quote-big-image-team {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    inset: auto auto 0% 0%;
  }

  .flex-cta-about-a {
    flex-flow: wrap;
  }

  .color-fill-about-a {
    height: 20%;
    max-height: 140px;
  }

  .wrap-gallery-about-a {
    height: 80vw;
  }

  .master-hero-about-b {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .flex-heading-about-b {
    grid-column-gap: 6px;
  }

  .h1-about-b {
    font-size: 32px;
  }

  .wrap-pill-about-b {
    width: 80px;
    height: 30px;
    margin-top: 4px;
  }

  .single-moving-team {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .master-marquees {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .marquee-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .right-hero-about-c {
    height: 100vw;
  }

  .marquee-logo {
    height: 25px;
  }

  .single-text-marquee {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .tile-value-halves {
    padding: 24px;
  }

  .top-value-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .wrap-background-services {
    padding-top: 52px;
    padding-bottom: 34vw;
  }

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

  .wrap-image-services {
    height: 83vw;
    min-height: 100px;
    max-height: 400px;
    margin-top: -24vw;
  }

  .heading-wrap-service-single {
    margin-bottom: 40px;
    overflow: visible;
  }

  .icon-service-single {
    width: 32vw;
    height: 32vw;
  }

  .h2-services-single {
    font-size: 44px;
  }

  .contact-a-info-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h1-contact-left {
    font-size: 45px;
  }

  .contact-field-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .link-contact-tile {
    font-size: 16px;
  }

  .success-wrap {
    width: 100%;
  }

  .tile-contact-a {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 32px;
  }

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

  .h2-contact-a-right {
    font-size: 36px;
  }

  .wrap-image-contact-b {
    height: 90vw;
    min-height: 340px;
    max-height: 650px;
  }

  .bottom-contact-c {
    grid-row-gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-contact-c {
    font-size: 1.6em;
  }

  .single-contact-c-list {
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .top-conctac-c {
    text-align: center;
    align-items: center;
  }

  .logo-contact-c {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-contact-c {
    padding: 40px 32px;
  }

  .grid-contact-c {
    grid-row-gap: 24px;
  }

  .text-heading-pricing-tile {
    font-size: 30px;
  }

  .tile-pricing {
    padding: 24px;
  }

  .default-state {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .title-wrap-product {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-product-big {
    font-size: 26px;
  }

  .wrap-image-blog-template {
    height: 80vw;
    min-height: 0;
    max-height: none;
  }

  .color-fill-blog-template {
    height: 24%;
    max-height: 130px;
  }

  .wrap-blog-content {
    padding: 24px;
  }

  .single-faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .block-content {
    padding: 16px;
  }

  .block-content.shipping-method {
    padding: 0;
  }

  .checkout-form {
    padding-top: 40px;
  }

  .order-item {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-price {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .top-order {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .shipping-method {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: baseline;
    padding-bottom: 32px;
  }

  .title-wrap-404 {
    margin-bottom: 0;
  }

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

  .video-sales {
    min-height: 570px;
    max-height: none;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr;
  }

  .section-sales-mockups {
    max-height: 800px;
    margin-bottom: 24px;
  }

  .sales-mock-link-block {
    border-radius: 6px;
    margin-bottom: 12px;
  }

  .sales-mockups-column.first-column {
    display: none;
  }

  .sales-mockups-column.third-column {
    display: block;
  }

  .sales-mockups-column.second-column {
    display: none;
  }

  .wrap-sales-gallery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-cta-404 {
    flex-flow: column;
    align-items: stretch;
    width: 90%;
    max-width: 200px;
  }

  .scroll-text {
    display: none;
  }

  .hero-plants {
    height: 30vh;
  }

  .hero-bird-right {
    max-width: none;
    height: 100vh;
    inset: auto 0% 0% auto;
  }

  .hero-bird-left {
    height: 50vh;
  }

  .hero-container {
    margin-bottom: 30vh;
  }

  .hero-visual {
    height: 200vh;
  }

  .navbar-presale {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    top: 16px;
    left: 16px;
    right: 16px;
  }
}

#w-node-_0c9f99cd-37aa-044b-3ec7-46e200487c9a-d093a053, #w-node-_0c9f99cd-37aa-044b-3ec7-46e200487ca3-d093a053, #w-node-_0c9f99cd-37aa-044b-3ec7-46e200487cac-d093a053 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaf61a19-f92e-9d53-2699-001408f6d764-d093a053 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6e41291c-e08b-90a6-317c-98ed9be12210-d093a053, #w-node-_28e0ab03-2cc1-e55a-4b94-5e88ecdc7a4a-ecdc7a32 {
  justify-self: end;
}

#w-node-c7f8aa32-e95b-2a01-7300-ae43ccb5d690-ccb5d68d, #w-node-c7f8aa32-e95b-2a01-7300-ae43ccb5d696-ccb5d68d, #w-node-_1e6f6fc1-7c6b-82c6-9b61-81517b03d787-7b03d784, #w-node-_1e6f6fc1-7c6b-82c6-9b61-81517b03d78d-7b03d784 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1337d7b6-9f59-9049-ea11-be9e571846dc-571846cd, #w-node-_1337d7b6-9f59-9049-ea11-be9e571846ec-571846cd, #w-node-_1337d7b6-9f59-9049-ea11-be9e571846fc-571846cd {
  justify-self: end;
}

#w-node-ee9dc968-1fa2-fb85-b70f-2458679200cf-d093a068, #w-node-_411239b8-51ea-f31c-e69f-e37fd6a70b53-d093a068 {
  place-self: center;
}

#w-node-b4ae4c42-596c-c499-9cfe-88fe4055aa59-d093a068 {
  place-self: start;
}

#w-node-_5caf533e-15f3-d6d0-5802-3541d1301c91-d093a068, #w-node-_5caf533e-15f3-d6d0-5802-3541d1301c93-d093a068, #w-node-_9b22c32c-057a-50f8-3b2c-0479a635bd32-d093a069, #w-node-_9b22c32c-057a-50f8-3b2c-0479a635bd5e-d093a069, #w-node-_5417d964-7eaa-c127-d9a9-9848a4a15ace-d093a069, #w-node-_5417d964-7eaa-c127-d9a9-9848a4a15ad5-d093a069 {
  place-self: stretch stretch;
}

#w-node-c97a031a-c294-bb25-1678-2083ff6c2f86-d093a069 {
  place-self: center;
}

#w-node-c2f67bd9-16d6-1808-29bd-6b6857e81cfa-57e81cf2, #w-node-c2f67bd9-16d6-1808-29bd-6b6857e81cfc-57e81cf2 {
  place-self: stretch stretch;
}

#w-node-_93f734de-da79-b441-316d-ff5b8fd05452-d093a06b, #w-node-_93f734de-da79-b441-316d-ff5b8fd05459-d093a06b, #w-node-_93f734de-da79-b441-316d-ff5b8fd05460-d093a06b, #w-node-_93f734de-da79-b441-316d-ff5b8fd05467-d093a06b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5de3fb12-cae8-3aa1-fe04-c18efa30ee4e-d093a06b, #w-node-_5de3fb12-cae8-3aa1-fe04-c18efa30ee57-d093a06b {
  place-self: center;
}

#w-node-_78fc1b19-e9ea-96a6-e9ff-5839adf63f06-d093a06c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_78fc1b19-e9ea-96a6-e9ff-5839adf63f24-d093a06c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_053f530a-d606-b803-df71-3c424e658df4-d093a06d {
  place-self: stretch stretch;
}

#w-node-_9e0556eb-f979-3e35-044e-84b5e414d830-d093a06d {
  place-self: center;
}

#w-node-_84a27726-d285-1582-0a25-48b0d6d847f4-d093a06e {
  place-self: end start;
}

#w-node-_84a27726-d285-1582-0a25-48b0d6d847f7-d093a06e {
  place-self: end;
}

#w-node-_73941ec2-0166-c96d-9eef-e32d0517db91-d093a06e {
  place-self: end start;
}

#w-node-_73941ec2-0166-c96d-9eef-e32d0517db94-d093a06e {
  place-self: end;
}

#w-node-_74f577d6-2de5-5f7a-7277-4315df081c70-d093a06e {
  place-self: end start;
}

#w-node-_74f577d6-2de5-5f7a-7277-4315df081c73-d093a06e {
  place-self: end;
}

#w-node-c2ce6139-6f90-c4aa-237e-c422b2566fc9-d093a06e {
  place-self: end start;
}

#w-node-c2ce6139-6f90-c4aa-237e-c422b2566fcc-d093a06e {
  place-self: end;
}

#w-node-_3ebe7540-b202-6079-a24b-a9f154f092bd-d093a06e, #w-node-_3ebe7540-b202-6079-a24b-a9f154f092bf-d093a06e {
  place-self: stretch stretch;
}

#w-node-b91fbb6d-8962-db25-3bca-3e80388c5a0b-d093a071, #w-node-b91fbb6d-8962-db25-3bca-3e80388c5a11-d093a071, #w-node-a1fe66ab-0212-19b0-6b85-975d606e8ea5-d093a071, #w-node-a1fe66ab-0212-19b0-6b85-975d606e8ea9-d093a071, #w-node-_3159d468-d936-d2d3-99f1-a9306dadb277-d093a071, #w-node-_3159d468-d936-d2d3-99f1-a9306dadb27b-d093a071, #w-node-c0fd1983-0963-09f0-1fac-5bb20835b607-d093a074, #w-node-c0fd1983-0963-09f0-1fac-5bb20835b60b-d093a074, #w-node-c0fd1983-0963-09f0-1fac-5bb20835b60f-d093a074, #w-node-c0fd1983-0963-09f0-1fac-5bb20835b627-d093a074, #w-node-_2bda25f9-e14b-8803-684d-dc24c521c14a-d093a074, #w-node-_9a3ec44d-ad69-6178-f786-b3dd0a1048a9-d093a074 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-eaf61a19-f92e-9d53-2699-001408f6d784-d093a053 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e41291c-e08b-90a6-317c-98ed9be1220d-d093a053 {
    align-self: center;
  }

  #w-node-_28e0ab03-2cc1-e55a-4b94-5e88ecdc7a35-ecdc7a32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_28e0ab03-2cc1-e55a-4b94-5e88ecdc7a4a-ecdc7a32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-c7f8aa32-e95b-2a01-7300-ae43ccb5d690-ccb5d68d, #w-node-_1e6f6fc1-7c6b-82c6-9b61-81517b03d787-7b03d784 {
    justify-self: center;
  }

  #w-node-_1337d7b6-9f59-9049-ea11-be9e571846d9-571846cd, #w-node-_1337d7b6-9f59-9049-ea11-be9e571846e9-571846cd, #w-node-_1337d7b6-9f59-9049-ea11-be9e571846f9-571846cd {
    align-self: center;
  }

  #w-node-_9e0556eb-f979-3e35-044e-84b5e414d830-d093a06d {
    order: -9999;
  }

  #w-node-b91fbb6d-8962-db25-3bca-3e80388c5a0b-d093a071, #w-node-a1fe66ab-0212-19b0-6b85-975d606e8ea5-d093a071, #w-node-_3159d468-d936-d2d3-99f1-a9306dadb277-d093a071 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-eaf61a19-f92e-9d53-2699-001408f6d764-d093a053 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6e41291c-e08b-90a6-317c-98ed9be1220d-d093a053 {
    order: 9999;
  }

  #w-node-_6e41291c-e08b-90a6-317c-98ed9be12210-d093a053, #w-node-c0040b34-8971-56b5-773d-a1ed7f32e5d6-d093a067, #w-node-c0040b34-8971-56b5-773d-a1ed7f32e5dc-d093a067, #w-node-c0040b34-8971-56b5-773d-a1ed7f32e5e2-d093a067, #w-node-c0040b34-8971-56b5-773d-a1ed7f32e5e8-d093a067 {
    order: -9999;
  }

  #w-node-_1337d7b6-9f59-9049-ea11-be9e571846d9-571846cd {
    order: 9999;
  }

  #w-node-_1337d7b6-9f59-9049-ea11-be9e571846dc-571846cd {
    order: -9999;
  }

  #w-node-_1337d7b6-9f59-9049-ea11-be9e571846e9-571846cd {
    order: 9999;
  }

  #w-node-_1337d7b6-9f59-9049-ea11-be9e571846ec-571846cd {
    order: -9999;
  }

  #w-node-_1337d7b6-9f59-9049-ea11-be9e571846f9-571846cd {
    order: 9999;
  }

  #w-node-_411239b8-51ea-f31c-e69f-e37fd6a70b51-d093a068, #w-node-c2f67bd9-16d6-1808-29bd-6b6857e81d03-57e81cf2, #w-node-c2f67bd9-16d6-1808-29bd-6b6857e81d09-57e81cf2, #w-node-c2f67bd9-16d6-1808-29bd-6b6857e81d0f-57e81cf2, #w-node-c2f67bd9-16d6-1808-29bd-6b6857e81d15-57e81cf2, #w-node-_5de3fb12-cae8-3aa1-fe04-c18efa30ee5f-d093a06b {
    order: -9999;
  }

  #w-node-_84a27726-d285-1582-0a25-48b0d6d847f4-d093a06e, #w-node-_73941ec2-0166-c96d-9eef-e32d0517db91-d093a06e, #w-node-_74f577d6-2de5-5f7a-7277-4315df081c70-d093a06e, #w-node-c2ce6139-6f90-c4aa-237e-c422b2566fc9-d093a06e {
    justify-self: center;
  }

  #w-node-faefdb6c-732d-dc9a-7e21-61850c95e20f-d093a074, #w-node-faefdb6c-732d-dc9a-7e21-61850c95e215-d093a074, #w-node-faefdb6c-732d-dc9a-7e21-61850c95e21b-d093a074 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e0556eb-f979-3e35-044e-84b5e414d830-d093a06d {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inconsolata';
  src: url('../fonts/Inconsolata-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inconsolata';
  src: url('../fonts/Inconsolata-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dm Sans';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dm Sans';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}