/* Mixins
================================================== */
/* Breakpoints
================================================== */
/* Sections
================================================================ */
main {
  position: relative;
  overflow: hidden;
}

/* Vertical spacing
-------------------------------------------- */
.section {
  padding-top: 2em;
  padding-bottom: 2em;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.section > :first-child {
  margin-top: 0;
}
.section > :last-child {
  margin-bottom: 0;
}
.section header > :first-child,
.section footer > :first-child {
  margin-top: 0;
}
.section header > :last-child,
.section footer > :last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .section {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

/* Side padding
-------------------------------------------- */
.section {
  padding-right: 4rem;
  padding-left: 4rem;
  margin-right: auto;
  margin-left: auto;
}

/* Snap
-------------------------------------------- 

main {
	scroll-snap-type: y mandatory;
}

.section {
	scroll-snap-align: start;
}
*/
/* Sections
================================================================ */
#age-verification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: var(--color-yellow);
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  transition: 0.5s;
}
#age-verification .content {
  max-width: 37em;
  padding: 2em;
}
#age-verification h1 {
  margin: 0.25em auto;
  line-height: 0.9;
}
#age-verification h1 strong {
  color: transparent;
  -webkit-text-stroke: 2px #000;
  /* Outline width and color */
}
#age-verification p {
  color: #000;
}
#age-verification p a {
  font-weight: 600;
}

.checkage {
  overflow: hidden;
}
.checkage #age-verification {
  opacity: 1;
  pointer-events: auto;
}

#age-verification {
  opacity: 0;
  pointer-events: none;
}

.section-topslider {
  padding: 0;
}

.section-slider {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.section-yellowglow {
  position: relative;
  background: url(../../images/yellow-glow.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.section-yellowglow .yg-h {
  position: absolute;
  color: #FFF;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0.7em;
}
.section-yellowglow .yg-h span {
  display: block;
  margin: 0 auto;
  line-height: 0.875;
  -webkit-text-stroke: 2px #FFF;
  /* Outline width and color */
}
.section-yellowglow .yg-h span:last-child {
  color: transparent;
}
.section-yellowglow .from-korea {
  position: absolute;
  right: 1em;
  top: 8em;
  width: 1.25em;
}
.section-yellowglow .lemon {
  position: absolute;
  z-index: 1;
  left: -8%;
  top: 48%;
  width: 24%;
}
.section-yellowglow .yg-image {
  padding-top: 7em;
  max-width: 84em;
  margin: auto;
}
.section-yellowglow .yg-image img {
  display: block;
  margin: auto;
}
.section-yellowglow p.yg-tagline {
  color: #000;
  font-size: 1.45em;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  bottom: 1em;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0;
}
@media (min-width: 769px) {
  .section-yellowglow .yg-image {
    padding-top: 8em;
  }
  .section-yellowglow p.yg-tagline {
    bottom: 3em;
    font-size: 2.45em;
  }
  .section-yellowglow .lemon {
    left: -17%;
    top: 27%;
    width: 45%;
  }
  .section-yellowglow .from-korea {
    position: absolute;
    right: 20%;
    top: 14em;
    width: 2.25em;
  }
}
@media (max-width: 768px) {
  .section-yellowglow .yg-h {
    font-size: 4em;
  }
}

.section-imagebanner {
  padding: 0;
  padding-bottom: 41%;
  position: relative;
}
.section-imagebanner .image-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}

.section-topslider {
  position: relative;
}
.section-topslider .instruction {
  position: absolute;
  right: 50%;
  margin-right: -27em;
  bottom: 3.5em;
  color: #fff;
  z-index: 9;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2em;
  display: none;
}
.section-topslider .instruction strong {
  color: var(--color-yellow);
}
.section-topslider .ryse {
  position: absolute;
  right: 0em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  pointer-events: none;
}
.section-topslider .ryse .logo {
  display: block;
  background: url(../../images/Logo.svg) no-repeat center;
  padding-bottom: 43%;
  background-size: contain;
  margin: 1.5em auto;
  width: 18em;
  filter: invert(1);
}
.section-topslider .ryse .circle {
  display: block;
  margin: 1em auto;
  width: 4.75em;
  height: 4.75em;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--color-yellow);
}
.section-topslider .ryse .circle:after {
  background: url(../../images/right-chevron.svg) no-repeat center;
  background-size: 1.7em;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0.2em;
}
@media (min-width: 769px) {
  .section-topslider .ryse {
    right: 8em;
  }
}
@media (min-width: 990px) {
  .section-topslider .instruction {
    display: block;
  }
}

.top-slider {
  height: 100vh;
  border-bottom: solid 0.7em var(--color-yellow);
  box-sizing: border-box;
  position: relative;
}
.top-slider .slide-media {
  overflow: hidden;
  position: relative;
  padding: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  padding: 0;
  margin: 0;
}
.top-slider .slide-media:before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
}
.top-slider .slide-media:after {
  content: "";
  position: absolute;
  right: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.top-slider .slide-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.top-slider .slide-caption {
  position: absolute;
  color: #FFF;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  top: 0;
  left: 0;
  z-index: 9;
  font-size: 3em;
  text-transform: uppercase;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
}
.top-slider .slide-caption:after {
  content: "";
  position: absolute;
  left: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.top-slider .slide-caption span {
  transform: rotate(-90deg);
  display: inline-block;
  position: relative;
  z-index: 2;
}
.top-slider .counter {
  color: var(--color-yellow);
  font-weight: 800;
  position: absolute;
  top: 0.125em;
  left: -0.205em;
  font-size: 8em;
  line-height: 0.9;
  z-index: 11;
}
.top-slider .swiper-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
  bottom: 3em;
}
.top-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .top-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet, .top-slider .swiper-pagination-custom .swiper-pagination-bullet, .top-slider .swiper-pagination-fraction .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  margin: 0.7em;
}
.top-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .top-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active, .top-slider .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active, .top-slider .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-yellow);
}
.top-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .top-slider .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .top-slider .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .top-slider .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4em;
  height: 2.4em;
  margin-top: -1.2em;
  margin-left: -1.2em;
  background-color: rgba(239, 223, 0, 0.35);
  border-radius: 100%;
}
@media (min-width: 769px) {
  .top-slider .counter {
    font-size: 16em;
  }
}

