@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pangram;
  src: url('../fonts/Pangram-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-white: #d6d1d5;
  --purple-bg: #2c1226;
  --indicator-outline\<deleted\|variable-59b47200\>: #c0c0d333;
  --grey-background\<deleted\|variable-53c93696\>: #f7f8fc;
  --body-display\<deleted\|variable-16f353f2\>: #516381;
  --peru-2: #d08c40b3;
  --peru-3: #d08c40;
  --black\<deleted\|variable-654be6b4\>: #081c3a;
  --shaddow\<deleted\|variable-332d46ce\>: #3540751a;
  --royal-blue\<deleted\|variable-e3c7e129\>: #3572ff;
  --dark-outline\<deleted\|variable-dfc53acf\>: #e6e6f3;
  --peru: #a97134;
  --ghost-white\<deleted\|variable-4c956798\>: #fcfcff;
  --white-overlay: #e3d5e7bf;
  --light-purple: #2c1226b3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

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

.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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

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

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

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

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

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

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

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

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

  .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, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional, .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: var(--background-white);
  color: #333;
  font-family: Pangram, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.25em;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 1.3em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.25em;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Eudoxussans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: var(--purple-bg);
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.5em;
}

blockquote {
  border-left: 3px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  background-color: var(--grey-background\<deleted\|variable-53c93696\>);
  color: var(--body-display\<deleted\|variable-16f353f2\>);
  border-radius: 0 5px 5px 0;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 18px 24px;
  font-size: 17px;
  line-height: 1.6em;
}

.body {
  background-color: var(--background-white);
  color: #d08c40;
}

