.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

p {
  margin-bottom: 10px;
}

.div-content {
  grid-column-gap: 60px;
  grid-row-gap: 10px;
  grid-template: "Area Area-2" minmax(auto, 1fr)
                 ". Area-2"
                 "Area-3 ."
                 "Area-3 ."
                 "Area-3 ."
                 "Area-3 ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.image {
  display: block;
}

.navbar {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.div-block {
  width: 100%;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.heading {
  margin-top: 60px;
}

.heading.gold {
  color: #ac5038;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: Maison, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

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

.heading-2.white {
  color: #526444;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Hwcigars, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
}

.paragraph {
  margin-top: 20px;
  font-size: 16px;
}

.paragraph.white {
  color: #526444;
  max-width: 71ch;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Maison, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.h1 {
  word-break: normal;
  overflow-wrap: normal;
  width: 60%;
  font-size: 54px;
  line-height: 60px;
}

.h1.white {
  color: #fff;
}

.h1.gold {
  color: #bba66e;
  width: 21ch;
  max-width: 12ch;
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: Hwcigars, Arial, sans-serif;
  font-size: clamp(2.5rem, 2.4rem + .5vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
}

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

.paragraph-2.white {
  color: #526444;
  max-width: 55ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hwcigars, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.body {
  background-color: #fdfdf5;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.text-span {
  color: #db3f32;
}

.div-block-2 {
  border: 1px solid #000;
  border-bottom-style: none;
}

.image-3 {
  width: 100%;
  margin-bottom: 1.75rem;
}

.button {
  color: #526444;
  background-color: #0000;
  border: 1px solid #bba66e;
  border-radius: 1.875rem;
  padding: .375rem .875rem;
  font-family: Maison, Arial, sans-serif;
  font-size: .875rem;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.button:hover {
  color: #f5f5f5;
  background-color: #bba66e;
}

.button.button-full {
  opacity: 0;
  color: #e7d4b9;
  text-align: center;
  background-color: #963631;
  border-color: #963631;
  min-width: 8.75rem;
  max-width: 100%;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out;
}

.button.button-full:hover {
  border-color: #bba66e;
}

.text-block {
  color: #526444;
  font-size: .875rem;
  line-height: 1rem;
}

.div-block-3 {
  background-color: #bba66e;
  width: .625rem;
  height: .625rem;
}

.flex-block {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: baseline;
}

.flex-block.snow-wrapper, .flex-block.label-mobile {
  display: none;
}

.image-4 {
  width: 2.875rem;
}

.flex-block-2 {
  justify-content: space-between;
}

.grid {
  grid-column-gap: 3.25rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

.image-5 {
  width: 100%;
}

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

.code-embed {
  height: 100%;
}

.loader {
  z-index: 999;
  background-color: #093127;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0;
}

.loader-container {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
}

.loader-text {
  opacity: 0;
  color: #bba66e;
  text-align: center;
  letter-spacing: .0625rem;
  margin-bottom: 2rem;
  font-family: Hwcigars, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  overflow: clip;
}

.switch-button-toggle {
  background-color: #bba66e;
  width: .625rem;
  height: .625rem;
}

.switch-button-toggle.switch-button-toggle--music {
  transform: translate(100%);
}

.switch-button {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: baseline;
  text-decoration: none;
  display: flex;
}

.flex-block-4 {
  flex: 1;
  justify-content: space-around;
}

.div-block-6 {
  margin-bottom: 2rem;
}

.switch-button-wrapper {
  background-color: #bba66e80;
  width: 1.25rem;
  height: .625rem;
}

@media screen and (max-width: 991px) {
  .div-content {
    grid-template-areas: ". ."
                         "Area Area-2"
                         "Area-3 Area-2"
                         "Area-3 Area-2"
                         "Area-3 Area-2"
                         "Area-3 Area-2";
  }

  .navbar {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    display: flex;
  }

  .image-2 {
    height: auto;
    margin-bottom: 1.75rem;
    position: relative;
  }

  .paragraph-2.white {
    margin-bottom: 2rem;
  }

  .body {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .flex-block-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .code-embed {
    margin-bottom: 1.75rem;
  }

  .flex-block-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex: 1;
  }

  .flex-block-4 {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    align-items: center;
  }

  .body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .flex-block.label {
    display: none;
  }

  .flex-block.label-mobile {
    margin-bottom: 1rem;
    display: flex;
  }

  .flex-block-3 {
    align-items: center;
  }

  .div-block-5 {
    margin-bottom: 1rem;
  }
}

#w-node-_391458ed-683d-ff76-4d04-dffe829faf51-6870ebde {
  grid-area: span 12 / span 1 / span 12 / span 1;
}

#w-node-fe5646b9-ecf9-2018-5fe1-e557c077ed8c-6870ebde {
  grid-area: span 10 / span 1 / span 10 / span 1;
}

#w-node-_03b75a5b-2597-6fd0-2c93-bd40ca841c29-6870ebde {
  align-self: end;
}


@font-face {
  font-family: 'Hwcigars';
  src: url('../fonts/HWCigars-Medium.woff2') format('woff2'), url('../fonts/HWCigars-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maison';
  src: url('../fonts/Maison-Medium.woff2') format('woff2'), url('../fonts/Maison-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maison';
  src: url('../fonts/Maison-Regular.woff2') format('woff2'), url('../fonts/Maison-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}