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

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

@font-face {
  font-family: "Fa Brands 400 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-dark: #0e0e0e;
  --primary: #0b2936;
  --paragraph-gray: #535353;
  --primary-yellow: #4299d5;
  --primary-light: #f2f3ea;
  --light-gray: #799597;
  --radius-large: 32px;
  --dark-gray: #3c5459;
  --white: white;
  --radius-medium: 16px;
  --dark-gray-50: #afafaf80;
  --black\<deleted\|variable-66bd1c0d\>: black;
  --transparent: #fff0;
  --radius-small: 8px;
  --white-50: #ffffff80;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--primary-dark);
  font-family: Schibsted Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Schibsted Grotesk, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Schibsted Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Schibsted Grotesk, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Schibsted Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Schibsted Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 4px solid var(--primary-yellow);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

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

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

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 140px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.dark-background {
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
}

.section.banner-testimonials {
  background-color: var(--primary);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.shop-product-section {
  padding-top: 180px;
}

.section.overflow-visible {
  overflow: visible;
}

.section.without-space-dark-color {
  background-color: var(--primary);
  margin-bottom: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section.subscribe {
  margin-bottom: -60px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.banner-hero {
  background-color: var(--primary);
  padding: 100px 15px 15px;
}

.section.home-2 {
  background-color: var(--primary);
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.section.banner-hero-home {
  background-color: var(--primary);
  flex-direction: column;
  padding: 120px 15px 15px;
  display: flex;
  overflow: hidden;
}

.section.banner-inner {
  background-color: var(--primary);
  padding: 100px 15px 15px;
}

.section.light-background-padding {
  background-color: var(--primary-light);
  padding-bottom: 0;
}

.section.checkout {
  padding-top: 180px;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.relative-position {
  z-index: 1;
  position: relative;
}

.base-container.flex-horizontal {
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-large);
  background-color: var(--dark-gray);
  flex-direction: row;
  overflow: hidden;
}

.base-container.banner-home-3 {
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 40px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 48px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 40px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  background-color: var(--primary-yellow);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  padding: 18px 35px;
  font-size: 18px;
  transition: background-color .5s, color .5s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--primary);
  opacity: 1;
  color: var(--primary-yellow);
}

.primary-button.full-width-mobile {
  display: block;
}

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

.primary-button.white.mobile {
  display: none;
}

.primary-button.full {
  width: 100%;
}

.primary-button.margin-top {
  margin-top: 40px;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.nav-link {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link:hover {
  opacity: 1;
}

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

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
  display: flex;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  border: 1px solid var(--light-gray);
  background-color: var(--dark-gray);
  border-radius: 10px;
  width: auto;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 600px;
  margin-left: -245px;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  color: var(--white);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary-yellow);
  margin-left: 0;
}

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

.nav-item-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--primary-yellow);
}

.pages-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  border-radius: var(--radius-medium);
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 320px;
  transition: transform .8s;
}

.licensing-image:hover {
  transform: scale(1.1);
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  border-radius: var(--radius-medium);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link:hover {
  color: var(--light-gray);
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: var(--white);
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-large);
  min-width: 280px;
  min-height: 60px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary);
}

.password-input::placeholder {
  color: var(--light-gray);
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.text-center {
  text-align: center;
  max-width: 740px;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-large);
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 16px;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
  font-size: 16px;
}

