ul {
    list-style-type: none;
}
.auth .inner input[type="submit"],
.btn__content {
    background: rgb(0,172,205);
    background: linear-gradient(90deg, rgba(0,172,205,1) 15%, rgba(0,172,205,1) 42%, rgba(0,172,205,1) 50%, rgba(31,60,144,1) 82%);
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    font-size: 16px;
    padding: 0.4rem;
    text-align: center;
    width: 100%;
}
.card-plan .cta-activate {
    font-size: 0.77rem;
}
@media (min-width: 576px) {
    .card-plan .cta-activate {
        font-size: 1rem;
    }
}
.card-plan .cta-activate a {
    text-decoration: underline;
}
.card-plan-benefit {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 18px;
    margin-top: 1rem;
    text-align: center;
}
@media (min-width: 576px) {
    .card-plan-benefit {
        min-height: 350px;
    }
    .card-plan-benefit p {
        width: 90%;
    }
}
.card-plan-benefit h3 {
    margin: 1.5rem 0 1rem;
}
.card-plan-benefit img {
    height: auto;
    max-height: 173px;
    max-width: 100%;
}
@media (min-width: 576px) {
    .card-plan-benefit img {
        max-height: 173px;
    }
}
@media (max-width: 575.98px) {
    .card-plan-benefit img {
        height: 88px;
    }
}
.delivery-payment {
    background-color: #fff;
    padding-bottom: 56px;
    text-align: center;
}
.delivery-payment h3 {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 32px;
    margin-top: 0;
    padding-top: 3rem;
}
@media (max-width: 575.98px) {
    .delivery-payment h3 {
        font-size: 24px;
    }
}
.delivery-payment h3:first-child {
    padding-top: 3rem;
}
.delivery-payment h4 {
    color: #000;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 1rem;
    margin-top: 0;
    padding-top: 2rem;
}
.cape-scale {
    height: 93px;
}
.delivery-payment__items-container {
    margin-bottom: 20px;
    margin-top: 30px;
}
.faqs {
    background-color: #ecf8ff;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    padding: 64px 0;
}
@media (max-width: 575.98px) {
    .faqs {
        padding: 40px 0;
    }
}
.faqs h3 {
    font-size: 1.66rem;
    line-height: 2.06rem;
    margin-top: 0;
}
.faqs-cta {
    padding-right: 10px;
}
.faqs-cta .btn__content {
    height: 41px;
    min-width: 304px;
    padding: 10px;
}
.faq-item-content .btn--secondary {
    padding: 10px;
}
.faq-item:last-child .faq-item-content {
    border-radius: 0 0 50px 50px;
}

.faq-item-content p {
    line-height: 1.5rem;
}
.faq-item {
    color: #fff;
    position: relative;
    width: 100%;
}
.faq-item input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.faq-item label {
    background-color: #fff;
    border-bottom: 2px solid #b8b6c7;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 0.75rem;
    line-height: 1.5rem;
    margin: 0;
    padding: 1.8rem;
    position: relative;
    text-align: left;
    text-transform: inherit;
}
@media (min-width: 576px) {
    .faq-item label {
        font-size: 1rem;
    }
}
.faq-item label::after {
    display: block;
    font-size: 16px;
    position: absolute;
    right: 1rem;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
}
.faq-item .faq-item-content {
    background-color: #fff;
    color: #000;
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s;
}
.faq-item .faq-item-content p {
    font-size: 0.75rem;
    padding: 1rem;
}
.faq-item .faq-item-content p a {
    text-decoration: underline;
}
@media (min-width: 576px) {
    .faq-item .faq-item-content p {
        font-size: 1rem;
        padding: 1rem;
    }
}
.faq-item .faq-item-content .btn {
    margin: 0 0 1rem;
    padding: 0 1rem;
}
@media (min-width: 576px) {
    .faq-item .faq-item-content .btn {
        display: block;
        margin: 1rem auto;
        padding: 0;
        width: 100%;
    }
}
.faq-item input:checked ~ .faq-item-content {
    border-bottom: 2px solid #b8b6c7;
    display: block;
    max-height: 45em;
    transition: max-height 0.35s;
}
.faq-item input[type="checkbox"]:focus + label {
    outline: -webkit-focus-ring-color auto 5px;
    z-index: 1;
}
.faq-item input[type="checkbox"] + label::after {
    content: "\25BC";
    width: 10px;
}
.faq-item input[type="checkbox"]:checked + label::after {
    content: "\25B2";
    width: 10px;
}
.faq-item-content {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
}
.faq-button {
    box-shadow: none;
}
.faq-item {
    color: #fff;
    position: relative;
    width: 100%;
}
.faq-item input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.faq-item label {
    background-color: #fff;
    border-bottom: 2px solid #b8b6c7;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 0.75rem;
    line-height: 1.5rem;
    margin: 0;
    padding: 1.8rem;
    position: relative;
    text-align: left;
    text-transform: inherit;
}
@media (min-width: 576px) {
    .faq-item label {
        font-size: 1rem;
    }
}
.faq-item label::after {
    display: block;
    font-size: 16px;
    position: absolute;
    right: 1rem;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
}
.faq-item .faq-item-content {
    background-color: #fff;
    color: #000;
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s;
}
.faq-item .faq-item-content p {
    font-size: 0.75rem;
    padding: 1rem;
}
.faq-item .faq-item-content p a {
    text-decoration: underline;
}
@media (min-width: 576px) {
    .faq-item .faq-item-content p {
        font-size: 1rem;
        padding: 1rem;
    }
}
.faq-item .faq-item-content .btn {
    margin: 0 0 1rem;
    padding: 0 1rem;
}
@media (min-width: 576px) {
    .faq-item .faq-item-content .btn {
        display: block;
        margin: 1rem auto;
        padding: 0;
        width: 100%;
    }
}
.faq-item input:checked ~ .faq-item-content {
    border-bottom: 2px solid #b8b6c7;
    display: block;
    max-height: 45em;
    transition: max-height 0.35s;
}
.faq-item input[type="checkbox"]:focus + label {
    outline: -webkit-focus-ring-color auto 5px;
    z-index: 1;
}
.faq-item input[type="checkbox"] + label::after {
    content: "\25BC";
    width: 10px;
}
.faq-item input[type="checkbox"]:checked + label::after {
    content: "\25B2";
    width: 10px;
}
.faq-item-content {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
}
.faq-button {
    box-shadow: none;
}
.featured_blog_post {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    padding: 56px 0;
}
.featured_blog_post .sp-link-button-secondary {
    box-shadow: unset;
    border: unset;
    background: rgb(249,175,6);
    background: linear-gradient(90deg, rgba(249,175,6,1) 0%, rgba(249,175,6,1) 10%, rgba(208, 61, 127, 1) 85%);
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
}
.featured_blog_post .sp-link-button-secondary:hover {
    left: 3px;
    position: relative;
    top: 3px;
}
.featured_blog_post .btn {
    text-align: left !important;
    padding: 0;
}
.featured_blog_post .btn:hover {
    box-shadow: none;
    left: 3px;
    position: relative;
    top: 3px;
}
.featured_blog_post .heading {
    font-size: 30px;
    line-height: 2.06rem;
    margin-top: 1.5rem;
    color: #1e3c91;
    text-align: center;
}
.featured_blog_post .section-title {
    margin-bottom: 2rem;
    margin-top: 0;
}
.featured_blog_post .btn {
    max-width: 250px;
    width: 100%;
}
.featured_blog_post .sp-link-button-secondary {
    padding: 10px;
}
.featured_blog_post .category {
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
}
.featured_blog_post .post-title {
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 15px;
    color: #1e3c91;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
}
@media (min-width: 992px) {
    .featured_blog_post .post-title {
        text-align: left;
    }
}
.featured_blog_post .featured_blog_post_hero_image {
    padding: 2rem;
    padding-bottom: 1rem;
    width: 100%;
}
@media (min-width: 576px) {
    .featured_blog_post .featured_blog_post_hero_image {
        padding: 0 2rem;
    }
}
.footer {
    font-weight: 700;
    background: rgb(0,172,205);
    background: linear-gradient(90deg, rgba(0,172,205,1) 15%, rgba(0,172,205,1) 42%, rgba(0,172,205,1) 50%, rgba(31,60,144,1) 82%);
    color: #1e3c91;
    font-size: 16px;
    padding: 3rem 0;
}
.footer p {
    color: white;
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}
.footer .logo {
    margin-top: 0;
    width: 170px;
    margin-left: 10px;
}
.footer__list {
    padding: 0;
}
.footer__list li {
    -webkit-font-smoothing: antialiased;
    line-height: 1.5rem;
    margin-bottom: 12px;
    margin-left: 8px;
    margin-top: 12px;
}
.footer__list li a {
    color: white;
    text-decoration: none;
}
.footer__list li:first-child {
    padding: 0;
}
.footer .social-links {
    margin-top: 0.5rem;
}
.footer .social-links img {
    height: 2rem;
    margin-left: 0;
    margin-right: 24px;
}
.footer .div-block-8 {
    padding: 0;
}
.footer .small {
    display: none;
    width: 40%;
}
@media (min-width: 992px) {
    .footer .small {
        display: block;
    }
}
.footer .logo-mobile {
    display: block;
    margin-left: 10px;
    margin-top: 27px;
    height: 200px;
}
@media (min-width: 992px) {
    .footer .logo-mobile {
        display: none;
    }
}

.footer-line {
    border: 3px white solid;
}

hr {
    background: #1e3c91;
    border-radius: 50px;
    height: 5px;
    margin: 1rem 0;
    width: 90%;
}
.joining-is-simple {
    background: rgb(0,172,205);
    background: linear-gradient(90deg, rgba(0,172,205,1) 15%, rgba(0,172,205,1) 42%, rgba(0,172,205,1) 50%, rgba(31,60,144,1) 82%);
    padding: 43px 0;
    text-align: center;
}
@media (max-width: 575.98px) {
    .joining-is-simple {
        padding: 48px 0;
    }
}
.joining-is-simple .u-white.heading {
    color: white;
    line-height: 2.06rem;
    margin-top: 1.5rem;
}
@media (max-width: 575.98px) {
    .joining-is-simple .h1 {
        font-size: 1.66rem;
    }
}
.joining-title {
    font-size: 30px;
    margin: 0;
}
.joining-is-simple__list {
    display: flex;
    padding-bottom: 0;
}
@media (max-width: 575.98px) {
    .joining-is-simple__list {
        flex-direction: column;
    }
}
.joining-is-simple__text {
    text-align: center;
}
.joining-is-simple__item {
    flex: 1;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 37px;
}
.joining-is-simple__item {
    color: #fff;
}
.joining-is-simple__item__number {
    align-content: center;
    align-items: center;
    background: rgb(249,175,6);
    background: linear-gradient(90deg, rgba(249,175,6,1) 0%, rgba(249,175,6,1) 0%, rgba(249,175,6,1) 0%, rgba(208, 61, 127, 1) 100%);
    border-radius: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 28px;
    height: 53px;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 53px;
}
.legal-health-beautycard {
    background-color: #ecf8ff;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    padding: 3rem 0;
}
.legal-health-beautycard h4 {
    color: #000;
    font-size: 1rem;
    margin-bottom: 0;
    text-align: left;
    text-transform: none;
}
.legal-health-beautycard a {
    text-decoration: underline;
}
.legal-health-beautycard p {
    font-size: 0.875rem;
    font-weight: 300;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
@media (min-width: 992px) {
    .legal-health-beautycard p:first-child {
        padding-bottom: 0;
        padding-top: 12px;
    }
    .legal-health-beautycard p:last-child {
        padding-bottom: 1.5rem;
    }
}
.navbar {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    height: 64px;
    padding: 0.5rem 1rem;
    position: relative;
    text-align: left;
    z-index: 9999;
}
#navbar {
    max-width: 100% !important;
    margin-bottom: 50px;
}
.navbar::after {
    clear: both;
}
.navbar .nav-link {
    color: #1E3C91;
}
.navbar .navbar-container {
    padding: 0;
    position: relative;
    z-index: 1000;
}
@media (min-width: 992px) {
    .navbar .navbar-container {
        display: flex;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        gap: 100px;
    }
}
@media (max-width: 992px) {
    .navbar .navbar-container {
        flex-grow: 1;
    }
}

.plan-unlimited .nav-menu {
    color: #000;
}
.plan-5gb .nav-menu,
.plan-15gb .nav-menu,
.plan-20gb .nav-menu {
    color: #fff;
}
.plan-5gb .nav__logo,
.plan-15gb .nav__logo,

