:root {
  --ay-backgrnd-dark: #416363;
  --ay-white: #f5f5f5cc;
  --light-grey: #aaa;
  --primary: #dbff00;
  --hero-height: 100vh;
  --secondary: #171f33;
  --ay-backgrnd: white;
  --midnight-blue: #042362;
  --transparent: #0009;
  --ay-light-green: #849280;
  --ay-backgrnd-light: #fbf8f3;
  --leading-font: Inter, sans-serif;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .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 {
  background-color: var(--ay-backgrnd-dark);
  color: var(--ay-white);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--ay-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -5px;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 56px;
}

h2 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 42px;
}

h3 {
  color: var(--ay-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  color: var(--ay-white);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

h6 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

p {
  color: var(--light-grey);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

a {
  color: var(--light-grey);
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
}

a:hover, a.w--current {
  color: var(--primary);
}

ul, ol {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--light-grey);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  display: flex;
}

li {
  font-size: 14px;
}

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

form {
  width: 100%;
}

label {
  color: var(--light-grey);
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: block;
}

blockquote {
  border-left: 5px solid var(--primary);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
}

.space-112px {
  min-height: 112px;
}

.space-112px.book {
  text-align: center;
}

.space-32px {
  min-height: 32px;
}

.space-32px.buttton {
  justify-content: center;
  align-items: center;
  display: flex;
}

.space-16px {
  min-height: 16px;
}

.section {
  width: 100%;
  display: block;
}

.section.relative-overflow-hidden {
  position: relative;
  overflow: hidden;
}

.section.slide-up-animation {
  display: block;
}

.section.slide-up-animation.latest_post, .section.slide-up-animation.trending_post {
  display: none;
}

.section.slide-up-animation.tours, .section.slide-from-left-animation {
  display: block;
}

.section.offer {
  display: flex;
}

.section.team, .section.faq_contact {
  display: none;
}

.container {
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
}

.container.padding-5 {
  padding-left: 5%;
  padding-right: 5%;
  overflow: visible;
}

.container.padding-5.overflow {
  position: relative;
  overflow: visible;
}

.container.padding-10 {
  padding-left: 10%;
  padding-right: 10%;
  overflow: visible;
}

.container.padding-10.relative {
  position: relative;
}

.container.padding-10.relative.no-max-width {
  max-width: none;
}

.container.padding-10.trip-animation {
  display: block;
}

.container.overflow {
  overflow: visible;
}

.space-64px {
  min-height: 64px;
}

.hero-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 960px;
  max-height: 960px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 932px;
  height: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.read-more-flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: none;
  position: relative;
  overflow: hidden;
}

.featured-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--secondary);
  text-align: left;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 37.5%;
  max-width: 540px;
  height: 96px;
  min-height: 96px;
  max-height: 96px;
  padding: 20px 32px;
  display: flex;
  position: relative;
}

.featured-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.featured-image {
  object-fit: cover;
  min-height: 240px;
  position: absolute;
  top: 0;
  left: 0;
}

.line-flex {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.featured-card {
  text-align: center;
  background-color: #262626;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 37.5%;
  max-width: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-flex {
  grid-column-gap: 16px;
  width: 100%;
  color: var(--ay-white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  color: var(--ay-white);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image {
  object-fit: cover;
  min-height: 340px;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--secondary);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 32px;
  display: flex;
  position: relative;
}

.text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.posts-flex-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: flex;
}

.card {
  text-align: center;
  background-color: #262626;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 360px;
  max-width: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subheading-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.categories-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  display: flex;
  position: static;
}

.categories-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cta-main-wrapper {
  text-align: center;
  background-image: linear-gradient(#0f1116b8, #0f1116b8), url('../images/CTA.jpg');
  background-position: 0 0, 50% 45%;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 360px;
  max-height: 360px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 232px;
  padding-left: 64px;
  padding-right: 64px;
  display: grid;
  position: relative;
}

.cta-wrapper-align-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 232px;
  display: flex;
}

.footer-flex-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-image {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-line {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #dbff00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.footer-wrapper-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  background-color: #171f33;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 96px;
  min-height: 90px;
  max-height: 96px;
  padding: 16px 32px;
  display: flex;
  position: relative;
}

.badge {
  text-align: center;
  background-color: #171f33;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 6px 8px 12px;
  display: flex;
  position: absolute;
  inset: 16px 32px auto auto;
}

.footer-footer-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 62px;
  padding-bottom: 62px;
  display: flex;
}

.footer-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-card {
  text-align: center;
  background-color: #262626;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 360px;
  max-width: 360px;
  height: 240px;
  min-height: 240px;
  max-height: 240px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.line {
  background-color: var(--primary);
  min-width: 8px;
  min-height: 2px;
}

.short-line {
  background-color: var(--primary);
  min-width: 2px;
  min-height: 2px;
}

.avatar-wrapper {
  border: 1px solid var(--primary);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  display: flex;
  position: absolute;
  top: -32px;
  left: auto;
  right: 32px;
  overflow: hidden;
}

.featured-avatar-wrapper {
  border: 1px solid var(--primary);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  display: none;
  position: absolute;
  top: -52px;
  left: auto;
  right: 48px;
  overflow: hidden;
}

.hero-subheading {
  color: var(--secondary);
  padding: 5px;
}

.color-primary {
  color: var(--primary);
  display: flex;
}

.color-primary.h5 {
  display: none;
}

.input {
  background-color: var(--ay-white);
  width: 100%;
  color: var(--ay-backgrnd-dark);
  border-radius: 10px;
  font-family: Inter, sans-serif;
}

.form {
  width: 100%;
}

.button {
  background-color: var(--primary);
  color: var(--ay-backgrnd-dark);
  border-radius: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  transition: background-color .25s;
  display: flex;
}

.button:hover {
  background-color: var(--ay-white);
  color: var(--ay-backgrnd-dark);
}

.button.w--current {
  color: var(--secondary);
}

.button.margin-top-16px {
  margin-top: 16px;
}

.button.book {
  overflow-wrap: normal;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  line-height: 28px;
}

.button.contact {
  min-width: 100%;
}

.featured-flex-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: visible;
}

.about-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.offer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--ay-backgrnd-dark);
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 32px;
}

.offer-wrapper.guides {
  display: none;
}

.offer-grid-quarter {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.offer-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #171f33;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 33.3%;
  max-width: 480px;
  min-height: 300px;
  max-height: 128px;
  padding: 20px 32px;
  display: flex;
}

