:root {
    --Font-family-heading: "Plus Jakarta Sans", sans-serif;
    --Font-family-body: "Switzer", sans-serif;
}

html {
    font-size: 16px
}

.tc-body {
    background-color: #EDF6FF;
    font-family: sans-serif;
}

body {
    font-family: var(--Font-family-body);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--Font-family-heading);
}

p {
    /* font: 1rem/150% Roboto, Arial, Helvetica, sans-serif; */
    padding: 5px 0
}

a {
    color: #152c53
}

button {
    background-color: unset;
    border: unset;
    padding: unset
}

button a {
    display: block;
    text-decoration: none;
    border: solid 1.5px #152c53;
    color: #152c53;
    border-radius: 5px;
    padding: 10px 25px
}

button a:hover {
    background-color: #152c53;
    border-color: #152c53;
    color: #fff
}

.bonus_points_hero_wrapper {
    background: var(--Porter-light-blue-50, #D1E8FF);
}

.bonus_points_hero_wrapper .bonus_points_hero {
    max-width: 1140px;
    margin: auto;
    color: #152c53
}

.bonus_points_hero_wrapper .bonus_points_hero .bonus_points_hero_copy {
    max-width: 400px
}

.bonus_points_hero_wrapper .bonus_points_hero .bonus_points_hero_copy_fr {
    max-width: 500px
}

@media only screen and (max-width:992px) {
    .bonus_points_hero_wrapper .bonus_points_hero .bonus_points_hero_copy {
        max-width: unset
    }

    .bonus_points_hero_wrapper .bonus_points_hero .bonus_points_hero_copy h1 {
        font-size: 2.5rem
    }

    .bonus_points_hero_wrapper .bonus_points_hero .bonus_points_hero_copy h2 {
        font-size: 1.4rem
    }
}

@media only screen and (max-width:768px) {
    .bonus_points_hero_wrapper .bonus_points_hero .bonus_points_hero_copy {
        max-width: unset;
        text-align: center
    }

    .bonus_points_hero_wrapper .bonus_points_hero .bonus_points_hero_copy h1 {
        font-size: 2rem
    }

    .bonus_points_hero_wrapper .bonus_points_hero .bonus_points_hero_copy h2 {
        font-size: 1.4rem
    }
}

.bonus_points_hero_wrapper_failure {
    background: linear-gradient(180deg, #b4d6fc 0, rgba(180, 214, 252, .25) 100%)
}

.bonus_points_hero_wrapper_failure .bonus_points_hero_wrapper_failure_copy h1 {
    /* font: 3rem/100% Roboto, Arial, Helvetica, sans-serif; */
    font-weight: 300;
    color: #152c53
}

.bonus_points_hero_wrapper_failure #mrPorterAnimFailure {
    max-width: 250px
}

.bonus_points_copy_wrapper .bonus_points_copy {
    max-width: 1140px;
    /* margin-top: 140px; */
}

.bonus_points_copy_wrapper .bonus_points_copy p:last-of-type {
    margin: unset
}

.bonus_points_copy_wrapper .bonus_points_copy .bonus_points_warning {
    background-color: #d6eaff;
    padding: 10px 10px 10px 20px;
    border-radius: 5px;
    border-left: solid 5px #152c53;
    font-weight: 600
}

.bonus_points_copy_wrapper .bonus_points_copy .bonus_points_legal_copy_title {
    border-top: solid 1px #b8b8b8;
    margin: unset;
    font-size: 1.4rem
}


.bonus_points_copy_wrapper .bonus_points_copy .bonus_points_button_solid a {
    border: unset;
    color: #fff;
    background: #152c53;
    border: solid 1px #152c53
}

.bonus_points_copy_wrapper .bonus_points_copy .bonus_points_button_solid a:hover {
    background-color: #fff;
    border: solid 1px #152c53;
    color: #152c53
}

.bonus_points_footer_wrapper {
    background: linear-gradient(0deg, #abd3e4 0, #a8d1e3 37%, #a0cce2 57%, #93c3df 73%, #80b6dc 86%, #67a5d8 99%, #65a4d8 100%)
}

.bonus_points_footer_wrapper .bonus_points_hero #mrPorterPlaneAnim svg {
    transform: rotateY(-180deg) !important
}

/* section 1 */
.pp-section-1-sub-1-header{
font-size: 40px;
font-style: normal;
/* font-family: var(--Font-family-headings, "Plus Jakarta Sans"); */
font-weight: 600;
line-height: 130%; /* 52px */

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        font-size: 30px;
        letter-spacing: 0.3px;
    }

    @media only screen and (max-width: 760px) {
        font-size: 28px;
        letter-spacing: 0.28px;
    }
}

.pp-section-1-sub{
    display: flex;
    flex-direction: row;
    position: relative;
    @media only screen and (max-width: 760px) {
        flex-direction: column;
    }
}

.pp-section-1-sub-1{
    margin: 150px 0px 126px 0px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        margin: 150px 0px 126px 24px;
    }
    @media only screen and (max-width: 760px) {
        margin: 72px 45px 16px 16px;
    }
}

