:root {
    --font-montserrat: Montserrat;
    --font-inter: Inter;
    --body-sm-size-14-medium: "Avenir Next";
    --font-size-xl: 20px;
    --font-size-lg: 18px;
    --font-size-6xl: 25px;
    --font-size-5xs-8: 7.8px;
    --font-size-smi-8: 12.8px;
    --font-size-21xl: 40px;
    --font-size-3xl: 22px;
    --body-sm-size-14-medium-size: 14px;
    --font-size-base: 16px;
    --color-white: #fff;
    --color-black: #000;
    --color-tomato: #f16642;
    --color-gray: #18181d;
    --color-lightseagreen-100: #00adbc;
    --color-steelblue: #5a87c6;
    --color-gold-100: #ffc425;
    --gap-base: 16px;
    --gap-5xl: 24px;
    --padding-5xs: 8px;
    --br-8xs: 5px;
    --br-xl: 20px;
    --br-81xl: 100px;
}

html, body {
    width: 100%;
    overflow-x: clip;
    margin: 0;
    padding: 0;
}

body {
    font-size: 20px;
}

.eel-modal {
  display: none;
  position: fixed;
  z-index: 1024;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.eel-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0 20px 40px 20px;
  border: 1px solid #888;
  width: 100%;
  position: sticky;
  top: 100px;
  max-width: 900px;
  border-radius: 10px;
}

.eel-modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.eel-modal-close:hover,
.eel-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#main {
    overflow-x: hidden;
}

/* Banner and Menu */
.new-home-main {
    background-color: var(--color-white);
    font-size: var(--font-size-xl);
    color: var(--color-black);
    font-family: var(--font-montserrat);
}

.home-section {
    font-family: var(--font-montserrat) !important;
    font-size: var(--font-size-6xl);
    padding: 45px 0;
}

.section-header-title {
    font-weight: 800;
    margin-bottom: 20px;
}

.section-header-title-small {
    font-size: clamp(2.2rem, 1.8rem + 1.3vw, 3.3rem);
    line-height: 30.5px;
}

.section-header-title-large {
    font-size: clamp(2.9rem, 2.1rem + 1.7vw, 4.1rem);
    line-height: 34px;
}

.section-p-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.btn-get-demo {
    text-align: center;
    background-color: var(--color-tomato);
    color: var(--color-white);
    line-height: 30px;
    font-weight: 600;
    padding: 8px 15px;
    font-size: 1.6rem;
    width: 130px;
    margin-bottom: 15px;
    z-index: 1;
}

.get-demo-input {
    font-family: var(--font-montserrat) !important;
    font-size: 1.6rem;
    min-height: 55px;
}

.get-demo-trigger {
    position: absolute;
    top: 65px;
    right: 1px;
    width: 100%;
}

.btn-get-demo:hover, .btn-get-demo:focus {
    color: var(--color-white) !important;
    background-color: #BE4E31 !important;
}

.secondary-btn-link {
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    padding: 8px;
    font-size: 1.8rem;
    width: 164px;
    text-decoration: underline !important;
    color: #000;
}

.secondary-btn-link-home {
    text-align: left !important;
    padding: 15px 15px 0 0 !important;
    margin-top: 45px !important;
}

.link-shop-now {
    text-decoration: underline !important;
    line-height: 24px;
    font-weight: 600;
}

.new-home-container {
    padding-left: 60px;
    padding-right: 60px;
}

section {
    padding: 0;
}

.section-divider {
    height: 32px;
}

.learning-teaching-divider {
    background-color: var(--color-gold-100);
}

.unboxing-divider {
    background-color: #9561A8;
}

#unboxing-thumbnail {
    cursor: pointer;
    border-radius: 26px;
    transition: box-shadow .3s;
}

.children-img-container {
    min-height: 210px;
}

#unboxing-thumbnail:hover {
    box-shadow: #CDC096 0px 13px 27px -5px, #CDC096 0px 8px 16px -8px;
}

.wheel-divider {
    background-color: #5A87C6;
}

.digitally-divider {
    background-color: #00ADBC;
}

.youtube-iframe-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(500px, 100%);
}

#youtube-iframe-video {
    border-radius: 5px;
    margin: 0;
}

.bottom-btns-container {
    display: flex;
    padding-left: 0;
    padding-right: 0;
}

.bottom-btns-container-iframe {
    display: flex;
    margin-bottom: 0 !important;
}

.bottom-btns-container-text {
    display: none;
}

.article-container {
    max-width: var(--std-max-width);
}