.plan-5gb .nav-link-account:before,
.plan-15gb .nav-link-account:before,
.plan-5gb {
    background-color: #d03d7f;
    color: #fff;
}
.plan-15gb {
    background-color: #7265aa;
}
.plan-20gb {
    background-color: #1e3c91;
}
.plan-unlimited {
    background-color: #ffa52a;
}
.nav__logo {
    background-image: url("/sales-portal-cms/public/Superdrug/sales-portal/asset/superdrug-mobile-logo");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    float: left;
    height: 50px;
    margin-top: 8px;
    position: relative;
    width: 250px;
    z-index: 1000;
}
@media (min-width: 1200px) {
    .nav__logo {
        width: 425px;
    }
}
.navbar-open .nav__logo {
    background-image: url("/sales-portal-cms/public/Superdrug/sales-portal/asset/super-drug-mobile-logo-white");
    background-size: contain;
}
.navbar-open .menu-button .menu-burger {
    background-color: #fff;
    top: 50%;
    transform: rotate(45deg);
    transition-delay: 120ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar-open .menu-button .menu-burger::after {
    background-color: #fff;
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.navbar-open .menu-button .menu-text {
    opacity: 0;
}
.navbar-open .nav-menu .nav__item {
    padding: 20px 0;
    text-align: center;
}
@media (min-width: 992px) {
    .navbar-open .nav-menu .nav__item {
        padding: 0.5rem;
    }
}
.navbar-open .nav-menu .nav__item .nav-link:not(.nav__link__btn) {
    color: #fff;
    display: inline;
    font-size: 0.8rem;
    weight: 700;
}
@media (min-width: 992px) {
    .navbar-open .nav-menu .nav__item .nav-link:not(.nav__link__btn) {
        display: inline-block;
        font-size: 0.8rem;
    }
}
.nav-menu {
    background: transparent;
    color: #1e3c91;
    display: none;
    line-height: 1;
    padding: 0;
    position: relative;
}
.nav-menu.nav-open {
    background: #1e3c91;
    display: block;
    height: 100%;
    left: 0;
    overflow: visible;
    padding-top: 5rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;

}
.nav-menu.nav-open a.nav__link__btn__our-plan {
    background-color: #83d3e3;
    color: #1e3c91 !important;
}
.nav-menu .nav__item__btn {
    text-decoration: none;
}
.nav-menu a.nav__link__btn {
    border-radius: 3px;
    display: inline-block;
    margin-left: auto;
    padding: 10px;
    text-decoration: none;
}
.nav-menu a.nav__link__btn:hover {
    background: #027eb4;
    color: #fff !important;
}
.nav-menu .nav__link__btn {
    background: rgb(0,172,205);
    background: linear-gradient(90deg, rgba(0,172,205,1) 15%, rgba(0,172,205,1) 42%, rgba(0,172,205,1) 65%, rgba(31,60,144,1) 100%);
    color: white;
}
.nav-menu .nav__link__btn.active {
    background: #59c4da;
    text-decoration: none;
}
.nav-menu .nav__link__btn.active::after {
    background: none;
}
.nav-menu .nav__link__btn:hover {
    background: #59c4da;
    text-decoration: none;
    transition: unset;
}
.nav-menu .nav__link__btn:hover::after {
    background: none;
}
.nav-menu .nav__link__btn.nav__link__btn__our-plan {
    background: #83d3e3;
}
.nav-menu .nav__item {
    background: #1e3c91;
    display: block;
    margin-left: auto;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
}
.nav-menu .nav__item:last-child {
    padding-right: 0;
}
.nav-menu .nav__item .nav-link:not(.nav__link__btn) {
    display: block;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-weight: 700;
    padding-bottom: 0.44rem;
    size: 0.8rem;
}
.nav-menu .nav__item .nav-link:not(.nav__link__btn).active {
    position: relative;
    text-decoration: none;
}
.nav-menu .nav__item .nav-link:not(.nav__link__btn).active::after {
    background: #83d3e3;
    border-radius: 1rem;
    bottom: 0;
    content: " ";
    height: 4px;
    left: 0;
    margin-top: 4px;
    position: absolute;
    width: 100%;
}
@media (min-width: 992px) {
    .nav-menu .nav__item .nav-link:not(.nav__link__btn).active::after {
        background: #1e3c91;
    }
}
.nav-menu .nav__item .nav-link:not(.nav__link__btn):hover {
    position: relative;
    text-decoration: none;
}
@media (min-width: 992px) {
    .nav-menu .nav__item .nav-link:not(.nav__link__btn):hover::after {
        background: #1e3c91;
        border-radius: 1rem;
        bottom: 0;
        content: " ";
        height: 4px;
        left: 0;
        margin-top: 4px;
        position: absolute;
        width: 100%;
    }
}
@media (min-width: 576px) {
    .nav-menu .nav__item .nav-link:not(.nav__link__btn) {
        font-weight: 700;
        display: inline-block;
        font-size: 0.8rem;
    }
}
@media (min-width: 992px) {
    .nav-menu .nav__item {
        background: transparent;
        display: inline-block;
        padding: 0.5rem;
    }
    .nav-menu .nav__item .nav-link-account {
        margin-left: 1rem;
    }
    .nav-menu .nav__item .nav-link-account:before {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1.4rem;
        content: " ";
        display: inline-block;
        height: 1.4rem;
        margin-right: 0.5rem;
        vertical-align: middle;
        width: 1.4rem;
    }
}
@media (min-width: 992px) {
    .nav-menu {
        background: transparent;
        display: block;
        float: right;
        margin-top: 0.2rem;
        padding: 0;
        position: relative;
        text-align: right;
    }
    .nav-menu.nav-open {
        background: transparent;
        padding: 0;
        position: relative;
    }
}
.cover-onetrust-banner {
    top: 0 !important;
}
.menu-button {
    background-color: transparent;
    border: 0;
    color: #1e3c91;
    cursor: pointer;
    display: block;
    float: right;
    font: inherit;
    height: 24px;
    margin: 0.8rem 0;
    padding: 14px;
    position: relative;
    text-transform: none;
    transition-duration: 150ms;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-timing-function: linear;
    width: 32px;
    z-index: 1000;
}
.menu-button .menu-burger {
    background-color: #1e3c91;
    border-radius: 20px;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 5%;
    transition-duration: 75ms;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    width: 32px;
}
.menu-button .menu-burger::after {
    background-color: #1e3c91;
    border-radius: 20px;
    bottom: -10px;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    transition: bottom 75ms ease 0.12s, transform 75ms ease;
    transition-duration: 150ms;
    transition-property: transform;
    transition-timing-function: ease;
    width: 32px;
}
.menu-button .menu-text {
    font-size: 10px;
    font-weight: 700;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 16px;
    transition: 75ms ease-in-out;
}
@media (min-width: 992px) {
    .menu-button {
        display: none;
    }
}
.plan-unlimited .menu-text {
    color: #000;
}
.plan-unlimited .menu-burger {
    background-color: #000;
}
.plan-unlimited .menu-burger::after {
    background-color: #000;
}
.plan-5gb .menu-text,
.plan-15gb .menu-text,
.plan-20gb .menu-text {
    color: #fff;
}
.plan-5gb .menu-burger,
.plan-15gb .menu-burger,
.plan-20gb .menu-burger {
    background-color: #fff;
}
.plan-5gb .menu-burger::after,
.plan-15gb .menu-burger::after,
.plan-20gb .menu-burger::after {
    background-color: #fff;
}
@media (min-width: 992px) {
    .plan-unlimited .nav-link:not(.nav__link__btn):hover::after {
        background: #000 !important;
    }
}
@media (min-width: 992px) {
    .plan-5gb .nav-link:not(.nav__link__btn):hover::after,
    .plan-15gb .nav-link:not(.nav__link__btn):hover::after,
    .plan-20gb .nav-link:not(.nav__link__btn):hover::after {
        background: #fff !important;
    }
}

.c-plan-detail__title-meta {
    display: block;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 7px;
    font-weight: 400;
    line-height: 1;
    margin-top: 0.5rem;
}
.c-plan-detail__title-symbol {
    margin: 0 0.25rem;
    vertical-align: top;
}
.c-plan-detail__title > span {
    display: inline-block;
    text-align: center;
}
.c-plan-detail__block:first-child {
    border-bottom: 4px solid #000;
    padding-bottom: 0;
}
.c-plan-detail__illo {
    margin-top: 2rem;
    text-align: center;
}
.c-plan-detail__illo img {
    display: block;
    margin: 0 auto;
    width: 100px;
}
@media (min-width: 992px) {
    .c-plan-detail__illo img {
        width: 180px;
    }
}
.c-plan-detail__perk-list {
    list-style: none;
    margin: 1rem 0 2rem;
    padding: 0;
}
@media (min-width: 992px) {
    .c-plan-detail__perk-list {
        margin-top: 3rem;
    }
}
.c-plan-detail__perk {
    font-size: 1rem;
    line-height: 24px;
    padding-left: 24px;
    position: relative;
}
@media (min-width: 992px) {
    .c-plan-detail__perk {
        font-size: 1.125rem;
    }
}
.c-plan-detail__perk-pill {
    border-radius: 2px;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 16px;
}
.c-plan-detail__perks-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.c-plan-detail__perk:nth-child(1) .c-plan-detail__perk-pill {
    background-color: #ffa52a;
    transform: rotate(-15deg);
}
.c-plan-detail__perk:nth-child(2) .c-plan-detail__perk-pill {
    background-color: #ffade3;
    transform: rotate(20deg);
}
.c-plan-detail__perk:nth-child(3) .c-plan-detail__perk-pill {
    background-color: #83d3e3;
    transform: rotate(-15deg);
}
.c-plan-detail__perk:nth-child(4) .c-plan-detail__perk-pill {
    background-color: #008cff;
    transform: rotate(20deg);
}
.c-plan-detail__perk:nth-child(5) .c-plan-detail__perk-pill {
    background-color: #cfacff;
    transform: rotate(-15deg);
}
@media (min-width: 992px) {
    .c-plan-detail__block {
        width: 50%;
    }
    .c-plan-detail {
        display: flex;
    }
    .c-plan-detail__title-meta {
        font-size: 12px;
        margin-top: 1rem;
    }
    .c-plan-detail__title-symbol {
        margin: 0 0.5rem;
    }
    .c-plan-detail__block:first-child {
        border: 0;
    }
}
.c-tile-wrapper {
    margin: 0 auto;
    max-width: 400px;
}
.c-tiles-container {
    margin-top: 4rem;
}
@media (min-width: 992px) {
    .c-tiles-container {
        display: flex;
        margin: 4rem -2rem;
    }
    .c-tile-wrapper {
        margin: auto;
        max-width: 100%;
        padding: 0 2rem;
        width: 50%;
    }
}
.c-tiles {
    padding: 0 0 6rem;
    text-align: center;
}
.c-tiles__button {
    margin: 0 auto;
    transform: translateY(-27px);
}
.c-tile {
    padding: 0 2rem 3rem;
    text-align: center;
}
@media (min-width: 992px) {
    .c-tile {
        padding: 0 4rem 2rem;
    }
}
.c-tile--green {
    background-color: #83d3e3;
}
.c-tile--pink {
    background-color: #ffade3;
}
.c-tile-wrapper:nth-child(even) .c-tile {
    margin-top: 4rem;
}
.c-tile__icon {
    text-align: center;
}
.c-tile__icon img {
    margin-top: -2rem;
}
.c-tile__copy {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}
.c-tile__button {
    background: #fff;
    border: 2px solid #000;
    color: #000;
    display: inline-block;
    font-weight: bold;
    margin: 2rem auto 0;
    min-width: 180px;
    padding: 0.5rem;
    text-align: center;
}
.u-cover {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.u-black {
    color: #000;
}
.u-white {
    color: #fff;
}
.u-bg-blue {
    background-color: #008cff;
}
.u-bg-green {
    background-color: #83d3e3;
}
.u-bg-grey,
.u-bg-light-grey {
    background-color: #b8b6c7;
}
.u-bg-mauve {
    background-color: #cfacff;
}
.u-bg-pink {
    background-color: #ffade3;
}
.u-bg-navy {
    background-color: #1e3c91;
}
.u-bg-white {
    background-color: #fff;
}
.u-bg-yellow {
    background-color: #ffa52a;
}
.u-dn {
    display: none;
}
.u-db {
    display: block;
}
@media (min-width: 992px) {
    .u-dn-ns {
        display: none;
    }
    .u-db-ns {
        display: block;
    }
}
.u-embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.u-embed-responsive::before {
    content: "";
    display: block;
}
.u-embed-responsive .embed-responsive-item,
.u-embed-responsive iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.u-embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.no-scroll-mobile {
    height: 100%;
    overflow: hidden;
}
@media (min-width: 992px) {
    .no-scroll-mobile {
        overflow: auto;
    }
}
.u-padding-small {
    padding: 1rem;
}
.u-padding {
    padding: 2rem;
}
.u-padding-large {
    padding: 4rem;
}
.u-padding-top {
    padding-top: 2rem;
}
@media (min-width: 992px) {
    .u-padding-small-ns {
        padding: 1rem;
    }
    .u-padding-ns {
        padding: 2rem;
    }
    .u-padding-large-ns {
        padding: 4rem;
    }
}
.u-margin-top-small {
    margin-top: 1rem;
}
.u-margin-bottom-small {
    margin-bottom: 1rem;
}
.u-margin-top {
    margin-top: 2rem;
}
.u-margin-bottom {
    margin-bottom: 2rem;
}
.u-margin-top-large {
    margin-top: 32px;
}
.u-margin-bottom-large {
    margin-bottom: 4rem;
}
.u-light {
    font-weight: 300;
}
.hero-home {
    text-align: center;
}
.hero-home h1 {
    text-shadow: -8px -8px 0 #fff, 0 -8px 0 #fff, 8px -8px 0 #fff, 8px 0 0 #fff, 8px 8px 0 #fff, 0 8px 0 #fff, -8px 8px 0 #fff, -8px 0 0 #fff;
}
.hero-home .confetti {
    background-size: 120%;
}
@media (min-width: 576px) {
    .hero-home .confetti {
        background-size: 60%;
    }
}
@media (min-width: 992px) {
    .hero-home .confetti {
        background-size: 40%;
        min-height: 22rem;
        padding: 3rem;
    }
}
.hero-home .roundel {
    margin-bottom: 1.75rem;
}
.easter-hero {
    text-align: center;
}
.easter-hero h1 {
    color: #440583;
    font-size: 2em;
}
@media (min-width: 576px) {
    .easter-hero h1 {
        font-size: 2.8em;
    }
}
.easter-hero__main {
    background-image: url("/EasterHeader_Mobile_Notext@2x.png");
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
}
@media (min-width: 576px) {
    .easter-hero__main {
        background-image: url("/EasterHeader_Desktop_Notext@2x.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 1200px auto;
        min-height: 400px;
    }
}
.easter-hero__title {
    margin: 0.5rem 0;
}
.easter-hero__wrapper {
    padding: 20px 35px 0;
}
@media (min-width: 576px) {
    .easter-hero__wrapper {
        padding: 25px 24px 0;
    }
}
.easter-hero__text-banner {
    background-color: #8659c6;
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    width: 250px;
}
@media (min-width: 576px) {
    .easter-hero__text-banner {
        font-size: 1.3rem;
        font-weight: 600;
        line-height: 38px;
        width: 380px;
    }
}
.easter-hero__text-banner:before {
    border: 15px solid #8659c6;
    border-left-color: transparent;
    bottom: 0;
    content: "";
    left: -25px;
    position: absolute;
}
@media (min-width: 576px) {
    .easter-hero__text-banner:before {
        border-width: 19px;
        left: -33px;
    }
}
.easter-hero__text-banner:after {
    border: 15px solid #8659c6;
    border-right-color: transparent;
    bottom: 0;
    content: "";
    position: absolute;
    right: -25px;
}
@media (min-width: 576px) {
    .easter-hero__text-banner:after {
        border-width: 19px;
        right: -33px;
    }
}
.easter-hero__text-banner-sub {
    width: 220px;
}
.easter-hero__intro {
    margin-bottom: 200px;
}
@media (min-width: 576px) {
    .easter-hero__intro {
        margin-bottom: 300px;
    }
}
.easter-hero__buttons .btn--primary {
    margin-top: 0;
}
.terms h1 {
    font-size: 2.25rem;
}
.terms h3 {
    font-size: 1.66em;
}
.terms .o-bullet-list,
.terms .o-bullet-list li {
    list-style: disc;
    list-style-position: inside;
}
@font-face {
    font-family: "webflow-icons";
    font-style: normal;
    font-weight: normal;
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==")
    format("truetype");
}
[class^="w-icon-"],
[class*=" w-icon-"] {
    font-family: "webflow-icons" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}
.w-icon-slider-right:before {
    content: "\e600";
}
.w-icon-slider-left:before {
    content: "\e601";
}
.w-icon-nav-menu:before {
    content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
    content: "\e603";
}
.w-icon-file-upload-remove:before {
    content: "\e900";
}
.w-icon-file-upload-icon:before {
    content: "\e903";
}
* {
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    background-color: #fff;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    min-height: 100%;
    width: 100%;
}
img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
html.w-mod-touch * {
    background-attachment: scroll !important;
}
.w-block {
    display: block;
}
.w-inline-block {
    display: inline-block;
    max-width: 100%;
}
.w-clearfix:before,
.w-clearfix:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}
.w-clearfix:after {
    clear: both;
}
.w-hidden {
    display: none;
}
.w-button {
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    color: white;
    cursor: pointer;
    display: inline-block;
    line-height: inherit;
    padding: 9px 15px;
    text-decoration: none;
}
input.w-button {
    -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
    background: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0 none transparent;
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    clear: none;
    color: inherit;
    cursor: inherit;
    direction: ltr;
    display: block;
    float: none;
    font-family: inherit;
    font-size: inherit;
    font-smoothing: auto;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    height: auto;
    left: auto;
    letter-spacing: inherit;
    line-height: inherit;
    list-style-type: disc;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    position: static;
    right: auto;
    text-align: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-shadow: none;
    text-transform: inherit;
    top: auto;
    transform: none;
    transition: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: inherit;
    width: auto;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: auto;
}
.w-webflow-badge {
    background-color: #fff !important;
    border-radius: 3px !important;
    bottom: 12px !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #aaadb0 !important;
    cursor: pointer;
    display: inline-block !important;
    font-size: 12px !important;
    height: auto !important;
    left: auto !important;
    line-height: 14px !important;
    margin: 0 !important;
    opacity: 1 !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 6px 8px 6px 6px !important;
    position: fixed !important;
    right: 12px !important;
    text-decoration: none !important;
    top: auto !important;
    transform: none !important;
    visibility: visible !important;
    white-space: nowrap;
    width: auto !important;
    z-index: 2147483647 !important;
}
.w-webflow-badge > img {
    display: inline-block !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    visibility: visible !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 10px;
}
h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}
h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}
h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
}
p {
    margin-bottom: 10px;
    margin-top: 0;
}
blockquote {
    border-left: 5px solid #e2e2e2;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
    padding: 10px 20px;
}
figure {
    margin: 0;
    margin-bottom: 10px;
}
figcaption {
    margin-top: 5px;
    text-align: center;
}
.w-list-unstyled {
    list-style: none;
    padding-left: 0;
}
.w-embed:before,
.w-embed:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}
.w-embed:after {
    clear: both;
}
.w-video {
    padding: 0;
    position: relative;
    width: 100%;
}
.w-video iframe,
.w-video object,
.w-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    border: 0;
    cursor: pointer;
}
.w-form {
    margin: 0 0 15px;
}
.w-form-done {
    background-color: #ddd;
    display: none;
    padding: 20px;
    text-align: center;
}
.w-form-fail {
    background-color: #ffdede;
    display: none;
    margin-top: 10px;
    padding: 10px;
}
label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.w-input,
.w-select {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.428571429;
    margin-bottom: 10px;
    padding: 8px 12px;
    vertical-align: middle;
    width: 100%;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
    color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999;
}
.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
    background-color: #eee;
    cursor: not-allowed;
}
textarea.w-input,
textarea.w-select {
    height: auto;
}
.w-select {
    background-color: #f3f3f3;
}
.w-select[multiple] {
    height: auto;
}
.w-form-label {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
}
.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}
.w-radio:after {
    clear: both;
}
.w-radio-input {
    float: left;
    line-height: normal;
    margin: 4px 0 0;
    margin-left: -20px;
    margin-top: 1px \9;
}
.w-radio-input {
    margin-top: 3px;
}
.w-file-upload {
    display: block;
    margin-bottom: 10px;
}
.w-file-upload-input {
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0.1px;
    z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
    color: #333;
    display: inline-block;
}
.w-file-upload-error {
    display: block;
    margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
    display: none;
}
.w-file-upload-uploading-btn {
    background-color: #fafafa;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 8px 12px;
}
.w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
}
.w-file-upload-file-name {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.w-file-remove-link {
    cursor: pointer;
    display: block;
    height: auto;
    margin-left: 10px;
    margin-top: 3px;
    padding: 3px;
    width: auto;
}
.w-icon-file-upload-remove {
    font-size: 10px;
    margin: auto;
}
.w-file-upload-error-msg {
    color: #ea384c;
    display: inline-block;
    padding: 2px 0;
}
.w-file-upload-info {
    display: inline-block;
    line-height: 38px;
    padding: 0 12px;
}
.w-file-upload-label {
    background-color: #fafafa;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 8px 12px;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
    display: inline-block;
    margin-right: 8px;
    width: 20px;
}
.w-icon-file-upload-uploading {
    height: 20px;
}
.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}
.w-container:after {
    clear: both;
}
.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
}
.w-row:before,
.w-row:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}
.w-row:after {
    clear: both;
}
.w-row .w-row {
    margin-left: 0;
    margin-right: 0;
}
.w-col {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
}
.w-col .w-col {
    padding-left: 0;
    padding-right: 0;
}
.w-col-1 {
    width: 8.33333333%;
}
.w-col-2 {
    width: 16.66666667%;
}
.w-col-3 {
    width: 25%;
}
.w-col-4 {
    width: 33.33333333%;
}
.w-col-5 {
    width: 41.66666667%;
}
.w-col-6 {
    width: 50%;
}
.w-col-7 {
    width: 58.33333333%;
}
.w-col-8 {
    width: 66.66666667%;
}
.w-col-9 {
    width: 75%;
}
.w-col-10 {
    width: 83.33333333%;
}
.w-col-11 {
    width: 91.66666667%;
}
.w-col-12 {
    width: 100%;
}
.w-hidden-main {
    display: none !important;
}
@media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }
    .w-hidden-main {
        display: inherit !important;
    }
    .w-hidden-medium {
        display: none !important;
    }
    .w-col-medium-1 {
        width: 8.33333333%;
    }
    .w-col-medium-2 {
        width: 16.66666667%;
    }
    .w-col-medium-3 {
        width: 25%;
    }
    .w-col-medium-4 {
        width: 33.33333333%;
    }
    .w-col-medium-5 {
        width: 41.66666667%;
    }
    .w-col-medium-6 {
        width: 50%;
    }
    .w-col-medium-7 {
        width: 58.33333333%;
    }
    .w-col-medium-8 {
        width: 66.66666667%;
    }
    .w-col-medium-9 {
        width: 75%;
    }
    .w-col-medium-10 {
        width: 83.33333333%;
    }
    .w-col-medium-11 {
        width: 91.66666667%;
    }
    .w-col-medium-12 {
        width: 100%;
    }
    .w-col-stack {
        left: auto;
        right: auto;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .w-hidden-main {
        display: inherit !important;
    }
    .w-hidden-medium {
        display: inherit !important;
    }
    .w-hidden-small {
        display: none !important;
    }
    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
    }
    .w-col {
        left: auto;
        right: auto;
        width: 100%;
    }
    .w-col-small-1 {
        width: 8.33333333%;
    }
    .w-col-small-2 {
        width: 16.66666667%;
    }
    .w-col-small-3 {
        width: 25%;
    }
    .w-col-small-4 {
        width: 33.33333333%;
    }
    .w-col-small-5 {
        width: 41.66666667%;
    }
    .w-col-small-6 {
        width: 50%;
    }
    .w-col-small-7 {
        width: 58.33333333%;
    }
    .w-col-small-8 {
        width: 66.66666667%;
    }
    .w-col-small-9 {
        width: 75%;
    }
    .w-col-small-10 {
        width: 83.33333333%;
    }
    .w-col-small-11 {
        width: 91.66666667%;
    }
    .w-col-small-12 {
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .w-container {
        max-width: none;
    }
    .w-hidden-main {
        display: inherit !important;
    }
    .w-hidden-medium {
        display: inherit !important;
    }
    .w-hidden-small {
        display: inherit !important;
    }
    .w-hidden-tiny {
        display: none !important;
    }
    .w-col {
        width: 100%;
    }
    .w-col-tiny-1 {
        width: 8.33333333%;
    }
    .w-col-tiny-2 {
        width: 16.66666667%;
    }
    .w-col-tiny-3 {
        width: 25%;
    }
    .w-col-tiny-4 {
        width: 33.33333333%;
    }
    .w-col-tiny-5 {
        width: 41.66666667%;
    }
    .w-col-tiny-6 {
        width: 50%;
    }
    .w-col-tiny-7 {
        width: 58.33333333%;
    }
    .w-col-tiny-8 {
        width: 66.66666667%;
    }
    .w-col-tiny-9 {
        width: 75%;
    }
    .w-col-tiny-10 {
        width: 83.33333333%;
    }
    .w-col-tiny-11 {
        width: 91.66666667%;
    }
    .w-col-tiny-12 {
        width: 100%;
    }
}
.w-widget {
    position: relative;
}
.w-widget-map {
    height: 400px;
    width: 100%;
}
.w-widget-map label {
    display: inline;
    width: auto;
}
.w-widget-map img {
    max-width: inherit;
}
.w-widget-map .gm-style-iw {
    text-align: center;
}
.w-widget-map .gm-style-iw > button {
    display: none !important;
}
.w-widget-twitter {
    overflow: hidden;
}
.w-widget-twitter-count-shim {
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 28px;
}
.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative;
    text-align: center;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative;
}
.w-widget-twitter-count-shim.w--large {
    height: 28px;
    margin-left: 7px;
    width: 36px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
    border: solid transparent;
    content: " ";
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-color: rgba(117, 134, 150, 0);
    border-right-color: #5d6c7b;
    border-width: 4px;
    margin-left: -9px;
    margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-left: -10px;
    margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: white;
    border-width: 4px;
    margin-left: -8px;
    margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-left: -9px;
    margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
    height: 33px;
    margin-bottom: 8px;
    width: 61px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
    border: solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.w-widget-twitter-count-shim.w--vertical:before {
    border-color: rgba(117, 134, 150, 0);
    border-top-color: #5d6c7b;
    border-width: 5px;
    margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white;
    border-width: 4px;
    margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
}
.w-widget-gplus {
    overflow: hidden;
}
.w-background-video {
    color: white;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.w-background-video > video {
    background-position: 50% 50%;
    background-size: cover;
    bottom: -100%;
    left: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: -100%;
    top: -100%;
    z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}
.w-slider {
    background: #ddd;
    clear: both;
    height: 300px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    text-align: center;
}
.w-slider-mask {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    right: 0;
    white-space: nowrap;
    z-index: 1;
}
.w-slide {
    display: inline-block;
    height: 100%;
    position: relative;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    width: 100%;
}
.w-slider-nav {
    bottom: 0;
    height: 40px;
    left: 0;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    text-align: center;
    top: auto;
    z-index: 2;
}
.w-slider-nav.w-round > div {
    border-radius: 100%;
}
.w-slider-nav.w-num > div {
    font-size: inherit;
    height: auto;
    line-height: inherit;
    padding: 0.2em 0.5em;
    width: auto;
}
.w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
    color: #fff;
}
.w-slider-nav-invert > div {
    background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
    background-color: #222;
}
.w-slider-dot {
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    display: inline-block;
    height: 1em;
    margin: 0 3px 0.5em;
    position: relative;
    transition: background-color 100ms, color 100ms;
    width: 1em;
}
.w-slider-dot.w-active {
    background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
    bottom: 0;
    color: white;
    cursor: pointer;
    font-size: 40px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 80px;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute;
}
.w-slider-arrow-left {
    right: auto;
    z-index: 3;
}
.w-slider-arrow-right {
    left: auto;
    z-index: 4;
}
.w-icon-slider-left,
.w-icon-slider-right {
    bottom: 0;
    height: 1em;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: 1em;
}
.w-dropdown {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    color: #222;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}
.w-dropdown-toggle {
    cursor: pointer;
    display: inline-block;
    padding-right: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w-icon-dropdown-toggle {
    bottom: 0;
    height: 1em;
    margin: auto;
    margin-right: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
}
.w-dropdown-list {
    background: #ddd;
    display: none;
    min-width: 100%;
    position: absolute;
}
.w-dropdown-list.w--open {
    display: block;
}
.w-dropdown-link {
    color: #222;
    display: block;
    padding: 10px 20px;
}
.w-dropdown-link.w--current {
    color: #0082f3;
}
.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-list {
    position: static;
}
@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-dropdown,
    .w-nav[data-collapse="medium"] .w-dropdown-toggle {
        display: block;
    }
    .w-nav[data-collapse="medium"] .w-dropdown-list {
        position: static;
    }
}
@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-dropdown,
    .w-nav[data-collapse="small"] .w-dropdown-toggle {
        display: block;
    }
    .w-nav[data-collapse="small"] .w-dropdown-list {
        position: static;
    }
    .w-nav-brand {
        padding-left: 10px;
    }
}
@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-dropdown,
    .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
        display: block;
    }
    .w-nav[data-collapse="tiny"] .w-dropdown-list {
        position: static;
    }
}
.w-lightbox-backdrop {
    background: rgba(0, 0, 0, 0.9);
    bottom: 0;
    color: #000;
    color: #fff;
    cursor: auto;
    font-family: serif;
    font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
    font-size: medium;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-weight: 300;
    left: 0;
    letter-spacing: normal;
    line-height: normal;
    line-height: 1.2;
    list-style: disc;
    opacity: 0;
    outline: 0;
    position: fixed;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    text-align: start;
    text-align: center;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: 0;
    -webkit-transform: translate(0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: 2000;
}
.w-lightbox-backdrop,
.w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.w-lightbox-view {
    height: 100vh;
    opacity: 0;
    position: absolute;
    width: 100vw;
}
.w-lightbox-view:before {
    content: "";
    height: 100vh;
}
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle;
}
.w-lightbox-figure {
    margin: 0;
    position: relative;
}
.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}
.w-lightbox-img {
    height: auto;
    max-width: none;
    width: auto;
}
.w-lightbox-image {
    display: block;
    float: none;
    max-height: 100vh;
    max-width: 100vw;
}
.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}
.w-lightbox-caption {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 0.5em 1em;
    position: absolute;
    right: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.w-lightbox-embed {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.w-lightbox-control {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    width: 4em;
}
.w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    bottom: 0;
    display: none;
    left: 0;
}
.w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    bottom: 0;
    display: none;
    right: 0;
}
.w-lightbox-close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    height: 2.6em;
    right: 0;
}
.w-lightbox-strip {
    bottom: 0;
    left: 0;
    line-height: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 1vh;
    position: absolute;
    right: 0;
    white-space: nowrap;
}
.w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    padding: 2vh 1vh;
    -webkit-transform: translate3d(0, 0, 0);
    width: 10vh;
}
.w-lightbox-active {
    opacity: 0.3;
}
.w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    overflow: hidden;
    position: relative;
}
.w-lightbox-thumbnail-image {
    left: 0;
    position: absolute;
    top: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}