.pp-section-1-sub-2{
    margin: 62.5px 0px 63.5px 0px;
    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        margin: 108.5px 0px 63.5px 0px;
    }
    @media only screen and (max-width: 760px) {
        margin: 0px auto 24px auto;
    }
}

.bonus_points_hero_image_desktop{
    width: 535px;
    height: 372px;
    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        width: 345px;
        height: 240px;
    }

    @media only screen and (max-width: 760px) {
        width: 334px;
        height: 232px;
    }
    
}

.pp-section-1-sub-1-subhead{
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    /* font-family: var(--Font-family-body, "Switzer"); */

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        font-size: 18px;
        letter-spacing: 0.18px;
    }

    @media only screen and (max-width: 760px) {
        text-align: left;
        font-size: 16px;
    }
}

/* sub navigation */
.pp-section-2-sub-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-shadow: 0px 0px 1px 0px rgba(40, 46, 62, 0.04), 0px 2px 4px 0px rgba(101, 125, 185, 0.16);
    gap: 7%;
    position: sticky;
    top: 0px;
    z-index: 1000;
    background-color: #FFF;
    color: #112855;
    /* font-family: Roboto; */
    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        gap: 20px;
        justify-content: flex-start;
    }
    @media only screen and (max-width: 760px) {
        overflow-x: auto;
        white-space: nowrap;
        gap: 0px;
        justify-content: flex-start;
    }
}

.pp-section-2-sub-nav-fr{
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-shadow: 0px 0px 1px 0px rgba(40, 46, 62, 0.04), 0px 2px 4px 0px rgba(101, 125, 185, 0.16);
    gap: 0px;
    position: sticky;
    top: 0px;
    z-index: 1000;
    background-color: #FFF;
    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        gap: 20px;
        justify-content: flex-start;
    }
    @media only screen and (max-width: 760px) {
        gap: 20px;
        justify-content: flex-start;
    }
}

.pp-section-2-sub-nav-1{
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-left: 24px;
    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        font-size: 11px;
        font-weight: 400;
        line-height: 125%;
        letter-spacing: 0.13px;
        gap: 0px;
    }
    @media only screen and (max-width: 760px) {
        font-size: 11px;
        font-weight: 400;
        line-height: 125%;
        letter-spacing: 0.12px;
        gap: 0px;
    }
}

.pp-section-2-sub-nav-head{
    /* margin: 18px 0px 0px 0px; */
    cursor: pointer;
    text-decoration: none;
    padding: 16px 20px;
    color: #3E4A66;
    transition: border-color 0.3s;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        padding: 16px 20px;
        margin: 0px;
    }
    @media only screen and (max-width: 760px) {
        padding: 16px 20px;
        margin: 0px;
    }

    /* text-decoration: none;
    color: #000;
    padding-bottom: 4px; */
}

.pp-section-2-sub-nav-head:hover,
.pp-section-2-sub-nav-head:active {
    border-bottom: 2px solid #0066D1;
    border-top: 18px;
    color: #0066D1 !important;
}

.pp-section-2-sub-nav-head.active {
  border-bottom: 2px solid #0066D1 !important;
  color: #0066D1 !important;
}

.pp-section-2-sub-nav-heading{
    /* margin: 18px 0px 0px 0px; */
    padding: 16px 20px;
    padding-left: 0px;
    color: #3E4A66;
    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        padding: 16px 20px;
        padding-left: 0px;
        margin: 0px;
    }
    @media only screen and (max-width: 760px) {
        padding: 16px 20px;
        margin: 0px;
    }
}

.back-to-top{
    margin-right: 150px;
    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        margin-right: 48px;
        font-size: 11px;
    }
    @media only screen and (max-width: 760px) {
        margin-right: 48px;
        font-size: 11px;
    }
}

.back-to-top-arrow{
    margin-left: 7px;
}

/* companion pass */
.companion-pass{
    display: flex;
    flex-direction: column;
    gap: 72px;
    margin-top: 140px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        margin-left: 24px;
        margin-right: 24px;
        margin-top: 72px;
    }

    @media only screen and (max-width: 760px) {
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 48px;
    }
}

.companion-pass-1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 96px;

    @media only screen and (max-width: 760px) {
        flex-direction: column;
        gap: 48px;
    }
}

.companion-pass-2{
    display: flex;
    flex-direction: row;
    gap: 48px;
    /* font-family: var(--Font-family-body, "Switzer"); */

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        flex-direction: column;
    }

    @media only screen and (max-width: 760px) {
        flex-direction: column;
        gap: 72px;
    }
}

.bonus-pass{
    padding: 24px;
    border-radius: 12px;
    background: #F8F8F8;    
    position: relative;
    width: 100%;

    @media only screen and (max-width: 760px) {
        padding: 24px 24px 48px 24px;
    }
}

.bonus-pass-content1, .pass-perk-content1{
    color: #112855;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 25px */
    letter-spacing: 0.2px;
    margin-bottom: 10px;

    @media only screen and (max-width: 760px) {
        font-size: 18px;
    }
}

