@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;
  --white: white;
  --new-blue: #0107cc;
  --grey: #9ca4ad;
  --second: var(--primary-dark);
  --transparent: #00183c00;
  --primary-light: #eaeef3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

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

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

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

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

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

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

body {
  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.without-bottom-spacing {
  padding-bottom: 0;
}

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

.section.without-top-spacing {
  background-color: var(--primary-dark);
  padding-bottom: 30px;
}

.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.bottom-section {
  padding-top: 0;
}

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

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

.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.without-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.base-container.position {
  padding-top: 80px;
  padding-left: 50px;
  padding-right: 40px;
  position: absolute;
  inset: 0%;
}

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

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

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  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: 20px;
  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.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;
}

.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-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: 215px;
  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: 700;
  transition: all .3s;
  display: flex;
}

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

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

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

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

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

.banner-title {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

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

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

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

.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-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 #9ca4ad4d;
  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(--grey);
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  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);
}

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

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

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

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

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

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

.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: 50px;
  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;
}

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

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

.hidden {
  display: none;
}

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

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

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

.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-logo {
  object-fit: cover;
  width: 160px;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.map-wrapper {
  position: relative;
  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;
}

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

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

.footer-rights-wrapper {
  flex-wrap: wrap;
  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);
}

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

.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.header {
  flex: none;
}

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

.home-bg-video.picture {
  background-image: url('../images/Lascado-main-background.svg'), linear-gradient(#0000004d, #0000004d), linear-gradient(#00378a66, #00378a66), linear-gradient(#05203b00, #051f3b);
  background-position: 290px -100px, 0 0, 0 0, 0 0;
  background-size: cover, auto, auto, auto;
}

.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;
  padding-bottom: 40px;
  display: flex;
}

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

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

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

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

.medium-title.text-white {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
}

.medium-title.center-text {
  color: var(--white);
  text-align: left;
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 500;
  display: flex;
}

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

.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;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
}

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

