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

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

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

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

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

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

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

:root {
  --body: #333;
  --title: #313131;
  --primary: #f8faeb;
  --bg: #f6f5f1;
  --desktop: 150px;
  --tablet: 40px;
  --landscape-mobile: 80px;
  --portrait-mobile: 60px;
  --purple: #dec3ff;
  --orange: #ffbd70;
  --default_text: #252525;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--body);
  font-family: Switzer, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 150%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

p {
  margin-bottom: 10px;
}

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

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 15px;
}

blockquote {
  background-color: var(--primary);
  text-align: center;
  border-left: 0 #e2e2e2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 18px;
  line-height: 170%;
}

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

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 18px;
}

.nav-data {
  grid-row-gap: 70px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.font-inner {
  grid-column-gap: 150px;
  display: flex;
}

.arrow-icon {
  background-color: #d5ed3b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-icon.black {
  background-color: #000;
}

.nav-menu {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.table-left {
  flex-direction: column;
  display: flex;
}

.nav-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.middle-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.primary-btn {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #000;
  border-width: 0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 15px 6px 6px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.page-title {
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
}

.font-info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.body-large {
  font-size: 18px;
  font-weight: 400;
}

.table-text {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.page-wrap {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  cursor: auto;
  outline: 0 #fff;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-bottom: 6px;
}

.body-font {
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.button-wrap {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.button-wrap.right {
  justify-content: flex-end;
  align-items: center;
}

.text-heading {
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.title-top {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.sidebar {
  z-index: 999;
  min-width: 286px;
  max-width: 286px;
  height: 100vh;
  position: sticky;
  top: 0;
}

.font-title {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 170%;
}

.color-box {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sg-section {
  margin-bottom: var(--desktop);
}

.color-main {
  background-color: var(--title);
  width: 120px;
  height: 120px;
}

.color-main.body {
  background-color: var(--body);
}

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

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

.color-main.purpole {
  background-color: var(--purple);
}

.color-main.orange {
  background-color: var(--orange);
}

.hover-arrow {
  position: absolute;
}

.container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 0;
  display: block;
}

.container.footer_wrap {
  padding-bottom: 0;
}

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

.container.news {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-right: 30px;
  display: flex;
}

.container.news.detail {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.news.sub_list {
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.container.hero_sub {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.container.page_wrapp {
  padding-right: 30px;
}

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

.container.map {
  padding-right: 30px;
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.main-title {
  text-shadow: 1px 1px 1px #fff;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 32px;
  font-weight: 700;
}

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

.body-small {
  font-size: 14px;
  line-height: 150%;
}

.nav-text {
  font-size: 14px;
  line-height: 100%;
}

.menu-button {
  margin-left: 10px;
}

.menu-button.w--open {
  background-color: #0000;
  padding-left: 0;
}

.page-data {
  pointer-events: auto;
  mix-blend-mode: normal;
  background-image: url('../images/works_bg.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nav-link {
  grid-column-gap: 10px;
  color: #000;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.nav-link.w--current {
  background-color: #fff;
  border-color: #0000001a;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
}

.navbar {
  background-color: var(--bg);
  height: 100%;
  padding: 60px 20px 40px;
}

.nav-top {
  display: flex;
}

.secondary-button {
  grid-column-gap: 10px;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.btn-icon {
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  display: flex;
}

.footer {
  background-color: #000;
}

.footer-wrap {
  grid-row-gap: 50px;
  flex-flow: column;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

.ft-right {
  grid-column-gap: 40px;
  flex: 2;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.ft-heading {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 150%;
}

.ft-menu {
  flex-flow: column;
  display: flex;
}

.ft-link {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  text-decoration: none;
  transition: color .3s;
}

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

.footer-bottom {
  width: 100%;
}

.ft-left {
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.ft-info {
  grid-row-gap: 5px;
  color: #999;
  flex-flow: column;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.footer-link {
  color: #999;
  text-decoration: none;
  transition: color .3s;
}

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

.ft-data {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ft-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.footer-btn {
  grid-column-gap: 8px;
  background-color: var(--purple);
  color: #000;
  border-width: 0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 15px 6px 6px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.cta-wrap {
  grid-column-gap: 1px;
  background-color: #00000082;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-block {
  grid-row-gap: 40px;
  background-image: url('../images/cta-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 60px;
  position: relative;
}

.cta-block.bg, .cta-block.map {
  background-image: none;
}

.cta-title {
  color: var(--title);
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 120%;
}

.cta-text {
  color: #313131;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.cta-data {
  z-index: 1;
  width: 100%;
  max-width: 456px;
}

.cta-overlay {
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.cta-info {
  z-index: 1;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.purchase-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.info-inner {
  padding-bottom: 30px;
}

.info-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.single-text {
  color: var(--body);
  cursor: default;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.single-text.philosophy {
  font-size: 16px;
}

.single-text.default_text {
  color: var(--title);
  flex: 1;
}

.info-block {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.licensing-title {
  margin-bottom: 0;
  font-size: 20px;
}

.disclaimer {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 60px;
}

.license-field {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.license-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.licensing {
  margin-bottom: var(--desktop);
}

.changelog-wrap {
  margin-bottom: 350px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.version-name {
  color: #000;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 150%;
}

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

.version-title, .changelog-text {
  margin-bottom: 0;
}

.cs-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 480px;
}

.cs-title {
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
}

.cs-text {
  margin-bottom: 50px;
}

.cs-text-title {
  margin-bottom: 4px;
}

.plain-link {
  text-decoration: none;
}

.plain-link:hover {
  text-decoration: underline;
}

.policy-data {
  padding-right: 30px;
}

.policy-block {
  padding-top: 0;
  padding-bottom: 20px;
}

.policy-block.first {
  padding-top: 0;
}

.checklist {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style: none;
}

.checklist-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

.privacy-policy {
  margin-bottom: 60px;
}

.cookie-policy, .terms-conditions {
  margin-bottom: var(--desktop);
}

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

.utility-page-content {
  background-color: var(--primary);
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 475px;
  margin-bottom: 0;
  padding: 60px 50px;
  display: flex;
}

.error-info {
  margin-top: 50px;
}

.previous-btn {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #000;
  border-width: 0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 15px 6px 6px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.error-data {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 475px;
  display: flex;
}

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

.pass-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.field-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.pass-input {
  color: var(--title);
  background-color: #0000;
  border: 0 #000;
  border-bottom: 1px solid #000;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 150%;
}

.pass-input:focus {
  border-bottom-color: #000;
}

.pass-field {
  margin-top: 50px;
  margin-bottom: 25px;
}

.plain-button {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.plain-button:hover {
  color: #000;
  background-color: #0000;
}

.sub-title {
  color: var(--title);
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #fff, 0 1px 1px #00000080;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.sub-title.review {
  color: var(--primary);
  text-shadow: none;
}

.sub-title.work {
  color: var(--body);
}

.contact-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.contact-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.contact-left {
  grid-row-gap: 60px;
  flex-flow: column;
  flex: 1;
  width: 100%;
  max-width: none;
  padding-top: 10px;
  display: flex;
}

.section-image {
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: none;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  overflow: clip;
}

.section-image.right {
  top: -10px;
  left: -10px;
  right: auto;
}

.section-image.left {
  top: -10px;
  left: 10px;
}

.success-message {
  background-color: var(--bg);
  text-align: center;
  border: 1px solid #0000001a;
}

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

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

.input {
  color: var(--body);
  background-color: #0000;
  background-image: url('../images/ic-name.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 28px;
  padding-right: 0;
  font-size: 14px;
  line-height: 150%;
}

.input:focus {
  border-bottom-color: #000;
}

.input::placeholder {
  color: var(--body);
}

.input.email {
  background-image: url('../images/ic-mail.svg');
}

.input.phone {
  background-image: url('../images/ic-phone.svg');
}

.submit-button {
  grid-column-gap: 8px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #43ac6a;
  background-image: url('../images/btn-icon.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 15px 12px 40px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.submit-button:hover {
  color: #000;
  background-color: #43ac6ab3;
}

.form-wrap {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.textarea {
  color: var(--body);
  background-color: #0000;
  background-image: url('../images/ic-message.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  border-bottom: 1px solid #000;
  border-radius: 0;
  min-height: 200px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 28px;
  padding-right: 0;
  font-size: 14px;
  line-height: 150%;
}

.textarea:focus {
  border-bottom-color: #000;
}

.textarea::placeholder {
  color: var(--body);
}

.contact-sub-title {
  color: #000;
  font-size: 20px;
  line-height: 150%;
}

.contact-bottom {
  grid-column-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-block {
  grid-row-gap: 30px;
  border-top: 1px solid #d9d9d9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.contact-heading {
  color: #000;
  margin-bottom: 5px;
}

.contact-text {
  margin-bottom: 0;
}

.contact-info {
  grid-column-gap: 10px;
  background-color: var(--purple);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.contact-info.link {
  text-decoration: none;
  transition: background-color .3s;
}

.contact-info.link:hover {
  background-color: var(--primary);
}

.contact-btn {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.menu_info {
  margin-bottom: 80px;
}

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

.faq-img {
  background-color: #cedd4c00;
  width: 100%;
  max-width: 44%;
  max-height: 500px;
  padding: 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  overflow: hidden;
}

.faq-data {
  width: 100%;
  max-width: 56%;
}

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

.faq-wrap.reverse {
  grid-column-gap: 30px;
}

.ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-info {
  border-bottom: 1px solid #0003;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.faq-info.top {
  padding-top: 0;
}

.ans-box {
  padding-top: 20px;
  padding-right: 38px;
}

.que-text {
  text-transform: none;
  white-space: normal;
  word-break: normal;
  border-left: 3px solid #cedd4c;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.que {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.horizontal-line {
  background-color: #000;
  width: 13px;
  height: 1px;
  position: absolute;
}

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

.ans-text {
  color: var(--title);
  margin-bottom: 0;
  font-size: 13px;
}

.verticle-line {
  background-color: #000;
  width: 1px;
  height: 13px;
}

.faq-heading {
  margin-bottom: 0;
}

.reviews {
  margin-bottom: var(--desktop);
  overflow: hidden;
}

.empty-state {
  background-color: var(--purple);
  color: var(--title);
  text-align: center;
}

.review-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-item {
  display: flex;
}

.review-block {
  grid-row-gap: 45px;
  border: 1px #0000001a;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 25px;
  display: flex;
}

.review-logo {
  min-width: 88px;
  max-width: 88px;
  min-height: 24px;
  max-height: 24px;
}

.review-top {
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.review-text {
  color: var(--title);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.review-bottom {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 150%;
  display: flex;
}

.review-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  overflow: hidden;
}

.review-image {
  object-fit: cover;
  width: 100%;
  min-height: 32px;
  max-height: 32px;
}

.review-name {
  color: #000;
}

.pagination {
  grid-column-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 40px;
}

.section-heading {
  color: var(--title);
  text-shadow: 0 1px 1px #00000080;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 26px;
  font-weight: 400;
}

.section-heading.work {
  color: var(--body);
}

.section-heading.review {
  color: var(--primary);
}

.section-heading.detail_header {
  border-left: 5px solid #cedd4c;
  padding-left: 10px;
  font-family: Switzer, sans-serif;
}

.d-none {
  display: none;
}

.right-arrow {
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
  transition: background-color .3s;
  display: flex;
  inset: -48px 0 auto auto;
}

.right-arrow:hover {
  background-color: var(--purple);
}

.left-arrow {
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
  transition: background-color .3s;
  display: flex;
  inset: -48px 36px auto auto;
}

.left-arrow:hover {
  background-color: var(--purple);
}

.review-slider {
  background-color: #0000;
  flex-flow: column;
  height: auto;
}

.review-mask {
  width: 100%;
  max-width: 348px;
  overflow: visible;
}

.review-slide {
  background-color: #fff;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  height: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonial {
  background-color: #676e26;
  background-image: url('../images/about1.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 80px;
  overflow: hidden;
}

.blogs {
  margin-bottom: 80px;
  padding-right: 0;
}

.post-list {
  grid-row-gap: 25px;
  border-top: 1px solid #eee;
  flex-flow: column;
  padding-top: 25px;
  display: flex;
}

.post-item {
  background-color: #fff0;
  border-radius: 0;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  display: flex;
  position: static;
}

.post-block {
  grid-column-gap: 30px;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
}

.post-img {
  background-color: var(--bg);
  flex: 1;
  width: 100%;
  max-width: none;
  max-height: 180px;
  overflow: clip;
}

.post-data {
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 2;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-right: 30px;
  display: flex;
}

.post-image {
  object-fit: cover;
  width: 100%;
  min-height: auto;
  max-height: none;
}

.post-info {
  grid-column-gap: 15px;
  display: flex;
}

.post-tag {
  border: 1px solid #0000001a;
  border-radius: 40px;
  padding: 4px 15px;
  font-size: 14px;
  line-height: 150%;
}

.post-tag.date {
  border-style: none;
}

.post-title {
  margin-top: 12px;
  margin-bottom: 15px;
  font-size: 20px;
}

.post-short-info {
  margin-bottom: 0;
}

.post-main-title {
  margin-top: 10px;
  margin-bottom: 0;
}

.post-main {
  margin-bottom: 60px;
}

.post-main-img {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--bg);
  flex-flow: column;
  flex: 1;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.post-main-img.post_im {
  flex: 1;
}

.post-main-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  max-width: 100%;
  min-height: auto;
  max-height: none;
  display: block;
  overflow: clip;
}

.post-details {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.similar-post-list {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.pricing {
  margin-bottom: var(--desktop);
}

.pricing-list {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-item {
  display: flex;
}

.pricing-block {
  border: 1px solid #0000001a;
  width: 100%;
  padding: 25px;
}

.pricing-block.bg {
  background-color: var(--purple);
}

.pricing-title {
  margin-bottom: 5px;
}

.pricing-price {
  grid-column-gap: 4px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 150%;
  display: flex;
}

.price-text {
  font-size: 20px;
  line-height: 150%;
}

.pricing-button {
  grid-column-gap: 8px;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.pricing-button:hover {
  border-color: var(--purple);
  background-color: var(--purple);
  color: #000;
}

.pricing-top {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 15px;
}

.pricing-features ul {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-features li {
  background-image: url('../images/ic-plus.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 28px;
}

.pricing-main {
  margin-bottom: var(--desktop);
}

.pricing-details {
  width: 100%;
  max-width: 75%;
}

.pricing-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cart-data {
  width: 100%;
  max-width: 25%;
}

.cart-price {
  color: #000;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 100%;
}

.default-state {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.nav-info {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

.cart-quantity {
  color: #000;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.cart-text {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-link {
  grid-column-gap: 10px;
  color: #000;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.cart-link.w--current {
  background-color: #fff;
  border-color: #0000001a;
}

.case-studies {
  margin-bottom: var(--desktop);
}

.cs-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs-item {
  display: flex;
}

.cs-block {
  background-color: var(--bg);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cs-img {
  object-fit: cover;
  width: 100%;
  min-height: 390px;
  max-height: 390px;
}

.cs-linear {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.cs-data {
  z-index: 1;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 30px 30px;
}

.cs-heading {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

.cs-category {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #ffffff1f;
  border-radius: 40px;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.cs-main-title {
  width: 100%;
  max-width: 85%;
  margin-bottom: 0;
}

.cs-sub-title {
  border: 1px solid #0000001a;
  border-radius: 40px;
  margin-bottom: 8px;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
}

.cs-main {
  margin-bottom: var(--desktop);
}

.cs-main-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 68%;
}

.cs-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 360px;
  max-height: 360px;
}

.cs-wrapper {
  grid-column-gap: 40px;
  margin-bottom: 60px;
  display: flex;
}

.cs-box {
  grid-row-gap: 30px;
  border: 1px solid #0000001a;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 32%;
  padding: 38px;
  display: flex;
}

.cs-sub-heading {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 500;
}

.cs-data-wrap {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.cs-line {
  background-color: #0000001a;
  width: auto;
  height: 1px;
}

.cs-info {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.cs-info-title {
  color: var(--title);
}

.cs-details-wrap {
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.result-wrap {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.result-block {
  grid-row-gap: 82px;
  background-color: var(--purple);
  border: 1px solid #0000001a;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.result-block.bg {
  background-color: var(--orange);
}

.result-title {
  color: #000;
  border: 1px solid #0000001a;
  border-radius: 4px;
  padding: 8px;
  font-size: 12px;
  line-height: 100%;
}

.result-bottom {
  font-size: 14px;
  line-height: 150%;
}

.result-info {
  color: #000;
  margin-bottom: 2px;
  font-size: 62px;
  line-height: 120%;
}

.careers {
  margin-bottom: var(--desktop);
}

.career-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.career-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 42%;
  position: relative;
  overflow: hidden;
}

.career-right {
  grid-row-gap: 100px;
  flex-flow: column;
  width: 100%;
  max-width: 58%;
  display: flex;
}

.career-title {
  margin-bottom: 15px;
}

.career-bottom {
  grid-row-gap: 15px;
  flex-flow: column;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.career-data {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career-block {
  grid-row-gap: 20px;
  background-color: var(--purple);
  border: 1px solid #0000001a;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.career-block.bg {
  background-color: var(--orange);
}

.career-icon {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.career-heading {
  color: #000;
  font-size: 16px;
  line-height: 170%;
}

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

.grow {
  margin-bottom: var(--desktop);
  position: relative;
}

.benefits {
  margin-bottom: var(--desktop);
}

.benefits-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

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

.benefit-wrap {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.benefit-data {
  width: 100%;
  max-width: 50%;
}

.benefit-title {
  border: 1px solid #0000001a;
  margin-bottom: 0;
  padding: 15px;
}

.benefit-icon-bg {
  background-color: var(--purple);
  justify-content: center;
  align-items: center;
  min-width: 55px;
  max-width: 55px;
  min-height: 55px;
  max-height: 55px;
  display: flex;
}

.benefit-blcok {
  grid-column-gap: 15px;
  border: 1px solid #0000001a;
  border-top: 0 #0000001a;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.benefit-icon {
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
}

.jobs {
  margin-bottom: var(--desktop);
}

.job-item {
  display: flex;
}

.job-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.job-block {
  grid-row-gap: 30px;
  border: 1px solid #0000001a;
  flex-flow: column;
  width: 100%;
  padding: 25px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.job-block:hover {
  background-color: var(--bg);
}

.job-title {
  color: #000;
  margin-top: 5px;
  font-size: 16px;
  line-height: 170%;
}

.job-bottom {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.job-line {
  background-color: #d9d9d9;
  width: 1px;
  height: auto;
}

.job-info {
  grid-column-gap: 10px;
  display: flex;
}

.grow-img {
  background-color: var(--bg);
  min-width: 300px;
  max-width: 300px;
  position: relative;
  overflow: hidden;
}

.grow-heading {
  width: 100%;
  max-width: 28%;
  font-size: 14px;
  line-height: 100%;
}

.grow-top {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.grow-title {
  width: 100%;
  max-width: 72%;
  margin-bottom: 0;
}

.grow-line {
  background-color: #0000001a;
  width: 1px;
  height: 500px;
}

.grow-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.grow-info-title {
  grid-row-gap: 5px;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.grow-data {
  grid-row-gap: 40px;
  color: #000;
  flex-flow: column;
  width: 100%;
  max-width: 42%;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.grow-left {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 52%;
  display: flex;
  position: sticky;
  bottom: 0;
}

.grow-image {
  object-fit: cover;
  width: 100%;
  min-height: 340px;
  max-height: 340px;
}

.job-main {
  margin-bottom: var(--desktop);
}

.job-wrap {
  margin-bottom: 60px;
  display: flex;
}

.job-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 70%;
}

.job-image {
  object-fit: cover;
  width: 100%;
  min-height: 458px;
  max-height: 458px;
}

.job-box {
  grid-row-gap: 40px;
  border: 1px solid #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 30%;
  padding: 30px;
  display: flex;
}

.job-info-wrap {
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.job-divider {
  background-color: #0000001a;
  width: auto;
  height: 1px;
}

.job-data {
  font-size: 14px;
  line-height: 150%;
}

.job-heading {
  color: #000;
  font-size: 16px;
  line-height: 170%;
}

.job-details {
  width: 100%;
  max-width: 900px;
}

.job-details p {
  margin-bottom: 0;
}

.job-details ul {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.job-details li, .job-main-title {
  margin-bottom: 0;
}

.services {
  margin-bottom: 80px;
  padding-right: 0;
}

.service-item {
  display: flex;
}

.service-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-block {
  grid-row-gap: 30px;
  border: 1px solid #0000001a;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.service-block:hover {
  border-color: #0003;
}

.service-top {
  grid-column-gap: 20px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 150%;
  display: flex;
}

.service-icon {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.service-info {
  margin-bottom: 0;
}

.service-main {
  margin-bottom: var(--desktop);
}

.service-main-img {
  background-color: var(--bg);
  width: 100%;
  margin-bottom: 60px;
}

.service-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.service-details {
  width: 100%;
  max-width: 900px;
}

.works {
  background-color: #61b9c0;
  background-image: url('../images/bg_dot.png');
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 80px;
  padding-right: 30px;
}

.works.work_list {
  background-color: #2c8d9500;
  background-image: none;
}

.work-item {
  display: flex;
}

.work-list {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-block {
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.work-img {
  background-color: var(--bg);
  overflow: hidden;
}

.work-image {
  object-fit: cover;
  width: 100%;
  height: 346px;
  min-height: 346px;
}

.work-title {
  color: var(--body);
  margin-bottom: 4px;
  font-family: Switzer, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.work-title.default_text {
  color: var(--title);
}

.work-info {
  grid-column-gap: 5px;
  color: var(--body);
  border-left: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 150%;
  display: flex;
}

.work-line {
  color: var(--title);
  background-color: #050505;
  width: 10px;
  height: 1px;
}

.work-main {
  margin-bottom: var(--desktop);
}

.work-main-img {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  flex: 3;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.work-main-image {
  object-fit: cover;
  border: 1px solid #adadad;
  width: 200px;
  max-width: none;
  height: 200px;
  min-height: auto;
}

.work-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.work-wrap {
  grid-column-gap: 100px;
  flex-flow: column;
  flex: 3;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.work-right {
  grid-row-gap: 0px;
  border: 1px solid #383838;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.work-data {
  grid-row-gap: 8px;
  border-top: 1px solid #0000001a;
  flex-flow: column;
  width: 100%;
  max-width: 20%;
  padding-top: 20px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.work-data-block {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-details p {
  margin-bottom: 0;
}

.work-details ul {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.work-details li {
  margin-bottom: 0;
}

.about {
  width: 100%;
  margin-bottom: 20px;
}

.about.sub_header {
  margin-bottom: 40px;
}

.about.sub_header.work {
  margin-bottom: 20px;
}

.about-img {
  background-color: var(--bg);
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.about-image {
  width: 100%;
  max-height: 400px;
  display: inline-block;
  overflow: clip;
}

.play-btn {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: border-color .3s, background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 30px 30px;
}

.play-btn:hover {
  background-color: #ffffff4d;
  border-color: #fff9;
}

.play-icon {
  margin-left: 5px;
}

.about-wrap {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.about-heading {
  width: 100%;
  max-width: 46%;
  margin-bottom: 0;
}

.about-bottom {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.about-left {
  grid-column-gap: 15px;
  display: flex;
}

.about-tag {
  border: 1px solid #0000001a;
  border-radius: 40px;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 150%;
}

.mission {
  margin-bottom: 80px;
}

.mission-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mission-img {
  background-color: #cedd4c;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  top: 10px;
  overflow: visible;
}

.mission-img.left {
  left: auto;
  right: 10px;
}

.mission-data {
  width: 100%;
  max-width: 55%;
}

.mission-title {
  margin-bottom: 15px;
}

.mission-info {
  display: flex;
}

.mission-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.mission-item {
  color: var(--title);
  background-image: url('../images/ic-mission-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 28px;
  display: flex;
}

.awards {
  margin-bottom: 80px;
}

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

.award-img {
  background-color: #cedd4c;
  width: 100%;
  max-width: 40%;
  position: relative;
  overflow: hidden;
}

.award-img.right {
  top: 10px;
  left: 10px;
  overflow: visible;
}

.award-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.award-block {
  grid-row-gap: 25px;
  border-top: 1px solid #0000001a;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.award-title {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 170%;
}

.award-year {
  border: 1px solid #0000001a;
  border-radius: 40px;
  padding: 4px 20px;
}

.team {
  margin-bottom: 80px;
}

.team-block {
  grid-column-gap: 30px;
  cursor: auto;
  border-bottom: 1px solid #d9d9d9;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.team-block.top {
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  width: 100%;
  min-height: 64px;
  max-height: 64px;
}

.team-left {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.team-name {
  color: #000;
  font-size: 16px;
  line-height: 150%;
}

.team-right {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 62%;
  display: flex;
}

.team-icon {
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
  display: flex;
}

.team-text {
  margin-bottom: 0;
  overflow: visible;
}

.team-data {
  width: 100%;
  max-width: 75%;
}

.team-contact {
  grid-column-gap: 12px;
  cursor: auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.team-dot {
  background-color: #0000001a;
  border-radius: 50%;
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
}

.team-contact-link {
  color: #000;
  line-height: 150%;
  text-decoration: none;
}

.team-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.latest-post {
  grid-column-gap: 20px;
  display: flex;
}

.lp-block {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.lp-block:hover {
  border-color: #00000080;
}

.lp-img {
  background-color: var(--bg);
  width: 100%;
  overflow: hidden;
}

.lp-image {
  object-fit: cover;
  width: 100%;
  min-height: 240px;
  max-height: 240px;
}

.lp-data {
  flex-flow: column;
  align-self: auto;
  padding: 25px;
  display: block;
}

.lp-title {
  color: #000;
  margin-top: 10px;
  font-size: 16px;
  line-height: 150%;
}

.lp-info {
  grid-column-gap: 10px;
  color: var(--title);
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.lp-line {
  background-color: #333;
  width: 10px;
  height: 1px;
}

.clients {
  margin-bottom: 80px;
  padding-right: 30px;
}

.clients-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-block {
  background-color: var(--bg);
  background-image: url('../images/about_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 420px;
  max-height: 420px;
  display: flex;
  position: relative;
}

.client-block._2 {
  background-image: url('../images/client-02.jpg');
}

.client-block._3 {
  background-image: url('../images/roof.jpg');
}

.client-block.wall {
  background-color: #0000;
  flex-flow: column;
  padding: 10px;
}

.client-block.siding {
  background-image: url('../images/_MG_8026.jpg');
  flex-flow: column;
  padding: 10px;
}

.client-block.roof {
  background-image: url('../images/roof.jpg');
  flex-flow: column;
  padding: 10px;
}

.client-block.water {
  flex-flow: column;
  padding: 10px;
}

.client-block.special {
  background-image: url('../images/_MG_8031.jpg');
  flex-flow: column;
  padding: 10px;
}

.client-block.design {
  background-image: url('../images/_MG_8016.jpg');
  flex-flow: column;
  padding: 10px;
}

.client-logo {
  z-index: 1;
  min-width: 192px;
  max-width: 192px;
  min-height: 55px;
  max-height: 55px;
  position: relative;
}

.client-overlay {
  background-color: #00000040;
  display: block;
  position: absolute;
  inset: 0%;
}

.client-data {
  z-index: 1;
  grid-row-gap: 20px;
  background-color: #cedd4ccc;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: none;
  position: absolute;
  inset: 0%;
}

.client-text {
  margin-bottom: 0;
}

.client-title {
  color: #000;
  margin-bottom: 15px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.service-sub-title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 14px;
  line-height: 100%;
}

.service-home {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.sh-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #cedd4c;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  padding: 0 0 0 20px;
  text-decoration: none;
  display: flex;
}

.sh-block._2 {
  background-color: var(--purple);
}

.sh-block._3 {
  background-color: var(--orange);
}

.sh-block.p2 {
  margin-left: 40px;
}

.sh-block.p3 {
  margin-left: 80px;
}

.sh-title {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 26px;
}

.sh-info {
  text-shadow: 1px 1px 1px #fff;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 10px 10px 10px 100px;
}

.about-sub-title {
  color: #000;
  text-transform: uppercase;
  margin-top: 8px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 100%;
}

.about-text {
  width: 100%;
  max-width: 75%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.about-top {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.story-images {
  grid-column-gap: 20px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.story-img {
  background-color: var(--bg);
  background-image: url('../images/about_bg.jpg');
  background-position: 0 0;
  background-size: cover;
  flex: 1;
  width: auto;
  height: 240px;
  position: relative;
  top: auto;
  overflow: hidden;
}

.story-img.mobile.story_img2 {
  background-image: url('../images/roof.jpg');
  background-position: 0 0;
  background-size: cover;
}

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

.hero {
  background-image: url('../images/_MG_8020.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  position: relative;
}

.hero-data {
  z-index: 1;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 158px;
  padding-bottom: 286px;
  display: flex;
  position: relative;
}

.hero-title {
  color: #fff;
  text-shadow: 2px 2px 1px #000;
  width: 100%;
  max-width: none;
  margin-bottom: 15px;
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 130%;
}

.hero-text {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  font-weight: 600;
}

.hero-button {
  grid-column-gap: 8px;
  color: #000;
  background-color: #fff;
  border-width: 0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 15px 6px 6px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: none;
}

.hero-linear {
  background-color: #00000026;
  background-image: url('../images/bg_dot.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.sh-number {
  color: #000;
  margin-top: 40px;
  font-size: 20px;
  line-height: 150%;
}

.sh-left {
  grid-column-gap: 6px;
  flex: 2;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cta-bg {
  background-color: #cedd4c;
  background-image: url('../images/area_map.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.cta-bg.contacts {
  background-image: url('../images/paper_airplane.svg');
  background-position: 100% 100%;
  background-size: auto;
}

.cta-button {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #000;
  border: 1px #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 15px 6px 6px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

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

.checkout-data {
  margin-bottom: var(--desktop);
}

.cart-title {
  margin-bottom: 0;
}

.default-input {
  background-color: #0000;
  border-color: #0000001a;
  border-radius: 0;
}

.default-input:focus, .default-input.-wfp-focus {
  border-color: #00000080;
}

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

.on-scroll {
  background-color: var(--bg);
  width: 110%;
  height: 110%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: block;
}

.image {
  border-radius: 20px;
  width: 300px;
  max-width: none;
}

.promiss_text_area {
  color: var(--title);
  text-shadow: 1px 1px 1px #fff;
  background-color: #396799;
  background-image: url('../images/_MG_8045.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 3;
  align-self: stretch;
  padding-top: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.promiss_text_area.promiss_bg1 {
  background-image: url('../images/about_bg.jpg');
}

.promiss_text_area.promiss_bg2 {
  background-image: url('../images/process-detail-small.jpg');
  padding-right: 60px;
}

.promiss_text_area.promiss_bg3 {
  background-image: url('../images/principle_bg.jpg');
  padding-right: 100px;
}

.promiss_spacer {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/promiss_tri.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 80px;
  height: 180px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.paragraph {
  color: var(--title);
  width: 100%;
  font-family: Switzer, sans-serif;
  font-size: 15px;
}

.paragraph-2 {
  color: #fffcfc;
  text-shadow: 1px 1px 1px #000;
  z-index: 3;
  padding-top: 10px;
  padding-left: 100px;
  padding-right: 0;
  position: relative;
}

.section_header {
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px 20px 10px 0;
}

.section_header.work {
  background-image: none;
}

.heading {
  font-family: Switzer, sans-serif;
  font-weight: 700;
}

.heading-2 {
  color: var(--primary);
  -webkit-text-stroke-color: var(--body);
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-3 {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-2 {
  width: 30px;
  height: 30px;
}

.div-block-4 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 30px 0 0 30px;
  width: calc(100% - 240px);
  height: 100%;
  margin-left: 0;
  padding: 10px 20px 0;
  position: absolute;
  top: 40px;
  right: 0;
}

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

.text-block-2 {
  flex: 5;
  font-size: 13px;
}

.div-block-5, .div-block-6, .div-block-7 {
  flex: 1;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  color: var(--title);
}

.collection-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.paragraph-3 {
  color: var(--title);
  font-size: 13px;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.promiss_overlay {
  background-color: #0000004d;
  flex: 3;
  position: absolute;
  inset: 0;
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: auto;
}

.div-block-8 {
  z-index: 1;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 0;
  padding-right: 20px;
}

.paragraph-4 {
  color: var(--primary);
  text-shadow: 1px 1px 1px #000000fc;
  padding: 10px;
  font-size: 14px;
  line-height: 150%;
}

.div-block-9, .div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14 {
  z-index: 1;
  position: relative;
}

.text-block-8, .text-block-9 {
  font-size: 13px;
}

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

.text-block-11 {
  color: var(--title);
  font-family: Switzer, sans-serif;
}

.paragraph-5 {
  color: var(--title);
  font-size: 14px;
}

.text-block-12, .text-block-13, .text-block-14 {
  color: var(--title);
}

.body-2 {
  pointer-events: auto;
}

.text-block-15, .text-block-16, .paragraph-6 {
  color: var(--title);
}

.default_text {
  color: var(--default_text);
  border-left: 1px solid #000;
  padding: 10px;
  font-size: 14px;
}

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

.work_cell_label {
  flex: 1;
  padding: 10px;
}

.work_cell_cont {
  flex: 3;
}

.work_row {
  border: 0 solid #000;
  border-top-width: 1px;
  border-bottom: 1px #3a3a3a;
  display: flex;
}

.bold-text {
  color: var(--default_text);
  font-size: 14px;
  font-weight: 400;
}

.paragraph-7, .paragraph-8 {
  color: var(--default_text);
  font-size: 14px;
}

.cell_header {
  background-color: #ccc;
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.paragraph-9 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
}

.container-2, .container-3 {
  padding-bottom: 20px;
}

.paragraph-10 {
  font-size: 20px;
  font-weight: 700;
}

.contact-right {
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.div-block-15 {
  background-image: url('../images/ic-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  display: flex;
}

.paragraph-11 {
  margin-bottom: 0;
  font-weight: 700;
}

.contact_row {
  background-image: url('../images/ic-check.svg');
  background-position: 10px 4px;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.contact_row.tel {
  background-image: none;
}

.paragraph-12 {
  font-size: 14px;
}

.image-3 {
  width: 90%;
}

.div-block-16, .div-block-17 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-18 {
  flex: 2;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
}

.image-4 {
  width: 100%;
}

.news_tag {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #000;
  border-radius: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4px 15px;
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
}

.image-5 {
  max-width: 200px;
}

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

.paragraph-14 {
  margin-bottom: 0;
}

.collection-list-wrapper-2 {
  display: block;
}

.map_area {
  flex: 1;
}

.div-block-19 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-20 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.page_title {
  font-size: 16px;
}

.page_read {
  margin-bottom: 20px;
}

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

  h2 {
    font-size: 36px;
  }

  blockquote {
    padding: 30px;
  }

  .nav-data {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .nav-menu {
    background-color: var(--bg);
    border-bottom: 1px solid #0000001a;
    padding: 20px;
  }

  .nav-wrap {
    flex-flow: row;
  }

  .middle-line {
    width: 26px;
  }

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

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-wrap {
    flex-flow: column;
  }

  .top-line {
    width: 26px;
  }

  .title-top {
    grid-column-gap: 20px;
  }

  .sidebar {
    width: 100%;
    max-width: none;
    height: auto;
    position: static;
  }

  .sg-section {
    margin-bottom: var(--tablet);
  }

  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .nav-text {
    display: none;
  }

  .menu-button {
    grid-row-gap: 4px;
    margin-left: 0;
    padding: 0;
  }

  .bottom-line {
    width: 26px;
  }

  .navbar {
    z-index: 99999;
    height: auto;
    padding: 12px 20px;
  }

  .footer-wrap {
    grid-row-gap: 30px;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-top {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .ft-right {
    max-width: 100%;
  }

  .ft-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
  }

  .cta-block {
    padding: 40px;
  }

  .cta-text {
    font-size: 14px;
    line-height: 150%;
  }

  .cta-data {
    max-width: none;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    flex-flow: column wrap;
  }

  .disclaimer {
    margin-bottom: 40px;
  }

  .licensing, .privacy-policy, .cookie-policy, .terms-conditions {
    margin-bottom: var(--tablet);
  }

  .utility-page-content {
    padding: 40px;
  }

  .contact {
    margin-bottom: var(--tablet);
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .contact-img {
    max-width: 100%;
  }

  .contact-left {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .form-wrap {
    grid-row-gap: 35px;
  }

  .contact-bottom {
    grid-column-gap: 30px;
  }

  .contact-block {
    grid-row-gap: 25px;
    padding-top: 10px;
  }

  .contact-text {
    font-size: 14px;
    line-height: 150%;
  }

  .contact-btn {
    margin-top: 30px;
  }

  .menu_info {
    margin-bottom: var(--tablet);
  }

  .faq-img, .faq-data {
    max-width: 100%;
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
  }

  .faq-wrap.reverse {
    flex-flow: column;
  }

  .faq-info {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .ans-box {
    padding-top: 16px;
  }

  .reviews {
    margin-bottom: var(--tablet);
  }

  .review-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .review-block {
    padding: 25px;
  }

  .testimonial, .blogs {
    margin-bottom: var(--tablet);
  }

  .post-block {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .post-img {
    max-width: 100%;
  }

  .post-data {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .post-image {
    min-height: 370px;
    max-height: 370px;
  }

  .post-title {
    margin-top: 10px;
    margin-bottom: 8px;
  }

  .post-short-info {
    line-height: 150%;
  }

  .post-main-title {
    font-size: 28px;
  }

  .post-main {
    margin-bottom: var(--tablet);
  }

  .post-main-img {
    margin-bottom: 40px;
  }

  .post-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .post-details {
    max-width: 100%;
  }

  .pricing {
    margin-bottom: var(--tablet);
  }

  .pricing-list {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-main {
    margin-bottom: var(--tablet);
  }

  .pricing-details {
    max-width: 100%;
  }

  .pricing-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .cart-data {
    max-width: 40%;
  }

  .cart-price {
    margin-bottom: 25px;
  }

  .nav-info {
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .cart-link {
    padding: 0;
  }

  .case-studies {
    margin-bottom: var(--tablet);
  }

  .cs-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cs-img {
    min-height: 300px;
    max-height: 300px;
  }

  .cs-data {
    grid-row-gap: 10px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cs-heading {
    font-size: 16px;
  }

  .cs-main-title {
    max-width: 100%;
    font-size: 32px;
  }

  .cs-main {
    margin-bottom: var(--tablet);
  }

  .cs-main-img {
    max-width: 100%;
  }

  .cs-main-image {
    min-height: 380px;
    max-height: 380px;
  }

  .cs-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    margin-bottom: 40px;
  }

  .cs-box {
    max-width: 50%;
  }

  .cs-details-wrap {
    grid-row-gap: 40px;
  }

  .result-wrap {
    grid-column-gap: 30px;
  }

  .result-block {
    grid-row-gap: 60px;
  }

  .result-info {
    font-size: 50px;
  }

  .careers {
    margin-bottom: var(--tablet);
  }

  .career-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .career-img {
    max-width: 100%;
  }

  .career-right {
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .career-title {
    margin-bottom: 8px;
  }

  .career-top {
    grid-row-gap: 30px;
  }

  .grow, .benefits {
    margin-bottom: var(--tablet);
  }

  .benefits-img {
    max-width: 100%;
  }

  .benefit-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .benefit-data {
    max-width: 100%;
  }

  .jobs {
    margin-bottom: var(--tablet);
  }

  .job-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .grow-img {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .grow-line {
    display: none;
  }

  .grow-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .grow-data {
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .grow-left {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .grow-image {
    min-height: 500px;
    max-height: 500px;
  }

  .job-main {
    margin-bottom: var(--tablet);
  }

  .job-wrap {
    grid-row-gap: 30px;
    flex-flow: column;
    margin-bottom: 50px;
  }

  .job-img {
    max-width: 100%;
  }

  .job-box {
    max-width: 50%;
  }

  .job-details {
    max-width: 100%;
  }

  .services {
    margin-bottom: var(--tablet);
  }

  .service-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .service-block {
    padding: 25px 20px;
  }

  .service-top {
    margin-bottom: 20px;
  }

  .service-icon {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .service-main {
    margin-bottom: var(--tablet);
  }

  .service-main-img {
    margin-bottom: 40px;
  }

  .service-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .service-details {
    max-width: 100%;
  }

  .works {
    margin-bottom: var(--tablet);
  }

  .work-list {
    grid-column-gap: 16px;
  }

  .work-block {
    grid-row-gap: 10px;
  }

  .work-image {
    min-height: auto;
  }

  .work-main {
    margin-bottom: var(--tablet);
  }

  .work-main-image {
    min-height: auto;
  }

  .work-wrapper {
    grid-row-gap: 40px;
  }

  .work-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .work-right {
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .work-data {
    max-width: 30%;
  }

  .about {
    margin-bottom: var(--tablet);
  }

  .play-btn {
    bottom: 25px;
    left: 25px;
  }

  .about-heading {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .about-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
  }

  .about-right {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .mission {
    margin-bottom: var(--tablet);
  }

  .mission-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
  }

  .mission-img, .mission-data {
    max-width: 100%;
  }

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

  .mission-list {
    margin-top: 25px;
  }

  .awards {
    margin-bottom: var(--tablet);
  }

  .awards-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .award-img, .award-right {
    max-width: 100%;
  }

  .team {
    margin-bottom: var(--tablet);
  }

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

  .team-right {
    max-width: 100%;
  }

  .team-icon {
    display: none;
  }

  .team-contact {
    margin-bottom: 12px;
  }

  .latest-post {
    grid-column-gap: 20px;
  }

  .lp-image {
    min-height: 190px;
    max-height: 190px;
  }

  .lp-data {
    padding: 20px;
  }

  .clients {
    margin-bottom: var(--tablet);
  }

  .clients-wrap {
    grid-column-gap: 14px;
  }

  .client-block {
    min-height: 320px;
    max-height: 320px;
  }

  .client-logo {
    min-width: 150px;
    max-width: 150px;
    min-height: 50px;
    max-height: 50px;
  }

  .client-data {
    padding: 20px;
  }

  .client-text {
    font-size: 14px;
    line-height: 150%;
  }

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

  .sh-block {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .sh-block.p1 {
    margin-left: 20px;
    position: relative;
  }

  .sh-block.p2 {
    position: relative;
  }

  .sh-block.p3 {
    margin-left: 60px;
    position: relative;
  }

  .sh-info {
    max-width: 100%;
  }

  .about-sub-title {
    margin-top: 0;
  }

  .about-text {
    max-width: 100%;
    font-size: 18px;
  }

  .about-top {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 30px;
  }

  .story-images {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .hero {
    margin-bottom: var(--tablet);
  }

  .hero-data {
    padding-top: 120px;
    padding-bottom: 200px;
  }

  .checkout-data {
    margin-bottom: var(--tablet);
  }

  .promiss_text_area.promiss_bg1 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .promiss_text_area.promiss_bg2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 50%;
    padding-top: 10px;
    padding-right: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
  }

  .promiss_text_area.promiss_bg3 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 50%;
    padding-right: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
  }

  .paragraph-2 {
    width: 100%;
    margin-bottom: 0;
    padding-right: 20px;
    font-size: 13px;
    position: relative;
  }

  .section_header.m_margin {
    padding-left: 20px;
  }

  .div-block-4 {
    border-radius: 20px;
    width: 100%;
    top: 140px;
  }

  .promiss_overlay {
    height: 180px;
    left: 0;
  }

  .div-block-8 {
    padding-top: 20px;
    padding-left: 20px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  ul, ol {
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 25px;
    font-size: 16px;
  }

  .font-block {
    font-size: 16px;
  }

  .font-inner {
    flex-wrap: wrap;
  }

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

  .table-text {
    font-size: 14px;
  }

  .body-font, .text-heading {
    font-size: 60px;
  }

  .font-title {
    font-size: 16px;
  }

  .sg-section {
    margin-bottom: var(--landscape-mobile);
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

  .container {
    max-width: 100%;
  }

  .container.news.sub_list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    position: relative;
  }

  .menu-button.w--open {
    z-index: 10;
  }

  .navbar {
    max-width: 100%;
  }

  .footer-wrap {
    padding-top: 40px;
  }

  .footer-top {
    flex-flow: column-reverse;
  }

  .ft-left {
    grid-row-gap: 25px;
  }

  .ft-data {
    grid-row-gap: 16px;
  }

  .cta-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 1px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .cta-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-title {
    margin-bottom: 8px;
    font-size: 26px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    grid-row-gap: 50px;
  }

  .license-field {
    font-size: 16px;
  }

  .licensing {
    margin-bottom: var(--landscape-mobile);
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .version-name {
    font-size: 14px;
  }

  .cs-title {
    font-size: 56px;
  }

  .policy-block {
    padding-top: 40px;
  }

  .privacy-policy, .cookie-policy, .terms-conditions {
    margin-bottom: var(--landscape-mobile);
  }

  .utility-page-content {
    max-width: 90%;
    padding: 30px;
  }

  .error-data {
    max-width: 90%;
  }

  .contact {
    margin-bottom: var(--landscape-mobile);
  }

  .contact-wrap {
    margin-bottom: 30px;
  }

  .contact-left {
    grid-row-gap: 20px;
  }

  .contact-bottom {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-info {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu_info {
    margin-bottom: var(--landscape-mobile);
  }

  .faq-wrap {
    grid-row-gap: 30px;
  }

  .faq-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ans-box {
    padding-top: 12px;
    padding-right: 0;
  }

  .reviews {
    margin-bottom: var(--landscape-mobile);
  }

  .review-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .review-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-slide {
    margin-right: 20px;
  }

  .testimonial, .blogs {
    margin-bottom: var(--landscape-mobile);
  }

  .post-block {
    grid-row-gap: 14px;
    padding-bottom: 20px;
  }

  .post-image {
    min-height: 280px;
    max-height: 280px;
  }

  .post-info {
    grid-column-gap: 12px;
  }

  .post-title {
    margin-bottom: 6px;
    font-size: 18px;
  }

  .post-short-info {
    font-size: 14px;
  }

  .post-main {
    margin-bottom: var(--landscape-mobile);
  }

  .post-main-img {
    margin-bottom: 30px;
  }

  .post-main-image {
    min-height: 300px;
    max-height: 300px;
  }

  .pricing {
    margin-bottom: var(--landscape-mobile);
  }

  .pricing-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .pricing-price {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .pricing-main {
    margin-bottom: var(--landscape-mobile);
  }

  .cart-data {
    max-width: 60%;
  }

  .cart-price {
    font-size: 36px;
  }

  .nav-info {
    grid-column-gap: 20px;
  }

  .case-studies {
    margin-bottom: var(--landscape-mobile);
  }

  .cs-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .cs-img {
    min-height: 340px;
    max-height: 340px;
  }

  .cs-main-title {
    font-size: 28px;
  }

  .cs-main {
    margin-bottom: var(--landscape-mobile);
  }

  .cs-main-image {
    min-height: 320px;
    max-height: 320px;
  }

  .cs-box {
    max-width: 65%;
    padding: 30px;
  }

  .cs-details-wrap {
    grid-row-gap: 30px;
  }

  .result-wrap {
    grid-column-gap: 16px;
  }

  .result-block {
    grid-row-gap: 50px;
    padding: 16px;
  }

  .result-info {
    font-size: 40px;
  }

  .careers {
    margin-bottom: var(--landscape-mobile);
  }

  .career-bottom {
    grid-row-gap: 10px;
  }

  .career-data {
    grid-column-gap: 12px;
  }

  .career-block {
    padding: 12px;
  }

  .career-top {
    grid-row-gap: 25px;
  }

  .grow, .benefits, .jobs {
    margin-bottom: var(--landscape-mobile);
  }

  .job-list {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .job-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grow-wrap {
    grid-row-gap: 10px;
  }

  .grow-data {
    grid-row-gap: 10px;
    font-size: 20px;
  }

  .grow-left {
    grid-row-gap: 20px;
  }

  .grow-image {
    min-height: 400px;
    max-height: 400px;
  }

  .job-main {
    margin-bottom: var(--landscape-mobile);
  }

  .job-wrap {
    margin-bottom: 40px;
  }

  .job-image {
    min-height: 340px;
    max-height: 340px;
  }

  .job-box {
    grid-row-gap: 30px;
    max-width: 65%;
    padding: 25px;
  }

  .job-info-wrap {
    grid-row-gap: 12px;
  }

  .job-details ul {
    grid-row-gap: 10px;
  }

  .job-main-title {
    font-size: 34px;
  }

  .services {
    margin-bottom: var(--landscape-mobile);
  }

  .service-list {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .service-main {
    margin-bottom: var(--landscape-mobile);
  }

  .service-main-image {
    min-height: 350px;
    max-height: 350px;
  }

  .works {
    margin-bottom: var(--landscape-mobile);
    padding-right: 0;
  }

  .work-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .work-main {
    margin-bottom: var(--landscape-mobile);
  }

  .work-data {
    max-width: 50%;
  }

  .work-details ul {
    grid-row-gap: 10px;
  }

  .about {
    margin-bottom: var(--landscape-mobile);
  }

  .play-btn {
    bottom: 20px;
    left: 20px;
  }

  .about-wrap {
    margin-top: 25px;
  }

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

  .mission {
    margin-bottom: var(--landscape-mobile);
  }

  .mission-wrap {
    grid-row-gap: 25px;
  }

  .mission-title {
    margin-bottom: 6px;
  }

  .mission-item {
    font-size: 14px;
    line-height: 170%;
  }

  .awards {
    margin-bottom: var(--landscape-mobile);
  }

  .awards-wrap {
    grid-row-gap: 30px;
  }

  .award-block {
    padding-top: 14px;
  }

  .team {
    margin-bottom: var(--landscape-mobile);
  }

  .team-block {
    padding-bottom: 20px;
  }

  .team-left {
    grid-column-gap: 20px;
  }

  .team-data {
    max-width: 100%;
  }

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

  .team-wrap {
    grid-row-gap: 20px;
  }

  .latest-post {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .lp-image {
    min-height: 170px;
    max-height: 170px;
  }

  .lp-data {
    padding: 16px;
  }

  .lp-title {
    margin-top: 6px;
  }

  .clients {
    margin-bottom: var(--landscape-mobile);
    padding-right: 0;
  }

  .clients-wrap {
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .service-home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sh-block {
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sh-block.p1 {
    border-radius: 18px;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-left: 0;
    padding: 20px 10px;
    position: relative;
  }

  .sh-block.p2, .sh-block.p3 {
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    padding: 20px 10px;
  }

  .sh-title {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
  }

  .about-top {
    grid-row-gap: 16px;
    margin-bottom: 20px;
  }

  .story-images {
    grid-column-gap: 10px;
  }

  .hero {
    margin-bottom: var(--landscape-mobile);
  }

  .hero-data {
    grid-row-gap: 30px;
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .hero-title {
    max-width: 80%;
    margin-bottom: 10px;
  }

  .hero-text {
    max-width: 70%;
  }

  .hero-linear {
    background-color: #0003;
  }

  .sh-number {
    margin-top: 0;
  }

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

  .checkout-data {
    margin-bottom: var(--landscape-mobile);
  }

  .promiss_text_area.promiss_bg1 {
    background-color: #39679900;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .promiss_text_area.promiss_bg2 {
    text-shadow: none;
    background-color: #39679900;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    position: static;
    right: 0;
  }

  .promiss_text_area.promiss_bg3 {
    background-color: #39679900;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    position: static;
    right: 0;
  }

  .promiss_spacer {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }

  .paragraph-2 {
    color: #2e2e2e;
    text-shadow: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 20px;
  }

  .promiss_overlay {
    background-color: #0000;
    left: 0;
  }

  .collection-list-2 {
    flex-flow: column;
    overflow: visible;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 20px;
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .page-title {
    padding-bottom: 30px;
  }

  .body-font, .text-heading {
    font-size: 70px;
  }

  .title-top {
    display: none;
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .sg-section {
    margin-bottom: var(--portrait-mobile);
  }

  .container, .container.news.sub_list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-text {
    display: none;
  }

  .footer-top {
    flex-flow: column-reverse;
  }

  .ft-right {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ft-heading {
    margin-bottom: 8px;
  }

  .ft-link {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .ft-left {
    flex-flow: column;
  }

  .ft-title {
    font-size: 16px;
  }

  .cta-block {
    padding: 30px 20px;
  }

  .cta-title {
    font-size: 24px;
    line-height: 130%;
  }

  .cta-info {
    grid-row-gap: 30px;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .info-block {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .disclaimer {
    font-size: 14px;
  }

  .license-field {
    margin-bottom: 0;
  }

  .licensing {
    margin-bottom: var(--portrait-mobile);
  }

  .version-info {
    align-items: start;
  }

  .changelog-text {
    font-size: 14px;
  }

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .cs-text {
    margin-bottom: 40px;
  }

  .privacy-policy, .cookie-policy, .terms-conditions {
    margin-bottom: var(--portrait-mobile);
  }

  .utility-page-content {
    padding: 25px;
  }

  .error-info, .pass-field {
    margin-top: 40px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile);
  }

  .contact-wrap, .form-wrap {
    grid-row-gap: 30px;
  }

  .contact-bottom {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .contact-block {
    grid-row-gap: 20px;
  }

  .contact-btn {
    margin-top: 25px;
  }

  .menu_info {
    margin-bottom: var(--portrait-mobile);
  }

  .faq-info {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .ans-box {
    padding-top: 10px;
  }

  .que-text {
    font-size: 16px;
    line-height: 150%;
  }

  .que {
    grid-column-gap: 15px;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

  .faq-heading {
    font-size: 26px;
  }

  .reviews {
    margin-bottom: var(--portrait-mobile);
  }

  .review-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .review-block {
    padding: 22px 18px;
  }

  .review-bottom {
    grid-column-gap: 10px;
  }

  .right-arrow {
    inset: auto 0 -48px auto;
  }

  .left-arrow {
    inset: auto 34px -48px auto;
  }

  .review-mask {
    max-width: none;
  }

  .testimonial {
    margin-bottom: var(--portrait-mobile);
    padding-bottom: 52px;
  }

  .blogs {
    margin-bottom: var(--portrait-mobile);
  }

  .post-data {
    grid-row-gap: 25px;
  }

  .post-image {
    min-height: 180px;
    max-height: 180px;
  }

  .post-tag {
    font-size: 12px;
  }

  .post-main-title {
    font-size: 24px;
  }

  .post-main {
    margin-bottom: var(--portrait-mobile);
  }

  .post-main-image {
    min-height: 250px;
    max-height: 250px;
  }

  .pricing {
    margin-bottom: var(--portrait-mobile);
  }

  .pricing-block {
    padding: 20px;
  }

  .pricing-top {
    font-size: 14px;
    line-height: 150%;
  }

  .pricing-main {
    margin-bottom: var(--portrait-mobile);
  }

  .cart-data {
    max-width: 100%;
  }

  .cart-price {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .nav-info {
    grid-column-gap: 16px;
  }

  .cart-text {
    grid-column-gap: 2px;
  }

  .cart-link {
    grid-column-gap: 8px;
  }

  .case-studies {
    margin-bottom: var(--portrait-mobile);
  }

  .cs-img {
    min-height: 250px;
    max-height: 280px;
  }

  .cs-heading {
    font-size: 14px;
  }

  .cs-category {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .cs-main-title {
    font-size: 22px;
  }

  .cs-main {
    margin-bottom: var(--portrait-mobile);
  }

  .cs-main-image {
    min-height: 240px;
    max-height: 240px;
  }

  .cs-box {
    grid-row-gap: 25px;
    max-width: 100%;
    padding: 25px;
  }

  .cs-sub-heading {
    padding-bottom: 6px;
  }

  .result-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .result-block {
    grid-row-gap: 40px;
  }

  .result-info {
    font-size: 34px;
  }

  .careers {
    margin-bottom: var(--portrait-mobile);
  }

  .career-wrap {
    grid-row-gap: 25px;
  }

  .career-right {
    grid-row-gap: 30px;
    font-size: 14px;
    line-height: 150%;
  }

  .career-data {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .career-block {
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .career-top {
    grid-row-gap: 20px;
  }

  .grow, .benefits {
    margin-bottom: var(--portrait-mobile);
  }

  .benefit-wrap {
    grid-row-gap: 25px;
  }

  .benefit-title {
    padding: 10px;
    font-size: 18px;
  }

  .benefit-icon-bg {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .benefit-blcok {
    grid-column-gap: 10px;
  }

  .jobs {
    margin-bottom: var(--portrait-mobile);
  }

  .job-block {
    grid-row-gap: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-info {
    grid-column-gap: 8px;
  }

  .grow-heading {
    max-width: none;
  }

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

  .grow-title {
    max-width: none;
    margin-top: 2px;
  }

  .grow-data {
    font-size: 18px;
  }

  .grow-image {
    min-height: auto;
    max-height: none;
  }

  .job-main {
    margin-bottom: var(--portrait-mobile);
  }

  .job-image {
    min-height: 260px;
    max-height: 260px;
  }

  .job-box {
    grid-row-gap: 25px;
    max-width: 100%;
    padding: 20px;
  }

  .job-info-wrap {
    grid-row-gap: 10px;
  }

  .job-main-title {
    font-size: 26px;
  }

  .services {
    margin-bottom: var(--portrait-mobile);
  }

  .service-block {
    grid-row-gap: 25px;
    padding: 20px 16px;
  }

  .service-top {
    grid-column-gap: 14px;
    margin-bottom: 16px;
    font-size: 20px;
  }

  .service-icon {
    min-width: 44px;
    max-width: 44px;
    min-height: 44px;
    max-height: 44px;
  }

  .service-info {
    font-size: 14px;
    line-height: 150%;
  }

  .service-main {
    margin-bottom: var(--portrait-mobile);
  }

  .service-main-img {
    margin-bottom: 30px;
  }

  .service-main-image {
    min-height: 260px;
    max-height: 260px;
  }

  .works {
    margin-bottom: var(--portrait-mobile);
    padding-right: 0;
  }

  .work-block {
    font-size: 14px;
  }

  .work-title {
    font-size: 18px;
  }

  .work-main {
    margin-bottom: var(--portrait-mobile);
  }

  .work-data {
    max-width: 100%;
    padding-top: 14px;
  }

  .about {
    margin-bottom: var(--portrait-mobile);
  }

  .about-image {
    object-fit: cover;
    min-height: 230px;
    max-height: 230px;
  }

  .play-btn {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    bottom: 10px;
    left: 10px;
  }

  .play-icon {
    min-width: 14px;
    max-width: 14px;
    min-height: 14px;
    max-height: 14px;
    margin-left: 4px;
  }

  .about-wrap {
    margin-top: 20px;
  }

  .about-heading {
    font-size: 18px;
  }

  .about-right {
    grid-row-gap: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .about-left {
    grid-column-gap: 10px;
  }

  .about-tag {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .mission {
    margin-bottom: var(--portrait-mobile);
  }

  .mission-wrap {
    grid-row-gap: 20px;
  }

  .mission-data {
    font-size: 14px;
    line-height: 150%;
  }

  .mission-list {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .awards {
    margin-bottom: var(--portrait-mobile);
  }

  .award-right {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .award-block {
    grid-row-gap: 20px;
    padding-top: 10px;
  }

  .award-title {
    line-height: 150%;
  }

  .team {
    margin-bottom: var(--portrait-mobile);
  }

  .team-block {
    grid-row-gap: 16px;
  }

  .team-img {
    min-width: 54px;
    max-width: 54px;
    min-height: 54px;
    max-height: 54px;
  }

  .team-image {
    min-height: 54px;
    max-height: 54px;
  }

  .team-left {
    grid-column-gap: 10px;
  }

  .team-name {
    font-size: 18px;
  }

  .team-text {
    font-size: 14px;
    line-height: 150%;
  }

  .team-contact {
    grid-column-gap: 6px;
  }

  .team-contact-link {
    font-size: 14px;
  }

  .latest-post {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .lp-image {
    min-height: 180px;
    max-height: 210px;
  }

  .lp-title {
    font-size: 18px;
  }

  .clients {
    margin-bottom: var(--portrait-mobile);
    padding-right: 0;
  }

  .clients-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .service-home {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sh-block {
    grid-row-gap: 16px;
    padding: 30px;
  }

  .sh-block.p1, .sh-block.p2, .sh-block.p3 {
    height: auto;
  }

  .sh-title {
    margin-top: 0;
    font-size: 20px;
  }

  .about-text {
    font-size: 16px;
  }

  .story-img.mobile {
    display: none;
  }

  .hero {
    margin-bottom: var(--portrait-mobile);
  }

  .hero-data {
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .hero-title {
    text-align: center;
    max-width: 100%;
    font-size: 24px;
  }

  .hero-text {
    text-align: center;
    max-width: 100%;
    font-size: 20px;
  }

  .hero-linear {
    background-color: #00000040;
  }

  .sh-number {
    margin-top: 0;
    font-size: 16px;
  }

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

  .checkout-data {
    margin-bottom: var(--portrait-mobile);
  }

  .image {
    width: 100%;
  }

  .promiss_text_area.promiss_bg1 {
    width: 100%;
    position: static;
  }

  .promiss_text_area.promiss_bg2, .promiss_text_area.promiss_bg3 {
    width: auto;
    position: static;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-6 {
    width: 50%;
  }
}

#w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f76cd-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f76d2-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f76d9-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f76db-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f76de-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f76e3-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f76e8-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f76eb-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f76ef-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f76f4-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f76f7-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f76fb-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f7700-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f7703-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f7707-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f770c-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f770f-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f7713-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f7718-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f771b-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f771f-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f7724-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f7727-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f772b-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f7730-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f7733-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f7737-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f773c-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f773f-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f7743-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f7748-38dd5794, #w-node-_37e1235b-8efc-4ce8-1f4f-2bf5df2f774b-38dd5794, #w-node-_41066327-1b04-6b27-2741-32a3014f985f-38dd5796, #w-node-_41066327-1b04-6b27-2741-32a3014f9868-38dd5796, #w-node-_9ed2f070-5d7d-4bfe-1920-bd7f3a30b5ef-38dd5797, #w-node-_9ed2f070-5d7d-4bfe-1920-bd7f3a30b5f2-38dd5797, #w-node-_9ed2f070-5d7d-4bfe-1920-bd7f3a30b5f3-38dd5797, #w-node-_9ed2f070-5d7d-4bfe-1920-bd7f3a30b5f5-38dd5797 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_9d86556a-cc66-0572-8960-5672fdfd043f-38dd57ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}