﻿html {
    scroll-behavior: smooth;
}
a.onPageLink {
    scroll-margin-top: 140px;
}
@media screen and (max-width: 1000px) {
    a.onPageLink {
        scroll-margin-top: 110px;
    }
}

/* HERO */
.headerWrapper {
    background: linear-gradient(to right, oklch(from #f2f4f6 l c h / 0.15) 0%, transparent 15% 85%, oklch(from #f2f4f6 l c h / 0.15) 100%), linear-gradient(to bottom, oklch(from #00e1c8 calc(l - 0.16) calc(c - 0.02) calc(h + 25)), oklch(from #00e1c8 calc(l - 0.25) calc(c - 0.04) calc(h)) 35% 65%, oklch(from #00e1c8 calc(l - 0.12) calc(c - 0.02) calc(h - 25)));
}
.headerWrapper > div {
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    padding: 64px;
    align-items: center;
    color: #fff;
}
.headerWrapper > div > div:first-child {
    width: 45%;
}
.headerWrapper > div > div:last-child {
    width: 55%;
}
.headerWrapper h1 {
    margin: 0;
    padding: 0;
    text-align: left;
}
.headerWrapper p {
    font-weight: 500;
    font-style: italic;
}
.headerWrapper > div > div:first-child img {
    width: 100%;
}
.headerWrapper > div > div:last-child {
    padding-left: 64px;
}
.headerWrapper .buttonsWrapper {
    display: flex;
    align-items: center;
    margin-top: 64px;
    margin-left: -8px;
    margin-right: -8px;
}
.priceWrapper > a,
    .serviceWrap a,
    .headerWrapper .buttonsWrapper a {
        background: #f05aaa;
        border: 3px solid #f05aaa;
        border-radius: 32px;
        line-height: 100%;
        padding: 16px 48px;
        font-weight: 500;
        color: #000;
        white-space: nowrap;
        transition: all 200ms ease-in-out;
        font-size: 1.1rem;
        margin: 8px;
        text-align: center;
        display: inline-block;
    }
    .serviceWrap .serviceTxt a {
        margin: 0;
        padding: 8px 24px;
        font-size: 1rem;
    }
.serviceWrap.callToAction .serviceTxt a {
    margin-top: 64px;
}
.headerWrapper .buttonsWrapper a:first-child {
    background: transparent;
    color: #00e1c8;
    border-color: #00e1c8;
}
.headerWrapper .buttonsWrapper a:last-child {
    margin-right: 0;
}
.priceWrapper > a:hover,
.serviceWrap a:hover,
.headerWrapper .buttonsWrapper a:hover {
    border-radius: 8px;
    text-decoration: none;
    transform: scale(1.075);
}
.serviceWrap .serviceTxt a:hover {
    margin-left: 6px;
}

@media screen and (max-width: 1000px) {
    .headerWrapper {
        margin-top: -16px;
    }
}

@media screen and (max-width: 900px) {
    .headerWrapper > div {
        flex-direction: column;
    }
    .headerWrapper > div > div:first-child {
        width: 100%;
        max-width: 500px;
    }
    .headerWrapper > div > div:last-child {
        width: 100%;
        margin-top: 64px;
        max-width: 650px;
        padding-left: 0;
    }
    .headerWrapper .buttonsWrapper {
        justify-content: center;
        flex-wrap: wrap;
    }
    .headerWrapper .buttonsWrapper a {
        flex: 1;
    }
}

/* SERVICE LINKS */
.jumpLinks {
    display: block;
    background: linear-gradient(to bottom, rgb(from #32373c r g b / 0.3) 0%, transparent 100%), radial-gradient(circle at center, color-mix(in oklab, color-mix(in oklab, #32373c, #f2f4f6 20%), #f2f4f6 15%) 0%, transparent 100%), linear-gradient(to right, color-mix(in oklab, color-mix(in oklab, #32373c, #f2f4f6 20%), #32373c 20%) 0%, color-mix(in oklab, #32373c, #f2f4f6 20%) 15%, color-mix(in oklab, #32373c, #f2f4f6 20%) 85%, color-mix(in oklab, color-mix(in oklab, #32373c, #f2f4f6 20%), #32373c 20%) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 8px;
    margin-bottom: 64px;
}
.jumpLinks ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: -32px;
}
.jumpLinks ul li {
    margin-bottom: 32px !important;
    width: 144px;
}
.jumpLinks .icon {
    background: #f05aaa;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    transition: all 200ms ease-in-out;
}
.jumpLinks .icon img {
    width: 50px;
    height: 50px;
}
.jumpLinks span {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    padding-top: 8px;
}
.jumpLinks a {
    display: block;
    text-align: center;
    transition: all 200ms ease-in-out;
}
.jumpLinks a:hover {
    text-decoration: none;
    transform: scale(1.075);
}
.jumpLinks a:hover .icon {
    transform: scale(1.1);
}

/* SERVICE */
.serviceWrap {
    display: flex;
    align-items: center;
    padding: 0 64px;
    max-width: 1400px;
    margin: 0 auto;
}
.serviceWrap .serviceTxt {
    padding-left: 64px;
}
.serviceWrap.rightImg .serviceTxt {
    padding-right: 64px;
    padding-left: 0;
}
.serviceWrap.rightImg > div:first-child {
    order: 2;
}
.serviceWrap.rightImg > div:last-child {
    order: 1;
}
.serviceWrap h2 {
    margin: 0;
    padding: 0;
}
.serviceWrap span {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: italic;
    margin-top: 12px;
}
.serviceWrap.callToAction > div {
    width: 50%;
}
.serviceWrap.callToAction .serviceTxt {
    text-align: center;
}
.serviceWrap.callToAction .serviceTxt span {
    font-style: normal;
}
@media screen and (max-width: 950px) {
    .serviceWrap {
        flex-direction: column;
        max-width: 600px;
        padding: 32px;
    }
    .serviceWrap.rightImg > div:first-child {
        order: 1;
        padding-bottom: 32px;
    }
    .serviceWrap.rightImg > div:last-child {
        order: 2;
        padding-left: 0;
    }
    .serviceWrap .serviceTxt {
        padding-left: 0;
    }
    .serviceWrap.rightImg .serviceTxt {
        padding-right: 0;
    }
    .serviceWrap.callToAction > div {
        width: 100%;
    }
}

/* Cards */
.cardWrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    overflow: auto;
    padding: 32px;
    margin-bottom: 64px;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.cardWrapper::-webkit-scrollbar {
    display: none;
}
.cardWrapper ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cardWrapper ul li {
    margin: 0;
    padding: 0;
    margin-right: 24px;
    min-width: calc(33.333% - 24px);
    max-width: calc(33.333% - 24px);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.cardWrapper.fourCardRows ul li {
    max-width: calc(25% - 24px);
    min-width: calc(25% - 24px);
}
.cardWrapper ul li:last-child {
    margin-right: 0;
}
.cardWrapper ul li > div {
    padding: 32px;
    width: 100%;
    border-radius: 16px;
    background: linear-gradient(-15deg, oklch(from #00e1c8 calc(l + 0.02) calc(c - 0.02) calc(h - 5)), oklch(from #00e1c8 calc(l - 0.06) calc(c - 0.02) calc(h + 5)));
    filter: drop-shadow(0 1px 3px rgb(from #32373c r g b / 0.1)) drop-shadow(0 1px 1px rgb(from #32373c r g b / 0.33));
    scroll-snap-align: center;
    height: 100%;
}
.cardWrapper ul li > div:hover {
    cursor: pointer;
}
.cardWrapper .icon {
    width: 74px;
}
.cardWrapper .icon img {
    width: 100%;
}
.cardWrapper h3 {
    margin-bottom: 24px;
}
.cardWrapper p {
    font-size: 1.1rem;
    line-height: 130%;
    font-weight: 400;
}
.cardWrapper ul li:nth-child(1) > div {
    transform: rotate(calc(sin(11 + (12 * 27)) * 1deg));
}
.cardWrapper ul li:nth-child(2) > div {
    transform: rotate(calc(sin(11 + (17 * 27)) * 1deg));
}
.cardWrapper ul li:nth-child(3) > div {
    transform: rotate(calc(sin(11 + (19 * 27)) * 1deg));
}
.cardWrapper ul li:nth-child(4) > div {
    transform: rotate(calc(sin(11 + (23 * 27)) * 1deg));
}
.cardWrapper ul li:nth-child(5) > div {
    transform: rotate(calc(sin(11 + (29 * 27)) * 1deg));
}
.cardWrapper ul li:nth-child(6) > div {
    transform: rotate(calc(sin(11 + (31 * 27)) * 1deg));
}
.cardWrapper ul li:nth-child(7) > div {
    transform: rotate(calc(sin(11 + (37 * 27)) * 1deg));
}

/* Card scroll controller */
.cardScrollController {
    display: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 96px;
}
.cardScrollController a {
    display: inline-block;
    height: 14px;
    width: 14px;
    background: #c0c0c0;
    border-radius: 50%;
    margin-right: 6px;
}
.cardScrollController a.selected,
.cardScrollController a:hover {
    background: #f05aaa;
}
.cardScrollController a:last-child {
    margin-right: 0;
}


@media screen and (max-width: 1100px) {
    .cardWrapper {
        margin: 32px 0;
        margin-bottom: 0;
        position: relative;
    }
    .cardWrapper ul {
        flex-wrap: nowrap;
        position: absolute;
        padding: 0 32px;
        left: 0;
    }
    .cardWrapper ul li {
        align-self: center;
        margin-bottom: 0;
        min-width: 300px !important;
        max-width: 300px !important;
    }
    .cardScrollController {
        display: flex;
        margin-top: 32px;
    }
    .cardWrapper.fourCardRows ul li {
        min-width: calc(33.333% - 24px);
        max-width: calc(33.333% - 24px);
    }
}

/* Plans */
.plansContent {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    padding-top: 64px;
}

ul.planTypesList {
    display: flex;
    margin-bottom: 64px;
    list-style: none;
}

ul.planTypesList .planTypeWrap {
    border-radius: 32px;
    background: linear-gradient(-45deg, oklch(from white calc(l - 0.025) calc(c + 0.01) calc(h - 150)), white);
    filter: drop-shadow(0 1px 3px rgb(from #32373c r g b / 0.1)) drop-shadow(0 1px 1px rgb(from #32373c r g b / 0.33));
    margin-right: 32px;
    padding: 32px;
    width: 33.333%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
ul.planTypesList .planTypeWrap div.priceWrapper {
    order: 3;
    margin-bottom: 32px;
}
ul.planTypesList .planTypeWrap h3 {
    order: 1;
}
ul.planTypesList .planTypeWrap p {
    order: 2;
}
ul.planTypesList .innerPlanType {
    order: 4;
    margin-top: auto;
}
ul.planTypesList .planTypeWrap:last-child {
    margin-right: 0;
}
ul.planTypesList .planTypeWrap h3 + p,
ul.planTypesList .planTypeWrap h3 {
    text-align: center;
    margin: 0;
    padding: 0;
}
ul.planTypesList .planTypeWrap h3 {
    font-size: 2rem;
    margin-bottom: 16px;
}
ul.planTypesList .planTypeWrap h3 + p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 120%;
}
.innerPlanType {
    height: 500px;
    overflow: auto;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}
.innerPlanType h4 {
    font-size: 1.4rem;
    text-align: center;
    scroll-snap-align: start;
}
.innerPlanType h4 + table {
    min-height: 420px;
}
.innerPlanType table:last-child {
    margin-bottom: 0;
}
.innerPlanType table,
.innerPlanType table tr,
.innerPlanType table td {
    background: transparent !important;
}
.innerPlanType table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}
.innerPlanType table tr td:first-child {
    order: 2;
    position: relative;
    padding: 0;
    padding-top: 4px;
}
.innerPlanType table tr td:first-child strong {
    font-weight: 500;
}
    .innerPlanType table tr td:last-child {
        order: 1;
        font-weight: 900;
        font-size: 1.8rem;
        padding: 0;
    }
ul.planTypesList {
    padding-inline-start: 0;
}
ul.planTypesList li:nth-child(1) table tr td:last-child {
    color: #00ad98
}
ul.planTypesList li:nth-child(1) .priceWrapper > a {
    background: #00ad98;
    border: 0;
    background: linear-gradient(120deg, oklch(from #00e1c8 calc(l + 0.05) c calc(h + 7)) 0%, #00e1c8 50%, oklch(from #00e1c8 calc(l + 0.05) c calc(h - 7)) 100%);
}
ul.planTypesList li:nth-child(1) table tr td:last-child img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(28%) saturate(4953%) hue-rotate(133deg) brightness(85%) contrast(101%);
}
ul.planTypesList li:nth-child(2) table tr td:last-child {
    color: #d75399
}
ul.planTypesList li:nth-child(2) .priceWrapper > a {
    background: #d75399;
    border: 0;
    background: linear-gradient(120deg, oklch(from #f05aaa calc(l + 0.05) c calc(h + 7)) 0%, #f05aaa 50%, oklch(from #f05aaa calc(l + 0.05) c calc(h - 7)) 100%);
}


ul.planTypesList li:nth-child(2) table tr td:last-child img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(44%) saturate(798%) hue-rotate(276deg) brightness(97%) contrast(91%);
}

ul.planTypesList li:nth-child(3) table tr td:last-child {
    color: #32373c;
}
ul.planTypesList li:nth-child(3) .priceWrapper > a {
    background: #32373c;
    border: 0;
    background: linear-gradient(120deg, oklch(from #32373c calc(l + 0.1) c calc(h + 7)) 0%, #32373c 50%, oklch(from #32373c calc(l + 0.1) c calc(h - 7)) 100%);
    color: #fff;
}

ul.planTypesList li:nth-child(3) table tr td:last-child img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(9%) saturate(507%) hue-rotate(169deg) brightness(96%) contrast(98%);
}
ul.planTypesList li table tr td:last-child img {
    width: 20px;
}
ul.planTypesList li table tr td:last-child img.fillGreen {
    width: 26px;
}

.innerPlanType .infoTooltip div,
.innerPlanType table tr td:first-child span {
    display: none;
}
.priceWrapper {
    text-align: center;
}
.priceWrapper > div:first-child {
    font-weight: 900;
    text-align: center;
    font-size: 3rem;
    margin: 32px 0;
}
.priceWrapper > div sup {
    font-size: 1rem;
    padding-left: 6px;
}
.priceWrapper > div span:last-child {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 8px;
}
.priceWrapper > a {
    margin-top: 0;
}
.priceDiscountWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 32px;
}
.priceDiscountWrap img {
    margin-right: 8px;
}
ul.asterixContent {
    margin: 0 auto;
    padding: 0 32px;
    margin-bottom: 64px;
    max-width: 600px;
}
ul.asterixContent li {
    margin: 0;
    padding: 0;
    line-height: 120%;
    font-size: 1rem;
    margin-bottom: 8px;
}
ul.asterixContent li:last-child {
    margin-bottom: 0;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px -10px rgba(220, 13, 138, 1);
    }

    50% {
        box-shadow: 0 0 15px 5px rgba(220, 13, 138, 0.25);
    }

    100% {
        box-shadow: 0 0 10px -10px rgba(220, 13, 138, 1);
    }
}
ul.planTypesList.c3BundledPlans .priceWrapper {
    display: none;
}
ul.planTypesList.c3BundledPlans .planTypeWrap h3 + p {
    margin-bottom: 32px;
}

.billFreqWrap {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 32px;
}
.billFreqWrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    border: 2px solid #32373c;
    border-radius: 32px;
}
.billFreqWrap ul li {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .billFreqWrap ul a {
        padding: 12px 48px;
        font-weight: 900;
        border-radius: 30px;
        color: #32373c;
    }
.billFreqWrap ul a:hover {
        text-decoration: none;
        color: #d75399;
    }
.billFreqWrap ul a.selected {
        background: linear-gradient(120deg, oklch(from #f05aaa calc(l + 0.05) c calc(h + 7)) 0%, #f05aaa 50%, oklch(from #f05aaa calc(l + 0.05) c calc(h - 7)) 100%);
        text-decoration: none;
        color: #32373c;
    }
.planTypesWrap {
    justify-content: center;
}
    .planTypesWrap a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
    .planTypesWrap a img {
        width: 64px;
        margin-right: 32px;
    }
.planTypesWrap strong {
    display: block;
    font-weight: 500;
}
.planTypesWrap span span {
    display: block;
    font-weight: normal;
    font-size: 1.1rem;
    max-width: 180px;
    line-height: 120%;
}
@media screen and (max-width: 950px) {


    ul.planTypesList {
        flex-direction: column;
    }

    ul.planTypesList .planTypeWrap {
        margin-right: 0;
        margin-bottom: 16px;
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .billFreqWrap ul li a {
        text-align: center;
        flex-direction: column;
    }
    .billFreqWrap ul li a strong {
        line-height: 120%;
        margin-bottom: 8px;
    }
    .billFreqWrap ul li a span span {
        text-align: left;
    }
    .planTypesWrap a img {
        margin-right: 0;
        margin-bottom: 16px;
    }

}
.infoTooltip {
    position: relative;
}
.infoTooltip:hover {
    cursor: pointer;
}

.infoPopup {
    position: absolute;
    line-height: 140%;
    z-index: 2;
    background: #fff;
    top: 100%;
    width: 400px;
    border-radius: 16px;
    padding: 32px;
    filter: drop-shadow(0 1px 3px rgb(from #32373c r g b / 0.1)) drop-shadow(0 1px 1px rgb(from #32373c r g b / 0.33));
}
.multiButtonWrap {
    display: flex;
    align-items: center;
}

.multiButtonWrap a {
    margin-right: 8px !important;
}

.multiButtonWrap a:last-child {
    margin-right: 0;
}



a.tyTutVidLink {
    background: transparent;
    border-color: #dc4747;
    display: inline-flex;
    align-items: center;
    color: #dc4747;
}
a.tyTutVidLink img {
    margin-right: 8px;
    margin-top: -4px;
    margin-left: -8px;
    margin-bottom: -4px;
}

    a.tyTutVidLink:hover img {
        animation: spin;
        animation-duration: 500ms;
        animation-timing-function: ease-in-out;
    }