.container-fluid.article-container {
    padding-left: 8px;
    padding-right: 8px;
}

.half-bw-wheel {
    padding: 0;
    margin-right: -15px;
}

.full-bw-wheel-container {
    justify-content: center;
    align-items: center;
    display: none;
}

.children-card:hover {
    -webkit-transform:scale(1.04);
    -moz-transform:scale(1.04);
    -ms-transform:scale(1.04);
    -o-transform:scale(1.04);
    transform:scale(1.04);
    box-shadow: 0px 9px 25px 0px rgba(167, 199, 201, 1);
}

.children-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    background-color: #FFF;
    border-radius: 18px;
    min-width: 250px;
    min-height: 400px;
    padding: 25px 15px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.children-cards-container > a {
    color: inherit;
    text-decoration: none;
}

.children-cards-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.children-card-section {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    text-align: center;
}

.children-card-img {
    border-radius: 50%;
    border: 9px solid;
}

.btn-experience-product {
    width: 90%;
}

.children-card-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
}

.children-card-text {
    font-size: 18px;
    font-weight: 500;
}

footer.homepage-footer {
    background-color: #1e2549;
    text-align: center;
    color: var(--color-white) !important;
    font-family: var(--font-montserrat) !important;
    font-size: 1.6rem;
}

.curriculum-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.frame-inner {
    position: relative;
    border-radius: var(--br-81xl);
    width: 40px;
    height: 4px;
}

.our-curriculum-system {
    color: var(--color-white) !important;
    margin-bottom: 25px;
}

.footer-subtitle {
    margin-top: 30px;
}

.eel-footer-divider-inner {
    border-top: 1px solid #FFF;
    width: 100%;
    opacity: 0.2;
    margin: 25px auto 0 auto;
}

.eel-icon {
    object-fit: cover;
    width: 160px;
    max-width: 100%;
    height: 2.38%;
    max-height: 100%;
    inset: 80.76% 30.38% 16.86% 30.4%;
    overflow: hidden;
}

.footer-bottom {
    margin-top: 25px;
    padding: 30px 0;
    min-width: 25%;
}

.footer-social-icon {
    width: 50px;
}

.eel-social-icons {
    margin-bottom: 70px;
}

.footer-container {
    padding: 50px 15px;
    display: flex;
}

.footer-container-above {
    flex-direction: column;
}

.footer-container-below {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.eel-social-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.outer-std-padding {
    padding-left: 50px;
    padding-right: 50px;
}

.article-row {
    display: flex;
    flex-wrap: wrap;
}

.article-side-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.youtube-iframe-container {
    margin-bottom: 25px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.d-flex {
    display: flex;
}

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

img.reviews-double-quote {
    width: 31px !important;
    margin-bottom: 20px;
}

.wpsisac-slide-title {
    display: none;
}

.wpsisac-slick-slider span.slick-prev, .wpsisac-slick-slider span.slick-prev:hover, .wpsisac-slick-slider span.slick-prev:focus {
    background: rgba(255, 255, 255, 0.7) url('/wp-content/themes/kleo/assets/img/carousel-arrow-left.png') center center no-repeat !important;
    background-size: contain !important;
}

.wpsisac-slick-slider span.slick-next, .wpsisac-slick-slider span.slick-next:hover, .wpsisac-slick-slider span.slick-next:focus {
    background: rgba(255, 255, 255, 0.7) url('/wp-content/themes/kleo/assets/img/carousel-arrow-right.png') center center no-repeat !important;
    background-size: contain !important;
}

.wpsisac-slider-short-content {
    min-height: 280px;
}

.wpsisac-slider-short-content > p {
    font-size: 20px !important;
    line-height: 32px;
    font-family: var(--font-montserrat);
}

.wpsisac-slider-short-content > p > strong {
    font-weight: 800;
}

.slick-prev:before, .slick-next:before {
    content: unset;
}

#unboxing-panel-container, #unboxing-panel-watch-container {
    display: none;
}

.digital-features-list {
    padding-left: 15px;
}

.reviews-title {
    margin-bottom: 30px;
}

.wpsisac-content-right > img {
    border-radius: 15px;
}

/* .wpsisac-slick-slider.design-4 .slick-arrow {
    top: 80% !important;
} */

.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left {
    padding-bottom: 20px;
    padding-top: 0 !important;
    padding: 0 10px 20px 0;
}

.wpsisac-content-right.wp-medium-5.wpcolumns {
    padding-left: 0;
    padding-right: 0;
}

.wpsisac-slick-slider.design-4 .wpsisac-slide-wrap {
    margin-bottom: 30px;
}

.wpsisac-slick-slider button.slick-prev,
.wpsisac-slick-slider button.slick-prev:hover,
.wpsisac-slick-slider button.slick-prev:focus {
    background: rgba(255, 255, 255, 0) url('/wp-content/themes/kleo/assets/img/carousel-arrow-left.png') center center no-repeat !important;
    background-size: contain !important;
}

.wpsisac-slick-slider button.slick-next,
.wpsisac-slick-slider button.slick-next:hover,
.wpsisac-slick-slider button.slick-next:focus {
    background: rgba(255, 255, 255, 0) url('/wp-content/themes/kleo/assets/img/carousel-arrow-right.png') center center no-repeat !important;
    background-size: contain !important;
}

.wpsisac-slide-wrap.wpcolumns {
    padding-left: 15px;
    padding-right: 15px;
}

.wpsisac-slider-short-content:before {
    content: "";
    display: block;
    background: url("/wp-content/themes/kleo/assets/img/reviews-double-quote.png") no-repeat;
    width: 31px;
    height: 20px;
    margin-bottom: 10px;
}

.home-menu-nav {
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Montserrat';
    font-size: 1.8rem;
    font-weight: 600;
}

#unboxing-video-div {
    max-width: 900px;
}

