.full-page {
    background-color: #00ACCE;
}

.dark-blue-text {
    color: #204071;
}

.dark-blue-bg {
    background-color: #204071;
}

.orange-bg {
    background-color: #EDA132;
}

.red-bg {
    background-color: #C23120;
}

.white-text {
    color: #FFFFFF;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.iframe-box {
    border: 4px solid #FFFFFF;
}

.blue-circle {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    padding: 15px;
    background-color: #0a396d;
    position: absolute;
    z-index: 1;
    top: -40px;
    right: -40px;
    display: inline-flex;
}

.orange-box {
    background: #EDA132;
    padding: 1em 1em 0.5em 3em;
    color: #ffffff;
    height: 100%;
}

.orange-box-price {
    font-size: 64px;
    color: #FFFFFF;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.xs-plane {
    height: 2rem;
}

.sm-dollar {
    height: 3rem;
}

.xs-dollar {
    height: 2.6rem;
}

.blue-circle-big {
    border-radius: 80px;
    width: 150px;
    height: 150px;
    padding: 30px 20px;
    background-color: #0a396d;
    display: inline-flex;
    align-items: center;
}

.card {
    background-color: transparent;
    border: none;
}

.card-title {
    font-size: 43px;
    font-weight: 900;
    color: #FFFFFF;
}

.card-body > .orange-bg p {
    font-size: 9.6px;
}

.card-body > .orange-bg > h1 {
    font-size: 72px;
}

.member-box {
    border-radius: 0.3em;
    border: 2px solid #FFFFFF;
}

.plane-size {
    width: 550px;
    margin-bottom: -100px;
}

.offer {
    font-size: 41px;
}

.gif-title {
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
}

.terms-pill {
    border-radius: 50rem!important;
    background-color: #204071;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.terms-pill:hover {
    background-color: #C23120;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-margin {
    margin-bottom: -30px;
}

@media (max-width: 575px) {

    .blue-circle {
        width: 80px;
        height: 80px;
    }

    .orange-box h2{
        font-size: 23px;
    }

    .orange-box {
        padding: 1em 1em 0.5em 2em;
    }

    .orange-box-price {
        font-size: 46px;
    }

    .offer {
        font-size: 32px;
    }

    .gif-title {
        font-size: 23px;
    }

    .terms-pill {
        font-size: 16px;
    }

    .plane-title {
        font-size: 16px;
    }

    .plane-size {
        margin-bottom: -40px;
    }
}


@media (min-width: 576px) and (max-width: 767px) {

    .orange-box h2{
        font-size: 23px;
    }

    .orange-box-price {
        font-size: 56px;
    }

    .offer {
        font-size: 32px;
    }
}


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

    .orange-box h2{
        font-size: 26px;
    }

    .orange-box-price {
        font-size: 46px;
    }

    .offer {
        font-size: 35px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {

    .orange-box h2{
        font-size: 26px;
    }

    .orange-box-price {
        font-size: 50px;
    }

    .offer {
        font-size: 35px;
    }
}


@media (min-width: 1200px) {

    .card-title {
        font-size: 48px;
    }
}