.offer-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.mission-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.mission-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-icon {
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--primary) 80%, #000 90%);
  object-fit: cover;
  border-radius: 100%;
  display: none;
}

.bloggers-grid-thirds {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.socials-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 68% 0% auto;
}

.bloggers-image {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.bloggers-image.static-team-image {
  width: 100%;
  height: 368px;
}

.bloggers-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #262626;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 25%;
  max-width: 360px;
  height: 480px;
  min-height: 480px;
  max-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bloggers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  height: 112px;
  min-height: 112px;
  max-height: 112px;
  color: var(--ay-white);
  text-align: center;
  background-color: #171f33;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  display: flex;
  position: relative;
}

.max-width-480px {
  max-width: 700px;
  color: var(--ay-white);
  text-align: left;
}

.max-width-480px.centered {
  text-align: center;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 112px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: var(--ay-white);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px 10px;
  font-size: 15px;
  transition: color .25s;
}

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

.link.w--current {
  color: var(--ay-white);
}

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

.link.no-caps {
  color: var(--light-grey);
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 16px;
}

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

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: visible;
}

.success-message {
  background-color: var(--secondary);
  border-radius: 20px;
}

.color-black {
  color: var(--ay-backgrnd-dark);
}

.socials-relative {
  position: relative;
}

.socials-relative.text {
  display: block;
}

.blog-image-wrapper {
  border-radius: 20px;
  max-height: 460px;
  position: relative;
  overflow: hidden;
}

