:root {
  --medium-violet-red: #d34292;
  --midnight-blue: #112966d9;
  --medium-aquamarine: #1abc9c;
  --maroon: #6c0000;
  --dim-grey: #464646;
  --dim-grey-2: #616161;
  --dark-turquoise: #22cacd;
  --light-steel-blue: #9fadd3;
  --chocolate: #ee6f1b;
  --grey: #8a8a8a;
  --deep-sky-blue: #0c2231;
  --1: #fff58b;
  --black: black;
  --white: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

strong {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  display: flex;
}

.div-block-116 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nav-link-16 {
  background-color: var(--medium-violet-red);
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 700;
  transition: color .25s;
}

.nav-link-16:hover {
  color: var(--medium-aquamarine);
}

.nav-link-16._1 {
  background-color: var(--maroon);
  color: #fff;
  border-radius: 30px;
  flex: 1;
  margin-right: 10px;
  padding: 9px 15px;
  font-size: .7vw;
  transition: all .3s;
}

.nav-link-16._1:hover {
  background-color: var(--midnight-blue);
}

.nav-link-16._1.w--current {
  flex: 0 auto;
  font-size: .8vw;
}

.nav-link-16._2 {
  padding-right: 0;
}

.search-input {
  border-style: none;
  width: 100px;
  margin-bottom: 0;
  font-size: .8vw;
}

.search {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-117 {
  border-right: 2px #8a8a8a59;
  align-items: center;
  display: flex;
}

.nav-menu-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-35 {
  width: 226px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.search-button {
  color: var(--medium-aquamarine);
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #1abc9c;
  border-radius: 30px;
  padding: 9px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.navbar-5 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 26px -9px #000;
}

.section {
  background-color: #0000;
  height: 65%;
  position: relative;
  overflow: hidden;
}

.body {
  height: 100%;
  overflow: visible;
}

.section-2 {
  background-color: #31a3f0;
  background-image: linear-gradient(#1abc9ce8, #1abc9ce8), url('../images/oftamolozi-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: auto;
  padding: 40px 10%;
  display: flex;
}

.heading {
  color: var(--midnight-blue);
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.paragraph {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  line-height: 1.5vw;
}

.link {
  background-color: var(--medium-aquamarine);
  border-radius: 5px;
  font-size: .8vw;
  position: static;
}

.row {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  padding: 20px;
}

.div-block-118 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 50px;
  transition: border-color .4s cubic-bezier(.165, .84, .44, 1);
  display: grid;
  position: relative;
}

.div-block-118:hover {
  border-color: var(--medium-aquamarine);
}

.section-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 80px 10%;
  display: grid;
}

.div-block-119 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.heading-2 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 2.5vw;
  font-weight: 800;
  line-height: 3vw;
}

.link-2 {
  background-color: var(--medium-violet-red);
  text-transform: uppercase;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 20px;
  font-size: .8vw;
  font-weight: 600;
}

.div-block-120 {
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-121 {
  width: 60%;
}

.link-3 {
  border: 5px none var(--midnight-blue);
  color: var(--midnight-blue);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 40px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 800;
  line-height: 2vw;
  text-decoration: none;
}

.div-block-122 {
  padding: 0;
  overflow: visible;
}

.paragraph-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  line-height: 1vw;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2vw;
}

.div-block-123 {
  background-image: url('../images/sla1.jpg');
  background-position: 50% 22%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-123:hover {
  width: 100%;
  height: 100%;
}

.div-block-124 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 2vw;
  display: flex;
}

.image-36 {
  opacity: .5;
  color: #49b6ff;
  background-color: #0000;
  margin-left: 5px;
  margin-right: 5px;
}

.heading-4 {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  font-weight: 800;
  line-height: 25px;
}

.heading-4._1 {
  background-image: linear-gradient(to bottom, var(--medium-violet-red), var(--medium-violet-red));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-bottom: 0;
  display: flex;
}

.column-2 {
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 13px #9696966e;
}

.column-3, .column-4, .column-5 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-125 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  perspective: 2000px;
  border: 1px #61616126;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-126 {
  background-image: url('../images/blog_img2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.div-block-126:hover {
  opacity: .8;
}

.div-block-126._1 {
  background-image: url('../images/Ophthalmology.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-126._2 {
  background-image: url('../images/22395880_6084803424892_5113047566753202176_n.png');
  background-position: 50%;
  height: 200px;
}

.div-block-127, .div-block-128 {
  height: 150px;
}

.div-block-129 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 40px 30px 0 0;
  display: flex;
}

.text-block {
  color: #707070;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: .9vw;
  font-weight: 300;
  line-height: 1.2vw;
}

.link-4 {
  border-style: none none dotted;
  border-width: 1px;
  border-color: white white var(--midnight-blue);
  color: var(--midnight-blue);
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0 0 2px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 700;
  transition: all .45s;
}

.link-4:hover {
  border-style: none none dotted;
  border-color: var(--medium-aquamarine);
  color: var(--medium-aquamarine);
  background-color: #fff;
}

.link-4._1 {
  background-color: var(--medium-violet-red);
}

.link-4._1:hover {
  border-color: var(--medium-violet-red);
  color: var(--medium-violet-red);
  background-color: #fff;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-5 {
  height: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.row-2 {
  height: 100%;
}

.column-6 {
  background-color: #0000;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-7 {
  background-image: url('../images/IMG_3941.jpg');
  background-position: 65%;
  background-size: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-130 {
  background-color: var(--medium-aquamarine);
  border-radius: 5px;
  width: 100px;
  height: 5px;
}

.div-block-131 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 60px 100px 60px 20%;
  display: flex;
}

.heading-5 {
  color: var(--midnight-blue);
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 3vw;
}

.paragraph-3 {
  color: var(--dim-grey);
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  line-height: 1.5vw;
}

.text-block-2 {
  background-color: #49b6ff;
  background-image: linear-gradient(to right, var(--dark-turquoise), var(--medium-aquamarine));
  color: #fff;
  border-radius: 50px;
  width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-2._2 {
  width: 60%;
}

.text-block-2._3 {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--dark-turquoise), var(--medium-aquamarine)), linear-gradient(to bottom, var(--dark-turquoise), var(--dark-turquoise));
  width: 50%;
}

.text-block-2._4 {
  width: 40%;
}

.column-8 {
  background-image: url('../images/IMG_3941.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto 0fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 90%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.row-3 {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.row-4 {
  height: 50%;
}

.column-9 {
  background-image: url('../images/IMG_3864.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

.column-10 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-11 {
  background-image: url('../images/IMG_3808-копия.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

.row-5 {
  height: 50%;
}

.column-12 {
  background-image: url('../images/IMG_4053.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

.column-13 {
  background-image: url('../images/IMG_3817.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

.div-block-132 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 100%;
  height: 100%;
}

.div-block-133 {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.div-block-134 {
  background-image: url('../images/IMG_4053.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-135 {
  background-image: url('../images/IMG_3817.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-136 {
  background-image: url('../images/IMG_3864.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-137 {
  background-image: url('../images/IMG_3808-копия.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.heading-6 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
}

.div-block-138 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.section-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-139 {
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  padding: 50px;
  display: block;
}

.div-block-140, .div-block-141 {
  width: 33%;
  height: 100%;
  padding: 50px;
}

.row-6 {
  height: 100%;
  box-shadow: 3px 3px 9px 1px #d4d4d4;
}

.row-7, .row-8 {
  height: 100%;
}

.column-14 {
  background-image: url('../images/Depositphotos_12303511.jpg');
  background-position: -144px;
  background-size: cover;
  height: 100%;
}

.column-15 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
}

.column-16, .column-17, .column-18, .column-19 {
  height: 100%;
}

.heading-7 {
  max-width: 80%;
  max-height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.text-block-4 {
  color: #49b6ff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.paragraph-4 {
  color: #a0a0a0;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.div-block-142 {
  background-image: url('../images/Eye-Tests-Examination.jpg');
  background-position: 69%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.div-block-143 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-144 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  box-shadow: 1px 7px 11px -3px #c3c3c3;
}

.pricediv {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px #61616133;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-self: stretch;
  transition: all .4s;
  display: grid;
  position: relative;
}

.section-8 {
  height: 130px;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.div-block-145 {
  background-image: url('../images/IMG_3941.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-146 {
  background-image: url('../images/IMG_3864.jpg');
  background-position: 50%;
  background-size: cover;
}

.italic-text {
  color: var(--medium-aquamarine);
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-style: normal;
  line-height: 1vw;
}

.text-block-5 {
  margin-bottom: 15px;
}

.section-9 {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.div-block-147 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 80%;
  padding-bottom: 60px;
  display: grid;
}

.heading-8 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
}

.paragraph-5 {
  color: var(--light-steel-blue);
  text-align: justify;
  text-transform: none;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 35px;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 600;
  line-height: 1.5vw;
}

.button {
  background-color: #1abc9c;
  border-radius: 30px;
  padding: 15px;
  font-size: .8vw;
  font-weight: 600;
  transition: all .3s;
}

.button:hover {
  background-color: var(--midnight-blue);
}

.footblock {
  padding-right: 50px;
}

.link-5 {
  color: var(--light-steel-blue);
  font-size: .8vw;
  line-height: 1.5vw;
  text-decoration: none;
}

.text-block-6 {
  color: var(--light-steel-blue);
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 600;
  transition: all .2s;
}

.text-block-6:hover {
  color: var(--medium-aquamarine);
}

.div-block-148 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
}

.image-37 {
  width: 25px;
  margin-right: 15px;
}

.image-38 {
  width: 15px;
  margin-right: 15px;
}

.div-block-149 {
  border-bottom: 1px solid #ffffff26;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-150 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-bottom: 1px solid #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.text-block-7 {
  color: var(--light-steel-blue);
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 600;
}

.section-10 {
  width: auto;
  height: 80%;
  margin-top: 0;
  padding-top: 100px;
}

.body-2 {
  height: 100%;
  display: block;
}

.slider {
  height: 100%;
}

.section-11 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-151 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 30% 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  padding: 0 0%;
  display: grid;
}

.heading-9 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.5vw;
}

.paragraph-6 {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 500;
}

.div-block-152 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 5px none var(--medium-aquamarine);
  background-color: var(--medium-aquamarine);
  border-radius: 10px 0 0 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  height: 100%;
  margin-right: 0;
  padding: 15px;
  transition: all .3s;
  display: grid;
}

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

.div-block-153 {
  background-image: url('../images/IMG_4053.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-154 {
  background-image: url('../images/IMG_3808-копия.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-155 {
  background-image: url('../images/IMG_3817.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.div-block-158 {
  background-image: url('../images/Eye-Tests-Examination.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 5px;
  height: 200px;
  transition: opacity .3s;
  position: relative;
}

.div-block-158:hover {
  opacity: .8;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  font-weight: 300;
}

.text-block-8 {
  background-color: var(--medium-violet-red);
  color: #fff;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 700;
  position: absolute;
  top: 15px;
  left: 15px;
}

.text-block-8._1 {
  background-color: var(--chocolate);
}

.div-block-159 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.slide {
  background-image: url('../images/new-kids-arrivals-a-spot-lg.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-13 {
  height: 80px;
}

.div-block-160 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-161 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.paragraph-7 {
  color: #fff;
  text-align: right;
  width: 70%;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1.2vw;
}

.paragraph-7._1 {
  color: #000;
  text-align: left;
}

.heading-12 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  width: 70%;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 4vw;
  line-height: 4.5vw;
}

.text-block-9 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  width: 70%;
  font-family: Open Sans, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.div-block-162 {
  background-color: #ffffff4d;
  width: auto;
  height: 100%;
}

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

.div-block-163 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-164 {
  margin-left: 0;
}

.div-block-165 {
  background-color: var(--medium-aquamarine);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  padding: 40px 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 1px 20px #11296680;
}

.div-block-165:hover {
  box-shadow: 1px 1px 20px #1abc9c80;
}

.link-6 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #ffffff29;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.link-6:hover {
  color: #ffffffc2;
}

.link-6._1 {
  border-style: solid;
  border-width: 2px;
  border-bottom-color: var(--medium-aquamarine);
  color: var(--medium-aquamarine);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: .8vw;
  font-weight: 900;
}

.link-6._1:hover {
  background-color: var(--medium-aquamarine);
  color: #fff;
  border-color: #fff;
}

.heading-13 {
  color: var(--midnight-blue);
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.4vw;
  transition: color .3s;
}

.heading-13:hover {
  color: var(--medium-aquamarine);
}

.div-block-166 {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  padding: 40px 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 1px 20px #11296680;
}

.div-block-166:hover {
  align-self: stretch;
  box-shadow: 1px 1px 20px #1abc9c80;
}

.text-block-10 {
  background-color: var(--medium-aquamarine);
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 9px 15px;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 600;
  transition: all .3s;
}

.text-block-10:hover {
  background-color: var(--midnight-blue);
}

.image-41 {
  width: 15px;
  margin-right: 15px;
  transition: all .2s;
}

.image-41:hover {
  transform: scale(1.11);
}

.div-block-167 {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-block-11 {
  color: var(--grey);
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
}

.div-block-168 {
  background-image: linear-gradient(to top, #0000006b, #0000), url('../images/blog_img2.jpg');
  background-position: 0 0, 58%;
  background-size: auto, cover;
  border-radius: 5px 10px 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding: 40px 30px;
  transition: opacity .3s;
  display: flex;
}

.div-block-168:hover {
  opacity: .9;
  align-self: stretch;
}

.div-block-168._1 {
  background-image: linear-gradient(to top, #0000006b, #0000), url('../images/blokz-2Tile-lg.jpg');
  background-position: 0 0, 76%;
  background-size: auto, auto 120%;
  align-self: stretch;
}

.heading-14 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1.2vw;
  line-height: 1.4vw;
}

.text-block-12 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.div-block-169 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.div-block-169._1 {
  align-items: flex-start;
  padding-bottom: 20px;
}

.text-block-13 {
  color: var(--medium-aquamarine);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 700;
}

.heading-15 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 800;
}

.section-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.link-block-4 {
  align-self: start;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.heading-16 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  transition: all .3s;
}

.heading-16:hover {
  color: var(--medium-aquamarine);
}

.button-3 {
  background-color: var(--midnight-blue);
  text-transform: uppercase;
  border-radius: 30px;
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 800;
}

.slide-2 {
  background-image: url('../images/090817-BlackWhite-lg.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-170 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.div-block-171 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  width: 70%;
  font-size: 1.5vw;
  line-height: 2vw;
}

.heading-17 {
  text-transform: uppercase;
  width: 70%;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 4vw;
  font-weight: 900;
  line-height: 4.5vw;
}

.icon, .icon-2 {
  color: var(--medium-aquamarine);
  transform: scale(.8);
}

.section-15 {
  flex-direction: row;
  height: auto;
}

.nav-menu-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.brand {
  width: auto;
  margin-bottom: 0;
}

.nav-link-17 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 800;
  transition: all .3s;
  display: block;
}

.nav-link-17:hover {
  color: var(--medium-aquamarine);
}

.nav-link-17._1, .nav-link-17._3 {
  display: none;
}

.nav-link-17._5 {
  background-color: #d3e2ff;
  border-radius: 20px;
  flex: 1;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 11px;
}

.navbar-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 15px #00000040;
}

.image-42 {
  width: 40px;
  margin-right: 15px;
}

.image-43 {
  width: 40px;
}

.div-block-172 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading-18 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: .9vw;
  font-weight: 700;
}

.button-4 {
  background-color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: .8vw;
}

.div-block-173 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.div-block-174 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px;
  display: flex;
  box-shadow: 0 1px 20px #11296652;
}

.div-block-174:hover {
  box-shadow: 0 1px 20px #1abc9c85;
}

.div-block-174._1 {
  background-color: var(--midnight-blue);
}

.div-block-174._2 {
  background-color: var(--chocolate);
}

.div-block-174._3 {
  background-color: #49b6ff;
}

.div-block-174._4 {
  background-color: #3ad58d;
}

.div-block-174._5 {
  background-color: #f48b8a;
}

.heading-19 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
}

.paragraph-8 {
  color: var(--dim-grey-2);
  text-align: left;
  text-transform: uppercase;
  font-size: .6vw;
  line-height: 1.2vw;
}

.section-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.map {
  border-radius: 10px;
  height: 100%;
}

.div-block-175 {
  background-image: url('../images/Depositphotos_12303511.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 200px;
}

.div-block-176 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  padding-right: 5%;
  display: flex;
}

.image-44 {
  width: 100px;
}

.div-block-177 {
  align-items: center;
  display: flex;
}

.heading-20 {
  color: #ffffff96;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 600;
}

.flex-body {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.button-wrapper {
  z-index: 1000;
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  width: auto;
  padding: 14px 20px 13px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
  position: fixed;
  bottom: 15px;
  right: 15px;
  box-shadow: 0 0 #000;
}

.button-wrapper:hover {
  box-shadow: 0 4px 15px -3px #000000a3;
}

.modal-wrapper {
  z-index: 100000;
  perspective: 850px;
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 40px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.modal-body {
  z-index: 10;
  color: #313131;
  background-color: #fff;
  border-radius: 4px;
  padding: 35px 30px 20px;
  position: relative;
  box-shadow: 0 9px 50px -14px #000;
}

.modal-title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 32px;
}

.modal-closer {
  z-index: 5;
  background-color: #000000b0;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.close-icon {
  z-index: 10000;
  color: #000;
  cursor: pointer;
  width: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.text-block-15 {
  color: var(--grey);
}

.div-block-178 {
  z-index: 1000;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  bottom: 15px;
  right: 15px;
  overflow: hidden;
  box-shadow: 0 1px 15px #00000075;
}

.heading-21 {
  color: var(--dim-grey-2);
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 800;
}

.link-block-5 {
  color: var(--dim-grey);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.link-block-6 {
  border-bottom: 3px solid var(--medium-aquamarine);
  width: 200px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.form {
  margin-bottom: 15px;
}

.form-block {
  width: 80%;
}

.submit-button {
  background-color: var(--medium-aquamarine);
  border-radius: 10px;
  width: 100%;
  font-size: .6vw;
}

.field-label {
  color: var(--medium-aquamarine);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 400;
}

.paragraph-9 {
  color: var(--grey);
  text-align: justify;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .6vw;
}

.link-block-7 {
  display: none;
}

.div-block-179 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--maroon);
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1411px;
  height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: grid;
}

.heading-22 {
  color: #fff;
  text-align: right;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.link-block-8 {
  width: 20px;
}

.link-block-9 {
  width: 25px;
  margin-right: 10px;
}

.div-block-180 {
  padding-left: 20%;
  padding-right: 0;
  display: flex;
}

.div-block-181 {
  justify-content: center;
  align-items: center;
  padding-right: 20%;
  display: flex;
}

.heading-23 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5vw;
  line-height: 3vw;
}

.div-block-182 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.link-7, .link-8, .link-9, .link-10, .link-11, .link-12 {
  color: var(--midnight-blue);
  text-decoration: none;
}

.button-5 {
  background-color: var(--medium-aquamarine);
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 10px;
  font-size: .7vw;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 35% 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-pane-tab-1 {
  height: 100%;
}

.tab-link-tab-1 {
  padding-left: 30px;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  padding: 0;
}

.tab-link-tab-2 {
  background-color: #0000;
  border-radius: 10px;
  padding: 0;
  box-shadow: 1px 1px 30px #11296680;
}

.tab-link-tab-2:hover {
  box-shadow: 1px 1px 30px #1abc9c80;
}

.tab-link-tab-3 {
  background-color: #0000;
  border-radius: 10px;
  margin-right: 10px;
  padding: 0;
  overflow: hidden;
}

.tab-link-tab-3.w--current {
  box-shadow: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
  overflow: hidden;
}

.tab-link-tab-4 {
  background-color: #0000;
  border-radius: 10px;
  padding: 0;
  box-shadow: 1px 1px 30px #11296680;
}

.tab-link-tab-4:hover {
  box-shadow: 1px 1px 30px #1abc9c80;
}

.tab-link-tab-5 {
  background-color: #0000;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  box-shadow: 1px 1px 30px #11296680;
}

.tab-link-tab-5:hover {
  box-shadow: 1px 1px 30px #1abc9c80;
}

.tabs-content {
  background-color: var(--medium-aquamarine);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
}

.tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4, .tab-pane-tab-5 {
  height: 100%;
}

.map-2 {
  border: 10px solid var(--medium-aquamarine);
  height: 100%;
}

.div-block-184 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-46 {
  width: 18px;
}

.text-block-16 {
  width: 70%;
}

.section-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-185 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.div-block-186 {
  background-color: var(--medium-violet-red);
  border-radius: 5px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.heading-24 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2vw;
  line-height: 3.5vw;
}

.paragraph-10 {
  color: #fff;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  line-height: 1.2vw;
}

.div-block-187 {
  background-color: var(--medium-aquamarine);
  border-radius: 5px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.div-block-188 {
  background-color: var(--midnight-blue);
  border-radius: 5px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.div-block-189 {
  background-color: var(--chocolate);
  border-radius: 5px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.div-block-190 {
  border: 5px solid var(--midnight-blue);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.image-47 {
  width: 8vw;
}

.button-6 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 15px;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 700;
}

.heading-25 {
  color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  font-weight: 900;
  line-height: 2vw;
}

.image-48 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-191 {
  display: none;
}

.image-49 {
  width: 4vw;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80%;
}

.div-block-192 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-26 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.3vw;
  line-height: 1.7vw;
}

.text-block-17 {
  color: var(--grey);
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
}

.section-18 {
  background-color: #8a8a8a29;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-193 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  padding: 25px;
  transition: all .3s;
  display: grid;
}

.div-block-193:hover {
  box-shadow: 0 1px 20px #0000001c;
}

.div-block-194 {
  margin-bottom: 10px;
}

.div-block-195 {
  background-color: var(--medium-violet-red);
  border-radius: 5px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.div-block-196 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 5px solid var(--midnight-blue);
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 25px;
  display: grid;
}

.heading-27 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2vw;
  font-weight: 900;
}

.paragraph-11 {
  color: #fff;
  width: 70%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: .8vw;
  line-height: 1.5vw;
}

.paragraph-12 {
  color: var(--dim-grey-2);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  line-height: 1.2vw;
}

.image-50 {
  width: 3vw;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

.div-block-197 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-198, .div-block-199 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px dotted var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-items: start;
  padding: 25px;
  display: grid;
}

.div-block-200 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-items: start;
  padding: 25px;
  display: grid;
}

.div-block-201 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px dotted var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-items: start;
  padding: 25px;
  display: grid;
}

.div-block-202 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px dotted var(--grey);
  border-right: 1px dotted var(--grey);
  border-left: 1px none var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-items: start;
  padding: 25px;
  display: grid;
}

.div-block-203 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px dotted var(--grey);
  border-right: 1px dotted var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-items: start;
  padding: 25px;
  display: grid;
}

.button-7 {
  float: none;
  background-color: var(--medium-aquamarine);
  text-transform: uppercase;
  border-radius: 5px;
  width: auto;
  padding: 15px 20px;
  font-size: .8vw;
  line-height: 1vw;
}

.grid-3, .div-block-206 {
  display: none;
}

.div-block-207 {
  cursor: pointer;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 450px;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 5%;
  overflow: hidden;
  transform: translate(0, 400px);
}

.heading-30 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
}

.field-label-2 {
  color: var(--medium-aquamarine);
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 400;
}

.heading-31 {
  background-color: var(--maroon);
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .9vw;
}

.form-block-2, .div-block-208 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-2 {
  width: 80%;
}

.submit-button-2 {
  background-color: var(--medium-aquamarine);
  border-radius: 10px;
}

.paragraph-13 {
  color: var(--dim-grey-2);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .55vw;
  line-height: 1vw;
}

.textarea {
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
}

.div-block-209 {
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.link-block-11 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-52, .image-53 {
  width: 20px;
  margin-right: 10px;
}

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

.left-arrow {
  background-color: #fff;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  margin: 0;
  display: block;
  top: 15px;
  left: 15px;
}

.right-arrow {
  background-color: #fff;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  margin: 0;
  top: 15px;
  left: 80px;
}

.div-block-210 {
  background-color: var(--midnight-blue);
  width: 100%;
  height: 40px;
}

.div-block-211 {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 60px;
  display: flex;
}

.div-block-212 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-54 {
  width: 20px;
}

.image-55 {
  width: 25px;
}

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

.link-block-13 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-56 {
  width: 20px;
  margin-right: 10px;
}

.brand-2 {
  padding: 0;
}

.div-block-213 {
  width: 50%;
}

.text-block-18 {
  color: #fff;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
}

.heading-32 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
}

.div-block-214 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-block-19 {
  color: var(--grey);
  font-size: .8vw;
  line-height: 1vw;
}

.div-block-215 {
  border-top: 1px dotted var(--grey);
}

.bold-text-18 {
  font-size: 3.5vw;
}

.div-block-216 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.navbar-10 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 26px -9px #000;
}

.slide-wrap2 {
  background-image: url('../images/5.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.section-112 {
  height: auto;
  margin-top: 20px;
  display: block;
}

.section-112._5, .slide-nav-2 {
  display: none;
}

.slide-wrap4 {
  background-image: url('../images/3.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.slide-wrap3 {
  background-image: url('../images/4.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.slider-5 {
  height: 80vh;
  position: static;
  inset: 0%;
}

.slide-wrap {
  background-image: url('../images/2.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  text-decoration: none;
  display: flex;
}

.mask-5 {
  overflow: visible;
}

.column-20 {
  background-color: #0000;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.div-block-218 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 0% 8% 8%;
  display: flex;
}

.link-14 {
  color: #112966d9;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 800;
  text-decoration: none;
}

.row-9 {
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.column-21 {
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-14 {
  color: #464646;
  text-transform: none;
  flex: 0 auto;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 1.5vw;
  display: block;
}

.background-video {
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: auto;
  height: auto;
  display: inline-block;
  position: static;
  overflow: auto;
}

.div-block-217 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.div-block-217._1 {
  text-align: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.image-57 {
  display: none;
}

.section-114 {
  text-align: left;
  flex-wrap: nowrap;
  place-content: center space-between;
  align-items: stretch;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.section-115 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
  position: static;
}

.text-block-20 {
  color: #1abc9c;
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 700;
}

.heading-36 {
  color: #112966d9;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.image-59 {
  display: none;
}

.bold-text-19 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  font-weight: 300;
  line-height: 1.5vw;
  text-decoration: none;
  display: block;
}

.bold-text-19._10 {
  display: block;
}

.pricediv-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px #61616133;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between stretch;
  align-self: stretch;
  transition: all .4s;
  display: grid;
  position: relative;
}

.pricediv-2:hover {
  background-color: #0000001c;
}

.div-block-221 {
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.div-block-221:hover {
  opacity: .8;
}

.div-block-224 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 2vw;
  line-height: 1.3vh;
  display: flex;
}

.div-block-222 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-222._6 {
  flex-direction: column;
  padding-bottom: 0;
  display: flex;
}

.link-block-24 {
  height: auto;
  position: absolute;
  inset: 0%;
}

.background-video-2 {
  border-radius: 5px;
  flex: 0 auto;
  width: 100%;
}

.heading-35 {
  color: #112966d9;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  font-weight: 800;
  line-height: 25px;
  display: block;
}

.bold-text-20 {
  text-transform: uppercase;
  font-weight: 300;
}

.link-block-25 {
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.link-16 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #ffffff29;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.link-16:hover {
  color: #ffffffc2;
}

.link-16._1 {
  color: #1abc9c;
  text-align: center;
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-bottom-color: #1abc9c;
  border-radius: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 13px;
  font-weight: 900;
}

.link-16._1:hover {
  color: #fff;
  background-color: #1abc9c;
  border-color: #fff;
}

.div-block-219 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 0 30px 0 0;
  display: flex;
}

.div-block-220 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  perspective: 2000px;
  border: 1px #61616126;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.link-block-23 {
  height: auto;
  position: absolute;
  inset: 0%;
}

.div-block-225 {
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.div-block-225:hover {
  opacity: .8;
}

.div-block-225._2 {
  background-image: none;
  flex-direction: column;
  height: 200px;
}

.image-60 {
  display: none;
}

.link-15 {
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff;
  border-bottom: 1px dotted #112966d9;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0 0 2px;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  transition: all .45s;
}

.link-15:hover {
  color: #1abc9c;
  background-color: #fff;
  border-style: none none dotted;
  border-color: #1abc9c;
}

.link-15._400 {
  color: var(--white);
  margin-bottom: 0;
}

.div-block-223 {
  background-color: #9b3e00;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  padding: 40px 11px;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 1px 20px #11296680;
}

.div-block-223:hover {
  box-shadow: 1px 1px 20px #1abc9c80;
}

.background-video-3 {
  border-radius: 5px;
  width: 100%;
}

.image-58 {
  display: none;
}

.text-block-21 {
  color: #000;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2vw;
  text-decoration: none;
}

.link-block-14 {
  align-self: start;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.div-block-227 {
  background-image: url('../images/IMG_4053.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-232 {
  background-image: url('../images/WhatsApp-Image-2023-09-08-at-10.23.56-PM.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  padding: 27px 0;
}

.link-17 {
  color: #fff;
  background-color: #0000;
  margin-top: 10px;
  font-weight: 400;
  text-decoration: underline;
}

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

.div-block-228 {
  background-image: url('../images/IMG_3864.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-22 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.div-block-229 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  padding-right: 5%;
  display: flex;
}

.heading-37 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.link-block-30 {
  display: flex;
  position: static;
}

.div-block-231 {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#0003, #0003);
  border: 5px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-decoration: none;
  transition: opacity .8s;
  display: flex;
}

.div-block-231:hover {
  opacity: .68;
  background-color: #00000052;
  background-image: linear-gradient(#0000002e, #0000002e);
}

.section-116 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-rows: auto auto 0fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  height: 90%;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  display: grid;
}

.link-block-17 {
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  height: 100px;
  overflow: visible;
}

.text-block-25 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
}

.div-block-236 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.image-61 {
  width: 15px;
  margin-right: 15px;
  transition: all .2s;
}

.image-61:hover {
  transform: scale(1.11);
}

.text-block-23 {
  color: #1abc9c;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 700;
}

.div-block-138-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: ". . . Area-2"
                 ". . . ."
                 ". . . Area"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 90%;
  height: auto;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.section-117 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-39 {
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 1.2vw;
  line-height: 1.4vw;
  text-decoration: none;
}

.div-block-235 {
  background-image: linear-gradient(to top, #000000d4, #0000), url('../images/alexander-shatov-niUkImZcSP8-unsplash.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px 10px 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding: 40px 30px;
  transition: opacity .3s;
  display: flex;
}

.div-block-235:hover {
  opacity: .9;
  align-self: stretch;
}

.text-block-24 {
  color: #8a8a8a;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
}

.div-block-233 {
  background-color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/967ef6cf2d67c45671ba9d2c7336f81b.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  height: 100%;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 1px 20px #11296680;
}

.div-block-233:hover {
  opacity: .81;
  align-self: stretch;
  box-shadow: 1px 1px 20px #1abc9c80;
}

.div-block-233._1 {
  background-image: linear-gradient(#00000075, #00000075), url('../images/Pain_in_the_neck.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.div-block-233._2 {
  background-color: #0000;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/ehgb.jpeg');
  background-position: 0 0, 50%;
}

.div-block-233._3 {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/67_main.jpeg');
  background-position: 0 0, 50%;
  text-decoration: none;
}

.div-block-233._4 {
  background-image: linear-gradient(#00000047, #00000047), url('../images/404a9d34a113c2e1aec43aaa0a4131dd.jpeg');
  background-position: 0 0, 50%;
}

.div-block-233._5 {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/f11122cf8c66ab4e59045145a3c31073.png');
  background-position: 0 0, 50%;
}

.heading-38 {
  color: #ffffffd9;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.4vw;
  transition: color .3s;
}

.heading-38:hover {
  color: #1abc9c;
}

.link-block-21 {
  text-decoration: none;
}

.text-block-26 {
  color: #fff;
  text-transform: uppercase;
  background-color: #112966d9;
  border-radius: 30px;
  align-self: flex-start;
  padding: 9px 15px;
  font-family: Open Sans, sans-serif;
  font-size: .7vw;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.text-block-26:hover {
  background-color: #112966d9;
}

.heading-40 {
  color: #112966d9;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 800;
  display: none;
}

.div-block-234 {
  align-items: center;
  margin-top: 0;
  display: none;
}

.link-block-15 {
  text-decoration: none;
  display: none;
}

.link-block-16 {
  flex: 0 auto;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.text-block-27 {
  color: #fff;
  align-self: center;
  padding-left: 44px;
  display: none;
}

.link-block-32 {
  position: absolute;
}

.link-block-33 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.link-block-34 {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.link-block-35, .link-block-36 {
  height: 100%;
  text-decoration: none;
}

.div-block-video {
  background-image: linear-gradient(to top, #000000d4, #00000094 38%, #0000), url('../images/a923309dd57483b07b0beb49705fd7dc.jpeg');
  background-position: 0 0, 25%;
  background-size: auto, cover;
  border-radius: 5px 10px 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding: 40px 30px;
  transition: opacity .3s;
  display: flex;
}

.div-block-video:hover {
  opacity: .9;
  align-self: stretch;
}

.div-block-video2 {
  background-image: linear-gradient(to top, #000000d4, #0000), url('../images/20001.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px 10px 10px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding: 40px 30px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.div-block-video2:hover {
  opacity: .9;
  align-self: stretch;
}

.link-block-37 {
  border-radius: 0;
  text-decoration: none;
}

.link-block-38, .link-block-39 {
  background-color: #fff;
  text-decoration: none;
}

.link-block-40 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.pricing-overview {
  border-bottom: 1px #e4ebf3;
  margin-top: 20px;
  padding: 10px 30px 0;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-top: -8px;
  margin-bottom: 20px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -5px;
  margin-bottom: -5px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  background-color: #f09400;
  background-image: linear-gradient(#ffaf02, #fff);
  border: 2px solid #1500ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 300px;
  height: 200px;
  margin-bottom: 0;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.section-118 {
  height: 130px;
  position: relative;
}

.hero-heading-left {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 10px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  background-color: #000;
  box-shadow: 0 4px 24px #96a3b514;
}

.features-table {
  text-align: left;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding-top: 6px;
  padding-bottom: 6px;
  display: grid;
}

.bold-text-21 {
  text-align: left;
  align-items: flex-start;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  text-align: left;
  margin-left: 21px;
  padding-left: 0;
  display: block;
}

.comparison-table {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.comparison-positive {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 0;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-18 {
  color: #112966d9;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff;
  border-bottom: 1px dotted #112966d9;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0 0 2px;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  transition: all .45s;
}

.link-18:hover {
  color: #1abc9c;
  background-color: #fff;
  border-style: none none dotted;
  border-color: #1abc9c;
}

.team-member-image-3 {
  object-fit: cover;
  border-radius: 50%;
  flex: 0 auto;
  width: 400px;
  max-width: none;
  height: 400px;
  margin-bottom: 0;
  display: block;
}

.team-member-position-3 {
  margin-bottom: 24px;
}

.team-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  margin-top: 50px;
  margin-bottom: 60px;
  display: grid;
  position: static;
}

.team-card-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-card-3._9 {
  justify-content: space-between;
}

.team-circles-3 {
  border-bottom: 1px solid #e4ebf3;
  flex-direction: row;
  justify-content: space-between;
  width: 100vw;
  height: auto;
  padding: 10px 30px;
  display: block;
  position: static;
}

.centered-subheading-5 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-7 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 25px;
}

.centered-heading-7._55 {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.team-member-name-3 {
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-name-3._99 {
  margin-top: 10px;
  margin-bottom: 0;
}

.team-member-name-3._55 {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.link-19 {
  color: #112966d9;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff;
  border-bottom: 1px dotted #112966d9;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0 0 2px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 700;
  transition: all .45s;
}

.link-19:hover {
  color: #1abc9c;
  background-color: #fff;
  border-style: none none dotted;
  border-color: #1abc9c;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.link-20 {
  color: #112966d9;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff;
  border-bottom: 1px dotted #112966d9;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0 0 2px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 700;
  transition: all .45s;
}

.link-20:hover {
  color: #1abc9c;
  background-color: #fff;
  border-style: none none dotted;
  border-color: #1abc9c;
}

.works {
  background-image: linear-gradient(#00000054, #00000054), url('../images/pexels-asia-culture-center-5026349.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 80%;
  margin-bottom: 15vh;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px;
  display: block;
  position: static;
}

.centered-heading-5 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.container-6 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  width: 100%;
  max-width: 940px;
  height: auto;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 40px;
  text-align: left;
  flex: 0 auto;
  order: -1;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-around stretch;
  align-self: auto;
  place-items: stretch center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: grid;
  position: static;
}

.team-card-2 {
  text-align: center;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.team-member-image-2 {
  object-fit: cover;
  background-image: url('../images/pexels-martin-lopez-954583.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10%;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-bottom: 24px;
  display: inline-block;
  position: static;
}

.div-block-237 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.div-block-238 {
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 10px;
  display: block;
}

.div-block-238._132 {
  text-align: center;
  background-color: #6c0000;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 200px;
  padding-left: 0;
  display: flex;
}

.bold-text-22 {
  text-align: left;
  font-size: 22px;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: auto;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  width: 400px;
  height: 200px;
}

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

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small.margin-bottom-32px {
  text-transform: none;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.section-119, .section-120 {
  height: 100px;
}

.testimonial-left-2 {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four-2 {
  object-fit: cover;
  width: 400px;
  height: 400px;
}

.testimonial-right-2 {
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-span {
  text-transform: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.slider-10 {
  height: 80vh;
  position: static;
  inset: 0%;
}

.slider-wrap {
  background-image: url('../images/2.jpeg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.slider-wrap._1 {
  background-image: url('../images/4.jpeg');
}

.slider-wrap._2 {
  background-image: url('../images/5.jpeg');
}

.slider-wrap._3 {
  background-image: url('../images/3.jpeg');
}

.slider-wrap._111 {
  background-image: url('../images/123123.jpeg');
}

.slider-wrap._156 {
  background-image: url('../images/4.jpeg');
}

.slider-wrap._111-copy {
  background-image: url('../images/123123.jpeg');
}

.mask-6 {
  overflow: visible;
}

.div-block-239 {
  background-image: url('../images/5.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.div-block-240 {
  background-image: url('../images/4.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.div-block-241 {
  background-image: url('../images/3.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.slider-11 {
  background-color: #0000;
  width: 100%;
  height: 80%;
  margin-top: 0;
}

.slider-anime._333 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-242 {
  padding-left: 10px;
}

.section-121, .section-122 {
  height: 100px;
}

.text-block-28 {
  text-align: justify;
  margin-top: 20px;
  font-size: 18px;
}

.testimonial-image-left-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container-14._5 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.testimonial-wrapper-four-2 {
  justify-content: space-between;
  display: flex;
}

.testimonial-left-3 {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right-3 {
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.heading-small-2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four-2 {
  margin-top: 10px;
  margin-bottom: 32px;
  font-size: 18px;
}

.testimonial-author-name-three-2 {
  margin-bottom: 10px;
}

.features-table-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px 80px;
  position: relative;
}

.centered-heading-8 {
  text-align: center;
  margin-bottom: 16px;
  display: none;
}

.centered-subheading-6 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table-2 {
  flex-direction: column;
  margin-top: 20px;
  font-size: 18px;
  display: flex;
}

.comparison-row-main-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title-2 {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  display: grid;
}

.comparison-negative-2, .comparison-positive-2 {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 0;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px 80px;
  position: relative;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-123 {
  height: 100px;
}

.testimonial-right-4 {
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.comparison-row-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  display: grid;
}

.comparison-negative-3, .comparison-positive-3 {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 0;
}

.works-2 {
  background-image: linear-gradient(#88888869, #88888869), url('../images/dom-fou-YRMWVcdyhmI-unsplash.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 63%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: static;
}

.container-15 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 90%;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.div-block-243 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: stretch stretch;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-244 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.image-65 {
  text-align: left;
  flex: 1;
  width: 200px;
  max-width: none;
  height: 150px;
  display: block;
  position: static;
}

.centered-heading-9 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  margin-bottom: 30px;
  font-size: 25px;
  display: block;
}

.section-124 {
  height: 101px;
}

.section-125 {
  height: 130px;
  display: block;
}

.comparison-row-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 7px;
  padding-bottom: 7px;
  display: grid;
}

.comparison-negative-4, .comparison-positive-4 {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 0;
}

.section-126 {
  height: 101px;
}

.testimonial-right-5 {
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-text-four-3 {
  margin-bottom: 32px;
}

.section-127, .section-128 {
  height: 130px;
}

.section-129 {
  height: 100px;
}

.section-130, .section-131 {
  height: 130px;
}

.link-block-41 {
  width: 100%;
  height: 200px;
}

.section-132 {
  height: 130px;
}

.heading-41 {
  text-align: left;
}

.div-block-245._111 {
  text-decoration: none;
}

.section-133 {
  display: none;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three-3 {
  margin-bottom: 10px;
}

.features-table-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-10 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-7 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table-3 {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title-3 {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative-5 {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 0;
}

.comparison-positive-5 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  text-align: left;
  margin-bottom: 24px;
  font-size: 20px;
}

.margin-bottom-24px-2._156 {
  margin-top: 20px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

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

.div_dip {
  background-color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/967ef6cf2d67c45671ba9d2c7336f81b.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  height: 100%;
  padding: 40px 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 1px 20px #11296680;
}

.div_dip:hover {
  opacity: .81;
  align-self: stretch;
  box-shadow: 1px 1px 20px #1abc9c80;
}

.div_dip._1 {
  background-image: linear-gradient(#00000075, #00000075), url('../images/Pain_in_the_neck.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div_dip._2 {
  background-color: #0000;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/ehgb.jpeg');
  background-position: 0 0, 50%;
}

.div_dip._3 {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/67_main.jpeg');
  background-position: 0 0, 50%;
}

.div_dip._4 {
  background-image: linear-gradient(#00000047, #00000047), url('../images/научные-статьи-1.jpeg');
  background-position: 0 0, 50%;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.div_dip._5 {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/f11122cf8c66ab4e59045145a3c31073.png');
  background-position: 0 0, 50%;
}

.div_dip2 {
  background-color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/967ef6cf2d67c45671ba9d2c7336f81b.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  height: 100%;
  padding: 40px 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 1px 20px #11296680;
}

.div_dip2:hover {
  opacity: .81;
  align-self: stretch;
  box-shadow: 1px 1px 20px #1abc9c80;
}

.div_dip2._1 {
  background-image: linear-gradient(#00000075, #00000075), url('../images/Pain_in_the_neck.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div_dip2._2 {
  background-color: #0000;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/ehgb.jpeg');
  background-position: 0 0, 50%;
}

.div_dip2._3 {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/67_main.jpeg');
  background-position: 0 0, 50%;
}

.div_dip2._4 {
  background-image: linear-gradient(#00000047, #00000047), url('../images/ru-recovery-ministries-zAUFtGIWc0E-unsplash.jpeg');
  background-position: 0 0, 50%;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.div_dip2._5 {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/f11122cf8c66ab4e59045145a3c31073.png');
  background-position: 0 0, 50%;
}

.div_dip3 {
  background-color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/967ef6cf2d67c45671ba9d2c7336f81b.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  height: 100%;
  padding: 40px 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 1px 20px #11296680;
}

.div_dip3:hover {
  opacity: .81;
  align-self: stretch;
  box-shadow: 1px 1px 20px #1abc9c80;
}

.div_dip3._1 {
  background-image: linear-gradient(#00000075, #00000075), url('../images/Pain_in_the_neck.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div_dip3._2 {
  background-color: #0000;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/ehgb.jpeg');
  background-position: 0 0, 50%;
}

.div_dip3._3 {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/67_main.jpeg');
  background-position: 0 0, 50%;
}

.div_dip3._4 {
  background-image: linear-gradient(#00000052, #00000052), url('../images/tra-nguyen-TVSRWmnW8Us-unsplash.jpeg');
  background-position: 0 0, 50%;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  height: 200px;
  text-decoration: none;
}

.div_dip3._5 {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/f11122cf8c66ab4e59045145a3c31073.png');
  background-position: 0 0, 50%;
}

.div_dip4 {
  background-color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/967ef6cf2d67c45671ba9d2c7336f81b.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  height: 100%;
  padding: 40px 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 1px 20px #11296680;
}

.div_dip4:hover {
  opacity: .81;
  align-self: stretch;
  box-shadow: 1px 1px 20px #1abc9c80;
}

.div_dip4._1 {
  background-image: linear-gradient(#00000075, #00000075), url('../images/Pain_in_the_neck.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div_dip4._2 {
  background-color: #0000;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/ehgb.jpeg');
  background-position: 0 0, 50%;
}

.div_dip4._3 {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/67_main.jpeg');
  background-position: 0 0, 50%;
}

.div_dip4._4 {
  background-image: linear-gradient(#00000047, #00000047), url('../images/156.jpeg');
  background-position: 0 0, 100% 0;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.div_dip4._4._1 {
  text-decoration: none;
}

.div_dip4._5 {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/f11122cf8c66ab4e59045145a3c31073.png');
  background-position: 0 0, 50%;
}

.div_dip5 {
  background-color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/967ef6cf2d67c45671ba9d2c7336f81b.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  height: 100%;
  padding: 40px 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 1px 20px #11296680;
}

.div_dip5:hover {
  opacity: .81;
  align-self: stretch;
  box-shadow: 1px 1px 20px #1abc9c80;
}

.div_dip5._1 {
  background-image: linear-gradient(#00000075, #00000075), url('../images/Pain_in_the_neck.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div_dip5._2 {
  background-color: #0000;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/ehgb.jpeg');
  background-position: 0 0, 50%;
}

.div_dip5._3 {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/67_main.jpeg');
  background-position: 0 0, 50%;
}

.div_dip5._4 {
  background-image: linear-gradient(#00000047, #00000047), url('../images/404a9d34a113c2e1aec43aaa0a4131dd.jpeg');
  background-position: 0 0, 50%;
}

.div_dip5._5 {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/f11122cf8c66ab4e59045145a3c31073.png');
  background-position: 0 0, 50%;
}

.brand-10 {
  flex: 1;
  padding: 0;
}

.div-block-248, .text-block-29 {
  display: none;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

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

.gallery-image {
  width: 100%;
}

.team-slider-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-11 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.centered-subheading-8 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-3 {
  width: 30%;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #0000;
  padding-bottom: 0;
}

.team-member-image-two-3 {
  margin-bottom: 18px;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-500 {
  height: auto;
  display: none;
}

.section-500._5 {
  display: none;
}

.div-block-250 {
  padding-left: 10px;
}

.more {
  color: #112966d9;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff;
  border-bottom: 1px dotted #112966d9;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0 0 2px;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 700;
  transition: all .45s;
}

.more:hover {
  color: #1abc9c;
  background-color: #fff;
  border-style: none none dotted;
  border-color: #1abc9c;
}

.link-block-42.w--current {
  display: block;
}

.pricing-overview-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-12 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

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

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.section-502 {
  height: 101px;
}

.features-table-4 {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 80px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-13 {
  text-align: center;
  margin-top: 21px;
  margin-bottom: 0;
}

.centered-subheading-9 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table-4 {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title-4 {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #496fd3;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .5s;
  display: grid;
}

.comparison-row-6:hover {
  background-color: #365ab8;
}

.comparison-negative-6 {
  color: #fff;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  font-size: 20px;
  text-decoration: none;
}

.comparison-positive-6 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.section-503 {
  height: 101px;
}

.heading-45 {
  margin-top: 10px;
}

.section-504, .section-505, .section-506, .section-507 {
  height: 101px;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 20px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.section-508 {
  height: 101px;
}

.container-20 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 40px;
  display: flex;
}

.rich-text-block {
  text-align: justify;
  width: 80%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}

.section-509 {
  height: 145px;
}

.section-510 {
  height: 100px;
}

.paragraph-15 {
  margin-top: 60px;
  font-size: 18px;
}

.paragraph-15._123 {
  margin-bottom: 60px;
}

.section-511 {
  height: 100px;
}

.container-21 {
  margin-top: 60px;
}

.paragraph-16 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 18px;
}

.section-512 {
  height: 100px;
}

.container-22 {
  margin-top: 0;
}

.italic-text-2, .bold-text-24 {
  font-size: 18px;
}

.section-513 {
  height: 100px;
}

.paragraph-17 {
  margin-top: 75px;
  font-size: 19px;
}

.section-514 {
  height: 100px;
}

.container-23 {
  margin-top: 60px;
}

.section-515 {
  height: 100px;
}

.container-24 {
  margin-top: 60px;
}

.section-516 {
  height: 100px;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-25 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

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

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

.gallery-image-2 {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.paragraph-18 {
  margin-top: 100px;
  margin-bottom: 60px;
}

.rich-text-block-2 {
  text-align: left;
  margin-top: 100px;
  font-size: 16px;
}

.rich-text-block-3 {
  font-size: 18px;
}

.section-517 {
  height: 100px;
}

.rich-text-block-4 {
  margin-top: 60px;
  font-size: 16px;
}

.section-518 {
  height: 100px;
}

.paragraph-19 {
  margin-top: 90px;
  font-size: 18px;
}

.section-519 {
  height: 100px;
}

.container-26 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.paragraph-20 {
  margin-top: 20px;
  font-size: 21px;
}

.section-520 {
  height: 100px;
}

.container-27 {
  margin-top: 60px;
}

.section-521 {
  height: 100px;
}

.container-28 {
  margin-top: 60px;
}

.section-522 {
  height: 100px;
}

.container-29 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.paragraph-21 {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
}

.section-523, .section-524 {
  height: 100px;
}

.container-30 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.paragraph-22 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}

.features-table-10 {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 80px;
  position: relative;
}

.features-table-10._2 {
  padding-bottom: 60px;
}

.container-31 {
  margin-top: 20px;
}

.section-525 {
  height: 80px;
}

.container-32, .container-33 {
  margin-bottom: 60px;
}

.container-34 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.heading-46, .heading-47, .heading-48, .heading-49 {
  text-align: left;
}

.text-block-31 {
  color: #fff;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  display: block;
}

.bold-text-25 {
  object-fit: fill;
  width: auto;
  font-size: 22px;
}

.div-block-2000 {
  padding-left: 10px;
}

.div-block-2000._132 {
  text-align: center;
  background-color: #6c0000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 200px;
  height: 50px;
  padding-left: 0;
  display: flex;
}

.text-block-32 {
  color: #fff;
  text-transform: uppercase;
}

.section-700 {
  height: auto;
  display: block;
}

.section-700._5 {
  display: none;
}

.container-35 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-9-copy {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 500px;
  text-decoration: none;
  display: block;
}

.div-block-2001 {
  display: none;
}

.slider-wrap-111 {
  background-image: url('../images/2.jpeg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.slider-wrap-111._1 {
  background-image: linear-gradient(#00000045, #00000045), url('../images/doctor-and-patient-art-6b7bbfdda5c09479.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 30px;
}

.slider-wrap-111._2 {
  background-image: url('../images/5.jpeg');
}

.slider-wrap-111._3 {
  background-image: url('../images/3.jpeg');
}

.slider-wrap-111._111 {
  background-image: url('../images/123123.jpeg');
}

.slider-wrap-111._156 {
  background-image: url('../images/4.jpeg');
}

.slider-wrap-333 {
  background-image: url('../images/2.jpeg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.slider-wrap-333._1 {
  background-image: url('../images/4.jpeg');
}

.slider-wrap-333._2 {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/ПИКНИК.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 30px;
}

.slider-wrap-333._3 {
  background-image: url('../images/3.jpeg');
}

.slider-wrap-333._111 {
  background-image: url('../images/123123.jpeg');
}

.slider-wrap-333._156 {
  background-image: url('../images/4.jpeg');
}

.text-block-33 {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 10px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.heading-50 {
  color: #ec8c0f;
  font-size: 50px;
}

.text-block-34 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 30px;
}

.heading-55, .heading-60 {
  color: #fff;
  font-size: 50px;
}

.slider-wrap888 {
  background-image: url('../images/2.jpeg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.slider-wrap888._1 {
  background-image: url('../images/4.jpeg');
}

.slider-wrap888._2 {
  background-image: url('../images/5.jpeg');
}

.slider-wrap888._3 {
  background-image: url('../images/3.jpeg');
}

.slider-wrap888._111 {
  background-image: url('../images/123123.jpeg');
}

.slider-wrap888._156 {
  background-image: url('../images/4.jpeg');
}

.slider-wrap888._111-copy {
  background-image: url('../images/123123.jpeg');
  border-radius: 30px;
  width: 100%;
  display: flex;
}

.text-block-44 {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 10px;
  padding: 0;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.slider-top {
  background-color: #0000;
  width: 100vw;
  height: 80%;
  margin-top: 0;
}

.slider-anime-5._333, .slider-anime-6._333, .slider-anime-7._333 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.link-block2, .link-block0, .link-block-44, .link-block-45, .link-block-46, .link-block-47, .link-block-48, .heading-61 {
  text-decoration: none;
}

._888 {
  font-weight: 700;
}

._999 {
  font-size: 24px;
  font-weight: 700;
}

._666 {
  font-size: 22px;
  font-weight: 400;
}

.bold-text-26 {
  text-align: center;
}

.bold-text-26._88 {
  font-size: 24px;
  display: block;
}

._01 {
  font-weight: 700;
}

.rich-text-block-5 {
  text-align: justify;
}

._158 {
  text-align: center;
  font-size: 22px;
  display: block;
}

.center7text {
  text-align: center;
}

.paragraph-23 {
  font-size: 17px;
}

.rich-text-block-6 {
  text-align: justify;
  font-size: 16px;
}

.paragraph-56983 {
  margin-top: 40px;
}

.section-701 {
  height: 90px;
}

.bold-text222 {
  text-align: center;
  font-size: 21px;
  display: block;
}

.rich-text-block-355 {
  text-align: justify;
  font-size: 18px;
}

.rich-text-block-356, .rich-text-block-357 {
  text-align: justify;
}

.bold-text-27 {
  text-align: center;
}

.bold-text-27-copy {
  text-align: left;
}

.bold-text-28 {
  text-align: left;
  align-items: center;
  display: block;
}

.bold-text-29 {
  text-align: left;
  flex-wrap: nowrap;
  display: block;
}

.bold-text-30 {
  text-align: left;
  display: block;
}

.bold-text-31 {
  text-align: left;
}

.bold-text-32 {
  text-align: left;
  display: block;
}

.bold-text-33 {
  align-items: flex-start;
}

.bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38 {
  text-align: left;
  display: block;
}

.bold-text-45 {
  align-items: flex-start;
  font-size: 22px;
}

.bold-text-48 {
  text-align: left;
  align-items: flex-start;
}

.bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54 {
  align-items: flex-start;
}

.bold-text-55 {
  text-align: left;
  align-items: flex-start;
}

.bold-text-61 {
  text-align: left;
}

.bold-text-75 {
  text-align: left;
  align-items: flex-start;
}

.bold-text-76 {
  text-align: left;
  align-items: flex-start;
  font-size: 22px;
}

.bold-text-82 {
  align-items: flex-start;
}

.bold-text-84 {
  text-align: left;
  align-items: flex-start;
}

.section-702 {
  height: 130px;
}

.team-slider-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-36 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-14 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-10 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-4 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-4 {
  width: 30%;
  margin-right: 5%;
}

.team-block-4 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-4 {
  margin-bottom: 18px;
}

.team-block-info-4 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-4 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-4 {
  margin-bottom: 20px;
}

.text-link-arrow-5 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-5 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-4 {
  display: none;
}

.team-slider-nav-4 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.link-block-49 {
  text-decoration: none;
}

.grid-4 {
  grid-template-rows: auto auto;
  grid-template-areas: "Area"
                       ".";
}

.collection-item {
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 1rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.rich-text-block-358 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.form-row.hide {
  display: none;
}

.container-37 {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-vertical {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bold-text-86 {
  align-items: flex-start;
}

.heading-65 {
  margin-top: 40px;
}

.bold-text-88 {
  align-items: flex-start;
}

.text-block-45 {
  text-align: center;
  margin-top: 39px;
  margin-bottom: 39px;
}

.section-704 {
  height: 130px;
}

.section-705 {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 40px;
  display: flex;
}

.features-table-11 {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.container-38 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-15 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-11 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table-5 {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title-5 {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative-7 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive-7 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.italic-text-3 {
  font-size: 16px;
}

.section-706 {
  height: 130px;
}

.container-39 {
  margin-top: 40px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 0;
  position: relative;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
  font-size: 16px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  height: 500px;
}

.italic-text-4 {
  text-align: center;
}

.italic-text-5 {
  font-size: 16px;
}

.section-707, .section-708 {
  height: 130px;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
  font-size: 17px;
}

.link-block-50 {
  height: 100%;
  text-decoration: none;
}

.link-block-51, .link-block-52, .link-block-53, .link-block-54, .link-block-55, .link-block-56, .link-block-57, .link-block-58, .link-block-59, .link-block-60, .link-block-61, .link-block-62, .link-block-63, .link-block-64, .link-block-65, .link-block-66, .link-block-67, .link-block-68, .link-block-69, .link-block-70, .link-block-71, .link-block-72, .link-block-73, .link-block-74, .link-block-75, .link-block-76, .link-block-77, .link-block-78, .link-block-79, .link-block-80, .link-block-81, .link-block-82, .link-block-83, .link-block-84, .link-block-85 {
  text-decoration: none;
}

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

.gallery-overview-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-40 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block-2 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

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

.gallery-image-3 {
  width: 100%;
}

.heading-72 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.bold-text-89 {
  text-align: justify;
}

.paragraph-56985 {
  direction: ltr;
  text-align: center;
  overflow: visible;
}

.section-710 {
  height: 130px;
}

.section-711 {
  height: 100vh;
}

.container-41 {
  position: relative;
}

.heading-73 {
  margin-bottom: 10px;
}

.bold-text-90 {
  font-size: 22px;
}

.gallery-overview-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-42 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-wrapper-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: inline-block;
}

.gallery-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block-3 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-3 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.gallery-grid-4 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.gallery-image-4 {
  width: 100%;
}

.gallery-image-4.shadow-two {
  width: 300px;
  height: auto;
  padding: 10px;
}

.gallery-scroll-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-43 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-sticky-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-2 {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-2:hover {
  color: #1a1b1fcc;
}

.gallery-link-2.w--current {
  font-weight: 600;
}

.gallery-image-wrapper-2 {
  position: relative;
}

.gallery-image-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.team-slider-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-16 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-12 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-5 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-5 {
  width: 30%;
  margin-right: 5%;
}

.team-block-5 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-5 {
  margin-bottom: 18px;
}

.team-block-info-5 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-5 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-5 {
  margin-bottom: 20px;
}

.text-link-arrow-6 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-6 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-5 {
  display: none;
}

.team-slider-nav-5 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.media-image-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-top: 8.9rem;
  padding-bottom: 79px;
  display: flex;
}

.gallery-dyn-list {
  column-count: 3;
  flex-wrap: wrap;
  width: 100vw;
  padding-left: 4%;
  padding-right: 4%;
}

.gallery-item {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: opacity .3s;
}

.gallery-item:hover {
  opacity: .65;
}

.container-44 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-66, .image-67, .image-68, .image-69 {
  width: 200px;
  height: 200px;
}

.section-712 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-link-2, .lightbox-link-3, .image-70 {
  margin-left: 10px;
  margin-right: 10px;
}

.section-713 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-71 {
  margin-right: 10px;
}

.lightbox-link-4 {
  margin-left: 10px;
}

.section-714 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.lightbox-link-5 {
  margin-left: 10px;
}

.image-72 {
  width: 500px;
  height: 300px;
}

.container-45 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-715 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-716 {
  height: 130px;
}

.hero-stack-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-46 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-2.shadow-two._3 {
  margin-bottom: 40px;
}

.heading-78 {
  margin-top: 0;
}

.section-717 {
  height: 140px;
}

.section-718 {
  height: 100%;
  margin-top: 10px;
  display: block;
}

.container-47 {
  height: 50px;
}

.section-719 {
  margin-top: 20px;
}

.container-48 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.code-embed {
  overflow: visible;
}

.search-2 {
  width: 200px;
  display: block;
}

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

.nav-link-18, .nav-link-19, .nav-link-20 {
  display: none;
}

html.w-mod-js [data-ix="zoommain"] {
  width: 120%;
}

html.w-mod-js [data-ix="blockinter"], html.w-mod-js [data-ix="bl2"], html.w-mod-js [data-ix="bl3"], html.w-mod-js [data-ix="bl4"] {
  width: auto;
}

html.w-mod-js [data-ix="hiderega"] {
  opacity: 0;
}

@media screen and (min-width: 1440px) {
  .nav-link-16._1 {
    font-size: .8vw;
  }

  .image-35 {
    width: 15vw;
    display: inline-block;
  }

  .nav-link-17 {
    font-size: 13px;
  }

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

  .slider-5 {
    background-color: #0000;
  }

  .column-20 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .bold-text-19 {
    text-align: left;
    flex: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
    display: inline-block;
  }

  .bold-text-19._5, .bold-text-19._10 {
    text-align: center;
  }

  .div-block-224 {
    font-size: 0;
    display: block;
  }

  .link-block-24 {
    transition: all .2s;
    position: absolute;
    inset: 0%;
  }

  .link-block-24:hover {
    background-color: #0000001c;
  }

  .heading-35 {
    flex: 0 auto;
  }

  .link-block-25 {
    transition: all .2s;
    position: absolute;
    inset: 0%;
  }

  .link-block-25:hover {
    background-color: #00000014;
  }

  .link-block-31 {
    display: block;
    position: absolute;
    inset: 0%;
  }

  .link-16._1 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .div-block-219 {
    margin-top: 10px;
    padding-top: 0;
  }

  .link-block-23 {
    transition: all .2s;
    position: absolute;
    inset: 0%;
  }

  .link-block-23:hover {
    background-color: #00000014;
  }

  .text-block-21 {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
  }

  .text-block-21._7 {
    font-size: 17px;
  }

  .link-block-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: block;
    position: relative;
    inset: 0%;
    overflow: visible;
  }

  .div-block-231 {
    display: flex;
    position: static;
  }

  .section-116 {
    width: 90%;
  }

  .heading-38 {
    text-align: center;
    align-self: auto;
    text-decoration: none;
  }

  .link-block-21 {
    flex: none;
  }

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

  .comparison-positive {
    text-align: center;
  }

  .container-8 {
    width: 90%;
    max-width: none;
    position: relative;
  }

  .team-member-image-3 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-circles-3 {
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .slider-10 {
    background-color: #0000;
  }

  .testimonial-image-left-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-small-2.margin-bottom-32px {
    font-weight: 400;
  }

  .team-slider-2 {
    display: none;
  }

  .container-15 {
    flex: 0 auto;
  }

  .testimonial-right-5 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

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

  .div_dip._4 {
    width: 250px;
    padding: 40px 30px;
    text-decoration: none;
  }

  .div_dip2._4 {
    border-style: solid;
    width: 250px;
    text-decoration: none;
  }

  .div_dip3._4, .div_dip4._4._1 {
    width: 250px;
    text-decoration: none;
  }

  .div-block-248 {
    position: static;
    inset: 0%;
  }

  .div-block-249 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    inset: 0%;
  }

  .link-block-42 {
    width: auto;
  }

  .link-block-50 {
    text-decoration: none;
  }

  .text-block-46 {
    margin-top: 40px;
    padding-top: 0;
    font-size: 16px;
  }

  .diagnos-text {
    text-align: left;
    font-size: 25px;
    display: block;
  }

  .text-block-47 {
    font-size: 25px;
  }

  .section-709 {
    font-size: 16px;
  }

  .analisis15 {
    text-align: left;
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-116 {
    align-self: auto;
    width: 90%;
  }

  .nav-link-16 {
    margin-left: 0;
    margin-right: 0;
    font-size: 3vw;
    font-weight: 500;
  }

  .nav-link-16._1 {
    font-size: 3vw;
    font-weight: 300;
  }

  .search-input {
    width: 100%;
  }

  .search {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-117 {
    background-color: #fff;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px 5%;
    display: flex;
  }

  .nav-menu-5 {
    height: 100vh;
  }

  .heading {
    font-size: 2vw;
    line-height: 2.2vw;
  }

  .paragraph {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .link {
    font-size: 1.5vw;
  }

  .row {
    width: auto;
  }

  .div-block-118 {
    padding: 20px;
  }

  .section-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-119 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-2 {
    font-size: 1vw;
  }

  .div-block-120 {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-122 {
    width: auto;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 1.5vw;
  }

  .heading-4._1 {
    height: 100px;
  }

  .div-block-125 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .div-block-126 {
    height: 200px;
  }

  .div-block-129 {
    padding-left: 0;
    padding-right: 10px;
  }

  .text-block, .link-4, .link-4._1 {
    font-size: 1.5vw;
  }

  .div-block-130 {
    background-color: var(--medium-aquamarine);
    border-radius: 5px;
  }

  .div-block-131 {
    padding: 5% 5% 5% 10%;
  }

  .heading-5 {
    font-size: 3vw;
    line-height: 2vw;
  }

  .paragraph-3 {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .section-6 {
    grid-template-rows: 350px auto auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .div-block-138 {
    width: 90%;
  }

  .section-7 {
    height: auto;
  }

  .italic-text, .text-block-5 {
    font-size: 1.2vw;
  }

  .section-9 {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: flex;
    position: absolute;
  }

  .div-block-147 {
    width: 90%;
  }

  .heading-8, .paragraph-5 {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .button {
    font-size: 1.2vw;
  }

  .footblock {
    padding-right: 20px;
  }

  .text-block-6 {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .text-block-7 {
    font-size: 1vw;
  }

  .paragraph-6 {
    font-size: 1.2vw;
    line-height: 2vw;
  }

  .text-block-8 {
    font-size: 1vw;
  }

  .link-6, .link-6._1 {
    font-size: 1.2vw;
  }

  .heading-13 {
    font-size: 1.5vw;
    line-height: 1.8vw;
  }

  .text-block-10 {
    font-size: 1vw;
  }

  .text-block-11 {
    font-size: 1.2vw;
  }

  .div-block-168._1 {
    background-position: 0 0, 50%;
    background-size: auto, auto 150%;
    align-self: stretch;
  }

  .heading-14 {
    font-size: 1.8vw;
  }

  .text-block-12 {
    font-size: 1vw;
  }

  .text-block-13 {
    font-size: 1.2vw;
  }

  .heading-15 {
    font-size: 3vw;
  }

  .heading-16 {
    margin-top: 15px;
    font-size: 2vw;
  }

  .heading-19 {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .paragraph-8 {
    font-size: 1vw;
    line-height: 2vw;
  }

  .menu-button {
    float: right;
    position: relative;
  }

  .heading-21 {
    font-size: 1vw;
  }

  .link-block-7 {
    display: none;
  }

  .div-block-180 {
    padding-left: 10%;
  }

  .div-block-181 {
    padding-right: 10%;
  }

  .button-5 {
    font-size: 1.2vw;
  }

  .div-block-185 {
    grid-template-columns: 30% 30% 35%;
    width: 90%;
  }

  .div-block-186, .div-block-187, .div-block-188, .div-block-189 {
    padding: 15px;
  }

  .div-block-190 {
    padding: 0;
  }

  .button-6, .heading-25 {
    font-size: 1.2vw;
  }

  .image-49 {
    display: inline-block;
  }

  .grid {
    width: 90%;
  }

  .div-block-193 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-11, .paragraph-12 {
    font-size: 1.2vw;
    line-height: 2vw;
  }

  .grid-2 {
    width: 90%;
  }

  .button-7 {
    font-size: 1.2vw;
  }

  .grid-3, .div-block-206 {
    display: none;
  }

  .navbar-10 {
    flex-direction: column;
    display: flex;
  }

  .div-block-218 {
    padding: 5% 5% 5% 10%;
  }

  .paragraph-14 {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  .section-115 {
    flex-direction: column;
    justify-content: space-around;
    width: 80%;
    margin-bottom: 220px;
    padding-top: 0;
  }

  .text-block-20 {
    font-size: 1.2vw;
  }

  .heading-36 {
    font-size: 3vw;
  }

  .bold-text-19 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .pricediv-2 {
    flex: 0 auto;
    justify-content: stretch;
    align-self: auto;
    height: 200px;
    margin-bottom: 10px;
    display: block;
  }

  .pricediv-2._1 {
    background-color: var(--1);
    font-size: 16px;
  }

  .pricediv-2._2 {
    background-color: var(--1);
  }

  .pricediv-2._3 {
    background-color: var(--1);
    height: auto;
  }

  .div-block-221 {
    display: none;
  }

  .background-video-2 {
    flex-flow: column;
    justify-content: space-between;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
  }

  .heading-35 {
    font-size: 17px;
  }

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

  .link-16 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
  }

  .link-16._1 {
    font-size: 13px;
  }

  .div-block-219 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
    display: block;
  }

  .div-block-220 {
    flex-direction: column;
    flex: none;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
    display: block;
  }

  .link-block-23 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    height: 200px;
    display: none;
    position: static;
  }

  .div-block-225 {
    height: 200px;
    display: none;
  }

  .div-block-225._2 {
    width: auto;
    height: auto;
    display: block;
    position: relative;
  }

  .link-15 {
    flex: 0 auto;
    font-size: 14px;
    display: block;
  }

  .div-block-223 {
    flex-direction: column;
    justify-content: space-between;
    height: 450px;
    display: flex;
  }

  .background-video-3 {
    flex: 0 auto;
    height: 200px;
    display: none;
  }

  .text-block-21 {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-232 {
    background-position: 50% 30%;
  }

  .section-116 {
    grid-template-rows: 350px auto auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-top: 1px;
  }

  .text-block-25 {
    font-size: 1vw;
  }

  .text-block-23 {
    font-size: 1.2vw;
  }

  .div-block-138-copy {
    flex-direction: column;
    width: 90%;
    display: flex;
  }

  .section-117 {
    height: auto;
  }

  .heading-39 {
    font-size: 1.8vw;
  }

  .text-block-24 {
    font-size: 1.2vw;
  }

  .div-block-233._1 {
    width: 100%;
  }

  .heading-38 {
    font-size: 1.5vw;
    line-height: 1.8vw;
  }

  .text-block-26 {
    font-size: 1vw;
  }

  .heading-40 {
    font-size: 3vw;
  }

  .link-block-36 {
    width: 100%;
  }

  .div-block-video2 {
    flex: 0 auto;
    justify-content: flex-start;
    height: 180px;
  }

  .container-10 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .hero-heading-left {
    padding-top: 10px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-11 {
    max-width: 728px;
  }

  .container-8 {
    flex: 0 auto;
    justify-content: center;
    max-width: 728px;
    display: block;
  }

  .link-18 {
    font-size: 1.5vw;
  }

  .team-member-image-3 {
    width: 190px;
    height: 190px;
  }

  .team-grid-3 {
    grid-column-gap: 40px;
  }

  .team-circles-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .container-12 {
    max-width: 728px;
  }

  .link-19 {
    font-size: 1.5vw;
  }

  .container-13 {
    max-width: 728px;
  }

  .link-20 {
    font-size: 1.5vw;
  }

  .container-6 {
    max-width: 728px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .div-block-238 {
    flex-direction: column;
    justify-content: flex-start;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .testimonial-left, .testimonial-left-2 {
    width: 40%;
    margin-right: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-14 {
    max-width: 728px;
  }

  .testimonial-left-3 {
    width: 40%;
    margin-right: 40px;
  }

  .comparison-title-2 {
    text-align: left;
    font-size: 22px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .works-2 {
    background-image: none;
    background-position: 0 0;
    height: auto;
    display: block;
  }

  .container-15 {
    align-items: stretch;
    max-width: none;
    display: block;
  }

  .div-block-243 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .div-block-244 {
    flex: 1;
    align-self: stretch;
    position: static;
  }

  .link-block-41 {
    display: none;
  }

  .container-16 {
    max-width: 728px;
  }

  .div_dip4._4._1 {
    width: 100%;
  }

  .container-17 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

  .div-block-250 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .more {
    font-size: 1.5vw;
  }

  .container-18 {
    max-width: 728px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .container-19, .container-25 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .bold-text-39 {
    text-align: left;
    align-items: flex-start;
  }

  .bold-text-45 {
    text-align: left;
  }

  .bold-text-46 {
    text-align: left;
    align-items: flex-start;
  }

  .bold-text-59 {
    text-align: left;
    align-items: flex-start;
    font-size: 22px;
  }

  .bold-text-60 {
    text-align: left;
    align-items: flex-start;
  }

  .bold-text-67 {
    text-align: left;
  }

  .bold-text-68 {
    text-align: left;
    align-items: flex-start;
  }

  .bold-text-75 {
    text-align: left;
    align-items: flex-start;
    font-size: 22px;
  }

  .bold-text-77 {
    text-align: left;
  }

  .container-36 {
    max-width: 728px;
  }

  .team-slide-wrapper-4 {
    width: 47%;
    margin-right: 6%;
  }

  .bold-text-87 {
    text-align: left;
    align-items: flex-start;
  }

  .bold-text-88 {
    text-align: left;
  }

  .container-38 {
    max-width: 728px;
  }

  .link-block-50 {
    width: 100%;
    display: inline-block;
  }

  .container-40 {
    max-width: 728px;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr 1fr;
  }

  .bold-text-91, .bold-text-92 {
    font-size: 22px;
  }

  .container-42 {
    max-width: 728px;
  }

  .gallery-wrapper-4 {
    grid-template-columns: 1fr 1fr;
  }

  .container-43 {
    max-width: 728px;
  }

  .gallery-wrapper-5 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky-2 {
    position: relative;
    top: 0;
  }

  .team-slide-wrapper-5 {
    width: 47%;
    margin-right: 6%;
  }

  .gallery-item {
    margin-top: 0;
  }

  .container-46 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-116 {
    align-self: auto;
  }

  .nav-link-16 {
    margin-left: 0;
  }

  .search-input {
    width: 100%;
  }

  .search {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-117 {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .section-8 {
    display: none;
  }

  .nav-link-17 {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 13px;
  }

  .menu-button {
    text-align: left;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .link-block-7 {
    background-color: var(--medium-aquamarine);
    border-radius: 30px;
    width: 50px;
    padding: 10px;
    display: block;
    position: fixed;
    bottom: 60px;
    right: 25px;
  }

  .div-block-179 {
    display: none;
  }

  .div-block-185 {
    grid-template-columns: auto auto;
    width: 90%;
  }

  .heading-24 {
    margin-bottom: 10px;
    font-size: 4vw;
    line-height: 5vw;
  }

  .paragraph-10 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .button-6 {
    font-size: 1.2vw;
  }

  .div-block-191 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .grid-2 {
    display: none;
  }

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

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .heading-28 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3vw;
  }

  .link-block-10 {
    color: var(--dim-grey);
    text-decoration: none;
  }

  .heading-29 {
    text-align: center;
    font-size: 5vw;
    line-height: 6vw;
  }

  .image-51 {
    width: 15vw;
  }

  .div-block-204 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-206 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

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

  .column-21 {
    display: none;
  }

  .paragraph-14 {
    font-size: 2vw;
  }

  .section-115 {
    display: block;
  }

  .bold-text-19 {
    text-align: left;
  }

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

  .link-block-40 {
    align-items: flex-start;
  }

  .pricing-overview, .hero-heading-left, .features-table {
    padding: 60px 15px;
  }

  .team-grid-3 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .team-circles-3, .works {
    padding: 60px 15px;
  }

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

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-left-2 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four-2 {
    height: auto;
  }

  .team-slider, .testimonial-image-left-2 {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four-2 {
    flex-direction: column;
  }

  .testimonial-left-3 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four-3 {
    height: auto;
  }

  .heading-small-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .features-table-2 {
    padding: 60px 15px;
  }

  .comparison-title-2 {
    text-align: left;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .works-2 {
    padding: 10px 15px 60px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .features-table-3, .hero-without-image, .gallery-overview, .team-slider-3, .pricing-overview-2, .features-table-4, .hero-without-image-2, .gallery-scroll, .features-table-10 {
    padding: 60px 15px;
  }

  .bold-text-45, .bold-text-47, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54 {
    text-align: left;
  }

  .bold-text-76 {
    font-size: 22px;
  }

  .bold-text-78, .bold-text-79, .bold-text-80, .bold-text-81, .bold-text-82, .bold-text-83, .bold-text-85 {
    text-align: left;
  }

  .team-slider-4 {
    padding: 60px 15px;
  }

  .bold-text-86 {
    text-align: left;
  }

  .features-table-11, .hero-stack, .hero-stack-2, .gallery-overview-2, .gallery-overview-3, .gallery-scroll-2, .team-slider-5 {
    padding: 60px 15px;
  }

  .gallery-dyn-list {
    column-count: 2;
  }

  .gallery-item {
    min-width: 50%;
  }

  .hero-stack-3 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  strong {
    text-align: center;
    display: block;
  }

  .div-block-116 {
    flex: none;
    align-self: auto;
    width: 90%;
  }

  .nav-link-16 {
    margin-left: 0;
    margin-right: 0;
    font-size: 4vw;
    display: block;
    position: static;
  }

  .nav-link-16._1 {
    text-transform: uppercase;
    object-fit: fill;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-left: 15%;
    margin-right: 15%;
    font-size: 4vw;
    display: none;
    overflow: visible;
  }

  .nav-link-16._1.w--current {
    display: block;
  }

  .search-input {
    width: 100%;
  }

  .search {
    flex-direction: column;
    width: 100%;
  }

  .div-block-117 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 20px 5%;
    display: flex;
    position: relative;
  }

  .nav-menu-5 {
    box-shadow: none;
    background-color: #fff;
    flex-direction: column;
    height: 100vh;
  }

  .image-35 {
    width: 30vw;
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .search-button {
    width: 100%;
  }

  .navbar-5 {
    height: auto;
    box-shadow: 0 1px 26px -9px #00000080;
  }

  .section {
    height: auto;
  }

  .section-2 {
    flex-direction: column;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 3vw;
    line-height: 3vw;
  }

  .link {
    color: var(--medium-aquamarine);
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0;
    font-size: 3.5vw;
    font-weight: 700;
  }

  .div-block-118 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 5px;
    display: flex;
  }

  .section-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    padding: 60px 2% 0;
  }

  .div-block-119 {
    grid-column-gap: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-2 {
    text-align: justify;
    margin-top: 0;
    font-size: 5vw;
    font-weight: 900;
    line-height: 7vw;
  }

  .link-2 {
    text-align: center;
    width: 100%;
    padding: 15px;
    font-size: 3vw;
  }

  .div-block-120 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: grid;
  }

  .div-block-121 {
    width: auto;
  }

  .link-3 {
    float: none;
    color: var(--midnight-blue);
    font-size: 4vw;
    font-weight: 900;
  }

  .div-block-122 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .paragraph-2 {
    text-align: justify;
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .heading-3 {
    text-align: center;
    font-size: 5vw;
    line-height: 6vw;
  }

  .heading-4 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .heading-4._1 {
    font-size: 4vw;
  }

  .div-block-125 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-126, .div-block-126._2 {
    height: 200px;
  }

  .div-block-129 {
    padding-left: 0;
  }

  .text-block {
    margin-left: 0;
    font-size: 4vw;
    font-weight: 300;
    line-height: 5vw;
  }

  .link-4 {
    border-style: none none solid;
    border-color: var(--midnight-blue);
    border-radius: 0;
    padding-bottom: 5px;
    font-size: 3vw;
  }

  .link-4:hover {
    border-bottom-style: solid;
  }

  .link-4._1 {
    font-size: 4vw;
  }

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

  .section-5 {
    height: auto;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .row-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .column-7 {
    border-radius: 5px;
    height: 300px;
  }

  .div-block-131 {
    text-align: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-5 {
    color: var(--midnight-blue);
    font-size: 8vw;
    font-weight: 700;
    line-height: 8vw;
  }

  .paragraph-3 {
    color: var(--dim-grey-2);
    text-align: left;
    margin-top: 15px;
    font-size: 4vw;
    font-weight: 400;
    line-height: 7vw;
  }

  .text-block-2 {
    padding: 10px;
    font-size: 3vw;
  }

  .section-6 {
    grid-template-rows: 300px auto auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .div-block-133 {
    padding: 20px;
  }

  .heading-6 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .text-block-3 {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .div-block-138 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .section-7 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section-8 {
    height: 110px;
    display: block;
  }

  .italic-text {
    font-size: 3vw;
    font-style: normal;
    line-height: 4vw;
  }

  .text-block-5 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .section-9 {
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .div-block-147 {
    grid-column-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    width: 100%;
    display: block;
  }

  .heading-8 {
    text-align: center;
    font-size: 5vw;
  }

  .paragraph-5 {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .button {
    font-size: 3vw;
  }

  .footblock {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
    display: block;
  }

  .text-block-6 {
    color: var(--medium-aquamarine);
    -webkit-text-stroke-color: var(--medium-aquamarine);
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .div-block-148 {
    align-items: center;
  }

  .div-block-150 {
    text-align: center;
  }

  .text-block-7 {
    text-align: center;
    font-size: 3.5vw;
  }

  .section-10 {
    height: 50%;
    padding-top: 60px;
  }

  .slider {
    height: 100%;
  }

  .heading-9 {
    text-align: center;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .paragraph-6 {
    text-align: center;
    font-size: 3vw;
    line-height: 5vw;
    text-decoration: none;
  }

  .div-block-152 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: var(--medium-aquamarine);
    text-align: center;
    border-radius: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
    position: relative;
    overflow: hidden;
  }

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

  .image-39 {
    width: 40px;
    padding-top: 10px;
  }

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

  .image-40 {
    width: 8vw;
    margin-right: 0;
  }

  .div-block-156 {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .heading-10 {
    color: var(--dim-grey);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 15px;
    font-family: Open Sans, sans-serif;
    font-size: 4vw;
    line-height: 5vw;
    text-decoration: none;
    transition: all .35s;
  }

  .heading-10:hover {
    transform: translate(30px);
  }

  .section-12 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    overflow: hidden;
  }

  .link-block {
    border-top: 1px #46464626;
    border-bottom: 1px solid #46464626;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 5%;
    padding-right: 5%;
    text-decoration: none;
    display: flex;
    overflow: hidden;
  }

  .div-block-157 {
    border: 1px solid #40d293;
    border-radius: 100px;
  }

  .heading-11 {
    color: var(--midnight-blue);
    text-align: center;
    text-transform: uppercase;
    margin: 0 5% 25px;
    font-family: Open Sans, sans-serif;
    font-size: 5vw;
    font-weight: 900;
    line-height: 8vw;
  }

  .div-block-158 {
    height: 200px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
    font-weight: 300;
  }

  .text-block-8 {
    font-size: 3vw;
  }

  .text-block-8._1 {
    font-size: 2.5vw;
  }

  .div-block-160 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-161 {
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10%;
  }

  .paragraph-7 {
    width: auto;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .heading-12 {
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-12._1 {
    color: #000;
    margin-top: 15px;
  }

  .text-block-9 {
    width: auto;
    font-size: 4vw;
    line-height: 5vw;
  }

  .text-block-9._1 {
    color: #000;
  }

  .link-6 {
    margin-bottom: 10px;
    font-size: 3vw;
  }

  .link-6._1 {
    font-size: 3vw;
  }

  .heading-13 {
    font-size: 4vw;
    line-height: 6vw;
  }

  .div-block-166 {
    align-self: stretch;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-10 {
    font-size: 2.5vw;
  }

  .text-block-10._1 {
    text-align: center;
    border-radius: 10px;
    width: 90%;
    font-size: 3vw;
  }

  .image-41 {
    margin-right: 10px;
  }

  .text-block-11 {
    font-size: 3vw;
  }

  .div-block-168 {
    align-self: stretch;
    padding: 10px;
    box-shadow: 1px 1px 20px #0000004d;
  }

  .heading-14 {
    font-size: 3vw;
    line-height: 5vw;
  }

  .text-block-12 {
    font-size: 3vw;
  }

  .div-block-169 {
    padding-bottom: 20px;
  }

  .div-block-169._1 {
    align-items: center;
  }

  .text-block-13 {
    font-size: 3vw;
  }

  .heading-15 {
    margin-bottom: 0;
    font-size: 5vw;
  }

  .section-14 {
    padding-top: 40px;
  }

  .heading-16 {
    margin-top: 15px;
    font-size: 3vw;
  }

  .button-3 {
    font-size: 3vw;
  }

  .slide-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-170 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-171 {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
  }

  .heading-17 {
    margin-bottom: 15px;
  }

  .icon {
    color: var(--midnight-blue);
    border: 1px #000;
    transform: scale(.6);
  }

  .icon-2 {
    color: var(--midnight-blue);
    transform: scale(.6);
  }

  .nav-menu-6 {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .brand {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 5%;
  }

  .nav-link-17 {
    text-align: center;
    padding: 10px 25px;
    font-size: 11px;
    line-height: 1px;
  }

  .nav-link-17._1, .nav-link-17._3, .navbar-6 {
    display: block;
  }

  .div-block-172, .heading-18 {
    display: none;
  }

  .div-block-173 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .div-block-174 {
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  .heading-19 {
    text-align: center;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .paragraph-8 {
    text-align: center;
    font-size: 3vw;
    line-height: 5vw;
  }

  .section-16 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-175 {
    height: 60px;
  }

  .icon-3 {
    color: #fff0;
    -webkit-text-stroke-color: var(--deep-sky-blue);
    background-color: #fff;
    background-image: url('../images/menu.png');
    background-position: 0 0;
    background-size: cover;
    border: 1px #fff;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 2px;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
    overflow: visible;
  }

  .menu-button {
    color: var(--midnight-blue);
    -webkit-text-stroke-color: var(--deep-sky-blue);
    background-color: #fff;
    flex: none;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    width: 40px;
    height: 40px;
    padding: 20px 2px 10px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .div-block-177 {
    display: none;
  }

  .heading-20 {
    height: 100%;
    font-size: 2vw;
  }

  .modal-wrapper {
    padding: 30px;
  }

  .modal-body {
    padding: 20px 20px 15px;
  }

  .div-block-178 {
    border-radius: 10px 0 0 10px;
    right: 0;
  }

  .heading-21 {
    font-size: 3vw;
  }

  .link-block-5 {
    width: 200%;
  }

  .submit-button, .field-label {
    font-size: 3vw;
  }

  .paragraph-9 {
    font-size: 2.5vw;
  }

  .link-block-7 {
    z-index: 1000;
    background-color: var(--medium-aquamarine);
    border-radius: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 12px;
    display: block;
    position: fixed;
    bottom: 45px;
    right: 0;
    box-shadow: 0 1px 15px #00000045;
  }

  .image-45 {
    width: 30px;
  }

  .div-block-179 {
    height: 100px;
    display: none;
  }

  .heading-23 {
    margin-bottom: 5px;
    font-size: 5vw;
    line-height: 6vw;
  }

  .div-block-182 {
    align-items: center;
  }

  .button-5 {
    font-size: 2.5vw;
  }

  .tabs {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    width: 90%;
  }

  .tab-link-tab-3 {
    background-color: var(--medium-aquamarine);
    margin-right: 0;
  }

  .tab-link-tab-3.w--current {
    background-color: var(--midnight-blue);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .tabs-content {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .map-2 {
    height: 300px;
  }

  .div-block-183 {
    grid-column-gap: 5px;
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .text-block-16 {
    text-align: left;
    margin-top: 10px;
    font-family: Open Sans, sans-serif;
  }

  .section-17 {
    padding: 5px 0 10px;
    position: relative;
  }

  .div-block-185 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 48%;
    width: 90%;
  }

  .div-block-186 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    padding: 15px;
    display: grid;
  }

  .heading-24 {
    text-align: left;
    margin-bottom: 0;
    font-size: 4vw;
    font-weight: 700;
    line-height: 5vw;
  }

  .paragraph-10 {
    text-align: center;
    font-size: 3vw;
    line-height: 6vw;
    display: none;
  }

  .div-block-187 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    padding: 15px;
    display: grid;
  }

  .div-block-188 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    padding: 15px;
    display: grid;
  }

  .div-block-189 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    padding: 15px;
    display: grid;
  }

  .image-47 {
    width: 20vw;
  }

  .button-6 {
    color: var(--dim-grey);
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 2.2vw;
    line-height: 5vw;
  }

  .heading-25 {
    font-size: 4vw;
    line-height: 6vw;
  }

  .image-48 {
    width: 25vw;
  }

  .div-block-191 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .image-49 {
    display: none;
  }

  .grid {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .heading-26 {
    margin-bottom: 3px;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .text-block-17 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .section-18 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-193 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: space-between;
    place-items: end stretch;
    padding: 14px;
  }

  .div-block-194 {
    align-self: center;
    height: 100%;
    margin-bottom: 0;
  }

  .div-block-195 {
    padding: 15px;
  }

  .heading-27 {
    color: var(--midnight-blue);
    margin-top: 0;
    font-size: 5vw;
    line-height: 6vw;
  }

  .paragraph-11 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .paragraph-12 {
    color: var(--dim-grey-2);
    margin-bottom: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .image-50 {
    width: 8vw;
    bottom: 15px;
    right: 15px;
  }

  .grid-2 {
    display: none;
  }

  .div-block-197 {
    width: 90%;
  }

  .button-7 {
    float: left;
    margin-top: 10px;
    font-size: 3vw;
  }

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

  .heading-28 {
    color: var(--midnight-blue);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 4vw;
    line-height: 7vw;
    transition: all .3s;
  }

  .heading-28:hover {
    transform: translate(10px);
  }

  .link-block-10 {
    border-bottom: 1px dotted var(--midnight-blue);
    padding-bottom: 3px;
  }

  .menu-button-2 {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 5%;
  }

  .heading-29 {
    color: var(--midnight-blue);
    text-align: center;
    margin-top: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 4vw;
    line-height: 6vw;
  }

  .heading-29._1 {
    color: #11296696;
    font-size: 3vw;
  }

  .image-51 {
    width: 20vw;
  }

  .div-block-204 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-206 {
    border: 5px solid var(--midnight-blue);
    border-radius: 5px;
    width: 90%;
    padding: 15px;
  }

  .section-19 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 5px;
    display: flex;
  }

  .div-block-207 {
    width: 100%;
    right: 0%;
    transform: translate(0, 400px);
  }

  .field-label-2, .heading-31 {
    font-size: 3vw;
  }

  .paragraph-13 {
    font-size: 3vw;
    line-height: 5vw;
  }

  .textarea {
    font-size: 3vw;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px #000;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    left: 60px;
    box-shadow: 0 0 10px #000000c4;
  }

  .div-block-210 {
    display: none;
  }

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

  .brand-2 {
    flex: 0 auto;
  }

  .icon-4 {
    width: 5vw;
  }

  .bold-text-17 {
    font-size: 4.5vw;
    font-weight: 900;
  }

  .div-block-213 {
    width: auto;
  }

  .text-block-18 {
    text-align: center;
    font-size: 3vw;
    line-height: 4vw;
  }

  .heading-32 {
    font-size: 3vw;
    line-height: 5vw;
  }

  .text-block-19 {
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .navbar-10 {
    height: 110px;
    box-shadow: 0 1px 26px -9px #00000080;
  }

  .section-112 {
    display: none;
  }

  .section-112._5 {
    margin-top: 0;
    display: block;
  }

  .container-9 {
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .div-block-218 {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .link-14 {
    margin-top: 0;
    font-size: 18px;
  }

  .row-9 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .column-21 {
    border-radius: 5px;
    height: 300px;
    display: none;
  }

  .paragraph-14 {
    color: #616161;
    text-align: justify;
    margin-top: 15px;
    font-size: 4vw;
    font-weight: 400;
    line-height: 7vw;
  }

  .background-video {
    align-items: stretch;
    width: auto;
    height: 300px;
    padding: 0;
    display: block;
  }

  .div-block-217 {
    padding-bottom: 20px;
  }

  .div-block-217._1 {
    align-items: center;
  }

  .section-114 {
    height: auto;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .section-115 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

  .text-block-20 {
    font-size: 3vw;
  }

  .heading-36 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 5vw;
  }

  .bold-text-19 {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
  }

  .pricediv-2 {
    text-align: center;
    grid-template-columns: 1fr;
    display: block;
  }

  .pricediv-2._1, .pricediv-2._2, .pricediv-2._3 {
    display: none;
  }

  .div-block-221 {
    height: 200px;
    display: none;
  }

  .div-block-222 {
    padding-bottom: 0;
  }

  .div-block-222._6, .link-block-24 {
    display: none;
  }

  .heading-35 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .bold-text-20 {
    font-weight: 300;
  }

  .link-block-25 {
    display: none;
  }

  .link-16 {
    text-align: center;
    background-color: #137cc2;
    border: 1px solid #000;
    align-self: auto;
    width: auto;
    margin-bottom: 10px;
    padding: 12px 0;
    font-size: 3.5vw;
  }

  .link-16._1 {
    border-width: 1px;
    border-color: #000;
    font-size: 3vw;
  }

  .link-16._6 {
    background-color: #b04c09;
    width: 100px;
  }

  .div-block-219 {
    align-items: center;
    padding-left: 0;
    display: none;
  }

  .div-block-220 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .link-block-23 {
    display: none;
  }

  .div-block-225 {
    height: 200px;
    display: none;
  }

  .div-block-225._2 {
    height: 200px;
  }

  .link-15 {
    border-style: none none solid;
    border-color: #112966d9;
    border-radius: 0;
    padding-bottom: 5px;
    font-size: 3vw;
    display: none;
  }

  .link-15:hover {
    border-bottom-style: solid;
  }

  .div-block-223 {
    text-align: center;
    background-color: #0000;
    justify-content: space-around;
    padding: 0;
    display: flex;
    box-shadow: 1px 1px 20px #11296600;
  }

  .background-video-3 {
    display: none;
  }

  .text-block-21 {
    margin-left: 0;
    font-size: 4vw;
    font-weight: 300;
    line-height: 5vw;
  }

  .div-block-227 {
    display: none;
  }

  .div-block-232 {
    background-image: none;
    background-size: auto;
    display: none;
  }

  .div-block-230 {
    flex: 0 auto;
    width: auto;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-228 {
    display: none;
  }

  .text-block-22 {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .heading-37 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .div-block-226 {
    width: 100%;
    height: 200px;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-231 {
    object-fit: fill;
    background-image: linear-gradient(#00000024, #00000024);
    border-style: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 20px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .section-116 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: 300px 1fr auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    height: auto;
    display: block;
    position: relative;
  }

  .text-block-25 {
    font-size: 3vw;
  }

  .div-block-236 {
    padding-bottom: 0;
  }

  .image-61 {
    margin-right: 10px;
  }

  .text-block-23 {
    font-size: 3vw;
  }

  .div-block-138-copy {
    flex: 0 auto;
    order: 1;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-117 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-39 {
    color: #ffffffd9;
    margin-top: 10px;
    font-size: 3vw;
    line-height: 5vw;
  }

  .div-block-235 {
    align-self: stretch;
    padding: 10px;
    box-shadow: 1px 1px 20px #0000004d;
  }

  .text-block-24 {
    font-size: 3vw;
    display: none;
  }

  .div-block-233 {
    border-radius: 7px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-decoration: none;
  }

  .div-block-233._1 {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-233._2 {
    text-decoration: none;
  }

  .heading-38 {
    color: #ffffffd9;
    text-align: center;
    font-size: 4vw;
    line-height: 6vw;
    text-decoration: none;
  }

  .link-block-21 {
    text-align: center;
    text-decoration: none;
  }

  .text-block-26 {
    background-color: var(--medium-aquamarine);
    align-self: center;
    font-size: 2.5vw;
    text-decoration: none;
  }

  .text-block-26._160 {
    background-color: var(--medium-aquamarine);
    color: #fff;
  }

  .heading-40 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5vw;
  }

  .div-block-234, .link-block-15 {
    display: none;
  }

  .link-block-16 {
    align-self: auto;
    margin-bottom: 10px;
  }

  .text-block-27 {
    color: #000;
    text-align: left;
    text-transform: uppercase;
    border: 1px #000;
    flex-direction: column;
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2px;
    font-size: 11px;
    text-decoration: none;
    display: flex;
  }

  .link-block-33, .link-block-34 {
    width: 100%;
  }

  .link-block-35 {
    width: 100%;
    text-decoration: none;
  }

  .link-block-36 {
    width: 100%;
    text-decoration: none;
    display: inline-block;
  }

  .div-block-video {
    border-radius: 7px;
    align-self: stretch;
    height: 200px;
    padding: 10px;
    box-shadow: 1px 1px 20px #0000004d;
  }

  .div-block-video._12 {
    background-color: #ee6f1b40;
    background-image: linear-gradient(to top, #ee6f1b6b, #0000000f 100%, #0000);
    border-radius: 50%;
    width: 150px;
    height: 150px;
  }

  .div-block-video2 {
    border-radius: 7px;
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-decoration: none;
    display: flex;
    box-shadow: 1px 1px 20px #0000004d;
  }

  .link-block-37 {
    background-image: url('../images/WhatsApp-Image-2023-09-08-at-10.23.56-PM.jpeg');
    background-position: 50% 42%;
    background-size: cover;
    width: 100%;
    height: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-38 {
    width: 100%;
    height: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .link-block-39 {
    width: 100%;
    height: 200px;
    margin-top: 5px;
  }

  .link-block-40 {
    text-align: center;
    flex-direction: column;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .pricing-overview {
    margin-top: 45px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading {
    margin-top: 2px;
    margin-bottom: 37px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
    padding-left: 13px;
    padding-right: 13px;
  }

  .pricing-card-three {
    height: 100px;
    margin-top: -19px;
    margin-bottom: -19px;
    text-decoration: none;
    display: flex;
  }

  .pricing-card-three._999 {
    height: 130px;
  }

  .pricing-card-three._222 {
    margin-top: -13px;
  }

  .pricing-card-three._777 {
    margin-top: -12px;
  }

  .section-118 {
    height: 110px;
  }

  .hero-heading-left {
    padding: 0 5px 10px;
  }

  .container-3 {
    max-width: none;
  }

  .hero-wrapper {
    margin-bottom: 0;
  }

  .hero-split {
    margin-bottom: 0;
    padding-left: 11px;
    padding-right: 11px;
  }

  .margin-bottom-24px {
    font-size: 12px;
  }

  .shadow-two {
    width: 100%;
  }

  .features-table {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-11 {
    max-width: none;
  }

  .comparison-row {
    grid-column-gap: 20px;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    place-items: center stretch;
    padding-left: 0;
    font-size: 14px;
  }

  .bold-text-21 {
    text-align: left;
    padding-left: 0;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
    align-self: auto;
    padding-left: 0;
  }

  .comparison-negative {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .comparison-table {
    padding-left: 0;
    padding-right: 0;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-title {
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
  }

  .container-8 {
    max-width: none;
  }

  .link-18 {
    border-style: none none solid;
    border-color: #112966d9;
    border-radius: 0;
    padding-bottom: 5px;
    font-size: 3vw;
    text-decoration: none;
  }

  .link-18:hover {
    border-bottom-style: solid;
  }

  .team-grid-3 {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .team-card-3 {
    display: flex;
  }

  .team-circles-3 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .centered-heading-7 {
    color: var(--midnight-blue);
    margin-bottom: 0;
  }

  .centered-heading-7._55 {
    margin-bottom: 0;
  }

  .team-member-name-3 {
    margin-top: 10px;
    font-size: 15px;
  }

  .team-member-name-3._99 {
    margin-top: 5px;
  }

  .container-12 {
    max-width: none;
  }

  .link-19 {
    border-style: none none solid;
    border-color: #112966d9;
    border-radius: 0;
    padding-bottom: 5px;
    font-size: 3vw;
  }

  .link-19:hover {
    border-bottom-style: solid;
  }

  .container-13 {
    max-width: none;
  }

  .link-20 {
    border-style: none none solid;
    border-color: #112966d9;
    border-radius: 0;
    padding-bottom: 5px;
    font-size: 3vw;
  }

  .link-20:hover {
    border-bottom-style: solid;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .container-6 {
    width: auto;
    max-width: none;
  }

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

  .div-block-237 {
    padding-bottom: 20px;
  }

  .bold-text-22 {
    text-align: left;
    font-size: 15px;
    display: block;
  }

  .testimonial-image-left {
    padding-top: 40px;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-small.margin-bottom-32px {
    line-height: 20px;
  }

  .testimonial-image-four-2 {
    height: 350px;
  }

  .team-slider {
    padding-top: 10px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .slider-wrap._1 {
    background-image: url('../images/4.jpeg');
    background-position: 50%;
    background-size: cover;
    text-decoration: none;
  }

  .slider-wrap._2 {
    background-image: linear-gradient(#00000021, #00000021), url('../images/ПИКНИК.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    text-decoration: none;
  }

  .slider-wrap._100 {
    background-image: url('../images/123123.jpeg');
    background-position: 50%;
    margin-bottom: 0;
    text-decoration: none;
  }

  .slider-wrap._111 {
    background-image: url('../images/5.jpeg');
    background-position: 50%;
    background-size: cover;
    text-decoration: none;
  }

  .slider-wrap._156 {
    background-image: linear-gradient(#0000003d, #0000003d), url('../images/doctor-and-patient-art-6b7bbfdda5c09479.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    text-decoration: none;
  }

  .slider-wrap._111-copy {
    background-image: url('../images/5.jpeg');
    background-position: 50%;
    background-size: cover;
    text-decoration: none;
  }

  .mask-6 {
    overflow: hidden;
  }

  .slider-11 {
    height: 30vh;
    margin-top: 0;
  }

  .div-block-242 {
    display: block;
  }

  .text-block-28 {
    margin-top: 20px;
  }

  .testimonial-image-left-2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .container-14 {
    max-width: none;
  }

  .testimonial-wrapper-four-2 {
    text-align: left;
  }

  .heading-small-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-small-2.margin-bottom-32px {
    text-align: justify;
    align-self: flex-start;
    font-size: 20px;
    font-weight: 400;
  }

  .centered-heading-8 {
    margin-bottom: 10px;
  }

  .comparison-table-2 {
    margin-top: 0;
  }

  .comparison-row-main-2 {
    grid-column-gap: 20px;
  }

  .comparison-title-2 {
    text-align: left;
    margin-left: 10px;
    padding-left: 0;
    font-size: 16px;
  }

  .comparison-row-2 {
    grid-column-gap: 20px;
    align-self: flex-start;
    justify-items: stretch;
  }

  .comparison-negative-2 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-2 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .team-slider-2 {
    padding-top: 10px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .comparison-row-3 {
    grid-column-gap: 20px;
  }

  .comparison-negative-3 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-3 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .works-2 {
    background-image: linear-gradient(#0000, #0000);
    background-position: 0 0;
    height: auto;
    padding-top: 0;
    display: block;
  }

  .container-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: none;
    margin-top: 0;
    display: flex;
    position: static;
  }

  .div-block-243 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .div-block-244 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .div-block-244._10 {
    display: none;
  }

  .image-65 {
    margin-top: 10px;
  }

  .centered-heading-9 {
    margin-bottom: 0;
  }

  .comparison-row-4 {
    grid-column-gap: 20px;
  }

  .comparison-negative-4 {
    margin-left: 10px;
    padding-left: 0;
    font-size: 16px;
  }

  .comparison-positive-4 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .testimonial-right-5 {
    align-self: flex-start;
  }

  .link-block-41 {
    display: none;
  }

  .heading-41 {
    font-size: 30px;
  }

  .body-3 {
    text-align: left;
  }

  .bold-text-23 {
    text-align: left;
    font-size: 15px;
  }

  .div-block-245 {
    text-align: center;
  }

  .section-133 {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    display: none;
  }

  .div-block-246 {
    text-align: center;
  }

  .testimonial-stack {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

  .container-16 {
    max-width: none;
  }

  .testimonial-card-three {
    background-color: #ee6f1b5e;
    background-image: linear-gradient(to bottom, var(--chocolate), white);
    text-align: center;
    border-radius: 17px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 24px;
    text-decoration: none;
    display: flex;
  }

  .testimonial-card-three:active {
    color: #000;
  }

  .testimonial-card-heading {
    color: #00b692;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .testimonial-text-three {
    color: #000;
    font-size: 18px;
    text-decoration: none;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .centered-heading-10 {
    margin-bottom: 24px;
  }

  .comparison-row-main-3 {
    grid-column-gap: 20px;
  }

  .comparison-title-3 {
    margin-left: 10px;
  }

  .comparison-row-5 {
    grid-column-gap: 20px;
  }

  .comparison-negative-5 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-5 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .hero-without-image {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .margin-bottom-24px-2 {
    font-size: 16px;
  }

  .margin-bottom-24px-2._156 {
    font-size: 15px;
  }

  .div_dip {
    border-radius: 7px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div_dip._1 {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div_dip._4 {
    justify-content: center;
    text-decoration: none;
  }

  .div_dip2 {
    border-radius: 7px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div_dip2._1 {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div_dip2._4 {
    justify-content: center;
    text-decoration: none;
  }

  .div_dip3 {
    border-radius: 7px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div_dip3._1 {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div_dip3._4 {
    justify-content: center;
    text-decoration: none;
  }

  .div_dip4 {
    border-radius: 7px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div_dip4._1 {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div_dip4._4 {
    justify-content: center;
    width: 100%;
  }

  .div_dip4._4._1 {
    margin-top: 0;
  }

  .div_dip5 {
    border-radius: 7px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div_dip5._1 {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-247 {
    height: 40vh;
  }

  .brand-10 {
    flex: 0 auto;
  }

  .heading-42 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 24px;
    text-decoration: none;
  }

  .heading-43 {
    color: var(--chocolate);
    text-transform: uppercase;
    flex: 0 auto;
    margin-bottom: 0;
    font-size: 24px;
    text-decoration: none;
  }

  .heading-44 {
    color: #ffffffd9;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
  }

  .div-block-248 {
    display: none;
  }

  .text-block-29 {
    color: #fff;
    background-color: #00000052;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 5px 6px;
    text-decoration: none;
    display: block;
  }

  .text-block-29:hover {
    box-shadow: 0 2px 5px 0 var(--medium-aquamarine);
  }

  .text-block-30 {
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .container-17 {
    width: auto;
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .centered-heading-11 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .section-500 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-500._5 {
    display: block;
  }

  .section-500._15 {
    width: 90%;
  }

  .more {
    border-style: none none solid;
    border-color: #112966d9;
    border-radius: 0;
    padding-bottom: 5px;
    font-size: 3vw;
  }

  .more:hover {
    border-bottom-style: solid;
  }

  .section-501 {
    height: 100px;
  }

  .link-block-42 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: block;
  }

  .container-18 {
    max-width: none;
  }

  .centered-heading-12 {
    margin-bottom: 24px;
  }

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

  .features-table-4._2 {
    padding-top: 0;
  }

  .container-19 {
    max-width: none;
  }

  .centered-heading-13 {
    margin-bottom: 0;
    font-size: 25px;
  }

  .comparison-table-4 {
    margin-top: 9px;
  }

  .comparison-row-main-4 {
    grid-column-gap: 20px;
  }

  .comparison-title-4 {
    margin-left: 10px;
  }

  .comparison-row-6 {
    grid-column-gap: 20px;
  }

  .comparison-negative-6 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-6 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .heading-45 {
    text-decoration: none;
  }

  .rich-text-block {
    text-align: justify;
    width: auto;
    padding-left: 11px;
    padding-right: 11px;
  }

  .paragraph-15._123 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph-16 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .paragraph-17 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .container-25 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .rich-text-block-2 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .paragraph-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-20 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .paragraph-21 {
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph-22 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .container-31 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-46 {
    font-size: 33px;
    line-height: 40px;
  }

  .heading-47 {
    font-size: 25px;
    line-height: 40px;
  }

  .heading-48, .heading-49 {
    font-size: 30px;
  }

  .section-700 {
    display: none;
  }

  .section-700._5 {
    display: block;
  }

  .container-9-copy {
    flex-direction: column;
    height: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-block-43 {
    flex-direction: column;
    justify-content: flex-start;
    text-decoration: none;
    display: block;
  }

  .slider-wrap-111 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-wrap-111._1 {
    background-image: url('../images/4.jpeg');
    background-position: 50%;
    background-size: cover;
    text-decoration: none;
  }

  .slider-wrap-111._2 {
    background-image: linear-gradient(#00000021, #00000021), url('../images/ПИКНИК.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    text-decoration: none;
  }

  .slider-wrap-111._100 {
    background-image: url('../images/123123.jpeg');
    background-position: 50%;
    margin-bottom: 0;
    text-decoration: none;
  }

  .slider-wrap-111._111 {
    background-image: url('../images/5.jpeg');
    background-position: 50%;
    background-size: cover;
    text-decoration: none;
  }

  .slider-wrap-111._156 {
    background-image: linear-gradient(#0000003d, #0000003d), url('../images/doctor-and-patient-art-6b7bbfdda5c09479.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    text-decoration: none;
  }

  .slider-wrap-333 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-wrap-333._1 {
    background-image: url('../images/4.jpeg');
    background-position: 50%;
    background-size: cover;
    text-decoration: none;
  }

  .slider-wrap-333._2 {
    background-image: linear-gradient(#00000021, #00000021), url('../images/ПИКНИК.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    text-decoration: none;
  }

  .slider-wrap-333._100 {
    background-image: url('../images/123123.jpeg');
    background-position: 50%;
    margin-bottom: 0;
    text-decoration: none;
  }

  .slider-wrap-333._111 {
    background-image: url('../images/5.jpeg');
    background-position: 50%;
    background-size: cover;
    text-decoration: none;
  }

  .slider-wrap-333._156 {
    background-image: linear-gradient(#0000003d, #0000003d), url('../images/doctor-and-patient-art-6b7bbfdda5c09479.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    text-decoration: none;
  }

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

  .slider-wrap888._1 {
    background-image: url('../images/4.jpeg');
    background-position: 50%;
    background-size: cover;
    text-decoration: none;
  }

  .slider-wrap888._2 {
    background-image: linear-gradient(#00000021, #00000021), url('../images/ПИКНИК.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    text-decoration: none;
  }

  .slider-wrap888._100 {
    background-image: url('../images/123123.jpeg');
    background-position: 50%;
    margin-bottom: 0;
    text-decoration: none;
  }

  .slider-wrap888._111 {
    background-image: url('../images/5.jpeg');
    background-position: 50%;
    background-size: cover;
    text-decoration: none;
  }

  .slider-wrap888._156 {
    background-image: linear-gradient(#0000003d, #0000003d), url('../images/doctor-and-patient-art-6b7bbfdda5c09479.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    text-decoration: none;
  }

  .slider-wrap888._111-copy {
    background-image: url('../images/5.jpeg');
    background-position: 50%;
    background-size: cover;
    text-decoration: none;
  }

  .slider-top {
    height: 30vh;
    margin-top: 0;
  }

  .link-block-44, .link-block-45, .link-block-46, .link-block-47, .link-block-48 {
    text-decoration: none;
  }

  .rich-text-block-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-23 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .rich-text-block-6 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph-24, .paragraph-24-copy, .paragraph-56983, .rich-text-block-355, .rich-text-block-356, .rich-text-block-357 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .heading-62, .heading-63, .heading-64 {
    margin-top: 10px;
  }

  .bold-text-33, .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62, .bold-text-63, .bold-text-64, .bold-text-65, .bold-text-66, .bold-text-67, .bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71, .bold-text-72, .bold-text-73, .bold-text-74, .bold-text-75, .bold-text-77, .bold-text-78, .bold-text-79, .bold-text-80, .bold-text-81, .bold-text-82, .bold-text-83, .bold-text-84, .bold-text-85 {
    text-align: left;
  }

  .container-36 {
    max-width: none;
  }

  .centered-heading-14 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-4 {
    width: 100%;
    margin-right: 0%;
  }

  .bold-text-86, .bold-text-87 {
    text-align: left;
  }

  .heading-65 {
    font-size: 30px;
  }

  .bold-text-88, .paragraph-56984 {
    text-align: left;
  }

  .features-table-11 {
    padding-top: 10px;
  }

  .container-38 {
    max-width: none;
  }

  .centered-heading-15 {
    margin-bottom: 24px;
  }

  .comparison-row-main-5 {
    grid-column-gap: 20px;
  }

  .comparison-title-5 {
    margin-left: 10px;
  }

  .comparison-row-7 {
    grid-column-gap: 20px;
  }

  .comparison-negative-7 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-7 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .hero-stack {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .margin-bottom-24px-4 {
    font-size: 14px;
  }

  .hero-image.shadow-two {
    height: 200px;
  }

  .italic-text-4 {
    font-size: 14px;
  }

  .hero-stack-2 {
    padding-top: 10px;
  }

  .margin-bottom-24px-5 {
    font-size: 14px;
  }

  .link-block-50 {
    width: 100%;
  }

  .heading-66 {
    font-size: 25px;
  }

  .heading-67 {
    font-size: 25px;
    line-height: 35px;
  }

  .italic-text-6 {
    font-size: 14px;
  }

  .heading-68 {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-69 {
    font-size: 25px;
  }

  .heading-70, .heading-71 {
    font-size: 30px;
  }

  .container-40 {
    max-width: none;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .heading-73, .heading-74, .heading-75, .heading-76, .heading-77 {
    font-size: 30px;
  }

  .gallery-overview-3 {
    padding-top: 20px;
  }

  .container-42 {
    max-width: none;
  }

  .gallery-wrapper-4 {
    grid-template-columns: 1fr;
  }

  .container-43 {
    max-width: none;
  }

  .gallery-wrapper-5 {
    grid-template-columns: 1fr;
  }

  .centered-heading-16 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-5 {
    width: 100%;
    margin-right: 0%;
  }

  .gallery-dyn-list {
    column-gap: 8px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .gallery-item {
    min-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .section-713 {
    flex-direction: column;
  }

  .image-71, .image-71._1 {
    margin-right: 0;
  }

  .lightbox-link-4 {
    margin-left: 0;
  }

  .section-714 {
    flex-direction: column;
  }

  .lightbox-link-5 {
    margin-left: 0;
  }

  .lightbox-link-6, .lightbox-link-7, .lightbox-link-8 {
    margin-bottom: 10px;
  }

  .lightbox-link-9 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .lightbox-link-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-46 {
    max-width: none;
  }

  .container-48 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    direction: ltr;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    align-items: center;
    width: 98%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: auto;
  }

  .code-embed {
    box-sizing: border-box;
    flex: 0 auto;
    align-self: auto;
    width: 100vw;
    height: 100%;
    margin-right: 0;
    padding-right: 0;
    display: block;
    position: static;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .link-21 {
    display: inline;
  }

  .code-embed-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: static;
  }

  .link-block-86, .link-block-87 {
    display: block;
  }
}

#w-node-fefec40d-c05d-c7b4-aaa0-aa2093e1b256-2c5a8f60 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0c6e4713-5d34-eeb7-edcf-1622cb6c6c38-2c5a8f60 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: auto;
}

#w-node-d94cd762-45ee-9da0-c480-73639654bc3e-2c5a8f60 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-d94cd762-45ee-9da0-c480-73639654bc59-2c5a8f60 {
  align-self: auto;
}

#w-node-d94cd762-45ee-9da0-c480-73639654bc3f-2c5a8f60 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d94cd762-45ee-9da0-c480-73639654bc56-2c5a8f60 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d94cd762-45ee-9da0-c480-73639654bc5a-2c5a8f60 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d94cd762-45ee-9da0-c480-73639654bc75-2c5a8f60 {
  align-self: auto;
}

#w-node-d94cd762-45ee-9da0-c480-73639654bc5b-2c5a8f60 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d94cd762-45ee-9da0-c480-73639654bc72-2c5a8f60 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-d94cd762-45ee-9da0-c480-73639654bc76-2c5a8f60 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d94cd762-45ee-9da0-c480-73639654bc77-2c5a8f60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-d94cd762-45ee-9da0-c480-73639654bc78-2c5a8f60 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d94cd762-45ee-9da0-c480-73639654bc9e-2c5a8f60 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d94cd762-45ee-9da0-c480-73639654bca1-2c5a8f60 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-d94cd762-45ee-9da0-c480-73639654bca2-2c5a8f60 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch;
}

#w-node-_9dc86951-ac2a-9172-a59e-d8901943f3ad-2c5a8f60 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_9dc86951-ac2a-9172-a59e-d8901943f3ae-2c5a8f60 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_9dc86951-ac2a-9172-a59e-d8901943f3af-2c5a8f60 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_67442ebd-eda9-e5db-15f2-fb5b186d659b-2c5a8f60 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_9dc86951-ac2a-9172-a59e-d8901943f3b0-2c5a8f60, #w-node-_9dc86951-ac2a-9172-a59e-d8901943f3ba-2c5a8f60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_180ffcd2-4486-74de-e4e4-f1eedc3693e2-2c5a8f60 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ea9aa0ef-dceb-2869-8cfd-52d6e008ec33-2c5a8f60 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_9dc86951-ac2a-9172-a59e-d8901943f3de-2c5a8f60 {
  grid-area: 3 / 4 / 4 / 5;
  place-self: center end;
}

#w-node-_9dc86951-ac2a-9172-a59e-d8901943f3df-2c5a8f60 {
  grid-area: 3 / 2 / 4 / 4;
  place-self: start center;
}

#w-node-_8a65c5c7-8679-875b-278a-0e71facd0b81-2c5a8f60 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_43aac216-63a9-453f-babf-f05fed771018-2c5a8f60 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b00ca55d-9bf5-bbe8-ac70-f69258694e98-2c5a8f60 {
  grid-area: 1 / 2 / 4 / 3;
}

#https-www\.youtube\.com-watch-v-fqEFpu6EIwM.w-node-b00ca55d-9bf5-bbe8-ac70-f69258694ec6-2c5a8f60 {
  grid-area: 1 / 3 / 4 / 4;
  align-self: stretch;
}

#w-node-b00ca55d-9bf5-bbe8-ac70-f69258694ed9-2c5a8f60, #w-node-c0ca7684-0f72-965f-7119-05ae3ee50bfe-2c5a8f60, #w-node-c0ca7684-0f72-965f-7119-05ae3ee50c09-2c5a8f60, #w-node-c0ca7684-0f72-965f-7119-05ae3ee50c13-2c5a8f60, #w-node-_85b423dd-bdc3-7f3d-1021-f27a280850da-101b9f6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9f75-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9f9b-101b9f6c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9f9f-101b9f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fa1-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fa4-101b9f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fa6-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fa9-101b9f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fab-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fae-101b9f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fb0-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fb3-101b9f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fb5-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fb8-101b9f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fba-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fbd-101b9f6c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_34e08506-a85a-1876-c256-6668101b9fbf-101b9f6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b44f3387-80b1-b62d-2fcb-f6a6e89167aa-4247a608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_15ea1bc4-1017-fbb3-ae4b-140f37b1fe46-4247a608, #w-node-_88a0c2af-9e18-85b4-bf71-8a3eab2edcac-4247a608, #w-node-d27c8afd-9015-30c7-0c31-05ea91ee9518-4247a608, #w-node-_9ddd0793-29dd-2e0c-4a99-4a2d14e6bc56-4247a608, #w-node-fb199aa9-c1a2-bacb-4cfe-4226a99e4d0b-4247a608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea24a566-7647-871a-7f69-88044446a3c2-4446a3c0 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-ea24a566-7647-871a-7f69-88044446a3c9-4446a3c0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab628b-8cab6284 {
  justify-self: center;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab628f-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab6293-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab6296-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab629a-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab629d-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62a1-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62a4-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62a8-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62ab-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62af-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62b2-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62b6-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62b9-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62bd-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62c0-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62c4-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62c7-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62cb-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62ce-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62d2-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62d5-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62d7-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62da-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62dc-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62df-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62e1-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b3693781-a978-ca17-9ee6-f7823f72164c-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3693781-a978-ca17-9ee6-f7823f72164e-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a6cb570e-ed1d-721c-fadc-bcbab78d120c-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6cb570e-ed1d-721c-fadc-bcbab78d120e-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1416bbf3-25ce-25dc-8445-60737a3901ff-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1416bbf3-25ce-25dc-8445-60737a390201-8cab6284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce49-f9424960 {
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce4d-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce51-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce54-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce58-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce98-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce9a-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce5b-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce5f-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce62-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce66-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce69-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce6d-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce70-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce74-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce77-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce7b-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce7e-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce82-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce85-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce89-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce8c-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce90-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce93-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce95-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d1170832-bcae-7b82-3883-94de26db9f95-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1170832-bcae-7b82-3883-94de26db9f99-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bd75c597-7c4f-e88e-e2cd-9114b581e5de-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd75c597-7c4f-e88e-e2cd-9114b581e5e2-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fa66651b-fccd-5902-0fb3-7e7d5ef19df6-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa66651b-fccd-5902-0fb3-7e7d5ef19dfa-f9424960 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce49-e196826e {
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce4d-e196826e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce51-e196826e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce54-e196826e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce58-e196826e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce5b-e196826e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce5f-e196826e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce49-e1969697 {
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce4d-e1969697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce51-e1969697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce54-e1969697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce58-e1969697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce5b-e1969697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce5f-e1969697 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce49-f5208368 {
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce4d-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce51-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce54-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce58-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce5b-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce5f-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce62-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce66-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce69-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce6d-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce70-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce74-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce77-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce7b-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce7e-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce82-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce85-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce89-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce8c-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce90-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce93-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce95-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce98-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce9a-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce9d-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce9f-f5208368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7d4cddf4-7191-b1cc-ecfc-e513b9170eae-280070cb {
  justify-self: center;
}

#w-node-_7d4cddf4-7191-b1cc-ecfc-e513b9170eb1-280070cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d4cddf4-7191-b1cc-ecfc-e513b9170eb3-280070cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7d4cddf4-7191-b1cc-ecfc-e513b9170eb6-280070cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d4cddf4-7191-b1cc-ecfc-e513b9170eb8-280070cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7d4cddf4-7191-b1cc-ecfc-e513b9170ebb-280070cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d4cddf4-7191-b1cc-ecfc-e513b9170ebd-280070cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7d4cddf4-7191-b1cc-ecfc-e513b9170ec0-280070cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d4cddf4-7191-b1cc-ecfc-e513b9170ec2-280070cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7d4cddf4-7191-b1cc-ecfc-e513b9170ec5-280070cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d4cddf4-7191-b1cc-ecfc-e513b9170ec7-280070cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2b7c9ea5-d35d-b4a4-8b7c-ddae455441fd-280070cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b7c9ea5-d35d-b4a4-8b7c-ddae455441ff-280070cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4b1c995a-637e-78cd-39db-3f47e2d6169a-280070cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1c995a-637e-78cd-39db-3f47e2d6169c-280070cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc7fe-de027591 {
  justify-self: center;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc802-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc806-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc809-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc80d-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc810-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc814-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc817-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc81b-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc81e-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc822-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc825-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc829-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc82c-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc830-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc833-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc837-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc83a-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc83e-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc841-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc845-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc848-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc84a-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc84d-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc84f-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc852-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc854-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2258835e-d323-9592-df42-9cd0d6eb3c12-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2258835e-d323-9592-df42-9cd0d6eb3c14-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_519e3a18-e05a-d74a-119e-d94b6d07fd40-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_519e3a18-e05a-d74a-119e-d94b6d07fd42-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b5cc6d82-cbba-d73b-d3b3-949d0a46ddd6-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5cc6d82-cbba-d73b-d3b3-949d0a46ddd8-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d399f-de027591 {
  justify-self: center;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39a3-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39a7-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39aa-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39ae-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39b1-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39b5-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39b8-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39bc-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39bf-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39c3-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39c6-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39ca-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39cd-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39d1-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39d4-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39d8-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39db-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39df-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39e2-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39e6-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39e9-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39ed-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39f0-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b116d2e8-355b-eabb-adf0-2528b91d39f4-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8b3dc851-1f6c-c67d-6658-690e3225e625-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b3dc851-1f6c-c67d-6658-690e3225e629-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ad84462e-3f72-306d-f4f9-47fb55e99dc4-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad84462e-3f72-306d-f4f9-47fb55e99dc8-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c78f72f8-23c8-e5a0-c648-f6791aa1aa22-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c78f72f8-23c8-e5a0-c648-f6791aa1aa25-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d9b004fb-e1e8-73d3-bf29-8dcec3b357b2-de027591 {
  justify-self: center;
}

#w-node-d9b004fb-e1e8-73d3-bf29-8dcec3b357b6-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9b004fb-e1e8-73d3-bf29-8dcec3b357b9-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d9b004fb-e1e8-73d3-bf29-8dcec3b357bc-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9b004fb-e1e8-73d3-bf29-8dcec3b357bf-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d9b004fb-e1e8-73d3-bf29-8dcec3b357c2-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9b004fb-e1e8-73d3-bf29-8dcec3b357c7-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7b6b793f-100c-2193-1e64-c72882f825f0-de027591 {
  justify-self: center;
}

#w-node-_7b6b793f-100c-2193-1e64-c72882f825f4-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b6b793f-100c-2193-1e64-c72882f825f8-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7b6b793f-100c-2193-1e64-c72882f825fb-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b6b793f-100c-2193-1e64-c72882f825ff-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7b6b793f-100c-2193-1e64-c72882f82602-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b6b793f-100c-2193-1e64-c72882f82605-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4de8eac-c085-c149-f876-a797caa8463b-de027591 {
  justify-self: center;
}

#w-node-f4de8eac-c085-c149-f876-a797caa8463f-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4de8eac-c085-c149-f876-a797caa84643-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4de8eac-c085-c149-f876-a797caa84646-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4de8eac-c085-c149-f876-a797caa8464a-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4de8eac-c085-c149-f876-a797caa8464d-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4de8eac-c085-c149-f876-a797caa84650-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_50591137-2b58-bfe2-3b34-329b341301c7-de027591 {
  justify-self: center;
}

#w-node-_50591137-2b58-bfe2-3b34-329b341301ca-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50591137-2b58-bfe2-3b34-329b341301cc-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_50591137-2b58-bfe2-3b34-329b341301cf-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50591137-2b58-bfe2-3b34-329b341301d1-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_50591137-2b58-bfe2-3b34-329b341301d4-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50591137-2b58-bfe2-3b34-329b341301d6-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_50591137-2b58-bfe2-3b34-329b341301d9-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50591137-2b58-bfe2-3b34-329b341301dd-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_50591137-2b58-bfe2-3b34-329b341301e0-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50591137-2b58-bfe2-3b34-329b341301e2-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_50591137-2b58-bfe2-3b34-329b341301e5-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50591137-2b58-bfe2-3b34-329b341301e7-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_50591137-2b58-bfe2-3b34-329b341301ea-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50591137-2b58-bfe2-3b34-329b341301ec-de027591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bb1054f8-58c4-69ac-4c9b-6910edbac250-80f23fbf {
  justify-self: center;
}

#w-node-bb1054f8-58c4-69ac-4c9b-6910edbac253-80f23fbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb1054f8-58c4-69ac-4c9b-6910edbac255-80f23fbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bb1054f8-58c4-69ac-4c9b-6910edbac258-80f23fbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb1054f8-58c4-69ac-4c9b-6910edbac25a-80f23fbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_703874d7-833d-40ac-3aeb-f92b13e737c3-7efd9665, #w-node-_703874d7-833d-40ac-3aeb-f92b13e737c8-7efd9665, #w-node-_703874d7-833d-40ac-3aeb-f92b13e737cd-7efd9665, #w-node-_703874d7-833d-40ac-3aeb-f92b13e737d2-7efd9665, #w-node-_703874d7-833d-40ac-3aeb-f92b13e737d7-7efd9665, #w-node-_703874d7-833d-40ac-3aeb-f92b13e737dc-7efd9665, #w-node-_7f807184-9da0-722b-2773-41bdbc905f99-7efd9665, #w-node-_062677b1-9cdd-7dd5-3e3f-d204e04a5978-7efd9665, #w-node-_85f00c4b-7395-2650-6c2e-2ba6096c012c-7efd9665, #w-node-_64c9e336-10ee-6fdf-b58f-7cbad341ae7f-7efd9665, #w-node-c88ad29a-eee8-3f6d-ef6c-a7ec22331726-7efd9665, #w-node-_4439eeb4-49c8-662e-211d-87472c06558f-5e376ec1, #w-node-_4439eeb4-49c8-662e-211d-87472c065593-5e376ec1, #w-node-e135bd7d-8766-5e5a-58ec-f00b2c06f78e-5e376ec1, #w-node-_589a8aaf-6fe0-359f-4506-01446bc00fee-5e376ec1, #w-node-_4439eeb4-49c8-662e-211d-87472c065597-5e376ec1, #w-node-_4439eeb4-49c8-662e-211d-87472c06559b-5e376ec1, #w-node-_4439eeb4-49c8-662e-211d-87472c06559f-5e376ec1, #w-node-_4439eeb4-49c8-662e-211d-87472c0655a3-5e376ec1, #w-node-_1413b7da-2a99-1275-5fd9-e05ab9e480fe-a0c44855, #w-node-_1413b7da-2a99-1275-5fd9-e05ab9e48102-a0c44855, #w-node-_1413b7da-2a99-1275-5fd9-e05ab9e48106-a0c44855, #w-node-_1413b7da-2a99-1275-5fd9-e05ab9e4810a-a0c44855, #w-node-_1413b7da-2a99-1275-5fd9-e05ab9e4810e-a0c44855, #w-node-_1413b7da-2a99-1275-5fd9-e05ab9e48112-a0c44855, #w-node-_1413b7da-2a99-1275-5fd9-e05ab9e48116-a0c44855, #w-node-_1413b7da-2a99-1275-5fd9-e05ab9e4811a-a0c44855, #w-node-_1413b7da-2a99-1275-5fd9-e05ab9e4811e-a0c44855, #w-node-_1413b7da-2a99-1275-5fd9-e05ab9e48122-a0c44855, #w-node-_1413b7da-2a99-1275-5fd9-e05ab9e48126-a0c44855, #w-node-_6d71a2f1-378d-7587-a9cc-577b79a4ec07-a0c44855, #w-node-de02a839-6a90-5b7e-9222-3d97b0ff5540-69b5c845, #w-node-de02a839-6a90-5b7e-9222-3d97b0ff5544-69b5c845, #w-node-de02a839-6a90-5b7e-9222-3d97b0ff5548-69b5c845, #w-node-de02a839-6a90-5b7e-9222-3d97b0ff554c-69b5c845, #w-node-de02a839-6a90-5b7e-9222-3d97b0ff5550-69b5c845, #w-node-de02a839-6a90-5b7e-9222-3d97b0ff5554-69b5c845 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c816680c-b1a5-2ea3-f4bb-da20c6baf687-9b171f8f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c816680c-b1a5-2ea3-f4bb-da20c6baf68e-9b171f8f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c0812e15-5c48-2c5d-eff0-9e9d444593bb-bae4c21b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0812e15-5c48-2c5d-eff0-9e9d444593cb-bae4c21b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-c0812e15-5c48-2c5d-eff0-9e9d444593cc-bae4c21b, #w-node-c0812e15-5c48-2c5d-eff0-9e9d444593cd-bae4c21b, #access-dash.w-node-c0812e15-5c48-2c5d-eff0-9e9d444593d0-bae4c21b, #w-node-c0812e15-5c48-2c5d-eff0-9e9d444593d1-bae4c21b, #lead-retrieval.w-node-c0812e15-5c48-2c5d-eff0-9e9d444593d4-bae4c21b, #lead-scoring.w-node-c0812e15-5c48-2c5d-eff0-9e9d444593d8-bae4c21b, #w-node-c0812e15-5c48-2c5d-eff0-9e9d444593d9-bae4c21b, #sponsored-sections.w-node-c0812e15-5c48-2c5d-eff0-9e9d444593dc-bae4c21b, #w-node-ed300cb2-8e7b-b329-0e2b-5d072932ee56-5021bb70, #w-node-ed300cb2-8e7b-b329-0e2b-5d072932ee5a-5021bb70, #w-node-ed300cb2-8e7b-b329-0e2b-5d072932ee5e-5021bb70, #w-node-ed300cb2-8e7b-b329-0e2b-5d072932ee62-5021bb70, #w-node-_595d5e38-c248-a014-6de5-bcd7cc80a65a-122239ba, #w-node-_595d5e38-c248-a014-6de5-bcd7cc80a65c-122239ba, #w-node-_595d5e38-c248-a014-6de5-bcd7cc80a65f-122239ba, #w-node-_595d5e38-c248-a014-6de5-bcd7cc80a661-122239ba, #w-node-_595d5e38-c248-a014-6de5-bcd7cc80a664-122239ba, #w-node-_595d5e38-c248-a014-6de5-bcd7cc80a666-122239ba, #w-node-_595d5e38-c248-a014-6de5-bcd7cc80a669-122239ba, #w-node-_595d5e38-c248-a014-6de5-bcd7cc80a66b-122239ba, #w-node-_595d5e38-c248-a014-6de5-bcd7cc80a66e-122239ba, #w-node-_595d5e38-c248-a014-6de5-bcd7cc80a670-122239ba, #w-node-_595d5e38-c248-a014-6de5-bcd7cc80a673-122239ba, #w-node-_595d5e38-c248-a014-6de5-bcd7cc80a675-122239ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0acd4fe6-e1e3-94e9-d2a6-cacc6d6cc1b2-5676a055 {
  justify-self: center;
}

#w-node-_0acd4fe6-e1e3-94e9-d2a6-cacc6d6cc1b6-5676a055 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0acd4fe6-e1e3-94e9-d2a6-cacc6d6cc1ba-5676a055 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0acd4fe6-e1e3-94e9-d2a6-cacc6d6cc1bd-5676a055 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0acd4fe6-e1e3-94e9-d2a6-cacc6d6cc1c1-5676a055 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0acd4fe6-e1e3-94e9-d2a6-cacc6d6cc1c4-5676a055 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0acd4fe6-e1e3-94e9-d2a6-cacc6d6cc1c7-5676a055 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-d94cd762-45ee-9da0-c480-73639654bc59-2c5a8f60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d94cd762-45ee-9da0-c480-73639654bc75-2c5a8f60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-d94cd762-45ee-9da0-c480-73639654bc77-2c5a8f60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d94cd762-45ee-9da0-c480-73639654bc78-2c5a8f60 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d94cd762-45ee-9da0-c480-73639654bc9e-2c5a8f60 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_67442ebd-eda9-e5db-15f2-fb5b186d659b-2c5a8f60 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-c0ca7684-0f72-965f-7119-05ae3ee50c09-2c5a8f60, #w-node-c0ca7684-0f72-965f-7119-05ae3ee50c13-2c5a8f60, #w-node-_813e7838-a5cf-fb29-2dc0-abef8cab629a-8cab6284, #w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce58-f9424960, #w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce58-e196826e, #w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce58-e1969697, #w-node-_7b5fb1a2-3921-93cc-5eb9-12b1ad96ce58-f5208368, #w-node-_0be6f1bc-dead-82ed-340f-b6067c7dc80d-de027591, #w-node-b116d2e8-355b-eabb-adf0-2528b91d39ae-de027591, #w-node-d9b004fb-e1e8-73d3-bf29-8dcec3b357bf-de027591, #w-node-_7b6b793f-100c-2193-1e64-c72882f825ff-de027591, #w-node-f4de8eac-c085-c149-f876-a797caa8464a-de027591, #w-node-_0acd4fe6-e1e3-94e9-d2a6-cacc6d6cc1c1-5676a055 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d94cd762-45ee-9da0-c480-73639654bc5a-2c5a8f60 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d94cd762-45ee-9da0-c480-73639654bc75-2c5a8f60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d94cd762-45ee-9da0-c480-73639654bc77-2c5a8f60 {
    justify-self: auto;
  }

  #w-node-d94cd762-45ee-9da0-c480-73639654bca1-2c5a8f60 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9dc86951-ac2a-9172-a59e-d8901943f3ad-2c5a8f60 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9dc86951-ac2a-9172-a59e-d8901943f3ae-2c5a8f60 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_9dc86951-ac2a-9172-a59e-d8901943f3af-2c5a8f60 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_67442ebd-eda9-e5db-15f2-fb5b186d659b-2c5a8f60 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9dc86951-ac2a-9172-a59e-d8901943f3b0-2c5a8f60 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9dc86951-ac2a-9172-a59e-d8901943f3ba-2c5a8f60 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_180ffcd2-4486-74de-e4e4-f1eedc3693e2-2c5a8f60 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ea9aa0ef-dceb-2869-8cfd-52d6e008ec33-2c5a8f60 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_9dc86951-ac2a-9172-a59e-d8901943f3de-2c5a8f60 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_9dc86951-ac2a-9172-a59e-d8901943f3df-2c5a8f60 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #https-www\.youtube\.com-watch-v-fqEFpu6EIwM.w-node-b00ca55d-9bf5-bbe8-ac70-f69258694ec6-2c5a8f60 {
    grid-area: 3 / 2 / 4 / 4;
    align-self: stretch;
  }

  #w-node-c0812e15-5c48-2c5d-eff0-9e9d444593bb-bae4c21b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a25ab289-6acc-09dd-664f-80d0d02dbcf4-2c5a8f60 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d94cd762-45ee-9da0-c480-73639654bc3e-2c5a8f60 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d94cd762-45ee-9da0-c480-73639654bc76-2c5a8f60 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d94cd762-45ee-9da0-c480-73639654bc77-2c5a8f60 {
    justify-self: auto;
  }

  #w-node-d94cd762-45ee-9da0-c480-73639654bca1-2c5a8f60 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_9dc86951-ac2a-9172-a59e-d8901943f3ad-2c5a8f60 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9dc86951-ac2a-9172-a59e-d8901943f3ae-2c5a8f60 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9dc86951-ac2a-9172-a59e-d8901943f3af-2c5a8f60 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_67442ebd-eda9-e5db-15f2-fb5b186d659b-2c5a8f60 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9dc86951-ac2a-9172-a59e-d8901943f3b0-2c5a8f60 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_9dc86951-ac2a-9172-a59e-d8901943f3ba-2c5a8f60 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_180ffcd2-4486-74de-e4e4-f1eedc3693e2-2c5a8f60 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ea9aa0ef-dceb-2869-8cfd-52d6e008ec33-2c5a8f60 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9dc86951-ac2a-9172-a59e-d8901943f3de-2c5a8f60 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_9dc86951-ac2a-9172-a59e-d8901943f3df-2c5a8f60 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_8a65c5c7-8679-875b-278a-0e71facd0b81-2c5a8f60 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: stretch;
  }

  #w-node-_43aac216-63a9-453f-babf-f05fed771018-2c5a8f60 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #https-www\.youtube\.com-watch-v-fqEFpu6EIwM.w-node-b00ca55d-9bf5-bbe8-ac70-f69258694ec6-2c5a8f60 {
    grid-area: 4 / 2 / 7 / 3;
  }

  #w-node-c0ca7684-0f72-965f-7119-05ae3ee50bfe-2c5a8f60 {
    align-self: auto;
  }

  #w-node-_34e08506-a85a-1876-c256-6668101b9f75-101b9f6c {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_34e08506-a85a-1876-c256-6668101b9f9b-101b9f6c {
    grid-area: 4 / 1 / 5 / 3;
    place-self: auto stretch;
  }

  #w-node-_34e08506-a85a-1876-c256-6668101b9fa1-101b9f6c {
    justify-self: auto;
  }

  #w-node-b44f3387-80b1-b62d-2fcb-f6a6e89167aa-4247a608 {
    place-self: auto;
  }

  #w-node-ea24a566-7647-871a-7f69-88044446a3f5-4446a3c0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_813e7838-a5cf-fb29-2dc0-abef8cab628b-8cab6284, #w-node-_813e7838-a5cf-fb29-2dc0-abef8cab6293-8cab6284, #w-node-_813e7838-a5cf-fb29-2dc0-abef8cab629a-8cab6284, #w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62a1-8cab6284, #w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62a8-8cab6284, #w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62af-8cab6284, #w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62b6-8cab6284, #w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62bd-8cab6284, #w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62c4-8cab6284, #w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62cb-8cab6284, #w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62d2-8cab6284, #w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62d7-8cab6284, #w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62dc-8cab6284, #w-node-_813e7838-a5cf-fb29-2dc0-abef8cab62e1-8cab6284, #w-node-b3693781-a978-ca17-9ee6-f7823f72164e-8cab6284, #w-node-a6cb570e-ed1d-721c-fadc-bcbab78d120e-8cab6284, #w-node-_1416bbf3-25ce-25dc-8445-60737a390201-8cab6284 {
    justify-self: end;
  }

  #w-node-bb1054f8-58c4-69ac-4c9b-6910edbac253-80f23fbf {
    justify-self: auto;
  }

  #w-node-c816680c-b1a5-2ea3-f4bb-da20c6baf6bb-9b171f8f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c0812e15-5c48-2c5d-eff0-9e9d444593bb-bae4c21b, #w-node-c0812e15-5c48-2c5d-eff0-9e9d444593cb-bae4c21b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


