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

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

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

:root {
  --primary: #000;
  --white: white;
  --accent: #cbb881;
  --secondary-light: #dacda8;
  --white-30: #ffffff4d;
  --secondary-30: #f7de964d;
  --accent-40: #ebcc7266;
  --secondary-31: #f6dd94;
  --black: black;
  --primary-light: #886708;
  --dark-blue: #07205c;
  --stroke-color: #d9e8e733;
  --white-50: #ffffff80;
  --primary-40: #46350466;
  --primary-45: #47360473;
  --additional-color: #092058;
  --light-gray: #f9f9fa;
  --gray: #e9e9e9;
  --dark-gray-50: #afafaf80;
  --midnight-blue: #0b1f52;
  --midnight-blue-2: #33405d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--primary);
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
}

h1 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1em;
}

h3 {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1em;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
}

h5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

h6 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: var(--accent);
  align-items: center;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--white);
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  background-color: var(--secondary-light);
  color: var(--accent);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  line-height: 1.4em;
  list-style-type: disc;
  position: relative;
}

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

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

blockquote {
  text-align: center;
  background-image: url('../images/Quote_1Quote.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 30px;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 45px 20px 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

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

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

.section.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.our-news-banner.book {
  padding-top: 40px;
  padding-bottom: 0;
}

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

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

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

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

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

.base-container._40-padding {
  margin-bottom: 40px;
  padding-top: 40px;
}

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

.grid-system {
  border-top: 1px solid var(--white-30);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

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

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

.grid-description {
  border-right: 1px solid var(--white-30);
  border-bottom: 1px solid var(--white-30);
  color: var(--white);
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--white-30);
  border-bottom: 1px solid var(--white-30);
  border-left: 1px solid var(--white-30);
  width: 24%;
}

.grid-description.last-description {
  border-right: 1px solid var(--white-30);
  border-bottom-color: var(--white-30);
}

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

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

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

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

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

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

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

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

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

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

.primary-style-guide {
  border: 1px solid var(--secondary-30);
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

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

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

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

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

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

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

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

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

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

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

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

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

.primary-button {
  border: 1px solid var(--secondary-31);
  background-color: var(--accent);
  color: var(--primary);
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 13px 40px;
  font-size: 18px;
  line-height: 1.5em;
  transition: all .35s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--secondary-30);
  border-color: #0000;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pagination {
  margin-top: 60px;
}

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

.primary-button.coming-soon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.primary-button.summary-btn {
  width: 100%;
  margin-bottom: 0;
}

.primary-button.btn-top-margin {
  margin-top: 20px;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

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

.bottom-style-spacing-mobile {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

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

.link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 50%;
  margin-top: 20px;
  display: flex;
}

.pages-banner {
  background-image: linear-gradient(to bottom, var(--secondary-30), var(--primary));
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 111px;
  display: flex;
}

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

.licensing-images-wrapper {
  width: 100%;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

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

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

.licensing-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 320px;
}

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

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

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

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

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

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

.icon-style-guide {
  color: var(--accent);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  transition: color .35s;
}

.icon-style-guide:hover {
  color: var(--white);
}

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

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

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

.licensing-paragraph {
  width: 50%;
}

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

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

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

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

.password-input {
  border: 1px solid var(--secondary-31);
  color: var(--white);
  background-color: #0000;
  border-radius: 5px;
  min-width: 280px;
  min-height: 55px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2em;
}

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

.password-input::placeholder {
  color: var(--secondary-light);
  font-size: 18px;
}

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

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

._404-content-wrapper {
  z-index: 60;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

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

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

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

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

.style-guide-button-wrapper {
  width: 47%;
}

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

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

.paragraph-large {
  line-height: 1.5em;
}

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

.link-with-icon {
  transition: all .3s;
  display: flex;
}

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

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

.hidden {
  display: none;
}

.search-wrap-input {
  color: var(--secondary-30);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--secondary-31);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

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

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

.search-link {
  margin-bottom: 10px;
  transition: all .35s;
  display: inline-block;
}

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

.search-input {
  border: 1px solid var(--secondary-31);
  color: var(--white);
  background-color: #0000;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 1em;
}

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

.search-input::placeholder {
  color: var(--secondary-light);
  font-size: 18px;
}

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

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

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

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.style-guide-content-wrapper {
  margin-top: 20px;
  display: flex;
}

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

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

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

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

.portfolio-masonry-image-wrapper {
  position: relative;
}

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

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

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

.map-wrapper {
  position: relative;
}

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

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

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

.courses-collection {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rich-text-style h2 {
  margin-bottom: 20px;
}

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

.rich-text-style h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

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

.rich-text-style ul {
  margin-top: 30px;
  margin-bottom: 40px;
}

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

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

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

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

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

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

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

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

.secondary-project-button {
  background-color: var(--secondary-30);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border: 1px solid #0000;
  border-radius: 5px;
  padding: 13px 40px;
  font-size: 18px;
  line-height: 1.5em;
  transition: all .35s;
  display: inline-block;
}

.secondary-project-button:hover {
  border-color: var(--secondary-31);
  background-color: var(--accent);
}

.secondary-project-button.pagination {
  margin-top: 60px;
}

.secondary-project-button.top-margin {
  margin-top: 30px;
}

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

.brand-logo {
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.w--current {
  transition-property: opacity;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.nav-dropdown-icon-2 {
  color: #000;
  font-size: 16px;
  display: block;
}

.nav-dropdown-icon-2.white-home-5-icon {
  display: none;
}

.nav-line-white, .line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.logo-mobile-3 {
  padding-left: 0;
  display: none;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.navbar-search {
  cursor: pointer;
  object-fit: cover;
  height: auto;
  font-family: "Fa solid 900", sans-serif;
}

.search-wrap {
  z-index: 100;
  cursor: pointer;
  background-color: #292929;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.line {
  background-color: var(--white-30);
  align-items: flex-end;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-menu-shadow-overlay-4 {
  align-items: center;
  display: flex;
}

.dropdown-header-item {
  background-color: #0000;
  padding: 32px 15px;
  transition: opacity .5s;
  display: flex;
}

.dropdown-header-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.border-wrap-3 {
  display: flex;
}

.login-tablet-wrap-2 {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-left: 30px;
  display: none;
}

.main-nav-item-link {
  color: #fff;
  flex: none;
  padding-left: 15px;
  padding-right: 15px;
  transition-property: all;
  transition-duration: .5s;
  display: flex;
}

.main-nav-item-link:hover {
  color: var(--accent);
}

.cart-footer-2 {
  border-top-color: var(--secondary-30);
}

.right-header-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-product-name {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

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

.dropdown-menu-3 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.remove {
  color: var(--accent);
  transition: color .3s;
}

.remove:hover {
  color: #fff;
}

.your-cart-icon {
  filter: invert();
}

.nav-dropdown-item-link {
  color: var(--white);
  width: 100%;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

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

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

.cart-wrapper {
  position: relative;
}

.display-hide {
  display: none;
}

.shop-cart-wrapper {
  background-color: #04174600;
  background-image: linear-gradient(#0f3590e6, #07205ce6);
}

.checkout-actions {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cart-line-item {
  margin-bottom: 30px;
}

.image-order {
  object-fit: cover;
  border-radius: 2px;
  height: 60px;
  transition: all .4s;
}

.image-order:hover {
  border-radius: 5px;
}

.subtotal-text.bold {
  font-weight: 600;
}

.no-item {
  color: #fff;
}

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

.cart-quantity-2 {
  background-color: var(--accent);
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: auto;
  height: 20px;
  padding: 1px 0 0;
  font-weight: 400;
  line-height: 1px;
  display: flex;
  position: absolute;
  inset: -30% 0% auto auto;
}

.cart-button-item {
  color: #fff;
  background-color: #0000;
  padding-left: 0;
  padding-right: 8px;
  transition-property: all;
  transition-duration: .5s;
  position: relative;
}

.cart-button-item:hover {
  color: var(--accent);
}

.nav-fixed-menu {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.cart-price {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
}

.apple-play {
  border-radius: 5px;
  height: 55px;
}

.logo-broadband {
  width: auto;
  max-width: none;
  height: 80px;
}

.nav-dropdowm-link-line-3 {
  background-color: var(--accent);
  opacity: .7;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.menu-item-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.cart-container {
  background-color: var(--primary);
  box-shadow: none;
  border-radius: 5px;
}

.btn-wrap {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.tablet-menu-4 {
  display: none;
}

.quantity-cart {
  border-color: var(--secondary-30);
  background-color: var(--secondary-30);
  color: #fff;
  border-radius: 2px;
  transition: all .3s;
}

.quantity-cart:focus {
  border-color: var(--secondary-31);
}

.nav-dropdown-list-4 {
  background-color: var(--primary);
  border: 1px solid #e9e9e9;
  padding: 15px 20px;
}

.nav-dropdown-list-4.w--open {
  border-style: solid;
  border-color: var(--white-30);
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-list-4.megamenu {
  width: 440px;
  left: -110px;
}

.nav-dropdown-list-4.portfolio-details.w--open {
  width: 260px;
}

.cart-header-2 {
  background-color: var(--accent);
  border-bottom-style: none;
  border-bottom-color: #ed7f38;
}

.logo-broadband-tablet {
  width: auto;
  max-width: none;
  height: 20px;
}

.footer-links-wrap {
  grid-column-gap: 40px;
  display: flex;
}

.footer-rights-wrapper-2 {
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-bottom {
  background-image: linear-gradient(to bottom, var(--primary), var(--black));
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}

.link-white {
  color: #fff;
}

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

.footer-copyright-2 {
  color: var(--secondary-light);
  margin-bottom: 0;
  line-height: 1.5em;
}

.footer-bottom-container {
  grid-row-gap: 50px;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copyright-link-2 {
  color: var(--secondary-31);
  text-decoration: none;
  display: inline;
}

.footer-copyright-link-2:hover {
  color: var(--secondary-light);
}

.footer-rights-2 {
  grid-column-gap: 5px;
  color: var(--secondary-light);
  line-height: 1.5em;
  display: flex;
}

.rights-wrapper {
  grid-column-gap: 5px;
  display: flex;
}

.footer-center-container {
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
}

.footer-top-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-networks-con {
  width: auto;
  margin-top: 20px;
}

.footer-text-con {
  text-align: left;
  width: 55%;
}

.social-networks {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.footer-socials {
  color: var(--accent);
  background-color: #00ccbf4d;
  border-radius: 100px;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  transition-property: all;
  display: flex;
}

.footer-socials:hover {
  background-color: var(--accent);
}

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

.banner-section {
  background-image: linear-gradient(to bottom, var(--primary-light), var(--dark-blue));
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.hero-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.banner-left-con {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.banner-right-con {
  justify-content: space-between;
  width: 50%;
  height: auto;
  display: flex;
}

.white-label {
  background-color: var(--secondary-30);
  border-radius: 80px;
  margin-bottom: 30px;
  padding: 5px 40px;
}

.white-label.top {
  margin-top: 30px;
}

.hover-text-wrap {
  height: auto;
  max-height: 27px;
  overflow: hidden;
}

.white-label-text, .white-label-text-bottom {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.discover-broadband {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.broadband-icon {
  object-fit: cover;
}

.discover-broadband-top {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
}

.acout-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.large-main-section {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.large-main-section.sign-up {
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 80px;
}

.regiester-info {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.click-here-color-link {
  color: var(--accent);
}

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

.click-here-color-link.w--current {
  color: #712fff;
}

.click-here-color-link.w--current:hover {
  color: #0f0f14;
}

.sign-up-form {
  z-index: 100;
  border: 2px solid var(--stroke-color);
  background-color: var(--primary);
  border-radius: 5px;
  width: 45%;
  padding: 40px 30px;
  position: relative;
}

.bg-sign-up-wrapper {
  position: absolute;
  inset: 0%;
}

.forgot-password-text {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.sign-wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 40px;
}

.banner-paragraph-sign-up {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
}

.bg-sign-up {
  justify-content: center;
  align-items: center;
  height: 130vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.forgot-password-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.form {
  flex-direction: column;
  display: flex;
}

.lower-layer {
  z-index: 1;
  background-color: var(--secondary-30);
  border-radius: 5px;
  display: none;
  position: absolute;
  inset: 20px 20px -20px -20px;
}

.banner-title-sign-up {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
}

.contact-info-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--stroke-color);
  background-color: var(--primary);
  color: var(--white);
  height: 55px;
  padding: 16px 18px;
  font-size: 18px;
  transition: all .3s;
}

.contact-info-input:focus {
  border-color: #fcfbf8 #fcfbf8 var(--secondary-31);
}

.contact-info-input::placeholder {
  color: var(--stroke-color);
  font-size: 18px;
}

.form-block-2 {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.link-sign-up {
  color: var(--accent);
}

.link-sign-up:hover {
  opacity: 1;
  color: #fff;
}

.background-image-sign-up {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 130vh;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.overlay-banner-1 {
  background-color: #000000b3;
  background-image: linear-gradient(45deg, #07205ccc, #0f359026);
  position: absolute;
  inset: 0%;
}

.portfolio-tab-link {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  padding: 10px 30px;
  transition-property: opacity;
  transition-duration: .4s;
}

.portfolio-tab-link:hover {
  opacity: .5;
}

.portfolio-tab-link.w--current {
  color: var(--accent);
  background-color: #0000;
}

.portfolio-tab-link.all-projects {
  flex: 1;
  padding-left: 0;
}

.portfolio-tab-link.all-projects.w--current {
  color: var(--accent);
}

.portfolio-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.shop-item {
  width: 100%;
}

.grid-shop {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  padding-top: 0;
  display: grid;
}

.shop-collection {
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.tabs-menu {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.shop-main-tabs {
  width: 100%;
}

.hero-event-slider {
  background-color: #0000;
  height: 100%;
}

.product-hero-content {
  z-index: 100;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.product-hero-content.default-hero-content {
  justify-content: center;
  padding-bottom: 0;
}

.shop-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(15px, 1fr) minmax(auto, 1170px) minmax(15px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.slider-arrow {
  width: 16px;
}

.main-shop-banner {
  z-index: 1;
  min-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-slider-arrow {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: none;
  inset: auto 0% 80px auto;
}

.product-slider-arrow.left {
  right: 90px;
}

.slide-nav {
  display: none;
}

.hero-event-slider-mask {
  overflow: visible;
}

.collection-list-wrapper-6, .collection-list-6, .collection-item-6 {
  width: 100%;
  height: 100%;
}

.hero-event-slide {
  height: 100%;
}

.stacked-product-title {
  grid-row-gap: 5px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.label-text {
  border-left: 2px solid var(--accent);
  color: var(--accent);
  padding-left: 6px;
  font-size: 14px;
}

.label-text.discount {
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.card-images-wrapper {
  background-color: #0000;
  height: 100%;
}

.product-tags {
  display: flex;
}

.card-overalay {
  z-index: 5;
  background-color: #1010104d;
  position: absolute;
  inset: 0%;
}

.indicator-card-fill {
  background-color: var(--accent);
  width: 100%;
  height: 100%;
}

.card-img {
  background-color: #151b19;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-title {
  letter-spacing: .02em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  transition: color .35s;
}

.product-title:hover {
  color: var(--accent);
}

.card-info {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  padding-top: 20px;
  display: flex;
}

.error-text-cart {
  color: var(--white);
  text-align: center;
}

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

.discount-label {
  align-items: center;
  height: 28px;
  display: flex;
}

.new-tag {
  align-items: center;
  height: 28px;
  margin-right: 9px;
  display: flex;
}

.quantity {
  display: none;
}

.primary-button-cart {
  background-color: var(--secondary-30);
  color: var(--white);
  text-align: center;
  border: 1px solid #0000;
  border-radius: 0;
  width: 100%;
  padding: 15px 24px 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: all .4s;
  display: inline-block;
}

.primary-button-cart:hover {
  border-color: var(--accent);
  background-color: var(--accent);
  color: #fff;
}

.tag-icon {
  width: 16px;
  margin-right: 2px;
}

.price-product-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.product-category:hover {
  color: #fff;
}

.image-color-indicator {
  z-index: 20;
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.product-card-top {
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: flex;
}

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

.img-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-card.two {
  z-index: 2;
}

.img-card.one {
  z-index: 3;
}

.img-card.three {
  z-index: 1;
  display: block;
}

.product-main-card {
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.discount-text {
  color: var(--white-50);
  margin-top: 5px;
  font-size: 14px;
  text-decoration: line-through;
}

.add-to-cart {
  z-index: 9;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% 0% 0;
}

.product-card-info {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.stock-text {
  color: var(--accent);
  text-align: center;
}

.error-message-cart {
  background-color: var(--accent);
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 18px;
}

.background-products {
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.price-lable {
  align-items: center;
  height: 28px;
  display: flex;
}

.dynamic-price {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end end;
  display: flex;
}

.popular-tag {
  align-items: center;
  height: 28px;
  margin-right: 9px;
  display: flex;
}

.stock {
  background-color: #fff;
  border-radius: 0;
  margin-top: 20px;
  padding: 15px 20px 18px;
}

.option-list {
  display: none;
}

.paragraph-shop-details {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.error-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffe8e6;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.shop-lightbox-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.out-of-stock-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f9f9fa;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.shop-sticky-block {
  position: sticky;
  top: 25px;
}

.shop-text-wrapper-2 {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.shop-text-wrapper-2.margin {
  margin-top: 80px;
}

.shop-text-wrapper-2.margin-bottom {
  margin-bottom: 30px;
}

.shop-details-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.shop-details-price-wrapper {
  grid-column-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.shop-card-old-price {
  color: var(--white-50);
  font-size: 16px;
  text-decoration: line-through;
}

.shop-details-title-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
}

.buy-now-button-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fcf9f6;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
  display: flex;
}

.default-state-3 {
  flex-direction: column;
  margin-bottom: 0;
}

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

.shop-product-details-subtitle {
  color: var(--accent);
  margin-bottom: 10px;
  font-weight: 600;
}

.quantity-title-text {
  color: var(--accent);
  font-weight: 600;
}

.h2-shop-details {
  font-size: 40px;
}

.h2-shop-details.mb-0 {
  margin-bottom: 0;
}

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

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

.quantity-2 {
  border-color: transparent transparent var(--secondary-30);
  color: #fff;
  background-color: #0000;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.quantity-2:focus {
  border-bottom-color: var(--secondary-31);
}

.quantity-2::placeholder {
  color: var(--white);
}

.shop-tablet-image {
  display: none;
}

.price-product {
  text-transform: uppercase;
  font-size: 20px;
}

.lightbox-link-shop {
  min-width: 450px;
  height: 500px;
  transition-property: all;
  transition-duration: .8s;
}

.lightbox-link-shop:hover {
  padding: 10px;
}

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

.print-1 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 80px;
  height: 110px;
  position: absolute;
  inset: 58px auto auto 46px;
}

.posters-grid {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 550px;
  display: flex;
  position: relative;
}

.image-print-1 {
  z-index: 3;
  background-image: linear-gradient(#0f35900d, #07205ce6), linear-gradient(#04174640, #04174640), url('../images/BroadBand-5_1BroadBand 5.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 135px;
  height: 200px;
  position: absolute;
  inset: auto 280px 340px auto;
}

.image-print-2 {
  z-index: 3;
  background-image: linear-gradient(#0f35900d, #07205ce6), linear-gradient(#04174666, #04174666), url('../images/BroadBand-4_1BroadBand 4.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 160px;
  height: 240px;
  position: absolute;
  inset: auto 50px 260px auto;
}

.image-print-3 {
  z-index: 3;
  background-image: linear-gradient(#0f35900d, #07205ce6), linear-gradient(#04174666, #04174666), url('../images/BroadBand-2_1BroadBand 2.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 160px;
  height: 240px;
  position: absolute;
  inset: auto 265px 60px auto;
}

.image-print-4 {
  z-index: 3;
  object-fit: cover;
  background-image: linear-gradient(#0f35900d, #07205ce6), linear-gradient(#04174640, #04174640), url('../images/BroadBand-3_1BroadBand 3.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 120px;
  height: 180px;
  position: absolute;
  inset: auto 75px 40px auto;
}

.print-2 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 125px;
  height: 175px;
  position: absolute;
  inset: 36px 115px auto auto;
}

.print-3 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 115px;
  height: 160px;
  position: absolute;
  inset: auto auto 155px 39px;
}

.print-4 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 100px;
  height: 150px;
  position: absolute;
  inset: auto 42px 88px auto;
}

.print-5 {
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 130px;
  height: 180px;
  position: absolute;
  inset: auto auto 0 145px;
}

.btn-banner-wrap {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.big-decorative-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1em;
}

.top-content {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 850px;
  display: flex;
  position: relative;
}

.bottom-posters {
  grid-column-gap: 20px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.poster {
  background-image: linear-gradient(to bottom, transparent, var(--primary)), linear-gradient(to bottom, var(--primary-40), var(--primary-40)), url('../images/Ceramic-Coating.webp');
  object-fit: fill;
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 180px;
  height: 280px;
}

.poster.poster-2 {
  background-image: linear-gradient(to bottom, transparent, var(--primary)), linear-gradient(to bottom, var(--primary-40), var(--primary-40)), url('../images/mobile-detailing_1mobile-detailing.webp');
}

.poster.poster-3 {
  background-image: linear-gradient(to bottom, transparent, var(--primary)), linear-gradient(to bottom, var(--primary-40), var(--primary-40)), url('../images/detailing.webp');
  background-position: 0 0, 0 0, 50% 0;
}

.poster.poster-4 {
  background-image: linear-gradient(to bottom, transparent, var(--primary)), linear-gradient(to bottom, var(--primary-40), var(--primary-40)), url('../images/paint-correction.webp');
}

.poster.poster-5 {
  background-image: linear-gradient(to bottom, transparent, var(--primary)), linear-gradient(to bottom, var(--primary-40), var(--primary-40)), url('../images/ceramic-coating-tesla.webp');
}

.bottom-content {
  z-index: 10;
  width: 100%;
  height: 140px;
  position: relative;
  overflow: hidden;
}

.posters-con {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.gradient {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--accent) 39%, var(--primary) 87%);
  opacity: .2;
  filter: blur(200px);
  border-radius: 100%;
  width: 990px;
  height: 460px;
  position: absolute;
  inset: auto auto 0%;
  transform: translate(0, 230px);
}

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

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

.logo-loop-wrapper {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.companions-logo-loop {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.companions-logo {
  opacity: .4;
  object-fit: cover;
  max-width: none;
  height: 60px;
  transition: opacity .35s;
  display: inline;
}

.companions-logo:hover {
  opacity: 1;
}

.hero-stream-con {
  grid-column-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.logo-space {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
}

.hero-stream-left {
  width: 480px;
}

.hero-stream-right {
  flex: 1;
  justify-content: space-between;
  height: 510px;
  padding-bottom: 40px;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.stream-img {
  border-radius: 5px;
  width: 100%;
  height: 475px;
}

.stream-logo {
  background-image: linear-gradient(to bottom, var(--accent-40), var(--accent));
  border-radius: 5px;
  padding: 24px 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.stream-title {
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.anchor-list {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.anchor-link {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: background-color .5s, padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.anchor-link.w--current {
  background-color: #0000;
  padding-left: 24px;
  padding-right: 24px;
}

.item-hover-details {
  background-image: linear-gradient(to bottom, var(--primary) 50%, #ffffff1a);
  position: absolute;
  inset: 0%;
}

.tab-title {
  z-index: 25;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.subtitle-galleries-details {
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
}

.arrow-wrapper {
  z-index: 25;
  position: relative;
  overflow: hidden;
}

.project-arrow {
  object-fit: cover;
  width: auto;
}

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

.line-animation {
  background-color: var(--white-30);
  align-items: flex-end;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.playlist-wrapper {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-playlist {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.right-playlist {
  width: 470px;
}

.playlist-item {
  background-image: linear-gradient(to bottom, transparent, var(--primary-40)), linear-gradient(to bottom, var(--primary-40), var(--primary-40)), url('../images/coating2_1coating2.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  justify-content: space-between;
  align-items: flex-end;
  height: 170px;
  padding: 20px;
  display: flex;
}

.playlist-item.playlist-2 {
  background-image: linear-gradient(to bottom, transparent, var(--primary-40)), linear-gradient(to bottom, var(--primary-40), var(--primary-40)), url('../images/detailing.webp');
}

.playlist-item.playlist-3 {
  background-image: linear-gradient(to bottom, transparent, var(--primary-40)), linear-gradient(to bottom, var(--primary-40), var(--primary-40)), url('../images/paint-correction.webp');
}

.playlist-text-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.playlist-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.poster-text {
  width: 800px;
  margin: 0 auto;
}

.padding-poster-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}

.center-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 640px;
  margin-bottom: 60px;
  display: flex;
}

.h2-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

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

.services-container {
  width: 100%;
}

.services-collection-list {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.services-collection-item {
  width: 100%;
}

.services-hero-wrap {
  grid-column-gap: 25px;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 0;
  background-size: cover;
  width: 25%;
}

.about-services {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding: 30px 20px 20px;
  display: flex;
}

.link-with-arrow {
  grid-column-gap: 10px;
  color: var(--white);
  transition: all .4s;
  display: flex;
}

.link-with-arrow:hover {
  grid-column-gap: 15px;
  color: var(--accent);
}

.arrow {
  color: var(--accent);
  margin-top: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.h2-color-span {
  color: var(--accent);
}

.services-description {
  margin-top: 15px;
  margin-bottom: 20px;
}

.services-title-link {
  margin-top: 0;
  margin-bottom: 0;
  transition: color .3s;
}

.services-title-link:hover {
  color: var(--accent);
}

.services-title-link.benefits-title {
  margin-left: 10px;
}

.map-container {
  width: 100%;
}

.map-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.map-item {
  justify-content: space-between;
  width: 100%;
  height: 375px;
  display: flex;
}

.white-circle {
  z-index: 5;
  background-color: var(--white);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
}

.circle-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.circle-wrapper.circle-2 {
  inset: 6% auto auto 22%;
}

.circle-wrapper.circle-3 {
  inset: auto auto 8% 12%;
}

.circle-wrapper.circle-4 {
  inset: auto auto 82% 12%;
}

.circle-wrapper.circle-5 {
  inset: 54% auto auto 1%;
}

.circle-wrapper.circle-6 {
  inset: 11% 25% auto auto;
}

.circle-wrapper.circle-8 {
  inset: auto 10% 20% auto;
}

.circle-wrapper.circle-9 {
  inset: 57% 58% auto auto;
}

.circle-wrapper.circle-10 {
  inset: 41% 39% auto auto;
}

.circle-wrapper.circle-11 {
  inset: auto auto 91% 36%;
}

.circle-wrapper.circle-12 {
  inset: auto 17% 17% auto;
}

.circle-wrapper.circle-13 {
  inset: auto auto 77% 59%;
}

.circle-wrapper.circle-14 {
  inset: auto auto 57% 35%;
}

.circle-wrapper.circle-15 {
  inset: auto 11% 63% auto;
}

.circle-wrapper.circle-16 {
  inset: 12% auto auto 49%;
}

.circle-wrapper.circle-17 {
  inset: 58% auto auto 22%;
}

.circle-wrapper.circle-18 {
  inset: 0% auto auto 53%;
}

.circle-wrapper.circle-19 {
  inset: 15% auto auto 83%;
}

.circle-wrapper.circle-20 {
  inset: 44% auto auto 13%;
}

.circle-wrapper.circle-21 {
  inset: 48% auto auto 76%;
}

.circle-wrapper.circle-22 {
  inset: 6% auto auto 5%;
}

.circle-wrapper.circle-23 {
  inset: 26% 55% auto auto;
}

.circle-wrapper.circle-24 {
  inset: 69% auto auto 51%;
}

.circle-wrapper.circle-25 {
  inset: 23% auto auto 62%;
}

.circle-wrapper.circle-26 {
  inset: 8% auto auto 31%;
}

.circle-wrapper.circle-30 {
  display: none;
  inset: 6% auto auto 22%;
}

.circle-wrapper.circle-31 {
  inset: auto auto 16% 39%;
}

.circle-wrapper.circle-32 {
  display: none;
  inset: auto 10% 20% auto;
}

.circle-wrapper.circle-33 {
  display: none;
  inset: 41% 39% auto auto;
}

.circle-wrapper.circle-35 {
  display: none;
  inset: 15% auto auto 83%;
}

.circle-wrapper.circle-36 {
  display: none;
  inset: 8% auto auto 31%;
}

.circle-wrapper.circle-37 {
  display: none;
  inset: auto 11% 63% auto;
}

.circle-wrapper.circle-38 {
  display: none;
  inset: 6% auto auto 5%;
}

.circle-wrapper.circle-39 {
  display: none;
  inset: 0% auto auto 53%;
}

.circle-wrapper.circle-40 {
  inset: auto auto 72% 36%;
}

.circle-wrapper.circle-41 {
  display: none;
  inset: auto auto 77% 59%;
}

.circle-wrapper.circle-42 {
  display: none;
  inset: 48% auto auto 76%;
}

.circle-wrapper.circle-43 {
  display: none;
  inset: auto 17% 17% auto;
}

.circle-wrapper.circle-44 {
  inset: auto auto 79% 22%;
}

.circle-wrapper.circle-45 {
  inset: 13% 14% auto auto;
}

.circle-wrapper.circle-46 {
  inset: 18% auto auto 53%;
}

.circle-wrapper.circle-47 {
  inset: 38% auto auto 12%;
  inset: 69% auto auto 51%;
}

.circle-wrapper.circle-48 {
  inset: 36% auto auto 12%;
}

.circle-wrapper.circle-49 {
  inset: 58% auto auto 68%;
}

.circle-wrapper.circle-50 {
  inset: 52% auto auto 12%;
}

.large-circle {
  background-color: var(--white-30);
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.circle-ov {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.white-mini-circle {
  z-index: 5;
  background-color: var(--white);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
}

.large-circle-item {
  background-color: #fff3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.tv-station-wrap {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.tv-station-right {
  background-image: url('../images/Photo-5-1_1Photo 5 (1).webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex: 1;
  height: 300px;
  overflow: hidden;
}

.tv-station-content {
  flex-direction: column;
  align-items: flex-start;
  width: 470px;
  display: flex;
}

.tv-title {
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
}

.our-price {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.price-item {
  border: 2px solid var(--stroke-color);
  border-radius: 5px;
  padding: 30px;
}

.starter-package {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.price-plan {
  margin-top: 0;
  margin-bottom: 0;
}

.price-icon {
  object-fit: cover;
  width: 14px;
  height: 13px;
}

.price-circle {
  border: 1px solid var(--accent);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.price-hover-icon {
  object-fit: cover;
  width: 14px;
  height: 13px;
  display: none;
  position: absolute;
}

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

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

.price-description {
  margin-bottom: 0;
  font-size: 14px;
}

.price-description.bottom {
  margin-top: 30px;
}

.price-description.bottom.center {
  text-align: center;
}

.price-description.bottom.center.membership {
  text-align: left;
  margin-top: 0;
}

.price-list {
  grid-row-gap: 20px;
  margin-top: 30px;
  padding-left: 0;
}

.price-list-item {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/Icon.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-clip: border-box;
  min-height: 28px;
  padding-left: 50px;
  list-style-type: none;
  display: flex;
}

.list-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.hero-price-item {
  border: 2px solid var(--accent);
  border-radius: 5px;
  padding: 30px;
}

.price-fill-circle {
  border: 1px solid var(--accent);
  background-color: var(--accent);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

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

.banner-2-section {
  background-image: linear-gradient(to bottom, var(--primary-light), var(--dark-blue));
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-2-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.banner-left-container {
  flex-direction: column;
  align-items: flex-start;
  width: 870px;
  height: 100%;
  display: flex;
}

.home-2-con {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-2-bg {
  z-index: 1;
  background-image: url('../images/PPF-Corvett_1PPF Corvett.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-2-bg.changelog {
  background-position: 50% 25%;
}

.banner-item, .hero-banner-bg {
  width: 100%;
  height: 100%;
}

.white-text-color {
  color: var(--white);
  width: 580px;
  margin-top: 0;
  margin-bottom: 0;
}

.dark-overlay {
  z-index: 2;
  background-color: #0006;
  background-image: linear-gradient(to bottom, #0000, var(--primary));
  position: absolute;
  inset: 0%;
}

.dark-overlay.changelog {
  background-color: #0009;
  background-image: linear-gradient(to bottom, var(--secondary-30), var(--primary));
}

.dark-overlay.home {
  background-color: var(--primary-45);
  background-image: linear-gradient(to bottom, var(--primary-45) 43%, var(--primary));
}

.banner-3-section {
  background-image: linear-gradient(to bottom, var(--primary-light), var(--dark-blue));
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-top: 170px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-3-wrap {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.banner-center-con {
  z-index: 80;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 850px;
  height: auto;
  display: flex;
  position: relative;
}

.print-wrapper {
  z-index: 2;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.broadband-print-1 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 50px;
  height: 70px;
  position: absolute;
  inset: -17px auto auto 164px;
}

.broadband-print-3 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 130px;
  height: 180px;
  position: absolute;
  inset: 61px auto 0 -75px;
}

.broadband-print-2 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 70px;
  height: 100px;
  position: absolute;
  inset: 40px 115px auto auto;
}

.broadband-print-5 {
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 84px;
  height: 118px;
  position: absolute;
  inset: auto auto 265px 145px;
}

.broadband-print-4 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  position: absolute;
  inset: auto -101px 335px auto;
}

.broadband-print-6 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 64px;
  height: 90px;
  position: absolute;
  inset: auto 134px 270px auto;
}

.bottom-banner-content {
  z-index: 10;
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.hero-title-home-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.coming-soon-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  display: flex;
}

.coming-soon-input-2 {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--secondary-31);
  color: var(--white);
  background-color: #0000;
  border-radius: 5px 0 0 5px;
  width: 100%;
  min-width: 300px;
  height: 55px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
}

.coming-soon-input-2:focus {
  border: 1px solid var(--secondary-31);
}

.coming-soon-input-2::placeholder {
  color: var(--secondary-light);
  font-size: 18px;
}

.loop-image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.h1-color-span {
  color: var(--accent);
}

.image-content-right {
  grid-column-gap: 1rem;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.loop-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.coming-soon-paragraph-2 {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-overlay {
  z-index: 1;
  background-color: #00000040;
  background-image: linear-gradient(45deg, #07205cb3, #0f35901a);
  position: absolute;
  inset: 0%;
}

.loop-image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.loop-section {
  width: 100%;
}

.coming-soon-form-container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.coming-soon-form-2 {
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.coming-soon-page-wrap-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.loop-container {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.loop-image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.coming-soon-heading-2 {
  width: 95%;
  margin-top: 60px;
  font-size: 54px;
}

.images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loop-intro-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.search-result-link {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.password {
  margin-bottom: 20px;
}

.protected-page {
  margin-top: 20px;
}

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

.password-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

._404-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 140px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

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

._404-title {
  z-index: 50;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 150px;
}

.lottie-animation {
  z-index: 50;
  object-fit: cover;
  width: 45%;
  height: 150px;
  position: absolute;
  inset: 100px auto auto;
}

.about-us-banner {
  background-image: linear-gradient(to bottom, var(--black), var(--primary));
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.about-us-print-2 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 70px;
  height: 100px;
  position: absolute;
  inset: 275px 141px auto auto;
}

.about-us-print-1 {
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 50px;
  height: 70px;
  position: absolute;
  inset: -26px auto auto 156px;
}

.about-us-print-3 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 80px;
  height: 100px;
  position: absolute;
  inset: 250px auto 0 111px;
}

.about-us-print-4 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 150px;
  height: 210px;
  position: absolute;
  inset: auto -103px 17px auto;
}

.about-us-print-6 {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 55px;
  height: 70px;
  position: absolute;
  inset: auto 116px 275px auto;
}

.about-us-print-5 {
  background-image: linear-gradient(to bottom, #fff3 23%, var(--dark-blue));
  opacity: .4;
  border-radius: 5px;
  width: 130px;
  height: 180px;
  position: absolute;
  inset: 10px auto auto -87px;
}

.about-us-print-wrapper {
  z-index: 2;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-us-right {
  flex: 1;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.about-us-left {
  width: 480px;
}

.about-us-con {
  grid-column-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-us-img {
  background-image: url('../images/1A2729C4-4E1F-4F19-A47C-1ED4D98C0E56.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 400px;
}

.about-us-logo {
  background-image: linear-gradient(to bottom, var(--accent-40), var(--accent));
  border-radius: 5px;
  padding: 24px 40px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.our-advantages-wrapper {
  grid-column-gap: 60px;
  align-items: flex-start;
  display: flex;
}

.our-advantages-item {
  width: auto;
}

.advantages-title {
  color: var(--accent);
  font-size: 62px;
  font-weight: 600;
  line-height: 1.1em;
}

.about-title, .about-description {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.map-con {
  grid-column-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.benefits-content {
  flex-direction: column;
  align-items: stretch;
  width: 400px;
  display: flex;
}

.map-content {
  background-color: var(--primary);
  border-radius: 5px;
  flex: 1;
  height: auto;
  display: flex;
}

.our-benefits {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mini-map-item {
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.mini-map-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.mini-map-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.benefit-text {
  color: var(--secondary-light);
  margin-top: 5px;
  margin-bottom: 0;
}

.benefit-title {
  color: var(--accent);
  font-size: 62px;
  font-weight: 600;
  line-height: 1.1em;
}

.our-benefits-item {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.tv-station-wrapper {
  grid-column-gap: 80px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-section {
  height: 550px;
  position: relative;
  overflow: hidden;
}

.video-content-wrapper {
  align-items: flex-end;
  width: 100vw;
  height: 100%;
  padding-bottom: 80px;
  display: flex;
}

.icons-wrapper {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 25px;
  display: flex;
  position: relative;
}

.video-content {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.link-icon-red {
  z-index: 100;
  width: 24px;
  height: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: none;
  position: absolute;
  inset: auto;
}

.primary-button-with-icon {
  grid-column-gap: 10px;
  background-color: #d10005;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-white-text {
  z-index: 50;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.bg-image {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.title-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 460px;
  margin-right: auto;
  display: flex;
}

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

.link-icon-white {
  z-index: 10;
  opacity: 1;
  object-fit: cover;
  flex: none;
  width: 24px;
  height: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: auto;
}

.white-description {
  color: #fff;
}

.white-description.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.lightbox-link {
  z-index: 40;
  color: #0000;
  width: 225px;
  height: 55px;
  position: absolute;
}

.primary-button-icon {
  grid-column-gap: 10px;
  border: 1px solid var(--secondary-31);
  background-color: var(--accent);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  justify-content: space-between;
  padding: 13px 40px;
  font-size: 18px;
  line-height: 1.5em;
  transition: all .35s;
  display: flex;
}

.primary-button-icon:hover {
  background-color: var(--secondary-30);
  border-color: #0000;
}

.primary-button-icon.lightbox-btn {
  z-index: 10;
  background-color: #0000;
  border-style: none;
  padding: 0;
  position: relative;
}

.video-title {
  color: #fff;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
}

.video-wrap, .video-list, .video-item {
  height: 100%;
}

.slider-event-background-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-event-background-wrap.hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.slider-event-background {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.background {
  z-index: 1;
  background-image: url('../images/PPF-Corvett_1PPF Corvett.webp');
  background-position: 50% 100%;
  background-size: cover;
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.overlay-event {
  background-color: #020f3080;
  background-image: linear-gradient(#0f35901a 30%, #07205c80);
  position: absolute;
  inset: 0%;
}

.overlay-event.srvices {
  background-color: var(--primary-45);
  background-image: linear-gradient(to bottom, #0f35901a, var(--accent-40) 0%, var(--primary) 51%);
  background-color: #10101073;
  background-image: linear-gradient(to bottom, #0f35901a, var(--primary-40) 0%, var(--primary) 51%);
}

.shop-banner-description {
  color: var(--white);
  width: 70%;
  margin: 0 auto;
}

.no-margin-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4em;
}

.quote {
  object-fit: cover;
  width: auto;
  height: 40px;
}

.testimonials-nav-outline-1 {
  border: 1px solid var(--white);
  opacity: 1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.testimonials-with-bg-slide-nav {
  height: 20px;
  padding-top: 0;
  padding-right: 30px;
  font-size: 10px;
  line-height: 10px;
  inset: auto 0% 0% auto;
}

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

.testimonials-outline-2 {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.about-4-testimonials-slider {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  max-width: 690px;
  height: auto;
  margin-left: auto;
  position: relative;
}

.autor-photo {
  border: 3px solid var(--accent);
  background-image: url('../images/BroadBand-4_1BroadBand 4.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 100%;
  width: 105px;
  height: 105px;
}

.autor-photo.autor-2 {
  background-image: url('../images/BroadBand-2_1BroadBand 2.webp');
}

.autor-photo.autor-4 {
  background-image: url('../images/Member-Photo-Close-up-5_1Member-Photo-Close-up-5.webp');
}

.autor-photo.autor-3 {
  background-image: url('../images/Member-Photo-Close-up-2_1Member-Photo-Close-up-2.webp');
}

.testimonials-nav-outline-2 {
  align-items: center;
  padding-right: 27px;
  display: flex;
  position: absolute;
  inset: auto 0% 5px auto;
}

.section-testimonials {
  background-image: linear-gradient(270deg, var(--dark-blue), #0f35900d), linear-gradient(to bottom, #0f359080, #0f359080), url('../images/Shop-6-1_1Shop 6 (1).webp');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

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

.testimonials-nav-outline-3 {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

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

.testimonials-zoo-item {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  padding-bottom: 20px;
  display: flex;
}

.about-4-testimonials-mask {
  height: auto;
  margin-bottom: 30px;
}

.testimonials-nav-outline-4 {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

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

.grid-shop-filter-category {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  padding-top: 0;
  display: grid;
}

.section-title-full-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-con-form {
  background-color: #0000;
  min-height: auto;
  padding-top: 180px;
  padding-bottom: 80px;
}

.right-con {
  top: 140px;
}

.top-form-content {
  border-color: var(--white-30);
  background-color: #0000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.bottom-form-content {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--white-30);
  background-color: #0000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.bottom-form-content.shipping-method {
  border-bottom-style: none;
}

.order-summary.no-bottom-margin, .order-items {
  margin-bottom: 0;
}

.required {
  color: var(--accent);
  flex: none;
}

.quantity-row {
  grid-column-gap: 10px;
}

.order-name {
  font-weight: 500;
  line-height: 1.2em;
}

.quantity-title {
  color: var(--secondary-light);
  font-weight: 400;
}

.products-photo {
  object-fit: cover;
  border-radius: 5px;
}

.order-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.field-lable {
  color: var(--accent);
  margin-bottom: 10px;
  font-weight: 400;
}

.field {
  border-color: var(--secondary-30);
  color: var(--white);
  background-color: #0000;
  border-radius: 5px;
  height: 50px;
  line-height: 1.1em;
}

.field:focus, .field.-wfp-focus {
  border-color: var(--accent);
}

.checkbox-lable {
  color: var(--secondary-light);
  margin-bottom: 0;
  margin-left: 10px;
}

.checkbox {
  margin-top: 0;
}

.checkbox-wrap {
  align-items: center;
}

.line-item {
  margin-bottom: 0;
}

.line-item.total {
  margin-top: 10px;
}

.line-item-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.order-item {
  margin-bottom: 0;
}

.order-item-list {
  grid-row-gap: 25px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.shipping-method-list {
  color: #0000;
  border-left-style: none;
  border-right-style: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.shipping-method {
  z-index: 90;
  border-bottom-color: var(--white-30);
  color: #0000;
  background-color: #0000;
  position: relative;
}

.hero-shipping-method {
  color: #0000;
  background-color: #0000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.shipping-method-title {
  color: var(--white);
  font-weight: 500;
}

.shipping-method-description {
  color: var(--secondary-light);
}

.shipping-method-price {
  color: var(--white);
  font-weight: 500;
}

.shipping-method-row {
  grid-row-gap: 10px;
  justify-content: space-between;
  margin-right: 20px;
}

.empty-shipping {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white-30);
  color: var(--secondary-light);
  background-color: #0000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.empty {
  font-weight: 400;
  line-height: 1.5em;
}

.field-paragraph {
  color: var(--secondary-light);
  font-weight: 400;
}

.info {
  grid-row-gap: 5px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.subtotal {
  font-weight: 400;
}

.address-info.mb-5 {
  margin-bottom: 5px;
}

.info-left {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.customer-info {
  grid-row-gap: 25px;
  flex-wrap: wrap;
}

.collection-our-blog-list-wrap {
  width: 100%;
  height: 100%;
}

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

.collection-blog-item {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.icon-hidden {
  display: none;
}

.our-blog-container {
  height: 400px;
}

.data-blog {
  color: var(--accent);
  margin-top: 0;
}

.blog-link {
  letter-spacing: 0;
  text-transform: none;
}

.blog-content {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  transform: translate(0, 55px);
}

.blog-overlay {
  background-image: linear-gradient(to top, #07205ccc, #0f35900d 80%);
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader-wrapper-animation {
  z-index: 40;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 0;
}

.blog-btn-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-hero-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 20%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.orange-link-wrapper {
  overflow: hidden;
}

.our-blog-content-wrap {
  width: 100%;
  overflow: hidden;
}

.our-blog-content-wrap.category {
  width: 70%;
}

.blog-link-title {
  margin-top: 0;
  margin-bottom: 0;
  transition: all .35s;
}

.blog-link-title:hover {
  color: var(--accent);
}

.blog-category {
  background-color: var(--accent);
  color: var(--white);
  border-radius: 4px;
  justify-content: center;
  margin-left: auto;
  padding: 2px 20px;
  transition-property: all;
  transition-duration: .35s;
  display: flex;
}

.blog-category:hover {
  background-color: var(--secondary-30);
  color: #fff;
}

.data-blog-wrap {
  align-items: flex-end;
  height: 30px;
  display: flex;
  overflow: hidden;
}

.previ-post-arrow {
  color: #afafaf;
  width: 18px;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

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

.next-post-arrow-icon {
  color: #afafaf;
  width: 18px;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-intro-content {
  grid-column-gap: 180px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  width: 60%;
  min-height: 500px;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.data-line-container {
  width: 40px;
  position: relative;
  overflow: hidden;
}

.author-s-review {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.link-hover-fill {
  background-color: var(--accent);
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.testimonial-info {
  width: 48%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonial-info.middle-card-info {
  z-index: 35;
  left: 0;
  right: auto;
}

.banner-paragraph {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.title-blog-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.customer-name {
  margin-top: 0;
  font-size: 18px;
}

.star-icon.mini {
  object-fit: cover;
  width: auto;
  height: 18px;
}

.blog-category-link:hover {
  color: #fff;
}

.circle-link-wrapper {
  margin: -48px;
  padding: 48px;
}

.scroll-blog-link {
  z-index: 5;
  background-color: var(--primary);
  border: 1px #8c9fac33;
  border-radius: 100%;
  margin-bottom: -70px;
  padding: 6px;
  position: absolute;
  inset: auto 0 0% auto;
  overflow: hidden;
}

.testimonial-image {
  border-radius: 5px;
  width: 55%;
  position: relative;
  overflow: hidden;
}

.testimonial-image.testimonial-2 {
  background-image: url('../images/Photo-1-1_1Photo 1 (1).webp');
  background-position: 0 0;
}

.blog-details-link {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 0;
}

.benefit-line-vertical {
  background-color: var(--accent);
  width: 4px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.benefit-line-vertical.middle-line {
  left: auto;
}

.section-blog-details {
  justify-content: center;
  align-items: stretch;
  height: 500px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.review-blog-details {
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 60px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rich-blog-post-text h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-blog-post-text figure {
  border-radius: 5px;
  overflow: hidden;
}

.rich-blog-post-text ul {
  margin-top: 20px;
  list-style-type: decimal;
}

.rich-blog-post-text li {
  padding-top: 20px;
  list-style-type: disc;
}

.rich-blog-post-text img {
  border-radius: 5px;
}

.overlay-blog-2 {
  background-color: #0d0d0d80;
  position: absolute;
  inset: 0%;
}

.slider-blog-arrow {
  border-right: 1px solid var(--white-30);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
  top: auto;
  bottom: 0;
}

.slider-blog-arrow.right {
  border-right-style: none;
  justify-content: flex-end;
  padding-left: 40px;
  padding-right: 0;
  left: auto;
}

.scroll-blog-circle {
  border: 1px solid var(--secondary-31);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
}

.scroll-blog-circle:hover {
  opacity: 1;
}

.testimonials-wrap {
  z-index: 2;
  background-color: var(--additional-color);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.blog-template-pagination-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.data-line {
  background-color: var(--white);
  width: 40px;
  height: 1px;
}

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

.blog-template-wrapper-2.banner {
  max-width: 100%;
}

.author-s-photo {
  background-image: url('../images/BroadBand-2_1BroadBand 2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.author-s-photo.author-s-3 {
  background-image: url('../images/Member-Photo-Close-up-5_1Member-Photo-Close-up-5.webp');
}

.author-s-photo.author-s-2 {
  background-image: url('../images/BroadBand-4_1BroadBand 4.webp');
}

.author-s-item {
  grid-column-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.info-review-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.info-content {
  width: 100%;
  height: 100%;
}

.left-preloader {
  background-color: #151b19;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.subtitle-data {
  color: var(--white);
  font-weight: 400;
}

.short-title {
  margin-bottom: 20px;
}

.star-icon-wrapper {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star-icon-wrapper.mini-gap {
  grid-column-gap: 3px;
}

.content-blog-details-wrap {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.blog-details-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 50px;
}

.testimonials-blog-card {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.top-text {
  color: var(--accent);
}

.reviews-text-dark {
  color: #fff;
  font-size: 25px;
  line-height: 1.3em;
}

.blog-details-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.blog-arrow {
  z-index: 100;
  filter: invert(0%);
  height: 30px;
  position: relative;
  transform: rotate(45deg);
}

.background-blog-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-post-collection-category {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-card {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.review-card.middle-card {
  justify-content: flex-end;
}

.grid-testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr;
  width: 100%;
}

.benefit-line-vertical-2 {
  background-color: #ed7f38;
  width: 4px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.testimonials-wrap-2 {
  z-index: 2;
  background-color: #202926;
  border: 1px solid #202926;
  border-left-style: none;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.subtitle-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.subtitle-faq {
  font-size: 20px;
  line-height: 1.2em;
}

.social-links-wrap {
  background-image: linear-gradient(to bottom, var(--primary-light), var(--dark-blue));
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: -1px;
  padding-left: 20px;
  padding-right: 21px;
  display: flex;
}

.home-1-our-team-author {
  text-align: left;
  padding-top: 20px;
}

.team-social-con {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vertical-faq-line {
  background-color: #fff;
  width: 2px;
  height: 16px;
  position: absolute;
}

.close-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.photo-animal-item {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.hover-cover {
  background-color: #8ea5b60d;
  display: none;
  position: absolute;
  inset: 0%;
}

.h2-title-3 {
  margin-bottom: 20px;
}

.faq-list {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.tab-bottom-content {
  border-top: 1px none var(--white-30);
  margin-left: auto;
  margin-right: auto;
  padding: 36px 36px 48px;
}

.team-social-wrapper {
  z-index: 2;
  background-color: #04174640;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.our-team-image {
  z-index: 1;
  object-fit: cover;
  background-image: url('../images/Team-1_1Team 1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.our-team-image.team-2 {
  background-image: url('../images/Team-4_1Team 4.webp');
}

.our-team-image.team-3 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

.our-team-image.team-6 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.our-team-image.team-4 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.our-team-image.team-5 {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.team-hero-wrap {
  width: 100%;
}

.team-social-icon-black {
  color: var(--accent);
  text-align: center;
  justify-content: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  display: flex;
}

.team-social-icon-black:hover {
  color: var(--white);
}

.tab-faq-title {
  z-index: 25;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.team-intro-wrap {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.dark-preloader {
  background-color: var(--primary);
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tab-faq {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.tab-bottom {
  border-top: 1px none var(--white-30);
  background-color: var(--accent-40);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.color-team-position {
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
}

.our-team-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.skills-item {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  display: flex;
}

.skills-item.left-top-last-one, .skills-item.left-top-last-one-left {
  border-top: 1px solid var(--white-30);
  border-bottom-style: solid;
  border-bottom-color: var(--white-30);
  border-top: 1px solid #ffffff4d;
  border-bottom-style: solid;
  border-bottom-color: #ffffff4d;
}

.skills-item.left-top {
  border-top: 1px solid #ffffff4d;
  border-bottom-style: none;
  border-bottom-color: #ffffff4d;
}

.horizontal-faq-line {
  background-color: #fff;
  width: 16px;
  height: 2px;
}

.testimonials-wrap {
  background-color: var(--accent-40);
}

.banner-our-team {
  background-image: linear-gradient(to bottom, var(--primary-light), var(--dark-blue));
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.image-photo-1 {
  z-index: 3;
  background-image: linear-gradient(#0f35900d, #07205ce6), linear-gradient(#04174640, #04174640), url('../images/Team-1_1Team 1.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 135px;
  height: 200px;
  position: absolute;
  inset: auto 280px 340px auto;
  overflow: hidden;
}

.image-photo-2 {
  z-index: 3;
  background-image: linear-gradient(#0f35900d, #07205ce6), linear-gradient(#04174666, #04174666), url('../images/Team-3_1Team 3.webp');
  background-position: 0 0, 0 0, 20%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 160px;
  height: 240px;
  position: absolute;
  inset: auto 50px 260px auto;
}

.image-photo-3 {
  z-index: 3;
  background-image: linear-gradient(#0f35900d, #07205ce6), linear-gradient(#04174666, #04174666), url('../images/Team-4_1Team 4.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 160px;
  height: 240px;
  position: absolute;
  inset: auto 265px 60px auto;
}

.image-photo-4 {
  z-index: 3;
  object-fit: cover;
  background-image: linear-gradient(#0f35900d, #07205ce6), linear-gradient(#04174640, #04174640), url('../images/Team-2_1Team 2.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 5px;
  width: 120px;
  height: 180px;
  position: absolute;
  inset: auto 75px 40px auto;
}

.team-member-name {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 25px;
}

.eye-lottie-animation {
  z-index: 90;
  object-fit: cover;
  width: auto;
  height: 35px;
  position: relative;
}

.lottie-wrap {
  background-color: #04174640;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-hidden {
  color: #0000;
  display: none;
  position: absolute;
}

.faq-title {
  width: 90%;
  margin: 0 auto;
}

.services-title {
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.work-stages-column {
  z-index: 25;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.subtitle-home-1 {
  color: var(--accent);
}

.work-stages-title {
  grid-row-gap: 20px;
  border-right: 1px solid var(--white-30);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 40%;
  margin-right: 60px;
  padding-right: 60px;
  display: flex;
}

.grid-work-wrapper {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 30% 70%;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.grid-work-wrapper.indicator-wrapper {
  z-index: 10;
  grid-template-columns: 30%;
  align-content: end;
  height: 0;
}

.outline-line {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.outline-line.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.outline-line.top {
  width: 50%;
  display: flex;
}

.work-stages-item {
  border-top: 1px solid var(--white-30);
  border-bottom: 1px none var(--white-30);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.work-stages-item.first-item {
  border-top-style: none;
  padding-top: 0;
}

.work-stages-item.last-item {
  padding-bottom: 0;
}

.scrol-indicator-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  height: 0;
  max-height: 0;
  margin-bottom: -60px;
  padding-bottom: 60px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.heading {
  line-height: 1.3em;
}

.heading.large {
  font-size: 50px;
}

.work-stages-list {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.work-stages-description {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  height: 120px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sticky-circle {
  z-index: 50;
  border: 1px #afafaf80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 0;
  padding-left: 4px;
  display: flex;
  position: sticky;
  bottom: 80px;
}

.outline-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.work-stages-subtitle {
  color: var(--accent);
}

.page-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.link-wrap-hire-us {
  grid-column-gap: 10px;
  color: var(--white);
  transition: all .4s;
  display: none;
}

.link-wrap-hire-us:hover {
  grid-column-gap: 15px;
  color: var(--accent);
}

.contacts-wrap {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.contacts-right-arrow-2 {
  color: #afafaf80;
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-form-wrap {
  background-color: #0000;
  width: 50%;
}

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

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

.benefits-line {
  background-color: #0d0d0d4d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.benefits-line.support {
  background-color: var(--white-30);
}

.benefits-line.licensing {
  background-color: var(--white-30);
  inset: 0% 0% auto;
}

.support-text {
  width: 100%;
}

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

.support-link {
  color: var(--accent);
}

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

.contact-us-form {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.form-btn-wrap {
  width: 100%;
  margin-top: 10px;
}

.text-message-field {
  border: 1px solid var(--white-30);
  color: #fff;
  background-color: #0000;
  border-radius: 2px;
  min-height: 200px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  font-size: 18px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.text-message-field:focus {
  border-color: var(--secondary-31);
  padding-left: 24px;
}

.text-message-field::placeholder {
  color: #ffffff80;
  font-size: 18px;
}

.contacts-divider-2 {
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

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

.contacts-title-2 {
  width: 100%;
}

.text-field {
  border: 1px solid var(--white-30);
  color: #fff;
  background-color: #0000;
  border-radius: 2px;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  font-size: 18px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--secondary-31);
  padding-left: 24px;
}

.text-field::placeholder {
  color: #ffffff80;
  font-size: 18px;
}

.success-message {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 2px;
  padding: 20px;
}

.contacts-left-arrow-2 {
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.about-us-content-wrapper {
  z-index: 50;
  grid-row-gap: 90px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.description-banner-spacing {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.banner-content-about-us {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.white-button-wrap {
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 40px;
  position: relative;
  overflow: hidden;
}

.next-section-link-white {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  width: 51px;
  height: 51px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.companions-logo-wrapper {
  width: 100%;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.about-us-bg {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--black), var(--primary));
  border-bottom-right-radius: 5px;
  position: absolute;
  inset: 0%;
}

.white-label-2 {
  background-color: #fff3;
  border-radius: 80px;
  margin-bottom: 20px;
  padding: 8px 30px;
}

.red-preloader {
  background-color: #d10005;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.about-us-bg-image {
  z-index: 2;
  background-image: linear-gradient(#07205c80 18%, #09205808), linear-gradient(#04174680, #04174680), url('../images/Shop-6-1_1Shop 6 (1).webp');
  background-position: 0 0, 0 0, 17% 100%;
  background-size: auto, auto, cover;
  border-bottom-left-radius: 5px;
  width: 50%;
  max-width: 975px;
  height: 620px;
  position: absolute;
  inset: auto -9% 70px auto;
  overflow: hidden;
}

.white-banner-title {
  color: #fff;
}

.section-our-network {
  padding-top: 190px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.network-text {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.tab-bottom-content-2 {
  border-top: 1px #ffffff4d;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 36px 48px;
}

.h2-color-span-2 {
  color: #00ccbf;
}

.tab-bottom-2 {
  background-color: #092058;
  border-top: 1px #ffffff4d;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.popular-events-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.popular-event-item {
  border-radius: 6px;
  overflow: hidden;
}

.event-verticle-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--stroke-color);
  border-radius: 5px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: 1px;
  padding: 18px;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.event-verticle-card:hover {
  box-shadow: 0 9px 48px -6px #3540751f;
}

.hero-background-image {
  background-image: url('../images/ppf_6ppf_5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.verticle-card-image {
  border-radius: 6px;
  height: 100%;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.events-title {
  margin-top: 0;
  margin-bottom: 0;
  transition: all .4s;
}

.events-title:hover {
  color: var(--accent);
}

.paragraph-hidden-2 {
  display: none;
}

.vacation-card-bottom {
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.events-link {
  text-transform: none;
}

.vacation-card-info {
  grid-column-gap: 12px;
  grid-row-gap: 9px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  min-height: 60px;
  display: grid;
}

.membership-outline-circle {
  border: 1px solid var(--stroke-color);
  background-color: var(--primary);
  border-radius: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.events-indicator-fill {
  background-color: var(--accent);
  border-radius: 100px;
  width: 25%;
  height: 100%;
}

.membership-circle {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: auto auto -21px;
}

.membership-dot {
  z-index: 10;
  background-color: var(--accent);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.events-indicator {
  background-color: var(--stroke-color);
  border-radius: 100px;
  height: 2px;
  position: absolute;
  inset: 60px 0% auto;
  overflow: hidden;
}

.vacations-tab-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #e6e6f3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 60px;
  margin-bottom: 72px;
  display: grid;
}

.vacations-tab-link {
  color: #fff;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px 40px;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.vacations-tab-link.w--current {
  color: var(--accent);
  background-color: #fff0;
}

.vacations-tabs-wrapper {
  width: 100%;
  position: relative;
}

.vacations-tabs {
  z-index: 30;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vacations-tabs-content {
  width: 100%;
  overflow: visible;
}

.services-ov {
  background-color: #04174666;
  position: absolute;
  inset: 0%;
}

.service-category-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.inquire-form {
  border-top: 1px solid var(--white-30);
  margin-bottom: 0;
  padding-top: 36px;
}

.contact-fields {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-details {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.event-form {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.event-inquire-top {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.background-image {
  background-image: url('../images/BroadBand-3_1BroadBand 3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.field-label {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
}

.inquire-avatar {
  border-radius: 100px;
  flex: none;
  width: 90px;
  height: 90px;
  position: relative;
  overflow: hidden;
}

.details-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid var(--white-30);
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  padding: 24px 0;
  display: flex;
  position: sticky;
  top: 140px;
}

.success-print-message {
  background-color: #0000;
  border-radius: 6px;
  padding: 0;
  overflow: hidden;
}

.grid-event {
  z-index: 10;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.details-body {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
}

.details-body.full {
  width: 100%;
}

.hover-link-arrow {
  border: 1px solid var(--white-30);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

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

.dark-services-overlay {
  z-index: 2;
  background-color: #010c29a6;
  background-image: linear-gradient(#07205c08, #0f359059);
  position: absolute;
  inset: 0%;
}

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

.support-services-link:hover {
  color: var(--accent);
}

.contacts-service {
  border-left: 1px solid var(--white-30);
  margin-left: 15px;
  padding-left: 15px;
}

.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: #081c3a;
}

.agent-social-icon {
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item:hover {
  padding-left: 24px;
}

.services-details {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.rich-services-text h2 {
  color: var(--accent);
  margin-bottom: 20px;
}

.rich-services-text figure {
  border-radius: 5px;
  overflow: hidden;
}

.tnh {
  margin-bottom: 25px;
}

.license-con {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.licensing-h2-title {
  margin-bottom: 20px;
}

.licensing-link {
  color: var(--secondary-light);
}

.licensing-link:hover {
  color: var(--accent);
}

.link-block {
  color: var(--white);
  background-color: #1c276d;
  border: 1px solid #1c276d;
  border-radius: 4px;
  padding: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  transition-property: none;
  position: fixed;
  inset: auto auto 12px 12px;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 141px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  color: var(--black);
}

.buy-this-template {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template:hover {
  color: var(--black);
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  text-transform: none;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 400px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 12px 12px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  position: relative;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
}

.hire-link:hover {
  color: #fff;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  margin-top: 10px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.hire-buttons:hover {
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.close-popup-image {
  width: 16px;
  height: 16px;
}

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

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.text-200 {
  line-height: 1.111em;
}

.text-200.black {
  font-weight: 900;
}

.into-view-fill {
  z-index: 100;
  background-color: #141414;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.into-view-fill.dark {
  background-color: #101010;
}

.hidden-on-desktop {
  display: none;
}

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

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

.slide-item-mg {
  margin-right: 28px;
}

.text-over-image-link---gradient {
  background-image: linear-gradient(to bottom, #0000 10%, #000000c4 50%, var(--accent));
  transition: background-color .3s;
  position: absolute;
  inset: 84px 0 0;
}

.btn-circle-secondary {
  color: #070707;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #00000014;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #c81818;
  border-color: #c81818;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0%;
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
}

.btn-circle-secondary.slider-arrow.right---top-left {
  top: -100px;
}

.btn-circle-secondary.slider-arrow.left---top-left {
  inset: -100px 84px auto auto;
}

.text-over-image-link---text-container {
  z-index: 3;
  position: absolute;
  bottom: 48px;
  left: 40px;
  right: 40px;
}

.display-4 {
  color: #070707;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.429em;
}

.display-4.color-neutral-100 {
  color: #fff;
}

.heading-2 {
  max-width: 560px;
}

.block-heading {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.flex {
  display: flex;
}

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

.section-2 {
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.section-2.overflow-hidden {
  display: block;
  overflow: hidden;
}

.text-subtitle {
  color: red;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.text-subtitle.no-padding {
  color: var(--accent);
  -webkit-text-stroke-color: var(--accent);
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.subtitle-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.text-over-image-link {
  z-index: 1;
  box-shadow: none;
  background-color: #070707;
  border-style: none;
  flex-direction: column;
  min-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-404px {
  max-width: 404px;
  overflow: visible;
}

.text-over-image-link---image {
  object-fit: cover;
  height: 500px;
}

.divider {
  background-color: #d6d6d6;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider.link {
  background-color: #c81818;
  width: 100%;
  max-width: 32px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
}

.divider.link.white {
  background-color: #fff;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.center.mg-top-48px {
  margin-top: 48px;
}

.line-subtitle {
  background-color: red;
  width: 26px;
  height: 2px;
}

.color-neutral-100 {
  color: #fff;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  padding: 23px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  color: #101010;
  background-color: #fff;
}

.text-span-5, .text-span-6 {
  color: var(--accent);
}

.events-link-copy {
  text-transform: uppercase;
}

.hero-background-image-copy {
  object-fit: cover;
  background-image: url('../images/ppf_6ppf_5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.text-span-7 {
  color: var(--accent);
}

.image-101, .benefit-icon {
  display: block;
}

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

.group---b {
  text-align: left;
  border-left: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10% 15%;
  display: flex;
  position: relative;
}

.group---b.border-off {
  border-left-style: none;
}

.icon-group {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
}

.heading-group {
  margin-bottom: 14px;
}

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

.text-span-8 {
  color: var(--accent);
}

.cs-tab-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cs-image {
  border-radius: 16px;
  width: 100%;
}

.form-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block-3 {
  background-color: #0000;
  background-image: linear-gradient(#f8fbff, #f8fbff);
  border: 12px solid #003c77;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding: 60px 40px;
}

.form-block-3.red {
  border-width: 4px;
  border-color: var(--accent);
  background-image: none;
  padding: 0 0 10px;
}

.cs-info-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 560px;
  display: flex;
}

.bold-span {
  color: #fff;
  font-weight: 700;
}

.bold-span.highlight {
  font-size: 72px;
}

.embed {
  width: 100%;
  height: 60rem;
  display: block;
}

.success-message-2 {
  color: #fff;
  background-color: #0000;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.hero-heading {
  color: #121212;
  text-align: left;
}

.hero-heading.light {
  color: #fff;
  text-align: center;
  font-size: 52px;
  font-weight: 300;
  line-height: 118%;
}

.hero-paragraph {
  color: #fff;
  text-align: center;
  max-width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.cs-image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 500px;
  display: flex;
}

.error-message-2 {
  border-radius: 4px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.hero-title-offer {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
}

.review-info {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.review-info.middle-card-info {
  z-index: 35;
  left: 0;
  right: auto;
}

.google-review-embed {
  width: 100%;
  margin-left: 20px;
}

.review-wrap, .instagram-embed {
  width: 100%;
}

.text-span-9 {
  color: var(--accent);
}

.tint-bg {
  z-index: 1;
  background-image: url('../images/Window-Tint.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tint-bg.changelog {
  background-position: 50% 25%;
}

.ceramic-coating-bg {
  z-index: 1;
  background-image: url('../images/coating2_1coating2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ceramic-coating-bg.changelog {
  background-position: 50% 25%;
}

.ppf-bg {
  z-index: 1;
  background-image: url('../images/PPF-Corvett_1PPF Corvett.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ppf-bg.changelog {
  background-position: 50% 25%;
}

.vinyl-bg {
  z-index: 1;
  background-image: url('../images/orange-matte-wrao.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.vinyl-bg.changelog {
  background-position: 50% 25%;
}

.paint-correction {
  z-index: 1;
  background-image: url('../images/paint_correction_5paint_correction_4.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paint-correction.changelog {
  background-position: 50% 25%;
}

.auto-detailing {
  z-index: 1;
  background-image: url('../images/Detail.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.auto-detailing.changelog {
  background-position: 50% 25%;
}

.text-span-10 {
  color: var(--accent);
}

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

.benefits-title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 700;
}

.package-image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.text-span-11 {
  color: var(--accent);
}

.our-price-2-column {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-span-12 {
  color: var(--accent);
}

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

.wrap-package-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.all-services-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h2-title-cap {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.review-card-copy {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.review-card-copy.middle-card {
  justify-content: flex-end;
}

.benefit-card {
  align-items: center;
  width: 100%;
  height: 25em;
  display: flex;
  position: relative;
}

.benefit-card.middle-card {
  justify-content: flex-end;
}

.project-summary-20px-2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}

.arrow-button {
  background-color: #e91d8f;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

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

.project-thumbnail {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.project-thumbnail.ttt {
  object-fit: contain;
  background-color: #fff;
}

.project-thumbnail.ttt.logo {
  height: 100px;
  margin-bottom: 20px;
  padding: 10px;
}

.project-thumbnail.ttt.no-bg {
  object-fit: cover;
  background-color: #0000;
}

.project-name {
  margin-bottom: 16px;
}

.project-name.light {
  color: #fff;
  font-weight: 300;
}

.project-contain {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  text-decoration: none;
}

.project-contain.featured {
  background-color: #0000;
  border: 12px #ffffff80;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-contain.featured {
  border: 12px #ffffff80;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-contain.featured.bottom-margin {
  border-style: none;
  margin-bottom: 20px;
}

.project-info-wrapper {
  width: 45%;
  max-width: 500px;
}

.project-thumbnail-contain {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.project-thumbnail-contain._50 {
  width: 50%;
  margin-bottom: 0;
}

.plyr_component {
  width: 100%;
  position: relative;
}

.plyr_component.is-full-screen {
  justify-content: center;
  align-items: center;
  height: 55vh;
  display: flex;
}

.plyr_cover-img {
  z-index: 1;
  object-fit: contain;
  background-color: #000;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.plyr_pause-trigger {
  display: none;
}

.plyr_cover-button {
  z-index: 2;
  background-color: var(--accent);
  color: #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
}

.plyr_embed {
  width: 100%;
  position: relative;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_cover-icon {
  color: #fff;
  width: 40%;
  height: 40%;
}

.plyr_cover-button-2 {
  z-index: 2;
  background-color: var(--accent);
  color: #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
}

.reachout {
  color: var(--secondary-light);
}

.link-footer {
  background-color: var(--primary-45);
  color: var(--accent);
  border-radius: 100px;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  transition-property: all;
  display: flex;
}

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

.grid-system-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--white-30);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.grid-title-1 {
  border-right: 1px solid var(--white-30);
  border-left: 1px none var(--white-30);
  background-color: var(--primary);
  color: var(--white);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

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

.border {
  border: 6px solid var(--light-gray);
  margin: 10px;
}

.primary-40-style-guide {
  border: 1px solid var(--secondary-30);
  background-color: var(--primary-40);
  width: 75px;
  height: 75px;
}

.primary-45-style-guide {
  border: 1px solid var(--secondary-30);
  background-color: var(--primary-45);
  width: 75px;
  height: 75px;
}

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

.primary-light-style-guide {
  border: 1px solid var(--secondary-30);
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
}

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

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

.bold-text {
  color: var(--secondary-light);
  font-weight: 400;
}

.center-wrap-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 640px;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.icn-active {
  opacity: 0;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.img-hover {
  opacity: 0;
  position: absolute;
}

.icn {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.icn.w--current {
  color: #d60268;
  background-color: #0000;
}

.price-item-2 {
  border: 2px solid #d9e8e733;
  border-radius: 5px;
  padding: 30px;
}

.price-circle-2 {
  border: 1px solid var(--accent);
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.icn-default {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.tab-content {
  border: 1px solid #265dcc;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.tab-content.mt12 {
  border-color: #0000;
  margin-top: 12px;
}

.our-price-4-col {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tabs-icons {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding: 12px;
  display: grid;
}

.tabs-icons._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.tabs-icons._2-col {
  grid-template-columns: 1fr 1fr;
}

.price-fill-circle-2 {
  border: 1px solid var(--accent);
  background-color: var(--accent);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.img-default {
  width: 60px;
  height: 60px;
}

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

.hero-price-item-2 {
  border: 2px solid var(--accent);
  border-radius: 5px;
  padding: 30px;
}

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

.h4-center {
  color: #151a1a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.h4-center.blue {
  color: #265dcc;
}

.h4-center.mt12 {
  color: #f9f9fa;
  margin-top: 12px;
}

.cta-video {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.video-embed-auto-height {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 630px;
  display: flex;
}

.background-hero {
  z-index: 1;
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.featured-image {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.shop-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(15px, 1fr) minmax(auto, 1170px) minmax(15px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: block;
  position: relative;
}

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

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

.page-content-full {
  width: 100%;
}

.page-content-full h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-content-full figure {
  border-radius: 5px;
  overflow: hidden;
}

.page-content-full ul {
  margin-top: 20px;
  list-style-type: decimal;
}

.page-content-full li {
  padding-top: 20px;
  list-style-type: disc;
}

.page-content-full img {
  border-radius: 5px;
}

.content-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content-template-wrapper.banner {
  max-width: 100%;
}

.cs-info-wrap-full {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cs-image-full {
  border-radius: 16px;
  width: 50%;
}

.our-price-2-col {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.full-container-link {
  width: 100%;
  height: 100%;
}

.email-link {
  color: var(--accent);
}

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

.div-block.membership {
  border: 1px solid var(--accent);
  place-content: center;
  margin-top: 30px;
  padding: 10px;
}

.price-title-h2 {
  margin-top: 30px;
  margin-bottom: 0;
}

.price-title-h2.center {
  text-align: center;
  margin-top: 0;
}

.our-price-3-col {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.our-price-1-column {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-map {
  text-align: left;
  width: 500px;
  margin-right: 20px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

  h2, blockquote {
    font-size: 40px;
  }

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

  .section.changelog-banner {
    padding-top: 240px;
  }

  .section.our-news-banner {
    padding-top: 200px;
    padding-bottom: 100px;
  }

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

  .headings-typography-wrapper {
    width: 48%;
  }

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

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

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

  .search-section {
    padding-bottom: 110px;
  }

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

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

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .dropdown-header-item, .main-nav-item-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-header-wrapper {
    grid-column-gap: 30px;
  }

  .nav-dropdown-item-link {
    font-weight: 500;
  }

  .nav-dropdown-list-4.w--open {
    left: auto;
  }

  .footer-rights-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .footer-bottom {
    padding-top: 130px;
  }

  .footer-bottom-container {
    justify-content: center;
  }

  .footer-text-con {
    width: 47%;
  }

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

  .acout-link {
    margin-top: 30px;
  }

  .large-main-section {
    padding-bottom: 120px;
  }

  .large-main-section.sign-up {
    padding-top: 160px;
    padding-bottom: 130px;
  }

  .sign-wrapper {
    width: 50%;
  }

  .banner-title-sign-up {
    font-size: 65px;
  }

  .card-img {
    height: 450px;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 90px;
  }

  .shop-details-title-2 {
    font-size: 60px;
  }

  .section-shop-details {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .lightbox-link-shop {
    min-width: 550px;
  }

  .print-1 {
    top: 62px;
    left: 109px;
  }

  .posters-grid {
    height: 600px;
  }

  .image-print-1 {
    width: 155px;
    height: 225px;
    bottom: 360px;
  }

  .image-print-2 {
    width: 180px;
    height: 260px;
    bottom: 270px;
  }

  .image-print-3 {
    width: 180px;
    height: 260px;
    right: 285px;
  }

  .image-print-4 {
    width: 140px;
    height: 190px;
  }

  .print-2 {
    top: 32px;
    right: 131px;
  }

  .print-3 {
    bottom: 175px;
    left: 74px;
  }

  .print-4 {
    width: 130px;
    height: 180px;
    bottom: 70px;
    right: 0;
  }

  .print-5 {
    left: 206px;
  }

  .big-decorative-title {
    font-size: 70px;
  }

  .bottom-posters {
    grid-column-gap: 40px;
  }

  .poster {
    width: 200px;
  }

  .section-clip {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .hero-stream-con {
    grid-column-gap: 100px;
  }

  .logo-space {
    margin-bottom: 130px;
  }

  .playlist-wrapper {
    grid-column-gap: 100px;
  }

  .poster-text {
    width: 850px;
  }

  .services-collection-list, .services-hero-wrap {
    grid-column-gap: 30px;
  }

  .services-img {
    width: 35%;
  }

  .about-services {
    width: 65%;
  }

  .circle-wrapper.circle-40 {
    bottom: 84%;
  }

  .tv-station-wrap {
    grid-column-gap: 100px;
  }

  .tv-station-right {
    height: 350px;
  }

  .our-price {
    grid-column-gap: 30px;
  }

  .banner-2-section {
    padding-top: 180px;
  }

  .hero-3-wrap {
    grid-row-gap: 130px;
  }

  .banner-center-con {
    width: 900px;
  }

  .print-wrapper {
    height: 600px;
  }

  .broadband-print-1 {
    top: 236px;
    left: -23px;
  }

  .broadband-print-3 {
    top: -12px;
    left: -88px;
    right: auto;
  }

  .broadband-print-2 {
    top: 11px;
    right: 45px;
  }

  .broadband-print-5 {
    width: 80px;
    height: 100px;
    bottom: 130px;
    left: 179px;
  }

  .broadband-print-4 {
    top: 203px;
    bottom: auto;
    left: auto;
  }

  .broadband-print-6 {
    top: 369px;
    bottom: auto;
    left: auto;
  }

  .loop-container {
    grid-column-gap: 60px;
  }

  .coming-soon-heading-2 {
    width: 100%;
    font-size: 61px;
  }

  .about-us-banner {
    padding-bottom: 100px;
  }

  .about-us-wrapper {
    grid-row-gap: 130px;
  }

  .about-us-print-3 {
    top: 264px;
  }

  .about-us-print-4 {
    bottom: 311px;
  }

  .about-us-print-6 {
    bottom: 536px;
  }

  .about-us-print-5 {
    top: 30px;
    left: -96px;
  }

  .about-us-print-wrapper {
    height: 600px;
  }

  .about-us-left {
    width: 500px;
  }

  .about-us-con {
    grid-column-gap: 100px;
  }

  .about-us-img {
    height: 430px;
  }

  .about-description {
    width: 95%;
  }

  .map-con, .tv-station-wrapper {
    grid-column-gap: 100px;
  }

  .video-section {
    height: 600px;
  }

  .title-wrap {
    width: 470px;
  }

  .testimonials-nav-outline-1, .testimonials-outline-2 {
    opacity: 1;
  }

  .about-4-testimonials-slider {
    margin-right: 100px;
  }

  .section-testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .testimonials-nav-outline-3, .testimonials-nav-outline-4 {
    opacity: 1;
  }

  .our-blog-container {
    height: 450px;
  }

  .our-blog-content-wrap.category {
    width: 60%;
  }

  .blog-intro-content {
    width: 56%;
  }

  .section-blog-details {
    height: 650px;
  }

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

  .review-blog-details {
    grid-column-gap: 60px;
  }

  .slider-blog-arrow {
    padding-right: 80px;
  }

  .slider-blog-arrow.right {
    padding-left: 80px;
  }

  .blog-details-title {
    font-size: 60px;
  }

  .review-card.middle-card {
    margin-left: auto;
  }

  .grid-testimonials {
    grid-row-gap: 100px;
  }

  .subtitle-center {
    width: 650px;
  }

  .tab-faq {
    grid-column-gap: 72px;
  }

  .banner-our-team {
    padding-top: 180px;
  }

  .image-photo-1 {
    width: 155px;
    height: 225px;
    bottom: 360px;
  }

  .image-photo-2 {
    width: 180px;
    height: 260px;
    bottom: 270px;
  }

  .image-photo-3 {
    width: 180px;
    height: 260px;
    right: 285px;
  }

  .image-photo-4 {
    width: 140px;
    height: 190px;
  }

  .services-title {
    width: 100%;
  }

  .grid-work-wrapper.indicator-wrapper {
    grid-template-columns: 40%;
  }

  .heading.large {
    font-size: 52px;
  }

  .contacts-wrap {
    grid-column-gap: 60px;
  }

  .contacts-content-wrapper-2 {
    padding-right: 60px;
  }

  .about-us-content-wrapper {
    grid-row-gap: 100px;
  }

  .description-banner-spacing {
    width: 85%;
  }

  .about-us-bg-image {
    width: 73%;
    height: 700px;
    right: -20%;
  }

  .section-our-network {
    padding-top: 240px;
  }

  .network-text {
    width: 85%;
  }

  .section-services {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .inquire-avatar {
    width: 120px;
    height: 120px;
  }

  .services-details {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .our-price-2-column {
    grid-column-gap: 30px;
  }

  .review-card-copy {
    width: 80%;
  }

  .review-card-copy.middle-card, .benefit-card.middle-card {
    margin-left: auto;
  }

  .our-price-4-col {
    grid-column-gap: 30px;
  }

  .section-3, .section-book {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .our-price-2-col, .our-price-3-col {
    grid-column-gap: 30px;
  }

  .footer-map {
    width: 47%;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .banner-section {
    padding-top: 135px;
  }

  .acout-link {
    margin-top: 20px;
  }

  .large-main-section {
    padding-top: 140px;
    padding-bottom: 90px;
  }

  .large-main-section.sign-up {
    padding-top: 140px;
  }

  .sign-wrapper {
    margin-bottom: 30px;
  }

  .bg-sign-up {
    height: 140vh;
  }

  .banner-title-sign-up {
    margin-bottom: 15px;
    font-size: 60px;
  }

  .background-image-sign-up {
    height: 140vh;
  }

  .print-3 {
    bottom: 180px;
  }

  .print-4 {
    bottom: 105px;
  }

  .companions-logo {
    height: 60px;
  }

  .h2-title {
    text-transform: uppercase;
  }

  .banner-2-section {
    padding-top: 135px;
  }

  .hero-3-wrap {
    grid-row-gap: 80px;
  }

  .banner-center-con {
    width: 850px;
  }

  .broadband-print-1 {
    top: 249px;
    left: -27px;
  }

  .broadband-print-3 {
    width: 90px;
    height: 140px;
    top: -2px;
    left: 36px;
  }

  .broadband-print-5 {
    width: 70px;
    height: 100px;
    bottom: 162px;
    left: 193px;
  }

  .broadband-print-4 {
    width: 100px;
    height: 160px;
    bottom: 105px;
  }

  .broadband-print-6 {
    bottom: 105px;
  }

  .hero-title-home-3 {
    font-size: 60px;
  }

  .error-404-text {
    font-size: 40px;
  }

  ._404-title {
    font-size: 140px;
  }

  .about-us-wrapper {
    grid-row-gap: 80px;
  }

  .about-us-print-3 {
    width: 80px;
    height: 120px;
  }

  .about-us-print-4 {
    width: 100px;
    height: 160px;
    bottom: 344px;
  }

  .video-section {
    height: 700px;
  }

  .review-blog-details, .tab-faq {
    grid-column-gap: 80px;
  }

  .banner-our-team {
    padding-top: 135px;
  }

  .faq-title {
    font-size: 60px;
  }

  .grid-work-wrapper {
    grid-template-columns: 20% 80%;
  }

  .grid-work-wrapper.indicator-wrapper {
    grid-template-columns: 30%;
  }

  .about-us-content-wrapper {
    grid-row-gap: 90px;
  }

  .about-us-bg-image {
    width: 75%;
    right: -35%;
  }

  .section-our-network {
    padding-top: 210px;
  }

  .popular-events-wrapper, .service-category-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .details-card {
    top: 115px;
  }

  .rich-services-text h2 {
    text-transform: uppercase;
  }

  .all-services-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .section.changelog-banner {
    min-height: 500px;
  }

  .section.our-news-banner {
    min-height: 500px;
    padding-top: 240px;
    padding-bottom: 130px;
  }

  .search-section {
    padding-top: 200px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

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

  .banner-section {
    padding-top: 200px;
  }

  .large-main-section {
    padding-top: 180px;
    padding-bottom: 150px;
  }

  .large-main-section.sign-up {
    padding-top: 200px;
  }

  .sign-wrapper {
    margin-bottom: 40px;
  }

  .banner-title-sign-up {
    margin-bottom: 20px;
    font-size: 70px;
  }

  .background-image-sign-up {
    background-position: 50%;
  }

  .main-shop-banner {
    min-height: 600px;
  }

  .section-shop-details {
    padding-top: 200px;
  }

  .print-1 {
    top: 98px;
    left: 21px;
  }

  .posters-grid {
    height: 700px;
  }

  .image-print-1 {
    width: 175px;
    height: 245px;
    bottom: 420px;
    right: 320px;
  }

  .image-print-2 {
    width: 200px;
    height: 280px;
    bottom: 360px;
  }

  .image-print-3 {
    width: 200px;
    height: 280px;
    bottom: 100px;
    right: 300px;
  }

  .image-print-4 {
    width: 160px;
    height: 230px;
    bottom: 90px;
  }

  .print-2 {
    top: 13px;
    right: 166px;
  }

  .print-3 {
    bottom: 239px;
    left: 45px;
  }

  .print-4 {
    width: 130px;
    height: 180px;
    bottom: 155px;
  }

  .print-5 {
    left: 189px;
  }

  .logo-loop-wrapper {
    max-width: 1440px;
  }

  .banner-2-section {
    padding-top: 200px;
  }

  .hero-3-wrap {
    grid-row-gap: 150px;
  }

  .banner-center-con {
    width: 900px;
  }

  .print-wrapper {
    height: 700px;
  }

  .broadband-print-1 {
    top: 193px;
    left: -31px;
  }

  .broadband-print-3 {
    width: 130px;
    height: 180px;
    left: -284px;
  }

  .broadband-print-2 {
    top: 4px;
    right: 24px;
  }

  .broadband-print-5 {
    width: 84px;
    height: 118px;
    bottom: 186px;
    left: -166px;
  }

  .broadband-print-4 {
    width: 150px;
    height: 200px;
    right: -256px;
  }

  .broadband-print-6 {
    top: 391px;
  }

  .hero-title-home-3 {
    font-size: 70px;
  }

  .error-404-text {
    font-size: 52px;
  }

  ._404-title {
    font-size: 180px;
  }

  .about-us-wrapper {
    grid-row-gap: 150px;
  }

  .about-us-print-1 {
    top: -18px;
    left: 93px;
  }

  .about-us-print-3 {
    left: 8px;
  }

  .about-us-print-4 {
    width: 150px;
    height: 200px;
    bottom: 386px;
    right: -197px;
  }

  .about-us-print-6 {
    bottom: 644px;
    right: 90px;
  }

  .about-us-print-5 {
    left: -228px;
  }

  .about-us-print-wrapper {
    height: 700px;
  }

  .video-section {
    height: 800px;
  }

  .video-content-wrapper {
    min-height: 685px;
  }

  .base-container-10 {
    max-width: 1440px;
  }

  .blog-intro-content {
    min-height: 550px;
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .testimonial-image, .testimonial-image.testimonial-2 {
    width: 65%;
  }

  .section-blog-details {
    height: 700px;
  }

  .banner-our-team {
    padding-top: 200px;
  }

  .image-photo-1 {
    width: 175px;
    height: 245px;
    bottom: 420px;
    right: 320px;
  }

  .image-photo-2 {
    width: 200px;
    height: 280px;
    bottom: 360px;
  }

  .image-photo-3 {
    width: 200px;
    height: 280px;
    bottom: 100px;
    right: 300px;
  }

  .image-photo-4 {
    width: 160px;
    height: 230px;
    bottom: 90px;
  }

  .faq-title {
    font-size: 70px;
  }

  .grid-work-wrapper.indicator-wrapper {
    grid-template-columns: 67%;
  }

  .about-us-content-wrapper {
    grid-row-gap: 110px;
  }

  .description-banner-spacing {
    width: 70%;
  }

  .about-us-bg-image {
    width: 100%;
    max-width: 990px;
    right: -45%;
  }

  .section-our-network {
    padding-top: 240px;
  }

  .details-card {
    top: 140px;
  }

  .base-container-12 {
    max-width: 1440px;
  }
}

@media screen and (max-width: 991px) {
  .section.changelog-banner, .section.our-news-banner {
    min-height: 400px;
    padding-top: 160px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

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

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .style-guide-body-wrapper.width-50 {
    width: 45%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .pages-banner {
    min-height: 400px;
    padding-top: 80px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .style-guide-button-wrapper {
    width: 45%;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

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

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

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

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

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

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .secondary-project-button {
    display: block;
  }

  .menu-button-3 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

  .menu-button-3.w--open {
    background-color: #0000;
    display: none;
  }

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-icon-2 {
    justify-content: space-between;
    inset: 0% 0% 0% auto;
  }

  .nav-dropdown-icon-2.white-home-5-icon {
    color: #fff;
    font-size: 12px;
    display: block;
  }

  .nav-line-white {
    background-color: #fff;
    height: 1px;
    margin-bottom: 5px;
  }

  .line-white {
    background-color: #fff;
  }

  .logo-mobile-3 {
    justify-content: center;
    margin-bottom: 27px;
    display: flex;
  }

  .logo-mobile-3:hover {
    opacity: 1;
  }

  .wrapper-item-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .search-wrap {
    display: none;
  }

  .nav-menu-shadow-overlay-4 {
    background-color: var(--primary);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .top-tablet-menu-3 {
    width: 100%;
  }

  .dropdown-header-item {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .border-wrap-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .login-tablet-wrap-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .main-nav-item-link {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0;
  }

  .right-header-wrapper {
    border-left-style: none;
    margin-left: auto;
    margin-right: 20px;
  }

  .nav-menu-2 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .dropdown-menu-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 22px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .nav-dropdown-item-link {
    color: #fff;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-weight: 500;
  }

  .nav-dropdown-item-link.w--current {
    color: var(--accent);
  }

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

  .cart-wrapper {
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .nav-dropdown-item {
    width: 100%;
  }

  .nav-intro-item {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .close-menu-button-3.w--open {
    z-index: 10;
    background-color: #0000;
    padding: 9px 0 0 20px;
    position: absolute;
    inset: 15px 15px auto auto;
  }

  .cart-quantity-2 {
    margin-left: 25px;
    left: 10px;
  }

  .cart-button-item {
    justify-content: flex-end;
    padding-left: 20px;
    display: flex;
  }

  .nav-close-icon-4 {
    filter: invert();
    align-self: stretch;
    max-width: 60%;
  }

  .nav-dropdowm-link-line-3 {
    display: none;
  }

  .menu-item-wrapper {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-hero-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-wrap {
    display: none;
  }

  .tablet-menu-4 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .nav-dropdown-list-4 {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-4.w--open {
    background-color: var(--primary);
    box-shadow: none;
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-4.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-4.megamenu.w--open {
    border-style: none;
    width: 100%;
    height: 250px;
    overflow: auto;
  }

  .nav-dropdown-list-4.portfolio-details.w--open {
    border-style: none;
  }

  .logo-broadband-tablet {
    height: auto;
  }

  .footer-links-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-center-container {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 20px;
  }

  .social-networks-con {
    margin-left: auto;
  }

  .footer-text-con {
    text-align: center;
    width: 75%;
  }

  .social-networks {
    justify-content: center;
  }

  .banner-section {
    min-height: auto;
    padding-top: 140px;
  }

  .hero-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .banner-left-con {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .banner-right-con {
    width: 100%;
  }

  .padding-wrapper {
    width: 85%;
  }

  .hero-title {
    font-size: 55px;
  }

  .large-main-section {
    padding-top: 80px;
  }

  .large-main-section.sign-up {
    padding-top: 140px;
  }

  .sign-up-form {
    width: 65%;
  }

  .sign-wrapper {
    width: 80%;
  }

  .banner-title-sign-up {
    font-size: 45px;
  }

  .background-image-sign-up {
    background-position: 55% 0;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

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

  .product-slider-arrow {
    bottom: 80px;
  }

  .product-slider-arrow.left {
    bottom: 170px;
    right: 0;
  }

  .primary-button-cart {
    transform: none;
  }

  .shop-lightbox-wrap {
    grid-column-gap: 15px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 50px;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .section-shop-details {
    padding-top: 140px;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .shop-lightbox-item:last-child {
    width: 100%;
  }

  .add-to-cart-2 {
    flex-direction: column;
    display: flex;
  }

  .shop-lightbox {
    display: flex;
  }

  .shop-tablet-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    border-radius: 5px;
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
    display: block;
  }

  .lightbox-link-shop {
    min-width: 100%;
    height: 400px;
  }

  .print-1 {
    inset: auto 50% -11% auto;
  }

  .posters-grid {
    height: 300px;
  }

  .image-print-1 {
    width: 170px;
    height: 240px;
    top: auto;
    bottom: 0%;
    right: 400px;
  }

  .image-print-2 {
    width: 200px;
    height: 280px;
    inset: 0% 140px auto auto;
  }

  .image-print-3 {
    width: 200px;
    height: 280px;
    top: 0%;
    bottom: auto;
    right: auto;
  }

  .image-print-4 {
    width: 170px;
    height: 240px;
    inset: auto 0% 0% auto;
  }

  .print-2 {
    top: -8px;
    right: 34%;
  }

  .print-3 {
    bottom: 35%;
    left: 21%;
  }

  .print-4 {
    inset: auto 12% -10% auto;
  }

  .print-5 {
    inset: 11% 10% auto auto;
  }

  .big-decorative-title {
    font-size: 50px;
  }

  .top-content {
    width: 100%;
  }

  .bottom-posters {
    grid-column-gap: 40px;
  }

  .poster.poster-4, .poster.poster-5 {
    display: none;
  }

  .gradient {
    width: 100%;
  }

  .logo-loop-wrapper {
    grid-column-gap: 60px;
  }

  .companions-logo-loop {
    grid-column-gap: 60px;
    justify-content: flex-start;
  }

  .hero-stream-con {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .hero-stream-left {
    width: 100%;
  }

  .hero-stream-right {
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
    height: 400px;
    padding-left: 0;
  }

  .stream-logo {
    justify-content: center;
    display: flex;
    position: relative;
    bottom: 32%;
  }

  .anchor-list {
    border-top-style: none;
    border-bottom: 1px #ffffff1a;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
  }

  .anchor-link {
    width: 100%;
  }

  .item-hover-details {
    display: none;
  }

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

  .playlist-wrapper {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .right-playlist {
    width: 100%;
  }

  .poster-text {
    width: 95%;
  }

  .padding-poster-wrapper, .center-wrap {
    width: 100%;
  }

  .main-description {
    width: 85%;
  }

  .services-collection-list {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .services-hero-wrap {
    grid-column-gap: 40px;
  }

  .services-img {
    width: 40%;
  }

  .about-services {
    width: 60%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .map-item {
    height: 260px;
  }

  .circle-wrapper.circle-2 {
    display: none;
  }

  .circle-wrapper.circle-4 {
    bottom: 84%;
    left: 22%;
  }

  .circle-wrapper.circle-5 {
    left: 25%;
  }

  .circle-wrapper.circle-6 {
    display: none;
  }

  .circle-wrapper.circle-8 {
    bottom: 28%;
    right: 1%;
  }

  .circle-wrapper.circle-10, .circle-wrapper.circle-11 {
    display: none;
  }

  .circle-wrapper.circle-15 {
    bottom: 58%;
    right: 2%;
  }

  .circle-wrapper.circle-16, .circle-wrapper.circle-18 {
    display: none;
  }

  .circle-wrapper.circle-20 {
    top: 27%;
  }

  .circle-wrapper.circle-21 {
    left: 74%;
  }

  .circle-wrapper.circle-22 {
    display: none;
  }

  .circle-wrapper.circle-23 {
    top: 10%;
  }

  .circle-wrapper.circle-25 {
    display: none;
    top: 37%;
    left: 67%;
  }

  .circle-wrapper.circle-26, .circle-wrapper.circle-30 {
    display: none;
  }

  .circle-wrapper.circle-32 {
    bottom: 28%;
    right: 1%;
  }

  .circle-wrapper.circle-33, .circle-wrapper.circle-36 {
    display: none;
  }

  .circle-wrapper.circle-37 {
    bottom: 58%;
    right: 2%;
  }

  .circle-wrapper.circle-38, .circle-wrapper.circle-39, .circle-wrapper.circle-40 {
    display: none;
  }

  .circle-wrapper.circle-42 {
    left: 74%;
  }

  .circle-wrapper.circle-44 {
    bottom: 84%;
    left: 71%;
  }

  .circle-wrapper.circle-45 {
    display: flex;
    right: 39%;
  }

  .circle-wrapper.circle-46 {
    display: none;
  }

  .circle-wrapper.circle-47 {
    top: 19%;
  }

  .circle-wrapper.circle-48 {
    left: 25%;
  }

  .circle-wrapper.circle-49 {
    top: 73%;
    left: 52%;
  }

  .circle-wrapper.circle-50 {
    left: 25%;
  }

  .tv-station-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: stretch;
  }

  .tv-station-right {
    flex: 0 auto;
    height: 400px;
  }

  .tv-station-content, .tv-title {
    width: 100%;
  }

  .our-price {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .price-item.last-item {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-2-section {
    height: auto;
    min-height: 100vh;
    padding-top: 140px;
  }

  .hero-2-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .banner-left-container {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .white-text-color {
    width: 100%;
  }

  .banner-3-section {
    padding-top: 140px;
  }

  .hero-3-wrap {
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .banner-center-con {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .print-wrapper {
    height: 300px;
  }

  .broadband-print-1 {
    top: 155px;
    left: 10px;
  }

  .broadband-print-3 {
    width: 100px;
    height: 140px;
    top: 307px;
    left: -42px;
  }

  .broadband-print-2 {
    width: 40px;
    height: 60px;
    top: 61px;
    right: 178px;
  }

  .broadband-print-5 {
    width: 40px;
    height: 60px;
    bottom: 187px;
  }

  .broadband-print-4 {
    width: 90px;
    height: 120px;
    bottom: -136px;
    right: -32px;
  }

  .broadband-print-6 {
    width: 54px;
    height: 70px;
    bottom: 83px;
    right: 5px;
  }

  .hero-title-home-3 {
    font-size: 55px;
  }

  .coming-soon-wrapper-2 {
    align-items: center;
  }

  .image-content-right {
    display: none;
  }

  .coming-soon-paragraph-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .loop-container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .coming-soon-heading-2 {
    text-align: center;
    width: 75%;
    font-size: 55px;
  }

  ._404-title {
    font-size: 140px;
  }

  .about-us-banner {
    padding-top: 140px;
  }

  .about-us-wrapper {
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .about-us-print-2 {
    width: 40px;
    height: 60px;
    top: -17px;
  }

  .about-us-print-3 {
    top: 294px;
    left: 80px;
  }

  .about-us-print-4 {
    width: 90px;
    height: 120px;
    bottom: 72px;
    right: -49px;
  }

  .about-us-print-6 {
    width: 54px;
    height: 70px;
    bottom: -54px;
  }

  .about-us-print-wrapper {
    height: 300px;
  }

  .about-us-right {
    flex: 0 auto;
    width: 100%;
    height: 400px;
  }

  .about-us-left {
    width: 100%;
  }

  .about-us-con {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .about-us-img {
    background-position: 50%;
    height: 100%;
  }

  .advantages-title {
    font-size: 58px;
  }

  .map-con {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .benefits-content {
    width: 100%;
  }

  .our-benefits {
    grid-column-gap: 60px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .mini-map-item {
    height: 300px;
  }

  .mini-map-bg {
    background-position: 50%;
    background-size: contain;
  }

  .benefit-title {
    font-size: 58px;
  }

  .tv-station-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: stretch;
  }

  .bg-image {
    background-position: 25%;
  }

  .title-wrap {
    width: 550px;
  }

  .video-title {
    width: 50%;
  }

  .slider-event-background-wrap {
    padding: 60px;
  }

  .slider-event-background-wrap.hero-wrapper {
    height: auto;
    min-height: auto;
    padding-left: 60px;
  }

  .overlay-event {
    background-image: linear-gradient(#0f35901a 30%, #0f359080);
  }

  .shop-banner-description {
    width: 90%;
  }

  .about-4-testimonials-slider {
    max-width: 100%;
    margin-right: auto;
  }

  .section-testimonials {
    background-image: linear-gradient(270deg, var(--dark-blue), #0f359040), linear-gradient(to bottom, #07205c99, #07205c99), url('../images/Shop-6-1_1Shop 6 (1).webp');
    background-position: 0 0, 0 0, 0%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .grid-shop-filter-category {
    grid-template-columns: 1fr 1fr;
  }

  .hero-con-form {
    padding-top: 140px;
  }

  .address-row {
    flex-direction: column;
  }

  .address-info {
    flex-wrap: wrap;
  }

  .collection-our-blog-list-wrap {
    height: auto;
  }

  .blog-post-collection {
    grid-template-columns: 1fr 1fr;
  }

  .our-blog-container {
    height: 400px;
  }

  .blog-overlay {
    background-image: linear-gradient(#04174666, #04174666), linear-gradient(to top, #07205ccc, #0f35900d 80%);
  }

  .our-blog-content-wrap.category {
    width: 100%;
  }

  .blog-intro-content {
    width: 100%;
    min-height: auto;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .testimonial-info {
    width: 85%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .banner-paragraph {
    width: 89%;
  }

  .scroll-blog-link {
    margin-bottom: -80px;
  }

  .testimonial-image {
    width: 100%;
    margin-bottom: -100px;
  }

  .testimonial-image.testimonial-1 {
    background-position: 50%;
  }

  .section-blog-details {
    height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slider-blog-arrow {
    padding-right: 60px;
  }

  .slider-blog-arrow.right {
    padding-left: 60px;
  }

  .blog-template-pagination-2 {
    margin-top: 60px;
  }

  .blog-template-wrapper-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-wrapper-2.banner {
    padding-left: 0;
    padding-right: 0;
  }

  .content-blog-details-wrap {
    grid-template-columns: 1fr;
  }

  .blog-details-title {
    font-size: 45px;
  }

  .testimonials-blog-card {
    flex-direction: column;
  }

  .blog-post-collection-category {
    grid-template-columns: 1fr 1fr;
  }

  .review-card {
    flex-direction: column;
  }

  .review-card.middle-card {
    flex-direction: column-reverse;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .photo-animal-item {
    width: 100%;
  }

  .hover-cover {
    display: none;
  }

  .faq-list {
    width: 100%;
  }

  .our-team-image {
    height: 320px;
  }

  .tab-faq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .skills-item.left-top-last-one-left {
    border-bottom-style: none;
  }

  .banner-our-team {
    min-height: auto;
    padding-top: 140px;
  }

  .image-photo-1 {
    width: 170px;
    height: 240px;
    top: auto;
    bottom: 0%;
    right: 400px;
  }

  .image-photo-2 {
    width: 200px;
    height: 280px;
    inset: 0% 140px auto auto;
  }

  .image-photo-3 {
    width: 200px;
    height: 280px;
    top: 0%;
    bottom: auto;
    right: auto;
  }

  .image-photo-4 {
    width: 170px;
    height: 240px;
    inset: auto 0% 0% auto;
  }

  .lottie-wrap {
    display: none;
  }

  .faq-title {
    font-size: 55px;
  }

  .services-title {
    width: 100%;
  }

  .work-stages-column {
    grid-row-gap: 48px;
  }

  .subtitle-home-1 {
    line-height: 1.5em;
  }

  .work-stages-title {
    grid-template-columns: 1fr;
    width: 33%;
    margin-right: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-work-wrapper {
    grid-template-columns: 100%;
  }

  .work-stages-item {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .scrol-indicator-wrapper {
    display: none;
  }

  .heading.large {
    font-size: 42px;
  }

  .work-stages-description {
    align-items: flex-start;
    padding-left: 0;
  }

  .outline-circle-wrapper, .sticky-circle {
    width: 90px;
    height: 90px;
  }

  .outline-circle {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }

  .work-stages-subtitle {
    display: none;
  }

  .link-wrap-hire-us {
    display: flex;
  }

  .contacts-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contacts-right-arrow-2 {
    right: 0;
  }

  .contacts-form-wrap {
    width: 100%;
  }

  .contacts-arrows-divider-2 {
    right: 40px;
  }

  .benefits-line {
    display: none;
  }

  .benefits-line.support, .benefits-line.licensing {
    display: block;
  }

  .support-text {
    width: 100%;
  }

  .contacts-content-wrapper-2 {
    width: 100%;
    padding-right: 0;
  }

  .contacts-title-2 {
    width: 100%;
  }

  .contacts-left-arrow-2 {
    right: 41px;
  }

  .about-us-content-wrapper {
    grid-row-gap: 60px;
  }

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

  .banner-content-about-us {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .companions-logo-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 0;
    position: static;
  }

  .about-us-bg-image {
    background-image: linear-gradient(#041746a6, #041746a6), url('../images/Shop-6-1_1Shop 6 (1).webp');
    background-position: 0 0, 0 100%;
    background-size: auto, cover;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    height: 400px;
    position: static;
  }

  .section-our-network {
    padding-top: 140px;
  }

  .collection-events-list-wrapper {
    height: 100%;
  }

  .popular-events-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .vacations-tab-link {
    text-align: center;
    font-size: 16px;
  }

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

  .section-services {
    padding-bottom: 80px;
  }

  .content-details {
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .inquire-avatar {
    width: 120px;
    height: 120px;
  }

  .details-card {
    width: 100%;
    position: static;
  }

  .grid-event {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .details-body {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hover-link-arrow {
    width: 300px;
    height: 300px;
    padding: 20px 150px 150px 20px;
  }

  .license-con {
    grid-column-gap: 40px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-buttons {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-wrapper.arrows-top {
    padding-bottom: 86px;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    inset: auto 0% 0% 84px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    inset: auto 84px 0% 0%;
  }

  .display-4 {
    font-size: 22px;
  }

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

  .slider-mask {
    position: static;
  }

  .text-over-image-link---image {
    width: 100%;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .grid-group---c {
    grid-template-columns: 1fr 1fr;
  }

  .group---b {
    border-top: 1px solid #ffffff26;
  }

  .group---b.border-off {
    border-left-style: solid;
  }

  .cs-tab-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cs-info-wrap, .cs-image-wrap {
    width: 100%;
  }

  .hero-title-offer {
    font-size: 55px;
  }

  .review-info {
    width: 85%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .google-review-embed {
    margin-left: 10px;
  }

  .our-price-2-column {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-group---three, .all-services-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .review-card-copy {
    flex-direction: column;
  }

  .review-card-copy.middle-card {
    flex-direction: column-reverse;
  }

  .benefit-card {
    flex-direction: column;
    height: 100%;
  }

  .benefit-card.middle-card {
    flex-direction: column-reverse;
  }

  .project-contain.featured {
    grid-row-gap: 60px;
    grid-row-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-info-wrapper {
    width: 100%;
    max-width: none;
  }

  .project-thumbnail-contain._50 {
    width: 100%;
  }

  .plyr_component.is-full-screen {
    height: 80vw;
  }

  .grid-system-3, .center-wrap-2 {
    width: 100%;
  }

  .our-price-4-col {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .video-embed-auto-height {
    height: 440px;
  }

  .content-template-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-template-wrapper.banner {
    padding-left: 0;
    padding-right: 0;
  }

  .cs-info-wrap-full {
    width: 100%;
  }

  .our-price-2-col {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  ._3-col {
    grid-template-columns: 1fr;
  }

  .div-block {
    grid-template-columns: 1fr 1fr;
  }

  .our-price-3-col, .our-price-1-column {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-map {
    text-align: center;
    width: 75%;
    margin-right: 0;
  }
}

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

  h2 {
    font-size: 30px;
  }

  blockquote {
    font-size: 25px;
  }

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

  .section.changelog-banner {
    min-height: 350px;
    padding-top: 140px;
  }

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

  .section.our-news-banner {
    min-height: 350px;
    padding-top: 140px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid var(--white-30);
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid var(--white-30);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-right-style: none;
    border-bottom-color: var(--white-30);
    border-left-style: none;
    border-left-color: var(--white-30);
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid var(--white-30);
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: var(--white-30);
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

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

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

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

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

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

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

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

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

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

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .pages-banner {
    min-height: 350px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .utility-page-content {
    width: 70%;
  }

  .password-input {
    min-width: auto;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

  .contacts-location-slider {
    padding-right: 100px;
  }

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

  .search-section {
    padding-bottom: 40px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

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

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

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .secondary-project-button.pagination {
    margin-top: 40px;
  }

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

  .nav-menu-2 {
    max-width: none;
  }

  .dropdown-menu-3 {
    overflow: hidden;
  }

  .footer-links-wrap {
    grid-column-gap: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .footer-bottom {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-bottom-container {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .footer-top-container {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .social-networks-con {
    width: 100%;
    margin-left: 0;
  }

  .footer-text-con {
    width: 100%;
  }

  .social-networks {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

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

  .padding-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .hero-title {
    font-size: 50px;
  }

  .large-main-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .large-main-section.sign-up {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .sign-up-form {
    width: 100%;
  }

  .bg-sign-up-wrapper {
    height: 150vh;
  }

  .form-info {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .sign-wrapper {
    width: 100%;
  }

  .bg-sign-up {
    height: 120vh;
  }

  .bg-sign-up-list {
    height: 100%;
  }

  .forgot-password-wrap {
    margin-top: 40px;
  }

  .lower-layer {
    display: none;
  }

  .bg-sign-up-item {
    height: 100%;
  }

  .background-image-sign-up {
    background-position: 49% 0;
    height: 120vh;
  }

  .portfolio-tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .tabs-menu {
    flex-wrap: wrap;
  }

  .product-hero-content {
    padding-bottom: 60px;
  }

  .product-slider-arrow {
    width: 48px;
    height: 48px;
  }

  .product-slider-arrow.left {
    bottom: 150px;
  }

  .product-card-top {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .dynamic-price {
    align-items: flex-start;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 25px;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 60px;
  }

  .shop-details-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .shop-details-title-2 {
    font-size: 45px;
  }

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

  .h2-shop-details {
    font-size: 35px;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .shop-tablet-image {
    height: 400px;
  }

  .lightbox-link-shop {
    height: 300px;
  }

  .print-1 {
    bottom: -9%;
    left: 232px;
  }

  .image-print-1 {
    width: 130px;
    height: 200px;
    right: 255px;
  }

  .image-print-2 {
    width: 170px;
    height: 250px;
    right: 100px;
  }

  .image-print-3 {
    width: 170px;
    height: 250px;
  }

  .image-print-4 {
    width: 130px;
    height: 200px;
  }

  .print-2 {
    top: -5%;
    right: 30%;
  }

  .print-3 {
    left: 14%;
  }

  .print-4 {
    bottom: 70px;
    right: 28px;
  }

  .print-5 {
    display: none;
    inset: auto auto 0% 0%;
  }

  .big-decorative-title {
    font-size: 45px;
  }

  .bottom-posters {
    grid-column-gap: 20px;
    justify-content: space-between;
  }

  .poster {
    width: 160px;
    height: 240px;
  }

  .posters-con {
    grid-row-gap: 80px;
  }

  .gradient {
    filter: blur(150px);
  }

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

  .logo-loop-wrapper, .companions-logo-loop {
    grid-column-gap: 40px;
  }

  .companions-logo {
    height: 35px;
  }

  .hero-stream-con {
    grid-row-gap: 50px;
  }

  .logo-space {
    margin-bottom: 60px;
  }

  .anchor-list {
    grid-template-columns: 1fr;
  }

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

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

  .poster-text {
    width: 100%;
  }

  .padding-poster-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .center-wrap {
    margin-bottom: 40px;
  }

  .main-description {
    width: 100%;
    margin-top: 20px;
  }

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

  .about-services {
    padding-right: 20px;
  }

  .map-item {
    height: 185px;
  }

  .circle-wrapper.circle-3 {
    display: none;
  }

  .circle-wrapper.circle-5 {
    left: 19%;
  }

  .circle-wrapper.circle-8 {
    display: none;
  }

  .circle-wrapper.circle-12 {
    right: 8%;
  }

  .circle-wrapper.circle-13 {
    bottom: 84%;
    left: 65%;
  }

  .circle-wrapper.circle-14 {
    display: none;
  }

  .circle-wrapper.circle-19 {
    top: 33%;
    left: 75%;
  }

  .circle-wrapper.circle-21, .circle-wrapper.circle-31, .circle-wrapper.circle-32 {
    display: none;
  }

  .circle-wrapper.circle-35 {
    top: 33%;
    left: 75%;
  }

  .circle-wrapper.circle-41 {
    bottom: 84%;
    left: 65%;
  }

  .circle-wrapper.circle-42 {
    display: none;
  }

  .circle-wrapper.circle-43 {
    right: 8%;
  }

  .circle-wrapper.circle-44 {
    bottom: 81%;
    left: 68%;
  }

  .circle-wrapper.circle-50 {
    left: 19%;
  }

  .large-circle {
    width: 20px;
    height: 20px;
  }

  .large-circle-item {
    width: 30px;
    height: 30px;
  }

  .tv-station-wrap {
    grid-row-gap: 40px;
  }

  .tv-station-right {
    height: 350px;
  }

  .tv-station-content {
    text-align: center;
    align-items: center;
  }

  .tv-title {
    width: 100%;
  }

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

  .price-item.last-item {
    width: 100%;
  }

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

  .hero-3-wrap {
    grid-row-gap: 60px;
  }

  .broadband-print-1 {
    display: none;
    left: -33px;
  }

  .broadband-print-3 {
    top: 279px;
    left: -70px;
  }

  .broadband-print-2 {
    top: 54px;
    right: 63px;
  }

  .broadband-print-5 {
    top: 50px;
    bottom: 0;
    left: 27px;
  }

  .broadband-print-4 {
    display: none;
    bottom: -72px;
  }

  .broadband-print-6 {
    height: 130px;
    bottom: 54px;
    right: -40px;
  }

  .bottom-banner-content {
    height: 200px;
  }

  .hero-title-home-3 {
    font-size: 50px;
  }

  .coming-soon-wrapper-2 {
    text-align: center;
    margin-left: 0%;
  }

  .coming-soon-input-2 {
    min-width: 240px;
  }

  .image-content-right {
    height: 30rem;
  }

  .coming-soon-paragraph-2 {
    width: 70%;
  }

  .coming-soon-heading-2 {
    width: 85%;
    font-size: 50px;
  }

  ._404-paragraph-2 {
    margin-bottom: 30px;
  }

  ._404-title {
    font-size: 120px;
  }

  .lottie-animation {
    height: 170px;
  }

  .about-us-banner {
    padding-bottom: 60px;
  }

  .about-us-wrapper {
    grid-row-gap: 60px;
  }

  .about-us-print-2 {
    height: 50px;
    right: 28px;
  }

  .about-us-print-1 {
    left: 34px;
  }

  .about-us-print-3 {
    width: 45px;
    height: 60px;
    top: 294px;
    left: 67px;
  }

  .about-us-print-4 {
    display: none;
    bottom: -72px;
  }

  .about-us-print-6 {
    height: 130px;
    bottom: -8px;
    right: -26px;
  }

  .about-us-print-5 {
    width: 90px;
    height: 130px;
    top: 129px;
    left: -46px;
  }

  .about-us-con {
    grid-row-gap: 50px;
  }

  .advantages-title {
    font-size: 50px;
  }

  .map-con {
    grid-row-gap: 50px;
  }

  .our-benefits {
    grid-column-gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .benefit-title {
    font-size: 50px;
  }

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

  .video-section {
    height: 500px;
  }

  .video-content-wrapper {
    padding-bottom: 60px;
  }

  .title-wrap, .video-title {
    width: 100%;
  }

  .slider-event-background-wrap {
    flex-direction: row;
    padding: 20px;
  }

  .slider-event-background-wrap.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .shop-banner-description {
    width: 100%;
  }

  .author-info {
    text-align: center;
    margin-bottom: 40px;
  }

  .testimonials-with-bg-slide-nav {
    padding-right: 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .testimonials-content {
    text-align: center;
    flex: none;
    align-items: center;
    width: 100%;
  }

  .testimonials-nav-outline-2 {
    justify-content: center;
    padding-left: 6px;
    padding-right: 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .section-testimonials {
    background-image: linear-gradient(270deg, var(--dark-blue), #0f359040), linear-gradient(to bottom, #041746bf, #041746bf), url('../images/Shop-6-1_1Shop 6 (1).webp');
    background-position: 0 0, 0 0, 17%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .quote-top-wrap {
    align-items: center;
  }

  .testimonials-zoo-item {
    flex-wrap: wrap;
    justify-content: center;
  }

  .grid-shop-filter-category {
    grid-template-columns: 1fr;
  }

  .section-title-full-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .hero-con-form {
    padding-bottom: 60px;
  }

  .order-items {
    margin-bottom: 20px;
  }

  .blog-post-collection {
    grid-template-columns: 1fr;
  }

  .our-blog-content-wrap {
    width: 60%;
  }

  .our-blog-content-wrap.category {
    width: 70%;
  }

  .blog-intro-content {
    width: 100%;
    padding-top: 140px;
  }

  .author-s-review {
    text-align: center;
  }

  .testimonial-info {
    width: 90%;
  }

  .banner-paragraph {
    width: 100%;
  }

  .scroll-blog-link {
    margin-bottom: -60px;
  }

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

  .review-blog-details {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .slider-blog-arrow {
    border-bottom: 1px solid var(--white-30);
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .scroll-blog-circle {
    width: 120px;
    height: 120px;
  }

  .testimonials-wrap {
    padding: 30px;
  }

  .blog-template-pagination-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-template-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .info-review-container {
    grid-row-gap: 30px;
  }

  .blog-details-background-image {
    background-position: 35% 0;
  }

  .blog-post-collection-category {
    grid-template-columns: 1fr;
  }

  .grid-testimonials {
    grid-row-gap: 40px;
  }

  .testimonials-wrap-2 {
    padding: 30px;
  }

  .subtitle-center {
    width: 100%;
  }

  .home-1-our-team-author {
    text-align: center;
  }

  .photo-animal-item {
    width: 100%;
  }

  .h2-title-3 {
    margin-bottom: 10px;
  }

  .our-team-image {
    height: 300px;
  }

  .our-team-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-our-team {
    padding-bottom: 60px;
  }

  .image-photo-1 {
    width: 130px;
    height: 200px;
    right: 255px;
  }

  .image-photo-2 {
    width: 170px;
    height: 250px;
    right: 100px;
  }

  .image-photo-3 {
    width: 170px;
    height: 250px;
  }

  .image-photo-4 {
    width: 130px;
    height: 200px;
  }

  .faq-title {
    font-size: 50px;
  }

  .services-title {
    width: 100%;
  }

  .work-stages-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .work-stages-title {
    grid-row-gap: 0px;
    border-right-style: none;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .work-stages-item {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .scrol-indicator-wrapper {
    z-index: 30;
    padding-bottom: 36px;
  }

  .heading, .heading.large {
    font-size: 36px;
  }

  .work-stages-description {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .outline-circle-wrapper {
    width: 80px;
    height: 80px;
  }

  .sticky-circle {
    z-index: 50;
    background-color: #161a20;
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .outline-circle {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .link-wrap-hire-us {
    margin-right: 10px;
  }

  .link-wrap-hire-us:hover {
    margin-right: 0;
  }

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

  .description-banner-spacing, .banner-content-about-us {
    width: 100%;
  }

  .about-us-bg-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/Shop-6-1_1Shop 6 (1).webp');
    background-position: 0 0, 10% 100%;
    height: 350px;
  }

  .popular-events-wrapper {
    grid-template-columns: 1fr;
  }

  .membership-circle {
    width: 36px;
    height: 36px;
    position: relative;
    bottom: 12px;
  }

  .events-indicator {
    display: none;
  }

  .vacations-tab-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 30px;
  }

  .vacations-tab-link {
    border: 1px solid var(--stroke-color);
    border-radius: 6px;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
    position: relative;
  }

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

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

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

  .content-details {
    margin-left: 0;
  }

  .grid-event {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .services-details {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hire-popup, .hire-popup-wrap {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .slider-wrapper.arrows-top {
    padding-bottom: 64px;
  }

  .text-200 {
    font-size: 16px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow.right---top-left, .btn-circle-secondary.slider-arrow.left---top-left {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .text-over-image-link---text-container {
    bottom: 40px;
    left: 32px;
    right: 32px;
  }

  .display-4 {
    font-size: 20px;
  }

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

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-title-offer {
    font-size: 50px;
  }

  .review-info {
    width: 90%;
  }

  .our-price-2-column, .all-services-wrapper {
    grid-template-columns: 1fr;
  }

  .project-contain.featured {
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-thumbnail-contain {
    height: 300px;
  }

  .project-thumbnail-contain._50 {
    margin-bottom: 0;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }

  .plyr_cover-button, .plyr_cover-button-2 {
    font-size: .8em;
  }

  .grid-system-3 {
    border-left: 1px solid var(--white-30);
    flex-direction: column;
  }

  .grid-title-1 {
    border-bottom: 1px solid var(--white-30);
    border-right-style: none;
    width: 100%;
  }

  .grid-title-1.first-grid {
    border-right-style: none;
    border-bottom-color: var(--white-30);
    border-left-style: none;
    border-left-color: var(--white-30);
    width: 100%;
  }

  .center-wrap-2 {
    margin-bottom: 40px;
  }

  .our-price-4-col {
    grid-template-columns: 1fr;
  }

  .tabs-icons {
    max-width: 100%;
    overflow: auto;
  }

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

  .tabs-content {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .content-template-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .our-price-2-col, .our-price-3-col, .our-price-1-column {
    grid-template-columns: 1fr;
  }

  .footer-map {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: var(--white-30);
  }

  .grid-description.first-description {
    border-bottom: 1px none var(--white-30);
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: var(--white-30);
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper.width-50 {
    width: 100%;
  }

  .primary-button.coming-soon {
    border-radius: 5px;
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .nav-dropdown-icon-2.white-home-5-icon {
    font-size: 12px;
  }

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .dropdown-header-item {
    width: 100%;
  }

  .cart-container {
    border-radius: 0;
  }

  .nav-dropdown-list-4.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .logo-broadband-tablet {
    height: 60px;
  }

  .footer-links-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .footer-bottom {
    text-align: left;
  }

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

  .footer-copyright-2 {
    text-align: center;
    justify-content: center;
  }

  .footer-bottom-container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright-link-2 {
    margin-left: 5px;
  }

  .rights-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-title {
    font-size: 40px;
  }

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

  .large-main-section {
    padding-top: 120px;
  }

  .regiester-info {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .sign-up-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .forgot-password-text {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .sign-wrapper {
    width: 100%;
  }

  .forgot-password-wrap {
    text-align: center;
  }

  .banner-title-sign-up {
    width: 100%;
    font-size: 40px;
  }

  .background-image-sign-up {
    background-position: 40% 0;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
    padding: 7px 0;
  }

  .portfolio-tab-link.last-child {
    padding-left: 0;
  }

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

  .product-slider-arrow {
    bottom: 36px;
    left: 70px;
    right: 0;
  }

  .product-slider-arrow.left {
    bottom: 36px;
    left: 0;
    right: 70px;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 15px;
  }

  .shop-details-title-2 {
    font-size: 40px;
  }

  .h2-shop-details {
    font-size: 30px;
  }

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

  .shop-tablet-image {
    height: 300px;
  }

  .print-1 {
    left: 257px;
  }

  .posters-grid {
    justify-content: center;
    align-items: center;
  }

  .image-print-1 {
    height: 150px;
    inset: 0% auto auto 0%;
  }

  .image-print-2 {
    display: none;
  }

  .image-print-3 {
    top: auto;
  }

  .image-print-4 {
    height: 150px;
  }

  .print-2 {
    top: -5%;
    right: 56%;
  }

  .print-3 {
    bottom: -2%;
    left: 19%;
  }

  .print-4 {
    bottom: 27px;
  }

  .btn-banner-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
    width: 100%;
  }

  .big-decorative-title {
    font-size: 40px;
  }

  .poster {
    width: 100%;
  }

  .poster.poster-3 {
    display: none;
  }

  .gradient {
    filter: blur(100px);
  }

  .companions-logo {
    height: 30px;
  }

  .hero-stream-right {
    padding-left: 0;
  }

  .stream-logo {
    text-align: center;
    width: 100%;
  }

  .services-img {
    width: 25%;
  }

  .about-services {
    width: 75%;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .map-item {
    height: 120px;
  }

  .white-circle {
    width: 8px;
    height: 8px;
  }

  .circle-wrapper.circle-9 {
    top: 39%;
  }

  .circle-wrapper.circle-13 {
    bottom: 77%;
    left: 56%;
  }

  .circle-wrapper.circle-17 {
    left: 15%;
  }

  .circle-wrapper.circle-20 {
    top: 12%;
    left: 6%;
  }

  .circle-wrapper.circle-41 {
    bottom: 77%;
    left: 56%;
  }

  .circle-wrapper.circle-47 {
    top: 27%;
    left: 59%;
  }

  .circle-wrapper.circle-48 {
    top: 42%;
    left: 6%;
  }

  .circle-wrapper.circle-49 {
    left: 62%;
  }

  .white-mini-circle {
    width: 6px;
    height: 6px;
  }

  .large-circle-item {
    width: 25px;
    height: 25px;
  }

  .tv-station-right {
    height: 300px;
  }

  .banner-2-section {
    min-height: auto;
    padding-top: 160px;
  }

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

  .broadband-print-1 {
    left: 257px;
  }

  .broadband-print-3 {
    top: 212px;
  }

  .broadband-print-2 {
    top: 54px;
    right: 36px;
  }

  .broadband-print-5 {
    top: 59px;
  }

  .broadband-print-4 {
    bottom: 27px;
  }

  .broadband-print-6 {
    bottom: -18px;
  }

  .hero-title-home-3 {
    font-size: 40px;
  }

  .coming-soon-input-2 {
    border-right-style: solid;
    border-radius: 5px;
    min-width: auto;
  }

  .coming-soon-input-2:focus {
    border-right-style: solid;
    border-right-color: #d10005;
  }

  .coming-soon-paragraph-2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-form-container {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .coming-soon-form-2 {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .loop-container {
    grid-template-columns: 1fr;
  }

  .coming-soon-heading-2 {
    width: 100%;
    font-size: 45px;
  }

  .search-results-title {
    font-size: 45px;
  }

  ._404-paragraph-2 {
    width: 90%;
  }

  ._404-title {
    font-size: 100px;
  }

  .about-us-print-2 {
    top: 54px;
    right: -26px;
  }

  .about-us-print-1 {
    left: -38px;
  }

  .about-us-print-3 {
    top: 257px;
  }

  .about-us-print-4 {
    bottom: 27px;
  }

  .about-us-print-6 {
    bottom: -18px;
  }

  .about-us-print-5 {
    left: -57px;
  }

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

  .our-advantages-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .advantages-title {
    font-size: 45px;
  }

  .our-benefits {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    justify-content: flex-start;
  }

  .benefit-title {
    font-size: 45px;
  }

  .our-benefits-item {
    text-align: center;
  }

  .video-content {
    align-items: center;
  }

  .bg-image {
    background-position: 20%;
  }

  .title-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .slider-event-background-wrap {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-event-background-wrap.hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonials-content {
    grid-row-gap: 20px;
  }

  .section-title-full-wrap {
    justify-content: center;
  }

  .section-title-full-wrap.centered {
    text-align: center;
  }

  .products-photo {
    width: 55px;
    margin-right: 15px;
  }

  .order-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .order-item {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .order-price {
    margin-left: auto;
  }

  .shipping-method {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .shipping-method-price {
    margin-left: auto;
  }

  .our-blog-content-wrap, .our-blog-content-wrap.category {
    width: 100%;
  }

  .data-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .testimonial-info {
    margin-top: -75px;
  }

  .blog-category-link {
    font-size: 16px;
  }

  .circle-link-wrapper {
    margin-left: -48px;
  }

  .testimonial-image {
    margin-bottom: 60px;
  }

  .benefit-line-vertical {
    top: 0%;
  }

  .slider-blog-arrow {
    border-right-style: none;
    width: 100%;
    padding-bottom: 25px;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 25px;
  }

  .testimonials-wrap {
    padding: 20px 20px 20px 24px;
  }

  .info-review-container {
    grid-row-gap: 20px;
  }

  .subtitle-data {
    font-size: 16px;
  }

  .short-title {
    font-size: 37px;
  }

  .blog-details-title {
    font-size: 40px;
  }

  .reviews-text-dark {
    font-size: 20px;
  }

  .blog-details-background-image {
    background-position: 24% 0;
  }

  .review-card {
    position: static;
  }

  .grid-testimonials {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .testimonials-wrap-2 {
    padding: 20px 20px 20px 24px;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

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

  .image-photo-1 {
    height: 150px;
    inset: 0% auto auto 0%;
  }

  .image-photo-2 {
    display: none;
  }

  .image-photo-3 {
    top: auto;
  }

  .image-photo-4 {
    height: 150px;
  }

  .faq-title {
    font-size: 40px;
  }

  .work-stages-item {
    flex-direction: column;
  }

  .heading, .heading.large {
    font-size: 32px;
  }

  .work-stages-list {
    flex-direction: column;
  }

  .outline-circle-wrapper {
    width: 72px;
    height: 72px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .sticky-circle {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .outline-circle {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
  }

  .banner-content-about-us {
    text-align: center;
    align-items: center;
  }

  .about-us-bg-image {
    width: auto;
    height: 250px;
  }

  .tab-bottom-content-2 {
    padding: 36px 24px;
  }

  .vacations-tab-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .vacations-tab-link {
    padding-top: 30px;
  }

  .event-inquire-top {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-columns: auto;
    justify-content: center;
  }

  .details-card {
    grid-row-gap: 24px;
    padding: 18px;
  }

  .grid-event {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .details-body {
    grid-row-gap: 36px;
  }

  .contacts-service {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .license-con {
    grid-column-gap: 20px;
  }

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

  .btn-circle-secondary.slider-arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    left: 68px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    right: 68px;
  }

  .text-over-image-link---text-container {
    bottom: 32px;
    left: 16px;
    right: 16px;
  }

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

  .section-2.overflow-hidden {
    padding-top: 112px;
  }

  .slider-mask.width-404px._100-mbp {
    max-width: 100%;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .grid-group---c {
    grid-template-columns: 1fr;
  }

  .group---b {
    border-left-style: none;
    padding-left: 7%;
    padding-right: 7%;
  }

  .group---b.border-off {
    border-top-style: none;
    border-left-style: none;
  }

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

  .form-block-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .error-message-2 {
    font-size: 16px;
  }

  .hero-title-offer {
    text-align: center;
    font-size: 36px;
  }

  .package-image {
    object-fit: contain;
  }

  .grid-group---three {
    grid-template-columns: 1fr;
  }

  .wrap-package-image {
    object-fit: contain;
  }

  .h2-title-cap {
    font-size: 22px;
  }

  .project-summary-20px-2 {
    font-size: 18px;
  }

  .project-name {
    font-size: 32px;
  }

  .project-contain {
    padding: 20px;
  }

  .project-contain.featured {
    padding-left: 16px;
    padding-right: 16px;
  }

  .project-thumbnail-contain {
    height: 260px;
  }

  .plyr_cover-button, .plyr_cover-button-2 {
    font-size: .7em;
  }

  .grid-system-3 {
    flex-direction: column;
    width: 50%;
  }

  .grid-title-1 {
    align-items: center;
  }

  .grid-title-1.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .icn {
    width: 100px;
  }

  .price-item-2 {
    padding: 10px;
  }

  .tabs-icons {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .tabs-content, .base-container-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .video-embed-auto-height {
    height: 315px;
  }

  .div-block {
    grid-template-columns: 1fr;
  }
}

#w-node-d3981767-e1c3-9755-4023-50fbf7c4c80c-8661252b, #w-node-d3981767-e1c3-9755-4023-50fbf7c4c80f-8661252b, #w-node-_70c238b0-75fa-3847-af0c-b9fc0086a181-8661252b, #w-node-_70c238b0-75fa-3847-af0c-b9fc0086a184-8661252b, #w-node-_57d09f57-cecf-2726-0c2c-5ff400e3252a-8661252b, #w-node-_57d09f57-cecf-2726-0c2c-5ff400e3252d-8661252b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0548705-9c7c-baf4-3c47-218858516374-86612568, #w-node-_8633497e-ee31-e61c-b37c-6dea9235e59f-8661257c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8633497e-ee31-e61c-b37c-6dea9235e5a1-8661257c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_8633497e-ee31-e61c-b37c-6dea9235e5a4-8661257c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8633497e-ee31-e61c-b37c-6dea9235e5ae-8661257c {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-a4cf36ed-fa2c-04e4-5c3a-59250de196d9-8661257d, #w-node-a4cf36ed-fa2c-04e4-5c3a-59250de196ec-8661257d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e8d9ea7e-c34b-1ba6-1d14-4feaedd98b2c-8661257d {
  justify-self: stretch;
}

#w-node-e8d9ea7e-c34b-1ba6-1d14-4feaedd98b3f-8661257d, #w-node-e8275c0f-e260-bf8e-2f1b-41924a236a1f-8661257f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d967c06c-8fed-9d0a-8e17-40f28e0ad490-8661257f {
  justify-self: stretch;
}

#w-node-d967c06c-8fed-9d0a-8e17-40f28e0ad4a3-8661257f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eaf-866125aa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eb0-866125aa {
  justify-self: start;
}

#w-node-af46c5a1-073f-cc80-1289-53f6ab5f5576-ab5f5538, #w-node-af46c5a1-073f-cc80-1289-53f6ab5f55a0-ab5f5538, #w-node-af46c5a1-073f-cc80-1289-53f6ab5f55e3-ab5f5538, #w-node-af46c5a1-073f-cc80-1289-53f6ab5f5666-ab5f5538, #w-node-af46c5a1-073f-cc80-1289-53f6ab5f56aa-ab5f5538, #w-node-af46c5a1-073f-cc80-1289-53f6ab5f57f6-ab5f5538, #w-node-af46c5a1-073f-cc80-1289-53f6ab5f583a-ab5f5538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_617d6b4c-5b88-533f-80d4-6dab2ce6397e-866125be {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_617d6b4c-5b88-533f-80d4-6dab2ce63984-866125be {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_617d6b4c-5b88-533f-80d4-6dab2ce6398a-866125be {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_617d6b4c-5b88-533f-80d4-6dab2ce63990-866125be {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_2d689e68-3168-fc01-02b8-986075e4a487-866125be, #w-node-_2d689e68-3168-fc01-02b8-986075e4a48a-866125be, #w-node-_7889ebea-d6ce-ab1d-ed7b-2c28b1e2b6a3-866125be, #w-node-_7889ebea-d6ce-ab1d-ed7b-2c28b1e2b6a6-866125be, #w-node-_89f730a8-2f28-c5d0-2ed8-8562e071d693-866125be, #w-node-_89f730a8-2f28-c5d0-2ed8-8562e071d696-866125be, #w-node-c12a9e73-8456-4153-0f15-619ac94502ba-866125be, #w-node-c12a9e73-8456-4153-0f15-619ac94502bd-866125be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f737ec7-f616-02ab-67ba-a19c150c5494-866125be {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4f737ec7-f616-02ab-67ba-a19c150c5495-866125be {
  justify-self: start;
}

#w-node-_61fb6ba5-c9b1-ca36-7936-3418e6cb14cd-86612601, #w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eaf-a4051d07 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eb0-a4051d07 {
  justify-self: start;
}

#w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eaf-fe883fdd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eb0-fe883fdd {
  justify-self: start;
}

#w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eaf-7961842b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eb0-7961842b {
  justify-self: start;
}

#w-node-a4eebd49-5ce1-1d5b-81f2-41d5167ef844-1a5596a9, #w-node-_333c9879-1dc3-3dd9-3550-4b19890afd19-1a5596a9, #w-node-c98a0b0d-b855-0c91-614e-4e9961f57d17-1a5596a9, #w-node-_333c9879-1dc3-3dd9-3550-4b19890afec9-1a5596a9, #w-node-f80e6a8e-c3ba-0215-6b1e-d309dbe9ddcc-1a5596a9, #w-node-_333c9879-1dc3-3dd9-3550-4b19890b0229-1a5596a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eaf-493496f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eb0-493496f9 {
  justify-self: start;
}

#w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eaf-a04cc9e2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eb0-a04cc9e2 {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eaf-866125aa, #w-node-_4f737ec7-f616-02ab-67ba-a19c150c5494-866125be, #w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eaf-a4051d07, #w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eaf-fe883fdd, #w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eaf-7961842b, #w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eaf-493496f9, #w-node-_7ba10728-8cb7-7b74-1b7d-d73c54e81eaf-a04cc9e2 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8633497e-ee31-e61c-b37c-6dea9235e5a1-8661257c {
    grid-column: span 1 / span 1;
  }

  #w-node-_8633497e-ee31-e61c-b37c-6dea9235e5ae-8661257c {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-f8865305-f4df-7ffe-6ffd-0bd71afdd9fb-866125be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8633497e-ee31-e61c-b37c-6dea9235e5a1-8661257c {
    grid-column: span 1 / span 1;
  }

  #w-node-_617d6b4c-5b88-533f-80d4-6dab2ce6397e-866125be, #w-node-_617d6b4c-5b88-533f-80d4-6dab2ce63984-866125be, #w-node-_617d6b4c-5b88-533f-80d4-6dab2ce6398a-866125be, #w-node-_617d6b4c-5b88-533f-80d4-6dab2ce63990-866125be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8633497e-ee31-e61c-b37c-6dea9235e5a1-8661257c {
    grid-column: span 1 / span 1;
  }

  #w-node-a4cf36ed-fa2c-04e4-5c3a-59250de196ec-8661257d {
    grid-column: 1 / 4;
  }
}


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