.trigger {
  min-height: 112px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-body {
  z-index: -1;
  background-image: linear-gradient(90deg, #045aaf, #416363 0%, #416363);
  height: 960px;
  position: absolute;
  inset: 0%;
}

.flex {
  justify-content: space-between;
  display: none;
}

.flex.gap-32px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  display: block;
}

.blog-badge {
  text-align: center;
  background-color: #171f33;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 6px 8px 12px;
  display: flex;
}

.blog-badge:hover {
  color: var(--ay-white);
}

.blog-badge.post-summary {
  background-color: #171f3303;
}

.blog-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-single-wrapper {
  text-align: center;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-rich-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  width: 90%;
}

.blog-rich-text h3 {
  line-height: 46px;
}

.blog-rich-text h4 {
  line-height: 32px;
}

.no-overflow {
  overflow: visible;
}

.faq-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mission-image-wrapper {
  border-radius: 20px;
  min-width: 60%;
  max-width: 720px;
  min-height: 360px;
  max-height: 360px;
  position: relative;
  overflow: hidden;
}

.about-image-wrapper {
  border-radius: 20px;
  min-width: 80%;
  max-width: 1152px;
  min-height: 540px;
  max-height: 540px;
  position: relative;
  overflow: hidden;
}

.faq-dropdown {
  min-width: 100%;
}

.dropdown-toggle {
  background-color: var(--secondary);
  cursor: pointer;
  border-radius: 20px;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 48px 8px;
  position: relative;
}

.faq-flex {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-icon {
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}

.invert {
  filter: invert();
  display: none;
}

.dropdown-answer {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

.categories-image {
  z-index: -10;
  border-radius: 20px;
  width: 300px;
  height: 200px;
  margin-top: 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.categories-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: inline-block;
}

.categories-link-wrapper {
  flex: 0 auto;
  align-items: center;
  width: 100%;
  min-height: 256px;
  display: flex;
  position: relative;
}

.categories-link-wrapper:hover {
  color: var(--ay-white);
}

.categories-name {
  font-size: 44px;
  line-height: 44px;
}

.contact-success-message {
  color: #f5f5f5;
  text-align: center;
  background-color: #171f33;
  border: 1px solid #171f33;
  border-radius: 20px;
  padding: 24px 32px;
}

.contact-success-message::placeholder {
  color: #aaa;
}

.contact-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.message-area {
  color: #f5f5f5;
  background-color: #171f33;
  border: 1px solid #171f33;
  border-radius: 20px;
  min-height: 112px;
  margin-bottom: 8px;
  padding: 16px;
}

.message-area:focus {
  border-color: #171f33;
}

.message-area::placeholder {
  color: #aaa;
}

.short-line-2 {
  background-color: #dbff00;
  min-width: 2px;
  min-height: 2px;
}

.form-wrapper {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.line-2 {
  background-color: #dbff00;
  min-width: 8px;
  min-height: 2px;
}

.text-field {
  color: #f5f5f5;
  background-color: #171f33;
  border: 1px solid #171f33;
  border-radius: 20px;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
}

.text-field:focus {
  border-color: #171f33;
}

.text-field::placeholder {
  color: #aaa;
}

.contact-error-message {
  color: #f5f5f5;
  text-align: center;
  background-color: #171f33;
  border: 1px solid #171f33;
  border-radius: 20px;
  margin-top: 32px;
  padding: 24px 32px;
}

.contact-error-message::placeholder {
  color: #aaa;
}

.image-circle {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  align-self: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  display: block;
}

.no-wrap {
  white-space: nowrap;
}

.utilities-side-bar {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  border: 0 solid #363636;
  border-right-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 320px;
  max-width: 320px;
  height: 100vh;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: sticky;
  top: 32px;
}

.utilities-wrapper-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utilities-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utilities-wrapper-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.utilities-wrapper-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.utilities-flex-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  color: var(--ay-white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utilities-flex-3.w--current {
  color: var(--primary);
}

.utilities-flex-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utilities-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.utilities-grid-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.utilities-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utilities-title-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utilities-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.hero-h1 {
  color: var(--ay-backgrnd);
  font-family: Inter, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 100px;
}

.color-wrapper {
  border-radius: 100px;
  min-width: 100%;
  max-width: 256px;
  min-height: 128px;
  max-height: 128px;
  position: relative;
  overflow: hidden;
}

.color-wrapper.border {
  border: 1px solid var(--light-grey);
}

.fill {
  position: absolute;
  inset: -16px;
}

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

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

.background-light-gray {
  background-color: var(--light-grey);
}

.background-black {
  background-color: var(--ay-backgrnd-dark);
}

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

.color-light-gray {
  color: var(--light-grey);
  display: none;
}

.utilities-line {
  background-color: var(--primary);
  min-width: 32px;
  min-height: 4px;
}

.line-spacer {
  width: 100%;
}

.utilities-line-spacer {
  background-color: var(--primary);
  width: 100%;
  min-height: 1px;
  display: block;
}

.avatar-post-wrapper {
  border: 1px solid var(--primary);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  display: none;
  overflow: hidden;
}

.rich-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.logo {
  margin-left: 20px;
}

.category-text-wrapper {
  flex-flow: column;
  width: 100%;
  padding-bottom: 10px;
  transition: color .3s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.category-text-wrapper:hover, .category-text-wrapper.w--current, .category-text-wrapper.w--current:hover {
  color: var(--primary);
}

.utilities-gallery-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utilities-rtb-wrapper {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preloader {
  z-index: 99999;
  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: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-right {
  background-color: var(--ay-backgrnd-dark);
  width: 50%;
  min-height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.preloader-left {
  background-color: var(--ay-backgrnd-dark);
  width: 50%;
  min-height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.preloader-logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.preloader-image {
  display: inline-block;
}

.preloader-image-wrapper {
  min-width: 240px;
  max-width: 240px;
}

.faq-question {
  white-space: normal;
  font-weight: 400;
  line-height: 25px;
}

.featured-image-wrapper {
  width: 100%;
  min-height: 240px;
  max-height: 240px;
  overflow: hidden;
}

.image-wrapper {
  width: 100%;
  min-height: 340px;
  max-height: 340px;
  overflow: hidden;
}

.category-text {
  text-align: left;
}

.category-text:hover {
  color: var(--primary);
}

.category-text.move-down {
  text-align: center;
  position: absolute;
  top: 60px;
}

.category-text.move-down:hover, .read-more-text {
  color: var(--primary);
}

.read-more-text.move-down {
  position: absolute;
  top: 100%;
  left: 0;
}

.offer-image {
  min-width: 200px;
  min-height: 300px;
}

.offer-image.fade-out {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.categories-flex-wrapper {
  flex-flow: row;
  justify-content: space-between;
  width: 50%;
  margin: 10px 40px 10px 100px;
  display: flex;
}

.team-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  max-height: 360px;
  padding: 32px;
  display: flex;
}

.email-phone-text {
  letter-spacing: 2px;
  text-transform: none;
}

.icon {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
}

.email-phone-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-image {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.space-0px {
  min-height: 0;
}

.utilities-wrapper-404-password {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Blog11.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Honest-work_sashwa_1440x960.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  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: 246px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-page-content-404 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Blog11.jpg');
  background-position: 0 0, 50%;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-wrapper.shop, .link-wrapper.contact, .link-wrapper.ceck {
  display: none;
}

.link-line {
  border-bottom: 1px solid var(--primary);
  align-self: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 28% -185%;
  transform: translate(0);
}

.footer-title {
  margin-bottom: 16px;
}

.brand {
  align-items: center;
  min-height: 112px;
  display: flex;
}

.brand.w--current {
  z-index: 500;
}

.blog-tab {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.categories-nav-tab {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 16px;
  display: flex;
}

.button-curve-ghost {
  background-color: var(--secondary);
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 16px 40px;
  font-size: 12px;
  transition: color .25s, box-shadow .3s ease-in-out, transform .4s, border-color .4s, background-color .4s;
  overflow: hidden;
}

.button-curve-ghost:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

.button-curve-ghost.w--current {
  background-color: var(--primary);
  color: var(--ay-backgrnd-dark);
}

.categories-product-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.products-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.product-card {
  grid-row-gap: 16px;
  background-color: var(--secondary);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px;
  transition: box-shadow .2s, color .4s;
  display: flex;
}

.product-card:hover {
  box-shadow: 0 10px 10px #0003, 0 2px 5px #0003;
}

.product-image {
  object-fit: cover;
  width: 75%;
}

.product-card-body {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.color-white {
  color: #f1f3f5;
}

.product-grid {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.product-image-wrapper {
  background-color: var(--secondary);
  border-radius: 20px;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.product-content-wrapper {
  width: 100%;
  height: auto;
}

.product-image-full {
  object-fit: cover;
  max-height: 420px;
  margin: 32px auto;
}

.product-sub-title {
  color: #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-strikethrough {
  text-decoration: line-through;
}

.select-field {
  width: 50%;
  color: var(--secondary);
}

.quantity {
  color: var(--secondary);
}

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

.nav-menu-and-cart-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-text {
  display: none;
}

.cart-button {
  background-color: var(--transparent);
}

.cart-quantity {
  min-width: 16px;
  min-height: 16px;
  color: var(--ay-backgrnd-dark);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.price-flex {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.color-red {
  color: red;
}

.order-confirmation {
  background-color: var(--transparent);
  color: var(--ay-backgrnd-dark);
}

.products-categories {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.caps {
  text-transform: uppercase;
}

.checkout-form {
  background-color: var(--transparent);
}

.checkout {
  border-width: 0;
  border-top-style: solid;
  border-top-color: #000;
  border-bottom-color: var(--ay-backgrnd-dark);
  background-color: var(--secondary);
  color: var(--ay-white);
  border-left-style: solid;
  border-left-color: #000;
  padding-top: 16px;
  padding-bottom: 16px;
}

.paypal-checkout-form {
  background-color: var(--transparent);
}

.footer-wrapper-internal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: var(--ay-white);
  position: static;
}

.flex-block {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-subheading-quote {
  color: var(--ay-white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  text-shadow: 2px 2px 1px #0003;
  padding: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 20px;
}

.div-subheadg-wr {
  background-color: var(--ay-white);
  display: none;
  position: static;
}

.div-subheading-quote {
  background-color: #4163638c;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.heading-categories {
  color: var(--primary);
  margin-bottom: 0;
  padding: 10px;
}

.txt_teammember {
  color: var(--ay-white);
  font-weight: 500;
}

.paragraph {
  color: var(--ay-white);
  padding: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
}

.quote_small {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.section-teammeet {
  width: 100%;
  display: block;
}

.section-teammeet.relative-overflow-hidden {
  position: relative;
  overflow: hidden;
}

.section-teammeet.slide-up-animation {
  display: block;
}

.section-teammeet.slide-up-animation.latest_post, .section-teammeet.slide-up-animation.trending_post {
  display: none;
}

.section-teammeet.slide-from-left-animation {
  display: block;
}

.section-sample1 {
  width: 100%;
  display: block;
}

.section-sample1.relative-overflow-hidden {
  position: relative;
  overflow: hidden;
}

.section-sample1.slide-up-animation {
  display: block;
}

.section-sample1.slide-up-animation.latest_post {
  display: none;
}

.section-sample1.slide-up-animation.trending_post {
  display: flex;
}

.section-sample1.slide-from-left-animation {
  display: block;
}

.section-tours {
  width: 100%;
  display: block;
}

.section-tours.relative-overflow-hidden {
  position: relative;
  overflow: hidden;
}

.section-tours.slide-up-animation {
  display: block;
}

.section-tours.slide-up-animation.latest_post, .section-tours.slide-up-animation.trending_post {
  display: none;
}

.section-tours.slide-from-left-animation {
  display: block;
}

.tours-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tours-image-wrapper {
  border-radius: 20px;
  min-width: 80%;
  max-width: 1152px;
  min-height: 540px;
  max-height: 540px;
  position: relative;
  overflow: hidden;
}

.tours-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  color: var(--ay-white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tours-text-wrapper.horizontal {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
}

.master-moving-gallery {
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100vw;
  margin-top: 60px;
  display: flex;
}

.single-moving-gallery.first-row, .single-moving-gallery.second-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.inside-moving-gallery {
  grid-column-gap: 24px;
  flex: none;
  display: flex;
}

.img-moving-gallery {
  border-radius: 24px;
  flex: none;
  width: 400px;
  max-width: 100%;
}

.paragraph-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.heading-2 {
  text-align: center;
  font-size: 24px;
}

.heading-creating {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.41;
}

.dropdown-toggle-2 {
  color: var(--ay-white);
}

.dropdown {
  flex-flow: column;
  font-size: 15px;
  display: block;
}

.dropdown.tours {
  display: none;
}

.dropdown-list {
  color: var(--ay-light-green);
  display: none;
}

.nav-lin-static {
  color: var(--ay-white);
}

.nav-link-static {
  width: 130px;
}

.nav-link-static.dropdown {
  color: var(--ay-white);
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-static.dropdown:hover {
  color: var(--primary);
}

.dropdown-list-custom {
  z-index: 100;
  border: 1px solid var(--ay-backgrnd-light);
  background-color: var(--secondary);
  color: var(--ay-white);
  border-radius: 10px;
  margin-top: 0;
  display: none;
}

.dropdown-list-custom:hover {
  background-color: var(--secondary);
}

.link-block {
  width: 230px;
}

.div-nav-mobile {
  display: none;
}

.tours-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-138 {
  display: block;
}

.collection-list-wrapper {
  margin: 20px;
  padding-left: 0%;
  padding-right: 0%;
}

.heading-2-fav {
  text-transform: none;
}

.categories-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.categories-text1 {
  font-size: 16px;
  line-height: 20px;
}

.post-summary {
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.post-summary:hover {
  color: var(--ay-white);
}

.blog-badge2 {
  text-align: center;
  background-color: #171f33;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 6px 8px 12px;
  display: flex;
}

.blog-badge2:hover {
  color: var(--ay-white);
}

.image-139 {
  min-height: 240px;
}

.heading-3 {
  text-transform: none;
}

.heading-4 {
  text-transform: none;
  font-size: 42px;
}

.paragraph_svcs {
  font-size: 15px;
  line-height: 1.2;
}

.rich-text-block {
  text-align: justify;
}

.southafrica {
  display: none;
}

.div-book-wrapper {
  min-height: 112px;
}

.div-book-wrapper.book {
  text-align: center;
  min-height: 60px;
  display: flex;
}

.card-new {
  text-align: center;
  background-color: #262626;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 360px;
  max-width: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper-copy {
  width: 100%;
  min-height: 340px;
  max-height: 340px;
  overflow: hidden;
}

.slide {
  background-image: url('../images/rote_sanddünen_in_sossusvlei_namibia.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
}

.slide-2 {
  background-image: url('../images/windhoek_vom_huegel.jpg');
  background-position: 50%;
  background-size: auto;
}

.slide-3 {
  background-image: url('../images/ellie_im_etosha_960x540.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slider {
  border-radius: 20px;
  width: 960px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-3 {
  letter-spacing: normal;
}

.max-width-700px {
  text-align: left;
  max-width: 700px;
}

.tours-link-wrapper-test {
  align-items: center;
  width: 100%;
  min-height: 256px;
  display: flex;
  position: relative;
}

.tours-link-wrapper-test:hover {
  color: var(--ay-white);
}

.tours-badge-test {
  text-align: center;
  background-color: #171f33;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 6px 8px 12px;
  display: flex;
}

.tours-badge-test:hover {
  color: var(--ay-white);
}

.tours-badge-test.post-summary {
  background-color: #171f3303;
}

.tours-badge-test-1 {
  text-align: center;
  background-color: #171f33;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 6px 8px 12px;
  display: flex;
}

.tours-badge-test-1:hover {
  color: var(--ay-white);
}

.tours-badge-test-1.post-summary {
  background-color: #171f3303;
}

.categories-flex-neu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-text-wrapper-neu {
  width: 100%;
  padding-bottom: 10px;
  transition: color .3s;
  position: relative;
  overflow: hidden;
}

.category-text-wrapper-neu:hover, .category-text-wrapper-neu.w--current, .category-text-wrapper-neu.w--current:hover {
  color: var(--primary);
}

.category-text-neu.move-down, .category-text-copy.move-down {
  position: absolute;
  top: 60px;
}

.select-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 932px;
  height: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.select-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.select-text-wrapper {
  flex-flow: column;
  width: 100%;
  padding-bottom: 10px;
  transition: color .3s;
  display: inline-flex;
  position: relative;
  overflow: visible;
}

.select-text-wrapper:hover, .select-text-wrapper.w--current, .select-text-wrapper.w--current:hover {
  color: var(--primary);
}

.select-text {
  white-space: nowrap;
  word-break: normal;
  font-weight: 600;
}

.select-text.move-down {
  position: absolute;
  top: 60px;
}

.select-flex {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-text-wrapper-copy {
  flex-flow: column;
  width: 100%;
  padding-bottom: 10px;
  transition: color .3s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.category-text-wrapper-copy:hover, .category-text-wrapper-copy.w--current, .category-text-wrapper-copy.w--current:hover {
  color: var(--primary);
}

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

.home-card {
  text-align: center;
  background-color: #262626;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-team-h2 {
  text-transform: none;
}

.rtb-meet-founder {
  text-align: center;
}

.link-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 10px;
  display: inline-flex;
  position: relative;
  overflow: visible;
}

.div-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.home-card-footer {
  text-align: center;
  background-color: #262626;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  max-width: 540px;
  height: 250px;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utilities-line-spacer-nav {
  background-color: var(--primary);
  width: 100%;
  min-height: 1px;
  display: block;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .bold-text, .paragraph-11, .paragraph-12 {
  color: var(--ay-white);
}

.slider-wrapper {
  min-height: 32px;
  display: block;
}

.slider-wrapper.buttton {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .bold-text-2, .paragraph-19, .paragraph-20 {
  color: var(--ay-white);
}

.txt-_-retreat_cat {
  text-align: left;
  font-size: 30px;
}

.txt-_-retreat_cat:hover {
  color: var(--primary);
}

.txt-_-retreat_cat.move-down {
  text-align: center;
  position: absolute;
  top: 60px;
}

.txt-_-retreat_cat.move-down:hover {
  color: var(--primary);
}

.txt-_-retreat_txt {
  color: var(--ay-backgrnd);
}

.collection-list-wrapper-3 {
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-wrapper-neu {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.team-card-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  max-height: 360px;
  padding: 32px;
  display: flex;
}

.section-team-top-old {
  width: 100%;
  display: none;
}

.section-team-top-old.relative-overflow-hidden {
  position: relative;
  overflow: hidden;
}

.section-team-top-old.slide-up-animation {
  display: block;
}

.section-team-top-old.slide-up-animation.latest_post, .section-team-top-old.slide-up-animation.trending_post {
  display: none;
}

.section-team-top-old.slide-up-animation.tours, .section-team-top-old.slide-from-left-animation, .section-team-top-old.offer {
  display: block;
}

.section-team-top-old.team {
  display: none;
}

.team_card {
  position: relative;
}

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

.pagination {
  margin-top: 40px;
}

.hauptberschrift {
  z-index: 10;
  color: #d69a3b;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin: 20px auto 5px;
  font-size: 60px;
  line-height: 75px;
  display: block;
  position: relative;
}

.hauptberschrift.infos {
  font-size: 30px;
  font-weight: 500;
  line-height: 60px;
}

.hauptberschrift.infos.africa-info {
  color: #fff;
  background-color: #d17917a8;
  width: 100%;
  font-weight: 400;
  display: block;
  position: relative;
}

.hauptberschrift.infos.africa-info:hover {
  background-color: #d17917;
}

.hauptberschrift.infos.south-africa {
  background-color: var(--transparent);
  color: var(--ay-white);
  font-size: 24px;
}

.div-cell {
  width: 33%;
}

.div-africainfoshidden {
  padding: 0 10px;
  overflow: hidden;
}

.html-embed-5 {
  align-items: center;
  margin-top: 16px;
  margin-left: auto;
  padding-top: 0;
  display: block;
}

.div-block-238 {
  width: 248px;
  margin-left: auto;
  margin-right: auto;
}

.div-tile {
  background-image: url('../images/placeholder.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  align-self: flex-start;
  width: 92%;
  margin: 20px 10px;
  box-shadow: 5px 5px 14px gray;
}

.div-tile.image {
  background-image: url('../images/placeholder.svg');
  background-position: 0 0;
  background-size: cover;
  width: 92%;
  display: block;
  box-shadow: 5px 5px 14px gray;
}

.div-parent {
  flex-flow: wrap;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-text-steps {
  letter-spacing: 1.1px;
  margin-top: 40px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.div-tile-image {
  background-image: url('../images/affe_frisst.jpg');
  background-position: 50% 100%;
  background-size: 480px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
}

.div-tile-image.elektrizitt {
  background-image: url('../images/baby_elefant_trinkt_wasser.jpg');
  background-position: 50%;
  background-size: 480px;
}

.div-tile-image.trinkgeld {
  background-image: url('../images/falke_im_baum.jpg');
  background-position: 50% 100%;
  background-size: 480px;
}

.div-tile-image.freizeit {
  background-image: url('../images/safari_im_busch.jpg');
  background-position: 50% 0;
  background-size: 480px;
}

.div-tile-image.zeitzone {
  background-image: url('../images/zebra_spaziergang.jpg');
  background-position: 50% 0;
  background-size: 480px;
}

.div-tile-image.flora {
  background-image: url('../images/trinkende_giraffe.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0, 0 0;
  background-size: 480px, contain;
}

.div-tile-image.sicherheit {
  background-image: url('../images/löwe_schläft_hinter_ästen.jpg');
  background-position: 50% 0;
  background-size: 480px;
}

.div-tile-image.geld {
  background-image: url('../images/hippo_zeigt_zähne.jpg');
  background-position: 50% 100%;
  background-size: 480px;
}

.div-tile-image.versicherungen {
  background-image: url('../images/kudu_im_schönen_licht.jpg');
  background-position: 50% 100%;
  background-size: 480px;
}

.div-tile-image.gesundheit {
  background-image: url('../images/zebras_im_hohen_gras.jpg');
  background-position: 0%;
  background-size: 480px;
}

.div-tile-image.einreise {
  background-image: url('../images/imvelo_framtrip.jpg');
  background-position: 0%;
  background-size: 480px;
}

.div-tile-image.reisen-im-land {
  background-image: url('../images/impala_bock.jpg');
  background-position: 50%;
  background-size: 480px;
}

.div-tile-image.klima {
  background-image: url('../images/chakal_guckt_niedlich.jpg');
  background-position: 50%;
  background-size: 480px;
}

.div-tile-image.sprachen {
  background-image: url('../images/oryxantilopen_im_kgalagadi_transfrontier_park.jpg');
  background-position: 50% 100%;
  background-size: 480px;
}

.div-tile-image.landscape {
  background-image: url('../images/amphietheater_beim_nördlichen_drakensberg.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-tile-image.weather {
  background-image: url('../images/AboutMission.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-tile-image.ideal_for {
  background-image: url('../images/walbeobachtung_in_hermanus.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-tile-image.culture {
  background-image: url('../images/Blog14.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-tile-image.travel_practicalities {
  background-image: url('../images/Blog10.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-left-side {
  flex-direction: column;
  width: 33%;
  margin-bottom: 4px;
  display: flex;
}

.bloggers-wrapper-lang {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  color: var(--ay-white);
  text-align: left;
  background-color: #171f33;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: none;
  position: relative;
}

.info_overlay {
  display: none;
  position: absolute;
}

.h2_title {
  font-style: normal;
}

.h2_title.blog {
  line-height: 52px;
}

.italic-text {
  font-style: normal;
}

.div-cell-tiles {
  width: 33%;
}

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

.image-140 {
  width: 250px;
  height: 250px;
}

.div-block-240 {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rich-text-block-2 {
  font-weight: 300;
}

.rich-text-block-3 {
  text-align: left;
  line-height: 1.41;
}

.rich-text-block-4 {
  font-weight: 500;
}

.div-txt-wrapper {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

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

.div-button {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.sashwa-static-content {
  text-align: left;
  width: 80%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
  line-height: 1.7;
}

.sashwa-copy {
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.65;
}

.sashwa-subhead {
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 27px;
  line-height: 1.2;
}

.sashwa-sectionhead {
  margin-top: 44px;
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 1.15;
}

.sashwa-list {
  margin-bottom: 24px;
  padding-left: 0;
  line-height: 1.7;
}

.sashwa-lead {
  font-weight: 600;
}

.ay-reflections-static {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 80px;
}

.ay-reflection-row {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #80808040;
  grid-template-columns: 1.35fr 1fr;
  align-items: center;
  margin-bottom: 64px;
  padding-bottom: 64px;
  display: grid;
}

.ay-reflection-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 360px;
  display: block;
}

.ay-reflection-copy {
  text-align: left;
  min-width: 0;
}

.ay-reflection-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
}

.ay-reflection-excerpt {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 1.65;
}

.ay-reflection-read {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
}

.reflection-detail-static {
  background-color: var(--ay-backgrnd-dark);
  color: var(--ay-backgrnd);
}

.reflection-hero-static {
  background-image: linear-gradient(#0000003d, #00000080), url('../images/');
  background-size: cover;
  align-items: flex-end;
  min-height: 72vh;
  display: flex;
}

.reflection-hero-static.draw-hero {
  background-image: linear-gradient(#0000003d, #00000080), url('../images/Draw-like-WIn.png');
}

.reflection-hero-overlay {
  color: #fff;
  width: min(1200px, 90vw);
  margin: 0 auto;
  padding: 160px 0 72px;
}

.reflection-kicker {
  letter-spacing: .16em;
  margin-bottom: 18px;
  font-size: 13px;
}

.reflection-title-static {
  max-width: 900px;
  margin: 0 0 24px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.02;
}

.reflection-intro {
  max-width: 700px;
  font-size: 20px;
  line-height: 1.5;
}

.reflection-article-static {
  border-radius: 8px;
  width: min(760px, 88vw);
  margin: 0 auto;
  padding: 96px 0 112px;
}

.reflection-body-copy {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.8;
}

.reflection-back-static {
  border: 1px solid var(--ay-backgrnd);
  background-color: var(--primary);
  color: var(--midnight-blue);
  letter-spacing: .04em;
  border-radius: 8px;
  margin-top: 32px;
  padding: 15px 25px;
  text-decoration: none;
  display: inline-block;
}

.reflection-back-static:hover {
  background-color: var(--ay-backgrnd);
  color: var(--ay-backgrnd-dark);
}

.reflections-overview-static {
  background-color: var(--ay-backgrnd-dark);
  color: var(--ay-backgrnd);
  padding: 88px 0 112px;
}

.reflections-overview-inner {
  width: min(900px, 84vw);
  margin: 0 auto;
}

.reflections-kicker-static {
  letter-spacing: .16em;
  margin: 0 0 18px;
  font-size: 13px;
}

.reflections-heading-static {
  max-width: 900px;
  margin: 0 0 26px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1.02;
}

.reflections-lead-static {
  max-width: 760px;
  color: var(--ay-white);
  margin: 0 0 64px;
  font-size: 19px;
  line-height: 1.7;
}

.reflections-grid-static {
  grid-column-gap: 34px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 36px 44px;
  display: grid;
}

.reflection-card-static {
  color: var(--ay-backgrnd);
  text-decoration: none;
  display: block;
}

.reflection-card-image-static {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  display: block;
}

.reflection-card-copy-static {
  padding: 24px 0 0;
}

.reflection-card-title-static {
  margin: 0 0 14px;
  font-size: 23px;
  line-height: 1.16;
}

.reflection-card-teaser-static {
  color: var(--ay-white);
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.65;
}

.reflection-card-link-static {
  letter-spacing: .08em;
  font-size: 14px;
}

.reflection-card-placeholder-static {
  opacity: .55;
}

.reflection-placeholder-image-static {
  aspect-ratio: 4 / 3;
  background-color: #242424;
  width: 100%;
}

.reflection-placeholder-label-static {
  letter-spacing: .14em;
  margin: 0 0 12px;
  font-size: 12px;
}

.yoga-challenge-hero {
  background-image: linear-gradient(#0000003d, #00000080), url('../images/');
}

.change-hero {
  background-image: linear-gradient(#0000003d, #00000080), url('../images/');
}

.fear-hero {
  background-image: linear-gradient(#0000003d, #00000080), url('../images/');
}

.leadership-hero {
  background-image: linear-gradient(#0000003d, #00000080), url('../images/');
}

.no-star-hero {
  background-image: linear-gradient(#0000003d, #00000080), url('../images/');
}

.lipstick-hero {
  background-image: linear-gradient(#0000003d, #00000080), url('../images/');
}

.happiness-hero {
  background-image: linear-gradient(#0000003d, #00000080), url('../images/');
}

.draw-hero {
  background-image: linear-gradient(#0000003d, #00000080), url('../images/');
}

.sashwa-feature {
  background-color: #f7f6f2;
  padding: 96px 0;
}

.sashwa-feature-inner {
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: stretch;
  width: min(1200px, 90vw);
  margin: 0 auto;
  display: grid;
  overflow: hidden;
}

.sashwa-feature-copy {
  flex-direction: column;
  justify-content: center;
  padding: 64px 56px;
  display: flex;
}

.sashwa-feature-kicker {
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-size: 12px;
}

.sashwa-feature-title {
  margin: 0 0 18px;
  font-size: clamp(38px, 4.5vw, 66px);
  line-height: 1.03;
}

.sashwa-feature-subtitle {
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-size: 13px;
}

.sashwa-feature-text {
  max-width: 520px;
  margin: 0 0 32px;
  font-size: 17px;
  line-height: 1.7;
}

.sashwa-feature-button {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #416363;
  border-radius: 999px;
  align-self: flex-start;
  align-items: center;
  padding: 14px 24px;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
}

.sashwa-feature-image-link {
  min-height: 520px;
  display: block;
}

.sashwa-feature-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
}

.team-info-container {
  margin-top: 20px;
}

.bloggers-card-1 {
  position: relative;
  overflow: hidden;
}

.team-mobile-overlay {
  display: none;
}

.team-mobile-copy {
  text-align: center;
  line-height: 1.45;
}

.team-mobile-name {
  margin-bottom: 12px;
  font-size: 22px;
  display: block;
}

.team-mobile-text {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 15px;
}

.team-mobile-close {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.team-mobile-css-hook, .team-card-position-hook, .team-runtime-hook, .mobile-card-hook {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-left: 0;
  }

  .hero-image {
    max-height: var(--hero-height);
    min-height: var(--hero-height);
  }

  .hero-wrapper {
    height: var(--hero-height);
    max-width: 583px;
  }

  .featured-card {
    min-width: 540px;
  }

  .posts-flex-wrapper {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .cta-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-card {
    display: none;
  }

  .featured-flex-wrapper {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .mission-wrapper {
    flex-direction: column;
  }

  .bloggers-grid-thirds {
    grid-row-gap: 32px;
    flex-wrap: wrap;
    display: flex;
  }

  .bloggers-card {
    min-width: 360px;
  }

  .navbar {
    background-color: #0000;
  }

  .logo-link-wrapper {
    z-index: 2;
  }

  .link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    font-size: 64px;
    display: flex;
  }

  .link.no-caps {
    min-height: 0;
    font-size: 15px;
  }

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

  .nav-menu {
    z-index: 99999;
    background-color: var(--ay-backgrnd-dark);
    min-height: 100vh;
    padding-top: 10%;
    display: block;
    top: 0;
  }

  .menu-button {
    z-index: 2;
    background-color: #0000;
    padding-right: 0;
  }

  .menu-button.w--open {
    z-index: 100000000;
    background-color: #0000;
  }

  .burger-icon {
    color: var(--primary);
    font-size: 30px;
  }

  .home-body {
    height: var(--hero-height);
  }

  .mission-image-wrapper, .about-image-wrapper {
    min-height: auto;
    max-height: none;
  }

  .image-circle, .utilities-side-bar {
    display: none;
  }

  .utilities-wrapper {
    width: 100%;
  }

  .hero-h1 {
    align-self: center;
    font-size: 80px;
    line-height: 80px;
  }

  .footer-logo-link-wrapper {
    z-index: 2;
  }

  .team-wrapper {
    flex-direction: column;
  }

  .team-card {
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    align-items: center;
    width: 100%;
    min-height: auto;
    max-height: none;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .email-phone-text {
    word-break: break-all;
    line-height: 18px;
  }

  .author-image {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .utilities-wrapper-404-password {
    width: 100%;
  }

  .link-wrapper.shop {
    display: none;
  }

  .brand {
    z-index: 10000000;
    min-height: 67px;
  }

  .hide-on-tab {
    display: none;
  }

  .blog-tab {
    flex-direction: column;
    width: 90%;
  }

  .categories-nav-tab {
    border-radius: 1.5rem;
    flex-direction: column;
    width: 240px;
    display: flex;
  }

  .categories-product-wrapper {
    width: 100%;
  }

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

  .product-image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .cart-and-menu-burger-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-subheading-quote {
    font-size: 22px;
  }

  .div-subheading-quote {
    position: relative;
  }

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

  .heading-categories.subtitle {
    font-size: 20px;
  }

  .paragraph {
    font-size: 16px;
  }

  .quote_small {
    font-size: 20px;
  }

  .tours-image-wrapper {
    min-height: auto;
    max-height: none;
  }

  .link-navmob-third {
    color: #000;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
  }

  .link-navmob-third.hidden {
    display: none;
  }

  .div-navmob-topnavbar {
    z-index: 50;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px;
    display: flex;
    position: fixed;
  }

  .div-navmob-general-links {
    padding-top: 10px;
    padding-left: 20px;
  }

  .link-block.w--current {
    width: 100px;
    margin-left: 20px;
  }

  .div-navmob-open-secondary-items {
    overflow: hidden;
  }

  .div-navmob-menue-item-wr {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px;
    display: flex;
  }

  .div-navmobile-menue {
    z-index: 1100;
    width: 300px;
    box-shadow: 3px 0 5px 0 var(--ay-backgrnd-dark);
    object-fit: fill;
    background-color: #171f33cc;
    border-radius: 5px;
    padding: 20px 10px;
    display: block;
    position: fixed;
    inset: 100px 25px auto auto;
    overflow: visible;
  }

  .div-trenner-grau {
    border: 2px solid var(--primary);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    display: block;
  }

  .div-nav-mobile-lotti-wr {
    width: 60px;
    height: 60px;
    margin-right: 40px;
    padding: 5px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .link-navmob-second-item {
    color: var(--ay-white);
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
  }

  .div-navmob-secondary-items {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
  }

  .div-navmob-menue-single-item-wr {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 0 5px 5px;
    display: flex;
  }

  .link-2 {
    color: var(--ay-white);
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
  }

  .div-navmob-item-lottie-wr {
    width: 30px;
    padding: 2px;
  }

  .div-nav-mobile {
    z-index: 100;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    display: block;
    position: fixed;
    overflow: visible;
  }

  .select-wrapper {
    height: var(--hero-height);
    max-width: 583px;
  }

  .home-card {
    min-width: 540px;
  }

  .txt-_-retreat_cat, .txt-_-retreat_cat.move-down {
    font-size: 16px;
  }

  .team-wrapper-neu {
    flex-direction: column;
  }

  .team-card-top {
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    align-items: center;
    width: 100%;
    min-height: auto;
    max-height: none;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hauptberschrift {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 44px;
    line-height: 50px;
  }

  .div-cell {
    width: 50%;
  }

  .div-parent {
    flex-flow: wrap;
    width: 100%;
  }

  .div-left-side {
    width: 50%;
  }

  .heading_home {
    font-size: 32px;
  }

  .team-mobile-overlay {
    z-index: 8;
    opacity: 0;
    pointer-events: none;
    color: #fff;
    background-color: #042328d1;
    justify-content: center;
    align-items: center;
    padding: 24px;
    transition: opacity .3s;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .team-mobile-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .bloggers-card-1-2, .bloggers-card-1-2-3 {
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 84px;
    line-height: 60px;
  }

  h2 {
    line-height: 52px;
  }

  .hero-wrapper {
    max-width: 382px;
  }

  .featured-wrapper {
    height: auto;
    min-height: auto;
    max-height: none;
    position: relative;
  }

  .featured-card {
    min-width: 420px;
    max-width: 420px;
    height: 280px;
    min-height: 280px;
    max-height: 280px;
  }

  .featured-flex {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .subheading-flex {
    text-align: left;
  }

  .cta-main-wrapper {
    max-height: none;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
    height: auto;
  }

  .cta-wrapper-align-left {
    height: auto;
  }

  .footer-footer-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-footer-top {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .footer-flex {
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-subheading {
    display: none;
  }

  .offer-wrapper {
    border-radius: 20px;
    overflow: hidden;
  }

  .offer-card {
    height: 170px;
    min-height: 170px;
    max-height: 170px;
  }

  .mission-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .menu-button {
    padding-left: 8px;
  }

  .faq-wrapper {
    max-width: 420px;
  }

  .categories-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .categories-image {
    height: auto;
    position: relative;
  }

  .categories-link-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .form-wrapper {
    max-width: 390px;
  }

  .utilities-wrapper-5 {
    max-width: 100%;
  }

  .utilities-wrapper-4, .utilities-wrapper-3 {
    width: 100%;
  }

  .utilities-flex-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .hero-h1 {
    font-size: 70px;
    line-height: 60px;
  }

  .rich-text {
    width: 100%;
  }

  .rich-text h4 {
    white-space: normal;
  }

  .offer-image {
    min-height: 170px;
  }

  .categories-flex-wrapper {
    justify-content: center;
  }

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

  .blog-tab {
    width: 95%;
  }

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

  .product-grid {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .product-content-wrapper {
    padding-left: 0;
  }

  .hero-subheading-quote {
    font-size: 18px;
    display: block;
  }

  .div-navmobile-menue {
    max-height: 90vh;
    right: 4%;
    overflow: auto;
  }

  .heading-3 {
    font-size: 28px;
  }

  .tours-link-wrapper-test {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .select-wrapper {
    max-width: 382px;
  }

  .home-card, .home-card-footer {
    min-width: 420px;
    max-width: 420px;
    height: 280px;
    min-height: 280px;
    max-height: 280px;
  }

  .txt-_-retreat_cat, .txt-_-retreat_cat.move-down {
    font-size: 12px;
  }

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

  .hauptberschrift {
    width: auto;
  }

  .div-cell {
    flex: 0 auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-tile-image {
    background-position: 50%, 0 0;
  }

  .reflection-hero-static {
    min-height: 62vh;
  }

  .reflection-hero-overlay {
    padding: 120px 0 48px;
  }

  .reflection-article-static {
    padding: 64px 0 80px;
  }

  .reflection-body-copy {
    font-size: 17px;
  }

  .reflections-overview-static {
    padding: 64px 0 80px;
  }

  .reflections-lead-static {
    margin-bottom: 46px;
  }

  .reflections-grid-static {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .reflection-card-title-static {
    font-size: 27px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
    line-height: 46px;
  }

  h2 {
    font-size: 36px;
    line-height: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h6 {
    line-height: 15px;
  }

  .hero-image {
    min-height: 120svh;
    max-height: 120svh;
  }

  .hero-wrapper {
    max-width: 240px;
    height: 120svh;
  }

  .featured-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .featured-card {
    min-width: 100%;
    max-width: 100%;
    height: 360px;
    min-height: 360px;
    max-height: 360px;
  }

  .featured-flex {
    text-align: center;
    justify-content: center;
  }

  .card {
    min-width: 100%;
    max-width: 100%;
    height: 360px;
    min-height: 360px;
    max-height: 360px;
  }

  .subheading-flex {
    text-align: center;
  }

  .color-primary {
    font-size: 28px;
    line-height: 28px;
  }

  .offer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .offer-card {
    border-radius: 0 0 20px 20px;
  }

  .bloggers-grid-thirds {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .socials-wrapper {
    top: 64%;
  }

  .bloggers-card {
    flex-basis: 100%;
    grid-column: 1 / -1;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 420px;
    min-height: 420px;
    max-height: 420px;
  }

  .link {
    min-height: 64px;
    font-size: 32px;
  }

  .faq-wrapper {
    max-width: 240px;
  }

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

  .categories-image {
    width: 100%;
  }

  .form-wrapper {
    max-width: 260px;
  }

  .utilities-grid-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .hero-h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .faq-question {
    text-align: left;
  }

  .offer-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    min-width: 100%;
    min-height: 128px;
    max-height: 128px;
  }

  .team-wrapper {
    width: 95%;
  }

  .team-card {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .email-phone-text {
    word-break: break-all;
    font-size: 12px;
    line-height: 12px;
  }

  .blog-tab {
    width: 100%;
  }

  .categories-nav-tab {
    flex-wrap: nowrap;
    width: 100%;
  }

  .product-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .product-grid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .product-image-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 250px;
  }

  .product-content-wrapper {
    max-width: 250px;
  }

  .text-strikethrough {
    padding-left: 0;
  }

  .hero-subheading-quote {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-categories.subtitle {
    font-size: 16px;
  }

  .paragraph {
    font-size: 12px;
  }

  .quote_small {
    font-size: 14px;
  }

  .link-navmob-third.hidden {
    display: none;
  }

  .link-block {
    width: 180px;
  }

  .div-navmobile-menue {
    margin-top: 80px;
    display: block;
    top: 35px;
    right: 6px;
  }

  .div-nav-mobile-lotti-wr {
    width: 40px;
    margin-right: 10px;
  }

  .div-nav-mobile {
    z-index: 1000;
    display: block;
  }

  .heading-2-fav {
    font-size: 28px;
    line-height: 28px;
  }

  .card-new {
    min-width: 100%;
    max-width: 100%;
    height: 360px;
    min-height: 360px;
    max-height: 360px;
  }

  .select-wrapper {
    max-width: 240px;
    height: 120svh;
  }

  .home-card, .home-card-footer {
    min-width: 100%;
    max-width: 100%;
    height: 360px;
    min-height: 360px;
    max-height: 360px;
  }

  .team-wrapper-neu {
    width: 95%;
  }

  .team-card-top {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hauptberschrift {
    font-size: 26px;
    line-height: 40px;
  }

  .heading_home {
    font-size: 20px;
  }
}

#w-node-_3697f912-b5c1-679b-0e5f-3f3fbc500159-95001a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3697f912-b5c1-679b-0e5f-3f3fbc50015b-95001a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}


