:root {
  --primary: #300942;
  --secondary: white;
}

@font-face {
  font-display: swap;
  font-family: "Chalet";
  font-weight: 400;
  src: url("/sponsored/assets/lib/fonts/chalet/Chalet.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Chalet";
  font-weight: 300;
  src: url("/sponsored/assets/lib/fonts/chalet/ChaletLight.woff") format("woff");
}
.c-header-site-logo__scrolling {
  fill: var(--primary);
}

.c-hyperlink {
  color: var(--primary);
  font-weight: 600;
}

@media (min-width: 1024px) {
  html,
  body {
    overflow-y: hidden;
  }
}

body {
  background-color: #ffdbe8;
  transition: background-color 3s ease-in-out;
  background-size: 300vw;
  background-repeat: no-repeat;
  background-position: 50% 45%;
}
@media (min-width: 1024px) {
  body {
    background-size: 90vw;
    background-position: center 45%;
  }
}
body.background--frame-1, body.background--frame-2, body.background--frame-3, body.background--frame-4, body.background--frame-5, body.background--frame-6, body.background--frame-7, body.background--frame-8, body.background--frame-9, body.background--frame-10 {
  background-color: #ffdbe8;
}
body.background--frame-11, body.background--frame-12, body.background--frame-13, body.background--frame-14, body.background--frame-quiz, body.background--frame-16 {
  background-color: #99daff;
}
body.background--frame-17, body.background--frame-18, body.background--frame-19, body.background--frame-20, body.background--frame-21 {
  background-color: #22d6b7;
}
body.background--frame-22, body.background--frame-23, body.background--frame-cta, body.background--frame-links, body.background--frame-knotch {
  background-color: #bb71dd;
}

.c-article-body {
  font-family: "KansasNew", Georgia, serif;
  height: calc(100vh - 104px);
  margin: 0;
  width: initial;
  overflow: hidden;
}

.right-arrow {
  display: block;
  color: #300942;
  position: absolute;
  opacity: 1;
  bottom: 100px;
  right: 5vw;
  font-size: 32px;
  transition: 0.5s ease-in-out;
  animation: pulse infinite 1.5s ease-in-out alternate;
}
@media (max-height: 700px) and (max-width: 420px) {
  .right-arrow {
    bottom: 50px;
    right: 6vw;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .right-arrow {
    bottom: 50px;
    right: 6vw;
  }
}
@media (min-width: 1024px) {
  .right-arrow {
    top: calc((100vh - 50px) / 2);
    right: 2vw;
    bottom: initial;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1) translateX(-5px);
  }
  100% {
    transform: scale(1.1) translateX(5px);
  }
}
.right-arrow:hover {
  cursor: not-allowed;
}

.fixed-elements {
  align-items: center;
  box-sizing: border-box;
  color: var(--primary);
  display: none;
  flex-direction: row;
  font-family: "Chalet", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  justify-content: space-between;
  line-height: 23px;
  padding: 4%;
  position: fixed;
  width: 100vw;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .fixed-elements {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .fixed-elements {
    padding: 2% 4%;
    font-size: 1rem;
  }
}

.top {
  align-items: center;
}
@media (max-height: 700px) and (max-width: 420px) {
  .top {
    padding: 2%;
  }
}
@media (min-width: 1024px) {
  .top {
    align-items: flex-start;
    top: 50px !important;
  }
}
.top .gyc {
  display: none;
  width: 60%;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.03em;
  word-spacing: 3px;
  font-family: "rig-shaded-bold-face", display;
  color: #300942;
}
@media (min-width: 1024px) {
  .top .gyc {
    display: inline-flex;
    visibility: hidden;
  }
}
.top .date-time,
.top .city,
.top .weather {
  background-color: #fff7f0;
  border-radius: 100px;
  font-family: "Chalet", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  border: 1px solid var(--primary);
  box-shadow: 2px 3px 0 0 var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px 2%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .top .date-time,
  .top .city,
  .top .weather {
    padding: 0px 4%;
  }
}
@media (min-width: 1024px) {
  .top .date-time,
  .top .city,
  .top .weather {
    padding: 0 2%;
  }
}
.top .date-time {
  height: 40px;
}
@media (min-width: 768px) {
  .top .date-time {
    height: 60px;
    padding: 0px 4%;
  }
}
@media (min-width: 1024px) {
  .top .date-time {
    padding: 0 20px;
  }
}
.top .date-time span {
  margin: 0 10px;
}
.top .city {
  height: 40px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .top .city {
    height: 60px;
    padding: 0px 4%;
  }
}
@media (min-width: 1024px) {
  .top .city {
    padding: 0 20px;
  }
}
.top .weather {
  height: 40px;
  border-radius: 100px;
  padding: 0 6%;
}
@media (min-width: 768px) {
  .top .weather {
    height: 60px;
    padding: 0 6%;
  }
}
@media (min-width: 1024px) {
  .top .weather {
    padding: 0 3%;
  }
}
.top .weather img {
  margin: auto;
  width: 50%;
}
@media (min-width: 768px) {
  .top .weather img {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .top .weather img {
    width: 80%;
  }
}

.top:hover {
  cursor: not-allowed;
}

.bottom {
  bottom: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2% 4%;
}
@media (min-width: 1024px) {
  .bottom {
    align-items: center;
    flex-direction: row;
  }
}
.bottom .scroll-nav,
.bottom .scroll-nav:before {
  position: absolute;
  left: 50%;
}
.bottom .scroll-nav {
  display: none;
  width: 40px;
  height: 60px;
  left: 4%;
  box-shadow: inset 0 0 0 1px #300942;
  border-radius: 25px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-family: "Chalet";
  white-space: normal;
  text-align: center;
  box-sizing: border-box;
  color: #300942;
  opacity: 1;
  transition: 0.5s ease-in-out opacity;
}
@media (min-width: 1024px) {
  .bottom .scroll-nav {
    display: inline-flex;
  }
}
.bottom .scroll-nav:before {
  display: none;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #300942;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@media (min-width: 1024px) {
  .bottom .scroll-nav:before {
    display: inline-flex;
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
.bottom .nav-text {
  display: none;
  font-size: 12px;
  margin-left: 55px;
  width: 100px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  color: #300942;
  opacity: 1;
  transition: 0.5s ease-in-out opacity;
  font-family: "KansasNew", Georgia, serif;
}
@media (min-width: 1024px) {
  .bottom .nav-text {
    display: inline-flex;
  }
}
.bottom .balance {
  display: inline-flex;
  flex-direction: row;
  align-content: flex-end;
  justify-content: space-between;
  border-radius: 100px;
  background-color: #fff7f0;
  border: 1px solid var(--primary);
  width: 100%;
  height: 40px;
  margin: 2% 0;
  box-sizing: border-box;
  align-items: center;
  overflow: hidden;
  box-shadow: 2px 3px 0 0 var(--primary);
}
@media (min-width: 768px) and (min-height: 1024px) {
  .bottom .balance {
    overflow: hidden;
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .bottom .balance {
    width: 40vw;
    margin: 0;
    height: 60px;
  }
}
.bottom .balance .bg-percent {
  width: 80%;
  padding: 20px 0;
  border-radius: 100px;
  background-color: #9eefe1;
  position: relative;
  z-index: 1;
  transition: width 1s ease-in-out;
  height: 100%;
  box-sizing: border-box;
}
.bottom .balance span:nth-of-type(2) {
  position: absolute;
  padding: 0 4%;
  z-index: 10;
}
@media (min-width: 1024px) {
  .bottom .balance span:nth-of-type(2) {
    padding: 0 2%;
  }
}
.bottom .balance span:nth-of-type(3) {
  position: absolute;
  margin-left: 84%;
  padding: 0 2%;
  z-index: 10;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .bottom .balance span:nth-of-type(3) {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .bottom .balance span:nth-of-type(3) {
    font-size: initial;
    margin-left: calc(40vw - 4%);
  }
}
.bottom .coin {
  width: 8vh;
  height: 8vh;
  background-color: #9eefe1;
  color: #300942;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid #300942;
  box-shadow: 3px 3px #300942;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15vw;
  bottom: 6vh;
  z-index: 15;
  opacity: 0;
  font-size: 16px;
  font-family: "rig-shaded-bold-face", display;
  transition: 0.5s ease-in-out;
  transform: scale(0.5) translateY(2vh);
}
@media (max-height: 700px) and (max-width: 420px) {
  .bottom .coin {
    width: 12vh;
    height: 12vh;
  }
}
@media (min-width: 1024px) {
  .bottom .coin {
    width: 2vw;
    height: 2vw;
    padding: 3%;
    right: 7vw;
    bottom: 8vh;
  }
}

.bottom:hover {
  cursor: not-allowed;
}

h1 {
  text-align: center;
  margin: 5% auto;
}

.horizontal {
  -ms-overflow-style: none;
  height: 100vw;
  margin-top: -104px;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  scrollbar-width: none;
  top: 0;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-100vh);
  width: -moz-fit-content;
  width: fit-content;
}

.wrapper {
  display: flex;
  flex-direction: row;
  transform-origin: top left;
  transform: rotate(90deg) translateY(-100vh);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.start {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 104px);
  justify-content: center;
  opacity: 1;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: opacity 0.5s ease-in-out;
  width: 100vw;
  z-index: 15;
}
.start .start-bg {
  bottom: 8vh;
  right: -65vw;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 275vw;
  z-index: 0;
}
@media (max-height: 700px) and (max-width: 420px) {
  .start .start-bg {
    bottom: 2vh;
  }
}
@media (min-width: 1024px) {
  .start .start-bg {
    width: 100vw;
    bottom: 6vh;
    right: 0vw;
    max-width: 100vw !important;
  }
}
.start .dek {
  color: var(--primary);
  font-family: "KansasNew", Georgia, serif;
  width: 75%;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-top: -10vh;
}
@media (max-height: 700px) and (max-width: 420px) {
  .start .dek {
    margin-bottom: 10%;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .start .dek {
    width: 80%;
    margin-bottom: 10%;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .start .dek {
    padding-bottom: 15%;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .start .dek {
    width: 75%;
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 1024px) {
  .start .dek {
    width: 50%;
    margin-bottom: 2%;
    margin-top: -3%;
    font-size: 22px;
    line-height: 30px;
  }
}
.start .headline {
  z-index: 15;
  width: 90%;
  margin: 0% auto 10%;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .start .headline {
    width: 80%;
    margin: 15% auto;
  }
}
@media (min-width: 1024px) {
  .start .headline {
    margin: 2% 0;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .start .headline img {
    height: 25vh;
    margin: auto;
  }
}
.start .start-btn {
  align-items: center;
  background-color: #300942;
  border-radius: 110px;
  border: 1px solid var(--primary);
  color: #fff7f0;
  display: flex;
  font-family: "KansasNew", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  height: 80px;
  box-sizing: border-box;
  justify-content: center;
  line-height: 28px;
  padding: 10%;
  margin-top: 0%;
  width: 280px;
  z-index: 5;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .start .start-btn {
    font-size: 40px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 6%;
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .start .start-btn {
    min-height: 80px;
    padding: 0;
    margin: 3%;
  }
}
.start .start-btn:hover {
  cursor: pointer;
  background-color: #650360;
}
.start .brand-logo {
  height: 5vh;
  position: absolute;
  bottom: 2vh;
  z-index: 10;
  width: 100vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .start .brand-logo {
    bottom: 5vh;
  }
}
.start .brand-logo .spon {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  margin-right: 15px;
  color: #300942;
  padding-top: 10px;
}
.start .brand-logo .logo-img {
  margin: 0;
  width: 135px;
}
@media (min-width: 1024px) {
  .start .brand-logo .logo-img {
    width: 160px;
  }
}

.ground,
.frame-ground {
  width: 100vw;
  height: 30vh;
  background-color: #cde5ff;
  border-top: 1px solid black;
  box-sizing: border-box;
  z-index: -1;
  position: absolute;
  bottom: 0;
  overflow: scroll;
}

.frame-ground {
  width: 100%;
  height: 30vh;
  transition: background-color 1s ease-in-out;
  overflow: hidden;
}

.frame {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: calc(100vh - 104px);
  margin-top: 104px;
  opacity: 0;
  position: relative;
  scroll-snap-align: start;
  transition: opacity 0.5s ease-in-out;
  width: 100vw;
}
.frame .container {
  box-sizing: border-box;
  height: calc(80vh - 104px);
  position: relative;
  width: 100%;
}
.frame .object {
  position: absolute;
  margin-left: 0%;
  bottom: 0;
}

.text {
  background-color: white;
  border-radius: 30px;
  border: 1px solid black;
  box-shadow: 0 0 0 transparent;
  box-sizing: border-box;
  color: black;
  font-family: "KansasNew", Georgia, serif;
  margin: 100px auto 0;
  opacity: 0;
  padding: 8vw;
  transform-origin: center;
  transform: translateY(10%) scale(0.95);
  transition: 0.5s ease-in-out all 0.2s;
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-height: 700px) and (max-width: 420px) {
  .text {
    margin: 80px auto 0;
    padding: 8vw;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .text {
    margin: 100px auto 0;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .text {
    margin-top: 18%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 1024px) {
  .text {
    margin-top: 10%;
    width: 60%;
    padding: 5%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.text.inviewable--in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.text p,
.text ul {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-height: 700px) and (max-width: 420px) {
  .text p,
  .text ul {
    line-height: 22px;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .text p,
  .text ul {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .text p,
  .text ul {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (min-width: 1024px) {
  .text p,
  .text ul {
    font-size: 22px;
    line-height: 140%;
  }
}
.text em {
  color: #bb71dd;
  font-family: "Chalet", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .text em {
    font-size: 28px;
    line-height: 120%;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .text em {
    font-size: 28px;
    line-height: 120%;
  }
}
@media (max-height: 700px) and (max-width: 420px) and (max-width: 420px) {
  .text em {
    font-size: 16px;
    line-height: 100%;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .text em {
    font-size: 16px;
    line-height: 130%;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .text em {
    font-size: 16px;
    line-height: 130%;
  }
}
@media (min-width: 1024px) {
  .text em {
    font-size: 20px;
    line-height: 140%;
  }
}
.text em .c-hyperlink {
  font-weight: 300;
  color: #bb71dd;
  text-decoration: underline;
}
.text p {
  margin: 0 0 1em;
}
.text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .frame-1 .container {
    display: inline-flex;
    height: calc(100% - 50px);
    align-items: center;
  }
}
@media (max-height: 700px) {
  .frame-1 .text {
    margin: 80px auto 0;
    padding: 6%;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-1 .text {
    margin: 50px auto 0;
    padding: 6%;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-1 .text {
    margin: 100px auto 0;
    padding: 8%;
  }
}
@media (min-width: 1024px) {
  .frame-1 .text {
    margin-top: 0%;
  }
}
.frame-1 .text.inviewable--in-view {
  box-shadow: 6px 6px 0 0 var(--primary) !important;
}

.frame-2 {
  width: 120vw;
  margin-top: 50px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .frame-2 {
    width: 94vw;
  }
}
.frame-2 .container {
  display: inline-flex;
  height: calc(100% - 154px);
  align-items: center;
}
.frame-2 .text {
  width: 92vw;
  height: -moz-fit-content;
  height: fit-content;
  bottom: -4vh;
  padding: 8%;
  box-sizing: border-box;
  right: 4vw;
  position: absolute;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-2 .text {
    padding: 6%;
    bottom: -2vh;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-2 .text {
    padding: 5%;
    bottom: -8vh;
  }
}
@media (min-width: 1024px) {
  .frame-2 .text {
    width: 45%;
    padding: 4%;
    right: initial;
    bottom: -5vh;
    left: 29.5vw;
  }
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-2 .text {
    padding: 5%;
    bottom: -20vh;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-height: 680px) and (max-height: 700px) and (max-width: 420px) {
  .frame-2 .text {
    padding: 5%;
    bottom: -14vh;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-2 .text {
    padding: 6%;
    bottom: -16vh;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-2 .text {
    padding: 5%;
    bottom: -10vh;
  }
}
.frame-2 .text p {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-2 .text p {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1024px) {
  .frame-2 .text p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-height: 700px) {
  .frame-2 .text p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-2 .text p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-2 .text p {
    font-size: 18px;
    line-height: 24px;
  }
}
.frame-2 .avatar-name {
  position: absolute;
  border-radius: 100px;
  font-family: "Chalet";
  padding: 1% 5%;
  background-color: #fff7f0;
  color: var(--primary);
  border: 1px solid var(--primary);
  width: auto;
  box-sizing: border-box;
  z-index: 10;
  font-size: 20px;
  top: 18vh;
  left: 90px;
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-2 .avatar-name {
    padding: 1% 3%;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-2 .avatar-name {
    font-size: 16px;
    padding: 1% 3%;
    left: 90px;
    top: 15vh;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-2 .avatar-name {
    font-size: 16px;
    padding: 1% 3%;
    left: 90px;
    top: 16vh;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-2 .avatar-name {
    padding: 1% 4%;
    font-size: 26px;
    top: 16vh;
    left: 220px;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-2 .avatar-name {
    padding: 1% 3%;
    font-size: 24px;
    top: 18vh;
    left: 240px;
  }
}
@media (min-width: 1024px) {
  .frame-2 .avatar-name {
    font-size: 20px;
    padding: 0.5% 2%;
    top: 180px;
    left: 0px;
  }
}
.frame-2 .avatar {
  border-radius: 50px;
  height: -moz-fit-content;
  height: fit-content;
  width: 40vw;
  box-sizing: border-box;
  background-color: #e3fffa;
  border: 1px solid var(--primary);
  top: 3vh;
  left: 140px;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-height: 700px) {
  .frame-2 .avatar {
    width: 34vw;
    top: 15vh;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-2 .avatar {
    left: 110px;
    width: 38vw;
    top: 12vh;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-2 .avatar {
    top: 12vh;
    left: 120px;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-2 .avatar {
    height: -moz-fit-content;
    height: fit-content;
    left: 300px;
    width: 28vw;
    top: 12vh;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-2 .avatar {
    width: 24vw;
    top: 14vh;
  }
}
@media (min-width: 1024px) {
  .frame-2 .avatar {
    height: 60vh;
    left: 50px;
    width: 22vw;
    bottom: -5vh;
    top: auto;
  }
}
.frame-2 .avatar img {
  width: 90%;
}
@media (min-width: 1024px) {
  .frame-2 .avatar img {
    width: 70%;
  }
}
.frame-2 .continue-btn {
  padding: 4% 5%;
  border-radius: 100px;
  color: white;
  background-color: #650360;
  font-size: 20px;
  font-family: "KansasNew", Georgia, serif;
  font-weight: 600;
  line-height: 24px;
  width: auto;
  box-sizing: border-box;
  position: absolute;
  top: 40vh;
  right: 8vw;
  border: 1px solid var(--primary);
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-2 .continue-btn {
    top: 40vh;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-2 .continue-btn {
    font-size: 32px;
    top: 40vh;
    right: 14vw;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-2 .continue-btn {
    top: 40vh;
  }
}
@media (min-width: 1024px) {
  .frame-2 .continue-btn {
    padding: 2% 3%;
    font-size: 20px;
    right: 7vw;
    top: initial;
    bottom: -5vh;
  }
}
.frame-2 .continue-btn:hover {
  cursor: pointer;
  box-shadow: 2px 2px 0 0 var(--primary);
}

.element {
  position: absolute;
}

.frame-3 {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.frame-3 .frame-3-text {
  background-color: transparent !important;
  border: none !important;
  height: -moz-fit-content;
  height: fit-content;
}
.frame-3 .c-image--newsrack {
  display: none;
  width: 15vw;
  left: 25vw;
  bottom: -25vh;
  z-index: 10;
}
@media (min-width: 1024px) {
  .frame-3 .c-image--newsrack {
    display: block;
  }
}
.frame-3 .c-image--building-group-1 {
  width: 130vw;
  right: -80vw;
  bottom: -8vh;
}
@media (min-width: 1024px) {
  .frame-3 .c-image--building-group-1 {
    width: 65vw;
    right: -20vw;
    bottom: -3vh;
  }
}

.frame-4 .text {
  width: 85%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {
  .frame-4 .text {
    width: 45%;
  }
}
.frame-4 .c-image--taxi {
  width: 70vw;
  right: -60vw;
  bottom: 5vh;
}
@media (min-width: 1024px) {
  .frame-4 .c-image--taxi {
    width: 30vw;
    right: -5vw;
    bottom: 10vh;
  }
}

.frame-5 .text {
  width: 85%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {
  .frame-5 .text {
    width: 45%;
    margin-right: 10%;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-5 .text p {
    line-height: 22px;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-5 .text p {
    line-height: 22px;
  }
}
.frame-5 .c-image--building-group-5-logo {
  width: 125vw;
  left: 65vw;
  bottom: 6vh;
}
@media (min-width: 1024px) {
  .frame-5 .c-image--building-group-5-logo {
    width: 65vw;
    left: 15vw;
    bottom: 12vh;
  }
}

.frame-6 .text {
  width: 85%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {
  .frame-6 .text {
    width: 45%;
  }
}
.frame-6 .c-image--building-group-3 {
  width: 60vw;
  right: -60vw;
  bottom: 6vh;
}
@media (min-width: 1024px) {
  .frame-6 .c-image--building-group-3 {
    width: 26vw;
    left: 0vw;
    right: initial;
    bottom: 12vh;
  }
}

.frame-7 .text {
  width: 75%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {
  .frame-7 .text {
    width: 45%;
  }
}
.frame-7 .spotlight {
  bottom: 5vh;
}
@media (min-width: 1024px) {
  .frame-7 .spotlight {
    bottom: initial;
  }
}

.frame-8,
.frame-14,
.frame-17,
.frame-20 {
  width: 200vw;
}
@media (min-width: 1024px) {
  .frame-8,
  .frame-14,
  .frame-17,
  .frame-20 {
    width: 100vw;
  }
}
.frame-8 .container,
.frame-14 .container,
.frame-17 .container,
.frame-20 .container {
  position: absolute;
  overflow: hidden;
  width: 200vw;
  margin-left: 1px;
  height: calc(100vh - 50px);
  bottom: 0px;
  border: 1px solid black;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #fff7f0;
}
@media (min-width: 1024px) {
  .frame-8 .container,
  .frame-14 .container,
  .frame-17 .container,
  .frame-20 .container {
    width: 98vw;
    margin-left: 1vw;
    height: calc(98vh - 50px);
    bottom: 1vh;
  }
}
.frame-8 .c-image--holding-phone,
.frame-14 .c-image--holding-phone,
.frame-17 .c-image--holding-phone,
.frame-20 .c-image--holding-phone {
  width: 240vw;
  right: 16vw;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 95vh;
  position: absolute;
  bottom: 0;
  opacity: 1;
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-8 .c-image--holding-phone,
  .frame-14 .c-image--holding-phone,
  .frame-17 .c-image--holding-phone,
  .frame-20 .c-image--holding-phone {
    bottom: -6vh;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-8 .c-image--holding-phone,
  .frame-14 .c-image--holding-phone,
  .frame-17 .c-image--holding-phone,
  .frame-20 .c-image--holding-phone {
    width: 200vw;
    right: 36vw;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-8 .c-image--holding-phone,
  .frame-14 .c-image--holding-phone,
  .frame-17 .c-image--holding-phone,
  .frame-20 .c-image--holding-phone {
    width: 180vw;
    right: 47vw;
  }
}
@media (min-width: 1024px) {
  .frame-8 .c-image--holding-phone,
  .frame-14 .c-image--holding-phone,
  .frame-17 .c-image--holding-phone,
  .frame-20 .c-image--holding-phone {
    width: 80vw;
    right: initial;
  }
}
.frame-8 .phone-text,
.frame-8 .frame-14-text1,
.frame-8 .frame-14-text2,
.frame-14 .phone-text,
.frame-14 .frame-14-text1,
.frame-14 .frame-14-text2,
.frame-17 .phone-text,
.frame-17 .frame-14-text1,
.frame-17 .frame-14-text2,
.frame-20 .phone-text,
.frame-20 .frame-14-text1,
.frame-20 .frame-14-text2 {
  position: absolute;
  bottom: 30vh;
  left: 28vw;
  width: 32vw;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  background-color: #0b6051;
  color: white;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  font-family: "Chalet", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-8 .phone-text,
  .frame-8 .frame-14-text1,
  .frame-8 .frame-14-text2,
  .frame-14 .phone-text,
  .frame-14 .frame-14-text1,
  .frame-14 .frame-14-text2,
  .frame-17 .phone-text,
  .frame-17 .frame-14-text1,
  .frame-17 .frame-14-text2,
  .frame-20 .phone-text,
  .frame-20 .frame-14-text1,
  .frame-20 .frame-14-text2 {
    font-size: 18px;
    line-height: 28px;
    left: 34vw;
    width: 28vw;
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-8 .phone-text,
  .frame-8 .frame-14-text1,
  .frame-8 .frame-14-text2,
  .frame-14 .phone-text,
  .frame-14 .frame-14-text1,
  .frame-14 .frame-14-text2,
  .frame-17 .phone-text,
  .frame-17 .frame-14-text1,
  .frame-17 .frame-14-text2,
  .frame-20 .phone-text,
  .frame-20 .frame-14-text1,
  .frame-20 .frame-14-text2 {
    font-size: 18px;
    line-height: 28px;
    left: 35vw;
    width: 28vw;
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .frame-8 .phone-text,
  .frame-8 .frame-14-text1,
  .frame-8 .frame-14-text2,
  .frame-14 .phone-text,
  .frame-14 .frame-14-text1,
  .frame-14 .frame-14-text2,
  .frame-17 .phone-text,
  .frame-17 .frame-14-text1,
  .frame-17 .frame-14-text2,
  .frame-20 .phone-text,
  .frame-20 .frame-14-text1,
  .frame-20 .frame-14-text2 {
    font-size: 14px;
    line-height: 18px;
    bottom: 48vh;
    left: 28vw;
    width: 12vw;
    padding: 15px;
  }
}
.frame-8 .text-frame-8-text,
.frame-8 .text-frame-17-text1,
.frame-14 .text-frame-8-text,
.frame-14 .text-frame-17-text1,
.frame-17 .text-frame-8-text,
.frame-17 .text-frame-17-text1,
.frame-20 .text-frame-8-text,
.frame-20 .text-frame-17-text1 {
  background: transparent;
  border: none;
  width: 90vw;
  height: -moz-fit-content;
  height: fit-content;
  top: 5vh;
  z-index: 1;
  left: 0;
  margin: 0;
  position: absolute;
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-8 .text-frame-8-text,
  .frame-8 .text-frame-17-text1,
  .frame-14 .text-frame-8-text,
  .frame-14 .text-frame-17-text1,
  .frame-17 .text-frame-8-text,
  .frame-17 .text-frame-17-text1,
  .frame-20 .text-frame-8-text,
  .frame-20 .text-frame-17-text1 {
    top: 6vh;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-8 .text-frame-8-text,
  .frame-8 .text-frame-17-text1,
  .frame-14 .text-frame-8-text,
  .frame-14 .text-frame-17-text1,
  .frame-17 .text-frame-8-text,
  .frame-17 .text-frame-17-text1,
  .frame-20 .text-frame-8-text,
  .frame-20 .text-frame-17-text1 {
    top: 6vh;
  }
}
@media (min-width: 1024px) {
  .frame-8 .text-frame-8-text,
  .frame-8 .text-frame-17-text1,
  .frame-14 .text-frame-8-text,
  .frame-14 .text-frame-17-text1,
  .frame-17 .text-frame-8-text,
  .frame-17 .text-frame-17-text1,
  .frame-20 .text-frame-8-text,
  .frame-20 .text-frame-17-text1 {
    width: 28vw;
    top: 2vh;
  }
}
.frame-8 .text-frame-9-text,
.frame-8 .text-frame-17-text,
.frame-14 .text-frame-9-text,
.frame-14 .text-frame-17-text,
.frame-17 .text-frame-9-text,
.frame-17 .text-frame-17-text,
.frame-20 .text-frame-9-text,
.frame-20 .text-frame-17-text {
  background-color: #fff7f0;
  width: 94vw;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  position: absolute;
  right: 10vw;
  top: -3vh;
  padding: 10vw;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(0);
  transition: 0.5s ease-in-out;
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-8 .text-frame-9-text,
  .frame-8 .text-frame-17-text,
  .frame-14 .text-frame-9-text,
  .frame-14 .text-frame-17-text,
  .frame-17 .text-frame-9-text,
  .frame-17 .text-frame-17-text,
  .frame-20 .text-frame-9-text,
  .frame-20 .text-frame-17-text {
    top: -8vh;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-8 .text-frame-9-text,
  .frame-8 .text-frame-17-text,
  .frame-14 .text-frame-9-text,
  .frame-14 .text-frame-17-text,
  .frame-17 .text-frame-9-text,
  .frame-17 .text-frame-17-text,
  .frame-20 .text-frame-9-text,
  .frame-20 .text-frame-17-text {
    top: -2vh;
    padding: 6vw;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-8 .text-frame-9-text,
  .frame-8 .text-frame-17-text,
  .frame-14 .text-frame-9-text,
  .frame-14 .text-frame-17-text,
  .frame-17 .text-frame-9-text,
  .frame-17 .text-frame-17-text,
  .frame-20 .text-frame-9-text,
  .frame-20 .text-frame-17-text {
    top: -12vh;
    padding: 5vw;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-8 .text-frame-9-text,
  .frame-8 .text-frame-17-text,
  .frame-14 .text-frame-9-text,
  .frame-14 .text-frame-17-text,
  .frame-17 .text-frame-9-text,
  .frame-17 .text-frame-17-text,
  .frame-20 .text-frame-9-text,
  .frame-20 .text-frame-17-text {
    top: -12vh;
    padding: 5vw;
  }
}
@media (min-width: 1024px) {
  .frame-8 .text-frame-9-text,
  .frame-8 .text-frame-17-text,
  .frame-14 .text-frame-9-text,
  .frame-14 .text-frame-17-text,
  .frame-17 .text-frame-9-text,
  .frame-17 .text-frame-17-text,
  .frame-20 .text-frame-9-text,
  .frame-20 .text-frame-17-text {
    width: 50vw;
    right: 5vw;
    top: -2vh;
    padding: 5vh;
  }
}
.frame-8 .text-frame-9-text p,
.frame-14 .text-frame-9-text p,
.frame-17 .text-frame-9-text p,
.frame-20 .text-frame-9-text p {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-8 .text-frame-9-text p,
  .frame-14 .text-frame-9-text p,
  .frame-17 .text-frame-9-text p,
  .frame-20 .text-frame-9-text p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-8 .text-frame-9-text p,
  .frame-14 .text-frame-9-text p,
  .frame-17 .text-frame-9-text p,
  .frame-20 .text-frame-9-text p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 1024px) {
  .frame-8 .text-frame-9-text p,
  .frame-14 .text-frame-9-text p,
  .frame-17 .text-frame-9-text p,
  .frame-20 .text-frame-9-text p {
    transform: initial;
    font-size: 2.6vh;
    line-height: 3.8vh;
  }
}
@media (min-width: 1024px) {
  .frame-8 .text-frame-9-text em,
  .frame-14 .text-frame-9-text em,
  .frame-17 .text-frame-9-text em,
  .frame-20 .text-frame-9-text em {
    font-size: 2.6vh;
    line-height: 3.8vh;
  }
}
.frame-8 .text-frame-10-text,
.frame-8 .frame-14b-text,
.frame-14 .text-frame-10-text,
.frame-14 .frame-14b-text,
.frame-17 .text-frame-10-text,
.frame-17 .frame-14b-text,
.frame-20 .text-frame-10-text,
.frame-20 .frame-14b-text {
  background-color: #e3fffa;
  font-family: "Chalet", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  color: #0b6051;
  border: 1px solid #0b6051;
  z-index: 3;
  width: 75vw;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8vw;
  box-sizing: border-box;
  position: absolute;
  right: 10vw;
  bottom: 15vh;
  opacity: 0;
  transform: translateY(0);
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-8 .text-frame-10-text,
  .frame-8 .frame-14b-text,
  .frame-14 .text-frame-10-text,
  .frame-14 .frame-14b-text,
  .frame-17 .text-frame-10-text,
  .frame-17 .frame-14b-text,
  .frame-20 .text-frame-10-text,
  .frame-20 .frame-14b-text {
    padding: 5vw;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-8 .text-frame-10-text,
  .frame-8 .frame-14b-text,
  .frame-14 .text-frame-10-text,
  .frame-14 .frame-14b-text,
  .frame-17 .text-frame-10-text,
  .frame-17 .frame-14b-text,
  .frame-20 .text-frame-10-text,
  .frame-20 .frame-14b-text {
    padding: 5vw;
  }
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-8 .text-frame-10-text,
  .frame-8 .frame-14b-text,
  .frame-14 .text-frame-10-text,
  .frame-14 .frame-14b-text,
  .frame-17 .text-frame-10-text,
  .frame-17 .frame-14b-text,
  .frame-20 .text-frame-10-text,
  .frame-20 .frame-14b-text {
    padding: 4vw;
    bottom: 8vh;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-8 .text-frame-10-text,
  .frame-8 .frame-14b-text,
  .frame-14 .text-frame-10-text,
  .frame-14 .frame-14b-text,
  .frame-17 .text-frame-10-text,
  .frame-17 .frame-14b-text,
  .frame-20 .text-frame-10-text,
  .frame-20 .frame-14b-text {
    bottom: 8vh;
    width: 80vw;
    padding: 5vw;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-8 .text-frame-10-text,
  .frame-8 .frame-14b-text,
  .frame-14 .text-frame-10-text,
  .frame-14 .frame-14b-text,
  .frame-17 .text-frame-10-text,
  .frame-17 .frame-14b-text,
  .frame-20 .text-frame-10-text,
  .frame-20 .frame-14b-text {
    bottom: 12vh;
    width: 80vw;
    padding: 6vw;
  }
}
@media (min-width: 1024px) {
  .frame-8 .text-frame-10-text,
  .frame-8 .frame-14b-text,
  .frame-14 .text-frame-10-text,
  .frame-14 .frame-14b-text,
  .frame-17 .text-frame-10-text,
  .frame-17 .frame-14b-text,
  .frame-20 .text-frame-10-text,
  .frame-20 .frame-14b-text {
    transform: initial;
    width: 30vw;
    padding: 2vw;
    bottom: 8vh;
    right: 6vw;
  }
}
.frame-8 .text-frame-10-text p,
.frame-8 .frame-14b-text p,
.frame-14 .text-frame-10-text p,
.frame-14 .frame-14b-text p,
.frame-17 .text-frame-10-text p,
.frame-17 .frame-14b-text p,
.frame-20 .text-frame-10-text p,
.frame-20 .frame-14b-text p {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-8 .text-frame-10-text p,
  .frame-8 .frame-14b-text p,
  .frame-14 .text-frame-10-text p,
  .frame-14 .frame-14b-text p,
  .frame-17 .text-frame-10-text p,
  .frame-17 .frame-14b-text p,
  .frame-20 .text-frame-10-text p,
  .frame-20 .frame-14b-text p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-8 .text-frame-10-text p,
  .frame-8 .frame-14b-text p,
  .frame-14 .text-frame-10-text p,
  .frame-14 .frame-14b-text p,
  .frame-17 .text-frame-10-text p,
  .frame-17 .frame-14b-text p,
  .frame-20 .text-frame-10-text p,
  .frame-20 .frame-14b-text p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-8 .text-frame-10-text p,
  .frame-8 .frame-14b-text p,
  .frame-14 .text-frame-10-text p,
  .frame-14 .frame-14b-text p,
  .frame-17 .text-frame-10-text p,
  .frame-17 .frame-14b-text p,
  .frame-20 .text-frame-10-text p,
  .frame-20 .frame-14b-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-8 .text-frame-10-text p,
  .frame-8 .frame-14b-text p,
  .frame-14 .text-frame-10-text p,
  .frame-14 .frame-14b-text p,
  .frame-17 .text-frame-10-text p,
  .frame-17 .frame-14b-text p,
  .frame-20 .text-frame-10-text p,
  .frame-20 .frame-14b-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-8 .text-frame-10-text p,
  .frame-8 .frame-14b-text p,
  .frame-14 .text-frame-10-text p,
  .frame-14 .frame-14b-text p,
  .frame-17 .text-frame-10-text p,
  .frame-17 .frame-14b-text p,
  .frame-20 .text-frame-10-text p,
  .frame-20 .frame-14b-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .frame-8 .text-frame-10-text p,
  .frame-8 .frame-14b-text p,
  .frame-14 .text-frame-10-text p,
  .frame-14 .frame-14b-text p,
  .frame-17 .text-frame-10-text p,
  .frame-17 .frame-14b-text p,
  .frame-20 .text-frame-10-text p,
  .frame-20 .frame-14b-text p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-height: 700px) and (max-width: 420px) {
  .text-frame-10-text {
    bottom: 10%;
  }
}
@media (min-width: 1024px) {
  .text-frame-10-text {
    width: 25% !important;
    bottom: 10vh !important;
    left: -60vw;
  }
}

.frame-7 .c-image--building-group-4 {
  width: 150vw;
  left: 70vw;
  bottom: 6vh;
}
@media (min-width: 768px) {
  .frame-7 .c-image--building-group-4 {
    width: 150vw;
    left: 74vw;
    bottom: 5vh;
  }
}
@media (min-width: 1024px) {
  .frame-7 .c-image--building-group-4 {
    width: 58vw;
    left: 0vw;
    bottom: 12vh;
  }
}

.frame-12 {
  width: 200vw;
}
.frame-12 .text {
  background-color: #fff7f0;
  position: absolute;
  left: 100vw;
  margin-top: 0;
  top: 4vh;
  padding: 4%;
  width: 90vw;
  height: -moz-fit-content;
  height: fit-content;
  box-sizing: border-box;
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-12 .text {
    top: -2vh;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-12 .text {
    top: 2vh;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-12 .text {
    top: 4vh;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-12 .text p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-12 .text p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .frame-12 .text {
    top: 15vh;
    padding: 2%;
    width: 50vw;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.frame-12 .c-image--grocery {
  background-color: #fff7f0;
  border-radius: 30px;
  width: 45vw;
  height: 45vw;
  right: 15vw;
  bottom: -4vh;
  display: inline-flex;
  position: absolute;
  border: 1px solid black;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  opacity: 0;
  transform: scale(0.8) translateY(10px);
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-12 .c-image--grocery {
    width: 38vw;
    height: 38vw;
    bottom: -10vh;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-12 .c-image--grocery {
    width: 38vw;
    height: 38vw;
    bottom: -10vh;
  }
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-12 .c-image--grocery {
    width: 35vw;
    height: 35vw;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-12 .c-image--grocery {
    bottom: -5vh;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-12 .c-image--grocery {
    bottom: -1vh;
  }
}
@media (min-width: 1024px) {
  .frame-12 .c-image--grocery {
    width: 30vw;
    height: 30vw;
    top: 15vh;
    bottom: initial;
  }
}
.frame-12 .c-image--grocery img {
  margin: auto;
  max-width: 90%;
}
.frame-12 .c-image--building-group-2 {
  width: 90vw;
  left: 30vw;
  bottom: 2vh;
}
@media (min-width: 1024px) {
  .frame-12 .c-image--building-group-2 {
    width: 40vw;
    left: 50vw;
    bottom: 5vh;
  }
}

.frame-13 {
  width: 250vw;
}
.frame-13 .text {
  width: 70vw;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3%;
  box-sizing: border-box;
  position: absolute;
  left: 65vw;
  bottom: 30vh;
}
@media (min-width: 1024px) {
  .frame-13 .text {
    width: 40vw;
    padding: 2%;
    bottom: 14vh;
  }
}
.frame-13 .c-image--park-group-1 {
  width: 70vw;
  right: -10vw;
  bottom: 5vh;
}
@media (min-width: 1024px) {
  .frame-13 .c-image--park-group-1 {
    width: 50vw;
    right: 80vw;
    bottom: 2vh;
  }
}
.frame-13 .c-image--park-group-2 {
  width: 130vw;
  right: -160vw;
  bottom: 8vh;
}
@media (min-width: 1024px) {
  .frame-13 .c-image--park-group-2 {
    right: -38vw;
  }
}
.frame-13 .c-image--building-group-7 {
  width: 85vw;
  left: 0vw;
  bottom: 2vh;
}
@media (min-width: 1024px) {
  .frame-13 .c-image--building-group-7 {
    width: 32vw;
    bottom: 5vh;
  }
}
.frame-13 .c-image--building-group-6 {
  width: 85vw;
  left: 90vw;
  bottom: 2vh;
}
@media (min-width: 1024px) {
  .frame-13 .c-image--building-group-6 {
    width: 40vw;
    left: 38vw;
    bottom: 5vh;
  }
}

.frame-14 {
  width: 200vw;
}
@media (min-width: 1024px) {
  .frame-14 {
    width: 100vw;
  }
}
@media (min-width: 1024px) {
  .frame-14 .container {
    left: 0vw;
  }
}
.frame-14 .c-image--holding-phone {
  width: 240vw;
  right: 16vw;
  z-index: 2;
  max-height: 95vh;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-14 .c-image--holding-phone {
    width: 200vw;
    right: 36vw;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-14 .c-image--holding-phone {
    width: 180vw;
    right: 47vw;
  }
}
@media (min-width: 1024px) {
  .frame-14 .c-image--holding-phone {
    left: 10vw;
    right: initial;
    width: 90vw;
    bottom: 0;
  }
}
.frame-14 .frame-14-text1 {
  left: 28vw;
  bottom: 35vh;
  padding: 3vw;
  z-index: 3;
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-14 .frame-14-text1 {
    left: 33vw;
    bottom: 35vh;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-14 .frame-14-text1 {
    left: 35vw;
    bottom: 35vh;
  }
}
@media (min-width: 1024px) {
  .frame-14 .frame-14-text1 {
    left: 42vw;
    bottom: 50vh;
    padding: 1%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.frame-14 .frame-14-text2 {
  color: white;
  background-color: #650360;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 40vw;
  bottom: 29vh;
  z-index: 3;
  padding: 2vw 4vw;
  border-radius: 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-14 .frame-14-text2 {
    left: 46vw;
    bottom: 29vh;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-14 .frame-14-text2 {
    left: 45vw;
    bottom: 29vh;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-14 .frame-14-text2 {
    left: 37vw;
    bottom: 29vh;
  }
}
@media (min-width: 1024px) {
  .frame-14 .frame-14-text2 {
    padding: 1%;
    left: 48vw;
    bottom: 39vh;
  }
}
.frame-14 .text-frame-14-text {
  border: none;
  background-color: transparent;
  position: absolute;
  left: 5vw;
  width: 85%;
  height: -moz-fit-content;
  height: fit-content;
  top: -5vh;
  z-index: 5;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-14 .text-frame-14-text {
    top: -18vh;
  }
}
@media (min-width: 1024px) {
  .frame-14 .text-frame-14-text {
    width: 35%;
    left: 0;
    margin-top: 0;
    top: initial;
  }
}

.bottom-left {
  background-color: #fff7f0;
  border-radius: 20px;
  border: 1px solid black;
  padding: 5vw;
  opacity: 0;
  height: -moz-fit-content;
  height: fit-content;
  color: black;
  margin-bottom: 0vh;
  width: 90vw;
  box-sizing: border-box;
  position: absolute;
  right: 10vw;
  bottom: 30vh;
  line-height: 24px;
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .bottom-left {
    margin-bottom: 10vh;
    margin-right: 10vw;
    width: 70vw;
    font-size: 30px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .bottom-left {
    margin-bottom: 10vh;
    margin-right: 10%;
    width: 70vw;
    font-size: 30px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .bottom-left {
    bottom: 0;
    width: 28vw;
    border: none;
    left: 5vw;
    padding: 0%;
    font-size: 22px;
    line-height: 140%;
  }
}

.frame-15b-text {
  background-color: #e3fffa;
  border-radius: 30px;
  border: 1px solid #0b6051;
  color: #0b6051;
  opacity: 0;
  transition: 0.5s ease-in-out;
  transform: translateY(-10px) scale(0.8);
  width: 80vw;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Chalet", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  bottom: 20vh;
  left: 80vw;
  padding: 5%;
  z-index: 5;
  box-sizing: border-box;
  position: absolute;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-15b-text {
    font-size: 26px;
    line-height: 36px;
    padding: 2%;
    width: 60vw;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-15b-text {
    font-size: 26px;
    line-height: 36px;
    padding: 2%;
    width: 60vw;
  }
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-15b-text {
    font-size: 18px;
    line-height: 22px;
    width: 80vw;
    left: 80vw;
    padding: 3%;
    bottom: 20vh;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-15b-text {
    font-size: 18px;
    line-height: 22px;
    width: 80vw;
    left: 80vw;
    padding: 3%;
    bottom: 20vh;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-15b-text {
    font-size: 18px;
    line-height: 22px;
    width: 80vw;
    left: 80vw;
    padding: 3%;
    bottom: 20vh;
  }
}
@media (min-width: 1024px) {
  .frame-15b-text {
    font-size: 20px;
    line-height: 28px;
    width: 35vw;
    bottom: 15vh;
    padding: 2%;
    left: 5vw;
  }
}

.frame-16 {
  width: 140vw;
}
.frame-16 .text-frame-16 {
  width: 85vw;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5%;
  position: absolute;
  bottom: 35vh;
  left: 30vw;
  box-sizing: border-box;
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-16 .text-frame-16 {
    top: -10vh;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-16 .text-frame-16 {
    top: -6vh;
  }
}
@media (min-width: 1024px) {
  .frame-16 .text-frame-16 {
    width: 35%;
    padding: 3%;
    bottom: 25vh;
  }
}
.frame-16 .sandwich {
  opacity: 0;
  bottom: 2vh;
  right: 20vw;
  padding: 5%;
}
@media (min-width: 1024px) {
  .frame-16 .sandwich {
    bottom: 5vh;
    right: 30vw;
    padding: 2%;
  }
}
.frame-16 .sandwich figure {
  width: 50vw;
  height: 50vw;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-16 .sandwich figure {
    width: 35vw;
    height: 35vw;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-16 .sandwich figure {
    width: 35vw;
    height: 35vw;
  }
}
@media (min-width: 1024px) {
  .frame-16 .sandwich figure {
    width: 20vw;
    height: 20vw;
  }
}
.frame-16 .c-image--cafe {
  width: 140vw;
  left: 30vw;
  bottom: 0vh;
}
@media (min-width: 1024px) {
  .frame-16 .c-image--cafe {
    width: 75vw;
    left: 10vw;
    bottom: -10vh;
  }
}

.frame-17 .text-frame-17 {
  width: 85vw;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-17 .text-frame-17 {
    width: 100vw;
  }
}
@media (min-height: 700px) and (max-width: 800px) and (max-width: 420px) {
  .frame-17 .text-frame-17 {
    width: 100vw;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-17 .text-frame-17 {
    top: 0vh;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-17 .text-frame-17 {
    top: 0vh;
  }
}
@media (min-width: 1024px) {
  .frame-17 .text-frame-17 {
    width: 35vw;
  }
}
.frame-17 .extra-text {
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: "Chalet", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  color: #bb71dd;
  font-style: normal;
}
@media (min-width: 768px) {
  .frame-17 .extra-text {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media (min-width: 1024px) {
  .frame-17 .extra-text {
    font-size: 2.2vh !important;
    line-height: 3.2vh !important;
  }
}
.frame-17 .text-frame-17-text1 {
  width: 100vw;
}
@media (min-width: 1024px) {
  .frame-17 .text-frame-17-text1 {
    width: 35vw;
  }
}
.frame-17 .text-frame-17-text {
  width: 92vw;
  height: -moz-fit-content;
  height: fit-content;
  top: 0vh;
  padding: 8vw;
  right: 10vw;
  z-index: 5;
  box-sizing: border-box;
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-17 .text-frame-17-text {
    top: 0vh;
  }
}
@media (min-height: 700px) and (max-width: 800px) and (max-width: 420px) {
  .frame-17 .text-frame-17-text {
    top: 0vh;
  }
}
@media (min-height: 800px) and (max-width: 920px) and (max-width: 420px) {
  .frame-17 .text-frame-17-text {
    top: 5vh;
  }
}
@media (min-width: 1024px) {
  .frame-17 .text-frame-17-text {
    width: 40%;
    top: initial;
    margin-top: 10%;
    padding: 3%;
    right: 4%;
  }
}
.frame-17 .text-frame-17-text p:nth-of-type(1) {
  line-height: 0 !important;
}
.frame-17 .text-frame-17-text em {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .frame-17 .text-frame-17-text em {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media (min-width: 1024px) {
  .frame-17 .text-frame-17-text em {
    font-size: 2.2vh !important;
    line-height: 3.2vh !important;
  }
}
.frame-17 .text-frame-17-text em .c-hyperlink {
  font-weight: 400;
}
.frame-17 .phone-text {
  bottom: 24vh;
  left: 29vw;
  z-index: 3;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-17 .phone-text {
    left: 33vw;
    bottom: 24vh;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-17 .phone-text {
    left: 35vw;
    bottom: 24vh;
  }
}
@media (min-width: 1024px) {
  .frame-17 .phone-text {
    bottom: 50vh;
    left: 37vw;
  }
}
.frame-17 .c-image--holding-phone {
  width: 240vw;
  right: 16vw;
  z-index: 2;
  bottom: -5vh;
  max-height: 95vh;
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-17 .c-image--holding-phone {
    bottom: -10vh;
  }
}
@media (min-height: 730px) and (max-height: 735px) and (max-width: 420px) {
  .frame-17 .c-image--holding-phone {
    bottom: -10vh;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-17 .c-image--holding-phone {
    width: 200vw;
    right: 36vw;
    bottom: -12vh;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-17 .c-image--holding-phone {
    width: 180vw;
    right: 47vw;
    bottom: -8vh;
  }
}
@media (min-width: 1024px) {
  .frame-17 .c-image--holding-phone {
    left: 5vw;
    right: initial;
    width: 90vw;
    bottom: 0;
  }
}

.frame-18 .container {
  background-color: #fff7f0;
  border: 1px solid black;
  border-radius: 30px;
  width: 90vw;
  height: 60vh;
  box-sizing: border-box;
  position: absolute;
  top: 5vh;
  left: 15vw;
}
@media (min-width: 1024px) {
  .frame-18 .container {
    width: 50vw;
    height: 60vh;
    bottom: 0;
    left: 15vw;
  }
}
.frame-18 .text-frame-18 {
  background-color: #e3fffa;
  font-family: "Chalet", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  color: #0b6051;
  border: 1px solid #0b6051;
  width: 60vw;
  top: 5vw;
  left: 5vw;
  padding: 6vw;
  margin: 0;
  border-radius: 15px;
  box-sizing: border-box;
  position: absolute;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-18 .text-frame-18 {
    padding: 4vw;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-18 .text-frame-18 {
    padding: 4vw;
  }
}
@media (max-height: 700px) {
  .frame-18 .text-frame-18 {
    width: 90%;
    padding: 4vw;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-18 .text-frame-18 {
    width: 90%;
    padding: 4vw;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-18 .text-frame-18 {
    width: 90%;
    padding: 4vw;
  }
}
@media (min-width: 1024px) {
  .frame-18 .text-frame-18 {
    width: 55%;
    top: 5vh;
    left: 2vw;
    padding: 6%;
    border-radius: 30px;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-18 .text-frame-18 p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-18 .text-frame-18 p {
    font-size: 20px;
    line-height: 30px;
  }
}
.frame-18 .c-image--sitting {
  position: absolute;
  right: -45vw;
  width: 180vw;
  bottom: 0vw;
}
@media (min-height: 730px) and (max-height: 735px) and (max-width: 420px) {
  .frame-18 .c-image--sitting {
    bottom: -5vh;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-18 .c-image--sitting {
    right: -35vw;
    width: 140vw;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-18 .c-image--sitting {
    right: -35vw;
    width: 140vw;
  }
}
@media (min-width: 1024px) {
  .frame-18 .c-image--sitting {
    right: -24%;
    width: 115%;
    bottom: 0%;
  }
}

.frame-19 .text-frame-19 {
  background-color: #fff7f0;
  margin: 0;
  width: 80vw;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: -80vw;
  bottom: 6vh;
  opacity: 0;
  border-radius: 20px;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-19 .text-frame-19 {
    padding: 4%;
    bottom: 10vh;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-19 .text-frame-19 {
    padding: 4%;
  }
}
@media (min-width: 1024px) {
  .frame-19 .text-frame-19 {
    opacity: 1;
    width: 35vw;
    left: -20vw;
    bottom: 3vh;
    border-radius: 30px;
  }
}
.frame-19 .c-image--park-group-3 {
  width: 125vw;
  left: 20vw;
  bottom: 5vh;
}
@media (min-width: 1024px) {
  .frame-19 .c-image--park-group-3 {
    width: 75vw;
    left: -10vw;
    bottom: 0;
  }
}
.frame-19 .c-image--park-group-4 {
  width: 120vw;
  right: -130vw;
  bottom: 4vh;
}
@media (min-width: 1024px) {
  .frame-19 .c-image--park-group-4 {
    width: 60vw;
    right: -130vw;
    bottom: -5vh;
  }
}

.frame-20 {
  width: 100vw;
}
.frame-20 .container {
  width: 100vw;
}
.frame-20 .c-image--holding-phone {
  width: 240vw;
  right: -85vw;
  z-index: 1;
  max-height: 95vh;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-20 .c-image--holding-phone {
    width: 200vw;
    right: -60vw;
    bottom: -5vh;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-20 .c-image--holding-phone {
    width: 190vw;
    right: -54vw;
    bottom: -10vh;
  }
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-20 .c-image--holding-phone {
    bottom: -8vh;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-20 .c-image--holding-phone {
    bottom: 0vh;
  }
}
@media (min-width: 1024px) {
  .frame-20 .c-image--holding-phone {
    width: 90vw;
    left: 10vw;
    right: initial;
    bottom: 0;
  }
}
.frame-20 .text-frame-20 {
  border: none;
  background-color: transparent;
  margin: 0;
  margin-top: 5vh;
  width: 90vw;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-20 .text-frame-20 {
    width: 100vw;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-20 .text-frame-20 {
    margin-top: 7vh;
    width: 98vw;
  }
}
@media (min-width: 1024px) {
  .frame-20 .text-frame-20 {
    width: 35vw;
  }
}
.frame-20 .empty {
  border-radius: 20px;
  opacity: 1;
  position: absolute;
  background-color: #0b6051;
  z-index: 1;
}
.frame-20 .empty1 {
  width: 20vw;
  height: 4vh;
  bottom: 46vh;
  left: 28vw;
  opacity: 0;
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-20 .empty1 {
    bottom: 45vh;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-20 .empty1 {
    bottom: 45vh;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-20 .empty1 {
    left: 30vw;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-20 .empty1 {
    left: 30vw;
  }
}
@media (min-width: 1024px) {
  .frame-20 .empty1 {
    width: 10vw;
    height: 6vh;
    bottom: 65vh;
    left: 42vw;
  }
}
.frame-20 .empty2 {
  width: 16vw;
  height: 4vh;
  bottom: 41vh;
  left: 28vw;
  opacity: 0;
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-20 .empty2 {
    bottom: 40vh;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-20 .empty2 {
    bottom: 40vh;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-20 .empty2 {
    left: 30vw;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-20 .empty2 {
    left: 30vw;
  }
}
@media (min-width: 1024px) {
  .frame-20 .empty2 {
    width: 6vw;
    height: 5vh;
    bottom: 57vh;
    left: 42vw;
  }
}
.frame-20 .phone-text {
  background-color: #650360;
  bottom: 26vh;
  left: 29vw;
  z-index: 1;
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-20 .phone-text {
    bottom: 24vh;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-20 .phone-text {
    bottom: 22vh;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-20 .phone-text {
    line-height: 140%;
    bottom: 24vh;
  }
}
@media (min-width: 1024px) {
  .frame-20 .phone-text {
    top: 36vh;
    left: 43vw;
  }
}

.frame-21 .frame-21-text {
  background-color: #e3fffa;
  font-family: "Chalet", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  color: #0b6051;
  width: 75vw;
  height: -moz-fit-content;
  height: fit-content;
  top: 10vh;
  left: 20vw;
  padding: 6%;
  border-radius: 30px;
  border: 1px solid #0b6051;
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  transform: translateY(-10px) scale(0.8);
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-21 .frame-21-text {
    width: 50vw;
    top: 15vh;
    padding: 4%;
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-21 .frame-21-text {
    width: 50vw;
    top: 15vh;
    padding: 4%;
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-21 .frame-21-text {
    line-height: 130%;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-21 .frame-21-text {
    line-height: 130%;
  }
}
@media (min-width: 1024px) {
  .frame-21 .frame-21-text {
    width: 25vw;
    left: 35vw;
    top: 25vh;
    font-size: 18px;
    line-height: 28px;
    padding: 2%;
  }
}
.frame-21 .c-image--cafe {
  width: 140vw;
  right: -90vw;
  bottom: -2vh;
}
@media (min-width: 1024px) {
  .frame-21 .c-image--cafe {
    width: 80vw;
    right: -50vw;
    bottom: -15vh;
  }
}

.spotlight {
  position: absolute;
  padding: 10%;
  right: 3vw;
  bottom: 14vh;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--primary);
}
@media (max-height: 700px) and (max-width: 420px) {
  .spotlight {
    padding: 5%;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .spotlight {
    bottom: 10vh;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .spotlight {
    bottom: 10vh;
  }
}
@media (max-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .spotlight {
    padding: 5%;
    bottom: 14vh;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .spotlight {
    padding: 5%;
    bottom: 12vh;
  }
}
@media (min-width: 1024px) {
  .spotlight {
    padding: 3%;
    bottom: 12vh;
  }
}
.spotlight figure {
  width: 50vw;
  height: 50vw;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .spotlight figure {
    width: 25vw;
    height: 25vw;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .spotlight figure {
    width: 25vw;
    height: 25vw;
  }
}
@media (max-height: 700px) and (max-width: 420px) {
  .spotlight figure {
    width: 30vw;
    height: 30vw;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .spotlight figure {
    width: 30vw;
    height: 30vw;
  }
}
@media (min-width: 1024px) {
  .spotlight figure {
    width: 22vw;
    height: 22vw;
  }
}

.tea {
  opacity: 0;
  background-color: #ffd9e7;
  transform: scale(0.4) translateY(3vh);
  transition: 0.8s transform ease-in-out;
}

.sandwich img {
  width: 80%;
  margin: auto;
}

.bus,
.sandwich {
  background-color: #e3fffa;
  opacity: 0;
  transform: scale(0.4) translateY(3vh);
  transition: 0.8s ease-in-out;
}

.character {
  left: -5%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 1;
  bottom: 120px;
  position: absolute;
}
@media (min-width: 1024px) {
  .character {
    left: initial;
    margin-left: 5%;
    bottom: 80px;
  }
}
.character img {
  height: 30vh;
}
@media (min-width: 1024px) {
  .character img {
    height: 45vh;
  }
}

.c-original-sponsor-logo {
  bottom: 10vh !important;
  padding: 0;
  height: 20vh;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.c-original-sponsor-logo img {
  width: 40%;
}

.c-legal-links {
  display: none;
}

.c-original-sponsor-logo__label::before {
  display: none;
}

.c-original-sponsor-logo__label {
  color: white;
  margin: 0px auto 10px;
  font-size: 12px;
}

.c-original-disclaimer {
  background-color: black;
  box-sizing: border-box;
  bottom: 0;
  padding: 0;
  height: 10vh;
}

.c-original-sponsor-logo,
.c-original-disclaimer {
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: 1s ease-in-out;
  position: fixed;
  width: 100vw;
}

.frame-quiz {
  color: var(--primary);
  width: 300vw;
}
@media (min-width: 1024px) {
  .frame-quiz {
    width: 180vw;
  }
}
.frame-quiz a {
  text-decoration: underline;
}
.frame-quiz a:hover {
  cursor: pointer;
}
.frame-quiz .container {
  top: -5vh;
  left: 20vw;
  position: absolute;
}
@media (max-height: 700px) {
  .frame-quiz .container {
    top: -9vh;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-quiz .container {
    top: 0;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-quiz .container {
    top: 0;
  }
}
.frame-quiz .text {
  width: 90vw;
  right: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(223, 157, 222, 0.3), rgba(223, 157, 222, 0.3)), #ffffff;
}
@media (max-height: 700px) and (max-width: 420px) {
  .frame-quiz .text {
    padding: 3%;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-quiz .text {
    margin-top: 10vh;
    padding: 3%;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-quiz .text {
    margin-top: 10vh;
    padding: 3%;
  }
}
@media (min-width: 768px) and (min-height: 1024px) {
  .frame-quiz .text {
    padding: 3%;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .frame-quiz .text {
    padding: 3%;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .frame-quiz .text {
    width: 50vw;
    padding: 3%;
    bottom: -6vh;
    margin-top: 8%;
    left: 10vw;
  }
}
.frame-quiz .text p {
  color: var(--primary);
}
.frame-quiz form {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
.frame-quiz label {
  display: inline-flex;
  font-family: "rig-shaded-bold-face", display;
  justify-content: center;
  margin: 5px 0;
  padding: 5px 0;
  border-radius: 10px;
  width: 100%;
  color: #fff7f0;
  font-size: 30px;
  background-color: var(--primary);
}
@media (max-width: 420px) {
  .frame-quiz label {
    font-size: 24px;
  }
}
.frame-quiz label:focus {
  background-color: #650360;
}
.frame-quiz label:hover {
  cursor: pointer;
  background-color: #650360;
}
.frame-quiz input {
  display: none;
}

.quiz-response {
  color: #bb72dd;
  display: none;
  font-family: "Chalet", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
.quiz-response a {
  text-decoration: underline;
}
.quiz-response a:hover {
  cursor: pointer;
}
.quiz-response p {
  font-size: 20px;
  font-weight: 300;
  color: #bb72dd !important;
}
@media (max-height: 700px) {
  .quiz-response p {
    font-size: 16px;
  }
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .quiz-response p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .quiz-response p {
    font-size: 16px;
    line-height: 22px;
  }
}

.frame-links .container {
  margin-top: 5%;
}
.frame-links p {
  font-family: "KansasNew", Georgia, serif;
  font-weight: 600;
}
.frame-links .text {
  background: linear-gradient(0deg, rgba(187, 113, 221, 0.2), rgba(187, 113, 221, 0.2)), #ffffff;
  color: #bb72dd;
  font-family: "Chalet", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  overflow-y: scroll;
  width: 90vw;
  height: 60vh;
  margin-top: 5vh;
}
@media (min-height: 700px) and (max-height: 800px) and (max-width: 420px) {
  .frame-links .text {
    padding: 8%;
  }
}
@media (min-height: 800px) and (max-height: 920px) and (max-width: 420px) {
  .frame-links .text {
    padding: 8%;
  }
}
@media (min-width: 1024px) {
  .frame-links .text {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: hidden;
    padding: 4% 5%;
  }
}
.frame-links .text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.frame-links .text ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.frame-links .text .c-hyperlink {
  color: #bb72dd;
}
.frame-links ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.frame-links ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(185, 93, 225, 0.3);
}
@media (min-width: 1024px) {
  .frame-links ::-webkit-scrollbar-thumb {
    display: none;
  }
}
.frame-links ::-webkit-scrollbar-track {
  margin-top: 80px;
  margin-bottom: 50px;
}

.foreground-container {
  bottom: 0;
  opacity: 0;
  position: absolute;
  width: 1000vw;
  z-index: 5;
  display: none;
}
.foreground-container .c-image {
  bottom: 75px;
  max-width: 400px;
  position: absolute;
}
.foreground-container .c-image--newsrack {
  bottom: 48px;
  left: 49vw;
  width: 15vw;
}
.foreground-container .c-image--lamp-bin {
  bottom: 3vh;
  left: 99vw;
  width: 10vw;
}
.foreground-container .c-image--fire-hydrant {
  bottom: 2vh;
  left: 300vw;
  width: 5vw;
}
.foreground-container .c-image--fire-hydrant:last-child {
  left: 820vw;
}

.foreground-container:hover {
  cursor: not-allowed;
}

.cta {
  background-color: #650360;
  color: #fff7f0;
  font-size: 18px;
  box-sizing: border-box;
  border-radius: 100px;
  border: 1px solid black;
  margin-top: 25vh;
  line-height: 26px;
  text-align: center;
  width: 70vw;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5%;
  text-decoration: underline;
  opacity: 0;
  transform: scale(0.8) translateY(10px);
  transition: 0.5s ease-in-out;
}
@media (min-width: 768px) and (min-height: 1024px) {
  .cta {
    font-size: 28px;
    line-height: 38px;
    padding: 3% 5%;
    width: 60vw;
  }
}
@media (min-width: 768px) and (max-height: 1024px) {
  .cta {
    font-size: 28px;
    line-height: 38px;
    padding: 3% 5%;
    width: 60vw;
  }
}
@media (min-width: 1024px) {
  .cta {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    width: 450px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 3% 5%;
  }
}

.cta:hover {
  cursor: pointer;
  transition: none;
  box-shadow: 3px 3px #300942;
}

.deposit {
  font-size: 14px;
  line-height: 18px;
  color: #650360;
  font-family: "Chalet", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  text-align: center;
  margin: auto;
  width: 70vw;
  bottom: 25vh;
}
@media (min-width: 1024px) {
  .deposit {
    padding: 3%;
    bottom: 20vh;
    width: initial;
  }
}

.frame-ad {
  background-color: #650360;
  width: 150vw;
  height: 100vh;
  margin-top: 0;
}
.frame-ad .ad-container {
  width: 300px;
  height: 252px;
  position: absolute;
  box-sizing: border-box;
  top: calc((100vh - 252px) / 2);
  left: calc((150vw - 300px) / 2);
}
@media (min-width: 768px) {
  .frame-ad .ad-container {
    width: 728px;
    height: 92px;
    top: calc((100vh - 92px) / 2);
    left: calc((150vw - 728px) / 2);
  }
}
@media (min-width: 1024px) {
  .frame-ad .ad-container {
    width: 970px;
    height: 252px;
    top: calc((100vh - 252px) / 2);
    left: calc((150vw - 970px) / 2);
  }
}

.u-hide-header-mobile {
  display: none;
}

.c-header__share-container {
  display: none;
}
@media (min-width: 1024px) {
  .c-header__share-container {
    display: inline;
  }
}

.c-header__branding span:after {
  content: "/ Sponsor Content - Ally";
}

.inner-circle {
  width: 80%;
  height: 80%;
  background-color: #fff7f0;
  border-radius: 50%;
}

@property --p {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 5%;
}
.progress-circle {
  position: absolute;
  opacity: 0;
  bottom: 100px;
  right: 5vw;
  --p: 0%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(#300942 0 var(--p), #fff7f0 var(--p) 0);
}
@media (min-width: 768px) {
  .progress-circle {
    bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .progress-circle {
    bottom: 42vh;
    right: 2vw;
  }
}

@keyframes change-progress1 {
  0% {
    --p: 0%;
  }
  100% {
    --p: 100%;
  }
}
@keyframes change-progress2 {
  0% {
    --p: 0%;
  }
  100% {
    --p: 100%;
  }
}
@keyframes change-progress3 {
  0% {
    --p: 0%;
  }
  100% {
    --p: 100%;
  }
}
.static-circle {
  position: absolute;
  background-color: #300942;
  border-radius: 50%;
  width: 10%;
  height: 10%;
  top: 0;
}

.dynamic-wrapper {
  position: absolute;
  height: 100%;
  width: 10%;
  transform: rotate(0deg);
}

@keyframes rotate-circle1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-circle2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-circle3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.illo-cred {
  font-size: 12px;
  font-weight: 300;
  font-family: "Chalet", Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  color: #300942;
  width: 100%;
  text-align: center;
  margin-top: 80px;
  position: absolute;
}
@media (min-width: 768px) {
  .illo-cred {
    font-size: 14px;
    margin-top: 120px;
  }
}
@media (min-width: 1024px) {
  .illo-cred {
    position: relative;
    text-align: unset;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 4%;
    margin-top: 2%;
  }
}