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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--light: #fffbf0;
  --font--body: Satoshi, sans-serif;
  --color--dark: #22221f;
  --type--body-regular: 18px;
  --font--heading: Marcellus, sans-serif;
  --type--h1: 62px;
  --type--h2: 34px;
  --type--h3: 28px;
  --color--accent: #ffe146;
  --color--light-darker: #f9f5e8;
  --color--white: white;
  --white: white;
  --black: black;
  --type--body-big: 20px;
  --type--subtitle: 22px;
}

.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;
}

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

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

body {
  background-color: var(--color--light);
  font-family: var(--font--body);
  color: var(--color--dark);
  font-size: var(--type--body-regular);
  line-height: 130%;
}

h1 {
  font-family: var(--font--heading);
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  font-family: var(--font--heading);
  font-size: var(--type--h2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 125%;
}

h3 {
  font-family: var(--font--heading);
  font-size: var(--type--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 125%;
}

h4 {
  font-family: var(--font--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-family: var(--font--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  font-family: var(--font--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

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

blockquote {
  background-color: var(--color--accent);
  font-family: var(--font--heading);
  border-left: 1px #000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 52px;
  font-size: 26px;
  line-height: 130%;
}

.section {
  background-color: var(--color--light);
  color: #22221f;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

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

.section.dark-light {
  background-color: var(--color--light-darker);
}

.section.dark-light.classes-slider-section {
  padding-bottom: 200px;
  overflow: hidden;
}

.section.video-section {
  color: var(--color--light);
  padding-top: 240px;
  padding-bottom: 240px;
  position: relative;
  overflow: hidden;
}

.section.dark {
  background-color: var(--color--dark);
  color: var(--color--light);
}

.section.dark.process-section {
  padding-bottom: 140px;
}

.section.dark.hero-pricing {
  padding-bottom: 0;
  position: relative;
}

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

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

.main-container.hero-home-container {
  max-width: 1520px;
}

.paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.cta {
  color: var(--color--dark);
  background-color: #ffe146;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: #ffe560;
}

.cta.outline-cta {
  border: 1px solid var(--color--dark);
  color: var(--color--dark);
  background-color: #56441800;
  transition: color .2s, background-color .2s;
}

.cta.outline-cta:hover {
  background-color: var(--color--dark);
  color: var(--color--light);
}

.cta.outline-cta.cart-navbar {
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.cta.ghost-cta {
  color: var(--color--light);
  background-color: #fffbf000;
}

.cta.ghost-cta:hover {
  background-color: #fffbf033;
}

.cta.navbar-cta {
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

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

.cta.search-page {
  height: 44px;
  margin-left: -60px;
}

.text-heading-3 {
  font-family: var(--font--heading);
  font-size: var(--type--h3);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 125%;
}

.image-checkout {
  border-radius: 12px;
}

.dropdown-toggle {
  grid-column-gap: 9px;
  color: #22221fcc;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 12px;
  font-size: 16px;
  display: flex;
}

.brand-navbar {
  height: 100%;
}

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

.apple-pay {
  border-radius: 80px;
  height: 52px;
}

.container-navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.right-navbar {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.dropdown-list {
  background-color: #e2decf;
}

.dropdown-list.w--open {
  background-color: var(--color--white);
  border: 1px solid #2726211a;
  border-radius: 12px;
  margin-top: 8px;
  overflow: hidden;
}

.nav-link {
  color: #22221fe6;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
}

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

.wrap-nav-buttons {
  grid-column-gap: 6px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.divider-nav {
  background-color: #564418b3;
  width: 1px;
  height: 12px;
  margin-right: 12px;
}

.dropdown-link {
  text-align: left;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: #22221f08;
}

.dropdown-link.w--current {
  color: #272621;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.block-content-cart {
  background-color: var(--color--light);
  border-bottom-color: #cec8b1;
  border-left-color: #cec8b1;
  border-right-color: #cec8b1;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.navbar {
  background-color: var(--color--light);
  border-bottom: 1px solid #5644181a;
  height: 80px;
  position: static;
  inset: 0% 0% auto;
}

.block-header-cart {
  background-color: var(--color--light-darker);
  border-color: #cec8b1;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.subtitle {
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 125%;
}

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

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

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

.master-hero-home {
  color: var(--color--light);
  background-image: url('../images/HeroHome.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 300px 80px 92px;
  position: relative;
  overflow: hidden;
}

.overlay-hero-home {
  background-image: linear-gradient(to right, #22221fd9, #22221fb3 48%, #22221f1a);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrap-content-hero-home {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 585px;
  display: flex;
  position: relative;
}

.top-hero-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-text {
  opacity: .9;
  color: #ffe146;
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.flex-hero-home-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

.scroll-down-home {
  position: absolute;
  inset: auto 100px 0% auto;
}

.wrap-center-big-text {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-center-big-text.mg-bottom-80 {
  margin-bottom: 80px;
}

.abstract-big-text {
  height: 35px;
}

.big-text {
  font-family: var(--font--heading);
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
}

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

.icon-usp {
  object-fit: contain;
  width: 56px;
  height: 56px;
}

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

.tile-expertise {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--color--light-darker);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.master-checklist-horizontall {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.master-checklist-horizontall.mg-top-64 {
  margin-top: 64px;
}

.single-checklist {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  display: flex;
}

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

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

.flex-heading-slider-classes {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  padding-left: 12px;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 125%;
}

.slider-classes {
  background-color: #ddd0;
  width: 33%;
  height: auto;
}

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

.slide-classes {
  height: auto;
  padding-left: 12px;
  padding-right: 12px;
}

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

.arrow-classes-slider {
  width: 64px;
  height: 64px;
  transition: transform .2s;
  inset: auto auto -92px 0%;
}

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

.arrow-classes-slider.left-arrow {
  left: 12px;
}

.arrow-classes-slider.right-arrow {
  left: 82px;
}

.mask-classes {
  height: auto;
  overflow: visible;
}

.icon-slider-arrow {
  width: 100%;
  height: 100%;
}

.item-class-slider {
  flex-direction: column;
  display: flex;
}

.tile-class {
  background-color: var(--color--white);
  border-radius: 16px;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  overflow: hidden;
}

.wrap-image-class {
  padding-top: 68%;
  position: relative;
  overflow: hidden;
}

.image-class {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bottom-class-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 32px 88px;
  display: flex;
  position: relative;
}

.text-read-more {
  font-weight: 500;
  position: absolute;
  bottom: 32px;
  left: 32px;
}

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

.wrap-video-content {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lightbox-showreel {
  grid-column-gap: 16px;
  background-color: var(--color--dark);
  color: var(--color--light);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 52px 18px 32px;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}

.play-showreel {
  width: 54px;
  height: 54px;
}

.master-icons-list {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.wrap-image-combo-halves {
  position: relative;
}

.right-combo-halves {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 520px;
  display: flex;
}

.single-icon-list {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.icon-icons-list {
  width: 28px;
  height: 28px;
}

.top-combo-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 592px;
  margin-bottom: 8px;
  display: flex;
}

.image-combo-halves {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.grid-combo-halves {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.overlay-video {
  z-index: 5;
  background-color: #22221f66;
  position: absolute;
  inset: 0%;
}

.master-moving-text {
  border-top: 2px solid var(--color--dark);
  border-bottom: 2px solid var(--color--dark);
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
}

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

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

.text-moving-text {
  font-family: var(--font--heading);
  text-transform: uppercase;
  flex: none;
  font-size: 88px;
  font-weight: 300;
  line-height: 120%;
}

.circle-moving-text {
  background-color: var(--color--dark);
  border-radius: 50%;
  flex: none;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

.circle-moving-text.dark-circle {
  background-color: #141414;
}

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

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

.tab-pane {
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color--light-darker);
  color: var(--color--dark);
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  padding: 6px;
  display: flex;
}

.tab-link {
  background-color: var(--color--light-darker);
  text-align: center;
  border-radius: 80px;
  width: 180px;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.tab-link.w--current {
  background-color: var(--color--accent);
  color: var(--color--dark);
  font-weight: 500;
}

.tabs-mask {
  width: 100%;
}

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

.wrap-tab-content {
  background-color: var(--color--light-darker);
  border-radius: 24px;
  overflow: hidden;
}

.grid-tab-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.wrap-tab-image {
  padding-top: 90%;
  position: relative;
}

.image-tab-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-tab-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 530px;
  padding: 40px;
  display: flex;
}

.brand-tab-content {
  height: 40px;
}

.mask {
  height: auto;
  position: static;
}

.image-testimonial {
  object-fit: cover;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}

.master-testimonial-slider {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider {
  background-color: #fff7e300;
  width: 85%;
  max-width: 894px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.slide-testimonials {
  height: auto;
}

.arrow-testimonial-slider {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.abstract-stars-vertical {
  height: 24px;
}

.text-testimonial {
  font-family: var(--font--heading);
  font-size: 24px;
  line-height: 150%;
}

.wrap-testimonial-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 710px;
  display: flex;
}

.tile-testimonial-slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--light-darker);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px;
  display: flex;
}

.section-big-image {
  height: 100vh;
  min-height: 600px;
  max-height: 1100px;
  overflow: hidden;
}

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

.left-process-sticky {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 430px;
  display: flex;
}

.sticky-sticky-halves {
  position: sticky;
  top: 64px;
}

.gird-sticky-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.left-sticky-halves {
  position: relative;
}

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

.tile-process-sticky {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: var(--color--light-darker);
  background-color: #2d2d29;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

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

.icon-process {
  width: 80px;
  height: 80px;
}

.wrap-image-quote {
  z-index: 10;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  width: 80%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.image-quote-section {
  border-radius: 24px;
  width: 100%;
}

.color-fill-image-quote {
  background-color: var(--color--dark);
  height: 30%;
  max-height: 250px;
  position: absolute;
  inset: 0% 0% auto;
}

.bottom-image-quote {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 850px;
  display: flex;
}

.icon-quote {
  height: 48px;
}

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

.tile-pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--white);
  color: var(--color--dark);
  border-radius: 16px;
  flex-direction: column;
  padding: 44px 40px 40px;
  display: flex;
}

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

.text-price {
  opacity: .9;
  font-size: 22px;
}

.wrap-pricing-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #22221f33;
  border-bottom: 1px solid #22221f33;
  justify-content: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.single-pricing-detail {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.icon-pricing-detail {
  width: 16px;
  height: 16px;
}

.flex-tags-class {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 24px auto auto 24px;
}

.tag-class-tile {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--color--light-darker);
  background-color: #22221f99;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  padding: 8px;
  font-size: 12px;
  display: flex;
}

.grid-footer-links {
  grid-column-gap: 32px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 760px;
  display: flex;
}

.footer-link {
  color: var(--color--light-darker);
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.wrap-legal-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.single-contact-list-footer {
  grid-column-gap: 8px;
  color: var(--color--light-darker);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.left-top-footer {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-footer-links {
  color: var(--color--light-darker);
  font-size: 16px;
}

.brand-footer {
  max-width: none;
  height: 100%;
  display: block;
}

.brand-link-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 44px;
  display: flex;
}

.wrap-footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-footer {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 64px;
}

.flex-top-footer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer {
  color: #f9f5e8;
  background-color: #22221f;
  padding-top: 120px;
  padding-bottom: 64px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
}

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

.icon-contact-list-footer {
  width: 24px;
  height: 24px;
}

.text-legal-footer {
  font-size: 16px;
}

.white-link {
  color: var(--color--light-darker);
}

.master-contact-list-footer {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-footer-left {
  background-color: var(--color--light);
  opacity: .4;
  width: 100%;
  height: 1px;
}

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

.icon-social-footer {
  object-fit: contain;
  width: 100%;
}

.link-social-footer {
  width: 24px;
  height: 24px;
  display: flex;
}

.flex-hero-about {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-hero-about {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.limit-subtitle-about {
  max-width: 585px;
}

.brand-hero-about {
  height: 108px;
}

.image-about-gallery {
  border: 1px solid #e2e2e21a;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 0;
}

.container-about-gallery {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-about-gallery {
  background-color: #282523;
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  overflow: hidden;
}

.lightbox-about-gallery {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.lightbox-about-gallery:hover {
  transform: scale(1.03);
}

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

.left-facts-sticky {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 430px;
  display: flex;
}

.right-sticky-facts {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tile-no-hover {
  grid-row-gap: 24px;
  background-color: #f5ecd7;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.tile-no-hover.value-tile {
  grid-row-gap: 32px;
  align-items: center;
  padding: 48px;
}

.image-value {
  border-radius: 12px;
  width: 100%;
}

.bottom-facts {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.tile-sticky-fact {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 48px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.single-contact-list-icon-one {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.right-contact-one {
  width: 100%;
  max-width: 606px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 52px;
}

.image-abstract-contact {
  height: 40px;
}

.divider-contact-tile {
  background-color: #22221f47;
  width: 100%;
  height: 1px;
}

.image-contact-one {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  max-width: 590px;
}

.tile-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color--light-darker);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px 56px;
  display: flex;
}

.grid-contact-one {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

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

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

.right-hero-expertises {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 550px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

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

.image-expertises-above {
  border-radius: 24px;
  width: 50%;
  margin-top: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.image-expertises-under {
  border-radius: 24px;
  width: 90%;
}

.grid-hero-expertises {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .52fr .48fr;
}

.master-divider-wide-features {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-divider-wide-features {
  background-color: var(--color--dark);
  color: var(--color--light-darker);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 18px;
  display: flex;
}

.divider-wide-features {
  background-color: var(--color--dark);
  transform-origin: 0%;
  flex: 1;
  height: 1px;
}

.single-wide-expertise {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-direction: column;
  display: flex;
}

.grid-wide-expertise {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
}

.left-wide-expertise {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 570px;
  display: flex;
}

.flex-checlist-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-expertise-wide {
  border-radius: 24px;
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  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;
}

.input-search {
  border: 1px solid var(--color--dark);
  color: var(--color--dark);
  background-color: #fff0;
  border-radius: 60px;
  height: 44px;
  margin-bottom: 0;
  font-size: 16px;
}

.input-search:focus {
  color: var(--color--dark);
}

.input-search::placeholder {
  color: #22221fa3;
  font-size: 16px;
}

.icon-filter-hero {
  width: 80px;
}

.title-wrap-class {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.master-details-hero-class {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.single-detail-hero-class {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.icon-detail-class-hero {
  width: 24px;
  height: 24px;
}

.circle-hero-detail-class {
  background-color: var(--color--dark);
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
}

.limit-subtitle-class {
  max-width: 750px;
}

.lightbox-class {
  border-radius: 24px;
  width: 90%;
  max-width: 1040px;
  margin-top: 66px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-lightbox-class {
  width: 100%;
}

.play-class {
  width: 120px;
  height: 120px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.color-fill-pricing {
  z-index: 5;
  background-color: var(--color--light-darker);
  height: 30%;
  max-height: 230px;
  position: absolute;
  inset: auto 0% 0%;
}

.title-wrap-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.brand-checkout {
  background-color: var(--color--light-darker);
  border-bottom: 1px solid #3e3b3633;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

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

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

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

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

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

.checkout-form {
  background-color: var(--color--light);
  padding: 64px 0;
}

.shipping-method {
  background-color: #f7f2e2;
}

.text-field-checkout {
  background-color: var(--color--white);
  border-color: #5644184a;
  border-radius: 60px;
  height: 44px;
  margin-bottom: 12px;
}

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

.block-content {
  background-color: var(--color--white);
  border-bottom-color: #cec8b1;
  border-left-color: #cec8b1;
  border-right-color: #cec8b1;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.block-header {
  background-color: var(--color--white);
  border-color: #cec8b1;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.search-page {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 790px;
  margin-bottom: 0;
  display: flex;
}

.wrap-search-page {
  margin-top: 40px;
  margin-bottom: 40px;
}

.search-result-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--white);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

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

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

.title-wrap-404 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 62px;
  font-weight: 700;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 34px;
}

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

.tile-process-sticky-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: #f9f5e8;
  background-color: #2d2d29;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

.section-2 {
  color: #22221f;
  background-color: #fffbf0;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.section-2.dark {
  color: #fffbf0;
  background-color: #22221f;
}

.cta-2 {
  color: #22221f;
  background-color: #ffe146;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .2s;
  display: flex;
}

.cta-2:hover {
  background-color: #ffe560;
}

.text-heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 28px;
  line-height: 125%;
}

.divider-footer-left-2 {
  opacity: .4;
  background-color: #fffbf0;
  width: 100%;
  height: 1px;
}

.cta-3 {
  color: #22221f;
  background-color: #ffe146;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .2s;
  display: flex;
}

.cta-3:hover {
  background-color: #ffe560;
}

.heading-footer-links-2 {
  color: #f9f5e8;
  font-size: 16px;
}

.footer-link-2 {
  color: #f9f5e8;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.single-contact-list-footer-2 {
  grid-column-gap: 8px;
  color: #f9f5e8;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.white-link-2 {
  color: #f9f5e8;
}

.cta-4 {
  color: #22221f;
  background-color: #ffe146;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .2s;
  display: flex;
}

.cta-4:hover {
  background-color: #ffe560;
}

.heading-footer-links-3 {
  color: #f9f5e8;
  font-size: 16px;
}

.footer-link-3 {
  color: #f9f5e8;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.single-contact-list-footer-3 {
  grid-column-gap: 8px;
  color: #f9f5e8;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.white-link-3 {
  color: #f9f5e8;
}

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

  .section.video-section {
    padding-top: 25vw;
    padding-bottom: 25vw;
  }

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

  .paragraph-big {
    font-size: 20px;
  }

  .dropdown-toggle {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 20px;
    font-size: 22px;
  }

  .line-menu {
    background-color: var(--color--dark);
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.second-line {
    background-color: #564418;
    width: 18px;
  }

  .line-menu.first-line {
    background-color: #564418;
    width: 28px;
  }

  .dropdown-list.w--open {
    background-color: #27262108;
    position: static;
  }

  .wrap-menu-button {
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .menu-button {
    border: 1px solid var(--color--dark);
    border-radius: 50%;
    flex: none;
    width: 44px;
    height: 44px;
    padding: 0;
  }

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

  .nav-link {
    justify-content: center;
    align-items: center;
    max-width: 80%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 22px;
    display: flex;
  }

  .dropdown {
    width: 80%;
    font-size: 22px;
    display: block;
  }

  .divider-nav {
    display: none;
  }

  .dropdown-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
  }

  .nav-menu {
    background-color: var(--color--light-darker);
    border-top: 1px solid #5644184d;
    border-bottom: 1px solid #56441899;
    flex-direction: column;
    justify-content: flex-start;
    max-height: 80vh;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .navbar {
    position: relative;
  }

  .subtitle {
    font-size: 20px;
  }

  .master-hero-home {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 110px;
    display: flex;
  }

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

  .top-hero-home {
    align-items: center;
  }

  .scroll-down-home {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

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

  .master-checklist-horizontall.mg-top-64 {
    flex-wrap: wrap;
  }

  .circle-checlist {
    flex: none;
  }

  .slider-classes {
    width: 64%;
  }

  .master-icons-list {
    text-align: left;
  }

  .wrap-image-combo-halves {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-combo-halves {
    text-align: center;
    align-items: center;
  }

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

  .master-moving-text {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .slider {
    width: 80%;
  }

  .wrap-testimonial-content {
    align-items: center;
  }

  .section-big-image {
    height: 70vw;
    min-height: 0;
    max-height: none;
  }

  .left-process-sticky {
    text-align: center;
    align-items: center;
    max-width: 530px;
  }

  .gird-sticky-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

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

  .grid-footer-links {
    grid-column-gap: 16px;
  }

  .flex-top-footer {
    grid-column-gap: 80px;
  }

  .flex-hero-about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .brand-hero-about {
    order: -1;
  }

  .column-about-gallery.third-column {
    display: none;
  }

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

  .left-facts-sticky {
    text-align: center;
    align-items: center;
    max-width: 500px;
  }

  .tile-no-hover.value-tile {
    padding: 32px;
  }

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

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

  .right-contact-one {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-contact-one {
    max-width: 500px;
  }

  .grid-contact-one {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .right-hero-expertises {
    max-width: 480px;
  }

  .title-wrap-hero-expertises {
    text-align: center;
    align-items: center;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-hero-expertises {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

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

  .left-wide-expertise {
    text-align: center;
    align-items: center;
  }

  .image-expertise-wide {
    max-width: 560px;
  }

  .master-details-hero-class {
    flex-wrap: wrap;
  }

  .h1-heading {
    font-size: 52px;
    line-height: 120%;
  }

  .h2-heading {
    font-size: 34px;
  }
}

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

  h2 {
    font-size: 32px;
  }

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

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

  .paragraph-big {
    font-size: 24px;
  }

  .cta.navbar-cta {
    display: none;
  }

  .brand-link-navbar {
    height: 36px;
    padding-left: 0;
  }

  .navbar {
    height: 72px;
  }

  .subtitle {
    font-size: 24px;
  }

  .master-hero-home {
    padding: 100px 40px;
  }

  .scroll-down-home {
    height: 60px;
  }

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

  .flex-heading-slider-classes {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .slider-classes {
    width: 88%;
  }

  .tabs-menu {
    border-radius: 24px;
    flex-direction: column;
    width: 100%;
    max-width: 360px;
  }

  .tab-link {
    width: 100%;
  }

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

  .right-tab-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .slider {
    width: 100%;
  }

  .arrow-testimonial-slider {
    inset: auto 0% -80px;
  }

  .arrow-testimonial-slider.right-arrow {
    right: -60px;
  }

  .arrow-testimonial-slider.left-arrow {
    left: -60px;
  }

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

  .grid-footer-links {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-legal-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .left-top-footer {
    align-items: center;
  }

  .wrap-footer-links {
    text-align: center;
    align-items: center;
  }

  .flex-top-footer {
    grid-row-gap: 64px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .column-footer-links {
    text-align: center;
    align-items: center;
  }

  .master-contact-list-footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .brand-hero-about {
    height: 100px;
  }

  .column-about-gallery.third-column {
    display: none;
  }

  .left-facts-sticky {
    max-width: 430px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

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

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .left-faq-halves {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-contact-one {
    width: 90%;
    max-width: 420px;
  }

  .tile-contact {
    text-align: center;
    align-items: center;
  }

  .h1-heading {
    font-size: 46px;
    line-height: 120%;
  }

  .h2-heading {
    font-size: 34px;
  }
}

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

  .section.dark-light.hero-search {
    padding-top: 80px;
  }

  .section.video-section {
    padding-top: 30vw;
    padding-bottom: 30vw;
  }

  .section.image-quote-section {
    padding-top: 40px;
  }

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

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

  .paragraph-big {
    font-size: 20px;
  }

  .cta.search-page {
    margin-left: 0;
  }

  .text-heading-3 {
    font-size: 24px;
  }

  .brand-navbar {
    height: 100%;
  }

  .brand-link-navbar {
    max-width: 44vw;
    height: 30px;
    padding-left: 0;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar {
    height: 72px;
  }

  .subtitle {
    font-size: 20px;
  }

  .master-hero-home {
    background-position: 64%;
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .overlay-hero-home {
    background-color: #22221f99;
    background-image: none;
  }

  .flex-hero-home-cta {
    flex-direction: column;
    align-items: stretch;
    width: 90%;
  }

  .wrap-center-big-text.mg-bottom-80 {
    margin-bottom: 56px;
  }

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

  .lightbox-showreel {
    padding-right: 32px;
  }

  .text-moving-text {
    font-size: 17vw;
  }

  .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;
  }

  .image-testimonial {
    flex: none;
    width: 180px;
    height: 180px;
  }

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

  .section-big-image {
    height: 90vw;
  }

  .tile-process-sticky {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 32px;
  }

  .top-process-tile {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-quote-section {
    border-radius: 12px;
  }

  .color-fill-image-quote {
    height: 20%;
    max-height: 190px;
  }

  .tile-pricing {
    padding: 32px;
  }

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

  .flex-socials-footer {
    justify-content: center;
  }

  .brand-hero-about {
    width: 50%;
    height: auto;
  }

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

  .section-about-gallery {
    max-height: 800px;
  }

  .column-about-gallery.third-column {
    display: block;
  }

  .column-about-gallery.second-column, .column-about-gallery.first-column {
    display: none;
  }

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

  .tile-no-hover.value-tile, .tile-sticky-fact {
    padding: 24px;
  }

  .heading-expandable {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .expandable-single-faq {
    padding: 24px;
  }

  .single-contact-list-icon-one {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .top-contact-one {
    text-align: center;
    align-items: center;
  }

  .tile-contact {
    padding: 44px 32px;
  }

  .grid-contact-one {
    grid-row-gap: 40px;
  }

  .bottom-contact-one {
    grid-row-gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .input-search {
    width: auto;
  }

  .master-details-hero-class {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lightbox-class {
    border-radius: 12px;
    width: 100%;
  }

  .play-class {
    width: 60px;
    height: 60px;
  }

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

  .search-page {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .h1-heading {
    font-size: 38px;
    line-height: 120%;
  }

  .h2-heading {
    font-size: 34px;
    line-height: 125%;
  }

  .tile-process-sticky-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 32px;
  }

  .text-heading-4 {
    font-size: 24px;
  }
}

#w-node-_3705d00e-723f-d556-8bd6-79e07f18d6ee-7f18d6cb, #w-node-_3705d00e-723f-d556-8bd6-79e07f18d702-7f18d6cb, #w-node-_3705d00e-723f-d556-8bd6-79e07f18d6f8-7f18d6cb, #w-node-_3705d00e-723f-d556-8bd6-79e07f18d714-7f18d6cb, #w-node-_6b242e2f-7e41-9b62-b2f2-8781de905297-9f7fbe2b, #w-node-_6b242e2f-7e41-9b62-b2f2-8781de90529e-9f7fbe2b, #w-node-_6b242e2f-7e41-9b62-b2f2-8781de9052a5-9f7fbe2b, #w-node-_95c79c0c-134b-33ef-9e69-b4dcc56199cd-e1b47f45, #w-node-_95c79c0c-134b-33ef-9e69-b4dcc56199d4-e1b47f45, #w-node-_95c79c0c-134b-33ef-9e69-b4dcc56199db-e1b47f45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e27b355-db90-ced0-57f2-816868503b96-efefda82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_1e27b355-db90-ced0-57f2-816868503b98-efefda82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_03fae3d6-8354-33c5-4a78-1c8bb4ac9148-ca39b721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03fae3d6-8354-33c5-4a78-1c8bb4ac914a-ca39b721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_03fae3d6-8354-33c5-4a78-1c8bb4ac9153-ca39b721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03fae3d6-8354-33c5-4a78-1c8bb4ac9155-ca39b721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_03fae3d6-8354-33c5-4a78-1c8bb4ac915e-ca39b721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03fae3d6-8354-33c5-4a78-1c8bb4ac9160-ca39b721 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6b0b40a5-71de-aced-a9ca-09e43faec049-470d5836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6b0b40a5-71de-aced-a9ca-09e43faec053-470d5836, #w-node-_01f6a3ef-a7ec-b19c-bfb1-1cd58cd01f7f-596fc7c4, #w-node-_01f6a3ef-a7ec-b19c-bfb1-1cd58cd01f8d-596fc7c4, #w-node-_01f6a3ef-a7ec-b19c-bfb1-1cd58cd01f99-596fc7c4, #w-node-_01f6a3ef-a7ec-b19c-bfb1-1cd58cd01fa7-596fc7c4, #w-node-_1afd6c70-de2a-ca51-1504-77a4864ba632-954edbe3, #w-node-_1afd6c70-de2a-ca51-1504-77a4864ba639-954edbe3, #w-node-_1afd6c70-de2a-ca51-1504-77a4864ba640-954edbe3, #w-node-bd490265-de1a-8698-0378-e9b820b2a2dc-106aaa03, #w-node-bd490265-de1a-8698-0378-e9b820b2a2e3-106aaa03, #w-node-bd490265-de1a-8698-0378-e9b820b2a2ea-106aaa03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16bed7aa-ca23-33d7-3564-32e1c9eb676e-d7a68a96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_16bed7aa-ca23-33d7-3564-32e1c9eb6778-d7a68a96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_11109a26-d88a-a98a-6168-3bd64af026f4-18ba7b60, #w-node-_11109a26-d88a-a98a-6168-3bd64af026fc-18ba7b60, #w-node-_6f3751cc-8f23-df0a-7684-62a950ceeae3-9318f912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f3751cc-8f23-df0a-7684-62a950ceeae4-9318f912 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4ca2fc11-d885-d9b6-d37c-57365094462e-e59ead30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_4ca2fc11-d885-d9b6-d37c-573650944636-e59ead30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_40516d54-f4ab-8f9d-7127-0c29ae725424-db9c2232 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_40516d54-f4ab-8f9d-7127-0c29ae725439-db9c2232 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1e27b355-db90-ced0-57f2-816868503b98-efefda82, #w-node-_6b0b40a5-71de-aced-a9ca-09e43faec049-470d5836, #w-node-_16bed7aa-ca23-33d7-3564-32e1c9eb676e-d7a68a96, #w-node-_11109a26-d88a-a98a-6168-3bd64af026f4-18ba7b60, #w-node-_6f3751cc-8f23-df0a-7684-62a950ceeae3-9318f912, #w-node-_4ca2fc11-d885-d9b6-d37c-573650944636-e59ead30, #w-node-_40516d54-f4ab-8f9d-7127-0c29ae725424-db9c2232 {
    justify-self: center;
  }

  #w-node-_40516d54-f4ab-8f9d-7127-0c29ae725439-db9c2232 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Marcellus';
  src: url('../fonts/Marcellus-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}