:root {
  --heading-font: "Intertight Embed", Arial, sans-serif;
  --heading-font-color: #041418;
  --body-font: "Inter 18 Pt Embed", Arial, sans-serif;
  --body-font-color: #4d4d4d;
  --white: white;
  --grey: #f6f6f6;
  --transparent: transparent;
  --border-color-dark: #0f313a;
  --skin: #f94735;
  --border-radius-10: 10px;
  --border-color: #00000026;
  --dark: #07252d;
  --dark-color-2\<deleted\|variable-75812806-b063-3033-783a-48558d66edf7\>: #010419;
  --white-light-color: #ffffffb3;
  --border-color-2: #576f75;
  --border-radius-50: 50px;
  --grey-color-2\<deleted\|variable-ef40aa67-8d85-4f7e-081b-3894db48df21\>: #d5d5d5;
  --border-color-white-opacity: #ffffff4d;
  --black\<deleted\|variable-35f83805-61c5-7674-11d9-aa4b69004dcc\>: black;
  --border-radius-0: 0px;
}

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

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

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

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

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

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

.w-commerce-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-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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 132px;
  font-weight: 500;
  line-height: 142px;
}

h2 {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 65px;
}

h3 {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 64px;
}

h4 {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

h5 {
  font-family: var(--heading-font);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

h6 {
  font-family: var(--body-font);
  color: var(--body-font-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

p {
  margin-bottom: 10px;
}

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

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.pages {
  position: relative;
}

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

.header:where(.w-variant-edd45786-6bec-f765-ede3-eb4521cfb589) {
  background-color: var(--grey);
}

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

.navbar-container {
  justify-content: space-between;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.site-navigation {
  border-bottom: 1px solid var(--border-color-dark);
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.logo-block {
  font-family: var(--body-font);
  color: var(--body-font-color);
  font-size: 17px;
  line-height: 27px;
}

.logo {
  max-width: 170px;
}

.nav-menu:where(.w-variant-edd45786-6bec-f765-ede3-eb4521cfb589) {
  background-color: var(--transparent);
}

.nav-link {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  padding: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

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

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

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

.nav-dropdown-toggal {
  padding: 0;
}

.dropdown-menu-icon {
  display: none;
}

.nav-dropdown-list {
  border-radius: var(--border-radius-10);
  background-color: var(--transparent);
}

.nav-dropdown-link {
  color: var(--heading-font-color);
  padding: 0;
  font-weight: 400;
}

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

.nav-dropdown-link.w--current {
  font-family: var(--body-font);
  color: var(--heading-font-color);
  font-weight: 400;
}

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

.hero-section {
  background-color: var(--grey);
}

.container {
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-title-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 8fr 4fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.hero-title {
  font-size: 86px;
  font-weight: 400;
  line-height: 96px;
}

.container-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.padding-zero {
  padding-left: 0;
  padding-right: 0;
}

.hero-title-text-span {
  color: var(--skin);
  font-weight: 600;
}

.title-decs {
  margin-top: 20px;
}

.hero-title-desc-span {
  color: var(--skin);
}

.hero-image-content {
  height: 600px;
  overflow: hidden;
}

.about-section {
  background-color: var(--grey);
  padding-top: 100px;
  padding-bottom: 170px;
}

.about-desc {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  max-width: 90%;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
}

.about-span-text {
  color: var(--skin);
  font-weight: 700;
}

.about-2-counter-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  margin-top: 40px;
  display: grid;
}

.counter-item-box {
  border-left: 1px solid var(--border-color);
  padding-bottom: 5px;
  padding-left: 45px;
}

.counter-item-box.counter1 {
  border-left-width: 0;
  padding-left: 0;
}

.counter-number-box {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.counter-number-box.counter1 {
  border-left-width: 0;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.counter-number {
  color: var(--heading-font-color);
  font-size: 54px;
  font-weight: 500;
  line-height: 64px;
}

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

.counter-text {
  font-family: var(--body-font);
  color: var(--heading-font-color);
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.counter-text.counter1 {
  color: var(--heading-font-color);
}

.service-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 6fr 6fr;
}

.service-image {
  background-image: url('../images/service-single-image1_1service single image1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 800px;
  margin-top: -70px;
  position: relative;
}

.service-wrapper {
  padding: 95px 20px;
}

.subtitle-wrap {
  font-family: var(--heading-font);
  color: var(--body-font-color);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  display: inline-flex;
  overflow: hidden;
}

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

.subtitle {
  font-family: var(--body-font);
  color: var(--heading-font-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.subtitle.text-white {
  font-family: var(--body-font);
  color: var(--white);
  font-weight: 500;
}

.subtitle-icon {
  margin-top: -3px;
  margin-right: 5px;
}

.rounded-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 2px solid var(--heading-font-color);
  border-radius: var(--border-radius-10);
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  justify-content: flex-start;
  align-items: center;
  padding: 10px 35px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  display: inline-flex;
}

.rounded-button.white-border {
  border-color: var(--white);
  color: var(--white);
}

.rounded-button.skin-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-color: var(--skin);
  background-color: var(--skin);
  color: var(--white);
  padding-left: 40px;
  padding-right: 40px;
}

.rounded-button.skin-btn:hover {
  border-color: var(--border-color-dark);
  background-color: var(--heading-font-color);
}

.rounded-button.skin-btn.submit-btn {
  color: var(--white);
}

.rounded-button.skin-btn.submit-btn:hover {
  border-color: var(--border-color-dark);
  background-color: var(--white);
  color: var(--heading-font-color);
}

.rounded-button.skin-btn.submit-btn._w-100 {
  border-color: var(--border-color-dark);
  background-color: var(--transparent);
  font-family: var(--body-font);
  color: var(--heading-font-color);
  width: 100%;
  font-weight: 600;
}

.rounded-button.skin-btn.submit-btn._w-100:hover {
  background-color: var(--dark);
  color: var(--white);
}

.rounded-button.submit-button {
  color: var(--white);
}

.rounded-button.submit-button.add-to-cart-btn:hover {
  background-color: var(--white);
  color: var(--heading-font-color);
}

.arrow-icon {
  width: 25px;
  height: 25px;
  transform: translate(0);
}

.arrow-icon.dark-arrow {
  margin-top: 0;
}

.service-icon {
  flex: none;
  width: 60px;
  height: 60px;
}

.cta-section {
  background-color: var(--dark);
  background-image: url('../images/cta-img-2_1cta-img-2.avif');
  background-position: -55% -20%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 790px;
  padding-top: 200px;
  padding-bottom: 60px;
  position: relative;
}

.cta-section-title {
  text-align: center;
  position: relative;
}

.cta-title {
  color: var(--white);
  font-weight: 400;
}

.cta-icon {
  font-family: var(--heading-font);
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 98px;
  font-weight: 300;
  line-height: 102px;
}

.cta-icon.dark-text {
  color: var(--heading-font-color);
  width: 100%;
  font-weight: 300;
}

.cta-icon-image {
  width: 65px;
  height: 57px;
  margin-bottom: 30px;
}

.cta-span-text {
  color: var(--skin);
  font-weight: 700;
}

.cta-span-text.dark-color {
  color: var(--heading-font-color);
  font-weight: 600;
}

.cta-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.enquiry-section {
  background-color: var(--grey);
  overflow: hidden;
}

.enquiry-image-box {
  height: 100%;
  overflow: hidden;
}

.enquiry-section-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 6fr 6fr;
}

.enquiry-content-wrapper {
  padding: 60px 40px;
}

.enquiry-section-title {
  margin-top: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

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

.enquiry-contact-form {
  margin-top: 50px;
}

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

.contact-label {
  font-family: var(--heading-font);
  color: var(--body-font-color);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.contact-label.style-2 {
  opacity: .7;
  color: var(--heading-font-color);
  text-align: left;
  font-weight: 500;
}

.contact-input {
  border: 1px solid var(--border-color-dark);
  border-radius: var(--border-radius-10);
  background-color: var(--transparent);
  opacity: .7;
  color: var(--heading-font-color);
  height: 50px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 26px;
}

.contact-input:focus {
  border-color: var(--dark-color-2\<deleted\|variable-75812806-b063-3033-783a-48558d66edf7\>);
}

.contact-input::placeholder {
  color: var(--heading-font-color);
  font-size: 15px;
  line-height: 25px;
}

.contact-form-item-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: -5px;
}

.about-2-btn-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.contact-checkbox-field {
  margin-bottom: 25px;
}

.contact-checkbox-field.style-2 {
  padding-left: 20px;
}

.contact-checkbox {
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 30px;
}

.contact-checkbox.w--redirected-checked {
  background-color: var(--dark);
}

.contact-checkbox.w--redirected-focus {
  border: 1px solid var(--border-color);
  box-shadow: 0 0 #0000;
}

.contact-checkbox.style-2 {
  width: 16px;
  height: 16px;
  margin-top: 15px;
}

.contact-checkbox.style-2.w--redirected-checked {
  background-color: var(--dark);
}

.contact-checkbox-label {
  color: var(--body-font-color);
  padding-left: 7px;
}

.contact-checkbox-label.style-2 {
  text-align: left;
  padding-top: 7px;
}

.client-section {
  background-color: var(--grey);
  padding-top: 80px;
  padding-bottom: 80px;
}

.client-title-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-section-title {
  font-family: var(--heading-font);
  width: 55%;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.client-text-span {
  color: var(--skin);
  font-weight: 600;
}

.client-marquee {
  max-width: 100%;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.client-marquee-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-marquee-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-marquee-item {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-marquee-image {
  width: 187px;
  height: auto;
}

.about-section-wrapper {
  justify-content: center;
  align-items: center;
}

.testimonial-section {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}

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

.testimonial-section-title {
  font-size: 54px;
  line-height: 64px;
}

.testimonial-item-box {
  margin-top: 50px;
}

.testimonial-slider {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
}

.slide-arrow {
  display: none;
}

.testimonial-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.testimonial-icon-box {
  padding-bottom: 30px;
}

.testimonial-icon {
  width: 61px;
  height: 56px;
}

.testimonial-quote {
  border-left: 0px none var(--transparent);
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  margin-bottom: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
}

.testimonial-bold-text {
  font-weight: 700;
}

.testimonial-author-detail {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonial-author-name {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 33px;
}

.testimonial-author-position {
  font-family: var(--body-font);
  color: var(--body-font-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.testimonial-single-image {
  object-fit: cover;
  width: 100%;
}

.single-image-wrap {
  overflow: hidden;
}

.marquee-section {
  background-color: var(--skin);
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.marquee-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.marquee-content {
  flex: none;
}

.marquee-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.marquee-text {
  font-family: var(--heading-font);
  color: var(--white);
  font-size: 35px;
  font-weight: 500;
  line-height: 66px;
}

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

.blog-section.bg-color {
  background-color: var(--grey);
}

.blog-content-wrapper {
  justify-content: center;
  align-items: center;
}

.blog-section-title-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.footer {
  background-color: var(--dark);
  position: relative;
}

.widget-title-2 {
  color: var(--white);
  padding-bottom: 20px;
  font-size: 23px;
  line-height: 37px;
}

.footer-nav-link {
  color: var(--white-light-color);
  font-size: 15px;
  line-height: 26px;
  transition: opacity .3s;
}

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

.first-footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--border-color-2);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.75fr .75fr 7fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding-bottom: 0;
  display: grid;
}

.footer-form-block {
  flex: none;
  position: relative;
}

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

.footer-field-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-bottom: 13px;
  display: flex;
}

.footer-text-field {
  border: 1px solid var(--border-color-2);
  border-radius: var(--border-radius-10);
  background-color: var(--transparent);
  font-family: var(--body-font);
  color: var(--white);
  margin-bottom: 0;
  padding: 25px 15px;
  line-height: 26px;
}

.footer-text-field:focus {
  border-color: var(--border-color-2);
}

.footer-text-field::placeholder {
  color: #ffffffb3;
}

.widget-title {
  font-family: var(--heading-font);
  color: var(--white);
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.footer-nav-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-checkbox-field {
  margin-bottom: 15px;
  display: flex;
}

.footer-checkbox {
  border-radius: var(--border-radius-50);
  width: 15px;
  height: 15px;
  margin-top: 6px;
  margin-right: 12px;
}

.footer-checkbox.w--redirected-checked {
  border: 1px solid var(--white-light-color);
  background-color: var(--transparent);
}

.footer-checkbox-label {
  font-family: var(--body-font);
  color: var(--white-light-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.widget-social-icon {
  padding-top: 10px;
}

.footer-social-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  border: 1px solid var(--border-color-2);
  border-radius: var(--border-radius-10);
  padding: 5px 25px;
}

.social-link:hover {
  border-color: var(--skin);
  background-color: var(--skin);
}

.social-text {
  font-family: var(--body-font);
  color: var(--white);
  font-size: 16px;
  line-height: 26px;
}

.second-footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 3fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 10px;
  display: grid;
}

.bottom-footer {
  border-top: 0px solid var(--border-color-2);
  margin-top: 45px;
  margin-bottom: 20px;
}

.copyright {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--border-color-2);
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.copyright-text {
  font-family: var(--body-font);
  color: var(--white-light-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.widget-application-title {
  justify-content: flex-start;
  align-items: center;
}

.footer-nav {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  font-family: var(--body-font);
  color: #ffffff80;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
  display: flex;
}

.footer-content-link {
  font-family: var(--heading-font);
  color: var(--white-light-color);
  padding-bottom: 10px;
  font-weight: 500;
  text-decoration: underline;
}

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

.body {
  font-family: var(--body-font);
  color: var(--body-font-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.form-link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--body-font);
  color: #ffffff80;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.footer-nav-link-block2, .footer-content-link2 {
  font-family: var(--heading-font);
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.footer-content-link2:hover {
  color: var(--skin);
}

.footer-address-wrap {
  font-family: var(--body-font);
  color: var(--white-light-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.section-title {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  margin-bottom: 20px;
  font-size: 54px;
  font-weight: 500;
  line-height: 64px;
}

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

.section-title.text-white {
  font-family: var(--heading-font);
  color: var(--white);
  font-size: 54px;
  font-weight: 500;
  line-height: 64px;
}

.hero-title-decs {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

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

.header-btn-block {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.header-btn-block:where(.w-variant-edd45786-6bec-f765-ede3-eb4521cfb589) {
  padding-right: 0;
}

.footer-animation {
  position: absolute;
  top: -15%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.hero-section-2 {
  background-color: var(--dark);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 750px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section-wrapper {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-section-title2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero2-image-icon {
  width: 120px;
  height: auto;
}

.hero2-title {
  font-family: var(--heading-font);
  color: var(--white);
  flex: none;
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
}

.features-section {
  background-color: var(--grey);
}

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

.features-wrapper {
  border-left: 1px solid var(--border-color);
  background-color: var(--grey);
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  text-align: center;
  padding: 20px 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.features-wrapper.first-child {
  border-left-width: 0;
  border-left-color: #0000;
}

.features-title {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.why-choose-section {
  padding: 100px 10px;
}

.why-choose-section-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.why-choose-title-decs {
  color: var(--heading-font-color);
  margin-top: 15px;
  font-size: 28px;
  line-height: 46px;
}

.why-choose-section-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 6.5fr 5.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-list-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin-top: 20px;
  margin-bottom: 32px;
}

.list-item-wrap {
  margin-bottom: 0;
  padding-left: 0;
}

.list-item-dark {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.list-item-icon {
  width: 17px;
  margin-top: 5px;
}

.list-item-title {
  font-family: var(--body-font);
  color: var(--body-font-color);
  margin-top: 0;
  font-weight: 400;
}

.why-choose-right-wrap {
  padding-left: 60px;
  position: relative;
}

.why-choose-image {
  width: 100%;
  height: auto;
}

.service-section-2 {
  background-color: var(--grey);
  padding: 100px 10px;
}

.service-2-title-box {
  text-align: center;
}

.service-2-inner-block {
  margin-top: 40px;
}

.service-2-thumbnail {
  height: 107px;
}

.service-2-link-block {
  border: 1px solid var(--border-color);
  background-color: var(--white);
  width: 100%;
  height: 100%;
  padding: 40px 30px 25px;
}

.service-2-content {
  margin-top: 65px;
}

.service-2-title {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.service-2-desc {
  font-family: var(--body-font);
  color: var(--body-font-color);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.service-2-block-space {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.service-2-chat-icon {
  width: 25px;
  height: 25px;
}

.service-2-text {
  padding-right: 10px;
}

.inline-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--heading-font-color);
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  font-weight: 500;
  display: flex;
}

.btn-text {
  font-family: var(--body-font);
  font-weight: 700;
  text-decoration: underline;
}

.btn-arrow {
  width: 25px;
  height: 25px;
}

.btn-arrow.white {
  flex: none;
}

.btn-arrow.style-2 {
  margin-bottom: 5px;
}

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

.progress-bar-section-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.progress-bar-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.progress-bar-content-wrapper {
  padding: 95px 50px 100px;
}

.progress-bar-box {
  margin-top: 35px;
}

.progress-bar-title {
  font-family: var(--heading-font);
  color: var(--white);
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  display: flex;
}

.progress-bar-grid {
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr;
}

.progress-bar-wrapper {
  background-color: var(--white);
  width: 100%;
  height: 2%;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  background-color: var(--skin);
  width: 80%;
  height: 6px;
  overflow: hidden;
}

.progress-bar.progress2 {
  width: 90%;
}

.progress-bar.progress3 {
  width: 70%;
}

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

.step-content-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.step-thumbnail {
  display: inline-block;
  position: relative;
}

.step-main-wrapper {
  text-align: center;
  height: 100%;
  position: relative;
}

.step-wrapper {
  padding: 70px 80px 30px;
}

.step-title-box {
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
  inset: 0;
}

.step-title {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.step-title-decs {
  overflow: hidden;
}

.step-decs {
  margin-left: 20px;
  margin-right: 20px;
}

.step-section-heading {
  color: var(--white);
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  overflow: hidden;
}

.step-title-wrap {
  margin-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
}

.step-line-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 135px;
  right: 0;
}

.step-line-box.top-line {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  bottom: auto;
  left: 0;
  right: 135px;
}

.step-line-box.bottom-line {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  top: auto;
  bottom: 0;
  left: 135px;
}

.step-line-box.left-right {
  justify-content: center;
  align-items: flex-start;
  inset: 125px auto 0 0;
}

.step-line {
  width: 1px;
  height: 100%;
}

.step-line.step-line-1 {
  background-color: var(--border-color);
}

.step-line.step-line-4 {
  background-color: var(--border-color);
  width: 100%;
  height: 1px;
}

.step-line.step-line-3 {
  background-color: var(--grey-color-2\<deleted\|variable-ef40aa67-8d85-4f7e-081b-3894db48df21\>);
  width: 100%;
  height: 1px;
}

.step-line.step-line-2 {
  background-color: var(--grey-color-2\<deleted\|variable-ef40aa67-8d85-4f7e-081b-3894db48df21\>);
  height: 90%;
}

.team-section {
  background-color: var(--grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-section-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 50px;
  display: grid;
}

.team-desc {
  font-family: var(--body-font);
  color: var(--body-font-color);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.header-inline-btn:hover {
  color: var(--skin);
}

.header-inline-link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.service-section-inner {
  margin-top: 70px;
}

.cta-box-image {
  position: absolute;
  right: 100px;
}

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

.contact-select-field {
  background-color: var(--transparent);
  color: var(--heading-font-color);
  border: 0 solid #000;
  margin-top: -5px;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  line-height: 25px;
}

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

.success-message.style1 {
  background-color: var(--grey);
  color: var(--heading-font-color);
  margin-bottom: 20px;
}

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

.service-btn-block {
  margin-top: 30px;
}

.footer-wrapper {
  background-color: var(--dark);
  padding-top: 85px;
}

.hero-2-btn-block {
  margin-top: 35px;
}

.hero-content-block {
  position: relative;
}

.hero-2-bg-video-block {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.progress-btn-block {
  margin-top: 40px;
}

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

.step-count-block {
  border-radius: var(--border-radius-50);
  background-color: var(--skin);
  font-family: var(--heading-font);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  position: absolute;
  top: -30px;
  right: -30px;
}

.team-item-block {
  border-bottom: 1px solid var(--border-color);
  padding-top: 35px;
  padding-bottom: 35px;
  display: block;
  position: relative;
}

.team-section-inner {
  border-top: 1px solid var(--border-color);
}

.contact-info-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-info-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 7fr 5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.location-block {
  position: relative;
}

.location-map-image {
  width: 100%;
  height: 100%;
}

.location-wrapper {
  position: relative;
}

.location-wrapper:hover {
  z-index: 2;
}

.location-wrapper.location1 {
  position: absolute;
  top: 260px;
  right: 60px;
}

.location-wrapper.location2 {
  position: absolute;
  top: 130px;
  right: 0;
}

.location-wrapper.location3 {
  position: absolute;
  top: 120px;
  left: 80px;
}

.location-wrapper.location4 {
  position: absolute;
  top: 190px;
  left: 10px;
}

.location-wrapper.location5 {
  position: absolute;
  top: 340px;
  left: 50px;
}

.location-point-block {
  border-radius: var(--border-radius-50);
  background-color: var(--skin);
  width: 15px;
  height: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.location-info-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--grey);
  opacity: 0;
  align-items: center;
  width: 310px;
  padding-right: 15px;
  display: flex;
}

.location-img {
  flex: none;
}

.location-text {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.section-title-span {
  font-family: var(--heading-font);
  color: var(--skin);
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.contact-info-block {
  margin-top: 30px;
  margin-bottom: 40px;
}

.contact-info-call-link {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  transition: all .3s;
}

.contact-info-call-link:hover {
  color: var(--skin);
}

.contact-info-title {
  margin-bottom: 6px;
}

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

.contact-info-title-2 {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
}

.contact-info-link-2 {
  transition: all .3s;
}

.contact-info-link-2:hover {
  color: var(--skin);
}

.topbar-wrapper {
  background-color: var(--dark);
  padding: 10px;
}

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

.topbar-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: center;
  display: flex;
}

.tobar-link {
  color: var(--white-light-color);
  font-size: 15px;
  transition: all .3s;
}

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

.tobar-link.tobar-social-link {
  text-transform: none;
}

.topbar-seprator {
  background-color: var(--white-light-color);
  width: 1px;
  height: 15px;
}

.topbar-address {
  color: var(--white-light-color);
  font-size: 15px;
  font-weight: 400;
}

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

.site-navigation-2 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-brand-block-2 {
  margin-left: 15px;
  margin-right: 15px;
}

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

.header-extra-2 {
  display: flex;
}

.nav-menu-2 {
  border-left: 1px solid var(--border-color);
  flex-flow: row;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  display: flex;
}

.nav-link-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  transition: all .3s;
  display: inline-flex;
}

.nav-link-2:hover, .nav-link-2.w--current {
  background-color: var(--skin);
  color: var(--white);
}

.sidebar-menu-block {
  background-color: var(--skin);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 50px;
  display: flex;
}

.sidebar-wrapper {
  background-color: var(--skin);
  height: 100%;
}

.sidebar-icon {
  z-index: 5;
  width: 35px;
}

.page-title-section {
  background-color: var(--grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-title-section.bg-color {
  border: 0px solid var(--transparent);
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-title-section.bg-color.about-title-bar {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-title-section.bg-color.style-2 {
  padding-bottom: 0;
}

.page-title-section.pb-100 {
  padding-bottom: 230px;
}

.pagetitle-title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pagetitle-title._w-70 {
  width: 70%;
}

.page-title {
  font-family: var(--heading-font);
  text-align: center;
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}

.page-title.style-2 {
  font-family: var(--heading-font);
  font-size: 98px;
  font-weight: 400;
  line-height: 108px;
}

.pagetitle-span-text {
  color: var(--skin);
  font-weight: 500;
}

.about-section-2 {
  background-color: var(--dark);
  background-image: url('../images/About-bgimg_1About-bgimg.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 620px;
  position: relative;
}

.counter-item-box-2 {
  z-index: 1;
  max-width: 260px;
  margin-bottom: 20px;
  padding: 30px 40px;
  position: relative;
  overflow: hidden;
}

.counter-number-box-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.counter-number-2 {
  font-family: var(--heading-font);
  color: var(--white);
  font-size: 58px;
  font-weight: 600;
  line-height: 68px;
}

.counter-text-box-2 {
  color: var(--white);
  overflow: hidden;
}

.our-story-section {
  background-color: var(--dark);
  padding: 90px 10px;
}

.our-story-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-story-content-block {
  grid-row-gap: 25px;
  color: var(--white);
  flex-flow: column;
  width: 100%;
  max-width: 836px;
  font-size: 28px;
  line-height: 38px;
  display: flex;
}

.our-story-content {
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
}

.our-story-span-text {
  font-family: var(--heading-font);
  color: var(--skin);
  font-weight: 700;
}

.our-value-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.our-value-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
}

.our-value-image-wrap {
  height: auto;
}

.our-value-image {
  max-width: 680px;
  max-height: 810px;
}

.our-value-title {
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.our-value-title-block {
  padding-top: 15px;
  padding-bottom: 20px;
}

.our-value-decs {
  margin-bottom: 0;
}

.our-value-wrap {
  grid-row-gap: 15px;
  border-bottom: 1px solid var(--border-color);
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.our-value-wrap.border-bottom-none {
  border-bottom-width: 0;
}

.our-value-info {
  grid-column-gap: 26px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.our-value-icon {
  width: 52px;
  height: 52px;
}

.our-value-content {
  padding-top: 5px;
}

.cta-3-section {
  background-color: var(--dark);
  background-image: url('../images/bg-img2_1bg-img2.avif');
  background-position: 50%;
  background-size: cover;
  min-height: 619px;
  padding-top: 140px;
  padding-bottom: 160px;
  position: relative;
}

.cta-3-section-wrapper {
  text-align: center;
  transform: rotate(0);
}

.cta-3-section-title {
  font-family: var(--heading-font);
  color: var(--white);
  text-align: center;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  font-size: 98px;
  font-weight: 600;
  line-height: 108px;
  position: relative;
}

.cta-3-title {
  font-family: var(--heading-font);
  color: var(--white);
  text-align: center;
  font-size: 98px;
  font-weight: 300;
  line-height: 108px;
}

.cta-3-span-text {
  color: var(--skin);
  font-weight: 600;
}

.cta-3-button-block {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.cta-3-contact-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-3-content-link {
  font-family: var(--heading-font);
  color: var(--white);
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
}

.cta-3-content-link:hover {
  color: var(--skin);
}

.cta-3-content-link-2 {
  font-family: var(--body-font);
  color: var(--white);
  font-weight: 400;
  text-decoration: underline;
}

.cta-3-content-link-2:hover {
  color: var(--skin);
}

.cta-3-seprator {
  background-color: var(--white-light-color);
  justify-content: flex-start;
  align-items: center;
  width: 2px;
  height: 30px;
  display: flex;
  transform: rotate(10deg);
}

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

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

.contact-image {
  width: 960px;
  height: 100%;
}

.contact-form {
  padding: 60px 40px;
}

.map-section {
  background-color: var(--grey);
}

.map-section-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.map-content-wrapper {
  padding-left: 10px;
}

.map-inner-info {
  margin-right: 9px;
}

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

.contact-code-embed {
  line-height: 0;
}

.contact-meta-item {
  margin-bottom: 30px;
}

.contact-meta-title {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.contact-meta-text {
  padding-bottom: 5px;
}

.social-link-item {
  transition: all .4s;
}

.social-link-item:hover {
  transform: translate(0, -3px);
}

.social-icon {
  width: 19px;
  height: 32px;
  margin-right: 15px;
}

.contact-meta-link {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  font-size: 28px;
  font-weight: 600;
  line-height: 49px;
}

.contact-meta-link:hover {
  color: var(--skin);
}

.contact-meta-link.style1 {
  font-family: var(--body-font);
  color: var(--body-font-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.contact-meta-link.style1:hover, .contact-info-link:hover {
  color: var(--skin);
}

.pricing-section {
  margin-top: -180px;
}

.pricing-section-wrapper {
  z-index: 1;
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
}

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

.pricing-block {
  border: 1px solid var(--border-color);
  padding: 40px 25px;
}

.pricing-title-box {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
}

.pricing-title-box.border-grey {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid #ffffff4d;
}

.pricing-title-box.boder-dark {
  border-bottom: 1px solid var(--border-color);
}

.pricing-title-box.white-border {
  border-bottom: 1px solid var(--border-color-white-opacity);
}

.pricing-title {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.pricing-title.text-white {
  font-family: var(--heading-font);
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.pricing-amount {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  font-size: 27px;
  font-weight: 600;
  line-height: 37px;
}

.pricing-amount.text-white {
  color: var(--white);
  font-size: 27px;
  line-height: 37px;
}

.pricing-featured-list-box {
  margin-bottom: 40px;
}

.pricing-list-item {
  padding-top: 7px;
  padding-bottom: 7px;
}

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

.list-text {
  color: var(--heading-font-color);
}

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

.faq-section {
  padding-bottom: 100px;
}

.faq-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 9fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.index-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--grey);
  flex-flow: column;
  margin-right: 40px;
  padding: 30px 25px;
  display: flex;
  position: sticky;
  top: 100px;
}

.index-block {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}

.index-block.last-child {
  border-bottom-width: 0;
}

.index-title {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.index-title.w--current {
  color: var(--skin);
}

.faq-content-wrapper {
  background-color: var(--white);
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.faq-block {
  padding-top: 80px;
}

.faq-main-title {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  padding-bottom: 40px;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
}

.faq-item-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid var(--border-color);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.faq-title-box {
  flex: none;
  width: 40%;
}

.faq-title {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.faq-description-box {
  width: 60%;
}

.faq-content-wrap {
  min-height: 100%;
  padding-top: 80px;
}

.nav-dropdown-list-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: var(--border-radius-10);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 420px;
  padding: 32px 40px 25px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px #0000001a;
}

.checkout-form {
  background-color: var(--transparent);
  min-height: 100%;
  padding: 0;
}

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

.block-header {
  border-right-color: var(--border-color);
  border-bottom-color: var(--border-color);
  border-left-color: var(--border-color);
  padding-top: 12px;
  padding-bottom: 10px;
}

.block-content {
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
}

.block-header-title {
  font-size: 42px;
  line-height: 52px;
}

.block-text-field {
  color: var(--heading-font-color);
  font-weight: 400;
}

.shipping-method-list {
  overflow: hidden;
}

.shipping-method {
  justify-content: space-between;
  align-items: baseline;
}

.shipping-flex-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shipping-radio-button {
  margin-top: 6px;
}

.order-item-text {
  color: var(--heading-font-color);
  font-weight: 600;
}

.order-item-price-list {
  color: var(--heading-font-color);
  font-weight: 500;
}

.order-line-item {
  color: var(--heading-font-color);
}

.submit-button {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-10);
  background-color: var(--skin);
  color: var(--white);
  padding: 7px 30px;
}

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

.order-list-price-text {
  color: var(--heading-font-color);
  font-weight: 500;
}

.submit-button-2 {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-10);
  background-color: var(--skin);
  color: var(--white);
}

.submit-button-2:hover {
  background-color: var(--dark);
  color: var(--white);
}

.order-confirmation {
  background-color: var(--transparent);
  min-height: 100%;
  padding: 0;
}

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

.team-2-list-block {
  width: 100%;
}

.utility-page-wrap {
  border-bottom: 1px solid var(--border-color-dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding: 100px 15px;
  display: flex;
}

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

.utility-page-form.protected-page {
  justify-content: flex-start;
  align-items: center;
}

.page-title-decs {
  text-align: center;
  width: 54%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.page-decs {
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.pricing-details-block {
  background-color: var(--dark);
  width: 420px;
  padding: 50px;
  position: sticky;
  top: 100px;
}

.pricing-detail-title {
  font-family: var(--heading-font);
  color: var(--white);
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.pricing-details-title-block {
  padding-bottom: 20px;
}

.pricing-details-section {
  padding-bottom: 100px;
}

.pricing-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 8fr;
}

.pricing-details-desc-box {
  color: var(--white-light-color);
  padding-bottom: 40px;
}

.pricing-details-desc {
  color: var(--white-light-color);
}

.add-to-cart {
  width: 100%;
}

.option-list-title {
  color: var(--white-light-color);
  margin-bottom: 20px;
  font-weight: 400;
}

.button-group {
  display: flex;
}

.pricing-plan-button {
  border-color: var(--border-color-2);
  border-radius: var(--border-radius-10);
  background-color: var(--transparent);
  color: var(--white);
  padding: 5px 10px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-plan-button:hover {
  background-color: var(--skin);
}

.cart-hidden {
  display: none;
}

.pricing-price-text {
  font-family: var(--body-font);
  color: var(--white);
  font-size: 40px;
  font-weight: 600;
  line-height: 64px;
}

.option-list {
  padding-bottom: 40px;
}

.pricing-details-content-wrap {
  margin-top: -20px;
}

.pricing-richtext h2 {
  font-family: var(--body-font);
  color: var(--heading-font-color);
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.pricing-richtext p {
  margin-bottom: 10px;
}

.pricing-richtext h3 {
  font-family: var(--body-font);
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.pricing-richtext li {
  padding-bottom: 10px;
}

.pagetitle-decs {
  color: var(--body-font-color);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

.career-section, .cta-4-section {
  padding-bottom: 100px;
}

.cta-4-section.style-2 {
  background-color: var(--white);
  margin-top: -175px;
  padding-top: 280px;
  position: relative;
}

.utility-page-image {
  position: relative;
}

.utitlty-page-title {
  margin-top: 30px;
  font-size: 65px;
  line-height: 75px;
}

.error-span-text {
  color: var(--skin);
}

.utility-text {
  margin-top: 15px;
}

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

.utitlity-page-text {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  font-size: 280px;
  font-weight: 600;
  line-height: 290px;
  position: absolute;
  top: 17%;
}

.search-view {
  width: 100%;
}

.search-view.style-2 {
  width: 50%;
}

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

.page-title-heading {
  font-size: 78px;
  line-height: 88px;
}

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

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

.search-link {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.search-text-link {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.protected-image {
  width: 180px;
  height: auto;
}

.protected-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

.protected-text-field {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-10);
  color: var(--heading-font-color);
  width: 100%;
  margin-bottom: 20px;
  padding: 25px 15px;
}

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

.protected-text-field::placeholder {
  color: var(--body-font-color);
}

.button.submit {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.button-cover {
  z-index: 3;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.changelog-section-inner {
  text-align: center;
}

.sub-heading-title {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 50px;
}

.changelog-button-wrap {
  text-align: center;
  margin-top: 20px;
}

.style-guide-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.style-guide-section-inner {
  text-align: center;
  margin-top: 40px;
}

.datenschutz {
  text-align: left;
}

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

.licenses-title-text {
  text-align: center;
  width: 50%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 26px;
}

.licenses-section-inner {
  margin-top: 50px;
}

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

.licenses-copyright-link {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  font-weight: 500;
}

.licenses-copyright-link:hover {
  color: var(--dark);
  text-decoration: underline;
}

.licenses-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.licenses-thumbnail {
  overflow: hidden;
}

.license-item-block {
  margin-top: 30px;
}

.service-3-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.step-2-section {
  background-color: var(--grey);
}

.step-2-title-box {
  text-align: center;
  margin-bottom: 60px;
}

.step-2-content-wrap {
  height: 500vh;
  position: relative;
}

.step-2-item-box {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.step-2-item {
  border-right: 1px solid var(--border-color);
  flex-flow: column;
  justify-content: space-between;
  min-height: 380px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.step-2-item.item-1 {
  min-height: 400px;
  padding-left: 0;
  padding-right: 30px;
}

.step-2-item.item-2, .step-2-item.item-3, .step-2-item.item-4 {
  min-height: 400px;
  padding-left: 30px;
  padding-right: 30px;
}

.step-2-subtitle {
  color: var(--heading-font-color);
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.step-2-title {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.step-2-inner-title {
  transform-origin: 0 0;
}

.step-2-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.step-2-desc {
  min-width: 25vw;
  max-width: 25vw;
}

.pricing-2-section {
  background-color: var(--dark);
  background-image: url('../images/pricing-Bg-Image_1pricing Bg Image.avif');
  background-position: 0%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 140px;
  position: relative;
}

.pricing-2-section-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 5fr 5fr;
}

.step-2-sticky-box {
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.step-2-image-box {
  transform-origin: 0 100%;
  flex: none;
}

.step-2-desc-box {
  overflow: hidden;
}

.sidebar-droupdown {
  display: block;
}

.droupdoen-icon {
  display: none;
}

.dropdown-toggle {
  padding: 0;
}

.droupdown-form-block.w--open {
  background-color: var(--transparent);
  padding-top: 25px;
}

.droupdown-form {
  background-color: var(--white);
  width: 300px;
  margin-left: -135px;
  padding: 30px 30px 20px;
  box-shadow: 0 0 15px #0003;
}

.droupdown-form-2 {
  text-align: center;
}

.droupdown-text-field {
  border-radius: var(--border-radius-10);
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  line-height: 27px;
}

.droupdown-text-field:focus {
  border: 1px solid var(--border-color);
}

.droupdown-text-title {
  color: var(--body-font-color);
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.droupdown-text-title:hover {
  color: var(--heading-font-color);
}

.nav-dropdown-list-2 {
  background-color: var(--transparent);
}

.info-form-link {
  font-family: var(--heading-font);
  color: var(--white);
  padding-right: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
}

.info-form-link.style-1 {
  font-size: 34px;
  line-height: 44px;
}

.popup-form-block {
  z-index: 1001;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-form-title {
  color: var(--heading-font-color);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.popup-form-box {
  z-index: 1;
  border: 2px solid var(--black\<deleted\|variable-35f83805-61c5-7674-11d9-aa4b69004dcc\>);
  border-radius: var(--border-radius-10);
  background-color: var(--grey);
  width: 640px;
  height: auto;
  margin: 40px auto;
  padding: 50px;
  display: block;
  position: relative;
  overflow: auto;
}

.popup-close-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 24px 24px auto auto;
}

.popup-close-icon:hover {
  transform: scale(.9);
}

.hero-2-bg-video {
  z-index: 1;
  filter: brightness(46%);
  height: 100%;
  position: relative;
}

.counter-item-box-main {
  position: absolute;
  bottom: -55px;
  right: 100px;
}

.counter-bg-box {
  z-index: -1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000004d;
  position: absolute;
  inset: -2%;
}

.cart-block {
  padding-right: 15px;
  display: flex;
}

.cart-block.style-1 {
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}

.cart-button {
  background-color: var(--transparent);
  color: var(--black\<deleted\|variable-35f83805-61c5-7674-11d9-aa4b69004dcc\>);
  padding: 10px 20px 0 0;
  position: relative;
}

.header-cart-quentity {
  background-color: var(--skin);
  color: var(--white);
  margin-left: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.cart-icon-image {
  width: 30px;
}

.cart-container {
  margin: 50px 15px;
}

.cart-header {
  border-bottom-color: var(--dark-color-2\<deleted\|variable-75812806-b063-3033-783a-48558d66edf7\>);
}

.cart-heading {
  color: var(--heading-font-color);
}

.cart-close-button {
  cursor: pointer;
}

.cart-item-title {
  font-family: var(--heading-font);
  color: var(--heading-font-color);
  font-weight: 600;
}

.cart-item-text {
  display: none;
}

.opsen-select-text {
  color: var(--heading-font-color);
  line-height: 30px;
}

.cart-remove-button:hover {
  color: var(--dark-color-2\<deleted\|variable-75812806-b063-3033-783a-48558d66edf7\>);
}

.cart-footer {
  border-top-color: var(--black\<deleted\|variable-35f83805-61c5-7674-11d9-aa4b69004dcc\>);
}

.cart-footer-line {
  color: var(--heading-font-color);
  font-weight: 600;
}

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

.cart-error-state {
  background-color: var(--skin);
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar-droupdown-list {
  background-color: var(--grey);
  padding: 30px;
}

.sidebar-droupdown-list.w--open {
  width: 500px;
  padding: 50px;
  position: absolute;
  right: 0;
  overflow: hidden;
  box-shadow: 0 0 20px #0000001a;
}

.sidebar-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 38px;
}

.sidebar-logo-image {
  width: 60px;
  height: auto;
}

.sidebar-title-box {
  text-align: center;
}

.sidebar-image-box {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sidebar-single-image {
  width: 100%;
  height: auto;
}

.sidebar-info-block {
  text-align: center;
}

.sidebar-contact-link {
  color: var(--heading-font-color);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.sidebar-contact-link:hover {
  color: var(--skin);
}

.sidebar-link-block {
  text-align: center;
}

.sidebar-contact-linkl {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.sidebar-contact-linkl:hover {
  color: var(--skin);
}

.sidebar-contact-info {
  text-align: center;
  padding-top: 30px;
}

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

.close-icon {
  z-index: 2;
  width: 35px;
}

.sidebar-menu-btn.open {
  position: relative;
}

.sidebar-menu-btn.close {
  z-index: 5;
  width: 28px;
  display: none;
  position: absolute;
}

.sidebar-social-block {
  padding-top: 20px;
}

.social-item-link {
  transition: all .4s;
}

.social-item-link:hover {
  transform: translate(0, -5px);
}

.social-icon-image {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.textarea {
  border: 1px solid var(--dark-color-2\<deleted\|variable-75812806-b063-3033-783a-48558d66edf7\>);
  border-radius: var(--border-radius-10);
  background-color: var(--transparent);
  opacity: .7;
  min-height: 100px;
  font-size: 16px;
}

.textarea:focus {
  border-color: var(--dark-color-2\<deleted\|variable-75812806-b063-3033-783a-48558d66edf7\>);
}

.textarea::placeholder {
  color: var(--heading-font-color);
  font-size: 15px;
  line-height: 25px;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 650px;
}

.popup-overly {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: absolute;
  inset: 0%;
}

.menu-button-2 {
  padding: 0;
}

.menu-button-2.bg-color {
  background-color: var(--transparent);
}

.customer-info-2 {
  margin-bottom: 0;
}

.div-block-7, .div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-9, .div-block-23 {
  margin-left: 0;
}

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

.search-input {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-10);
  color: #000;
  width: auto;
  min-width: 600px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.search-input:focus {
  border: 1px solid #000;
}

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

.search-block {
  justify-content: center;
  align-items: center;
  position: relative;
}

.search-btn {
  border-radius: var(--border-radius-10);
  background-color: var(--skin);
  padding: 10px 25px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.search-btn:hover {
  background-color: var(--dark);
}

.search-btn.w--current {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.popup-form-center {
  text-align: center;
  margin: auto;
}

.div-block-24 {
  text-align: left;
}

.nav-brand-header {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-family: var(--heading-font);
  color: var(--border-color-dark);
  margin-left: 10px;
  font-size: 30px;
  font-weight: 500;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--skin);
}

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

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

.bold-text-2 {
  font-weight: 500;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.cookiediv {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
  inset: auto 0% 10px;
}

.div-block-26 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-image: linear-gradient(#07252dde, #07252dde);
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 600px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.cookies-header {
  color: var(--white);
}

.cookie-paragraph {
  color: var(--white-light-color);
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

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

.spacer {
  width: 100%;
  height: 100px;
}

@media screen and (min-width: 1920px) {
  .droupdown-text-title:hover {
    color: var(--body-font-color);
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--white);
    color: var(--heading-font-color);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 30px;
  }

  .nav-menu:where(.w-variant-edd45786-6bec-f765-ede3-eb4521cfb589) {
    background-color: var(--white);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu.style-2 {
    box-shadow: 0 8px 10px #0003;
  }

  .nav-link {
    padding: 7px 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .nav-link:where(.w-variant-edd45786-6bec-f765-ede3-eb4521cfb589) {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px;
  }

  .nav-dropdown, .nav-dropdown-toggal {
    display: block;
  }

  .dropdown-menu-icon {
    font-size: 16px;
    line-height: 16px;
    display: block;
  }

  .dropdown-menu-icon:where(.w-variant-edd45786-6bec-f765-ede3-eb4521cfb589) {
    font-size: 20px;
    line-height: 20px;
  }

  .nav-dropdown-link, .nav-dropdown-link:where(.w-variant-edd45786-6bec-f765-ede3-eb4521cfb589), .nav-dropdown-link.w--current:where(.w-variant-edd45786-6bec-f765-ede3-eb4521cfb589) {
    font-size: 16px;
  }

  .menu-button {
    background-color: var(--transparent);
    margin-right: -3px;
    padding: 15px 0;
  }

  .menu-button.bg-color {
    z-index: 9;
    background-color: var(--transparent);
  }

  .navbar-icon {
    color: var(--heading-font-color);
    font-size: 30px;
    line-height: 30px;
  }

  .container.checkout-container, .container.chechout-container {
    flex-flow: column;
    max-width: 100%;
  }

  .hero-title-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-desc {
    max-width: 100%;
  }

  .about-2-counter-box {
    width: 100%;
  }

  .service-grid-wrapper {
    grid-template-columns: 6fr;
  }

  .service-image {
    background-attachment: scroll;
    margin-top: 0;
  }

  .service-wrapper {
    padding: 60px 15px;
  }

  .rounded-button.skin-btn.submit-btn {
    margin-top: 0;
  }

  .cta-section {
    background-image: none;
    min-height: auto;
    padding-top: 60px;
  }

  .cta-icon {
    width: 100%;
    font-size: 65px;
    line-height: 75px;
  }

  .cta-icon.dark-text {
    font-size: 40px;
    line-height: 50px;
  }

  .cta-icon-image {
    width: 50px;
    height: 50px;
  }

  .cta-button-wrapper {
    margin-top: 40px;
  }

  .enquiry-image-box {
    height: 100%;
  }

  .enquiry-section-grid {
    grid-template-columns: 6fr;
  }

  .enquiry-content-wrapper {
    padding-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .enquiry-contact-form {
    margin-top: 30px;
  }

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

  .client-section-title {
    width: 100%;
  }

  .testimonial-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .testimonial-section-grid {
    grid-template-columns: 8fr;
  }

  .testimonial-single-image {
    width: 500px;
    height: auto;
  }

  .marquee-text {
    font-size: 38px;
    line-height: 48px;
  }

  .blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title-wrap {
    margin-bottom: 30px;
  }

  .first-footer-grid {
    grid-template-columns: 2fr 1.75fr .75fr;
  }

  .second-footer-grid {
    grid-template-columns: 4fr 3fr;
  }

  .section-title {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .section-title.text-white {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-animation {
    display: none;
    position: relative;
    top: 0%;
  }

  .hero-section-2 {
    min-height: 550px;
  }

  .hero2-image-icon {
    width: 55px;
    height: 50px;
  }

  .hero2-title {
    font-size: 70px;
    line-height: 80px;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .features-wrapper {
    border-left: 1px solid var(--border-color);
  }

  .why-choose-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .why-choose-section-grid {
    grid-template-columns: 1fr;
  }

  .why-choose-right-wrap {
    padding-top: 40px;
    padding-left: 0;
  }

  .why-choose-image {
    height: 600px;
  }

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

  .service-2-inner-block {
    margin-top: 30px;
  }

  .service-2-title {
    margin-right: 0;
  }

  .service-2-text {
    padding-right: 7px;
  }

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

  .progress-bar-section-grid {
    grid-template-columns: 1fr;
  }

  .progress-bar-content-wrapper {
    padding: 60px 15px;
  }

  .step-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .step-content-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 60px;
  }

  .step-wrapper {
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .step-wrapper.pb-0 {
    padding-bottom: 0;
  }

  .step-title-box {
    position: relative;
  }

  .step-decs {
    margin-left: 0;
    margin-right: 0;
  }

  .step-line-box, .step-line-box.top-line {
    display: none;
  }

  .team-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-section-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .header-inline-btn {
    display: none;
  }

  .service-section-inner {
    margin-top: 40px;
  }

  .cta-box-image {
    display: none;
  }

  .enquiry-image {
    height: 550px;
  }

  .footer-wrapper {
    padding-top: 60px;
  }

  .contact-info-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-info-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 7fr;
  }

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

  .nav-menu-2 {
    background-color: var(--white);
    border-top: 1px solid #000;
    flex-flow: column;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 26px;
    display: flex;
  }

  .nav-link-2:hover {
    background-color: var(--white);
    color: var(--skin);
  }

  .nav-link-2.w--current {
    background-color: var(--white);
    color: var(--heading-font-color);
  }

  .nav-link-2.w--current:hover {
    background-color: var(--white);
    color: var(--skin);
  }

  .nav-dropdown-2 {
    display: block;
  }

  .sidebar-menu-block {
    display: none;
  }

  .page-title-section, .page-title-section.bg-color, .page-title-section.bg-color.about-title-bar {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-title-section.pb-100 {
    padding-bottom: 60px;
  }

  .page-title {
    font-size: 50px;
    line-height: 60px;
  }

  .page-title.style-2 {
    font-size: 80px;
    line-height: 90px;
  }

  .our-story-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .our-story-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 5fr;
  }

  .our-story-content-block {
    grid-row-gap: 25px;
  }

  .our-story-span-text {
    text-decoration: none;
  }

  .our-value-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-value-grid {
    grid-template-columns: 1fr;
  }

  .our-value-title-block {
    padding-top: 10px;
  }

  .cta-3-section {
    min-height: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-3-title {
    font-size: 50px;
    line-height: 60px;
  }

  .blog-2-section {
    padding-bottom: 60px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-image {
    width: auto;
  }

  .contact-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .map-section-grid {
    grid-template-columns: 1fr;
  }

  .map-content-wrapper {
    padding-top: 60px;
    padding-left: 15px;
  }

  .contact-map-block {
    margin-top: 40px;
    margin-bottom: 60px;
  }

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

  .pricing-section-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-section-grid {
    grid-template-columns: 1fr 1fr;
  }

  .faq-section {
    padding-bottom: 60px;
  }

  .faq-wrapper {
    grid-template-columns: 3fr;
    margin-left: 0;
    margin-right: 0;
  }

  .index-wrapper {
    width: 100%;
  }

  .faq-block {
    padding-top: 10px;
  }

  .faq-main-title {
    font-size: 40px;
    line-height: 50px;
  }

  .faq-title {
    font-size: 25px;
    line-height: 35px;
  }

  .nav-dropdown-list-box {
    margin-left: 15px;
  }

  .nav-dropdown-list-box:where(.w-variant-edd45786-6bec-f765-ede3-eb4521cfb589) {
    width: 390px;
  }

  .checkout-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .checkout-mright {
    flex: none;
    width: 100%;
  }

  .order-summary-block {
    flex: 0 auto;
  }

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

  .utility-page-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-title-decs, .page-decs {
    width: 100%;
  }

  .pricing-details-section {
    padding-bottom: 60px;
  }

  .pricing-details-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 5fr;
  }

  .pricing-richtext h2 {
    padding-top: 0;
  }

  .career-section, .cta-4-section {
    padding-bottom: 60px;
  }

  .cta-4-section.style-2 {
    padding-top: 230px;
  }

  .search-view.style-2 {
    width: 100%;
  }

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

  .page-title-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .protected-image {
    width: 16%;
  }

  .protected-title {
    font-size: 50px;
    line-height: 60px;
  }

  .changelog-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .changelog-section-inner {
    margin-top: 40px;
  }

  .sub-heading-title {
    font-size: 30px;
    line-height: 40px;
  }

  .style-guide-section, .section-top-bottom-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subheading-title {
    font-size: 40px;
    line-height: 50px;
  }

  .service-3-section, .step-2-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .step-2-title-box {
    margin-bottom: 20px;
  }

  .step-2-content-wrap {
    height: auto;
  }

  .step-2-item-box {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .step-2-item {
    border-right-width: 0;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .step-2-item.item-1 {
    min-height: auto;
  }

  .step-2-item.item-2 {
    border-right-width: 0;
    min-height: auto;
  }

  .step-2-item.item-3, .step-2-item.item-4 {
    min-height: auto;
  }

  .step-2-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 40px;
  }

  .step-2-desc {
    min-width: auto;
    max-width: none;
  }

  .pricing-2-section {
    padding-top: 100px;
  }

  .pricing-2-section-grid {
    grid-template-columns: 1fr 1fr;
  }

  .step-2-sticky-box {
    height: auto;
  }

  .info-form-link.style-1 {
    padding-right: 10px;
  }

  .cart-container {
    margin: 50px 15px;
  }

  .cart-close-button {
    cursor: pointer;
  }

  .cart-item-title {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    font-weight: 600;
  }

  .cart-item-text {
    display: none;
  }

  .opsen-select-text {
    color: var(--black\<deleted\|variable-35f83805-61c5-7674-11d9-aa4b69004dcc\>);
  }

  .open-cart-quentity {
    border-color: var(--black\<deleted\|variable-35f83805-61c5-7674-11d9-aa4b69004dcc\>);
    background-color: var(--dark-color-2\<deleted\|variable-75812806-b063-3033-783a-48558d66edf7\>);
    color: var(--white);
  }

  .cart-footer {
    border-top-color: var(--black\<deleted\|variable-35f83805-61c5-7674-11d9-aa4b69004dcc\>);
  }

  .cart-footer-line {
    color: var(--heading-font-color);
    font-weight: 600;
  }

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

  .cart-error-state {
    background-color: var(--skin);
    color: var(--white);
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-first-box {
    display: none;
  }

  .menu-button-2.bg-color.w--open {
    background-color: var(--transparent);
  }

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

  .search-input {
    width: 100%;
    min-width: auto;
  }

  .icon-image {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .logo-block {
    padding-left: 0;
  }

  .nav-menu, .nav-link {
    padding-left: 10px;
  }

  .hero-title-wrap {
    padding-bottom: 60px;
  }

  .hero-title {
    font-size: 65px;
    line-height: 75px;
  }

  .container-fluid.padding-zero {
    padding-left: 0;
    padding-right: 0;
  }

  .about-2-counter-box {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .counter-item-box {
    border-left-width: 0;
    border-left-color: #0003;
    padding-bottom: 0;
    padding-left: 0;
  }

  .counter-number {
    font-size: 60px;
    line-height: 70px;
  }

  .service-image {
    min-height: 550px;
  }

  .cta-icon {
    font-size: 60px;
    line-height: 70px;
  }

  .cta-icon-image {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
  }

  .enquiry-image-box {
    height: 550px;
  }

  .testimonial-quote {
    font-size: 26px;
    line-height: 46px;
  }

  .testimonial-single-image {
    width: auto;
  }

  .marquee-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .marquee-text {
    font-size: 30px;
    line-height: 40px;
  }

  .widget-title-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .first-footer-grid {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .footer-field-wrap {
    flex-flow: column;
    width: 90%;
  }

  .widget-menu-list-wrap.style1 {
    display: none;
  }

  .footer-checkbox-field {
    display: flex;
  }

  .second-footer-grid {
    grid-template-columns: 4fr;
  }

  .copyright {
    flex-flow: column;
  }

  .section-title {
    padding-bottom: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-section-2 {
    min-height: 500px;
  }

  .hero2-image-icon {
    width: 40px;
    height: 38px;
  }

  .hero2-title {
    font-size: 50px;
    line-height: 60px;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .features-wrapper {
    border-left: 1px solid var(--border-color);
  }

  .features-wrapper.first-child {
    border-left-width: 1px;
    border-left-color: var(--border-color);
  }

  .why-choose-title-decs {
    font-size: 22px;
    line-height: 37px;
  }

  .why-choose-image {
    height: auto;
  }

  .service-2-content {
    margin-top: 30px;
  }

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

  .inline-button.style-1 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .btn-arrow.style-2 {
    margin-bottom: 0;
  }

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

  .enquiry-image {
    height: 550px;
  }

  .location-wrapper.location1 {
    display: none;
  }

  .location-wrapper.location3 {
    top: 40px;
    left: 0;
  }

  .location-wrapper.location4 {
    top: 160px;
    left: 0;
  }

  .location-wrapper.location5 {
    display: none;
  }

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

  .page-title, .page-title.style-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .about-section-2 {
    min-height: 500px;
  }

  .our-story-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-story-content {
    font-size: 25px;
    line-height: 35px;
  }

  .our-value-title-block {
    padding-top: 0;
  }

  .cta-3-section-title {
    width: 100%;
  }

  .cta-3-contact-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .cta-3-seprator {
    display: none;
  }

  .blog-2-section {
    padding-bottom: 60px;
  }

  .contact-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .map-inner-grid {
    grid-template-columns: 1fr;
  }

  .contact-map-block {
    margin-top: 50px;
  }

  .contact-meta-item {
    margin-bottom: 0;
  }

  .pricing-section-grid {
    grid-template-columns: 1fr;
  }

  .faq-main-title {
    padding-bottom: 0;
  }

  .faq-item-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .faq-title-box, .faq-description-box {
    width: 100%;
  }

  .nav-dropdown-list-box {
    margin-left: 15px;
  }

  .nav-dropdown-list-box:where(.w-variant-edd45786-6bec-f765-ede3-eb4521cfb589) {
    padding: 30px 15px;
  }

  .block-header-title {
    font-size: 40px;
    line-height: 50px;
  }

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

  .page-title-decs {
    width: 100%;
  }

  .pricing-details-block {
    padding: 30px;
  }

  .pricing-detail-title {
    font-size: 35px;
    line-height: 45px;
  }

  .pricing-details-desc-box {
    padding-bottom: 60px;
  }

  .button-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .pricing-price-text {
    font-size: 35px;
    line-height: 45px;
  }

  .cta-4-section.style-2 {
    padding-top: 240px;
  }

  .utility-page-image {
    max-width: 70%;
  }

  .utitlty-page-title {
    font-size: 40px;
    line-height: 50px;
  }

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

  .utitlity-page-text {
    font-size: 190px;
    line-height: 200px;
    top: 24%;
  }

  .changelog-section-inner {
    margin-top: 20px;
  }

  .licenses-title-text {
    width: 100%;
  }

  .subheading-title {
    font-size: 30px;
    line-height: 40px;
  }

  .licenses-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .step-2-item-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .step-2-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-2-section {
    padding-top: 60px;
  }

  .pricing-2-section-grid {
    grid-template-columns: 2fr;
  }

  .info-form-link.style-1 {
    display: block;
  }

  .popup-form-box {
    width: 500px;
  }

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

  .nav-brand-header {
    padding-left: 0;
  }

  .list {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu:where(.w-variant-edd45786-6bec-f765-ede3-eb4521cfb589) {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-menu-icon:where(.w-variant-edd45786-6bec-f765-ede3-eb4521cfb589) {
    width: 20px;
    display: block;
  }

  .container.chechout-container {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-title {
    font-size: 50px;
    line-height: 60px;
  }

  .title-decs {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-image-content {
    height: 450px;
  }

  .about-desc {
    font-size: 24px;
    line-height: 34px;
  }

  .about-2-counter-box {
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }

  .counter-number {
    font-size: 45px;
    line-height: 55px;
  }

  .service-image {
    min-height: 400px;
  }

  .rounded-button.skin-btn {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .cta-icon {
    font-size: 40px;
    line-height: 50px;
  }

  .cta-icon.dark-text {
    font-size: 30px;
    line-height: 40px;
  }

  .enquiry-image-box {
    height: auto;
  }

  .enquiry-section-title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .contact-form-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .contact-form-item-2 {
    display: block;
  }

  .contact-checkbox-field {
    padding-top: 5px;
  }

  .testimonial-item-box {
    margin-top: 30px;
  }

  .testimonial-single-image {
    width: auto;
  }

  .widget-title-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .footer-field-wrap {
    flex-flow: column;
    width: 100%;
  }

  .widget-menu-list-wrap.style1 {
    display: none;
  }

  .footer-checkbox-field {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-checkbox {
    flex: none;
  }

  .footer-social-list {
    flex-flow: wrap;
  }

  .footer-nav {
    padding-left: 0;
  }

  .section-title, .section-title.text-white {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-title-decs {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-section-title2 {
    flex-flow: column;
  }

  .hero2-title {
    font-size: 35px;
    line-height: 45px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-wrapper {
    border-top: 1px solid var(--border-color);
    border-left-width: 0;
    border-left-color: #0000;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .why-choose-right-wrap {
    padding-top: 20px;
  }

  .why-choose-image {
    height: auto;
  }

  .service-2-block-space {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .service-2-text {
    text-align: left;
    padding-right: 0;
  }

  .inline-button {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .inline-button.w--current {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .step-wrapper.style-1 {
    padding-bottom: 0;
  }

  .enquiry-image {
    height: 350px;
  }

  .footer-wrapper {
    padding-top: 40px;
  }

  .team-item-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .location-wrapper {
    display: none;
  }

  .section-title-span {
    font-size: 30px;
    line-height: 40px;
    text-decoration: none;
  }

  .contact-info-block-grid {
    grid-template-columns: 1fr;
  }

  .topbar-wrapper {
    display: none;
  }

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

  .topbar-block {
    flex-flow: wrap;
    margin-bottom: 10px;
  }

  .topbar-seprator {
    display: none;
  }

  .nav-brand-block-2 {
    margin-left: 0;
  }

  .page-title-section.bg-color.about-title-bar {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pagetitle-title._w-70 {
    width: 100%;
  }

  .page-title {
    font-size: 40px;
    line-height: 50px;
  }

  .page-title.style-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .about-section-2 {
    min-height: 400px;
  }

  .our-story-content {
    font-size: 20px;
    line-height: 30px;
  }

  .our-value-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cta-3-section {
    min-height: 400px;
  }

  .cta-3-section-title {
    width: 100%;
  }

  .cta-3-title {
    font-size: 30px;
    line-height: 40px;
  }

  .cta-3-contact-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .cta-3-content-link {
    font-size: 30px;
    line-height: 40px;
  }

  .cta-3-seprator {
    display: none;
  }

  .map-section-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .contact-map-block {
    margin-top: 0;
  }

  .contact-meta-item {
    margin-bottom: 10px;
  }

  .pricing-title-box.border-grey, .pricing-title-box.boder-dark, .pricing-title-box.white-border {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-main-title {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .faq-item-wrapper {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-title {
    font-size: 22px;
    line-height: 32px;
  }

  .faq-content-wrap {
    padding-top: 50px;
  }

  .nav-dropdown-list-box {
    width: 290px;
    margin-left: 0;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-dropdown-list-box:where(.w-variant-edd45786-6bec-f765-ede3-eb4521cfb589) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-header {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .block-header-title {
    font-size: 30px;
    line-height: 40px;
  }

  .shipping-method, .order-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .pricing-details-block {
    width: 290px;
  }

  .pricing-detail-title {
    font-size: 30px;
    line-height: 40px;
  }

  .pricing-details-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .pricing-details-desc-box {
    padding-bottom: 20px;
  }

  .button-group {
    flex-flow: wrap;
  }

  .pricing-price-text, .pricing-richtext h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .utility-page-image {
    max-width: 50%;
  }

  .utitlty-page-title {
    font-size: 35px;
    line-height: 45px;
  }

  .utility-text {
    margin-top: 0;
  }

  .utitlity-page-text {
    font-size: 100px;
    line-height: 110px;
    top: 21%;
  }

  .search-view {
    flex: 0 auto;
    margin-top: 0;
  }

  .page-title-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .search-link {
    font-size: 20px;
    line-height: 30px;
  }

  .search-text-link {
    font-size: 18px;
    line-height: 28px;
  }

  .protected-image {
    width: 32%;
  }

  .protected-title {
    font-size: 35px;
    line-height: 45px;
  }

  .sub-heading-title {
    font-size: 26px;
    line-height: 36px;
  }

  .licenses-grid {
    grid-template-columns: 1fr;
  }

  .step-2-item.item-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .info-form-link.style-1 {
    font-size: 30px;
    line-height: 40px;
  }

  .popup-form-box {
    width: 280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-close-icon {
    width: 20px;
    height: 20px;
  }

  .hero-image {
    height: 450px;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .search {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

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

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

  .search-btn {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-25 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .cookiediv {
    height: auto;
    bottom: 0;
  }

  .div-block-26 {
    flex-flow: column;
  }
}

#w-node-_5349ae38-0182-e309-b251-bb63a162ee6c-35387fe1 {
  align-self: center;
}

#w-node-_16475533-25b5-d366-f10a-5dffe3f63a07-35387fe1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b28da558-5bf7-36da-cec2-5c0e125458f5-1453efd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b28da558-5bf7-36da-cec2-5c0e12545900-1453efd1, #w-node-b28da558-5bf7-36da-cec2-5c0e12545906-1453efd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_39640366-c0a9-3dcf-ed44-cf1a08f4a5be-08f4a5ba, #w-node-_458add5d-5ce2-e718-6e41-cc252408971d-35387fe3, #w-node-e02c3c1b-2430-7519-5f3b-fd9788941ed1-35387fe8, #w-node-c1f626df-f1cd-c5dd-af28-ec697d7c98f1-35387fe8 {
  align-self: center;
}

#w-node-c1f626df-f1cd-c5dd-af28-ec697d7c9902-35387fe8, #w-node-bc97741f-c317-fffc-db4f-aaa19aed9729-35387fe8, #w-node-c1f626df-f1cd-c5dd-af28-ec697d7c990c-35387fe8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f98007ce-4c60-a7e0-defe-f9ea4ebcdc21-35387fe8 {
  align-self: center;
}

#w-node-c174c5be-9b0e-3b91-8989-7ea2b1399244-35387fe8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_5349ae38-0182-e309-b251-bb63a162ee6c-35387fe1, #w-node-e02c3c1b-2430-7519-5f3b-fd9788941ed1-35387fe8 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_51c984cd-d6dd-d189-89bf-4b57f4ed21b9-35387fe8, #w-node-_81990a9e-c5de-606c-917b-e2d3aa0ad2bb-35387fe8, #w-node-b25f0f8e-7637-92ab-b226-fd58d24d2fc8-35387fe8, #w-node-d6f10e78-73a9-383e-2ab1-0596d300f028-35387fe8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-efb10778-e0d4-0d09-9b64-47d259a31f3e-35387fe1, #w-node-fe443578-d462-f34d-40d7-0ad1d35a9c99-35387fe1, #w-node-ab34832c-8f56-048e-fab4-0c4f9f5a9a05-35387fe1, #w-node-_669a708f-6f97-48a9-1990-778e7292bb9f-35387fe1, #w-node-_2c0e9fe9-6020-afdc-fda3-006f664f7415-35387fe1, #w-node-f2e4a855-b02b-f6c2-71e7-2dc3d5bef2a7-35387fe1, #w-node-b28da558-5bf7-36da-cec2-5c0e125458e9-1453efd1, #w-node-b28da558-5bf7-36da-cec2-5c0e125458ed-1453efd1, #w-node-b28da558-5bf7-36da-cec2-5c0e125458f1-1453efd1, #w-node-b28da558-5bf7-36da-cec2-5c0e125458f5-1453efd1, #w-node-c1f626df-f1cd-c5dd-af28-ec697d7c98f1-35387fe8, #w-node-c1f626df-f1cd-c5dd-af28-ec697d7c98f5-35387fe8, #w-node-c1f626df-f1cd-c5dd-af28-ec697d7c98f9-35387fe8, #w-node-c1f626df-f1cd-c5dd-af28-ec697d7c98fd-35387fe8, #w-node-_51c984cd-d6dd-d189-89bf-4b57f4ed21b9-35387fe8, #w-node-_81990a9e-c5de-606c-917b-e2d3aa0ad2bb-35387fe8, #w-node-b25f0f8e-7637-92ab-b226-fd58d24d2fc8-35387fe8, #w-node-d6f10e78-73a9-383e-2ab1-0596d300f028-35387fe8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-Bold.ttf') format('truetype'), url('../fonts/InterTight-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-BoldItalic.ttf') format('truetype'), url('../fonts/InterTight-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Embed';
  src: url('../fonts/InterTight-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Inter_18pt-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-Bold.ttf') format('truetype'), url('../fonts/Inter_18pt-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt Embed';
  src: url('../fonts/Inter_18pt-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}