:root {
  --dark-blue: #08142d;
  --blue: #006efe;
  --size: 15px;
}

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

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

h2 {
  color: #08142d;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
}

h3 {
  color: #006efe;
  margin-top: 20px;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: #006efe;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

p {
  color: #08142d;
  width: 70%;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 25px;
}

a {
  text-decoration: underline;
}

.navbar-no-shadow {
  z-index: 3;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 11vw;
  padding-right: 11vw;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: block;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-wrapper {
  margin-left: -104px;
  padding-right: 0;
}

.nav-menu {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

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

.link-block {
  grid-column-gap: 6px;
  color: #08142d66;
  align-items: center;
  text-decoration: none;
  display: none;
}

.link-block:hover {
  opacity: 1;
  color: #08142d;
}

.div-block {
  color: #08142d66;
  text-decoration: none;
}

.text-block {
  color: var(--dark-blue);
  text-decoration: none;
  -webkit-text-decoration-color: var(--dark-blue);
  text-decoration-color: var(--dark-blue);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.section {
  width: 100%;
  height: 100vh;
  max-height: none;
}

.image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.div-block-2 {
  z-index: 2;
  flex: 0 auto;
  align-items: center;
  margin-top: 30vh;
  margin-left: 11vw;
  display: block;
  position: absolute;
}

.div-block-3 {
  height: 100%;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

.text-block-2 {
  color: #fff;
  width: 25vw;
  margin-top: 8px;
  margin-bottom: 32px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.link-block-2 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(238deg, #ffbc0e, #ff900e);
  background-clip: border-box;
  border-radius: 5px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 202px;
  margin-top: 24px;
  padding: 17px 40px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.link-block-2.pop-up {
  cursor: pointer;
  background-image: linear-gradient(238deg, #97db05, #76d21a);
  flex: none;
  width: auto;
  max-width: none;
  margin-top: 0;
  padding: 12px 16px;
}

.text-block-3 {
  color: #fff;
  cursor: pointer;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.div-block-4 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-4.pop-up {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.section-2 {
  margin-top: 57px;
  margin-bottom: 57px;
  padding-left: 11vw;
  padding-right: 11vw;
}

.heading-2 {
  color: #08142d;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.text-block-5 {
  color: #08142d;
  text-align: left;
  width: 40%;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.heading-3 {
  color: #08142d;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
}

.div-block-5 {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  margin-bottom: 8px;
  display: flex;
}

.div-block-7 {
  border: 1px solid #b9c6e1;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 15px 32px 32px;
  display: flex;
  box-shadow: 0 4px 18px #eef0facc;
}

.text-block-6 {
  color: #08142d;
  text-align: center;
  width: 70%;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.div-block-8 {
  margin-bottom: 50px;
}

.section-3 {
  background-image: linear-gradient(230deg, #ffbc0e, #ff900e);
  padding: 68px 11vw;
  position: relative;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.text-block-7 {
  color: #fff;
  width: 40%;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: grid;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  line-height: 33px;
}

.div-block-9 {
  margin-bottom: 16px;
  display: inline-block;
}

.image-2 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.div-block-10 {
  flex-direction: column;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 96px;
  flex-wrap: nowrap;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-6 {
  color: #08142d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.text-block-8 {
  color: #08142d;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.div-block-12 {
  border: 1px solid #b9c6e1;
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0 4px 18px #eef0facc;
}

.div-block-13, .div-block-14 {
  margin-top: 8px;
}

.text-block-9 {
  color: #08142d;
  margin-bottom: -6px;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 66px;
}

.link-block-2-copy {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(225deg, #006efe, #494aff);
  background-clip: border-box;
  border-radius: 5px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 17px 40px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-15 {
  align-items: center;
  margin-top: 0;
  margin-bottom: 11px;
  display: flex;
}

.image-4 {
  margin-right: 8px;
}

.div-block-16 {
  margin-top: 24px;
}

.div-block-17 {
  display: flex;
}

.div-block-18 {
  background-color: #006efe;
  border-radius: 5px;
  padding: 24px;
  position: relative;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.text-block-10 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.text-block-9-copy {
  color: #fff;
  margin-bottom: -6px;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 66px;
}

.text-block-8-copy {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.link-block-2-copy-copy {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 5px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 17px 40px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.text-block-3-copy {
  color: #08142d;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-19 {
  display: flex;
}

.div-block-20 {
  margin-bottom: 11px;
  display: flex;
}

.div-block-21 {
  background-color: #ffffff80;
  border-bottom-left-radius: 200px;
  padding: 11px 25px 11px 35px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-11 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

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

.image-5 {
  flex: 0 auto;
  max-width: none;
  margin-right: 16px;
}

.div-block-23 {
  border: 1px solid #b9c6e1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 18px #eef0facc;
}

.text-block-12 {
  color: #7e96c6;
  font-family: Manrope, sans-serif;
  font-size: 18px;
}

.div-block-24 {
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.text-block-13 {
  color: #08142d80;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.div-block-25 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 38px;
  display: flex;
}

.image-6 {
  object-fit: contain;
  max-width: 100%;
  position: static;
}

.section-4 {
  display: block;
  position: relative;
}

.div-block-26 {
  padding-left: 11vw;
  padding-right: 11vw;
  position: absolute;
  inset: auto 0% 100px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: stretch;
}

.div-block-27 {
  grid-column-gap: 16px;
  display: none;
}

.div-block-28 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-29 {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 21px;
  text-decoration: none;
  display: none;
}

.link {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: #ffffff80;
}

.link.w--current {
  position: relative;
}

.text-block-14 {
  color: #fff9;
  text-align: center;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  inset: auto 0% 24px;
}

.image-6-copy {
  object-fit: cover;
  display: none;
}

.image-8, .image-9, .image-10, .image-11 {
  max-width: 70%;
}

.heading-5-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 600;
  line-height: 33px;
  display: none;
}

.div-block-13-copy {
  margin-top: 8px;
  display: none;
}

.div-block-6-copy, .div-block-6-copy-copy {
  justify-content: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.heading-6-copy {
  color: #08142d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

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

.image-6-copy-copy {
  object-fit: cover;
  display: none;
}

.section-5 {
  padding-top: 56px;
  padding-left: 11vw;
  padding-right: 11vw;
}

.div-block-33 {
  font-family: Manrope, sans-serif;
  font-size: 32px;
}

.bold-text {
  color: #08142d;
  font-size: 32px;
  font-weight: 500;
}

.text-block-16 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.rich-text-block {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 33px;
}

.text-block-14-copy {
  color: #fff9;
  text-align: center;
  margin-top: 32px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: none;
  position: absolute;
  inset: auto 0% 24px;
}

.image-copy {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  overflow: visible;
}

.social:hover {
  opacity: .5;
  color: #333;
}

.div-block-34 {
  z-index: 1;
  mix-blend-mode: normal;
  background-color: #ff800b;
  border: 0 #000;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  position: absolute;
  transform: translate(0, 20px);
}

.div-block-34.green {
  background-color: #65cd13;
}

.div-block-34-copy {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: color-burn;
  background-color: #08142d33;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  overflow: visible;
}

.div-block-4-copy {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.div-block-34-copy-copy {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #7f808133;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  overflow: visible;
}

.heading-3-copy {
  color: #08142d;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.link-block-copy {
  grid-column-gap: 6px;
  color: #08142d66;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-copy:hover {
  opacity: 1;
  color: #08142d;
}

.image-15, .section-6 {
  display: none;
}

.rich-text-block-2 a {
  color: #006efe;
  vertical-align: baseline;
}

.rich-text-block-2 p {
  margin-bottom: 16px;
}

.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;
  align-items: center;
  width: auto;
  max-width: 500px;
  display: flex;
}

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

.text-block-17 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.image-16 {
  max-width: 100%;
}

.body {
  color: #333;
}

.section-7 {
  z-index: 4;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.div-block-36 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.div-block-39, .div-block-38, .div-block-40, .div-block-41, .div-block-39-copy, .div-block-38-copy {
  background-color: #ebebeb;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.div-block-36-copy {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.div-block-40-copy, .div-block-41-copy, .div-block-39-copy {
  background-color: #ebebeb;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.section-2-copy, .section-2-co2py {
  margin-top: 57px;
  margin-bottom: 57px;
  padding-left: 11vw;
  padding-right: 11vw;
  display: none;
}

.hero {
  background-image: linear-gradient(180deg, var(--blue) 30%, white);
  height: 100svh;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1300px;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-42 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: "Area-3 Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-43 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70svh;
  padding-top: 100px;
  display: flex;
}

.heading-8 {
  color: #fff;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

.heading-8.b {
  color: var(--dark-blue);
  margin-bottom: 32px;
}

.paragraph {
  opacity: .6;
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.paragraph.b {
  opacity: .6;
  color: var(--dark-blue);
}

.paragraph._2 {
  width: auto;
  display: inline-flex;
}

.paragraph._2.link, .paragraph._2.link_footer {
  text-decoration: underline;
}

.div-block-44 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 540px;
  padding-top: 0;
  display: flex;
}

.functionality {
  height: auto;
  overflow: hidden;
}

.container-2 {
  max-width: 1140px;
}

.div-block-45 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 2px solid #08142d0d;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  padding: 24px;
  display: flex;
}

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

.div-block-47 {
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.div-block-47._2 {
  justify-content: flex-start;
  align-items: center;
}

.heading-9 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.div-block-48 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.image-17 {
  flex: 1;
  width: auto;
  max-width: 95%;
}

.image-17-copy {
  flex: 1;
  width: auto;
  max-width: 92%;
}

.benefits {
  background-image: linear-gradient(180deg, var(--blue) 21%, white);
  overflow: hidden;
}

.div-block-49 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 370px;
  padding: 20px 15px;
  display: flex;
  transform: translate(0);
}

.div-block-49._2 {
  transform: translate(-61px);
}

.div-block-49._3 {
  transform: translate(34px);
}

.text-block-18 {
  color: var(--dark-blue);
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.text-block-19 {
  opacity: .5;
  color: var(--dark-blue);
  font-family: Manrope, sans-serif;
}

.div-block-50 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-51.m {
  display: none;
}

.header {
  z-index: 10;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.image-18 {
  z-index: 1;
  width: 60%;
  max-width: 200%;
  margin-bottom: 0;
  margin-right: -2%;
  padding-left: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-53 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed {
  width: auto;
  height: auto;
}

.div-block-54 {
  background-color: var(--dark-blue);
  opacity: .05;
  width: 2px;
  height: 20px;
}

.div-block-55 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-19 {
  width: 20px;
  height: 20px;
}

.div-block-56 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-56.m {
  display: none;
}

.code-embed-2 {
  height: 20px;
}

.div-block-43-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.image-20 {
  width: 100%;
  max-width: none;
  max-height: none;
  overflow: visible;
}

.div-block-57 {
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  display: flex;
}

.cloud1 {
  height: 115px;
  position: absolute;
  inset: 13% 39% 0% auto;
}

.code-embed-3 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.code-embed-3-copy {
  position: absolute;
  inset: auto auto 0% -4%;
}

.code-embed-3-copy-copy {
  position: absolute;
  inset: auto -4% -14% auto;
}

.cloud2 {
  height: 115px;
  position: absolute;
  inset: 24% -6% 0% auto;
}

.image-21 {
  flex: 1;
}

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

.div-block-58 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3.w--current {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.div-block-59 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-60 {
  position: absolute;
  inset: 0%;
}

.cloud3 {
  height: 115px;
  position: absolute;
  inset: 24% -6% 0% auto;
}

.cloud4 {
  height: 115px;
  position: absolute;
  inset: -5% 35% 0% auto;
}

.code-embed-5 {
  height: 100%;
  position: relative;
  left: 0;
}

.link-block-5, .link-block-6 {
  display: none;
}

.div-block-61 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block-7 {
  text-decoration: underline;
}

.div-block-62 {
  z-index: 100;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #fff;
  border: 1px solid #b9c6e1;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  max-width: 888px;
  padding: 22px 32px;
  display: flex;
  box-shadow: 0 4px 18px #eef0facc;
}

.pop-up {
  color: #6b7281;
  width: auto;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.pop-up_link {
  color: #000;
  font-weight: 700;
}

.div-block-63 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 60px;
}

.pop-up_button_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

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

.link-block-8 {
  justify-content: flex-start;
  align-items: center;
}

.list {
  color: #08142d;
  width: 70%;
  margin-bottom: 32px;
  padding-left: 19px;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-2, .paragraph-3 {
  margin-bottom: 16px;
}

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

.bold-text-4, .bold-text-5 {
  font-weight: 500;
}

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

@media screen and (max-width: 991px) {
  p {
    width: auto;
  }

  .navbar-no-shadow {
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: fixed;
  }

  .navbar-wrapper {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    flex: 0 auto;
    width: 100vw;
    height: 250px;
    margin-left: 0;
    position: absolute;
  }

  .nav-menu {
    grid-column-gap: 0px;
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #a6b1bf00;
  }

  .link-block {
    margin-bottom: 24px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .div-block-2 {
    z-index: 1;
    inset: auto 0% 4%;
  }

  .text-block-2 {
    width: 80%;
  }

  .text-block-5 {
    width: 100%;
  }

  .heading-3 {
    text-align: center;
    font-size: 20px;
  }

  .div-block-6 {
    justify-content: flex-start;
    margin-top: 0;
  }

  .div-block-7 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block-6, .text-block-7 {
    width: 100%;
  }

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

  .image-3 {
    left: -16%;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-21 {
    border-bottom-right-radius: 200px;
    border-bottom-left-radius: 200px;
    inset: 0% 0% auto;
  }

  .text-block-11 {
    text-align: center;
  }

  .image-6 {
    display: none;
  }

  .div-block-26 {
    bottom: 24px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-27 {
    justify-content: space-between;
    width: 100%;
  }

  .div-block-29 {
    margin-top: 16px;
  }

  .link, .text-block-14 {
    text-align: center;
    display: none;
  }

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-7 {
    margin-bottom: 16px;
  }

  .image-6-copy {
    display: none;
  }

  .image-8, .image-9, .image-10, .image-11 {
    max-width: 100%;
  }

  .heading-3-copy, .heading-5-copy {
    text-align: center;
  }

  .div-block-6-copy, .div-block-6-copy-copy {
    justify-content: flex-start;
    margin-top: 40px;
  }

  .div-block-30 {
    margin-top: 8px;
  }

  .image-6-copy-copy {
    display: block;
  }

  .text-block-14-copy {
    text-align: center;
    margin-top: 0;
    position: static;
  }

  .div-block-34 {
    transform: translate(0, 61px);
  }

  .heading-3-copy {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .link-block-copy {
    display: flex;
  }

  .image-15 {
    display: block;
  }

  .section-6 {
    z-index: 2;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    padding-top: 90px;
    padding-left: 11vw;
    padding-right: 11vw;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-35 {
    grid-row-gap: 16px;
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .link-2 {
    color: #08142d;
    font-family: Manrope, sans-serif;
    font-size: 24px;
    line-height: 26px;
    text-decoration: none;
  }

  .div-block-42 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-43 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-8, .paragraph {
    text-align: center;
  }

  .paragraph.b {
    text-align: left;
  }

  .div-block-44 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .div-block-45 {
    flex-flow: column;
  }

  .div-block-46 {
    width: auto;
  }

  .div-block-47 {
    flex: 0 auto;
    order: -1;
    width: 100%;
  }

  .heading-9 {
    width: auto;
  }

  .div-block-48 {
    width: 100%;
    max-width: none;
  }

  .image-17 {
    transform: translate(11px);
  }

  .image-17-copy {
    transform: translate(-29px);
  }

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

  .div-block-51.m {
    display: flex;
  }

  .header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .image-18 {
    width: 65%;
    max-width: none;
    position: static;
  }

  .div-block-55 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .cloud1 {
    height: 107px;
    inset: auto 0% 27% 12%;
  }

  .code-embed-3-copy-copy {
    bottom: -8%;
    right: 0%;
  }

  .cloud2 {
    inset: auto 0% 12% 76%;
  }

  .image-21 {
    transform: translate(-29px);
  }

  .cloud3 {
    top: -18%;
  }

  .cloud4 {
    top: -7%;
    left: -40px;
    right: 0%;
  }

  .image-22 {
    height: 32px;
    max-height: 80px;
  }

  .code-embed-4 {
    display: none;
  }

  .image-23 {
    height: 32px;
  }

  .code-embed-5 {
    display: none;
  }

  .link-block-5.w--current, .link-block-6, .link-block-6.w--current {
    display: flex;
  }

  .div-block-62 {
    border-radius: 0;
  }

  .div-block-63 {
    z-index: 100;
    padding-left: 0;
    padding-right: 0;
    bottom: 0;
  }

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

  .list {
    width: auto;
  }

  .link-block-9, .link-block-9.w--current {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-34 {
    mix-blend-mode: normal;
    background-color: #ff800b;
  }

  .image-17, .image-17-copy {
    max-width: 100%;
    transform: translate(0);
  }

  .div-block-49._2, .div-block-49._3 {
    transform: translate(0);
  }

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

  .cloud1 {
    inset: auto 0% 14% 68%;
  }

  .code-embed-3 {
    display: none;
    overflow: visible;
  }

  .code-embed-3-copy {
    display: none;
  }

  .code-embed-3-copy-copy {
    display: none;
    top: 80px;
    right: -11%;
  }

  .cloud2 {
    inset: auto 0% 19%;
  }

  .image-21 {
    transform: translate(-11px);
  }

  .cloud3 {
    top: -18%;
  }

  .cloud4 {
    top: 4%;
    right: 80%;
  }

  .image-23 {
    height: 32px;
  }

  .code-embed-5 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 33px;
  }

  h4 {
    font-size: 20px;
    line-height: 27px;
  }

  .navbar-no-shadow {
    padding: 8px 6vw;
  }

  .navbar-no-shadow-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    display: none;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .link-block {
    display: flex;
  }

  .section {
    height: 100%;
  }

  .image {
    object-fit: cover;
    display: none;
  }

  .div-block-2 {
    margin-top: 0;
    margin-left: 6vw;
    margin-right: 6vw;
    inset: auto 0% 1%;
  }

  .div-block-3 {
    height: 100vh;
    display: none;
  }

  .heading {
    font-size: 24px;
    line-height: 33px;
  }

  .text-block-2 {
    width: auto;
    margin-top: 8px;
  }

  .link-block-2 {
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  .section-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 33px;
  }

  .heading-3 {
    text-align: center;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .div-block-6 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .div-block-7 {
    padding: 24px;
  }

  .text-block-6 {
    width: 80%;
  }

  .div-block-8 {
    margin-bottom: 32px;
  }

  .section-3 {
    padding: 32px 6vw;
    overflow: hidden;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 33px;
  }

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

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

  .image-2 {
    display: none;
    right: -24%;
  }

  .image-3 {
    display: none;
    bottom: -6%;
    left: -28%;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 27px;
    overflow: visible;
  }

  .text-block-8 {
    font-size: 16px;
    line-height: 22px;
  }

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

  .image-5 {
    width: 50px;
  }

  .image-6 {
    display: none;
  }

  .div-block-26 {
    bottom: 32px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }

  .div-block-27 {
    grid-column-gap: 16px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .div-block-29 {
    margin-top: 16px;
  }

  .link {
    text-align: center;
  }

  .text-block-14 {
    text-align: center;
    display: none;
  }

  .grid-4, .grid-5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-7 {
    margin-bottom: 8px;
  }

  .image-6-copy {
    object-fit: cover;
    display: inline-block;
  }

  .image-8 {
    max-width: 100%;
    overflow: visible;
  }

  .image-9, .image-10, .image-11 {
    max-width: 100%;
  }

  .heading-3-copy, .heading-5-copy, .heading-5-copy {
    text-align: center;
  }

  .div-block-13-copy {
    margin-top: 0;
    display: block;
  }

  .image-12, .image-13, .image-14 {
    margin-right: 16px;
  }

  .div-block-6-copy, .div-block-6-copy-copy {
    justify-content: flex-start;
    align-items: center;
    margin-top: 42px;
  }

  .heading-6-copy {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    overflow: visible;
  }

  .text-block-15 {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 22px;
  }

  .image-6-copy-copy {
    display: none;
  }

  .div-block-31 {
    display: flex;
  }

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

  .section-5 {
    padding-top: 32px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .text-block-14-copy {
    text-align: center;
    margin-top: 0;
    display: block;
    position: static;
  }

  .image-copy {
    object-fit: cover;
    height: 100vh;
    display: block;
    position: relative;
  }

  .heading-3-copy {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .link-block-copy {
    display: flex;
  }

  .section-6 {
    height: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
    display: none;
    inset: 0% 0% auto;
  }

  .rich-text-block-2 {
    width: 100%;
  }

  .utility-page-content {
    max-width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-7 {
    display: none;
  }

  .section-2-copy, .section-2-co2py {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .hero {
    height: auto;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-43 {
    height: auto;
    padding-top: 80px;
  }

  .paragraph {
    display: block;
  }

  .paragraph.l {
    display: none;
  }

  .div-block-44 {
    z-index: 20;
    position: relative;
  }

  .div-block-45 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-47 {
    justify-content: center;
    align-items: center;
  }

  .image-17, .image-17-copy {
    max-width: 100%;
    transform: translate(0);
  }

  .div-block-49._1 {
    width: auto;
  }

  .div-block-49._2, .div-block-49._3 {
    width: auto;
    transform: translate(0);
  }

  .header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-18 {
    vertical-align: baseline;
    width: 100%;
    margin-right: 0%;
  }

  .div-block-56, .div-block-56.m {
    display: none;
  }

  .div-block-43-copy {
    margin-top: 48px;
  }

  .image-20 {
    width: 200%;
  }

  .cloud1 {
    top: 67%;
    right: 38%;
  }

  .code-embed-3, .code-embed-3-copy, .code-embed-3-copy-copy {
    display: none;
  }

  .cloud2 {
    top: 78%;
    right: -32%;
  }

  .image-21 {
    max-width: 100%;
    display: block;
    transform: translate(-11px);
  }

  .cloud3 {
    top: 27%;
    left: -101px;
    right: 0%;
  }

  .cloud4 {
    top: -9%;
    left: 72%;
    right: 0%;
  }

  .image-23 {
    height: 32px;
  }

  .code-embed-5 {
    display: none;
  }

  .link-block-6 {
    display: flex;
  }

  .div-block-62 {
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-63 {
    z-index: 100;
  }

  .list {
    width: auto;
  }
}

#w-node-c5942904-881a-b4eb-f47b-3785972575d3-b8331ffd {
  grid-area: Area-3;
  place-self: start;
}

#w-node-ee981837-e723-9d0b-d786-e35eed76d18b-b8331ffd {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_4a77a25b-bf47-14f6-e232-382b668f7dfb-b8331ffd {
  grid-area: Area-3;
  align-self: auto;
}

#w-node-dd9a5bb1-4306-a016-986a-b3644c96326d-b8331ffd {
  grid-area: Area-2;
}

#w-node-c5942904-881a-b4eb-f47b-3785972575d3-8c444f5d {
  grid-area: Area-3;
  place-self: center start;
}

#w-node-ee981837-e723-9d0b-d786-e35eed76d18b-8c444f5d {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_4a77a25b-bf47-14f6-e232-382b668f7dfb-8c444f5d {
  grid-area: Area-3;
  align-self: auto;
}

#w-node-dd9a5bb1-4306-a016-986a-b3644c96326d-8c444f5d {
  grid-area: Area-2;
}