.bonus-pass-content2, .pass-perk-content2, .pass-perk-content3{
    color: #112855;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.18px;
    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        font-size: 16px;
        letter-spacing: 0.16px;
        padding-right: 72px;
    }

    @media only screen and (max-width: 760px) {
        font-size: 16px;
        letter-spacing: 0.16px;
    }
}

.bonus-pass-img{
    position: absolute;
    top: 70%;
    left: 87%;
    background-image: url('../images/Static-coin.svg');
    background-size: cover;
    width: 107px;
    height: 107px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        top: 56%;
        left: 85%;
    }

    @media only screen and (max-width: 760px) {
        top: 83%;
        left: 71%;
    }
}

.bonus-pass-img:hover{
    position: absolute;
    top: 70%;
    left: 87%;
    background-image: url('../images/rotatingCoin.gif');
    background-size: cover;
    width: 107px;
    height: 107px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        top: 58%;
        left: 88%;
    }

    @media only screen and (max-width: 760px) {
        top: 78%;
        left: 76%;
    }
}

.pass-perk{
    padding: 24px 72px 24px 24px;
    border-radius: 12px;
    background: #EDF6FF;
    position: relative;

    @media only screen and (max-width: 760px) {
        padding: 24px 24px 48px 24px;
    }
}

.pass-perk-img{
    position: absolute;
    top: 70%;
    left: 85%;
    background-image: url('../images/checked-bags.svg');
    background-size: cover;
    width: 134px;
    height: 104px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        top: 58%;
        left: 81%;
    }

    @media only screen and (max-width: 760px) {
        top: 81%;
        left: 62%;
    }
}

.pass-perk-img:hover {
    position: absolute;
    top: 65%;
    left: 84%;
    background-image: url('../images/BouncingLuggage.gif');
    background-size: cover;
    width: 139px;
    height: 124px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        top: 50%;
    }
}

.companion-pass-img{
    width: 343px;
    height: 343px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        width: 220px;
        height: 220px;
    }

    @media only screen and (max-width: 760px) {
        width: 229px;
        height: 229px;
    }

}

.mobile-img{
    @media only screen and (max-width: 760px) {
        text-align: center;
    }
}

.elite-content{
    display: flex;
    flex-direction: column;
    margin: 0px;

    @media only screen and (max-width: 760px) {
        margin-bottom: 0px;
    }
}

.elite-content1{
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 17.5px */
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    color: #112855;
}

.elite-content2{
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 52px */
    margin: 24px 0px 24px 0px;
    color: #112855;
    /* font-family: var(--Font-family-headings, "Plus Jakarta Sans"); */

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        font-size: 30px;
        letter-spacing: 0.3px;
    }

    @media only screen and (max-width: 760px) {
        font-size: 26px;
    }
}

.elite-content3{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.18px;
    color: #112855;
    /* font-family: var(--Font-family-body, "Switzer"); */

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        font-size: 16px;
        letter-spacing: 0.16px;
    }

    @media only screen and (max-width: 760px) {
        font-size: 16px;
    }
}

/* voucher */
.travel-voucher {
    display: flex;
    flex-direction: column;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        margin-right: 24px;
        margin-left: 24px;
    }
}

.travel-voucher1{
    display: flex;
    flex-direction: row;
    margin-top: 120px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        margin-top: 65px;
    }

    @media only screen and (max-width: 760px) {
        flex-direction: column;
        margin-top: 56px;
    }
}

.travel-voucher1-content1 img{
    width: 400px;
    height: 354px;

    @media only screen and (max-width: 760px) {
        display: none;
    }
}

.travel-voucher1-content-mobile{
    display: none;

    @media only screen and (max-width: 760px) {
        display: contents;
    }
}

.travel-voucher1-content-mobile img {
    @media only screen and (max-width: 760px) {
        margin: auto;
        margin-top: 20px;
        width: 287px;
        height: 255px;
    }
}

.travel-voucher1-content2{
    /* margin-top: 120px; */
    margin-top: 65px;
    margin-left: 120px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        margin-left: 48px;
        margin-top: 25px;
    }

    @media only screen and (max-width: 760px) {
        margin-left: 16px;
        margin-right: 16px;
        
    }
}

.travel-voucher1-content2-1{
    color: #112855;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 17.5px */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.travel-voucher1-content2-2{
    color: #112855;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 52px */
    /* font-family: var(--Font-family-headings, "Plus Jakarta Sans"); */

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        font-size: 30px;
        letter-spacing: 0.3px;
    }

    @media only screen and (max-width: 760px) {
        font-size: 26px;
        letter-spacing: 0.26px;
    }
}

.travel-voucher1-content2-3{
    color: #112855;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.18px;
    /* text-align: justify; */
    /* font-family: var(--Font-family-body, "Switzer"); */

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        font-size: 16px;
        letter-spacing: 0.16px;
    }

    @media only screen and (max-width: 760px) {
        font-size: 16px;
        letter-spacing: 0.16px;
    }
}