.section-wysiwyg {
  max-width: 55em;
  margin-right: auto;
  margin-left: auto;
}

.section-profile {
  text-align: center;
  position: relative;
}
.section-profile .profile-h {
  font-weight: 800;
  letter-spacing: 0.05em;
}
.section-profile .profile-h span {
  display: block;
  margin: auto;
  text-transform: uppercase;
}
.section-profile .profile-h span:first-child {
  color: var(--color-yellow);
}
.section-profile .profile-h b {
  font-family: sans-serif;
  width: 0.25em;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  background: var(--color-yellow);
  height: 0.25em;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 0.1em;
  margin-left: 0.05em;
}
.section-profile .profile-side-title {
  font-size: 15vw;
  -webkit-text-stroke: 1px var(--color-yellow);
  /* Outline width and color */
  text-transform: uppercase;
  color: transparent;
  margin: 0;
  line-height: 0.8;
}
.section-profile .profile-title {
  color: #818183;
  text-transform: uppercase;
  font-family: "Helvetica", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: -0.5em;
  display: inline-block;
}
.section-profile .profile-lead {
  margin-bottom: 1.5em;
  position: relative;
}
.section-profile .profile-lead > :last-child {
  margin-bottom: 0;
}
.section-profile .profile-lead p {
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
}
.section-profile .profile-lead:after {
  content: "";
  display: block;
  margin: 2em auto;
  height: 4px;
  width: 4em;
  background-color: var(--color-yellow);
}
.section-profile .profile-main {
  max-width: 43em;
  margin: auto;
}
.section-profile .profile-closing {
  color: var(--color-yellow);
  font-size: 1.75em;
  line-height: 1;
  margin: 1em auto;
  font-family: "active";
}
@media (min-width: 769px) {
  .section-profile .profile-h {
    font-size: 4.3em;
  }
  .section-profile .profile-closing {
    font-size: 2.75em;
  }
  .section-profile .profile-side-title {
    font-size: 10vw;
    -webkit-text-stroke: 2px var(--color-yellow);
    /* Outline width and color */
  }
  .section-profile .profile-lead {
    margin-bottom: 3.5em;
  }
}

