.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.aspect-square {
  aspect-ratio: 1/1;
}

.p-0 {
  padding: 0 !important;
}

.pl-0 {
  padding: 0 !important;
}

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

.px-gap, section.chair-for-childhood .text-content, section.offices .header {
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
}

.mb-5 {
  margin-bottom: 1.25vw !important;
}

.mt-2 {
  margin-top: 0.5vw !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.gap-4 {
  gap: 1vw;
}

.gap-8 {
  gap: 2vw;
}

.tw-flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.space-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.flex-row {
  flex-direction: row;
}

.grid {
  display: grid;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (width >= 768px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (width < 768px) {
  .max-md\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.text-center {
  text-align: center;
}

.text-white {
  color: #ffffff !important;
}

.text-gray-300 {
  background-color: #faf6ef;
}

.text-gray-500 {
  color: #bbb5ac;
}

.text-brown {
  color: #b09873;
}

.text-rkGreen {
  color: #61AC58;
}

.bg-rkGreen {
  background-color: #61AC58;
}

.text-rkDarkGreen {
  color: #2EBDBC;
}

.bg-rkDarkGreen {
  background-color: #2EBDBC;
}

.text-rkGold {
  color: #FABA19;
}

.bg-rkGold {
  background-color: #FABA19;
}

.text-rkDarkGold {
  color: #E39918;
}

.bg-rkDarkGold {
  background-color: #E39918;
}

.text-rkDarkBlue {
  color: #4A87CB;
}

.bg-rkDarkBlue {
  background-color: #4A87CB;
}

.text-rkBlue {
  color: #498ACA;
}

.bg-rkBlue {
  background-color: #498ACA;
}

.text-rkBrown {
  color: #B05E1B;
}

.bg-rkBrown {
  background-color: #B05E1B;
}

.text-rkOrange {
  color: #FF5833;
}

.bg-rkOrange {
  background-color: #FF5833;
}

.font-mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.font-extrabold {
  font-weight: 800;
}

.font-bold {
  font-weight: 700;
}

.font-semi {
  font-weight: 500;
}

.font-regular {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

.italics {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.text-32, section.age .age-swiper .slick-slide .text .title, section.explore .slick-slide .content .title {
  font-size: 8.2051282051vw !important;
}
@media (width >= 768px) {
  .text-32, section.age .age-swiper .slick-slide .text .title, section.explore .slick-slide .content .title {
    font-size: 4.1666666667vw !important;
  }
}
@media (width >= 1366px) {
  .text-32, section.age .age-swiper .slick-slide .text .title, section.explore .slick-slide .content .title {
    font-size: 4.6852122987vw !important;
  }
}
@media (width >= 1920px) {
  .text-32, section.age .age-swiper .slick-slide .text .title, section.explore .slick-slide .content .title {
    font-size: 3.3333333333vw !important;
  }
}

.text-26 {
  font-size: 6.6666666667vw !important;
}
@media (width >= 768px) {
  .text-26 {
    font-size: 3.3854166667vw !important;
  }
}
@media (width >= 1366px) {
  .text-26 {
    font-size: 2.3426061493vw !important;
  }
}
@media (width >= 1920px) {
  .text-26 {
    font-size: 1.8229166667vw !important;
  }
}

.text-20, section#howitworks .feature-grid h4, section.love .cardd .txt-container .title, section.cert .grid-container .cardd .title, section.chair-slider .slick-slide .text .content, section.offices .office-swiper .cardd .label {
  font-size: 5.1282051282vw !important;
}
@media (width >= 768px) {
  .text-20, section#howitworks .feature-grid h4, section.love .cardd .txt-container .title, section.cert .grid-container .cardd .title, section.chair-slider .slick-slide .text .content, section.offices .office-swiper .cardd .label {
    font-size: 2.6041666667vw !important;
  }
}
@media (width >= 1366px) {
  .text-20, section#howitworks .feature-grid h4, section.love .cardd .txt-container .title, section.cert .grid-container .cardd .title, section.chair-slider .slick-slide .text .content, section.offices .office-swiper .cardd .label {
    font-size: 1.756954612vw !important;
  }
}
@media (width >= 1920px) {
  .text-20, section#howitworks .feature-grid h4, section.love .cardd .txt-container .title, section.cert .grid-container .cardd .title, section.chair-slider .slick-slide .text .content, section.offices .office-swiper .cardd .label {
    font-size: 1.25vw !important;
  }
}

.text-18, .faq .kontainer .faq-con .faq-item .faq-question h3 {
  font-size: 4.6153846154vw !important;
}
@media (width >= 768px) {
  .text-18, .faq .kontainer .faq-con .faq-item .faq-question h3 {
    font-size: 2.34375vw !important;
  }
}
@media (width >= 1366px) {
  .text-18, .faq .kontainer .faq-con .faq-item .faq-question h3 {
    font-size: 1.317715959vw !important;
  }
}
@media (width >= 1920px) {
  .text-18, .faq .kontainer .faq-con .faq-item .faq-question h3 {
    font-size: 0.9375vw !important;
  }
}

.text-16, section#howitworks .feature-grid p, section.age .age-swiper .slick-slide .text .content, section.love .cardd .txt-container .desc, section.cert .grid-container .cardd .desc, section.guide .cardd, section.explore .slick-slide .content .post {
  font-size: 4.1025641026vw !important;
}
@media (width >= 768px) {
  .text-16, section#howitworks .feature-grid p, section.age .age-swiper .slick-slide .text .content, section.love .cardd .txt-container .desc, section.cert .grid-container .cardd .desc, section.guide .cardd, section.explore .slick-slide .content .post {
    font-size: 2.0833333333vw !important;
  }
}
@media (width >= 1366px) {
  .text-16, section#howitworks .feature-grid p, section.age .age-swiper .slick-slide .text .content, section.love .cardd .txt-container .desc, section.cert .grid-container .cardd .desc, section.guide .cardd, section.explore .slick-slide .content .post {
    font-size: 1.317715959vw !important;
  }
}
@media (width >= 1920px) {
  .text-16, section#howitworks .feature-grid p, section.age .age-swiper .slick-slide .text .content, section.love .cardd .txt-container .desc, section.cert .grid-container .cardd .desc, section.guide .cardd, section.explore .slick-slide .content .post {
    font-size: 0.9375vw !important;
  }
}

.text-14, section.chair-slider .slick-slide .text .title, section.explore .slick-slide .content .pre {
  font-size: 3.5897435897vw !important;
}
@media (width >= 768px) {
  .text-14, section.chair-slider .slick-slide .text .title, section.explore .slick-slide .content .pre {
    font-size: 1.8229166667vw !important;
  }
}
@media (width >= 1366px) {
  .text-14, section.chair-slider .slick-slide .text .title, section.explore .slick-slide .content .pre {
    font-size: 1.317715959vw !important;
  }
}
@media (width >= 1920px) {
  .text-14, section.chair-slider .slick-slide .text .title, section.explore .slick-slide .content .pre {
    font-size: 0.9375vw !important;
  }
}

.text-balance {
  text-wrap: balance;
}

@media (width < 768px) {
  .max-md\:w-full {
    width: 100%;
  }
}
.block {
  display: block;
}

.bg-brand-500 {
  background-color: #30bebc;
}

.bg-gray-500 {
  background-color: #bbb5ac;
}