.travel-voucher2{
    display: flex;
    flex-direction: row;
    margin-top: 72px;
    justify-content:space-between;
    /* font-family: var(--Font-family-body, "Switzer"); */

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        flex-direction: column;
        gap: 48px;
    }

    @media only screen and (max-width: 760px) {
        margin-top: 64px;
        margin-right: 16px;
        margin-left: 16px;
        flex-direction: column;
        gap: 72px;
    }
}

.travel-voucher2-content1{
    display: flex;
    flex-direction: column;
    display: flex;
    width: 538px;
    /* height: 244px; */
    padding: 24px 24px 24px 24px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 12px;
    background: #F8F8F8;
    position: relative;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        width: 100%;
        height: auto;
        padding-right: 115px;
    }

    @media only screen and (max-width: 760px) {
        width: auto;
    }
}

.travel-voucher2-content2{
    display: flex;
    flex-direction: column;
    width: 554px;
    /* height: 244px; */
    padding: 24px 72px 24px 24px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #EDF6FF;
    position: relative;
    align-items: flex-start;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        width: 100%;
        align-items: flex-start;
        height: auto;
    }

    @media only screen and (max-width: 760px) {
        width: auto;
        height: auto;
        padding: 24px 24px 72px 24px;
    }
}

.travel-voucher2-content1-1, .travel-voucher2-content2-1{
    color: #112855;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 25px */
    letter-spacing: 0.2px;
}

.travel-voucher2-content1-2, .travel-voucher2-content2-2, .travel-voucher2-content2-3{
    color: #112855;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.18px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        font-size: 16px;
        letter-spacing: 0.16px;
    }

    @media only screen and (max-width: 760px) {
        font-size: 16px;
    }
}

.travel-voucher2-content1-img{
    position: absolute;
    top: 70%;
    left:84%;
    background-image: url('../images/Static-coin.svg');
    background-size: cover;
    width: 107px;
    height: 107px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        top: 56%;
        left: 85%;
    }

    @media only screen and (max-width: 760px) {
        top: 81%;
        left: 75%;
    }
}

.travel-voucher2-content1-img:hover{
    position: absolute;
    top: 70%;
    left:84%;
    background-image: url('../images/rotatingCoin.gif');
    background-size: cover;
    width: 107px;
    height: 107px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        top: 56%;
        left: 90%;
    }

    @media only screen and (max-width: 760px) {
        top: 70%;
        left: 75%;
    }
}

.travel-voucher2-content2-img{
    position: absolute;
    top: 67%;
    left: 82%;
    background-image: url('../images/boarding-pass.svg');
    background-size: cover;
    width: 130px;
    height: 140px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        top: 61%;
        left: 81%;
    }

    @media only screen and (max-width: 760px) {
        top: 81%;
        left: 63%;
    }
}

.travel-voucher2-content2-img:hover{
    position: absolute;
    top: 65%;
    left: 82%;
    background-image: url('../images/BPSwish.gif');
    background-size: cover;
    width: 133px;
    height: 120px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        top: 45%;
        left: 87%;
    }

    @media only screen and (max-width: 760px) {
        top: 72%;
        left: 69%;
    }
}

/* Great deals */

.great-deals {
    background-color: #112855; /* Dark blue background */
    padding: 120px 150px 120px 150px;
    display: flex;
    justify-content: center;
    margin-top: 120px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
       padding: 56px 24px;
    }

    @media only screen and (max-width: 760px) {
        padding: 36px 16px 36px 16px;
        margin-top: 85px;
    }
}

.great-deals-1 {
    padding: 56px 64px;
    /* flex: 1; */
    @media only screen and (min-width: 1139px)
    {
        flex: 1;
    }

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
       flex: 73%;
       padding: 56px 24px;
    }

    @media only screen and (max-width: 760px) {
        padding: 24px 16px 24px 16px;
    }
}

.great-deals-1-1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.32px;
    color: #112855;
    /* font-family: var(--Font-family-headings, "Plus Jakarta Sans"); */

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
       font-size: 27px;
       line-height: 140%;
       letter-spacing: 0.27px;
    }

    @media only screen and (max-width: 760px) {
        font-size: 26px;
    }
}

.great-deals-1 ul, .great-deals-1-2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.18px;
    color: #112855;
    /* font-family: var(--Font-family-body, "Switzer"); */

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
       font-size: 16px;
       line-height: 140%;
       letter-spacing: 0.16px;
    }

    @media only screen and (max-width: 760px) {
        font-size: 16px;
    }
}

.great-deals-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1140px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;

    @media only screen and (max-width: 760px) {
        flex-direction: column;
        height: fit-content;
    }
}

.great-deals-img{
    flex: 1;
}

.great-deals-img img{
    width: 113%;
    height: auto;
    display: block;

    @media only screen and (min-width: 1315px) {
        width: 100%;
    }

    @media only screen and (min-width: 1139px) and (max-width: 1315px) {
        width: 143%;
    }

    @media only screen and (min-width: 1112px) and (max-width:1139px)
    {
        display: none;
    }

    @media only screen and (min-width: 761px) and (max-width: 1112px) {
        width: 227%;
        display: none;
    }

    @media only screen and (max-width: 760px) {
        display: none;
    }
}

