/* HIDE PREVIEW CONTAINER */
div[class*="PreviewCalendar_previewContainer"] {
    display: none;
}

html {
    scroll-behavior: smooth;
}


/* HOW IT WORKS */
#how-it-works {
    background: linear-gradient(180deg, #0c0c0c 0%, #232830 100%);
    overflow:hidden;
}

#how-it-works-wrapper {
    padding: 2rem 1rem;
    max-height: 1400px;
}

#how-it-works-section-header {
    display: flex;
    flex-direction: column;
    color:#fff;
}

#how-it-works-section-header>.section-title {
    margin-bottom: 0.25rem;
}

#how-it-works-section-header .section-title {
    font-size: 2.31rem;
    line-height: 1;
    margin-bottom: 3rem;
    text-align:center;
}

#how-it-works-section-header .section-subtitle{
    color:rgb(236, 232, 26);
    font-size:0.875rem;
    font-weight:600;
    letter-spacing:.2rem;
    text-align:center;
}

#how-it-works-carousel {
    display: none;
    color: #fff;
    margin-left: -1rem;
    margin-right: -1rem;
}

#how-it-works-carousel .slick-track {
    display: flex;
}

#how-it-works-carousel .carousel-panel {
    padding: 0 1rem;
    height: inherit;
    cursor: grab;
}

#how-it-works-carousel .carousel-panel:active {
    cursor: grabbing;
}

#how-it-works-carousel .panel-content {
    background-color: #0D0D0D;
    border:1px solid #303030;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#how-it-works-carousel .panel-copy {
    margin-bottom: 0.5rem;
}

#how-it-works-carousel .panel-subtitle {
    font-size: 0.75rem;
    color: #ece81a;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

#how-it-works-carousel .panel-title {
    font-size: 1.75rem;
    line-height: 1.1;
    margin-bottom: 0.75rem;
}

#how-it-works-carousel .panel-description {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom:15px;
}

#how-it-works-carousel .panel-list {
    padding: 1rem 0;
}

#how-it-works-carousel .panel-list>li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: "Saira Condensed";
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

#how-it-works-carousel .panel-list>li::before {
    content: "square";
    display: block;
    font-family: "Material Icons Sharp";
    color: #ece81a;
    font-size: 0.5rem;
}

#how-it-works-carousel .panel-media {
    min-height: 0;
    display: flex;
}

#how-it-works-carousel .panel-media>img {
    object-fit: contain;
}

#how-it-works-carousel .panel-content>* {
    opacity: 0.3;
    transition: opacity 400ms;
}

#how-it-works-carousel .slick-current .panel-content>* {
    opacity: 1;
}

#how-it-works-carousel .arrow-icon {
    font-size: 1rem;
}

#how-it-works-carousel .custom-prev {
    left: 4px;
}

#how-it-works-carousel .custom-next {
    right: 4px;
}

#how-it-works-carousel .slick-arrow {
    position: absolute;
    z-index: 50;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    background-color: #ece81a;
    display: flex;
    border-radius: 50%;
    padding: 0.5rem;
    transition: opacity 200ms;
}

#how-it-works-carousel .slick-arrow.slick-disabled {
    opacity: 0;
}

#how-it-works-carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

#how-it-works-carousel-dots .custom-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
}

#how-it-works-carousel-dots .custom-carousel-dots>li {
    transition: width 500ms;
    width: 18px;
    position: relative;
}

#how-it-works-carousel-dots .custom-carousel-dots>.slick-active {
    width: 48px;
}

#how-it-works-carousel-dots .custom-carousel-dots>li::before {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0.4;
    pointer-events: none;
}

#how-it-works-carousel-dots .custom-carousel-dots>.slick-active::before {
    opacity: 1;
}

#how-it-works-carousel-dots .custom-carousel-dots>li button {
    width: 100%;
    color: transparent;
}

#how-it-works-carousel-play-pause {
    margin-left: 1rem;
    display: flex;
    background-color: rgba(100, 100, 100, 0.3);
    border-radius: 50%;
    padding: 0.5rem;
}

#how-it-works-carousel-play-pause .material-icons-round {
    color: #fff;
    font-size: 1rem;
}

#how-it-works-carousel .panel-progress {
    height: 2px;
    background-color: #fff;
    width: 0;
    opacity: 0;
}

#how-it-works-carousel .panel-progress-track {
    position: relative;
    background: #4a4a4a;
    bottom: 2px;
}

#how-it-works-carousel .slick-current .panel-progress {
    opacity: 1;
}



/* YOUTUBE EMBED */