.hero-background-image {
  background-image: linear-gradient(to bottom, var(--peru-2), var(--peru-2));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay {
  position: absolute;
  inset: 0%;
}

.overlay.extra-light {
  background-color: #0f13260d;
}

.overlay.quartier {
  background-color: #0000;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.subtitle.large {
  font-size: 14px;
}

.subtitle.no-padding {
  padding-bottom: 0;
}

.subtitle.teamsub {
  color: var(--purple-bg);
  padding-bottom: 0;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.top-nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: grid;
}

.left-nav {
  z-index: 25;
  border-right: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  border-bottom: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  background-color: var(--purple-bg);
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.right-nav {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.brand {
  z-index: 25;
  color: #d08c40;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.scroll-indicator {
  z-index: 49;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid var(--purple-bg);
  flex-direction: column;
  grid-template-rows: minmax(200px, 620px) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  padding-top: 80px;
  padding-bottom: 24px;
  display: grid;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.indicator-wrapper {
  background-color: #ffffffb3;
  border-radius: 100px;
  flex: 1;
  width: 3px;
  margin-top: 36px;
  margin-bottom: 36px;
  overflow: hidden;
}

.indicator-fill {
  border-radius: 100px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  display: flex;
  position: relative;
}

.section.no-padding {
  background-color: var(--background-white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.yellow {
  color: var(--purple-bg);
  background-color: #2c1226;
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.section.no-bottom-padding.black {
  background-color: var(--background-white);
  padding-bottom: 140px;
  display: block;
}

.section.logo-bg {
  background-image: linear-gradient(#d6d1d580, #d6d1d580), url('../images/Georges-Henri_Pattern_GH.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-bottom: 140px;
}

.section.limit-screen-width {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.lesspadding {
  padding-top: 40px;
}

.section.planpoint {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.flipsnack {
  display: block;
}

.nav-link {
  color: #d08c40;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 2px #0f132600;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--peru-3);
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.body-display {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display.large {
  color: var(--purple-bg);
  text-align: left;
  width: 400px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 17px;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.4em;
}

.body-display.tabsdisplay {
  color: #2c1226;
  text-align: left;
  width: 500px;
  max-width: 700px;
  font-size: 17px;
  line-height: 1.4em;
}

.subtitle-wrapper {
  margin-bottom: 18px;
}

.location-card-slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.location-mask {
  width: 50%;
  max-width: 800px;
  max-height: 450px;
  overflow: visible;
}

.location-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border-radius: 3px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 28vw;
  min-height: 450px;
  max-height: 550px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-arrow {
  background-color: #fffc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: -72px;
  display: flex;
  inset: auto auto -30px;
}

.slider-arrow.right {
  margin-left: 0;
  margin-right: -72px;
}

.slide-nav {
  display: none;
}

.nav-menu {
  z-index: 40;
  justify-content: center;
  max-width: 450px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.indicator {
  background-color: var(--purple-bg);
  border-radius: 100px;
  width: 100%;
  height: 20%;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.about-us-section {
  background-color: var(--purple-bg);
  display: none;
  overflow: hidden;
}

.effectcontainer {
  z-index: 10;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-image-item {
  color: #fff;
  text-align: center;
  width: 25vw;
  min-width: 25vw;
  height: 25vw;
  min-height: 25vw;
  margin-left: -1px;
  margin-right: -1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.card-arrow-icon {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.card-arrow-icon.dark {
  border-color: var(--indicator-outline\<deleted\|variable-59b47200\>);
  background-color: #fff;
}

.location-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  color: var(--black\<deleted\|variable-654be6b4\>);
  background-color: #0000;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  padding: 24px 18px 24px 24px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
  overflow: hidden;
}

.location-card:hover {
  box-shadow: 0 12px 36px -8px var(--shaddow\<deleted\|variable-332d46ce\>);
}

.horizontal-line {
  background-color: var(--purple-bg);
  flex: 1;
  height: 1px;
}

.thin-span {
  font-weight: 500;
}

.menu-lottie {
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.social-sidebar-icons {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.sidebar-icon {
  border: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  background-color: #aeaec00d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 8px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.sidebar-icon:hover {
  border-color: var(--royal-blue\<deleted\|variable-e3c7e129\>);
  background-color: var(--royal-blue\<deleted\|variable-e3c7e129\>);
}

.vacations-tab-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 60px;
  margin-bottom: 50px;
  display: grid;
}

.vacations-tabs {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vacations-tabs-content {
  width: 100%;
  overflow: visible;
}

.vacations-tab-link {
  color: #2c1226;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 12px 36px;
  font-size: 12px;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.vacations-tab-link.w--current {
  color: #d08c40;
  background-color: #0000;
  padding-left: 12px;
  padding-right: 12px;
}

.membership-circle {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: auto auto -21px;
}

.membership-dot {
  z-index: 10;
  background-color: var(--dark-outline\<deleted\|variable-dfc53acf\>);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.membership-outline-circle {
  border: 2px solid var(--dark-outline\<deleted\|variable-dfc53acf\>);
  border-radius: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.vacations-tabs-wrapper {
  padding: 0;
  position: relative;
}

.location-indicator {
  background-color: #fff;
  border-radius: 100px;
  height: 2px;
  position: absolute;
  inset: 60px 0% auto;
  overflow: hidden;
}

.location-indicator-fill {
  background-color: var(--purple-bg);
  border-radius: 100px;
  width: 25%;
  height: 100%;
}

.steps-card {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 275px;
  padding: 24px;
  display: grid;
  position: relative;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  align-items: center;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.team-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: var(--black\<deleted\|variable-654be6b4\>);
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 18px 30px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: grid;
  position: relative;
}

.team-card:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px var(--shaddow\<deleted\|variable-332d46ce\>);
}

.testimonial-arrow {
  z-index: 25;
  background-color: #d08c40;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 72px 10px 0%;
}

.benefit-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: var(--purple-bg);
  text-align: center;
  border-right: 1px solid #2c122633;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
  transition: box-shadow .5s;
  position: relative;
}

.benefit-card:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px var(--shaddow\<deleted\|variable-332d46ce\>);
}

.button {
  background-color: var(--peru-3);
  color: var(--purple-bg);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 0;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  background-color: #d08c40;
}

.button.maxsize {
  max-width: 280px;
  margin-top: 36px;
}

.button.narrow {
  width: 280px;
}

.vacation-item {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  box-shadow: none;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 36px 18px 18px;
  transition: box-shadow .5s;
  display: grid;
}

.vacation-item:hover {
  box-shadow: 0 9px 48px -6px #3540751f;
}

.navigation-content {
  z-index: 15;
  border-bottom: 1px none var(--indicator-outline\<deleted\|variable-59b47200\>);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-left: 80px;
  padding-left: 36px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.navigation-shade {
  border-bottom: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  background-color: var(--background-white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.benefit-icon {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.benefit-description {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.team-image-lightbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-image-location {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.team-location-icon {
  border: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  background-color: var(--indicator-outline\<deleted\|variable-59b47200\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
}

.team-background-image {
  background-image: url('../images/Square6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.team-background-image.two {
  background-image: url('../images/Square2.webp');
}

.team-background-image.three {
  background-image: url('../images/Square5.webp');
}

.team-background-image.four {
  background-image: url('../images/cinema.jpg');
}

.team-background-image.five {
  background-image: url('../images/Square4.webp');
}

.team-background-image.six {
  background-image: url('../images/Square3.webp');
}

.checkout-form {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--grey-background\<deleted\|variable-53c93696\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 36px;
  display: grid;
}

.checkout-details {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  border: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 36px 60px 60px;
  display: grid;
}

.block-header {
  background-color: #fff;
  border-style: none;
  border-radius: 12px;
  padding: 18px 24px;
}

.block-content {
  background-color: #fff0;
  border: 1px #000;
  max-height: 350px;
  padding: 24px 24px 0;
  overflow: auto;
}

.order-info {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  display: grid;
}

.order-top-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  min-height: 80px;
  display: grid;
}

.payment-tab-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.payment-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.secure-notice {
  grid-column-gap: 18px;
  grid-row-gap: 4px;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  max-width: 250px;
  padding-top: 6px;
  font-weight: 700;
  display: grid;
}

.secure-icon {
  border: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.customer-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 24px;
  display: grid;
}

.payment-field-wrapper {
  background-color: #0000;
  border: 1px #000;
  padding: 0;
}

.payment-field-header {
  border-style: none none solid;
  border-bottom-color: var(--indicator-outline\<deleted\|variable-59b47200\>);
  background-color: #0000;
  padding: 0 0 24px;
}

.payment-field {
  border-color: var(--indicator-outline\<deleted\|variable-59b47200\>);
  background-color: var(--grey-background\<deleted\|variable-53c93696\>);
  border-radius: 3px;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.shipping-method-list {
  border: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  border-radius: 12px;
  padding: 0 24px;
}

.shipping-method {
  border-bottom-style: solid;
  border-bottom-color: var(--indicator-outline\<deleted\|variable-59b47200\>);
  background-color: #fff0;
  padding: 24px 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
}

.special-pay-button {
  border-radius: 3px;
  height: 48px;
}

.order-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.order-item-info {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.order-item-info-top {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.order-items {
  margin-bottom: 0;
}

.right-order-info {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 20px;
}

.order-button {
  background-color: var(--black\<deleted\|variable-654be6b4\>);
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  height: 60px;
  margin-bottom: 0;
  display: flex;
}

.vacation-slide-arrow {
  z-index: 25;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: -60px;
  display: flex;
  inset: auto 36px auto auto;
}

.location-page-slide {
  height: 100vh;
  min-height: 100vh;
}

.home-hero-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 360px;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: 150px;
  padding-bottom: 100px;
  padding-left: 80px;
  display: grid;
  position: relative;
}

.home-hero-intro {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  display: grid;
  position: relative;
}

.outline-button {
  border: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  color: var(--black\<deleted\|variable-654be6b4\>);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.outline-button:hover {
  border-color: var(--black\<deleted\|variable-654be6b4\>);
  background-color: var(--black\<deleted\|variable-654be6b4\>);
  color: #fff;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 40px;
}

.popular-vacations {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  box-shadow: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-card-bottom {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.location-image {
  object-fit: cover;
  background-image: url('../images/REM_Station_Panama_Rive-Sud.jpeg');
  background-position: 50%;
  background-size: auto;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: auto;
}

.location-card-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.inner-page-hero {
  justify-content: center;
  align-items: center;
  min-height: 700px;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-page-hero.smaller {
  min-height: 600px;
}

.inner-page-hero.muchsmaller {
  flex-direction: column;
  align-items: center;
  min-height: 700px;
  padding-top: 50px;
}

.large-journal-post {
  color: var(--black\<deleted\|variable-654be6b4\>);
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-left: 36px;
  padding-right: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.journal-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--black\<deleted\|variable-654be6b4\>);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: minmax(120px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  padding: 6px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.journal-list-item:hover {
  box-shadow: 0 6px 24px -4px #3540751f;
}

.slide {
  z-index: 10;
}

.location-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-slider {
  background-color: #0000;
  height: 100%;
}

.product-slider-arrow {
  z-index: 20;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 0% 80px auto;
}

.hero-slider-mask {
  overflow: visible;
}

.hero-slide {
  height: 100%;
}

.slider-background {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-background-wrapper.hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.background {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background.projet {
  background-image: url('../images/Header_Projet-2024.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.background.emplacement-hero {
  background-image: url('../images/Quartier1.webp');
}

.background.emplacement-hero.v2 {
  background-image: url('../images/Header_Emplacement-2024.jpg');
}

.background.team {
  background-color: #0c0c0c;
  background-image: url('../images/FEmme-Final.jpg');
  background-position: 50%;
  background-size: cover;
}

.background.units {
  background-image: url('../images/Header_Unites-2024.jpg');
  background-position: 50%;
  background-size: cover;
}

.background.plans {
  background-image: url('../images/Header_Plan-2024.jpg');
  background-position: 50%;
  background-size: cover;
}

.background.video {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Man1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide-arrow {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--indicator-outline\<deleted\|variable-59b47200\>) #fff9 #fff9;
  background-color: #d08c40;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  inset: auto 360px 0% auto;
}

.hero-slide-arrow.left {
  border-top-style: none;
  bottom: 70px;
}

.hero-slide-arrow.left.hide, .hero-slide-arrow.hide {
  display: none;
}

.slider-bottom {
  z-index: 20;
  justify-content: center;
  width: 100%;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.bottom-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  min-width: 100vw;
  height: 100%;
  display: grid;
}

.featured-location {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--peru);
  color: var(--black\<deleted\|variable-654be6b4\>);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 360px;
  padding: 36px;
  text-decoration: none;
  display: grid;
}

.featured-location-icon {
  background-color: #d08c40;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100px;
  display: flex;
}

.feature-item {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  color: var(--body-display\<deleted\|variable-16f353f2\>);
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding: 36px 18px;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.feature-item:hover {
  z-index: 1;
  box-shadow: 0 9px 42px -6px var(--shaddow\<deleted\|variable-332d46ce\>);
}

.lightbox {
  position: absolute;
  inset: 0%;
}

.team-images {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  padding-top: 60px;
  display: none;
  position: relative;
}

.slider-arrow-icon {
  width: 16px;
}

.large-image {
  border-radius: 5px;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.small-image {
  border-radius: 5px;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}

.medium-image {
  border-radius: 5px;
  margin-top: -36px;
  position: relative;
  overflow: hidden;
}

.benefits-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  background-color: #d08c40;
  background-image: url('../images/Gold-BG.webp');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-link-list {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  background-color: var(--purple-bg);
  color: var(--ghost-white\<deleted\|variable-4c956798\>);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item:hover {
  padding-left: 24px;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-indicator {
  z-index: 25;
  background-color: #fff;
  width: 40%;
  max-width: 250px;
  height: 2px;
  position: relative;
}

.prloader-fill {
  background-color: var(--purple-bg);
  width: 20%;
  height: 100%;
}

.preloader-top {
  background-color: var(--background-white);
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-bottom {
  background-color: var(--background-white);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.agent-social-media {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.agent-social-icon {
  border: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  background-color: var(--grey-background\<deleted\|variable-53c93696\>);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 0;
  padding-left: 36px;
  display: flex;
}

.credit-text {
  color: var(--purple-bg);
  font-size: 12px;
}

.background-load-top {
  z-index: 25;
  background-color: var(--purple-bg);
  height: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.background-load-bottom {
  z-index: 25;
  background-color: var(--purple-bg);
  height: 50%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.paralax-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: -36px;
  margin-bottom: -36px;
  position: absolute;
  inset: 0%;
}

.paralax-background.about-one {
  background-image: url('../images/Terrasse4.jpg');
}

.paralax-background.about-two {
  background-image: url('../images/Terrasse.jpg');
}

.paralax-background.about-three {
  background-image: url('../images/Terrasse3.jpg');
}

.paralax-background.about-four {
  background-image: url('../images/Lobby.jpg');
  background-position: 50%;
}

.paralax-background.about-five {
  background-image: url('../images/Coworking2.jpg');
}

.paralax-background.about-six {
  background-image: url('../images/Gym.jpg');
}

.paralax-background.about-seven {
  background-image: url('../images/Coworking.jpg');
}

.link-cover {
  border-radius: 5px;
  height: 100%;
  max-height: 42px;
  position: absolute;
  inset: auto 0%;
}

.link-text {
  z-index: 10;
  position: relative;
}

.nav-menu-links {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.close-link {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 36px;
  font-size: 12px;
  text-decoration: none;
  display: grid;
  position: absolute;
  inset: auto auto -48px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.password-wrapper {
  z-index: 10;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  padding: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.password-field {
  background-color: #fff0;
  border: 1px #000;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 24px;
}

.password-button {
  color: var(--purple-bg);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #d08c40;
  border-radius: 5px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 11px;
}

.vacation-card-arrow {
  width: 14px;
}

.password-hero {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
  position: relative;
}

.order-summary {
  margin-bottom: 0;
}

.payment-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._404-page-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #d08c40;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.order-confirmation {
  background-color: var(--grey-background\<deleted\|variable-53c93696\>);
  justify-content: center;
  padding: 120px 48px 48px;
  display: flex;
}

.order-confirmation-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.order-left {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-right: 0;
  padding: 36px;
  display: grid;
}

.order-sticky {
  top: 101px;
}

.confirmation-grid {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .55fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paypall-order-items {
  margin-bottom: 36px;
}

.effectwrapper {
  position: relative;
  overflow: hidden;
}

.flyout-menu {
  border-right: 1px none var(--indicator-outline\<deleted\|variable-59b47200\>);
  border-bottom: 1px none var(--indicator-outline\<deleted\|variable-59b47200\>);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flyout-menu.close {
  display: none;
}

.flyout-menu.open {
  -webkit-text-stroke-color: #cd9b41;
  display: flex;
}

.flyout-menu-wrapper {
  z-index: 20;
  background-color: var(--white-overlay);
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.flyout-menu-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  background-color: var(--background-white);
  color: var(--purple-bg);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 448px;
  max-width: 448px;
  height: 100vh;
  padding: 100px 0 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.close-flyout {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.vacation-continents {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 0 24px 40px 80px;
}

.flyout-social-media {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.scroll-flyout-wrapper {
  margin-right: 12px;
  overflow: auto;
}

.flyout-heading {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 80px;
  display: flex;
}

.footer {
  background-color: #0000001a;
  background-image: linear-gradient(to bottom, var(--white-overlay), var(--white-overlay)), url('../images/bg-black.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  display: flex;
  position: relative;
}

.submit-button {
  background-color: var(--royal-blue\<deleted\|variable-e3c7e129\>);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: var(--black\<deleted\|variable-654be6b4\>);
}

.mobile-navigation-shade {
  display: none;
}

.footer-logo-row {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.footer-logo-img {
  max-width: 240px;
  margin-left: 40px;
  margin-right: 40px;
}

.footer-bottom-row {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  padding-bottom: 20px;
}

.footer-top-row {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}

.footer-main-logo {
  max-width: none;
}

.nav-logo {
  max-width: 240px;
  max-height: 45px;
}

.benefit-subtitle {
  font-size: 16px;
}

.section-logo {
  object-fit: contain;
  width: 180px;
  height: 180px;
}

.section-content-wrapper {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  padding-right: 0;
  display: block;
}

.section-content-wrapper.hero {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 300px;
  display: flex;
}

.narrow-wrapper {
  z-index: 2;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.narrow-wrapper.align-center {
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 0;
}

.narrow-wrapper.align-center.white {
  color: #ffffffe6;
  text-align: left;
  text-align: left;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.section-title {
  color: var(--purple-bg);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1em;
  display: flex;
}

._2-col-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.button-wrap {
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.section-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.line-subtitle {
  color: var(--purple-bg);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.logo-row {
  justify-content: space-around;
  align-items: flex-end;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-img {
  max-width: 200px;
  max-height: 80px;
}

.benefit-title {
  font-size: 20px;
}

.full-height-hero {
  background-color: #fff;
  align-items: stretch;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link {
  color: var(--purple-bg);
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.menu-link:hover {
  color: var(--peru-3);
}

.menu-link.w--current {
  color: var(--peru-3);
  margin-bottom: 20px;
}

.menu-title {
  margin-bottom: 20px;
}

.align-center-mobile {
  padding-left: 80px;
}

.section-img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.george {
  border: 9px none var(--purple-bg);
  width: 400px;
  margin-top: 20px;
}

.h3 {
  color: #2c1226;
  margin-top: 20px;
  margin-bottom: 10px;
}

.newgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.teamgrid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-columns: 2fr 4.5fr;
  margin-left: 140px;
  margin-right: 140px;
}

.divteam {
  color: var(--purple-bg);
}

.form-title {
  color: var(--purple-bg);
  text-align: left;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Pangram, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.field-wrap {
  padding-bottom: 10px;
}

.field-wrap._2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.select-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--purple-bg);
  color: var(--purple-bg);
  background-color: #f3f3f300;
  margin-bottom: 15px;
  padding-left: 0;
  font-family: Pangram, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.select-field:hover {
  color: #fdffff;
}

.select-field:active {
  color: var(--purple-bg);
}

.select-field:focus {
  border-bottom-color: var(--background-white);
  color: var(--purple-bg);
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--purple-bg);
  color: var(--purple-bg);
  background-color: #0000;
  padding-left: 0;
  font-family: Pangram, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:focus {
  color: #fff;
  border-bottom-color: #e9cac9;
}

.text-field::placeholder {
  color: var(--purple-bg);
  font-weight: 400;
}

.html-embed {
  display: none;
}

.form-button {
  background-color: var(--peru-3);
  color: var(--purple-bg);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 40px 12px;
  font-family: Pangram, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: color .2s, background-color .2s;
}

.form-button:hover {
  color: #ab702a;
  background-color: #2d1026;
}

.paragraph {
  width: 550px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraph.align-center {
  text-align: center;
}

.paragraph.no-padding-top {
  padding-top: 0;
}

.paragraph.white {
  color: var(--white-overlay);
  text-align: center;
}

.paragraph-4 {
  color: var(--purple-bg);
  text-align: justify;
  width: 500px;
  margin-bottom: 30px;
  padding-top: 20px;
}

.paragraph-5 {
  text-align: justify;
  width: 500px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 40px;
}

.menu-link-language {
  color: var(--purple-bg);
  margin-top: 25px;
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-link-language:hover {
  color: #fff;
}

.paragraph-6 {
  color: var(--purple-bg);
  text-align: left;
  width: 500px;
  margin-bottom: 50px;
}

.image-2, .image-3, .image-4, .image-5 {
  width: 100%;
}

.subtitle-distance {
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.section-femme {
  background-image: linear-gradient(to bottom, var(--white-overlay), var(--white-overlay)), url('../images/Woman5-2024.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: flex;
  position: relative;
}

.section-femme.no-padding {
  -webkit-text-fill-color: inherit;
  background-color: #251030;
  background-image: url('../images/femme-mauve.jpg');
  background-position: 50% 0;
  background-size: auto;
  background-clip: padding-box;
  padding-top: 140px;
  padding-bottom: 140px;
}

.heading {
  background-color: var(--light-purple);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 200;
}

.heading-2 {
  background-color: var(--peru-2);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 200;
}

.img-slide-title {
  background-color: #2c1226b3;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 200;
  text-decoration: none;
}

.paragraph-11 {
  color: #2c1226;
  text-align: center;
  width: 400px;
  margin-bottom: 0;
  padding-top: 30px;
}

.paragraph-12 {
  color: #2c1226;
  text-align: left;
  width: 500px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-4, .heading-5, .heading-6 {
  background-color: #d08c4099;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 200;
}

.paragraph-13 {
  color: #2c1226;
  text-align: left;
  width: 500px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraph-14 {
  color: #2c1226;
  text-align: left;
  width: 600px;
}

.paragraph-15 {
  color: var(--background-white);
  text-align: left;
  width: 400px;
}

.cta-title {
  color: var(--purple-bg);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Pangram, sans-serif;
  font-size: 72px;
  font-weight: 200;
  line-height: 84px;
  display: flex;
}

.form-block {
  color: #cd9b41;
  width: 600px;
  display: block;
}

.navmenumobile {
  z-index: 99999;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.newlink-phone {
  color: var(--purple-bg);
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .5s;
}

.newlink-phone:hover, .newlink-phone.w--current {
  color: var(--peru-3);
}

.section-title-mauve {
  color: var(--background-white);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  margin-bottom: 0;
  font-size: 42px;
}

.form {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-5 {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper {
  margin-top: 100px;
  margin-bottom: 50px;
}

.wrapper.m100-50 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 50px;
}

.cta7-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/head-accueil.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 950px;
}

.image-6 {
  width: 50%;
  padding-bottom: 25px;
}

.content23-item {
  margin-bottom: 0;
  margin-right: 10px;
}

.divcontact {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.paragraph-71 {
  color: var(--purple-bg);
  text-align: left;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.column {
  text-align: center;
  padding-left: 50px;
  padding-right: 0;
}

.text-block-7 {
  text-align: left;
  text-transform: uppercase;
  font-size: 17px;
}

.section-3 {
  background-color: #d6d1d5;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 100px 0;
}

.content23-item-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 40px;
  display: flex;
}

.column-2 {
  padding-left: 0;
  padding-right: 40px;
}

.section-title-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 200;
  line-height: 38px;
}

.section-title-2.uppercase {
  color: var(--purple-bg);
  text-transform: uppercase;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.bold-text-12 {
  color: var(--purple-bg);
  text-align: left;
}

.text-block-6 {
  color: var(--purple-bg);
  text-align: left;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
}

.button-wrap-2 {
  padding-top: 40px;
  position: static;
}

.align-center-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 300;
  display: flex;
}

.hero-logo {
  max-width: 100px;
  margin-top: 0;
  margin-bottom: 40px;
}

.button-2 {
  background-color: var(--purple-bg);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  max-width: 300px;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-2:hover {
  background-color: var(--peru-3);
  color: #111112;
}

.cta-title-form {
  color: var(--purple-bg);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Pangram, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 60px;
  display: flex;
}

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

.container {
  max-width: 1200px;
}

.column-5 {
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.column-6 {
  padding-left: 50px;
}

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

.image-8 {
  width: 100%;
}

.section-4 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.html-embed-2 {
  padding-left: 50px;
  padding-right: 50px;
}

.section-grise {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0 100px;
  display: flex;
  position: relative;
}

.section-grise.no-padding {
  background-image: url('../images/Header_Equipe-2024.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 140px;
}

.section-slideshow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0 100px;
  display: flex;
  position: relative;
}

.section-slideshow.limit-screen-width {
  padding-top: 100px;
  overflow: hidden;
}

.column-7 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0 140px 50px;
  display: flex;
}

.section-title-jaune {
  color: var(--purple-bg);
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 42px;
  line-height: 1em;
}

.column-8 {
  padding-left: 0;
  padding-right: 0;
}

.columns-2 {
  background-color: var(--background-white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  padding-top: 30px;
  padding-bottom: 0;
}

.section-5 {
  margin-bottom: 50px;
}

.image-12 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.newlink-language {
  border: 1px solid var(--purple-bg);
  color: var(--purple-bg);
  text-transform: uppercase;
  margin-left: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .5s;
}

.newlink-language:hover {
  color: #fff;
}

.newlink-language.w--current {
  color: var(--purple-bg);
}

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

.narrow-wrapper-head {
  z-index: 2;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.narrow-wrapper-head.align-center {
  padding-right: 246px;
}

.narrow-wrapper-head.align-center.white {
  color: #ffffffe6;
  text-align: left;
  align-items: flex-start;
  padding-right: 0;
}

.narrow-wrapper-center {
  z-index: 2;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.narrow-wrapper-center.align-center {
  padding-right: 0;
}

.narrow-wrapper-cote {
  z-index: 2;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.narrow-wrapper-cote.align-center {
  padding-right: 0;
}

.narrow-wrapper-homme {
  z-index: 2;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.narrow-wrapper-homme.align-center {
  padding-right: 0;
}

.narrow-wrapper-team {
  z-index: 2;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.narrow-wrapper-team.align-center {
  padding-right: 0;
}

.narrow-wrapper-1 {
  z-index: 2;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.narrow-wrapper-1.align-center {
  padding-right: 0;
}

.stackable-cards {
  padding-top: 50px;
  padding-bottom: 100px;
}

.stackable__card {
  background-image: linear-gradient(180deg, var(--purple-bg), #fff0 50%), url('../images/Batiment-final.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 1000px;
  height: 600px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 10%;
  box-shadow: 0 16px 40px #00000021;
}

.stackable__card._4 {
  z-index: 9;
  background-image: linear-gradient(180deg, var(--purple-bg), #fff0 50%), url('../images/lobby_1.jpg');
}

.stackable__card._2 {
  z-index: 5;
  background-image: linear-gradient(to bottom, var(--purple-bg), #fff0 50%), url('../images/cotravail.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.stackable__card._3 {
  z-index: 8;
  background-image: linear-gradient(to bottom, var(--purple-bg), #fff0 50%), url('../images/terrasse-finale.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.stackable__card._1 {
  background-position: 0 0, 50% 100%;
}

.card__paragraph {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.card-container-960 {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.card__heading-primary {
  color: #ffffffd9;
  text-align: center;
  font-family: Pangram, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 115%;
}

.stackable__card-wrap {
  width: 1000px;
  position: relative;
}

.card__text-wrap {
  z-index: 5;
  width: 600px;
  position: absolute;
  top: 40px;
}

.line-subtitle-plus {
  color: var(--purple-bg);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.bold-text-13, .bold-text-14 {
  font-weight: 600;
}

.bold-text-15 {
  font-weight: 400;
}

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

.image-14 {
  padding-top: 30px;
}

.section-content-wrapper-slider {
  width: 100%;
  height: 100%;
  padding: 100px 140px 50px;
}

.navbar-2 {
  z-index: 9;
  background-color: #0000;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button-2 {
  z-index: 9;
  color: #000;
  text-transform: uppercase;
  background-color: #e2e0d9;
  border-radius: 0%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 8px;
  font-size: 10px;
  font-weight: 400;
  line-height: 36px;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.menu-button-2.w--open {
  box-shadow: none;
  color: #fff;
  background-color: #d57d6f;
}

.nav-menu-2 {
  z-index: 8;
  background-color: #000;
  width: 400px;
  padding-top: 100px;
  box-shadow: 0 0 30px #0003;
}

.nav-link---new {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link---new:hover, .nav-link---new.w--current {
  color: #d57d6f;
}

.overlay---light {
  background-color: #d6d1d599;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.background-2 {
  z-index: 1;
  background-image: url('../images/batiment1.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-3 {
  color: #2c1226;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d08c40;
  border-style: none;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 0;
  padding: 16px 32px;
  font-size: 12px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-3:hover {
  background-color: #d08c40;
}

.inner-page-hero-2 {
  justify-content: center;
  min-height: 700px;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-page-hero-2.muchsmaller {
  min-height: 700px;
  padding-top: 40px;
}

.section-content-wrapper-2 {
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
}

.section-content-wrapper-2.hero {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 250px;
  display: flex;
}

.section-10 {
  background-color: #d6d1d5;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.button-centre {
  color: #2c1226;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d08c40;
  border-style: none;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 0 auto 58px;
  padding: 16px 32px;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-centre:hover {
  background-color: #d08c40;
}

.section-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0 100px;
  display: flex;
  position: relative;
}

.section-11.planpoint {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.cta-title-rsvp {
  color: var(--purple-bg);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Pangram, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 50px;
  display: flex;
}

.footer-logo-img-2 {
  max-width: 240px;
  margin-left: 40px;
  margin-right: 40px;
}

.footer-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 12px;
  padding-left: 12px;
  display: flex;
}

.footer-top-row-2 {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--purple-bg);
  color: var(--purple-bg);
  background-color: #0000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Pangram, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-2:focus {
  color: #ab702a;
  border-bottom-color: #e9cac9;
}

.text-field-2::placeholder {
  color: var(--purple-bg);
  font-weight: 400;
}

.form-button-2 {
  color: #fff;
  text-align: center;
  background-color: #ab702a;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 40px;
  font-family: Pangram, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: color .2s, background-color .2s;
}

.form-button-2:hover {
  color: #ab702a;
  background-color: #2d1026;
}

.image-15 {
  margin-top: 20px;
  margin-bottom: 50px;
}

.columns-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.image-16 {
  opacity: 1;
  filter: contrast(60%);
  color: #fff;
}

.image-16:hover {
  filter: none;
}

.image-17 {
  filter: contrast(60%);
  color: #fff;
}

.image-17:hover {
  filter: none;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.container-4 {
  max-width: 1000px;
  padding-bottom: 0;
}

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

.lightbox-link {
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #000;
  width: 100%;
  height: 100%;
}

.image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39 {
  border: 1px solid var(--peru-3);
  width: 100%;
  height: 100%;
  padding: 3px;
}

.lightbox-link-2, .lightbox-link-3 {
  display: none;
}

.lightbox-link-4, .lightbox-link-5, .lightbox-link-6, .lightbox-link-7, .lightbox-link-8, .lightbox-link-9, .lightbox-link-10, .lightbox-link-11, .lightbox-link-12, .lightbox-link-13, .lightbox-link-14, .lightbox-link-15, .lightbox-link-16, .lightbox-link-17, .lightbox-link-18, .lightbox-link-19, .lightbox-link-20, .lightbox-link-21, .lightbox-link-22, .lightbox-link-23, .lightbox-link-24 {
  width: 100%;
  height: 100%;
}

.popup {
  z-index: 9990;
  text-align: center;
  background-color: #000000a8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 30px;
  display: none;
  position: fixed;
  inset: 0%;
}

.insidepopup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 750px;
  height: auto;
  display: block;
  overflow: visible;
  box-shadow: 0 0 60px 3px #00000080;
}

.div-xclose-2 {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  display: block;
  position: absolute;
  overflow: visible;
}

.xclose-3 {
  z-index: 20000;
  float: right;
  clear: left;
  border: 1px solid var(--background-white);
  color: var(--background-white);
  text-align: center;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 5px 6px 2px;
  font-family: Varela Round, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: block;
  position: static;
  inset: auto 0% 248px auto;
}

.image-popup-2 {
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.container-5 {
  padding-top: 50px;
}

.backgroundvideo {
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.menu-button-3 {
  display: none;
}

.adresse-bureau {
  text-align: justify;
  width: 500px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.html {
  margin-top: 30px;
}

.section-title-jaune-html {
  color: var(--purple-bg);
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 42px;
  line-height: 1em;
}

.dropdown-toggle {
  color: var(--purple-bg);
  padding-left: 8px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  transition: opacity .5s;
  display: block;
}

.dropdown-toggle:hover {
  color: var(--ghost-white\<deleted\|variable-4c956798\>);
}

.text-block-9 {
  color: var(--purple-bg);
  font-size: 14px;
  font-weight: 400;
}

.text-block-9:hover {
  color: var(--ghost-white\<deleted\|variable-4c956798\>);
}

.icon {
  margin-right: 10px;
}

.dropdown-link {
  color: var(--purple-bg);
  font-size: 14px;
}

.dropdown-link:hover {
  background-color: var(--peru);
}

.dropdown-link.w--current {
  color: var(--peru-3);
}

.dropdown-link-2 {
  color: var(--purple-bg);
  font-size: 14px;
}

.dropdown-link-2:hover {
  background-color: var(--peru-3);
}

.dropdown-link-2.w--current {
  color: var(--peru-3);
}

.dropdown-link-3 {
  color: var(--purple-bg);
  font-size: 14px;
}

.dropdown-link-3:hover {
  background-color: var(--peru-3);
}

.dropdown-link-3.w--current {
  color: var(--peru-3);
}

.dropdown-link-4 {
  color: var(--purple-bg);
  font-size: 14px;
}

.dropdown-link-4:hover {
  background-color: var(--peru-3);
}

.dropdown-link-4.w--current {
  color: var(--peru-3);
}

.dropdown {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-12 {
  height: auto;
  margin-top: 0;
  margin-bottom: 100px;
}

.container-galerie-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  height: auto;
  margin-top: 150px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  padding-top: 50px;
}

.container-galerie-2, .container-galerie-3, .container-galerie-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  height: auto;
  margin-top: 80px;
  margin-bottom: 50px;
  padding-top: 0;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto auto auto auto auto;
  padding-top: 50px;
}

.button-4 {
  background-color: var(--grey-background\<deleted\|variable-53c93696\>);
  color: #2c1226;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-style: none;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 40px;
  padding: 16px 32px;
  font-size: 12px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-4:hover {
  background-color: #d08c40;
}

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

.image-40 {
  filter: contrast(60%);
}

.image-40:hover {
  filter: none;
}

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

.image-75 {
  width: auto;
  max-width: 50%;
  padding-bottom: 0;
}

.heading-562 {
  color: var(--peru);
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: static;
}

.paragraph-35 {
  color: #2c1226;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.grid-mobile {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: 150px minmax(5px, .6fr);
  grid-template-columns: minmax(173px, 1fr) minmax(280px, 1fr) minmax(280px, 1fr);
  grid-auto-rows: minmax(5px, .6fr);
  grid-auto-flow: row;
  place-items: center;
}

.columns-29 {
  display: none;
}

.container-48 {
  flex-flow: column;
  place-content: center;
  align-items: center;
  max-width: 1000px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.image-75-copy {
  width: auto;
  max-width: 35%;
  padding-bottom: 20px;
}

.container-49 {
  width: 700px;
  height: auto;
  margin-top: 40px;
  padding-top: 0;
}

.youtubetext {
  color: var(--purple-bg);
  text-align: left;
  width: 700px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-11 {
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 12px;
}

.div-block-9 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 40px;
  display: none;
}

.section-14 {
  outline-offset: 0px;
  outline: 1px solid #d08c40;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.container-50 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 768px;
  display: flex;
}

.section-title-promo {
  color: var(--purple-bg);
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 42px;
  line-height: 1em;
  display: flex;
}

.paragraph-promo {
  color: var(--purple-bg);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin-bottom: 20px;
  padding-left: 0;
  line-height: 1.8em;
  display: flex;
}

.div-block-pastille {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 150px;
  margin-right: 100px;
  display: none;
}

.button-promo {
  color: var(--purple-bg);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d08c40;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 30px;
  padding: 16px 32px;
  font-size: 12px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-promo:hover {
  background-color: #d08c40;
}

.divrsvp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding-bottom: 0;
  display: none;
}

.contentrsvp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: 40px;
  display: flex;
}

.button-rsvp {
  background-color: var(--purple-bg);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 300px;
  margin-top: 25px;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-rsvp:hover {
  background-color: var(--peru-3);
  color: #111112;
}

.content23-item-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.superscript {
  color: #2c1226;
}

.narrow-p {
  max-width: 80%;
}

.narrow-p.center {
  text-align: center;
}

.div-block-9-copy {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 170px;
  margin-right: 40px;
  display: none;
}

.container-51 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.text-rsvp {
  color: var(--purple-bg);
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
}

.link {
  color: var(--purple-bg);
  text-decoration: none;
}

.div-block-10 {
  background-color: var(--purple-bg);
  opacity: .39;
  width: 100%;
  height: 100%;
}

.popup-2 {
  z-index: 9990;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #000000a8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 30px;
  display: none;
  position: fixed;
  inset: 0%;
}

.insidepopup-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 700px;
  height: auto;
  display: flex;
  box-shadow: 0 0 60px 3px #00000080;
}

.div-xclose-3 {
  text-align: center;
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  display: block;
  position: absolute;
  overflow: visible;
}

.xclose-4 {
  z-index: 20000;
  float: right;
  clear: left;
  border: 1px solid var(--purple-bg);
  color: var(--purple-bg);
  text-align: center;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 6px 2px;
  font-family: Varela Round, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: block;
  position: static;
  inset: auto 0% 248px auto;
}

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

@media screen and (min-width: 1280px) {
  .section.no-padding {
    padding-top: 100px;
  }

  .section.limit-screen-width {
    height: auto;
    padding-top: 140px;
  }

  .body-display.large {
    text-align: left;
    width: 400px;
    padding-top: 30px;
  }

  .body-display.tabsdisplay {
    text-align: justify;
  }

  .steps-card {
    padding: 36px;
  }

  .subtitle-intro-wrapper {
    margin-bottom: 0;
  }

  .button {
    width: 400px;
    margin-top: 0;
  }

  .button.maxsize {
    width: 400px;
    max-width: 250px;
  }

  .popular-vacations {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .location-card-content {
    padding-bottom: 50px;
  }

  .background.projet {
    background-position: 0 0;
    background-size: auto;
  }

  .background.video {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Man1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

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

  .section-content-wrapper {
    margin-top: 0;
  }

  .narrow-wrapper.align-center {
    padding-right: 404px;
  }

  .section-title {
    margin-bottom: 0;
    line-height: 1em;
  }

  .full-height-hero {
    height: 100vh;
  }

  .form-button {
    width: 70%;
    padding-top: 12px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .paragraph-4 {
    margin-bottom: 40px;
  }

  .paragraph-5 {
    margin-bottom: 0;
  }

  .paragraph-6 {
    text-align: left;
    width: 500px;
    margin-bottom: 50px;
    padding-top: 19px;
  }

  .section-femme.no-padding {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .heading {
    background-color: #2c1226b3;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 200;
  }

  .heading-2 {
    background-color: #d08c4099;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 200;
  }

  .img-slide-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 200;
  }

  .paragraph-12 {
    text-align: left;
    width: 500px;
    margin-bottom: 0;
  }

  .paragraph-14 {
    text-align: center;
    width: 600px;
  }

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

  .form-block {
    width: 600px;
  }

  .newlink-phone {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .section-title-mauve {
    margin-bottom: 0;
    line-height: 1.15em;
  }

  .bold-text-12 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .column-5 {
    padding-right: 10px;
  }

  .section-4 {
    padding-left: 50px;
  }

  .section-grise.no-padding {
    padding-top: 100px;
  }

  .section-slideshow.limit-screen-width {
    padding-top: 140px;
  }

  .section-title-jaune {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1em;
  }

  .newlink-language {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .narrow-wrapper-head.align-center {
    padding-right: 404px;
  }

  .narrow-wrapper-head.align-center.white, .narrow-wrapper-center.align-center, .narrow-wrapper-cote.align-center, .narrow-wrapper-homme.align-center, .narrow-wrapper-team.align-center, .narrow-wrapper-1.align-center {
    padding-right: 0;
  }

  .card__paragraph {
    text-align: center;
  }

  .card__text-wrap {
    width: 500px;
  }

  .section-content-wrapper-slider {
    margin-top: 0;
  }

  .button-3 {
    width: 400px;
    margin-top: 0;
  }

  .section-content-wrapper-2 {
    margin-top: 0;
  }

  .button-centre {
    width: 400px;
    margin-top: 0;
  }

  .form-button-2 {
    width: 70%;
    padding-top: 12px;
  }

  .container-4 {
    max-width: 1000px;
  }

  .image-25 {
    border: 1px solid var(--peru-3);
    padding-bottom: 3px;
  }

  .image-26, .image-27 {
    border: 1px solid var(--peru-3);
    padding: 3px;
  }

  .image-28 {
    border: 1px solid var(--peru-3);
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
  }

  .image-29, .image-30, .image-31, .image-32, .image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39 {
    border: 1px solid var(--peru-3);
    padding: 3px;
  }

  .insidepopup {
    width: 750px;
  }

  .adresse-bureau {
    text-align: justify;
    width: 500px;
  }

  .section-title-jaune-html {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1em;
  }

  .button-4 {
    width: 400px;
    margin-top: 40px;
  }

  .youtubetext {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-title-promo {
    margin-bottom: 0;
    padding-bottom: 20px;
    line-height: 1em;
  }

  .paragraph-promo {
    text-align: center;
    width: 500px;
    margin-bottom: 50px;
    padding-top: 19px;
  }

  .button-promo {
    width: 400px;
    margin-top: 30px;
  }

  .divrsvp {
    display: none;
  }

  .contentrsvp, .button-rsvp {
    display: flex;
  }

  .content23-item-copy {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .section.no-padding {
    margin-bottom: 100px;
  }

  .section.logo-bg {
    background-attachment: fixed;
  }

  .section.limit-screen-width {
    height: auto;
    margin-top: 0;
    padding-top: 140px;
  }

  .section.lesspadding {
    padding-bottom: 140px;
  }

  .vacations-tabs {
    margin-right: 0;
    padding-right: 0;
  }

  .vacations-tabs-content {
    width: 100%;
  }

  .vacations-tabs-wrapper {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .benefit-card {
    padding-left: 36px;
    padding-right: 36px;
  }

  .button {
    margin-top: 0;
  }

  .home-hero-content {
    padding-top: 190px;
    padding-bottom: 150px;
  }

  .home-hero-intro {
    grid-template-rows: auto auto auto;
    align-items: stretch;
  }

  .location-card-content {
    padding-bottom: 50px;
  }

  .inner-page-hero.muchsmaller {
    min-height: 700px;
  }

  .background.projet {
    background-image: url('../images/Header_Projet-2024.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .paralax-background.about-one {
    background-image: url('../images/REM_Station_Panama_Rive-Sud.jpeg');
  }

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

  .flyout-menu-content {
    margin-top: 0;
    padding-top: 120px;
  }

  .section-logo {
    margin-top: 20px;
  }

  .section-content-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-content-wrapper.hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .narrow-wrapper {
    max-width: none;
  }

  .narrow-wrapper.align-center {
    text-align: justify;
    align-items: center;
    padding-left: 0;
    padding-right: 500px;
  }

  .narrow-wrapper.align-center.white {
    text-align: left;
    text-align: left;
    max-width: 800px;
    display: block;
  }

  .section-title {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-img {
    height: 100%;
  }

  .full-height-hero {
    height: 100vh;
  }

  .george {
    box-shadow: none;
    margin-top: 0;
  }

  .form-button {
    font-weight: 400;
  }

  .paragraph {
    text-align: left;
    width: 550px;
  }

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

  .paragraph-5 {
    text-align: justify;
    width: 500px;
  }

  .menu-link-language {
    margin-top: 15px;
    padding-right: 15px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .paragraph-6 {
    text-align: justify;
    width: 500px;
  }

  .subtitle-distance {
    padding-bottom: 0;
    font-size: 16px;
  }

  .heading {
    background-color: #2c1226b3;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 200;
  }

  .heading-2 {
    background-color: #d08c40b3;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 200;
  }

  .img-slide-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 200;
  }

  .paragraph-11 {
    text-align: center;
    width: 400px;
  }

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

  .paragraph-14 {
    text-align: center;
    width: 600px;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .form-block {
    width: 600px;
  }

  .newlink-phone {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 400;
  }

  .section-title-mauve {
    text-align: center;
    margin-bottom: 0;
  }

  .container, .container-2 {
    max-width: 1400px;
  }

  .image-8 {
    width: 100%;
  }

  .section-grise.no-padding {
    margin-bottom: 0;
  }

  .section-slideshow.limit-screen-width {
    margin-top: 140px;
    padding-top: 0;
  }

  .section-title-jaune {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .newlink-language {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
  }

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

  .narrow-wrapper-head {
    max-width: none;
  }

  .narrow-wrapper-head.align-center {
    text-align: justify;
    align-items: center;
    padding-left: 0;
    padding-right: 500px;
  }

  .narrow-wrapper-head.align-center.white {
    text-align: left;
    padding-right: 0;
    display: block;
  }

  .narrow-wrapper-center {
    max-width: none;
  }

  .narrow-wrapper-center.align-center {
    text-align: justify;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .narrow-wrapper-cote {
    max-width: none;
  }

  .narrow-wrapper-cote.align-center {
    text-align: justify;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .narrow-wrapper-homme {
    max-width: none;
  }

  .narrow-wrapper-homme.align-center {
    text-align: justify;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .narrow-wrapper-team {
    max-width: none;
  }

  .narrow-wrapper-team.align-center {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .narrow-wrapper-1 {
    max-width: none;
  }

  .narrow-wrapper-1.align-center {
    text-align: justify;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section-9 {
    padding-top: 101px;
  }

  .section-content-wrapper-slider {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .button-3 {
    margin-top: 0;
  }

  .inner-page-hero-2.muchsmaller {
    min-height: 700px;
  }

  .section-content-wrapper-2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-content-wrapper-2.hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 250px;
  }

  .button-centre {
    margin-top: 0;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-flow: row;
  }

  .container-4 {
    max-width: 1200px;
  }

  .section-galerie {
    padding-top: 101px;
  }

  .popup {
    display: none;
  }

  .insidepopup {
    width: 750px;
  }

  .backgroundvideo {
    background-color: #0000;
    background-image: linear-gradient(#2c122680, #2c122680);
  }

  .adresse-bureau {
    text-align: justify;
    width: 500px;
    padding-top: 30px;
  }

  .section-title-jaune-html {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .button-4 {
    margin-top: 40px;
  }

  .youtubetext {
    width: 700px;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-title-promo {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .paragraph-promo {
    text-align: center;
    width: 500px;
  }

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

  .contentrsvp {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-bottom: 100px;
  }

  .section.no-padding {
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 40px;
  }

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

  .section.logo-bg {
    background-image: linear-gradient(#d6d1d580, #d6d1d580), url('../images/Georges-Henri_Pattern_GH.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
  }

  .section.limit-screen-width {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 140px;
  }

  .section.lesspadding {
    padding-bottom: 140px;
  }

  .body-display.large {
    text-align: left;
    width: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-display.tabsdisplay {
    text-align: left;
    width: 700px;
  }

  .location-card-slider {
    margin-bottom: 100px;
  }

  .location-mask {
    max-height: 550px;
  }

  .location-slide {
    font-weight: 200;
  }

  .vacations-tab-menu, .vacations-tabs-content {
    width: 100%;
  }

  .location-indicator {
    width: 100%;
    display: flex;
  }

  .location-indicator-fill {
    width: 20%;
  }

  .subtitle-intro-wrapper {
    margin-bottom: 10px;
  }

  .testimonial-arrow {
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

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

  .button {
    margin-top: 0;
  }

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

  .navigation-shade {
    display: flex;
  }

  .benefit-icon {
    margin-bottom: 0;
  }

  .benefit-description {
    text-align: center;
  }

  .location-card-content {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .inner-page-hero.smaller {
    min-height: 800px;
  }

  .background.projet {
    background-image: url('../images/Header_Projet-2024.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .background.units {
    background-image: url('../images/Header_Unites-2024.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .background.video {
    background-image: url('../images/Woman5-2024_1.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .flyout-menu-wrapper, .mobile-navigation-shade {
    display: none;
  }

  .footer-main-logo {
    max-width: 60%;
  }

  .section-content-wrapper {
    margin-bottom: 0;
    padding-top: 0;
  }

  .section-title {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-img {
    height: 100%;
    display: block;
  }

  .line-subtitle {
    font-size: 15px;
  }

  .full-height-hero {
    height: 100vh;
  }

  .george {
    box-shadow: none;
    border-style: none;
    width: 500px;
    margin-top: 0;
  }

  .teamgrid {
    margin-left: 235px;
  }

  .divteam {
    padding-left: 150px;
  }

  .paragraph {
    text-align: left;
    width: 600px;
    padding-top: 30px;
  }

  .paragraph-4 {
    color: var(--purple-bg);
    text-align: justify;
    width: 500px;
    padding-top: 20px;
  }

  .paragraph-5 {
    text-align: justify;
    width: 550px;
    padding-top: 30px;
  }

  .paragraph-6 {
    text-align: left;
    width: 500px;
  }

  .heading {
    background-color: #2c1226b3;
  }

  .heading-2 {
    background-color: #d08c4099;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .img-slide-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 200;
  }

  .paragraph-11 {
    text-align: center;
    width: 400px;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .paragraph-12 {
    text-align: justify;
    width: 500px;
    padding-top: 30px;
  }

  .heading-4, .heading-5, .heading-6 {
    background-color: #d08c4099;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 200;
  }

  .paragraph-13 {
    text-align: justify;
    width: 600px;
    padding-top: 30px;
  }

  .paragraph-14 {
    text-align: center;
    width: 600px;
    padding-top: 20px;
  }

  .paragraph-15 {
    margin-bottom: 0;
  }

  .form-block {
    width: 600px;
  }

  .newlink-phone {
    font-size: 20px;
    font-weight: 400;
  }

  .section-title-mauve {
    text-align: left;
    margin-bottom: 0;
  }

  .cta7-map-wrap {
    height: 1100px;
  }

  .column {
    padding-left: 50px;
  }

  .container, .container-2 {
    max-width: 1600px;
  }

  .section-grise {
    padding-bottom: 100px;
  }

  .section-grise.no-padding {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-slideshow {
    padding-bottom: 100px;
  }

  .section-slideshow.limit-screen-width {
    margin-top: 140px;
    margin-bottom: 100px;
    padding-top: 0;
  }

  .section-title-jaune {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-9 {
    padding-bottom: 0;
  }

  .section-7 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .newlink-language {
    border: 1px solid #d08c4033;
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
  }

  .narrow-wrapper-cote.align-center, .narrow-wrapper-1.align-center {
    padding-right: 0;
  }

  .stackable-cards {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .stackable__card {
    width: 1200px;
  }

  .card__text-wrap {
    padding-right: 10px;
  }

  .line-subtitle-plus {
    font-size: 15px;
  }

  .section-content-wrapper-slider {
    margin-bottom: 0;
    padding-top: 0;
  }

  .button-3 {
    margin-top: 0;
  }

  .section-content-wrapper-2 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .button-centre {
    margin-top: 0;
  }

  .section-11 {
    padding-bottom: 100px;
  }

  .footer-top-row-2 {
    background-image: linear-gradient(#2c1226c4, #2c1226c4), url('../images/bg-black.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .container-4 {
    max-width: 1600px;
  }

  .popup {
    height: auto;
    padding-top: 0;
    display: none;
  }

  .insidepopup {
    width: 900px;
  }

  .adresse-bureau {
    text-align: justify;
    width: 500px;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section-title-jaune-html {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle, .text-block-9, .dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
    font-size: 20px;
  }

  .button-4 {
    margin-top: 40px;
  }

  .youtubetext {
    text-align: center;
    width: 700px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .section-title-promo {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .paragraph-promo {
    text-align: center;
    width: 500px;
  }

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

  .narrow-p {
    max-width: 60%;
  }

  .popup-2 {
    height: auto;
    padding-top: 0;
  }

  .insidepopup-2 {
    width: 900px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  .navbar {
    border-bottom-style: none;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
  }

  .left-nav {
    border-bottom-style: none;
    width: 65px;
    height: 65px;
  }

  .right-nav {
    z-index: 20;
    grid-template-columns: 1fr;
    position: relative;
  }

  .scroll-indicator {
    width: 65px;
    padding-top: 65px;
  }

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

  .section.no-bottom-padding {
    padding-bottom: 60px;
  }

  .nav-link {
    color: var(--body-display\<deleted\|variable-16f353f2\>);
    border-bottom: 1px solid #0000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .location-mask {
    width: 70%;
  }

  .nav-menu {
    z-index: 15;
    background-color: #0000;
    max-width: none;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
  }

  .effectcontainer {
    margin-left: 65px;
    overflow: auto;
  }

  .menu-lottie {
    margin: auto;
    position: absolute;
    inset: 2px 0 0;
  }

  .testimonial-slide {
    width: 100%;
  }

  .benefit-card {
    background-image: url('../images/Gold-BG.webp');
    background-position: 50%;
    background-size: cover;
  }

  .navigation-content {
    height: 66px;
    margin-left: 65px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .team-image-location {
    display: none;
  }

  .checkout-form {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .checkout-details {
    padding: 36px;
  }

  .order-info {
    grid-row-gap: 36px;
    padding-top: 0;
  }

  .order-top-bar {
    min-height: auto;
  }

  .vacation-slide-arrow {
    margin-bottom: 0;
    bottom: 36px;
  }

  .location-page-slide {
    height: 100%;
    min-height: auto;
  }

  .home-hero-content {
    grid-column-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto;
    padding-top: 140px;
    padding-left: 36px;
  }

  .home-hero-intro {
    text-align: left;
    margin-bottom: 140px;
  }

  .popular-vacations {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .large-journal-post {
    min-height: 375px;
  }

  .product-slider-arrow {
    bottom: 48px;
  }

  .slider-background-wrapper {
    padding: 60px;
  }

  .slider-background-wrapper.hero-wrapper {
    height: auto;
    min-height: auto;
    padding-left: 60px;
  }

  .hero-slide-arrow {
    left: 101px;
    right: auto;
  }

  .bottom-grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
    width: 100%;
    min-width: auto;
  }

  .featured-location {
    width: auto;
    margin-left: 106px;
  }

  .team-images {
    grid-template-columns: .5fr .5fr .5fr;
  }

  .small-image {
    min-height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .medium-image {
    min-height: 300px;
    margin-top: 0;
  }

  .benefits-box {
    grid-row-gap: 20px;
    background-color: #0000;
    background-image: none;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .menu-button {
    border-right: 1px none var(--indicator-outline\<deleted\|variable-59b47200\>);
    background-color: #c8c8c800;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .credit-text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-cover {
    background-color: var(--peru);
  }

  .link-text {
    color: var(--purple-bg);
  }

  .nav-menu-links {
    z-index: 20;
    grid-row-gap: 0px;
    background-color: var(--peru);
    grid-template-columns: 1fr;
    position: relative;
  }

  .order-confirmation {
    padding: 100px 36px 36px;
  }

  .order-confirmation-content {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .order-sticky {
    position: relative;
    top: 0;
  }

  .confirmation-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .flyout-menu, .flyout-menu-wrapper {
    display: none;
  }

  .mobile-navigation-shade {
    z-index: 5;
    background-color: #0c192e8c;
    margin-top: 66px;
    position: fixed;
    inset: 0%;
  }

  .footer-logo-row {
    flex-direction: column;
    padding-bottom: 0;
  }

  .footer-logo-img {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-main-logo {
    max-width: 240px;
  }

  .section-content-wrapper {
    flex-direction: column;
    align-items: center;
    padding-right: 50px;
    display: flex;
  }

  .section-content-wrapper.hero {
    padding-right: 0;
  }

  .section-title {
    margin-bottom: 20px;
    font-size: 36px;
  }

  ._2-col-grid {
    grid-column-gap: 0px;
    grid-row-gap: 45px;
    flex-direction: column;
    display: flex;
  }

  .logo-row {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .logo-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .benefit-title {
    font-size: 22px;
  }

  .full-height-hero {
    height: auto;
    min-height: 93vh;
    max-height: 900px;
  }

  .align-center-mobile {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .newgrid {
    grid-column-gap: 0px;
    grid-row-gap: 45px;
    flex-direction: column;
    display: flex;
  }

  .form-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .cta-title {
    font-size: 36px;
    line-height: 42px;
  }

  .section-title-mauve {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .cta7-map-wrap {
    flex-direction: row;
    min-height: 360px;
    display: flex;
  }

  .section-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-title-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .cta-title-form {
    font-size: 36px;
    line-height: 42px;
  }

  .section-grise, .section-slideshow {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title-jaune {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .image-9, .image-12 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-content-wrapper-slider {
    padding-right: 100px;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .section-content-wrapper-2 {
    padding-right: 100px;
  }

  .section-content-wrapper-2.hero {
    padding-right: 0;
  }

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

  .cta-title-rsvp {
    font-size: 36px;
    line-height: 42px;
  }

  .footer-logo-img-2 {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-title-jaune-html {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .grid-mobile {
    flex-direction: row;
    justify-content: center;
    display: none;
  }

  .columns-29 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .container-48 {
    flex-direction: column;
    padding-top: 50px;
  }

  .section-title-promo {
    margin-bottom: 20px;
    font-size: 36px;
  }
}

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

  h2 {
    font-size: 26px;
  }

  p {
    font-size: 15px;
  }

  .body {
    font-size: 14px;
  }

  .left-nav {
    z-index: 30;
  }

  .right-nav {
    grid-column-gap: 0px;
  }

  .scroll-indicator {
    display: none;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.no-bottom-padding {
    padding-bottom: 48px;
  }

  .nav-link {
    border-bottom: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
    border-top-style: none;
  }

  .grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .location-card-slider {
    margin-left: 0;
  }

  .location-mask {
    width: 100%;
    overflow: hidden;
  }

  .nav-menu {
    margin-left: 0;
    padding-left: 0;
  }

  .effectcontainer {
    margin-left: 0;
  }

  .about-image-item {
    min-width: 200px;
    min-height: 200px;
  }

  .vacations-tab-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 24px;
  }

  .vacations-tab-link {
    border: 1px solid var(--indicator-outline\<deleted\|variable-59b47200\>);
    flex-direction: column;
    height: auto;
    padding-top: 30px;
    padding-bottom: 24px;
    position: relative;
  }

  .membership-circle {
    width: 36px;
    height: 36px;
    position: relative;
    bottom: 12px;
  }

  .membership-dot.four {
    width: 9px;
    height: 9px;
  }

  .location-indicator {
    display: none;
  }

  .benefit-card {
    grid-row-gap: 48px;
    grid-template-rows: 1fr auto;
    min-height: auto;
  }

  .vacation-item {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding-bottom: 24px;
    padding-right: 18px;
  }

  .navigation-content {
    padding-left: 6px;
  }

  .checkout-form {
    grid-row-gap: 24px;
    padding: 24px;
  }

  .checkout-details {
    padding: 24px;
  }

  .payment-tabs-intro {
    grid-template-columns: 1fr;
  }

  .home-hero-content {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .home-hero-intro {
    grid-row-gap: 24px;
    text-align: center;
    margin-bottom: 48px;
  }

  .inner-page-hero {
    min-height: 550px;
    padding-top: 65px;
  }

  .large-journal-post {
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-slider-arrow {
    width: 48px;
    height: 48px;
  }

  .slider-background-wrapper {
    flex-direction: row;
    padding: 20px;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-slide-arrow {
    left: auto;
  }

  .bottom-grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  }

  .featured-location {
    margin-left: 34px;
  }

  .featured-location-icon {
    display: none;
  }

  .large-image, .small-image, .medium-image {
    min-height: 200px;
  }

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

  .footer-wrapper {
    padding-left: 0;
  }

  .row {
    flex-direction: column;
  }

  .order-summary {
    margin-bottom: 0;
  }

  .order-confirmation {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .order-left {
    padding: 24px;
  }

  .footer-main-logo {
    max-width: 200px;
  }

  .section-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-content-wrapper.hero {
    padding-right: 0;
  }

  .section-title {
    font-size: 28px;
  }

  ._2-col-grid {
    grid-row-gap: 30px;
  }

  .full-height-hero {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .newgrid {
    grid-row-gap: 30px;
  }

  .form-title {
    width: auto;
    font-size: 14px;
    line-height: 22px;
  }

  .field-wrap._2-col {
    grid-template-columns: 1fr;
    padding-top: 5px;
  }

  .text-field {
    font-size: 14px;
    line-height: 22px;
  }

  .section-femme {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-title {
    font-size: 24px;
    line-height: 32px;
  }

  .form-block {
    width: auto;
  }

  .section-title-mauve {
    font-size: 28px;
  }

  .form {
    width: auto;
  }

  .content23-item {
    margin-bottom: 10px;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content23-item-wrap {
    margin-bottom: 20px;
  }

  .section-title-2, .cta-title-form {
    font-size: 24px;
    line-height: 32px;
  }

  .section-grise, .section-slideshow {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title-jaune {
    font-size: 28px;
  }

  .section-content-wrapper-slider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inner-page-hero-2 {
    min-height: 550px;
    padding-top: 65px;
  }

  .section-content-wrapper-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-content-wrapper-2.hero {
    padding-right: 0;
  }

  .section-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-title-rsvp {
    font-size: 24px;
    line-height: 32px;
  }

  .footer-wrapper-2 {
    padding-left: 0;
  }

  .text-field-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .insidepopup {
    height: auto;
  }

  .adresse-bureau {
    padding-top: 0;
  }

  .section-title-jaune-html {
    font-size: 28px;
  }

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

  .image-77, .image-77-copy-copy {
    max-width: 60%;
    padding-bottom: 33px;
  }

  .grid-mobile {
    display: none;
  }

  .columns-29 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    display: flex;
  }

  .container-48 {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .section-title-promo {
    font-size: 28px;
  }

  .contentrsvp {
    margin-bottom: 20px;
  }

  .content23-item-copy {
    margin-bottom: 10px;
  }

  .div-block-9-copy {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .insidepopup-2 {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 24px;
  }

  .overlay {
    padding-top: 0;
  }

  .top-nav-wrapper {
    grid-template-columns: minmax(60px, 1fr) minmax(auto, 1400px);
    display: none;
  }

  .right-nav {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section {
    padding: 50px 10px;
  }

  .section.no-bottom-padding {
    padding-top: 50px;
  }

  .section.no-bottom-padding.black {
    padding-bottom: 40px;
  }

  .section.limit-screen-width {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-wrapper {
    z-index: 1;
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .body-display.large {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.5em;
  }

  .body-display.tabsdisplay {
    width: auto;
  }

  .location-mask {
    width: 85%;
    max-height: 350px;
  }

  .location-card-wrapper {
    height: 30vw;
    min-height: 350px;
    max-height: 600px;
  }

  .slider-arrow, .slider-arrow.right {
    bottom: 0;
  }

  .nav-menu {
    margin-right: 0;
  }

  .location-card {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .horizontal-line {
    max-width: none;
  }

  .menu-lottie {
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .vacations-tab-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    padding: 12px 12px 0;
  }

  .vacations-tab-link, .vacations-tab-link.w--current {
    padding-top: 20px;
    padding-bottom: 8px;
  }

  .subtitle-intro-wrapper {
    z-index: 2;
    max-width: none;
  }

  .testimonial-arrow {
    bottom: 0;
    right: 72px;
  }

  .benefit-card {
    grid-row-gap: 36px;
    background-image: none;
    border-right-style: none;
  }

  .button {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigation-content {
    padding-left: 6px;
  }

  .checkout-form {
    padding: 36px 12px 12px;
  }

  .checkout-details {
    grid-row-gap: 36px;
    padding: 18px;
  }

  .order-top-bar {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .payment-tab-content {
    grid-row-gap: 24px;
  }

  .payment-info-wrapper {
    grid-row-gap: 36px;
  }

  .payment-tabs-intro {
    grid-row-gap: 24px;
  }

  .customer-info {
    padding: 18px;
  }

  .order-item {
    grid-template-columns: 1fr;
  }

  .vacation-slide-arrow {
    left: -60px;
    right: 0;
  }

  .home-hero-content {
    grid-row-gap: 48px;
    padding-top: 136px;
    padding-bottom: 50px;
  }

  .home-hero-intro {
    z-index: 2;
    max-width: none;
    margin-bottom: 0;
  }

  .popular-vacations {
    padding: 0;
  }

  .location-card-content {
    padding-bottom: 80px;
  }

  .inner-page-hero {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 700px;
    margin-top: 50px;
    padding-top: 0;
  }

  .inner-page-hero.muchsmaller {
    min-height: 600px;
  }

  .large-journal-post {
    padding-left: 12px;
    padding-right: 12px;
  }

  .journal-list-item {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero-slider {
    max-width: none;
  }

  .product-slider-arrow {
    bottom: 36px;
    left: 60px;
    right: 0;
  }

  .slider-background {
    min-width: 0;
  }

  .slider-background-wrapper {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .background.units {
    height: 600px;
  }

  .hero-slide-arrow {
    border-right-style: solid;
    width: 60px;
    height: 60px;
    margin-left: 0;
    inset: auto 0 0% auto;
  }

  .hero-slide-arrow.left {
    border-radius: 0;
    bottom: 60px;
  }

  .slider-bottom {
    height: 120px;
    display: none;
  }

  .bottom-grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
    display: none;
  }

  .featured-location {
    margin-left: 0;
    margin-right: 60px;
    padding: 18px 18px 18px 24px;
  }

  .featured-location-icon {
    display: none;
  }

  .team-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: .5fr .5fr 5fr;
  }

  .large-image, .small-image, .medium-image {
    min-height: 200px;
  }

  .benefits-box {
    background-image: linear-gradient(to bottom, var(--peru-3), var(--peru-3));
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

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

  .password-field {
    border-style: solid;
    border-color: var(--indicator-outline\<deleted\|variable-59b47200\>);
    background-color: var(--grey-background\<deleted\|variable-53c93696\>);
    border-radius: 5px;
    min-height: 48px;
    margin-bottom: 9px;
  }

  .password-button {
    min-height: 48px;
  }

  .password-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .payment-buttons {
    grid-row-gap: 6px;
  }

  .order-confirmation {
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .order-left {
    padding: 18px;
  }

  .flyout-menu.close, .flyout-menu-wrapper, .mobile-navigation-shade {
    display: none;
  }

  .footer-logo-img {
    margin-bottom: 78px;
  }

  .footer-top-row {
    padding-bottom: 0;
  }

  .section-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-content-wrapper.hero {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .narrow-wrapper.align-center {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

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

  .section-title {
    text-align: center;
    font-size: 26px;
  }

  .section-img {
    padding-top: 30px;
  }

  .full-height-hero {
    height: 600px;
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .align-center-mobile {
    padding-left: 0;
  }

  .teamgrid {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .divteam {
    text-align: center;
  }

  .text-field {
    font-size: 16px;
    line-height: 24px;
  }

  .form-button {
    width: 100%;
    font-weight: 400;
  }

  .paragraph {
    text-align: center;
    width: auto;
  }

  .paragraph-4 {
    width: auto;
  }

  .paragraph-5 {
    width: auto;
    padding-bottom: 30px;
  }

  .paragraph-6 {
    width: auto;
  }

  .section-femme {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-femme.no-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-11, .paragraph-12 {
    width: auto;
  }

  .paragraph-13 {
    text-align: justify;
    width: auto;
  }

  .paragraph-14 {
    width: auto;
  }

  .paragraph-15 {
    text-align: justify;
    width: auto;
  }

  .cta-title {
    font-size: 22px;
    line-height: 28px;
  }

  .form-block {
    width: auto;
  }

  .navmenumobile {
    background-color: #000;
  }

  .section-title-mauve {
    font-size: 26px;
  }

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

  .wrapper {
    margin-top: 0;
  }

  .wrapper.m100-50 {
    text-align: center;
    width: 100%;
    padding: 100px 10px 50px;
    display: flex;
  }

  .cta7-map-wrap {
    justify-content: flex-start;
    height: 500px;
    padding-right: 0;
    display: none;
  }

  .image-6 {
    display: none;
  }

  .content23-item {
    margin-right: 0;
  }

  .divcontact {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .paragraph-71 {
    text-align: center;
  }

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

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

  .section-3 {
    padding: 0;
  }

  .content23-item-wrap {
    text-align: center;
    margin-left: 0;
    display: block;
  }

  .column-2 {
    padding-right: 0;
  }

  .section-title-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
  }

  .section-title-2.uppercase {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
    display: flex;
  }

  .bold-text-12, .text-block-6 {
    text-align: center;
  }

  .button-wrap-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: static;
  }

  .align-center-2 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: flex;
  }

  .hero-logo {
    margin-bottom: 0;
  }

  .cta-title-form {
    font-size: 22px;
    line-height: 28px;
  }

  .columns {
    flex-direction: column;
  }

  .container {
    max-width: none;
  }

  .column-5 {
    padding-right: 10px;
  }

  .column-6 {
    padding-left: 10px;
    display: none;
  }

  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .html-embed-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-grise {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-grise.no-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-slideshow {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-slideshow.limit-screen-width {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .column-7 {
    padding: 50px 10px;
  }

  .section-title-jaune {
    font-size: 40px;
  }

  .column-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .image-9, .image-12 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .narrow-wrapper-head.align-center {
    padding-right: 0;
  }

  .narrow-wrapper-head.align-center.white {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .narrow-wrapper-center.align-center, .narrow-wrapper-cote.align-center, .narrow-wrapper-homme.align-center, .narrow-wrapper-team.align-center, .narrow-wrapper-1.align-center {
    padding-right: 0;
  }

  .stackable-cards {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .stackable__card {
    width: auto;
    height: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .stackable__card._2, .card-container-960 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .stackable__card-wrap {
    width: auto;
  }

  .card__text-wrap {
    width: auto;
    padding-left: 10px;
    padding-right: 23px;
  }

  .section-9 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .section-content-wrapper-slider {
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-2 {
    background-color: var(--background-white);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    position: fixed;
  }

  .menu-button-2 {
    background-color: var(--purple-bg);
    color: #fff;
    margin-bottom: 10px;
    font-size: 9px;
  }

  .menu-button-2.w--open {
    background-color: var(--peru-3);
  }

  .nav-menu-2 {
    z-index: 89;
    background-color: var(--background-white);
    width: auto;
    position: relative;
  }

  .nav-link---new {
    color: var(--purple-bg);
    display: block;
  }

  .nav-link---new:hover {
    color: var(--peru-3);
  }

  .text-block-8 {
    justify-content: center;
    align-items: center;
    font-size: 10px;
    display: flex;
  }

  .link-block {
    z-index: 9;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 30px;
    display: flex;
    position: relative;
  }

  .button-3 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-page-hero-2 {
    min-height: 700px;
  }

  .section-content-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-content-wrapper-2.hero {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section-10 {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .container-3 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-centre {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-title-rsvp {
    font-size: 22px;
    line-height: 28px;
  }

  .footer-wrapper-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-top-row-2 {
    padding-bottom: 2px;
  }

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

  .form-button-2 {
    width: 100%;
    font-weight: 400;
  }

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

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lightbox-link-2, .lightbox-link-3 {
    display: none;
  }

  .popup {
    justify-content: center;
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .insidepopup {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #ffffffe6;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: none;
    position: static;
    inset: 0%;
  }

  .div-xclose-2 {
    margin-left: 4px;
  }

  .xclose-3 {
    color: var(--background-white);
    -webkit-text-stroke-color: var(--grey-background\<deleted\|variable-53c93696\>);
    padding-top: 3px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    inset: auto;
  }

  .adresse-bureau {
    width: auto;
    padding-top: 20px;
  }

  .section-title-jaune-html {
    font-size: 40px;
  }

  .grid-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-3 {
    flex-direction: column;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .button-4 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .image-77 {
    max-width: 60%;
    padding-bottom: 27px;
  }

  .image-75 {
    width: 100px;
  }

  .heading-562 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 26px;
  }

  .paragraph-35 {
    text-align: center;
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-77-copy-copy {
    max-width: 40%;
    padding-bottom: 27px;
  }

  .grid-mobile {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    grid-template: "." minmax(5px, .6fr)
                   "." 150px
                   / minmax(200px, 1fr) 1fr minmax(280px, 1fr) minmax(0, .25fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: space-between center;
    place-items: center;
    display: none;
  }

  .columns-29 {
    flex-direction: column;
    margin-bottom: 50px;
    display: flex;
  }

  .container-48 {
    flex-direction: column;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-75-copy {
    width: 100px;
  }

  .container-49 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .youtubetext {
    width: auto;
  }

  .youtube {
    width: 100%;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .container-50 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-title-promo {
    text-align: center;
    font-size: 26px;
  }

  .paragraph-promo {
    width: auto;
  }

  .text-block-12 {
    text-align: center;
    line-height: 16px;
  }

  .div-block-pastille {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .button-promo {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .divrsvp {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .contentrsvp {
    text-align: center;
    margin-left: 0;
    display: block;
  }

  .content23-item-copy {
    margin-right: 0;
  }

  .div-block-9-copy {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .text-rsvp {
    text-align: center;
  }

  .popup-2 {
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .insidepopup-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #ffffffe6;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 80px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .div-xclose-3 {
    object-fit: fill;
    width: auto;
    display: block;
    position: absolute;
    inset: auto;
    overflow: visible;
  }

  .xclose-4 {
    color: var(--purple-bg);
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
    padding: 5px 6px 4px;
    font-size: 18px;
    line-height: 20px;
    position: static;
    inset: auto;
  }
}

#w-node-_18f8cf41-07d7-80fd-d338-324c9b57fe0b-aaa2b24c {
  place-self: end start;
}

#w-node-eeddaf6f-c404-aebc-3778-2d8a247d11ff-aaa2b24c, #w-node-_472c3fef-b927-9a73-550c-be72cb01f47c-aaa2b24c, #w-node-c24fff76-73ef-fefd-c904-7403c5ee1ab1-77a2b24d {
  justify-self: center;
}

#w-node-fcef22d4-adf5-12da-cf8e-5d61a352dd5c-19a2b250 {
  place-self: center start;
}

#w-node-f5c11274-cdb2-c7d9-15e7-5185922db14b-19a2b250, #w-node-_83c2b3b1-4def-fd1f-15f8-3e7122eae97c-19a2b250 {
  align-self: start;
}

#w-node-_7e643633-c7d4-289e-db71-e90f621fac58-19a2b250 {
  justify-self: end;
}

#w-node-_62c1fed5-9f41-b202-2150-9ddf00f95ed1-19a2b250 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_589243de-a796-e6ce-255b-3118d5c0ddc4-19a2b250 {
  align-self: center;
}

#w-node-_49789b07-b593-01d2-ded7-af4911de038d-19a2b250 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_54ca8548-f73d-abad-3b4f-22c4188fe745-19a2b250 {
  align-self: center;
}

#w-node-_60677b3354187cb0f1b2215f000000000096-19a2b250, #w-node-_60677b3354187cb0f1b2215f000000000089-19a2b250, #w-node-_2e210142-ea8c-1244-b7c4-0017a92e645b-19a2b250 {
  align-self: start;
}

#w-node-_60677b3354187cf213b22165000000000060-89a2b264 {
  align-self: end;
}

#w-node-_60677b3354187cf213b22165000000000061-89a2b264 {
  align-self: start;
}

#w-node-a4181ea1-b90f-dce7-1ff2-23e3139ba538-d3468612 {
  place-self: start stretch;
}

#w-node-a4181ea1-b90f-dce7-1ff2-23e3139ba539-d3468612 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4181ea1-b90f-dce7-1ff2-23e3139ba53c-d3468612 {
  place-self: center stretch;
}

#w-node-_121c17b8-01e3-a1aa-a4ea-5f82f370ad44-d3468612, #w-node-_121c17b8-01e3-a1aa-a4ea-5f82f370ad46-d3468612, #w-node-_121c17b8-01e3-a1aa-a4ea-5f82f370ad49-d3468612, #w-node-a949e8d2-8210-23c1-7007-d01371627841-d3468612 {
  align-self: center;
}

#w-node-b81da175-c775-67a3-e76c-5239914deb8b-d3468612 {
  justify-self: start;
}

#w-node-_69b0d3f6-d0cc-2db5-ee2d-841bd3468614-d3468612, #w-node-_199fb1dc-b4ea-99c3-f373-804a90f62445-d3468612 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c05fe523-5a2a-b171-9eca-362095d4bf72-d3468612 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4d26109b-aa25-ed76-922e-8e27d49301c5-67a2b265 {
  place-self: center start;
}

#w-node-e7da366f-c292-c390-0256-54e021be924a-67a2b265 {
  align-self: start;
}

#w-node-e7da366f-c292-c390-0256-54e021be924c-67a2b265 {
  justify-self: end;
}

#w-node-e7da366f-c292-c390-0256-54e021be924d-67a2b265 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-e7da366f-c292-c390-0256-54e021be924e-67a2b265 {
  align-self: center;
}

#w-node-e7da366f-c292-c390-0256-54e021be9250-67a2b265 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-a3d9a952-d0b6-273a-d974-d9b7a63a48c3-67a2b265 {
  align-self: center;
}

#w-node-_14a79643-ac46-99ce-41d7-98abfe4a9877-67a2b265 {
  align-self: start;
}

#w-node-bdc50d02-a8e6-7b91-2785-9db5368500c9-12b4af6e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-d9699e8d-5b86-d263-ba3a-4083a13e67b1-12b4af6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7553bf33-a27e-beea-6e8a-d1e41411d34e-12b4af6e {
  align-self: center;
}

#w-node-c48b0112-662b-903b-413b-ccc63315bf6b-12b4af6e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4e1da4f8-1e91-e055-c4b1-1eb148e2f5ec-12b4af6e {
  place-self: center stretch;
}

#w-node-_31ff71c1-bc61-a584-ee85-74da4910a4ca-12b4af6e {
  justify-self: center;
}

#w-node-_31ff71c1-bc61-a584-ee85-74da4910a4d2-12b4af6e, #w-node-_31ff71c1-bc61-a584-ee85-74da4910a4e4-12b4af6e {
  place-self: start center;
}

#w-node-_31ff71c1-bc61-a584-ee85-74da4910a4ec-12b4af6e {
  justify-self: center;
}

#w-node-_31ff71c1-bc61-a584-ee85-74da4910a4f6-12b4af6e, #w-node-_31ff71c1-bc61-a584-ee85-74da4910a4fe-12b4af6e {
  place-self: start center;
}

#w-node-_74f1756c-6f6e-bb6f-d0a6-77706504e5e0-12b4af6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bd0adae-f7bf-11a1-b44d-0c25824e2524-12b4af6e {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_5bd0adae-f7bf-11a1-b44d-0c25824e2551-12b4af6e, #w-node-_5bd0adae-f7bf-11a1-b44d-0c25824e255a-12b4af6e {
  place-self: center;
}

#w-node-dab2e050-cefe-4bc1-53de-843de3900b2b-12b4af6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c102c48b-5beb-1e01-8af9-abb98994516f-12b4af6e {
  align-self: center;
}

#w-node-_2d1436aa-4b5d-ad94-324e-cad61465c440-12b4af6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1ad112a-1ff0-56c5-0eab-ad12f047ce1c-12b4af6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c1ad112a-1ff0-56c5-0eab-ad12f047ce22-12b4af6e {
  align-self: center;
}

#w-node-c1ad112a-1ff0-56c5-0eab-ad12f047ce24-12b4af6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfd23af6-828d-947c-849f-db9f9e2ea42e-59d49f91 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_9b3d0861-357f-c367-a479-19a8e9fb326e-e9fb326d {
  place-self: stretch center;
}

#w-node-c731b8b6-3cab-0aea-30b7-7d5eb055e15c-e9fb326d {
  place-self: end center;
}

#w-node-_9613742e-656d-7f04-215e-a2f3b0d3803b-59b2acad {
  align-self: center;
}

#w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b13-59b2acad {
  place-self: stretch start;
}

#w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b15-59b2acad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b17-59b2acad {
  place-self: stretch start;
}

#w-node-f8ddeca2-7659-7cd6-cf1b-bff4e13db8fe-59b2acad, #w-node-f8ddeca2-7659-7cd6-cf1b-bff4e13db909-59b2acad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec6927aa-2d9e-85d9-ee91-2c45ed7efb1b-ae9aefec, #w-node-_9c315074-263a-372c-6dd1-6a42c0e9dc82-ae9aefec {
  align-self: center;
}

#w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7cf-ae9aefec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7d5-ae9aefec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7db-ae9aefec {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7e1-ae9aefec {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a57-2ae124d5 {
  grid-area: 1 / 2 / 2 / 4;
  place-self: stretch stretch;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a58-2ae124d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a5e-2ae124d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a60-2ae124d5 {
  justify-self: start;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a61-2ae124d5 {
  align-self: center;
}

#w-node-_789ee35b-eab1-f610-a33c-1f563ad0ec0e-2ae124d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a63-2ae124d5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a64-2ae124d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a66-2ae124d5 {
  place-self: center stretch;
}

#w-node-db1fedeb-2c7e-e6b7-de82-a5df3c76a13b-2ae124d5, #w-node-b6cebc63-127a-7afa-57cb-2188e1527ac7-2ae124d5 {
  align-self: center;
}

#w-node-a0055118-2e8d-babe-93fc-277e7399c83d-2ae124d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_75128833-bd21-e9af-284d-c403d3af7ee8-2ae124d5 {
  align-self: center;
}

#w-node-a0055118-2e8d-babe-93fc-277e7399c844-2ae124d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_203e796f-57a1-043b-b8fc-c3742f11e96e-2ae124d5 {
  align-self: center;
}

#w-node-_80023359-c77f-fc42-7014-c3f16a3b9387-2ae124d5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_80023359-c77f-fc42-7014-c3f16a3b938d-2ae124d5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80023359-c77f-fc42-7014-c3f16a3b9393-2ae124d5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_80023359-c77f-fc42-7014-c3f16a3b9399-2ae124d5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-cc0444bb-4ebf-6ffe-1bb1-92fbe31ce035-2ae124d5 {
  align-self: center;
}

#w-node-a9015f23-cd8a-96fe-3914-91c733540259-2ae124d5, #w-node-a9015f23-cd8a-96fe-3914-91c73354025a-2ae124d5, #w-node-a9015f23-cd8a-96fe-3914-91c73354025b-2ae124d5, #w-node-a9015f23-cd8a-96fe-3914-91c733540265-2ae124d5 {
  place-self: center;
}

#w-node-df714099-0aef-dfaf-213e-da36f2daca5b-2ae124d5, #w-node-_7b343eb5-db0c-669b-2bb1-aaee835a9c50-39c05ea8 {
  align-self: center;
}

#w-node-_2c93cc30-8516-3346-4140-c940c998893f-39c05ea8, #w-node-_05f590ef-6315-50fd-6029-6118238d4ed4-39c05ea8, #w-node-c10d205c-b668-14d6-ba5f-aaf6f42ec837-39c05ea8, #w-node-_11bd18ae-1d91-46f8-6698-49ba4b634410-39c05ea8, #w-node-_58f3c6e4-7041-3809-6d86-e6ea13cdff18-39c05ea8, #w-node-eb725d0a-a763-de2b-0b08-b2ba35084fd0-39c05ea8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59c6a473-32c4-7e0d-adae-877a9db9bbaf-d7a99361 {
  align-self: center;
}

#w-node-_4aca7806-a105-5393-48d9-16724d8d4510-6d6a0bbd {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-eb1b4505-2003-79fd-ada8-ef4060835025-6d6a0bbd {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b13-9837ce25 {
  place-self: stretch start;
}

#w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b15-9837ce25 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b17-9837ce25 {
  place-self: stretch start;
}

#w-node-_59c6a473-32c4-7e0d-adae-877a9db9bbaf-9bf784b0 {
  align-self: center;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a57-331bafba {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a58-331bafba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a5e-331bafba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a60-331bafba {
  justify-self: start;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a61-331bafba {
  align-self: center;
}

#w-node-_8533be4b-0be5-1930-e760-365d5e8b1c4a-331bafba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a63-331bafba {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a64-331bafba {
  place-self: center start;
}

#w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a66-331bafba {
  place-self: center stretch;
}

#w-node-_1bc03f5c-803f-e7ac-4d40-a817cf6c9607-331bafba, #w-node-b6cebc63-127a-7afa-57cb-2188e1527ac7-331bafba {
  align-self: center;
}

#w-node-a0055118-2e8d-babe-93fc-277e7399c83d-331bafba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_75128833-bd21-e9af-284d-c403d3af7ee8-331bafba {
  align-self: center;
}

#w-node-a0055118-2e8d-babe-93fc-277e7399c844-331bafba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_203e796f-57a1-043b-b8fc-c3742f11e96e-331bafba {
  align-self: center;
}

#w-node-_80023359-c77f-fc42-7014-c3f16a3b9387-331bafba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_80023359-c77f-fc42-7014-c3f16a3b938d-331bafba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_80023359-c77f-fc42-7014-c3f16a3b9393-331bafba {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_80023359-c77f-fc42-7014-c3f16a3b9399-331bafba {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-cc0444bb-4ebf-6ffe-1bb1-92fbe31ce035-331bafba {
  align-self: center;
}

#w-node-c6042af8-54c3-1974-3f19-a0d9d1dc7410-331bafba, #w-node-c6042af8-54c3-1974-3f19-a0d9d1dc7411-331bafba, #w-node-c6042af8-54c3-1974-3f19-a0d9d1dc7412-331bafba, #w-node-c6042af8-54c3-1974-3f19-a0d9d1dc741b-331bafba {
  place-self: center;
}

#w-node-df714099-0aef-dfaf-213e-da36f2daca5b-331bafba {
  align-self: center;
}

#w-node-_0a181122-b42f-14cd-0529-51a06009dfa6-6009df7c {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c5564e3-2c5564c8 {
  place-self: start stretch;
}

#w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c5564e4-2c5564c8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c5564e7-2c5564c8 {
  place-self: center stretch;
}

#w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c5564ea-2c5564c8, #w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c5564ec-2c5564c8, #w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c5564ef-2c5564c8, #w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c5564f4-2c5564c8 {
  align-self: center;
}

#w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c5564f6-2c5564c8 {
  justify-self: start;
}

#w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c5564fe-2c5564c8, #w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c556504-2c5564c8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c55652b-2c5564c8 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_9613742e-656d-7f04-215e-a2f3b0d3803b-6d5d2dd1 {
  align-self: center;
}

#w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b13-6d5d2dd1 {
  place-self: stretch start;
}

#w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b15-6d5d2dd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b17-6d5d2dd1 {
  place-self: stretch start;
}

#w-node-f8ddeca2-7659-7cd6-cf1b-bff4e13db8fe-6d5d2dd1, #w-node-f8ddeca2-7659-7cd6-cf1b-bff4e13db909-6d5d2dd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec6927aa-2d9e-85d9-ee91-2c45ed7efb1b-29dc2416, #w-node-_49bd4c97-e245-b8c0-e7ab-86ff5561635e-29dc2416 {
  align-self: center;
}

#w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7cf-29dc2416 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7d5-29dc2416 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7db-29dc2416 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7e1-29dc2416 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-bdc50d02-a8e6-7b91-2785-9db5368500c9-8d0d0aea {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-d9699e8d-5b86-d263-ba3a-4083a13e67b1-8d0d0aea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_7553bf33-a27e-beea-6e8a-d1e41411d34e-8d0d0aea {
  align-self: center;
}

#w-node-c48b0112-662b-903b-413b-ccc63315bf6b-8d0d0aea {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4e1da4f8-1e91-e055-c4b1-1eb148e2f5ec-8d0d0aea {
  place-self: center stretch;
}

#w-node-_31ff71c1-bc61-a584-ee85-74da4910a4ca-8d0d0aea {
  justify-self: center;
}

#w-node-_31ff71c1-bc61-a584-ee85-74da4910a4d2-8d0d0aea, #w-node-_31ff71c1-bc61-a584-ee85-74da4910a4e4-8d0d0aea {
  place-self: start center;
}

#w-node-_31ff71c1-bc61-a584-ee85-74da4910a4ec-8d0d0aea {
  justify-self: center;
}

#w-node-_31ff71c1-bc61-a584-ee85-74da4910a4f6-8d0d0aea, #w-node-_31ff71c1-bc61-a584-ee85-74da4910a4fe-8d0d0aea {
  place-self: start center;
}

#w-node-_74f1756c-6f6e-bb6f-d0a6-77706504e5e0-8d0d0aea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bd0adae-f7bf-11a1-b44d-0c25824e2524-8d0d0aea {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_5bd0adae-f7bf-11a1-b44d-0c25824e2551-8d0d0aea, #w-node-_5bd0adae-f7bf-11a1-b44d-0c25824e255a-8d0d0aea {
  place-self: center;
}

#w-node-dab2e050-cefe-4bc1-53de-843de3900b2b-8d0d0aea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c102c48b-5beb-1e01-8af9-abb98994516f-8d0d0aea {
  align-self: center;
}

#w-node-_2d1436aa-4b5d-ad94-324e-cad61465c440-8d0d0aea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1ad112a-1ff0-56c5-0eab-ad12f047ce1c-8d0d0aea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c1ad112a-1ff0-56c5-0eab-ad12f047ce22-8d0d0aea {
  align-self: center;
}

#w-node-c1ad112a-1ff0-56c5-0eab-ad12f047ce24-8d0d0aea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b343eb5-db0c-669b-2bb1-aaee835a9c50-cf0d5397 {
  align-self: center;
}

#w-node-_2c93cc30-8516-3346-4140-c940c998893f-cf0d5397, #w-node-_05f590ef-6315-50fd-6029-6118238d4ed4-cf0d5397, #w-node-c10d205c-b668-14d6-ba5f-aaf6f42ec837-cf0d5397, #w-node-_11bd18ae-1d91-46f8-6698-49ba4b634410-cf0d5397, #w-node-_58f3c6e4-7041-3809-6d86-e6ea13cdff18-cf0d5397, #w-node-eb725d0a-a763-de2b-0b08-b2ba35084fd0-cf0d5397 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59c6a473-32c4-7e0d-adae-877a9db9bbaf-76070a61 {
  align-self: center;
}

#w-node-_4aca7806-a105-5393-48d9-16724d8d44dd-6b4e20c7 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-eb1b4505-2003-79fd-ada8-ef4060835025-6b4e20c7 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_59c6a473-32c4-7e0d-adae-877a9db9bbaf-af87f39e, #w-node-_59c6a473-32c4-7e0d-adae-877a9db9bbaf-6529f636, #w-node-_59c6a473-32c4-7e0d-adae-877a9db9bbaf-2be346b0, #w-node-_53453a3c-8a07-bc40-1fd4-d4d76b2ec2c7-42d7c7f4, #w-node-_9ec16c54-4958-2c41-86b2-616801c71e7a-42d7c7f4 {
  align-self: center;
}

#w-node-_5a8e6587-7621-c2fe-c1af-b74478f5dda4-42d7c7f4 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-d30f57d4-36d4-64da-e171-ef59549a2251-5fef4d23, #w-node-b93d2d3f-9faf-78e7-4d7c-3f751ea7e3bd-5fef4d23 {
  align-self: center;
}

#Personnes.w-node-_24a28959-478c-23e3-6188-8b1231193443-5fef4d23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24a28959-478c-23e3-6188-8b1231193452-5fef4d23 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_59c6a473-32c4-7e0d-adae-877a9db9bbaf-14511196 {
  align-self: center;
}

#w-node-d4a48a83-c10f-8b74-9191-66d086dc6c3d-14511196, #w-node-_5bfaffa4-fcb7-a199-3dd5-1a0943a4ea0e-14511196, #w-node-_6bebac98-7d3b-1e36-584d-6627bf769639-14511196, #w-node-_22edf3f7-2887-c20f-a288-7716a8f97be4-14511196, #w-node-_36649e1c-fc8a-68e6-4fb6-ad88ee4bd000-14511196, #w-node-bd0a8152-196c-ecca-de63-ceb6ab9293bd-14511196, #w-node-_9be3a556-bf93-4834-2d05-dcc42b03c251-14511196, #w-node-_3921ea3c-8957-7a7f-780a-c2d79302bcbd-14511196, #w-node-_89f37b3f-aedb-b19e-34ab-d8f5fa6cb59c-14511196, #w-node-_0065083b-e0fa-a659-c5cf-f25bdc25d557-14511196, #w-node-_25df80b9-e3f1-a5c4-cc92-4cf1ab77c41f-14511196, #w-node-bcc684ba-a938-40e2-7b76-84f8a042c2d7-14511196, #w-node-_684f3476-4570-55e4-27b2-b99278b0212e-14511196, #w-node-_1967ab20-5667-1f79-9bc4-a8ba7b25d00a-14511196, #w-node-_14ecb869-3a7b-c48d-973a-723242a6e009-14511196, #w-node-_597f7682-ad96-3cf0-c08c-7f7eddccb0c3-14511196, #w-node-f229a252-abb3-2b62-3d4b-18ea64bf4cb9-14511196, #w-node-b36907e5-e3e6-73fa-b001-dff095a63644-14511196, #w-node-_0c5e7712-28ee-0b34-66ec-13e0a6c90795-14511196, #w-node-_93aebf2c-e522-f71e-0aaa-9dc6586f1506-14511196, #w-node-a58cd0cd-47f3-c613-72ba-af8f3dcb20a5-14511196, #w-node-_582deb39-8bc9-f573-8f4b-547140106c01-14511196, #w-node-_66994dbb-7f03-9abd-791f-3477e101cc95-14511196, #w-node-ba344ccf-214b-ef58-3dfd-253f575993a0-14511196 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_59c6a473-32c4-7e0d-adae-877a9db9bbaf-df67f73c {
  align-self: center;
}

#w-node-f4331c51-db1e-a38a-06be-446c1da160db-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160dd-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160df-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160e1-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160e3-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160e5-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160e7-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160e9-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160eb-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160ed-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160ef-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160f1-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160f3-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160f5-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160f7-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160f9-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160fb-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160fd-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160ff-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da16101-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da16103-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da16105-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da16107-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da16108-df67f73c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d30f57d4-36d4-64da-e171-ef59549a2251-b683abb9, #w-node-_4966f877-6164-00d1-488c-08daa71f9a67-b683abb9, #w-node-b93d2d3f-9faf-78e7-4d7c-3f751ea7e3bd-b683abb9 {
  align-self: center;
}

#w-node-be39dae2-2f88-cf37-467e-212498fe04a1-6c83e54f, #w-node-e69013aa-582a-8d18-2782-5da0f6dba8d8-6c83e54f, #w-node-bae5b376-ada2-1bd9-bb10-f1838c1cbd88-6c83e54f, #w-node-bae5b376-ada2-1bd9-bb10-f1838c1cbd8a-6c83e54f, #w-node-_73b0f5a5-2864-b127-6819-c82a844d0e38-6c83e54f, #w-node-_2d3e296a-2e54-1ea5-43e4-e2f4097669f4-6c83e54f, #w-node-add33440-40d5-cbdc-aafd-64b3b206e06c-6c83e54f, #w-node-add33440-40d5-cbdc-aafd-64b3b206e06e-6c83e54f, #w-node-add33440-40d5-cbdc-aafd-64b3b206e070-6c83e54f, #w-node-bbe26be4-f95c-4ba7-79d6-8168a4164806-6c83e54f, #w-node-bbe26be4-f95c-4ba7-79d6-8168a4164808-6c83e54f, #w-node-bbe26be4-f95c-4ba7-79d6-8168a416480a-6c83e54f, #w-node-bbe26be4-f95c-4ba7-79d6-8168a416480c-6c83e54f, #w-node-_9ea7021f-18d6-89f4-5018-0a4aa21358a8-6c83e54f, #w-node-a7468476-a609-4416-fca5-5d51f03718fb-6c83e54f, #w-node-a49fac45-c9bf-b722-16f9-8a9acdf9b630-6c83e54f, #w-node-ca8aa35e-64a9-af6c-911e-39f14598cbae-6c83e54f, #w-node-bf30decc-8f5a-2fbc-4ea5-5dce279f074c-6c83e54f, #w-node-be39dae2-2f88-cf37-467e-212498fe04a1-3772d66a, #w-node-e69013aa-582a-8d18-2782-5da0f6dba8d8-3772d66a, #w-node-bae5b376-ada2-1bd9-bb10-f1838c1cbd88-3772d66a, #w-node-bae5b376-ada2-1bd9-bb10-f1838c1cbd8a-3772d66a, #w-node-_73b0f5a5-2864-b127-6819-c82a844d0e38-3772d66a, #w-node-_2d3e296a-2e54-1ea5-43e4-e2f4097669f4-3772d66a, #w-node-add33440-40d5-cbdc-aafd-64b3b206e06c-3772d66a, #w-node-add33440-40d5-cbdc-aafd-64b3b206e06e-3772d66a, #w-node-add33440-40d5-cbdc-aafd-64b3b206e070-3772d66a, #w-node-bbe26be4-f95c-4ba7-79d6-8168a4164806-3772d66a, #w-node-bbe26be4-f95c-4ba7-79d6-8168a4164808-3772d66a, #w-node-bbe26be4-f95c-4ba7-79d6-8168a416480a-3772d66a, #w-node-bbe26be4-f95c-4ba7-79d6-8168a416480c-3772d66a, #w-node-_9ea7021f-18d6-89f4-5018-0a4aa21358a8-3772d66a, #w-node-a7468476-a609-4416-fca5-5d51f03718fb-3772d66a, #w-node-a49fac45-c9bf-b722-16f9-8a9acdf9b630-3772d66a, #w-node-ca8aa35e-64a9-af6c-911e-39f14598cbae-3772d66a, #w-node-bf30decc-8f5a-2fbc-4ea5-5dce279f074c-3772d66a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_199fb1dc-b4ea-99c3-f373-804a90f62445-d3468612 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c05fe523-5a2a-b171-9eca-362095d4bf72-d3468612 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-f8ddeca2-7659-7cd6-cf1b-bff4e13db8fe-59b2acad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aca7806-a105-5393-48d9-16724d8d4510-6d6a0bbd {
    grid-area: 1 / 10 / 2 / 16;
  }

  #w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c556504-2c5564c8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c55652b-2c5564c8 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-f8ddeca2-7659-7cd6-cf1b-bff4e13db8fe-6d5d2dd1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aca7806-a105-5393-48d9-16724d8d44dd-6b4e20c7 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-d9699e8d-5b86-d263-ba3a-4083a13e67b1-12b4af6e {
    place-self: center start;
  }

  #w-node-_2d1436aa-4b5d-ad94-324e-cad61465c440-12b4af6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aca7806-a105-5393-48d9-16724d8d4510-6d6a0bbd {
    grid-area: 1 / 10 / 2 / 16;
  }

  #w-node-d9699e8d-5b86-d263-ba3a-4083a13e67b1-8d0d0aea {
    place-self: center start;
  }

  #w-node-_2d1436aa-4b5d-ad94-324e-cad61465c440-8d0d0aea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6bebac98-7d3b-1e36-584d-6627bf769639-14511196, #w-node-_22edf3f7-2887-c20f-a288-7716a8f97be4-14511196, #w-node-_36649e1c-fc8a-68e6-4fb6-ad88ee4bd000-14511196, #w-node-bd0a8152-196c-ecca-de63-ceb6ab9293bd-14511196, #w-node-_9be3a556-bf93-4834-2d05-dcc42b03c251-14511196, #w-node-_3921ea3c-8957-7a7f-780a-c2d79302bcbd-14511196, #w-node-_89f37b3f-aedb-b19e-34ab-d8f5fa6cb59c-14511196, #w-node-_0065083b-e0fa-a659-c5cf-f25bdc25d557-14511196, #w-node-_25df80b9-e3f1-a5c4-cc92-4cf1ab77c41f-14511196, #w-node-bcc684ba-a938-40e2-7b76-84f8a042c2d7-14511196, #w-node-_684f3476-4570-55e4-27b2-b99278b0212e-14511196, #w-node-_1967ab20-5667-1f79-9bc4-a8ba7b25d00a-14511196, #w-node-_14ecb869-3a7b-c48d-973a-723242a6e009-14511196, #w-node-_597f7682-ad96-3cf0-c08c-7f7eddccb0c3-14511196, #w-node-f229a252-abb3-2b62-3d4b-18ea64bf4cb9-14511196, #w-node-b36907e5-e3e6-73fa-b001-dff095a63644-14511196, #w-node-_0c5e7712-28ee-0b34-66ec-13e0a6c90795-14511196, #w-node-_93aebf2c-e522-f71e-0aaa-9dc6586f1506-14511196, #w-node-a58cd0cd-47f3-c613-72ba-af8f3dcb20a5-14511196, #w-node-_582deb39-8bc9-f573-8f4b-547140106c01-14511196, #w-node-_66994dbb-7f03-9abd-791f-3477e101cc95-14511196, #w-node-ba344ccf-214b-ef58-3dfd-253f575993a0-14511196, #w-node-f4331c51-db1e-a38a-06be-446c1da160df-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160e1-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160e3-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160e5-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160e7-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160e9-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160eb-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160ed-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160ef-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160f1-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160f3-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160f5-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160f7-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160f9-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160fb-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160fd-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da160ff-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da16101-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da16103-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da16105-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da16107-df67f73c, #w-node-f4331c51-db1e-a38a-06be-446c1da16108-df67f73c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_60677b3354187cf213b22165000000000061-89a2b264 {
    order: -9999;
  }

  #w-node-_199fb1dc-b4ea-99c3-f373-804a90f62445-d3468612 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c05fe523-5a2a-b171-9eca-362095d4bf72-d3468612 {
    grid-column-end: 3;
  }

  #w-node-bdc50d02-a8e6-7b91-2785-9db5368500c9-12b4af6e {
    align-self: end;
  }

  #w-node-d9699e8d-5b86-d263-ba3a-4083a13e67b1-12b4af6e {
    justify-self: start;
  }

  #w-node-c48b0112-662b-903b-413b-ccc63315bf6b-12b4af6e {
    grid-column: 1 / 4;
  }

  #w-node-dfd23af6-828d-947c-849f-db9f9e2ea42e-59d49f91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b13-59b2acad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b15-59b2acad {
    grid-column: span 1 / span 1;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b17-59b2acad {
    place-self: stretch start;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b1f-59b2acad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a57-2ae124d5 {
    align-self: end;
  }

  #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a58-2ae124d5, #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a60-2ae124d5 {
    justify-self: start;
  }

  #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a63-2ae124d5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4aca7806-a105-5393-48d9-16724d8d4510-6d6a0bbd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-eb1b4505-2003-79fd-ada8-ef4060835025-6d6a0bbd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b13-9837ce25 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b15-9837ce25 {
    grid-column: span 1 / span 1;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b17-9837ce25 {
    place-self: stretch start;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b1f-9837ce25 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a57-331bafba {
    align-self: end;
  }

  #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a58-331bafba, #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a60-331bafba {
    justify-self: start;
  }

  #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a63-331bafba {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a181122-b42f-14cd-0529-51a06009dfa6-6009df7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c556504-2c5564c8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c55652b-2c5564c8 {
    grid-column-end: 3;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b13-6d5d2dd1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b15-6d5d2dd1 {
    grid-column: span 1 / span 1;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b17-6d5d2dd1 {
    place-self: stretch start;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b1f-6d5d2dd1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bdc50d02-a8e6-7b91-2785-9db5368500c9-8d0d0aea {
    align-self: end;
  }

  #w-node-d9699e8d-5b86-d263-ba3a-4083a13e67b1-8d0d0aea {
    justify-self: start;
  }

  #w-node-c48b0112-662b-903b-413b-ccc63315bf6b-8d0d0aea {
    grid-column: 1 / 4;
  }

  #w-node-eb1b4505-2003-79fd-ada8-ef4060835025-6b4e20c7, #w-node-_5a8e6587-7621-c2fe-c1af-b74478f5dda4-42d7c7f4, #w-node-_24a28959-478c-23e3-6188-8b1231193452-5fef4d23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7e643633-c7d4-289e-db71-e90f621fac58-19a2b250 {
    justify-self: start;
  }

  #w-node-_57185c84-ccf7-9046-3d3b-d8f1cd32c5c0-19a2b250 {
    order: -9999;
  }

  #w-node-e7da366f-c292-c390-0256-54e021be924c-67a2b265 {
    justify-self: start;
  }

  #w-node-bdc50d02-a8e6-7b91-2785-9db5368500c9-12b4af6e {
    grid-column: 2 / 3;
    align-self: stretch;
  }

  #w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7cf-ae9aefec, #w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7d5-ae9aefec, #w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7db-ae9aefec, #w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7e1-ae9aefec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a57-2ae124d5 {
    grid-column: 2 / 3;
    align-self: stretch;
  }

  #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a60-2ae124d5 {
    justify-self: center;
  }

  #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a63-2ae124d5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_80023359-c77f-fc42-7014-c3f16a3b9387-2ae124d5, #w-node-_80023359-c77f-fc42-7014-c3f16a3b938d-2ae124d5, #w-node-_80023359-c77f-fc42-7014-c3f16a3b9393-2ae124d5, #w-node-_80023359-c77f-fc42-7014-c3f16a3b9399-2ae124d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4aca7806-a105-5393-48d9-16724d8d4510-6d6a0bbd {
    grid-column: span 6 / span 6;
  }

  #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a57-331bafba {
    grid-column: 2 / 3;
    align-self: stretch;
  }

  #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a60-331bafba {
    justify-self: center;
  }

  #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a63-331bafba {
    grid-column: span 1 / span 1;
  }

  #w-node-_80023359-c77f-fc42-7014-c3f16a3b9387-331bafba, #w-node-_80023359-c77f-fc42-7014-c3f16a3b938d-331bafba, #w-node-_80023359-c77f-fc42-7014-c3f16a3b9393-331bafba, #w-node-_80023359-c77f-fc42-7014-c3f16a3b9399-331bafba, #w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7cf-29dc2416, #w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7d5-29dc2416, #w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7db-29dc2416, #w-node-a9bb42e6-ce6f-a8f9-c929-a3735a5aa7e1-29dc2416 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bdc50d02-a8e6-7b91-2785-9db5368500c9-8d0d0aea {
    grid-column: 2 / 3;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a4181ea1-b90f-dce7-1ff2-23e3139ba539-d3468612 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c05fe523-5a2a-b171-9eca-362095d4bf72-d3468612 {
    grid-column-end: 3;
  }

  #w-node-bdc50d02-a8e6-7b91-2785-9db5368500c9-12b4af6e {
    align-self: end;
  }

  #w-node-_31ff71c1-bc61-a584-ee85-74da4910a4ca-12b4af6e {
    justify-self: center;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b19-59b2acad, #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b1b-59b2acad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b1f-59b2acad {
    grid-column: span 3 / span 3;
  }

  #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a57-2ae124d5 {
    align-self: end;
  }

  #w-node-_4aca7806-a105-5393-48d9-16724d8d4510-6d6a0bbd {
    grid-column: span 5 / span 5;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b19-9837ce25, #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b1b-9837ce25 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b1f-9837ce25 {
    grid-column: span 3 / span 3;
  }

  #w-node-e8d5cec7-6c10-6ce0-432b-4f1e20093a57-331bafba {
    align-self: end;
  }

  #w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c5564e4-2c5564c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c53b6b5b-f7e3-b7ef-c0a6-d5d32c55652b-2c5564c8 {
    grid-column-end: 3;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b19-6d5d2dd1, #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b1b-6d5d2dd1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bbbacbed-0af3-2a22-6528-7a8c5e9b5b1f-6d5d2dd1 {
    grid-column: span 3 / span 3;
  }

  #w-node-bdc50d02-a8e6-7b91-2785-9db5368500c9-8d0d0aea {
    align-self: end;
  }
}


@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pangram';
  src: url('../fonts/Pangram-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}