.great-deals-img-mobile{
    display: none;

    @media only screen and (max-width: 760px) {
        display: contents;
    }
}

.great-deals-img-mobile img{
    width: 100%;
}

.great-deals-img-tablet{
    display: none;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
       display: contents;
    }

    @media only screen and (max-width: 760px) {
        display: none;
    }
}

/* Ready to book */

.ready-to-book{
    background: var(--porter-light-blue-10, #EDF6FF);
    padding: 120px 150px 20px 150px;
    display: flex;
    justify-content: center;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    gap: 72px;
    flex-direction: column;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
       padding: 72px 24px;
       margin: 0px 24px;
       width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    @media only screen and (max-width: 760px) {
        padding: 48px 16px 24px 16px;
        gap: 0px;
    }
}

.ready-to-book-a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* margin-bottom: 95px; */
    gap: 72px;
    /* height: 675px; */

    @media only screen and (max-width: 760px) {
        margin-bottom: 0px;
    }
}

.ready-to-book-1{
    display: flex;
    width: 497px;
    padding-bottom: 24px;
    flex-direction: column;
    gap: 96px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
       width: auto;
       gap:32px
    }

    @media only screen and (max-width: 760px) {
        gap: 32px;
    }
}

.ready-to-book-1-1{
    color: #112855;
    font-family: var(--Font-family-headings, "Plus Jakarta Sans");

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
       margin-left: 23px;
    }
}

.ready-to-book-1-1 h3{
    font-size: 40px;
}

.ready-to-book-1-1 div{
    font-size: 24px;
}

.ready-to-book-1-2{
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* font-family: var(--Font-family-body, "Switzer"); */
}

.btn1, .btn2, .btn3{
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding: 16px 32px;
    align-self: stretch;
    align-items: center;
    border-radius: 16px;
    background: #FFF;
    margin-left: 23px;
    margin-right: 23px;
    transition: padding 0.6s ease-in-out,
                margin 0.6s ease-in-out,
                gap 0.6s ease-in-out,
                height 0.6s ease-in-out;

    @media only screen and (max-width: 760px) {
        transition: none;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.btn1:hover, .btn2:hover, .btn3:hover {
    margin-left: 23px;
    margin-right: 23px;
    border: 4px solid #0055BE;
    padding: 12px 28px;
    transition: height 0.6s ease-in-out;

    @media only screen and (max-width: 760px) {
        margin-left: 0px;
        margin-right: 0px;
        transition: none;
        border: none;
        padding: 16px 32px;
        gap: 25px;
    }
    
}

.btn1.selected, .btn2.selected, .btn3.selected {
    padding: 48px 32px;
    border: 4px solid #0055BE;
    height: auto;
    gap: 50px;
    margin: 0px;
    transition: padding 0.6s ease-in-out,
                transform 0.6s ease-in-out,
                margin 0.6s ease-in-out,
                gap 0.6s ease-in-out,
                height 0.6s ease-in-out;

    @media only screen and (max-width: 760px) {
        margin-left: 0px;
        margin-right: 0px;
        transition: none;
        border: none;
        padding: 16px 32px;
        gap: 25px;
    }
}

.btn1-1, .btn2-1, .btn3-1{
    color: var(--porter-dark-blue-900, #112855);
    text-align: center;
    font-size: var(--font-size-font-6x-large, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 40px */
    letter-spacing: 0.4px;
}

.btn1-2, .btn2-2, .btn3-2{
    display: flex;
    flex-direction: column;
    text-align: left;
    flex: 1 0 0;
}

.btn1-2-1, .btn2-2-1, .btn3-2-1{
    color: #112855;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 32px */
    letter-spacing: 0.2px;
    margin-bottom: 0px;

    @media only screen and (max-width: 760px) {
        font-size: 18px;
        letter-spacing: 0.18px;
    }
}

.btn1-2-2, .btn2-2-2, .btn3-2-2{
    color: #112855;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.16px;
    text-align: left;

    @media only screen and (max-width: 760px) {
        font-size: 14px;
        letter-spacing: 0.14px;
    }
}

.btn-previous{
    background-image: url('../images/left-arrow.svg');
    width: 48px;
    height: 48px;
}

.btn-forward{
    background-image: url('../images/right-arrow.svg');
    width: 48px;
    height: 48px;
}

.sr-only{
    display: none;
}

#c1 {
    background-image: url('../images/img-1.svg');
}

#c2{
    background-image: url('../images/img-2.svg');
}

#c3{
    background-image: url('../images/img-3.svg');
}

.carousel-container {
    width: 571px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
       display: none;
    } 

    @media only screen and (max-width: 760px) {
        display: none;
    }
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    height: 696px;
    background-size: cover;
    background-position: center;
}

.carousel-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 16px;
}

.arrow {
    cursor: pointer;
    font-size: 24px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.dots {
    display: flex;
    gap: 6px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background: #0055BE;
    width: 50px;
    height: 10px;
    border-radius: 20px;
}

/* FAQs */

.questions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 92px;
    /* margin-left: -50vw;
    margin-right: -50vw; */
    margin-bottom: 80px;
    background: var(--porter-light-blue-10, #EDF6FF);
    
    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        margin-left: 24px;
        margin-right: 24px;
        flex-direction: column;
        gap: 32px;
    }

    @media only screen and (max-width: 760px) {
        flex-direction: column;
        gap: 24px;
        margin-left: 16px;
        margin-right: 16px;
    }
}

