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

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

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

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

:root {
  --white: white;
  --black: black;
  --size: 0px;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

h1 {
  letter-spacing: -.2rem;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #c3b99f, #fff 40%, #fcedc5 73%, #f5f5f5);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 900;
  line-height: 5rem;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

p {
  text-align: left;
  margin-bottom: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

.orchid {
  color: #eee;
  background-color: #042528;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}

.section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  background-image: linear-gradient(#000, #0000 24% 70%, #000), url('../images/Header-Elite.png'), radial-gradient(circle farthest-side, #0000 70%, #00000080);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.section.orchid-plus {
  background-color: #5558a0;
  background-image: linear-gradient(#13163880, #13163880), url('../images/orchid-background.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  position: relative;
}

.section.orchid-plus.section-hosts {
  justify-content: space-between;
  align-items: center;
}

.section.orchid-plus.section-header {
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 0;
}

.section.section-hosts {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #7c7873;
  background-image: url('../images/BG-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.section.quiz {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: url('../images/Header-Elite.png'), linear-gradient(#000, #0000 24% 70%, #000), url('../images/Header-Elite.png'), radial-gradient(circle farthest-side, #0000 70%, #00000080);
  background-position: 50%, 0 0, 50%, 0 0;
  background-repeat: no-repeat, repeat, no-repeat, repeat;
  background-size: cover, auto, cover, auto;
  background-attachment: fixed, scroll, scroll, scroll;
  padding-top: 0;
}

.section.section-header {
  background-image: linear-gradient(0deg, #000, #0000 24%), url('../images/Header-Elite.png'), radial-gradient(circle farthest-side, #0000 70%, #00000080);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.benefit {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  aspect-ratio: 17 / 24;
  color: #b88a43;
  letter-spacing: -.05rem;
  text-transform: uppercase;
  background-image: url('../images/benefit-panel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 20rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: flex;
}

.benefits {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  overflow: visible;
}

.footer {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  padding: 5rem 5vw;
  font-weight: 700;
  display: flex;
}

.call-to-action {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.call-to-action.call-to-action-at-box-bottom {
  margin-top: -3rem;
}

.button {
  aspect-ratio: 80 / 23;
  text-shadow: 0 4px #0003;
  background-color: #0000;
  background-image: url('../images/button-gold.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 20rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  display: flex;
}

.button:hover {
  transform: scale(1.05);
}

.button:active {
  transform: scale(.98);
}

.button.button-red {
  background-image: url('../images/button-red.png');
}

.button.button-facebook {
  aspect-ratio: 190 / 43;
  text-align: center;
  text-shadow: 0 2px #0003;
  background-image: url('../images/button-facebook.png');
  justify-content: center;
  align-items: center;
  padding: .25rem 0 0 2rem;
  font-size: 1.125rem;
  line-height: 1rem;
}

.button.button-purple {
  background-image: url('../images/button-purple.png');
  margin-left: auto;
  margin-right: auto;
}

.button.button-green {
  background-image: url('../images/ColorGreen.png');
}

.frame {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  aspect-ratio: 3 / 2;
  background-image: url('../images/frame-3-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65vw;
  min-width: 55rem;
  max-width: 60rem;
  display: flex;
}

.frame.frame-2-1 {
  aspect-ratio: 2;
  background-image: url('../images/frame-2-1.png');
  min-width: 50rem;
  margin-bottom: 3rem;
}

.frame.frame-paper {
  background-image: url('../images/paper-3-2.png');
  margin-bottom: 3vw;
  padding-left: 5vw;
  padding-right: 5vw;
}

.frame.frame-paper.frame-paper-9-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: 8 / 9;
  color: #222;
  background-image: url('../images/paper-9-8.png');
  width: auto;
  min-width: 0;
  max-width: none;
  height: 50vw;
  margin-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.youtube-in-frame {
  border-radius: 16px;
  width: 99%;
  margin-left: 1vw;
  margin-right: 1vw;
  overflow: hidden;
}

.header-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  margin-right: 0;
  display: flex;
}

.image {
  width: 6rem;
  margin-bottom: -2.5rem;
  position: relative;
}

.find-your-host-question {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.find-your-host-question.find-your-host-question-2 {
  transform-style: preserve-3d;
  min-height: 0;
  display: flex;
  transform: none;
}

.find-your-host-question.find-your-host-question-3 {
  display: block;
}

.find-your-host-question.q2, .find-your-host-question.q3 {
  transform-style: preserve-3d;
  height: 0;
  min-height: 0;
  transform: scale3d(1, 0, 1);
}

.find-your-host-answers {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.find-your-host-answer {
  aspect-ratio: 3 / 4;
  border-radius: 2vw;
  justify-content: center;
  align-items: center;
  width: 20vw;
  display: flex;
}

.heading-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(130deg, #c3b99f, #fff 40%, #fcedc5 73%, #f5f5f5);
  -webkit-background-clip: text;
  background-clip: text;
}

.character {
  max-height: 20rem;
}

.row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.image-2 {
  width: 368px;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-text-stroke-color: #333;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.find-your-host-header {
  z-index: 1000;
  aspect-ratio: 556 / 158;
  transform-origin: 50% 20%;
  background-image: url('../images/title.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 40vw;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 0;
}

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

.june-character {
  width: auto;
  max-width: none;
  height: 32vw;
  margin-bottom: 0;
  margin-left: -6vw;
  position: relative;
}

.june-character.june-black-dress {
  height: 43vw;
  margin-left: -4vw;
}

.june-character.june-left {
  margin-left: 0;
  margin-right: -6vw;
}

.phone {
  background-image: url('../images/phone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-3 {
  height: 50vw;
}

.div-block-3 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.headline-dark {
  color: #333;
  font-weight: 900;
}

.orchid-plus-flower {
  width: 10vw;
  margin-top: -5vw;
  position: absolute;
  top: 0;
}

.paragraph {
  text-align: left;
}

.find-your-host-heading {
  background-image: linear-gradient(#2d2a2a, #867c7c);
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 5vw;
}

.contact-form {
  color: #333;
  text-align: left;
  width: 100%;
}

.input {
  background-color: #fff;
  border: 1px solid #aaa8c6;
  border-radius: .5rem;
  flex: 1;
  padding: .5rem .5rem 0;
}

.label {
  font-size: .75rem;
  line-height: .75rem;
}

.text-field {
  border: 1px #000;
}

.form-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.headline-contact {
  color: #5b5ea4;
  letter-spacing: -.3vw;
  font-size: 6vw;
  line-height: 5vw;
}

.answer {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  aspect-ratio: 17 / 24;
  color: #042528;
  letter-spacing: -.1vw;
  text-transform: uppercase;
  background-image: url('../images/benefit-panel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  font-size: 2vw;
  font-weight: 700;
  line-height: 2vw;
  display: flex;
}

.answer:hover {
  transform: scale(1.05);
}

.icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 60%;
}

.success-message {
  background-color: #0000;
}

.slider {
  background-color: #0000;
  flex: 1;
  width: 95%;
  margin-top: 6vw;
  position: static;
}

.instructions-slide {
  text-align: center;
}

.instructions-step {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.os-logo-hosts {
  z-index: 5;
  width: 5vw;
  margin-top: 0;
  margin-bottom: -2vw;
  position: relative;
}

.question {
  max-width: 48rem;
  font-weight: 900;
}

.image-4 {
  display: none;
}

.heading-5 {
  color: #d29526;
  text-align: left;
  font-size: 40px;
  line-height: 40px;
}

.host-gift-box {
  color: #d29526;
  background-image: url('../images/Frame-49.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 898px;
  height: 223px;
  display: flex;
}

.text-block {
  text-align: left;
  width: 400px;
  margin-top: 16px;
  margin-left: 160px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.disclaimer {
  opacity: .8;
  max-width: 40rem;
  margin-top: 2rem;
}

.quiz {
  aspect-ratio: 3 / 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.image-6 {
  max-width: 80%;
  margin-bottom: 16px;
}

.orchid-header {
  background-image: url('../images/header-background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 925px;
}

.quiz-content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 74px;
  display: none;
  position: absolute;
  inset: 0%;
}

.quiz-content.quiz-1 {
  background-image: url('../images/Find-Your-Personal-Host_Horizontal.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
}

.quiz-content.quiz-2 {
  background-image: url('../images/Find-your-Personal-Host-Frame.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 32px;
  display: none;
}

.quiz-content.quiz-3, .quiz-content.quiz-4 {
  background-image: url('../images/Find-your-Personal-Host-Frame.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 32px;
  display: none;
}

.curtain {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  background-image: url('../images/Curtain-BG2x.jpg');
  background-position: 50% 100%;
  background-size: auto 1240px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 1240px;
  display: flex;
}

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

.footer-column {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-credit {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  font-size: 14px;
  line-height: 14px;
  display: flex;
}

.quiz-title {
  z-index: 100;
  color: #d29526;
  background-image: url('../images/Find-Your-Personal-Host.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 92px;
  font-size: 40px;
  font-weight: 700;
  line-height: 92px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.orchid-benefits {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.header-container {
  max-width: 1200px;
  padding-top: 30px;
}

.h5 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}

.image-5 {
  height: 16px;
}

.orchid-footer.orchid-plus-footer {
  position: relative;
}

.footer-logo {
  height: 90px;
}

.text-block-2 {
  font-size: 32px;
  line-height: 125%;
}

.footer-container {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-container.orchid-plis-footer-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.header-logo {
  height: 64px;
  margin-bottom: 20px;
}

.orchid-benefit {
  color: #d29526;
  background-image: url('../images/Benefits-Frame-OS.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 245px;
  height: 341px;
  padding: 37px 20px 33px;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.orchid-benefit.small {
  width: 232px;
  height: 321px;
}

.footer-link {
  font-size: 16px;
  font-weight: 700;
}

.orchid-society-logo {
  height: 407px;
}

.divider {
  margin-top: 128px;
  margin-bottom: 128px;
}

.header-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/June-Hero-Image-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 429px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  line-height: 32px;
}

.image-7 {
  max-width: 80%;
  margin-bottom: 16px;
}

.image-8 {
  height: 16px;
}

.text-block-4 {
  font-size: 32px;
  line-height: 125%;
}

.text-block-5 {
  line-height: 32px;
}

.orchid-society-2024 {
  color: #fff;
  text-align: center;
  background-color: #000;
  font-family: Roboto, sans-serif;
}

.section-video {
  padding-bottom: 0;
}

.video-frame {
  background-color: #c9a02e;
  background-image: url('../images/Frame-Gradient.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 3px;
  box-shadow: inset 0 0 1px #fff6;
}

.video {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 2px #000c;
}

.benefits-section {
  padding-top: 80px;
}

.link-block {
  position: fixed;
  bottom: 0;
  right: 0;
}

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

.footer-link-2 {
  font-size: 16px;
  font-weight: 700;
}

.footer-logo-2 {
  width: 200px;
}

.image-9 {
  height: 16px;
}

.footer-pearl {
  width: 340px;
  margin-left: 1100px;
  position: absolute;
  bottom: 0;
}

.middle-background {
  background-image: url('../images/Background-Middle.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.quiz-answer {
  color: #d29526;
  background-image: url('../images/benefit-panel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 362px;
  font-size: 28px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.quiz-answer:hover {
  transform: scale(1.05);
}

.quiz-icon {
  object-fit: contain;
  width: 151px;
  height: 151px;
}

.quiz-answers {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.host-frame {
  background-image: url('../images/Frame.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 820px;
  height: 511px;
  display: flex;
}

.footer-link-3 {
  color: #aaa;
  margin-bottom: 0;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  display: block;
}

.footer-link-3:hover {
  text-decoration: underline;
}

.footer-link-3.footer-legal-link {
  white-space: nowrap;
  padding-right: 1rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 6vw;
    line-height: 5vw;
  }

  .section.orchid-plus {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .section.orchid-plus.benefits-section {
    justify-content: space-between;
    align-items: center;
  }

  .section.section-header {
    padding-top: 1rem;
  }

  .benefit {
    flex: 1;
    width: 20vw;
    font-size: 3vw;
    line-height: 2.5vw;
  }

  .benefits {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    display: grid;
  }

  .footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .call-to-action {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .call-to-action.call-to-action-at-box-bottom {
    margin-top: 2rem;
  }

  .button {
    width: 24vw;
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .button.button-facebook {
    width: 40vw;
  }

  .frame {
    width: 90vw;
    min-width: 0;
    max-width: none;
  }

  .frame.frame-2-1 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    min-width: 0;
    max-width: none;
    margin-bottom: 4vw;
  }

  .frame.frame-paper {
    aspect-ratio: 8 / 9;
    background-image: url('../images/paper-9-8.png');
    background-size: contain;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 90vw;
  }

  .frame.frame-paper.frame-paper-9-8 {
    height: 90vw;
  }

  .header-box {
    width: 100%;
  }

  .image {
    z-index: 5;
    width: 10vw;
    margin-top: -6vw;
    margin-bottom: 1vw;
    position: absolute;
  }

  .header-wrapper {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .june-character.june-black-dress {
    object-fit: cover;
    object-position: 50% 0%;
    width: 50vw;
    height: 45vw;
    margin-left: 4vw;
    display: block;
  }

  .june-character.june-left {
    display: none;
  }

  .heading-4 {
    font-size: 6vw;
    line-height: 5vw;
  }

  .image-3 {
    display: none;
  }

  .form-row {
    flex-flow: column;
  }

  .form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .answer {
    width: 25vw;
    line-height: 2vw;
  }

  .question {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .orchid-header {
    background-size: contain;
  }

  .curtain {
    background-size: cover;
    min-height: 0;
  }

  .div-block-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .orchid-benefits {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 504px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .orchid-logo-wrapper {
    background-image: url('../images/June-Hero-Image-1.png');
    background-position: 5%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-right: 5vw;
    display: flex;
  }

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

  .orchid-benefit.small {
    width: 245px;
    height: 341px;
  }

  .orchid-society-logo {
    width: 60%;
    height: auto;
  }

  .header-content {
    background-image: none;
  }

  .footer-pearl {
    display: none;
  }
}

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

  p {
    font-size: .85rem;
    line-height: 1.125rem;
  }

  .benefit {
    width: 40vw;
  }

  .benefits {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .call-to-action {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-flow: row;
    width: 90%;
  }

  .button {
    width: 50%;
    font-size: 5vw;
    line-height: 4vw;
  }

  .button.button-facebook {
    width: 230px;
    font-size: 14px;
  }

  .button.button-purple {
    width: 45vw;
  }

  .frame.frame-2-1 {
    aspect-ratio: 1;
    background-image: url('../images/frame-1-1.png');
    background-size: 100% 100%;
    width: 90vw;
  }

  .frame.frame-paper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image {
    width: 16vw;
    margin-bottom: -8vw;
  }

  .image-2 {
    width: 30vw;
    display: none;
  }

  .div-block {
    justify-content: space-between;
    align-items: center;
    width: 230px;
  }

  .find-your-host-header {
    width: 60vw;
  }

  .header-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .june-character {
    display: none;
  }

  .heading-4 {
    font-size: 14vw;
    line-height: 12vw;
  }

  .headline-dark {
    font-size: 2rem;
    line-height: 2rem;
  }

  .find-your-host-heading {
    letter-spacing: -.2vw;
    font-size: 7vw;
    font-weight: 900;
    line-height: 7vw;
  }

  .input {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-field {
    margin-bottom: 0;
    padding-top: 2px;
  }

  .answer {
    width: 30vw;
  }

  .os-logo-hosts {
    width: 15vw;
    margin-bottom: -7vw;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-4 {
    width: 60%;
    margin-bottom: 0;
    display: block;
  }

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

  .host-gift-box {
    width: 30rem;
  }

  .text-block {
    width: 220px;
    margin-left: 5rem;
    font-size: 12px;
    line-height: 16px;
  }

  .quiz {
    aspect-ratio: 1 / 1.68;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .quiz-content.quiz-1 {
    background-image: url('../images/Find-Your-Personal-Host_Vertical.png');
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .quiz-content.quiz-2, .quiz-content.quiz-3, .quiz-content.quiz-4 {
    background-image: url('../images/Group-3.png');
    display: none;
  }

  .quiz-title {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    display: none;
  }

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

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .video-frame {
    margin-left: 16px;
    margin-right: 16px;
  }

  .quiz-answer {
    width: 128px;
    height: 181px;
  }

  .quiz-icon {
    width: 70px;
    height: 70px;
  }

  .quiz-answers {
    flex-flow: wrap;
  }

  .host-frame {
    background-image: url('../images/Host-Part.png');
    width: 282px;
    height: 526px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .rich-text-block {
    font-size: 12px;
    line-height: 16px;
  }

  .footer-link-3 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media screen and (max-width: 479px) {
  .section.section-hosts {
    justify-content: flex-start;
    align-items: center;
    min-height: 0;
    padding-top: 2rem;
  }

  .benefit {
    font-size: 5vw;
    line-height: 4.5vw;
  }

  .benefits {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .button.button-facebook {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 70vw;
    padding-left: 1.5rem;
  }

  .frame.frame-paper {
    aspect-ratio: 8 / 9;
    background-image: url('../images/paper-9-8.png');
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .frame.frame-paper.frame-paper-9-8 {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
  }

  .header-box {
    flex: 1;
  }

  .row {
    flex-flow: row;
    padding-bottom: 5vw;
  }

  .image-2 {
    width: 20vw;
    margin-top: -20vw;
    display: none;
    position: static;
    top: 0;
  }

  .div-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .find-your-host-header {
    width: 80vw;
  }

  .headline-dark {
    color: #eee;
    overflow-wrap: normal;
    font-size: 1.5rem;
  }

  .find-your-host-heading {
    font-size: 9vw;
    line-height: 9vw;
  }

  .answer {
    font-size: 3vw;
    line-height: 3vw;
  }

  .icon {
    width: 90%;
    max-width: 4rem;
  }

  .slider {
    margin-bottom: 3rem;
  }

  .os-logo-hosts {
    width: 20vw;
    margin-bottom: 5vw;
  }

  .question {
    margin-left: 6vw;
    margin-right: 6vw;
    font-size: 2rem;
    line-height: 1.8rem;
  }

  .div-block-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-4 {
    flex: 1;
    width: 60%;
    margin-bottom: 0;
    display: block;
  }

  .heading-5 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .host-gift-box {
    background-image: url('../images/Gift_1.png');
    width: 280px;
    height: 211px;
  }

  .text-block {
    text-align: center;
    width: 160px;
    margin-top: 64px;
    margin-left: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .disclaimer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quiz {
    width: 100%;
  }

  .orchid-header {
    min-height: 0;
  }

  .quiz-content.quiz-3 {
    background-image: url('../images/Group-3.png');
  }

  .quiz-title {
    width: 90%;
    height: 60px;
  }

  .orchid-benefits {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: 80%;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .h5 {
    font-size: 24px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .orchid-benefit {
    width: 120px;
    height: 170px;
    font-size: 12px;
    line-height: 14px;
  }

  .orchid-benefit.small {
    width: 120px;
    height: 170px;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

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

  .text-block-3 {
    line-height: 14px;
  }

  .footer-line-2 {
    flex-flow: column;
  }

  .footer-link-2 {
    font-size: 12px;
  }

  .footer-logo-2 {
    width: 80px;
  }

  .host-frame {
    text-align: center;
  }

  .text-block-6 {
    font-size: 15px;
    line-height: 60px;
  }
}


@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Solomon';
  src: url('../fonts/Fontfabric---SolomonSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Solomon';
  src: url('../fonts/Fontfabric---SolomonSans-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Solomon';
  src: url('../fonts/Fontfabric---SolomonSans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}