:root {
  --white: white;
  --black: black;
}

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

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

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

.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-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  display: flex;
}

.image {
  width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 16px 20px 5px;
}

.image:hover {
  opacity: 1;
}

.navbar {
  border-bottom: 1px solid var(--white);
  background-color: #085799;
  width: 100vw;
  margin-bottom: 0;
  padding-bottom: 4px;
  position: static;
}

.nav-menu {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 11px;
  display: flex;
}

.nav-link, .nav-link-2, .nav-link-3, .nav-link-4, .nav-link-5, .nav-link-6, .nav-link-7, .nav-link-8 {
  color: var(--white);
}

.body {
  height: auto;
  display: block;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 640px;
  margin-bottom: 100px;
  display: flex;
  overflow: visible;
}

.div-block {
  background-color: var(--white);
  color: #525252;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  text-decoration: none;
  display: block;
  position: static;
}

.navbar-2 {
  display: flex;
}

.link {
  margin-left: 29px;
}

.div-block-2 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100px;
  margin-top: -101px;
  margin-bottom: 0;
  display: flex;
}

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

.div-block-4 {
  justify-content: center;
  width: 475px;
  margin-top: -84px;
}

.div-block-5 {
  justify-content: center;
  height: auto;
  display: block;
}

.heading {
  font-size: 34px;
}