.questions-2{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-left: 92px;
    /* font-family: var(--Font-family-body, "Switzer"); */

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
       margin-left: 0px;
       /* margin-top: 32px; */
    }

    @media only screen and (max-width: 760px) {
        margin-left: 0px;
    }
}

.faq-item{
    border-radius: 32px;
    overflow: hidden;
    background-color: #FFF;
    width: 649px;
    padding: var(--sp-20, 20px) var(--sp-24, 24px) var(--sp-20, 20px) var(--sp-32, 32px);
    align-items: center;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
       width: auto;
    }

    @media only screen and (max-width: 760px) {
        width: auto;
    }
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    color: #112855;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
       font-size: 18px;
       line-height: 160%;
       letter-spacing: 0.18px;
    }
}

.faq-answer {
    display: none;
    padding: 1rem 1rem;
    font-size: 15px;
    color: #333;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
       font-size: 16px;
       line-height: 160%;
       letter-spacing: 0.16px;
    }
}

.faq-item.open .faq-answer{
    display: block;
}

.faq-question .chevron {
    transition: transform 0.3s ease;
}

.faq-item.open .chevron {
    transform: rotate(180deg);
}

.view-more-faq{
    display: flex;
    height: 16px;
    justify-content: flex-start;
    align-items: center;
    gap:4px;
    text-decoration: none;
    cursor: pointer;
    color: #0055BE;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
       margin-left: 34px;
    }

    @media only screen and (max-width: 760px) {
        margin-bottom: 68px;
        margin-left: 34px;
    }
}

.view-more-faq:hover{
    text-decoration: underline;
}

.view-more-faq:focus{
    text-decoration: underline;
    border: 2.25px solid #0083E0;
    border-radius: 10px;
    width: 152px;
    height: 29px;
    padding-left: 9px;
}

.termsConditions{
    padding-bottom:80px;
}

/* drop down */

.dropdown {
    position: relative;
    display: inline-block;
    background-color: #0075DF;
    border-radius: 10px;
    padding: 4px;
    margin-top: 16px;
    margin-left: 24px;
}

.dropdown-button{
    padding: 3px 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #FFF;
    border: none;
    background: none;
    width: 100%;
    gap: 6px;
}

.dropdown-button .arrow {
    margin-left: auto;
}

.dropdown-content{
    display: none;
    position: absolute;
    background-color: #0075DF;
    z-index: 1;
    border-radius: 10px;
    padding: 8px 0px;
    margin-top: 5px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 2px 14px;
    gap: 10px;
    color: #FFF;
    cursor: pointer;
}

.dropdown-item:hover {
    color: #FFF;
}

.dropdown-content a{
    color: #FFF;
    text-decoration: none;
}

.dropdown.show .dropdown-content {
    display: block;
}

.langSwitch{
    display: flex;
    flex-direction: row;
}