.bg-white-800 {
  background-color: #f2efed;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gradient-yellow {
  background: linear-gradient(to bottom, #FABA19, #FF7B00);
}

.rounded-rk, lite-youtube, section#howitworks .feature-grid img, section.guide .cardd, section.chair-slider .slick-slide {
  overflow: hidden;
  border-radius: 8.2051282051vw;
}
@media (width >= 768px) {
  .rounded-rk, lite-youtube, section#howitworks .feature-grid img, section.guide .cardd, section.chair-slider .slick-slide {
    border-radius: 6.25vw !important;
  }
}
@media (width >= 1366px) {
  .rounded-rk, lite-youtube, section#howitworks .feature-grid img, section.guide .cardd, section.chair-slider .slick-slide {
    border-radius: 3.513909224vw !important;
  }
}
@media (width >= 1920px) {
  .rounded-rk, lite-youtube, section#howitworks .feature-grid img, section.guide .cardd, section.chair-slider .slick-slide {
    border-radius: 2.5vw;
  }
}

.rounded-rk-small, section.offices .office-swiper .slick-slide {
  overflow: hidden;
  border-radius: 1.25vw;
}
@media (width < 768px) {
  .rounded-rk-small, section.offices .office-swiper .slick-slide {
    border-radius: 4.1025641026vw;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
  visibility: hidden;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  color: #333;
  overflow-x: hidden;
}

:root {
  --padding-x: 3.7122969838vw;
}

@media (width >= 768px) {
  :root {
    --padding-x: 2.0833333333vw;
  }
}
@media (width >= 1366px) {
  :root {
    --padding-x: 13.8888888889vw;
  }
}
@media (width >= 1920px) {
  :root {
    --padding-x: 10.4166666667vw;
  }
}
main section {
  padding: 14.358974359vw var(--padding-x);
}
main section.full {
  padding-left: 0;
  padding-right: 0;
}
@media (width >= 768px) {
  main section {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
main section.gray {
  background-color: #73777a;
}
main section.light-gray {
  background-color: #faf6ef;
}
main a {
  text-decoration: none;
}
main img {
  width: 100%;
}
main p {
  margin: 0;
  font-size: 4.6153846154vw !important;
}
@media (width >= 768px) {
  main p {
    font-size: 2.34375vw !important;
  }
}
@media (width >= 1366px) {
  main p {
    font-size: 1.317715959vw !important;
  }
}
@media (width >= 1920px) {
  main p {
    font-size: 0.9375vw !important;
  }
}
main p {
  line-height: 1.4;
  margin-top: 2vw;
}
@media (width < 768px) {
  main p {
    font-size: 4vw;
    line-height: 1.4;
    margin-top: 3vw;
  }
}
@media (width >= 1920px) {
  main p {
    margin-top: 1vw;
  }
}

.logo {
  width: 20vw;
}
@media (width < 768px) {
  .logo {
    width: 50vw;
  }
}

@media (width >= 768px) {
  .mobile {
    display: none;
  }
}

@media (width < 768px) {
  .non-mobile {
    display: none;
  }
}

@media (width <= 768px), (width >= 1366px) {
  .tablet {
    display: none !important;
  }
}

@media (width <= 1366px), (width >= 1920px) {
  .laptop {
    display: none !important;
  }
}

@media (width < 1920px) {
  .desktop {
    display: none !important;
  }
}

.delay-1 {
  transition-delay: 0.2s !important;
}

.delay-2 {
  transition-delay: 0.4s !important;
}

.delay-3 {
  transition-delay: 0.6s !important;
}

.delay-4 {
  transition-delay: 0.8s !important;
}

.cta {
  display: inline-block;
  background-color: #30bebc;
  color: #fff;
  text-decoration: none;
  border-radius: 50vw;
  font-size: 3.5897435897vw !important;
}
@media (width >= 768px) {
  .cta {
    font-size: 1.8229166667vw !important;
  }
}
@media (width >= 1366px) {
  .cta {
    font-size: 1.1713030747vw !important;
  }
}
@media (width >= 1920px) {
  .cta {
    font-size: 0.8333333333vw !important;
  }
}
.cta {
  font-weight: 600;
  margin-top: 4vw;
  border: 3px solid #30bebc;
  transition: all 0.3s ease;
  padding: 4.1025641026vw 8.2051282051vw;
}
@media (width >= 768px) {
  .cta {
    padding: 2.0833333333vw 4.6875vw;
  }
}
@media (width >= 1366px) {
  .cta {
    padding: 1.1713030747vw 2.635431918vw;
  }
}
@media (width >= 1920px) {
  .cta {
    padding: 0.8333333333vw 1.875vw;
  }
}
@media (width >= 768px) {
  .cta {
    margin-top: 2vw;
  }
}
@media (width >= 1366px) {
  .cta {
    margin-top: 1vw;
  }
}
.cta.secondary {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  color: #2D2D2D;
}
.cta.secondary:hover {
  border-color: #E4E4E4;
  background-color: #E4E4E4;
  color: #2D2D2D;
}
.cta.primary:hover {
  border-color: #239796;
  background-color: #239796;
}
.cta:hover {
  border-color: #239796;
  background-color: #239796;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header-highlight-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 5vw;
}
@media (width >= 768px) {
  .header-highlight-left {
    height: 2.5vw;
  }
}
.header-highlight-left {
  width: auto;
  transform: translateY(-30%) translateX(-50%);
}

.mini-header {
  font-size: 3.5897435897vw !important;
}
@media (width >= 768px) {
  .mini-header {
    font-size: 1.8229166667vw !important;
  }
}
@media (width >= 1366px) {
  .mini-header {
    font-size: 1.317715959vw !important;
  }
}
@media (width >= 1920px) {
  .mini-header {
    font-size: 0.9375vw !important;
  }
}
.mini-header {
  text-transform: uppercase;
  color: #E39918;
  font-weight: 600;
  margin-bottom: 2vw;
}
@media (width >= 1920px) {
  .mini-header {
    margin-bottom: 1vw;
  }
}

h1.cute-span,
h2.cute-span,
h3.cute-span,
h4.cute-span,
h5.cute-span,
h6.cute-span {
  font-weight: 900;
  font-size: 8.2051282051vw !important;
}
@media (width >= 768px) {
  h1.cute-span,
  h2.cute-span,
  h3.cute-span,
  h4.cute-span,
  h5.cute-span,
  h6.cute-span {
    font-size: 4.1666666667vw !important;
  }
}
@media (width >= 1366px) {
  h1.cute-span,
  h2.cute-span,
  h3.cute-span,
  h4.cute-span,
  h5.cute-span,
  h6.cute-span {
    font-size: 4.6852122987vw !important;
  }
}
@media (width >= 1920px) {
  h1.cute-span,
  h2.cute-span,
  h3.cute-span,
  h4.cute-span,
  h5.cute-span,
  h6.cute-span {
    font-size: 3.3333333333vw !important;
  }
}
h1.cute-span,
h2.cute-span,
h3.cute-span,
h4.cute-span,
h5.cute-span,
h6.cute-span {
  margin-bottom: 2vw;
}
h1.cute-span span,
h2.cute-span span,
h3.cute-span span,
h4.cute-span span,
h5.cute-span span,
h6.cute-span span {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.slick-slider {
  width: 100%;
  margin: 0 auto;
}

.slick-list {
  overflow: visible;
}

.slick-slide {
  box-sizing: border-box;
  height: auto !important;
}
.slick-slide > div {
  outline: none;
}

lite-youtube::before {
  background-image: none !important;
}
lite-youtube > .lty-playbtn {
  background-size: 10vw 10vw !important;
  background-image: url('data:image/svg+xml;url8,<svg width="111" height="111" viewBox="0 0 111 111" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="110.769" height="110.769" rx="50" fill="black" fill-opacity="0.2"/><path d="M71.3845 55.3848L47.3845 69.2412L47.3845 41.5284L71.3845 55.3848Z" fill="white"/> </svg>') !important;
}
lite-youtube {
  width: 100%;
  max-width: 100% !important;
  height: auto;
}

footer {
  margin-top: 0 !important;
}

.customiser-container {
  position: relative;
}
.customiser-container .hammer {
  width: 32vw;
  height: auto;
  position: absolute;
  left: -10%;
  top: -1%;
}
.customiser-container .brush {
  width: 25vw;
  height: auto;
  position: absolute;
  right: -2%;
  top: 0;
}
.customiser-container {
  padding-bottom: 0;
}
.customiser-container .header {
  text-align: center;
}
@media (width >= 1366px) {
  .customiser-container .header .cute-span {
    margin-bottom: 0;
  }
  .customiser-container .header {
    margin-bottom: 3vw;
  }
}
.customiser-container .custcon {
  display: flex;
  gap: 8%;
}
@media (width < 1366px) {
  .customiser-container .custcon {
    flex-direction: column;
    align-items: center;
    gap: 2vw;
  }
}
.customiser-container .custcon .chair-preview {
  position: relative;
  width: 100%;
  margin-left: 10%;
  background: white;
  z-index: 2;
}
@media (width < 431px) {
  .customiser-container .custcon .chair-preview {
    position: sticky;
    top: 2vw;
    align-self: flex-start;
  }
}
@media (width < 1366px) {
  .customiser-container .custcon .chair-preview {
    margin-left: 0;
  }
  .customiser-container .custcon .chair-preview img {
    padding: 0 10%;
    padding-top: calc(4vw + 48px);
  }
}
@media (width >= 768px) {
  .customiser-container .custcon .chair-preview {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}
@media (width >= 1366px) {
  .customiser-container .custcon .chair-preview {
    width: 40%;
  }
}
.customiser-container .custcon .chair-preview #seat-img,
.customiser-container .custcon .chair-preview #frame-img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.customiser-container .custcon .chair-preview #seat-img {
  z-index: 9;
}
.customiser-container .custcon .options {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
}
@media (width < 768px) {
  .customiser-container .custcon .options {
    -webkit-overflow-scrolling: touch;
  }
}
@media (width >= 1366px) {
  .customiser-container .custcon .options {
    width: 50%;
  }
}
.customiser-container .custcon .options .label-label {
  font-weight: 400;
  color: #6C6C6C;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media (width >= 768px) {
  .customiser-container .custcon .options .label-label {
    margin-top: 0;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }
}
@media (width >= 1366px) {
  .customiser-container .custcon .options .label-label {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}
.customiser-container .custcon .options .label {
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 1vw;
}
.customiser-container .custcon .options .dotted-box {
  background-image: url("https://www.merryfair.com/wp-content/themes/bdid/landing-page/rookee/images/rookee/doodle/dotted.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (width < 768px) {
  .customiser-container .custcon .options .dotted-box {
    background-size: 100% 100%;
  }
}
.customiser-container .custcon .options .dotted-box {
  border-radius: 24px;
  width: 100%;
  padding: 2vw 4vw;
  margin-top: 4vw;
}
@media (width >= 768px) {
  .customiser-container .custcon .options .dotted-box {
    background-image: url("https://www.merryfair.com/wp-content/themes/bdid/landing-page/rookee/images/rookee/doodle/dotted-t.webp");
    margin-top: 2vw;
  }
}
@media (width >= 1366px) {
  .customiser-container .custcon .options .dotted-box {
    padding: 1vw 2vw;
    margin-bottom: 2vw;
  }
}
.customiser-container .custcon .options .dotted-box .input-lbl {
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-weight: 600;
  color: #2D2D2D;
}
@media (width >= 1366px) {
  .customiser-container .custcon .options .dotted-box .input-lbl {
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
  }
}
.customiser-container .custcon .options h3 {
  color: #231f20;
  margin-bottom: 0.5vw;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-wrap: balance;
}
@media (width < 768px) {
  .customiser-container .custcon .options h3 {
    margin-bottom: -3vw;
  }
}
.customiser-container .custcon .options h3 span {
  display: inline-block;
  width: 2vw;
  height: 2vw;
  background-color: #30bebc;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 2vw;
  margin-right: 1vw;
}
@media (width < 768px) {
  .customiser-container .custcon .options h3 span {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    margin-right: 2vw;
  }
}
@media (width >= 768px) {
  .customiser-container .custcon .options .btn-group {
    width: 100%;
  }
}
@media (width < 768px) {
  .customiser-container .custcon .options .btn-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.customiser-container .custcon .options .btn-group button {
  width: 12vw;
  height: 12vw;
  margin: 1vw;
  border-radius: 50%;
  border: 3px solid #fff;
  cursor: pointer;
  background: transparent;
  transition: 0.2s;
  font-size: 0;
  position: relative;
}
@media (width >= 768px) {
  .customiser-container .custcon .options .btn-group button {
    width: 6.7708333333vw !important;
    height: 6.7708333333vw !important;
    margin-left: 2.0833333333vw !important;
    margin-right: 2.0833333333vw !important;
  }
}
@media (width >= 1366px) {
  .customiser-container .custcon .options .btn-group button {
    width: 3.8067349927vw !important;
    height: 3.8067349927vw !important;
    margin-left: 1.1713030747vw !important;
    margin-right: 1.1713030747vw !important;
  }
}
@media (width >= 1920px) {
  .customiser-container .custcon .options .btn-group button {
    width: 2.7083333333vw !important;
    height: 2.7083333333vw !important;
    margin-left: 0.8333333333vw !important;
    margin-right: 0.8333333333vw !important;
  }
}
.customiser-container .custcon .options .btn-group button.active {
  border-color: #30bebc !important;
}
.customiser-container .custcon .options .btn-group[data-type=colour] button[data-value=honey] {
  background: #f68720;
  border-color: #f68720;
}
.customiser-container .custcon .options .btn-group[data-type=colour] button[data-value=magenta] {
  background: #a83e89;
  border-color: #a83e89;
}
.customiser-container .custcon .options .btn-group[data-type=colour] button[data-value=olive] {
  background: #949664;
  border-color: #949664;
}
.customiser-container .custcon .options .btn-group[data-type=colour] button[data-value=teal] {
  background: #749198;
  border-color: #749198;
}

.faq .grid-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (width >= 1366px) {
  .faq .grid-container {
    grid-template-columns: 2fr 3fr;
  }
}
@media (width >= 1920px) {
  .faq .grid-container {
    grid-template-columns: 1fr 1fr;
  }
}
.faq .header-highlight-right {
  position: absolute;
  right: 20%;
  top: -10%;
  height: 6vw;
  width: auto;
}
@media (width >= 768px) {
  .faq .header-highlight-right {
    height: 2.5vw;
  }
}
@media (width < 1366px) {
  .faq {
    padding-bottom: 0;
  }
  .faq .img-container {
    order: 1;
    height: 76.9230769231vw;
  }
  .faq .img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}
@media (width >= 1366px) and (width < 1920px) {
  .faq {
    padding-left: 0;
  }
  .faq .img-container img {
    transform: translateX(-15%);
  }
}
@media (width >= 1366px) {
  .faq .img-container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .faq .img-container img {
    height: auto;
    width: 90%;
  }
}
.faq .kontainer .faq-con {
  margin-top: 3vw;
}
.faq .kontainer .faq-con .faq-item {
  background: #ffffff;
  margin-bottom: 1.5vw;
  overflow: hidden;
  border-bottom: 1px solid #d1d5db;
}
@media (width < 768px) {
  .faq .kontainer .faq-con .faq-item {
    padding: 6.1538461538vw 0;
  }
}
.faq .kontainer .faq-con .faq-item p {
  margin-top: 0;
}
.faq .kontainer .faq-con .faq-item .faq-question {
  position: relative;
  padding: 1vw;
  padding-right: 3vw;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media (width < 768px) {
  .faq .kontainer .faq-con .faq-item .faq-question {
    padding: 2vw 9vw 2vw 0;
  }
}
.faq .kontainer .faq-con .faq-item .faq-question h3 {
  font-weight: 600;
  line-height: 1;
}
.faq .kontainer .faq-con .faq-item .con {
  line-height: 1.3;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq .kontainer .faq-con .faq-item .con ul,
.faq .kontainer .faq-con .faq-item .con ol {
  margin-top: 3vw;
  padding-left: 3vw;
}
.faq .kontainer .faq-con .faq-item .con ul li,
.faq .kontainer .faq-con .faq-item .con ol li {
  margin-bottom: 1vw;
}
@media (width < 768px) {
  .faq .kontainer .faq-con .faq-item .con ul li,
  .faq .kontainer .faq-con .faq-item .con ol li {
    margin-bottom: 3vw;
  }
}
.faq .kontainer .faq-con .faq-item .chevron {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%) scale(0.7);
  height: 100%;
  width: 6.1538461538vw;
}
.faq .kontainer .faq-con .faq-item .chevron::before {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%232EBDBC' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  box-sizing: content-box;
}
.faq .kontainer .faq-con .faq-item.active .chevron::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='%232EBDBC' d='M19 13H5v-2h14v2z'/%3e%3c/svg%3e");
  transform: translateY(-50%);
}
.faq .kontainer .faq-con .faq-item.active .con {
  padding: 1vw;
  max-height: 1000px; /* Adjust based on your content */
}
@media (width < 768px) {
  .faq .kontainer .faq-con .faq-item.active .con {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.faq .kontainer .faq-con .faq-item .con p {
  color: #231f20;
}

section.hero {
  --bg-img: url("images/rookee/hero-stroke-m.svg");
}
@media (width >= 768px) {
  section.hero {
    --bg-img: url("images/rookee/hero-stroke.svg");
  }
}
section.hero {
  background-image: var(--bg-img), linear-gradient(to bottom, #faba19 0%, #ff7b00 100%);
  background-size: cover, 100% 300%; /* gradient = 300%, image = cover */
  background-position: center, top; /* gradient anchored at top */
  background-repeat: no-repeat, no-repeat;
  position: relative;
}
section.hero .content {
  padding: 0 3vw;
}
section.hero .content .logo {
  width: 20vw;
  height: auto;
}
section.hero .content .pen {
  width: 13vw;
  transform: translateX(20%) translateY(50%);
}
@media (width >= 768px) {
  section.hero .content .pen {
    width: 6vw;
    transform: translateX(30%) translateY(30%);
  }
}
section.hero .content .pen {
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
section.hero .content .product-title {
  font-size: 20.5128205128vw !important;
}
@media (width >= 768px) {
  section.hero .content .product-title {
    font-size: 15.625vw !important;
  }
}
@media (width >= 1366px) {
  section.hero .content .product-title {
    font-size: 19.7657393851vw !important;
  }
}
@media (width >= 1920px) {
  section.hero .content .product-title {
    font-size: 14.0625vw !important;
  }
}
section.hero .content .product-title {
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
}
section.hero .content .hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width >= 1366px) {
  section.hero .content .hero-grid {
    display: block;
    position: relative;
    width: 81%;
  }
}
@media (width >= 1920px) {
  section.hero .content .hero-grid {
    display: grid;
    grid-template-columns: 2fr 4fr 1fr;
  }
}
section.hero .content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (width >= 1366px) {
  section.hero .content .text {
    padding-left: 0 !important;
    text-align: left;
    transform: translateX(0) translateY(30%);
  }
}
@media (width >= 1920px) {
  section.hero .content .text {
    text-align: left;
    transform: translateX(14%) translateY(-294%);
    margin-left: -3vw;
  }
}
section.hero .content .text {
  padding-left: 1.2vw;
}
section.hero .content .text h1 {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media (width >= 768px) {
  section.hero .content .text h1 {
    padding-top: 1vw;
    padding-bottom: 0.5vw;
  }
}
@media (width < 1366px) {
  section.hero .content .text .subtitle {
    padding-bottom: 4vw;
  }
}
section.hero .content .hero-img-container {
  transform: translateY(0);
  width: 80%;
}
@media (width >= 1366px) {
  section.hero .content .hero-img-container {
    transform: translateX(30%) translateY(-20%);
    width: 70%;
  }
}
@media (width >= 1920px) {
  section.hero .content .hero-img-container {
    transform: translateY(-5.2083333333vw);
    width: 100%;
  }
}
section.hero .content .hero-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.hero {
  padding: 0;
  padding-top: 3vw;
}
section.hero .abs-bg {
  position: absolute;
  bottom: 0;
  transform: translateY(70px);
}
@media (width >= 768px) {
  section.hero .abs-bg {
    transform: translateY(13.0208333333vw);
  }
}
@media (width >= 1366px) {
  section.hero .abs-bg {
    transform: translateY(-2.196193265vw);
  }
}
@media (width >= 1920px) {
  section.hero .abs-bg {
    transform: translateY(7.8125vw);
  }
}
section.hero .abs-bg {
  z-index: 1;
}
section.hero {
  margin-bottom: -7.6923076923vw;
}
@media (width >= 768px) {
  section.hero {
    margin-bottom: -13.0208333333vw;
  }
}
@media (width >= 1366px) {
  section.hero {
    margin-bottom: -23.4260614934vw;
  }
}
@media (width >= 1920px) {
  section.hero {
    margin-bottom: -13.0208333333vw;
  }
}

section.adjust {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
}
@media (width < 1366px) {
  section.adjust .header-highlight-left {
    display: none;
  }
}
section.adjust .header-highlight-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 5vw;
  width: auto;
  transform: translateY(-40%) translateX(0%) rotate(-25deg);
}
@media (width >= 768px) {
  section.adjust .header-highlight-right {
    height: 2.5vw;
  }
}
@media (width >= 1366px) {
  section.adjust .header-highlight-right {
    display: none;
  }
}
section.adjust .rocket,
section.adjust .sun {
  height: auto;
  position: absolute;
}
section.adjust .rocket {
  width: 12vw;
  left: -5%;
  top: 1%;
}
@media (width >= 768px) {
  section.adjust .rocket {
    width: 8vw;
    left: 0;
    top: 10%;
  }
}
section.adjust .sun {
  display: none;
  width: 10vw;
  right: 0;
  top: 10%;
}
@media (width >= 768px) {
  section.adjust .sun {
    width: 13vw;
    display: block;
    top: 0;
    right: 0;
  }
}
section.adjust .content {
  box-sizing: border-box;
  margin-bottom: 5vw;
}
@media (width >= 768px) {
  section.adjust .content h2 {
    margin-left: 10%;
    margin-right: 10%;
  }
  section.adjust .content {
    width: 70%;
  }
}
@media (width >= 1366px) {
  section.adjust .content h2 {
    margin-left: 0;
    margin-right: 0;
  }
  section.adjust .content {
    width: 90%;
  }
}
@media (width >= 1920px) {
  section.adjust .content {
    width: 65%;
  }
}
section.adjust .content {
  text-align: center;
}
section.adjust .content .cta-btn {
  display: flex;
  justify-content: center;
  gap: 1vw;
}

.slick-nav-btn {
  align-items: end;
  justify-content: end;
  display: flex;
  gap: 1vw;
}
.slick-nav-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  height: 4vw;
  width: 4vw;
  border-color: transparent;
  background: #FABA19;
  color: white;
  cursor: pointer;
}
.slick-nav-btn a svg {
  height: 2.5vw;
  width: 2.5vw;
}
.slick-nav-btn a[disabled] {
  background: #F3f3f3;
}
@media (width >= 1920px) {
  .slick-nav-btn a svg {
    width: 0.8854166667vw;
    height: 0.8854166667vw;
  }
  .slick-nav-btn a {
    width: 2.8125vw;
    height: 2.8125vw;
  }
  .slick-nav-btn a:hover svg {
    width: 1.5vw;
    height: 1.5vw;
  }
}

section.problem {
  padding-bottom: 0;
}
section.problem .mag-glass {
  width: 20vw;
  height: auto;
  position: absolute;
  top: 0;
  right: -5%;
}
@media (width >= 768px) {
  section.problem .mag-glass {
    width: 10vw;
    right: -2%;
  }
}
section.problem .header-highlight-right {
  position: absolute;
  right: -2%;
  top: -2%;
  height: 5vw;
  width: auto;
}
@media (width >= 768px) {
  section.problem .header-highlight-right {
    height: 3vw;
    top: -5%;
    left: 10.3ch;
  }
}
@media (width >= 1366px) {
  section.problem .header-highlight-right {
    left: 11ch;
  }
}
@media (width < 768px) {
  section.problem .cute-span {
    width: 15ch;
  }
}
@media (width >= 768px) {
  section.problem .cute-span span {
    display: block;
  }
}
@media (width < 1366px) {
  section.problem .slick-nav-btn {
    display: none;
  }
}
section.problem .problem-swiper {
  margin-top: 6vw;
}
@media (width >= 768px) {
  section.problem .problem-swiper {
    margin-top: 2vw;
  }
}
section.problem .problem-swiper .slick-slide > div {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
section.problem .problem-swiper .slick-slide > div .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  opacity: 0.6;
}
section.problem .problem-swiper .slick-slide > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.problem .problem-swiper .slick-slide > div .text {
  position: absolute;
  bottom: 8%;
  left: 0;
  padding-left: 10%;
  padding-right: 10%;
  color: white;
  font-weight: 600;
}

section.solve > div {
  color: white;
  overflow: hidden;
}
section.solve > div .text {
  position: absolute;
  top: 0;
  margin: 10.2564102564vw;
  left: 0;
  font-size: 6.6666666667vw !important;
}
@media (width >= 768px) {
  section.solve > div .text {
    font-size: 3.3854166667vw !important;
  }
}
@media (width >= 1366px) {
  section.solve > div .text {
    font-size: 2.5622254758vw !important;
  }
}
@media (width >= 1920px) {
  section.solve > div .text {
    font-size: 1.8229166667vw !important;
  }
}
@media (width >= 768px) {
  section.solve > div .text {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding-left: 40%;
  }
}
@media (width >= 1366px) {
  section.solve > div .text {
    padding-right: 1.3%;
  }
}
section.solve > div .text {
  font-weight: 700;
}

section.introduce {
  background-image: url("images/rookee/bg-stage-m.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (width >= 768px) {
  section.introduce {
    background-image: url("images/rookee/bg-stage-t-1280w.webp");
    background-position: top;
  }
}
@media (width >= 1366px) {
  section.introduce {
    background-image: url("images/rookee/bg-stage-l-1920w.webp");
    background-position: top;
  }
}
@media (width >= 1920px) {
  section.introduce {
    background-image: url("images/rookee/bg-stage-d-1920w.webp");
    background-position: top;
    background-size: cover;
  }
}
section.introduce img {
  width: 100%;
  height: auto;
}
section.introduce h2 {
  font-weight: 800;
}
@media (width >= 768px) {
  section.introduce h2 {
    width: 20ch;
    margin-left: auto;
    margin-right: auto;
  }
}
section.introduce .desc {
  margin-top: 1vw;
}
@media (width >= 768px) {
  section.introduce .desc {
    width: 70ch;
    margin-left: auto;
    margin-right: auto;
  }
}

section#howitworks {
  padding-bottom: 0;
}
section#howitworks .star {
  position: absolute;
  right: -8%;
  top: 0;
  width: 25vw;
  height: auto;
}
@media (width >= 768px) {
  section#howitworks .star {
    top: 80%;
    left: 55%;
    transform: translateX(-50%);
  }
}
@media (width >= 1920px) {
  section#howitworks .star {
    width: 15vw;
    top: 70%;
    left: 66%;
    transform: translateX(-50%);
  }
}
section#howitworks h3 {
  font-weight: 800;
}
section#howitworks h3 span:nth-child(2) {
  display: block;
}
@media (width >= 1366px) {
  section#howitworks h3 span:nth-child(2) {
    display: inline;
  }
}
section#howitworks h3 span {
  color: #498ACA;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
section#howitworks .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4vw;
}
@media (width < 1366px) {
  section#howitworks .header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (width >= 768px) {
  section#howitworks .header .cta {
    margin-top: 1vw;
  }
}
section#howitworks .header .cta {
  flex-shrink: 0;
}
section#howitworks .feature-grid > div {
  z-index: 2;
}
section#howitworks .feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8vw;
  margin-top: 6vw;
}
@media (width >= 768px) {
  section#howitworks .feature-grid {
    gap: 2vw;
    row-gap: 4vw;
    grid-template-columns: 1fr 1fr;
  }
}
@media (width >= 1920px) {
  section#howitworks .feature-grid {
    margin-top: 1vw;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
section#howitworks .feature-grid h4 {
  margin-top: 3vw;
}
@media (width >= 768px) {
  section#howitworks .feature-grid h4 {
    margin-top: 2vw;
  }
}
@media (width >= 1920px) {
  section#howitworks .feature-grid h4 {
    margin-top: 1vw;
  }
}
section#howitworks .feature-grid h4 {
  font-weight: 700;
}
section#howitworks .feature-grid p {
  color: #504e4e;
}