.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}
.w-lightbox-spinner {
    animation: spin 0.8s infinite linear;
    border: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    box-sizing: border-box;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}
.w-lightbox-spinner:after {
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%;
    bottom: -4px;
    content: "";
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
}
.w-lightbox-hide {
    display: none;
}
.w-lightbox-noscroll {
    overflow: hidden;
}
@media (min-width: 768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh;
    }
    .w-lightbox-view,
    .w-lightbox-view:before {
        height: 96vh;
    }
    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
        height: 84vh;
    }
    .w-lightbox-image {
        max-height: 96vh;
        max-width: 96vw;
    }
    .w-lightbox-group .w-lightbox-image {
        max-height: 84vh;
        max-width: 82.3vw;
    }
    .w-lightbox-left,
    .w-lightbox-right {
        display: block;
        opacity: 0.5;
    }
    .w-lightbox-close {
        opacity: 0.8;
    }
    .w-lightbox-control:hover {
        opacity: 1;
    }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
    opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}
.w-richtext:after {
    clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
    white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
    overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
    outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
    bottom: 0;
    content: "";
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.w-richtext figure {
    max-width: 60%;
    position: relative;
}
.w-richtext figure > div:before {
    cursor: default !important;
}
.w-richtext figure img {
    width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: 0.6;
}
.w-richtext figure div {
    color: transparent;
    font-size: 0;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
    display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
    caption-side: bottom;
    display: table-caption;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
    height: 0;
    width: 60%;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
    width: 100%;
}
.w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
    clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
    width: 100%;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
    display: inline-block;
    padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
    clear: none;
    float: left;
    margin-right: 15px;
}
.w-richtext figure.w-richtext-align-floatright {
    clear: none;
    float: right;
    margin-left: 15px;
}
.w-nav {
    background: #ddd;
    position: relative;
    z-index: 1000;
}
.w-nav:before,
.w-nav:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}
.w-nav:after {
    clear: both;
}
.w-nav-brand {
    color: #333;
    float: left;
    position: relative;
    text-decoration: none;
}
.w-nav-link {
    color: #222;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
}
.w-nav-link.w--current {
    color: #0082f3;
}
.w-nav-menu {
    float: right;
    position: relative;
}
.w--nav-menu-open {
    background: #c8c8c8;
    display: block !important;
    left: 0;
    min-width: 200px;
    overflow: visible;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
}
.w--nav-link-open {
    display: block;
    position: relative;
}
.w-nav-overlay {
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
}
.w-nav-overlay .w--nav-menu-open {
    top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    top: 0;
    z-index: 1;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    top: 0;
    z-index: 1;
}
.w-nav-button {
    cursor: pointer;
    display: none;
    float: right;
    font-size: 24px;
    padding: 18px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w-nav-button.w--open {
    background-color: #c8c8c8;
    color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
    display: block;
}
@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }
    .w-nav-brand {
        padding-left: 10px;
    }
}
@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display: none;
    }
    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block;
    }
}
.w-tabs {
    position: relative;
}
.w-tabs:before,
.w-tabs:after {
    content: " ";
    display: table;
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1;
}
.w-tabs:after {
    clear: both;
}
.w-tab-menu {
    position: relative;
}
.w-tab-link {
    background-color: #ddd;
    color: #222;
    cursor: pointer;
    display: inline-block;
    padding: 9px 30px;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
}
.w-tab-link.w--current {
    background-color: #c8c8c8;
}
.w-tab-content {
    display: block;
    overflow: hidden;
    position: relative;
}
.w-tab-pane {
    display: none;
    position: relative;
}
.w--tab-active {
    display: block;
}
@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}
.w-ix-emptyfix:after {
    content: "";
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.w-dyn-empty {
    background-color: #ddd;
    padding: 10px;
}
.w-dyn-hide {
    display: none !important;
}
.w-dyn-bind-empty {
    display: none !important;
}
.w-condition-invisible {
    display: none !important;
} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.body {
    height: 100%;
}
body {
    min-width: 310px;
}
.header-section {
    align-items: flex-start;
    background-color: #ffa52a;
    -webkit-box-align: start;
    -webkit-box-pack: center;
    -ms-flex-align: start;
    -ms-flex-pack: center;
    height: 30%;
    justify-content: center;
}
.header-section.plans {
    background-color: #fff;
    height: auto;
}
.plans-title {
    color: #fff;
}
.plans-title__unlimited {
    color: #1f3c90;
}
.header.plans-subtitle {
    margin-bottom: 43px;
}
.header-section.home {
    background-color: #fff;
    display: block;
    height: auto;
}
.header-section._5gb-plan-page {
    background-color: #d03d7f;
    height: 30%;
}
.header-section._15gb-plan-page {
    background-color: #7265aa;
    height: 30%;
}
.header-section._20gb-plan-page {
    background-color: #1e3c91;
    height: 30%;
}
.header-section._thirtygb-plan-page {
    background-color: #1e3c91;
    height: 30%;
}
.container {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    -ms-flex-align: center;
    height: 100%;
}
.h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-align: center;
}
.header-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: block;
    -ms-flex-align: center;
    flex-direction: column;
    -ms-flex-pack: center;
    height: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 96px;
    padding-top: 96px;
    position: relative;
}
.cta-tile-h {
    color: #fff;
}
.h1 {
    display: block;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 16px;
    position: relative;
    text-align: center;
}
.h1.cta-tile-h {
    align-self: center;
    -webkit-box-ordinal-group: 0;
    clear: none;
    colour: #fff;
    -ms-flex-item-align: center;
    -ms-flex-order: -1;
    -ms-grid-row-align: center;
    margin-bottom: 0;
    margin-top: 110px;
    order: -1;
    position: relative;
}
.h1.cta-tile-h.p {
    align-self: center;
    color: #fff;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
}
.h1.header {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.h1.content {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    margin-top: 56px;
}
.activate-and-purchase-journey-ctas {
    height: 350px;
}
.activate-and-purchase-cta-columns {
    top: 30px;
    position: relative;
    @media (min-width: 992px) {
        align-items: center;
        -webkit-box-align: center;
        display: flex;
        -ms-flex-align: center;
        height: 100%;
        justify-content: center;
        gap: 0.5%;
    }
    @media (min-width: 1570px) {
        margin: 0 10%;
    }
}
.activate-and-purchase-cta-columns .cta-body-text {
    line-height: 35px;
}
.title-1-price {
    font-size: 60px;
    margin-bottom: 10px;
}
@media (max-width: 575.98px) {
    .title-1-price {
        font-size: 38px;
        margin-bottom: 0 !important;
    }
}
.title-1 {
    font-size: 60px;
    margin-bottom: 24px;
}
@media (max-width: 575.98px) {
    .title-1 {
        font-size: 38px;
    }
}
.cta-tile {
    background: rgb(249,175,6);
    background: linear-gradient(90deg, rgba(249,175,6,1) 15%, rgba(249,175,6,1) 42%, rgba(249,175,6,1) 25%, rgba(237,0,139,255) 100%);
    border-radius: 25px;
    align-items: center;
    -webkit-box-pack: center;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: center;
    flex-basis: 50%;
    height: auto;
    justify-content: center;
    padding: 0 5% 41px;
    @media (max-width: 767px) {
        margin-bottom: 50px;
    }
    @media (min-width: 768px) {
        margin-bottom: 45px;
    }
    @media (min-width: 1200px) {
    }
}
.cta-tile.purchase {
    background: rgb(31,60,144);
    background: linear-gradient(90deg, rgba(208,61,127,1) 0%, rgba(31,60,144,1) 60%, rgba(31,60,144,1) 50%, rgba(31,60,144,1) 100%);
}
.cta-tile-icon {
    height: 182px;
    position: relative;
    top: 0;
    width: 182px;
}
.section {
    height: 400px;
}
.cta-tile-group {
    height: 100%;
    width: 50%;
}
.div-block {
    height: 75182px;
}
.home-page__tile-header {
    font-size: 32px;
    line-height: 116%;
    @media (min-width: 1200px) {
        margin: 0;
    }
}
.cta-tile-icon-div {
    background-position: 0 0;
    background-size: contain;
    -webkit-box-pack: center;
    display: block;
    justify-content: center;
    margin-bottom: -110px;
    position: relative;
    top: -125px;
    width: 125px;
    @media (min-width: 768px) {
        top: -121px;
        width: 152px;
    }
    @media (min-width: 992px) {
        top: -120px;
    }
    @media (min-width: 1200px) {
        top: -91px;
    }
}
.heading {
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-box-pack: center;
    clear: none;
    display: block;
    flex: 0 0 auto;
    -ms-flex-item-align: center;
    -ms-flex-order: -1;
    -ms-flex-pack: center;
    -ms-grid-row-align: center;
    justify-content: center;
    order: -1;
    position: relative;
}
.heading-2 {
    align-self: flex-start;
    -ms-flex-item-align: start;
    margin-top: 94px;
}
.text-block {
    align-self: flex-start;
    -ms-flex-item-align: start;
}
.text-block-2 {
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -ms-flex-item-align: start;
    order: 1;
    position: relative;
    text-align: center;
}
.text-block-3 {
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-box-pack: center;
    clear: none;
    display: block;
    flex: 1;
    -ms-flex-item-align: center;
    -ms-flex-order: 1;
    -ms-flex-pack: center;
    -ms-grid-row-align: center;
    justify-content: center;
    order: 1;
    position: relative;
}
.heading-3 {
    position: relative;
}
.large-button {
    align-items: center;
    align-self: center;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    color: #000;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-item-align: center;
    -ms-flex-pack: center;
    font-size: 18px;
    height: 72px;
    justify-content: center;
    margin-top: 24px;
    position: relative;
    width: 308px;
}
.large-button.activate {
    align-content: flex-end;
    bottom: 0%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-line-pack: end;
    -ms-flex-order: 1;
    flex-wrap: nowrap;
    left: 0%;
    order: 1;
    position: absolute;
    right: 0%;
    top: auto;
}
.large-button.purchase {
    order: 1;
}
.cta-body-text {
    align-self: center;
    -webkit-box-flex: 0;
    color: #1f3c90;
    flex: 0 0 auto;
    -ms-flex-item-align: center;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 30px;
    font-weight: 600;
    -ms-grid-row-align: center;
    line-height: 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    @media (min-width: 1200px) {
        margin-top: 0;
    }
}
.cta-body-text.w {
    align-self: center;
    color: #fff;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
}
.plan-tile {
    text-align: center;
    width: auto;
}
.cta-tile-row {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-items: center;
}
@media (max-width: 575.98px) {
    h2.plan-title {
        margin-top: 0;
    }
}
.plans-section {
    background-color: #ecf8ff;
    height: auto;
    padding: 61px 0;
}
@media (max-width: 575.98px) {
    .plans-section {
        padding: 0 24px 56px;
    }
}
@media (min-width: 576px) {
    .plans-section {
        padding: 0px 24px;
    }
}
.plan-title {
    font-size: 30px;
}
@media (max-width: 575.98px) {
    .plan-title {
        font-size: 24px;
        margin-bottom: 0;
    }
}
.h4.plan-info-tiles {
    color: #1e3c91;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    line-height: 24px;
    margin-bottom: 16px;
    margin-left: 96px;
    margin-top: 4px;
    text-align: left;
}
.h4.bought-a-sim {
    color: #1e3c91;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 20px;
    margin-bottom: 8px;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    text-align: left;
}
.title-2 {
    font-size: 60px;
    line-height: 64px;
    margin: 0 auto;
    text-align: center;
}
.title-2.planprice {
    margin-top: 48px;
}
.plans-section-container {
    height: 100%;
}
.plan-tile-columns-desktop {
    height: auto;
    margin-top: 40px;
    position: relative;
}
.plans-boxes,
.other-plans-boxes {
    align-items: center;
    display: grid;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    grid-column-gap: 2%;
    grid-template-columns: 150px 300px 300px 150px;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 70px;
    position: relative;
    width: 100%;
}
.plans-boxes .plan-tile-cta-button {
    font-size: 20px;
    font-weight: bold;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    height: 52px;
}

.plan-page .plans-boxes,
.plan-page .other-plans-boxes {
    margin-top: 46px;
}
.other-plans__plan-20gb {
    grid-column: 3;
    grid-row: 1;
}
.other-plans__plan-unlimited {
    grid-column: 3;
    grid-row: 1;
}
.other-plans__plan-5gb {
    grid-column: 1;
    grid-row: 1;
}
.other-plans-boxes {
    grid-template-rows: initial;
    margin-bottom: 40px;
    margin-top: 40px;
}
.txt-no-speed-restriction {
    display: flex;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    justify-content: center;
    text-align: center;
    color: #1f3c90;
    font-size: 18px;
}
.txt-no-speed-restriction.unlimited {
    margin-bottom: 0;
}
.plan-box__content__pricing__container {
    display: grid;
    grid-template-columns: auto;
}
.space-top {
    margin-top: 24px;
}
.plans-boxes__full {
    grid-template-columns: repeat(4, 260px);
    grid-template-rows: initial;
    margin-top: 0;
}
@media (max-width: 1130px) {
    .plans-boxes__full {
        grid-template-columns: repeat(4, 22vw);
    }
}
.plans-boxes__plan-details__container {
    display: grid;
    grid-template-columns: 500px;
    justify-content: center;
    margin-bottom: -100px;
    position: relative;
    top: -100px;
}
.our-plan__content {
    margin-bottom: -110px;
    position: relative;
    top: -110px;
}
.plan-box {
    color: #1f3c90;
    background-color: #fff;
    border: 2px solid #00ACCD;
    position: relative;
    text-decoration: none;
    text-align: center;
}
.plan-box:hover {
    color: #1f3c90;
}
.our-plan__content-root {
    padding: 0;
}
@media (min-width: 992px) {
    .our-plan__content-root {
        padding-top: 24px;
    }
}
.plan-title__price__mobile-only {
    display: none;
}
@media (max-width: 330px) {
    .plan-title__price__mobile-only h2 {
        font-size: 24px;
    }
}
.plan-title__name h2 {
    font-size: 32px;
    line-height: 116%;
    margin: 0 auto;
}
@media (max-width: 575.98px) {
    .plan-title__name h2 {
        font-size: 28px;
        line-height: 36px;
    }
}
@media (max-width: 330px) {
    .plan-title__name h2 {
        font-size: 24px;
    }
}
.plan-box__content {
    align-items: center;
    display: grid;
    grid-row-gap: 12px;
    grid-template-columns: 100%;
    grid-template-rows: auto 64px auto;
    justify-content: center;
    margin-bottom: 24px;
    margin-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
}
.plan-page .plan-box__content {
    grid-template-rows: auto 64px;
}
@media not all and (min-width: 992px) {
    .plan-page .plan-box__content {
        grid-template-rows: auto;
    }
}
.plan-box__plan-details__content .checklist-item {
    font-size: 18px;
}
.plan-box__plan-details__content__root {
    align-items: center;
    display: grid;
    grid-row-gap: 24px;
    grid-template-columns: 90%;
    grid-template-rows: auto 60px auto;
    justify-content: center;
    padding-top: 32px;
}
@media not all and (min-width: 992px) {
    .plan-box__plan-details__content__root {
        grid-row-gap: 20px;
        padding-top: 24px;
    }
}
.plan-box__content.long {
    grid-row-gap: 16px;
    grid-template-rows: auto 38px 38px auto auto auto auto auto;
    margin-top: 24px;
}
.plan-box__content.long .plan-tile-cta-button {
    margin-top: 12px;
}
.plan-box__content-bigger {
    margin-bottom: 40px;
    margin-top: 40px;
}
.plan-box__plan-details__content {
    align-items: center;
    display: grid;
    grid-row-gap: 19px;
    grid-template-columns: 100%;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 8px;
    min-height: 246px;
}
@media not all and (min-width: 992px) {
    .plan-box__plan-details__content {
        grid-row-gap: 15px;
        margin-top: 4px;
    }
}
.column {
    height: 100%;
}
.plan-tile-column {
    display: flex;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.plan-tile-group {
    background-color: #fff;
    border: 2px solid #00ACCD;
    display: inline-block;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.border-5gb {
    border: 2px solid #d03d7f;
}
.plan-tile-group.checklist {
    margin-left: 0;
    margin-right: 0;
}
.plan-tile-colour-block-group {
    background-color: #00ACCD;
    border-color: #00ACCD;
    border-style: none none solid;
    height: auto;
    padding-bottom: 18px;
    padding-top: 20px;
    position: relative;
}
.plan-tile-colour-block-group .black-elephant {
    margin-top: 8px;
}
.plan-tile-colour-block-group .white-elephant {
    margin-top: 8px;
}
.plan-tile-colour-block-group._15gb {
    background-color: #7265aa;
}
.plan-tile-colour-block-group-mobile.unltd .body-text {
    color: #000;
}
.plan-tile-colour-block-group.unltd {
    background-color: #ffa52a;
    border-bottom: 0;
    border-color: #ffa52a;
    position: relative;
}
@media not all and (min-width: 992px) {
    .plan-tile-colour-block-group.unltd {
        padding-top: 24px;
    }
}
.plan-tile-colour-block-group._20gb {
    background-color: #1e3c91;
    border-color: #1e3c91;
}
.plan-tile-colour-block-group._thirtygb {
    background-color: #1e3c91;
    border-color: #1e3c91;
}
.heading-5 {
    text-align: center;
}
.title-3 {
    font-size: 44px;
    line-height: 40px;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center;
    text-decoration: none;
}
.title-3.plan-tile-w {
    margin-top: 32px;
}
.title-3.unltd {
    font-size: 38px;
}
.cta-tile-linke-group {
    align-items: center;
    display: grid;
    grid-row-gap: 8px;
    grid-template-columns: auto;
    justify-content: center;
    justify-items: center;
    text-decoration: none;
    padding-top: 10px;
}
@media (max-width: 992px) {
    .cta-tile-linke-group {
        padding-top: 0;
    }
    .cta-tile-linke-group h3 {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .cta-tile-linke-group {
        grid-template-rows: 110px auto;
    }

}
.plan-tile-cta-button {
    align-items: center;
    align-self: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-item-align: center;
    -ms-flex-pack: center;
    height: 72px;
    justify-content: center;
    margin-top: 23px;
    text-transform: uppercase;
    background: rgb(0,172,205);
    background: linear-gradient(90deg, rgba(0,172,205,1) 15%, rgba(0,172,205,1) 42%, rgba(0,172,205,1) 50%, rgba(31,60,144,1) 82%);
    border-radius: 50px;
    color: white;
}
.activate-and-purchase-cta-columns .plan-tile-cta-button {
    width: 358px;
}
.plan-tile-cta-button:hover {
    box-shadow: none;
    left: 3px;
    position: relative;
    top: 3px;
}
.cta-tile-button h4 {
    font-size: 20px;
}
.purchase .plan-tile-cta-button {
    background: rgb(249,175,6);
    background: linear-gradient(90deg, rgba(249,175,6,1) 15%, rgba(249,175,6,1) 42%, rgba(249,175,6,1) 50%, rgba(208, 61, 127, 1) 82%);
}
.plan-box__content .cta-body-text {
    text-transform: uppercase;
}

.link-block-2 {
    height: 100%;
    position: absolute;
    width: 100%;
}
.div-block-2 {
    height: 50px;
}
.plan-tile-group:hover .plan-tile-cta-button {
    box-shadow: none;
    left: 3px;
    position: relative;
    top: 3px;
}
.plan-tile-cta-button._5gb.checklist {
    margin: 0;
}
.plan-page .title-1 {
    font-size: 60px;
    line-height: 116%;
    margin-bottom: 48px;
}
.plan-page .plan-tile-price {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 0;
}
.plan-tile-price {
    font-size: 35px;
    @media screen and (min-width: 992px) {
        font-size: 55px;
    }
    line-height: 52px;
    margin-bottom: 0;
    margin-top: 0;
}
.plan-tile-cta-button.activate-sim-cta {
    border-color: #1e3c91;
    bottom: auto;
    box-shadow: none;
    left: auto;
    margin: 24px 24px 0 0;
    position: absolute;
    right: 0%;
    top: 0%;
    width: 20%;
}
.text-block-5 {
    text-align: center;
}
.button-cta-text {
    color: #000;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 16px;
}
.div-block-3 {
    background-color: #fff;
    border: 2px solid #000;
    height: 26px;
    width: auto;
}
.all-you-need-tag {
    background-color: #1e3c91;
    border: 2px solid #1e3c91;
    bottom: auto;
    display: inline-block;
    left: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    position: absolute;
    right: 0%;
    text-align: center;
    top: -13px;
    width: 130px;
    z-index: 1;
}
.body-small-bold {
    color: #fff;
    display: inline;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-weight: 700;
}
.text-block-6 {
    color: #000;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-top: 56px;
    text-align: center;
}
.text-block-6.why-superdrug {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 60%;
}
.text-block-6.plans {
    margin-top: 0;
    text-decoration: underline;
}
@media (max-width: 575.98px) {
    .text-block-6.plans {
        margin-top: 0;
    }
}
.plan-tile-columns-mobile {
    display: none;
}
.body-text.plan-info-tile {
    color: #000;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-left: 96px;
}
.body-text.info-tile {
    color: #fff;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.body-text.header {
    color: #000;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 56px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    text-align: center;
    width: 70%;
}
.home-page-header {
    font-size: 24px;
}
@media (max-width: 575.98px) {
    .home-page-header {
        font-size: 60px !important;
    }
}
.plans-information-tiles {
    display: grid;
    grid-column-gap: 17px;
    grid-template-columns: 32% 32%;
    margin-top: 64px;
    justify-content: center;
}
@media (max-width: 575.98px) {
    .plans-information-tiles {
        grid-row-gap: 48px;
        grid-template-columns: auto;
        margin-top: 48px;
        padding: 0;
    }
}
.plan-information-tile-column {
    align-items: flex-start;
    -webkit-box-align: start;
    display: block;
    -ms-flex-align: start;
    padding-left: 0;
    padding-right: 0;
}
.plan-information-tile-icon {
    align-items: flex-start;
    background-image: url("../../assets/heart-phone.svg");
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-box-align: start;
    clear: left;
    display: flex;
    -ms-flex-align: start;
    flex-direction: column;
    float: none;
    height: 80px;
    position: absolute;
    width: 80px;
}
.plan-information-tile-icon.coverage-checker {
    background-image: url("../../assets/coverage-pin.svg");
}
.heading-8 {
    clear: left;
    float: left;
    margin-left: 96px;
    position: relative;
}
.body-text-link.plan-info-tile {
    color: #000;
    display: block;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-left: 96px;
    margin-top: 16px;
}
.body-small-text {
    color: #000;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
}
.body-small-text.plan-info-tile {
    color: #000;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    line-height: 20px;
    margin-left: 96px;
    margin-top: 16px;
}
.body-small-text.benefit-tile {
    color: #fff;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    position: relative;
    text-align: center;
}
.benefit-title {
    font-size: 32px;
    font-weight: 700;
}
@media (max-width: 575.98px) {
    .benefit-title {
        font-size: 18px;
    }
}
.link {
    color: #fff;
    text-decoration: underline;
}
.trustpilot-section {
    display: none;
    height: 300px;
}
.why-superdrug-mobile-section {
    height: auto;
    padding: 38px 5% 53px;
}
@media (max-width: 575.98px) {
    .why-superdrug-mobile-section {
        padding: 34px 5% 53px;
    }
}
.why-superdrug-mobile-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.plan-benefit-tile-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 407px;
    margin-top: 120px;
}
.plan-benefit-tile-div {
    align-content: center;
    align-items: center;
    background-color: #7265aa;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: flex;
    -ms-flex-align: center;
    flex-direction: column;
    -ms-flex-line-pack: center;
    -ms-flex-pack: start;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: flex-start;
    margin-right: 0;
    padding: 0 24px 0;
    @media screen and (max-width: 992px) {
        margin-bottom: 75px;
    }
}
.why-superdrug-mobile-container__title {
    font-size: 30px;
}
@media (max-width: 575.98px) {
    .why-superdrug-mobile-container__title {
        font-size: 22px;
        line-height: 116%;
    }
}
.plan-benefit-tile-div-img-container {
    border-radius: 50%;
    border: 3px solid #1f3c90;
    background: white;
    height: 124px;
    width: 124px;
    top: -110px;
    @media (min-width: 480px) {
        top: -50px;
    }
    @media (min-width: 575.98px) {
        top: -64px;
    }

    position: relative;
}
.plan-benefit-tile-div-img-container .plan-benefit-tile-icon {
    height: 75px;
    margin-bottom: -44px;
    position: relative;
    top: 16px;
    width: 124px;
}

.plan-benefit-tile-div-img-container .plan-benefit-tile-icon.rollover {
    height: 90px;
}
.plan-benefit-tile-div-img-container .plan-benefit-tile-icon.contract-free {
    height: 85px;
}
.plan-benefit-tile-div.double-points img {
    height: 75px;
    margin-bottom: -44px;
    position: relative;
    top: 16px;
    width: 124px;
}

.plan-benefit__grid {
    @media (min-width: 768px){
        display: grid;
        grid-column-gap: 10px;
        grid-row-gap: 86px;
        grid-template-columns: repeat(2, 50%);
    }
    @media (min-width: 1400px) {
        grid-template-columns: repeat(2, 500px);
    }

    grid-template-rows: auto auto;
    margin-bottom: 32px;
    margin-top: 94px;
}

.plan-benefit-tile__cta {
    max-width: initial;
    width: 300px;
}
@media (max-width: 575.98px) {
    .plan-benefit-tile__cta {
        max-width: initial;
        width: 90vw;
    }
}
.plan-benefit-tile-div.rollover {
    height: auto;
    background: rgb(31,60,144);
    background: linear-gradient(90deg, rgba(208,61,127,1) 0%, rgba(31,60,144,1) 60%, rgba(31,60,144,1) 50%, rgba(31,60,144,1) 100%);
    border-radius: 10px;
}
.plan-benefit-tile-div.points {
    background: rgb(249,175,6);
    background: linear-gradient(90deg, rgba(249,175,6,1) 0%, rgba(249,175,6,1) 10%, rgba(249,175,6,1) 5%, rgba(237,0,139,255) 100%);
    height: auto;
    border-radius: 10px;
}
.plan-benefit-tile-div.double-points {
    background: rgb(249,175,6);
    background: linear-gradient(90deg, rgba(249,175,6,1) 0%, rgba(249,175,6,1) 10%, rgba(249,175,6,1) 5%, rgba(237,0,139,255) 100%);
    height: auto%;
    border-radius: 10px;
}
.plan-benefit-tile-div.contract-free {
    background: rgb(31,60,144);
    background: linear-gradient(90deg, rgba(208,61,127,1) 0%, rgba(31,60,144,1) 60%, rgba(31,60,144,1) 50%, rgba(31,60,144,1) 100%);
    border-radius: 10px;
    height: auto;
}
.plan-benefit-tile-icon {
    height: 124px;
    margin-bottom: -44px;
    position: relative;
    top: -64px;
    width: 124px;
}
.text-block-7 {
    align-self: center;
    -webkit-box-ordinal-group: 2;
    display: block;
    -ms-flex-item-align: center;
    -ms-flex-order: 1;
    -ms-grid-row-align: center;
    margin-left: auto;
    margin-right: auto;
    order: 1;
    position: relative;
    text-align: center;
}
.text-block-8 {
    bottom: 0%;
    display: block;
    left: 0%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    position: relative;
    right: auto;
    text-align: center;
    top: 0%;
}
.plan-benefits-tile__content {
    display: grid;
    grid-row-gap: 16px;
    grid-template-columns: auto;
    grid-template-rows: auto 110px auto;
    text-align: center;
    top: -30px;
    position: relative;
}
.plan-benefits-tile__content .body-text {
    margin-top: 0;
}
@media (max-width: 575.98px) {
    .plan-benefits-tile__content {
        grid-template-rows: auto -webkit-max-content auto;
        grid-template-rows: auto max-content auto;
    }
}
@media (min-width: 576px) {
    .plan-benefits-tile__content {
        grid-template-rows: minmax(-webkit-max-content, 10%) minmax(-webkit-max-content, 110px) auto;
        grid-template-rows: minmax(max-content, 10%) minmax(max-content, 110px) auto;
    }
}
.other-plans__title {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 48px;
}
@media (max-width: 575.98px) {
    .other-plans__title {
        font-size: 24px;
        line-height: 100%;
    }
}
.unlimited-meaning__title {
    font-size: 28px;
    margin-top: 48px;
}
@media (max-width: 575.98px) {
    .unlimited-meaning__title {
        font-size: 24px;
    }
}
.plan-benefit-tile-columns {
    height: auto;
    margin-bottom: 40px;
    margin-top: 32px;
}
.plan-benefit-tile-column {
    height: 328px;
    padding-bottom: 0;
    padding-top: 0;
}
.bold-body-text {
    color: #fff;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}
.small-body-link {
    color: #fff;
}
.section-2 {
    height: 600px;
}
.container-2 {
    height: 100%;
}
.columns {
    height: 100%;
}
.column-3 {
    background-color: red;
    height: 100%;
}
.section-3 {
    height: 1000px;
}
.plans-desktop {
    background-color: #ecf8ff;
}
.plans-desktop.plan-page {
    padding-bottom: 64px;
}
.plans-desktop-container {
    height: 100%;
    position: relative;
}
.plan-tiles-columns-desktop {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: -80px;
}
.plan-checklists-desktop {
    height: 100%;
    padding-left: 10px;
}
.checklist-group {
    height: auto;
    position: relative;
}
.list {
    color: #e90000;
    margin-left: 30px;
    padding-left: 0;
    padding-right: 12px;
}
.checklist-item {
    color: #000;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    height: auto;
    padding-top: 4px;
}
.checklist-item.top {
    margin-top: 0;
}
.bullet {
    border-radius: 20px;
    height: 8px;
    width: 8px;
}
.bullet._5gb {
    background-color: #d03d7f;
    margin-top: 6px;
    position: absolute;
}
.bullet._15gb {
    background-color: #7265aa;
    margin-top: 6px;
    position: absolute;
}
.bullet._20gb {
    background-color: #1e3c91;
    margin-top: 6px;
    position: absolute;
}
.bullet._thirtygb {
    background-color: #1e3c91;
    margin-top: 6px;
    position: absolute;
}
.bullet.unltd {
    background-color: #ffa52a;
    margin-top: 6px;
    position: absolute;
}
.text-block-9 {
    clear: left;
    margin-left: 16px;
}
.checklist-text {
    margin-left: 16px;
}
.checklist-text.bold {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-weight: 700;
}
.checklist-text.bold.plan-page {
    margin-left: 20px;
}
.checklist-text.plan-page {
    font-size: 18px;
    line-height: 24px;
    margin-left: 20px;
}
.checklist-colour-link {
    bottom: 0%;
    height: auto;
    left: auto;
    position: relative;
    right: 0%;
    text-decoration: none;
    top: auto;
    width: 100%;
}
.link-block-3 {
    display: block;
    margin: 24px auto;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.bought-a-sim-section {
    background-color: #ecf8ff;
    height: auto;
    margin-top: 0;
    padding-bottom: 40px;
    position: relative;
}
.bought-a-sim-section.our-plan {
    padding-bottom: 0;
}
.our-plan-wrapper {
    background-color: white;
    display: grid;
    grid-row-gap: 24px;
    grid-template-columns: auto auto;
    margin-top: 7px;
    padding: 40px 15% 64px;
    width: 100%;
}
.our-plan-wrapper .grid-full-row {
    align-items: center;
    display: flex;
    grid-column-end: 3;
    grid-column-start: 1;
    justify-content: center;
}
.container-3 {
    height: 100%;
}
.bought-a-sim-card {
    background-color: #fff;
    -webkit-box-pack: center;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    -ms-flex-pack: center;
    height: auto;
    justify-content: center;
    margin: 0;
    padding: 24px;
    position: relative;
}
@media (min-width: 992px) {
    .bought-a-sim-card {
        margin-left: auto;
        margin-right: auto;
    }
}
.bought-a-sim-card.plan-page {
    margin: 40px 0 0;
}
.checklist-link {
    padding-bottom: 24px;
    text-decoration: none;
    width: 100%;
}
._5gb-plan-mobile-section {
    display: none;
}
._15gb-plan-mobile-section {
    display: none;
}
._20gb-plan-mobile-section {
    display: none;
}
._thirtygb-plan-mobile-section {
    display: none;
}
.unltd-plan-mobile-section {
    display: none;
}
.plan-page-checklist {
    background-color: #fff;
    border: 2px solid #d03d7f;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2px;
    width: 500px;
}
.backgroound-overlap {
    background-color: #d03d7f;
    height: 112px;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.backgroound-overlap._5gb {
    background-color: #d03d7f;
    height: 80px;
}
.backgroound-overlap._15gb {
    background-color: #7265aa;
    height: 80px;
}
.backgroound-overlap._20gb {
    background-color: #1e3c91;
    height: 80px;
}
.backgroound-overlap._thirtygb {
    background-color: #1e3c91;
    height: 80px;
}
.backgroound-overlap.unlimited {
    background-color: #ffa52a;
    height: 80px;
}
.plan-tile-cta-button._5gb {
    box-shadow: 3px 3px #d03d7f;
}
.plan-tile-cta-button._15gb {
    box-shadow: 3px 3px #7265aa;
}
.plan-tile-cta-button._20gb {
    box-shadow: 3px 3px #1e3c91;
}
.plan-tile-cta-button._thirtygb {
    box-shadow: unset;
    border: unset;
    background: rgb(0,172,205);
    background: linear-gradient(90deg, rgba(0,172,205,1) 15%, rgba(0,172,205,1) 42%, rgba(0,172,205,1) 50%, rgba(31,60,144,1) 82%);
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
}
.plan-tile-cta-button.unltd {
    box-shadow: unset;
    border: unset;
    background: rgb(249,175,6);
    background: linear-gradient(90deg, rgba(249,175,6,1) 0%, rgba(249,175,6,1) 10%, rgba(208, 61, 127, 1) 85%);
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
}
.link-2 {
    color: #000;
    text-decoration: underline;
}
.lottie-animation {
    width: 200px;
}
html.w-mod-js *[data-ix="homepage-cta-tile-hover"] {
    display: none;
}
.white-heading {
    color: white;
}
.white-body {
    color: #fff;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.blue-body {
    color: #1f3c90;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}
@media (max-width: 991px) {
    .header-section {
        height: auto;
    }
    .home-page-header {
        font-size: 18px !important;
    }
    .header-section.plans {
        height: auto;
    }
    .header-section._5gb-plan-page {
        height: auto;
    }
    .header-section._15gb-plan-page {
        height: auto;
    }
    .header-section._20gb-plan-page {
        height: auto;
    }
    .header-section._thirtygb-plan-page {
        height: auto;
    }
    .h2 {
        font-size: 44px;
        line-height: 40px;
    }
    .header-container {
        padding-bottom: 104px;
        padding-top: 72px;
    }
    .header-container.plan-page {
        padding-bottom: 48px;
        padding-top: 48px;
    }
    .h1 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .h1.header {
        width: 100%;
    }
    .h1.content {
        font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
        font-size: 30px;
    }
    .activate-and-purchase-journey-ctas {
        height: 380px;
    }
    .title-2 {
        font-size: 44px;
        line-height: 40px;
        margin-top: 0;
    }
    .title-3.unltd {
        font-size: 28px;
    }
    .text-block-6.why-superdrug {
        width: 100%;
    }
    .plan-benefit-tile-column {
        height: 372px;
    }
    .bold-body-text {
        text-align: center;
    }
    .checklist-text.plan-page {
        font-size: 14px;
        line-height: 20px;
    }
    .backgroound-overlap._5gb {
        height: 90px;
    }
    .txt-no-speed-restriction {
        justify-content: start;
        text-align: start;
    }
    .our-plan-wrapper {
        grid-row-gap: 56px;
        grid-template-columns: auto;
        padding-bottom: 42px;
        width: initial;
    }
    .our-plan-wrapper .grid-full-row {
        grid-column-end: 2;
    }
    .plan-page .title-1 {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 50px;
    }
    .plan-page .plan-tile-price {
        font-size: 32px;
        line-height: 116%;
    }
    .plan-page .plans-title__unlimited {
        font-size: 32px;
    }
    .card-plan-unlimited-benefit .card-plan-benefit {
        min-height: initial;
    }
    .card-plan-unlimited-benefit .card-plan-benefit img {
        height: initial;
    }
    .plans-title__unlimited {
        color: #1f3c90;
        font-size: 32px;
    }
    .plans-boxes,
    .other-plans-boxes {
        grid-row-gap: 26px;
        grid-template-columns: 100%;
        grid-template-rows: initial;
        margin-top: 47px;
        width: 100%;
    }
    .other-plans__plan-20gb {
        grid-column: auto;
        grid-row: auto;
    }
    .other-plans__plan-5gb {
        grid-column: auto;
        grid-row: auto;
    }
    .other-plans__plan-unlimited {
        grid-column: auto;
        grid-row: auto;
    }
    .plan-box__content.smaller {
        min-height: initial;
    }
    .plan-box__plan-details__content .checklist-item {
        font-size: 14px;
    }
    .plan-box__content__pricing__container h2 {
        margin: 0;
    }
    .plans-title {
        margin-bottom: 50px;
    }
    .plans-boxes__plan-details__container {
        grid-template-columns: 90%;
        margin-bottom: -50px;
        top: -50px;
    }
    .plan-title__name {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .plan-box__content {
        align-items: center;
        display: grid;
        grid-row-gap: 12px;
        grid-template-columns: 100%;
        grid-template-rows: initial;
        justify-content: center;
        margin-bottom: 24px;
        margin-top: 24px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .plan-box__content.long {
        grid-row-gap: 16px;
        grid-template-rows: initial;
        margin-bottom: 24px;
    }
    .plan-title__container {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
    }
    .plan-title__container .black-body {
        line-height: 120%;
    }
    .plan-title__container .white-body {
        line-height: 120%;
    }
    .box-unlimited {
        grid-row-start: 1;
    }
    .plan-title__price__mobile-only {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        /*margin-left: -50px;*/
    }
    .plan-title__price__mobile-only h2 {
        margin: 0;
    }
    .plan-title__price__mobile-only .plan-tile {
        text-align: end;
    }
    .plan-tile-colour-block-group {
        padding-bottom: 16px;
        padding-top: 20px;
    }
    .black-heading {
        font-size: 28px;
        line-height: 36px;
    }
    .white-heading {
        font-size: 28px;
        line-height: 36px;
    }
    .plans-box__content__pricing__desktop-only {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-section.plans {
        height: auto;
        padding-bottom: 0;
    }
    .header-section._15gb-plan-page {
        height: 15%;
    }
    .header-section._20gb-plan-page {
        height: 15%;
    }
    .header-section._thirtygb-plan-page {
        height: 15%;
    }
    .header-container {
        padding-bottom: 72px;
        padding-top: 72px;
    }
    .header-container.plans {
        padding-bottom: 72px;
    }
    .h1 {
        margin-bottom: 0;
    }
    .h1.header {
        width: 70%;
    }
    .h1.content {
        font-size: 24px;
        line-height: 24px;
        margin-top: 48px;
    }
    .activate-and-purchase-journey-ctas {
        display: none;
    }
    .cta-tile-linke-group {
        @media (min-width: 992px) {
            align-items: start;
            justify-content: start;
            justify-items: start;
            text-align: start;
        }

    }
    .cta-tile-mobile {
        height: 230px;
    }
    .activate-and-purchase__content__root {
        align-items: center;
        display: flex;
        flex-direction: row;
    }
    .activate-and-purchase__content__text {
        flex: 1;
        text-align: start;
    }
    .cta-tile-mobile.purchase {
        background-color: #1e3c91;
        height: auto;
        padding: 24px;
        position: relative;
    }
    .cta-tile-mobile.activate {
        background-color: #83d3e3;
        height: auto;
        padding: 24px;
        position: relative;
    }
    .h4 {
        color: #000;
        margin-bottom: 0;
        width: 70%;
    }
    .h4.w {
        color: #fff;
    }
    .h4.mobile {
        color: #000;
        font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
        font-size: 20px;
        margin-top: 0;
        text-align: left;
    }
    .h4.mobile.cta {
        color: #000;
        font-size: 18px;
        text-align: center;
        width: 90%;
    }
    .h4.bought-a-sim {
        width: 100%;
    }
    .cta-icon-mobile {
        height: 91px;
        width: 91px;
    }
    .cta-icon-mobile {
        margin-right: 0;
        margin-top: 0;
    }
    .cta-text {
        color: #1e3c91;
        font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
        font-weight: 300;
        margin-top: 8px;
        text-decoration: none;
        width: 70%;
    }
}
@media (max-width: 767px) and (max-width: 575.98px) {
    .cta-link-block-mobile .cta-text {
        font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
        margin-top: 8px;
    }
}
@media (max-width: 767px) {
    .cta-text.w {
        color: #fff;
    }
    .cta-button-mobile {
        align-items: center;
        background-color: #fff;
        border-radius: 3px;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        color: #000;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        font-size: 18px;
        font-weight: 400;
        height: 62px;
        justify-content: center;
        margin-top: 16px;
        width: 100%;
    }
    .plan-tile-columns-desktop {
        display: none;
    }
    .cta-link-block-mobile {
        bottom: auto;
        height: 100%;
        left: 0%;
        padding: 0;
        position: relative;
        right: auto;
        text-decoration: none;
        top: 0%;
        width: 100%;
    }
    .cta-tile-button-mobile {
        align-items: center;
        background-color: #fff;
        border-radius: 3px;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        height: 62px;
        justify-content: center;
        margin-top: 16px;
        width: 100%;
    }
    .text-block-4 {
        text-align: center;
    }
    .plan-tile-cta-button._5gb.plan-page {
        margin-bottom: 24px;
        margin-top: 24px;
    }
    .plan-tile-cta-button._15gb.plan-page {
        margin-bottom: 24px;
        margin-top: 24px;
    }
    .plan-tile-cta-button.unltd.plan-page {
        margin-bottom: 24px;
        margin-top: 24px;
    }
    .plan-tile-cta-button._20gb.plan-page {
        margin-bottom: 24px;
        margin-top: 24px;
    }
    .plan-tile-cta-button._thirtygb.plan-page {
        margin-bottom: 24px;
        margin-top: 24px;
    }
    .plan-tile-cta-button.activate-sim-cta {
        margin-top: 16px;
        position: relative;
        width: 100%;
    }
    .all-you-need-tag.mobile {
        top: -12px;
    }
    .plan-tile-columns-mobile {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .plan-tile-column-mobile {
        height: auto;
        margin-top: 24px;
        padding-left: 0;
        padding-right: 0;
        width: 90%;
    }
    .plan-tile-column-mobile.last-tile {
        margin-top: 0;
    }
    .plan-tile-column-mobile.unltd {
        margin-top: 28px;
    }
    .plan-tile-group-mobile {
        background-color: #fff;
        border: 2px solid #d03d7f;
        height: 100%;
        text-decoration: none;
        width: 100%;
    }
    .plan-tile-group-mobile.style-class {
        border: 2px solid green;
    }
    .plan-tile-group-mobile._5gb.checklist {
        border-style: none;
    }
    .plan-tile-group-mobile._15gb.final {
        display: none;
    }
    .plan-tile-colour-block-group-mobile {
        background-color: #fff;
    }
    .plan-tile-colour-block-group-mobile._5gb {
        background-color: #d03d7f;
        border-color: #000 #d03d7f;
        border-width: 2px;
        height: auto;
        order-style: none none solid;
        padding: 24px;
    }
    .plan-tile-colour-block-group-mobile._15gb {
        background-color: #7265aa;
        border-bottom: 2px solid #7265aa;
        padding: 24px;
    }
    .plan-tile-colour-block-group-mobile.unltd {
        background-color: #ffa52a;
        border-bottom: 2px solid #ffa52a;
        color: #000;
        padding: 24px;
    }
    .plan-tile-colour-block-group-mobile.unltd h3 {
        color: #000;
    }
    .plan-tile-colour-block-group-mobile._20gb {
        background-color: #1e3c91;
        border-bottom: 2px solid #1e3c91;
        padding: 24px;
    }
    .plan-tile-colour-block-group-mobile._thirtygb {
        background-color: #1e3c91;
        border-bottom: 2px solid #1e3c91;
        padding: 24px;
    }
    .heading-6 {
        margin-bottom: 0;
        margin-top: 0;
    }
    .heading-7-black {
        clear: none;
        color: #000;
        display: block;
        font-family: "Elephant", sans-serif;
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 0;
        position: relative;
        text-align: right;
        text-decoration: none;
    }
    .heading-7 {
        clear: none;
        color: #fff;
        display: block;
        font-family: "Elephant", sans-serif;
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 0;
        position: relative;
        text-align: right;
        text-decoration: none;
    }
    .heading-7.left.black {
        color: #000;
        text-align: left;
    }
    .heading-7.left {
        text-align: left;
    }
    .body-text-black {
        color: #000;
        display: block;
        font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
        font-size: 18px;
        line-height: 24px;
        margin-top: 8px;
    }
    .body-text-black.right {
        text-align: right;
    }
    .body-text {
        color: #fff;
        display: block;
        font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
        font-size: 18px;
        line-height: 24px;
        margin-top: 8px;
    }
    .body-text.right {
        text-align: right;
    }
    .plan-tile-colour-block-column {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .column-2 {
        margin-top: 24px;
    }
    .plan-benefit-tile-column {
        height: auto;
        margin-bottom: 120px;
        padding-left: 0;
        padding-right: 0;
    }
    .plan-benefit-tile-column.bottom {
        margin-bottom: 0;
    }
    .plans-desktop {
        display: none;
    }
    .plans-desktop.plan-page {
        display: block;
        padding-bottom: 40px;
    }
    .plans-desktop-container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .checklist-item.top.plan-page {
        margin-top: 8px;
    }
    .checklist-item.plan-page {
        margin-top: 8px;
    }
    .checklist.mobile {
        margin-top: 16px;
    }
    .bought-a-sim-section {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 24px;
    }
    .bought-a-sim-card {
        align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
    }
    .plans-section-mobile {
        background-color: #ecf8ff;
        height: 500px;
    }
    ._5gb-plan-mobile-section {
        background-color: #ecf8ff;
        display: block;
        height: auto;
    }
    .mobile-plan-checklist-container {
        height: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    ._15gb-plan-mobile-section {
        background-color: #ecf8ff;
        display: block;
        padding-top: 24px;
    }
    ._20gb-plan-mobile-section {
        background-color: #ecf8ff;
        display: block;
        padding-top: 24px;
    }
    ._thirtygb-plan-mobile-section {
        background-color: #ecf8ff;
        display: block;
        padding-top: 24px;
    }
    .unltd-plan-mobile-section {
        background-color: #ecf8ff;
        display: block;
        padding-top: 24px;
    }
    .overlap-bg {
        background-color: #fff;
        height: 56px;
        position: absolute;
        width: 100%;
    }
    .plan-page-checklist {
        width: auto;
    }
}
.card-plan-benefit {
    padding: 0 42px 32px;
}
@media (max-width: 479px) {
    .card-plan-benefit {
        margin-top: 0;
        padding: 0;
    }
    .mb-double {
        margin-bottom: 0;
    }
    .mb-double:last-child {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .header-section {
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        height: auto;
    }
    .header-section.plans {
        height: auto;
        padding-bottom: 0;
        padding-top: 0;
    }
    .header-section.home {
        height: auto;
    }
    .header-section._5gb-plan-page {
        height: auto;
    }
    .header-section._15gb-plan-page {
        height: 11%;
    }
    .header-section._20gb-plan-page {
        height: 11%;
    }
    .header-section._thirtygb-plan-page {
        height: 11%;
    }
    .h2.phone {
        font-size: 24px;
        line-height: 24px;
        margin-top: 48px;
    }
    .header-container {
        padding: 32px 24px;
    }
    .header-container.plan-page {
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .header-container.plans {
        padding-bottom: 32px;
    }
    .h1 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
        margin-top: 16px;
    }
    .h1.header {
        font-size: 18px;
        line-height: 22px;
        margin-top: 8px;
        width: 100%;
    }
    .h1.content {
        font-size: 18px;
    }
    .h4.mobile {
        color: #1e3c91;
        line-height: 22px;
    }
    .h4.plan-info-tiles {
        color: #1e3c91;
        font-size: 18px;
        width: auto;
    }
    .cta-icon-mobile.activate {
        height: 88px;
        width: 88px;
    }
    .cta-icon-mobile.purchase {
        height: 88px;
        width: 88px;
    }
    .cta-text {
        width: 100%;
    }
    .heading-4 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .title-2 {
        font-size: 30px;
        line-height: 32px;
        text-align: center;
    }
    .title-2.planprice {
        margin-top: 32px;
    }
    .plan-title__price__mobile-only {
        /*align-items: baseline;*/
        align-items: center;
        display: flex;
        flex-direction: column;
        /*margin-left: -50px;*/
        text-align: end;
    }
    .plan-title__price__mobile-only h2 {
        margin: 0;
    }
    .black-heading {
        font-size: 28px;
        line-height: 36px;
    }
    .white-heading {
        font-size: 28px;
        line-height: 36px;
    }
    .plan-title__container {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .plan-title__container .black-body {
        line-height: 120%;
    }
    .plan-title__container .white-body {
        line-height: 120%;
    }
    .plans-box__content__pricing__desktop-only {
        display: none;
    }
    .plan-tile-cta-button._5gb.plan-page {
        margin-bottom: 24px;
        margin-top: 24px;
    }
    .all-you-need-tag.mobile {
        top: -11px;
    }
    .plan-tile-columns-mobile {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 8px;
        padding-right: 8px;
    }
    .plan-tile-column-mobile {
        height: auto;
        width: 90%;
    }
    .plan-tile-column-mobile.last-tile {
        display: none;
    }
    .plan-tile-group-mobile._5gb {
        border-style: solid;
    }
    .plan-tile-group-mobile._5gb.checklist {
        border-style: none;
        height: 106px;
    }
    .plan-tile-colour-block-group-mobile._5gb {
        height: 106px;
    }
    .plan-tile-colour-block-group-mobile.unltd {
        background-color: #ffa52a;
        border-bottom: 2px solid #ffa52a;
        padding: 24px;
    }
    .plan-tile-colour-block-group-mobile._20gb {
        background-color: #1e3c91;
        border-bottom: 2px solid #000;
        padding: 24px;
    }
    .plan-tile-colour-block-group-mobile._thirtygb {
        background-color: #1e3c91;
        border-bottom: 2px solid #000;
        padding: 24px;
    }
    .body-text.left {
        font-size: 14px;
        line-height: 16px;
    }
    .body-text.right {
        font-size: 14px;
        line-height: 16px;
    }
    .body-text.info-tile {
        margin-left: 0;
        margin-right: 0;
    }
    .body-text.header {
        margin-bottom: 64px;
        width: 100%;
    }
    .plan-tile-colour-block-column {
        padding-left: 0;
        padding-right: 0;
    }
    .plan-benefit-tile-div.rollover {
        padding: 56px 16px 24px;
    }
    .plan-benefit-tile-div.points {
        padding: 56px 16px 24px;
    }
    .plan-benefit-tile-div.double-points {
        padding: 56px 16px 24px;
    }
    .plan-benefit-tile-div.contract-free {
        padding: 56px 16px 24px;
    }
    .plan-benefit-tile-icon {
        height: 100px;
        margin-bottom: -86px;
        top: -100px;
        width: 100px;
    }
    .plan-benefit-tile-columns {
        margin-top: 72px;
    }
    .plan-benefit-tile-column {
        height: auto;
        margin-bottom: 72px;
    }
    .plan-benefit-tile-column.bottom {
        margin-bottom: 0;
    }
    .checklist.mobile {
        margin-top: 16px;
    }
    ._5gb-plan-mobile-section {
        height: auto;
    }
    ._15gb-plan-mobile-section {
        display: block;
    }
    ._20gb-plan-mobile-section {
        padding-top: 24px;
    }
    ._thirtygb-plan-mobile-section {
        padding-top: 24px;
    }
    .unltd-plan-mobile-section {
        padding-top: 32px;
    }
    .backgroound-overlap._5gb {
        height: 64px;
    }
    .plan-page .plans-title__unlimited {
        line-height: 38px;
    }
}
.accordion,
.faqs__list {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    box-shadow: none !important;
}
.faqs__list {
    list-style-type: none;
}
.accordion:before,
.faqs__list:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 20px;
    bottom: -20px;
    left: 20px;
    right: -5px;
    background: linear-gradient(-130deg, rgba(208, 61, 127, 1) 0%, rgba(208, 61, 127, 1) 35%, rgba(249,175,6,1) 100%);
    border-radius: 50px;
}
@media screen and (min-width: 992px) {
    .accordion:before {
        right: -15px;
    }
}
.accordion:after,
.faqs__list:after {
    content: '';
    position: absolute;
    background: transparent;
    border-radius: 20px;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid white !important;
}
.purchase-table__content {
    align-items: center;
    display: grid;
    grid-template-columns: auto auto;
}
@media (max-width: 575.98px) {
    .purchase-table__content {
        grid-template-columns: auto;
        grid-template-rows: auto auto;
    }
}
.full-height {
    height: 100%;
}
.w-btn-row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
}
.w-btn-row .btn__content {
    padding: 10px;
}
.flex {
    display: flex;
}
.flex-1 {
    flex: 1;
}
.our-plan {
    margin-bottom: 40px;
}
@media (max-width: 575.98px) {
    .our-plan {
        padding-bottom: 24px;
    }
}
@media (max-width: 767px) {
    .our-plan {
        margin-bottom: 0;
        padding-bottom: 24px;
    }
}
.our-plan-page {
    background: #ecf8ff;
}
.why-superdrug-mobile-section {
    background-color: white;
}
.underlined {
    text-decoration: underline;
}
@font-face {
    font-family: "Elephant Black";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Elephant/Elephant-Black.eot") format("embedded-opentype"), url("../fonts/Elephant/Elephant-Black.woff") format("woff"), url("../fonts/Elephant/Elephant-Black.ttf") format("truetype");
}
@font-face {
    font-family: "Gothamrounded book";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Gotham/GothamRnd-Book.otf");
}
@font-face {
    font-family: "Gothamrounded";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Gotham/GothamRnd-Bold.otf") format("embedded-opentype");
}
.plan-20gb-border {
    border: 2px solid #1e3c91;
}
.plan-15gb-border {
    border: 2px solid #7265aa;
}
.plan-unlimited-border {
    border: 2px solid #ffa52a;
}
.border-15gb {
    border: 2px solid #7265aa;
}
.box-unlimited {
    border-color: #ffa52a;
}
.no-margin {
    margin: 0;
}
.navy-copy {
    color: #1e3c91 !important;
}
.black-copy {
    color: #000;
}
.trustpilot-widget {
    left: 7px;
    display: none;
}
.trust-pilot-fiveg-wifi-container .trustpilot-widget {
    display: block !important;
}
.checklist-item.bottom {
    padding-bottom: 20px;
}
.checklist-item.bottom-unlmt {
    padding-bottom: 0;
}
.unlimited-benefit {
    color: black;
}
.card-row-unlimited-benefit {
    display: grid;
    grid-template-columns: auto auto;
    padding: 0 40px;
}
@media (max-width: 575.98px) {
    .card-row-unlimited-benefit {
        grid-row-gap: 48px;
        grid-template-columns: auto;
    }
}
.card-plan-unlimited-benefit .card-plan-benefit {
    min-height: initial;
}
.trustpilot-container {
    height: 130px;
    margin: auto;
    width: 160px;
}
@media (min-width: 576px) {
    .trustpilot-container {
        width: 200px;
    }
}
@media (min-width: 576px) {
    .plan-page .trustpilot-container {
        margin-bottom: 20px;
    }
}

.why-superdrug-container {
    @media (min-width: 575.98px) {
        display: grid;
        grid-template-columns: 150px auto 150px;
        align-items: center;
        column-gap: 2%;x
    }
    @media only screen and (max-width: 768px) {
        margin-top: 75px;
    }
}

.delivery-payment .delivery {
    width: -webkit-fill-available;
}

.sp-link-button-blue,
.faqs .btn .btn__content {
    box-shadow: unset !important;
    border: unset !important;
    background: rgb(0,172,205);
    background: linear-gradient(90deg, rgba(0,172,205,1) 15%, rgba(0,172,205,1) 42%, rgba(0,172,205,1) 50%, rgba(31,60,144,1) 82%);
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
}

.sp-link-button-blue,
.faqs .btn .btn__content {
    color: white !important;
}

.accordion .accordion-item:first-of-type .accordion-button.collapsed,
.accordion .accordion-item:first-child,
.faqs .faqs__list .faq-item:first-child label {
    border-radius: 50px 50px 0 0;
}

.accordion .accordion-item:last-of-type .accordion-button.collapsed,
.accordion .accordion-item:last-of-type,
.faqs .faqs__list .faq-item:last-child label {
    border-radius: 0 0 50px 50px;
}

.accordion .accordion-item:last-of-type .accordion-header {
    border-bottom: unset;
}

.accordion .accordion-item {
    border: unset !important;
}

.accordion .accordion-header {
    margin-bottom: 0;
    padding: 0 !important;
    margin-top: 0;
}

.accordion .accordion-item:first-of-type .accordion-button {
    border-radius: 50px 50px 0 0;
}

.accordion .accordion-body {
    border-bottom: none !important;
}

.plans-information-tiles-container {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    -ms-flex-align: center;
    height: 100%;
    justify-content: center;
}

.trust-pilot-fiveg-wifi-container {
    @media (min-width: 992px) {
        align-items: center;
        -webkit-box-align: center;
        display: flex;
        -ms-flex-align: center;
        height: 100%;
        justify-content: space-evenly;
        padding-bottom: 25px;
        margin: 0 1%;
    }
    @media (min-width: 1400px) {
        margin: 0 15%;
    }
}

.superdrug-mobile-wifi-call {
    background: rgba(237,0,139,255);
    gap: 10px;
    border-radius: 10px;
    padding: 40px 25px;
    display: flex;
    flex-direction: row;
    color: white;
    justify-content: space-evenly;
    align-items: center;
    height: 150px;
    flex-basis: 50%;
    @media screen and (min-width: 2560px) {
        flex-basis: 33%;
    }
}
.sdm-trustpilot-container {
    flex-basis: 25%;
    margin: 0 5%;
    @media screen and (max-width: 768px) {
        margin: 50px 0;
    }
}
.superdrug-mobile-fiveg {
    flex-basis: 50%;
    @media screen and (min-width: 2560px) {
        flex-basis: 33%;
    }
}

.superdrug-mobile-wifi-call .image-container {
    flex-basis: 20%;
    @media (min-width: 768px) and (max-width: 992px) {
        flex-basis: 10%;
    }
}

.superdrug-mobile-wifi-call .text-container {
    flex-basis: 70%;
    text-align: center;
}

.superdrug-mobile-wifi-call .text-container p {
    font-size: 26px;
    color: white;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    line-height: 30px;
    font-weight: bold;
}

.superdrug-mobile-fiveg {
    background: #1f3c90;
    border-radius: 10px;
    padding: 0 25px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    color: white;
    justify-content: space-evenly;
    align-items: center;
    height: 150px;
    @media (min-width: 576px) {
        padding: 20px 25px;
        margin-bottom: 0;
    }
}

.superdrug-mobile-fiveg img {
    height: 60px;
}

.superdrug-mobile-fiveg .image-container {
    flex-basis: 25%;
}

.superdrug-mobile-fiveg .powered-by-container {
    flex-basis: 30%;
    text-align: center;
}

.superdrug-mobile-fiveg .text-container {
    flex-basis: 50%;
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
}

.superdrug-mobile-fiveg .fast-fiveg-network-text {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    @media (min-width: 576px) {
        line-height: 40px;
    }
    @media (min-width: 992px) {
        font-size: 15px;
    }
    @media (min-width: 1200px) {
        font-size: 26px;
    }
}

.cta-tile-icon-div.purchase {
    height: 135.7px;
    width: 85px;
}

.purchase {
    @media (max-width: 768px) {
        margin-top: 5px;
    }
}

.activate-and-purchase-cta-columns .cta-body-text {
    font-size: 20px;
}
.activate-and-purchase-cta-columns .cta-tile {
    @media only screen and (max-width: 768px) {
        padding-top: 90px;
    }
}

.superdrug-mobile-fiveg .powered-by-container img {
    height: 150px;
}

.border-radius-open label {
    border-radius: 0 !important;
}

.five-g-div {
    width: 25%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.wifi-calling-div {
    @media (min-width: 992px) {
        width: 25%;
    }
    display: block;
    margin: 0 auto;
    text-align: center;
}


.why-superdrug-container .wifi-calling-div,
.why-superdrug-container .five-g-div {
    width: 50%;
    @media (min-width: 768px) {
        width: 75%;
    }
    @media (min-width: 1200px) {
        width: 100%;
    }
    display: block;
}

@media (max-width: 425px) {
    .wifi-calling-div,
    .five-g-div {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .wifi-calling-div,
    .five-g-div {
        width: 100%;
    }
}

.five-g-div {
    @media (max-width: 992px) {
        padding-bottom: 50px;
    }
}

.sp-subtitle {
    margin: 1.5rem 0;
    line-height: 30px;
}

.ot-sdk-show-settings {
    color: white !important;
}
.footer__list li a:hover {
    text-decoration: underline !important;
}
.footer__list hr {
    background: white !important;
    opacity: 1 !important;
}

.speed-delivery {
    height: 80px;
    width: 100% !important;
}

.wifi-calling-div:first-child img {
    width: 100px;
    @media screen and (min-width: 768px) {
        float: right;
    }
    padding-right: 10px;
    height: 100px;
}

.sp-title {
    font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 64px;
    margin-bottom: 20px;
    @media screen and (min-width: 992px) {
        margin-top: 20px;
    }
    @media screen and (max-width: 768px) {
        line-height: 75px;
    }
}

.mw-md {
    max-width: 100% !important;
}
.sp-pane-tertiary .mw-md {
    max-width: 960px !important;
}
.wrapper {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 1.5rem;
}

.accordion {
    max-width: 960px !important;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-right: 10px;
    @media screen and (min-width: 992px) {
        padding-right: 0;
    }
}

.health-and-beauty {
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footer .wrapper {
    max-width: 1200px;
}

.purchase-and-delivery {
    @media screen and (min-width: 1200px) {
        width: 1200px;
        margin: 0 auto;
    }
}

.sp-pane-pink {
    align-items: center !important;
}

.sp-card-white {
    margin: 0 auto;
    max-width: 960px;
}

.sp-card-text-title-plan {
    line-height: 52px;
}

.activate-and-purchase-cta-columns .cta-tile {
    text-align: center;
    text-decoration: none;
    @media (max-width: 992px) {
        padding-top: 70px;
        margin-top: 80px;
    }
}

.sp-circle-number {
    font-weight: bold;
    align-items: center;
    background: white;
    border-radius: 50%;
    color: #1e3c91;
    display: flex;
    flex-direction: column;
    font-size: 28px;
    height: 53px;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 53px !important;
}

.blog-post-latest-wrapper {
    box-sizing: border-box;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1140px;
}

.blog-post-latest-wrapper .sp-text-secondary {
    text-align: left;
}

.featured_blog_post .wrapper {
    max-width: 1200px;
}

.blog-post-latest-wrapper .blog-post-card-image {
    @media screen and (min-width: 992px) {
        max-width: 45% !important;
    }
}

@media screen and (min-width: 992px) {
    #ix5w {
        position: relative;
        top: 50px;
    }
}

#im624j {
    display: none;
}

#im624j {
    display: none;
}

#iuck2g {
    display: none;
}

#ixmewi {
    display: none;
}

.box-unlimited .plan-tile {
    margin-top: 0;
}

.navbar-wrapper-secondary .logo-navbar {
    background-image: url(/sales-portal-cms/public/Superdrug/sales-portal/asset/super-drug-mobile-logo-white);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    float: left;
    height: 80px;
    width: 262px;
    position: relative;
    top: -15px;
    left: -33px;
}

/* === SDM Banner Styles - Final Responsive Fix === */
.banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    flex-direction: row; /* Ensures content stays in one line */
}

.banner-container a {
    display: block;
    max-width: 100px;
    width: 100%;
}

.banner-container picture {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.banner-container img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100vw;
    object-fit: contain;
    margin: 0 auto;
    padding: 0;
}

/* Mobile Styles */
@media (max-width: 552px) {
    .banner-container {
        padding: 0 !important;
        margin: 0 !important;
    }

    .banner-container a {
        max-width: 100% !important;
    }

    .banner-container picture {
        justify-content: center !important;
    }

    .banner-container img {
        height: auto !important;
        max-height: 100% !important;
        object-fit: contain;
        margin: 0 auto !important;
        padding: 0 !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}
/* === End SDM Banner Styles === */