﻿
.heroSpacing {
    margin-top: 170px;
    display: flex;
    width: 100%;
}

@media (max-width: 425px) {
    .heroSpacing {
        margin-top: 70px;
    }
}

@media (min-width: 425px) {
    .heroSpacing {
        margin-top: 70px;
    }
}

@media (min-width: 1024px) {
    .heroSpacing {
        margin-top: 170px;
    }
}

@media (min-width: 1200px) {
    .heroSpaing {
        margin-top: 170px;
    }
}

.hero_container {
    margin-top: 170px;
    display: flex;
    width: 100%;
}
@media (max-width: 425px) {
    .hero_container {
        margin-top: 70px;
    }
}

@media (min-width: 425px) {
    .hero_container {
        margin-top: 70px;
    }
}

@media (min-width: 1024px) {
    .hero_container {
        margin-top: 170px;
    }
}
@media (min-width: 1200px) {
    .hero_container {
        margin-top: 170px;
    }
}

.hero_left_section {
    flex: 50%;
    background: linear-gradient(90deg, rgba(14,52,106,1) 0%, rgba(0,93,166,1) 50%, rgba(14,52,106,1) 100%);
}
@media (max-width: 425px) {
    .hero_left_section {
        flex: 54%;
    }
}
@media (min-width: 425px) {
    .hero_left_section {
        flex: 54%;
    }
}

@media (min-width: 1200px) {
    .hero_left_section {
        flex: 50%;
        display: flex;
        align-items: center;
    }
}

    .hero_left_section .wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        width: 70%;
        padding: 40px 0;
        text-align: center;
        justify-content: center;
    } 
    @media (max-width: 425px){
        .hero_left_section .wrapper {
            height: 220px;
            width: 100%;
            padding: 20px 5px;
        }
        }
        @media (min-width: 425px){
            .hero_left_section .wrapper {
                height: 220px;
                width: 100%;
                padding: 40px 5px;
            }
        }
        @media (min-width: 500px){
            .hero_left_section .wrapper {
                height: auto;
                width: 100%;
                padding: 30px 5px;
            }
        }
        @media (min-width: 1024px){
            .hero_left_section .wrapper {
                width: 80%;
                padding: 22px 5px;
            }
        }
        
        @media (min-width: 1200px){
            .hero_left_section .wrapper {
                width: 75%;
                padding: 17px 5px;
            }
        }
        @media (min-width: 1440px){
            .hero_left_section .wrapper {
                height: auto;
                width: 60%;
                padding: 40px 5px;
                gap: 30px;
            }
        }

        .hero_left_section .wrapper h1 {
            font-size: 45px;
            font-weight: bold;
            font-family: "Roboto-Bold";
            color: #ffffff;
            margin: 0;
            line-height: 1.2;
        }
        @media (max-width: 425px){
            .hero_left_section .wrapper h1 {
                font-size: 14px;
            }
        }
        @media (min-width: 375px){
            .hero_left_section .wrapper h1 {
                font-size: 20px;
            }
        }
        @media (min-width: 425px){
            .hero_left_section .wrapper h1 {
                font-size: 22px;
            }
        }
        @media (min-width: 500px){
            .hero_left_section .wrapper h1 {
                font-size: 27px;
            }
        }
        @media (min-width: 600px){
            .hero_left_section .wrapper h1 {
                font-size: 33px;
            }
        }
        @media (min-width: 768px){
            .hero_left_section .wrapper h1 {
                font-size: 44px;
            }
        }
        @media (min-width: 1024px){
            .hero_left_section .wrapper h1 {
                font-size: 45px;
            }
        }
        
        @media (min-width: 1200px){
            .hero_left_section .wrapper h1 {
                font-size: 46px;
                line-height: 1.2;
            }
        }
        @media (min-width: 1440px){
            .hero_left_section .wrapper h1 {
                font-size: 45px;
            }
        }

        .hero_left_section .wrapper h2 {
            font-size: 33px;
            font-family: "Roboto-Medium";
            color: #ffffff;
            line-height: 1.5;
            width: 80%;
            margin: 0;
        }
        @media (max-width: 425px){
            .hero_left_section .wrapper h2 {
                padding: 5px;
                font-size: 14px !important;
            }
        }
        @media (min-width: 375px){
            .hero_left_section .wrapper h2 {
                font-size: 14px !important;
                padding: 5px;
            }
        }
        @media (min-width: 425px){
            .hero_left_section .wrapper h2 {
                font-size: 16px !important;
                padding: 5px;
            }
        }
        @media (min-width: 500px){
            .hero_left_section .wrapper h2 {
                font-size: 19px !important;
                padding: 5px;
            }
        }
        @media (min-width: 600px){
            .hero_left_section .wrapper h2 {
                font-size: 23px !important;
                padding: 5px;
            }
        }
        @media (min-width: 768px){
            .hero_left_section .wrapper h2 {
                font-size: 31px !important;
                padding: 5px;
            }
        }
        @media (min-width: 1024px){
            .hero_left_section .wrapper h2 {
                font-size: 32px !important;
            }
        }
        
        @media (min-width: 1200px){
            .hero_left_section .wrapper h2 {
                font-size: 33px !important;
                line-height: 1.2;
            }
        }
        @media (min-width: 1440px){
            .hero_left_section .wrapper h2 {
                font-size: 33px !important;
                width: 85%;
            }
        }