section.age {
  padding-bottom: 0;
}
section.age .age-swiper .slick-slide {
  position: relative;
  aspect-ratio: 2/3;
}
@media (width >= 768px) {
  section.age .age-swiper .slick-slide {
    aspect-ratio: 7/9;
  }
}
@media (width >= 1366px) {
  section.age .age-swiper .slick-slide {
    aspect-ratio: 16/9;
  }
}
section.age .age-swiper .slick-slide {
  z-index: 1;
}
section.age .age-swiper .slick-slide .content {
  display: flex;
  height: 100%;
  align-items: flex-end;
}
section.age .age-swiper .slick-slide .bg-img {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (width >= 768px) {
  section.age .age-swiper .slick-slide .bg-img {
    object-position: top;
  }
}
section.age .age-swiper .slick-slide .overlay {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, #000000 100%);
  opacity: 0.7;
}
section.age .age-swiper .slick-slide .age-badge {
  z-index: 4;
  position: absolute;
  top: 5%;
  right: 5%;
  width: 24.6153846154vw;
  height: auto;
}
@media (width >= 768px) {
  section.age .age-swiper .slick-slide .age-badge {
    top: 6%;
    right: 6%;
    width: 20vw;
    height: 20vw;
  }
}
@media (width >= 1366px) {
  section.age .age-swiper .slick-slide .age-badge {
    top: 14%;
    right: 16%;
    width: 11vw;
    height: 11vw;
  }
}
section.age .age-swiper .slick-slide .text {
  position: relative;
  z-index: 5;
  color: white;
  padding-left: 10vw;
  padding-bottom: 5vw;
}
@media (width >= 768px) {
  section.age .age-swiper .slick-slide .text {
    width: 60%;
    padding-left: 5vw;
    padding-bottom: 10vw;
  }
}
section.age .age-swiper .slick-slide .text .title {
  font-weight: 800;
}
section.age .age-swiper .slick-slide .text .content {
  margin-top: 1vw;
}

section.detail-view {
  position: relative;
}
@media (width < 1366px) {
  section.detail-view {
    padding-bottom: 0;
  }
}
section.detail-view .crayon {
  width: 18vw;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media (width >= 768px) {
  section.detail-view .crayon {
    width: 10vw;
    right: 2%;
    top: 2%;
  }
}
section.detail-view .puzzle {
  width: 40vw;
  height: auto;
  position: absolute;
  left: -23%;
  top: -1%;
}
@media (width >= 768px) {
  section.detail-view .puzzle {
    width: 15vw;
    left: 0;
    top: 0;
  }
}
section.detail-view h3 {
  font-weight: 800;
  margin-bottom: 2vw;
}
@media (width >= 768px) {
  section.detail-view h3 {
    width: 15ch;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (width >= 1366px) {
  section.detail-view h3 {
    width: 100%;
  }
}
section.detail-view .one-page-details {
  display: none;
}
@media (width >= 1366px) {
  section.detail-view .one-page-details {
    display: block;
  }
}
section.detail-view .two-page-details {
  display: block;
}
@media (width >= 1366px) {
  section.detail-view .two-page-details {
    display: none;
  }
}

section.love {
  position: relative;
  background-color: #faf6e6;
  background-image: url("images/rookee/bg-parents-m.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (width >= 768px) {
  section.love {
    background-image: url("images/rookee/bg-parents-t-1280w.webp");
    background-position: top;
  }
}
@media (width >= 1366px) {
  section.love {
    background-image: url("images/rookee/bg-parents-l-1920w.webp");
    background-position: top;
  }
}
@media (width >= 1920px) {
  section.love {
    background-image: url("images/rookee/bg-parents-d-1920w.webp");
    background-position: top;
    background-size: cover;
  }
}
section.love .love {
  width: 32vw;
  height: auto;
  position: absolute;
  right: -12%;
  top: 4%;
}
section.love h2 {
  font-weight: 800;
  width: 20ch;
}
section.love h2 span {
  color: #FF5833;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
section.love .cardd {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2vw;
  text-align: center;
}
@media (width >= 431px) {
  section.love .cardd {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width >= 1920px) {
  section.love .cardd {
    text-align: left;
    grid-template-columns: repeat(4, 1fr);
  }
}
section.love .cardd > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.love .cardd img {
  width: 30.7692307692vw;
  aspect-ratio: 1/1;
  --ty: 8vw;
  transform: translateY(var(--ty));
  transition: transform 0.3s ease;
  align-self: center;
}
@media (width >= 768px) {
  section.love .cardd img {
    width: 16vw;
    --ty: 6vw;
  }
}
@media (width >= 1366px) {
  section.love .cardd img {
    margin-left: 2vw;
    width: 7.2916666667vw;
    --ty: 2vw;
    margin-bottom: -1vw;
  }
}
@media (width >= 1920px) {
  section.love .cardd img {
    align-self: start;
  }
}
section.love .cardd img {
  transform-origin: bottom right;
}
section.love .cardd img:hover {
  animation: tilt 1s ease forwards;
}
@keyframes tilt {
  0% {
    transform: translateY(var(--ty)) rotate(0deg);
  }
  30% {
    transform: translateY(var(--ty)) rotate(15deg);
  }
  100% {
    transform: translateY(var(--ty)) rotate(0deg);
  }
}
section.love .cardd .txt-container {
  color: white;
  padding: 6vw 4vw 4vw;
  flex-grow: 1;
}
@media (width >= 1366px) {
  section.love .cardd .txt-container {
    padding: 4vw 4vw 3vw;
  }
}
@media (width >= 1920px) {
  section.love .cardd .txt-container {
    padding: 4vw 1vw;
  }
}
section.love .cardd .txt-container .title {
  font-weight: 700;
}
section.love .cardd .txt-container .desc {
  margin-top: 2vw;
  line-height: 1.5;
}
@media (width >= 768px) {
  section.love .cardd .txt-container .desc {
    margin-top: 1vw;
  }
}

section.dimension {
  padding-bottom: 0;
}
section.dimension img {
  margin-top: 6vw;
}
@media (width >= 768px) {
  section.dimension img {
    margin-top: 3vw;
  }
}
section.dimension .cute-span {
  margin-bottom: 0;
}
section.dimension .cute-span span {
  display: block;
}
@media (width >= 768px) {
  section.dimension .cute-span span {
    display: inline;
  }
}
@media (width >= 768px) and (width < 1366px) {
  section.dimension p {
    width: 65%;
  }
}
@media (width >= 1920px) {
  section.dimension p {
    padding-left: 30%;
  }
}
section.dimension .grid-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (width >= 1366px) {
  section.dimension .grid-container {
    grid-template-columns: 1fr 1fr;
  }
}
section.dimension .grid-container {
  align-items: end;
}

section.cert .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 5vw;
  gap: 4vw;
}
@media (width >= 768px) {
  section.cert .grid-container {
    grid-template-columns: 1fr 1fr;
    margin-top: 2vw;
    gap: 1vw;
  }
}
section.cert .grid-container .cardd {
  background: #F3f3f3;
  text-align: center;
  padding: 6vw 8vw;
}
@media (width >= 768px) {
  section.cert .grid-container .cardd {
    padding: 2vw 4vw;
  }
}
section.cert .grid-container .cardd .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4vw;
}
@media (width >= 768px) {
  section.cert .grid-container .cardd .img-container {
    gap: 1vw;
    flex-direction: row;
  }
}
section.cert .grid-container .cardd .img-container img {
  width: auto;
  height: 17.4358974359vw;
}
@media (width >= 768px) {
  section.cert .grid-container .cardd .img-container img {
    height: 8.8541666667vw;
  }
}
@media (width >= 1366px) {
  section.cert .grid-container .cardd .img-container img {
    height: 7.3206442167vw;
  }
}
@media (width >= 1920px) {
  section.cert .grid-container .cardd .img-container img {
    height: 5.2083333333vw;
  }
}
section.cert .grid-container .cardd .img-container img.vertical {
  width: 32.8205128205vw;
  height: auto;
}
@media (width >= 768px) {
  section.cert .grid-container .cardd .img-container img.vertical {
    width: 8.8541666667vw;
  }
}
@media (width >= 1366px) {
  section.cert .grid-container .cardd .img-container img.vertical {
    width: auto;
    height: 7.3206442167vw;
  }
}
@media (width >= 1920px) {
  section.cert .grid-container .cardd .img-container img.vertical {
    width: auto;
    height: 5.2083333333vw;
  }
}
section.cert .grid-container .cardd .title {
  margin-top: 3vw;
  font-weight: 700;
}
@media (width >= 1920px) {
  section.cert .grid-container .cardd .title {
    margin-top: 1.5vw;
  }
}
section.cert .grid-container .cardd .desc {
  margin-top: 1vw;
  line-height: 1.5;
  color: #777777;
}
@media (width < 1366px) {
  section.cert table {
    display: none;
  }
}
section.cert table {
  width: 100%;
  margin-top: 4vw;
  border-collapse: separate;
  border-spacing: 0 1vw;
}
section.cert table td:first-child {
  border-top-left-radius: 0.8vw;
  border-bottom-left-radius: 0.8vw;
}
section.cert table td:last-child {
  border-top-right-radius: 0.8vw;
  border-bottom-right-radius: 0.8vw;
}
section.cert table thead {
  font-weight: 700;
}
section.cert table thead td {
  background: #4A87CB;
}
section.cert table thead {
  color: white;
}
section.cert table tbody {
  color: black;
}
section.cert table tbody tr:nth-child(odd) td {
  background: #f0f7ff;
}
section.cert table tbody tr:nth-child(even) td {
  background: #F3f3f3;
}
section.cert table td {
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
}

section.guide {
  background-color: #faf6e6;
  background-image: url("images/rookee/bg-guide-m.webp");
}
@media (width >= 768px) {
  section.guide {
    background-image: url("images/rookee/bg-guide-t-1280w.webp");
  }
}
@media (width >= 1366px) {
  section.guide {
    background-image: url("images/rookee/bg-guide-l-1920w.webp");
  }
}
@media (width >= 1920px) {
  section.guide {
    background-image: url("images/rookee/bg-guide-d-1920w.webp");
  }
}
section.guide {
  background-size: cover;
  background-position: top;
  position: relative;
}
@media (width >= 768px) {
  section.guide h2 {
    width: 20%;
  }
}
section.guide .header-highlight-right {
  position: absolute;
  right: 8%;
  top: -5%;
  height: 6vw;
  width: auto;
}
@media (width >= 768px) {
  section.guide .header-highlight-right {
    height: 2.5vw;
  }
}
section.guide .ruler {
  width: 40vw;
  height: auto;
  position: absolute;
  right: -28%;
  top: 5%;
}
section.guide .cardd {
  margin-top: 2vw;
  padding: 4vw;
  padding-right: 0;
}
@media (width >= 768px) {
  section.guide .cardd {
    padding: 3vw;
    padding-right: 0;
  }
}
@media (width >= 1366px) {
  section.guide .cardd {
    padding: 1vw;
    padding-right: 0;
  }
}
section.guide .cardd {
  color: white;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
section.guide .cardd .content {
  position: absolute;
  right: 0;
  bottom: 10%;
  padding: 1vw 1vw 3vw 6vw;
}
@media (width >= 768px) {
  section.guide .cardd .content {
    padding: 1vw 1vw 2vw 4vw;
  }
}
@media (width >= 1366px) {
  section.guide .cardd .content {
    padding: 1vw 1.4vw;
  }
}
section.guide .cardd .content {
  z-index: 2;
  text-wrap: balance;
}
section.guide .cardd span {
  z-index: 1;
  font-weight: bold;
  line-height: 0.7;
  font-size: 46.1538461538vw !important;
}
@media (width >= 768px) {
  section.guide .cardd span {
    font-size: 26.0416666667vw !important;
  }
}
@media (width >= 1366px) {
  section.guide .cardd span {
    font-size: 25.6222547584vw !important;
  }
}
@media (width >= 1920px) {
  section.guide .cardd span {
    font-size: 18.2291666667vw !important;
  }
}
section.guide .cardd span {
  transform: translateY(13%);
}
section.guide .guide-grid {
  margin-bottom: 4vw;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 16vw;
}
@media (width >= 768px) {
  section.guide .guide-grid {
    column-gap: 2vw;
    margin-top: 2vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 1366px) {
  section.guide .guide-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.guide lite-youtube {
  margin-top: 6vw;
}

@media (width < 768px) {
  section.chair-slider .header {
    text-align: center;
  }
  section.chair-slider .header div {
    margin-top: 3vw;
  }
}
@media (width >= 1366px) {
  section.chair-slider .header {
    width: 100%;
  }
  section.chair-slider .header h2 {
    font-size: 4.4444444444vw !important;
  }
}
@media (width >= 1920px) {
  section.chair-slider .header {
    width: 70%;
  }
  section.chair-slider .header div {
    line-height: 1;
  }
}
section.chair-slider .chair-swiper {
  margin-top: 4vw;
}
@media (width >= 768px) {
  section.chair-slider .chair-swiper {
    margin-top: 6vw;
  }
}
@media (width >= 1920px) {
  section.chair-slider .chair-swiper {
    margin-top: 2vw;
  }
}
section.chair-slider .grid-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
section.chair-slider .grid-container .slick-nav-btn {
  display: none;
}
@media (width >= 768px) {
  section.chair-slider .grid-container {
    justify-content: center;
    padding-left: 25%;
    padding-right: 25%;
    text-align: center;
  }
}
@media (width >= 768px) and (width >= 1366px) {
  section.chair-slider .grid-container {
    padding-left: var(--padding-x);
    padding-right: var(--padding-x);
    text-align: start;
  }
}
@media (width >= 1366px) {
  section.chair-slider .grid-container .slick-nav-btn {
    display: flex;
  }
  section.chair-slider .grid-container {
    grid-template-columns: 9fr 3fr;
  }
}
section.chair-slider .slick-slide {
  overflow: hidden;
  position: relative;
  aspect-ratio: 25/33;
  z-index: 1;
  margin-top: 4vw;
}
@media (width >= 768px) {
  section.chair-slider .slick-slide {
    margin-top: 6vw;
  }
}
section.chair-slider .slick-slide .cardd {
  display: flex;
  height: 100%;
  align-items: flex-start;
  font-weight: bold;
  margin-top: 0;
  padding-left: 3vw;
  padding-top: 3vw;
}
@media (width < 768px) {
  section.chair-slider .slick-slide .cardd {
    padding-top: 5.1282051282vw;
    padding-left: 5.1282051282vw;
  }
}
section.chair-slider .slick-slide .bg-img {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.chair-slider .slick-slide .overlay {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
}
@media (width >= 768px) {
  section.chair-slider .slick-slide .overlay {
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  }
}
section.chair-slider .slick-slide .text {
  width: 60%;
  position: relative;
  z-index: 5;
  color: white;
}
section.chair-slider .slick-slide .text .title {
  font-weight: 600;
  color: #2EBDBC;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media (width < 768px) {
  section.chair-slider .slick-slide .text .content {
    margin-top: 1vw;
  }
}
@media (width >= 1366px) {
  section.chair-slider .slick-slide .text .content {
    font-size: 2.5622254758vw !important;
  }
}
@media (width >= 1920px) {
  section.chair-slider .slick-slide .text .content {
    font-size: 1.8229166667vw !important;
  }
}

section.chair-for-childhood {
  background: #498ACA;
  color: white;
  padding: 0;
}
section.chair-for-childhood .header-highlight-right {
  position: absolute;
  right: -12%;
  top: 5%;
  height: 5vw;
  width: auto;
  transform: translateX(0%);
}
@media (width >= 768px) {
  section.chair-for-childhood .header-highlight-right {
    height: 2.7vw;
    right: -8%;
    top: 0;
  }
}
@media (width >= 1366px) {
  section.chair-for-childhood .header-highlight-right {
    display: none;
  }
}
@media (width < 768px) {
  section.chair-for-childhood {
    padding-bottom: 0;
  }
}
section.chair-for-childhood {
  position: relative;
}
section.chair-for-childhood .text-content {
  position: absolute;
  top: 0;
  margin-top: 10vw;
}
section.chair-for-childhood .text-content .cute-span {
  display: inline;
}
@media (width >= 768px) {
  section.chair-for-childhood .text-content .cute-span {
    display: block;
    width: 15.9ch;
  }
  section.chair-for-childhood .text-content {
    margin-top: 6vw;
    width: 65%;
  }
}
section.chair-for-childhood .btn-container {
  display: flex;
  gap: 2vw;
}
@media (width >= 1920px) {
  section.chair-for-childhood .desc {
    width: 80%;
  }
  section.chair-for-childhood .btn-container {
    gap: 1vw;
  }
}

section.offices {
  padding-bottom: 0;
}
@media (width < 1920px) {
  section.offices .slick-nav-btn {
    display: none;
  }
}
@media (width >= 768px) {
  section.offices .header h2 {
    width: 50%;
  }
  section.offices .header {
    width: 70%;
  }
}
@media (width >= 1366px) {
  section.offices .header h2 {
    width: 100%;
  }
  section.offices .header {
    width: 88%;
  }
}
@media (width >= 1920px) {
  section.offices .header {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  section.offices .header .desc {
    width: 60%;
  }
}
section.offices .office-swiper {
  margin-top: 5vw;
}
@media (width >= 768px) {
  section.offices .office-swiper {
    margin-top: 5vw;
  }
}
@media (width >= 1366px) {
  section.offices .office-swiper {
    margin-top: 3vw;
  }
}
section.offices .office-swiper .cardd {
  overflow: hidden;
  display: block;
  position: relative;
  height: 84.1025641026vw;
}
@media (width >= 768px) {
  section.offices .office-swiper .cardd {
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media (width >= 1366px) {
  section.offices .office-swiper .cardd {
    height: 43.9238653001vw;
  }
}
@media (width >= 1920px) {
  section.offices .office-swiper .cardd {
    height: 36.4583333333vw;
  }
}
section.offices .office-swiper .cardd {
  width: 100%;
}
section.offices .office-swiper .cardd img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.offices .office-swiper .cardd .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  opacity: 0.75;
}
section.offices .office-swiper .cardd .label {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: white;
  font-weight: bold;
}
@media (width >= 1366px) {
  section.offices .office-swiper .cardd .label {
    font-size: 2.5622254758vw !important;
  }
}
@media (width >= 1920px) {
  section.offices .office-swiper .cardd .label {
    font-size: 3.3333333333vw !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

section.explore .slick-slide {
  height: 179.4871794872vw !important;
}
@media (width >= 768px) {
  section.explore .slick-slide {
    height: 78.125vw !important;
  }
}
@media (width >= 1366px) {
  section.explore .slick-slide {
    height: 42.5694444444vw !important;
  }
}
@media (width >= 1920px) {
  section.explore .slick-slide {
    height: 33.8541666667vw !important;
  }
}
section.explore .slick-slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
section.explore .slick-slide .bg-img {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.explore .slick-slide .overlay {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
@media (width >= 1366px) {
  section.explore .slick-slide .overlay {
    background: none;
  }
}
section.explore .slick-slide .content {
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 8vw var(--padding-x);
}
@media (width >= 1366px) {
  section.explore .slick-slide .content {
    align-items: center;
    justify-content: start;
    padding-left: 32vw;
  }
}
@media (width >= 1920px) {
  section.explore .slick-slide .content {
    padding-left: 40vw;
  }
}
section.explore .slick-slide .content .text {
  color: white;
  position: relative;
  z-index: 4;
}
section.explore .slick-slide .content .title {
  font-weight: 700;
  margin-bottom: 1vw;
}

.full-page-swiper {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.full-page-swiper .custom-slick-prev,
.full-page-swiper .custom-slick-next {
  background: rgba(0, 0, 0, 0.5);
}
.full-page-swiper .custom-slick-prev svg,
.full-page-swiper .custom-slick-next svg {
  width: 3.5897435897vw;
  height: 3.5897435897vw;
}
.full-page-swiper .custom-slick-prev,
.full-page-swiper .custom-slick-next {
  width: 12.8205128205vw;
  height: 12.8205128205vw;
}
.full-page-swiper .custom-slick-prev:hover,
.full-page-swiper .custom-slick-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
@media (width >= 768px) {
  .full-page-swiper .custom-slick-prev svg,
  .full-page-swiper .custom-slick-next svg {
    width: 4vw;
    height: 4vw;
  }
  .full-page-swiper .custom-slick-prev,
  .full-page-swiper .custom-slick-next {
    width: 6vw;
    height: 6vw;
  }
  .full-page-swiper .custom-slick-prev:hover svg,
  .full-page-swiper .custom-slick-next:hover svg {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media (width >= 1366px) {
  .full-page-swiper .custom-slick-prev svg,
  .full-page-swiper .custom-slick-next svg {
    width: 2vw;
    height: 2vw;
  }
  .full-page-swiper .custom-slick-prev,
  .full-page-swiper .custom-slick-next {
    width: 4vw;
    height: 4vw;
  }
  .full-page-swiper .custom-slick-prev:hover svg,
  .full-page-swiper .custom-slick-next:hover svg {
    width: 1.5vw;
    height: 1.5vw;
  }
}
.full-page-swiper .custom-slick-prev,
.full-page-swiper .custom-slick-next {
  position: absolute;
  border-radius: 100%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
}
.full-page-swiper .custom-slick-prev {
  left: 5%;
  cursor: pointer;
}
.full-page-swiper .custom-slick-next {
  right: 5%;
  cursor: pointer;
}

section:not(.full-page-swiper) .slick .slick-slide {
  --gap: 2.0512820513vw;
}
@media (width >= 768px) {
  section:not(.full-page-swiper) .slick .slick-slide {
    --gap: 1.3020833333vw;
  }
}
@media (width >= 1366px) {
  section:not(.full-page-swiper) .slick .slick-slide {
    --gap: 0.7320644217vw;
  }
}
@media (width >= 1920px) {
  section:not(.full-page-swiper) .slick .slick-slide {
    --gap: 0.5208333333vw;
  }
}
section:not(.full-page-swiper) .slick .slick-slide {
  margin: 0 var(--gap);
}

.text-16, section#howitworks .feature-grid p, section.age .age-swiper .slick-slide .text .content, section.love .cardd .txt-container .desc, section.cert .grid-container .cardd .desc, section.guide .cardd, section.explore .slick-slide .content .post {
  line-height: 1.625;
}

/*# sourceMappingURL=landing-rookee.css.map */