.text-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 70%;
  padding-left: 10px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-small-title {
  color: var(--primary);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

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

.footer-bottom-link {
  color: var(--grey);
  font-size: 18px;
}

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

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

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

.logo {
  width: 120px;
  max-width: 165px;
  height: 48px;
}

.logo.absolute {
  position: absolute;
}

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

.section-content-wrapper {
  background-image: url('../images/image_2image.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_1image.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-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;
}

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

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

.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-banner-image, .our-team-banner-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-height: 550px;
  margin-top: 80px;
}

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

.details-image {
  border-radius: 10px;
  width: 100%;
  margin-top: 60px;
}

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

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

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.hire-buttons:hover {
  color: #ffffffb3;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 5px 5px;
}

.view-our-templates {
  z-index: 1000;
  color: #000;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 143px;
  padding: 6px 8px 6px 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
  box-shadow: 0 1px 3px #0000001a;
}

.view-our-templates:hover {
  opacity: 1;
  color: #000;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.buy-this-template {
  z-index: 1000;
  color: #000;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 8px 6px 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
  box-shadow: 0 1px 3px #0000001a;
}

.buy-this-template:hover {
  opacity: 1;
  color: #000;
}

.link {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: var(--second);
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.logo-2 {
  width: 130px;
}

.navigation-menu {
  align-items: center;
  display: flex;
  position: static;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link {
  color: var(--white);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.navigation-link.w--current {
  color: #fff;
  -webkit-text-stroke-color: var(--white);
}

.navigation-link.w--current:hover {
  color: var(--second);
}

.section-large {
  background-color: var(--primary-dark);
  color: var(--white);
  padding: 20px 5%;
  position: relative;
}

.section-large.news {
  padding-bottom: 0;
}

.feature-outline-r {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  background-color: var(--primary-dark);
  border: 3px solid #f5f5f5;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-outline-r:hover {
  box-shadow: 0 24px 64px #d9d9d97a;
}

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

.container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.wrap-v-large-2 {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.feature-shape-a {
  flex: none;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: -32px -64px auto auto;
}

.wrap-v-x-small {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 12.9px;
  line-height: 1.2;
}

.paragraph-regular.big {
  text-align: justify;
  font-size: 14px;
  line-height: 1.4;
}

.h5-heading {
  color: var(--white);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.base-container-copy {
  background-color: var(--second);
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.m-team-inner-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.m-team-card-block {
  background-color: var(--primary-dark);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 184px;
  margin-bottom: 8px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-team-card {
  background-color: var(--second);
  color: #9c9eab;
  border: 2px solid #fff;
  border-radius: 24px;
  padding: 16px;
}

.m-subheading-large {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.m-subheading-large.m-text-color-gray-50 {
  color: #dedfe3;
}

.m-paragraph-small {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.m-team-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
}

.m-margin-bottom-04 {
  z-index: 1;
  margin-bottom: 4px;
  position: relative;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.body {
  background-color: #00183c;
}

.legal-link {
  grid-column-gap: 2px;
  color: #737373;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.legal-link:hover {
  color: #0a0a0a;
}

.section-regular {
  background-color: var(--primary-dark);
  padding: 0 5% 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-regular.bg-brown {
  background-color: var(--second);
  padding-top: 0;
  padding-bottom: 30px;
}

.newsletter-legal-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.newsletter-content {
  grid-row-gap: 32px;
  color: #0a0a0a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.footer-logo-3 {
  height: 32px;
}

.footer-logo-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.footer-newsletter {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--new-blue);
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 48px;
  display: flex;
}

.paragraph-small-3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small-3.text-color-gray-500 {
  color: #fff;
  margin-top: -33px;
  font-size: 10px;
}

.footer-link-4 {
  grid-column-gap: 2px;
  color: #404040;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link-4:hover {
  color: #0a0a0a;
}

.container-large-4 {
  z-index: 5;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-3 {
  color: var(--white);
  font-size: 14px;
}

.text-block-4, .text-block-5 {
  color: #fff;
  font-size: 14px;
}

.about-us {
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  background-color: var(--primary-dark);
  border: 1px #f5f5f5;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px 60px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us:hover {
  box-shadow: 0 24px 64px 0 var(--new-blue);
}

.h5-heading-2 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.caption-2-copy {
  letter-spacing: -.02em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.navigation-link-copy {
  color: var(--white);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link-copy:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.navigation-link-copy.w--current {
  color: #fff;
}

.section-2 {
  background-color: var(--second);
  background-image: url('../images/About-us-3.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-2.team {
  background-image: url('../images/Team.webp');
  border-radius: 0;
  padding-bottom: 100px;
}

.section-2.research {
  background-image: url('../images/About-us-3.webp');
}

.blog-card-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.blog-image-wrap {
  flex-direction: column;
  height: auto;
}

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

.subheading-large {
  color: var(--white);
  letter-spacing: -.5px;
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.blog-card-b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 30px 16px 16px;
  display: none;
}

.blog-card-c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.caption-uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.caption-uppercase.text-weight-medium {
  font-weight: 500;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.career-job-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.container-large-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.tag-leader {
  background-color: var(--white);
  color: #6a40bf;
  text-transform: uppercase;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.careers-card {
  grid-row-gap: 24px;
  border: 1px solid #e9eced;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 24px;
  display: flex;
}

.careers-job-title {
  color: var(--white);
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.careers-job-detail {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.careers-detail-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-large-3 {
  padding: 0 0% 60px;
  position: relative;
  overflow: visible;
}

.caption-medium {
  color: #1c2122;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.caption-medium.text-color-gray-600 {
  color: #607276;
}

.career-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.careers-all-page-wrap {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 224px;
  margin-top: 40px;
  margin-left: auto;
  display: flex;
}

.careers-page-numbers {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.careers-tag {
  text-transform: uppercase;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.careers-tag.red-tag {
  background-color: var(--white);
  color: var(--primary-dark);
}

.career-tag-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.careers-button {
  color: var(--primary-dark);
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #323c3e;
  border-radius: 100px;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

.careers-button:hover {
  color: #fff;
  background-color: #090bee;
  border-color: #1c2122;
}

.careers-dot {
  background-color: #ccd4d6;
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

.careers-page-number {
  color: #49575a;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.careers-page-number:hover {
  outline-offset: 0px;
  outline: 1px solid #ccd4d6;
}

.careers-page-number:active, .careers-page-number.active-button {
  color: #1c2122;
  background-color: #e9eced;
}

.icon-small-4 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.career-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.careers-chevron-wrap {
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.careers-chevron-wrap.default-button {
  color: #323c3e;
  flex: none;
}

.careers-chevron-wrap.disable-button {
  color: #b0bcbf;
  flex: none;
}

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

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

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

.image-2 {
  margin-right: 30px;
}

.team {
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  background-color: var(--primary-dark);
  border: 1px #f5f5f5;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 32px 32px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team:hover {
  box-shadow: 0 24px 64px 0 var(--new-blue);
}

.text-block-7, .text-block-9 {
  font-size: 10px;
}

.text-block-10 {
  color: var(--primary-dark);
  font-size: 10px;
}

.text-block-11 {
  padding-top: 10px;
  font-size: 14px;
}

.text-block-12 {
  font-size: 14px;
}

.careers-job-title-copy {
  color: var(--white);
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.careers-card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
}

.section-regular-2 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-2.bg-brown {
  background-color: #f9f7f700;
  padding: 0 0%;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.share-button {
  color: #171717;
  background-color: #f5f5f5;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.badge-l-icon {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #285d4e;
  background-color: #f4faf8;
  border: 1px solid #d6f0e5;
  align-items: center;
  padding: 4px 8px 4px 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.badge-l-icon.purple {
  color: #4b264b;
  background-color: #f0ebf0;
  border-color: #e2d9e2;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.badge-l-icon.blue {
  color: #27497c;
  background-color: #f3f6fc;
  border-color: #e8eef7;
  border-radius: 9px;
  padding: 5px 12px;
}

.wrap-h-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #171717;
  flex-direction: row;
  display: flex;
}

.h5-heading-3 {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
}

.careers-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.careers-detail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.career-name-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.subheading-small {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17.5px;
  line-height: 20px;
}

.subheading-small.news {
  font-size: 24px;
  line-height: 24px;
}

.badge {
  color: #285d4e;
  background-color: #f4faf8;
  border: 1px solid #d6f0e5;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.badge.yellow {
  color: #a26e06;
  background-color: #fefee7;
  border-color: #fffdc2;
}

.badge.brown {
  color: #78615e;
  background-color: #f8f6f6;
  border-color: #f2eeee;
}

.badge.blue {
  color: #27497c;
  background-color: #f3f6fc;
  border-color: #e8eef7;
}

.badge.purple {
  color: #4b264b;
  background-color: #f0ebf0;
  border-color: #e2d9e2;
}

.badge.red {
  color: #761e1e;
  background-color: #f6eaea;
  border-color: #eed8d8;
}

.paragraph-regular-2 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

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

.wrap-v-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.careers-logo {
  background-color: #e7e0df;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-color-gray-900 {
  color: var(--white);
  line-height: 17px;
}

.paragraph-small.text-color-gray-900.mall {
  font-size: 12px;
  line-height: 15px;
}

.paragraph-small.text-color-gray-900.mall.gray {
  color: var(--paragraph-gray);
}

.title-wrapper-s {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fav-button {
  color: #737373;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.container-large {
  z-index: 5;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.button-text {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.h4-heading {
  color: #030711;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.grid-cell-l {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.button-secondary-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #030711;
  background-color: #3898ec00;
  border: 1px solid #d1d5db;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-secondary-l:hover {
  background-color: #f6f7f9;
}

.button-secondary-l:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.button-secondary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.comparison-grid-row-s {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 16px;
  padding-right: 16px;
}

.comparison-grid-row-s.colored {
  background-color: #f9fafb;
  border-radius: 8px;
}

.comparison-wrap-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.section-regular-3 {
  padding: 96px 5%;
  position: relative;
}

.container-large-6 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-v-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.wrap-v-x-small-3.align-c {
  text-align: center;
  align-items: center;
}

.overline {
  color: #030711;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.caption {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.caption.text-color-gray-600 {
  color: #4b5563;
}

.comparison-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  overflow: auto;
}

.subheading {
  color: #4b5563;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.comparison-wrap {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-direction: column;
  display: flex;
}

.comparison-grid-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #e5e7eb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 40px;
  padding-right: 40px;
}

.button-primary-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.2px;
  background-color: #030711;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.grid-cell-feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.h6-heading {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-regular-3 {
  color: #030711;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.paragraph-regular-3.text-color-gray-600 {
  color: #4b5563;
}

.icon-x-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.title-wrapper-m {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-large-3 {
  color: #030711;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-large-3.text-color-gray-700 {
  color: #384252;
}

.comparison-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.pricing-detail-wrapper {
  text-align: center;
}

.comparison-helper {
  background-color: #f9fafb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
}

.scrollbar-css {
  display: none;
}

.h1-heading {
  color: #030711;
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.action-l {
  color: #030711;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.image-7 {
  border-radius: 50%;
  margin-right: 8px;
}

.table-action-icon {
  width: 22px;
  margin-right: 11px;
}

.table-action-icon:hover {
  opacity: .75;
}

.scroll-table-content {
  flex-direction: column;
  display: flex;
  overflow: visible;
}

.togglebutton {
  background-color: #e9e9e9;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 44px;
  height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.togglebutton.active {
  background-color: #4347e799;
  justify-content: flex-end;
}

.link-block-10 {
  margin-left: 10px;
}

.div-block-412 {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-411 {
  padding-left: 10px;
  padding-right: 20px;
}

.table-action-icon-2 {
  width: 22px;
}

.table-action-icon-2:hover {
  opacity: .75;
}

.table-action-icon-2.x {
  width: 16px;
}

.table-box {
  border: 1px #f9f9f9;
  flex-wrap: wrap;
  align-items: center;
  width: 18%;
  display: flex;
}

.table-box._2 {
  flex-wrap: nowrap;
  width: 18%;
}

.table-box._2.small {
  width: 11%;
}

.table-box._2.action {
  flex-direction: row;
  justify-content: flex-start;
  width: 7%;
  padding-left: 0;
  padding-right: 0;
}

.table-box.action {
  width: 7%;
}

.table-box._11 {
  width: 11%;
}

.table-row-nr {
  color: var(--white);
  font-weight: 500;
}

.table-arrows {
  opacity: .35;
  cursor: pointer;
  width: 15px;
  margin-right: 8px;
}

.table-arrows:hover {
  opacity: .6;
}

.table-arrows._2 {
  transform: rotate(180deg);
}

.buttontoggle {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  position: relative;
  box-shadow: 0 1px 3px #0003;
}

.buttontoggle._2 {
  background-color: #4347e7;
}

.table-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.text-span {
  background-color: #0000;
  border: 1px solid #a5a5b180;
  border-radius: 5px;
  padding: 4px 10px;
  display: inline-block;
}

.table-details-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.div-block-410 {
  justify-content: center;
  display: flex;
}

.link-block-12 {
  display: block;
}

.table-data {
  color: #fff;
  font-size: 13px;
}

.table-data.link {
  color: #fff;
  text-decoration: none;
}

.table-data.name {
  color: #fff;
  font-weight: 600;
}

.table-row {
  color: #9898a3;
  cursor: pointer;
  border-bottom: 1px solid #dce0ec;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: box-shadow .2s;
  display: flex;
}

.table-row:hover {
  color: #4347e7;
  box-shadow: 0 12px 10px #8e8fa30f;
}

.table-row.head {
  cursor: default;
}

.table-row.head:hover {
  box-shadow: none;
  background-color: #0000;
}

.table-row.head.hide {
  display: none;
}

.table-heading {
  color: #9898a3;
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  line-height: 18px;
}

.div-block-406 {
  justify-content: center;
  align-items: center;
  width: 3%;
  display: flex;
}

.div-block-406._2 {
  border: 1px #ececec;
}

.table_cell {
  background-color: #f2f2f200;
  min-width: 100px;
  padding: 15px 10px 10px 20px;
}

.table_header {
  text-align: left;
  background-color: #f4f4f40f;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

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

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

.section-news {
  background-color: #00183c;
  margin-top: 20px;
  padding: 20px 5%;
}

.collection-list-wrapper-5 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-413 {
  border: 2px solid var(--white);
  border-radius: 20px;
  padding: 24px;
}

.subheading-small-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 17.5px;
  line-height: 20px;
}

.subheading-small-copy.news {
  font-size: 24px;
  line-height: 24px;
}

.news-description {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.image-8 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.collection-item {
  margin-top: 30px;
}

.section-3 {
  background-color: var(--primary-dark);
  background-image: url('../images/About-us-3.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
}

.wrap-v-large-3 {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.caption-2-copy-2 {
  letter-spacing: -.02em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.container-large-7 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-large-4 {
  color: #fff;
  background-color: #00183c;
  padding: 20px 5%;
  position: relative;
}

.h5-heading-4 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.paragraph-regular-4 {
  margin-bottom: 0;
  font-size: 12.9px;
  line-height: 1.2;
}

.paragraph-regular-4.big {
  text-align: justify;
  font-size: 14px;
  line-height: 1.4;
}

.about-us-2 {
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  background-color: #00183c;
  border: 1px #f5f5f5;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px 60px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-us-2:hover {
  box-shadow: 0 24px 64px #0107cc;
}

.body-2 {
  background-color: #00183c;
}

.rich-text-block {
  margin-top: -140px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 80px;
  }

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

  .section.about-us-banner {
    padding-top: 0;
  }

  .section.without-top-spacing {
    background-color: #021a3a;
    padding-bottom: 20px;
  }

  .section.home-banner {
    min-height: 100vh;
  }

  .section.map-section {
    padding-bottom: 20px;
  }

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

  .section.services-detaiils, .section.research {
    padding-top: 110px;
  }

  .base-container {
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 0;
  }

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

  .headings-typography-wrapper {
    width: 48%;
  }

  .primary-button {
    background-color: var(--new-blue);
  }

  .nav-container {
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-menu {
    width: 55%;
    margin-left: auto;
    margin-right: 0;
  }

  .nav-dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-item-title {
    font-size: 18px;
  }

  .nav-item-title.link, .nav-item-title.dark-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-title {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .banner-title.about-us-title {
    font-size: 70px;
  }

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

  .nav-menu-wrapper {
    justify-content: space-between;
  }

  .footer {
    background-color: #00183c;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .footer-wrapper {
    border: 1px #000;
    margin-bottom: 80px;
    padding-top: 20px;
  }

  .footer-brand-wrapper {
    width: 34%;
  }

  .footer-brand {
    width: 165px;
  }

  .footer-brand.w--current {
    width: 200px;
  }

  .footer-logo {
    width: 250px;
  }

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

  .search-section {
    margin-bottom: 0;
  }

  .footer-brand-description {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .secondary-button {
    max-width: 23000px;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 18px;
  }

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

  .menu-wrap {
    justify-content: center;
  }

  .center-title {
    padding-right: 140px;
  }

  .brand.w--current {
    width: 14%;
  }

  .home-bg-video {
    min-height: 100vh;
  }

  .home-bg-video.picture {
    background-image: url('../images/Lascado-main-background.webp'), linear-gradient(#0000004d, #0000004d), linear-gradient(#00378a66, #00378a66), linear-gradient(#05203b00, #051f3b);
    background-position: 360px -150px, 0 0, 0 0, 0 0;
    background-size: cover, auto, auto, auto;
  }

  .home-banner-wrapper {
    margin-top: 0;
  }

  .small-title {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 23px;
  }

  .small-title.dark-text {
    color: var(--white);
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .blue-block {
    grid-column-gap: 100px;
    background-color: #0000fcbf;
    margin-top: -90px;
    padding: 50px;
  }

  .medium-title.text-white {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 38px;
    line-height: 1.3em;
  }

  .medium-title.center-text {
    color: var(--white);
    text-align: left;
    min-width: 1000px;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 50px;
  }

  .left-wrapper {
    width: 50%;
  }

  .right-text {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 18px;
  }

  .text-wrapper {
    align-items: flex-start;
    width: 59%;
  }

  .paragraph {
    color: var(--white);
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .paragraph.wrap {
    flex-direction: column;
    display: flex;
  }

  .services-wrapp {
    grid-column-gap: 100px;
  }

  .services-wrapp.home-3 {
    width: 60%;
  }

  .left-blue-wrapper.home-3 {
    min-height: 690px;
    padding: 55px;
  }

  .contact-us-cta {
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
  }

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

  .footer-heading {
    color: var(--white);
    font-family: Ubuntu, Helvetica, sans-serif;
  }

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

  .header-button-wrapper {
    width: 25%;
  }

  .logo {
    width: 160px;
  }

  .left-arrow-intro {
    bottom: 37%;
  }

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

  .home-3-right-image {
    max-width: 520px;
    margin-left: auto;
  }

  .about-us-center-banner-wrap {
    grid-column-gap: 50px;
  }

  .about-us-banner-image, .our-team-banner-image {
    margin-top: 100px;
  }

  .navigation {
    color: var(--white);
    background-color: #0000;
    padding-top: 35px;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 18px;
  }

  .logo-2 {
    width: 160px;
    margin-left: 40px;
    padding-left: 0;
  }

  .navigation-link {
    color: #fff;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 18px;
  }

  .navigation-link:hover {
    border-radius: 16px;
    font-size: 18px;
  }

  .navigation-link.w--current {
    color: var(--primary-dark);
    background-color: #fff;
    font-weight: 700;
  }

  .section-large {
    background-color: var(--primary-dark);
    color: var(--primary-dark);
    border: 0 #00183c00;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .section-large.news {
    background-color: var(--transparent);
  }

  .feature-outline-r {
    grid-row-gap: 40px;
    background-color: var(--primary-dark);
    color: var(--primary-light);
    border-style: solid;
    border-width: 3px;
    justify-content: space-between;
  }

  .feature-outline-r:hover {
    box-shadow: 0 24px 64px #0107cc;
  }

  .image-cover {
    width: 200px;
    max-width: 800px;
  }

  .grid-three-column {
    display: flex;
  }

  .paragraph-regular {
    color: var(--white);
    padding-top: 40px;
    font-size: 17px;
    line-height: 1.4;
  }

  .paragraph-regular.big {
    padding-top: 0;
    font-size: 18px;
  }

  .h5-heading {
    color: var(--white);
    padding-top: 10px;
    font-size: 35px;
    line-height: 1.2;
  }

  .base-container-copy {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .m-team-card-block {
    background-color: var(--primary-dark);
  }

  .m-team-card {
    background-color: var(--second);
    border: 3px solid #fff;
  }

  .m-subheading-large.m-text-color-gray-50 {
    font-size: 19px;
  }

  .m-paragraph-small {
    font-size: 15px;
  }

  .body {
    background-color: #021a39;
  }

  .section-regular {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .section-regular.bg-brown {
    background-color: var(--primary-dark);
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .newsletter-legal-wrap {
    color: #fff;
  }

  .footer-bottom {
    margin-top: 30px;
  }

  .newsletter-content {
    max-width: 1000px;
  }

  .footer-logo-3 {
    flex-direction: row;
    align-items: center;
    height: auto;
    display: flex;
  }

  .footer-newsletter {
    background-color: var(--new-blue);
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .paragraph-small-3 {
    color: var(--white);
    margin-top: 0;
    font-size: 14px;
  }

  .paragraph-small-3.text-color-gray-500 {
    color: #fff;
    margin-top: 0;
    font-size: 12px;
  }

  .container-large-4 {
    align-self: center;
  }

  .text-block-3, .text-block-4, .text-block-5 {
    color: #fff;
    font-size: 16px;
  }

  .about-us {
    grid-row-gap: 40px;
    background-color: var(--primary-dark);
    color: var(--primary-light);
    -webkit-text-stroke-width: 0px;
    border-style: none;
    border-width: 3px;
    justify-content: space-between;
    padding-left: 80px;
  }

  .about-us:hover {
    box-shadow: 0 24px 64px #0107cc;
  }

  .h5-heading-2 {
    color: var(--white);
    font-size: 43px;
    line-height: 1.2;
  }

  .caption-2-copy {
    color: var(--white);
    font-size: 20px;
  }

  .navigation-link-copy {
    color: #fff;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 18px;
  }

  .navigation-link-copy:hover {
    border-radius: 16px;
    font-size: 18px;
  }

  .navigation-link-copy.w--current {
    color: var(--white);
    background-color: #0000;
    font-weight: 700;
  }

  .section-2 {
    background-color: var(--new-blue);
    color: var(--new-blue);
    background-image: url('../images/Research.svg');
    background-position: 50%;
    background-size: cover;
    padding: 100px 5%;
  }

  .blog-image-wrap {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .image-full {
    border-radius: 20px;
  }

  .subheading-large {
    color: #fff;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-weight: 700;
  }

  .blog-card-b {
    border: 3px solid var(--white);
    background-color: var(--primary-dark);
    border-radius: 30px;
    display: block;
  }

  .caption-uppercase.text-weight-medium, .paragraph-large-2 {
    color: var(--white);
  }

  .tag-leader {
    background-color: var(--white);
    -webkit-text-stroke-color: var(--primary-dark);
  }

  .careers-job-title {
    color: #fff;
  }

  .section-large-3 {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .caption-medium.text-color-gray-600 {
    color: #fff;
  }

  .careers-tag.red-tag {
    color: var(--second);
    background-color: #fff;
  }

  .base-container-copy-2 {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .secondary-button-copy {
    max-width: 150px;
    padding: 10px 30px;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 15px;
  }

  .team {
    grid-row-gap: 40px;
    background-color: var(--primary-dark);
    color: var(--primary-light);
    -webkit-text-stroke-width: 0px;
    border-style: none;
    border-width: 3px;
    justify-content: space-between;
  }

  .team:hover {
    box-shadow: 0 24px 64px #0107cc;
  }

  .text-span-4, .text-span-5 {
    font-size: 22px;
  }

  .careers-job-title-copy {
    color: #fff;
  }

  .subheading-small {
    font-size: 20px;
    line-height: 25px;
  }

  .comparison-grid-row-s.colored {
    background-color: #f9fafb00;
  }

  .h6-heading, .action-l {
    color: #fff;
  }

  .action-l.black {
    color: #000;
  }

  .collection-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-list-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-list-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

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

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

  .collection-list-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .subheading-small-copy {
    font-size: 20px;
    line-height: 25px;
  }

  .caption-2-copy-2 {
    color: #fff;
    font-size: 20px;
  }

  .text-span-6 {
    font-size: 22px;
  }

  .section-large-4 {
    color: #00183c;
    background-color: #00183c;
    border: 0 #00183c00;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .h5-heading-4 {
    color: #fff;
    font-size: 43px;
    line-height: 1.2;
  }

  .paragraph-regular-4 {
    color: #fff;
    padding-top: 40px;
    font-size: 17px;
    line-height: 1.4;
  }

  .paragraph-regular-4.big {
    padding-top: 0;
    font-size: 18px;
  }

  .about-us-2 {
    grid-row-gap: 40px;
    color: #eaeef3;
    -webkit-text-stroke-width: 0px;
    background-color: #00183c;
    border-style: none;
    border-width: 3px;
    justify-content: space-between;
    padding-left: 80px;
  }

  .about-us-2:hover {
    box-shadow: 0 24px 64px #0107cc;
  }

  .rich-text-block {
    margin-top: -180px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.home-banner {
    min-height: 100vh;
  }

  .base-container.position {
    padding-top: 0;
    padding-left: 50px;
  }

  .nav-menu {
    width: 53%;
  }

  .nav-dropdown-toggle, .nav-item-title.link, .nav-item-title.dark-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .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-bg-video.picture {
    background-image: url('../images/Lascado-main-background.svg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), linear-gradient(#05203b00, #051f3b);
    background-position: 480px -170px, 0 0, 0 0, 0 0;
  }

  .home-banner-wrapper {
    margin-top: 0;
    padding-bottom: 0;
  }

  .blue-block {
    margin-top: -140px;
  }

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

  .header-button-wrapper {
    grid-column-gap: 30px;
    width: 23%;
  }

  .logo {
    width: 165px;
  }

  .section-content-wrapper {
    margin-left: 50px;
    margin-right: 50px;
  }

  .home-3-right-image {
    width: 42%;
  }

  .navigation {
    padding-left: 158px;
    padding-right: 124px;
  }

  .section-large {
    padding-bottom: 40px;
  }

  .grid-three-column {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-large-4 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .section.home-banner {
    min-height: 95vh;
  }

  .base-container.position {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .home-bg-video.picture {
    background-image: url('../images/Lascado-main-background.svg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), linear-gradient(#05203b00, #051f3b);
    background-position: 860px -170px, 0 0, 0 0, 0 0;
    height: auto;
    min-height: 90vh;
  }

  .home-banner-wrapper {
    margin-top: 0;
  }

  .blue-block {
    margin-top: -259px;
  }

  .services-wrapp {
    grid-column-gap: 140px;
  }

  .header-button-wrapper {
    width: 17%;
  }

  .left-arrow-intro {
    bottom: 38%;
  }

  .section-content-wrapper.services-details, .section-content-wrapper.research-details {
    min-height: 500px;
  }

  .content-wrap.services-wrapper {
    width: 70%;
  }

  .section-large, .section-large-4 {
    padding-bottom: 40px;
  }
}

@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.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.bottom-section {
    padding-top: 0;
  }

  .section.blog-post {
    padding-top: 120px;
  }

  .section.blog-details {
    padding-bottom: 80px;
  }

  .base-container {
    padding-top: 0;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .primary-button.navbar-tablet {
    margin-top: 20px;
    display: flex;
  }

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

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

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

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

  .accordion-item {
    padding: 10px 20px;
  }

  .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: 135px;
    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;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-content {
    flex-direction: column;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .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 {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    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;
  }

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

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

  .home-bg-video {
    min-height: 75vh;
  }

  .home-banner-wrapper {
    align-items: center;
    width: 100%;
  }

  .blue-block {
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: -59px;
  }

  .medium-title.text-white {
    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%;
  }

  .benefits-cards-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .services-wrapp {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .services-wrapp.home-3, .left-blue-wrapper {
    width: 100%;
  }

  .left-blue-wrapper.home-3 {
    align-items: center;
    min-height: 790px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .form-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .tooltip-image {
    width: 204px;
    right: -2%;
  }

  .locator-image {
    width: 30px;
  }

  .div-block-2 {
    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: 135px;
  }

  .logo.absolute {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .left-arrow-intro {
    bottom: 38%;
  }

  .left-arrow-intro-2 {
    bottom: 40px;
  }

  .content-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .content-wrap.services-wrapper {
    width: 100%;
  }

  .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: 50px;
    flex-direction: column;
    align-items: center;
  }

  .about-us-center-banner-wrap.width {
    width: 100%;
  }

  .about-us-banner-image, .our-team-banner-image {
    margin-top: 80px;
  }

  .div-block-6 {
    position: relative;
  }

  .checkout-page {
    padding-top: 120px;
  }

  .row {
    flex-direction: column;
  }

  .hire-popup-wrap {
    display: none;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation {
    background-color: var(--transparent);
    position: relative;
  }

  .logo-link {
    margin-right: 0;
  }

  .menu-button-2 {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link {
    width: 100%;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .base-container-copy {
    padding-top: 0;
  }

  .m-team-grid {
    grid-template-columns: 1fr;
  }

  .footer-newsletter {
    flex-direction: column;
    align-items: flex-start;
  }

  .navigation-link-copy {
    width: 100%;
  }

  .blog-card-b, .career-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .base-container-copy-2 {
    padding-top: 0;
  }

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

  .comparison-container {
    overflow: scroll;
  }

  .comparison-wrap {
    width: 1300px;
  }

  .scroll-table-content {
    overflow: scroll;
  }

  .link-block-10 {
    margin-left: 0;
  }

  .table-box, .table-box._2 {
    justify-content: center;
  }

  .table-box._2.small {
    padding-right: 12px;
  }

  .table-box._2.action {
    justify-content: center;
  }

  .div-block-406._2 {
    justify-content: flex-start;
  }
}

@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.bottom-section {
    padding-top: 0;
  }

  .section.services-detaiils, .section.research {
    padding-top: 80px;
  }

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

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

  .spacing-system-column {
    margin-top: 20px;
  }

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

  .nav-dropdown-list.megamenu {
    padding-left: 40px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

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

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

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

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

  .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-button-wrapper {
    width: 100%;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

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

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

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

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

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .home-bg-video {
    min-height: 70vh;
  }

  .home-banner-wrapper {
    align-items: center;
  }

  .blue-block {
    margin-top: -43px;
    padding: 35px;
  }

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

  .text-wrapper {
    width: 100%;
  }

  .benefits-cards-wrapper {
    margin-top: 40px;
  }

  .left-blue-wrapper {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us-cta {
    margin-top: 40px;
  }

  .form-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .tooltip-image {
    width: 185px;
    display: none;
    right: -4.5%;
  }

  .locator-image {
    width: 25px;
  }

  .div-block-2 {
    width: 100%;
  }

  .header-button-wrapper {
    width: 13%;
    margin-left: auto;
    display: flex;
  }

  .left-arrow-intro {
    top: auto;
    bottom: 0%;
    left: 38%;
  }

  .left-arrow-intro-2 {
    inset: auto 0% 0% -150px;
  }

  .section-content-wrapper {
    padding-top: 20px;
  }

  .about-us-center-banner-wrap {
    grid-row-gap: 40px;
  }

  .about-us-banner-image, .our-team-banner-image {
    height: 300px;
    margin-top: 60px;
  }

  .checkout-page {
    padding-top: 100px;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .hire-popup {
    max-width: 300px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column, .m-team-grid {
    grid-template-columns: 1fr;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .newsletter-legal-wrap {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column-reverse;
  }

  .footer-newsletter {
    padding: 40px 32px;
  }

  .blog-card-b {
    grid-row-gap: 32px;
  }

  .blog-card-c {
    padding: 0;
  }

  .section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading-3 {
    font-size: 32px;
  }

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

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .comparison-wrap {
    width: 980px;
  }

  .h1-heading {
    font-size: 54px;
    line-height: 62px;
  }

  .table-data-wrapper {
    position: relative;
  }

  .scroll-table-content {
    margin-right: 33px;
  }

  .scroll-container {
    width: 100vw;
    overflow: hidden;
  }

  .table-container {
    position: relative;
    overflow: hidden;
  }

  .table-box.action {
    width: 48px;
  }

  .table-wrapper {
    overflow: hidden;
  }

  .table-row {
    width: 740px;
  }

  .table-row.head {
    width: 650px;
    display: none;
  }

  .table-row.head.hide {
    width: 740px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .section.home-banner {
    min-height: 740px;
  }

  .base-container.position {
    padding-top: 0;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .accordion-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
  }

  .search-shop-con {
    margin-left: 0;
    margin-right: 0;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .secondary-button {
    display: none;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .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;
  }

  .error-message.dark {
    line-height: 1.2em;
  }

  .home-bg-video {
    min-height: 740px;
  }

  .home-bg-video.picture {
    background-image: url('../images/Lascado-main-background.svg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), linear-gradient(#05203b00, #051f3b);
    background-position: 210px -70px, 0 0, 0 0, 0 0;
  }

  .home-banner-wrapper {
    grid-row-gap: 20px;
    margin-top: -106px;
  }

  .small-title.dark-text {
    font-size: 20px;
  }

  .blue-block {
    grid-row-gap: 30px;
    margin-top: -345px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .medium-title.text-white {
    font-size: 25px;
  }

  .medium-title.center-text {
    order: 0;
    font-size: 30px;
  }

  .left-wrapper {
    width: 100%;
  }

  .right-text {
    font-size: 14px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.wrap {
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .left-blue-wrapper {
    width: 100%;
  }

  .left-blue-wrapper.home-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tooltip-image {
    display: none;
  }

  .locator-image {
    width: 13px;
  }

  .div-block-3 {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .header-button-wrapper {
    width: 21%;
    margin-left: auto;
    padding-right: 20px;
  }

  .left-arrow-intro {
    left: 31.5%;
  }

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

  .section-content-wrapper.services-details, .section-content-wrapper.research-details {
    border-radius: 0;
  }

  .home-3-right-image {
    height: 350px;
  }

  .about-us-banner-image, .our-team-banner-image {
    height: 400px;
  }

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

  .hire-popup {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

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

  .menu-button-2.w--open {
    background-color: var(--primary-dark);
  }

  .logo-2 {
    width: 160px;
  }

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

  .navigation-link:hover {
    color: var(--primary-dark);
    font-family: Ubuntu, Helvetica, sans-serif;
    font-weight: 700;
  }

  .section-large {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    left: auto;
    right: auto;
  }

  .feature-outline-r {
    padding-left: 25px;
    padding-right: 25px;
  }

  .feature-outline-r:hover {
    box-shadow: 0 24px 64px 0 var(--new-blue);
  }

  .paragraph-regular {
    line-height: 1.45;
  }

  .h5-heading {
    font-size: 33px;
  }

  .m-team-inner-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-height: 260px;
  }

  .m-team-card-block {
    margin-bottom: 0;
  }

  .m-team-card {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .section-regular {
    display: block;
  }

  .footer-logo-3 {
    flex: 1;
  }

  .footer-logo-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .footer-newsletter {
    padding: 32px 24px;
  }

  .paragraph-small-3 {
    margin-top: 0;
  }

  .about-us {
    box-shadow: 1px 4px 18px 5px var(--new-blue);
    padding-bottom: 32px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h5-heading-2 {
    line-height: 1.1;
  }

  .navigation-link-copy:active {
    color: var(--primary-dark);
    font-family: Ubuntu, Helvetica, sans-serif;
    font-weight: 700;
  }

  .section-2 {
    padding-top: 30px;
    display: none;
  }

  .career-job-wrapper {
    grid-row-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-large-3 {
    padding-top: 0;
  }

  .secondary-button-copy, .image-2 {
    display: none;
  }

  .team {
    box-shadow: 0 2px 16px 8px var(--new-blue);
  }

  .icon-2 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
  }

  .text-span-5, .bold-text {
    font-size: 20px;
  }

  .careers-card-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrap-h-tiny.wrap-children {
    flex-wrap: wrap;
  }

  .comparison-wrap {
    width: 840px;
  }

  .icon-x-small-2 {
    display: none;
  }

  .scroll-table-content {
    margin-right: 30px;
  }

  .div-block-412 {
    margin-bottom: 15px;
  }

  .table-box {
    text-align: left;
  }

  .table-details-box {
    flex-wrap: wrap;
  }

  .text-span-6 {
    font-size: 20px;
  }

  .section-large-4 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    left: auto;
    right: auto;
  }

  .h5-heading-4 {
    line-height: 1.1;
  }

  .paragraph-regular-4 {
    line-height: 1.45;
  }

  .about-us-2 {
    padding-bottom: 32px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 1px 4px 18px 5px #0107cc;
  }

  .rich-text-block {
    margin-top: -220px;
  }
}

#w-node-bdb35485-716c-c5c3-414c-2b1d9048bf80-04eecf4e, #w-node-_8c40b8b1-d038-48aa-0cf2-10f19e4c8905-04eecf4e, #w-node-_089d4eb8-5f23-b84d-6e5b-8adcada502f4-04eecf4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab64ecd1-1622-013c-bf18-ae751e474d6c-04eecfd2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_63e5c915-0975-ae92-cf64-5f652818cf09-04eecfd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdb35485-716c-c5c3-414c-2b1d9048bf80-6f0382b0, #w-node-b37ae3fe-05ff-ffeb-5a10-85f387abcbb1-b617394c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a95f6115-6fc6-8337-cd4e-7accce2f750f-b617394c, #w-node-_82fcd6bf-ffbf-aff8-1f59-cbedff18221c-b617394c, #w-node-_0e4ebf98-b05b-c7c1-025e-c15229fcfabe-b617394c, #w-node-_243f44b3-dea4-184e-0fcc-4228677a5465-b617394c, #w-node-dfe25248-b2a2-3a86-b848-f565240b1204-b617394c, #w-node-_232126db-480c-b658-cffe-26b816a2c734-b617394c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdb35485-716c-c5c3-414c-2b1d9048bf80-e684f04b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1280px) {
  #w-node-bdb35485-716c-c5c3-414c-2b1d9048bf80-04eecf4e, #w-node-_8c40b8b1-d038-48aa-0cf2-10f19e4c8905-04eecf4e, #w-node-_089d4eb8-5f23-b84d-6e5b-8adcada502f4-04eecf4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab64ecd1-1622-013c-bf18-ae751e474d6c-04eecfd2, #w-node-bdb35485-716c-c5c3-414c-2b1d9048bf80-6f0382b0, #w-node-b37ae3fe-05ff-ffeb-5a10-85f387abcbb1-b617394c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c1902bf4-d97b-b0d3-00cf-293733d8c207-b617394c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a95f6115-6fc6-8337-cd4e-7accce2f750f-b617394c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_82fcd6bf-ffbf-aff8-1f59-cbedff182219-b617394c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_82fcd6bf-ffbf-aff8-1f59-cbedff18221c-b617394c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0e4ebf98-b05b-c7c1-025e-c15229fcfabb-b617394c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e4ebf98-b05b-c7c1-025e-c15229fcfabe-b617394c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_243f44b3-dea4-184e-0fcc-4228677a5462-b617394c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_243f44b3-dea4-184e-0fcc-4228677a5465-b617394c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dfe25248-b2a2-3a86-b848-f565240b1201-b617394c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfe25248-b2a2-3a86-b848-f565240b1204-b617394c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_232126db-480c-b658-cffe-26b816a2c731-b617394c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_232126db-480c-b658-cffe-26b816a2c734-b617394c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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