.text-block {
  color: #7d7d7d;
  width: 625px;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.link-block {
  background-color: #333;
  border: 0 solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 42px;
  margin-top: 16px;
  padding-left: 21px;
  padding-right: 21px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: var(--black);
}

.text-block-2 {
  color: var(--white);
  text-decoration: none;
}

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

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

.images-section2 {
  background-color: #a6a6a6;
  background-image: none;
  background-position: 0 0;
  background-size: 125px;
  width: 525px;
  height: 265px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.images-section2.combo-class {
  background-image: none;
}

.div-block-9 {
  justify-content: center;
  width: 100%;
  margin-top: 25px;
  margin-right: 11px;
  display: flex;
}

.div-block-10 {
  border-bottom: 1px solid #595959;
  width: 525px;
  height: 375px;
  margin-right: 20px;
  position: relative;
}

.text-block-3 {
  width: 500px;
  margin-top: 15px;
}

.text-block-4 {
  margin-top: 15px;
}

.text-block-5 {
  color: var(--black);
  padding-bottom: 12px;
  font-weight: 700;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-11 {
  border: 0 solid #595959;
  border-bottom-width: 1px;
  height: 375px;
  margin-right: 28px;
  position: relative;
}

.slide-nav {
  z-index: -1000;
  display: none;
}

.div-block-12 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 85vw;
  height: 400px;
  margin-top: 19px;
}

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

.div-block-14 {
  justify-content: center;
  width: 85%;
  height: 100px;
  display: flex;
}

.div-block-15 {
  width: 200px;
  height: 100%;
}

.image-2 {
  width: 75px;
  height: 75px;
  margin-top: 0;
}

.div-block-16 {
  background-color: var(--white);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: -86px;
  display: flex;
  box-shadow: 1px 1px 3px #4b4b4b;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  margin-bottom: 19px;
  display: flex;
}

.div-block-18 {
  flex-direction: column;
  align-items: center;
  margin: 23px 91px 0;
  display: flex;
}

.text-block-6 {
  width: 175px;
  margin-top: 10px;
}

.div-block-19 {
  height: 400px;
  position: relative;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-20 {
  background-color: #c73a3a;
}

.tab-button {
  color: #085799;
  text-align: center;
  width: 200px;
  height: 62px;
  padding: 0;
}

.tab-button:hover, .tab-button:focus {
  color: var(--white);
  background-color: #085799;
}

.tab-button:visited {
  background-color: #ddd;
}

.tab-button.w--current {
  width: 200px;
  height: 62px;
  padding: 0;
}

.tab-button.w--current:hover {
  color: var(--white);
  background-color: #085799;
}

.tabs-button {
  color: #7c7c7c;
  text-align: center;
  width: 100%;
  height: 100%;
}

.tabs-button:hover {
  color: var(--white);
}

.tabs-button:focus {
  color: var(--white);
  background-color: #085799;
}

.text-block-8 {
  color: #7c7c7c;
  width: 200px;
  height: 62px;
}

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

.text-block-9 {
  color: #7c7c7c;
  width: 200px;
  height: 62px;
  font-weight: 700;
}

.text-block-9:hover {
  color: var(--white);
  background-color: #085799;
}

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

.text-block-10 {
  color: #7c7c7c;
  width: 200px;
  height: 62px;
  font-weight: 700;
}

.text-block-10:hover, .text-block-10:focus {
  color: var(--white);
}

.text-block-11 {
  color: #7c7c7c;
  justify-content: center;
  align-items: center;
  height: 62px;
  font-weight: 700;
  display: flex;
}

.text-block-11:hover, .text-block-11:focus {
  color: var(--white);
}

.text-block-12 {
  color: #7c7c7c;
  justify-content: center;
  align-items: center;
  height: 62px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.text-block-12:hover, .text-block-12:focus {
  color: var(--white);
}

.tabs-menu {
  opacity: 1;
  background-color: #ddd;
  border: 0 solid #6a6a6a;
  border-top: 2px solid #a7a6a6;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  display: flex;
}

.slide {
  perspective: 1000px;
  object-position: 50% 0%;
  width: 100vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider-catagory {
  perspective: none;
  border: 1px solid silver;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 400px;
  margin-left: 33px;
  margin-right: 33px;
  display: flex;
  position: relative;
  transform: perspective(843px);
  box-shadow: 5px 5px #d5d5d5;
}

.image-3 {
  border: 1px #000;
  width: 100%;
  height: 200px;
  transform: translate(0);
}

.heading-2 {
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 23px;
  line-height: 30px;
  display: flex;
}

.div-block-22 {
  flex-direction: row;
  justify-content: center;
  margin-top: 37px;
  margin-bottom: 27px;
  display: flex;
}

.div-block-22.comboclass {
  margin-top: 52px;
  margin-bottom: 60px;
  transition: transform 1s;
  display: flex;
}

.div-block-23 {
  background-color: #085799;
  width: 100%;
  height: 10px;
}

.div-block-24 {
  border-top: 1px solid #e2e2e2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.link-block-2 {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.text-block-13 {
  color: #085799;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .65s;
  display: flex;
}

.text-block-13:hover {
  color: var(--white);
  background-color: #085799;
}

.text-block-14, .text-block-15 {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 13px;
}

.text-block-20 {
  text-align: center;
  margin-bottom: 0;
  padding: 2px 10% 13px;
}

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

.text-block-26, .text-block-29 {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.menu-button {
  color: #0000;
}

.div-block-27 {
  background-color: #085799;
  border: 1px solid #085799;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 575px;
  margin-top: 0;
  font-weight: 400;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-28 {
  border-right: 2px solid var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 575px;
  height: auto;
  margin-right: 0;
  padding: 0 22px 0 0;
  display: flex;
}

.div-block-28.combo-class {
  border-right-width: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: auto;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-28.comboclass4 {
  justify-content: center;
  width: 345px;
  padding-right: 0;
}

.text-block-30 {
  color: var(--white);
  text-align: left;
  align-self: center;
  width: 70%;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.text-block-30.combo-class {
  line-height: 20px;
}

.text-block-30.comboclass2 {
  width: auto;
  font-style: italic;
}

.div-block-29 {
  clear: none;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.image-4 {
  width: 113px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  display: block;
}

.link-2 {
  color: var(--white);
  text-decoration: underline;
}

.div-block-30 {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 5px;
  display: flex;
}

.div-block-30.combo-class {
  width: 50%;
  margin-left: 0;
  margin-right: 40px;
}

.div-block-30.comboclass5 {
  margin-left: 5px;
  margin-right: 0;
}

.text-span {
  font-size: 14px;
  font-weight: 700;
  line-height: 34px;
  display: inline;
}

.text-block-31 {
  color: var(--white);
  margin-bottom: 10px;
  text-decoration: none;
}

.link-block-3 {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.text-block-32 {
  color: var(--white);
  height: auto;
  display: inline-block;
}

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

.link-block-4 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 5px;
  font-size: 12px;
  text-decoration: none;
  transition: transform .175s cubic-bezier(.755, .05, .855, .06);
  display: flex;
}

.link-block-4:hover {
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  height: auto;
  font-weight: 700;
  display: flex;
  transform: translate(3px);
}

.div-block-31 {
  color: var(--white);
  flex-direction: column;
  margin-left: 22px;
  padding-left: 0;
  display: flex;
}

.text-block-34 {
  margin-top: 0;
  margin-bottom: 11px;
  text-decoration: none;
}

.link-block-5 {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.div-block-32 {
  border-top: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: static;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 40px;
  margin-top: 17px;
  margin-bottom: 24px;
  padding-top: 0;
  display: flex;
}

.text-block-35 {
  color: var(--white);
  margin-left: 0;
  font-size: 20px;
  text-decoration: none;
}

.text-block-35.combo-class {
  width: 200px;
  margin-left: 0;
}

.image-5 {
  width: 23px;
  margin-left: 0;
  margin-right: 7px;
}

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

.image-6 {
  width: 23px;
  height: auto;
  transition: transform .375s;
}

.image-6:hover {
  transform: scale(1.4);
}

.div-block-35 {
  justify-content: space-between;
  width: 160px;
  margin-left: 4px;
  display: flex;
}

.link-3 {
  color: var(--white);
  width: 11px;
  margin-left: 19px;
  font-size: 12px;
  text-decoration: none;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

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

.div-block-39 {
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  display: flex;
}

.div-block-41 {
  width: 100%;
  height: 45px;
}

.div-block-44-combo-class-3 {
  color: #5463ed;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.div-block-44-combo-class-3.combo-class-3 {
  z-index: auto;
  border: 1px solid var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #085799;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-start;
  width: 369px;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-44-combo-class-3.combo-class-3.combo-class-a {
  background-image: none;
  background-position: 50%;
  background-size: 83px;
  width: 100%;
}

.div-block-44-combo-class-3.combo-class-3.combo-class-4 {
  clear: none;
  perspective-origin: 50% 70%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  display: flex;
  position: absolute;
}

.div-block-44-combo-class-3.combo-class-3.comboclass-women {
  background-color: #990856;
  background-image: none;
}

.div-block-44-combo-class-3.combo-class-3.comboclass-women.comboclass-tops {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 225px;
  background-attachment: scroll;
}

.div-block-44-combo-class-3.combo-class-3.comboclass-women.combo-class-pants-and-skirts {
  background-image: none;
}

.div-block-44-combo-class-3.combo-class-3.comboclass-women.combo-class-dresses {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.div-block-44-combo-class-3.combo-class-3.comboclass-women.combo-class-nightwear {
  background-image: none;
  background-size: 240px;
}

.div-block-44-combo-class-3.combo-class-3.comboclass-women.combo-class-outerwear {
  background-image: none;
  background-size: 225px;
}

.div-block-45 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  width: 525px;
  height: 265px;
}

.div-block-46 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  width: 526px;
  height: 265px;
}

.div-block-46.combo-class {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
}

.icon-2 {
  color: var(--white);
  text-shadow: 3px 3px #16c0e5;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Open Sans, sans-serif;
}

.div-block-47 {
  background-image: repeating-linear-gradient(270deg, #7865f4, #085799 0%, #0000);
  width: 100%;
  height: 100%;
  position: relative;
}

.image-7 {
  width: 30%;
  position: absolute;
  inset: 28% 6% 0% auto;
}

.div-block-48 {
  height: 200px;
}

.video {
  width: 100%;
  height: 100%;
}

.image-8 {
  width: 363px;
  height: 30px;
  position: absolute;
  inset: 24% 5% 0% auto;
}

.image-9 {
  width: 400px;
  position: absolute;
  inset: 6% 16% 0% auto;
}

.background-video, .image-10 {
  width: 100%;
  height: 100%;
}

.div-block-49 {
  background-image: none;
  background-position: 75%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-50 {
  z-index: 1000;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-51 {
  justify-content: center;
  align-items: center;
  width: 37%;
  height: 400px;
  margin-left: 97px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 8px 8px 19px 3px #0000008c;
}

.text-block-36 {
  z-index: 1000;
  color: var(--white);
  width: 30%;
  max-width: 400px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Kgblankspacesketch, sans-serif;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
}

.text-block-36.combo-class {
  margin-bottom: 19px;
  font-size: 20px;
}

.text-block-37 {
  color: var(--white);
  max-width: 400px;
  margin-top: 19px;
  font-family: Kgblankspacesketch, sans-serif;
}

.text-span-2 {
  font-size: 36px;
}

.slide-3 {
  height: 100%;
  overflow: hidden;
}

.video-2 {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.youtube {
  height: 400px;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.youtube-2 {
  z-index: 20;
  height: 100%;
  margin-top: -93px;
}

.background-video-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  text-decoration: none;
  display: flex;
}

.div-block-52 {
  background-image: linear-gradient(270deg, #fff0, #0000 1%, #fff 20%, #0000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-52.combo-class {
  background-image: linear-gradient(270deg, #085799 33%, #0000 61%, #0000);
}

.image-11 {
  width: 465px;
  margin-top: 94px;
  margin-bottom: 0;
  margin-right: 220px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-53 {
  width: auto;
  height: auto;
  margin-top: -10px;
  margin-left: 34%;
  text-decoration: none;
}

.text-block-100 {
  color: #085799;
  width: 500px;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  text-decoration: none;
}

.text-block-100.comboclass2 {
  width: auto;
  font-weight: 700;
  display: inline-block;
  position: absolute;
}

.text-block-100.comboclass2.comboclass4 {
  color: #fafafa;
  text-shadow: 5px 5px #16c0e5;
  object-fit: fill;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  display: flex;
  position: relative;
}

.text-block-100.comboclass1 {
  text-shadow: 3px 3px 0 var(--white);
  flex-wrap: nowrap;
  align-content: stretch;
  width: auto;
  height: auto;
}

.text-block-39 {
  color: #085799;
  text-align: center;
  width: auto;
  margin-top: 10px;
  margin-left: 0;
  font-family: Alfa Slab One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
  display: inline;
}

.text-block-39.comboclass2 {
  float: left;
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  text-shadow: 2px 2px .25px #16c0e5;
  column-count: 0;
  column-rule-style: solid;
  column-rule-width: 53px;
  white-space: normal;
  border: 7px solid #0000;
  justify-content: center;
  column-gap: 46px;
  margin-top: 3px;
  margin-left: 0;
  margin-right: 0;
  font-family: PT Serif, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
}

.text-span-3 {
  color: #085799;
  width: auto;
  margin-left: 0;
  padding-right: 78px;
  font-style: italic;
  font-weight: 500;
  display: block;
}

.text-span-3.comboclass1 {
  color: #085799;
  font-weight: 600;
  display: inline-block;
}

.text-span-3.comboclass1.comboclass2 {
  height: auto;
}

.text-span-3.comboclass2 {
  text-shadow: 3px 3px 0 var(--white);
  padding-right: 0;
}

.text-span-3.comboclass2.comboclass3 {
  color: #085799;
  text-shadow: 4px 4px 0 var(--white);
  object-fit: fill;
  border: 6px #000;
  border-radius: 0;
  width: 400px;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 63px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.text-span-3.comboclass2.comboclass3.comboclass4 {
  direction: ltr;
  color: #16c0e5;
  text-transform: capitalize;
  text-shadow: 3px 3px 0 var(--white);
  white-space: normal;
  border-style: none;
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.slide-1 {
  height: 100%;
}

.slide-2 {
  z-index: 0;
  height: 100%;
  overflow: hidden;
}

.div-block-54 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.div-block-55 {
  width: auto;
  height: auto;
  margin-top: 0%;
  margin-left: 220px;
}

.div-block-55.comboclass2 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0%;
  margin-left: 10%;
  display: flex;
}

.text-block-40 {
  z-index: 1000;
  color: var(--white);
  text-shadow: 5px 3px #16c0e5;
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
  font-family: Futura bt, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 53px;
  position: relative;
}

.text-block-40.comboclass1 {
  margin-bottom: 0;
}

.text-block-40.comboclass1.comboclass-2 {
  line-height: 34px;
}

.text-span-4 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 67px;
}

.text-span-5 {
  text-shadow: 5px 3px #16c0e5;
  margin-top: 0;
  font-family: Futura bt, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 56px;
  display: inline-block;
}

.combo-class {
  font-size: 57px;
}

.right-arrow {
  text-align: left;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.summer-2021-a-flexlayout {
  object-fit: fill;
  object-position: 50% 0%;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 80vh;
  display: none;
}

.text-block-41 {
  color: var(--white);
  padding-left: 0;
  font-size: 32px;
  font-weight: 400;
}

.text-span-6 {
  color: var(--white);
  font-size: 42px;
}

.text-block-42 {
  color: #16c0e5;
  text-align: center;
  width: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-57 {
  background-color: var(--white);
  border: 0 solid #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.background-video-3 {
  text-shadow: 3px 3px 0 var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 20px;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-58 {
  flex: 0 auto;
  width: auto;
  height: 40%;
  margin-top: 0;
  margin-left: 32%;
  display: block;
  position: relative;
}

.div-block-58.comboclass1 {
  height: auto;
  margin-top: 0;
  margin-left: 0%;
  display: inline-block;
  position: static;
}

.div-block-58.comboclass1.comboclass3 {
  flex-direction: column;
  order: 0;
  width: 500px;
  height: auto;
  margin-left: 0%;
  display: block;
  position: static;
}

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

.text-block-43 {
  color: #085799;
  width: auto;
  margin-top: 6px;
  margin-left: 0;
  font-family: Alfa Slab One, sans-serif;
  font-size: 24px;
  line-height: 34px;
  text-decoration: none;
  display: inline;
}

.text-block-43.combo-class-1 {
  margin-left: 40px;
}

.text-block-43.combo-class-1.combolass2 {
  color: var(--white);
  text-transform: capitalize;
  text-shadow: 2px 2px .25px #085799;
  white-space: normal;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  font-family: PT Serif, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
  bottom: -4px;
}

.text-block-43.combo-class-1.combolass2.comboclass5 {
  margin-top: -5px;
  margin-left: 40px;
}

.text-block-44 {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 20px;
  font-size: 40px;
  display: flex;
}

.text-block-44.combo-class {
  margin-left: 15px;
}

.text-block-45 {
  color: var(--white);
  display: flex;
}

.div-block-59 {
  z-index: 1000;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  margin-left: 66px;
  font-size: 76px;
  display: flex;
  position: relative;
}

.text-block-46 {
  color: var(--white);
  text-shadow: 4px 4px #16c0e5;
  margin-top: 0;
  margin-left: 100px;
  font-size: 76px;
  font-weight: 700;
  line-height: 67px;
}

.text-block-46.comboclass1 {
  margin-top: 10px;
}

.text-block-47 {
  color: var(--white);
  margin-left: 15px;
  font-size: 57px;
}

.text-block-47.combo-class {
  margin-left: 14px;
}

.text-block-47.comboclass1 {
  direction: ltr;
  text-align: center;
  text-shadow: 4px 4px #085799;
  object-fit: fill;
  flex-direction: row;
  order: 0;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  line-height: 57px;
  display: flex;
  position: static;
}

.div-block-60 {
  margin-top: 5px;
  display: flex;
}

.text-span-7 {
  display: block;
}

.div-block-61 {
  justify-content: flex-start;
  display: flex;
}

.div-block-62 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-63 {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.footer-link {
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link.comboclass2 {
  width: auto;
  margin-right: 0;
}

.text-block-48 {
  color: var(--white);
  margin-right: 15px;
  font-size: 16px;
}

.link-title {
  width: 100%;
  margin-bottom: 11px;
  font-size: 16px;
}

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

.mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.text-span-8 {
  font-size: 47px;
}

.image-12 {
  width: 30%;
  height: 100%;
}

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

.div-block-65 {
  z-index: auto;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 1000px;
  cursor: pointer;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
}

.div-block-65.combo-class, .div-block-65.comboclass-2, .div-block-65.comboclass2 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.div-block-65.comboclass-3 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-65.comboclass4, .div-block-65.comboclass5, .div-block-65.comboclass6, .div-block-65.comboclass7, .div-block-65.comboclass8, .div-block-65.comboclass9, .div-block-65.comboclass10 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.div-block-65.comboclass11 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-50 {
  flex: 0 auto;
}

.div-block-66 {
  height: 40%;
}

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

.tabs-content {
  display: block;
}

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

.div-block-68 {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transform-style: preserve-3d;
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)perspective(863px);
}

.div-block-68:hover {
  transform: ;
}

.div-block-69 {
  z-index: auto;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 1000px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
}

.div-block-70 {
  perspective: 1000px;
  width: 100%;
  height: 200px;
  position: relative;
}

.div-block-71 {
  perspective: 1000px;
  cursor: pointer;
  width: 100%;
  height: 200px;
  position: static;
  overflow: hidden;
}

.div-block-72 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 200px;
}

.div-block-73 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: absolute;
  inset: 0%;
}

.div-block-74 {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

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

.submit-button {
  opacity: 1;
  border-top-left-radius: 0;
}

.div-block-75 {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.div-block-77 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: relative;
  inset: 0%;
}

.div-block-77.combo-class {
  z-index: 0;
  background-color: var(--white);
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  height: 200px;
  position: absolute;
}

.div-block-76 {
  background-color: var(--white);
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: relative;
  inset: 0%;
}

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

.div-block-79 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.div-block-79.combo-class-1, .div-block-79.combo-class-2 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
}

.div-block-80 {
  background-image: none;
  background-position: 0 0;
  background-size: 125px;
  width: 120px;
  height: 200px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-80.combo-class-1 {
  background-image: none;
  background-position: 0 0;
  background-size: 125px;
}

.div-block-80.combo-class-2 {
  background-image: none;
  background-position: 50% 0;
  background-size: 125px;
}

.div-block-81 {
  background-image: none;
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 225px;
  width: 100%;
  height: 200px;
  margin-top: 10px;
}

.div-block-83 {
  flex-wrap: wrap;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: baseline;
  width: 100vw;
  min-width: 725px;
  height: auto;
  display: flex;
}

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

.div-block-85 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-86 {
  flex-wrap: wrap;
  place-content: flex-end center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

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

.div-block-88 {
  height: 100%;
}

.div-block-89 {
  width: 100%;
  height: 40px;
}

.div-block-90 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-91 {
  text-align: center;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.div-block-92 {
  background-color: #9a9a9a;
  border: 1px solid #000;
  height: 225px;
}

.div-block-92.comboclass2 {
  background-color: #0000;
  border-width: 0;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.div-block-92.comboclass2.comboclass3 {
  align-items: flex-start;
  width: 340px;
  height: auto;
  margin: 0 0 0 20px;
}

.div-block-92.comboclass1 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.div-block-93 {
  background-color: #085799;
  border: 0 solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 60px;
  margin-top: 43px;
  display: none;
  overflow: visible;
}

.div-block-94 {
  height: 15%;
}

.text-block-52 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.slider-2 {
  width: 772px;
  height: 300px;
}

.div-block-95 {
  z-index: 1000;
  border: 0px solid var(--white);
  opacity: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.text-block-53 {
  color: var(--white);
  text-transform: capitalize;
  text-shadow: 1px 1px 4px #000000c4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Dancing Script, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  display: flex;
}

.div-block-96 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-54 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.text-block-55 {
  color: #fff;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

.div-block-97 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.div-block-98 {
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  min-width: auto;
  max-width: 1275px;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 0;
  display: flex;
}

.div-block-99 {
  background-color: var(--white);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 327px;
  height: 425px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  display: flex;
  position: relative;
  top: 0;
  transform: none;
  box-shadow: 6px 6px 3px #00000045;
}

.div-block-99.comboclass2 {
  z-index: 0;
  box-shadow: none;
  border: .5px solid #0000000f;
  width: 345px;
}

.div-block-100, .div-block-101 {
  width: 30%;
}

.div-block-102 {
  background-color: #f2eeee;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  height: 175px;
  margin-bottom: 20px;
}

.div-block-102.combo-class {
  background-image: none;
  border-bottom: 3px solid #085799;
  width: 100%;
  height: 275px;
  margin-bottom: 0;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.div-block-102.comboclass2 {
  background-image: none;
  border: 0 solid #085799;
  border-bottom-width: 3px;
  width: 100%;
  height: 275px;
  margin-bottom: 0;
  overflow: hidden;
}

.div-block-102.comboclass3 {
  background-image: none;
  border: 0 solid #085799;
  border-bottom-width: 3px;
  width: 100%;
  height: 275px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.text-block-56 {
  z-index: 10;
  color: #ffa02b;
  text-shadow: 1px 1px 0 var(--white);
  width: auto;
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  inset: 0%;
}

.text-block-56:hover {
  opacity: 1;
}

.text-block-56.combo-class {
  z-index: 10;
  color: #73cbe5;
  text-align: center;
  text-shadow: 2px 2px 0 var(--white);
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 25px;
  line-height: 25px;
  display: block;
  top: 0%;
}

.text-block-56.comboclass2 {
  z-index: 10;
  color: #085799;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 25px;
  line-height: 25px;
  transition-property: none;
  top: 0%;
  transform: none;
}

.paragraph {
  color: #6173ca;
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  position: relative;
  inset: 0 0%;
}

.paragraph-2 {
  color: #6173ca;
  align-items: center;
  width: auto;
  height: 84px;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
  top: 0;
}

.paragraph-3 {
  color: #6173ca;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 84px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  display: flex;
  position: relative;
  top: 0;
}

.left-arrow {
  margin-bottom: 0;
  display: block;
}

.paragraph-4 {
  width: 100%;
  margin-bottom: 10px;
}

.paragraph-4.comboclass-1 {
  margin-bottom: 0;
}

.paragraph-4.comboclass2 {
  margin-bottom: 23px;
}

.paragraph-4.combclass {
  margin-bottom: 0;
}

.div-block-103 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}

.text-span-9 {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.div-block-104 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.text-block-57 {
  color: #085799;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.div-block-105 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.div-block-105.comboclass1 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.div-block-105.comboclass2 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 425px;
  margin-top: 0;
  margin-bottom: 40px;
}

.div-block-105.comboclass3 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  margin-bottom: 60px;
}

.list {
  margin-bottom: 16px;
}

.div-block-106 {
  background-color: var(--black);
  width: 40%;
  height: 1px;
  margin-bottom: 5px;
}

.text-block-58, .text-block-59, .text-block-60, .text-block-61, .text-block-62 {
  margin-bottom: 23px;
}

.div-block-107 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 70px;
  font-weight: 400;
  display: flex;
}

.link-block-8 {
  width: 80%;
  text-decoration: none;
}

.link-block-9 {
  text-decoration: none;
  position: relative;
}

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

.body-2 {
  clear: none;
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.div-block-109 {
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70vw;
  height: auto;
  display: block;
  position: relative;
}

.div-block-110 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-111 {
  background-color: #8f8d8d40;
  width: 475px;
  height: 625px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-112 {
  background-color: #555;
}

.div-block-113 {
  background-image: none;
  background-position: 100% 0;
  background-size: cover;
  height: 525px;
  margin-top: 100px;
}

.div-block-114 {
  color: #085799;
  text-align: center;
  margin-top: 0;
  font-size: 40px;
}

.div-block-115 {
  height: 1920vh;
}

.div-block-116 {
  background-image: none;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 525px;
  margin-top: 0;
}

.div-block-117 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 125px;
  display: flex;
}

.div-block-118 {
  background-color: #fff;
  width: 100%;
  height: 125px;
}

.div-block-119 {
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-119:hover {
  transform: scale3d(1none, 1none, 1none);
}

.div-block-120 {
  color: var(--white);
  background-color: #fff;
  width: 100%;
  height: 125px;
}

.div-block-121 {
  flex-flow: wrap;
  place-content: stretch space-around;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: visible;
}

.div-block-122 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 45%;
  height: 500px;
}

.grid {
  direction: ltr;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  width: 52vw;
  min-width: 675px;
  height: 575px;
  margin-top: 0;
  margin-right: 0;
}

.grid.comboclass1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: stretch;
  width: 80vw;
  min-width: 1000px;
  height: 1750px;
  display: grid;
  position: static;
}

.grid.comboclass2 {
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80vw;
  min-width: 925px;
  height: 1000px;
}

.grid.comboclass2.comboclass3 {
  width: 87vw;
}

.grid.comboclass2.comboclass-7 {
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80vw;
  height: 1200px;
}

.grid.comboclass2.comboclass8 {
  width: 70vw;
  min-width: 750px;
  height: 1500px;
}

.grid.comboclass3 {
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 92vw;
  height: 1000px;
}

.grid.comboclass3.comboclass4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 52vw;
  height: 525px;
  display: grid;
}

.grid.comboclass3.comboclass4.comboclass5 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 72vw;
}

.grid.comboclass4 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 72vw;
  height: 475px;
}

.grid.comboclass5 {
  height: 1275px;
}

.div-block-123 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-123:hover {
  transform: scale(1.1);
}

.div-block-123.comboclass1 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.div-block-124 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-124:hover {
  transform: scale(1.1);
}

.div-block-125 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-125:hover {
  opacity: 1;
  transform: scale(1.1);
}

.div-block-126 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s linear;
  overflow: hidden;
}

.div-block-126:hover {
  transform: scale(1.1);
}

.text-block-63 {
  color: #085799;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.div-block-127 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.div-block-128 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-128:hover {
  background-color: #0000;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  transform: scale(1.1);
}

.div-block-129 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-129:hover {
  transform: scale(1.1);
}

.div-block-130 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-130:hover {
  transform: scale(1.1);
}

.div-block-131 {
  float: none;
  clear: none;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100%;
  transition: transform .2s;
  display: block;
}

.div-block-131:hover {
  display: block;
  transform: scale(1.1);
}

.div-block-132 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-132:hover {
  transform: scale(1.1);
}

.div-block-133 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-133:hover {
  transform: scale(1.1);
}

.div-block-134 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-135 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-135:hover {
  transform: scale(1.1);
}

.div-block-136 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-136:hover {
  transform: scale(1.1);
}

.div-block-137 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-137:hover {
  transform: scale(1.1);
}

.div-block-138 {
  background-color: #b734bb;
  height: 400px;
}

.div-block-139 {
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: auto;
  display: block;
  position: relative;
}

.div-block-140 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  height: 100%;
  transition: transform .2s;
  display: block;
}

.div-block-140:hover {
  transform: scale(1.1);
}

.div-block-141 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
  transform: translate(0);
}

.div-block-141:hover {
  transform: scale(1.1);
}

.div-block-142 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-142:hover {
  transform: scale(1.1);
}

.div-block-143 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-143:hover {
  transform: scale(1.1);
}

.div-block-144 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-144:hover {
  transform: scale(1.1);
}

.div-block-145 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-145:hover {
  transform: scale(1.1);
}

.div-block-146 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-146:hover {
  transform: scale(1.1);
}

.div-block-147 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-147:hover {
  transform: scale(1.1);
}

.div-block-148 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-148:hover {
  transform: scale(1.1);
}

.div-block-149 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-149:hover {
  transform: scale(1.1);
}

.div-block-150 {
  opacity: 1;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-150:hover {
  transform: scale(1.1);
}

.div-block-151 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-151:hover {
  transform: scale(1.1);
}

.div-block-152 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-152:hover {
  transform: scale(1.1);
}

.div-block-153 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-153:hover {
  transform: scale(1.1)translate(0);
}

.div-block-154 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-154:hover {
  transform: scale(1.1);
}

.div-block-155 {
  text-align: justify;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-156, .div-block-157, .div-block-158 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.div-block-159 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-160 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.div-block-161 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-right: 0;
  transition: transform .2s;
}

.div-block-161:hover {
  transform: scale(1.1);
}

.div-block-162 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 315px;
  width: 100%;
  height: 100%;
  transition: transform .2s;
}

.div-block-162:hover {
  transform: scale(1.1);
}

.div-block-163 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: transform .2s;
}

.div-block-163:hover {
  transform: scale(1.1);
}

.div-block-164 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-164:hover {
  transform: scale(1.1);
}

.div-block-165 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-165:hover {
  transform: scale(1.1);
}

.div-block-166 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-166:hover {
  transform: scale(1.1);
}

.div-block-167 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-167:hover {
  transform: scale(1.1);
}

.div-block-168 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-168:hover {
  transform: scale(1.1);
}

.div-block-169 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-169:hover {
  transform: scale(1.1);
}

.div-block-170 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 100%;
  transition: transform .2s;
}

.div-block-170:hover {
  transform: scale(1.1);
}

.div-block-171 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
  transform: translate(0);
}

.div-block-171:hover {
  transform: scale(1.1);
}

.div-block-172 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-172:hover {
  transform: scale(1.1);
}

.div-block-173 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-173:hover {
  transform: scale(1.1);
}

.div-block-174 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-174:hover {
  transform: scale(1.1);
}

.div-block-175 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-175:hover {
  transform: scale(1.1);
}

.div-block-176 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-176:hover {
  transform: scale(1.1);
}

.div-block-177 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-177:hover {
  transform: scale(1.1);
}

.div-block-178 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-178:hover {
  transform: scale(1.1);
}

.div-block-179 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  height: 100%;
  transition: transform .2s;
}

.div-block-179:hover {
  transform: scale(1.1);
}

.div-block-180 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  margin-right: 0;
}

.div-block-181 {
  background-image: none, url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0, 0 0;
  background-size: cover, 125px, auto;
}

.div-block-182 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-182:hover {
  transform: scale(1.1);
}

.div-block-183 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-183:hover {
  transform: scale(1.1);
}

.div-block-184 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-184:hover {
  transform: scale(1.1);
}

.div-block-185 {
  background-color: #16c0e5;
  border-color: #16c0e5;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 70px;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.div-block-186 {
  object-fit: fill;
  background-image: none;
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border: 0 solid #000;
  height: 100%;
  transition: transform .2s;
}

.div-block-186:hover {
  transform: scale(1.1);
}

.div-block-187 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-187:hover {
  transform: scale(1.1);
}

.div-block-188 {
  width: 100vw;
  height: 40px;
}

.div-block-189 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-189:hover {
  transform: scale(1.1);
}

.div-block-190 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-190:hover {
  transform: scale(1.1);
}

.div-block-191 {
  text-align: center;
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-3 {
  color: #085799;
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  width: 100%;
  margin-top: 0;
  font-family: PT Serif, serif;
  font-weight: 700;
}

.div-block-192 {
  flex-direction: column;
  width: 62vw;
  display: flex;
}

.text-block-64 {
  color: #858181;
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 30px;
}

.div-block-193 {
  background-color: #b2d3f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 425px;
  margin-top: 100px;
  display: flex;
}

.div-block-194 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 67%;
  height: 100%;
  display: flex;
}

.text-block-65 {
  color: #085799;
  text-align: center;
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 37px;
  font-weight: 700;
}

.text-block-66 {
  color: var(--white);
  text-align: center;
  margin-bottom: 10px;
  font-family: PT Serif, serif;
  font-size: 27px;
  line-height: 30px;
}

.text-block-67 {
  font-size: 18px;
}

.text-block-68 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .6s;
  display: flex;
}

.text-block-68:hover {
  color: #b2d3f0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-block-11 {
  border: 2px solid var(--white);
  background-color: #b2d3f0;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 40px;
  margin-top: 0;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-block-11:hover {
  background-color: var(--white);
  color: #b2d3f0;
}

.div-block-195 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-195:hover {
  transform: scale(1.1);
}

.div-block-196 {
  background-image: none;
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-196:hover {
  transform: scale(1.1);
}

.div-block-197 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-197:hover {
  transform: scale(1.1);
}

.div-block-198 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-198:hover {
  transform: scale(1.1);
}

.div-block-199 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-199:hover {
  transform: scale(1.1);
}

.div-block-200 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
  transform: scale(1);
}

.div-block-200:hover {
  transform: scale(1.1);
}

.div-block-201 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s, transform .2s;
}

.div-block-201:hover {
  transform: scale(1.1);
}

.div-block-202 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-202:hover {
  transform: scale(1.1);
}

.div-block-203 {
  width: 50%;
  height: 100%;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  object-fit: contain;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 30px;
  line-height: 34px;
  display: flex;
}

.paragraph-5.combo-class-5 {
  color: var(--white);
  width: auto;
  font-size: 16px;
}

.div-block-204 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: auto;
  display: block;
  position: static;
  transform: translate(0);
}

.text-span-10 {
  font-family: Quicksand, sans-serif;
  font-size: 27px;
  line-height: 34px;
}

.paragraph-6 {
  color: #6d6b6b;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
}

.div-block-205 {
  width: auto;
  height: 100%;
}

.text-block-69 {
  color: #42508f;
  text-transform: uppercase;
  text-shadow: 1px 0 #000000c2;
  width: auto;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.div-block-206 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-span-11 {
  color: #6d6b6b;
  font-family: Quicksand, sans-serif;
  line-height: 27px;
}

.div-block-207 {
  width: 40px;
  height: 100%;
}

.div-block-208 {
  text-shadow: 1px 0 2px #000000c2;
  width: 100%;
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  transform: rotate(0);
}

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

.div-block-210 {
  z-index: 1000;
  perspective: 1000px;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-211 {
  color: #42508f;
  text-shadow: 1px 0 #000;
  background-color: #6173ca;
  width: 86px;
  height: 2px;
  margin-top: 7px;
  margin-bottom: 20px;
  box-shadow: 1px 0 #000000b3;
}

.div-block-212 {
  background-color: #737070;
  border: 1px #000;
  border-radius: 300px;
  width: 300px;
  height: 200px;
}

.slide-4 {
  height: 100%;
}

.div-block-213 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-213:hover {
  transform: scale(1.1);
}

.div-block-214 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-214:hover {
  transform: scale(1.1);
}

.div-block-215 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-215:hover {
  transform: scale(1.1);
}

.div-block-216 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-216:hover {
  transform: scale(1.1);
}

.div-block-217 {
  text-shadow: 1px 1px 6px #000;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24vw;
  min-width: 325px;
  height: 475px;
  margin-top: 0;
  transition: transform .2s;
}

.div-block-217:hover {
  transform: scale(1.1);
}

.div-block-218 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 100px;
  display: flex;
}

.div-block-219 {
  z-index: -1000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 353px;
  min-width: 280px;
  height: 280px;
  margin-top: 410px;
  margin-left: -159px;
  margin-right: 0;
  position: absolute;
}

.div-block-219.comboclass2 {
  background-image: none, url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, 125px;
  align-items: flex-start;
  margin-top: -61px;
  margin-left: 0;
  margin-right: -109px;
  display: flex;
}

.div-block-219.comboclass1 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  margin-left: -125px;
}

.div-block-220 {
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.paragraph-7 {
  color: #3bf02e;
  width: 325px;
  margin-top: 5px;
  margin-bottom: 17px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.heading-4 {
  color: #3bf02e;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Allan, sans-serif;
  font-size: 30px;
}

.div-block-221 {
  margin-top: 0;
  position: static;
  inset: 652px 0% 0%;
}

.div-block-221.comboclass1 {
  margin-bottom: 0;
  margin-left: 30px;
  display: none;
  position: static;
  top: -247px;
}

.div-block-221.comboclass1.comboclass2 {
  height: auto;
  margin-top: 0;
  display: block;
}

.div-block-222 {
  margin-bottom: 0;
  display: none;
  position: relative;
}

.div-block-223 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 75%;
  height: 406px;
}

.image-14 {
  width: 231px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 57px;
}

.div-block-224 {
  z-index: 0;
  opacity: .91;
  filter: contrast(108%);
  background-color: #16c0e5;
  background-image: linear-gradient(250deg, #0000, #ffffffb0 58%, #36363636 85%);
  justify-content: center;
  width: auto;
  height: auto;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.button {
  float: right;
  background-color: var(--white);
  color: #3bf02e;
  border: 3px solid #3bf02e;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  inset: auto auto 0% 0%;
}

.button:hover {
  color: var(--white);
  background-color: #3bf02e;
  border: 3px solid #3bf02e;
}

.div-block-225 {
  float: right;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 30px;
  margin-left: 0;
  margin-right: 10px;
}

.div-block-226 {
  text-align: justify;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-227 {
  flex-flow: row;
  place-content: center space-around;
  align-items: center;
  width: 40%;
  margin-right: 0;
  display: flex;
}

.div-block-227.comboclass1 {
  height: auto;
  margin-top: 0;
  margin-right: 16px;
}

.div-block-228 {
  text-shadow: 1px 1px 6px #000;
  background-image: url('../images/arrow_sans_right-512-green.png');
  background-position: 0 0;
  background-size: cover;
  width: 15px;
  height: 30px;
  margin-right: 5px;
}

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

.div-block-230 {
  margin-top: 0;
  display: none;
}

.paragraph-8 {
  color: #6173ca;
  text-shadow: 1px 0 #000000c2;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.image-15 {
  z-index: -1000;
  width: 353px;
  height: 280px;
  margin-top: 410px;
  margin-left: -125px;
  position: relative;
  inset: 0%;
}

.image-16 {
  z-index: -1000;
  width: 353px;
  height: 280px;
  margin-top: -61px;
  margin-right: -109px;
  position: absolute;
}

.container-6 {
  justify-content: center;
  height: 125px;
  display: block;
}

.navbar-3 {
  background-color: #085799;
  height: 125px;
  position: static;
}

.nav-link-9, .nav-link-10, .nav-link-11 {
  color: var(--white);
}

.image-17 {
  width: 200px;
  padding: 20px;
}

.nav-menu-3 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 11px;
  display: flex;
  position: relative;
}

.container-7 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  left: 0%;
}

.navbar-4 {
  border-bottom: 2px solid var(--white);
  background-color: #16c0e5;
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.image-18 {
  width: 200px;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.image-18:hover {
  opacity: .7;
}

.nav-link-12 {
  color: var(--white);
}

.nav-link-13 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.nav-link-13:hover {
  opacity: .7;
}

.nav-link-14 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 60px;
  display: none;
}

.nav-link-14:hover {
  opacity: .7;
}

.nav-link-14.combo-class-1 {
  width: auto;
  font-family: Open Sans, sans-serif;
  display: block;
}

.body-3 {
  background-color: var(--black);
}

.nav-link-15 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.nav-link-15:hover {
  opacity: .7;
}

.nav-link-16 {
  color: var(--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  display: flex;
}

.nav-link-16:hover {
  opacity: .7;
}

.nav-menu-4 {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.nav-link-17 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.nav-link-17:hover {
  opacity: .7;
}

.div-block-231 {
  object-fit: fill;
  background-color: #3652d3;
  width: 100vw;
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.body-4 {
  justify-content: center;
  align-items: center;
  height: 2000px;
  display: flex;
}

.div-block-232 {
  float: right;
  clear: both;
  background-color: red;
  height: 75px;
  position: relative;
}

.div-block-233 {
  justify-content: center;
  align-items: flex-start;
  width: 925px;
  height: 575px;
  display: flex;
}

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

.div-block-235 {
  width: 400px;
}

.div-block-236 {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

.paragraph-9 {
  width: 100%;
  padding: 5px 10px 20px 20px;
  line-height: 23px;
}

.div-block-237 {
  width: 400px;
}

.heading-5 {
  color: #085799;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 20px;
}

.dropdown-wrapper {
  cursor: pointer;
  background-color: #0000;
  width: 100px;
  height: auto;
  margin-left: 0;
  position: relative;
  overflow: visible;
}

.dropdown-wrapper.combo-class-1 {
  margin-left: 0;
  overflow: visible;
}

.dropdown-trigger {
  color: #16c0e5;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
  position: static;
}

.dropdown-trigger:hover {
  direction: rtl;
}

.text-block-70 {
  color: #16c0e5;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
  position: static;
}

.text-block-70.comboclass1 {
  font-style: normal;
  font-weight: 400;
}

.dropdown-content {
  z-index: 1000;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0;
  margin-top: 0;
  margin-left: 25px;
  margin-right: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.div-block-238 {
  width: 100%;
  height: 75px;
}

.link-block-12 {
  color: #16c0e5;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.link-block-12:hover {
  color: #085799;
  background-color: #0000;
}

.text-block-71 {
  border: 0px solid var(--white);
  color: #16c0e5;
  object-fit: fill;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 100%;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-block-71:hover {
  opacity: .67;
  color: #fff;
  background-color: #0000;
}

.nav-link-18 {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  font-weight: 700;
  position: static;
}

.nav-link-18:hover {
  opacity: .7;
  transform: rotate(0);
}

.nav-link-18.w--current {
  color: #fff;
  object-fit: fill;
  flex: 0 auto;
  align-items: flex-end;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.div-block-239 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 325px;
  margin-left: 10%;
  display: flex;
  position: relative;
}

.div-block-240 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 447px;
  height: 200%;
}

.div-block-241 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  width: 200px;
  height: 200px;
  padding: 26px;
}

.div-block-242 {
  width: 200px;
}

.div-block-243, .div-block-244 {
  overflow: hidden;
}

.div-block-245 {
  transition: transform .2s;
  overflow: hidden;
}

.div-block-246, .div-block-247, .div-block-248, .div-block-249, .div-block-250, .div-block-251, .div-block-252, .div-block-253, .div-block-254, .div-block-255, .div-block-256, .div-block-257, .div-block-258, .div-block-259, .div-block-260, .div-block-261, .div-block-262 {
  overflow: hidden;
}

.div-block-263 {
  position: static;
}

.div-block-264, .div-block-265, .div-block-266, .div-block-267, .div-block-268, .div-block-269, .div-block-270, .div-block-271, .div-block-272, .div-block-273, .div-block-274, .div-block-275, .div-block-276, .div-block-277, .div-block-278, .div-block-279, .div-block-280, .div-block-281, .div-block-282, .div-block-283 {
  overflow: hidden;
}

.div-block-284 {
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  display: block;
}

.div-block-285, .div-block-286, .div-block-287, .div-block-288, .div-block-289, .div-block-290 {
  overflow: hidden;
}

.div-block-291 {
  text-shadow: 1px 1px 6px #000;
  overflow: hidden;
}

.div-block-292, .div-block-293, .div-block-294, .div-block-295, .div-block-296, .div-block-297, .div-block-298 {
  overflow: hidden;
}

.div-block-299 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-300, .div-block-301, .div-block-302, .div-block-303, .div-block-304, .div-block-305, .div-block-306 {
  overflow: hidden;
}

.div-block-307 {
  height: auto;
  overflow: hidden;
}

.div-block-308, .div-block-309, .div-block-310, .div-block-311, .div-block-312, .div-block-313, .div-block-314 {
  overflow: hidden;
}

.div-block-315 {
  transform-style: preserve-3d;
  overflow: hidden;
}

.div-block-315:hover {
  transform: scale3d(1none, 1none, 1none);
}

.div-block-316 {
  transition: opacity .2s;
  overflow: hidden;
}

.div-block-317, .div-block-318, .div-block-319, .div-block-320, .div-block-321, .div-block-322, .div-block-323, .div-block-324, .div-block-325, .div-block-326, .div-block-327, .div-block-328, .div-block-329, .div-block-330, .div-block-331, .div-block-332, .div-block-333, .div-block-334, .div-block-335, .div-block-336, .div-block-337, .div-block-338, .div-block-339, .div-block-340, .div-block-341, .div-block-342, .div-block-343, .div-block-344, .div-block-345, .div-block-346, .div-block-347, .div-block-348, .div-block-349, .div-block-350, .div-block-351, .div-block-352, .div-block-353, .div-block-354, .div-block-355 {
  overflow: hidden;
}

.div-block-356 {
  transition: transform .2s;
  overflow: hidden;
}

.div-block-357 {
  width: 400px;
  height: 100%;
  margin-right: 16px;
  overflow: hidden;
}

.div-block-357:hover {
  transform: scale(1);
}

.div-block-358 {
  overflow: hidden;
}

.div-block-359 {
  width: 400px;
  height: 100%;
  margin-left: 16px;
  transition: transform .2s;
  overflow: hidden;
}

.div-block-360, .div-block-361, .div-block-362, .div-block-363 {
  overflow: hidden;
}

.div-block-364 {
  background-image: none;
  background-position: 50% 40%;
  background-size: 105%;
  height: 275px;
  transition: transform .2s;
}

.div-block-364:hover {
  transform: scale(1.1);
}

.div-block-365 {
  overflow: hidden;
}

.div-block-366 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-367 {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-top: 5px;
  display: inline-block;
}

.div-block-367.comboclass2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  font-family: Merriweather, serif;
  display: flex;
}

.div-block-367.comboclass1 {
  margin-top: 125px;
}

.div-block-368 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-left: 132px;
  display: inline-block;
}

.div-block-368.comboclass2 {
  z-index: 1500;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-369 {
  flex-direction: column;
  margin-left: 98px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.div-block-370, .div-block-371, .div-block-372 {
  background-color: var(--white);
  width: 80%;
  height: 1px;
}

.div-block-373 {
  background-color: var(--white);
  flex: 0 auto;
  width: 80%;
  height: 1px;
  position: relative;
}

.div-block-374 {
  z-index: 1250;
  position: absolute;
  top: 40%;
  left: 47%;
}

.div-block-374.comboclass2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0%;
  left: 0%;
}

.div-block-375 {
  justify-content: center;
  width: auto;
  display: block;
}

.image-19, .image-20, .image-21 {
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

.div-block-376 {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 225px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-22 {
  width: 100%;
  display: block;
}

.div-block-377 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-23 {
  height: 200%;
  margin-left: 62px;
}

.div-block-378 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: block;
}

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

.contact-form {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.div-block-380 {
  width: 100%;
  height: auto;
  margin-top: 0;
}

.html-embed-2 {
  height: 325px;
  margin-bottom: 40px;
}

.div-block-381 {
  flex-direction: column;
  align-items: center;
  height: 80px;
  display: block;
}

.container-8 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-6 {
  color: #085799;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Bitter, serif;
}

.div-block-382 {
  width: 100%;
  height: 25px;
}

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

.div-block-384 {
  height: 75px;
}

.div-block-385 {
  height: 65px;
}

.submit-button-2 {
  width: 225px;
  margin-top: 6px;
}

.essm-title {
  font-size: 24px;
  font-weight: 700;
}

.italic-text, .italic-text-2 {
  font-size: 24px;
}

.text-block-101 {
  margin-top: 17px;
}

.div-block-386 {
  margin-top: 70px;
  margin-bottom: 0;
}

.image-24 {
  width: 975px;
}

.div-block-387 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  height: 425px;
}

.div-block-388 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 424px;
}

.div-block-388.comboclass-1 {
  background-image: url('../images/work-life-harmonyabodoo-min.jpg');
  background-position: 50%;
  position: relative;
}

.div-block-388.combo-class-3 {
  background-image: url('../images/work-life-harmonyabodoo-min.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.div-block-389, .div-block-390, .div-block-391 {
  overflow: hidden;
}

.div-block-392 {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 424px;
}

.div-block-393 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 424px;
  overflow: auto;
}

.div-block-394 {
  overflow: hidden;
}

.div-block-395 {
  height: 424px;
}

.div-block-396 {
  overflow: hidden;
}

.nav-link-19, .nav-link-20, .nav-link-21, .nav-link-22 {
  display: none;
}

.div-block-397 {
  flex-flow: row;
  flex: none;
  order: 0;
  place-content: flex-start center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-398 {
  width: auto;
  height: 100px;
}

.div-block-399 {
  height: 100%;
}

.div-block-400 {
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-401 {
  justify-content: center;
  align-items: flex-end;
  height: 89.4333px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.div-block-402 {
  align-items: flex-end;
  height: 89.4333px;
  margin-left: 60px;
  margin-right: 0;
  display: flex;
}

.div-block-403 {
  margin-right: 100px;
}

.comboclass1 {
  color: var(--white);
  order: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-weight: 700;
  display: flex;
  top: 0;
  left: 0;
}

.comboclass1.w--current {
  color: var(--white);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-10 {
  margin-bottom: 0;
  margin-right: 0;
}

.list-2 {
  margin-bottom: 0;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  margin-bottom: 5px;
}

.div-block-404, .text-block-102 {
  margin-bottom: 30px;
}

.list-item-6 {
  margin-bottom: 0;
}

.list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11 {
  margin-bottom: 5px;
}

.list-3 {
  margin-bottom: 30px;
}

.image-25 {
  background-color: var(--white);
  width: 125px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 7px;
  transition: transform .2s;
}

.image-25:hover {
  opacity: 1;
  transform: scale(1.1);
}

.image-26 {
  color: var(--white);
  width: 97%;
  transition: transform .2s;
}

.image-26:hover {
  transform: scale(.95);
}

.div-block-405 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 137px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 7px;
  display: flex;
}

.div-block-406 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  transition: transform .2s;
}

.div-block-406:hover {
  transform: scale(1.1);
}

.div-block-407 {
  overflow: hidden;
}

.div-block-408 {
  z-index: 0;
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 2000px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 59px;
  padding-bottom: 59px;
  display: flex;
  position: relative;
  inset: 0%;
  transform: perspective(2000px);
}

.div-block-408.comboclass {
  z-index: -1000;
  opacity: 1;
  filter: contrast(125%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #0000;
  background-image: url('../images/tobias-BHKdFTBBDsE-unsplash-min.jpg');
  background-position: 50%;
  background-size: cover;
  font-family: PT Serif, serif;
  position: relative;
  inset: 0%;
}

.div-block-409 {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 1000px;
  background-color: #0000;
  height: 435px;
  margin-bottom: 70px;
  position: relative;
  transform: perspective(1000px);
}

.paragraph-11 {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 16px;
  display: block;
}

.paragraph-11.combo-class-2, .paragraph-11.combo-clas-s2 {
  margin-bottom: 0;
}

.comboclass {
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.div-block-410 {
  width: 392px;
  margin-right: 0;
}

.div-block-411 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 400px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-412 {
  width: 45px;
  height: 100%;
}

.div-block-413 {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.div-block-414 {
  height: 445px;
}

.div-block-415 {
  z-index: -1000;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background-image: url('../images/tobias-BHKdFTBBDsE-unsplash-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-416 {
  z-index: -1;
  opacity: .62;
  background-color: #085799;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.div-block-418 {
  display: block;
}

.div-block-419 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-12 {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 14px;
}

.heading-7 {
  color: var(--white);
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 27px;
  display: flex;
}

.paragraph-13 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 23px;
}

.div-block-420 {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.div-block-421 {
  width: 30%;
  height: 100%;
  margin-right: 0;
}

.heading-8 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-14 {
  color: var(--white);
  margin-bottom: 0;
  display: block;
}

.bold-text {
  color: var(--white);
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.div-block-422 {
  height: 15px;
}

.bold-text-2 {
  font-size: 16px;
  line-height: 16px;
}

.text-span-12 {
  margin-bottom: 15px;
  display: block;
}

.text-block-103 {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.text-block-104 {
  color: var(--white);
  margin-bottom: 5px;
}

.list-4 {
  color: var(--white);
  padding-left: 10px;
}

.bold-text-3 {
  width: 50%;
  display: inline-block;
}

.div-block-423 {
  width: 30px;
  height: 100%;
}

.div-block-424 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 115px;
  display: flex;
}

.div-block-425 {
  width: 20px;
  height: 100%;
}

.hero {
  align-items: center;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  height: 400px;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
  transform: rotate(0);
}

.div-block-426 {
  height: auto;
  margin-top: 100px;
}

.div-block-427 {
  margin-top: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.body-5 {
  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: center;
  height: auto;
  display: block;
  overflow: hidden;
}

.div-block-428 {
  width: 40%;
  margin-left: 40px;
}

.div-block-429 {
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-430 {
  width: 200px;
  height: 200px;
}

.div-block-433 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-433.comboclass3 {
  flex-direction: column;
}

.div-block-436 {
  width: 30%;
}

.div-block-437 {
  width: 50%;
  height: 100%;
}

.div-block-438 {
  white-space: normal;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 70px;
  display: flex;
}

.div-block-439 {
  flex-wrap: wrap;
  width: 500px;
  height: 500px;
  display: flex;
}

.div-block-440 {
  background-color: #0000;
  width: 40%;
  height: 35%;
  margin-bottom: 0;
  padding: 4px;
}

.div-block-440.comboclass1 {
  background-color: #0000;
  order: 0;
  width: 40%;
  height: 35%;
  padding: 5px;
  display: block;
}

.div-block-440.comboclass2 {
  background-color: #0000;
  width: 60%;
  height: 35%;
  margin-bottom: 0;
  padding: 5px;
}

.div-block-440.comboclass3 {
  background-color: #6862e1;
  width: 30%;
  height: 30%;
}

.div-block-440.comboclass4 {
  background-color: #0000;
  width: 60%;
  height: 35%;
}

.div-block-440.comboclass5 {
  height: 30%;
}

.div-block-440.comboclass6 {
  background-color: #0000;
  width: 60%;
  height: 30%;
}

.div-block-441 {
  background-color: var(--white);
  background-image: url('../images/1024px-Investissement_Québec.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 100%;
  height: 100%;
  position: static;
  bottom: 417px;
  left: -120vw;
  transform: translate(-120vw);
  box-shadow: 1px 1px 3px #00000078;
}

.div-block-442 {
  background-color: var(--white);
  white-space: normal;
  background-image: url('../images/filaction_coul.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  height: 100%;
  transform: translate(0, -120vh);
  box-shadow: 1px 1px 3px #00000078;
}

.div-block-443 {
  background-color: var(--white);
  white-space: normal;
  background-image: url('../images/logo_client.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  transform: translate(0, 120vh);
  box-shadow: 1px 1px 3px #00000078;
}

.div-block-444 {
  background-color: var(--white);
  background-image: url('../images/Sphere.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 100%;
  height: 100%;
  transform: translate(120vw);
  box-shadow: 1px 1px 3px #00000078;
}

.div-block-445 {
  background-color: var(--white);
  background-image: url('../images/RISQ-RGB.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  border-radius: 0;
  width: 100%;
  height: 100%;
  transform: translate(120vw);
  box-shadow: 1px 1px 3px #00000078;
}

.div-block-446 {
  background-color: var(--white);
  background-image: url('../images/logo-MSSS.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  border: 1px solid #0000;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transform: translate(0, 120vh);
  box-shadow: 1px 1px 3px #00000078;
}

.heading-9 {
  color: #085799;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
}

.paragraph-15 {
  color: #5a5959;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.button-2 {
  margin-top: 10px;
}

.div-block-447 {
  height: 100%;
}

.bold-text-4 {
  color: #085799;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

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

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-5 {
  order: 1;
  padding-left: 40px;
  list-style-type: none;
}

.list-item-12 {
  margin-bottom: 30px;
  padding-bottom: 0;
}

.paragraph-16 {
  text-transform: none;
  white-space: normal;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 47px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.div-block-448 {
  background-image: url('../images/shutterstock_696061531-min.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 400px;
  display: flex;
}

.image-27 {
  height: 225px;
  position: relative;
  right: 13%;
}

.div-block-449 {
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-top: 5px;
  display: flex;
}

.text-block-105 {
  width: auto;
  margin-left: 0;
}

.text-block-105.comboclass2 {
  color: var(--white);
  background-color: #085799;
  border-radius: 2px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 5px 10px;
  font-style: italic;
  transition: transform .2s;
}

.text-block-105.comboclass2:hover {
  transform: scale(1.1);
}

.div-block-450 {
  margin-bottom: 37px;
  display: flex;
}

.div-block-450.comboclass-1 {
  margin-bottom: 0;
}

.link-block-13 {
  color: var(--black);
  margin-bottom: 30px;
  text-decoration: none;
}

.link-block-13:hover {
  color: #085799;
}

.link-block-13.comboclass2 {
  margin-bottom: 0;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.hero-overlay {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-content {
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link-23 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-23:hover {
  text-decoration: underline;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  margin-bottom: 0;
}

.contact-form-2, .cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-2 {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

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

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.columns {
  object-fit: fill;
  height: 200px;
  display: block;
}

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

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-2 {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.brand-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 116px;
  display: flex;
}

.div-block-451 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 89.3px;
  display: flex;
}

.div-block-452 {
  margin-left: 50px;
  position: static;
}

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

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

.div-block-455 {
  perspective: 1000px;
  border: 0 #000;
  border-top: 0 solid #0000;
  border-bottom-style: solid;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 600px;
  display: flex;
  position: relative;
}

.div-block-456 {
  z-index: 1000;
  position: absolute;
  top: 34%;
  left: 47%;
}

.div-block-457, .div-block-458 {
  height: 80px;
}

.englsih {
  color: var(--white);
  font-style: italic;
}

.div-block-459 {
  width: 100px;
}

.div-block-460 {
  flex-direction: column;
  justify-content: center;
  margin-left: 34px;
  display: flex;
}

.div-block-461 {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.bold-text-5 {
  color: #085799;
  margin-right: 10px;
  font-family: Vollkorn, serif;
  font-size: 24px;
}

.text-span-13 {
  font-size: 18px;
}

.div-block-462 {
  z-index: -1000;
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  position: relative;
  inset: 0%;
}

.div-block-463 {
  z-index: 1000;
  perspective: 2000px;
  width: 100%;
  height: 700px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-28 {
  z-index: 1000;
  filter: contrast(102%);
  width: 600px;
  margin-top: 80px;
  margin-right: 0%;
  display: block;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.slide-6 {
  overflow: hidden;
}

.image-29 {
  filter: blur();
  width: 1920px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0%;
  display: block;
  position: relative;
  bottom: 0%;
}

.image-31 {
  z-index: 1000;
  opacity: .2;
  filter: brightness(103%) contrast(105%);
  width: 800px;
  height: 1000px;
  margin-top: -38px;
  margin-left: 0;
  margin-right: 100px;
  display: block;
  position: absolute;
  inset: 0%;
}

.wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 500px;
  padding: 0;
  display: block;
  overflow: hidden;
}

.div-block-465 {
  z-index: 0;
  background-image: url('../images/background.jpg');
  background-position: 50% 140%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.image-32 {
  z-index: 1000;
  opacity: .04;
  filter: blur(3px) brightness(122%) contrast(200%);
  width: 800px;
  height: 1450px;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-32.comboclass {
  opacity: .28;
  filter: brightness(155%) contrast(200%);
  left: -15%;
}

.image-33 {
  z-index: 1000;
  opacity: .26;
  filter: brightness(105%) contrast(105%);
  height: 1000px;
  margin-right: 0;
  display: block;
  position: absolute;
  left: 0;
  transform: rotate(0);
}

.image-33.comboclass {
  left: -16px;
}

.image-33.comboclass1 {
  opacity: .09;
  filter: brightness(153%) contrast(105%);
  margin-left: 0;
  margin-right: 0;
  display: block;
  left: 0;
}

.image-33.comboclass2 {
  opacity: 1;
  filter: brightness(116%) contrast(140%);
  height: auto;
  left: -226px;
  transform: scale(2);
}

.image-34 {
  z-index: 975;
  width: 57px;
  margin-top: -262px;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.slide-7, .slide-8 {
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
}

.hero-7 {
  background-image: radial-gradient(circle at 78%, #c3ecff, #5a93c2 46%, #5a93c2);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 575px;
  padding-top: 0;
  display: flex;
  position: relative;
  box-shadow: inset 0 -40px 60px #0000001a;
}

.hero-content-wrap {
  z-index: 75;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 1000px;
  perspective-origin: 100%;
  transform: ;
  object-fit: none;
  flex-wrap: nowrap;
  place-content: space-between;
  align-items: center;
  width: 70%;
  min-width: 875px;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.hero-txt-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 40%;
  min-width: 375px;
  max-width: none;
  height: 100%;
  margin: 0 20px 20px auto;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: 0% 0 0% 0%;
}

.logo-24 {
  width: 245px;
}

.hero-header {
  color: #fff;
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-17 {
  color: #fff;
  width: auto;
  min-width: auto;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}

.button-23 {
  color: #fff;
  cursor: pointer;
  background-color: #fafcfd;
  border-radius: 40px;
  width: 175px;
  height: 45px;
  margin-top: 10px;
  margin-left: 420px;
  padding: 0;
  font-size: 18px;
  transition: background-color .2s;
  transform: skew(0deg);
  box-shadow: 1px 1px 5px #0000001a;
}

.button-23:hover {
  background-color: #085799;
}

.image-453 {
  height: 100%;
  max-height: 50vw;
  margin-right: 5%;
  padding-top: 60px;
  transform: translate(0);
}

.div-block-466 {
  justify-content: center;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.text-block-106 {
  color: #085799;
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  transform: translate(0);
}

.text-block-106:hover {
  color: #fff;
}

.stack__l {
  padding-bottom: 2rem;
}

.btn {
  color: #fff;
  border-radius: 2em;
  align-items: center;
  height: 61px;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 24px;
  font-weight: 700;
  line-height: 61px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn.and_orange {
  background-color: #f60;
}

.griditem {
  padding-left: 2rem;
  padding-right: 2rem;
}

.griditem.and_feature {
  width: 50%;
}

.griditem.and_feature.and_image {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.griditem.and_feature.and_copy {
  flex-direction: column;
  justify-content: center;
  width: 41.6667%;
  margin-right: 60px;
  display: flex;
}

.stack__xl {
  padding-bottom: 4rem;
}

.fontcolor__orange {
  color: #085799;
}

.arrow.in_button {
  margin-left: 1rem;
  position: relative;
  top: -1px;
}

.grid-2 {
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.grid-2.and_reversetablet {
  justify-content: center;
}

.imagecontainer {
  display: inline-block;
  position: relative;
}

.imagecontainer.is_circle {
  border-radius: 50%;
  overflow: hidden;
}

.btn_text {
  display: inline-block;
}

.container-9 {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.heading-12 {
  color: #085799;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 14px;
  display: flex;
}

.dark {
  color: #333;
}

.dark._60 {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
  position: relative;
}

.heading-13 {
  color: #085799;
  justify-content: center;
  margin-bottom: 7px;
  display: flex;
}

.div-block-467 {
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  display: flex;
  overflow: visible;
}

.fontcolor__orange-2 {
  color: #f60;
}

.card-core-information {
  border: 1px #0000001a;
  padding: 20px 40px;
  box-shadow: 0 0 3px #0000001a;
}

.h3 {
  border-bottom: 4px solid #0e86b6;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 6px;
  font-weight: 400;
  display: inline-block;
}

.paragraph-18 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

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

.tagline-line {
  background-color: #fbd784;
  width: 200px;
  height: 4px;
  margin-left: 10px;
  margin-right: 24px;
}

.tagline {
  color: #fbd784;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.head {
  color: #085799;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Droid Serif, serif;
}

.link-to {
  align-items: center;
  font-weight: 700;
  display: flex;
}

.link-to.hero {
  color: #fff;
  transition: all .2s;
}

.link-to.hero:hover {
  color: #fbd784;
}

.link-to.hero.more {
  opacity: 1;
  color: #b6b6b6;
  background-color: #085799;
  border-radius: 0;
  justify-content: center;
  width: 180px;
  height: 42px;
  margin-top: 20px;
  margin-left: 270px;
  text-decoration: none;
}

.link-to.hero.more:hover {
  transform: translate(2px);
}

.content-text {
  flex-direction: column;
  width: 100%;
  max-width: 550px;
  display: block;
  position: relative;
}

.count {
  z-index: -1;
  opacity: .1;
  font-size: 200px;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  bottom: 320px;
  left: -100px;
}

.image-454 {
  object-fit: cover;
  width: 480px;
  height: 680px;
}

.heading-tagline {
  font-size: 37px;
}

.grid-3 {
  grid-column-gap: 81px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 475px;
  display: block;
}

.icon-scroll {
  width: 16px;
  height: 24px;
  margin-left: 16px;
}

.icon-scroll.more {
  color: #085799;
  margin-left: 13px;
  font-size: 14%;
  transform: rotate(-90deg);
}

.paragraph-19 {
  color: #8e8d8d;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 600;
}

.div-block-468 {
  margin-right: 60px;
}

.text-block-107 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-469 {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, #8a8989, var(--white) 38%, #a7a7a7 67%, white);
  opacity: 1;
  perspective: none;
  transform-style: preserve-3d;
  border: 0 solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 575px;
  height: 325px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: rotateX(3deg)rotateY(-16deg)rotateZ(0);
}

.youtube-3 {
  height: 100%;
  transform: translate(0);
}

.background-video-4 {
  width: 99%;
  height: 98%;
  font-weight: 700;
  box-shadow: 12px 14px 10px 4px #00000047;
}

.background-video-5 {
  z-index: 25;
  float: none;
  opacity: .03;
  filter: grayscale();
  width: 100%;
  height: 82%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-470 {
  clear: none;
  width: 10%;
  height: 400px;
}

.div-block-471 {
  display: block;
  overflow: hidden;
}

.div-block-472 {
  width: 70%;
  margin-right: 0;
}

.text-block-108 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.text-block-109 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

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

.bold-text-6 {
  font-weight: 400;
}

.link-block-15 {
  margin-right: 40px;
  text-decoration: none;
  display: flex;
}

.div-block-473 {
  width: 20px;
  height: 100px;
}

.div-block-474 {
  width: 15px;
  height: 100px;
}

.link-block-16 {
  margin-right: 40px;
  display: flex;
}

.div-block-475 {
  justify-content: center;
  align-items: center;
  width: 275px;
  display: flex;
}

.paragraph-20 {
  width: 50px;
}

.div-block-476 {
  flex: 1;
  align-items: flex-end;
  width: auto;
  display: block;
}

.div-block-477 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 280px;
  height: 360px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.paragraph-21 {
  color: var(--white);
  margin-bottom: 0;
  display: inline-block;
}

.paragraph-22 {
  color: var(--white);
  margin-top: 76px;
  margin-bottom: 0;
  display: inline-block;
}

.paragraph-23 {
  color: var(--white);
  margin-bottom: 24px;
  display: inline-block;
}

.store-title {
  width: auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

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

.div-block-479 {
  z-index: 0;
  filter: contrast(112%) sepia(24%);
  perspective: 1000px;
  perspective-origin: 50%;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 500px;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.div-block-480 {
  padding-top: 20px;
}

.div-block-481 {
  justify-content: center;
  align-items: center;
  height: 89.3px;
  margin-left: 100px;
  display: flex;
}

.div-block-482 {
  align-items: flex-end;
  padding-top: 0;
  display: block;
}

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

.div-block-484 {
  z-index: 0;
  perspective: 1000px;
  transform: ;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-455 {
  margin-left: 0;
}

.image-456 {
  opacity: .13;
  height: 1400px;
  margin-bottom: 500px;
  bottom: 500px;
}

.div-block-485 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  top: 20px;
  overflow: visible;
}

.icon-5 {
  text-shadow: 3px 3px #16c0e5;
  background-color: #0000;
  margin-top: auto;
  margin-bottom: auto;
}

.sllide1 {
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.paralaxbackground {
  height: 1000px;
}

.div-block-486 {
  z-index: 0;
  background-image: url('../images/background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  max-height: none;
  position: relative;
  inset: -60% 0% 0%;
}

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

.div-block-488 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.html-embed-4 {
  background-color: #0000;
  width: 100vw;
  height: auto;
}

.right-arrow-2 {
  border: 0 #000;
  display: block;
}

.left-arrow-2 {
  text-shadow: 1px 1px 1px #0009;
  border-radius: 18px;
  display: block;
}

.slide-nav-2 {
  font-size: 20px;
  display: none;
}

.icon-6 {
  text-shadow: 3px 3px #085799;
}

.slide-nav-3 {
  display: none;
}

.background-video-6 {
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.background-video-7 {
  opacity: .2;
  filter: contrast(200%) grayscale();
  background-color: #0000;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-489 {
  background-color: red;
  width: 100vw;
  position: absolute;
}

.button-24 {
  border: 1.5px solid var(--white);
  background-color: #085799c4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 125px;
  margin-top: 0;
  margin-bottom: 25px;
  display: flex;
}

.div-block-490 {
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 52%;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-491 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 52%;
  display: flex;
}

.button-10 {
  color: #00258b;
  justify-content: flex-start;
  align-items: center;
  width: 265px;
  height: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-color-b10 {
  z-index: 0;
  background-color: #c0e6ff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-button-b10 {
  z-index: 1;
  margin-left: 30px;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 800;
  position: relative;
}

.arrow-blue-b10 {
  z-index: 1;
  position: relative;
}

.arrow-white-b10 {
  z-index: 0;
  position: absolute;
  inset: auto 33px auto auto;
}

.button-7 {
  color: #f65a68;
  background-color: #fff;
  border: 3px solid #f65a68;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #d3d3d3;
}

.text-wrapper-b7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  display: flex;
  overflow: hidden;
}

.button-text-1-red-b7, .button-text-2-red-b7, .button-text-3-red-b7 {
  z-index: 1;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
}

.button-text-1-white-b7 {
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  position: absolute;
  inset: 17px auto auto 32px;
}

.button-text-2-white-b7 {
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  position: absolute;
  inset: 17px auto auto 83px;
}

.button-text-3-white-b7 {
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  position: absolute;
  inset: 17px 32px auto auto;
}

.button-5 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #16c0e5;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 40px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
  bottom: 0%;
}

.button-5:hover {
  transform: scale(1.1);
}

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

.text-wrapper-top-b5 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.button-text-b5 {
  text-align: center;
}

.button-text-b5.top {
  position: absolute;
  inset: auto 0% -10px;
}

.button-text-b5.bottom {
  position: absolute;
  inset: -10px 0% auto;
}

.text-wrapper-bottom-b5 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.div-block-492 {
  background-image: linear-gradient(#000, #fff);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 52%;
  display: flex;
}

.div-block-493 {
  border-top: 4px solid var(--white);
  border-bottom: 4px solid var(--white);
  opacity: 1;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 79px;
  padding-bottom: 79px;
  display: flex;
  position: relative;
}

.div-block-494 {
  z-index: -1000;
  opacity: 0;
  filter: grayscale(91%) sepia(43%) contrast(200%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.text-span-14 {
  color: var(--white);
  text-transform: capitalize;
  text-shadow: 2px 2px #085799;
  margin-left: 15px;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  display: inline-block;
}

.div-block-495 {
  z-index: 1000;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  opacity: 1;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  height: 100%;
  display: grid;
  position: relative;
}

.div-block-99-a {
  background-color: var(--white);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 327px;
  height: 425px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  display: flex;
  position: relative;
  transform: none;
  box-shadow: 6px 6px 3px #00000045;
}

.div-block-99-a.comboclass2 {
  z-index: 0;
  box-shadow: none;
  border: .5px solid #0000000f;
  width: 345px;
}

.div-block-99-b {
  background-color: var(--white);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 327px;
  height: 425px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
  display: flex;
  position: relative;
  transform: none;
  box-shadow: 6px 6px 3px #00000045;
}

.div-block-99-b.comboclass2 {
  z-index: 0;
  box-shadow: none;
  border: .5px solid #0000000f;
  width: 345px;
}

.text-span-15 {
  z-index: -20;
  color: #f9feff;
  text-shadow: 2px 2px #73cbe5;
  margin-left: 20px;
  margin-right: 0;
  font-size: 67px;
  position: absolute;
  top: 0;
  left: -22px;
}

.div-block-497 {
  z-index: -10;
  filter: grayscale(27%) contrast(115%) sepia(20%);
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-498 {
  height: 100%;
}

.image-457 {
  z-index: 1000;
  opacity: 1;
  filter: blur(.5px) saturate(106%);
  object-fit: cover;
  flex: 0 auto;
  order: -1;
  align-self: center;
  width: 1075px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: -10% 0% 0% auto;
}

.image-458 {
  z-index: 0;
  filter: blur(3px);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-499 {
  z-index: -1000;
  background-color: #eb3131;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.image-459 {
  z-index: 2000;
  filter: sepia(9%) saturate(131%) blur(4px);
  text-shadow: 6px -6px 3px #000;
  width: 525px;
  margin-top: 40px;
  margin-right: 0;
  position: absolute;
  top: 220px;
  left: 32%;
}

.div-block-500 {
  z-index: 0;
  filter: blur(2.25px);
  transform: ;
  background-image: url('../images/interior-empty-room-sunset-3d-rendering-DUHB8MS-min.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: auto;
  height: 500px;
  margin-right: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-500:hover {
  background-size: 100%;
  position: absolute;
  inset: 0%;
}

.image-460 {
  z-index: 2750;
  position: absolute;
}

.div-block-501 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  bottom: 0;
}

.div-block-502 {
  z-index: 750;
  background-image: url('../images/bannerbackground.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-503 {
  z-index: 1200;
  background-image: url('../images/banner_1.png');
  background-position: 50% 30%;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.image-461 {
  width: 116px;
  margin-bottom: 2px;
  margin-right: 0;
}

.div-block-7137 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 160px;
  height: 385px;
  margin-left: 0%;
  padding-left: 0;
  display: flex;
}

.div-block-7134 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start;
  width: 773.5px;
  display: grid;
}

.link-27 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
}

.div-block-7137-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150px;
  height: 385px;
  margin-left: 200px;
  padding-left: 0;
  display: flex;
}

.image-807 {
  background-image: url('../images/logo-min-white-min.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-7136 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 773.5px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0%;
  display: grid;
}

.div-block-7135 {
  z-index: 1000;
  background-color: #16c0e5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 430px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 168px 0% 0%;
  overflow: hidden;
}

.text-block-216 {
  color: snow;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-7129 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 40px;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-7128 {
  background-color: #16c0e5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 167.969px;
  padding-top: 20px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.div-block-7133 {
  border-bottom: 0 solid #0000;
  height: 100%;
  display: flex;
}

.div-block-7133:hover {
  background-color: #0000;
  border-bottom: 3px solid #fff;
  border-radius: 0;
}

.div-block-7138 {
  position: relative;
  overflow: visible;
}

.div-block-7139 {
  width: 81.8281px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-7140 {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.div-block-7141, .div-block-7142 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-7135-copy {
  z-index: 1000;
  background-color: #16c0e5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 450px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 168px 0% 0%;
  overflow: hidden;
}

.div-block-7143 {
  z-index: 1000;
  background-color: #16c0e5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 168px 0% 0%;
  overflow: hidden;
}

.image-808 {
  margin-bottom: 0;
}

.image-809 {
  margin-bottom: 3px;
}

.image-810, .image-811 {
  margin-bottom: 4px;
}

.dropdown-link {
  width: 100vw;
}

.nav {
  background-color: #16c0e5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.nav-container {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-17 {
  background-image: url('../images/logo-min-white-min.png');
  background-position: 0 0;
  background-size: cover;
  width: 125px;
  height: 125px;
}

.link-28 {
  color: #fff;
  margin-left: 0;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
}

.link-28:hover {
  opacity: 1;
  transform: scale(.9);
}

.nav-content-wrapper {
  z-index: 1000;
  color: #333;
  background-color: #16c0e5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.nav-content-container {
  max-width: 1100px;
  display: flex;
}

.nav-col-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

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

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

.div-block-7144 {
  background-color: var(--white);
  border-bottom: 0 solid #16c0e5;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-block-18 {
  flex-direction: column;
  align-items: center;
  width: 85px;
  height: 85px;
  margin-top: 5px;
  margin-right: 20px;
  display: flex;
}

.div-block-7145 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: flex;
}

.link-30 {
  color: #16c0e5;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.div-block-7146 {
  color: #16c0e5;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 30px;
  display: flex;
}

.div-block-7146-copy {
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  display: flex;
}

.div-block-7147 {
  z-index: 30;
  background-color: var(--white);
  width: 100vw;
  height: 0;
  position: absolute;
  overflow: visible;
}

.dropdown-wrapper-2 {
  cursor: pointer;
  background-color: #0000;
  width: 100px;
  height: auto;
  margin-left: 0;
  position: relative;
  overflow: visible;
}

.dropdown-wrapper-2.combo-class-1 {
  margin-left: 0;
  overflow: visible;
}

.dropdown-content-2 {
  z-index: 1000;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0;
  margin-top: 0;
  margin-left: 23px;
  margin-right: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-812 {
  margin-top: 0;
}

.image-813, .image-814, .image-815 {
  margin-bottom: 5px;
}

.text-block-217 {
  color: #16c0e5;
  text-transform: none;
  object-fit: fill;
  border: 0 solid #fff;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 100%;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-block-217:hover {
  opacity: .67;
  color: #fff;
  background-color: #0000;
}

.div-block-7148 {
  z-index: 30;
  background-color: var(--white);
  width: 100vw;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.div-block-7149 {
  background-color: #16c0e5;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.link-block-19 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 3px;
  display: flex;
}

.image-816 {
  width: 24px;
}

.image-817 {
  width: 30px;
}

.image-818 {
  width: 26px;
}

.div-block-7150 {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  height: 40px;
  display: flex;
}

.div-block-7151 {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  display: flex;
}

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

.text-block-218 {
  color: #fff;
  margin-left: 4px;
  text-decoration: none;
}

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

.text-block-219 {
  color: var(--white);
  margin-left: 20px;
}

.image-819 {
  width: 27px;
}

.div-block-7153 {
  height: 40px;
}

.link-block-21 {
  background-color: var(--white);
  width: 100px;
  height: 40px;
}

.button-25 {
  color: #16c0e5;
  background-color: #fff;
  margin-right: 20px;
  font-weight: 700;
  transition: opacity .2s;
}

.button-25:hover {
  color: #fff;
  background-color: #0000;
}

.text-block-220 {
  color: #fff;
  text-decoration: none;
}

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

.div-block-7157 {
  z-index: 30;
  background-color: var(--white);
  width: 100vw;
  height: 0;
  position: absolute;
}

.dropdown-content-3 {
  z-index: 1000;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.dropdown-wrapper-3 {
  cursor: pointer;
  background-color: #0000;
  width: 130px;
  height: auto;
  margin-left: 0;
  position: relative;
  overflow: visible;
}

.dropdown-wrapper-3.combo-class-1 {
  margin-left: 0;
  overflow: visible;
}

.dropdown-wrapper-4 {
  cursor: pointer;
  background-color: #0000;
  width: 130px;
  height: auto;
  margin-left: 0;
  position: relative;
  overflow: visible;
}

.dropdown-wrapper-4.combo-class-1 {
  margin-left: 0;
  overflow: visible;
}

.dropdown-content-4 {
  z-index: 1000;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0;
  margin-top: 0;
  margin-left: 16px;
  margin-right: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-block-7158 {
  z-index: 30;
  background-color: var(--white);
  width: 100vw;
  height: 0;
  position: absolute;
}

.image-820 {
  object-fit: cover;
  width: auto;
  height: 500px;
  margin-bottom: 0;
  position: absolute;
}

.image-821 {
  object-fit: cover;
  object-position: 10% 50%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-14 {
  color: #fd83e1;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Allan, sans-serif;
  font-size: 30px;
}

.button-3 {
  float: right;
  background-color: var(--white);
  color: #fd83e1;
  border: 3px solid #fd83e1;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  inset: auto auto 0% 0%;
}

.button-3:hover {
  color: var(--white);
  background-color: #fd83e1;
  border: 3px solid #fd83e1;
}

.image-822 {
  width: 100%;
  height: 400px;
  position: relative;
}

.image-823 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-7159 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200vw;
  height: 500px;
  display: grid;
}

.marquee-wrapper {
  justify-content: center;
  width: 200%;
  margin-left: 0;
  display: flex;
}

.marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  margin-right: 16px;
  display: grid;
}

.image-824 {
  width: auto;
  height: 660px;
}

.grid-4 {
  width: 100%;
}

.text-block-221 {
  z-index: 1000;
  color: #16c0e5;
  margin-top: 100px;
  margin-left: 100px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 147px;
  font-weight: 400;
  line-height: 100px;
  display: block;
  position: absolute;
  top: 140px;
  left: 0;
}

.text-span-16 {
  color: #f0c52d;
  font-size: 100px;
  font-weight: 700;
  display: inline-block;
}

.paragraph-25 {
  color: #fd83e1;
  width: 325px;
  margin-top: 5px;
  margin-bottom: 17px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.video-3 {
  width: 1103.27px;
}

.div-block-7160 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  object-fit: cover;
  background-color: #dd272700;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1024px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-4 {
  width: 100%;
  height: 300px;
}

.background-video-8 {
  width: 100%;
  max-width: none;
  height: 300px;
}

.background-video-9 {
  width: 100%;
  height: 100%;
}

.div-block-7161 {
  background-color: #1e6083;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-825 {
  object-fit: fill;
  object-position: 50% 70%;
  flex: 0 auto;
  width: 100%;
  height: 500px;
}

.image-826 {
  object-fit: cover;
  object-position: 50% 0%;
  width: auto;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  display: block;
}

.div-block-7162 {
  object-fit: cover;
  object-position: 50% 0%;
  background-image: url('../images/230321_ChicChezVous_été2021-77-min.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 30%;
  height: 650px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-7163 {
  width: 200px;
  height: 200px;
  margin-top: 0;
}

.image-827, .image-828, .image-829 {
  margin-bottom: 5px;
}

.button-26 {
  background-color: #16c0e5;
  justify-content: center;
  align-items: center;
  width: 84.9886px;
  margin-left: 5px;
  margin-right: 0;
  transition: transform .2s;
  display: flex;
}

.button-26:hover {
  transform: scale(1.15);
}

.div-block-7164 {
  margin-top: 20px;
  display: flex;
}

.button-27 {
  background-color: #16c0e5;
  justify-content: center;
  align-items: center;
  width: 84.9886px;
  margin-left: 0;
  margin-right: 5px;
  transition: transform .2s;
  display: flex;
}

.button-27:hover {
  transform: scale(1.15);
}

.div-block-7162-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-831 {
  width: 80%;
}

.image-832 {
  width: 80%;
  margin-bottom: 0;
}

.slide-nav-4 {
  display: none;
}

.div-block-7165 {
  width: 70%;
  max-width: 772px;
  height: 300px;
}

.background-video-10 {
  width: 100%;
  height: 100%;
}

.div-block-7166 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 1024px;
  display: block;
  position: relative;
}

.background-video-11 {
  width: 100%;
  height: 100%;
}

.background-video-12 {
  width: 20%;
}

.right-arrow-4, .left-arrow-4, .slide-nav-5 {
  display: none;
}

.div-block-7167 {
  grid-column-gap: 30px;
  background-color: #4a879a;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-7168 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-7169 {
  width: 40%;
  height: 100%;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-833 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 300px;
  order: 0;
  align-self: center;
  width: 300px;
  max-width: 300px;
  height: 300px;
  display: block;
  position: relative;
}

.image-834 {
  object-fit: cover;
  border-radius: 300px;
  align-self: flex-end;
  width: 250px;
  max-width: 250px;
  height: 250px;
  position: static;
  inset: 0% 0% 0% auto;
}

.paragraph-26 {
  color: #42508f;
  text-shadow: 1px 0 #000000c2;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  margin-right: 0;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.paragraph-26.combo-class-5 {
  color: var(--white);
  width: auto;
  font-size: 16px;
}

.paragraph-27 {
  color: #42508f;
  text-shadow: 1px 0 #000000c2;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.div-block-7178 {
  background-color: #fff;
  border-radius: 300px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 300px;
  min-width: 300px;
  height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

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

.div-block-7180 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 70%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-7167-copy {
  background-color: var(--white);
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  box-shadow: 7px 7px 6px #000;
}

.div-block-7181 {
  background-color: #4a879a;
  border-radius: 0 150px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 50px;
  padding-right: 60px;
  display: flex;
}

.div-block-7182 {
  background-color: #fff;
  border-radius: 300px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 250px;
  min-width: auto;
  height: 250px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.paragraph-28 {
  color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

.paragraph-28.combo-class-5 {
  color: var(--white);
  width: auto;
  font-size: 16px;
}

.div-block-7183 {
  grid-column-gap: 30px;
  background-color: #4a879a;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding-left: 50px;
  padding-right: 60px;
  display: flex;
}

.div-block-7184 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 60%;
  height: 100%;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-7185 {
  background-color: #0000;
  border-radius: 300px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 300px;
  min-width: 300px;
  height: 300px;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-7186 {
  grid-column-gap: 30px;
  background-color: #4a879a;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 50px;
  padding-right: 60px;
  display: flex;
}

.div-block-7187 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-7188 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 250px;
  min-width: 250px;
  height: 250px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-7189 {
  grid-column-gap: 30px;
  background-color: #4a879a;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 50px;
  padding-right: 60px;
  display: flex;
}

.div-block-7190 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.div-block-7191 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 250px;
  min-width: 250px;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tab-link-tab-1 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.tab-link-tab-1.w--current {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #16c0e5;
  background-clip: border-box;
  margin-right: 10px;
  font-weight: 700;
}

.tab-link-tab-2 {
  color: var(--white);
  background-color: #16c0e5;
  font-weight: 700;
}

.div-block-7192 {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url("https://cdn.prod.website-files.com/6539614acd1a25fed1d4eec0/66e9c39fe2e8a501ce351aaf_1%20ADAPTIVE%20MEN'S%20SWEATER%20KNIT.jpg");
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto 150%;
  background-attachment: scroll;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

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

.tab-pane-tab-1 {
  margin-right: 0;
}

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

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

.image-836 {
  object-fit: cover;
  object-position: 50% 50%;
  align-self: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.image-836.comboclass-1 {
  width: 500px;
  top: 0;
}

.div-block-7194 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  object-position: 50% 0%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  text-decoration: none;
  display: block;
}

.button-28 {
  color: #16c0e5;
  background-color: #0000;
}

.tabs {
  margin-bottom: 100px;
}

.grid-5 {
  z-index: 250;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  place-items: center;
  width: 100vw;
  min-width: auto;
  display: grid;
  position: relative;
}

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

.button-37 {
  color: #b28abf;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button-28-copy {
  color: #16c0e5;
  background-color: #0000;
}

.button-38 {
  color: #83bf61;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button-39 {
  color: #3d9ea1;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.div-block-7196, .div-block-7197 {
  display: none;
}

.button-45 {
  color: #16c0e5;
  background-color: #0000;
  font-style: italic;
  font-weight: 700;
}

.div-block-7202 {
  width: 15%;
}

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

.div-block-7204 {
  background-image: linear-gradient(to right, #16c0e5, #fff);
  border: 1px #000;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-7205 {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  margin-left: 10%;
  display: flex;
}

.text-block-224 {
  color: var(--white);
  text-align: left;
  font-size: 20px;
  line-height: 24px;
}

.div-block-7206 {
  border: 20px solid var(--white);
  background-color: #0000;
  border-radius: 300px;
  justify-content: center;
  align-self: center;
  width: 400px;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.div-block-7207 {
  justify-content: space-around;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.heading-15 {
  color: #557829;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
}

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

.image-840 {
  object-fit: cover;
  width: auto;
  height: 100%;
  position: static;
}

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

.div-block-7209 {
  background-color: #16c0e5;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-7210 {
  width: 100px;
  height: 100px;
}

.div-block-7211 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  padding-top: 0;
  display: flex;
}

.text-block-225 {
  color: #fff;
  flex-direction: column;
  width: auto;
  margin-bottom: 20px;
  display: flex;
}

.div-block-7212 {
  width: 40px;
}

.div-block-7213 {
  margin-top: 20px;
}

.text-block-226 {
  color: #fff;
  margin-bottom: 20px;
}

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

.div-block-7214 {
  width: 25%;
}

.image-842, .image-843 {
  margin-right: 5px;
}

.bold-text-8 {
  color: var(--white);
  text-decoration: none;
}

.button-46 {
  cursor: pointer;
  background-color: #0000;
  padding: 0;
}

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

.text-block-228 {
  color: var(--white);
  font-weight: 700;
}

.text-block-229 {
  color: var(--white);
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 700;
}

.button-47 {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

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

.div-block-7217 {
  width: 80px;
}

.foooter {
  display: block;
}

.text-block-233 {
  color: #4a879a;
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
}

.text-block-234 {
  color: #16c0e5;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 700;
}

.div-block-7224 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 650px;
  display: flex;
}

.background-video-13 {
  width: 40%;
  height: 500px;
  display: block;
  position: absolute;
}

.background-video-14 {
  position: absolute;
}

.background-video-15 {
  width: 40%;
  position: absolute;
}

.link-block-24, .link-block-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.background-video-16 {
  width: 40%;
  position: absolute;
}

.background-video-17 {
  width: 20%;
}

.youtube-4 {
  width: 40%;
  height: auto;
  margin-right: 11px;
  position: absolute;
}

.video-5 {
  margin-right: 0;
  position: absolute;
}

.background-video-18 {
  background-color: #0000;
  width: 40%;
  height: 500px;
  position: absolute;
}

.div-block-7225 {
  border: 20px solid var(--white);
  background-image: url('../images/covid-warrior-7YXTTAK-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 300px;
  width: 400px;
  height: 400px;
}

.image-845 {
  width: 500px;
  height: auto;
}

.image-846 {
  object-fit: cover;
  width: auto;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.image-847 {
  width: auto;
  max-width: none;
  height: 100%;
  display: block;
}

.background-video-19 {
  width: 40%;
  height: 500px;
  position: absolute;
}

.bold-text-9 {
  font-weight: 400;
}

.div-block-7227 {
  background-image: url('../images/bannière-3-min.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-7228 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
  display: none;
  position: relative;
}

.div-block-7229 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 650px;
  display: flex;
}

.div-block-7230 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.3333%;
  height: 650px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-7231 {
  width: 33.3333%;
  height: 650px;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.text-block-235 {
  color: #16c0e5;
  text-align: center;
  font-family: Futura bt, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.slide-9 {
  height: 500px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.image-848 {
  object-fit: cover;
  object-position: 50% 0%;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-top: 0;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto;
}

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

.div-block-7232 {
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-7233, .div-block-7234 {
  display: none;
}

.div-block-7235 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 10% 0% auto;
  overflow: hidden;
}

.image-850 {
  width: 325px;
  margin-right: 20px;
}

.heading-16 {
  font-size: 40px;
}

.text-block-238 {
  color: #085799;
  margin-bottom: 0;
  font-family: Futura bt, sans-serif;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  bottom: 0;
}

.text-span-17 {
  color: #16c0e5;
}

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

.text-block-239 {
  color: #16c0e5;
  margin-bottom: 0;
  margin-left: -169px;
  font-family: Futura bt, sans-serif;
  font-size: 30px;
  line-height: 40px;
  position: relative;
  bottom: 5px;
}

.text-span-18 {
  color: #085799;
}

.text-block-240 {
  color: #085799;
  margin-bottom: 0;
  margin-left: -169px;
  font-family: Futura bt, sans-serif;
  font-size: 30px;
  line-height: 40px;
  position: relative;
  bottom: 5px;
}

.text-span-19 {
  font-size: 18px;
}

.circle {
  border: 20px solid #fff;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.image-870 {
  object-fit: cover;
  object-position: 50% 50%;
  align-self: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.image-870.comboclass-1 {
  width: 500px;
  top: 0;
}

.image-871 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
}

.image-879 {
  object-fit: cover;
  object-position: 50% 50%;
  align-self: center;
  width: auto;
  height: 300px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.image-879.comboclass-1 {
  width: 500px;
  top: 0;
}

.div-block-7237 {
  height: 200px;
  overflow: hidden;
}

.div-block-7238 {
  object-fit: cover;
  background-color: #f6e3d5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-7275 {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/2-ADAPTIVE-TOP.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

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

.div-block-7276 {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/3-ADAPTIVE-NIGHTGOWNS.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

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

.div-block-7267 {
  cursor: pointer;
  background-image: url('../images/ADAPTIVE-NIGHTSHIRTS-min.jpg');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: auto;
}

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

.div-block-7278 {
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/5-LADIES-ADAPTIVE-PANTS.jpg');
  background-position: 50% 40%;
  background-size: cover;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

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

.image-836-copy {
  object-fit: cover;
  object-position: 50% 50%;
  align-self: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.image-836-copy.comboclass-1 {
  width: 500px;
  top: 0;
}

.div-block-7279 {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url("https://cdn.prod.website-files.com/6539614acd1a25fed1d4eec0/66e9c5347b226cde3160f1d3_6%20MEN'S-ADAPTIVE-PANTS.jpg");
  background-position: 80% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

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

.div-block-7280 {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 30%;
  background-color: #dedede;
  background-image: url('../images/ADAPTIVE-POLO-min.jpg');
  background-position: 50% 10%;
  background-size: cover;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

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

.div-block-7281 {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/POLO-HOMME-min.jpg');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: auto 137%;
  background-attachment: scroll;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

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

.div-block-7282 {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/SOCKS.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 375px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

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

.div-block-7283 {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/SLIPPERS-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 375px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

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

.div-block-7284 {
  opacity: 1;
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/SHORT-DIGNITY-SUITS.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 375px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

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

.div-block-7285 {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/LONG-DIGNITY-SUITS.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 375px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

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

.text-block-241 {
  color: #557829;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-block-241:hover {
  opacity: .8;
}

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

.text-block-242 {
  color: #557829;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.text-block-242:hover {
  opacity: .8;
}

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

.text-block-243 {
  color: #557829;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.text-block-243:hover {
  opacity: .8;
}

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

.text-block-244 {
  opacity: 1;
  color: #557829;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.text-block-244:hover {
  opacity: .8;
}

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

.text-block-245 {
  color: #557829;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.text-block-245:hover {
  opacity: .8;
}

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

.text-block-246 {
  color: #5162a5;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.text-block-246:hover {
  opacity: .8;
}

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

.text-block-247 {
  color: #557829;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.text-block-247:hover {
  opacity: .8;
}

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

.text-block-248 {
  color: #557829;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.text-block-248:hover {
  opacity: .8;
}

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

.text-block-249 {
  color: #3d9ea1;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.text-block-249:hover {
  opacity: .8;
}

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

.text-block-250 {
  color: #3d9ea1;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.text-block-250:hover {
  opacity: .8;
}

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

.text-block-251 {
  color: #3d9ea1;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.text-block-251:hover {
  opacity: .8;
}

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

.text-block-252 {
  color: #3d9ea1;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.text-block-252:hover {
  opacity: .8;
}

.link-block-37 {
  width: auto;
  height: auto;
  text-decoration: none;
  position: relative;
}

.summer-2021-b-flexlayout {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
  display: none;
  position: relative;
}

.div-block-7234-copy {
  display: none;
}

.div-block-7232-copy {
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-235-copy {
  color: #16c0e5;
  text-align: center;
  font-family: Futura bt, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.div-block-7229-copy {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 650px;
  display: flex;
}

.div-block-7231-copy {
  background-image: url('../images/1PT336-BRIGHT-FUCHSIA.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.3333%;
  height: 650px;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.div-block-7230-copy {
  background-image: url('../images/230321_ChicChezVous_été2021-98.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.3333%;
  height: 650px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-848-copy {
  object-fit: cover;
  object-position: 50% 0%;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-top: 0;
  display: inline-block;
  position: relative;
  inset: 0% 0% auto;
}

.image-849-copy {
  position: relative;
  inset: 0% 0% auto;
}

.body-6, .body-7, .body-8, .body-9, .body-10, .body-11, .body-12, .body-13, .body-14, .body-15, .body-16, .body-17, .body-18 {
  overflow: hidden;
}

.div-block-7162-copy {
  object-fit: cover;
  object-position: 50% 0%;
  background-image: url('../images/230321_ChicChezVous_été2021-35-min-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 30%;
  height: 8vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-7162-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-880 {
  object-fit: none;
  object-position: 50% 0%;
  overflow: hidden;
}

.text-block-235-copy-copy {
  color: #16c0e5;
  text-align: center;
  font-family: Futura bt, sans-serif;
  font-size: 70px;
  line-height: 70px;
  display: none;
}

.div-block-211-copy {
  color: #42508f;
  text-shadow: 1px 0 #000;
  background-color: #42508f;
  width: 70px;
  height: 2px;
  margin-top: 7px;
  margin-bottom: 20px;
  box-shadow: 1px 0 #000000b3;
}

.link-block-38 {
  cursor: pointer;
  justify-content: center;
  display: flex;
}

.slide-10 {
  color: #fff;
  background-color: #0000;
}

.spring-womens {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.image-881 {
  width: auto;
  height: auto;
  display: block;
}

.div-block-7286 {
  flex-direction: column;
  display: block;
  position: absolute;
  inset: auto auto 15% 5%;
}

.heading-17 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Futura bt, sans-serif;
  font-size: 28px;
  line-height: 50px;
}

.heading-18 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura bt, sans-serif;
  font-size: 31px;
  transition: color .2s;
}

.heading-18:hover {
  color: #b28abf;
}

.fall-winter-2021-2022-b-flexlayout {
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-7288 {
  background-color: #0000;
  background-image: url('../images/Chic_chez_vous_P22-493-min.jpg');
  background-position: 50% 23%;
  background-size: 700px;
  width: 100%;
  height: 100%;
}

.div-block-7289 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 36%;
  min-width: 250px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-7290 {
  background-color: #0000;
  background-image: url('../images/Chic_chez_vous_P22-1613-min.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: 600px;
  background-attachment: scroll;
  width: 32%;
  height: 100%;
  position: relative;
}

.summer-2021-b-title {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Futura bt, sans-serif;
  font-size: 35px;
  line-height: 45px;
  transition: color .2s;
}

.summer-2021-b-title:hover {
  color: #83bf61;
}

.summer-2021-b-title-copy {
  color: #16c0e5;
  text-align: center;
  font-family: Futura bt, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.summer-2021-b-title-mobile {
  color: #16c0e5;
  text-align: center;
  font-family: Futura bt, sans-serif;
  font-size: 70px;
  line-height: 70px;
  display: none;
}

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

.link-block-39:hover {
  color: #1001b9;
}

.text-span-20 {
  font-size: 35px;
  display: inline;
}

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

.heading-18-copy {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura bt, sans-serif;
  font-size: 28px;
  transition: color .2s;
}

.heading-18-copy:hover {
  color: #b28abf;
}

.text-span-20-copy, .text-span-20-copy-copy {
  font-size: 28px;
}

.summer-2021-b-title-mobile-copy {
  color: #16c0e5;
  text-align: center;
  font-family: Futura bt, sans-serif;
  font-size: 70px;
  line-height: 70px;
  display: none;
}

.image-882 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-right: 0;
  position: absolute;
}

.div-block-7292 {
  border: 2px solid #fff;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-883 {
  opacity: .28;
  mix-blend-mode: lighten;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-7293 {
  z-index: 2500;
  display: block;
  position: absolute;
  inset: auto 0% 30%;
}

.heading-19 {
  color: #ffb835;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 1px 1px 1px #fff;
  white-space: normal;
  font-family: Pattaya, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  display: none;
}

.div-block-7294 {
  border: 0 #0000;
  justify-content: center;
  align-items: center;
  width: 37%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.image-884 {
  object-fit: cover;
  background-image: url('../images/01-Fall-Fest.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;
}

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

.image-886 {
  object-fit: cover;
  width: 150%;
  height: auto;
}

.spring-womens-left {
  background-image: url('../images/1UT367-1U109-RED_web.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 32%;
  height: 100%;
  display: none;
  overflow: hidden;
}

.spring-womens-right {
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/CCV-A22_104.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 63%;
  height: 100%;
  overflow: visible;
}

.div-block-7295 {
  position: absolute;
}

.text-block-253 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px #9b9b9b;
  font-family: Pattaya, sans-serif;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
}

.div-block-7289-copy {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #758fa0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 250px;
  height: 650px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.div-block-7289-copy-copy {
  z-index: 100;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 250px;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% 0 0% 0%;
  overflow: hidden;
}

.div-block-7296 {
  border: 2px dashed #fff;
  border-radius: 20px;
  width: 80%;
  height: 86%;
}

.text-span-21 {
  font-size: 43px;
  line-height: 40px;
}

.text-span-22 {
  font-size: 40px;
  line-height: 40px;
}

.text-span-23 {
  font-family: Pattaya, sans-serif;
  font-size: 50px;
  line-height: 35px;
}

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

.div-block-7297 {
  width: 33.33%;
}

.div-block-7298 {
  z-index: 250;
  opacity: 1;
  text-align: center;
  background-color: #7070706b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 700px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.div-block-7299 {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
}

.image-887 {
  width: 80%;
}

.button-48 {
  cursor: pointer;
  background-color: #1e6083;
  transition: transform .2s;
  position: relative;
}

.button-48:hover {
  transform: scale(1.1);
}

.text-block-254 {
  color: #fff;
  text-shadow: 1px 1px 6px #000000a1;
  width: 400px;
  margin-top: 215px;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  top: 0;
  transform: rotate(-90deg);
}

.text-block-254-copy {
  color: #fff;
  text-shadow: 1px 1px 6px #000000a1;
  width: 400px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 24px;
  line-height: 24px;
  position: relative;
  top: 0;
  transform: rotate(-90deg);
}

.button-48-copy {
  background-color: #4a879a;
  position: relative;
}

.image-887-copy {
  width: 80%;
}

.paragraph-5-eng {
  color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

.paragraph-5-eng.combo-class-5 {
  color: var(--white);
  width: auto;
  font-size: 16px;
}

.div-block-7301 {
  opacity: .75;
  mix-blend-mode: normal;
  background-image: url('../images/blank-white-grunge-cement-wall-texture-background-2021-09-02-15-00-29-utc.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-7302 {
  object-fit: fill;
  background-image: url('../images/old-white-brick-wall-background-texture-2021-08-26-15-27-06-utc-min.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-20 {
  color: #fff;
  justify-content: center;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: flex;
}

.image-889, .image-890 {
  width: auto;
  height: 100%;
}

.div-block-7303 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  place-content: space-around center;
  align-items: center;
  height: 80px;
  margin-bottom: 10px;
  display: flex;
}

.heading-21 {
  color: #fff;
  justify-content: center;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: flex;
}

.heading-22 {
  color: #fff;
  justify-content: center;
  margin-bottom: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: flex;
}

.image-891, .image-892 {
  width: auto;
  height: 100%;
}

.div-block-7304 {
  z-index: 100;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 10%;
  font-size: 20px;
  display: flex;
  position: relative;
}

.heading-23 {
  color: #fff;
  text-shadow: 4px 4px #16c0e5;
  width: auto;
  font-family: Oswald, sans-serif;
  font-size: 57px;
  line-height: 65px;
}

.text-span-24 {
  text-shadow: 4px 4px #16c0e5;
  font-family: Oswald, sans-serif;
}

.text-span-25 {
  width: 100%;
  font-size: 24px;
  line-height: 30px;
}

.image-893 {
  z-index: 100;
  background-image: url('../images/blank-white-grunge-cement-wall-texture-background-2021-09-02-15-00-29-utc.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100vw;
  height: 100%;
  position: absolute;
}

.background-video-21 {
  background-color: #0000;
  border-bottom: 0 #0000;
  border-left: 0 #0000;
  border-right: 0 #000;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-7305 {
  z-index: 500;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 25% 25% 25% 25%;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-columns: 1fr;
  width: 90%;
  height: 90%;
  display: grid;
  position: absolute;
}

.image-896 {
  width: 80%;
  height: 80%;
}

.image-897 {
  width: 100%;
  height: 100%;
}

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

.div-block-7293-copy {
  z-index: 1000;
  display: none;
  position: absolute;
}

.icon-7 {
  color: #fff;
  text-shadow: 3px 3px #16c0e5;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Open Sans, sans-serif;
}

.text-block-255 {
  z-index: 1000;
  color: #fff;
  width: 30%;
  max-width: 400px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Kgblankspacesketch, sans-serif;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
}

.div-block-7308 {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/ADAPTIVE-POLO-min.jpg');
  background-position: 50% 30%;
  background-size: cover;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 550px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

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

.div-block-7309 {
  cursor: pointer;
  background-image: url('../images/ADAPTIVE-NIGHTSHIRTS-min.jpg');
  background-position: 50% 70%;
  background-size: cover;
  width: 100%;
  height: 550px;
}

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

.slide-side-right {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slide-side-left {
  background-image: url('../images/1NHT121-1W121-Compressed.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.html-embed-5 {
  width: 50%;
  height: 100%;
}

.slide-right {
  background-color: #0000;
  background-image: url('../images/CCV-A22_78.jpg');
  background-position: 50% 23%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slide-left {
  background-color: #0000;
  background-image: url('../images/1NHT121-1W121-GREEN-min.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-898 {
  height: 700px;
}

.div-block-7310 {
  z-index: 100;
  background-image: url('../images/CCV-A22-COVER.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 700px;
  height: 700px;
  position: absolute;
  inset: 0%;
}

.image-899 {
  z-index: 100;
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-900 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 63%;
  height: 100%;
}

.div-block-7311 {
  width: 700px;
  height: 700px;
  position: absolute;
}

.image-902 {
  z-index: 2000;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-903 {
  z-index: 2000;
  object-fit: cover;
  object-position: 50% 13%;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-14 {
  background-image: url('../images/banner-gift-box-silver-with-a-bow-in-female-hands-2022-11-25-17-28-34-utc-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.div-block-7312 {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-256 {
  color: #fff;
  font-family: Dancing Script, sans-serif;
  font-size: 100px;
  line-height: 80px;
}

.div-block-7313 {
  z-index: 1500;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block-257 {
  color: #fff;
  text-align: center;
  justify-content: center;
  font-family: Great Vibes, cursive;
  font-size: 140px;
  line-height: 70px;
  display: flex;
}

.div-block-7314 {
  background-image: url('../images/red-banner-with-female-s-hands-holding-gift-box-2021-08-27-09-44-31-utc-min.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-7315 {
  height: 100%;
}

.background-video-22 {
  background-color: #0000;
  border: 0 #0000;
  border-style: none none solid solid;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.div-block-7316 {
  background-color: #bb7070;
  width: 33.333%;
  height: 100%;
}

.div-block-7317 {
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-1-section-1 {
  background-color: #bb7070;
  background-image: url('../images/FLOWER-MENS.jpg');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.333%;
  height: 100%;
}

.slide-1-section-2 {
  opacity: 1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 100%;
  display: flex;
  position: relative;
}

.slide-1-section-3 {
  background-color: #0000;
  background-image: url('../images/BANNER-min.jpg');
  background-position: 80% 20%;
  background-repeat: no-repeat;
  background-size: auto 170%;
  background-attachment: scroll;
  width: 65%;
  height: 100%;
}

.heading-24 {
  color: #d1628d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 50px;
}

.heading-24.combo {
  color: #415ec8;
}

.div-block-7281-a {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/ROBE-min.jpg');
  background-position: 50% 90%;
  background-size: auto 130%;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 500px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.div-block-7281-a:hover {
  opacity: .8;
}

.div-block-7281-b {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #d4cfca;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.div-block-7281-b:hover {
  opacity: .8;
}

.div-block-7281-c {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/SLIPPERS.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 120%;
  background-attachment: scroll;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 550px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.div-block-7281-c:hover {
  opacity: .8;
}

.div-block-7281-d {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/SOCKS_1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 550px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.div-block-7281-d:hover {
  opacity: .8;
}

.link-block-50, .link-block-51, .link-block-52 {
  width: 100%;
  text-decoration: none;
  display: block;
}

.link-block-53 {
  width: auto;
  height: auto;
  text-decoration: none;
  display: block;
}

.div-block-7318 {
  z-index: 1;
  margin-bottom: 0;
  position: absolute;
}

.div-block-7320, .div-block-7320-copy {
  display: none;
}

.div-block-7321 {
  opacity: .78;
  background-image: url('../images/tomoko-uji-eriuKJwcdjI-unsplash-min.jpg'), url('../images/mi-min-pkpqoBp11Jc-unsplash-min.jpg'), url('../images/j-lee-pXqAMSHIfXs-unsplash-1-min.jpg'), url('../images/henry-co-7TzQ7l3lDAY-unsplash-1-min.jpg');
  background-position: 0 0, 50%, 0 0, 0 0;
  background-size: cover, cover, cover, cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-7322 {
  opacity: 1;
  background-image: url('../images/BANNER.jpg');
  background-position: 80% 5%;
  background-size: auto 125%;
  width: 65%;
  height: 100%;
}

.div-block-7323 {
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-7324 {
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 100%;
  display: flex;
}

.div-block-7325 {
  opacity: .67;
  background-image: url('../images/henry-co-7TzQ7l3lDAY-unsplash-1-min.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-7326 {
  opacity: .78;
  background-image: url('../images/tomoko-uji-eriuKJwcdjI-unsplash-min.jpg'), url('../images/mi-min-pkpqoBp11Jc-unsplash-min.jpg'), url('../images/j-lee-pXqAMSHIfXs-unsplash-1-min.jpg'), url('../images/henry-co-7TzQ7l3lDAY-unsplash-1-min.jpg');
  background-position: 0 0, 50%, 0 0, 0 0;
  background-size: cover, cover, cover, cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-7327 {
  opacity: 1;
  background-image: url('../images/BANNER.jpg');
  background-position: 80% 5%;
  background-size: auto 125%;
  width: 65%;
  height: 100%;
}

.div-block-7328 {
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 100%;
  display: flex;
}

.div-block-7329 {
  opacity: .67;
  background-image: url('../images/henry-co-7TzQ7l3lDAY-unsplash-1-min.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-6 {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: 100%;
}

.div-block-7330 {
  background-image: url('../images/sliderimg_3.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

.image-904 {
  background-color: #16c0e5;
}

.div-block-7332 {
  background-color: #16c0e5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7333 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-span-28 {
  font-size: 16px;
  line-height: 16px;
}

.heading-25 {
  color: var(--white);
  width: 100%;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}

.slider-4 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide-nav-6 {
  display: none;
}

.div-block-7334 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.right-arrow-5, .left-arrow-5 {
  display: none;
}

.div-block-7335 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  display: flex;
  overflow: hidden;
}

.image-905 {
  width: 220px;
  height: auto;
}

.image-906 {
  width: 180px;
  margin-right: 40px;
}

.text-span-29 {
  font-size: 25px;
  line-height: 40px;
  text-decoration: underline;
  display: inline;
}

.text-span-30 {
  font-size: 18px;
  line-height: 20px;
}

.text-span-31 {
  font-size: 30px;
  line-height: 40px;
}

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

.div-block-7337 {
  background-image: url('../images/chic_chez_vous_printemps_2023-857-1.jpg');
  background-position: 50% 36%;
  background-repeat: no-repeat;
  background-size: 120%;
  background-attachment: fixed;
}

.div-block-7338 {
  background-image: url('../images/chic_chez_vous_printemps_2023-1021-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

.div-block-7339 {
  background-image: linear-gradient(#98c3f6, #fff);
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-26 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  line-height: 65px;
}

.heading-26.combo {
  line-height: 35px;
}

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

.slide-18 {
  background-image: url('../images/banner-min.png');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.div-block-7341 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-7342 {
  width: 50%;
  height: 100%;
  overflow: visible;
}

.heading-27, .heading-28 {
  font-size: 120px;
}

.heading-29 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 198px;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 110px;
  line-height: 160px;
  display: flex;
}

.heading-29.combo {
  color: #bd4444;
  margin-top: -53px;
  margin-bottom: 0;
  font-family: Dancing Script, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.heading-29.combo-2 {
  color: #7e7979;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Dancing Script, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.heading-29.combo3 {
  color: #535353;
  margin-top: 2px;
  font-size: 30px;
  line-height: 40px;
}

.image-907 {
  width: 175px;
  margin-top: 0;
  position: absolute;
  inset: 9% auto auto 2%;
  transform: rotate(120deg);
}

.image-908 {
  width: 200px;
  position: absolute;
  inset: 0% 2.5% auto auto;
  transform: rotate(-16deg);
}

.slide-19 {
  background-image: url('../images/banner_2.png');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

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

.text-block-258 {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: transparent;
  text-transform: uppercase;
  text-shadow: 2px 2px #6cc5b9;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #0000;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  position: absolute;
  inset: auto 0% 12% 5%;
}

.slide-20 {
  overflow: hidden;
}

.div-block-7344 {
  background-image: url('../images/banner-min.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-7345 {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

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

.heading-30 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
}

.heading-30.combo {
  color: #df3f3f;
  margin-top: 30px;
  font-family: Dancing Script, sans-serif;
}

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

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

.button-49 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.slider-5 {
  background-color: #0000;
  border-radius: 300px;
  width: 400px;
  min-width: 400px;
  height: 400px;
}

.slide-nav-7 {
  display: none;
  overflow: visible;
}

.right-arrow-6, .left-arrow-6 {
  display: none;
}

.slide-21 {
  background-image: url('../images/JAL_3612-min.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 300px;
  width: 300px;
  min-width: 300px;
  height: 300px;
}

.mask-2 {
  border-radius: 300px;
  width: 400px;
  min-width: 400px;
  height: 400px;
}

.slide-22, .slide-23, .slide-24 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-25 {
  background-image: url("https://cdn.prod.website-files.com/6539614acd1a25fed1d4eec0/6539614acd1a25fed1d4eeeb_MEN'S%20ADAPTIVE-min.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  min-width: 400px;
  height: 400px;
}

.slide-26 {
  background-image: url('../images/WOMENS-ADAPTIVE-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 300px;
  width: 400px;
  min-width: 400px;
  height: 400px;
}

.div-block-7350 {
  height: 500px;
}

.div-block-7350-copy {
  background-color: #4a879a;
}

.paragraph-5-copy {
  color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

.paragraph-5-copy.combo-class-5 {
  color: var(--white);
  width: auto;
  font-size: 16px;
}

.slide-28 {
  color: #4a879a;
  height: 100%;
}

.slider-6 {
  background-color: #4a879a;
  height: 500px;
}

.slide-nav-8 {
  display: none;
}

.div-block-7352 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #4a879a00;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-7353 {
  background-color: #4a879a;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 70%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.div-block-7354 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 40px;
  padding-left: 0;
  display: flex;
}

.div-block-7355 {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 43%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.right-arrow-7, .left-arrow-7 {
  display: none;
}

.image-909 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px 0;
  width: 100%;
  height: 100%;
  display: block;
}

.image-909-copy {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 1000px;
  width: 400px;
  height: 600px;
}

.image-909-copy-copy {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 1000px;
  width: 400px;
  height: 400px;
}

.image-909-copy-copy-copy {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 1000px;
  width: 400px;
  height: 600px;
}

.image-910 {
  z-index: 0;
  background-image: url('../images/img_1-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-7356 {
  z-index: 2000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #cdd6e0;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr .85fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-7357 {
  background-image: url('../images/1NHT121-1Y113-NAVY.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-7358 {
  background-image: url('../images/1XT380-1X117-SAUGE-2-min.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block-259 {
  z-index: 1000;
  color: #fca573;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-shadow: 0 6px 1px var(--white);
  word-break: normal;
  font-family: Pacifico, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 60px;
  position: absolute;
}

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

.image-911 {
  opacity: .74;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-912 {
  z-index: 1000;
  width: 400px;
  display: block;
  position: relative;
  bottom: 10px;
  left: -83px;
  box-shadow: 7px 7px 5px #0003;
}

.text-block-260 {
  -webkit-text-stroke-color: #a13e3e;
  width: 60%;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Pattaya, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-7360 {
  background-color: #c9c9c9;
  margin-left: 70px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 40px;
  position: relative;
}

.rich-text-block {
  color: #5f5a5a;
  margin-bottom: 10px;
}

.collection-item {
  opacity: 1;
}

.body-19 {
  background-color: #f3f3f3;
}

.div-block-7361 {
  z-index: 2000;
  justify-content: center;
  width: 90%;
  height: 100%;
  padding-top: 15px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-913 {
  z-index: 200;
  object-fit: cover;
  object-position: 50% 0%;
  width: 25%;
  height: 500px;
  margin-top: 87px;
  display: block;
  position: relative;
  left: 25px;
}

.image-913-copy {
  object-fit: cover;
  object-position: 50% 0%;
  width: 25%;
  height: 500px;
  margin-top: 0;
  display: block;
}

.image-913-copy-copy {
  z-index: 300;
  object-fit: cover;
  object-position: 50% 0%;
  width: 25%;
  height: 500px;
  margin-top: 108px;
  display: block;
  position: relative;
  left: 0;
}

.image-913-copy-copy-copy {
  z-index: 375;
  object-fit: cover;
  object-position: 50% 0%;
  width: 25%;
  height: 500px;
  margin-top: 0;
  display: inline-block;
  position: relative;
  left: -25px;
}

.slide-29 {
  overflow: hidden;
}

.slide-30 {
  position: static;
}

.div-block-7362 {
  width: 100%;
  padding-top: 8px;
  display: none;
}

.heading-31 {
  z-index: 1000;
  color: #363868;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  width: auto;
  margin-bottom: -1px;
  margin-left: 0;
  font-size: 60px;
  line-height: 60px;
  position: relative;
  inset: 0%;
}

.div-block-7363 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 4.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: auto -1% 1% auto;
}

.heading-31-copy {
  z-index: 1000;
  color: #363868;
  text-align: right;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  width: 100%;
  margin-bottom: -1px;
  margin-left: 0;
  font-size: 70px;
  line-height: 60px;
  position: relative;
  inset: 0% 5% 0% 0%;
}

.div-block-7364 {
  width: 100%;
  height: 500px;
}

.cell {
  background-color: #d48686;
}

.slider-7, .slide-31, .slider-8 {
  margin-bottom: 20px;
}

.slider-9 {
  background-color: #4a879a;
  flex: 0 auto;
  width: 100%;
  height: 500px;
  margin-top: -15px;
  display: none;
}

.slide-nav-9 {
  display: none;
}

.right-arrow-8 {
  margin-left: 0;
  padding-left: 0;
  inset: 0% 0% 0% auto;
}

.left-arrow-8 {
  inset: 0% auto 0% 0%;
}

.div-block-7365 {
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.slide-32 {
  width: 100%;
}

.div-block-7366 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-7367 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: relative;
}

.image-914 {
  height: 550px;
  display: block;
}

.image-915, .image-916, .image-917, .image-918 {
  height: 550px;
}

.image-919 {
  height: 100px;
}

.image-922 {
  aspect-ratio: auto;
  object-fit: fill;
  overflow: visible;
}

.image-923 {
  object-fit: fill;
  width: 200vh;
}

.image-924 {
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  position: static;
}

.image-934 {
  filter: blur(3px);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto;
}

.image-935 {
  width: 100%;
  height: 700px;
}

.div-block-7368 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-7369 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.heading-32 {
  color: #557829;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  background-color: #f4838300;
  border: 3px #fff;
  border-radius: 0;
  margin: 0% 0% 0% 85%;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.div-block-7370 {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-7371 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.heading-33 {
  color: #bd4a59;
  text-shadow: 0 7px 1px #0003;
  background-color: #f4838300;
  font-family: Great Vibes, cursive;
  font-size: 120px;
  line-height: 100px;
}

.div-block-7276-copy {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/4-ADAPTIVE-NIGHTSHIRT.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.div-block-7276-copy:hover {
  opacity: .8;
}

.div-block-7279-copy {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url("https://cdn.prod.website-files.com/6539614acd1a25fed1d4eec0/66e9c0fe380e0deecb8b4b1f_MEN'S-POLO.jpg");
  background-position: 50% 65%;
  background-size: cover;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.div-block-7279-copy:hover {
  opacity: .8;
}

.div-block-7372 {
  background-image: url('../images/gridimg_11.jpg');
  background-position: 50% 25%;
  background-size: auto 525px;
  width: 350px;
  height: 350px;
}

.div-block-7373 {
  background-color: #fff;
  background-image: url('../images/9-Adaptive-Slippers.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 350px;
  height: 350px;
}

.div-block-7374 {
  background-image: url('../images/gridimg_9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 350px;
  height: 350px;
}

.div-block-7194-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  object-position: 50% 0%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  object-position: 50% 0%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  text-decoration: none;
  display: block;
}

.div-block-7194-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  object-position: 50% 0%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 400px;
  margin-top: 0;
  margin-left: 0;
  text-decoration: none;
  display: block;
}

.div-block-7194-copy-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  object-position: 50% 0%;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  text-decoration: none;
  display: block;
}

.div-block-7375 {
  background-image: url('../images/4-ADAPTIVE-NIGHTSHIRT.jpg');
  background-position: 30% 30%;
  background-size: auto 110%;
  width: 350px;
  height: 350px;
}

.div-block-7376 {
  background-image: url('../images/LONG-DIGNITY-SUIT.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: auto 120%;
  width: 350px;
  height: 350px;
}

.div-block-7377 {
  background-image: url('../images/SHORT-DIGNITY-SUIT.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 350px;
  height: 350px;
}

.div-block-7378 {
  background-color: #fff;
  background-image: url('../images/9-Adaptive-Slippers.jpg');
  background-position: 50% 140%;
  background-repeat: no-repeat;
  background-size: auto 115%;
  width: 350px;
  height: 350px;
}

.div-block-7281-copy-2 {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/8-ADAPTIVE-DRESS.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.div-block-7281-copy-2:hover {
  opacity: .8;
}

.div-block-7378-copy-4 {
  background-image: url('../images/SOCKS.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 350px;
  height: 350px;
}

.heading-34 {
  color: #557829;
}

.div-block-7379 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff9f9;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: none;
}

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

.div-block-7381 {
  height: 100%;
}

.div-block-7382 {
  background-image: url('../images/Image3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100%;
}

.div-block-7388 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 600px;
  height: 225px;
  display: grid;
  position: absolute;
  inset: auto 5% 7% auto;
}

.div-block-7389 {
  background-color: #fff;
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  height: 100%;
}

.div-block-7390 {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  background-color: #16c0e5;
  grid-template-rows: auto auto auto;
  grid-template-columns: 10% 80%;
  grid-auto-columns: 1fr;
  justify-items: center;
  height: 100%;
  display: grid;
  position: relative;
}

.heading-36 {
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.heading-37 {
  color: var(--white);
  height: 80%;
  font-size: 30px;
  line-height: 30px;
}

.div-block-7391 {
  width: 100%;
  height: auto;
  margin-left: 0;
}

.div-block-7392 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-7393 {
  z-index: 2750;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 600px;
  height: 225px;
  margin: 0 0 5%;
  padding-bottom: 0;
  display: grid;
  position: relative;
  inset: 0%;
}

.div-block-7394 {
  z-index: 1000;
  background-color: #fff;
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  width: 225px;
  height: 225px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  bottom: 21px;
  left: 21px;
}

.div-block-7395 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #16c0e554;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 560px;
  height: 225px;
  display: grid;
  position: relative;
}

.div-block-7396 {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 30px;
  position: relative;
}

.heading-38 {
  filter: drop-shadow(0 2px 5px #4e978bba);
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 11px;
  width: auto;
  height: 80%;
  margin-left: 0;
  margin-right: 0;
  font-size: 28px;
  line-height: 43px;
  position: relative;
  inset: 0% 0% 0% 133px;
}

.div-block-7397 {
  background-image: url('../images/Image3.png');
  background-position: 0 0;
  background-size: auto;
  height: 100%;
}

.div-block-7398 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  background-color: #16c0e5;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 25% 75%;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 225px;
  display: block;
  position: relative;
}

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

.div-block-7400 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: block;
}

.div-block-7401 {
  background-image: url('../images/Image6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
}

.heading-39 {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.div-block-7402 {
  background-color: #fff;
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  height: 225px;
}

.div-block-7403 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 600px;
  height: 225px;
  display: grid;
  position: absolute;
  inset: auto 5% 7% auto;
}

.div-block-7404 {
  background-image: url('../images/Image3.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-7405 {
  height: 100%;
}

.div-block-7406 {
  background-image: url('../images/Image3.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-7407 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 600px;
  height: 225px;
  display: grid;
  position: absolute;
  inset: auto 5% 7% auto;
}

.div-block-7408 {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  background-color: #16c0e5;
  grid-template-rows: auto auto auto;
  grid-template-columns: 10% 80%;
  grid-auto-columns: 1fr;
  justify-items: center;
  height: 100%;
  display: grid;
  position: relative;
}

.heading-40 {
  color: #fff;
  height: 80%;
  font-size: 30px;
  line-height: 30px;
}

.div-block-7409 {
  background-image: url('../images/Image3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100%;
}

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

.div-block-7411 {
  background-color: #fff;
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  height: 100%;
}

.div-block-7412 {
  width: 100%;
  height: auto;
  margin-left: 0;
}

.div-block-7413 {
  background-image: url('../images/Image3.png');
  background-position: 0 0;
  background-size: cover;
}

.image-936 {
  filter: blur(3px);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto;
}

.div-block-7414 {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 43%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.div-block-7415 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 1024px;
  display: block;
  position: relative;
}

.slide-33 {
  width: 100%;
}

.div-block-7416 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: relative;
}

.div-block-7417 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #4a879a00;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-7418 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: 40px;
  padding-left: 0;
  display: flex;
}

.image-937 {
  filter: blur(3px);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto;
}

.div-block-7419 {
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.div-block-7420 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.right-arrow-9 {
  margin-left: 0;
  padding-left: 0;
  inset: 0% 0% 0% auto;
}

.div-block-7421 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  object-fit: cover;
  background-color: #dd272700;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1024px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-arrow-9 {
  inset: 0% auto 0% 0%;
}

.div-block-7422 {
  background-color: #4a879a;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.slider-10 {
  background-color: #4a879a;
  flex: 0 auto;
  width: 100%;
  height: 500px;
  margin-top: -15px;
  display: none;
}

.image-938 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px 0;
  width: 100%;
  height: 100%;
  display: block;
}

.slide-nav-10 {
  display: none;
}

.paragraph-30 {
  color: #fff;
  object-fit: contain;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 30px;
  line-height: 34px;
  display: flex;
}

.div-block-7281-a-copy {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/LONG-DIGNITY-SUIT.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.div-block-7281-a-copy:hover {
  opacity: .8;
}

.div-block-7281-a-copy-1 {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url('../images/8-ADAPTIVE-DRESS.jpg');
  background-position: 50% 0;
  background-size: auto 100%;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.div-block-7281-a-copy-1:hover {
  opacity: .8;
}

.div-block-7281-copy {
  cursor: pointer;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #dedede;
  background-image: url("https://cdn.prod.website-files.com/6539614acd1a25fed1d4eec0/66e9c0fe380e0deecb8b4b1f_MEN'S-POLO.jpg");
  background-position: 50%;
  background-size: auto 130%;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.div-block-7281-copy:hover {
  opacity: .8;
}

.image-938-copy {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px 0;
  width: 100%;
  height: 100%;
  display: block;
}

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

.div-block-7424 {
  background-image: url('../images/Image6.png');
  background-position: 0 0;
  background-size: cover;
}

.image-939 {
  width: 100%;
}

.image-940 {
  object-fit: cover;
  width: 120%;
  display: block;
}

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

.div-block-7425 {
  z-index: 2000;
  object-fit: cover;
  background-image: url('../images/slidermodles.png');
  background-position: 90% 60%;
  background-repeat: no-repeat;
  background-size: auto 130%;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-7426 {
  background-image: url('../images/sliderbackground.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-span-34 {
  font-size: 28px;
}

.div-block-7427 {
  z-index: 2200;
  background-image: url('../images/Slider-tree.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: fixed;
  width: 20%;
  height: 60%;
  position: absolute;
  top: 240px;
  bottom: 50px;
  left: 617px;
}

.div-block-7428 {
  background-image: url('../images/sliderMENS-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-7428-copy {
  background-image: url('../images/sliderMENS-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.div-block-7429 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.winterfall {
  z-index: 2750;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: auto;
  place-items: stretch stretch;
  width: auto;
  height: auto;
  margin: 5% 5% 4% 4%;
  padding-bottom: 0;
  display: block;
  position: relative;
  inset: 0%;
}

.div-block-7430 {
  background-image: url('../images/sliderbackground-min.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-7430-copy {
  z-index: 2200;
  background-image: url('../images/slidermodles-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-7388-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 600px;
  height: 225px;
  display: grid;
  position: absolute;
  inset: auto 5% 7% auto;
}

.text-span-35 {
  line-height: 40px;
}

.winterfall-2 {
  z-index: 4000;
  height: auto;
  display: block;
  position: absolute;
  inset: auto auto 5% 2.5%;
}

.div-block-7395-copy {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #16c0e5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 380px;
  height: 225px;
  display: grid;
  position: relative;
}

.text-span-35-copy {
  line-height: 40px;
}

.heading-38-copy {
  filter: drop-shadow(0 2px 5px #4e978bba);
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 11px;
  width: auto;
  height: 80%;
  margin-left: 0;
  margin-right: 0;
  font-size: 28px;
  line-height: 43px;
  position: relative;
  inset: 0% 0% 0% 0;
}

.div-block-7396-copy {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 42px;
  position: relative;
}

.heading-38-copy-copy {
  filter: drop-shadow(0 2px 5px #4e978bba);
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 11px;
  width: 300px;
  height: 80%;
  margin-left: 250px;
  margin-right: 0;
  font-size: 28px;
  line-height: 43px;
  position: relative;
  inset: 0% 0% 0% 0;
}

.heading-38-copy {
  filter: drop-shadow(0 2px 5px #4e978bba);
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 11px;
  width: auto;
  height: 80%;
  margin-left: 0;
  margin-right: 0;
  font-size: 28px;
  line-height: 43px;
  position: relative;
  inset: 0% 0% 0% 133px;
}

html.w-mod-js [data-ix="new-interaction"] {
  transform: translate(0, 400px);
}

html.w-mod-js [data-ix="welcome"] {
  opacity: 0;
  transform: translate(-1500px);
}

html.w-mod-js [data-ix="canadas"] {
  opacity: 0;
  transform: translate(1000px);
}

html.w-mod-js [data-ix="clothing"] {
  opacity: 0;
  transform: translate(0, 275px);
}

html.w-mod-js [data-ix="we"] {
  opacity: 0;
  transform: translate(1300px);
}

html.w-mod-js [data-ix="we-offer"] {
  opacity: 0;
  transform: translate(0, 175px);
}

html.w-mod-js [data-ix="new-interaction-4"] {
  transform: translate(0, 120vh);
}

html.w-mod-js [data-ix="social-enterprise"] {
  transform: translate(1250px);
}

html.w-mod-js [data-ix="slide-5-background"] {
  transform: translate(0);
}

html.w-mod-js [data-ix="slide-5-model"] {
  width: 600px;
  height: auto;
  transform: translate(137px);
}

html.w-mod-js [data-ix="slide-5-title"] {
  transform: scale(.01);
}

html.w-mod-js [data-ix="light-beam-1"] {
  opacity: .43;
  transform: translate(100px);
}

html.w-mod-js [data-ix="light-beam-2"] {
  opacity: .57;
  transform: translate(-73px);
}

html.w-mod-js [data-ix="partner-logos"] {
  display: flex;
  transform: translate(0);
}

html.w-mod-js [data-ix="fall-winter-21-22"], html.w-mod-js [data-ix="womens-collection"] {
  transform: translate(-120%);
}

html.w-mod-js [data-ix="mens-collection"] {
  transform: translate(0, 220%);
}

html.w-mod-js [data-ix="new-interaction-5"] {
  opacity: 1;
  transform: translate(120vw);
}

html.w-mod-js [data-ix="slide-6"] {
  transform: translate(0, 120vh);
}

html.w-mod-js [data-ix="animation-to-delete"] {
  transform: translate(0)scale(.81);
}

@media screen and (min-width: 1920px) {
  .body {
    overflow: visible;
  }

  .slider {
    border: 0 solid #0000;
    height: 80vh;
    margin-bottom: 140px;
  }

  .slide {
    border-bottom: 0 solid #0000;
    width: 100%;
    height: 100%;
  }

  .icon-2 {
    font-size: 60px;
  }

  .div-block-50 {
    height: 100%;
  }

  .text-block-36 {
    font-size: 18px;
    line-height: 20px;
  }

  .slide-3 {
    width: 100%;
    height: 100%;
  }

  .slide-1 {
    text-shadow: 4px 4px 4px #16c0e5;
    width: 100%;
  }

  .slide-2 {
    width: 100%;
    height: 675px;
  }

  .text-block-40 {
    display: none;
  }

  .right-arrow {
    display: block;
  }

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

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

  .mask {
    border-bottom: 0 solid #0000;
    width: 100%;
  }

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

  .left-arrow {
    font-size: 70px;
    display: block;
  }

  .paragraph-5 {
    width: 80%;
    font-size: 34px;
    line-height: 37px;
  }

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

  .slide-4 {
    width: 100%;
    height: 100%;
  }

  .image-821 {
    object-position: 0% 50%;
  }

  .image-823 {
    height: 100%;
  }

  .div-block-7160 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: cover;
    position: relative;
  }

  .div-block-7161 {
    box-sizing: border-box;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-width: 100vw;
    display: flex;
    overflow: visible;
  }

  .div-block-7166 {
    width: 50%;
    max-width: none;
    display: none;
  }

  .div-block-7167 {
    padding-left: 50px;
  }

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

  .image-833 {
    border-radius: 600px;
    width: 400px;
    max-width: 400px;
    height: 400px;
  }

  .image-834 {
    border-radius: 300px;
    width: 400px;
    max-width: 400px;
    height: 400px;
  }

  .div-block-7179 {
    width: 70%;
    height: 100%;
  }

  .div-block-7180 {
    background-color: #0000;
  }

  .div-block-7181 {
    grid-column-gap: 30px;
    box-shadow: none;
    background-color: #4a879a;
    border-radius: 0 150px;
    padding-left: 50px;
    padding-right: 60px;
  }

  .div-block-7182 {
    border-radius: 300px;
    width: 400px;
    height: 400px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .paragraph-28 {
    color: #fff;
    text-align: center;
    text-shadow: none;
    font-size: 30px;
    line-height: 37px;
  }

  .div-block-7183 {
    grid-column-gap: 30px;
    box-shadow: none;
    -webkit-text-fill-color: inherit;
    background-color: #4a879a;
    background-clip: border-box;
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
    align-items: center;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 60px;
    display: flex;
  }

  .div-block-7184 {
    text-align: center;
    background-color: #0000;
  }

  .div-block-7185 {
    background-color: #0000;
    width: 400px;
    min-width: 400px;
    height: 400px;
  }

  .div-block-7186 {
    box-shadow: none;
    background-color: #4a879a;
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
    padding-left: 50px;
    padding-right: 60px;
  }

  .div-block-7187 {
    background-color: #0000;
  }

  .div-block-7188 {
    background-color: #0000;
    width: 400px;
    min-width: 400px;
    height: 400px;
  }

  .div-block-7189 {
    box-shadow: none;
    background-color: #4a879a;
    border-top-right-radius: 150px;
    border-bottom-left-radius: 150px;
    padding-left: 50px;
    padding-right: 60px;
  }

  .div-block-7190 {
    text-align: center;
    background-color: #0000;
  }

  .div-block-7191 {
    background-color: #0000;
    width: 400px;
    min-width: 400px;
    height: 400%;
  }

  .div-block-7192 {
    background-image: url('../images/gridimg_1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-radius: 0;
    height: 400px;
  }

  .div-block-7194 {
    height: auto;
  }

  .grid-5 {
    z-index: 250;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-end center;
    align-items: flex-start;
    min-width: 80%;
    max-width: 1750px;
    display: flex;
    position: relative;
  }

  .heading-15 {
    color: #5162a5;
    mix-blend-mode: normal;
    align-items: flex-start;
  }

  .text-span-19 {
    line-height: 0;
  }

  .div-block-7238 {
    opacity: 1;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    position: relative;
  }

  .div-block-7275 {
    background-color: #dedede00;
    background-image: url('../images/gridimg_8.jpg');
    background-size: cover;
    height: 400px;
  }

  .div-block-7276 {
    background-image: url('../images/gridimg.jpg');
    background-position: 50% 80%;
    background-size: auto 153%;
    width: 400px;
    height: 400px;
    max-height: none;
  }

  .div-block-7267 {
    background-image: none;
    height: auto;
  }

  .div-block-7278 {
    background-image: url('../images/gridimg_2.jpg');
    background-position: 50%;
    background-size: auto 110%;
    width: 400px;
    height: 400px;
  }

  .div-block-7279 {
    background-image: url('../images/gridimg_4.jpg');
    background-position: 50%;
    background-size: cover;
    width: 400px;
    height: 400px;
  }

  .div-block-7280 {
    background-image: none;
    height: 550px;
  }

  .div-block-7281 {
    background-image: url('../images/ROBE-min.jpg');
    background-position: 50% 90%;
    background-size: auto 134%;
    height: 525px;
  }

  .text-block-241, .text-block-242, .text-block-243, .text-block-244, .text-block-245 {
    color: #557829;
  }

  .text-block-246 {
    color: #5162a5;
  }

  .text-block-247, .text-block-248 {
    color: #557829;
  }

  .text-block-249, .text-block-250, .text-block-251, .text-block-252 {
    color: #5162a5;
  }

  .link-block-37 {
    opacity: 1;
    background-color: #ff656500;
    flex: 0 auto;
    order: 0;
    height: auto;
    max-height: none;
    margin-top: 0;
    display: block;
  }

  .summer-2021-b-flexlayout {
    height: 100%;
  }

  .spring-womens {
    border-bottom: 0 solid #0000;
    border-right: 1px solid #0000;
  }

  .fall-winter-2021-2022-b-flexlayout {
    justify-content: center;
    height: 100%;
  }

  .div-block-7288 {
    width: 50%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .div-block-7289 {
    width: 36%;
    height: 100%;
  }

  .div-block-7290 {
    object-fit: cover;
    background-position: 30% 15%;
    background-size: cover;
    width: 50%;
    height: 100%;
  }

  .div-block-7291 {
    height: 100%;
  }

  .image-882 {
    width: auto;
    max-width: none;
  }

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

  .div-block-7293 {
    color: #a7231f;
    position: absolute;
    inset: auto 0%;
  }

  .heading-19 {
    color: #ff9d00;
    text-shadow: 1px 1px #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100px;
    line-height: 95px;
  }

  .div-block-7294 {
    background-image: none;
    border-top-style: none;
    border-top-width: 0;
    width: 40%;
  }

  .image-884 {
    background-image: none;
  }

  .spring-womens-left {
    background-color: #0000;
    background-image: url('../images/1UT367-1U109-RED_web.jpg');
    background-position: 50% 0;
    background-size: cover;
    display: none;
  }

  .spring-womens-right {
    background-image: url('../images/CCV-A22_104-Horizontal-Revised-Compressed.jpg');
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 70%;
    margin-bottom: 0;
  }

  .text-block-253 {
    color: #fff;
    text-shadow: 4px 4px #76a8c0;
    font-family: Pattaya, sans-serif;
    font-size: 80px;
    line-height: 80px;
  }

  .div-block-7289-copy-copy {
    background-image: none;
    background-position: 0 0;
    background-size: cover;
    height: 100%;
  }

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

  .text-span-23 {
    font-size: 70px;
  }

  .div-block-7298 {
    position: absolute;
  }

  .slide-11 {
    background-color: #0000;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
  }

  .slide-12 {
    background-color: #0000;
  }

  .paragraph-5-eng {
    text-align: center;
    width: 80%;
  }

  .image-888 {
    z-index: -50;
    opacity: .52;
    object-fit: cover;
    object-position: 100% 50%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-7300 {
    z-index: 1000;
    opacity: 1;
    background-color: #fff;
    justify-content: center;
    align-items: flex-start;
    width: 400px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: auto auto auto 10%;
  }

  .div-block-7301 {
    opacity: .75;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-image: url('../images/blank-white-grunge-cement-wall-texture-background-2021-09-02-15-00-29-utc.jpg');
    background-position: 0 0;
    background-size: auto;
    background-clip: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .div-block-7302 {
    padding-top: 40px;
  }

  .div-block-7304 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    min-height: 0;
    margin-left: 10%;
    margin-right: 0;
    font-size: 40px;
    display: flex;
    position: absolute;
    inset: auto;
  }

  .heading-23 {
    color: #fff;
    text-shadow: 4px 4px 3px #16c0e5;
    width: auto;
    font-size: 70px;
    line-height: 70px;
    position: relative;
    inset: 0 0% 10%;
  }

  .text-span-24 {
    font-size: 100px;
    line-height: 100px;
  }

  .text-span-25 {
    font-size: 24px;
    line-height: 30px;
  }

  .image-893 {
    background-image: url('../images/blank-white-grunge-cement-wall-texture-background-2021-09-02-15-00-29-utc.jpg');
    background-position: 0 0;
    background-size: cover;
    width: 100vw;
    height: 100%;
    position: absolute;
  }

  .background-video-20 {
    width: 100%;
    height: 100%;
  }

  .background-video-21 {
    object-fit: cover;
    object-position: 50% 50%;
    border-left-width: 0;
    border-right-width: 0;
    margin-left: 0;
    display: block;
  }

  .image-894 {
    width: 100px;
    height: 100px;
    margin-bottom: 92px;
    margin-left: -216px;
  }

  .div-block-7305 {
    z-index: 1000;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
    grid-auto-columns: 1fr;
    width: 90%;
    height: 90%;
    display: grid;
    position: absolute;
  }

  .image-895, .image-896 {
    width: 100%;
    height: 100%;
  }

  .div-block-7306 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .div-block-7293-copy {
    color: #a7231f;
    justify-content: center;
    align-items: center;
    display: none;
    inset: auto;
  }

  .icon-7 {
    font-size: 70px;
  }

  .text-block-255 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-7307 {
    height: 100%;
  }

  .div-block-7308 {
    object-fit: cover;
    background-position: 50% 30%;
    height: 550px;
  }

  .div-block-7309 {
    object-fit: cover;
    height: 550px;
  }

  .slide-side-right {
    background-image: url('../images/CCV-A22_78-Compressed.jpg');
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .slide-side-left {
    background-image: url('../images/1NHT121-1W121-Compressed.jpg');
    background-position: 50% 10%;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .slide-right {
    background-image: url('../images/CCV-A22_78-Compressed.jpg');
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .slide-left {
    background-image: url('../images/1NHT121-1W121-Compressed.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .image-899 {
    object-fit: cover;
    width: 100%;
    left: auto;
  }

  .image-900 {
    width: 60%;
  }

  .image-901 {
    z-index: 100;
    object-fit: cover;
    background-image: url('../images/CCV-A22-COVER.jpg');
    background-position: 50%;
    background-size: cover;
    width: 700px;
    height: 700px;
    position: absolute;
    inset: 0%;
  }

  .div-block-7311 {
    width: 1000px;
    position: relative;
    inset: 0% auto;
  }

  .text-block-256 {
    font-size: 160px;
    line-height: 140px;
  }

  .slide-15 {
    background-image: url('../images/red-banner-with-female-s-hands-holding-gift-box-2021-08-27-09-44-31-utc-min.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .div-block-7313 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 100%;
    display: flex;
  }

  .text-block-257 {
    opacity: 1;
    color: var(--white);
    font-family: Great Vibes, cursive;
    font-size: 200px;
    line-height: 180px;
  }

  .text-span-26, .text-span-27 {
    font-size: 80px;
  }

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

  .slide-1-section-1 {
    background-image: url('../images/FLOWER-MENS.jpg');
    background-position: 50% 0;
    background-size: 105%;
  }

  .slide-1-section-2 {
    background-size: auto 100%;
    margin-bottom: 0;
  }

  .slide-1-section-3 {
    background-image: url('../images/BANNER-min.jpg');
    background-position: 80% 20%;
    background-size: auto 170%;
  }

  .heading-24 {
    color: #5c43c1;
    text-transform: uppercase;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 60px;
    line-height: 60px;
    display: flex;
  }

  .div-block-7281-a {
    background-image: url('../images/LONG-DIGNITY-SUIT.jpg');
    background-position: 70% 60%;
    background-repeat: no-repeat;
    background-size: auto 150%;
    height: 525px;
    position: relative;
  }

  .div-block-7281-b {
    height: auto;
  }

  .div-block-7281-c, .div-block-7281-d {
    height: 550px;
  }

  .div-block-7318 {
    order: -1;
  }

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

  .div-block-7330 {
    background-image: url('../images/sliderimg_3.jpg');
  }

  .div-block-7331 {
    background-image: url('../images/sliderimg_2.jpg');
  }

  .div-block-7342 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-29 {
    margin-top: 277px;
    font-size: 140px;
  }

  .heading-29.combo {
    font-size: 120px;
  }

  .image-907 {
    width: 200px;
    left: 3%;
    transform: rotate(140deg);
  }

  .image-908 {
    width: 225px;
    transition: opacity .2s;
    position: absolute;
    inset: 16% 2.5% auto auto;
    transform: rotate(-7deg);
  }

  .div-block-7343 {
    background-image: url('../images/sliderimg_4.jpg');
  }

  .heading-30 {
    font-size: 120px;
  }

  .slide-27 {
    background-color: #4a879a;
  }

  .div-block-7348 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .div-block-7349 {
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-7349-copy {
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 100%;
    display: flex;
  }

  .div-block-7350 {
    background-image: url('../images/SLIDE-4.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    width: 300px;
    height: 400px;
    min-height: 400px;
  }

  .div-block-7349-copy-copy {
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-7351 {
    filter: blur(2px);
    background-color: #0000;
    background-image: url('../images/img_1-min.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    font-family: Pacifico, sans-serif;
    display: flex;
    position: absolute;
  }

  .div-block-7350-copy {
    background-image: url('../images/SLIDE-1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 0;
    width: 300px;
    height: 400px;
    min-height: 400px;
  }

  .paragraph-5-copy {
    width: 90%;
    font-size: 27px;
  }

  .paragraph-29 {
    color: #fff;
    font-size: 27px;
    line-height: 30px;
  }

  .div-block-7353 {
    width: 100%;
    height: auto;
    padding: 60px;
  }

  .div-block-7354 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-7355 {
    width: 80%;
    height: 500px;
  }

  .image-909 {
    border-radius: 100px 0;
    width: 100%;
    height: 100%;
  }

  .image-909-copy {
    width: 100%;
  }

  .div-block-7356, .div-block-7361 {
    align-items: flex-start;
  }

  .image-913, .image-913-copy, .image-913-copy-copy, .image-913-copy-copy-copy {
    height: 700px;
  }

  .div-block-7363 {
    margin-bottom: 20px;
  }

  .div-block-7365 {
    width: 60%;
    display: block;
  }

  .div-block-7366, .div-block-7367 {
    width: 50%;
    display: none;
  }

  .image-914, .image-915 {
    width: 100%;
  }

  .image-917 {
    width: 100%;
    max-width: none;
  }

  .image-918 {
    height: 0;
  }

  .image-919, .image-920, .image-921 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

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

  .image-923 {
    object-fit: cover;
    height: 100%;
    position: static;
  }

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

  .image-925, .image-926, .image-927 {
    height: 550px;
  }

  .image-928 {
    width: 100%;
    max-width: none;
    height: 550px;
  }

  .image-929 {
    width: 100%;
    height: 550px;
  }

  .image-930 {
    height: 550px;
  }

  .image-931 {
    width: 100%;
    max-width: none;
    height: 550px;
  }

  .image-932 {
    width: 100%;
    height: 550px;
  }

  .image-933 {
    width: 100%;
    height: 100%;
  }

  .div-block-7368 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/sliderimg_1.png');
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .heading-32, .heading-33 {
    color: #bd4a59;
    font-size: 200px;
    line-height: 200px;
  }

  .div-block-7276-copy {
    background-image: url('../images/gridimg_7.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 400px;
    max-height: none;
  }

  .div-block-7279-copy {
    background-image: url('../images/gridimg_5.jpg');
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 400px;
    height: 400px;
  }

  .div-block-7372 {
    background-image: url('../images/gridimg_11.jpg');
    background-repeat: no-repeat;
    background-size: auto 120%;
    background-attachment: scroll;
    width: 400px;
    height: 400px;
  }

  .div-block-7373 {
    background-image: url('../images/gridimg_10.jpg');
    background-position: 50%;
    width: 400px;
    height: 400px;
  }

  .div-block-7374 {
    background-image: url('../images/gridimg_9.jpg');
    height: 400px;
  }

  .div-block-7194-copy {
    background-color: #b7404000;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: cover;
    height: 525px;
  }

  .div-block-7194-copy-copy {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: cover;
    height: 525px;
  }

  .div-block-7194-copy-4 {
    height: 525px;
  }

  .div-block-7281-copy-2 {
    background-image: url('../images/gridimg.jpg');
    background-position: 50% 90%;
    background-size: cover;
    width: 400px;
    height: 400px;
  }

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

  .div-block-7381 {
    background-image: none;
  }

  .div-block-7382 {
    background-image: url('../images/sliderMENS-min.png');
    background-position: 50%;
    background-size: cover;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-7383 {
    width: 800px;
    height: 300px;
    margin: 0% 0% 0% 34%;
    position: absolute;
    inset: auto 2% 5% auto;
  }

  .div-block-7384 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    color: #49a0ae;
    background-color: #16c0e5;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    height: 100%;
    display: flex;
    position: relative;
  }

  .div-block-7385 {
    width: 30%;
    height: 100%;
  }

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

  .div-block-7386 {
    z-index: 1000;
    object-fit: fill;
    background-color: #fff;
    background-image: url('../images/logo.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 50%;
    width: 300px;
    height: 300px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .heading-35 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-261 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
  }

  .text-block-262, .text-block-263 {
    color: #000;
  }

  .div-block-7387 {
    display: block;
  }

  .text-span-32 {
    font-size: 50px;
  }

  .text-span-33 {
    font-size: 60px;
  }

  .div-block-7388 {
    z-index: 2400;
    position: relative;
    inset: auto 0 15% 0%;
  }

  .div-block-7397 {
    background-image: url('../images/Image3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .div-block-7401, .div-block-7405 {
    background-image: none;
  }

  .div-block-7409 {
    object-fit: cover;
    background-image: url('../images/Image3.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .div-block-7414 {
    width: 80%;
    height: 500px;
  }

  .div-block-7415 {
    width: 50%;
    max-width: none;
    display: none;
  }

  .div-block-7416 {
    width: 50%;
    display: none;
  }

  .div-block-7418 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-7419 {
    width: 60%;
    display: block;
  }

  .div-block-7420 {
    width: 50%;
    display: none;
  }

  .div-block-7421 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: cover;
    position: relative;
  }

  .div-block-7422 {
    width: 100%;
    height: auto;
    padding: 60px;
  }

  .image-938 {
    border-radius: 100px 0;
    width: 100%;
    height: 100%;
  }

  .paragraph-30 {
    width: 80%;
    font-size: 34px;
    line-height: 37px;
  }

  .div-block-7281-a-copy {
    background-image: url('../images/LONG-DIGNITY-SUIT.jpg');
    background-position: 70% 60%;
    background-repeat: no-repeat;
    background-size: auto 150%;
    width: 400px;
    height: 400px;
    position: relative;
  }

  .div-block-7281-a-copy-1 {
    background-image: url('../images/ROBE-min.jpg');
    background-position: 50% 90%;
    background-repeat: no-repeat;
    background-size: auto 130%;
    height: 525px;
    position: relative;
  }

  .div-block-7281-copy {
    background-image: url('../images/POLO-HOMME-min.jpg');
    background-position: 50% 90%;
    background-size: auto 134%;
    height: 525px;
  }

  .image-938-copy {
    border-radius: 100px 0;
    width: 100%;
    height: 100%;
  }

  .image-942, .image-943 {
    width: 500px;
  }

  .div-block-7425 {
    background-image: url('../images/slidermodles-min.png');
  }

  .div-block-7426 {
    background-image: url('../images/sliderbackground-min.png');
  }

  .div-block-7428-copy {
    background-image: url('../images/sliderMENS-min.png');
    background-position: 50%;
    background-size: cover;
  }

  .winterfall {
    margin-bottom: 3%;
    margin-left: 3%;
  }

  .div-block-7430 {
    background-position: 50% 70%;
  }

  .div-block-7430-copy {
    background-position: 85% 80%;
    background-size: auto 120%;
  }

  .div-block-7388-copy {
    z-index: 2400;
    margin: 0% 0% 4% 4%;
    position: relative;
    inset: auto 0 0% 0%;
  }

  .winterfall-2 {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .container {
    flex-flow: row;
    order: 0;
    place-content: flex-start space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .image {
    padding-left: 0%;
    padding-right: 16px;
  }

  .navbar {
    flex-wrap: nowrap;
    place-content: flex-start center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #085799;
  }

  .body {
    padding-left: 0;
    overflow: visible;
  }

  .slider {
    height: 80vh;
  }

  .div-block-9 {
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-block-5 {
    position: relative;
  }

  .div-block-11 {
    border-width: 1px;
    border-color: #0000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 18px;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .div-block-13 {
    justify-content: center;
  }

  .div-block-14 {
    justify-content: space-around;
  }

  .div-block-18 {
    margin-left: 17px;
    margin-right: 17px;
  }

  .tabs-menu {
    flex-flow: wrap;
    align-content: flex-start;
  }

  .slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .slider-catagory {
    justify-content: space-around;
    width: 100%;
    min-width: auto;
    height: 375px;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2 {
    width: 80%;
    padding-top: 8px;
    font-size: 18px;
  }

  .div-block-22.comboclass {
    flex-direction: column;
    align-items: flex-start;
    width: 40%;
    min-width: 345px;
    margin-left: 10px;
    margin-right: 15px;
  }

  .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19 {
    width: 80%;
  }

  .text-block-20 {
    width: 80%;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29 {
    width: 80%;
  }

  .icon {
    color: var(--white);
    background-color: #0000;
    font-size: 40px;
  }

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

  .menu-button {
    color: var(--white);
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: 50%;
    display: flex;
  }

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

  .div-block-25 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .div-block-26 {
    border-bottom: 1px solid #595959;
    width: 526px;
    height: auto;
    position: relative;
  }

  .div-block-27 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 1875px;
    display: block;
    position: static;
  }

  .div-block-28 {
    border-width: 2px 0;
    border-top-style: solid;
    border-top-color: var(--white);
    border-bottom-style: solid;
    border-bottom-color: var(--white);
    border-left-style: solid;
    border-left-color: var(--white);
    align-items: center;
    width: 80%;
    height: auto;
    margin-top: 0;
    margin-bottom: 25px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-28.combo-class {
    border-right-width: 0;
    flex-direction: row;
    align-items: center;
    width: 400px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-28.comboclass4 {
    border-top-width: 2px;
    border-bottom-width: 2px;
    justify-content: center;
    width: 50%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-30, .text-block-30.comboclass2 {
    margin-right: 0;
  }

  .div-block-29 {
    flex-direction: row;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-4 {
    order: -1;
    width: 40%;
    margin-left: 0;
    margin-right: 20px;
  }

  .div-block-30 {
    align-items: flex-start;
    width: auto;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-30.combo-class {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .text-block-31, .text-block-33 {
    margin-bottom: 5px;
  }

  .link-block-4 {
    height: auto;
    margin-bottom: 5px;
    display: block;
  }

  .div-block-31 {
    align-items: flex-start;
    width: 400px;
    margin-top: 6px;
    margin-left: 0;
  }

  .div-block-32 {
    height: auto;
    margin-top: 25px;
    margin-left: 0;
  }

  .div-block-33 {
    margin-top: 0;
  }

  .text-block-35 {
    width: auto;
    margin-left: 7px;
    font-size: 16px;
  }

  .text-block-35.combo-class {
    width: auto;
    margin-left: 7px;
    font-size: 14px;
  }

  .image-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-35 {
    margin-left: 10px;
  }

  .link-3 {
    margin-left: 0;
  }

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

  .div-block-37 {
    width: auto;
    display: flex;
  }

  .div-block-39 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .div-block-40 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 400px;
    display: flex;
  }

  .div-block-44-combo-class-3.combo-class-3 {
    height: 100%;
  }

  .div-block-44-combo-class-3.combo-class-3.combo-class-4 {
    background-position: 50% 65%;
    background-size: 175px;
    height: auto;
  }

  .div-block-44-combo-class-3.combo-class-3.comboclass-women {
    height: 100%;
  }

  .div-block-45 {
    background-image: none;
    background-position: 0 0;
    background-size: cover;
    width: 525px;
    height: 265px;
  }

  .div-block-46, .div-block-46.combo-class {
    height: 265px;
  }

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

  .background-video {
    flex-flow: row;
    place-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-51 {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: 475px;
    height: auto;
    padding: 0;
    display: flex;
  }

  .text-block-36 {
    align-items: flex-start;
    width: 40%;
    max-width: none;
    padding-top: 0;
    padding-right: 20px;
    display: block;
  }

  .slide-3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .background-video-2 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding-top: 101px;
    padding-left: 7%;
    padding-right: 0%;
    display: flex;
  }

  .div-block-52 {
    z-index: auto;
    background-image: linear-gradient(270deg, #fff0, #fff 52%, #0000 59%, #0000);
    flex-flow: column-reverse;
    place-content: space-between center;
    align-items: flex-start;
    width: 200vw;
    min-width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .image-11 {
    width: 375px;
    margin-top: 0;
    margin-right: 0;
    position: static;
    inset: auto 0% 0% auto;
  }

  .div-block-53 {
    margin-left: 20%;
  }

  .text-block-100.comboclass1 {
    position: relative;
  }

  .text-block-39.comboclass2 {
    float: left;
    text-align: center;
    height: auto;
    margin-top: 0;
    font-size: 27px;
    display: inline-block;
  }

  .text-span-3.comboclass2.comboclass3.comboclass4 {
    margin-bottom: 0;
    font-size: 53px;
    display: block;
  }

  .slide-1 {
    height: 100%;
  }

  .slide-2 {
    height: 650px;
  }

  .div-block-55 {
    width: auto;
    margin-top: 100px;
    margin-left: 144px;
  }

  .div-block-55.comboclass2 {
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-40.comboclass1 {
    margin-bottom: 10px;
  }

  .text-block-40.comboclass1.comboclass-2 {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    display: block;
  }

  .summer-2021-a-flexlayout {
    align-items: center;
    height: 100%;
  }

  .text-block-42 {
    font-size: 30px;
  }

  .div-block-57 {
    height: 75px;
  }

  .background-video-3 {
    flex-direction: column;
    flex: 0 auto;
    order: 1;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    position: static;
    inset: 0% auto 0% 18%;
  }

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

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

  .div-block-58 {
    text-shadow: 3px 3px 0 var(--white);
    width: auto;
    margin-left: -50%;
  }

  .div-block-58.comboclass1 {
    margin-top: 250px;
    margin-left: 7%;
  }

  .div-block-58.comboclass1.comboclass3 {
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }

  .text-block-44 {
    margin-left: 15px;
  }

  .text-block-46.comboclass1 {
    width: auto;
    display: block;
  }

  .text-block-47 {
    margin-left: 17px;
    font-size: 57px;
  }

  .text-block-47.comboclass1 {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    line-height: 20px;
    display: flex;
  }

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

  .div-block-61 {
    align-items: center;
  }

  .div-block-62 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .footer-link {
    width: 200px;
    display: inline;
  }

  .mask {
    width: auto;
    padding-left: 0;
    left: 0;
  }

  .div-block-65 {
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-73 {
    height: 100%;
  }

  .div-block-74 {
    justify-content: center;
    align-items: center;
    height: 250px;
    display: flex;
  }

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

  .tab-pane-tab-4 {
    width: 100vw;
  }

  .div-block-83 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 37vw;
    min-width: 600px;
  }

  .div-block-86 {
    margin-top: 80px;
  }

  .div-block-90 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    position: relative;
  }

  .div-block-92.comboclass2 {
    width: 340px;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-92.comboclass2.comboclass3 {
    width: 340px;
    margin-top: 0;
  }

  .div-block-92.comboclass1 {
    width: 100%;
  }

  .div-block-93 {
    display: block;
  }

  .slider-2 {
    width: 100%;
  }

  .div-block-95 {
    margin-top: 0;
  }

  .text-block-55 {
    flex-direction: column;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    height: 245px;
    display: flex;
  }

  .div-block-97 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-98 {
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 0;
    display: flex;
  }

  .div-block-99 {
    width: 322px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-99.comboclass2 {
    margin-bottom: 0;
  }

  .div-block-102.comboclass2 {
    width: 100%;
  }

  .paragraph {
    padding-right: 10px;
  }

  .div-block-103 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .text-block-57 {
    margin-bottom: 20px;
  }

  .div-block-105 {
    background-size: 120%;
    margin-bottom: 40px;
  }

  .div-block-105.comboclass1 {
    margin-bottom: 60px;
  }

  .div-block-105.comboclass2 {
    margin-bottom: 40px;
  }

  .body-2 {
    height: auto;
  }

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

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 52vw;
    min-width: 0;
    height: 1250px;
    display: grid;
  }

  .grid.comboclass1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 82vw;
    height: 4750px;
    display: grid;
  }

  .grid.comboclass2 {
    grid-template-columns: 1fr 1fr;
    width: 87vw;
    height: 1750px;
  }

  .grid.comboclass2.comboclass3 {
    width: 37vw;
    min-width: 625px;
  }

  .grid.comboclass3 {
    grid-template-columns: 1fr 1fr;
    height: 1475px;
  }

  .grid.comboclass3.comboclass4 {
    width: 73vw;
  }

  .grid.comboclass4 {
    width: 47vw;
    min-width: 425px;
    height: 2275px;
  }

  .grid.comboclass5 {
    height: 1775px;
  }

  .div-block-163 {
    background-image: none;
    background-position: 50%;
    background-size: cover;
  }

  .div-block-185 {
    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;
    height: auto;
    padding-top: 60px;
    display: flex;
  }

  .heading-3 {
    font-size: 32px;
  }

  .div-block-192 {
    width: 80vw;
  }

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

  .div-block-193 {
    height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-65 {
    font-size: 27px;
  }

  .text-block-66 {
    font-size: 20px;
  }

  .text-block-67 {
    text-align: center;
    font-size: 16px;
  }

  .paragraph-5 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-206 {
    width: 80%;
  }

  .div-block-208 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-210 {
    flex-direction: column;
    width: 100%;
  }

  .slide-4 {
    height: 100%;
    overflow: hidden;
  }

  .div-block-219.comboclass2 {
    margin-top: -57px;
    margin-right: -128px;
  }

  .div-block-219.comboclass1 {
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: -128px;
  }

  .div-block-220 {
    margin-bottom: 40px;
  }

  .paragraph-7 {
    object-fit: fill;
    width: 70%;
    margin-bottom: 10px;
    position: static;
  }

  .heading-4 {
    width: auto;
    height: auto;
    display: block;
  }

  .div-block-221 {
    width: 100%;
    margin-top: 0;
    margin-left: -45px;
    margin-right: -45px;
    display: inline-block;
    position: static;
  }

  .div-block-221.comboclass1 {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 45px;
    display: block;
    position: static;
    inset: 0 0% 0%;
  }

  .div-block-221.comboclass1.comboclass2 {
    display: block;
  }

  .div-block-222 {
    width: auto;
    margin-bottom: 20px;
    margin-left: 220px;
    display: block;
  }

  .image-14 {
    display: none;
  }

  .button {
    flex-direction: column;
    line-height: 20px;
    display: block;
    position: static;
  }

  .div-block-226 {
    flex-direction: row;
    justify-content: flex-end;
    height: auto;
  }

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

  .div-block-227.comboclass1 {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-228 {
    margin-right: 10px;
  }

  .div-block-230 {
    flex-direction: column;
    width: auto;
    margin-top: 96px;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-8 {
    color: var(--white);
    font-size: 18px;
    line-height: 30px;
  }

  .image-15 {
    margin-left: -125px;
  }

  .image-16 {
    margin-right: -125px;
  }

  .container-7 {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .icon-4 {
    color: var(--white);
    font-size: 40px;
  }

  .navbar-4 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .nav-link-14 {
    flex-wrap: nowrap;
    align-content: flex-start;
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 20px;
    font-weight: 700;
    display: flex;
    position: static;
  }

  .nav-link-14.combo-class-1 {
    display: flex;
  }

  .nav-link-15 {
    width: auto;
    margin-left: 20px;
    font-weight: 700;
  }

  .nav-link-16 {
    height: auto;
    margin-left: 20px;
    font-weight: 700;
  }

  .nav-menu-4 {
    background-color: #085799;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-bottom: 24px;
    display: none;
    position: absolute;
    left: 0;
  }

  .menu-button-2 {
    flex: 0 auto;
  }

  .menu-button-2.w--open {
    background-color: #085799;
  }

  .dropdown-wrapper {
    display: none;
  }

  .link-block-12 {
    overflow: visible;
  }

  .nav-link-18 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    padding-right: 20px;
    font-weight: 700;
    display: flex;
  }

  .div-block-367.comboclass2 {
    float: left;
    clear: none;
    margin-left: 60px;
    display: flex;
  }

  .div-block-368.comboclass2 {
    float: left;
    text-align: center;
    margin-left: 0;
    display: block;
  }

  .div-block-369 {
    max-width: none;
    display: inline-block;
  }

  .div-block-375 {
    flex-direction: column;
    height: 100%;
    display: flex;
  }

  .div-block-380 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .html-embed-2 {
    margin-bottom: 0;
  }

  .div-block-388.comboclass-1 {
    background-position: 50%;
  }

  .nav-link-19 {
    color: var(--white);
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .nav-link-20, .nav-link-21, .nav-link-22 {
    color: var(--white);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .div-block-402 {
    margin-right: 0;
    display: none;
  }

  .div-block-403 {
    margin-right: 0;
  }

  .comboclass1 {
    width: 60px;
    margin-left: 0;
    margin-right: 0;
    display: none;
    left: 0;
  }

  .div-block-408 {
    flex-direction: column;
    height: auto;
  }

  .div-block-409 {
    height: 800px;
    margin-bottom: 0;
  }

  .div-block-411 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-412 {
    width: 100%;
    height: 40px;
  }

  .div-block-413 {
    flex-direction: column;
    height: auto;
  }

  .div-block-416 {
    height: auto;
  }

  .div-block-417 {
    height: 46px;
    padding-bottom: 0;
    display: block;
  }

  .div-block-418 {
    height: 92px;
    display: block;
  }

  .div-block-424 {
    margin-left: 20px;
  }

  .flex-container {
    flex-wrap: wrap;
  }

  .body-5 {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: none;
    display: flex;
  }

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

  .div-block-429 {
    object-fit: fill;
    flex-flow: wrap;
    align-content: space-between;
    align-self: flex-end;
    width: auto;
    height: auto;
    display: flex;
  }

  .div-block-430 {
    object-fit: fill;
    width: 25%;
    height: 25%;
  }

  .div-block-431 {
    width: 50%;
    height: 100%;
  }

  .div-block-432 {
    width: 700px;
  }

  .div-block-433 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    align-items: center;
    display: block;
    position: relative;
    overflow: scroll;
  }

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

  .div-block-435 {
    object-fit: fill;
    flex-flow: row;
    place-content: stretch center;
    align-items: center;
    display: flex;
    position: static;
  }

  .div-block-436 {
    width: 200px;
    height: 200px;
    display: block;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-452 {
    width: 80%;
    margin-bottom: 40px;
    margin-left: 100px;
    display: none;
  }

  .div-block-453 {
    width: 100%;
    margin-left: -45px;
    margin-right: -45px;
    display: block;
  }

  .div-block-455 {
    align-items: stretch;
    height: 1000px;
  }

  .griditem.and_feature.and_image {
    width: 100%;
  }

  .griditem.and_feature.and_copy {
    text-align: center;
    align-items: stretch;
    width: 83.3333%;
  }

  .grid-2 {
    justify-content: center;
  }

  .grid-2.and_reversetablet {
    flex-flow: wrap-reverse;
    justify-content: center;
  }

  .dark._60 {
    width: 90%;
  }

  .image-454 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 600px;
    height: 420px;
  }

  .image-454._01 {
    object-position: 50% 100%;
  }

  .grid-3 {
    grid-column-gap: 32px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-472 {
    width: 60%;
    margin-left: 20px;
  }

  .link-block-15 {
    align-items: center;
    margin-right: 0;
  }

  .div-block-475 {
    width: 225px;
  }

  .paragraph-22 {
    margin-top: 27px;
  }

  .div-block-481, .div-block-482 {
    display: none;
  }

  .div-block-485 {
    margin-top: 40px;
  }

  .div-block-487 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-495 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    width: auto;
    height: auto;
    display: grid;
    position: relative;
  }

  .div-block-99-a {
    width: 322px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-99-a.comboclass2 {
    margin-bottom: 0;
  }

  .div-block-99-b {
    width: 322px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-99-b.comboclass2 {
    margin-bottom: 0;
  }

  .div-block-496 {
    width: 90%;
    margin-left: 0;
  }

  .div-block-497 {
    background-position: 25%;
  }

  .div-block-500 {
    filter: blur(1.75px);
  }

  .div-block-7134 {
    place-items: end start;
  }

  .div-block-7137-copy {
    margin-left: 250px;
  }

  .div-block-7144 {
    justify-content: space-between;
    margin-left: 0;
  }

  .link-block-18 {
    margin-left: 7%;
    margin-right: 0;
  }

  .div-block-7145, .dropdown-wrapper-2 {
    display: none;
  }

  .div-block-7157 {
    height: 0;
  }

  .dropdown-wrapper-3, .dropdown-wrapper-4 {
    display: none;
  }

  .div-block-7158 {
    height: 0;
  }

  .image-821 {
    height: 100%;
  }

  .heading-14 {
    width: auto;
    height: auto;
    display: block;
  }

  .button-3 {
    flex-direction: column;
    line-height: 20px;
    display: block;
    position: static;
  }

  .image-822 {
    height: auto;
  }

  .paragraph-25 {
    object-fit: fill;
    width: 70%;
    margin-bottom: 10px;
    position: static;
  }

  .image-825 {
    object-fit: cover;
    height: 500px;
  }

  .image-826 {
    object-position: 50% 50%;
    height: 650px;
  }

  .div-block-7162 {
    height: 100%;
    overflow: visible;
  }

  .div-block-7166 {
    width: 80%;
  }

  .image-833 {
    width: 250px;
    height: 250px;
  }

  .paragraph-27 {
    color: var(--white);
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-7192 {
    height: 200px;
  }

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

  .div-block-7196 {
    cursor: pointer;
    margin-right: 7%;
    display: block;
  }

  .div-block-7197 {
    z-index: 1000;
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 0;
    display: flex;
    position: absolute;
  }

  .image-837 {
    width: 30px;
    margin-right: 0;
  }

  .div-block-7198 {
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    height: 87%;
    display: flex;
    overflow: hidden;
  }

  .button-40 {
    color: #16c0e5;
    background-color: #0000;
  }

  .columns-2 {
    flex-direction: row;
    align-items: baseline;
    height: 0;
    display: flex;
    overflow: hidden;
  }

  .column {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button-41 {
    color: #16c0e5;
    background-color: #0000;
  }

  .column-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-222 {
    color: #16c0e5;
    width: 125px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    font-weight: 700;
  }

  .button-42 {
    color: #16c0e5;
    background-color: #0000;
  }

  .column-3 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button-43 {
    color: #16c0e5;
    background-color: #0000;
  }

  .div-block-7199, .div-block-7200 {
    flex-direction: column;
    align-items: flex-start;
    width: 200px;
    display: flex;
  }

  .text-block-223 {
    color: #16c0e5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-weight: 700;
  }

  .button-44 {
    color: #16c0e5;
    background-color: #0000;
    font-weight: 400;
  }

  .div-block-7201 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .button-45, .div-block-7202 {
    display: none;
  }

  .text-block-224 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-7206 {
    border-width: 16px;
    border-radius: 300px;
    width: 245px;
    height: 245px;
    margin-left: 0;
  }

  .div-block-7208 {
    width: 40px;
  }

  .heading-15 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .div-block-7224 {
    height: auto;
  }

  .image-846 {
    object-fit: cover;
    object-position: 50% 0%;
    height: 650px;
    position: relative;
  }

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

  .div-block-7227 {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .div-block-7229, .div-block-7230, .div-block-7231 {
    height: 500px;
  }

  .image-848 {
    height: 500px;
    inset: 0% 0% auto;
  }

  .image-849 {
    object-fit: cover;
    height: 500px;
    inset: 0% 0% auto;
  }

  .div-block-7232 {
    width: 100%;
    display: flex;
  }

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

  .circle {
    border-width: 16px;
    width: 245px;
    height: 245px;
  }

  .div-block-7275, .div-block-7276, .div-block-7278, .div-block-7279 {
    height: 200px;
  }

  .text-block-241, .text-block-242, .text-block-243 {
    font-size: 14px;
  }

  .text-block-244 {
    height: auto;
    font-size: 14px;
  }

  .text-block-245, .text-block-247, .text-block-248 {
    font-size: 14px;
  }

  .div-block-7234-copy {
    display: none;
  }

  .div-block-7232-copy {
    width: 100%;
    display: flex;
  }

  .text-block-235-copy {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-7229-copy, .div-block-7231-copy, .div-block-7230-copy {
    height: 650px;
  }

  .image-848-copy {
    height: 500px;
    inset: 0% 0% auto;
  }

  .image-849-copy {
    object-fit: cover;
    height: 500px;
    inset: 0% 0% auto;
  }

  .div-block-7162-copy {
    height: 100%;
    overflow: visible;
  }

  .text-block-235-copy-copy {
    font-size: 40px;
    display: none;
  }

  .spring-womens {
    background-color: #0000;
  }

  .div-block-7286 {
    background-color: #fff;
    padding: 18px;
  }

  .heading-17 {
    margin-top: 0;
  }

  .heading-18 {
    margin-bottom: 0;
  }

  .div-block-7288 {
    background-position: 50% 25%;
    background-repeat: no-repeat;
  }

  .div-block-7290 {
    background-position: 60% 20%;
    background-repeat: no-repeat;
  }

  .summer-2021-b-title {
    font-family: Futura font, sans-serif;
    font-size: 27px;
    font-weight: 900;
    line-height: 40px;
  }

  .summer-2021-b-title-copy {
    font-size: 40px;
    line-height: 40px;
  }

  .summer-2021-b-title-mobile {
    font-size: 40px;
    line-height: 40px;
    display: none;
  }

  .div-block-7291 {
    width: auto;
    height: 100%;
  }

  .heading-18-copy {
    margin-bottom: 0;
  }

  .summer-2021-b-title-mobile-copy {
    font-size: 40px;
    line-height: 40px;
    display: none;
  }

  .div-block-7293 {
    z-index: 2500;
    bottom: 30%;
    left: 2.5%;
  }

  .heading-19 {
    font-size: 56px;
    line-height: 56px;
  }

  .div-block-7294 {
    width: 50%;
    max-width: none;
  }

  .text-block-253 {
    font-size: 37px;
    line-height: 40px;
  }

  .div-block-7289-copy-copy {
    background-position: 50%;
  }

  .text-span-21 {
    text-transform: capitalize;
  }

  .paragraph-5-eng {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-7301, .div-block-7302 {
    background-position: 50%;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .div-block-7304 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-23 {
    text-shadow: 4px 4px #16c0e5;
  }

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

  .div-block-7306 {
    height: 100%;
  }

  .text-block-255 {
    align-items: flex-start;
    width: 47%;
    max-width: none;
    padding-top: 0;
    padding-right: 20px;
    display: block;
  }

  .div-block-7307 {
    width: auto;
    height: 100%;
  }

  .slide-right, .slide-left {
    background-position: 50% 25%;
    background-repeat: no-repeat;
  }

  .image-899 {
    width: auto;
  }

  .image-900 {
    width: 50%;
  }

  .image-902, .image-903 {
    z-index: 2000;
    position: relative;
  }

  .slide-1-section-1 {
    background-position: 50%;
  }

  .heading-24 {
    font-size: 40px;
  }

  .heading-25 {
    width: 100%;
    margin-top: 10px;
    line-height: 20px;
  }

  .div-block-7335 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-906 {
    width: 120px;
    margin-right: 0;
  }

  .text-span-29 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-span-30 {
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-7336 {
    grid-template-columns: 1fr 30% 1fr;
  }

  .div-block-7337 {
    background-size: cover;
  }

  .div-block-7338 {
    background-position: 50%;
    background-size: cover;
  }

  .heading-26 {
    font-size: 40px;
    line-height: 20px;
  }

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

  .slide-18 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
  }

  .div-block-7341 {
    background-image: url('../images/banner_2.png');
    background-position: 50%;
    background-size: cover;
    display: flex;
  }

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

  .heading-29 {
    margin-top: 20px;
  }

  .image-907 {
    left: -8%;
  }

  .image-908 {
    right: 12.5%;
  }

  .paragraph-5-copy {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-32, .heading-33 {
    line-height: 120px;
  }

  .div-block-7276-copy, .div-block-7279-copy, .div-block-7372, .div-block-7373, .div-block-7374, .div-block-7281-copy-2 {
    height: 200px;
  }

  .div-block-7415 {
    width: 80%;
  }

  .paragraph-30 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-7281-a-copy {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-right: 166px;
  }

  .nav-menu {
    background-color: #085799;
  }

  .slider {
    height: 500px;
    margin-bottom: 100px;
  }

  .images-section2 {
    margin-top: 18px;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 21px;
    margin-right: 0;
    padding: 0 20px;
    display: flex;
  }

  .text-block-3, .text-block-4 {
    width: 375px;
  }

  .text-block-5 {
    width: 375px;
    position: relative;
  }

  .slide-nav {
    z-index: 1000;
    width: 0;
    height: 0;
    margin-bottom: 0;
    font-size: 24px;
    display: none;
  }

  .tabs-menu {
    flex-direction: row;
    align-items: center;
  }

  .slide {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slider-catagory {
    justify-content: space-between;
    width: 100%;
    height: 375px;
    margin-top: 23px;
    margin-bottom: 23px;
  }

  .heading-2 {
    padding-top: 8px;
  }

  .div-block-22.comboclass {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .text-block-20 {
    padding-top: 1px;
  }

  .div-block-26 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .div-block-28 {
    flex-direction: column;
    padding-right: 0;
  }

  .div-block-28.combo-class {
    align-items: flex-start;
    width: 425px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 0;
  }

  .div-block-28.comboclass4 {
    width: 275px;
    margin-bottom: 0;
  }

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

  .text-block-30.combo-class {
    width: 400px;
  }

  .div-block-29 {
    flex-direction: row;
    align-items: center;
    width: 80%;
  }

  .image-4 {
    order: -1;
    width: 70%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-30 {
    justify-content: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px;
  }

  .div-block-30.combo-class {
    margin-top: 0;
  }

  .div-block-30.comboclass5 {
    margin-left: 20px;
  }

  .text-block-32 {
    display: inline;
  }

  .link-block-4 {
    width: auto;
    height: auto;
    line-height: 20px;
  }

  .link-block-4.comboclass4 {
    margin-bottom: 0;
  }

  .div-block-31 {
    width: 425px;
    margin-top: 20px;
    margin-left: 32px;
    padding-left: 0;
  }

  .div-block-32 {
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
  }

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

  .text-block-35.combo-class {
    width: auto;
    margin-left: 0;
    margin-right: 13px;
    font-size: 12px;
  }

  .image-5 {
    width: 25px;
    height: 25px;
    margin-left: 0;
    font-size: 16px;
  }

  .div-block-35 {
    margin-top: 0;
    margin-left: 0;
  }

  .link-3 {
    text-align: center;
    width: auto;
    margin-right: 0;
  }

  .div-block-36 {
    width: auto;
    margin-top: 25px;
  }

  .div-block-37 {
    width: auto;
    display: flex;
  }

  .div-block-39 {
    justify-content: flex-start;
    width: auto;
  }

  .div-block-40 {
    width: 325px;
  }

  .div-block-42, .div-block-43 {
    margin-left: 34px;
  }

  .div-block-44-combo-class-3.combo-class-3 {
    height: 100%;
  }

  .div-block-45 {
    background-image: none;
    background-position: 0 0;
    background-size: cover;
    width: 525px;
    height: 265px;
  }

  .div-block-50 {
    justify-content: center;
    min-width: 475px;
    height: 100%;
    position: absolute;
  }

  .div-block-51 {
    box-shadow: none;
    justify-content: center;
    align-items: center;
    width: 80%;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: 0;
    padding: 0;
    display: flex;
    position: relative;
  }

  .text-block-36 {
    width: 47%;
    padding-top: 0;
    padding-right: 0;
  }

  .slide-3 {
    height: 500px;
  }

  .div-block-52 {
    align-items: center;
    width: 240vw;
    padding-left: 0;
  }

  .text-block-100.comboclass1 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-39 {
    width: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-39.comboclass2 {
    display: inline;
  }

  .text-span-3.comboclass1 {
    text-align: center;
    padding-right: 0;
  }

  .text-span-3.comboclass1.comboclass2 {
    margin-right: 60px;
  }

  .text-span-3.comboclass2.comboclass3.comboclass4 {
    margin-bottom: 0;
    display: inline;
  }

  .slide-1 {
    height: 500px;
  }

  .slide-2 {
    height: 650px;
  }

  .div-block-55 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-top: 113px;
    margin-left: 5%;
    display: block;
  }

  .text-block-40 {
    text-align: center;
    font-size: 53px;
  }

  .text-block-40.comboclass1 {
    margin-bottom: 9px;
    line-height: 32px;
  }

  .text-span-4 {
    width: auto;
    font-size: 47px;
  }

  .text-span-5 {
    font-size: 40px;
    line-height: 50px;
  }

  .combo-class {
    align-items: center;
    font-size: 57px;
    line-height: 30px;
    display: flex;
  }

  .right-arrow {
    width: 80px;
    height: 500px;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .summer-2021-a-flexlayout {
    background-image: none;
    justify-content: center;
    height: auto;
    display: none;
    position: static;
  }

  .text-span-6 {
    font-size: 37px;
    line-height: 30px;
  }

  .text-block-42 {
    font-size: 20px;
  }

  .background-video-3 {
    justify-content: flex-start;
    padding-left: 0;
    display: block;
  }

  .div-block-58 {
    text-shadow: 3px 3px 0 var(--white);
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-left: -55%;
    display: flex;
  }

  .div-block-58.comboclass1 {
    margin-left: 5%;
  }

  .div-block-58.comboclass1.comboclass3 {
    align-items: center;
    width: auto;
    margin: 140px 0 0 0%;
    padding-top: 20px;
    display: flex;
  }

  .text-block-43 {
    margin-left: 0%;
  }

  .text-block-44 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 10px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
  }

  .text-block-44.combo-class {
    margin-left: 10px;
  }

  .div-block-59 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 11px;
  }

  .text-block-46 {
    font-size: 67px;
    line-height: 47px;
  }

  .text-block-46.comboclass1 {
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-47 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 2px;
    margin-left: 0;
    display: block;
  }

  .text-block-47.combo-class {
    margin-top: 25px;
    margin-left: 0;
  }

  .text-block-47.comboclass1 {
    text-align: center;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 52px;
  }

  .div-block-60 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .div-block-62 {
    height: 100%;
  }

  .div-block-63 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .mask {
    height: 500px;
  }

  .text-span-8 {
    font-size: 37px;
  }

  .div-block-82 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-83 {
    flex-flow: column;
    min-width: 475px;
  }

  .div-block-90 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .div-block-92.comboclass2.comboclass3 {
    background-image: none;
    background-position: 0 0;
    background-size: cover;
  }

  .div-block-92.comboclass1 {
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 245px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-54 {
    text-align: center;
    font-size: 16px;
  }

  .text-block-55 {
    text-align: center;
    flex-direction: row;
    height: auto;
    font-size: 16px;
    display: block;
    position: static;
    inset: auto auto 0% 0%;
  }

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

  .div-block-99 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-99.comboclass2 {
    margin-bottom: 0;
  }

  .div-block-102.comboclass2 {
    width: 100%;
    height: 200px;
  }

  .text-block-56.combo-class {
    font-size: 27px;
    top: 0%;
  }

  .paragraph-2 {
    position: relative;
  }

  .left-arrow {
    width: 80px;
    height: 500px;
    margin-bottom: 0;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: hidden;
  }

  .div-block-103 {
    flex-direction: column;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .div-block-104 {
    margin-bottom: 0;
  }

  .div-block-105 {
    background-image: none;
    margin-bottom: 0;
  }

  .div-block-105.comboclass1 {
    margin-bottom: 60px;
  }

  .div-block-105.comboclass2 {
    background-size: cover;
    height: 440px;
    margin-bottom: 40px;
  }

  .div-block-105.comboclass3 {
    margin-bottom: 60px;
  }

  .div-block-107 {
    margin-top: 0;
  }

  .div-block-108 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: 125px;
  }

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

  .grid {
    width: 400px;
    height: 1275px;
  }

  .grid.comboclass1 {
    grid-template-columns: 1fr;
    width: 70vw;
    min-width: 100%;
    height: 9250px;
  }

  .grid.comboclass2 {
    grid-template-columns: 1fr;
    width: 76vw;
    min-width: 400px;
    height: 4750px;
  }

  .grid.comboclass2.comboclass3 {
    width: 40vw;
    min-width: 375px;
  }

  .grid.comboclass3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 82vw;
    height: 4250px;
    display: grid;
  }

  .grid.comboclass3.comboclass4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    place-items: stretch stretch;
    height: 1075px;
    display: flex;
  }

  .div-block-170 {
    background-image: none, url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%, 0 0, 0 0;
    background-size: cover, 125px, 125px;
  }

  .div-block-171 {
    background-image: none, url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%, 0 0;
    background-size: cover, 125px;
  }

  .div-block-182, .div-block-183 {
    height: 100%;
  }

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

  .div-block-194 {
    width: 76%;
  }

  .text-block-65 {
    line-height: 30px;
  }

  .paragraph-5 {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 80px;
  }

  .div-block-208 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-4 {
    height: auto;
  }

  .div-block-219.comboclass2 {
    margin-top: -63px;
    margin-right: -64px;
  }

  .div-block-219.comboclass1 {
    margin-left: -68px;
  }

  .paragraph-7 {
    text-align: left;
    width: 375px;
  }

  .heading-4 {
    text-align: left;
    width: auto;
  }

  .div-block-221 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-221.comboclass1 {
    width: auto;
  }

  .div-block-221.comboclass1.comboclass2 {
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-222 {
    width: auto;
    margin-bottom: 30px;
    margin-left: 0;
    display: block;
  }

  .image-14 {
    width: 47%;
    margin-top: 49px;
    margin-right: 0;
    display: none;
  }

  .div-block-227, .div-block-227.comboclass1 {
    justify-content: space-around;
  }

  .div-block-230 {
    width: auto;
    margin-right: 0;
  }

  .container-7 {
    flex-direction: row;
    justify-content: space-between;
    left: auto;
  }

  .navbar-4 {
    flex-direction: row;
    justify-content: space-between;
  }

  .image-18 {
    width: 170px;
    height: auto;
  }

  .nav-link-14 {
    margin-right: 20px;
    font-weight: 700;
    display: flex;
  }

  .nav-link-15, .nav-link-16 {
    margin-right: 20px;
    font-weight: 700;
  }

  .nav-menu-4 {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
    display: none;
    left: auto;
  }

  .menu-button-2 {
    color: var(--white);
    font-size: 40px;
    overflow: hidden;
  }

  .nav-link-18 {
    font-weight: 700;
  }

  .div-block-366 {
    flex-direction: row;
    justify-content: center;
  }

  .div-block-369 {
    margin-left: 40px;
  }

  .div-block-375 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    display: flex;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .div-block-397 {
    justify-content: flex-start;
    padding-top: 0;
  }

  .comboclass1 {
    right: 10%;
  }

  .div-block-417 {
    height: 30px;
    padding-bottom: 0;
  }

  .div-block-424 {
    justify-content: center;
    height: auto;
    margin-left: 0;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .hero-overlay, .call-to-action, .main-content {
    padding: 40px 20px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .subscribe-form, .contact-form-2, .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .div-block-453 {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .div-block-455 {
    height: 1475px;
  }

  .btn {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .griditem.and_feature.and_copy, .dark._60 {
    width: 100%;
  }

  .card-core-information {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3 {
    margin-bottom: 10px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .tagline {
    margin-bottom: 16px;
  }

  .head {
    font-size: 48px;
  }

  .div-block-472 {
    width: 80%;
    margin-left: 0;
  }

  .link-block-15 {
    align-items: center;
  }

  .div-block-473 {
    height: auto;
  }

  .div-block-475 {
    align-items: center;
    width: 225px;
  }

  .bold-text-7 {
    margin-bottom: 25px;
    display: block;
  }

  .div-block-485 {
    margin-top: 60px;
  }

  .slide-nav-3 {
    display: none;
  }

  .div-block-490 {
    justify-content: space-between;
  }

  .div-block-493 {
    height: 100%;
  }

  .div-block-495 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    position: relative;
  }

  .div-block-99-a {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-99-a.comboclass2 {
    margin-bottom: 0;
  }

  .div-block-99-b {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-99-b.comboclass2 {
    margin-bottom: 0;
  }

  .text-span-15 {
    align-self: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: -23px;
    bottom: 0;
  }

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

  .link-block-19 {
    width: 30px;
    height: 30px;
  }

  .image-816 {
    width: 30px;
  }

  .image-821 {
    object-position: 30% 50%;
    height: 500px;
    margin-bottom: 0;
  }

  .heading-14 {
    text-align: left;
    width: auto;
  }

  .image-822 {
    width: 90%;
    height: 400px;
  }

  .image-823 {
    position: relative;
    inset: 0%;
  }

  .paragraph-25 {
    text-align: left;
    width: 375px;
  }

  .div-block-7161 {
    margin-bottom: 0;
  }

  .image-826 {
    display: none;
  }

  .div-block-7162 {
    height: auto;
  }

  .div-block-7163 {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .image-827 {
    width: 275px;
    height: auto;
  }

  .image-828, .image-829 {
    width: 275px;
  }

  .button-26 {
    width: 100px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
    font-size: 16px;
  }

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

  .button-27 {
    width: 100px;
    font-size: 16px;
  }

  .div-block-7162-copy {
    width: auto;
  }

  .image-830 {
    width: 275px;
  }

  .div-block-7167 {
    grid-column-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 0 20px;
    position: relative;
  }

  .slider-3 {
    flex-direction: column;
    display: flex;
  }

  .image-833, .image-834 {
    width: 200px;
    max-width: 200px;
    height: 200px;
  }

  .div-block-7178 {
    width: 200px;
    min-width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7180 {
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  .div-block-7181 {
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    padding: 40px 0 20px;
  }

  .div-block-7182 {
    width: 200px;
    max-width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-28 {
    width: 100%;
    padding-left: 40px;
    padding-right: 80px;
  }

  .div-block-7183 {
    grid-column-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 40px 0 20px;
  }

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

  .div-block-7185 {
    height: 250%;
    margin: auto;
  }

  .div-block-7186 {
    flex-direction: column;
    padding: 40px 0 20px;
  }

  .div-block-7187 {
    width: 100%;
    height: auto;
  }

  .div-block-7188 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7189 {
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px 0 20px;
  }

  .div-block-7190 {
    width: 100%;
    height: auto;
  }

  .div-block-7191 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-5 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    align-self: center;
    align-items: center;
    width: 100vw;
    min-width: 100vw;
    max-width: none;
    display: flex;
  }

  .div-block-7197 {
    z-index: 1000;
    background-color: var(--white);
    width: 100vw;
    position: absolute;
  }

  .columns-2 {
    height: auto;
    display: flex;
    overflow: visible;
  }

  .column-3 {
    display: none;
  }

  .div-block-7204 {
    background-color: #16c0e5;
    background-image: none;
    flex-direction: column;
    justify-content: center;
    height: 650px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-7205 {
    width: 100%;
    height: auto;
    margin-left: 0%;
  }

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

  .div-block-7206 {
    margin-bottom: 20px;
  }

  .div-block-7207 {
    flex-flow: column-reverse wrap;
    order: 1;
    justify-content: center;
    height: auto;
  }

  .heading-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    cursor: pointer;
    width: 80%;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
    position: static;
  }

  .trigger {
    cursor: pointer;
    background-color: #16c0e5;
    border: 3px solid #16c0e5;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    display: flex;
  }

  .foooter {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: static;
  }

  .text-block-230 {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 5%;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }

  .div-block-7219 {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 5%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .image-844 {
    height: 10px;
  }

  .footer-content {
    float: none;
    clear: none;
    border-bottom: 0 solid #16c0e5;
    border-left: 0 solid #16c0e5;
    border-right: 0 solid #16c0e5;
    width: 100%;
    height: 0;
    margin-bottom: 0;
    position: static;
    overflow: hidden;
  }

  .link-1 {
    background-color: #0000;
    border: 2px solid #16c0e5;
    border-top-width: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    text-decoration: none;
    display: flex;
    overflow: visible;
  }

  .text-block-231 {
    color: #16c0e5;
    width: auto;
    height: auto;
    margin-left: 5%;
    font-size: 18px;
    font-weight: 700;
    transition: margin-left .4s;
    right: -9px;
  }

  .text-block-231:hover {
    margin-left: 10%;
    position: relative;
    left: auto;
  }

  .text-block-232 {
    color: #16c0e5;
    text-align: center;
    margin-top: 60px;
    font-size: 20px;
  }

  .div-block-7220 {
    width: 20px;
    height: 20px;
  }

  .div-block-7221 {
    flex-wrap: wrap;
    place-content: space-between center;
    align-items: center;
    display: flex;
  }

  .footer-wrapper-2 {
    cursor: pointer;
    width: 80%;
    margin-bottom: 10px;
  }

  .trigger-2 {
    cursor: pointer;
    background-color: #16c0e5;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    display: flex;
  }

  .footer-content-2 {
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
  }

  .footer-wrapper-3 {
    cursor: pointer;
    width: 80%;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .trigger-3 {
    cursor: pointer;
    background-color: #16c0e5;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-content-3 {
    height: 0;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .link-block-23 {
    width: 100%;
    height: 40px;
    text-decoration: none;
    transition: transform .4s;
  }

  .link-block-23:hover {
    margin-left: 0;
  }

  .div-block-7222, .div-block-7223 {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 5%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-7224 {
    width: auto;
    height: 500px;
    position: relative;
  }

  .image-846 {
    display: none;
  }

  .div-block-7227 {
    height: 100%;
  }

  .div-block-7229 {
    height: 500px;
  }

  .div-block-7230 {
    align-items: center;
    height: 500px;
  }

  .div-block-7231 {
    height: 500px;
  }

  .text-block-235 {
    font-size: 40px;
    line-height: 47px;
  }

  .image-848 {
    height: 500px;
    inset: 0% 0% auto;
  }

  .image-849 {
    object-fit: cover;
    height: 500px;
    inset: 0% 0% auto;
  }

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

  .circle {
    margin-bottom: 20px;
  }

  .div-block-7238 {
    padding-top: 40px;
    position: relative;
  }

  .div-block-7280 {
    background-position: 50% 0;
  }

  .div-block-7281 {
    background-position: 50% 30%;
  }

  .div-block-7284 {
    background-position: 50% 20%;
  }

  .link-block-37 {
    width: 22%;
  }

  .div-block-7234-copy {
    display: none;
  }

  .text-block-235-copy {
    font-size: 40px;
    line-height: 47px;
    display: block;
  }

  .div-block-7229-copy, .div-block-7231-copy {
    height: 500px;
  }

  .div-block-7230-copy {
    align-items: center;
    height: 500px;
  }

  .image-848-copy {
    height: 500px;
    inset: 0% 0% auto;
  }

  .image-849-copy {
    object-fit: cover;
    height: 500px;
    inset: 0% 0% auto;
  }

  .div-block-7162-copy {
    justify-content: center;
    height: auto;
  }

  .div-block-7162-copy-copy {
    width: auto;
  }

  .text-block-235-copy-copy {
    font-size: 40px;
    line-height: 47px;
    display: none;
  }

  .spring-womens {
    object-fit: cover;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-7286 {
    background-color: #fff;
    padding: 19px;
  }

  .heading-17 {
    margin-top: 0;
  }

  .heading-18 {
    margin-bottom: 0;
  }

  .fall-winter-2021-2022-b-flexlayout {
    justify-content: center;
    align-items: center;
    height: 500px;
  }

  .div-block-7288 {
    background-position: 53% 20%;
  }

  .div-block-7290 {
    background-position: 60% 10%;
  }

  .summer-2021-b-title {
    font-size: 23px;
    font-weight: 900;
    line-height: 35px;
    display: block;
  }

  .summer-2021-b-title-copy {
    font-size: 40px;
    line-height: 47px;
    display: block;
  }

  .summer-2021-b-title-mobile {
    font-size: 40px;
    line-height: 47px;
    display: none;
  }

  .div-block-7291 {
    height: 650px;
  }

  .heading-18-copy {
    margin-bottom: 0;
  }

  .summer-2021-b-title-mobile-copy {
    font-size: 40px;
    line-height: 47px;
    display: none;
  }

  .div-block-7293 {
    display: block;
  }

  .heading-19 {
    font-size: 46px;
    display: block;
  }

  .div-block-7294 {
    width: 57%;
    max-width: none;
    height: 500px;
  }

  .spring-womens-left {
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .spring-womens-right {
    background-image: url('../images/CCV-A22_104-Horizontal-Revised-Compressed.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .text-block-253 {
    font-size: 27px;
    line-height: 34px;
  }

  .text-span-21, .text-span-22 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-span-23 {
    font-size: 40px;
    line-height: 30px;
  }

  .paragraph-5-eng {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 80px;
  }

  .image-888 {
    z-index: -50;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .div-block-7304 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .heading-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 40px;
    line-height: 40px;
    display: flex;
    position: absolute;
    inset: auto 0%;
  }

  .text-span-24 {
    align-self: flex-start;
  }

  .div-block-7306 {
    height: 500px;
  }

  .div-block-7293-copy {
    display: block;
  }

  .text-block-255 {
    width: 57%;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-7307 {
    height: 650px;
  }

  .div-block-7308 {
    background-position: 50% 0;
  }

  .slide-right, .slide-left {
    background-position: 53% 20%;
  }

  .image-899 {
    object-fit: cover;
    width: auto;
  }

  .image-900 {
    width: 53%;
    height: 500px;
  }

  .image-902 {
    width: 50%;
  }

  .image-903 {
    object-position: 50% 50%;
    width: 50%;
  }

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

  .text-block-257 {
    text-shadow: 3px 3px 1px #696969;
  }

  .slide-1-section-1 {
    background-position: 50%;
  }

  .slide-1-section-2 {
    overflow: hidden;
  }

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

  .div-block-7281-a, .div-block-7281-b, .div-block-7281-c, .div-block-7281-d {
    background-position: 50% 30%;
  }

  .link-block-53 {
    width: 22%;
  }

  .heading-25 {
    margin-top: 0;
  }

  .image-906 {
    display: none;
  }

  .heading-26 {
    font-size: 30px;
    line-height: 15px;
  }

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

  .div-block-7342 {
    width: 70%;
  }

  .heading-29 {
    font-size: 100px;
    line-height: 100px;
  }

  .heading-29.combo {
    margin-top: 0;
    margin-bottom: 11px;
    font-size: 80px;
    line-height: 80px;
    display: block;
    position: absolute;
    bottom: 133.5px;
  }

  .image-907 {
    top: -4%;
  }

  .image-908 {
    width: 175px;
  }

  .paragraph-5-copy {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 80px;
  }

  .heading-32, .heading-33 {
    font-size: 80px;
    line-height: 80px;
  }

  .div-block-7281-copy-2 {
    background-position: 50% 30%;
  }

  .paragraph-30 {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 80px;
  }

  .div-block-7281-a-copy, .div-block-7281-a-copy-1, .div-block-7281-copy {
    background-position: 50% 30%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    justify-content: space-around;
    align-items: center;
    display: block;
    position: relative;
  }

  .image {
    margin-right: 0;
  }

  .nav-menu {
    z-index: 1000;
    clear: none;
    object-fit: fill;
    flex: none;
    align-items: flex-start;
    display: block;
    position: relative;
    inset: 15% 0% auto;
  }

  .body {
    overflow: visible;
  }

  .slider {
    width: 100%;
    height: 650px;
    margin-top: auto;
    margin-bottom: 0;
  }

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

  .images-section2 {
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
  }

  .div-block-9 {
    flex-direction: column;
    width: 303px;
    margin-right: 0;
  }

  .div-block-10 {
    border-bottom-color: #bcbcbc;
    align-items: flex-start;
    width: 275px;
    height: 425px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    width: 200px;
    margin-bottom: 10px;
  }

  .text-block-4 {
    width: 200px;
    margin-bottom: 11px;
  }

  .text-block-5 {
    width: 200px;
  }

  .div-block-11 {
    width: 100%;
    height: auto;
  }

  .slide-nav {
    z-index: 1000;
    color: #16c0e5;
    order: 0;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 20px;
    display: none;
    inset: auto 0% 0%;
    overflow: auto;
  }

  .tab-button {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .tab-button.w--current, .text-block-11, .text-block-12 {
    width: 100%;
  }

  .slide {
    height: 650px;
  }

  .slider-catagory {
    justify-content: space-around;
    align-items: center;
    width: 80%;
    height: 375px;
  }

  .heading-2 {
    padding-top: 8px;
    padding-bottom: 0;
  }

  .div-block-22.comboclass {
    width: 100%;
    min-width: auto;
    margin-top: 10px;
    margin-bottom: 0;
  }

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

  .text-block-20 {
    padding-bottom: 0;
  }

  .div-block-25 {
    flex-direction: column;
    align-items: flex-start;
    width: 200px;
  }

  .div-block-26 {
    border-bottom-color: #bcbcbc;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-28 {
    border-width: 2px 0;
    border-top-style: solid;
    border-top-color: var(--white);
    border-bottom-style: solid;
    border-bottom-color: var(--white);
    align-items: center;
    width: 90%;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-28.combo-class {
    clear: none;
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: auto;
    margin-top: 22px;
    margin-bottom: 22px;
    padding-top: 22px;
    padding-left: 0;
    position: relative;
  }

  .div-block-28.comboclass4 {
    width: 70%;
    margin-bottom: 0;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .text-block-30.combo-class {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-29 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-4 {
    width: 70%;
  }

  .div-block-30 {
    align-items: flex-start;
    width: 90%;
    margin: 0 0 15px;
    font-style: normal;
  }

  .div-block-30.comboclass5 {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .text-span {
    text-align: center;
    margin-bottom: 10px;
    line-height: 20px;
    display: inline-block;
  }

  .text-block-32 {
    width: 100%;
    display: inline;
  }

  .div-block-31 {
    width: 230px;
    margin-left: 0;
    padding-left: 22px;
  }

  .div-block-32 {
    flex-flow: column;
    justify-content: center;
    height: 80px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .div-block-33 {
    height: auto;
    margin-top: 0;
    position: relative;
  }

  .text-block-35 {
    margin-bottom: 0;
  }

  .text-block-35.combo-class {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-35 {
    margin-bottom: 3px;
    margin-left: 0;
  }

  .link-3 {
    margin-left: 0;
  }

  .div-block-36 {
    margin-top: 7px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-37 {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-39 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 90%;
  }

  .div-block-40 {
    width: 200px;
  }

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

  .div-block-42 {
    width: 90%;
    margin-left: 0;
  }

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

  .div-block-44-combo-class-3 {
    position: relative;
  }

  .div-block-44-combo-class-3.combo-class-3 {
    height: 100%;
  }

  .div-block-44-combo-class-3.combo-class-3.comboclass-women {
    background-size: 100%;
    height: 100%;
  }

  .div-block-44-combo-class-3.combo-class-3.comboclass-women.comboclass-tops {
    background-position: 50%;
    background-size: 100%;
    height: 100%;
  }

  .div-block-44-combo-class-3.combo-class-3.comboclass-women.combo-class-pants-and-skirts, .div-block-44-combo-class-3.combo-class-3.comboclass-women.combo-class-dresses {
    background-size: 100%;
    height: 100%;
  }

  .div-block-44-combo-class-3.combo-class-3.comboclass-women.combo-class-nightwear, .div-block-44-combo-class-3.combo-class-3.comboclass-women.combo-class-outerwear {
    background-size: 100%;
  }

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

  .div-block-46 {
    width: 80%;
  }

  .div-block-50 {
    min-width: 100%;
    height: 650px;
    margin-bottom: 0;
    position: relative;
  }

  .div-block-51 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .text-block-36 {
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
  }

  .text-span-2 {
    font-size: 20px;
  }

  .slide-3 {
    width: 100%;
    height: 650px;
  }

  .div-block-52 {
    width: 310vw;
  }

  .text-block-100 {
    width: 200px;
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-100.comboclass2 {
    width: auto;
    margin-top: 133px;
    margin-left: 0;
  }

  .text-block-100.comboclass2.comboclass4 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .text-block-100.comboclass1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .text-block-39 {
    width: auto;
    margin-left: 0%;
    font-size: 20px;
  }

  .text-block-39.comboclass2 {
    margin-top: -5px;
    line-height: 26px;
    display: block;
    left: auto;
  }

  .text-block-39.comboclass2.comboclass4 {
    font-size: 24px;
    display: inline;
  }

  .text-span-3.comboclass1 {
    text-align: left;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text-span-3.comboclass2 {
    margin-left: 0;
  }

  .text-span-3.comboclass2.comboclass3.comboclass4 {
    text-align: center;
    text-shadow: 2px 2px 0 var(--white);
    width: 100%;
    font-size: 42px;
    line-height: 38px;
    display: block;
    position: static;
  }

  .slide-1 {
    background-image: none;
    height: 100px;
  }

  .slide-2 {
    height: 650px;
  }

  .div-block-55 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 110px;
    margin-left: 0;
    display: flex;
  }

  .div-block-55.comboclass2 {
    flex-direction: column;
    margin-top: 0;
  }

  .text-block-40 {
    text-align: center;
    text-shadow: 4px 3px #16c0e5;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 42px;
    display: flex;
  }

  .text-block-40.comboclass1 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    font-size: 53px;
    line-height: 42px;
    display: flex;
  }

  .text-block-40.comboclass1.comboclass-2 {
    margin-top: 5px;
    margin-bottom: 120px;
    font-size: 37px;
  }

  .text-span-4 {
    font-size: 30px;
    line-height: 30px;
    display: block;
  }

  .text-span-5 {
    text-align: center;
    text-shadow: 3px 2px #16c0e5;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .combo-class {
    font-size: 20px;
  }

  .right-arrow {
    height: 100%;
    font-size: 8svh;
    display: block;
  }

  .summer-2021-a-flexlayout {
    background-image: none;
    justify-content: center;
    margin-top: 20px;
  }

  .text-block-41 {
    height: 30px;
    font-size: 10px;
  }

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

  .text-block-42 {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 18px;
    line-height: 26px;
  }

  .background-video-3 {
    justify-content: center;
    width: auto;
    height: 50vh;
    display: flex;
  }

  .div-block-58 {
    text-shadow: 2px 2px 0 var(--white);
    width: auto;
    margin-top: -16px;
    margin-left: -68%;
  }

  .div-block-58.comboclass1 {
    width: 100vw;
    height: 100%;
    margin-top: 0;
    margin-left: 0%;
  }

  .div-block-58.comboclass1.comboclass3 {
    flex-flow: column;
    place-content: center;
    align-items: center;
    width: 200px;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 0;
    display: block;
  }

  .text-block-43 {
    width: auto;
    margin-left: 0%;
    font-size: 20px;
    overflow: visible;
  }

  .text-block-43.combo-class-1.combolass2.comboclass5 {
    order: 1;
    margin-left: 0;
    font-size: 18px;
    display: inline;
    bottom: 0;
  }

  .text-block-44 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-left: 0;
    font-size: 23px;
    display: flex;
  }

  .text-block-44.combo-class {
    justify-content: flex-end;
    width: 100px;
    height: 30px;
    margin-left: 0;
  }

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

  .div-block-59 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 37px;
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-46 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
    margin-left: 0;
    font-size: 40px;
    line-height: 32px;
    display: flex;
  }

  .text-block-46.comboclass1 {
    margin-top: 0;
  }

  .text-block-47 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 27px;
    line-height: 30px;
  }

  .text-block-47.combo-class {
    margin-top: 0;
    font-size: 37px;
  }

  .text-block-47.comboclass1 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 20px;
    font-size: 32px;
    line-height: 32px;
  }

  .div-block-60 {
    align-items: flex-end;
  }

  .div-block-61 {
    flex-direction: column;
  }

  .div-block-62 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 650px;
    display: flex;
  }

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

  .mask {
    height: 100%;
  }

  .text-block-49 {
    height: 20px;
    display: block;
  }

  .text-span-8 {
    margin-top: 0;
    font-size: 20px;
  }

  .div-block-65 {
    align-items: flex-start;
    height: 100%;
  }

  .div-block-73 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    display: flex;
  }

  .div-block-74 {
    align-items: flex-start;
    height: 200px;
  }

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

  .div-block-83 {
    width: 80%;
    min-width: 0;
  }

  .div-block-86 {
    width: 100vw;
    margin-top: 0;
  }

  .div-block-90 {
    margin-top: 0;
  }

  .div-block-92.comboclass2 {
    width: 80%;
    min-width: 175px;
    max-width: 245px;
    height: 400px;
    margin-bottom: 0;
  }

  .div-block-92.comboclass2.comboclass3 {
    width: 80%;
    min-width: 175px;
    max-width: 245px;
    height: 400px;
    margin-left: 0;
  }

  .div-block-95 {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-96 {
    background-position: 50%;
  }

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

  .div-block-97 {
    margin-bottom: 0;
  }

  .div-block-98 {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 0;
    display: flex;
  }

  .div-block-99 {
    justify-content: space-between;
    width: 70%;
    min-width: 230px;
    height: 500px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    top: auto;
  }

  .div-block-102.combo-class {
    width: 100%;
    height: 52%;
    top: auto;
  }

  .div-block-102.comboclass2 {
    width: 100%;
    height: 52%;
    display: flex;
  }

  .div-block-102.comboclass3 {
    width: 100%;
    height: 52%;
  }

  .text-block-56 {
    margin-top: 0%;
  }

  .text-block-56.combo-class {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    top: 0%;
  }

  .text-block-56.comboclass2 {
    margin-top: 0;
    display: block;
    top: 0%;
  }

  .paragraph {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
  }

  .paragraph-2 {
    text-align: center;
    justify-content: center;
    width: 225px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    top: 0;
  }

  .paragraph-3 {
    text-align: center;
    width: 225px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .left-arrow {
    height: 100%;
    margin-bottom: 0;
    display: block;
  }

  .div-block-103 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .div-block-104 {
    width: 75%;
  }

  .text-block-57 {
    flex: none;
  }

  .div-block-105 {
    background-repeat: no-repeat;
    background-size: 140vw;
    background-attachment: scroll;
    height: 275px;
    margin-bottom: 0;
  }

  .div-block-105.comboclass1 {
    margin-bottom: 60px;
  }

  .div-block-105.comboclass2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 275px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-105.comboclass3 {
    margin-bottom: 60px;
  }

  .link-block-10.combo-class {
    display: block;
  }

  .body-2 {
    height: auto;
  }

  .div-block-119 {
    margin-top: 70px;
    margin-bottom: 0;
  }

  .grid {
    width: 62vw;
    min-width: 200px;
    height: 875px;
  }

  .grid.comboclass1 {
    width: 80vw;
    max-width: none;
    height: 6750px;
  }

  .grid.comboclass2 {
    width: 80vw;
    min-width: 0;
    height: 2250px;
  }

  .grid.comboclass2.comboclass3 {
    width: 47vw;
    min-width: 225px;
  }

  .grid.comboclass3 {
    width: 75vw;
    height: 2250px;
  }

  .grid.comboclass3.comboclass4 {
    height: 875px;
  }

  .grid.comboclass4 {
    width: 80vw;
    min-width: 0;
    height: 1475px;
  }

  .div-block-164 {
    height: auto;
  }

  .div-block-171 {
    background-size: cover, 125px;
  }

  .div-block-185 {
    height: auto;
    margin-top: 70px;
    padding-top: 60px;
    display: flex;
  }

  .div-block-191 {
    height: auto;
    overflow: auto;
  }

  .div-block-193 {
    height: 475px;
  }

  .div-block-194 {
    height: 80%;
  }

  .text-block-65 {
    margin-bottom: 40px;
  }

  .paragraph-5 {
    text-shadow: none;
    width: 100%;
    max-width: 375px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 25px;
  }

  .slide-4 {
    height: 100%;
  }

  .div-block-219.comboclass1 {
    background-position: 25%;
    width: 80%;
    height: 70%;
    margin-top: 235px;
  }

  .div-block-220 {
    width: 80%;
    height: 400px;
    margin-bottom: 0;
  }

  .paragraph-7 {
    text-align: center;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 345px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 18px;
    display: block;
  }

  .heading-4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 89%;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 24px;
    display: flex;
  }

  .div-block-221 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
    display: flex;
  }

  .div-block-221.comboclass1 {
    flex-direction: column;
    order: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-222 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 5px;
    margin-left: 0;
    display: flex;
  }

  .div-block-224 {
    height: auto;
  }

  .div-block-226 {
    flex-direction: row;
    justify-content: center;
  }

  .div-block-227 {
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }

  .div-block-227.comboclass1 {
    width: auto;
    margin-right: 10px;
  }

  .div-block-228 {
    margin-left: 0;
    margin-right: 15px;
  }

  .div-block-230 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 75px;
    margin-right: 0;
    position: relative;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .image-15 {
    width: 525px;
    margin-top: 200px;
    margin-bottom: 10px;
    margin-left: -75px;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .image-16 {
    margin-top: -37px;
    margin-bottom: 20px;
    margin-right: -75px;
  }

  .nav-menu-2 {
    float: none;
    position: relative;
    inset: 0% 0% auto;
  }

  .brand {
    position: relative;
  }

  .container-6 {
    background-color: #085799;
  }

  .icon-3 {
    color: #fff;
  }

  .container-7 {
    background-color: #085799;
    justify-content: flex-end;
  }

  .icon-4 {
    color: var(--white);
    width: 40px;
    font-size: 40px;
  }

  .navbar-4 {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
  }

  .nav-link-12, .nav-link-13, .nav-link-14, .nav-link-15, .nav-link-16 {
    font-weight: 700;
  }

  .nav-menu-4 {
    border-bottom: 2px solid var(--white);
  }

  .menu-button-2 {
    margin-right: 15px;
    font-size: 40px;
  }

  .menu-button-2:hover {
    opacity: .7;
  }

  .nav-link-18 {
    font-weight: 700;
  }

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

  .div-block-366 {
    justify-content: center;
    height: 100%;
  }

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

  .div-block-367.comboclass2 {
    margin-left: 0;
    display: flex;
  }

  .div-block-368.comboclass2 {
    margin-left: 0;
  }

  .div-block-369 {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-374 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    display: flex;
  }

  .div-block-374.comboclass2 {
    flex-wrap: wrap;
    height: 100%;
  }

  .italic-text {
    line-height: 24px;
    display: block;
  }

  .div-block-388.comboclass-1 {
    height: 275px;
  }

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

  .div-block-408 {
    object-position: 50% 50%;
    justify-content: center;
    height: 100%;
  }

  .div-block-409 {
    height: 945px;
    margin-top: 70px;
  }

  .paragraph-11 {
    width: 100%;
  }

  .div-block-410 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: block;
  }

  .div-block-411 {
    text-align: left;
    justify-content: center;
    width: 80%;
    height: 80%;
    max-height: 945px;
    display: flex;
  }

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

  .div-block-413 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-417 {
    width: 100%;
    height: 42px;
  }

  .div-block-418 {
    width: 100%;
    height: 52px;
  }

  .div-block-424 {
    align-items: flex-start;
    width: 90%;
    height: auto;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-23 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-453 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-455 {
    height: auto;
  }

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

  .div-block-462, .wrapper {
    height: 340px;
  }

  .container-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3 {
    border-bottom-color: #6eb43f;
  }

  .collection-list-3 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .tagline-line {
    width: 40px;
    margin-right: 16px;
  }

  .head {
    font-size: 40px;
  }

  .image-454 {
    height: 320px;
  }

  .heading-tagline {
    letter-spacing: 4px;
    font-size: 12px;
  }

  .link-block-15 {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block-473, .div-block-474 {
    height: auto;
  }

  .div-block-475 {
    margin-top: 3px;
    margin-bottom: 10px;
  }

  .div-block-477 {
    width: auto;
    height: auto;
  }

  .paragraph-22 {
    margin-top: 24px;
  }

  .bold-text-7 {
    line-height: 27px;
    position: relative;
    bottom: 0;
  }

  .italic-text-3 {
    display: block;
  }

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

  .div-block-485 {
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 15%;
  }

  .sllide1 {
    height: 340px;
    overflow: hidden;
  }

  .div-block-486 {
    background-position: 50% -20%;
    background-size: auto 60%;
    background-attachment: fixed;
    top: 0%;
  }

  .html-embed-4 {
    background-color: #ffb31a;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .slide-nav-2 {
    display: block;
  }

  .slide-nav-3 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 47px;
    font-size: 24px;
    display: flex;
  }

  .right-arrow-3, .left-arrow-3 {
    display: none;
  }

  .background-video-7 {
    justify-content: center;
    width: 100vw;
    padding-left: 0;
  }

  .div-block-490 {
    flex-direction: column;
    justify-content: space-around;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-5 {
    margin-bottom: 0;
    position: relative;
    top: 0;
    bottom: 0%;
  }

  .div-block-495 {
    justify-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 60px;
    position: relative;
  }

  .div-block-99-a {
    justify-content: space-between;
    width: 70%;
    min-width: 230px;
    height: 500px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-99-b {
    justify-content: space-between;
    width: 70%;
    min-width: 230px;
    height: 500px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .text-span-15 {
    margin-top: -27px;
    margin-left: 10px;
  }

  .div-block-7147, .div-block-7148 {
    overflow: hidden;
  }

  .text-block-218 {
    display: none;
  }

  .div-block-7158 {
    height: 0;
  }

  .image-821 {
    object-fit: cover;
    object-position: 40% 50%;
    height: 650px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .heading-14 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 89%;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 24px;
    display: flex;
  }

  .image-822 {
    object-fit: cover;
    height: 70%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-823 {
    margin-bottom: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .paragraph-25 {
    text-align: center;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 345px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 18px;
    display: block;
  }

  .div-block-7160 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-7161 {
    margin-bottom: 0;
  }

  .image-825 {
    display: block;
    overflow: visible;
  }

  .image-826 {
    display: none;
  }

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

  .div-block-7167 {
    flex-direction: column;
    height: 475px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .image-833 {
    object-position: 100% 0%;
    width: 175px;
    min-width: auto;
    max-width: none;
    height: 175px;
    position: static;
    inset: 0% 0% auto auto;
  }

  .image-834 {
    width: 175px;
    height: 175px;
  }

  .paragraph-26, .paragraph-27 {
    font-size: 16px;
  }

  .div-block-7178 {
    object-fit: cover;
    object-position: 100% 0%;
    flex-direction: column;
    align-items: center;
    width: auto;
    min-width: auto;
    height: auto;
    display: flex;
    position: relative;
  }

  .div-block-7180 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-7181 {
    flex-direction: column;
    justify-content: space-around;
    height: 475px;
    padding-top: 60px;
  }

  .div-block-7182 {
    width: 175px;
    max-width: 175px;
    height: 175px;
  }

  .paragraph-28 {
    width: 100%;
    padding-right: 60px;
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-7183 {
    flex-direction: column;
    height: 485px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

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

  .div-block-7185 {
    width: auto;
    min-width: auto;
    height: auto;
  }

  .div-block-7186 {
    flex-direction: column;
    height: 475px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .div-block-7188 {
    width: auto;
    min-width: auto;
    height: auto;
  }

  .div-block-7189 {
    flex-direction: column;
    height: 475px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

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

  .div-block-7191 {
    width: auto;
    min-width: auto;
  }

  .div-block-7192 {
    height: 140px;
  }

  .div-block-7194 {
    display: block;
  }

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

  .div-block-7196 {
    margin-right: 13%;
  }

  .div-block-7197 {
    display: block;
    overflow: hidden;
  }

  .div-block-7198 {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .button-40 {
    padding-left: 10px;
    padding-right: 0;
    font-size: 12px;
  }

  .columns-2 {
    height: 0;
    overflow: hidden;
  }

  .button-41 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .div-block-7199 {
    width: auto;
    margin-right: 20px;
    display: flex;
  }

  .div-block-7200 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-right: 20px;
  }

  .text-block-223 {
    padding-left: 0;
    font-size: 12px;
  }

  .button-44 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

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

  .image-838 {
    display: none;
  }

  .div-block-7204 {
    flex-flow: wrap-reverse;
    justify-content: center;
    height: 650px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-7205 {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .text-block-224 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-7206 {
    border-width: 14px;
    border-radius: 300px;
    align-items: center;
    width: 200px;
    height: 200px;
    display: flex;
  }

  .div-block-7207 {
    flex-flow: column-reverse;
    align-content: stretch;
    height: auto;
  }

  .heading-15 {
    font-size: 30px;
    line-height: 38px;
  }

  .image-847 {
    margin-left: 0;
  }

  .bold-text-10, .bold-text-11 {
    display: none;
  }

  .div-block-7227 {
    height: 650px;
  }

  .div-block-7228 {
    flex-direction: column;
  }

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

  .div-block-7230 {
    justify-content: center;
    width: 50%;
    height: 445px;
  }

  .div-block-7231 {
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 445px;
    display: flex;
  }

  .text-block-235 {
    display: block;
  }

  .image-848 {
    height: 445px;
    position: relative;
  }

  .image-849 {
    object-fit: cover;
    height: 445px;
    position: relative;
    inset: 0%;
  }

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

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

  .text-block-236 {
    height: 40px;
    position: relative;
  }

  .text-block-237 {
    color: #16c0e5;
    margin-bottom: 5px;
    font-family: Futura bt, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .circle {
    border-width: 14px;
    width: 200px;
    height: 200px;
  }

  .div-block-7238 {
    padding-bottom: 0;
    font-size: 8svh;
  }

  .div-block-7275, .div-block-7276 {
    height: 140px;
  }

  .div-block-7267 {
    height: 240px;
  }

  .div-block-7278, .div-block-7279 {
    height: 140px;
  }

  .div-block-7280, .div-block-7281, .div-block-7282, .div-block-7283 {
    height: 240px;
  }

  .div-block-7284 {
    object-position: 50% 0%;
    background-position: 50% 20%;
    height: 240px;
  }

  .div-block-7285 {
    height: 240px;
  }

  .text-block-245, .text-block-247, .text-block-248 {
    font-size: 12px;
    line-height: 14px;
  }

  .summer-2021-b-flexlayout {
    flex-direction: column;
    height: auto;
    display: none;
  }

  .div-block-7234-copy {
    display: flex;
  }

  .div-block-7232-copy {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .text-block-235-copy {
    display: block;
  }

  .div-block-7229-copy {
    display: none;
  }

  .div-block-7231-copy {
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 445px;
    display: flex;
  }

  .div-block-7230-copy {
    justify-content: center;
    width: 50%;
    height: 445px;
  }

  .image-848-copy {
    height: 445px;
    position: relative;
  }

  .text-block-237-copy {
    color: #16c0e5;
    margin-bottom: 5px;
    font-family: Futura bt, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .image-849-copy {
    object-fit: cover;
    height: 445px;
    position: relative;
    inset: 0%;
  }

  .text-block-235-copy-copy {
    line-height: 40px;
    display: block;
  }

  .spring-womens {
    height: 650px;
  }

  .div-block-7286 {
    background-color: var(--white);
    padding: 18px;
  }

  .heading-17 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-18 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 22px;
  }

  .fall-winter-2021-2022-b-flexlayout {
    height: auto;
  }

  .div-block-7288 {
    width: 50%;
    display: none;
  }

  .div-block-7289 {
    width: 100%;
    height: 650px;
    display: flex;
  }

  .div-block-7290 {
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
  }

  .summer-2021-b-title, .summer-2021-b-title-copy {
    z-index: 1000;
    display: block;
    position: absolute;
  }

  .summer-2021-b-title-mobile {
    z-index: 1000;
    color: #000;
    text-transform: uppercase;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    font-family: Futura font, sans-serif;
    font-size: 19.5px;
    font-weight: 900;
    line-height: 23px;
    transition: color .2s;
    display: flex;
    position: relative;
    inset: auto 0% 11%;
  }

  .summer-2021-b-title-mobile:hover {
    color: #83bf61;
  }

  .div-block-7291 {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 87%;
    padding: 19px;
    display: none;
    position: absolute;
    inset: auto 0% 10%;
  }

  .text-span-20 {
    font-size: 24px;
    line-height: 40px;
  }

  .heading-18-copy {
    margin-bottom: 0;
    font-size: 19.5px;
    line-height: 22px;
  }

  .link-block-41, .link-block-42 {
    text-decoration: none;
  }

  .text-span-20-copy-copy {
    font-size: 19.5px;
  }

  .summer-2021-b-title-mobile-copy {
    z-index: 1000;
    color: #000;
    text-transform: uppercase;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    font-family: Futura font, sans-serif;
    font-size: 19.5px;
    font-weight: 900;
    line-height: 23px;
    transition: color .2s;
    display: flex;
    position: relative;
    inset: auto 0% 11%;
  }

  .summer-2021-b-title-mobile-copy:hover {
    color: #83bf61;
  }

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

  .div-block-7293 {
    bottom: auto;
  }

  .div-block-7294 {
    width: 100%;
    max-width: none;
    height: 650px;
  }

  .spring-womens-left {
    display: none;
  }

  .spring-womens-right {
    width: 50%;
    display: block;
  }

  .text-block-253 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 37px;
    line-height: 40px;
    display: flex;
  }

  .div-block-7289-copy {
    width: 100%;
    height: 500px;
    display: flex;
  }

  .div-block-7289-copy-copy {
    width: 100%;
    height: 650px;
    display: flex;
  }

  .text-span-21, .text-span-22, .text-span-23 {
    font-size: 40px;
    line-height: 40px;
  }

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

  .slide-13 {
    height: 100%;
  }

  .paragraph-5-eng {
    text-shadow: none;
    width: 100%;
    max-width: 375px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-7304 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 650px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    display: flex;
    right: auto;
  }

  .heading-23 {
    text-shadow: 3px 3px #16c0e5;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 0;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    position: relative;
    inset: 0% auto 200px 12px;
  }

  .text-span-24 {
    text-shadow: 2px 2px #16c0e5;
    width: auto;
    line-height: 34px;
  }

  .text-span-25 {
    width: 100%;
    font-size: 18px;
    display: block;
  }

  .background-video-21 {
    width: 100%;
    display: block;
  }

  .div-block-7306 {
    height: 650px;
    display: flex;
  }

  .text-block-255 {
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
  }

  .div-block-7307 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 87%;
    padding: 19px;
    display: none;
    position: absolute;
    inset: auto 0% 10%;
  }

  .div-block-7308, .div-block-7309 {
    height: 240px;
  }

  .slide-right, .slide-left {
    width: 50%;
    display: none;
  }

  .image-900 {
    display: none;
  }

  .slide-15 {
    height: 650px;
  }

  .div-block-7313 {
    text-align: center;
    width: 100%;
  }

  .text-block-257 {
    text-shadow: 2px 2px 1px #696969;
    font-size: 80px;
    line-height: 80px;
  }

  .div-block-7314 {
    background-position: 85% 1%;
    background-attachment: scroll;
  }

  .div-block-7317 {
    justify-content: center;
  }

  .slide-1-section-1 {
    display: none;
  }

  .slide-1-section-2 {
    background-image: url('../images/isabella-fischer-nBcOnMoP18g-unsplash-1-min-1.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto 40%;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .slide-1-section-3 {
    display: none;
  }

  .heading-24 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-7281-a {
    height: 240px;
  }

  .div-block-7281-b {
    height: 140px;
  }

  .div-block-7281-c, .div-block-7281-d {
    height: 240px;
  }

  .slide-16 {
    height: 650px;
  }

  .div-block-7318 {
    order: 1;
    align-self: center;
    margin-top: 0;
    margin-bottom: 58px;
  }

  .div-block-7319 {
    flex-direction: row;
    flex: 0 auto;
    order: 0;
    justify-content: space-around;
    align-self: auto;
    align-items: flex-end;
    width: 90%;
    height: 400px;
    margin-bottom: 22px;
    display: flex;
  }

  .div-block-7320 {
    background-image: url('../images/FLOWER-MENS.jpg');
    background-position: 50%;
    background-size: cover;
    width: 50%;
    height: 80%;
  }

  .div-block-7320-copy {
    background-image: url('../images/FLOWER-WOMENS.jpg');
    background-position: 50% 70%;
    background-size: auto 125%;
    align-self: flex-start;
    width: 50%;
    height: 80%;
    display: flex;
  }

  .div-block-7331 {
    background-position: 0%;
  }

  .div-block-7336 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-7337, .div-block-7338 {
    height: 100%;
  }

  .div-block-7339 {
    height: 100%;
    display: none;
  }

  .heading-26 {
    z-index: 1000;
    height: auto;
    font-size: 40px;
    line-height: 20px;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .slide-17 {
    height: 100%;
  }

  .div-block-7340 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 25px;
  }

  .div-block-7341 {
    background-position: 35%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .div-block-7342 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-29 {
    margin-top: 0;
    font-size: 25svw;
    line-height: 100px;
  }

  .heading-29.combo {
    font-size: 10svh;
    bottom: 229.5px;
  }

  .heading-29.combo-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
  }

  .heading-29.combo3 {
    margin-top: 0;
    font-size: 20px;
  }

  .image-908 {
    top: -15%;
    left: 152px;
  }

  .paragraph-5-copy {
    text-shadow: none;
    width: 100%;
    max-width: 375px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-32 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-33 {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
  }

  .div-block-7276-copy, .div-block-7279-copy {
    height: 140px;
  }

  .div-block-7372 {
    height: 100%;
  }

  .div-block-7373, .div-block-7374 {
    height: 140px;
  }

  .div-block-7194-copy, .div-block-7194-copy-copy, .div-block-7194-copy-4 {
    display: block;
  }

  .div-block-7281-copy-2 {
    height: 140px;
  }

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

  .div-block-7421 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-30 {
    text-shadow: none;
    width: 100%;
    max-width: 375px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-7281-a-copy {
    height: 140px;
  }

  .div-block-7281-a-copy-1, .div-block-7281-copy {
    height: 240px;
  }
}

#w-node-_7b13c93d-c99e-b0bb-0d23-e7bd7be5d23e-157963f0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7b13c93d-c99e-b0bb-0d23-e7bd7be5d240-157963f0 {
  place-self: center;
}

#w-node-f893eafd-be3b-674d-79d1-115794a8cb93-157963f0 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-f893eafd-be3b-674d-79d1-115794a8cb94-157963f0 {
  grid-area: span 7 / span 1 / span 7 / span 1;
}

#w-node-f893eafd-be3b-674d-79d1-115794a8cb95-157963f0 {
  grid-area: 5 / 1 / 8 / 2;
}

#w-node-a516a35e-bf8a-53fa-36af-40ca20ac879b-157963f0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a516a35e-bf8a-53fa-36af-40ca20ac879c-157963f0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: center;
}

#w-node-_818b7595-21a0-2353-323a-7bd1f5e43197-157963f0 {
  align-self: start;
}

#w-node-_818b7595-21a0-2353-323a-7bd1f5e4319d-157963f0 {
  place-self: start center;
}

#w-node-_818b7595-21a0-2353-323a-7bd1f5e431a3-157963f0, #w-node-_818b7595-21a0-2353-323a-7bd1f5e431a9-157963f0, #w-node-_818b7595-21a0-2353-323a-7bd1f5e431ae-157963f0, #w-node-_818b7595-21a0-2353-323a-7bd1f5e431b4-157963f0, #w-node-_818b7595-21a0-2353-323a-7bd1f5e431ba-157963f0, #w-node-_818b7595-21a0-2353-323a-7bd1f5e431bf-157963f0 {
  align-self: start;
}

#w-node-b0105210-608a-0ce2-00f2-9f8ced0927dd-15796453, #w-node-b0105210-608a-0ce2-00f2-9f8ced0927dd-15796454 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0ea20420-5e6a-dafd-23f4-38d32d3dafb6-15796455 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_0ea20420-5e6a-dafd-23f4-38d32d3dafb7-15796455 {
  grid-area: span 7 / span 1 / span 7 / span 1;
}

#w-node-_0ea20420-5e6a-dafd-23f4-38d32d3dafb8-15796455 {
  grid-area: 5 / 1 / 8 / 2;
}

#w-node-bf9b2a3b-a799-1f82-70a0-f9d47a5209b7-15796455 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bf9b2a3b-a799-1f82-70a0-f9d47a5209b8-15796455 {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: auto;
}

#w-node-_9ba364e7-1c1a-2b03-1ef4-a49615955032-15796455 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9ba364e7-1c1a-2b03-1ef4-a49615955033-15796455 {
  grid-area: span 2 / span 3 / span 2 / span 3;
  place-self: auto;
}

#w-node-_9ba364e7-1c1a-2b03-1ef4-a49615955034-15796455 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60cb5d9c-4177-4f06-feb9-7dcb4cf008f2-15796472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_6af93815-3a4b-4c71-8e0d-166f2245057f-15796472 {
  align-self: auto;
}

#w-node-_4cae2818-03a5-ccb4-579d-cff79f990959-15796472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2381260b-4398-7bc8-187b-bee8992201f7-15796484 {
  align-self: center;
}

#w-node-f893eafd-be3b-674d-79d1-115794a8cb93-1579649c {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-f893eafd-be3b-674d-79d1-115794a8cb94-1579649c {
  grid-area: span 7 / span 1 / span 7 / span 1;
}

#w-node-f893eafd-be3b-674d-79d1-115794a8cb95-1579649c {
  grid-area: 5 / 1 / 8 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-f893eafd-be3b-674d-79d1-115794a8cb93-157963f0 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-f893eafd-be3b-674d-79d1-115794a8cb94-157963f0 {
    grid-area: span 6 / span 1 / span 6 / span 1;
  }

  #w-node-f893eafd-be3b-674d-79d1-115794a8cb95-157963f0 {
    grid-area: 4 / 1 / 7 / 2;
  }

  #w-node-_0ea20420-5e6a-dafd-23f4-38d32d3dafb6-15796455 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_0ea20420-5e6a-dafd-23f4-38d32d3dafb7-15796455 {
    grid-row: span 6 / span 6;
  }

  #w-node-_0ea20420-5e6a-dafd-23f4-38d32d3dafb8-15796455 {
    grid-area: 4 / 1 / 7 / 2;
  }

  #w-node-f893eafd-be3b-674d-79d1-115794a8cb93-1579649c {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-f893eafd-be3b-674d-79d1-115794a8cb94-1579649c {
    grid-area: span 6 / span 1 / span 6 / span 1;
  }

  #w-node-f893eafd-be3b-674d-79d1-115794a8cb95-1579649c {
    grid-area: 4 / 1 / 7 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2381260b-4398-7bc8-187b-bee8992201f7-15796484 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b0105210-608a-0ce2-00f2-9f8ced0927cd-15796453, #w-node-b0105210-608a-0ce2-00f2-9f8ced0927d1-15796453, #w-node-b0105210-608a-0ce2-00f2-9f8ced0927d5-15796453, #w-node-b0105210-608a-0ce2-00f2-9f8ced0927d9-15796453, #w-node-b0105210-608a-0ce2-00f2-9f8ced0927cd-15796454, #w-node-b0105210-608a-0ce2-00f2-9f8ced0927d1-15796454, #w-node-b0105210-608a-0ce2-00f2-9f8ced0927d5-15796454, #w-node-b0105210-608a-0ce2-00f2-9f8ced0927d9-15796454 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Kgblankspacesketch';
  src: url('../fonts/KGBlankSpaceSketch.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futur';
  src: url('../fonts/futur.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura book font';
  src: url('../fonts/Futura-Book-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Bold-font.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura book font';
  src: url('../fonts/Futura-Book-Italic-font.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura extra font';
  src: url('../fonts/Futura-Extra-Black-font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Bold-Italic-font.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Heavy-font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura bt';
  src: url('../fonts/futura-light-bt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura bt';
  src: url('../fonts/futura-medium-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Light-Italic-font.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Medium-Italic-font.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Light-font.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura xblk bt';
  src: url('../fonts/Futura-XBlk-BT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura condensed bt';
  src: url('../fonts/futura-medium-condensed-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Heavy-Italic-font.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Condensed';
  src: url('../fonts/Futura-CondensedLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}