#embedContainer {
    padding: 2rem;
}
#embedContainer h2 {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom:1rem;
}
#embedContainer p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
    margin-top:1.5rem;
    text-align: center;
}
#embedContainer iframe {
    max-width: 1000px;
    height: 300px;
    margin: 0 auto;
}



/* SMALL VIEWPORT */
@media screen and (min-width: 640px) {

    /* HOW IT WORKS CAROUSEL */
    #how-it-works-wrapper {
        padding: 2rem;
    }

    #how-it-works-carousel {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    #how-it-works-carousel .carousel-panel {
        padding: 0 2rem;
    }

    #how-it-works-carousel .panel-content {
        padding: 2rem;
    }

    #guides {
        padding: 6rem 3rem;
    }

    #how-it-works-carousel .panel-copy {
        margin-bottom: 1rem;
    }

    #how-it-works-carousel .panel-subtitle {
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }

    #how-it-works-carousel .panel-title {
        font-size: 2.25rem;
        line-height: 1.1;
        margin-bottom: 0.75rem;
    }

    #how-it-works-carousel .panel-description {
        font-size: 1rem;
    }

    #guides .explorer-content {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
    }

    #guides .explorer-card-image {
        height: 140px;
    }
}

/* MEDIUM VIEWPORT */
@media screen and (min-width: 768px) {


    /* HOW IT WORKS CAROUSEL */
    #how-it-works-wrapper {
        padding: 3rem;
    }

    #how-it-works-section-header .section-title {
        font-size:3.75rem;
        line-height: 4rem;
        margin-bottom: 3rem;
        text-align:center;
    }

    #how-it-works-carousel {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    #how-it-works-carousel .carousel-panel {
        padding: 0 3rem;
    }

    #watch-now-modal .mobile-video {
        display: none;
    }

    #watch-now-modal .desktop-video {
        display: block;
    }

    /* YOUTUBE EMBED */
    #embedContainer iframe {
        height: 600px;
    }
    #embedContainer h2 {
        font-size: 3.3rem;
        margin-bottom: 2rem;
    }
    #embedContainer {
        padding: 4rem;
    }



    /* YOUTUBE EMBED */

    #embedContainer p {
        font-size: 1.375rem;
        font-weight: 400;
        line-height: 2.25rem;
        letter-spacing: .05rem;
    }
}

/* LARGE VIEWPORT */
@media screen and (min-width: 1024px) {


    /* HOW IT WORKS CAROUSEL */
    #how-it-works-section-header {
        align-items: center;
        margin-bottom: 1rem;
    }

    #how-it-works-wrapper {
        padding: 7rem 4rem;
        max-width: 1800px;
        margin: 0 auto;
    }

    #how-it-works-carousel {
        position: relative;
        left: -120px;
        margin: 0;
        width: calc(100% + 120px + 4rem);
    }

    #how-it-works-carousel .carousel-panel {
        padding-right: 24px;
        padding-left: 0;
        overflow: hidden;
    }

    #how-it-works-carousel .panel-content {
        padding: 3rem;
        max-height: 600px;
        flex-direction: row;
        gap: 4rem;
    }

    #how-it-works-carousel .panel-copy {
        flex-grow: 1;
        max-width: 320px;
        min-width: 300px;
    }

    #how-it-works-carousel .panel-list {
        padding: 2rem 0;
    }

    #how-it-works-carousel .panel-list>li {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }

    #how-it-works-carousel .panel-list>li::before {
        font-size: 1rem;
    }

    #how-it-works-carousel .panel-media {
        justify-content: center;
    }

    #how-it-works-carousel .panel-media>video {
        object-fit: cover;
        width: 100%;
        object-position: center;
    }

    #how-it-works-carousel .slick-list {
        overflow: visible;
        /* -webkit-mask-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 10%,
      rgba(0, 0, 0, 1) 80%,
      rgba(0, 0, 0, 0) 100%
    );
    mask-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 10%,
      rgba(0, 0, 0, 1) 80%,
      rgba(0, 0, 0, 0) 100%
    ); */
        position: relative;
    }

    #how-it-works-carousel .custom-prev {
        left: 60px;
    }

    #how-it-works-carousel .custom-next {
        right: 80px;
    }
}

/* XL VIEWPORT */
@media screen and (min-width: 1280px) {

    /* HOW IT WORKS */
    #how-it-works-carousel {
        position: relative;
        left: -240px;
        margin: 0;
        width: calc(100% + 240px + 4rem);
    }

    #how-it-works-carousel .custom-prev {
        left: 180px;
    }
}

@media screen and (min-width: 2100px) {
    #how-it-works-carousel .custom-prev {
        left: 80px;
    }

    #how-it-works-carousel .custom-next {
        right: 80px;
    }
}