.hero_right_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 50%;
    position: relative;
}

@media (max-width: 425px) {
    .hero_right_section {
        flex: 46%;
    }
}
@media (min-width: 425px) {
    .hero_right_section {
        flex: 46%;
    }
}

@media (min-width: 1200px) {
    .hero_right_section {
        flex: 50%;
    }
}

.hero_imagetext_wrapper {
    width: 100%;
    background: #404165ad;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, rgb(0 4 10 / 9%) 0%, rgb(0 4 10 / 24%) 50%, rgb(0 0 0 / 76%) 80%);
}

.hero_right_section .hero_image {
    height: 55vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
@media (max-width: 1023px) {
    .hero_right_section .hero_image {
        display: none;
    }
}
@media (min-width: 1024px) {
    .hero_right_section .hero_image {
        height: 410px;
    }
}
@media (min-width: 1200px) {
    .hero_right_section .hero_image {
        height: 410px;
    }
}
@media (min-width: 1440px) {
    .hero_right_section .hero_image {
        height: 410px;
    }
}
.hero_right_section .hero_image_mobile {
    height: auto;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 425px) {
    .hero_right_section .hero_image_mobile {
        height: 220px;
    }
}
@media (min-width: 425px){
    .hero_right_section .hero_image_mobile {
        height: 220px;
    }
}
@media (min-width: 500px) {
    .hero_right_section .hero_image_mobile {
        height: 285px;
    }
}
@media (min-width: 600px) {
    .hero_right_section .hero_image_mobile {
        height: 330px;
    }
}
@media (min-width: 600px) {
    .hero_right_section .hero_image_mobile {
        height: 415px;
    }
}
@media (min-width: 1024px) {
    .hero_right_section .hero_image_mobile {
        display: none;
    }
}

.hero_right_section .hero_image .hero_imagetext, .hero_right_section .hero_image_mobile .hero_imagetext {
    color: #ffffff;
    font-size: 20px;
    font-family: "Roboto Condensed";
    text-align: center;
    margin-bottom: 15px;
    width: max-content;
}
@media (max-width: 425px) {
    .hero_right_section .hero_image_mobile .hero_imagetext .title, .hero_right_section .hero_image_mobile .hero_imagetext .designation {
        font-size: 10px;
        color: #ffffff;
        font-family: "Roboto Condensed";
    }
}
@media (min-width: 375px) {
    .hero_right_section .hero_image_mobile .hero_imagetext .title, .hero_right_section .hero_image_mobile .hero_imagetext .designation {
        font-size: 12px;
        color: #ffffff;
        font-family: "Roboto Condensed";
    }
}

@media (min-width: 425px) {
    .hero_right_section .hero_image_mobile .hero_imagetext .title, .hero_right_section .hero_image_mobile .hero_imagetext .designation {
        font-size: 13px;
        color: #ffffff;
    }
}
@media (min-width: 768px) {
    .hero_right_section .hero_image_mobile .hero_imagetext .title, .hero_right_section .hero_image_mobile .hero_imagetext .designation {
        font-size: 23px;
        color: #ffffff;
    }
}
@media (min-width: 1024px) {
    .hero_right_section .hero_image .hero_imagetext .title, .hero_right_section .hero_image .hero_imagetext .designation {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .hero_right_section .hero_image .hero_imagetext .title, .hero_right_section .hero_image .hero_imagetext .designation {
        font-size: 20px;
    }
}
@media (min-width: 1440px) {
    .hero_right_section .hero_image .hero_imagetext .title, .hero_right_section .hero_image .hero_imagetext .designation {
        font-size: 20px;
    }
}

.trustpilot_container {
    padding: 45px;
}

    .trustpilot_container .wrapper {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        font-size: 28px;
    }
@media (max-width: 425px){
    .trustpilot_container .wrapper {
        flex-wrap: wrap;
    }
}
@media (min-width: 320px) {

    .trustpilot_container {
        padding: 25px 0;
    }

        .trustpilot_container .wrapper {
            font-size: 12px;
        }

        .trustpilot_container .c-rating-4-5 {
            background-size: contain;
        }

        .trustpilot_container .c-rating-stars {
            width: 102px;
            height: 17px;
        }

        .trustpilot_container .c-reviews__logo {
            width: 80px;
            height: 20px;
            top: -7px;
        }
}
@media (min-width: 375px){

    .trustpilot_container{
        padding: 25px 0;
    }
    .trustpilot_container .wrapper {
        font-size: 12px;
    }
    .trustpilot_container .c-rating-4-5 {
        background-size: contain;
    }
    .trustpilot_container .c-rating-stars {
        width: 102px;
        height: 17px;
    }
    .trustpilot_container .c-reviews__logo {
        width: 80px;
        height: 20px;
        top: -7px;
    }
}
@media (min-width: 425px) {

        .trustpilot_container .wrapper {
            font-size: 16px;
        }

        .trustpilot_container .c-reviews__logo {
            width: 80px;
            height: 20px;
            top: 0px;
        }
}
@media (min-width: 500px) {

    .trustpilot_container .wrapper {
        font-size: 22px;
    }

    .trustpilot_container .c-reviews__logo {
        width: 88px;
        height: 22px;
        top: 2px;
    }
}
@media (min-width: 600px) {

        .trustpilot_container .wrapper {
            font-size: 26px;
        }

        .trustpilot_container .c-rating-stars {
            width: 122px;
            height: 22px;
        }

        .trustpilot_container .c-reviews__logo {
            width: 96px;
            height: 23px;
            top: 2px;
        }
}
@media (min-width: 768px) {

    .trustpilot_container .wrapper {
        font-size: 36px;
        gap:20px;
    }

    .trustpilot_container .c-rating-stars {
        width: 114px;
        height: 28px;
        margin-top: 4px;
    }

    .trustpilot_container .c-reviews__logo {
        width: 100px;
        height: 34px;
        top: 2px;
    }
}
@media (min-width: 1024px) {

    .trustpilot_container .wrapper {
        font-size: 22px;
        gap: 5px;
    }

    .trustpilot_container .c-rating-stars {
        width: 112px;
        height: 21px;
        margin-top: 0px;
    }

    .trustpilot_container .c-reviews__logo {
        width: 100px;
        height: 26px;
        top: 2px;
    }
}

@media (min-width: 1440px) {

    .trustpilot_container {
        padding: 45px;
    }
    .trustpilot_container .wrapper {
        gap: 15px;
        font-size: 28px;
        top:4px;
    }
    .trustpilot_container .c-rating-stars {
        width: 128px;
        height: 24px;
    }
    .trustpilot_container .c-reviews__logo {
        width: 100px;
        height: 25px;
    }
}

.trustpilot_container a {
    color: #0000ee;
}

.admiralvets_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px;
}
@media (min-width: 320px){
    .admiralvets_container {
        padding: 0 45px 0px 45px;
    }
}
@media (min-width: 1024px) {
    .admiralvets_container {
        padding: 0 0 45px 0;
    }
}

    .admiralvets_container .title {
        font-size: 26px;
        font-family: "Roboto-Regular";
        color: #000000;
    }
    @media (min-width: 320px){
        .admiralvets_container .title {
            text-align: center;
            font-size: 16px;
        }
    }
     @media (min-width: 1024px){
        .admiralvets_container .title {
            text-align: initial;
            font-size: 22px;
        }
    }
     @media (min-width: 1440px){
        .admiralvets_container .title {
            text-align: initial;
            font-size: 26px;
        }
    }

    .admiralvets_container .wrapper {
        display: flex;
        max-width: 60%;
        flex-direction: column;
        align-items: center;
    }
    @media (max-width: 425px) {
        .admiralvets_container .wrapper {
            max-width: 100%;
            padding: 0;
        }
}

    @media (min-width: 425px) {
        .admiralvets_container .wrapper {
            max-width: 100%;
        }
    }

    @media (min-width: 1024px) {
        .admiralvets_container .wrapper {
            max-width: 70%;
        }
    }
    @media (min-width: 1200px) {
        .admiralvets_container .wrapper {
            max-width: 60%;
        }
    }

    .admiralvets_container h5.question {
        font-size: 30px;
        font-family: "Roboto-Bold";
        color: #005da6;
        margin: 40px 0 30px 0;
    }

    @media (min-width: 320px){
        .admiralvets_container h5.question {
            margin: 25px 0 30px 0;
            font-size: 22px;
        }
    }
     @media (min-width: 1024px){
        .admiralvets_container h5.question {
            margin: 45px 0 30px 0;
            font-size: 26px;
        }
    }
     @media (min-width: 1440px){
        .admiralvets_container h5.question {
            margin: 45px 0 30px 0;
            font-size: 40px;
        }
    }

    .admiralvets_container .button_wrapper {
        display: flex;
        padding: 5px 25px;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 45px;
    }
    
    @media (min-width: 320px){
        .admiralvets_container .button_wrapper {
            flex-direction: column;
            align-items: center;
            padding: 0;
            gap: 25px;
            margin-bottom: 30px;
        }
    }
    @media (min-width: 425px){
        .admiralvets_container .button_wrapper {
            flex-direction: column;
        }
    }
    @media (min-width: 1024px){
        .admiralvets_container .button_wrapper {
            flex-direction: row;
            gap: 0;
            margin-bottom: 45px;
            padding: 5px 25px;
        }
    }
    @media (min-width: 1440px){
        .admiralvets_container .button_wrapper {
            padding: 5px 25px;
        }
    }
    .admiralvets_container .button_wrapper a{
        font-family: "Roboto-Medium";
        font-size: 18px;
        color: #fff;
        width: 280px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        background: linear-gradient(90deg, rgba(0,93,166,1) 0%, rgba(14,52,106,1) 50%, rgba(0,93,166,1) 100%);
        border-radius: 12px;
    }

    @media (min-width: 1024px){
        .admiralvets_img_mobile {
            display: none;
            margin-bottom: 30px;
        }
        .admiralvets_container .redarrow_icon {
            display: none;
        }
    }
    @media (max-width: 1023px){
        .admiralvets_img_mobile {
            margin-bottom: -8px;
        }
        .admiralvets_container .admiral_img{
            display: none;
        }

        .admiralvets_container .redarrow_icon {
            width: 30px;
            height: 17px;
            margin-bottom: 30px;
        }
    }

.sidebyside_container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 45px;
    background-color: #ededed;
}
@media (max-width: 375px) {
    .sidebyside_container {
        padding: 20px;
    }
}
@media (min-width: 375px){
    .sidebyside_container {
        padding: 30px 20px;
    }
}
@media (min-width: 1024px) {
    .sidebyside_container {
        padding: 45px 0;
    }
}