.coming-soon-input::placeholder {
  color: var(--light-gray);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  text-align: center;
  margin-top: 60px;
  font-size: 70px;
}

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

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.prev-post-arrow {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--dark-gray);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  background-color: var(--primary);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  color: var(--paragraph-gray);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.section-subtitle.small {
  color: var(--primary-yellow);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.section-subtitle.green {
  color: var(--primary-yellow);
  margin-right: 400px;
  font-weight: 500;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph-large.text-white {
  text-align: left;
}

.paragraph-large.margin-bottom-medium {
  margin-bottom: 40px;
}

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

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-top: 80px;
  display: flex;
}

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

.section-title-description {
  color: var(--primary);
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-item {
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px 30px;
  display: flex;
}

.pricing-plan-item.center {
  background-color: var(--primary-light);
  position: relative;
}

.pricing-plan-item.center-pricing {
  background-color: var(--white);
  position: relative;
}

.pricing-plan-list {
  background-color: var(--primary);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
}

.pricing-plan-item-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.pricing-plan-price {
  color: var(--dark-gray);
  font-size: 56px;
}

.pricing-plan-currency-icon {
  color: var(--dark-gray);
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.section-title {
  padding-top: 0;
}

.comparing-table-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: block;
}

.comparing-table-features-wrapper {
  width: 33%;
  margin-right: 20px;
  display: none;
}

.comparing-table-plans-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-features-title {
  background-color: var(--light-gray);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-list-wrapper {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-list {
  background-color: var(--primary);
  margin-bottom: 0;
  padding-left: 0;
}

.comparing-table-list-item {
  border-bottom: 1px solid #79959780;
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  line-height: 1.5em;
}

.comparing-table-plan-title {
  background-color: var(--primary);
  text-align: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-plan {
  width: 33.33%;
  margin-right: 30px;
  transition: all .3s;
}

.comparing-table-plan:hover {
  box-shadow: 0 0 30px #1b354626;
}

.comparing-table-plan.last-child {
  margin-right: 0;
}

.comparing-table-content-wrapper {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--light-gray);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-content-item {
  text-align: center;
  border-bottom: 1px solid #79959780;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comparing-table-tick-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.comparing-table-button-wrapper {
  padding-top: 50px;
  padding-bottom: 35px;
}

.comparing-table-content-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.workflow-video-wrapper {
  width: 50%;
}

.workflow-wrapper {
  display: flex;
}

.workflow-wrapper.align-start {
  align-items: flex-start;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  margin-bottom: 0;
}

.workflow-video {
  border-radius: var(--radius-medium);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/worker-is-cutting-wires.webp');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.workflow-quote {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-wrapper.service-details {
  margin-top: 60px;
}

.accordion-item {
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-medium);
  background-color: var(--dark-gray);
  width: 100%;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-icon {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  margin-right: 15px;
  display: flex;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-title {
  color: var(--white);
}

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

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

.contacts-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 60px;
}

.contacts-form-wrapper {
  border-radius: var(--radius-medium);
  background-color: var(--primary-light);
  flex: none;
  width: 50%;
  padding: 40px;
}

.contacts-divider {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

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

.paragraph-no-margin:hover {
  color: var(--light-gray);
}

.paragraph-no-margin.color {
  color: var(--dark-gray);
  text-decoration: underline;
  transition: color .2s;
}

.paragraph-no-margin.color:hover {
  color: var(--light-gray);
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: var(--primary);
  max-width: 40px;
  padding: 10px 15px;
  transition: color .3s;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-left-arrow:hover {
  color: var(--light-gray);
}

.contacts-right-arrow {
  color: var(--primary);
  max-width: 40px;
  padding: 10px 15px;
  transition: color .3s;
  inset: 0% 19px auto auto;
}

.contacts-right-arrow:hover {
  color: var(--light-gray);
}

.contacts-slider-arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: var(--light-gray);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-form-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  color: var(--dark-gray);
  margin-bottom: 10px;
  font-size: 18px;
  text-decoration: underline;
  transition: color .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-large);
  height: auto;
  margin-bottom: 0;
  padding: 19px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-input::placeholder {
  color: var(--light-gray);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

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

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.service-details-content-wrapper {
  width: 70%;
  margin-right: 40px;
}

.accordion-wrap-one-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.service-details-sidebar-wrapper {
  border-radius: var(--radius-medium);
  background-color: var(--primary-light);
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  padding: 20px 40px 30px;
  display: flex;
  position: sticky;
  top: 110px;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-details-sidebar-contacts {
  margin-top: 10px;
  margin-bottom: 30px;
}

.accordion-wrapper-one-column {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-list-item {
  position: relative;
}

.primary-button-white {
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 50px;
  align-items: center;
  padding: 18px 35px;
  font-size: 18px;
  transition: background-color .5s;
}

.primary-button-white:hover {
  background-color: var(--primary-yellow);
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-three-column-section {
  display: flex;
  overflow: hidden;
}

.about-first-column {
  background-color: var(--primary);
  width: 33.33%;
  padding: 80px 30px 80px 40px;
}

.about-second-column {
  background-image: url('../images/electrician-big.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.33%;
}

.about-third-column {
  background-color: var(--primary-light);
  width: 33.33%;
  padding: 80px 40px 80px 30px;
}

.about-third-column-description {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.about-progress-bar-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.progressbar-gray-line {
  background-color: var(--dark-gray-50);
  width: 100%;
  height: 4px;
}

.progress-bar-90 {
  background-color: var(--primary);
  width: 90%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.about-progress-bar-active-element {
  background-color: var(--primary);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: auto -10px 15px auto;
  transform: rotate(-45deg);
}

.progress-bar-number {
  color: var(--white);
  padding-top: 2px;
  padding-left: 5px;
  font-size: 12px;
  transform: rotate(45deg);
}

.progressbar-con {
  width: 100%;
}

.progress-bar-80 {
  background-color: var(--primary);
  width: 82%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.about-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-tab-link {
  border: 1px solid var(--primary);
  border-radius: var(--radius-large);
  background-color: #0000;
  padding: 10px 30px;
  transition-property: background-color;
}

.portfolio-tab-link:hover {
  background-color: var(--primary-yellow);
}

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

.portfolio-tab-link.all-projects {
  margin-right: auto;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.services-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.services-collection-item {
  width: 31.3%;
  display: inline-block;
}

.services-list-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  height: 280px;
  transition: transform .8s;
}

.services-list-image:hover {
  transform: scale(1.1);
}

.services-image-wrapper {
  position: relative;
}

.services-content-wrapper {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--light-gray);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 20px;
}

.services-title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 500;
  transition: color .3s;
}

.services-title:hover {
  color: var(--light-gray);
}

.services-category {
  color: var(--dark-gray);
  width: 100%;
  margin-bottom: 15px;
  transition: color .3s;
  display: inline-block;
}

.services-category:hover {
  color: var(--light-gray);
}

.services-image-link {
  border-top: 1px solid var(--light-gray);
  border-right: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  margin-bottom: -8px;
  overflow: hidden;
}

.progress-bar-98 {
  background-color: var(--primary);
  width: 98%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.nav-dropdown-column {
  width: 33%;
}

.mb-20 {
  margin-bottom: 20px;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.secondary-button {
  background-color: var(--primary);
  color: var(--primary-yellow);
  letter-spacing: .5px;
  border-radius: 50px;
  justify-content: center;
  padding: 18px 35px;
  font-size: 18px;
  transition: background-color .4s, border-color .5s, color .5s;
}

.secondary-button:hover {
  background-color: var(--primary-yellow);
  color: var(--primary);
}

.home-buttons-wrapper {
  grid-column-gap: 30px;
  margin-top: 40px;
  display: flex;
}

.navbar-absolute {
  background-color: var(--primary);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.testimonials-card {
  grid-row-gap: 20px;
  border-radius: var(--radius-medium);
  background-color: var(--primary-light);
  flex-direction: column;
  width: 33.33%;
  margin-top: 20px;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.testimonials-card.width {
  width: auto;
}

.flex-testimonials-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.review-name {
  margin-bottom: 0;
}

.author-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin-right: 15px;
  display: block;
}

.testimonial-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: -20px;
}

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

.testimonials-author-horizontal {
  align-items: center;
  display: flex;
}

.testimonials-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.portfolio-masonry-tabs {
  width: 100%;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.home-content-banner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.banner-image {
  object-fit: cover;
  width: 98%;
  height: 96%;
  position: absolute;
  inset: auto;
}

.banner-image:hover {
  color: var(--black\<deleted\|variable-66bd1c0d\>);
}

.home-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.home-subscribe {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  display: flex;
}

.about-team-slide {
  width: 23%;
  margin-right: 30px;
}

.hero-testimonials-mask {
  height: auto;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary-yellow);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.check-icon {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.check-icon.yellow {
  color: var(--primary-yellow);
}

.slider {
  background-color: #0000;
  width: 60%;
  height: 100%;
  margin-top: 0;
  overflow: hidden;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 28px;
}

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 24px;
}

.rich-text-style h5 {
  margin-top: 20px;
  font-size: 22px;
}

.rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  background-color: var(--primary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  border-radius: var(--radius-medium);
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.link {
  cursor: pointer;
  font-size: 18px;
  position: relative;
}

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

.brand-tablet {
  display: none;
}

.home-banner {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.shop-item-price {
  font-size: 18px;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
}

.shop-item-price-on-sale {
  color: var(--dark-gray);
  font-size: 18px;
  text-decoration: line-through;
}

.arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.shop-details-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--radius-medium);
  background-color: var(--primary-light);
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  padding: 40px 50px 50px;
  display: flex;
}

.shop-image-lightbox-link {
  width: 100%;
  height: 100%;
}

.image-preview {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.image-preview.shop {
  border-radius: var(--radius-medium);
}

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

.shop-image-item {
  width: 100%;
}

.shop-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.collection-list-wrapper-services {
  width: 100%;
}

.position-relative {
  width: 400px;
  position: relative;
}

.testimonials-bg-element {
  background-color: var(--primary);
  height: 30%;
  position: absolute;
  inset: 0% 0% auto;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.success-message {
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
}

.success-message.black {
  color: var(--primary-dark);
}

.error-message {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.error-message.black {
  color: var(--primary-dark);
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.primary-yellow-style-guide {
  background-color: var(--primary-yellow);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.primary-button-with-icon {
  background-color: var(--primary);
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding: 5px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-wrap {
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.button-text-item {
  color: var(--white);
  text-transform: none;
  font-size: 18px;
  text-decoration: none;
}

.bolt-icon-wrapper {
  background-color: var(--primary-yellow);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.bolt-icon {
  z-index: 2;
  width: 20px;
  position: relative;
}

.bolt-block {
  flex-direction: column;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.underline {
  background-color: var(--primary);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0%;
}

.underline.geen, .underline.geen-nav {
  background-color: var(--primary-yellow);
}

.icon-link {
  color: var(--primary);
  cursor: pointer;
  font-size: 18px;
  position: relative;
}

.icon-link.margin-top-small {
  margin-top: 20px;
}

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

.text-block-link.green {
  color: var(--primary-yellow);
}

.banner-mask {
  z-index: 2;
  width: 100%;
  height: 380px;
  min-height: 550px;
  position: relative;
}

.banner-mask:hover {
  color: var(--black\<deleted\|variable-66bd1c0d\>);
}

.without-top-margin {
  margin-top: 0;
}

.section-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-top-medium {
  margin-top: 40px;
}

.slider-our-services {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
  padding-left: 2%;
  position: relative;
  overflow: hidden;
}

.slider-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.arrow-circle {
  border: 1px solid var(--dark-gray);
  color: var(--dark-gray);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  transition: border-color .3s, background-color .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 2%;
}

.arrow-circle:hover {
  border-color: var(--primary-yellow);
  background-color: var(--primary-yellow);
}

.arrow-circle.right {
  right: 79%;
}

.arrow-circle.slider {
  border-color: var(--primary-yellow);
  color: var(--primary-yellow);
  transition: color .3s, border-color .3s, background-color .3s;
  bottom: 4%;
  left: auto;
  right: 0%;
}

.arrow-circle.slider:hover {
  color: var(--primary);
}

.arrow-circle.slider-left {
  border-color: var(--primary-yellow);
  color: var(--primary-yellow);
  transition: color .3s, border-color .3s, background-color .3s;
  bottom: 4%;
  left: auto;
  right: 12%;
}

.arrow-circle.slider-left:hover {
  color: var(--primary);
}

.text-color-white {
  color: #fff;
}

.text-color-white.margin-bottom-large {
  margin-bottom: 60px;
}

.text-color-white.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.text-color-white.footer-margin-bottom-small {
  margin-bottom: 20px;
}

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

.image-banner {
  object-fit: contain;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.cms-slide-content {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.banner-slide-image {
  height: 550px;
  position: relative;
  overflow: hidden;
}

.banner-slide {
  margin-right: 15px;
}

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

.heading-banner.white {
  color: var(--white);
  text-align: left;
}

.heading-banner.color-margin {
  color: var(--white);
  margin-top: 0;
}

.intro-paragraph {
  color: var(--primary);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.45;
}

.span-avatar {
  background-image: url('../images/team-member-2_1team-member-2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #afafaf80;
  border-radius: 50px;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: -.8rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: inline-block;
  position: relative;
  bottom: -.075rem;
}

.span-avatar.two {
  background-image: url('../images/team-member-1_1team-member-1.webp');
}

.span-avatar.third {
  background-image: url('../images/team-member-6_1team-member-6.webp');
}

.span-name {
  background-color: var(--primary-yellow);
  color: var(--primary);
  text-align: left;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 6.8rem;
  margin-left: -1rem;
  padding: .2rem .875rem;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
  bottom: 3rem;
  left: -1.2rem;
  right: 0;
}

.big-container {
  background-image: linear-gradient(204deg, #0b29364d, #0b2936f2), url('../images/electrician-8.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 80px 20px;
}

.features-icon-image {
  color: var(--primary-yellow);
  text-align: center;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 36px;
  line-height: 1.2em;
}

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

.features-card {
  border: 1px solid var(--light-gray);
  background-color: var(--dark-gray);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 20px #0000001a;
}

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

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

.flex-horizontal-justify-start.gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.clients-image:hover {
  opacity: 1;
}

.clients-large-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.clients-xsmall-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--light-gray);
  background-color: var(--dark-gray);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  display: flex;
}

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

.solutions-icon {
  color: var(--primary-yellow);
  text-align: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

.next-slide-image {
  opacity: .41;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-next {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 15px;
  width: 100%;
  height: 500px;
}

.inner-wrap {
  width: 100%;
}

.margin-bottom-small {
  margin-bottom: 20px;
}

.display-flex-horizontal {
  display: flex;
}

.button-hover {
  z-index: 10;
  border: 3px solid var(--primary-yellow);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.button-hover:hover {
  transform: scale(1);
}

.flex-horizontal-align-center {
  align-items: center;
  display: flex;
}

.flex-horizontal-align-center.mobile-display-block {
  align-items: flex-start;
  position: relative;
}

.video-center-wrapper {
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 45%;
  left: 0%;
  right: 0%;
}

.video-right-wrapper {
  justify-content: flex-start;
  width: 50%;
  padding-top: 60px;
  padding-left: 15px;
  display: flex;
}

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

.video-left-wrapper {
  justify-content: flex-end;
  width: 50%;
  padding-right: 15px;
  display: flex;
}

.video-grid-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  width: 100%;
}

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

.play-button-2 {
  z-index: 5;
  background-color: var(--primary-yellow);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.quote-top-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.autor-photo {
  background-image: url('../images/team-member-5.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.autor-photo.autor-2 {
  background-image: url('../images/jayson-hinrichsen-cw92wxzhrme-unsplash_1jayson-hinrichsen-cw92wxzhrme-unsplash.webp');
}

.autor-photo.autor-4 {
  background-image: url('../images/vicky-hladynets-c8ta0gwpbqg-unsplash_1vicky-hladynets-c8ta0gwpbqg-unsplash.webp');
  background-position: 50%;
}

.autor-photo.autor-3 {
  background-image: url('../images/luis-villasmil-z4rqvrprj38-unsplash_1luis-villasmil-z4rqvrprj38-unsplash.webp');
}

.testimonials-slider-wrapper {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  max-width: 650px;
  height: auto;
  margin-right: auto;
  position: relative;
}

.slider-title-name {
  color: var(--primary-yellow);
  margin-top: 0;
}

.lovely-visitor {
  color: #fff;
  margin-bottom: 0;
}

.section-testimonials {
  background-image: linear-gradient(113deg, var(--primary) 44%, #0f35900d), url('../images/map_1map.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 80px 20px;
  position: relative;
}

.testimonials-content {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.testimonials-item-block {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.testimonials-text {
  color: var(--white);
  font-size: 24px;
}

.display-none {
  display: none;
}

.list {
  grid-row-gap: 10px;
  color: #9e9e9e;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 10px;
  padding-left: 0;
  overflow: hidden;
}

.list.margin-space-small {
  margin-top: 30px;
  margin-bottom: 20px;
}

.list-item {
  color: var(--primary-dark);
  line-height: 1.5em;
}

.list-item.white {
  color: var(--white);
}

.block-button {
  margin-top: 30px;
}

.left-slide-content {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 55%;
  margin-right: 40px;
  font-weight: 400;
  display: flex;
}

.pricing-icon-image {
  color: var(--dark-gray);
  text-align: center;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 36px;
  line-height: 1.2em;
}

.recommended {
  background-color: var(--primary);
  border-radius: 50px;
  padding: 10px 20px;
  position: absolute;
  top: -18px;
}

.margin-botton-large {
  margin-bottom: 60px;
}

.logo-image-company {
  filter: invert();
  align-self: flex-start;
  height: 40px;
}

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

.banner-form-text-field {
  border: 1px solid var(--dark-gray);
  background-color: var(--white);
  border-radius: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 70px 16px 28px;
  font-size: 18px;
  line-height: 1.5em;
}

.banner-form-text-field:focus {
  border-color: var(--primary-yellow);
}

.banner-form-text-field::placeholder {
  color: var(--dark-gray);
  font-size: 18px;
  line-height: 1.5em;
}

.banner-form-button {
  background-color: var(--primary-yellow);
  background-image: url('../images/flashlight-fill-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  width: 52px;
  height: 52px;
  padding: 16px;
  transition: background-color .3s;
  position: absolute;
  inset: 5px 5px 5px auto;
}

.banner-form-button:hover {
  background-color: var(--light-gray);
}

.paragraph-xsmall {
  color: var(--white);
  font-size: 16px;
  line-height: 1.2em;
}

.underlined-link {
  color: var(--primary-yellow);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  font-size: 16px;
  line-height: 1.2em;
}

.underlined-link:hover {
  color: var(--white);
}

.cta-description {
  justify-content: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.book-contacts-input {
  border: 1px solid var(--light-gray);
  background-color: #ffffff12;
  border-radius: 50px;
  height: auto;
  margin-bottom: 20px;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.book-contacts-input:focus {
  border: 1px solid var(--primary);
}

.book-contacts-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.news-info-content {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding: 40px 20px 40px 40px;
  display: flex;
}

.select-field {
  border: 1px solid var(--light-gray);
  color: var(--dark-gray);
  background-color: #fff0;
  border-radius: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
}

.select-field:active {
  color: var(--primary-dark);
  font-size: 16px;
}

.select-field:focus {
  border-color: var(--primary);
  color: var(--primary-dark);
}

.select-field:focus-visible, .select-field[data-wf-focus-visible] {
  color: var(--primary-dark);
}

.form-book-contacts {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 420px;
  margin-bottom: 0;
  display: flex;
}

.subscribe-title {
  text-align: left;
  text-transform: none;
  width: 100%;
  margin-top: 0;
}

.book-contacts {
  width: 100%;
}

.field-label {
  color: var(--dark-gray);
  margin-bottom: 10px;
  font-weight: 500;
}

.hero-wrapper {
  border-radius: var(--radius-large);
  background-image: linear-gradient(to right, #0b2936d9 15%, #0b29361a 82%), url('../images/male-electrician-works.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.description-banner {
  width: 90%;
  margin-top: 10px;
}

.secondary-button-with-icon {
  background-color: var(--dark-gray);
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.nav-item-with-line-block {
  position: relative;
}

.nav-text-link {
  margin: 10px 15px;
  transition: all .3s;
  position: relative;
}

.nav-text-link:hover {
  color: #fff;
}

.cart-block {
  display: flex;
}

.cart-button {
  background-color: var(--transparent);
}

.cart-button:hover {
  color: var(--primary-yellow);
}

.cart-quantity {
  color: var(--primary);
  margin-top: -20px;
  margin-left: -5px;
}

.button-tablet-block {
  margin-top: 40px;
  display: none;
}

.footer-copyright {
  color: var(--primary-light);
  width: 100%;
  font-size: 14px;
  display: inline;
}

.footer-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo-holder {
  color: #fff;
  margin-bottom: 10px;
}

.footer-logo-holder.w--current {
  color: #fff;
  padding-left: 0;
}

.footer-icon-links {
  border: 1px solid var(--primary-yellow);
  background-color: var(--transparent);
  color: var(--primary-yellow);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  line-height: 15px;
  transition: background-color .3s;
  display: flex;
}

.footer-icon-links:hover {
  background-color: var(--primary-yellow);
  color: var(--primary);
}

.footer-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.footer-links-wrapper.text-align-left-half-width {
  text-align: left;
  width: 15%;
}

.footer-links-large-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.nav-base-container-full-width {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.footer-brand-description {
  color: var(--white);
  text-align: left;
}

.footer-contacts-icon {
  color: var(--primary-yellow);
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.footer-rights {
  color: #f4f4f4;
  font-size: 14px;
}

.all-contacts-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-copyright-link {
  color: var(--primary-light);
  letter-spacing: .2px;
  margin-right: 5px;
  padding-left: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

.work-hours {
  color: var(--white);
  text-align: left;
  max-width: 200px;
  margin-bottom: 0;
  font-size: 16px;
}

.footer-links {
  color: var(--white);
  text-align: left;
  transition: color .3s;
}

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

.footer-social-icons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-social-icons-wrapper.small-gap-mobile-center {
  grid-column-gap: 15px;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-text-link {
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .3s;
  position: relative;
}

.footer-text-link:hover {
  color: #fff;
}

.success-message-black {
  background-color: var(--transparent);
  text-align: center;
}

.success-message-black.center {
  margin-top: auto;
  margin-bottom: auto;
}

.error-message-black {
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.footer-second {
  background-color: var(--primary);
  text-align: center;
  align-items: flex-start;
  padding-top: 130px;
  padding-bottom: 60px;
}

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

.button {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.description-service {
  width: 95%;
}

.background-top {
  background-color: var(--primary);
  height: 70%;
  position: absolute;
  inset: 0% 0% auto;
}

.home-banner-mask-copy {
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  min-height: 500px;
  display: flex;
  position: relative;
}

.cta-mask {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.cta-image {
  object-fit: cover;
  width: 95%;
  height: 96%;
  position: absolute;
  inset: auto;
}

.cta-banner-mask {
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100%;
  min-height: 520px;
  display: flex;
  position: relative;
}

.cta-wrapper {
  background-color: var(--primary-light);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.home-banner-wrapper {
  grid-column-gap: 40px;
  flex: 1;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.services-image-wrap {
  border-radius: var(--radius-large);
  width: 100%;
  height: 450px;
  margin-top: 60px;
  overflow: hidden;
}

.services-image-wrap.margin-botton {
  margin-top: 0;
  margin-bottom: 60px;
}

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

.home-our-services-wrapper {
  grid-column-gap: 70px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-services-wrap {
  text-align: center;
  flex-direction: column;
  width: 80%;
  display: flex;
}

.home-btn-wrap {
  margin-top: 40px;
  display: flex;
}

.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.content-banner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  display: flex;
}

.hero-image-wrapper {
  border-radius: var(--radius-large);
  background-image: linear-gradient(to right, #0b2936d9 15%, #0b29361a 82%);
  width: 100%;
  height: 350px;
  min-height: 350px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.hero-image-wrapper.template {
  margin-top: 60px;
}

.image-home-banner {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
}

.background-block {
  background-image: linear-gradient(227deg, #0b2936e6, #0b29364d);
  position: absolute;
  inset: 0%;
}

.inner-content-banner {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.inner-wrapper {
  border-radius: var(--radius-large);
  background-image: linear-gradient(90deg, #0b2936d9 30%, #0b29368c 82%, #0b29361a), url('../images/male-electrician-works-switchboard.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.inner-wrapper.our-team {
  background-image: linear-gradient(to right, #0b2936d9 30%, #0b29368c 100%, #0b29361a), url('../images/man-electrical-technician.webp');
}

.inner-wrapper.services {
  background-image: linear-gradient(to right, #0b2936d9 30%, #0b29368c 100%, #0b29361a), url('../images/electrician-1920.webp');
}

.inner-wrapper.pricing {
  background-image: linear-gradient(to right, #0b2936d9 30%, #0b29368c 82%, #0b29361a), url('../images/electrician-big.webp');
}

.inner-wrapper.faq {
  background-image: linear-gradient(to right, #0b2936d9 30%, #0b29368c 82%, #0b29361a), url('../images/male-electrician-8works.webp');
}

.inner-wrapper.contact-us {
  background-image: linear-gradient(to right, #0b2936d9 30%, #0b29368c 100%, #0b29361a), url('../images/male-electrician-works89.webp');
}

.inner-wrapper.blog {
  background-image: linear-gradient(to right, #0b2936d9 30%, #0b29368c 82%, #0b29361a), url('../images/male-electrician-works-switchboard.webp');
  min-height: 350px;
}

.inner-wrapper.blog-categories {
  background-image: linear-gradient(to right, #0b2936d9 30%, #0b29368c 100%, #0b29361a), url('../images/man-electrical-technician.webp');
  background-position: 0 0, 50%;
  min-height: 350px;
}

.inner-wrapper.shop {
  background-image: linear-gradient(to right, #0b2936d9 30%, #0b29368c 100%, #0b29361a), url('../images/male-electrician-worksdd.webp');
  min-height: 350px;
}

.inner-wrapper.shop-categories {
  background-image: linear-gradient(to right, #0b2936d9 30%, #0b29368c 100%, #0b29361a), url('../images/female-turning-light.webp');
  min-height: 350px;
}

.team-member-image {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.card-content-wrapper {
  background-color: var(--light-gray);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 30px 20px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-container {
  width: 50%;
}

.description-container {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  padding-bottom: 10px;
  display: flex;
}

.text-container {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.our-team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.background-load-bottom {
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.team-social-icon {
  color: var(--primary-dark);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.team-social-icon:hover {
  color: var(--primary-yellow);
}

.team-member-card {
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.employee-position {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.member-socials-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.background-load-top {
  z-index: 25;
  background-color: #fff;
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.team-member-card-image {
  color: #28382a;
  object-fit: cover;
  border-radius: 10px;
  min-width: 100%;
  height: 400px;
}

.inner-button-wrapper {
  grid-column-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.background-botton {
  background-color: var(--primary);
  height: 75%;
  position: absolute;
  inset: auto 0% 0%;
}

.flex-justify-start {
  justify-content: flex-start;
  display: flex;
}

.category {
  color: var(--primary-yellow);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  transition: color .3s;
}

.category:hover {
  color: var(--primary-light);
}

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

.image-faq {
  border-radius: var(--radius-large);
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.paragraph-faq {
  margin-bottom: 30px;
}

.text-contacts-input {
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-medium);
  background-color: #ffffff12;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 150px;
  max-height: 300px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  transition: all .2s;
}

.text-contacts-input:focus {
  border: 1px solid var(--primary);
}

.text-contacts-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.book-contact-us {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 480px;
  margin-bottom: 0;
  display: flex;
}

.select-field-contact {
  border: 1px solid var(--light-gray);
  color: var(--dark-gray);
  background-color: #fff0;
  border-radius: 50px;
  height: auto;
  margin-bottom: 20px;
  padding: 16px 18px;
  font-size: 16px;
}

.select-field-contact:active {
  color: var(--primary-dark);
  font-size: 16px;
}

.select-field-contact:focus {
  border-color: var(--primary);
  color: var(--primary-dark);
}

.select-field-contact:focus-visible, .select-field-contact[data-wf-focus-visible] {
  color: var(--primary-dark);
}

.collection-list-wrapper-blog {
  width: 100%;
}

.blog-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.blog-collection-item {
  width: 31.3%;
  display: inline-block;
}

.blog-list-content-wrapper {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--light-gray);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 20px;
}

.blog-title {
  color: var(--primary);
  font-size: 24px;
  font-weight: 500;
  transition: color .3s;
}

.blog-title:hover {
  color: var(--light-gray);
}

.blog-category {
  color: var(--dark-gray);
  width: 100%;
  margin-bottom: 15px;
  transition: color .3s;
  display: inline-block;
}

.blog-category:hover {
  color: var(--light-gray);
}

.shop-category {
  color: var(--dark-gray);
  width: 100%;
  margin-bottom: 15px;
  transition: color .3s;
  display: inline-block;
}

.shop-category:hover {
  color: var(--light-gray);
}

.flex-justify-end {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.collection-list-wrapper-shop {
  width: 100%;
}

.our-shop-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.our-shop-collection-list.center {
  justify-content: center;
}

.our-shop-collection-item {
  width: 31.3%;
  display: inline-block;
}

.shop-image-wrapper {
  position: relative;
}

.shop-image-link {
  border-top: 1px solid var(--light-gray);
  border-right: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  margin-bottom: -8px;
  overflow: hidden;
}

.shop-content-wrapper {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--light-gray);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 20px;
}

.shop-title {
  color: var(--primary);
  font-size: 28px;
  font-weight: 500;
  transition: color .3s;
}

.shop-title:hover {
  color: var(--light-gray);
}

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

.out-of-stock-state, .error-state {
  background-color: var(--white);
}

.add-to-cart {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.cart-container {
  border-radius: 32px;
}

.apple-pay, .pay-with-browser {
  border-radius: 50px;
  height: 60px;
}

.cart-quantity-2 {
  border-color: var(--light-gray);
}

.cart-quantity-2:hover, .cart-quantity-2:focus {
  border-color: var(--primary);
}

.image-cart {
  border-radius: var(--radius-medium);
  object-fit: cover;
  width: 90px;
  height: 90px;
}

.icon-pointer {
  cursor: pointer;
}

.link-hover {
  transition: color .3s;
}

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

.text-block-cart {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
}

.subtotal {
  color: var(--primary);
  font-size: 20px;
}

.hover-slider-arrow {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.projects-arrow {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.testimonial-slide {
  z-index: 20;
  position: relative;
}

.images-collection-item {
  width: 50%;
  display: flex;
}

.default-state-details {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.main-image-product {
  border-radius: var(--radius-small);
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.buy-now-button {
  display: none;
}

.product-item-price-on-sale {
  color: var(--dark-gray);
  margin-top: 10px;
  font-size: 22px;
  text-decoration: line-through;
}

.field-label-products {
  margin-bottom: 5px;
  font-weight: 700;
}

.product-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.zoom-modal {
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
  box-shadow: 0 5px 50px #333;
}

.product-image-zoomed {
  width: 100%;
  padding-top: 10px;
  transform: scale(2);
}

.details-content-block {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

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

.buttons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 200px;
  display: flex;
}

.block-quantity {
  width: 100%;
}

.error-state-2 {
  background-color: #0000;
  margin-top: 0;
}

.heading-product {
  margin-top: 0;
  font-size: 54px;
}

.images-collection-list {
  grid-column-gap: 20px;
  display: flex;
}

.product-details-wrapper {
  grid-column-gap: 50px;
  flex-direction: row;
  width: 100%;
  display: flex;
  position: relative;
}

.quantity-block {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: var(--light-gray);
  background-color: #0000;
  border-left-style: none;
  border-radius: 0;
  width: 100%;
  height: 56px;
}

.quantity-block:hover {
  border-bottom-color: var(--primary);
}

.block-price-products {
  position: relative;
}

.empty-state-event {
  background-color: #0000;
}

.product-item-price {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
}

.small-image {
  border-radius: var(--radius-small);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox-small-image {
  width: 100%;
  height: 150px;
}

.lightbox-main-image {
  width: 100%;
  height: 350px;
  position: relative;
}

.product-details-category {
  border: 1px solid var(--primary);
  border-radius: var(--radius-large);
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 8px 20px;
  font-size: 14px;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

.product-details-category:hover {
  background-color: var(--primary-yellow);
  color: var(--primary);
}

.more-image-block {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 40px;
}

.out-of-stock-state-2 {
  background-color: #0000;
  margin-top: 0;
}

.zoom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-primary {
  grid-column-gap: 5px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff3;
  border-radius: 0;
  justify-content: center;
  height: auto;
  min-height: 49px;
  padding: 15px 20px;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary:hover {
  color: #fff;
}

.product-item {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.product-item.right {
  z-index: 70;
  float: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.h2-title-tag {
  margin-top: 0;
  margin-bottom: 0;
}

.product-1-item {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.product-1-item.right {
  z-index: 70;
  float: right;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-item-003 {
  z-index: 70;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.licensing-image-link-2 {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.licensing-image-link-2:hover {
  opacity: 1;
}

.hover-circle-wrapper {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.outline-hover-circle {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.shop-images-wrapper {
  margin-top: 40px;
}

.checkout-form {
  background-color: var(--white);
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

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

.order-item-wrap {
  flex: 1;
  display: flex;
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--white);
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.order-items, .order-summary {
  margin-bottom: 0;
}

.text-block-404 {
  z-index: 2;
  color: var(--primary);
  font-size: 180px;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.order-field {
  transition: border-color .3s;
}

.order-field:focus, .order-field.-wfp-focus {
  border-color: var(--primary);
}

.nav-dropdown-icon-desktop {
  color: #fff;
  margin-left: 5px;
  margin-right: 0;
  font-size: 14px;
  display: block;
  position: relative;
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  color: var(--white);
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-bottom: 0 #0000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
  border-bottom-color: #0000;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-buttons:hover {
  color: #ffffffb3;
  border-color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.more-templates {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  opacity: 1;
  color: #000;
  border-color: #e4e4e4;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.buy-this-template {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #000;
  border-color: #e4e4e4;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-text-block {
  font-size: 14px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.map {
  height: 200px;
}

.button-2 {
  background-color: #3c5459;
  border-radius: 19px;
  width: 200px;
  margin-top: 40px;
  margin-left: -182px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 5px;
  display: block;
  position: relative;
}

.google_review_widget {
  width: 100%;
}

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

.div-block, .collection-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--light-gray);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.button-3 {
  background-color: var(--primary-yellow);
  color: var(--primary);
  border-radius: 50px;
  padding: 18px 35px;
  font-size: 18px;
}

.heading-2 {
  color: var(--primary-light);
}

.cart-quantity-3 {
  border-color: var(--light-gray);
}

.cart-quantity-3:hover, .cart-quantity-3:focus {
  border-color: var(--primary);
}

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

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

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

  .section.changelog-banner {
    padding-top: 160px;
  }

  .section.banner-testimonials {
    padding-bottom: 100px;
  }

  .section.shop-product-section {
    padding-top: 200px;
  }

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

  .base-container.banner-home-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list.megamenu.w--open {
    margin-left: -170px;
  }

  .nav-dropdown-link {
    margin-left: -20px;
  }

  .nav-dropdown-link.nav-down-1 {
    margin-right: 20px;
  }

  .footer {
    padding-top: 100px;
  }

  .section-subtitle.green {
    margin-left: 8px;
    margin-right: 5px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .paragraph-large.text-white {
    margin-left: 8px;
  }

  .banner-title-wrapper.width {
    max-width: 781px;
    margin-top: 40px;
  }

  .pricing-plan-item-title {
    width: 85%;
  }

  .comparing-table-features-wrapper {
    display: block;
  }

  .comparing-table-plans-wrapper {
    width: 67%;
  }

  .comparing-table-list {
    padding-left: 20px;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
  }

  .comparing-table-content-item-title {
    display: none;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .contacts-content-wrapper {
    padding-right: 80px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
    padding-top: 160px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .about-first-column {
    padding-left: 80px;
    padding-right: 50px;
  }

  .about-third-column {
    padding-left: 50px;
    padding-right: 80px;
  }

  .about-progress-bar-active-element {
    margin-left: 20px;
  }

  .tabs-menu {
    margin-bottom: 60px;
  }

  .services-collection-item {
    width: 31.6%;
  }

  .services-list-image {
    height: 320px;
  }

  .services-content-wrapper {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .services-category {
    margin-bottom: 20px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .home-content-banner {
    width: 60%;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .banner-image {
    width: 80%;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .home-banner {
    width: 50%;
  }

  .shop-details-block {
    margin-top: 120px;
  }

  .banner-mask {
    object-fit: contain;
    min-height: 600px;
  }

  .section-text-wrapper {
    max-width: 800px;
  }

  .slider-our-services {
    padding-left: 4%;
  }

  .slider-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: .5fr auto;
  }

  .arrow-circle {
    left: 4%;
  }

  .image-banner {
    object-position: 100% 50%;
  }

  .banner-slide-image {
    height: 600px;
  }

  .heading-banner.white {
    margin-left: 8px;
  }

  .big-container {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .features-card {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .next-slide-image {
    width: 30%;
  }

  .video-grid-wrapper {
    grid-column-gap: 80px;
    padding-top: 140px;
    overflow: hidden;
  }

  .testimonials-slider-wrapper {
    margin-right: 100px;
  }

  .section-testimonials {
    padding: 130px 40px;
  }

  .left-slide-content {
    padding-top: 60px;
  }

  .news-info-content {
    padding: 60px 80px 60px 60px;
  }

  .description-banner {
    width: 85%;
  }

  .description-banner.inner {
    width: 90%;
  }

  .nav-text-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .cart-block {
    margin-right: 20px;
  }

  .description-service {
    width: 80%;
  }

  .home-banner-mask-copy {
    width: 50%;
  }

  .cta-mask {
    inset: 0%;
  }

  .home-banner-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 40px;
  }

  .services-image-wrap {
    height: 500px;
  }

  .services-image-wrap.margin-botton {
    margin-bottom: 80px;
  }

  .home-our-services-wrapper {
    grid-column-gap: 70px;
  }

  .hero-image-wrapper {
    margin-top: 80px;
  }

  .inner-content-banner {
    width: 60%;
  }

  .inner-wrapper.blog, .inner-wrapper.blog-categories, .inner-wrapper.shop, .inner-wrapper.shop-categories {
    min-height: 450px;
  }

  .title-container {
    padding-right: 40px;
  }

  .text-container {
    grid-column-gap: 120px;
  }

  .inner-button-wrapper {
    margin-top: 60px;
  }

  .blog-category, .shop-category {
    margin-bottom: 20px;
  }

  .our-shop-collection-item {
    width: 31.6%;
  }

  .shop-content-wrapper {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-details-wrapper {
    grid-column-gap: 80px;
  }

  .heading {
    font-size: 16px;
    font-weight: 400;
  }

  .image {
    width: 70%;
    position: static;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.home-2 {
    padding-top: 100px;
  }

  .about-first-column, .about-third-column {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .about-progress-bar-active-element {
    margin-left: 70px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .banner-image {
    width: 75%;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-preview {
    height: 540px;
  }

  .banner-mask {
    height: 380px;
    min-height: 550px;
  }

  .slider-our-services {
    padding-left: 9%;
  }

  .arrow-circle {
    left: 9%;
  }

  .arrow-circle.right {
    right: 75%;
  }

  .home-banner-mask-copy {
    min-height: 380px;
  }

  .cta-banner-mask {
    min-height: 500px;
  }
}

@media screen and (min-width: 1920px) {
  .section.changelog-banner {
    padding-top: 180px;
  }

  .section.banner-hero {
    height: 100vh;
  }

  .section.home-2 {
    padding-top: 120px;
  }

  .section.banner-hero-home {
    padding-top: 140px;
  }

  .about-first-column {
    padding-left: 120px;
    padding-right: 80px;
  }

  .about-third-column {
    padding-left: 80px;
    padding-right: 120px;
  }

  .about-progress-bar-wrapper {
    max-width: 360px;
  }

  .about-progress-bar-active-element {
    margin-left: 80px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .banner-image {
    width: 98%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .banner-mask {
    height: 100%;
  }

  .slider-our-services {
    padding-left: 20%;
  }

  .arrow-circle {
    bottom: 10%;
    left: 20%;
  }

  .arrow-circle.right {
    right: 67%;
  }

  .banner-slide-image {
    height: 700px;
  }

  .next-slide-image {
    width: 38%;
  }

  .image-next {
    height: 600px;
  }

  .list {
    list-style: none;
  }

  .block-button {
    margin-top: 40px;
  }

  .left-slide-content {
    width: 45%;
  }

  .slider-image-block {
    width: 55%;
  }

  .footer-second {
    padding-top: 160px;
  }

  .description-service {
    width: 75%;
  }

  .hero-image-wrapper {
    height: 500px;
    margin-top: 90px;
  }

  .hero-image-wrapper.template {
    height: 550px;
    margin-top: 80px;
  }

  .inner-wrapper.blog-categories {
    min-height: 500px;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 28px;
  }

  .section.changelog-banner {
    min-height: 300px;
    padding-top: 100px;
  }

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

  .section.shop-product-section {
    padding-top: 120px;
  }

  .section.banner-hero {
    padding-top: 70px;
  }

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

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

  .section.banner-inner {
    padding-top: 70px;
  }

  .section.checkout {
    padding-top: 120px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .primary-button.white.mobile {
    margin-right: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
  }

  .primary-button.margin-top {
    margin-top: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

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

  .nav-menu {
    background-color: var(--dark-gray);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    color: var(--white);
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    margin-left: 0;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .pages-banner {
    min-height: 300px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .section-title-wrapper.margin-botton {
    margin-bottom: 40px;
  }

  .banner-title-wrapper.width {
    margin-top: 60px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-button-wrapper {
    padding-top: 35px;
  }

  .workflow-content-wrapper.width {
    width: 100%;
    padding-left: 0;
  }

  .workflow-video-wrapper.width {
    width: 100%;
    margin-bottom: 40px;
  }

  .workflow-wrapper.align-start {
    flex-direction: column;
  }

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

  .accordion-wrapper.service-details {
    margin-top: 40px;
  }

  .contacts-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    width: 80%;
    margin-left: 0;
    padding: 30px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-form-title {
    margin-bottom: 20px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    margin-bottom: 40px;
    padding-top: 100px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
  }

  .service-details-content-wrapper {
    width: 65%;
    margin-right: 20px;
  }

  .service-details-sidebar-wrapper {
    width: 35%;
    padding-left: 30px;
    padding-right: 30px;
    top: 80px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .about-three-column-section {
    flex-wrap: wrap;
  }

  .about-first-column, .about-second-column {
    width: 50%;
  }

  .about-third-column {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .about-third-column-description {
    margin-bottom: 30px;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-collection-list {
    column-count: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .services-collection-item {
    width: 47.8%;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .home-buttons-wrapper {
    margin-top: 40px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .testimonials-card {
    width: 47.6%;
  }

  .flex-testimonials-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }

  .testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .home-content-banner {
    width: 70%;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .slider {
    width: 100%;
    margin-top: 40px;
  }

  .menu-wrap {
    background-color: var(--primary-dark);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    background-color: var(--primary-dark);
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    display: block;
  }

  .home-banner {
    text-align: center;
    align-items: center;
    width: 85%;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .shop-details-block {
    padding: 30px;
  }

  .image-preview {
    height: 280px;
  }

  .testimonials-bg-element {
    height: 20%;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .underline.geen-nav {
    display: none;
  }

  .banner-mask {
    height: 100%;
    min-height: 300px;
  }

  .section-text-wrapper {
    max-width: 700px;
  }

  .slider-our-services {
    height: auto;
    padding-left: 0%;
  }

  .slider-content-wrapper {
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: auto;
    margin-bottom: 100px;
  }

  .arrow-circle.right {
    right: 70%;
  }

  .arrow-circle.slider {
    width: 50px;
    margin-top: 0;
  }

  .cms-slide-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mask-banner {
    padding-left: 0;
  }

  .grid-3-columns {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .features-card {
    width: 47.6%;
  }

  .clients-xsmall-wrapper {
    max-width: 100%;
  }

  .next-slide-image {
    width: 50%;
  }

  .margin-bottom-small.center {
    text-align: center;
  }

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

  .testimonials-slider-wrapper {
    max-width: 100%;
    margin-right: auto;
  }

  .section-testimonials {
    background-image: linear-gradient(52deg, var(--primary) 44%, #0f35900d), url('../images/map_1map.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .left-slide-content {
    width: 100%;
    margin-right: 0;
  }

  .banner-form {
    width: 65%;
    max-width: none;
  }

  .news-info-content {
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-right: 40px;
  }

  .form-book-contacts {
    height: auto;
  }

  .subscribe-title {
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .slider-image-block {
    width: 100%;
    padding-left: 60px;
  }

  .nav-text-link {
    margin-left: 0;
  }

  .block-button-header {
    display: none;
  }

  .cart-block {
    align-items: center;
    margin-right: 0;
  }

  .cart-button {
    padding-bottom: 0;
  }

  .button-tablet-block {
    display: block;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .footer-links-wrapper {
    width: 30%;
  }

  .footer-links-wrapper.text-align-left-half-width {
    width: 25%;
  }

  .footer-links-large-wrapper {
    width: 35%;
  }

  .nav-base-container-full-width {
    z-index: 10;
  }

  .footer-logo-wrapper {
    width: 50%;
  }

  .footer-social-icons-wrapper {
    margin-top: 0;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .footer-text-link {
    margin-left: 0;
  }

  .description-service {
    width: 85%;
  }

  .background-top {
    height: 80%;
  }

  .home-banner-mask-copy {
    text-align: center;
    align-items: center;
    width: 60%;
    margin-top: 40px;
  }

  .cta-image {
    max-width: 360px;
  }

  .cta-banner-mask {
    text-align: center;
    align-items: center;
    min-height: 400px;
    margin-top: 30px;
  }

  .cta-wrapper {
    flex-direction: column-reverse;
  }

  .home-banner-wrapper {
    flex-direction: column-reverse;
    padding-right: 10px;
  }

  .services-image-wrap {
    height: 350px;
  }

  .home-our-services-wrapper {
    flex-wrap: wrap;
  }

  .title-services-wrap {
    width: 95%;
  }

  .content-banner {
    width: 100%;
  }

  .hero-image-wrapper {
    height: 280px;
    min-height: 170px;
  }

  .inner-content-banner {
    width: 85%;
  }

  .card-content-wrapper {
    bottom: -1%;
  }

  .text-container {
    grid-column-gap: 20px;
  }

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

  .inner-button-wrapper {
    margin-top: 40px;
  }

  .background-botton {
    height: 80%;
  }

  .image-faq {
    object-position: 50% 20%;
    height: 400px;
  }

  .book-contact-us {
    height: auto;
    min-height: auto;
  }

  .blog-collection-list {
    column-count: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-collection-item {
    width: 47.8%;
  }

  .our-shop-collection-list {
    column-count: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .our-shop-collection-list.center {
    justify-content: center;
  }

  .our-shop-collection-item {
    width: 47.8%;
  }

  .hover-slider-arrow {
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 45px;
  }

  .projects-arrow {
    justify-content: flex-start;
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 100px 90px;
  }

  .details-content-block {
    width: 100%;
  }

  .add-to-cart-details {
    margin-top: 0;
  }

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

  .product-details-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .quantity-block {
    margin-bottom: 0;
  }

  .lightbox-small-image {
    height: 200px;
  }

  .more-image-block {
    width: 100%;
    position: static;
  }

  .zoom-wrapper, .hover-circle-wrapper {
    display: none;
  }

  .column {
    flex: 0 auto;
    width: 100%;
  }

  .row {
    flex-wrap: wrap;
  }

  .order-item-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .text-block-price {
    margin-left: 16px;
  }

  .nav-dropdown-icon-desktop {
    margin-right: 1.5px;
    display: none;
    inset: 0% 0 0% auto;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap, .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 26px;
  }

  blockquote {
    font-size: 22px;
  }

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

  .section.banner-testimonials {
    padding-top: 80px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-container {
    margin-top: 20px;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-body-wrapper, .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .primary-button.white.mobile {
    margin-right: 20px;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

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

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 280px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .banner-title-wrapper.width {
    margin-top: 40px;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .pricing-plan-list {
    align-items: center;
  }

  .comparing-table-plans-wrapper {
    flex-wrap: wrap;
  }

  .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .workflow-content-wrapper.width {
    margin-top: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-video-wrapper.width {
    margin-bottom: 30px;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-title, .search-result-item {
    margin-bottom: 20px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .about-first-column {
    padding: 60px 15px;
  }

  .about-third-column {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-tab-link.w--current {
    font-size: 20px;
  }

  .portfolio-tab-link.all-projects {
    margin-right: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .services-collection-list {
    column-count: 1;
    column-rule-width: 0px;
    column-gap: 30px;
  }

  .services-collection-item {
    width: 100%;
  }

  .services-collection-item:last-child {
    margin-bottom: 0;
  }

  .services-list-image, .services-image-link {
    width: 100%;
  }

  .home-buttons-wrapper.left {
    margin-top: 20px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .testimonials-card {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-testimonials-wrapper {
    width: 100%;
  }

  .testimonial-icon {
    top: -15px;
  }

  .testimonials-wrapper {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .home-content-banner {
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .rich-text-style h2 {
    font-size: 28px;
  }

  .rich-text-style h3 {
    font-size: 26px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .home-banner {
    width: 100%;
  }

  .shop-details-block {
    margin-top: 60px;
  }

  .shop-images-list {
    grid-template-columns: 1fr;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .arrow-circle {
    left: 3%;
  }

  .arrow-circle.right {
    right: 59%;
  }

  .text-color-white.margin-bottom-large {
    margin-bottom: 40px;
  }

  .image-banner {
    object-position: 80% 50%;
  }

  .banner-slide-image {
    width: 80%;
    height: 400px;
  }

  .intro-paragraph {
    width: 90%;
    font-size: 28px;
  }

  .span-avatar {
    margin-bottom: -1.7rem;
    bottom: .725rem;
  }

  .big-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .features-card {
    width: 100%;
  }

  .flex-horizontal-justify-start.mobile-justify-center {
    justify-content: center;
  }

  .next-slide-image {
    width: 20%;
  }

  .image-next {
    height: 300px;
  }

  .video-center-wrapper {
    top: 40%;
  }

  .video-right-wrapper {
    padding-top: 40px;
    padding-left: 10px;
  }

  .video-left-wrapper {
    padding-right: 10px;
  }

  .quote-top-wrap {
    align-items: center;
  }

  .section-testimonials {
    background-image: linear-gradient(63deg, var(--primary) 44%, #0f35900d), url('../images/map_1map.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials-content {
    flex: none;
    width: 100%;
  }

  .margin-botton-large {
    margin-bottom: 40px;
  }

  .banner-form {
    width: 70%;
  }

  .cta-description {
    width: 90%;
  }

  .news-info-content {
    padding: 10px 15px 30px;
  }

  .subscribe-title {
    width: 90%;
  }

  .hero-wrapper {
    background-image: linear-gradient(to right, #0b2936e6 47%, #0b29361a), url('../images/male-electrician-works.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-image-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .footer-logo-holder {
    padding-left: 0;
  }

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

  .footer-links-wrapper {
    width: 40%;
  }

  .footer-links-wrapper.text-align-left-half-width {
    width: 46%;
  }

  .footer-links-large-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper.mobile-landscape-justify-center {
    justify-content: center;
  }

  .button {
    margin-top: 0;
  }

  .description-service {
    width: 100%;
  }

  .home-banner-mask-copy {
    width: 80%;
    min-height: 300px;
  }

  .cta-banner-mask {
    width: 60%;
    min-height: 300px;
    margin-top: 20px;
  }

  .home-banner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .services-image-wrap {
    margin-top: 40px;
  }

  .services-image-wrap.margin-botton {
    margin-bottom: 40px;
  }

  .home-btn-wrap {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .content-banner {
    width: 100%;
  }

  .hero-image-wrapper {
    height: 200px;
    margin-top: 40px;
  }

  .hero-image-wrapper.template {
    margin-top: 30px;
  }

  .inner-content-banner {
    width: 100%;
  }

  .inner-wrapper {
    background-image: linear-gradient(to right, #0b2936d9 30%, #0b29368c 100%, #0b29361a), url('../images/male-electrician-works-switchboard.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-container {
    width: 100%;
  }

  .description-container {
    justify-content: flex-start;
    width: 100%;
  }

  .text-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .our-team-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .team-member-card-image {
    height: 500px;
  }

  .background-botton {
    height: 90%;
  }

  .blog-collection-list {
    column-count: 1;
    column-rule-width: 0px;
    column-gap: 30px;
  }

  .blog-collection-item {
    width: 100%;
  }

  .blog-collection-item:last-child {
    margin-bottom: 0;
  }

  .our-shop-collection-list {
    column-count: 1;
    column-rule-width: 0px;
    column-gap: 30px;
  }

  .our-shop-collection-item {
    width: 100%;
  }

  .our-shop-collection-item:last-child {
    margin-bottom: 0;
  }

  .shop-image-link {
    width: 100%;
  }

  .heading-product {
    font-size: 40px;
  }

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

  .product-item, .product-item.right, .product-1-item, .product-1-item.right, .product-item-003 {
    width: 100%;
  }

  .text-block-404 {
    font-size: 140px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .promotion-label-left {
    max-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .section.banner-testimonials {
    padding-bottom: 40px;
  }

  .base-container.align-left {
    width: 100%;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .primary-button.white.mobile {
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 14px;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    width: 90%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper.margin-botton {
    margin-bottom: 30px;
  }

  .pricing-plan-item {
    padding: 20px 30px;
  }

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

  .comparing-table-plan.last-child {
    margin-bottom: 0;
  }

  .workflow-content-wrapper {
    margin-top: 20px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-first-column {
    text-align: center;
    width: 100%;
    padding-bottom: 40px;
  }

  .about-second-column {
    width: 100%;
    min-height: 280px;
  }

  .about-tab-link {
    font-size: 16px;
  }

  .about-tab-link.w--current {
    font-size: 18px;
  }

  .portfolio-tab-link {
    text-align: center;
  }

  .home-buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }

  .home-buttons-wrapper.left {
    justify-content: flex-start;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-team-item, .home-23-team-item {
    width: 100%;
  }

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

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

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .position-relative {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .arrow-circle {
    left: 4%;
  }

  .arrow-circle.right {
    right: 43%;
  }

  .arrow-circle.slider {
    bottom: 0%;
  }

  .arrow-circle.slider-left {
    bottom: 0%;
    right: 27%;
  }

  .image-banner {
    object-position: 50% 50%;
  }

  .banner-slide-image {
    width: 85%;
  }

  .intro-paragraph {
    width: 95%;
    font-size: 24px;
  }

  .span-avatar {
    width: 3rem;
    height: 3rem;
  }

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

  .features-icon-image {
    margin-bottom: 15px;
  }

  .features-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clients-image {
    height: 30px;
  }

  .clients-large-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .clients-xsmall-wrapper.white {
    padding: 10px 20px;
  }

  .next-slide-image {
    width: 15%;
  }

  .video-grid-wrapper {
    grid-row-gap: 30px;
    overflow: hidden;
  }

  .hero-testimonials-slide {
    margin-bottom: 100px;
  }

  .section-testimonials {
    background-image: linear-gradient(73deg, var(--primary) 44%, #0c2b41e0 66%, #0f35900d), url('../images/map_1map.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

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

  .testimonials-text {
    font-size: 20px;
  }

  .list {
    list-style: none;
  }

  .pricing-icon-image.center {
    margin-top: 15px;
  }

  .banner-form {
    width: 100%;
  }

  .banner-form-text-field, .banner-form-text-field::placeholder {
    font-size: 18px;
  }

  .cta-description, .subscribe-title {
    width: 100%;
  }

  .hero-wrapper {
    background-image: linear-gradient(to right, #0b2936e6 60%, #0b293699), url('../images/male-electrician-works.webp');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .description-banner {
    width: 100%;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

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

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-links-wrapper.text-align-left-half-width {
    text-align: center;
  }

  .footer-links-large-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .all-contacts-wrapper.contact-wrapper-align-center {
    align-items: center;
  }

  .work-hours, .footer-links {
    text-align: center;
  }

  .footer-social-icons-wrapper {
    grid-column-gap: 30px;
    justify-content: center;
    margin-top: 30px;
  }

  .footer-social-icons-wrapper.small-gap-mobile-center {
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-second {
    text-align: left;
  }

  .home-banner-mask-copy {
    width: 100%;
  }

  .cta-banner-mask {
    width: 80%;
  }

  .services-image-wrap {
    height: 250px;
  }

  .hero-image-wrapper {
    height: 170px;
  }

  .member-socials-wrap {
    margin-top: 10px;
  }

  .team-member-card-image {
    height: 400px;
  }

  .inner-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }

  .cart-container {
    border-radius: 0;
  }

  .lightbox-small-image {
    height: 150px;
  }

  .lightbox-main-image {
    height: 300px;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .block-header {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }
}

#w-node-_3c10eec2-e871-6e53-789f-be843f3a021a-c12baf55, #w-node-_06ce85d8-016f-e101-b8c8-d2e3afe2d65a-afe2d657, #w-node-c2f016b3-1168-d33d-54cd-a745d121d95b-02336236, #w-node-c2f016b3-1168-d33d-54cd-a745d121d95b-e7b3aded, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-c51e5f32, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-886afd62, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-3f76ee00, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-dac187aa, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-dac23483, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-caac94a9, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-89f47ec8, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-4667cae7, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-4505eb45, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-b21fc0b3, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-eb987500, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-b60f8cc8, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-a0706bda, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-b72836c2, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-20d58194, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-fc1fca7f, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-407b81cb, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-3bc3cdb8, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-97e07365, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-9b22f32e, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-51de3182, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-0ec06d5b, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-341f1c79, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-5583e5ca, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-c75ae5b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_3c10eec2-e871-6e53-789f-be843f3a021a-c12baf55, #w-node-_06ce85d8-016f-e101-b8c8-d2e3afe2d65a-afe2d657, #w-node-c2f016b3-1168-d33d-54cd-a745d121d95b-02336236, #w-node-c2f016b3-1168-d33d-54cd-a745d121d95b-e7b3aded, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-c51e5f32, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-886afd62, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-3f76ee00, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-dac187aa, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-dac23483, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-caac94a9, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-89f47ec8, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-4667cae7, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-4505eb45, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-b21fc0b3, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-eb987500, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-b60f8cc8, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-a0706bda, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-b72836c2, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-20d58194, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-fc1fca7f, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-407b81cb, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-3bc3cdb8, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-97e07365, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-9b22f32e, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-51de3182, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-0ec06d5b, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-341f1c79, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-5583e5ca, #w-node-b1744517-42ac-bf0f-0002-8e1f3d928662-c75ae5b5 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}