@charset "UTF-8";

main {
    background: var(--square-grid-background);
}

.header {
    height: calc(100vw - var(--side-gap) * 2);
}
@media (min-width: 640px) {
    .header {
        --top-padding: 48px;
        height: clamp( 			0px, 			calc((100vw - var(--side-gap) * 2) * 0.38), 			calc((var(--max-width) - var(--side-gap) * 2) * 0.38) 		);
    }
}

.header-backdrop {
    background-image: url(./header-grey-solid-mobile.8ac34182.svg);
}
@media (min-width: 640px) {
    .header-backdrop {
        background-image: url(./header-grey-solid.fcaab975.svg);
    }
}

.header-backdrop > .background-image {
    object-fit: contain;
    -o-object-fit: contain;
    object-position: 100% 70%;
    -o-object-position: 100% 70%;
    -webkit-mask: url(./header-mask-mobile.a38a3dfe.svg) right bottom no-repeat;
    mask: url(./header-mask-mobile.a38a3dfe.svg) right bottom no-repeat;
}
@media (min-width: 640px) {
    .header-backdrop > .background-image {
        margin-top: 0;
        object-position: bottom right;
        -o-object-position: bottom right;
        -webkit-mask-image: url(./header-mask.adc0e111.svg);
        mask-image: url(./header-mask.adc0e111.svg);
        mask-position-x: center;
        mask-position-y: top;
    }
}

@media (min-width: 640px) {
    .header-backdrop h1 {
        margin-top: calc(var(--flow-space) * -2) !important;
    }
}

.header .header-backdrop img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: -20px;
}
@media (min-width: 640px) {
    .header .header-backdrop img {
        height: inherit;
        margin-bottom: 0;
        margin-top: 0;
    }
}

.intro {
    background: url(./square-grey-bg.0733458f.svg) top 400px right -70px/270px no-repeat;
}
@media (min-width: 640px) {
    .intro {
        background-position: bottom right -50px;
        background-size: 500px;
    }
}

.teacher-student {
    height: 80vw;
    background: url(./math-symbols-grid.460df496.svg) bottom right 12%/30% no-repeat;
}
@media (min-width: 640px) {
    .teacher-student {
        height: auto;
        background-size: auto;
    }
}

.teacher-student img {
    width: calc(100% - var(--column-gap) * 2);
    height: auto;
}

.teacher-student img:first-of-type {
    margin-bottom: -35%;
    z-index: 2;
}
@media (min-width: 640px) {
    .teacher-student img:first-of-type {
        margin-bottom: -15%;
    }
}

.teachers {
    --x-inset: 60px;
    --y-inset: 120px;
    position: relative;
    place-self: center;
    height: 100%;
    padding-bottom: 60px;
    display: grid;
    grid-template-columns: fit-content(100%) auto fit-content(100%);
    grid-template-rows: min-content min-content auto min-content;
    grid-template-areas: "heading heading heading" ". bubble-jacopo bubble-jacopo" "image-jacopo . image-anwar" "bubble-anwar bubble-anwar .";
    place-items: center;
    background-image: url(./gradient-dots.74ca109f.svg);
    background-position: calc(50% + 50px) calc(50% + 20px);
    background-repeat: no-repeat;
    background-size: 70%;
}
@media (min-width: 640px) {
    .teachers {
        min-height: 500px;
        margin: 0 calc(var(--x-inset) * -1);
        grid-template-columns: min-content fit-content(100%) min-content;
        grid-template-rows: min-content min-content auto min-content;
        grid-template-areas: "heading heading heading" ". bubble-jacopo ." "image-jacopo . image-anwar" ". bubble-anwar .";
        background-position: center calc(50% + 30px);
        background-size: auto;
    }
}
@media (min-width: 1024px) {
    .teachers {
        padding-bottom: 0;
    }
}

.teachers .heading {
    grid-area: heading;
}

.teachers > img {
    --size: 124px;
    min-width: var(--size);
    min-height: var(--size);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
}
@media (min-width: 640px) {
    .teachers > img {
        --size: 180px;
    }
}
.teachers > img.jacopo {
    grid-area: image-jacopo;
    transform: translateY(-30%);
}
@media (min-width: 640px) {
    .teachers > img.jacopo {
        margin-top: calc(var(--y-inset) * -1);
        transform: translateX(var(--x-inset));
    }
}
.teachers > img.anwar {
    grid-area: image-anwar;
    transform: translateY(30%);
}
@media (min-width: 640px) {
    .teachers > img.anwar {
        margin-bottom: calc(var(--y-inset) * -1);
        transform: translateX(calc(var(--x-inset) * -1));
    }
}

