:root {
  --grey: #0009;
  --black: #1a1a1a;
  --yellow-light: #ffe361;
  --yellow: #ffda2e;
  --white: white;
  --black-2: #232527;
  --light: #f7f6e9;
  --red: #ff784e;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --waves-library--dark-elevation: #f7f6e9;
  --green: #75ba6d;
  --dark-light: #f0eee0;
  --black-3: #353839;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--grey);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

h1, h2 {
  color: var(--black);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}

h3 {
  color: var(--black);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  text-decoration: none;
  display: inline-block;
}

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

.wrapper {
  width: 100%;
  max-width: 1329px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.default-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--yellow-light);
  letter-spacing: -.5px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 5px 30px;
  font-size: 14px;
  line-height: 14px;
  transition: all .15s ease-in;
  display: flex;
}

.default-button:hover {
  background-color: var(--black);
  color: var(--yellow-light);
}

.default-button.withicon {
  min-height: 40px;
  padding-left: 15px;
  padding-right: 21px;
}

.default-button.withicon.transparent {
  background-color: #0000;
}

.default-button.withicon.transparent:hover {
  background-color: var(--white);
  color: var(--black);
}

.default-button.black {
  background-color: var(--black);
  color: var(--yellow-light);
}

.default-button.black:hover {
  background-color: var(--yellow-light);
  color: var(--black);
}

.default-button.white {
  background-color: var(--white);
}

.default-button.white:hover {
  background-color: var(--black-2);
  color: var(--yellow-light);
}

.default-button.white.disabled {
  opacity: .4;
  pointer-events: none;
}

.default-button.nobutton {
  pointer-events: none;
}

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

.icon.why-arrow {
  margin-right: -5px;
}

.header {
  z-index: 5;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-logo {
  width: 100%;
  max-width: 120px;
  margin-right: auto;
}

.header-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.default-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 12px;
  line-height: 12px;
  transition: background-color .15s;
  display: flex;
}

.default-link:hover {
  background-color: var(--light);
  position: relative;
}

.default-link.footer-mail:hover, .default-link.footer-link:hover {
  background-color: var(--black);
  color: var(--yellow-light);
}

.hero-section {
  background-image: url('../images/hero-back-min-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.section {
  z-index: 1;
  background-color: var(--white);
  text-align: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-bottom: -80px;
  padding-top: 120px;
  padding-bottom: 200px;
  position: relative;
}

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

.section.section-connect {
  background-image: linear-gradient(168deg, #e4e4e4 5.28%, #c9c7ca);
  padding-top: 0;
  padding-bottom: 0;
}

.section.section-connect.sticky {
  overflow: hidden;
}

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

.section.section-map.sticky {
  overflow: hidden;
}

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

.section.section-alternative.sticky {
  overflow: hidden;
}

.section.hero-section {
  background-image: url('../images/hero-back-minn.jpg');
  background-position: 30%;
  border-radius: 0;
  align-items: center;
  min-height: 95vh;
  padding-top: 189px;
  padding-bottom: 326px;
  display: flex;
}

.section.hero-section.sticky {
  justify-content: center;
}

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

.section.join.sticky {
  overflow: hidden;
}

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

.section.section-welcoming.sticky {
  overflow: hidden;
}

.hero-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 506px;
  margin-left: auto;
  display: flex;
}

.hero-button {
  justify-content: center;
  display: flex;
}

.join-items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 60px;
  display: flex;
}

.join-item {
  width: 100%;
  padding-top: 40px;
  position: relative;
}

.join-item__block {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 30px 5px;
  display: flex;
}