.sidebyside_container .wrapper {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 320px) {
    .sidebyside_container .wrapper {
        max-width: 100%;
        padding: 0px;
    }
}
@media (min-width: 425px) {
    .sidebyside_container .wrapper {
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .sidebyside_container .wrapper {
        max-width: 90%;
        padding: 0;
    }
}
@media (min-width: 1024px) {
    .sidebyside_container .wrapper {
        max-width: 81%;
    }
}

.sidebyside_container .wrapper .sidebyside_wrapper {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 425px) {
    .sidebyside_container .wrapper .sidebyside_wrapper {
        flex-direction: column;
    }
}
@media (min-width: 425px) {
    .sidebyside_container .wrapper .sidebyside_wrapper {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .sidebyside_container .wrapper .sidebyside_wrapper {
        flex-direction: row;
    }
}

.sidebyside_wrapper .left_section, .sidebyside_wrapper .right_section{
    display: flex;
    flex-direction: column;
}
.sidebyside_wrapper .left_section {
    flex: 50%;
}
@media (min-width: 1024px){
    .sidebyside_container .left_section{
        align-items: center;
    }
}
.sidebyside_wrapper .right_section {
    flex: 40%;
}

@media (min-width: 1024px){
    .sidebyside_container .right_section{
        flex: 50%;
        align-items: center;
    }
}
.sidebyside_wrapper .left_section .head_wrapper, .sidebyside_wrapper .right_section .head_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebyside_wrapper .left_section .head_wrapper{
    max-width: 70%;
}


@media (min-width: 320px) {
    .sidebyside_wrapper .left_section .head_wrapper {
        max-width: 100%;
    }
}
@media (min-width: 1024px) {
    .sidebyside_wrapper .left_section .head_wrapper {
        max-width: 80%;
    }
}
@media (min-width: 1440px) {
    .sidebyside_wrapper .left_section .head_wrapper {
        max-width: 80%;
    }
}

.left_section .head_wrapper .title, .right_section .head_wrapper .title{
    font-family: "Roboto-Bold";
    color:#005da6;
    font-size: 28px;
}

@media (min-width: 320px){
    .left_section .head_wrapper .title, .right_section .head_wrapper .title {
        font-size: 22px !important;
    }
}

@media (min-width: 500px) {
    .left_section .head_wrapper .title, .right_section .head_wrapper .title {
        font-size: 28px !important;
    }
}

@media (min-width: 1200px) {
    .left_section .head_wrapper .title, .right_section .head_wrapper .title {
        font-size: 28px !important;
        text-align:center;
    }
}

@media (min-width: 1024px) {
    .right_section .head_wrapper .description {
        width: 80%;
    }
}
.left_section .head_wrapper .description, .right_section .head_wrapper .description {
    font-family: "Roboto-Regular";
    color: #000;
    font-size: 22px;
    text-align: center;
}

.left_section .head_wrapper .description b, .right_section .head_wrapper .description b{
    font-family: "Roboto-Bold";
}

@media (min-width: 320px) {
    .left_section .head_wrapper .description, .right_section .head_wrapper .description {
        font-size: 18px !important;
        margin-top: 25px;
    }
}
@media (min-width: 500px) {
    .left_section .head_wrapper .description, .right_section .head_wrapper .description {
        font-size: 23px !important;
    }
}
@media (min-width: 1024px) {
    .left_section .head_wrapper .description, .right_section .head_wrapper .description {
        font-size: 20px !important;
    }
}
@media (min-width: 1440px) {
    .left_section .head_wrapper .description, .right_section .head_wrapper .description {
        margin-top: 30px;
        font-size: 22px !important;
    }
}

@media (min-width: 1200px){
    .sidebyside_container .bulletpoints {
        width: 72%;
    }

    .sidebyside_container .left_section .bulletpoints {
        align-self: flex-start;
        margin: 0 auto auto 11%;
    }
}
.sidebyside_container .bulletpoints ul{
    margin-top: 25px;
}

@media (min-width: 1024px){
    .sidebyside_container .bulletpoints ul{
        margin-top: 35px;
    }
}
.sidebyside_container .bulletpoints li {
    display: grid;
    grid-template-columns: 1fr 11fr;
    font-family: "Roboto-Regular";
    margin-bottom: 25px;
}
@media (min-width: 320px){
    .sidebyside_container .bulletpoints li {
        font-size: 18px;
    }
}
@media (min-width: 500px) {
    .sidebyside_container .bulletpoints li {
        font-size: 23px;
    }
}
@media (min-width: 1024px) {
    .sidebyside_container .bulletpoints li {
        font-size: 20px;
    }
}
@media (min-width: 1440px) {
    .sidebyside_container .bulletpoints li {
        font-size: 22px;
    }
}
.sidebyside_container .bulletpoints li b{
    font-family: "Roboto-Bold";
}

.sidebyside_container .bulletpoints li:before {
    content: '';
    background-image: url("../img/CheckmarkBlue_Desktop_35x25.svg");
    width: 35px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    margin-top: -5px;
}
@media (max-width: 1023px){
    .sidebyside_container .bulletpoints li:before {
        width: 30px;
        height: 25px;
    }
}
@media (min-width: 1024px) {
    .sidebyside_container .bulletpoints li:before {
        margin-top: -5px;
        margin-right: 10px;
    }
}
@media (min-width: 1440px) {
    .sidebyside_container .bulletpoints li:before {
        margin-top: -4px;
    }
}

.sidebyside_container .links_wrapper{
    display: flex;
    flex-direction: row;
    padding: 20px;
    column-gap: 40px;
    align-items: center;
}
@media (min-width: 320px) {
    .sidebyside_container .links_wrapper {
        flex-direction: column;
        padding: 0;
        row-gap: 20px;
        justify-content: space-between;
    }
}
@media (min-width: 768px) {
    .sidebyside_container .links_wrapper {
        justify-content: center;
        flex-direction: row;
    }
}
@media (min-width: 1024px) {
    .sidebyside_container .links_wrapper {
        flex-direction: row;
        justify-content: space-between;
        column-gap: 40px;
    }
    .sidebyside_container .links_wrapper:first-child{
        margin: 0;
    }
}
@media (min-width: 1200px){
    .sidebyside_container .links_wrapper:first-child {
        margin: 0 auto auto 6%;
    }
}

@media (min-width: 1024px) {
    .sidebyside_container .links_wrapper.mobile {
        display: none;
    }
}

.sidebyside_container .links_wrapper .getstarted a{
     font-family: "Roboto-Medium";
        font-size: 18px;
        color: #fff;
        width: 280px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        background: linear-gradient(90deg, rgba(0,93,166,1) 0%, rgba(14,52,106,1) 50%, rgba(0,93,166,1) 100%);
        border-radius: 12px;
}
@media (max-width: 425px) {
    .sidebyside_container .links_wrapper .getstarted a{
        width: 210px;
    }
}
@media (min-width: 1024px) {
    .sidebyside_container .links_wrapper .getstarted a {
        width: 200px;
    }
}

@media (min-width: 1440px) {
    .sidebyside_container .links_wrapper .getstarted a {
        width: 280px;
    }
}
.sidebyside_container .links_wrapper .learnmore {
    font-family: "Roboto-Regular";
    font-size: 20px;
}
@media (min-width: 320px) {
    .sidebyside_container .links_wrapper .learnmore {
        font-size: 16px;
    }
}
@media (min-width: 500px) {
    .sidebyside_container .links_wrapper .learnmore {
        font-size: 20px;
    }
}
@media (min-width: 1024px) {
    .sidebyside_container .links_wrapper .learnmore {
        font-size: 20px;
    }
}

.sidebyside_container .links_wrapper .learnmore a{
    text-decoration: none;
    color: #0000ee;
}
.sidebyside_container .wrapper .bottom_buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 1023px) {
    .sidebyside_container .wrapper .bottom_buttons {
        display: none;
    }
}
@media (max-width: 425px) {
    .sidebyside_container .wrapper .bottom_buttons {
        flex-direction: column;
    }
}
@media (min-width: 425px) {
    .sidebyside_container .wrapper .bottom_buttons {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .sidebyside_container .wrapper .bottom_buttons {
        flex-direction: row;
        margin-top: 15px;
    }
}

.ndhome_wrapper.mobile .disclaimer{
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: "Roboto Condensed";
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 30px 0;
}

@media (min-width: 375px){
    .ndhome_wrapper.mobile .disclaimer {
        font-size: 12px;
    }
}

.ndhome_wrapper.mobile .disclaimer p{
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: "Roboto Condensed";
    line-height: 1;
}

.ndhome_wrapper .admiral_img_mobile{
    margin-bottom: 30px;
    width: 100%;
}
@media (min-width: 1024px) {
    .ndhome_wrapper{
        display: none;
    }
}

.sidebyside_container .wrapper .bottom_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

@media (max-width: 1023px){
    .sidebyside_container .wrapper .bottom_buttons {
        display: none;
    }
}
.sidebyside_container .wrapper .bottom_wrapper .disclaimer{
    width: 750px;
    padding: 0;
    margin-top: 30px;
    font-family: "Roboto Condensed";
}
.sidebyside_container .wrapper .bottom_wrapper .disclaimer p{
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 1023px) {
    .sidebyside_container .wrapper .bottom_wrapper .disclaimer {
        display: none;
    }
}
@media (max-width: 1023px) {
    .sidebyside_container .wrapper .bottom_wrapper .admiral_img {
        display: none;
    }
}

.eligible_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 45px;
    padding-bottom: 10px;
}

@media (min-width: 375px){
    .eligible_container {
        padding: 30px 0;
    }
}

@media (min-width: 1024px) {
    .eligible_container {
        padding-top: 45px;
        padding-bottom: 10px;
    }
}

.eligible_container .redarrow{
    width: 50px;
    height: 28px;
    margin-bottom: 45px;
}

@media (min-width: 320px) {
    .eligible_container .redarrow {
        margin-bottom: 30px;
        width: 38px;
        height: 17px;
    }
}

@media (min-width: 1024px) {
    .eligible_container .redarrow {
        margin-bottom: 45px;
        width: 50px;
        height: 28px;
    }
}

.eligible_container .title{
    font-family: "Roboto-Bold";
    font-size: 28px;
    color: #005da6;
    margin-bottom:35px; 
}
@media (min-width: 320px) {
    .eligible_container .title {
        margin-bottom: 30px;
        font-size: 22px;
    }
}
@media (min-width: 768px) {
    .eligible_container .title {
        font-size: 25px;
    }
}

@media (min-width: 1024px) {
    .eligible_container .title {
        margin-bottom: 35px;
        font-size: 28px;
    }
}
.eligible_container .bulletpoints ul{
    margin: 0;
}
@media (min-width: 320px){
    .eligible_container .bulletpoints ul {
        margin: 0 0 5px 0;
        padding: 0 25px;
    }
}
@media (min-width: 1024px) {
    .eligible_container .bulletpoints ul {
        margin: 0;
        padding: 0;
    }
}
    .eligible_container .bulletpoints ul li {
        display: grid;
        grid-template-columns: 40px 11fr;
        margin-bottom: 25px;
        font-size: 22px;
        column-gap: 10px;
        font-family: "Roboto-Regular";
    }
@media (min-width: 320px) {
    .eligible_container .bulletpoints ul li {
        grid-template-columns: 25px 11fr;
        font-size: 18px;
    }
}
@media (min-width: 420px) {
    .eligible_container .bulletpoints ul li {
        grid-template-columns: 40px 11fr;
    }
}
@media (min-width: 1024px) {
    .eligible_container .bulletpoints ul li {
        margin-bottom: 25px;
        font-size: 22px;
    }
}
.eligible_container .bulletpoints ul li img {
    width: 35px;
    height: 25px;
}
@media (max-width: 1023px){
    .eligible_container .bulletpoints ul li img {
        width: 25px;
        height: 18px;
    }
}
.eligible_container .buttontext a{
    font-family: "Roboto-Medium";
        font-size: 18px;
        color: #fff;
        width: 280px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        background: linear-gradient(90deg, rgba(0,93,166,1) 0%, rgba(14,52,106,1) 50%, rgba(0,93,166,1) 100%);
        border-radius: 12px;
        margin-top: 20px;
}

.admiralmsg_container {
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, rgba(14,52,106,1) 0%, rgba(0,93,166,1) 50%, rgba(14,52,106,1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 45px;
}

@media (min-width: 320px){
    .admiralmsg_container{
        padding-bottom: 20px;
    }
}
@media (min-width: 1024px) {
    .admiralmsg_container {
        padding-bottom: 45px;
    }
}
.admiralmsg_container:before {
        content: '';
    border-top: 7vw solid #ffffff;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    position: absolute;
}
@media (min-width: 1440px){
    .admiralmsg_container:before {
        border-left: 720px solid transparent;
        border-right: 720px solid transparent;
    }
}
.admiralmsg_container .wrapper {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 320px){
    .admiralmsg_container .wrapper{
        margin-top: 45px;
    }
}
@media (min-width: 500px) {
    .admiralmsg_container .wrapper {
        margin-top: 55px;
    }
}
@media (min-width: 600px) {
    .admiralmsg_container .wrapper {
        margin-top: 65px;
    }
}
@media (min-width: 768px) {
    .admiralmsg_container .wrapper {
        margin-top: 75px;
    }
}
@media (min-width: 1024px) {
    .admiralmsg_container .wrapper {
        margin-top: 100px;
    }
}
@media (min-width: 1200px) {
    .admiralmsg_container .wrapper {
        margin-top: 120px;
    }
}
@media (min-width: 1440px) {
    .admiralmsg_container .wrapper {
        margin-top: 140px;
    }
}

.admiralmsg_container .wrapper .title{
    font-family: "Roboto-Bold";
    font-size: 28px;
    color: #fff;
    margin-bottom: 45px;
}
@media (min-width: 320px){
    .admiralmsg_container .wrapper .title{
        margin-bottom: 25px;
    }
}

@media (min-width: 1024px) {
    .admiralmsg_container .wrapper .title {
        margin-bottom: 45px;
    }
}
.admiralmsg_container .wrapper .video{
    margin-bottom: 45px;
    width: 650px;
}

@media (min-width: 320px) {
    .admiralmsg_container .wrapper .video {
        width: 100%;
        margin: 0;
    }
}
@media (min-width: 425px){
    .admiralmsg_container .wrapper .video {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .admiralmsg_container .wrapper .video {
        margin-bottom: 45px;
        width: 650px;
    }
}
.trustpilot_carousel{
    padding: 30px 5px;
}

@media (min-width: 1024px){
    .trustpilot_carousel {
        padding: 45px 0;
    }
}

.trustpilot_carousel h2.title {
    font-size: 22px;
    font-family: "Roboto-Bold";
    color: #005da6;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
@media (min-width: 1024px){
    .trustpilot_carousel h2.title {
        font-size: 28px;
    }
}
.trustpilot_carousel .slick-list ul{
    padding: 0;
}
.trustpilot_carousel .slick-list .c-reviews__logo{
    margin: 0 auto;
}
.mobile_carousel .slick-list .c-reviews__logo {
   width: 115px;
   height: 14px;
   max-width: 100%;
}
@media (min-width: 1024px) {
    .trustpilot_carousel .slick-list .c-reviews__logo {
        width: 170px;
        height: 21px;
        max-width: 100%;
    }
}
.trustpilot_carousel .slick-list .stars {
    margin: 30px 0px;
}
@media (min-width: 1024px) {
    .trustpilot_carousel .slick-list .stars {
        margin: 45px 0 25px 0;
    }
}
.trustpilot_carousel .slick-list .review_txt {
    font-size: 16px;
    font-family: "Roboto Condensed";
    margin: 0;
}
@media (min-width: 1024px) {
    .trustpilot_carousel .slick-list .review_txt {
        font-size: 18px;
    }
}

.trustpilot_carousel .slick-list .review_sign {
    font-size: 16px;
    font-family: "Roboto Condensed";
    font-style: italic;
    color: #005da6;
    text-align: end;
}
@media (min-width: 1024px) {
    .trustpilot_carousel .slick-list .review_sign {
        font-size: 18px;
    }
}

.trustpilot_carousel .slick-arrow {
    background: url(../img/GrayScrollingArrowRight_Desktop_31x50.svg) center center no-repeat !important;
    width: 15px !important;
    height: 25px !important;
}

.trustpilot_carousel .slick-dots-blue button{
    background:#ededed;
    border-color: #ededed;
}

.trustpilot_carousel .slick-dots-blue .slick-active button {
    background: #ee0000;
}

.trustpilot_carousel .starts{
    justify-self: center;
}

.trustpilot_carousel .c-reviews__signature--alt{
    justify-self: end;
}

.trustpilot_carousel .icon_wrapper{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 45px;
}
.trustpilot_carousel .redarrow {
    width: 50px;
    height: 28px;
}
@media (max-width: 1023px) {
    .trustpilot_carousel .c-stats--carousel {
    display: none;
    }
}
@media (min-width: 1024px){
    .mobile_carousel {
        display: none;
    }
}
.home_getstarted {
    background: #ededed;
    padding: 30px 0 40px 0;
}
@media (min-width: 1024px){
   .home_getstarted {
       padding: 45px 0;
   }
}
.home_getstarted .wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 35px;
}
@media (min-width: 1024px){
    .home_getstarted .wrapper{
        padding: 0;
    }
}
.home_getstarted .wrapper .sectionicon{
    width: 40px;
    height: 35px;
}

@media (min-width: 768px){
    .home_getstarted .wrapper .sectionicon {
        width: 69px;
        height: 60px;
    }
}
.home_getstarted .wrapper h2.title{
    font-family: "Roboto-Bold";
    font-size: 22px !important;
    color: #005da6;
    line-height: 1;
    margin: 30px 0;
}
@media (min-width: 1024px){
    .home_getstarted .wrapper h2.title {
        font-size: 30px !important;
        margin: 35px 0;
    }
}
.home_getstarted .wrapper .description{
    font-family: "Roboto-Regular";
    font-size: 18px;
    color: #000;
    text-align: center;
}
@media (min-width: 1024px) {
    .home_getstarted .wrapper .description {
        font-size: 22px !important;
        width: 85%;
    }
}

.home_getstarted .wrapper .getstarted a{
    font-family: "Roboto-Medium";
        font-size: 18px;
        color: #fff;
        width: 280px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        background: linear-gradient(90deg, rgba(0,93,166,1) 0%, rgba(14,52,106,1) 50%, rgba(0,93,166,1) 100%);
        border-radius: 12px;
        margin-top: 35px;
}
@media (min-width: 1024px) {
    .home_getstarted .wrapper .getstarted a {
        margin-top: 25px;
    }
}