.flagImage{
    border-radius: 50%;
    overflow: hidden;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.flagImage img {
    height: 100%;
    object-fit: cover;
    margin-bottom: 5px;
    width: 100%;
}

.dropdown-content-sub{
    display: flex;
    flex-direction: row;
}

.currentLang, .otherLangText{
    font-size: 12px;
    font: normal 12px / 100% SwitzerSemibold, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Terms and conditions */

.tc-section{
    margin-bottom: 80px;
}

.terms-conditions-border{
    border-top: 1px solid #B4D9FF;
    margin-bottom: 32px;
}

.terms-conditions-link{
    color: var(--Text-hyperlink, #0075DF);
    text-align: center;
    /* Single Wrap - 125%/Regular */
    /* font-family: var(--Font-family-body, Switzer); */
    font-size: var(--font-size-font-med, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 20px */
    letter-spacing: 0.16px;
    cursor: pointer;
    text-decoration: none;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.terms-conditions-link:hover {
    text-decoration:underline;
}

.terms-conditions-link:focus {
    text-decoration:underline;
    /* border: 2px solid #0075DF; */
    border-radius: 5px;
    padding: 2px;
}

.terms-conditions-link:focus .tc-label{
    border: 2px solid #0075DF;
    border-radius: 5px;
}

.faq-and-terms{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.terms-details{
    display: none;
    margin-top: 10px;
    background-color: #EDF6FF;
    padding: 10px;
    border: 1px solid #EDF6FF;
}

.tc-wrapper {
    margin: 0px 150px;

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        margin: 0px 48px;
    }

    @media only screen and (max-width: 760px){
        margin: 0px 20px;
    }
}

.tc-dropdown{
    margin-top: 26px;
    margin-bottom: 32px;
}

.tc-heading {
    color: var(--Porter-dark-blue-900, #112855);
    font-size: var(--font-size-font-6x-large, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 40px */

    @media only screen and (min-width: 761px) and (max-width: 1139px) {
        font-size: 32px;
    }

    @media only screen and (max-width: 760px) {
        font-size: var(--font-size-font-4x-large, 28px);
    }
}

.tc-content{
    margin-top: 32px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.14px;
    font-size: var(--font-size-font-small, 14px);
    color: var(--Text-subtle, #2B4F83);

    @media only screen and (max-width: 760px) {
        font-size: var(--font-size-font-small, 14px);;
    }
}

/* banner BMO */
.bmoBannerContainer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    top: 70%;
    left: 87%;
    /* background-image: url('../images/bannerDesktopEn.svg'); */
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    align-items: center;
    margin-bottom: 64px;
    max-width: 1140px;

    @media only screen and (min-width:961px) and (max-width: 1139px){
        /* background-image: url('../images/bannerTabletLandscapeEn.svg'); */
        margin-bottom: 0px;
        border-radius: 4px;
    }

    @media only screen and (min-width:761px) and (max-width: 960px){
        /* background-image: url('../images/bannerTabletPortraitEn.svg'); */
    }

    @media only screen and (max-width: 760px){
        /* background-image: url('../images/bannerMobileEn.svg'); */
        margin: unset;
    }
}

/* Default banner image */

.bmoBannerContainer.default{
    background-image: url('../images/bannerDesktopEn.svg');
}
@media (min-width:961px) and (max-width: 1139px) {
    .bmoBannerContainer.default{
        background-image: url('../images/bannerTabletLandscapeEn.svg');
    }
}

@media (min-width:761px) and (max-width: 960px) {
    .bmoBannerContainer.default{
        background-image: url('../images/bannerTabletPortraitEn.svg');
    }
}

@media (max-width: 760px) {
    .bmoBannerContainer.default{
        background-image: url('../images/bannerMobileEn.svg');
    }
}

/* banner image after target date 15th Jan 2026 */

.bmoBannerContainer.promo1{
    background-image: url('../images/bannerDesktop_A_En.svg');
}
@media (min-width:961px) and (max-width: 1139px) {
    .bmoBannerContainer.promo1{
        background-image: url('../images/bannerTabletLandscape_A_En.svg');
    }
}

@media (min-width:761px) and (max-width: 960px) {
    .bmoBannerContainer.promo1{
        background-image: url('../images/bannerTabletPortrait_A_En.svg');
    }
}

@media (max-width: 760px) {
    .bmoBannerContainer.promo1{
        background-image: url('../images/bannerMobile_A_En.svg');
    }
}

/* banner image after target date 15th Feb 2026 */

.bmoBannerContainer.promo2{
    background-image: url('../images/bannerDesktop_B_En.svg');
}
@media (min-width:961px) and (max-width: 1139px) {
    .bmoBannerContainer.promo2{
        background-image: url('../images/bannerTabletLandscape_B_En.svg');
    }
}

@media (min-width:761px) and (max-width: 960px) {
    .bmoBannerContainer.promo2{
        background-image: url('../images/bannerTabletPortrait_B_En.svg');
    }
}

@media (max-width: 760px) {
    .bmoBannerContainer.promo2{
        background-image: url('../images/bannerMobile_B_En.svg');
    }
}

.bmoBannerContainerFr{
    display: flex;
    flex-direction: row;
    justify-content: center;
    top: 70%;
    left: 87%;
    /* background-image: url('../images/bannerDesktopFr.svg'); */
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    align-items: center;
    margin-bottom: 64px;
    max-width: 1140px;

    @media only screen and (min-width:961px) and (max-width: 1139px){
        /* background-image: url('../images/bannerTabletLandscapeFr.svg'); */
        margin-bottom: 0px;
        border-radius: 4px;
    }

    @media only screen and (min-width:761px) and (max-width: 960px){
        /* background-image: url('../images/bannerTabletPortraitFr.svg'); */
    }

    @media only screen and (max-width: 760px){
        /* background-image: url('../images/bannerMobileFr.svg'); */
        margin: unset;
    }
}

/* Default banner image  French */

.bmoBannerContainerFr.default {
    background-image: url('../images/bannerDesktopFr.svg');
}

@media (min-width:961px) and (max-width: 1139px) {
    .bmoBannerContainerFr.default{
        background-image: url('../images/bannerTabletLandscapeFr.svg');
    }
}

@media (min-width:761px) and (max-width: 960px) {
    .bmoBannerContainerFr.default{
        background-image: url('../images/bannerTabletPortraitFr.svg');
    }
}

@media (max-width: 760px) {
    .bmoBannerContainerFr.default{
        background-image: url('../images/bannerMobileFr.svg');
    }
}

/* banner image after target date 15th Jan 2026  French */

.bmoBannerContainerFr.promo1 {
    background-image: url('../images/bannerDesktop_A_Fr.svg');
}

@media (min-width:961px) and (max-width: 1139px) {
    .bmoBannerContainerFr.promo1{
        background-image: url('../images/bannerTabletLandscape_A_Fr.svg');
    }
}

@media (min-width:761px) and (max-width: 960px) {
    .bmoBannerContainerFr.promo1{
        background-image: url('../images/bannerTabletPortrait_A_Fr.svg');
    }
}

@media (max-width: 760px) {
    .bmoBannerContainerFr.promo1{
        background-image: url('../images/bannerMobile_A_Fr.svg');
    }
}


/* banner image after target date 15th Feb 2026  French */

.bmoBannerContainerFr.promo2 {
    background-image: url('../images/bannerDesktop_B_Fr.svg');
}

@media (min-width:961px) and (max-width: 1139px) {
    .bmoBannerContainerFr.promo2{
        background-image: url('../images/bannerTabletLandscape_B_Fr.svg');
    }
}

@media (min-width:761px) and (max-width: 960px) {
    .bmoBannerContainerFr.promo2{
        background-image: url('../images/bannerTabletPortrait_B_Fr.svg');
    }
}

@media (max-width: 760px) {
    .bmoBannerContainerFr.promo2{
        background-image: url('../images/bannerMobile_B_Fr.svg');
    }
}

.bmoBannerWrapper{
    height: 300px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;

    @media only screen and (min-width:961px) and (max-width: 1139px){
        margin: 0px 23px 48px 23px;
    }

    @media only screen and (min-width:761px) and (max-width: 960px){
        margin-bottom: 0px 50px 0px 50px;
    }

    @media only screen and (max-width: 760px){
        height: 911px;
        width: 100%;
        margin: 0px 11% 24px 0%;
    }

    @media only screen and (max-width: 730px) {
        margin: 0px 11% 5px 0%;
    }

    @media only screen and (max-width: 700px) {
        margin: 0px 11% -5% 0%;
    }

    @media only screen and (max-width: 680px) {
        margin: 0px 11% -10% 0%;
    }

    @media only screen and (max-width: 660px) {
        margin: 0px 11% -15% 0%;
    }

    @media only screen and (max-width: 640px) {
        margin: 0px 11% -20% 0%;
    }

    @media only screen and (max-width: 640px) {
        margin: 0px 11% -20% 0%;
    }

    @media only screen and (max-width: 620px) {
        margin: 0px 11% -25% 0%;
    }

    @media only screen and (max-width: 600px) {
        margin: 0px 11% -30% 0%;
    }

    @media only screen and (max-width: 580px) {
        margin: 0px 11% -35% 0%;
    }
    @media only screen and (max-width: 560px) {
        margin: 0px 11% -40% 0%;
    }

    @media only screen and (max-width: 540px) {
        margin: 0px 11% -45% 0%;
    }

    @media only screen and (max-width: 520px) {
        margin: 0px 11% -55% 0%;
    }

    @media only screen and (max-width: 500px) {
        margin: 0px 11% -65% 0%;
    }

    @media only screen and (max-width: 480px) {
        margin: 0px 11% -75% 0%;
    }

    @media only screen and (max-width: 460px) {
        margin: 0px 11% -85% 0%;
    }

    @media only screen and (max-width: 440px) {
        margin: 0px 11% -90% 0%;
    }

    @media only screen and (max-width: 420px) {
        margin: 0px 11% -100% 0%;
    }

    @media only screen and (max-width: 400px) {
        margin: 0px 11% -110% 0%;
    }

    @media only screen and (max-width: 380px) {
        margin: 0px 11% -125% 0%;
    }

    @media only screen and (max-width: 360px) {
        margin: 0px 11% -145% 0%;
    }

    @media only screen and (max-width: 340px) {
        margin: 0px 11% -165% 0%;
    }
}

sup{
    color: #0075DF;
}

.anchorSup{
    text-decoration: none;
    color: #0075DF;
}

.questions-heading{
    font-size: 27px;
    color: #112855;
    width: 10%;

    @media only screen and (min-width: 761px)
    {
        width: 100%;
    }

    @media only screen and (max-width: 760px){
        font-size: 22px;
        width: 100%;
    }
}

.lBreak{
    content: "\A";
}

#faq-main {
  background-color: #EDF6FF;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 150px 0 150px;
  box-sizing: border-box;
  z-index: 0;
  @media only screen and (min-width:961px) and (max-width: 1139px){
        padding: 0 32px 0 32px;
    }

    @media only screen and (min-width:761px) and (max-width: 960px){
        padding: 0 32px 0 32px;
    }

    @media only screen and (max-width: 760px){
        padding: 0 24px 0 24px;
    }
}

#faq-main .tc-wrapper {
  margin: 0 auto !important;
  max-width: 1200px;
  padding: 0 20px;
  box-sizing: border-box;
}

#faq-main .questions {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 0 20px; */
  box-sizing: border-box;
  background: transparent;
}

#faq-main + .termsConditions,
#faq-main .termsConditions,
.termsConditions {
  background-color: #EDF6FF;
}

.termsConditions {
  background-color: #EDF6FF;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 40px 32px 40px 32px;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  @media only screen and (max-width: 760px)
  {
    padding: 40px 24px 40px 24px;
  }
}

.termsConditions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #1a73e8;
  font-weight: 500;
}

.terms-conditions-border {
  border-top: 1px solid #d1e4f5;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px auto;
}