.join-block__back {
  z-index: -1;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.join-item__image {
  justify-content: space-around;
  margin-top: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  overflow: hidden;
}

.default-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.default-content.left {
  text-align: left;
  max-width: 530px;
  margin-left: 0;
}

.join-button {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.join-item__element {
  z-index: 2;
  height: 100%;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.join-item__num {
  background-color: var(--yellow-light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
}

.join-item__title {
  margin-top: 20px;
  margin-bottom: 25px;
}

.join-item__description {
  margin-top: -15px;
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 12px;
}

.travel-cards {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 59px;
  display: flex;
  position: relative;
}

.travel-card {
  background-color: var(--white);
  border-radius: 20px;
  transition: all .25s ease-in;
  position: relative;
  overflow: hidden;
}

.card-top {
  position: relative;
}

.card-flash {
  max-width: 34px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.card-user {
  border-radius: 50%;
  width: 60px;
  max-width: 60px;
  height: 60px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.card-bottom {
  color: var(--black);
  letter-spacing: -.5px;
  padding: 35px 20px;
  font-size: 12px;
  line-height: 12px;
}

.card-bottom__items {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-bottom__item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-bottom__item-icon {
  min-width: 18px;
  max-width: 18px;
}

.card-bottom__item-text {
  white-space: nowrap;
}

.card-bottom__swap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.card-bottom__swap-title {
  opacity: .4;
  white-space: nowrap;
}

.app-block__container {
  background-image: url('../images/app-background-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.app-block__content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  flex-direction: column;
  max-width: 598px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  display: flex;
}

.app-block__logo {
  max-width: 100px;
}

.app-block__buttons {
  display: flex;
}

.app-block__images {
  width: 100%;
  max-width: 670px;
  display: flex;
  position: relative;
}

.app-block__img-block {
  width: 100%;
}

.app-block__img-block._1 {
  margin-top: auto;
}

.app-block__img-block._3 {
  margin-top: -88px;
}

.app-block__img {
  width: 460px;
}

.app-block__images-left {
  flex-direction: column;
  width: 460px;
  min-width: 460px;
  padding-bottom: 140px;
  display: flex;
}

.app-block__images-right {
  width: 460px;
  min-width: 460px;
  margin-left: -140px;
}

.app-block__images-container {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
}

.connect-container {
  z-index: 2;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.connect-button {
  margin-top: 10px;
  display: flex;
}

.connect-images {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 750px;
  padding-bottom: 30px;
  padding-right: 100px;
  display: flex;
}

.connect-girl {
  width: 100%;
  max-width: 612px;
  position: relative;
  left: -32px;
}

.connect-info {
  padding-top: 120px;
  padding-bottom: 120px;
}

.connect-girl__item {
  position: absolute;
  bottom: 100px;
  left: 400px;
}

.connect-girl__item._1 {
  align-items: flex-end;
  width: 43%;
  max-width: 261px;
  display: flex;
  bottom: 29%;
  left: 66%;
}

.connect-girl__item._2 {
  width: 41%;
  max-width: 252px;
  bottom: 27%;
  left: 72%;
}

.connect-girl-item__line {
  width: auto;
}

.connect-girl-item__line._2 {
  width: 100%;
  max-width: 252px;
  transform: none;
}

.connect-girl-item__line._1 {
  width: 100%;
  max-width: none;
  transform: none;
}

.connect-girl__item-block {
  position: absolute;
}

.connect-girl__item-block._1 {
  width: 64%;
  max-width: 166px;
  top: -47%;
  right: -36%;
}

.connect-girl__item-block._2 {
  max-width: 119px;
  bottom: -78%;
  right: -22%;
}

.connect-back {
  pointer-events: none;
  background-image: url('../images/girl-background-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.footer {
  z-index: 2;
  background-color: var(--white);
  padding-top: 30px;
  padding-bottom: 70px;
  position: relative;
}

.footer-content {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-direction: column;
  display: flex;
}

.footer-items {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  letter-spacing: -.5px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.footer-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding-right: 90px;
  display: flex;
}

.footer-made {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--black);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.welcoming-blocks {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.welcoming-block {
  position: relative;
}

.welcoming-block__content {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: none;
  text-align: left;
  background-color: #fffffff0;
  border-radius: 15px;
  align-items: center;
  min-width: 232px;
  padding: 10px;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  position: absolute;
  inset: auto 10px 10px auto;
}

.welcoming-block__content.alternative {
  min-width: 220px;
  margin-top: auto;
  position: static;
}

.welcoming-avatar {
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  overflow: hidden;
}

.welcoming-block__info {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.black {
  color: var(--black);
}

.welcoming-blocks__navigation {
  z-index: 2;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.welcoming-blocks__button {
  background-color: var(--yellow-light);
  pointer-events: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  transition: background-color .15s ease-in;
  display: flex;
}

.welcoming-blocks__button:hover {
  background-color: var(--black);
}

.welcoming-blocks__button.prev {
  left: 20px;
}

.welcoming-blocks__button.next {
  right: 20px;
}

.welcoming-blocks__button.next:hover {
  background-color: var(--black);
}

.welcoming-blocks__slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.slide-nav {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 38px;
  padding: 0;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.welcoming-slider {
  background-color: #0000;
  height: auto;
  margin-top: 60px;
}

.map-button {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.map-avatars {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.map-avatar {
  border-radius: 50%;
  overflow: hidden;
}

.map-avatar._1 {
  width: 40px;
  height: 40px;
}

.map-avatar._2 {
  width: 60px;
  height: 60px;
}

.map-avatar._3 {
  width: 80px;
  height: 80px;
}

.map-avatar._4 {
  width: 100px;
  height: 100px;
  margin-left: 5px;
  margin-right: 5px;
}

.map-block {
  z-index: 2;
  padding-top: 140px;
  position: relative;
}

.map-back {
  z-index: -1;
  width: 100%;
  max-width: 960px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.alternative__container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.alternative-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  padding: 35px 40px 40px;
  display: flex;
}

.alternative-title {
  letter-spacing: -1px;
  font-size: 44px;
  line-height: 48px;
}

.alternative-subtitle {
  margin-top: 10px;
}

.alternative-block__item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--black);
  letter-spacing: -.5px;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.alternative__block-icon {
  width: 18px;
  min-width: 18px;
  max-width: 18px;
}

.alternative-block__items {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.alternative-button {
  margin-top: 20px;
}

.join-block {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(168deg, #e4e4e4 5.28%, #c9c7ca);
  border-radius: 30px;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.join-block__content {
  text-align: left;
  width: 100%;
  min-width: 550px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
}

.text-social {
  background-image: url('../images/whatsapp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 7px;
}

.text-social.insta {
  background-image: url('../images/instagram.svg');
}

.join-images {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 652px;
  display: flex;
}

.join-girl {
  width: 72%;
  max-width: 442px;
  position: relative;
}

.join-girl__item {
  width: 43%;
  max-width: 192px;
  position: absolute;
  bottom: 26%;
  right: 91%;
}

.join-girl__item._2 {
  width: 47%;
  max-width: 205px;
  right: 71%;
}

.join-girl__item-block {
  width: 128%;
  max-width: 241px;
  position: absolute;
  bottom: 75%;
  left: -9%;
}

.join-girl__item-block._2 {
  width: 87%;
  max-width: 178px;
  bottom: 77%;
  left: -15%;
}

.join-background {
  z-index: -1;
  pointer-events: none;
  background-image: url('../images/join-back-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.why-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.why-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.why-item {
  background-color: var(--yellow-light);
  text-align: left;
  border-radius: 20px;
  padding: 20px 30px 24px;
  transition: all .25s ease-in;
}

.why-item.active {
  background-color: var(--white);
}

.why-item__top {
  cursor: pointer;
  display: flex;
}

.p {
  flex: 1;
}

.why-item__bottom {
  height: 0;
  transition: height .25s ease-in;
  overflow: hidden;
}

.why-item__content {
  color: #000c;
  padding-top: 20px;
  padding-bottom: 11px;
}

.instagram-content {
  justify-content: flex-start;
  width: 100%;
  max-width: 590px;
  display: flex;
  position: relative;
}

.instagram-blocks {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.instagram-block {
  border-radius: 20px;
  width: 240px;
  margin-top: 40px;
  overflow: hidden;
}

.join-blocks__line.second {
  margin-top: -151px;
}

.join-blocks__line.first {
  margin-top: -300px;
}

.alternative-back {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.section-back {
  z-index: 7;
  opacity: 0;
  pointer-events: none;
  background-color: #00000026;
  position: absolute;
  inset: 0%;
}

.join-content {
  padding-top: 120px;
  position: sticky;
  top: 0;
}

.travel-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 140px;
}

.app-section {
  padding-bottom: 220px;
}

.travel-card__container {
  min-width: 25%;
  padding-right: 40px;
  transition: all .5s linear;
}

.traveling-filter {
  max-width: 1003px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.rotate-8 {
  transform: rotate(8deg);
}

.rotate-30 {
  transform: rotate(30deg);
}

._w-slider-dot {
  border: 1px solid var(--black);
  opacity: .4;
  pointer-events: auto;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin: 0;
}

._w-slider-dot:hover, ._w-slider-dot._w-active {
  opacity: 1;
}

.hero-elements {
  position: absolute;
}

.join-block__back-img {
  border-radius: 30px;
  max-width: none;
  height: 100%;
}

.desktop {
  width: 100%;
}

.mobile, .connect-images_image {
  display: none;
}

.welcomin-block__img-container {
  border-radius: 20px;
  overflow: hidden;
}

.hero-images {
  background-color: var(--red);
  width: 50px;
  height: 50px;
  position: absolute;
  top: 22.3vw;
  left: 24.3vw;
}

.hero-section__img {
  display: none;
}

.section-content {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.page-preload {
  z-index: 5;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.welcoming-image {
  transform: scale(1.2);
}

.welcomin-block__img {
  overflow: hidden;
}

.why-items__container {
  width: 100%;
  max-width: 640px;
}

.hero-title {
  text-decoration: none;
}

.cookie-popup__block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 40px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}

.cookie-popup__icon {
  min-width: 32px;
  max-width: 32px;
}

.cookie-popup__text {
  margin-right: auto;
}

.cookie-popup__buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.cookie-popup__link {
  color: var(--yellow-light);
  white-space: nowrap;
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  padding: 10px 14px;
  transition: all 15ms ease-in;
}

.cookie-popup__link:hover {
  background-color: var(--yellow);
  color: var(--black);
}

.cookie-popup__link.grey {
  color: #fff9;
}

.cookie-popup__link.grey:hover {
  color: var(--black);
}

.cookie-popup {
  z-index: 200;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  bottom: 20px;
  left: 0;
}

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

.paragraph-2 {
  font-size: 16px;
}

.div-block {
  background-color: #bb7575;
  width: 100%;
}

.container {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.waves---nav-cta {
  background-color: var(--yellow-light);
  color: var(--black);
  border-style: solid;
  border-color: #000;
  border-radius: 39px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-top: 0;
  padding: 0 39px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.waves---nav-cta:hover {
  background-color: var(--black);
  color: var(--yellow);
}

.waves---menu-button {
  padding-top: 0;
  padding-bottom: 0;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  padding: 12px 16px;
  font-size: 13px;
}

.waves---nav-link:hover {
  color: var(--white);
  background-color: #000;
  border-radius: 20px;
}

.waves---dropdown-link {
  text-align: center;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu, .waves-right-nav-1 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---brand {
  max-width: none;
  height: 100%;
}

.waves---nav-brand-link {
  height: 24px;
}

.waves-master-nav-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-1 {
  z-index: 105;
  background-color: var(--waves-library--white);
  border-bottom: 1px solid #13131333;
  height: 80px;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves-circle-blog-1 {
  background-color: var(--waves-library--black);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.waves-blog-details-1 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-bottom-blog-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-tag-blog-1 {
  z-index: 3;
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 4px 16px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
}

.waves-image-blog-1 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-image-wrap-blog-1 {
  border-radius: 12px;
  padding-top: 62%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-tile-blog-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.waves-blog-grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---nav-cta-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---nav-buttons-right-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link-2 {
  padding: 12px 16px;
}

.waves---dropdown-link-2 {
  text-align: center;
}

.waves-dropdown-list-2.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves-icon-drodpdown-2 {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle-2 {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu-2, .waves-right-nav-2 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---brand-2 {
  max-width: none;
  height: 100%;
}

.waves---nav-brand-link-2 {
  height: 24px;
}

.waves-master-nav-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-container-2 {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-2 {
  z-index: 105;
  background-color: var(--waves-library--white);
  border-bottom: 1px solid #13131333;
  height: 80px;
}

.waves---paragraph-small-2 {
  font-size: 16px;
  line-height: 130%;
}

.waves-circle-blog-2 {
  background-color: var(--waves-library--black);
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.waves-blog-details-2 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves---paragraph-regular-2 {
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-3-no-margins-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-bottom-blog-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-tag-blog-2 {
  z-index: 3;
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 4px 16px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
}

.waves-image-blog-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-image-wrap-blog-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 62%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-tile-blog-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.waves-blog-grid-4 {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 48px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-511 {
  max-width: 510px;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-content-blog-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-blog-3 {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 200px;
  height: 200px;
}

.waves-tile-blog-3 {
  grid-column-gap: 32px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
}

.waves-grid-blog-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.image {
  max-width: 100%;
}

.heading {
  width: 100%;
  font-size: 52px;
}

.heading-2 {
  font-size: 30px;
}

.why-items__container-copy {
  width: 100%;
  max-width: 640px;
}

.waves---expand-line {
  background-color: var(--waves-library--black);
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
}

.waves---expand-space {
  height: 24px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---paragraph-regular-3 {
  color: var(--black);
  font-size: 18px;
  line-height: 130%;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item {
  cursor: pointer;
  background-color: #ffe361;
  border: 1px solid #0000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-top: 12px;
  padding: 29px 30px 32px;
  display: flex;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves-expandable-master-faq-2 {
  width: 100%;
  max-width: 600px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading-3 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-expanded-text-2 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
}

.waves---paragraph-regular-4 {
  color: var(--black);
  font-size: 18px;
  line-height: 130%;
}

.waves---expandable-item-2 {
  cursor: pointer;
  background-color: #ffe361;
  border: 1px solid #0000;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-top: 14px;
  padding: 13px 12px;
  display: flex;
}

.waves-expandable-master-faq-1 {
  max-width: 545px;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves-left-faq-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-grid-faq-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container-4 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-2 {
  width: 100%;
  max-width: 640px;
  height: 100%;
}

.text-span {
  color: var(--black);
  font-family: Petit Cochon, sans-serif;
}

.text-span-2 {
  color: var(--black);
  font-family: Plus Jakarta Sans, sans-serif;
  text-decoration: none;
}

.paragraph-3 {
  font-size: 18px;
}

.paragraph-4, .paragraph-5 {
  font-size: 16px;
}

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
  font-size: 17px;
}

.container-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-3 {
  width: 100%;
}

.waves---nav-cta-3 {
  background-color: var(--yellow);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---nav-buttons-right-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link-3 {
  padding: 12px 16px;
}

.waves---dropdown-link-3 {
  text-align: center;
}

.waves-dropdown-list-3.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves-icon-drodpdown-3 {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle-3 {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu-3, .waves-right-nav-3 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---brand-3 {
  max-width: none;
  height: 100%;
}

.waves---nav-brand-link-3 {
  height: 60px;
}

.waves-master-nav-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-container-3 {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-3 {
  z-index: 105;
  background-color: var(--waves-library--white);
  border-bottom: 1px solid #13131333;
  height: 80px;
}

.waves---paragraph-big-4 {
  font-size: 22px;
  line-height: 130%;
}

.waves---heading-3-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-top-blog-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-tile-blog-4 {
  grid-row-gap: 40px;
  border-top: 1px solid var(--waves-library--black);
  border-bottom: 1px solid var(--waves-library--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.waves-grid-blog-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 48px;
}

.waves---limit-512 {
  max-width: 510px;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading-4 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-5 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-2 {
  width: 30%;
}

.text-span-5, .text-span-6 {
  color: var(--yellow);
  font-size: 25px;
}

.link-block {
  height: 30px;
}

.image-3 {
  width: 20%;
}

.text-span-7 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 54px;
}

@media screen and (min-width: 1920px) {
  .wrapper.hero-wrapper, .wrapper.large {
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .default-button.withicon:hover {
    background-color: var(--yellow);
  }

  .default-button.withicon.transparent {
    background-color: #fff;
  }

  .default-button.black {
    border-radius: 47px;
    min-height: 80px;
    padding-bottom: 10px;
  }

  .app-block__logo {
    width: 100%;
  }

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

  .paragraph-2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .wrapper.hero-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .default-button.withicon.transparent {
    background-color: #fff;
  }

  .default-link.footer-mail {
    margin-top: -8px;
    font-size: 15px;
    line-height: 15px;
  }

  .default-link.footer-link {
    font-size: 17px;
    line-height: 17px;
  }

  .section.hero-section {
    background-position: 5% 0;
    background-repeat: no-repeat;
    background-size: 1500px;
    align-items: flex-end;
    margin-bottom: 0;
    padding-top: 700px;
    padding-bottom: 0;
  }

  .section.join {
    min-height: 0;
  }

  .hero-content {
    background-color: var(--light);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    max-width: none;
    margin-bottom: -80px;
    padding: 50px 20px 130px;
  }

  .join-items {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .join-item {
    height: auto;
    margin-right: 20px;
  }

  .join-item__block {
    flex-wrap: nowrap;
  }

  .join-item__image {
    width: 100%;
  }

  .join-button {
    margin-top: 60px;
  }

  .card-bottom__item {
    width: 50%;
  }

  .app-block__content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .connect-girl {
    min-width: 500px;
    left: -100px;
  }

  .connect-info {
    min-width: 459px;
    padding-bottom: 200px;
  }

  .connect-girl__item-block._1 {
    top: -60%;
  }

  .connect-girl__item-block._2 {
    bottom: -145%;
  }

  .footer-content {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
  }

  .footer-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .footer-nav {
    margin-top: 11px;
    margin-left: 0;
    padding-bottom: 32px;
    padding-right: 0;
    font-size: 17px;
  }

  .footer-adress {
    margin-bottom: -4px;
    font-size: 15px;
    line-height: 15px;
  }

  .footer-description {
    order: 1;
  }

  .alternative__container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .join-block__content {
    min-width: 450px;
    padding-left: 20px;
  }

  .join-images {
    position: relative;
    right: 0;
  }

  .join-girl {
    min-width: 400px;
  }

  .join-girl__item {
    display: none;
  }

  .join-content.sticky {
    position: static;
    overflow: hidden;
  }

  .travel-card__container {
    min-width: 33%;
    padding-right: 20px;
  }

  ._w-slider-dot {
    opacity: .4;
  }

  ._w-slider-dot:hover {
    opacity: 1;
  }

  ._w-slider-dot._w-active {
    background-color: var(--black);
    opacity: 1;
    transition: all .15s;
  }

  .alternative-block__item-text {
    font-size: 12px;
  }

  .section-2 {
    background-color: #c05b5b;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves-blog-grid-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---hamburger-icon-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button-2 {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button-2.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right-2 {
    grid-column-gap: 8px;
  }

  .waves---nav-link-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list-2.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle-2 {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-dropdown-2 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---nav-menu-2 {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-brand-link-2 {
    padding-left: 0;
  }

  .waves---heading-3-no-margins-2 {
    text-align: center;
  }

  .waves-image-blog-2 {
    width: 100%;
  }

  .waves-blog-grid-4 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-blog-2 {
    grid-template-columns: 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-left-faq-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-faq-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .text-span {
    color: var(--yellow);
  }

  .text-span-2 {
    color: var(--black);
  }

  .waves---hamburger-icon-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button-3 {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button-3.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right-3 {
    grid-column-gap: 8px;
  }

  .waves---nav-link-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link-3 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list-3.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle-3 {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-dropdown-3 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---nav-menu-3 {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-brand-link-3 {
    padding-left: 0;
  }

  .waves-grid-blog-3 {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1, h2 {
    letter-spacing: -1px;
    font-size: 38px;
    line-height: 46px;
  }

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

  .default-button.withicon {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .default-button.withicon.transparent {
    background-color: var(--white);
  }

  .header {
    padding-top: 26px;
  }

  .header-logo {
    max-width: 40px;
  }

  .header-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .default-link.withicon {
    background-color: var(--white);
    padding: 8px;
  }

  .section {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-bottom: -80px;
    padding-top: 50px;
    padding-bottom: 130px;
  }

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

  .section.section-map.sticky {
    padding-bottom: 130px;
  }

  .section.section-alternative.sticky {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .section.hero-section {
    background-size: 1077px;
    min-height: 0;
    padding-top: 434px;
  }

  .section.section-welcoming {
    padding-bottom: 80px;
  }

  .hero-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .join-items {
    margin-top: 30px;
  }

  .join-item {
    margin-right: 10px;
    padding-top: 20px;
  }

  .join-item__block {
    padding-bottom: 27px;
  }

  .join-item__image {
    padding-left: 22px;
    padding-right: 22px;
  }

  .default-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
  }

  .default-content.left {
    text-align: center;
    margin-left: auto;
  }

  .join-button {
    margin-top: 30px;
  }

  .join-item__element {
    padding-left: 20px;
    padding-right: 20px;
  }

  .travel-cards {
    margin-top: 30px;
  }

  .app-block {
    margin-left: -10px;
    margin-right: -10px;
  }

  .app-block__container {
    flex-direction: column;
  }

  .app-block__content {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 30px 30px;
  }

  .app-block__images {
    max-width: none;
    height: 260px;
  }

  .app-block__img-block {
    width: 50%;
    min-width: 50%;
  }

  .app-block__img-block._2 {
    padding-top: 30px;
  }

  .app-block__img-block._3 {
    margin-top: 30px;
  }

  .app-block__images-right {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    display: flex;
    position: relative;
    left: -27%;
  }

  .app-block__images-container {
    position: relative;
  }

  .connect-container {
    flex-direction: column;
  }

  .connect-button {
    margin-top: 15px;
  }

  .connect-images {
    max-width: none;
    padding-bottom: 0;
  }

  .connect-girl {
    left: -70px;
  }

  .connect-info {
    min-width: 0;
    padding: 50px 20px 0;
  }

  .connect-back {
    background-image: url('../images/back-img.png');
    background-position: 50%;
    background-size: cover;
  }

  .welcoming-block {
    overflow: visible;
  }

  .welcoming-block__content {
    background-color: var(--light);
    bottom: -40px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .welcoming-block__content.alternative {
    background-color: var(--white);
    margin-bottom: 20px;
    position: absolute;
    bottom: 100%;
    left: 20px;
    transform: translate(0%);
  }

  .welcoming-blocks__button.prev, .welcoming-blocks__button.next {
    display: none;
  }

  .slide-nav {
    margin-top: 70px;
    position: static;
  }

  .welcoming-slider {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }

  .map-button {
    margin-top: 15px;
  }

  .map-avatars {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .map-avatar._1 {
    width: 25px;
    height: 25px;
  }

  .map-avatar._2 {
    width: 38px;
    height: 38px;
  }

  .map-avatar._3 {
    width: 50px;
    height: 50px;
  }

  .map-avatar._4 {
    width: 63px;
    height: 63px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .map-block {
    padding-top: 90px;
  }

  .map-back {
    min-width: 560px;
  }

  .alternative__container {
    flex-direction: column;
    position: relative;
  }

  .alternative-block {
    z-index: 4;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: var(--light);
    border-radius: 25px 25px 0 0;
    order: 1;
    max-width: none;
    padding: 25px 30px 130px;
    position: relative;
  }

  .alternative-title {
    font-size: 34px;
    line-height: 40px;
  }

  .alternative-block__items {
    margin-top: 10px;
  }

  .alternative-button {
    margin-top: 15px;
  }

  .join-block {
    flex-direction: column;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 0;
  }

  .join-block__content {
    min-width: 0;
    padding: 50px 10px 0;
  }

  .text-social {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    margin-top: -8px;
  }

  .text-social.insta {
    margin-top: -7px;
  }

  .join-girl {
    min-width: 348px;
    max-width: 348px;
    margin-bottom: 0;
    margin-right: -50px;
  }

  .join-girl__item {
    display: flex;
  }

  .why-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    margin-left: -10px;
    margin-right: -10px;
  }

  .why-item {
    padding: 15px 20px;
  }

  .why-item__top {
    align-items: center;
    min-height: 44px;
    margin-right: -5px;
  }

  .p {
    font-size: 20px;
    line-height: 22px;
  }

  .instagram-content {
    max-width: none;
    margin-top: 25px;
  }

  .instagram-blocks {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-bottom: 50px;
    position: relative;
  }

  .instagram-block {
    min-width: 245px;
    margin-top: 0;
  }

  .join-blocks__line {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    display: flex;
  }

  .join-blocks__line.second {
    margin-top: 0;
    margin-left: 0;
  }

  .join-blocks__line.first {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0;
  }

  .alternative-back {
    margin-bottom: -30px;
    position: relative;
  }

  .join-content, .join-content.sticky {
    padding-top: 50px;
  }

  .travel-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .travel-card__container {
    width: 50%;
    min-width: 50%;
  }

  .traveling-filter {
    max-width: 345px;
    margin-top: 30px;
  }

  .paragraph {
    font-size: 14px;
  }

  .nomobile, .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .phone-img {
    width: 150%;
    max-width: 150%;
  }

  .mask {
    overflow: visible;
  }

  .alternative-back__img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .why-items__container {
    max-width: none;
  }

  .cookie-popup__block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: column;
  }

  .cookie-popup__text {
    text-align: center;
    margin-left: auto;
  }

  .cookie-popup {
    padding-left: 0;
    padding-right: 0;
    bottom: 0;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

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

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

  .waves---nav-container-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

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

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-image-blog-3 {
    width: 100%;
    height: 320px;
  }

  .waves-tile-blog-3 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .heading {
    line-height: 49px;
  }

  .why-items__container-copy {
    max-width: none;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

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

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .paragraph-3 {
    margin-bottom: 18px;
  }

  .waves---nav-container-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .waves-grid-blog-3 {
    grid-row-gap: 64px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

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

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .default-button.black {
    margin-top: 2px;
    font-size: 16px;
  }

  .default-button.black:hover {
    background-color: var(--black);
  }

  .section.section-connect.sticky {
    background-image: linear-gradient(168deg, #e4e4e4 10%, #dfdedf 28%, #dbdadb 41%, #d6d4d6 91%, #c9c7ca);
  }

  .section.hero-section {
    background-image: none;
    flex-direction: column;
    padding-top: 0;
  }

  .section.hero-section.sticky {
    background-image: none;
  }

  .hero-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: -95px;
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .card-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-bottom__items {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .app-block__container {
    background-position: 0 0;
  }

  .app-block__content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .app-block__buttons {
    flex-direction: column;
  }

  .connect-images {
    padding-right: 0;
  }

  .connect-girl {
    min-width: 400px;
    display: none;
    left: -61px;
  }

  .footer-nav {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .map-avatar {
    display: flex;
  }

  .alternative-block__items {
    grid-template-columns: 1fr;
  }

  .join-block__content {
    z-index: 2;
    position: relative;
  }

  .join-images {
    margin-top: -60px;
  }

  .join-girl {
    margin-right: -100px;
    display: none;
  }

  .alternative-back {
    justify-content: center;
    display: flex;
  }

  .travel-content {
    padding-bottom: 50px;
  }

  .travel-card__container {
    width: 70%;
    min-width: 70%;
    padding-right: 10px;
  }

  .mobile {
    border-radius: 8px;
  }

  .connect-images_image {
    display: block;
  }

  .alternative-back__img {
    min-width: 534px;
  }

  .hero-section__img {
    display: block;
  }

  .hero-title {
    color: var(--black);
    margin-top: -5px;
    font-size: 36px;
    line-height: 42px;
  }

  .paragraph-2 {
    color: var(--yellow);
    font-size: 15px;
  }

  .waves---nav-cta {
    display: none;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-tag-blog-1 {
    top: 12px;
    left: 12px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---nav-cta-2 {
    display: none;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves-tag-blog-2 {
    top: 12px;
    left: 12px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-image-blog-3 {
    height: 62vw;
  }

  .waves-tile-blog-3 {
    padding: 16px;
  }

  .heading {
    color: var(--black);
    margin-top: -6px;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 23px;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---main-container-3 {
    margin-top: 13px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-expanded-text-2 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .waves---paragraph-regular-4 {
    text-align: left;
  }

  .text-span {
    color: var(--yellow);
  }

  .text-span-2 {
    color: var(--black);
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 12px;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-span-3, .text-span-4 {
    text-decoration: underline;
  }

  .waves---nav-cta-3 {
    display: none;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

#w-node-_2d41fa74-abd3-b374-5cbe-9285510a9f25-f2ebff2a, #w-node-_512c204b-a49c-5ca8-2a02-d6f8ee2bbce0-2c135221, #w-node-_2238228e-a206-e51a-8ecd-a65047bcffe6-2c135221, #w-node-_512c204b-a49c-5ca8-2a02-d6f8ee2bbce7-2c135221, #w-node-_512c204b-a49c-5ca8-2a02-d6f8ee2bbcee-2c135221, #w-node-_512c204b-a49c-5ca8-2a02-d6f8ee2bbcf5-2c135221, #w-node-_47a21360-70c8-7a7c-e1ca-2d0f835b4d87-2c135221, #w-node-c8f66fda-839d-cfd1-d4a7-a4e2400eea5d-2c135221, #w-node-_6eed9a20-01af-3a4b-383d-60d1b45c00c8-2c135221, #w-node-c8f66fda-839d-cfd1-d4a7-a4e2400eea64-2c135221, #w-node-c8f66fda-839d-cfd1-d4a7-a4e2400eea6b-2c135221, #w-node-c8f66fda-839d-cfd1-d4a7-a4e2400eea72-2c135221, #w-node-_64f84a8e-af3e-36de-44da-7de1a23d22de-2c135221, #w-node-c629ce37-a423-80fc-83eb-a943a301f95a-2c135221, #w-node-e0dafc35-526f-c939-5423-ad43166c63c1-2c135221, #w-node-_1c917cc0-e046-6bcf-e359-7629a391499a-2c135221, #w-node-_59920fdc-0e76-eafe-504f-93c6381142bf-2c135221, #w-node-_67bf503c-c243-b219-b921-ccbd70ac7b71-2c135221, #w-node-_7af811be-a5da-802b-0866-be5b4544accd-2c135221, #w-node-_1de5f822-748f-138f-2b6c-21b4468ec5ad-2c135221, #w-node-_1373568e-f4d0-163b-91cf-0ac1936e8f02-2c135221, #w-node-_7dd4987f-ec94-8a44-4abe-a9d4e4c017a6-2c135221, #w-node-_6bb46c2f-c0de-02cd-4406-55209ebe8a96-2c135221, #w-node-a4013253-e236-ff52-9a36-f9d3df3a4e9a-3de48054, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-e2365b5a, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-596184b4, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-f7170e30, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-67862c67, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-32650c8a, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-bcb0e1ef, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-204cd119, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-716846cc, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-963f2e16, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-13613b47, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-fe386cff, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-4d72a025, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-67867d85, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-cd5dc9df, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-c3e692e3, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-8c137132, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-53d28027, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-394d2f55, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-332af061, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-5c80e207, #w-node-_4c10e515-6cee-2e9f-a3b8-06b480232e2f-5161b996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Petit Cochon';
  src: url('../fonts/Petit-Cochon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}