@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-dark: #00183c;
  --paragraph-gray: #838b93;
  --primary: #00378a;
  --primary-light: #eaeef3;
  --sm-medium-blue: #068ab1;
  --white: white;
  --sm-dark-blue: #007ca6;
  --sm-light-blue: #579cbe;
  --grey: #9ca4ad;
  --haze: #f8f8f8;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

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

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

h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1em;
}

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

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
}

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

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

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  line-height: 1.5em;
}

a {
  color: var(--primary-dark);
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
}

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

ul {
  grid-row-gap: 15px;
  background-color: var(--primary);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  display: flex;
}

li {
  align-items: center;
  font-family: Inter, sans-serif;
  line-height: 1.4em;
}

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

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

blockquote {
  text-align: center;
  background-image: url('../images/icon-1_1icon (1).png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

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

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

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

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

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

.section.about-us-banner {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 0;
}

.section.blue-background {
  background-color: var(--primary);
  overflow: hidden;
}

.section.without-top-spacing.reduced-bottom-space {
  padding-bottom: 20px;
}

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

.section.home-banner {
  flex-direction: row;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.bg-image {
  background-image: linear-gradient(#0006, #0006), url('../images/SM_Home_15.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 0;
}

.section.light-bg-without-spacing {
  background-color: var(--primary-light);
  padding-top: 0;
}

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

.section.top-spacing {
  padding-top: 220px;
}

.section.dark-services-bg {
  background-color: var(--primary);
  margin-top: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-2-banner {
  padding-top: 145px;
  padding-bottom: 50px;
}

.section.home-2-bg {
  z-index: 1;
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 150px;
}

.section.home-2-bg.top-space {
  padding-top: 140px;
}

.section.home-2-spacing {
  background-color: var(--sm-medium-blue);
  margin-top: -100px;
  padding-top: 200px;
}

.section.home-2-top-spacing {
  background-color: #eaeef3;
  padding-top: 180px;
}

.section.overflow {
  margin-top: -10px;
  padding-top: 0;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.home-3-banner {
  z-index: 1;
  margin-bottom: -120px;
  padding-bottom: 0;
}

.section.home-3-blue-bg {
  background-color: var(--primary);
  padding-top: 220px;
}

.section.pricing-with-bg {
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-3-top-spacing {
  padding-top: 180px;
}

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

.section.light-background-about-us {
  background-color: var(--primary-light);
  margin-top: -220px;
  padding-top: 320px;
}

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

.section.our-team-section {
  padding-bottom: 320px;
}

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

.section.our-team-with-bg {
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.services-detaiils {
  z-index: 1;
  min-height: 450px;
  padding-bottom: 0;
}

.section.research {
  z-index: 1;
  padding-bottom: 0;
}

.section.display {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.blog-post {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 0;
}

.section.blog-details {
  padding-top: 50px;
  padding-bottom: 0;
}

.section.home-2-bg-copy {
  z-index: 1;
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-size: auto;
  padding-bottom: 150px;
}

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

.section._140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section._140.reduced-top-space {
  padding-top: 40px;
}

.section._140.reduced-top-space-80 {
  padding-top: 80px;
}

.section._140.no-top-space {
  padding-top: 0;
}

.section.southside {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section._80.no-left-right-padding.extra-top-space {
  padding-top: 140px;
}

.section._80.no-left-right-padding.extra-top-space.completely-hidden {
  display: none;
}

.section._80.no-left-right-padding.bottom-space {
  padding-bottom: 150px;
}

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

.section._80.reduced-bottom-space {
  padding-bottom: 40px;
}

.section._80.reduced-bottom-space.no-top-space {
  padding-top: 0;
}

.section._80.no-bottom-space {
  padding-bottom: 0;
}

.section.logo-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

.base-container.position {
  position: absolute;
  inset: 0%;
}

.base-container.top-space {
  padding-top: 100px;
  padding-bottom: 80px;
}

.base-container.top-space.services {
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h3-mobile, .h3-tablet {
  font-size: 28px;
}

.h4-tablet {
  font-size: 24px;
}

.h5-tablet {
  font-size: 20px;
}

.h6-tablet {
  font-size: 18px;
}

.h4-mobile {
  font-size: 24px;
}

.h5-mobile {
  font-size: 20px;
}

.h6-mobile {
  font-size: 18px;
}

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

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

.primary-button {
  border: 1px solid var(--sm-dark-blue);
  background-color: var(--sm-dark-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 55px;
  padding: 16px 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  transition: box-shadow .3s, background-color .3s, color .3s;
  box-shadow: 0 0 15px #00378a66;
}

.primary-button:hover {
  background-color: var(--white);
  color: var(--primary);
  box-shadow: 0 0 15px #fff3;
}

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

.primary-button.pagination {
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.primary-button.navbar-tablet {
  display: none;
}

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

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

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

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

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

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

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

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

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

.nav-dropdown.no-margin {
  margin-left: 0;
  margin-right: 0;
}

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

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

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

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

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

.nav-dropdown-list.megamenu.w--open {
  width: 400px;
  display: flex;
  left: -125px;
}

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

.nav-dropdown-link-wrapper.small {
  width: 55%;
}

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

.nav-dropdown-link:hover {
  color: var(--sm-dark-blue);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--sm-dark-blue);
}

.nav-item-title {
  color: var(--white);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.nav-item-title:hover {
  opacity: .5;
}

.nav-item-title.dark-text {
  color: var(--primary-dark);
  font-weight: 500;
}

.nav-item-title.dark-text:hover {
  opacity: .8;
  color: var(--primary);
}

.nav-item-title.link {
  color: var(--white);
  padding: 20px 10px;
}

.nav-item-title.dark-link {
  color: var(--primary-dark);
  padding: 20px 10px;
}

.nav-item-title.dark-link:hover {
  opacity: .8;
  color: var(--primary);
}

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

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

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

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

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

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

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

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

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

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

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

.banner-title {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2em;
}

.banner-title.text-dark {
  color: var(--primary-dark);
}

.banner-title.about-us-title {
  color: var(--primary-dark);
  font-size: 60px;
}

.banner-title.width {
  color: var(--primary-dark);
  width: 80%;
}

.banner-title.size {
  color: var(--primary-dark);
  text-align: center;
  font-size: 50px;
}

.banner-title.size-white {
  text-align: center;
  font-size: 60px;
}

.banner-title.size-center {
  color: var(--primary-dark);
  text-align: center;
  font-size: 50px;
}

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

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

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

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

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

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

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

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

.password-input {
  border: 1px solid var(--primary);
  border-radius: 6px;
  min-width: 280px;
  height: auto;
  margin-bottom: 10px;
  padding: 16px 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.password-input:focus {
  border-color: var(--paragraph-gray);
}

.password-input::placeholder {
  color: #0e0e0e66;
}

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

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

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

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

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

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

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

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

.coming-soon-input {
  border: 1px solid var(--primary);
  border-radius: 6px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.coming-soon-input:focus {
  border-color: var(--paragraph-gray);
}

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

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

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

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

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-grid-image-link {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  min-width: 100%;
  overflow: hidden;
}

.blog-grid-image {
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: 280px;
  transition: transform .4s;
}

.blog-grid-image:hover {
  transform: scale(1.05);
}

.blog-grid-item-date {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-grid-content-wrapper {
  background-color: var(--white);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  min-height: 280px;
  padding: 20px 30px 30px;
  display: flex;
}

.blog-grid-content-wrapper.mobile-center-copy {
  justify-content: space-between;
  min-height: 376px;
  padding-top: 30px;
}

.blog-grid-item {
  border-radius: 6px;
  width: 31.3%;
  display: inline-block;
  box-shadow: 0 5px 20px #00378a1a;
}

.blog-grid-item-title {
  color: var(--primary-dark);
  font-size: 24px;
  font-weight: 700;
}

.blog-grid-item-description {
  margin-top: 0;
  margin-bottom: 15px;
}

.blog-post-title {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.2em;
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.blog-post-title.shop {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2em;
}

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

.blog-grid-post-wrapper {
  position: relative;
  overflow: hidden;
}

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

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

.prev-post-arrow {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

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

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

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

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

.footer {
  text-align: center;
  align-items: flex-start;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid #9ca4ad80;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.footer-rights {
  color: var(--grey);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.footer-copyright {
  color: var(--primary-dark);
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: inline;
}

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

.footer-copyright-link:hover {
  color: var(--paragraph-gray);
}

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

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

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

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

.text-button-icon {
  color: var(--sm-dark-blue);
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

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

.values-wrapper {
  display: flex;
}

.values-wrapper.top-space {
  margin-top: 80px;
}

.values-image-wrapper {
  width: 50%;
}

.values-content-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 100px;
  display: flex;
}

.values-content-wrapper.services {
  grid-row-gap: 15px;
}

.values-counter-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #afafaf;
  flex-flow: column;
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

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

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

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

.banner-title-wrapper.testimonial {
  flex-direction: row;
  align-items: flex-end;
  max-width: none;
}

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

.banner-description {
  text-align: left;
  max-width: 380px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.banner-description.text-white {
  max-width: 385px;
}

.banner-description.text-white-home-3 {
  color: var(--white);
  width: 69%;
  max-width: none;
}

.banner-description.services-details {
  color: var(--white);
  text-align: center;
  max-width: none;
}

.banner-description.services-details.lighter {
  font-size: 17px;
  font-weight: 400;
}

.section-title-description {
  text-align: center;
  margin-top: 20px;
}

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

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

.pricing-plans-wrapper.spacing {
  z-index: 2;
  margin-bottom: -120px;
  padding-bottom: 0;
  position: relative;
}

.pricing-plans-wrapper.bottom-spacing {
  z-index: 50;
  width: 100%;
  margin-bottom: -80px;
  position: relative;
}

.pricing-plan-item {
  background-color: var(--white);
  border: 1.5px solid #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  transition: transform .3s;
  box-shadow: 0 0 15px #00378a1a;
}

.pricing-plan-item:hover {
  transform: translate(0, -10px);
}

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

.pricing-plan-price-wrapper {
  grid-row-gap: 10px;
  border-bottom: 1px solid #9ca4ad4d;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.comparing-table-wrapper {
  width: 100%;
  margin-top: 50px;
  display: flex;
}

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

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

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

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

.comparing-table-list {
  margin-bottom: 0;
  padding-left: 0;
}

.comparing-table-list-item {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #d7e5ee;
  align-items: flex-start;
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  line-height: 1.5em;
  list-style-type: none;
  display: flex;
}

.comparing-list-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 8px;
}

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

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

.comparing-table-plan:hover {
  box-shadow: 0 0 15px #00378a1a;
}

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

.comparing-table-content-wrapper {
  border: 1px solid var(--primary-light);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-content-item {
  border-bottom: 1px solid var(--primary-light);
  text-align: center;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

.workflow-wrapper {
  display: flex;
}

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

.workflow-profile-name {
  margin-bottom: 0;
  font-size: 18px;
}

.workflow-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.workflow-title-wrapper-desktop {
  display: none;
}

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

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

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

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

.accordion-wrapper {
  width: 100%;
  margin-top: 30px;
  display: flex;
}

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

.accordion-item {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #00378a1a;
}

.accordion-icon {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: .7em;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

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

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.light-background {
  background-color: #f9f9fa;
}

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

.link-with-icon.spacing {
  color: var(--sm-dark-blue);
  margin-top: 10px;
}

.link-with-icon.center {
  color: var(--white);
  justify-content: center;
}

.link-with-icon.service {
  color: var(--sm-dark-blue);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

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

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

.contacts-form-wrapper {
  background-color: var(--white);
  border-radius: 6px;
  width: 50%;
  margin-left: 40px;
  padding: 0;
}

.contacts-divider {
  background-color: var(--primary);
  width: 100%;
  height: .5px;
  margin-top: 30px;
  margin-bottom: 20px;
}

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

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

.paragraph-no-margin {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

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

.paragraph-no-margin.contact {
  color: var(--primary-dark);
  font-family: Lato, sans-serif;
  font-weight: 300;
}

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

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: #afafaf80;
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-right-arrow {
  color: #afafaf80;
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

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

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

.contacts-form-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.footer-link {
  color: var(--paragraph-gray);
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
}

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

.footer-wrapper {
  grid-column-gap: 50px;
  border-top: 1px solid #9ca4ad4d;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 75px;
  padding-top: 100px;
  display: flex;
}

.white-text {
  color: #fff;
}

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

.footer-brand {
  color: #fff;
  width: 160px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-links-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 46%;
  display: flex;
}

.footer-links-wrapper.opening-hours {
  grid-row-gap: 3px;
}

.footer-logo {
  object-fit: cover;
  width: 300px;
  max-width: none;
  height: auto;
  margin-left: -10px;
}

.search-wrap-input {
  color: var(--white);
  background-color: #0000;
  border: 0 #000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

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

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

.search-desktop {
  z-index: 1000;
  background-color: #00183ce6;
  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 {
  z-index: 3;
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 120px 50px auto auto;
}

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

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

.search-shop-con {
  align-items: center;
  display: flex;
}

.search-shop-con.completely-hidden {
  display: none;
}

.navbar-search-icon {
  border: 1px solid var(--white);
  color: var(--white);
  cursor: pointer;
  border-radius: 55px;
  padding: 16px 15px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .3s, color .3s;
}

.navbar-search-icon:hover {
  background-color: var(--white);
  color: var(--primary);
}

.navbar-search-icon.dark {
  border-color: var(--primary-dark);
  color: var(--primary-dark);
}

.navbar-search-icon.dark:hover {
  background-color: var(--primary);
  color: var(--white);
}

.navbar-search-icon.home {
  transition: opacity .3s, background-color .3s, color .3s;
}

.navbar-search-icon.home:hover {
  opacity: .7;
  color: var(--white);
  background-color: #00378acc;
}

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

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

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

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

.search-input {
  border: 1px solid var(--primary);
  border-radius: 6px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

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

.search-input:focus-visible, .search-input[data-wf-focus-visible] {
  align-self: auto;
}

.search-input::placeholder {
  color: var(--primary-dark);
}

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

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

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

.footer-brand-description {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

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

.testimonials-card-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0 0 15px #00378a1a;
}

.testimonials-card-icon {
  color: var(--primary);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
}

.testimonials-card-date {
  color: var(--primary);
  margin-top: 20px;
  font-weight: 500;
}

.block-quote-wrapper {
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.block-quote-position {
  color: var(--primary);
  margin-bottom: 0;
  font-weight: 500;
}

.service-details-content-wrapper, .accordion-wrap-one-column {
  width: 100%;
}

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

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

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

.service-list-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.service-list-item-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.service-list-item {
  width: 31.9%;
  display: flex;
  position: relative;
}

.service-list-item-content-wrapper {
  background-color: #0e0e0e99;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-list-item-title {
  color: var(--white);
  font-size: 23px;
}

.service-list-item-content {
  text-align: center;
}

.service-list-item-description {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 40px;
}

.service-list-item-title-wrapper {
  text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}

.service-list-banner {
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  display: flex;
}

.primary-button-white-with-shadow {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 55px;
  align-items: center;
  padding: 16px 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  transition: background-color .3s, color .3s;
  box-shadow: 0 0 15px #fff3;
}

.primary-button-white-with-shadow:hover {
  color: var(--white);
  background-color: #0000;
}

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

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

.about-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;
}

.tabs-menu {
  grid-column-gap: 18px;
  border-bottom: 1px solid #838b934d;
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.tabs-menu.spacing {
  margin-left: 15px;
}

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

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

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

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

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

.secondary-button {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 55px;
  justify-content: center;
  padding: 16px 30px;
  font-size: 18px;
  transition: border-color .3s, box-shadow .3s, color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: var(--white);
  color: var(--sm-dark-blue);
  box-shadow: 0 0 15px #fff3;
}

.secondary-button.header {
  flex: none;
  font-size: 18px;
  transition: opacity .3s, border-color .3s, box-shadow .3s, color .3s;
}

.secondary-button.header:hover {
  background-color: var(--primary);
  opacity: .75;
  color: var(--white);
}

.secondary-button.dark {
  background-color: var(--sm-medium-blue);
}

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

.secondary-button.dark.services:hover {
  border-color: var(--sm-dark-blue);
  box-shadow: 0 0 15px #fff3;
}

.navbar-absolute {
  background-color: #0000;
  width: 100%;
  height: 110px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.right-arrow {
  color: #222;
  justify-content: center;
  align-items: center;
  height: 68px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  inset: auto 0 0% auto;
}

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

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

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

.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;
}

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

.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;
}

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

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 30px;
  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;
}

.position {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.menu-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style p {
  font-size: 18px;
}

.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;
}

.brand-tablet {
  display: none;
}

.brand {
  height: 100%;
}

.brand.w--current {
  width: 12%;
  margin-right: 20px;
}

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

.shop-details-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.12fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-details-slider {
  background-color: #0000;
  border-radius: 10px;
  height: 500px;
}

.shop-details-image-lightbox {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

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

.shop-details-left-arrow {
  background-color: var(--primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .2s, color .2s;
  display: flex;
}

.shop-details-left-arrow:hover {
  background-color: var(--white);
  color: var(--primary);
}

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

.shop-details-right-arrow {
  background-color: var(--primary);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .2s, color .2s;
  display: flex;
}

.shop-details-right-arrow:hover {
  background-color: var(--white);
  color: var(--primary);
}

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

.shop-details-title {
  margin-top: 0;
  font-size: 48px;
}

.shop-item-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.shop-details-subtitle {
  font-family: Inter, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2em;
}

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

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

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

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

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

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

.success-message {
  color: var(--white);
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  font-family: Inter, sans-serif;
}

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

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

.error-message {
  color: var(--white);
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
  font-family: Inter, sans-serif;
}

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

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

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

.form-contacts {
  width: 100%;
  height: 100%;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.third-button {
  border: 1px solid var(--primary);
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 55px;
  padding: 16px 30px;
  transition: border-color .3s, box-shadow .3s, color .3s;
}

.third-button:hover {
  background-color: var(--primary);
  color: var(--white);
  box-shadow: 0 0 15px #00378a66;
}

.third-button {
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.third-button.with-icon {
  grid-column-gap: 60px;
  display: flex;
}

.third-button.secondary-with-icon {
  grid-column-gap: 40px;
  border-color: var(--white);
  color: var(--white);
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
}

.third-button.secondary-with-icon:hover {
  border-color: var(--white);
  background-color: var(--sm-dark-blue);
  box-shadow: none;
}

.third-button.secondary-with-icon.reverse {
  background-color: var(--sm-dark-blue);
}

.third-button.secondary-with-icon.reverse:hover {
  background-color: #0000;
}

.third-button.header {
  flex: none;
}

.icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

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

.home-bg-video {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00378a4d, #00378a4d), linear-gradient(#05203b00 30%, #051f3b);
  flex-direction: row;
  align-items: flex-start;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-line {
  background-color: #ffffff4d;
  width: 630px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-banner-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 66%;
  height: 100%;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.home-banner-wrapper.home-2 {
  width: 44%;
}

.small-title {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.small-title.dark-text {
  color: var(--sm-dark-blue);
}

.small-title.dark-text-center {
  color: var(--primary);
  text-align: center;
}

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

.banner-button-wrapper.home-3-copy {
  margin-top: 30px;
}

.blue-block {
  grid-column-gap: 30px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #007ca6b3;
  border: 1.5px solid #ffffff1a;
  border-radius: 10px;
  margin-top: -75px;
  padding: 45px;
  display: flex;
  box-shadow: 0 0 15px #00378a4d;
}

.medium-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

.medium-title.text-white {
  margin-top: 0;
  margin-bottom: 0;
}

.medium-title.center-text {
  text-align: center;
  text-transform: none;
}

.medium-title.mobile-center-text {
  text-transform: none;
}

.medium-title.text-white-copy {
  color: var(--white);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
}

.medium-title.width {
  width: 80%;
}

.medium-title.left-white-text {
  color: var(--white);
  transition: color .3s;
}

.medium-title.left-white-text:hover {
  color: var(--grey);
}

.medium-title.center-text-copy {
  text-align: center;
}

.medium-title.width-title {
  width: 90%;
}

.medium-title.bottom-space {
  margin-bottom: 10px;
}

.left-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.right-text {
  color: var(--white);
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
}

.primary-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 55px;
  align-items: center;
  padding: 16px 30px;
  transition: background-color .3s, color .3s;
}

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

.primary-button-white.search-button {
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.primary-button-white.pagination {
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.text-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 70%;
  display: flex;
}

.text-wrapper.width {
  width: 65%;
}

.benefits-cards-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.benefits-cards-wrapper.completely-hidden {
  display: none;
}

.benefits-card-wrap {
  grid-row-gap: 20px;
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 0 15px #00378a1a;
}

.benefits-card-wrap:hover {
  transform: translate(0, -10px);
}

.benefits-card-wrap.height {
  box-shadow: none;
}

.benefits-card-wrap.height:hover {
  transform: none;
}

.benefits-card-wrap.pricing {
  height: 415px;
}

.benefits-card-wrap.height-research {
  height: 484px;
}

.benefits-card-wrap.contact-us-height {
  height: 390px;
}

.benefits-heading {
  color: var(--sm-dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2em;
  transition: color .3s;
}

.benefits-heading:hover {
  color: var(--primary-dark);
}

.paragraph {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.paragraph.blue-text {
  color: var(--primary);
  font-weight: 500;
}

.paragraph.text-center-tablet {
  text-align: left;
}

.paragraph.left-white-text.wider {
  width: 100%;
  font-family: Lato, sans-serif;
}

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

.paragraph.blue-text-left {
  color: var(--primary);
  font-weight: 500;
}

.paragraph.home-3-width {
  width: 94%;
}

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

.paragraph.services {
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.paragraph.left-white-text {
  color: #fff;
  align-items: center;
  width: 70%;
  display: block;
}

.paragraph.text-center-copy {
  text-align: left;
}

.paragraph.tighter {
  letter-spacing: -.25px;
}

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

.paragraph.white.bottom-space {
  margin-bottom: 20px;
}

.paragraph.white.bottom-space.centre-mobile.white-text {
  color: var(--white);
}

.paragraph.white.smaller-bottom-space {
  margin-bottom: 10px;
}

.paragraph.bottom-space {
  color: var(--paragraph-gray);
  margin-bottom: 20px;
}

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

.paragraph.darker.payment {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.paragraph.darker.centre {
  text-align: center;
}

.benefits-image {
  object-fit: cover;
  margin-bottom: 10px;
}

.benefits-image.hidden-desktop {
  display: none;
}

.home-1-services-wrapper {
  grid-column-gap: 80px;
  width: 100%;
  display: flex;
}

.left-services-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 31%;
  display: flex;
}

.left-services-wrapper.width {
  justify-content: center;
  width: 43%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 30px;
}

.left-services-wrapper.home-2 {
  width: 100%;
}

.right-services-wrapper {
  grid-column-gap: 30px;
  width: 70%;
  display: flex;
}

.right-services-wrapper.home-2, .collection-list-wrapper-3 {
  width: 100%;
}

.services-tabs {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
}

.tab-services-link {
  text-transform: capitalize;
  background-color: #0000;
  padding: 0 0 20px;
  font-size: 17px;
}

.tab-services-link.w--current {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  text-transform: capitalize;
  background-color: #0000;
  margin-bottom: -1px;
  padding: 0 0 20px;
}

.services-collection-item {
  grid-column-gap: 30px;
  display: flex;
}

.services-small-image {
  object-fit: cover;
  width: 50%;
}

.services-small-image.home-2 {
  max-height: 300px;
}

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

.services-button-wrapper.home-3 {
  margin-top: 45px;
}

.services-details-text-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.title {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper-with-icon {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.wrapper-with-icon.wrap {
  flex-wrap: wrap;
}

.wrapper-with-content {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  margin-right: auto;
  display: flex;
}

.wrapper-with-content.width {
  grid-row-gap: 20px;
  width: 40%;
  margin-right: 0;
}

.wrapper-with-content.home-2 {
  grid-row-gap: 20px;
  justify-content: center;
  width: 40%;
  margin-right: 0;
}

.wrapper-with-content.home-3 {
  width: 100%;
}

.wrapper-with-content.width-about-us {
  grid-row-gap: 20px;
  width: 48%;
  margin-right: 0;
}

.wrapper-with-content.reasearch {
  width: 55%;
}

.wrap-with-icon {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.bottom-logo-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border-top: 1px solid #ffffff1a;
  width: 100%;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bottom-logo-wrapper.spacing {
  background-color: var(--primary-light);
  border-top-color: #9ca4ad4d;
  border-bottom: 1px solid #9ca4ad4d;
  margin-top: 50px;
}

.bottom-logo-wrapper.home-2 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-top-style: none;
  margin-top: 0;
}

.bottom-logo-wrapper.pricing {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.bottom-logo-wrapper.logo-spacing {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bottom-logo-wrapper.logo-wrap {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bottom-logo-wrapper.no-spacing {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.logo-wrapper {
  grid-column-gap: 70px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-image {
  width: 200px;
}

.logo-image.bigger {
  width: 350px;
}

.services-wrapp {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.services-wrapp.home-1 {
  background-image: none;
}

.services-wrapp.home-2 {
  background-image: url('../images/bg-dots.png'), url('../images/bg-dots.png');
  background-position: 20.5% 90%, 50% 5%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.services-wrapp.home-3 {
  background-color: var(--white);
  border: 1px solid #ffffff1a;
  border-radius: 10px 0 0 10px;
  width: 50%;
  box-shadow: 0 0 15px #00378a1a;
}

.services-wrapp.about-us {
  grid-column-gap: 20px;
}

.left-images-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  width: 55%;
  display: flex;
  overflow: hidden;
}

.left-images-wrapper.home-2 {
  z-index: 20;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  height: 920px;
  position: relative;
  overflow: visible;
}

.left-images-wrapper.home-3 {
  width: 100%;
  height: 730px;
}

.left-images-wrapper.image-position {
  border-radius: 6px;
  align-items: center;
}

.left-images-wrapper.about-us {
  width: 52%;
}

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

.left-image {
  object-fit: cover;
  width: 45%;
  height: 270px;
}

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

.white-wrap {
  grid-column-gap: 80px;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px 20px 50px;
  display: flex;
  box-shadow: 0 0 16px #00378a1a;
}

.white-wrap.top-spacing {
  margin-top: -220px;
}

.right-wrapper-with-image {
  z-index: 1;
  grid-row-gap: 90px;
  background-image: linear-gradient(#0000, #0000004d), url('../images/SM_Home_50.webp');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 4px;
  flex-direction: column;
  width: 50%;
  display: flex;
  position: relative;
}

.numbers-wrap {
  grid-row-gap: 4px;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 30px;
  display: flex;
}

.number {
  color: var(--sm-light-blue);
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
}

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

.number-info {
  color: var(--sm-light-blue);
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.1em;
}

.number-info.white {
  color: var(--white);
}

.bottom-text {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border-bottom-left-radius: 4px;
  margin-top: auto;
  padding: 30px;
}

.numbers-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.left-blue-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 48%;
  min-height: 580px;
  display: flex;
}

.left-blue-wrapper.home-3 {
  width: 100%;
  min-height: 840px;
  padding: 25px;
}

.left-blue-wrapper.alternate {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.contact-us-cta {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.contact-us-cta.center {
  align-items: center;
}

.phone {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.phone:hover {
  color: var(--paragraph-gray);
}

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

.contact-us-input {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 10px;
  height: auto;
  margin-bottom: 20px;
  padding: 16px 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.contact-us-input:focus {
  border-color: var(--paragraph-gray);
}

.contact-us-input::placeholder {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.contact-us-input.dark {
  color: var(--primary-dark);
  border-color: #9ca4ad;
}

.contact-us-input.dark::placeholder {
  color: var(--grey);
}

.absolute-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 840px;
  position: absolute;
  inset: 0%;
}

.form-wrapper {
  height: auto;
  margin-top: 30px;
  margin-bottom: 0;
}

.text-area {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 10px;
  min-height: 110px;
  margin-bottom: 20px;
  padding: 16px 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.text-area:focus {
  border-color: var(--paragraph-gray);
}

.text-area::placeholder {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.text-area.dark {
  border-color: var(--grey);
  color: var(--primary-dark);
}

.text-area.dark::placeholder {
  color: var(--grey);
}

.text-area.height {
  min-height: 200px;
}

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

.pricing-small-title {
  color: var(--primary);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

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

.price {
  font-family: Inter, sans-serif;
  font-size: 60px;
  line-height: 1.1em;
}

.pricing-wrapper-with-icon {
  grid-row-gap: 15px;
  border-bottom: 1px solid #9ca4ad4d;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

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

.tooltip-image {
  position: absolute;
  inset: auto -2.3% 9% auto;
}

.locator-image {
  position: absolute;
  inset: auto 3% 6% auto;
}

.locator-image._2 {
  bottom: 10%;
  right: 10%;
}

.locator-image._3 {
  bottom: 50%;
  right: 14%;
}

.locator-image._4 {
  bottom: 44%;
  right: 31%;
}

.locator-image._5 {
  bottom: 55%;
  right: 46.5%;
}

.locator-image._6 {
  bottom: 72%;
  right: 46%;
}

.locator-image._7 {
  bottom: 77%;
  right: 39%;
}

.locator-image._8 {
  inset: 29% auto auto 11%;
}

.locator-image._9 {
  inset: 38% auto auto 14%;
}

.home-map-image {
  width: 100%;
}

.absolute-wrapper {
  width: 50%;
  height: 100%;
  min-height: 840px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dark-hover-wrapper {
  background-color: var(--sm-medium-blue);
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.footer-heading {
  color: var(--primary);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
}

.primary-grey-style-guide-copy {
  background-color: #9ca4ad;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.footer-block {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  width: 55%;
  display: flex;
}

.footer-block.gap {
  grid-row-gap: 40px;
}

.footer-small-title {
  color: var(--sm-dark-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
}

.footer-text {
  color: var(--paragraph-gray);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.footer-bottom-link {
  color: var(--paragraph-gray);
  font-size: 16px;
  font-weight: 400;
}

.footer-bottom-link:hover {
  color: var(--sm-dark-blue);
}

.div-block-3 {
  grid-column-gap: 40px;
  display: flex;
}

.div-block-3.reduced-gap {
  grid-column-gap: 20px;
}

.div-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  display: flex;
}

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

.header-button-wrapper.width-adjust {
  width: auto;
}

.menu-wraper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.logo {
  width: 250px;
  max-width: none;
  height: 53px;
}

.logo.absolute {
  width: 250px;
  max-width: none;
  height: 53px;
  position: absolute;
}

.microscope-image {
  border-radius: 6px;
}

.microscope-image.home-3 {
  max-width: 630px;
}

.reserchers-item-wrapper {
  width: 33%;
}

.reserchers-item-wrapper.home-2-slider {
  border-radius: 10px;
  width: 100%;
}

.reserchers-item-wrapper.width {
  width: 31%;
}

.reserchers-item-wrapper.room-rental, .reserchers-item-wrapper.wider-single {
  width: 100%;
}

.reserchers-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.reserchers-wrapper.display {
  grid-row-gap: 30px;
  flex-wrap: wrap;
}

.services-image {
  width: 47.9%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.services-image.second {
  inset: auto 0% -50px auto;
}

.services-image.last {
  padding-bottom: 0;
  inset: auto auto 100px 0%;
}

.services-image.third {
  inset: 100px 0% auto auto;
}

.services-image.fourth {
  top: -50px;
}

.home-2-banner-wrapper {
  display: flex;
}

.home-2-right-wrap {
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-2-banner-image {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 185px;
  height: 220px;
  position: absolute;
  top: auto;
  left: 0%;
  right: auto;
}

.home-2-banner-image-2 {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 260px;
  height: 300px;
  position: absolute;
  inset: 0% 7% auto auto;
}

.dots-absolute-wrapper {
  background-image: url('../images/Group-24-1-1.png');
  background-position: 27% 29%;
  background-repeat: no-repeat;
  background-size: 123%;
  width: 59%;
  margin-left: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-2-services-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 50px;
  background-color: #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  padding: 50px;
  display: flex;
  box-shadow: 0 0 15px #00378a1a;
}

.home-2-slider-intro-arrow {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.testimonials-title {
  text-transform: none;
}

.home-5-testimonials-slider-mask-2 {
  z-index: 10;
  width: 72%;
  height: auto;
  margin-top: 10px;
  overflow: visible;
}

.t-estimonials-slide {
  border-radius: 10px;
  width: 68%;
  margin-right: 30px;
  box-shadow: 0 0 20px #00378a1a;
}

.left-arrow-intro {
  z-index: 200;
  background-color: #aebcd2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto auto 41% 0%;
}

.left-arrow-intro.right-arrow {
  border-color: #2daac1;
  inset: auto auto 41% 7.5%;
}

.home-5-testimonials-slider-2 {
  grid-column-gap: 25px;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.testimonials-wrap-left {
  z-index: 100;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 31%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.t-estimonials-slide {
  width: 48%;
}

.white-overlay-home-2 {
  z-index: 100;
  background-color: #fff;
  width: 22%;
  height: 91%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.left-arrow-intro-2 {
  z-index: 200;
  border: 1px solid #2daac1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  inset: auto auto 80px 0%;
}

.home-3-banner-wrapper {
  z-index: 10;
  grid-row-gap: 40px;
  background-color: #00378a80;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding: 65px 30px;
  display: flex;
}

.section-content-wrapper {
  background-image: url('../images/image_5image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  align-items: center;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.section-content-wrapper.services-details {
  background-image: linear-gradient(#00378a80, #00378a80), linear-gradient(#0000001a, #0000001a), linear-gradient(#0000, #000000e6), url('../images/image_8image.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  min-height: 450px;
}

.section-content-wrapper.research {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#0000, #000000e6), url('../images/image_7image.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section-content-wrapper.research-details {
  background-image: linear-gradient(#00378a80, #00378a80), linear-gradient(#0000001a, #0000001a), linear-gradient(#0000, #000000e6), url('../images/our-team-image-1_1our team image 1.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  min-height: 450px;
}

.section-content-wrapper.blog {
  background-image: linear-gradient(#00378a80, #00378a80), linear-gradient(#0000001a, #0000001a), linear-gradient(#0000, #000000e6), url('../images/image-1_4image 1.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  min-height: 450px;
}

.section-content-wrapper.research {
  background-image: linear-gradient(#00378a80, #00378a80), linear-gradient(#0000001a, #0000001a), linear-gradient(#0000, #000000e6), url('../images/image_7image.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  min-height: 450px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-content-wrapper.changelog {
  background-image: linear-gradient(#00378a80, #00378a80), linear-gradient(#0000001a, #0000001a), linear-gradient(#0000, #000000e6), url('../images/image_7image.webp');
  background-position: 0 0, 0 0, 0 0, 50% 22%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  min-height: 400px;
}

.section-content-wrapper.licensing {
  background-image: linear-gradient(#00378a80, #00378a80), linear-gradient(#0000001a, #0000001a), linear-gradient(#0000, #000000e6), url('../images/image-1_4image 1.webp');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  min-height: 400px;
}

.section-content-wrapper.southside {
  background-image: linear-gradient(180deg, var(--sm-dark-blue) 25%, transparent), url('../images/SM_Home_15.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-content-wrapper.southside.book {
  background-image: linear-gradient(180deg, var(--sm-dark-blue) 25%, transparent), url('../images/SM_Home_23.webp');
  background-position: 0 0, 50% 0;
}

.section-content-wrapper.southside.faqs {
  background-image: linear-gradient(180deg, var(--sm-dark-blue) 15%, transparent), url('../images/SM_Home_22.webp');
}

.section-content-wrapper.southside.fees {
  background-image: linear-gradient(180deg, var(--sm-dark-blue) 25%, transparent), url('../images/SM_Home_25.webp');
  background-position: 0 0, 50% 70%;
}

.section-content-wrapper.southside.about {
  background-image: linear-gradient(180deg, var(--sm-dark-blue) 25%, transparent), url('../images/SM_Home_27.webp');
}

.section-content-wrapper.southside.gp-consultation {
  background-image: linear-gradient(180deg, var(--sm-dark-blue) 25%, transparent), url('../images/SM_Home_32.webp');
  background-position: 0 0, 50%;
}

.section-content-wrapper.southside.personal-health-check {
  background-image: linear-gradient(180deg, var(--sm-dark-blue) 25%, transparent), url('../images/SM_Home_34.webp');
}

.section-content-wrapper.southside.kids-appointment {
  background-image: linear-gradient(180deg, var(--sm-dark-blue) 25%, transparent), url('../images/SM_Home_37.webp');
  background-position: 0 0, 50%;
}

.section-content-wrapper.southside.blood-screening {
  background-image: linear-gradient(180deg, var(--sm-dark-blue) 25%, transparent), url('../images/SM_Home_39.webp');
}

.section-content-wrapper.southside.weight-management {
  background-image: linear-gradient(180deg, var(--sm-dark-blue) 25%, transparent), url('../images/SM_Home_43.webp');
}

.section-content-wrapper.southside.gp-subscription {
  background-image: linear-gradient(180deg, var(--sm-dark-blue) 25%, transparent), url('../images/SM_Home_44.webp');
}

.section-content-wrapper.southside.gallery {
  background-image: linear-gradient(180deg, var(--sm-dark-blue) 25%, transparent), url('../images/SM_Home_49.webp');
  background-position: 0 0, 50% 10%;
}

.home-3-benefits-wrapper {
  grid-row-gap: 75px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.benefits-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.benefits-wrapper:nth-child(2n) {
  border-bottom: 1px solid #ffffff4d;
}

.benefits-wrapper:first-child {
  border-bottom: 1px solid #ffffff4d;
  padding-bottom: 50px;
}

.benefits-wrapper:last-child {
  border-bottom: 1px #000;
  padding-bottom: 0;
}

.benefits-collection-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  display: flex;
}

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

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

.content-wrap.services-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.content-wrap.services-wrapper.wider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: auto;
}

.content-wrap.services-wrapper-copy {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.home-3-number {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 36px;
  line-height: 1.1em;
}

.first-number-wrap {
  background-color: #00378a80;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  width: 45%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.home-3-wrapper {
  background-color: #00378a80;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  width: 56%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.bottom-banner-number-wrap {
  grid-column-gap: 20px;
  width: 31%;
  display: flex;
}

.bottom-banner-number-wrap.width {
  width: 100%;
}

.tab-link-tab-1-2 {
  grid-column-gap: 20px;
  background-color: #0000;
  padding: 0;
  font-size: 16px;
  display: flex;
}

.tab-link-tab-1-2.w--current {
  grid-column-gap: 20px;
  color: var(--primary);
  background-color: #0000;
  padding: 0;
  font-size: 16px;
}

.tabs-menu-2 {
  grid-column-gap: 50px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  width: 96%;
  display: flex;
}

.tab-link-tab-2-2 {
  grid-column-gap: 20px;
  background-color: #0000;
  width: 60%;
  padding: 0;
  font-size: 16px;
  display: flex;
}

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

.tabs-content-3 {
  margin-top: 50px;
}

.tab-link-tab-2-3 {
  grid-column-gap: 20px;
  background-color: #0000;
  width: 41%;
  padding: 0;
  font-size: 16px;
  display: flex;
}

.tab-link-tab-2-3.w--current {
  color: var(--primary);
  background-color: #0000;
}

.home-3-logo-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.home-3-logo-wrap {
  border: 1px solid #9ca4ad80;
  border-radius: 10px;
  width: 31.2%;
  padding: 60px 100px;
}

.home-3-right-image {
  object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 50%;
}

.home-3-cta-wrap {
  width: 100%;
  display: flex;
}

.popular-wrap {
  color: var(--white);
  text-transform: capitalize;
  background-color: #fff3;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 20px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.about-us-center-banner-wrap {
  grid-column-gap: 20px;
  width: 100%;
  display: flex;
}

.about-us-center-banner-wrap.width {
  justify-content: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.about-us-center-banner-wrap.shop-category-section {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
}

.about-us-center-banner-wrap.career {
  justify-content: space-between;
}

.about-us-banner-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-height: 550px;
  margin-top: 80px;
}

.about-us-banner-image.bigger {
  max-height: none;
}

.about-us-right-banner-wrap {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 38%;
  display: flex;
}

.about-us-right-banner-wrap.career {
  width: 50%;
}

.about-us-right-banner-wrap.smaller {
  width: 30%;
}

.about-us-right-banner-wrap.smaller.wider {
  align-items: flex-end;
  width: 50%;
}

.about-us-left-banner-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 60%;
  display: flex;
}

.about-us-left-banner-wrap.career {
  width: 45%;
}

.about-us-left-banner-wrap.wider {
  width: 70%;
}

.testimonial-text {
  color: var(--primary-dark);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1em;
}

.testimon-author-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimon-author {
  color: var(--primary);
  margin-bottom: 0;
}

.our-team-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.team-member-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.our-team-banner-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-height: 550px;
  margin-top: 80px;
}

.pricng-icon-wrap {
  background-color: #dae3ef;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.image {
  object-fit: cover;
  width: 24px;
  height: auto;
}

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

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

.cart-icon.white {
  color: var(--white);
  transition: opacity .3s;
}

.cart-icon.white:hover {
  opacity: .7;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.cart-quantity {
  background-color: var(--primary-dark);
  color: var(--white);
  position: absolute;
  top: -20px;
  left: 8px;
}

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

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

.collection-item {
  border-radius: 10px;
  height: 400px;
  position: relative;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  display: flex;
}

.details-image {
  border-radius: 10px;
  width: 100%;
  margin-top: 60px;
}

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

.right-absolute-image {
  object-fit: cover;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: auto 0% auto auto;
}

.research-rich-text h2, .research-rich-text h4, .research-rich-text h3, .research-rich-text h5, .research-rich-text h6 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.primary-button-white-with-shadow-2 {
  color: #00378a;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 55px;
  align-items: center;
  padding: 16px 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  transition: background-color .3s, color .3s;
  box-shadow: 0 0 15px #fff3;
}

.primary-button-white-with-shadow-2:hover {
  color: #fff;
  background-color: #0000;
}

.contact-us-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.first-number-blue-wrap {
  background-color: var(--sm-light-blue);
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  width: 45%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.first-number-blue-wrap.wider {
  width: 100%;
}

.blue-wrapper {
  background-color: var(--sm-light-blue);
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  width: 55%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.labolatory-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.lab-item {
  grid-row-gap: 20px;
  background-color: var(--primary);
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 33%;
  padding: 92px 25px 30px;
  display: flex;
  position: relative;
}

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

.location-title {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px;
  font-size: 18px;
  position: absolute;
  inset: 25px 25px auto auto;
}

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

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

._404-title, .center {
  text-align: center;
}

.shop-category {
  z-index: 5;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 6px;
  padding: 5px 8px;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
  position: absolute;
  inset: 20px 20px auto auto;
}

.shop-category:hover {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
}

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

.cart-header {
  border-bottom-color: var(--primary);
}

.cart-footer {
  border-top-color: var(--primary);
}

.cart-1-quantity {
  border-color: var(--primary);
}

.cart-1-quantity:focus {
  border-color: var(--paragraph-gray);
}

.cart-image {
  object-fit: cover;
  height: 80px;
}

.total-text {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.text-block {
  flex: none;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.cart-price-text {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.cart-content-wrap {
  grid-row-gap: 5px;
}

.shop-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.checkout-page {
  background-color: #0000;
  min-height: auto;
  margin-bottom: -20px;
  padding-top: 170px;
  padding-bottom: 0;
}

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

.block-content {
  border-right-color: var(--grey);
  border-bottom-color: var(--grey);
  border-left-color: var(--grey);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.input {
  border-color: var(--grey);
  background-color: #ffffff1a;
  border-radius: 10px;
  height: 64px;
  padding: 16px 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.input:focus, .input.-wfp-focus {
  border-color: var(--grey);
}

.checkbox-label {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.checkbox {
  margin-top: 0;
}

.content-wrp {
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.shipping-method-main {
  border-bottom: 1px solid var(--grey);
  border-right-color: var(--grey);
  border-left-color: var(--grey);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.shipping-method {
  border-right-color: var(--primary);
  border-bottom-style: none;
  border-left-color: var(--primary);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.text-block-small {
  flex: none;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.empty {
  border-right-color: var(--grey);
  border-bottom-color: var(--grey);
  border-left-color: var(--grey);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.quantity-wrap {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.order-item {
  grid-column-gap: 16px;
}

.link {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-text-block {
  font-size: 14px;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.sub-heading {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-span-2 {
  font-weight: 300;
}

.footer-link-wee-beastie {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.footer-link-wee-beastie:hover {
  color: var(--sm-dark-blue);
}

.right-arrow-symbol {
  margin-left: 8px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.gdpr-text {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 22px;
}

.gdpr-link {
  color: var(--sm-dark-blue);
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
}

.gdpr-link:hover {
  color: #010524;
}

._404-logo {
  text-align: center;
  width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
}

.wrapper.centre {
  align-items: center;
}

.h2-heading {
  margin-top: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.h3-heading {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.h3-heading.no-top-space {
  margin-top: 0;
}

.h4-heading {
  font-weight: 400;
  line-height: 36px;
}

.link-dark {
  color: var(--sm-dark-blue);
  font-size: 16px;
  font-weight: 400;
}

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

.book-appointment {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

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

.bottom-block.services {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.bottom-block.services.coloured {
  background-color: var(--primary-light);
  padding: 30px;
}

.bolder {
  color: var(--sm-dark-blue);
  -webkit-text-stroke-width: .5px;
  font-weight: 500;
}

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

.button-wrap-services.smaller {
  width: 70%;
}

.button-wrap-services.completely-hidden {
  display: none;
}

.quick-stack-health-check {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}

.fees-quickstack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  padding: 0;
}

.fees-quickstack.bottom-space {
  margin-bottom: 50px;
}

.fees-quickstack.top-space {
  margin-top: 60px;
}

.fees-box {
  background-color: var(--haze);
  width: 100%;
  padding: 20px;
}

.smaller {
  font-size: 13px;
  font-weight: 500;
}

.payment-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  padding: 0 0 40px;
}

.payment-link-block {
  border: .5px solid #000;
  border-radius: 0 0 7px 7px;
}

.weight-loss-stack {
  border: .5px solid #000;
  border-radius: 7px;
  margin-bottom: 20px;
  padding: 10px;
}

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

.blue-blood-block {
  background-color: var(--sm-dark-blue);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 0 10px 5px #0003;
}

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

.gallery-quick-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  padding: 0;
}

.gallery-quick-stack.bottom-space {
  margin-bottom: 60px;
}

.paragraph-list {
  color: var(--paragraph-gray);
}

.room-rental-quick-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  padding: 30px;
  transition: all .3s;
  box-shadow: 0 0 15px #00378a1a;
}

.cell-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 80px;
  }

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

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

  .section.home-banner {
    min-height: 100vh;
  }

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

  .section.home-2-banner {
    padding-top: 175px;
    padding-bottom: 80px;
  }

  .section.home-2-bg {
    padding-bottom: 180px;
  }

  .section.home-2-spacing {
    margin-top: -130px;
    padding-top: 230px;
  }

  .section.overflow {
    padding-bottom: 110px;
  }

  .section.map-section {
    padding-bottom: 20px;
  }

  .section.home-3-banner {
    margin-bottom: -150px;
    padding-top: 110px;
  }

  .section.home-3-blue-bg {
    padding-top: 280px;
  }

  .section.home-3-top-spacing {
    padding-top: 210px;
  }

  .section.light-background-about-us {
    margin-top: -250px;
    padding-top: 380px;
  }

  .section.our-team-section {
    padding-bottom: 350px;
  }

  .section.bottom-section, .section.about-us-last-section, .section.bottom-spacing {
    padding-bottom: 0;
  }

  .section.services-detaiils, .section.research {
    padding-top: 110px;
  }

  .section.display {
    grid-column-gap: 100px;
  }

  .section.home-2-bg-copy {
    padding-bottom: 180px;
  }

  .section.changelog {
    padding-bottom: 0;
  }

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

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-item-title {
    font-size: 18px;
  }

  .nav-item-title.link {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
  }

  .nav-item-title.dark-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-title.about-us-title, .banner-title.size, .banner-title.size-center {
    font-size: 60px;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .blog-grid-image {
    height: 320px;
  }

  .blog-grid-content-wrapper.mobile-center-copy {
    justify-content: space-between;
    min-height: 320px;
  }

  .blog-grid-item {
    width: 31.62%;
  }

  .footer {
    padding-top: 0;
  }

  .style-guide-buttons-wrapper {
    justify-content: space-between;
  }

  .banner-title-wrapper.testimonial {
    grid-column-gap: 100px;
  }

  .comparing-table-features-wrapper {
    display: block;
  }

  .comparing-table-plans-wrapper {
    width: 67%;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-wrapper {
    padding-top: 10px;
  }

  .comparing-table-content-item-title {
    display: none;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-title-wrapper {
    display: none;
  }

  .workflow-title-wrapper-desktop {
    display: block;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .footer-brand-wrapper {
    width: 34%;
  }

  .footer-brand {
    width: 165px;
  }

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

  .search-section {
    margin-bottom: 0;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .service-list-wrapper {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service-list-item-content-wrapper {
    padding: 50px 30px;
  }

  .service-list-item-description {
    width: 92%;
  }

  .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;
  }

  .brand.w--current {
    width: 14%;
  }

  .position-relative {
    padding-bottom: 130px;
  }

  .home-bg-video {
    background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#00378a4d, #00378a4d), linear-gradient(#05203b00 30%, #051f3b);
    min-height: 100vh;
  }

  .home-banner-wrapper {
    margin-top: -45px;
  }

  .home-banner-wrapper.home-2 {
    margin-top: 0;
  }

  .blue-block {
    grid-column-gap: 100px;
    margin-top: -150px;
    padding: 50px;
  }

  .medium-title.width, .medium-title.width-title, .medium-title.width-title {
    width: 73%;
  }

  .left-wrapper {
    width: 50%;
  }

  .text-wrapper {
    width: 59%;
  }

  .text-wrapper.width {
    width: 55%;
  }

  .benefits-card-wrap.pricing {
    height: 360px;
  }

  .benefits-card-wrap.height-research {
    height: 430px;
  }

  .paragraph.wrap {
    flex-direction: column;
    display: flex;
  }

  .paragraph.left-white-text {
    flex-direction: column;
    align-items: flex-start;
    width: 64%;
    display: flex;
  }

  .left-services-wrapper.width {
    width: 50%;
  }

  .tab-services-link {
    font-size: 20px;
  }

  .services-collection-item.display {
    justify-content: space-between;
  }

  .services-small-image.home-2 {
    max-height: 300px;
  }

  .services-details-text-wrapper.width {
    width: 45%;
  }

  .wrapper-with-content.width-about-us {
    width: 40%;
  }

  .bottom-logo-wrapper {
    justify-content: space-between;
  }

  .bottom-logo-wrapper.pricing {
    margin-bottom: 0;
    padding-bottom: 130px;
  }

  .bottom-logo-wrapper.logo-wrap {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .logo-wrapper {
    grid-column-gap: 70px;
  }

  .logo-image {
    width: 200px;
  }

  .services-wrapp {
    grid-column-gap: 100px;
  }

  .services-wrapp.home-2 {
    background-position: 20% 91%, 50% 5%;
  }

  .services-wrapp.home-3 {
    width: 60%;
  }

  .services-wrapp.about-us {
    grid-column-gap: 100px;
  }

  .left-images-wrapper.home-2 {
    height: 1030px;
  }

  .white-wrap {
    grid-column-gap: 140px;
  }

  .left-blue-wrapper.home-3 {
    min-height: 690px;
    padding: 55px;
  }

  .contact-us-cta {
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
  }

  .contact-us-cta.center {
    justify-content: center;
  }

  .form-wrap {
    grid-column-gap: 20px;
    flex-wrap: wrap;
    display: flex;
  }

  .input-wrapper {
    width: 48%;
  }

  .tooltip-image {
    right: 4.5%;
  }

  .locator-image {
    bottom: 6%;
    right: 9%;
  }

  .locator-image._2 {
    bottom: 9%;
    right: 15.5%;
  }

  .locator-image._3 {
    right: 20%;
  }

  .locator-image._4 {
    right: 35%;
  }

  .locator-image._5 {
    right: 50%;
  }

  .locator-image._6 {
    bottom: 71%;
    right: 48%;
  }

  .locator-image._7 {
    bottom: 79%;
    right: 40%;
  }

  .locator-image._9 {
    top: 39%;
    left: 13%;
  }

  .header-button-wrapper {
    width: 25%;
  }

  .logo {
    width: 250px;
  }

  .home-2-banner-image {
    width: 200px;
  }

  .home-2-banner-image-2 {
    width: 325px;
    height: 350px;
  }

  .dots-absolute-wrapper {
    background-position: 38% 45%;
    background-size: 118%;
  }

  .home-5-testimonials-slider-mask-2 {
    width: 68%;
  }

  .left-arrow-intro {
    bottom: 37%;
  }

  .left-arrow-intro.right-arrow {
    bottom: 37%;
    left: 6%;
  }

  .home-5-testimonials-slider-2 {
    margin-left: 55px;
  }

  .testimonials-wrap-left {
    width: 27%;
  }

  .t-estimonials-slide {
    width: 44%;
  }

  .white-overlay-home-2 {
    top: -3%;
  }

  .left-arrow-intro-2 {
    bottom: 50px;
  }

  .section-content-wrapper {
    margin-top: 0;
  }

  .section-content-wrapper.research-details {
    background-image: linear-gradient(#00378a80, #00378a80), linear-gradient(#0000001a, #0000001a), linear-gradient(#0000, #000000e6), url('../images/our-team-image-1_1our team image 1.webp');
    background-position: 0 0, 0 0, 0 0, 50% 27%;
  }

  .section-content-wrapper.research {
    background-image: linear-gradient(#00378a80, #00378a80), linear-gradient(#0000001a, #0000001a), linear-gradient(#0000, #000000e6), url('../images/image_7image.webp');
    background-position: 0 0, 0 0, 0 0, 50% 29%;
  }

  .section-content-wrapper.changelog {
    background-image: linear-gradient(#00378a80, #00378a80), linear-gradient(#0000001a, #0000001a), linear-gradient(#0000, #000000e6), url('../images/image_7image.webp');
    background-position: 0 0, 0 0, 0 0, 50% 15%;
  }

  .section-content-wrapper.southside {
    background-image: linear-gradient(180deg, var(--sm-dark-blue) 25%, transparent), url('../images/SM_Home_15.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-content-wrapper.southside.book {
    background-image: linear-gradient(180deg, var(--sm-dark-blue) 25%, transparent), url('../images/SM_Home_23.webp');
  }

  .content-wrap.services-wrapper-copy {
    width: 80%;
  }

  .home-3-number {
    font-size: 36px;
  }

  .first-number-wrap {
    width: 39%;
    padding-left: 20px;
    padding-right: 55px;
  }

  .home-3-number-text {
    width: 80%;
  }

  .home-3-number-text.width-enter {
    width: 100%;
  }

  .home-3-wrapper {
    width: 45%;
    padding-left: 20px;
    padding-right: 25px;
  }

  .bottom-banner-number-wrap {
    grid-column-gap: 30px;
    justify-content: flex-start;
    width: 52%;
  }

  .bottom-banner-number-wrap.width {
    width: 100%;
  }

  .tab-link-tab-1-2 {
    width: 44%;
  }

  .tab-link-tab-1-2.w--current {
    width: 45%;
  }

  .tabs-menu-2 {
    grid-column-gap: 20px;
    justify-content: space-between;
  }

  .tab-link-tab-2-2 {
    width: 51%;
  }

  .home-3-logo-wrap {
    width: 31.6%;
  }

  .home-3-right-image {
    max-width: 520px;
    margin-left: auto;
  }

  .about-us-center-banner-wrap {
    grid-column-gap: 50px;
  }

  .about-us-center-banner-wrap.our-team, .about-us-center-banner-wrap.career {
    grid-column-gap: 30px;
  }

  .about-us-banner-image {
    margin-top: 100px;
  }

  .about-us-right-banner-wrap {
    width: 38%;
  }

  .about-us-right-banner-wrap.width-our-team, .about-us-right-banner-wrap.career {
    width: 35%;
  }

  .about-us-left-banner-wrap {
    width: 60%;
  }

  .our-team-banner-image {
    margin-top: 100px;
  }

  .collection-item {
    height: 400px;
  }

  .contact-us-heading {
    width: 70%;
  }

  .first-number-blue-wrap {
    width: 45%;
    padding-left: 20px;
    padding-right: 55px;
  }

  .blue-wrapper {
    width: 55%;
    padding-left: 20px;
    padding-right: 25px;
  }

  .description.width {
    width: 90%;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.home-banner {
    min-height: 115vh;
  }

  .nav-menu {
    width: 53%;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-item-title.link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-item-title.dark-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-list-item {
    width: 31.6%;
  }

  .service-list-item-description {
    width: 93%;
  }

  .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;
  }

  .brand.w--current {
    width: 12%;
  }

  .home-bg-video {
    min-height: 115vh;
  }

  .home-banner-wrapper {
    margin-top: 40px;
  }

  .blue-block {
    margin-top: -75px;
  }

  .medium-title.width-title {
    width: 83%;
  }

  .paragraph.left-white-text {
    display: block;
  }

  .left-images-wrapper.home-3 {
    width: 80%;
    max-width: 945px;
  }

  .left-blue-wrapper {
    width: 56%;
  }

  .left-blue-wrapper.home-3 {
    min-height: 740px;
    padding: 80px 60px 80px 80px;
  }

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

  .absolute-image {
    height: 840px;
  }

  .absolute-wrapper {
    width: 42%;
    height: 840px;
  }

  .header-button-wrapper {
    grid-column-gap: 30px;
    width: 23%;
  }

  .logo {
    width: 250px;
  }

  .home-2-right-wrap {
    width: 53%;
  }

  .home-2-banner-image {
    width: 250px;
    height: 250px;
  }

  .home-2-banner-image-2 {
    width: 350px;
    height: 370px;
    right: 0%;
  }

  .dots-absolute-wrapper {
    background-position: 38% 55%;
    background-size: 112%;
  }

  .home-5-testimonials-slider-mask-2 {
    width: 63%;
  }

  .left-arrow-intro.right-arrow {
    left: 5.5%;
  }

  .home-5-testimonials-slider-2 {
    margin-left: 135px;
  }

  .testimonials-wrap-left {
    width: 19%;
  }

  .t-estimonials-slide {
    width: 52%;
  }

  .home-3-banner-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-content-wrapper {
    margin-left: 50px;
    margin-right: 50px;
  }

  .section-content-wrapper.southside.book {
    background-position: 0 0, 50% 20%;
  }

  .section-content-wrapper.southside.fees {
    background-position: 0 0, 50% 75%;
  }

  .section-content-wrapper.southside.gallery {
    background-position: 0 0, 50% 20%;
  }

  .home-3-services-wrapper {
    width: 60%;
  }

  .home-3-right-image {
    width: 42%;
  }
}

@media screen and (min-width: 1920px) {
  .section.home-banner {
    min-height: 95vh;
  }

  .section.home-2-spacing {
    margin-top: -155px;
    padding-top: 255px;
  }

  .nav-menu {
    width: 39%;
  }

  .banner-description {
    max-width: 380px;
  }

  .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;
  }

  .brand.w--current {
    width: 9%;
  }

  .home-bg-video {
    min-height: 95vh;
  }

  .banner-button-wrapper.home-3 {
    margin-top: 100px;
  }

  .paragraph.tighter {
    letter-spacing: -.25px;
  }

  .left-services-wrapper.width {
    width: 50%;
  }

  .services-wrapp {
    grid-column-gap: 140px;
  }

  .left-images-wrapper.home-2 {
    height: 995px;
  }

  .absolute-wrapper {
    width: 40%;
  }

  .header-button-wrapper {
    width: 17%;
  }

  .home-2-right-wrap {
    width: 54%;
    min-height: 546px;
    overflow: visible;
  }

  .home-2-banner-image {
    width: 275px;
    height: 290px;
  }

  .home-2-banner-image-2 {
    width: 440px;
    height: 450px;
    right: -16.5%;
  }

  .dots-absolute-wrapper {
    background-position: 215% 13%;
    background-size: 103%;
  }

  .home-5-testimonials-slider-mask-2 {
    width: 60%;
  }

  .left-arrow-intro {
    bottom: 38%;
  }

  .left-arrow-intro.right-arrow {
    bottom: 38%;
    left: 4%;
  }

  .home-5-testimonials-slider-2 {
    margin-left: 375px;
  }

  .t-estimonials-slide {
    width: 32%;
    margin-left: 0;
  }

  .white-overlay-home-2 {
    width: 29%;
  }

  .home-3-banner-wrapper {
    padding: 80px 40px;
  }

  .section-content-wrapper.services-details, .section-content-wrapper.research-details, .section-content-wrapper.blog, .section-content-wrapper.research, .section-content-wrapper.changelog, .section-content-wrapper.licensing {
    min-height: 500px;
  }

  .section-content-wrapper.southside {
    background-position: 0 0, 50% 60%;
  }

  .section-content-wrapper.southside.book {
    background-position: 0 0, 50% 35%;
  }

  .section-content-wrapper.southside.faqs {
    background-position: 0 0, 50%;
  }

  .section-content-wrapper.southside.fees {
    background-position: 0 0, 50% 65%;
  }

  .section-content-wrapper.southside.about {
    background-position: 0 0, 50% 60%;
  }

  .section-content-wrapper.southside.personal-health-check {
    background-position: 0 0, 50% 70%;
  }

  .section-content-wrapper.southside.gallery {
    background-position: 0 0, 50% 25%;
  }

  .content-wrap.services-wrapper {
    width: 70%;
  }

  .home-3-services-wrapper {
    width: 34%;
    margin-right: auto;
  }
}

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

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  blockquote {
    font-size: 30px;
  }

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

  .section.banner-testimonials, .section.about-us-banner {
    padding-top: 120px;
  }

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

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

  .section.home-banner {
    min-height: 90vh;
  }

  .section.top-spacing {
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .section.dark-services-bg {
    padding-bottom: 80px;
  }

  .section.home-2-banner {
    padding-bottom: 40px;
  }

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

  .section.home-2-bg.top-space {
    padding-top: 100px;
  }

  .section.home-2-spacing {
    margin-top: -100px;
    padding-top: 180px;
  }

  .section.home-2-top-spacing {
    padding-top: 80px;
  }

  .section.overflow {
    padding-bottom: 80px;
  }

  .section.home-3-blue-bg {
    padding-top: 200px;
    padding-bottom: 55px;
  }

  .section.home-3-top-spacing {
    padding-top: 160px;
  }

  .section.light-background-about-us {
    margin-top: -160px;
    padding-top: 240px;
  }

  .section.our-team-section {
    padding-bottom: 305px;
  }

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

  .section.display {
    grid-row-gap: 50px;
    flex-direction: column;
    padding-bottom: 80px;
  }

  .section.blog-post {
    padding-top: 120px;
  }

  .section.blog-details {
    padding-bottom: 80px;
  }

  .section.home-2-bg-copy {
    padding-bottom: 100px;
  }

  .section._140 {
    padding: 80px 10px;
  }

  .section._140.reduced-top-space {
    padding-top: 60px;
  }

  .section._80 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section._80.no-left-right-padding.extra-top-space {
    padding-top: 120px;
  }

  .section.logo-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .base-container.top-space, .base-container.top-space.services {
    padding-bottom: 70px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

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

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .primary-button.navbar-tablet {
    border-color: var(--sm-dark-blue);
    background-color: var(--sm-dark-blue);
    margin-top: 20px;
    display: flex;
  }

  .primary-button.navbar-tablet:hover {
    background-color: var(--sm-light-blue);
    color: var(--white);
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

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

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
  }

  .nav-dropdown-link.w--current {
    font-weight: 500;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title {
    color: var(--primary-dark);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
  }

  .nav-item-title.link {
    color: var(--primary-dark);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-item-title.dark-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .pages-banner {
    min-height: 300px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-title {
    text-align: center;
    font-size: 60px;
  }

  .banner-title.width, .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-collection-list.tablet-center {
    justify-content: center;
  }

  .blog-grid-content-wrapper.mobile-center-copy {
    justify-content: space-between;
    min-height: 323px;
  }

  .blog-grid-item {
    width: 48.16%;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 20px;
    justify-content: center;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .values-wrapper {
    flex-wrap: wrap-reverse;
  }

  .values-wrapper.top-space {
    margin-top: 60px;
  }

  .values-image-wrapper {
    width: 100%;
    max-height: 400px;
  }

  .values-image-wrapper.bigger {
    max-height: 600px;
  }

  .values-content-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .values-counter-wrapper {
    border-top-style: none;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .paragraph-large.tablet-center {
    text-align: center;
  }

  .banner-title-wrapper.testimonial {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .banner-description.text-white, .banner-description.text-white-home-3 {
    text-align: center;
    max-width: none;
  }

  .banner-description.width {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-description.tablet-center {
    text-align: center;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .pricing-plan-item {
    width: 47%;
  }

  .comparing-table-plans-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .comparing-table-plan {
    width: 47%;
    margin-right: 15px;
  }

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

  .workflow-content-wrapper {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

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

  .workflow-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

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

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

  .accordion-item {
    padding: 10px 20px;
  }

  .contacts-wrapper {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts-content-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }

  .contacts-form-wrapper.no-bottom-space-mobile {
    padding-bottom: 0;
  }

  .contacts-detail.hidden-mobile {
    display: none;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    margin-bottom: 80px;
    padding-top: 80px;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-brand {
    justify-content: center;
    display: flex;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .footer-logo {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-shop-con {
    margin-right: 20px;
  }

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

  .search-section {
    margin-top: 110px;
    margin-bottom: 50px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 77%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-brand-description {
    text-align: center;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-content {
    flex-direction: column;
  }

  .headings-container {
    flex-wrap: wrap;
  }

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

  .service-list-item-image {
    min-height: auto;
  }

  .service-list-item {
    width: 47.9%;
  }

  .service-list-banner {
    padding-top: 120px;
  }

  .primary-button-white-with-shadow:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .secondary-button {
    justify-content: center;
  }

  .secondary-button.header {
    display: none;
  }

  .navbar-absolute {
    height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .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%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .menu-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger.absolute {
    position: absolute;
  }

  .brand-tablet {
    display: block;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
  }

  .shop-details-slider {
    height: 400px;
  }

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

  .coming-soon-form-main {
    justify-content: center;
  }

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

  .third-button.header {
    display: none;
  }

  .home-bg-video {
    min-height: 75vh;
  }

  .banner-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .home-banner-wrapper {
    align-items: center;
    width: 100%;
  }

  .home-banner-wrapper.home-2 {
    width: 100%;
  }

  .small-title.dark-text.hidden-mobile {
    display: none;
  }

  .small-title.tablet-center {
    text-align: center;
  }

  .banner-button-wrapper {
    margin-top: 10px;
  }

  .blue-block {
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: -90px;
  }

  .medium-title {
    text-align: left;
  }

  .medium-title.text-white, .medium-title.text-white-copy, .medium-title.width, .medium-title.tablet-center, .medium-title.width-title, .medium-title.width-title {
    text-align: center;
  }

  .left-wrapper {
    grid-row-gap: 40px;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .right-text {
    text-align: center;
    width: 100%;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .text-wrapper {
    width: 85%;
  }

  .text-wrapper.width {
    width: 100%;
  }

  .benefits-cards-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .benefits-card-wrap.pricing {
    height: 330px;
  }

  .benefits-card-wrap.height-research {
    height: 445px;
  }

  .benefits-card-wrap.contact-us-height {
    height: 360px;
  }

  .paragraph.width {
    text-align: center;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.text-center-tablet, .paragraph.white-text-center {
    text-align: center;
  }

  .paragraph.home-3-width {
    text-align: center;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.width-about-us {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.services {
    text-align: center;
    width: 70%;
  }

  .paragraph.white.centre-mobile {
    text-align: center;
  }

  .paragraph.bottom-space {
    text-align: left;
  }

  .paragraph.bottom-space.mobile-none {
    margin-bottom: 0;
  }

  .home-1-services-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .left-services-wrapper {
    align-items: center;
    width: 100%;
  }

  .left-services-wrapper.width {
    width: 100%;
    padding-bottom: 0;
  }

  .right-services-wrapper {
    width: 100%;
  }

  .services-button-wrapper.home-3 {
    justify-content: center;
  }

  .wrapper-with-content {
    align-items: center;
    width: 61%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-with-content.width {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-with-content.home-2, .wrapper-with-content.width-about-us {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-with-content.our-team {
    width: 100%;
  }

  .wrapper-with-content.reasearch {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-logo-wrapper {
    flex-wrap: wrap;
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bottom-logo-wrapper.pricing {
    padding-bottom: 80px;
  }

  .bottom-logo-wrapper.logo-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .logo-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-image {
    width: 250px;
  }

  .logo-image.bigger {
    width: 300px;
  }

  .services-wrapp {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .services-wrapp.home-2 {
    grid-row-gap: 70px;
    background-position: 35% 53%, 93% 3%;
  }

  .services-wrapp.home-3 {
    width: 100%;
  }

  .left-images-wrapper {
    justify-content: center;
    width: 100%;
  }

  .left-images-wrapper.home-2 {
    width: 90%;
    height: 905px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-images-wrapper.home-3 {
    height: 430px;
  }

  .left-images-wrapper.about-us {
    width: 100%;
  }

  .right-image {
    width: 43%;
    height: 470px;
  }

  .left-image {
    width: 53%;
  }

  .white-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
    padding-right: 50px;
  }

  .right-wrapper-with-image {
    grid-row-gap: 50px;
    background-position: 0 0, 50% 25%;
    justify-content: flex-start;
    width: 90%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .left-blue-wrapper {
    width: 100%;
  }

  .left-blue-wrapper.home-3 {
    align-items: center;
    min-height: 790px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-blue-wrapper.alternate {
    min-height: 500px;
  }

  .contact-us-cta {
    align-items: center;
  }

  .absolute-image {
    min-height: 400px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .form-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .tooltip-image {
    width: 204px;
    right: -2%;
  }

  .locator-image {
    width: 30px;
  }

  .absolute-wrapper {
    width: 80%;
    height: auto;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .footer-block {
    grid-row-gap: 30px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .header-button-wrapper {
    margin-left: auto;
  }

  .menu-wraper {
    flex-direction: column;
  }

  .logo {
    width: 250px;
  }

  .logo.absolute {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .reserchers-item-wrapper {
    width: 30%;
  }

  .reserchers-item-wrapper.width {
    width: 47%;
  }

  .reserchers-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .services-image.second {
    width: 39%;
    bottom: -30px;
    right: 9%;
  }

  .services-image.last {
    width: 39%;
    left: 9%;
  }

  .services-image.third {
    width: 39%;
    top: 80px;
    right: 9%;
  }

  .services-image.fourth {
    width: 39%;
    left: 9%;
  }

  .home-2-banner-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .home-2-right-wrap {
    grid-column-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    width: 71%;
    min-height: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-2-banner-image {
    width: 200px;
    position: static;
  }

  .home-2-banner-image-2 {
    width: 300px;
    height: 340px;
    margin-bottom: auto;
    position: static;
  }

  .dots-absolute-wrapper {
    background-position: 28% -110%;
    background-size: 108%;
    width: 100%;
    height: 60%;
  }

  .home-2-services-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    padding: 40px;
  }

  .home-5-testimonials-slider-mask-2 {
    width: 62%;
  }

  .t-estimonials-slide {
    background-size: auto 50px, auto 150px;
    height: 380px;
  }

  .left-arrow-intro {
    bottom: 38%;
  }

  .left-arrow-intro.right-arrow {
    bottom: 38%;
    left: 9.5%;
  }

  .home-5-testimonials-slider-2 {
    padding-bottom: 0;
  }

  .testimonials-wrap-left {
    width: 51%;
  }

  .t-estimonials-slide {
    width: 93%;
    height: auto;
  }

  .left-arrow-intro-2 {
    bottom: 40px;
  }

  .home-3-banner-wrapper {
    align-items: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-content-wrapper.changelog {
    background-image: linear-gradient(#00378a80, #00378a80), linear-gradient(#0000001a, #0000001a), linear-gradient(#0000, #000000e6), url('../images/image_7image.webp');
    background-position: 0 0, 0 0, 0 0, 50% 32%;
    min-height: 300px;
  }

  .section-content-wrapper.licensing {
    min-height: 300px;
  }

  .section-content-wrapper.southside {
    background-image: linear-gradient(180deg, var(--sm-dark-blue) 20%, transparent), url('../images/SM_Home_15.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-content-wrapper.southside.fees, .section-content-wrapper.southside.gallery {
    background-position: 0 0, 50%;
  }

  .home-3-benefits-wrapper {
    grid-row-gap: 50px;
  }

  .benefits-wrapper {
    width: 46%;
  }

  .benefits-wrapper:nth-child(2n) {
    padding-bottom: 50px;
  }

  .home-3-services-image {
    width: 100%;
  }

  .content-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .content-wrap.services-wrapper {
    width: 100%;
  }

  .content-wrap.services-wrapper.wider {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: auto;
  }

  .content-wrap.services-wrapper-copy {
    width: 100%;
  }

  .home-3-number {
    font-size: 40px;
  }

  .first-number-wrap {
    width: 50%;
  }

  .home-3-number-text {
    width: 80%;
  }

  .home-3-number-text.width-enter, .home-3-number-text.tablet-center {
    margin-left: auto;
    margin-right: auto;
  }

  .home-3-wrapper {
    width: 50%;
  }

  .bottom-banner-number-wrap {
    justify-content: center;
    width: 58%;
  }

  .bottom-banner-number-wrap.width {
    grid-row-gap: 30px;
    flex-flow: column;
    width: 53%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu-2 {
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-tab-2-2 {
    width: 32%;
  }

  .tab-link-tab-2-3 {
    width: 31%;
  }

  .home-3-logo-wrap {
    width: 47%;
  }

  .home-3-right-image {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    height: 450px;
  }

  .home-3-cta-wrap {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .about-us-center-banner-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .about-us-center-banner-wrap.width {
    width: 100%;
  }

  .about-us-banner-image {
    margin-top: 60px;
  }

  .about-us-right-banner-wrap {
    grid-row-gap: 30px;
    align-items: center;
    width: 60%;
  }

  .about-us-right-banner-wrap.width-our-team, .about-us-right-banner-wrap.career {
    width: 80%;
  }

  .about-us-right-banner-wrap.smaller {
    width: 100%;
  }

  .about-us-left-banner-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .about-us-left-banner-wrap.career, .about-us-left-banner-wrap.wider {
    width: 100%;
  }

  .testimonial-text {
    font-size: 35px;
    line-height: 1.2em;
  }

  .our-team-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .our-team-image {
    width: 100%;
  }

  .team-member-wrapper {
    align-items: center;
    width: 47%;
  }

  .our-team-banner-image {
    margin-top: 80px;
  }

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

  .div-block-5 {
    min-height: 285px;
  }

  .wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    height: auto;
  }

  .right-absolute-image {
    width: 100%;
    height: 450px;
    position: static;
  }

  .primary-button-white-with-shadow-2:hover {
    opacity: 1;
  }

  .first-number-blue-wrap, .first-number-blue-wrap.wider, .blue-wrapper {
    width: 100%;
  }

  .section-title-wrap {
    max-width: 560px;
  }

  .labolatory-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .lab-item {
    width: 47%;
  }

  .div-block-6 {
    position: relative;
  }

  .checkout-page {
    padding-top: 120px;
  }

  .row {
    flex-direction: column;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .wrapper {
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .book-appointment {
    width: 100%;
  }

  .bottom-block, .bottom-block.services {
    margin-top: 40px;
  }

  .button-wrap-services.smaller {
    width: 50%;
  }

  .fees-quickstack {
    padding: 0;
  }

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

  .gallery-quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .gallery-quick-stack.bottom-space {
    margin-bottom: 40px;
  }

  .room-rental-quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

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

  h2 {
    font-size: 30px;
  }

  blockquote {
    font-size: 25px;
  }

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

  .section.about-us-banner {
    padding-top: 100px;
  }

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

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

  .section.home-banner {
    min-height: 80vh;
    display: block;
    overflow: hidden;
  }

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

  .section.home-2-banner {
    padding-top: 120px;
  }

  .section.home-2-bg {
    padding-bottom: 80px;
  }

  .section.home-2-bg.top-space {
    padding-top: 80px;
  }

  .section.home-2-spacing {
    margin-top: -80px;
    padding-top: 140px;
  }

  .section.home-2-top-spacing {
    padding-top: 60px;
  }

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

  .section.home-3-banner {
    padding-top: 80px;
  }

  .section.home-3-blue-bg {
    padding-top: 180px;
    padding-bottom: 20px;
  }

  .section.home-3-top-spacing {
    padding-top: 140px;
  }

  .section.light-background-about-us {
    padding-top: 225px;
  }

  .section.our-team-section {
    padding-bottom: 285px;
  }

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

  .section.services-detaiils, .section.research {
    padding-top: 80px;
  }

  .section.display {
    grid-row-gap: 40px;
    padding-bottom: 60px;
  }

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

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

  .section.home-2-bg-copy {
    padding-bottom: 80px;
  }

  .section._140 {
    padding: 60px 20px;
  }

  .section._140.reduced-top-space, .section._140.reduced-top-space-80 {
    padding-top: 60px;
  }

  .section._80 {
    padding: 60px 20px;
  }

  .section._80.no-left-right-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .section._80.no-left-right-padding.extra-top-space {
    padding-top: 100px;
  }

  .base-container.top-space, .base-container.top-space.services {
    padding-bottom: 60px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

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

  .spacing-system-column {
    margin-top: 20px;
  }

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

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-container {
    margin-top: 20px;
  }

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

  .style-guide-body-wrapper, .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

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

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-dropdown-list.megamenu {
    padding-left: 40px;
  }

  .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;
  }

  .banner-title {
    text-align: center;
    font-size: 46px;
  }

  .banner-title.about-us-title {
    font-size: 46px;
  }

  .banner-title.size {
    font-size: 48px;
  }

  .banner-title.size-white {
    font-size: 50px;
  }

  .banner-title.size-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-content-wrapper, .blog-grid-content-wrapper.mobile-center-copy {
    min-height: auto;
  }

  .blog-grid-item {
    width: 100%;
  }

  .blog-template-pagination {
    flex-direction: column;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

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

  .values-wrapper {
    grid-row-gap: 20px;
  }

  .values-content-wrapper {
    align-items: center;
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .values-content-wrapper.services {
    align-items: flex-start;
    width: 100%;
  }

  .values-counter-wrapper {
    padding-top: 10px;
  }

  .banner-description.text-white {
    text-align: center;
  }

  .banner-description.text-white-home-3 {
    text-align: center;
    width: 100%;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 40px;
  }

  .pricing-plan-item {
    width: 80%;
  }

  .comparing-table-plans-wrapper {
    grid-row-gap: 30px;
  }

  .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-right: 0;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

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

  .workflow-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

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

  .accordion-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .contacts-wrapper {
    grid-row-gap: 25px;
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

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

  .search-shop-con {
    margin-left: 0;
  }

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

  .search-section {
    margin-bottom: 40px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .block-quote-wrapper {
    margin-bottom: 60px;
  }

  .block-quote-name {
    font-size: 16px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

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

  .service-list-item-image {
    min-height: auto;
  }

  .service-list-item {
    width: 100%;
  }

  .service-list-banner {
    padding-top: 100px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .tabs-menu {
    border-bottom-style: none;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tabs-menu.spacing {
    margin-bottom: 40px;
    margin-left: 0;
  }

  .secondary-button {
    justify-content: center;
  }

  .right-arrow {
    right: 0;
  }

  .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;
  }

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

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .home-bg-video {
    min-height: 70vh;
  }

  .banner-line {
    width: 470px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .home-banner-wrapper {
    align-items: center;
  }

  .blue-block {
    margin-top: -65px;
    padding: 35px;
  }

  .medium-title.mobile-center-text, .medium-title.text-white-copy {
    text-align: center;
  }

  .medium-title.width, .medium-title.width-title, .medium-title.width-title, .text-wrapper {
    width: 100%;
  }

  .benefits-cards-wrapper {
    margin-top: 40px;
  }

  .benefits-card-wrap.pricing, .benefits-card-wrap.height-research, .benefits-card-wrap.contact-us-height {
    height: auto;
  }

  .paragraph.width {
    text-align: center;
    width: 90%;
  }

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

  .paragraph.home-3-width {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.width-about-us {
    text-align: center;
    width: 90%;
  }

  .paragraph.services {
    width: 100%;
  }

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

  .benefits-image.hidden-desktop {
    display: inline-flex;
  }

  .home-1-services-wrapper {
    grid-row-gap: 40px;
  }

  .left-services-wrapper.width {
    padding-top: 0;
  }

  .tab-services-link {
    border-bottom: 1px solid #838b934d;
    padding-top: 20px;
    font-size: 20px;
  }

  .tab-services-link.w--current {
    padding-top: 20px;
  }

  .services-collection-item {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .services-small-image {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .services-button-wrapper.home-2 {
    margin-top: 0;
  }

  .services-details-text-wrapper {
    align-items: center;
  }

  .wrapper-with-content {
    width: 100%;
    margin-right: 0;
  }

  .wrapper-with-content.home-2 {
    width: 99%;
  }

  .wrapper-with-content.width-about-us, .wrapper-with-content.reasearch {
    width: 100%;
  }

  .wrap-with-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-logo-wrapper {
    margin-top: 50px;
  }

  .bottom-logo-wrapper.pricing {
    padding-bottom: 60px;
  }

  .bottom-logo-wrapper.logo-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo-wrapper {
    flex-flow: column;
  }

  .logo-image {
    width: 225px;
  }

  .logo-image.bigger {
    width: 300px;
  }

  .services-wrapp.home-2 {
    background-position: 35% 48%, 93% 3%;
  }

  .left-images-wrapper.home-2 {
    width: 100%;
    height: 800px;
  }

  .right-image {
    height: 400px;
  }

  .left-image {
    height: 250px;
  }

  .white-wrap {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-wrapper-with-image {
    background-position: 0 0, 50% 25%;
    width: 100%;
    height: 500px;
  }

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

  .numbers-wrapper.hidden-mobile {
    display: none;
  }

  .left-blue-wrapper {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }

  .left-blue-wrapper.alternate {
    align-items: center;
    min-height: 500px;
  }

  .contact-us-cta {
    margin-top: 40px;
  }

  .absolute-image {
    width: 90%;
  }

  .form-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .pricing-wrapper-with-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .tooltip-image {
    width: 185px;
    display: none;
    right: -4.5%;
  }

  .locator-image {
    width: 25px;
  }

  .absolute-wrapper {
    width: 90%;
  }

  .footer-block {
    width: 100%;
  }

  .header-button-wrapper {
    width: 13%;
    margin-left: auto;
    display: flex;
  }

  .reserchers-item-wrapper, .reserchers-item-wrapper.width {
    width: 100%;
  }

  .services-image.second {
    width: 42%;
    right: 6%;
  }

  .services-image.last {
    width: 42%;
    left: 6%;
  }

  .services-image.third {
    width: 42%;
    right: 6%;
  }

  .services-image.fourth {
    width: 42%;
    left: 6%;
  }

  .home-2-banner-wrapper {
    grid-row-gap: 40px;
  }

  .home-2-right-wrap {
    justify-content: flex-start;
    width: 100%;
  }

  .dots-absolute-wrapper {
    background-position: 47% -136%;
    background-size: 142%;
    height: 64%;
  }

  .home-2-services-wrapper {
    grid-row-gap: 20px;
  }

  .testimonials-title {
    text-align: center;
    width: 100%;
  }

  .home-5-testimonials-slider-mask-2 {
    width: 100%;
  }

  .t-estimonials-slide {
    background-position: -4% 65%, 98% 92%;
    width: 100%;
    height: 300px;
    margin-right: 0;
  }

  .left-arrow-intro {
    top: auto;
    bottom: 0%;
    left: 38%;
  }

  .left-arrow-intro.right-arrow {
    inset: auto 38% 0% auto;
  }

  .home-5-testimonials-slider-2 {
    flex-direction: column;
    height: 570px;
    margin-left: 0;
    padding-bottom: 80px;
    padding-left: 15px;
  }

  .testimonials-wrap-left {
    align-items: center;
    width: 90%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .t-estimonials-slide {
    width: 97%;
    height: auto;
    margin-right: 30px;
  }

  .white-overlay-home-2 {
    display: none;
  }

  .left-arrow-intro-2 {
    inset: auto 0% 0% -150px;
  }

  .home-3-banner-wrapper {
    align-items: center;
  }

  .section-content-wrapper {
    padding-top: 20px;
  }

  .section-content-wrapper.changelog, .section-content-wrapper.licensing {
    min-height: 250px;
  }

  .home-3-benefits-wrapper {
    grid-row-gap: 40px;
  }

  .benefits-wrapper {
    border-bottom: 1px solid #ffffff4d;
    width: 100%;
  }

  .benefits-wrapper:nth-child(odd), .benefits-wrapper:nth-child(2n), .benefits-wrapper:first-child {
    padding-bottom: 40px;
  }

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

  .content-wrap.services-wrapper.wider {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-3-number {
    font-size: 32px;
  }

  .home-3-number-text {
    justify-content: center;
    align-items: center;
  }

  .bottom-banner-number-wrap {
    width: 66%;
  }

  .bottom-banner-number-wrap.width {
    grid-row-gap: 30px;
    flex-flow: column;
    width: 65%;
  }

  .tab-link-tab-2-2 {
    width: 46%;
  }

  .tabs-content-3 {
    margin-top: 40px;
  }

  .tab-link-tab-2-3 {
    width: 43%;
  }

  .home-3-logo-wrapper {
    margin-top: 40px;
  }

  .home-3-logo-wrap {
    padding: 40px 60px;
  }

  .about-us-center-banner-wrap {
    grid-row-gap: 40px;
  }

  .about-us-banner-image {
    height: 300px;
    margin-top: 60px;
  }

  .about-us-right-banner-wrap {
    width: 80%;
  }

  .about-us-right-banner-wrap.width-our-team, .about-us-right-banner-wrap.career {
    width: 100%;
  }

  .testimonial-text {
    font-size: 30px;
    line-height: 1.5em;
  }

  .our-team-wrapper {
    margin-top: 40px;
  }

  .our-team-banner-image {
    height: 300px;
    margin-top: 60px;
  }

  .collection-list {
    grid-row-gap: 30px;
  }

  .div-block-5 {
    min-height: auto;
  }

  .right-absolute-image {
    height: 350px;
  }

  .first-number-blue-wrap, .blue-wrapper {
    width: 100%;
  }

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

  .labolatory-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .lab-item {
    width: 100%;
    padding-top: 80px;
  }

  .checkout-page {
    padding-top: 100px;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .h2-heading.centre-mobile {
    text-align: center;
  }

  .button-wrap-services {
    margin-left: auto;
    margin-right: auto;
  }

  .button-wrap-services.smaller {
    width: 80%;
  }

  .payment-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section.home-banner {
    min-height: 740px;
  }

  .section.bg-image {
    background-image: linear-gradient(#0006, #0006), url('../images/SM_Home_15.webp');
    background-position: 0 0, 40%;
  }

  .section.home-2-banner {
    padding-top: 100px;
    padding-bottom: 25px;
  }

  .section.home-2-bg.top-space {
    padding-top: 60px;
  }

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

  .section.light-background-about-us {
    margin-top: -215px;
    padding-top: 270px;
  }

  .section._140.reduced-top-space {
    padding-top: 60px;
  }

  .section._80.no-left-right-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .section._80.no-left-right-padding.extra-top-space {
    padding-top: 80px;
  }

  .base-container.top-space {
    padding-bottom: 50px;
  }

  .base-container.top-space.services {
    padding-bottom: 70px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

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

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  .banner-title {
    font-size: 38px;
  }

  .banner-title.text-center {
    font-size: 42px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-grid-content-wrapper.mobile-center-copy {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-grid-item-description.mobile-center-copy {
    text-align: center;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .values-content-wrapper {
    width: auto;
    margin-bottom: 15px;
  }

  .values-counter-wrapper {
    padding-top: 10px;
  }

  .pricing-plan-item {
    width: 100%;
  }

  .accordion-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contacts-wrapper {
    grid-row-gap: 25px;
  }

  .contacts-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

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

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

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-logo {
    width: 250px;
  }

  .search-shop-con {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-logo-wrapper {
    grid-row-gap: 20px;
  }

  .service-list-item-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .tabs-menu.spacing {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .secondary-button {
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

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

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

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

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

  .shop-details-slider {
    height: 350px;
  }

  .shop-details-left-arrow {
    margin-left: 10px;
  }

  .shop-details-right-arrow {
    margin-right: 10px;
  }

  .shop-details-content-block {
    align-items: center;
  }

  .shop-details-title, .shop-details-subtitle {
    text-align: center;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .error-message.dark {
    line-height: 1.2em;
  }

  .third-button.secondary-with-icon {
    grid-column-gap: 20px;
  }

  .home-bg-video {
    min-height: 740px;
  }

  .banner-line {
    width: 320px;
  }

  .small-title.dark-text {
    text-align: center;
  }

  .blue-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .left-wrapper {
    width: 100%;
  }

  .benefits-card-wrap {
    align-items: center;
  }

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

  .paragraph {
    text-align: left;
  }

  .paragraph.width {
    width: 100%;
  }

  .paragraph.left-white-text.wider {
    text-align: center;
  }

  .paragraph.white-text, .paragraph.blue-text-left {
    text-align: left;
  }

  .paragraph.home-3-width {
    width: 100%;
  }

  .paragraph.wrap {
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .paragraph.width-about-us {
    width: 100%;
  }

  .paragraph.left-white-text {
    grid-row-gap: 5px;
    text-align: left;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .paragraph.bottom-space.mobile-none, .paragraph.centre-mobile {
    text-align: center;
  }

  .tab-services-link {
    border-bottom-style: none;
  }

  .services-small-image {
    height: 200px;
  }

  .title {
    text-align: center;
  }

  .bottom-logo-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

  .logo-image {
    width: 200px;
  }

  .logo-image.bigger {
    width: 225px;
  }

  .services-wrapp.home-2 {
    background-position: 35% 32%, 98% 5%;
    background-size: 33%, 33%;
  }

  .left-images-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .left-images-wrapper.home-2 {
    height: 530px;
    min-height: 490px;
    max-height: 530px;
  }

  .right-image {
    object-position: 50% 0%;
    width: 100%;
  }

  .left-image {
    width: 100%;
  }

  .white-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-wrapper-with-image {
    background-position: 0 0, 50%;
    height: 450px;
  }

  .numbers-wrap {
    padding-left: 20px;
  }

  .bottom-text {
    padding: 20px;
  }

  .left-blue-wrapper {
    width: 100%;
  }

  .left-blue-wrapper.home-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-blue-wrapper.alternate {
    align-items: center;
    min-height: 400px;
  }

  .contact-us-input.mobile {
    font-size: 16px;
  }

  .absolute-image {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-area.height {
    font-size: 18px;
  }

  .tooltip-image {
    display: none;
  }

  .locator-image {
    width: 13px;
  }

  .absolute-wrapper, .dark-hover-wrapper {
    width: 100%;
  }

  .div-block-3 {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .header-button-wrapper {
    width: 21%;
    margin-left: auto;
    padding-right: 20px;
  }

  .logo, .logo.absolute {
    width: 225px;
    height: 48px;
  }

  .reserchers-item-wrapper.home-2-slider {
    height: 450px;
  }

  .services-image.second {
    width: 40%;
    right: 7%;
  }

  .services-image.last {
    width: 40%;
    left: 7%;
  }

  .services-image.third {
    width: 40%;
    right: 7%;
  }

  .services-image.fourth {
    width: 40%;
    left: 7%;
  }

  .home-2-right-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    min-height: 340px;
  }

  .home-2-banner-image {
    margin-right: auto;
    display: none;
  }

  .home-2-banner-image-2 {
    width: 280px;
    height: 300px;
    margin-top: auto;
    margin-bottom: 0;
  }

  .dots-absolute-wrapper {
    background-position: 42% 38%;
    background-size: 215%;
    height: 60%;
  }

  .home-2-services-wrapper {
    padding: 35px;
  }

  .home-5-testimonials-slider-mask-2 {
    margin-top: 0;
  }

  .left-arrow-intro {
    left: 31.5%;
  }

  .left-arrow-intro.right-arrow {
    right: 31.5%;
  }

  .home-5-testimonials-slider-2 {
    height: 705px;
    padding-right: 5px;
  }

  .testimonials-wrap-left {
    width: 100%;
  }

  .t-estimonials-slide {
    height: auto;
    padding: 0;
  }

  .home-3-banner-wrapper {
    padding: 40px 10px;
  }

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

  .section-content-wrapper.services-details, .section-content-wrapper.research-details, .section-content-wrapper.blog, .section-content-wrapper.research, .section-content-wrapper.changelog, .section-content-wrapper.licensing {
    border-radius: 0;
  }

  .section-content-wrapper.southside.book {
    background-position: 0 0, 50% 0;
  }

  .section-content-wrapper.southside.about {
    background-position: 0 0, 40%;
  }

  .section-content-wrapper.southside.gp-consultation {
    background-position: 0 0, 60%;
  }

  .section-content-wrapper.southside.personal-health-check {
    background-position: 0 0, 55%;
  }

  .content-wrap.services-wrapper.wider {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .first-number-wrap, .home-3-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-banner-number-wrap {
    grid-column-gap: 15px;
    width: 100%;
  }

  .bottom-banner-number-wrap.width {
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
  }

  .tab-link-tab-1-2.w--current {
    width: 100%;
  }

  .tabs-menu-2 {
    justify-content: flex-start;
  }

  .tab-link-tab-2-2, .tab-link-tab-2-3 {
    width: 100%;
  }

  .home-3-logo-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-3-logo-wrap {
    width: 47.5%;
    padding: 20px 40px;
  }

  .home-3-right-image {
    height: 350px;
  }

  .popular-wrap {
    top: 10px;
    right: 10px;
  }

  .about-us-banner-image {
    height: 400px;
  }

  .about-us-right-banner-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-text {
    font-size: 25px;
  }

  .our-team-image {
    object-fit: cover;
    object-position: 50% 32%;
    width: 90%;
    height: 250px;
  }

  .team-member-wrapper {
    width: 100%;
  }

  .our-team-banner-image {
    height: 400px;
  }

  .background-video {
    height: 300px;
  }

  .collection-item {
    width: 100%;
    height: 400px;
  }

  .contact-us-heading {
    text-align: center;
  }

  .first-number-blue-wrap, .blue-wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lab-item {
    padding-top: 90px;
  }

  .default-state.mobile-center {
    justify-content: center;
    display: flex;
  }

  .cart-image.size {
    width: 80px;
  }

  .shop-title-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .content-wrp {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .info {
    text-align: center;
    margin-bottom: 0;
  }

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

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .sub-heading.centre-mobile, .h2-heading.centre-mobile {
    text-align: center;
  }

  .bottom-block.services.coloured {
    padding: 20px;
  }

  .button-wrap-services.smaller {
    width: 100%;
  }

  .fees-box.smaller-padding-mobile {
    padding: 11px;
  }

  .payment-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blue-blood-block {
    padding: 20px;
  }

  .gallery-quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gallery-quick-stack.bottom-space {
    margin-bottom: 20px;
  }

  .room-rental-quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cell-2 {
    align-items: center;
  }
}

#w-node-_10c7f9d8-3091-73ba-3c94-f18694903587-9dc164e6 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-9dc16584, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-9dc16584, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-9dc16584, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-9dc16584, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-9dc16584, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-9dc16584, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-9dc16584, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-9dc16584, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-9dc16584, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-9dc16584, #w-node-_63e5c915-0975-ae92-cf64-5f652818cf09-9dc1658a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbaf6172-9cb3-5a67-5e72-00cf2ba11da0-169f400e, #w-node-_2407653e-5915-b711-9763-eb39222ae549-169f400e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_524bcef0-c40f-44d6-8b63-e181c43b04e7-169f400e {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b303050c-c3c6-44c1-cdd2-288cfdfe06bd-e2f8b297, #w-node-_7dffae39-118a-741e-97d8-cf89c5d62aac-e2f8b297, #w-node-_87c7046d-b959-160e-309b-39a086216e95-e2f8b297, #w-node-_25c9b028-6bb3-09fc-81a1-c07b7641be2d-e2f8b297, #w-node-_7ed048c0-1645-c075-82cd-60aea1df2715-e2f8b297, #w-node-fcb3878c-377d-dda6-c24d-0830ce416bcf-e2f8b297, #w-node-a9ea4c0d-722f-f308-a492-ca3bfa684768-e2f8b297 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fccdb18c-7125-dfaf-c58c-b60d6dd13d8a-ef4f55c9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c06cfb31-80d2-434a-813f-dbfd676c18c2-ed38a87c, #w-node-_03a9cf7b-756d-9034-7c17-8d47aaae359c-d5480366, #w-node-_03831e4d-3f31-26f0-bc52-6f53ff464b62-d5480366, #w-node-_6b955c9d-c787-b270-2ade-41463aac7d7a-d5480366 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_10c7f9d8-3091-73ba-3c94-f18694903587-9dc164e6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1ca7b63a-59d2-8027-0643-a76d66f2d2b2-c6ddd2d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fccdb18c-7125-dfaf-c58c-b60d6dd13d8a-ef4f55c9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dbaf6172-9cb3-5a67-5e72-00cf2ba11da0-169f400e, #w-node-_2407653e-5915-b711-9763-eb39222ae549-169f400e, #w-node-fccdb18c-7125-dfaf-c58c-b60d6dd13d8a-ef4f55c9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c06cfb31-80d2-434a-813f-dbfd676c18c2-ed38a87c, #w-node-_03a9cf7b-756d-9034-7c17-8d47aaae359c-d5480366, #w-node-_03831e4d-3f31-26f0-bc52-6f53ff464b62-d5480366, #w-node-_6b955c9d-c787-b270-2ade-41463aac7d7a-d5480366 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c06cfb31-80d2-434a-813f-dbfd676c18c2-ed38a87c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@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;
}