.teachers figure {
    position: relative;
    width: calc(100% + 40px);
    max-width: 35ch;
    padding: 24px;
    padding-bottom: 12px;
    filter: drop-shadow(0 0.1px 5.3px rgba(0, 0, 0, 0.016)) drop-shadow(0 2.9px 17.9px rgba(0, 0, 0, 0.024)) drop-shadow(0 25px 80px rgba(0, 0, 0, 0.04));
    z-index: 1;
}
@media (min-width: 640px) {
    .teachers figure {
        width: auto;
    }
}
.teachers figure.jacopo {
    grid-area: bubble-jacopo;
    justify-self: end;
}
.teachers figure.anwar {
    grid-area: bubble-anwar;
    justify-self: start;
}

.teachers figure > img {
    position: absolute;
    width: 50px;
}

.teachers figure.jacopo > img {
    left: 6px;
    bottom: 6px;
    transform: translateY(100%);
}

.teachers figure.anwar > img {
    right: 0;
    top: 12px;
    transform: translateX(60%) rotate(90deg) scaleY(-1);
}

.teachers .circles {
    position: absolute;
    will-change: transform;
}

.teachers .purple-circles {
    top: 40px;
    left: 40px;
}

.teachers .aqua-circle {
    right: 18%;
    top: 60px;
}

.teachers .yellow-circle {
    right: 20%;
    bottom: 10px;
}

.teachers .red-circle {
    left: 15%;
    bottom: 30px;
}

.our-courses .illustration {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 640px) {
    .our-courses .illustration {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .our-courses .illustration {
        width: 90%;
    }
}
@media (min-width: 1440px) {
    .our-courses .illustration {
        width: 80%;
    }
}

.our-courses .image {
    --height-difference: 56px;
    height: 80vw;
    margin-bottom: 16px;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width: 640px) {
    .our-courses .image {
        margin-bottom: 0;
    }
}

.our-courses .image.games-dev {
    background-image: url(./games-development-bg.92b0d1c0.svg);
}
@media (min-width: 640px) {
    .our-courses .image.games-dev {
        height: clamp( 			0px, 			calc(40vw + var(--height-difference)), 			calc(400px + var(--height-difference)) 		);
    }
}

.our-courses .image.coding-kids {
    background-image: url(./text-based-coding-bg.60098dc1.svg);
}
@media (min-width: 640px) {
    .our-courses .image.coding-kids {
        height: clamp(0px, 40vw, 400px);
        margin: calc(var(--height-difference) / 2) 0;
    }
}

@media (min-width: 640px) {
    .our-courses .image.coding-kids .illustration {
        margin-top: -10%;
    }
}

.our-courses article {
    margin-bottom: 48px;
}
@media (min-width: 640px) {
    .our-courses article {
        margin-bottom: 0;
    }
}

.features ul {
    column-gap: 7%;
    row-gap: 48px;
}

.features .icon {
    --size: 96px;
    align-self: start;
}

.plans-overview {
    row-gap: 48px;
    margin-bottom: 48px;
}
@media (min-width: 1024px) {
    .plans-overview {
        margin-bottom: 90px;
    }
}

.plans-overview li {
    position: relative;
    flex: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plans-overview li img {
    --size: 48px;
    width: var(--size);
    height: var(--size);
    margin-bottom: 8px;
}

.plans-overview .title {
    font-size: 32px;
    opacity: 1;
}

.plans-overview .popular-label {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    padding: 0 12px;
    padding-top: 2px;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
    border-radius: 8px;
}

.plans-overview .cost {
    display: grid;
    grid-template-columns: min-content repeat(2, max-content);
    grid-template-rows: repeat(2, min-content);
    font-family: "MADE Evolve Sans EVO", sans-serif;
    font-weight: 300;
}

.plans-overview .cost .amount {
    --height: 54px;
    grid-row: 1/span 2;
    grid-column: 2/3;
    font-size: var(--height);
    line-height: var(--height);
}

.plans-overview .cost .per-lesson {
    grid-row: 2/3;
    grid-column: 3/4;
    font-size: 21px;
}

.plans-overview .cost .discount {
    grid-row: 1/2;
    grid-column: 3/4;
    padding: 0 12px;
    transform: translateX(5px);
    line-height: 24px;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    text-align: center;
}

.plans-overview li .button {
    align-self: stretch;
    margin-top: auto;
    margin-bottom: 0;
}

.common-features {
    width: fit-content;
    margin: auto;
}

.common-features h5.en {
    margin-bottom: 26px;
}

.common-features li {
    display: flex;
}
.common-features li:not(:last-of-type) {
    margin-bottom: 20px;
}

.common-features li::before {
    --size: 40px;
    content: "";
    display: inline-block;
    width: var(--size);
    height: var(--size);
    flex-shrink: 0;
    margin-right: 8px;
    margin-top: -6px;
    background-image: url(./checkmark-icon.85883297.svg);
}

/*# sourceMappingURL=/online-course.d67a7a3e.css.map */