.section-logos {
  text-align: center;
  max-width: 90em;
  margin: 4em auto 0;
  border-bottom: solid 1px #eee;
}
.section-logos h2 strong {
  color: var(--color-yellow);
}
.section-logos img {
  filter: grayscale(0.4);
  opacity: 0.4;
}
.section-logos img:focus, .section-logos img:hover {
  filter: grayscale(0);
  opacity: 1;
}
@media (min-width: 769px) {
  .section-logos .logos {
    display: flex;
    flex-wrap: wrap;
  }
  .section-logos .logos > * {
    width: 33.3334%;
  }
}

.section.section-bubbles {
  padding: 0;
  position: relative;
  padding-right: 13vw;
}
.section.section-bubbles .swiper-pagination {
  position: relative;
}
.section.section-bubbles .bubbles-headings {
  font-size: 1.9em;
  z-index: 10;
  text-align: left;
  padding: 0 2em;
}
.section.section-bubbles .bubbles-headings > * {
  margin: 0;
  font-family: "Helvetica";
  line-height: 0.9;
}
.section.section-bubbles .bubbles-headings p {
  text-transform: lowercase;
  color: var(--color-yellow);
}
.section.section-bubbles .bubbles-headings .bubbles-h1 {
  font-weight: 700;
  font-size: 1.55em;
  opacity: 0.6;
  position: relative;
  right: 0.2em;
  font-family: "Barlow Condensed";
  margin-bottom: -0.1em;
}
.section.section-bubbles .bubbles-row {
  position: relative;
  padding-bottom: 70%;
}
.section.section-bubbles .bubble {
  border-radius: 100%;
  overflow: hidden;
}
.section.section-bubbles .bubble img {
  display: block;
}
.section.section-bubbles .bubble-1 {
  width: 43%;
  position: absolute;
  top: 50%;
  left: -4%;
}
.section.section-bubbles .bubble-2 {
  width: 30%;
  position: absolute;
  right: 27%;
  top: 37%;
  z-index: 1;
}
.section.section-bubbles .bubble-3 {
  width: 42%;
  position: absolute;
  right: -2%;
  top: 0;
}
@media (min-width: 769px) {
  .section.section-bubbles .bubbles-headings {
    font-size: 4.9em;
    padding: 0;
    position: absolute;
    top: 10%;
    z-index: 10;
    text-align: left;
    left: 8vw;
  }
}

.section-7 aside.profile-side,
.section-3 aside.profile-side {
  position: absolute;
  right: -3em;
  top: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.section-7 .profile-side-title,
.section-3 .profile-side-title {
  transform: rotate(90deg) translateX(-2em) translateY(-0.75em);
}
@media (min-width: 769px) {
  .section-7 .profile-side-title,
.section-3 .profile-side-title {
    transform: rotate(90deg) translateX(-2em) translateY(0);
  }
  .section-7 aside.profile-side,
.section-3 aside.profile-side {
    right: -3em;
  }
}

.section-5 aside.profile-side {
  position: absolute;
  left: -3em;
  top: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.section-5 .profile-side-title {
  transform: rotate(-90deg) translateX(1em) translateY(0em);
}
@media (min-width: 769px) {
  .section-5 aside.profile-side {
    left: 0;
  }
}

.section-7 .from-korea {
  position: absolute;
  left: 1em;
  top: -5em;
  width: 1.25em;
}
@media (min-width: 769px) {
  .section-7 .from-korea {
    left: 20%;
    top: -10%;
    width: 2.25em;
  }
}

.section-10 .lemon {
  position: absolute;
  z-index: 1;
  right: -8%;
  top: 27%;
  width: 24%;
  z-index: 2;
}
@media (min-width: 769px) {
  .section-10 .lemon {
    right: -17%;
    top: -77%;
    width: 45%;
  }
}

.section-3.section-profile .profile-closing {
  text-indent: -9999px;
  background: url(../../images/Ryse_Fresh.svg) no-repeat center;
  background-size: contain;
  overflow: hidden;
  height: 1.5em;
}