.section-p-text > a {
    color: inherit;
}

.front-form-label {
    flex-basis: calc(50% - 10px) !important;
    flex-grow: 1 !important;
}

.front-form-label:nth-child(5) {
    align-self: center;
}


@media (min-width: 576px) {
    .eel-modal-content {
        width: 60%;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .wpsisac-slider-short-content > p {
        padding-right: 45px !important;
    }

    .secondary-btn-link-home {
        margin-bottom: 35px;
    }

    #responsive-unboxing-panel-container, #unboxing-modal-open-responsive {
        display: none;
    }

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

    .youtube-iframe-container {
        top:50%;
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
        margin-bottom: 0;
    }

    .article-side-img {
        padding-left: 0;
        padding-right: 0;
    }

    .bottom-btns-container-text {
        display: flex;
    }

    .full-bw-wheel {
        padding-top: 35px;
    }

    .bottom-btns-container-iframe {
        display: none;
    }

    .full-bw-wheel-container {
        display: flex;
    }

    .section-p-text {
        font-size: var(--font-size-xl);
    }

    .shop-now-link, #unboxing-panel-container, #unboxing-panel-watch-container {
        display: inline-block;
    }

    .article-left-column {
        padding-left: 3.5rem;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .get-demo-trigger {
        top: 8px;
        right: 3px;
    }

    .btn-get-demo {
        width: 130px;
    }

    .secondary-btn-link {
        margin-top: 0;
        padding-top: 12px;
    }

    .secondary-btn-link-home {
        margin-top: 5px !important;
    }

    .get-demo-input {
        margin-bottom: 0 !important;
    }
    
    .wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left {
        padding: 30px 0;
    }

    .section-header-title-large {
        line-height: 50px;
    }

    .wpsisac-slick-slider-wrp.wpsisac-clearfix {
        padding-left: 25px;
        padding-right: 25px;
    }

    .wpsisac-slick-slider.design-4 .wpsisac-slide-wrap {
        margin-bottom: 45px;
    }

    .wpsisac-slide-wrap.wpcolumns {
        padding-left: 45px;
        padding-right: 45px;
    }

    .article-left-column {
        padding-left: 3.5rem;
    }

    .article-right-column {
        padding-right: 3.5rem;
    }

    .article-side-img {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-optional-text {
        display: inline;
    }

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

    .footer-container-above {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-container-below {
        flex-direction: row;
    }

    .eel-social-container {
        flex-direction: row;
        justify-content: space-around;
    }

    .eel-social-icons {
        margin-bottom: 0;
    }

    .eel-icon-container {
        order: 1;
        text-align: start;
    }

    .eel-social-icons {
        order: 3;
    }

    .eel-licence {
        order: 2;
    }

    .section-header-title-small {
        line-height: 35px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .section-header-title-small {
        line-height: 40px;
    }

    .article-left-column {
        padding-left: 6rem;
    }

    .article-right-column {
        padding-right: 6rem;
    }
}

/* Extra Large devices */
@media (min-width: 1400px) {

}

@media only screen and (max-width: 991px) and (min-width: 768px)  {

}