:root {
  --black: #050505;
  --white: whitesmoke;
  --light-gray: #b3b3b3;
  --primary: #5cd6af;
  --primary-darker: #3ba584;
  --secondary: #161616;
  --transparent: transparent;
  --light-black: #202020;
  --dark-gray: #404040;
  --overlay-black: #050505a6;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --primary-lightest: #ccf2e6;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

@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, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -5px;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 56px;
}

h2 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

h5 {
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

h6 {
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

p {
  color: var(--light-gray);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

a {
  color: var(--light-gray);
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

a:hover, a.w--current {
  color: var(--primary);
}

ul, ol {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--light-gray);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  display: flex;
}

li {
  font-size: 17px;
  line-height: 24px;
}

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

form {
  width: 100%;
}

label {
  color: var(--light-gray);
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: block;
}

blockquote {
  border-left: 5px solid var(--primary);
  color: var(--white);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
}

.space-112px {
  text-align: center;
  min-height: 112px;
}

.space-112px.hide-until-mobile {
  display: none;
}

.space-32px {
  min-height: 32px;
}

.space-16px {
  min-height: 16px;
}

.section {
  flex-flow: wrap;
  width: 100%;
  display: block;
}

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

.section.relative {
  position: relative;
}

.section.slide-up-animation.freebies {
  display: block;
}

.section.slide-up-animation.agency {
  display: none;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 7.5%;
  padding-right: 7.5%;
  overflow: hidden;
}

.container.padding-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.container.padding-5.overflow {
  position: relative;
  overflow: visible;
}

.container.padding-10 {
  padding-left: 144px;
  padding-right: 144px;
}

.container.overflow {
  overflow: visible;
}

.container.padding-15 {
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.container.padding-144px {
  padding-left: 144px;
  padding-right: 144px;
}

.space-64px {
  min-height: 64px;
}

.space-64px.display-on-mobile {
  display: none;
}

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

.footer-footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-line {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--primary);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.footer-footer-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1152px;
  padding-top: 62px;
  padding-bottom: 62px;
  display: flex;
}

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

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

.color-primary {
  color: var(--primary);
}

.submit-button {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 36px;
  display: block;
}

.submit-button:hover {
  background-color: var(--primary-darker);
  color: var(--black);
}

.submit-button.w--current {
  color: var(--black);
}

.faq-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 480px;
  display: flex;
}

.max-width-480px {
  color: var(--light-gray);
}

.max-width-480px.centered {
  text-align: left;
}

.navbar {
  background-color: #0000;
  align-items: center;
  height: 112px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-link-wrapper.social-icon, .logo-link-wrapper.social-icon.w--current {
  margin-right: 20px;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  padding: 0 20px;
  font-size: 15px;
  transition: color .25s;
  display: block;
}

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

.nav-link.w--current {
  color: var(--white);
  display: block;
}

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

.nav-link.move-down {
  position: absolute;
  top: 100%;
}

.nav-menu {
  display: flex;
}

.trigger {
  min-height: 112px;
  position: absolute;
  inset: auto 0% 0%;
}

.faq-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-parallax {
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.faq-dropdown {
  background-color: var(--secondary);
  border-radius: 20px;
  min-width: 100%;
}

.dropdown-toggle {
  text-align: left;
  cursor: pointer;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 30px 0;
}

.faq-flex {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-icon {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}

.invert {
  filter: invert();
}

.dropdown-answer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact-success-message {
  color: #f5f5f5;
  text-align: center;
  background-color: #171f33;
  border: 1px solid #171f33;
  border-radius: 20px;
  padding: 24px 32px;
}

.contact-success-message::placeholder {
  color: #aaa;
}

.contact-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.message-area {
  background-color: var(--secondary);
  color: #f5f5f5;
  border: 1px solid #171f33;
  border-radius: 20px;
  min-height: 112px;
  margin-bottom: 8px;
  padding: 16px;
}

.message-area:focus {
  border-color: #171f33;
}

.message-area::placeholder {
  color: #aaa;
}

.form-wrapper {
  width: 50%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  background-color: var(--secondary);
  color: #f5f5f5;
  border: 1px solid #171f33;
  border-radius: 20px;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
}

.text-field:focus {
  border-color: #171f33;
}

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

.contact-error-message {
  color: #f5f5f5;
  text-align: center;
  background-color: #171f33;
  border: 1px solid #171f33;
  border-radius: 20px;
  margin-top: 32px;
  padding: 24px 32px;
}

.contact-error-message::placeholder {
  color: #aaa;
}

.utilities-side-bar {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  border: 0 solid #363636;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 320px;
  max-width: 320px;
  height: 100vh;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: sticky;
  top: 32px;
}

.utilities-wrapper-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utilities-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utilities-title.margin-top-bottom-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.utilities-wrapper-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.utilities-wrapper-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.utilities-flex-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.utilities-flex-title.w--current {
  color: var(--primary);
}

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

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

.utilities-grid-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.utilities-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.utilities-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.color-wrapper {
  border-radius: 100px;
  min-width: 100%;
  max-width: 256px;
  min-height: 128px;
  max-height: 128px;
  position: relative;
  overflow: hidden;
}

.color-wrapper.border {
  border: 1px solid var(--light-gray);
}

.fill {
  position: absolute;
  inset: -16px;
}

.background-primary {
  background-color: var(--primary);
}

.background-secondary {
  background-color: var(--secondary);
}

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

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

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

.utilities-line {
  background-color: var(--primary);
  min-width: 32px;
  min-height: 4px;
}

.line-spacer {
  width: 100%;
}

.utilities-line-spacer {
  background-color: var(--primary);
  width: 100%;
  min-height: 1px;
}

.rich-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.logo {
  max-height: 19px;
  margin-top: 4px;
}

.utilities-gallery-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utilities-rtb-wrapper {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.big-letter-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-letter {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  font-size: 200px;
  line-height: .8;
}

.hero-image {
  object-fit: cover;
  background-image: url('../images/Portfolio-image-green-eyes.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 480px;
  max-width: 480px;
  min-height: 480px;
  max-height: 480px;
  position: absolute;
  top: 32px;
  right: 64px;
  transform: rotate(12deg);
}

.hero-title {
  z-index: 1;
  color: var(--white);
  width: 12ch;
  font-size: 112px;
  line-height: 112px;
  position: relative;
}

.hero-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  display: flex;
  position: relative;
  left: 0;
}

.metrics-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  min-width: 352px;
  max-width: 352px;
  min-height: 352px;
  max-height: 352px;
  display: grid;
}

.metrics-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 160px;
  display: flex;
}

.who-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.who-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.image-wrapper {
  min-height: 540px;
  max-height: 540px;
  position: relative;
  overflow: hidden;
}

.services-card-text-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

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

.services-icon-wrapper {
  background-color: var(--light-black);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  display: flex;
}

.services-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 624px;
  display: flex;
}

.projects-badge {
  background-color: var(--secondary);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 9px 8px 14px;
  display: flex;
}

.projects-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.projects-text-block {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 480px;
  display: flex;
}

.projects-flex {
  grid-column-gap: 64px;
  background-color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: sticky;
  top: 32px;
}

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

.projects-wrapper {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.projects-wrapper.hidden {
  display: block;
}

.reviews-slider-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 66%;
  max-width: 960px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews-slide {
  background-color: var(--secondary);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 540px;
  padding: 64px;
  display: flex;
}

.reviews-arrow {
  border: 1px solid var(--light-gray);
  text-align: center;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: border-color .25s, color .25s;
  display: flex;
  position: relative;
  inset: auto 0% 32px;
}

.reviews-arrow:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.reviews-arrow.right {
  bottom: 96px;
  left: 20px;
  right: 0%;
}

.reviews-arrow.left {
  bottom: 64px;
  left: -20px;
  right: 0%;
}

.button-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-text-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 352px;
  max-height: 352px;
  padding-left: 40px;
  display: flex;
}

.metrics-main-wrapper {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cta-button-text-flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-button {
  background-color: var(--primary);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 180px;
  max-width: 180px;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.cta-button.margin-top-16px.width-large {
  max-width: 250px;
}

.cta-button.margin-top-16px.width-large.w--current {
  max-width: 340px;
}

.cta-wrapper {
  background-image: linear-gradient(#000c, #000c), url('../images/ParallaxImage.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  min-height: 540px;
  max-height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image {
  border-radius: 0;
  min-width: 50%;
  max-width: 720px;
  min-height: 480px;
  max-height: 480px;
}

.max-width-520px {
  max-width: 520px;
}

.max-width-520px.paragraph-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 136%;
}

.testimonial-arrow-icon {
  font-size: 15px;
}

.slide-nav {
  display: none;
}

.button-text {
  color: var(--black);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.button-text.move-down {
  position: absolute;
  top: 100%;
  left: .5px;
}

.cta-image-top {
  min-width: 240px;
  min-height: 180px;
  max-height: 180px;
  position: absolute;
  inset: -22% 0% auto 18%;
  transform: rotate(-30deg);
}

.cta-image-right {
  min-width: 240px;
  min-height: 180px;
  max-height: 180px;
  position: absolute;
  inset: 46% -4% 0% auto;
  transform: rotate(20deg);
}

.cta-image-bottom {
  min-width: 240px;
  min-height: 180px;
  max-height: 180px;
  position: absolute;
  inset: auto auto -10% 6%;
  transform: rotate(-20deg);
}

.project-icon-wrapper {
  z-index: 1;
  background-color: #1c1b1f;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 72px;
  max-width: 72px;
  min-height: 72px;
  max-height: 72px;
  display: flex;
  position: absolute;
}

.project-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.project-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  max-width: 720px;
  min-height: 480px;
  max-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-about-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-about-image {
  border: 1px solid var(--primary);
  object-fit: cover;
  border-radius: 100%;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
}

.line-thin {
  background-color: var(--primary);
  min-width: 100%;
  min-height: 1px;
}

.hero-about-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.history-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.history-icon-wrapper {
  background-color: var(--light-black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  display: flex;
}

.history-text-wrapper {
  grid-column-gap: 256px;
  grid-row-gap: 256px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.history-timeline-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1152px;
  height: 640px;
  display: grid;
}

.history-title-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.line-progress {
  background-color: var(--primary);
  min-width: 100%;
  min-height: 2px;
  display: block;
}

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

.awards-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  border: 0 solid #262626;
  border-bottom-width: 1px;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 128px;
  min-height: 128px;
  max-height: 128px;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 0;
}

.awards-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.awards-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.awards-title-wrapper {
  grid-column-gap: 128px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.awards-icon-wrapper {
  background-color: var(--primary);
  text-align: center;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  display: flex;
}

.awards-title {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.clients-wrapper {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.clients-title-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.clients-map-wrapper {
  grid-column-gap: 32px;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Map.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-trigger {
  min-height: 112px;
  position: absolute;
  inset: auto 0% 0%;
}

.skills-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  background-color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 32px;
}

.skills-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  max-width: 720px;
  min-height: 480px;
  max-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.skills-image {
  min-width: 50%;
  max-width: 720px;
  min-height: 480px;
  max-height: 480px;
}

.skills-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 360px;
  max-width: 360px;
  display: flex;
}

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

.line-wrapper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2px;
  position: relative;
  overflow: hidden;
}

.skills-block-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 480px;
  display: flex;
}

.skills-block-wrapper.slide-from-right-animation {
  justify-content: space-around;
  width: 40%;
  height: 400px;
  padding-top: 80px;
  padding-bottom: 0;
}

.text-align-right {
  text-align: right;
  display: flex;
}

.text-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.projects-details-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 128px;
  max-height: 128px;
  display: grid;
}

.projects-details-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.services-home-title {
  font-size: 112px;
  line-height: 112px;
}

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

.services-card-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.services-card-wrapper.reverse {
  flex-direction: row-reverse;
}

.services-details-wrapper {
  background-color: var(--secondary);
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 50%;
  max-width: 648px;
  height: 540px;
  min-height: 540px;
  max-height: 540px;
  padding: 32px;
  display: flex;
  overflow: hidden;
}

.services-image {
  object-fit: cover;
  min-width: 50%;
  max-width: 648px;
}

.projects-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.projects-rich-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.projects-card-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.projects-grid {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.project-main-image {
  min-height: 480px;
  max-height: 480px;
}

.project-main-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 632px;
  min-height: 480px;
  max-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.services-rich-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.image-brands-grid {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-brands-grid.last-item-margin {
  margin-right: 60px;
}

.images-brand-infinite-move {
  display: flex;
}

.brands-image-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 120px;
  max-width: 120px;
  display: flex;
}

.smaller-icon {
  max-width: 32px;
  max-height: 32px;
}

.reviews-text {
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
}

.mask {
  max-width: 100%;
}

.services-flex {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.projects-grid-thirds {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.services-title {
  font-size: 72px;
  line-height: 72px;
}

.utilities-line-spacer-2 {
  background-color: #d7eb6e;
  width: 100%;
  min-height: 1px;
}

.nav-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrapper.hidden {
  display: none;
}

.link-wrapper-animation {
  flex-direction: row;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animate-h5.move-down {
  position: absolute;
  top: 100%;
  left: -1px;
}

.cta-image-arrow {
  filter: invert() grayscale();
}

.footer-link.move-down {
  position: absolute;
  top: 100%;
}

.footer-link.hide {
  display: none;
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-link-wrapper.hidden {
  display: none;
}

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

.utility-page-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.utility-button {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 180px;
  max-width: 180px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .25s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-button:hover {
  background-color: var(--light-gray);
  color: var(--black);
}

.utility-button.w--current {
  background-color: var(--primary);
  color: var(--black);
}

.centered {
  color: var(--primary);
  text-align: center;
  align-self: center;
}

.centered.margin-top-bottom-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.caps {
  text-transform: uppercase;
}

.contact-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  flex-direction: row;
  display: flex;
}

.contact-image {
  background-image: linear-gradient(180deg, var(--transparent), black 90%), url('../images/Singleton_lg.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  min-height: 450px;
  max-height: 450px;
  padding: 64px 48px;
  display: flex;
  overflow: hidden;
}

.faq-main-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.single-title {
  font-size: 90px;
  line-height: 90px;
}

.projects-image {
  margin-bottom: 32px;
}

.preloader {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-top {
  background-color: var(--secondary);
  width: 100%;
  height: 50%;
}

.preloader-logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.preloader-image-wrapper {
  min-width: 160px;
  max-width: 160px;
}

.preloader-bottom {
  background-color: var(--secondary);
  width: 100%;
  height: 50%;
}

.footer-bottom-text, .footer-bottom-text:hover {
  color: var(--dark-gray);
}

.utitlities-title-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.packages-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-thirds {
  min-width: 30%;
  max-width: 360px;
  position: relative;
}

.price-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #262626;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 16px;
  display: flex;
}

.price-card-title {
  margin-top: 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.15em;
}

.price-card-description-wrapper {
  width: 100%;
  max-width: 240px;
  margin: 0 40px 10px;
}

.space-text {
  min-height: 18px;
}

.price-card-description {
  text-align: center;
  border-bottom: 1px solid #9999994d;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button {
  background-color: var(--primary);
  color: #1d2025;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .25s;
  display: flex;
}

.button:hover {
  color: var(--black);
  background-color: #f5f5f5;
}

.button.w--current {
  color: #1d2025;
  background-color: #f5f5f5;
}

.button.w--current:hover {
  background-color: #d0d0d0;
}

.title-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.title-flex.padding-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.flex-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  font-weight: 100;
  display: flex;
}

.page-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.fix-scroll-wrapper {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.side-bar-left {
  margin-top: 20px;
  position: sticky;
  top: 100px;
}

.package-button-wrapper {
  margin-top: 20px;
}

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

.row-content {
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brochure-card {
  grid-row-gap: 16px;
  background-color: #262626;
  border-radius: 6px;
  flex-direction: column;
  padding: 36px 32px;
  display: flex;
}

.services-page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.package-text-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.quantity {
  color: var(--black);
}

.select-field {
  border: 1px solid var(--transparent);
  background-color: var(--dark-gray);
  color: #f5f5f5;
  border-radius: 20px;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
}

.select-field:focus {
  border-color: #171f33;
}

.select-field::placeholder {
  color: #aaa;
}

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

.italics-thin {
  font-style: italic;
  font-weight: 100;
}

.font-primary {
  color: var(--primary);
}

.font-black {
  color: var(--black);
}

.who-description {
  color: var(--white);
  line-height: 64px;
}

.services-icon-title-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.font-light-gray {
  color: var(--light-gray);
}

.titled {
  text-transform: capitalize;
}

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

.margin-top-16px.contact-h4 {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}

.about-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  display: flex;
}

.max-width-600px {
  text-align: left;
  max-width: 87ch;
}

.history-line {
  background-color: var(--primary);
  width: 102%;
  min-height: 1px;
  transform: rotate(-12.5deg);
}

.history-line.line-01 {
  position: relative;
  top: 128px;
}

.history-line.line-02 {
  position: relative;
  top: 64px;
}

.history-line.line-04 {
  background-color: var(--transparent);
  background-image: linear-gradient(200deg, var(--transparent), var(--primary));
  position: relative;
  top: -64px;
}

.history-line.line-03 {
  position: relative;
  top: auto;
}

.small-dot {
  background-color: var(--primary);
  border-radius: 100%;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  position: absolute;
  top: -8px;
}

.history-flex {
  display: flex;
}

.checkout-block {
  background-color: var(--secondary);
  color: var(--white);
  border-width: 0;
  border-top-style: solid;
  border-top-color: #000;
  padding-top: 24px;
  padding-bottom: 24px;
}

.checkout-input {
  border-width: 0;
  border-color: var(--transparent);
  background-color: var(--dark-gray);
  color: var(--white);
  border-radius: 20px;
}

.checkbox-label {
  align-self: center;
}

.checkbox {
  align-self: flex-start;
}

.who-description-wrapper {
  position: relative;
}

.text-overlay {
  z-index: 3;
  background-color: var(--overlay-black);
  width: 0%;
  min-height: 64px;
  position: absolute;
  inset: 0% 0 auto auto;
}

.text-overlay.row-02 {
  top: 64px;
}

.text-overlay.row-03 {
  top: 128px;
}

.text-overlay.row-04 {
  top: 192px;
}

.text-overlay.row-05 {
  top: 256px;
}

.text-span {
  color: var(--white);
  font-weight: 200;
}

.link {
  color: var(--primary);
}

.link:hover {
  color: var(--primary-darker);
}

.link.spanned-link {
  justify-content: flex-start;
  display: block;
}

.checkbox-label-2, .terms-link {
  font-size: .8rem;
}

.html-embed {
  width: 24px;
  height: 24px;
}

.html-embed-2 {
  margin-bottom: -5px;
}

.paragraph, .paragraph-2 {
  color: var(--dark-gray);
}

.paragraph-3 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-3.black {
  opacity: 1;
}

.paragraph-3.black.center {
  text-align: center;
}

.pricing-button-wrap-02 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.big-price {
  color: var(--black);
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.tabs-menu-03 {
  justify-content: center;
  margin-bottom: 30px;
  display: none;
}

.features-wrap {
  margin-bottom: 60px;
}

.tabs-03 {
  margin-top: 0;
}

.features-wrap-02 {
  margin-bottom: 40px;
}

.pricing-card-02 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 25px;
  display: flex;
}

.pricing-card-02.central {
  z-index: 5;
  border-style: solid;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 70px;
  position: relative;
  box-shadow: 1px 1px 20px #0000001f;
}

.secondary-button {
  color: #000;
  align-items: center;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  opacity: .8;
  transform: translate(5px);
}

.secondary-button.in-pricing {
  margin-top: 20px;
  margin-left: 0;
}

.secondary-button.in-pricing:hover {
  transform: none;
}

.pricing-title-02 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.plan-price-wrap-02 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.heading-3 {
  color: var(--black);
  margin-top: 0;
  font-weight: 600;
}

.heading-4 {
  margin-top: 0;
  font-weight: 600;
}

.heading-4.smaller {
  color: var(--black);
  font-size: 23px;
  line-height: 33px;
}

.heading-4.margin-bottom {
  margin-bottom: 10px;
}

.blue {
  color: var(--black);
}

.pricing-div-02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: none;
}

.feature-list-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.feature-list-item.center {
  justify-content: center;
}

.tabs-section-03 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.tab-link-03 {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.tab-link-03:hover {
  opacity: .8;
}

.tab-link-03.w--current {
  background-color: var(--primary);
  color: var(--black);
}

.button-2 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-2:hover {
  opacity: .8;
}

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

.recommended-wrap {
  background-color: var(--primary);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.wrapper-content-pricing {
  padding-left: 100px;
  padding-right: 100px;
}

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

.div-block {
  justify-content: center;
  display: flex;
}

.wrapper {
  flex-flow: row;
  justify-content: flex-start;
  max-width: 600px;
  display: flex;
}

.outside-wrapper {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.signature-details {
  margin-bottom: 20px;
}

.left-block {
  display: inline-block;
}

.navigation-link {
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.navigation-link.hidden {
  padding-top: 6px;
  display: none;
}

.margin-right-20 {
  width: 19px;
  padding-top: 4px;
}

.paragraph-5 {
  margin-left: 20px;
}

.heading-5 {
  line-height: 20px;
}

.row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.heading-6 {
  font-size: 2.5rem;
  font-weight: 700;
}

.html-embed-3 {
  width: 190px;
  height: 23px;
}

.signature-image-mobile {
  display: none;
}

.body, .body-2 {
  background-color: var(--black);
}

.social-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.gallery-slider {
  border: 1px #000;
  margin-top: 100px;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
  display: none;
}

.gallery-slide-wrapper {
  max-width: 47%;
  height: 100%;
  margin-right: 6%;
}

.gallery-slide-image {
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.gallery-image {
  background-color: var(--transparent);
  background-image: url('../images/deniliuzoiuzoiuz-1.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  width: auto;
  margin-bottom: 0;
  line-height: 32px;
  position: static;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.arrow-wrapper {
  display: none;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: none;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.filter-box-wrapper {
  background-color: var(--light-black);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 49%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: static;
}

.filter-box-wrapper.hidden {
  display: none;
}

.flex-wrapper-gallery {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  background-color: var(--transparent);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 300px;
  display: flex;
}

.flex-wrapper-gallery.height-auto {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  height: auto;
}

.left-aligned-div {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.mini-icon-box {
  background-color: var(--dark-gray);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.filter-heading-w-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.filter-heading-w-icon.no-margin {
  margin-bottom: 0;
}

.paragraph-6 {
  margin-bottom: 10px;
}

.heading-7, .paragraph-7 {
  margin-bottom: 15px;
}

.pricing-wrapper {
  width: 100%;
  overflow: hidden;
}

.div-block-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.wrapper-content {
  margin: 0 auto;
  padding: 40px 10%;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_pricing18_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_pricing18_icon {
  color: var(--relume-library-lite--rl-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_pricing18_icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

.rl_pricing18_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.rl_pricing18_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_pricing18_feature-list.border-top {
  border-top: 1px solid var(--white);
  padding-top: 1rem;
}

.rl_pricing18_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_pricing18_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1.free {
  color: #5cd6af;
}

.rl-heading-style-h1.free.no-3 {
  color: var(--primary-darker);
}

.rl-heading-style-h1.free.no-1 {
  color: var(--primary-lightest);
}

.rl-heading-style-h6 {
  color: var(--relume-library-lite--rl-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_pricing18_price-wrapper {
  text-align: center;
}

.rl_pricing18_plan-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.rl_pricing18_plan {
  border: 1px none var(--relume-library-lite--rl-white);
  background-color: var(--light-black);
  flex-direction: column;
  width: 48%;
  padding: 2rem;
  display: flex;
}

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

.rl_pricing18_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_pricing18_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_pricing18_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_pricing18_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.pricing-portfolio-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  background-color: var(--black);
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_pricing18 {
  background-color: var(--relume-library-lite--rl-white);
}

.div-block-3 {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.pricing-webflow-migration-development-copy {
  display: none;
}

.div-block-4 {
  margin: 60px;
}

.heading-8, .heading-8-copy {
  line-height: 89px;
}

.display-1 {
  text-align: center;
  font-size: 112px;
  line-height: 112px;
}

.text-span-2 {
  color: var(--primary);
  font-weight: 100;
}

.text-span-3 {
  color: var(--primary);
  font-style: italic;
  font-weight: 100;
}

.text-span-3.heading-3 {
  font-size: 64px;
  font-weight: 200;
}

.text-span-4, .text-span-5 {
  color: var(--primary);
  font-style: italic;
  font-weight: 100;
}

.slider {
  background-color: var(--transparent);
  height: 800px;
}

.calendly-wrapper {
  background-color: var(--transparent);
}

.icon:hover, .icon-2:hover, .link-primary {
  color: var(--primary);
}

.link-primary:hover {
  color: var(--primary-darker);
}

.slide-nav-2 {
  color: var(--black);
  margin-top: 0;
  padding-top: 0;
  font-size: 17px;
  line-height: 110%;
}

.heading-9 {
  font-size: 26px;
  line-height: 26px;
}

.heading-10 {
  text-align: center;
  margin-left: 20px;
}

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

.div-block-8 {
  display: block;
}

.space-20px {
  min-height: 20px;
}

.heading-14 {
  text-align: left;
}

.banner-container {
  width: 100%;
  max-width: 1440px;
  padding-left: 0%;
  padding-right: 0%;
  overflow: hidden;
}

.banner-container.padding-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.banner-container.padding-5.overflow {
  position: relative;
  overflow: visible;
}

.banner-container.padding-10 {
  padding-left: 144px;
  padding-right: 144px;
}

.banner-container.overflow {
  overflow: visible;
}

.banner-container.padding-15 {
  padding-left: 216px;
  padding-right: 216px;
}

.banner-container.padding-144px {
  padding-left: 144px;
  padding-right: 144px;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.secondary-white-outline-button {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 36px;
  display: block;
}

.secondary-white-outline-button:hover {
  background-color: var(--light-gray);
  color: var(--black);
}

.secondary-white-outline-button.w--current {
  color: var(--black);
}

.paragraph-12 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-9 {
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.heading-15 {
  margin-top: -12px;
  margin-bottom: 10px;
}

.rl-heading-style-h1-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1-2.free {
  color: #5cd6af;
}

.rl-heading-style-h1-2.free.no-1 {
  color: #ccf2e6;
}

.rl-heading-style-h1-2.free.no-3 {
  color: #3ba584;
}

.rl-text-style-regular-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h2-2 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_pricing18_icon-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_pricing18_plan-2 {
  background-color: #202020;
  border: 1px #fff;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.rl-heading-style-h6-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-heading-style-h6-2.no-tag {
  margin-top: 2.15rem;
}

.submit-button-2 {
  color: #050505;
  text-align: center;
  background-color: #5cd6af;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 310px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 36px;
  display: block;
}

.submit-button-2:hover {
  color: #050505;
  background-color: #3ba584;
}

.submit-button-2.w--current {
  color: #050505;
}

.rl_pricing18_icon-wrapper-2 {
  color: #000;
  flex: none;
  align-self: flex-start;
}

.link-primary-2 {
  color: #5cd6af;
}

.link-primary-2:hover {
  color: #3ba584;
}

.rl-text-style-medium-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  padding-left: 7.5%;
  padding-right: 7.5%;
  display: flex;
  overflow: hidden;
}

.container-3.padding-15 {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  overflow: hidden;
}

.container-3.padding-5 {
  z-index: 3;
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  padding: 60px 15%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.card-row9_card-large-content {
  background-color: var(--dark-gray);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding: 3rem;
  display: flex;
}

.card-row9_card-large-content._50-percent.freebies {
  flex-flow: row;
}

.card-row9_card-large-content.freebies {
  background-color: var(--secondary);
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-3.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.card-row9_card-small-image {
  padding: 20px;
}

.card-row9_card-small-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-row9_card-small-image-wrapper.padding-top-10 {
  margin-top: 10px;
}

.card-row9_card-large {
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--transparent);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.card-row9_card-small-content {
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  display: flex;
}

.heading-style-h5 {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.card-row9_card-small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--light-black);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 20px;
  display: grid;
}

.margin-top, .margin-top.margin-small, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.card-row9_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  padding: 20px 100px;
  display: flex;
  position: relative;
}

.card-row9_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

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

.margin-bottom.margin-xxsmall {
  margin: 0 0 10px;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.centered {
  justify-content: center;
  align-items: center;
}

.card-row9_card-large-image {
  width: 100%;
  height: 100%;
}

.text-weight-semibold {
  font-weight: 600;
}

.heading-16 {
  line-height: 110%;
}

.problem-box-icon-2 {
  padding: 10px;
}

.image {
  width: 75px;
  height: 65px;
}

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

.contact-h4 {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}

.availability-box {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  padding: 4px 8px;
}

.heading-17 {
  font-size: 12px;
}

.small-euro {
  margin-right: 5px;
  font-size: 2rem;
}

.button-centerdered {
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .74fr;
  align-items: center;
}

.open-close-line---brix {
  background-color: #170f49;
  border-radius: 500px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.large-open-close-line---brix {
  background-color: #514f6e;
  border-radius: 500px;
  flex: none;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  position: absolute;
}

.large-open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.input-relative {
  border: 1px solid #eff0f6;
  border-radius: 100px;
  min-height: 64px;
  margin-bottom: 24px;
  padding: 22px 24px;
}

.input-relative:focus {
  color: #0d0a2c;
  border-color: #4a3aff;
}

.input-relative::placeholder {
  color: #615e83;
  font-size: 18px;
  line-height: 20px;
}

.input-relative.newsletter {
  min-height: 84px;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  transition: all .35s;
  box-shadow: 0 4px 25px #0d0a2c0f;
}

.input-relative.newsletter:hover {
  border-color: #4a3aff;
  box-shadow: 0 8px 28px #170f4914;
}

.input-relative.newsletter:focus {
  border-color: #4a3aff;
  box-shadow: 0 7px 28px #170f4914;
}

.input-relative.newsletter::placeholder {
  font-size: 18px;
}

.input-relative.newsletter.footer {
  min-height: 72px;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.form-newsletter-wrapper {
  position: relative;
}

.blob {
  z-index: -1;
  position: absolute;
}

.blob._1 {
  max-width: 50%;
  inset: 6% auto auto -20%;
}

.blob._2 {
  max-width: 50%;
  inset: auto -16% 3% auto;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.open-close-icon-wrapper---brix.large-icon---brix {
  width: 18px;
  min-height: 18px;
}

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

.text-underline.primary-color {
  color: #4a3aff;
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 44px;
  padding: 24px 32px;
  box-shadow: 0 3px 14px #4a3aff08, 0 -2px 4px #14142b05, 0 12px 24px #14142b03;
}

.footer-logo-container {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo-container:hover {
  transform: scale3d(.94, .94, 1.01);
}

.accordion-arrow-wrap---brix {
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.grid-header {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

.section-2 {
  padding-top: 72px;
  padding-bottom: 72px;
}

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

.section-2.cta-cards {
  padding-top: 0;
}

.section-2.cloneables-listing {
  padding-top: 0;
  padding-bottom: 140px;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.logo-brand {
  padding-left: 0;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary.brix {
  background-color: #ff2d46;
  box-shadow: 0 2px 4px #ff2d461f;
}

.button-primary.brix:hover {
  transform: none;
}

.button-primary.newsletter {
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  inset: 14px 14px 14px auto;
}

.button-primary.newsletter:hover {
  transform: none;
}

.button-primary.newsletter.button-footer {
  padding: 6px 28px;
  top: 12px;
  bottom: 12px;
  right: 12px;
}

.button-primary.button-header {
  white-space: nowrap;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-uppercase.subtitle {
  color: #4a3aff;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.cta-card-logo {
  width: 250px;
}

.cta-card-logo.white {
  width: 119px;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.tabs-container---brix {
  padding: 20px;
  overflow: visible;
}

.font-16px---22px {
  font-size: 16px;
  line-height: 20px;
}

.header-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.header-logo:hover {
  transform: scale3d(.94, .94, 1.01);
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.heading-size-3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.accordion-tabs---brix {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.tabs-accordion---brix {
  background-color: #fff;
  border-radius: 18px;
  padding: 50px 90px 58px;
  box-shadow: 0 5px 16px #080f340f;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  min-height: 624px;
  padding: 100px 40px;
  transform: translate(0);
}

.footer-logo {
  width: 252px;
  margin-bottom: 16px;
}

.column---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.column---brix.right---brix {
  margin-left: 12px;
}

.column---brix.left---brix {
  margin-right: 12px;
}

.subscribe-footer-bottom {
  color: #170f49;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.footer {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
  padding-top: 58px;
  padding-bottom: 58px;
}

.error-message.newsletter {
  color: #fff;
  text-align: center;
  background-color: #ff7b7d;
  border-radius: 11px;
  margin-top: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
}

.success-message {
  color: #170f49;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 18px;
  padding-top: 48px;
  padding-bottom: 48px;
  font-weight: 700;
  box-shadow: 0 6px 28px #170f490d;
}

.container-620px-center {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.button-white {
  color: #4a3aff;
  background-color: #fff;
  border-radius: 140px;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.button-white.cta {
  justify-content: center;
  box-shadow: 0 3px 12px #14142b1a;
}

.color-white {
  color: #fff;
}

.flex {
  display: flex;
}

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

.cta-card-image {
  max-width: 114%;
  display: block;
  position: absolute;
  top: auto;
  bottom: -29%;
  left: -5%;
}

.cta-card-image.white {
  max-width: 131%;
  bottom: -10%;
  left: -20%;
}

.arrow-line---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---brix._2---brix {
  background-color: var(--primary);
  right: 7px;
  transform: rotate(-45deg);
}

.arrow-line---brix._1---brix {
  background-color: var(--primary);
  left: 7px;
  transform: rotate(45deg);
}

.arrow-line---brix._2---brix {
  right: 7px;
  transform: rotate(-45deg);
}

.arrow-line---brix._1---brix {
  left: 7px;
  transform: rotate(45deg);
}

.container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background-color: #fff;
  padding-top: 28px;
  padding-bottom: 28px;
}

.cta-title {
  color: #fff;
  margin-top: 26px;
  margin-bottom: 10px;
}

.cta-title.white {
  color: #170f49;
}

.accordion-columns-wrapper---brix {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.success-message-image {
  margin-bottom: 23px;
}

.grid-2-columns {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.cta-card {
  color: #fff;
  background-image: linear-gradient(to right, #4a3aff, #6d3aff);
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 40px 380px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-card.white {
  background-color: #fff;
  background-image: none;
  border: 1px solid #eff0f6;
  box-shadow: 0 7px 24px #14142b0d;
}

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

.accordion-item-title---brix {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-item-title---brix.border-right {
  margin-right: 10px;
}

.button-secondary {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border-radius: 80px;
  padding: 15px 48px;
  line-height: 20px;
  transition: color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
}

.button-secondary.cloneable-header-button {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.accordion-3-open-close-icon-wrapper---brix {
  background-color: #f7f7fb;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
}

.accordion-tabs-menu---brix {
  margin-bottom: 40px;
  display: flex;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-3---brix {
  border: 2px solid #0000;
  margin-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 2px 6px #13124212;
}

.accordion-item---brix.accordion-3---brix:hover {
  box-shadow: none;
}

.accordion-item---brix.accordion-3---brix.last-accordion-item---brix {
  margin-bottom: 0;
}

.accordion-item---brix.accordion-1---brix {
  background-color: var(--light-black);
  border: 2px solid #0000;
  border-radius: 0;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-item---brix.tabs-accordion---brix {
  border-bottom: 1px solid #d9dbe9;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  transition: padding .2s;
}

.accordion-item---brix.tabs-accordion---brix:hover {
  padding-left: 16px;
}

.accordion-item---brix.tabs-accordion---brix.last-accordion-item---brix {
  border-bottom-style: none;
}

.accordion-item---brix.accordion-1---brix {
  border: 2px solid #0000;
  margin-bottom: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

.mg-right-12px {
  margin-right: 12px;
}

.tab-button---brix {
  color: #6f6c90;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #fff;
  border: 1px solid #d9dbe9;
  border-radius: 14px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 20px 48px;
  font-size: 20px;
  line-height: 1.4;
  transition: box-shadow .2s, background-color .2s, color .2s, border-color .2s;
  display: block;
}

.tab-button---brix:hover {
  border-color: #4a3aff;
  box-shadow: 0 4px 12px -6px #4a3aff3d;
}

.tab-button---brix.w--current {
  color: #fff;
  background-color: #4a3aff;
  border-style: none;
  font-weight: 500;
}

.cloneable-header-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
}

.accordion-text-wrapper {
  display: flex;
}

.tax-block {
  color: var(--light-gray);
  margin-top: 10px;
  margin-bottom: 20px;
}

.tax-block.margin-top-bottom {
  margin: 30px 20px 20px;
  padding: 0% 5%;
  font-size: 1rem;
}

.text-span-6 {
  font-weight: 700;
}

.code-embed-4 {
  width: 48%;
}

.container-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.tax-block-2 {
  color: #b3b3b3;
  margin-top: 10px;
  margin-bottom: 20px;
}

.tax-block-2.margin-top-bottom {
  margin: 30px 20px 20px;
  padding: 0% 5%;
  font-size: 1rem;
}

.rl-text-style-regular-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.text-span-7 {
  font-weight: 700;
}

.rl-heading-style-h2-3 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_pricing18_icon-3 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_pricing18_icon-wrapper-3 {
  color: #000;
  flex: none;
  align-self: flex-start;
}

.submit-button-3 {
  color: #050505;
  text-align: center;
  background-color: #5cd6af;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 36px;
  display: block;
}

.submit-button-3:hover {
  color: #050505;
  background-color: #3ba584;
}

.submit-button-3.w--current {
  color: #050505;
}

.rl-text-style-medium-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.space-112px-2 {
  text-align: center;
  min-height: 112px;
}

.rl-text-style-regular-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-span-8 {
  font-weight: 700;
}

.rl_pricing18_icon-4 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_pricing18_icon-wrapper-4 {
  color: #000;
  flex: none;
  align-self: flex-start;
}

.rl-text-style-medium-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.section-3 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrapper-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper-2.space-around {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.row-2 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.section-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.partner-logo-container, .partner-logo-container.hidden {
  display: block;
}

.partner-logo {
  width: 100px;
  display: block;
}

.partner-logo.designership {
  width: 190px;
  display: block;
}

.partner-logo.flux {
  width: 63px;
}

.partner-logo.idf {
  z-index: 0;
  width: 160px;
  position: relative;
}

.partner-logo.radnolan {
  width: 40px;
}

.partner-logo.ari-ux {
  width: 120px;
}

.partner-logo.blueend {
  width: 180px;
}

.partner-logo.easy-tutor {
  width: 170px;
}

.image-2 {
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-10 {
  background-color: var(--light-black);
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 30px;
}

.testimonial-box {
  flex-flow: wrap;
  width: 30%;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
}

.paragraph-mb-10 {
  color: var(--white);
  text-align: left;
  margin-bottom: 10px;
}

.h4-mb-10 {
  text-align: left;
  margin-bottom: 10px;
}

.text-span-9 {
  font-weight: 700;
}

.text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-flow: column;
}

.image-box {
  padding: 20px;
}

.freebies-img {
  width: 100%;
  height: 100%;
  padding: 0;
}

.image-div {
  width: 50px;
}

.section---bg {
  justify-content: center;
  align-items: center;
  height: 790px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-18, .freebies-heading {
  margin: 0 60px;
}

.most-popular {
  width: 140%;
  height: auto;
  padding: 20px 20px 0;
  position: relative;
  top: -2rem;
  left: -2rem;
  right: -2rem;
}

.div-block-11 {
  background-color: var(--dark-gray);
  margin: 40px;
  padding: 60px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: var(--light-black);
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_button_text {
  -webkit-text-stroke-color: var(--white);
}

.cookie-modal_button_text:hover {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_component {
  background-color: var(--light-black);
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_button {
  background-color: var(--primary);
  color: var(--dark-gray);
  text-align: center;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_component-2 {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_button-2 {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button-2:hover {
  background-color: #262926;
}

.cookie-modal_button-2.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button-2.is-secondary:hover {
  text-decoration: underline;
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.videoask-embed {
  display: block;
}

.code-embed-5 {
  display: none;
}

.reject-button {
  color: #000;
  background-color: #fff;
  padding: 12px 28px;
  font-weight: bold;
}

.accept-button {
  color: #fff;
  background-color: #000;
  padding: 12px 28px;
  font-weight: bold;
}

.cookie-buttons-group {
  column-gap: 20px;
  display: flex;
}

.cookie-description {
  color: #000;
  margin: 30px 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.cookie-heading {
  color: #000;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}

.flowappz-cookie-consent {
  z-index: 99999;
  background-color: #fff;
  width: 350px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 2.5rem;
  position: fixed;
  bottom: 4.5rem;
  left: 4rem;
  box-shadow: 0 0 20px #0000001a;
}

.div-block-12 {
  width: 5px;
  height: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  top: 0;
  left: 0;
}

.image-3 {
  width: 40px;
}

.figure, .figure-2, .figure-3, .image-4, .image-5, .image-6, .image-7 {
  width: 40px;
  height: 40px;
}

.table-row {
  flex-flow: row;
  width: 100%;
}

.table-column {
  flex-flow: column;
  display: flex;
}

.link-block {
  z-index: 3;
  position: relative;
}

.gallery-column {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 30vw;
  height: 200vh;
}

.gallery-column.no1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 120%;
  height: 150%;
  margin-top: 0;
}

.gallery-column.no2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 120%;
  height: 150%;
  margin-top: 0;
}

.gallery-column.no3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 100%;
  margin-top: 0;
}

.gallery-column.no4 {
  width: 120%;
  height: 150%;
}

.gallery-column.no5 {
  width: 100%;
  height: 200vh;
}

.gallery-column.no3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 120%;
  height: 150%;
  margin-top: 0;
}

.gallery {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 150%;
  height: 100%;
  margin-bottom: -100vh;
  margin-left: -20%;
  margin-right: -20%;
  overflow: hidden;
}

.gallery-image-container {
  border-radius: 3px;
  width: 100%;
  height: 210px;
  position: relative;
  overflow: hidden;
}

.gallery-image {
  height: 100%;
}

.gallery-section {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
}

.gallery-container {
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: -1%;
  margin-right: -20%;
}

.div-block-13 {
  padding-top: 100vh;
}

.image-wrapper {
  width: 70px;
  height: 70px;
  min-height: 0;
}

.image-wrapper-background-freebies {
  z-index: 1;
  height: 100%;
  min-height: 540px;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.shadow-image-container {
  background-color: #050505a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.shadow {
  z-index: 3;
  background-color: var(--overlay-black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.calendly-container {
  width: 100%;
  max-width: 1440px;
  padding-left: 7.5%;
  padding-right: 7.5%;
  overflow: hidden;
}

.calendly-container.padding-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.calendly-container.padding-5.overflow {
  position: relative;
  overflow: visible;
}

.calendly-container.padding-10 {
  padding-left: 144px;
  padding-right: 144px;
}

.calendly-container.overflow {
  overflow: visible;
}

.calendly-container.padding-15 {
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.calendly-container.padding-144px {
  padding-left: 144px;
  padding-right: 144px;
}

.book-n-pay {
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding-left: 7.5%;
  padding-right: 7.5%;
}

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

.cta-link {
  width: 100%;
}

.testimonial-video {
  object-fit: cover;
  min-width: 50%;
  max-width: 648px;
  height: 540px;
  overflow: hidden;
}

.copyable-container-class {
  width: 100%;
  max-width: 1440px;
  padding-left: 7.5%;
  padding-right: 7.5%;
  overflow: hidden;
}

.copyable-container-class.padding-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.copyable-container-class.padding-5.overflow {
  position: relative;
  overflow: visible;
}

.copyable-container-class.padding-10 {
  padding-left: 144px;
  padding-right: 144px;
}

.copyable-container-class.overflow {
  overflow: visible;
}

.copyable-container-class.padding-15 {
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.copyable-container-class.padding-144px {
  padding-left: 144px;
  padding-right: 144px;
}

.video-card-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-card-wrapper.reverse {
  flex-direction: row-reverse;
}

.video-details-wrapper {
  background-color: var(--secondary);
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 50%;
  max-width: 648px;
  height: 540px;
  min-height: 540px;
  max-height: 540px;
  padding: 32px;
  display: flex;
  overflow: hidden;
}

.text-span-10 {
  font-size: 24px;
  font-weight: 300;
}

.accordion-arrow-wrap---brix-2 {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-arrow-wrapper---brix-2 {
  z-index: 200;
  color: #4a3aff;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.accordion-item-title---brix-2 {
  color: #170f49;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.italic-text {
  color: var(--primary);
}

.activity-50-image {
  width: 100%;
  height: 400px;
}

.flex-block-5 {
  height: 750px;
}

.casestudy-solution-textleft {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.image-9 {
  width: 100%;
  height: 100%;
}

.casestudy-solution-tl-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-13 {
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}

.casestudy-solution-tr-content-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.case-study-section---centered-problem-statement {
  padding-top: 20px;
  padding-bottom: 2rem;
}

.solution-paragraph {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.solution-paragraph.black {
  opacity: 1;
}

.solution-paragraph.black.center, .casestudy-problem-statement {
  text-align: center;
}

.casestudy-heading-spacing {
  height: .5rem;
}

.casestudy-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.case-study-heading-2 {
  margin-bottom: 20px;
}

.image-10 {
  background-color: var(--overlay-black);
  width: 100%;
  height: 100%;
}

.casestudy-short-image {
  width: 150px;
  height: 48px;
  margin-right: -42px;
}

.casestudy {
  z-index: 5;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.casestudy_smartbox {
  width: 60%;
  position: relative;
}

.sidetext_casestudy_smartbox {
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  width: 25ch;
  height: 100%;
  margin-bottom: 20px;
  margin-left: 2rem;
  display: flex;
}

.case-study-smartbox {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.section-4, .section-5 {
  display: block;
}

.projects-details-block---aligned-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.metrics-wrapper-projects {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  min-width: 352px;
  max-width: 100%;
  min-height: 352px;
  max-height: 352px;
  display: grid;
}

.image-wrapper-projects {
  width: 100%;
  height: 340px;
  position: relative;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.basic-stats-project {
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.image-box-shadow {
  background-color: var(--overlay-black);
  width: 100%;
  height: 100%;
  position: absolute;
}

.intro-heading {
  max-width: 10ch;
  position: static;
  inset: 40% 0%;
}

.heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contribution-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.contribution-bars {
  width: 50%;
}

.contribution-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.casestudy-grey-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--secondary);
  padding: 60px;
  display: flex;
}

.case-study-grey-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.paragraph-14 {
  text-align: center;
}

.image-12 {
  width: 100%;
}

.flex-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.valign-centered {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
}

.image-wrapper-activity1 {
  width: 100%;
  height: 350px;
}

.flex-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
}

.flex-block-10, .flex-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.casestudy-activity-imageblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 50%;
}

.designbrief-icon {
  width: 100%;
  height: 100%;
}

.designbrief-paragraph {
  text-align: center;
}

.casestudy-arrow-wrapper {
  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-around;
  align-items: center;
  min-width: 352px;
  max-width: 100%;
  min-height: 352px;
  max-height: 352px;
  display: flex;
}

.casestudy-arrow-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 160px;
  display: flex;
}

.paragraph-15 {
  text-align: right;
}

.casestudy-resultoutcome {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.section-6 {
  background-color: var(--secondary);
}

.heading-19 {
  text-align: center;
}

.background-video {
  width: 100%;
  height: 100%;
}

.section-7 {
  display: none;
}

.link-2 {
  display: block;
}

@media screen and (min-width: 1920px) {
  .container-3.padding-15 {
    background-image: url('../images/ParallaxImage.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .input-relative::placeholder {
    color: #615e83;
    font-size: 16px;
  }

  .error-message {
    color: #ff2a2a;
    background-color: #fff2f2;
    border-radius: 80px;
    margin-top: 27px;
    padding: 19px 28px;
  }

  .cta-card-image {
    max-width: 111%;
    bottom: -24%;
    left: -7%;
  }

  .cta-card-image.white {
    bottom: -8%;
  }

  .cta-card {
    padding: 80px 56px 420px;
  }

  .tax-block.margin-top-bottom, .tax-block-2.margin-top-bottom {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section---bg {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/Project2.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-left: 0;
  }

  .container {
    max-width: 768px;
  }

  .container.padding-10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
  }

  .container.padding-15 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .container.padding-144px {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-left: 90px;
    padding-right: 90px;
  }

  .space-64px.hidden-on-tablet {
    display: none;
  }

  .footer-footer-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .faq-text-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .logo-link-wrapper {
    z-index: 1000000;
    min-height: 67px;
  }

  .nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    font-size: 64px;
    display: flex;
  }

  .nav-menu {
    z-index: 9999;
    background-color: var(--black);
    flex-direction: column;
    min-height: 100vh;
    padding-top: 100px;
    position: fixed;
    inset: 0%;
  }

  .menu-button {
    z-index: 10000;
    background-color: #0000;
  }

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

  .burger-icon {
    color: var(--primary);
    font-size: 30px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .form-wrapper {
    width: 70%;
  }

  .utilities-side-bar {
    display: none;
  }

  .utilities-wrapper {
    width: 100%;
  }

  .big-letter {
    font-size: 112px;
  }

  .hero-image {
    position: relative;
    inset: auto auto 0% 5%;
  }

  .hero-title {
    font-size: 80px;
    line-height: 80px;
  }

  .hero-wrapper {
    grid-row-gap: 32px;
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    max-height: none;
  }

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

  .who-wrapper {
    flex-wrap: wrap;
  }

  .services-flex-wrapper {
    flex-flow: column-reverse wrap;
    align-items: center;
  }

  .services-wrapper {
    text-align: center;
    align-items: center;
    height: auto;
  }

  .projects-text-block {
    grid-row-gap: 32px;
    height: auto;
  }

  .projects-flex {
    grid-row-gap: 32px;
    flex-wrap: wrap;
    position: static;
  }

  .reviews-slider-wrapper {
    flex-direction: column;
    width: 90%;
  }

  .reviews-slide {
    min-height: 100%;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .reviews-arrow {
    position: relative;
  }

  .reviews-arrow.right {
    bottom: 80px;
  }

  .reviews-arrow.left {
    bottom: 48px;
  }

  .about-text-block {
    text-align: center;
    align-items: center;
  }

  .metrics-main-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .cta-image-right {
    right: -96px;
  }

  .hero-about-text-wrapper {
    grid-row-gap: 32px;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .hero-about-image {
    border: 1px solid var(--primary);
  }

  .hero-about-wrapper {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .history-text-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .history-timeline-wrapper {
    grid-row-gap: 192px;
    max-width: none;
    height: auto;
  }

  .awards-title-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .clients-map-wrapper {
    height: 420px;
  }

  .skills-wrapper {
    flex-wrap: wrap;
  }

  .text-align-right {
    text-align: left;
  }

  .flex-wrapper, .text-wrapper {
    flex-wrap: wrap;
  }

  .services-card-wrapper {
    flex-wrap: wrap-reverse;
  }

  .services-details-wrapper, .services-image {
    min-width: 100%;
  }

  .projects-details {
    max-width: 600px;
  }

  .projects-grid {
    flex-wrap: wrap;
    display: flex;
  }

  .services-details {
    max-width: 600px;
  }

  .reviews-text {
    text-align: left;
  }

  .nav-link-wrapper.hidden {
    display: none;
  }

  .centered {
    width: 88%;
    position: relative;
    top: 0;
    left: -2rem;
    right: -2rem;
  }

  .contact-wrapper {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .contact-image {
    width: 100%;
    height: 360px;
  }

  .faq-main-wrapper {
    flex-wrap: wrap;
  }

  .hide-on-tab {
    display: none;
  }

  .utitlities-title-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .packages-row {
    width: 100%;
  }

  .wrapper-thirds {
    min-width: 45%;
    max-width: 300px;
  }

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

  .page-grid {
    flex-direction: column;
    display: flex;
  }

  .row-content {
    width: 100%;
  }

  .products-title {
    white-space: normal;
  }

  .max-width-600px {
    max-width: 55ch;
  }

  .history-line.line-02 {
    background-color: var(--transparent);
    background-image: linear-gradient(200deg, var(--transparent), var(--primary));
  }

  .history-line.line-04 {
    top: 64px;
  }

  .history-line.line-03 {
    top: 128px;
  }

  .history-flex {
    flex-direction: column;
    margin-bottom: 112px;
  }

  .pricing-card-02 {
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-card-02.central {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-div-02 {
    flex-direction: column;
  }

  .tabs-section-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-wrapper {
    height: 34px;
  }

  .collection-item {
    width: 100%;
  }

  .container-2 {
    max-width: 728px;
  }

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

  .gallery-slide-text {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .flex-wrapper-gallery.height-auto {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

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

  .rl_pricing18_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-span-5 {
    color: var(--primary);
    font-style: italic;
    font-weight: 100;
  }

  .slider {
    width: 100%;
    height: 1200px;
  }

  .right-arrow {
    margin-left: 0;
  }

  .minus-5-bottom {
    margin-bottom: -5px;
  }

  .banner-container {
    max-width: 768px;
  }

  .banner-container.padding-10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
  }

  .banner-container.padding-15 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .banner-container.padding-144px {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-left: 90px;
    padding-right: 90px;
  }

  .rl-heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .container-3 {
    max-width: 768px;
  }

  .container-3.padding-15, .container-3.padding-5 {
    padding-left: 15%;
    padding-right: 15%;
    overflow: hidden;
  }

  .card-row9_card-large-content {
    padding: 2rem;
  }

  .card-row9_card-small-image {
    width: 100%;
    height: 100%;
    padding: 40px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .card-row9_card-large-image-wrapper {
    padding: 20px;
  }

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

  .margin-bottom {
    margin: 0 0 10px;
  }

  .margin-bottom.margin-xxsmall.align-left {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-16 {
    line-height: 110%;
  }

  .problem-box-icon-2 {
    height: 90%;
  }

  .code-embed-3 {
    width: auto;
    height: 90%;
  }

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

  .blob._1 {
    max-width: 60%;
  }

  .blob._2 {
    max-width: 60%;
    bottom: 4%;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 14px;
    min-height: 14px;
  }

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

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 32px 64px;
  }

  .cta-card-image {
    bottom: -19%;
  }

  .cta-card-image.white {
    bottom: -4%;
  }

  .cta-card {
    border-radius: 32px;
    padding: 64px 30px 80%;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .tax-block.margin-top-bottom, .tax-block-2.margin-top-bottom {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .rl-heading-style-h2-3 {
    font-size: 2.75rem;
  }

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

  .wrapper-2 {
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .wrapper-2.space-around {
    flex-wrap: wrap;
  }

  .row-2 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .partner-logo-container {
    justify-content: center;
    width: 50%;
    display: flex;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .partner-logo.idf {
    position: relative;
    top: 0;
    left: 0;
  }

  .section---bg {
    height: 990px;
  }

  .image-8 {
    position: absolute;
  }

  .gallery-column.no1, .gallery-column.no2, .gallery-column.no4, .gallery-column.no5, .gallery-column.no3 {
    width: 120%;
    height: 150%;
  }

  .gallery {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: center;
    align-items: flex-start;
    width: 140%;
    margin-bottom: 0;
    overflow: visible;
  }

  .gallery-image-container {
    overflow: hidden;
  }

  .gallery-section {
    justify-content: center;
    align-items: center;
    height: 150vh;
    margin-bottom: -100vh;
    display: flex;
    overflow: hidden;
  }

  .gallery-container {
    max-width: none;
    height: 100vh;
    margin-bottom: 0;
    margin-left: -20%;
    overflow: visible;
  }

  .calendly-container {
    max-width: 768px;
  }

  .calendly-container.padding-10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
  }

  .calendly-container.padding-15 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .calendly-container.padding-144px {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-left: 90px;
    padding-right: 90px;
  }

  .container-5 {
    width: 100%;
    max-width: 780px;
  }

  .book-n-pay {
    padding-left: 15%;
    padding-right: 15%;
  }

  .testimonial-video {
    min-width: 100%;
  }

  .copyable-container-class {
    max-width: 768px;
  }

  .copyable-container-class.padding-10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
  }

  .copyable-container-class.padding-15 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .copyable-container-class.padding-144px {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-left: 90px;
    padding-right: 90px;
  }

  .video-card-wrapper {
    flex-wrap: wrap-reverse;
  }

  .video-details-wrapper {
    min-width: 100%;
  }

  .accordion-item-title---brix-2 {
    max-width: 88%;
  }

  .metrics-wrapper-projects, .casestudy-arrow-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 84px;
    line-height: 60px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 36px;
    line-height: 36px;
  }

  .space-112px {
    display: block;
  }

  .space-112px.smaller {
    min-height: 0;
  }

  .space-112px.hidden-on-mobile, .space-112px.hidden-on-mobile.except-on-landscape, .space-112px.hidden-on-landscape {
    display: block;
  }

  .space-112px.hide-until-mobile {
    display: none;
  }

  .container.padding-15.last-section {
    margin-bottom: 112px;
  }

  .container.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .space-64px {
    display: block;
  }

  .space-64px.hidden-on-mobile.hidden-on-tablet, .space-64px.hidden-on-mobile.hidden-on-landscape {
    display: none;
  }

  .space-64px.display-on-mobile {
    display: block;
  }

  .space-64px.display-on-mobile.hidden-on-landscape {
    display: none;
  }

  .footer-footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-footer-top {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .color-primary {
    word-break: break-all;
    line-height: 125%;
  }

  .form-wrapper {
    width: 100%;
    max-width: none;
  }

  .utilities-wrapper-5 {
    max-width: 100%;
  }

  .utilities-wrapper-4, .utilities-wrapper-3 {
    width: 100%;
  }

  .utilities-flex-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .rich-text {
    width: 100%;
  }

  .rich-text h4 {
    white-space: normal;
  }

  .big-letter {
    font-size: 112px;
  }

  .hero-image {
    min-width: 360px;
    max-width: 360px;
    min-height: 360px;
    max-height: 360px;
    left: auto;
  }

  .hero-title {
    font-size: 60px;
    line-height: 60px;
  }

  .metrics-wrapper {
    flex-wrap: wrap;
  }

  .image-wrapper {
    min-height: auto;
    max-height: none;
  }

  .reviews-slider-wrapper {
    background-color: var(--secondary);
    border-radius: 20px;
  }

  .reviews-slide {
    padding-bottom: 0;
  }

  .reviews-arrow.right {
    bottom: 32px;
    right: -9%;
  }

  .reviews-arrow.left {
    bottom: 0;
  }

  .cta-image-top, .cta-image-right, .cta-image-bottom {
    display: none;
  }

  .hero-about-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .history-card {
    flex-wrap: wrap;
    max-width: 240px;
  }

  .history-timeline-wrapper {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .awards-card {
    flex-wrap: wrap;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .awards-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .clients-map-wrapper {
    height: 360px;
  }

  .text-align-right {
    margin-bottom: 30px;
  }

  .projects-details-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .services-home-title {
    font-size: 48px;
    line-height: 48px;
  }

  .services-details-wrapper {
    grid-row-gap: 32px;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .projects-details, .services-details {
    max-width: 420px;
  }

  .reviews-text {
    text-align: left;
    font-size: 28px;
  }

  .projects-grid-thirds {
    grid-column-gap: 16px;
  }

  .services-title {
    font-size: 56px;
    line-height: 56px;
  }

  .centered {
    width: 93%;
  }

  .contact-image {
    height: 240px;
  }

  .single-title {
    font-size: 56px;
    line-height: 56px;
  }

  .projects-image {
    margin-bottom: 16px;
  }

  .wrapper-thirds {
    min-width: 75%;
    max-width: 75%;
  }

  .title-flex {
    text-align: center;
    align-items: center;
  }

  .flex-title {
    align-items: center;
  }

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

  .side-bar-left {
    position: static;
  }

  .about-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .max-width-600px {
    max-width: 40ch;
  }

  .history-line {
    display: none;
  }

  .history-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 64px;
  }

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

  .navigation-link {
    display: flex;
  }

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

  .social-wrapper {
    height: 34px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .rl_pricing18_spacing-block-6, .rl_pricing18_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .rl_pricing18_plan {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .rl_pricing18_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_pricing18_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_pricing18_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .space-20px {
    min-height: 20px;
  }

  .banner-container.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .rl-heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_pricing18_plan-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .rl-heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .card-row9_card-large-content {
    padding: 1.5rem;
  }

  .card-row9_card-large {
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .card-row9_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-grid {
    grid-row-gap: 34px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .blob._1 {
    max-width: 80%;
    left: -28%;
  }

  .blob._2 {
    max-width: 80%;
    right: -15%;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

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

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .tabs-container---brix {
    width: 100%;
    padding: 16px 16px 16px 8px;
  }

  .header-logo {
    width: 260px;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    width: 100%;
    max-width: 100%;
    padding: 0 32px;
  }

  .cloneable-container-default {
    padding: 80px 24px;
  }

  .column---brix {
    max-width: 100%;
  }

  .column---brix.right---brix {
    margin-left: 0;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .flex.center.mg-top-24px {
    align-items: flex-start;
  }

  .cta-card-image {
    bottom: -20%;
  }

  .accordion-columns-wrapper---brix {
    flex-direction: column;
  }

  .grid-2-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cta-card {
    padding-top: 52px;
  }

  .form-newsletter {
    width: 100%;
    padding-left: 0;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 82%;
  }

  .accordion-tabs-menu---brix {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 16px;
  }

  .accordion-item---brix.accordion-3---brix, .accordion-item---brix.accordion-1---brix, .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .tab-button---brix {
    width: 100%;
    max-width: 240px;
    margin: 4px auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .tab-button---brix.w--current {
    display: block;
  }

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

  .code-embed-4 {
    width: 100%;
  }

  .container-4 {
    padding: 20px;
  }

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

  .rl-heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .rl-text-style-medium-3, .rl-text-style-medium-4 {
    font-size: 1rem;
  }

  .wrapper-2.space-around {
    justify-content: space-around;
  }

  .row-2 {
    flex-wrap: wrap;
  }

  .partner-logo {
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .testimonial-box {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .flex-block-3 {
    flex-flow: wrap;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }

  .gallery-column {
    width: 100%;
  }

  .gallery-column.no1, .gallery-column.no2, .gallery-column.no4, .gallery-column.no3 {
    height: 200vh;
  }

  .image-wrapper-background-freebies {
    min-height: auto;
    max-height: none;
  }

  .calendly-container.padding-15.last-section {
    margin-bottom: 112px;
  }

  .calendly-container.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .copyable-container-class.padding-15.last-section {
    margin-bottom: 112px;
  }

  .copyable-container-class.padding-144px {
    padding-left: 10%;
    padding-right: 10%;
  }

  .video-details-wrapper {
    grid-row-gap: 32px;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .accordion-arrow-wrap---brix-2 {
    width: 40px;
    min-height: 40px;
  }

  .accordion-item-title---brix-2 {
    max-width: 80%;
    font-size: 18px;
  }

  .metrics-wrapper-projects, .casestudy-arrow-wrapper {
    flex-wrap: wrap;
  }
}

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

  h2 {
    min-height: 110%;
    font-size: 32px;
    line-height: 32px;
  }

  h3 {
    font-size: 32px;
    line-height: 32px;
  }

  h5 {
    line-height: 18px;
  }

  .space-112px {
    display: block;
  }

  .space-112px.smaller {
    height: 112px;
    min-height: 0;
  }

  .space-112px.smaller.hidden, .space-112px.hidden-on-mobile, .space-112px.hidden-on-mobile.except-on-landscape {
    display: none;
  }

  .space-112px.hide-until-mobile {
    display: block;
  }

  .section {
    margin-top: 120px;
  }

  .section._40px-upper-margin {
    margin-top: 40px;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container.padding-15 {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .container.padding-15.last-section {
    margin-bottom: 0;
  }

  .space-64px {
    display: block;
  }

  .space-64px.hidden-on-mobile {
    display: none;
  }

  .footer-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .submit-button {
    font-size: 17px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    min-height: 64px;
    font-size: 32px;
  }

  .nav-link:lang(en) {
    display: flex;
  }

  .nav-link.move-down.hide-on-tab {
    margin-left: auto;
    margin-right: auto;
    display: none;
    overflow: visible;
  }

  .image-parallax {
    margin-bottom: 0;
  }

  .form-wrapper {
    max-width: 260px;
  }

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

  .hero-image {
    min-width: 240px;
    max-width: 240px;
    min-height: 240px;
    max-height: 240px;
    left: -10%;
  }

  .hero-title {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }

  .hero-wrapper {
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .metrics-wrapper {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    min-width: 288px;
    max-width: 288px;
    min-height: auto;
    max-height: none;
    margin-left: 0%;
    padding-left: 0%;
    display: flex;
  }

  .who-text-wrapper, .services-card-text-block {
    text-align: center;
    align-items: center;
  }

  .services-card {
    flex-wrap: wrap;
    justify-content: center;
  }

  .projects-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .projects-flex-tags {
    justify-content: center;
  }

  .reviews-slider-wrapper {
    flex-direction: column;
    max-width: 320px;
  }

  .reviews-slide {
    justify-content: space-around;
  }

  .about-text-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-height: 430px;
    padding-left: 0;
  }

  .metrics-main-wrapper {
    justify-content: center;
  }

  .max-width-520px.paragraph-large {
    font-size: 17px;
  }

  .slide-nav {
    position: static;
    inset: auto 0% 0%;
  }

  .hero-about-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .hero-about-image {
    border-style: none;
  }

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

  .history-title-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
  }

  .awards-title-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .awards-title, .clients-title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
  }

  .clients-map-wrapper {
    height: 180px;
  }

  .skills-content-wrapper {
    min-width: 240px;
    max-width: 240px;
  }

  .text-align-right {
    text-align: center;
  }

  .text-block {
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    justify-content: center;
  }

  .projects-details-grid {
    grid-row-gap: 32px;
    flex-wrap: wrap;
    min-height: auto;
    max-height: none;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
  }

  .services-home-title {
    font-size: 32px;
    line-height: 32px;
  }

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

  .projects-details, .services-details {
    max-width: 240px;
  }

  .reviews-text {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
  }

  .slide {
    height: 100%;
  }

  .services-flex {
    align-items: center;
  }

  .projects-grid-thirds {
    grid-column-gap: 8px;
  }

  .services-title {
    font-size: 32px;
    line-height: 32px;
  }

  .nav-link-wrapper {
    overflow: visible;
  }

  .centered {
    width: 115%;
  }

  .caps {
    line-height: 110%;
  }

  .caps.mobile-left {
    text-align: left;
  }

  .contact-image {
    text-align: center;
    align-items: center;
    height: 180px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .single-title {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }

  .projects-image {
    margin-bottom: 8px;
  }

  .wrapper-thirds {
    min-width: 100%;
    max-width: 100%;
  }

  .side-bar-right {
    max-width: 100%;
  }

  .fix-scroll-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .side-bar-left {
    max-width: 100%;
  }

  .fix-scroll-container-products {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

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

  .brochure-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-page, .package-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .who-description {
    text-align: left;
    line-height: 160%;
  }

  .titled {
    text-align: right;
  }

  .max-width-600px {
    max-width: 22ch;
  }

  .big-price {
    font-size: 40px;
    line-height: 50px;
  }

  .tabs-section-03 {
    display: none;
  }

  .wrapper-content-pricing {
    height: 40px;
  }

  .left-block {
    display: none;
  }

  .heading-5 {
    text-align: right;
  }

  .social-wrapper {
    height: 34px;
  }

  .gallery-slider {
    padding-bottom: 10px;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .gallery-block {
    width: 100%;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .filter-box-wrapper {
    width: 100%;
  }

  .flex-wrapper-gallery {
    flex-flow: column;
    height: 643px;
  }

  .rl_pricing18_feature-list {
    margin-bottom: 0;
  }

  .rl-text-style-medium {
    text-align: left;
    padding: 0% 15%;
  }

  .rl-heading-style-h2 {
    padding: 0% 15%;
  }

  .pricing-portfolio-component {
    width: 100%;
  }

  .text-span-3.heading-3 {
    font-size: 3.3rem;
  }

  .text-span-5 {
    line-height: 110%;
  }

  .slider {
    height: 960px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    color: var(--primary);
  }

  .icon-2 {
    color: var(--primary);
    margin-left: -11px;
  }

  .slide-1 {
    padding-left: 0;
    padding-right: 20px;
  }

  .slide-nav-2 {
    margin-top: 20px;
  }

  .right-arrow, .left-arrow {
    width: 10px;
    display: none;
  }

  .calendly-block {
    min-width: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-11 {
    min-height: 110%;
  }

  .space-20px {
    flex: 1;
    min-height: 20px;
  }

  .heading-12 {
    line-height: 34px;
  }

  .paragraph-8, .paragraph-9, .heading-13 {
    text-align: right;
  }

  .paragraph-10 {
    text-align: left;
  }

  .heading-14 {
    line-height: 110%;
  }

  .paragraph-11 {
    text-align: left;
    margin-bottom: 40px;
  }

  .banner-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .secondary-white-outline-button, .submit-button-2 {
    font-size: 17px;
  }

  .rl-text-style-medium-2 {
    text-align: left;
  }

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

  .container-3.padding-15 {
    display: block;
  }

  .container-3.padding-5 {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .card-row9_card-large-content {
    display: block;
  }

  .card-row9_card-small-image {
    padding-left: 100px;
    padding-right: 100px;
  }

  .card-row9_card-small-content {
    display: block;
  }

  .card-row9_card-small {
    flex-direction: column;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .card-row9_card-large-image-wrapper {
    padding: 40px;
  }

  .card-row9_component {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-group {
    justify-content: center;
    align-items: center;
  }

  .footer-grid {
    justify-items: start;
  }

  .input-relative.newsletter {
    min-height: 64px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 16px;
  }

  .input-relative.newsletter::placeholder {
    font-size: 16px;
    line-height: 18px;
  }

  .input-relative.newsletter.footer {
    min-height: 62px;
  }

  .form-newsletter-wrapper {
    position: static;
  }

  .blob._1 {
    max-width: 120%;
    left: -52%;
  }

  .blob._2 {
    max-width: 120%;
    bottom: 3%;
    right: -38%;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 16px;
    min-height: 16px;
    margin-right: 0;
  }

  .grid-header {
    grid-template-columns: .85fr .6fr;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .button-primary.newsletter {
    width: 100%;
    margin-top: 16px;
    padding-top: 19px;
    padding-bottom: 19px;
    position: static;
  }

  .button-primary.newsletter.button-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-primary.button-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-uppercase.subtitle {
    font-size: 14px;
  }

  .cta-card-logo {
    width: 200px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .tabs-container---brix {
    margin-top: 24px;
    padding: 0;
    overflow: visible;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 0 24px;
  }

  .cloneable-container-default {
    padding: 64px 16px;
  }

  .column---brix.left---brix {
    margin-bottom: 16px;
  }

  .subscribe-footer-bottom {
    line-height: 24px;
  }

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

  .button-white.cta {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .cta-card {
    padding-top: 44px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-item-title---brix.accordion-3---brix {
    max-width: 75%;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-tabs-menu---brix {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tab-button---brix {
    text-align: center;
    width: 100%;
    max-width: 65%;
    margin: 4px auto;
  }

  .tax-block.margin-top-bottom {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .code-embed-4 {
    min-height: 800px;
  }

  .container-4 {
    padding: 20px;
  }

  .tax-block-2.margin-top-bottom {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .submit-button-3 {
    font-size: 17px;
  }

  .rl-text-style-medium-3 {
    text-align: left;
  }

  .space-112px-2 {
    display: block;
  }

  .space-112px-2.hidden {
    display: none;
  }

  .rl-text-style-medium-4 {
    text-align: left;
  }

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

  .wrapper-2.space-around {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section---bg {
    height: 1240px;
  }

  .heading-18 {
    width: 100%;
    margin-left: 0;
    font-size: 32rem;
    line-height: 68px;
  }

  .freebies-heading {
    width: 100%;
    margin-left: 0;
    font-size: 2rem;
    line-height: 68px;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-popup_component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-modal_component-2 {
    max-width: 100%;
  }

  .cookie-modal_button-2 {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    width: 100vw;
    left: 0;
  }

  .learning-heading {
    text-align: center;
  }

  .calendly-container {
    min-width: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .calendly-container.padding-15 {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .calendly-container.padding-15.last-section {
    margin-bottom: 0;
  }

  .calendly-slide-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .book-n-pay {
    padding-left: 0%;
    padding-right: 0%;
  }

  .copyable-container-class {
    padding-left: 25px;
    padding-right: 25px;
  }

  .copyable-container-class.padding-15 {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .copyable-container-class.padding-15.last-section {
    margin-bottom: 0;
  }

  .accordion-item-title---brix-2 {
    max-width: 70%;
    font-size: 20px;
  }

  .casestudy-solution-textleft {
    flex-flow: column;
  }

  .case-study-section---centered-problem-statement {
    padding-left: 60px;
    padding-right: 60px;
  }

  .case-study-smartbox {
    flex-flow: column;
  }

  .metrics-wrapper-projects, .casestudy-arrow-wrapper {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    min-width: 288px;
    max-width: 288px;
    min-height: auto;
    max-height: none;
    margin-left: 0%;
    padding-left: 0%;
    display: flex;
  }

  .casestudy-resultoutcome {
    flex-flow: column;
  }
}

#w-node-_933fb426-d561-2584-109a-e6ef7331dba5-c8561f53 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_933fb426-d561-2584-109a-e6ef7331dbbb-c8561f53, #w-node-_933fb426-d561-2584-109a-e6ef7331dbce-c8561f53 {
  align-self: start;
}

#w-node-_00dcea91-9c6e-9ef7-2dc1-cde1852d790c-c8561f53, #w-node-_00dcea91-9c6e-9ef7-2dc1-cde1852d790e-c8561f53, #w-node-_00dcea91-9c6e-9ef7-2dc1-cde1852d7921-c8561f53, #w-node-_00dcea91-9c6e-9ef7-2dc1-cde1852d7923-c8561f53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d176498a-a189-7a0c-07c1-50d8f2d91c1d-c8561f53, #w-node-d176498a-a189-7a0c-07c1-50d8f2d91c23-c8561f53, #w-node-d176498a-a189-7a0c-07c1-50d8f2d91c28-c8561f53, #w-node-d176498a-a189-7a0c-07c1-50d8f2d91c2d-c8561f53, #w-node-d176498a-a189-7a0c-07c1-50d8f2d91c43-c8561f53, #w-node-d176498a-a189-7a0c-07c1-50d8f2d91c49-c8561f53, #w-node-d176498a-a189-7a0c-07c1-50d8f2d91c4e-c8561f53, #w-node-d176498a-a189-7a0c-07c1-50d8f2d91c69-c8561f53, #w-node-d176498a-a189-7a0c-07c1-50d8f2d91c6f-c8561f53, #w-node-d176498a-a189-7a0c-07c1-50d8f2d91c74-c8561f53, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b4ff-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b504-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b509-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b50e-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b528-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b53c-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b52d-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b532-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b537-cd095800, #w-node-_3aa5945e-1398-ff34-ed90-86e76ba35c5c-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b552-cd095800, #w-node-_2c539373-a62b-a791-f02a-4af0953a4b97-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b557-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b55c-cd095800, #w-node-c8124325-9c8f-4718-db28-7aaf54389c05-cd095800, #w-node-eeabeba8-9f98-33b3-fff6-12eac54aa2c8-cd095800, #w-node-eeabeba8-9f98-33b3-fff6-12eac54aa2cd-cd095800, #w-node-eeabeba8-9f98-33b3-fff6-12eac54aa2d2-cd095800, #w-node-eeabeba8-9f98-33b3-fff6-12eac54aa2d7-cd095800, #w-node-eeabeba8-9f98-33b3-fff6-12eac54aa2dc-cd095800, #w-node-eeabeba8-9f98-33b3-fff6-12eac54aa2e1-cd095800, #w-node-df4d312f-edfa-003d-94d1-62586bd08c81-cd095800, #w-node-b2a79c50-7013-7e56-c274-580796c0b46a-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b57d-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b584-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b58b-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b592-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b59b-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b5a2-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b5a9-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b5b0-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b5b7-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b5be-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b5c4-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b5de-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b5e5-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b5ec-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b5f3-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b5fc-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b603-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b60a-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b611-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b618-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b61f-cd095800, #w-node-_4788a548-2ba4-6f4b-610e-d55db403b625-cd095800 {
  align-self: start;
}

#w-node-db3e3521-fab3-1e7d-7d5b-eb09807c2f98-c8561fb8, #w-node-e7506b43-1e81-69ae-bd4e-b7e019a5b6b1-c8561fb8, #w-node-_22ebfee7-6021-f12e-60a1-e8b429b67cdd-c8561fb8, #w-node-_22ebfee7-6021-f12e-60a1-e8b429b67cdf-c8561fb8, #w-node-_5d110268-179e-1371-ecd7-5eaf057a191e-c8561fc0, #w-node-_5d110268-179e-1371-ecd7-5eaf057a1928-c8561fc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_557adca2-ade0-3dd0-7d9e-d30212ae8dc4-c8561fe0, #w-node-_557adca2-ade0-3dd0-7d9e-d30212ae8dc9-c8561fe0, #w-node-_557adca2-ade0-3dd0-7d9e-d30212ae8dce-c8561fe0, #w-node-_557adca2-ade0-3dd0-7d9e-d30212ae8de4-c8561fe0, #w-node-_557adca2-ade0-3dd0-7d9e-d30212ae8de9-c8561fe0, #w-node-_557adca2-ade0-3dd0-7d9e-d30212ae8dee-c8561fe0, #w-node-_557adca2-ade0-3dd0-7d9e-d30212ae8df3-c8561fe0, #w-node-_557adca2-ade0-3dd0-7d9e-d30212ae8e09-c8561fe0, #w-node-_557adca2-ade0-3dd0-7d9e-d30212ae8e0e-c8561fe0, #w-node-_557adca2-ade0-3dd0-7d9e-d30212ae8e13-c8561fe0, #w-node-_557adca2-ade0-3dd0-7d9e-d30212ae8e18-c8561fe0, #w-node-_557adca2-ade0-3dd0-7d9e-d30212ae8e1d-c8561fe0 {
  align-self: start;
}

#w-node-_90d4bdd4-f7c9-b368-313c-37938f55f74b-c8561fe0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b936701b-f24c-c094-8510-bb125ff58fa5-c8561fe0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26ec65ec-bdaa-591c-9aeb-47a73754609c-df58b22c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26ec65ec-bdaa-591c-9aeb-47a7375460a4-df58b22c, #w-node-c65fe94b-d1e7-74bf-9b60-96d54a629305-df58b22c, #w-node-_09f64e87-3325-441a-6c7f-258d63eb90fd-df58b22c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ab9c193b-2794-6283-73e5-408a4864b857-433abccb, #w-node-ab9c193b-2794-6283-73e5-408a4864b85c-433abccb, #w-node-ab9c193b-2794-6283-73e5-408a4864b861-433abccb, #w-node-ab9c193b-2794-6283-73e5-408a4864b866-433abccb, #w-node-ab9c193b-2794-6283-73e5-408a4864b86b-433abccb {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_933fb426-d561-2584-109a-e6ef7331dba5-c8561f53 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_933fb426-d561-2584-109a-e6ef7331dbce-c8561f53 {
    align-self: start;
  }

  #w-node-_90d4bdd4-f7c9-b368-313c-37938f55f74b-c8561fe0, #w-node-_26ec65ec-bdaa-591c-9aeb-47a73754609c-df58b22c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d110268-179e-1371-ecd7-5eaf057a191e-c8561fc0 {
    justify-self: center;
  }

  #w-node-_90d4bdd4-f7c9-b368-313c-37938f55f74b-c8561fe0, #w-node-_26ec65ec-bdaa-591c-9aeb-47a73754609c-df58b22c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-c65fe94b-d1e7-74bf-9b60-96d54a629305-df58b22c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


