.accessibility-links__button {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 95px;
    right: 10px;
    left: 10px;
    z-index: 1103;
    box-sizing: border-box;
    width: auto;
    padding-right: 20px;
    padding-left: 20px
}

@media only screen and (min-width:992px) {
    .accessibility-links__button {
        top: 135px;
        right: auto;
        left: auto;
        margin-left: 0
    }
}

.accessibility-links__button:active, .accessibility-links__button:focus {
    height: auto;
    clip: auto
}

.breadcrumbs {
    padding: 10px 0;
    overflow-x: auto;
    line-height: 31px;
    background-color: #282828
}

.breadcrumbs__content {
    display: flex;
    padding: 0 10px;
    white-space: nowrap
}

@media only screen and (min-width:769px) {
    .breadcrumbs__content {
        padding: 0 30px
    }
}

@media only screen and (min-width:992px) {
    .breadcrumbs__content {
        padding: 0 10px
    }
}

@media only screen and (min-width:1024px) {
    .breadcrumbs__content {
        padding: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1023px) {
    .breadcrumbs__content {
        margin-right: 30px;
        margin-left: 30px
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .breadcrumbs__content {
        margin-right: 50px;
        margin-left: 50px
    }
}

.breadcrumbs__item {
    margin-right: 20px;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif
}

html.ar .breadcrumbs__item {
    font-family: Emirates-Medium,Helvetica,Arial,Lucida Grande,sans-serif
}

.breadcrumbs__item:first-child {
    font-family: Emirates-Bold,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 1.8rem
}

html.ja .breadcrumbs__item:first-child {
    font-family: M PLUS\ 1p,sans-serif
}

@media only screen and (min-width:992px) {
    .breadcrumbs__item:first-child {
        font-size: 2rem
    }
}

.breadcrumbs__item:first-child:after {
    top: -3px
}

.breadcrumbs__item:last-child {
    margin-right: 0;
    padding-right: 20px;
    cursor: default;
    opacity: .6
}

.breadcrumbs__item-link {
    display: block;
    color: #fff;
    opacity: .8
}

    .breadcrumbs__item-link:after {
        position: relative;
        top: -2px;
        display: inline-block;
        width: 5px;
        height: 5px;
        margin-left: 20px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        content: ""
    }

    .breadcrumbs__item-link:hover {
        text-decoration: underline;
        opacity: 1
    }

.brazilian {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    order: 2;
    margin-top: 0;
    padding-top: 20px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4rem;
    border-top: 1px solid hsla(0,0%,85%,.2)
}

@media only screen and (min-width:992px) {
    .brazilian {
        flex-direction: row;
        order: 1;
        margin-top: -20px;
        margin-bottom: 45px;
        line-height: 1.6rem;
        border-bottom: none
    }
}

.brazilian__item {
    flex: 1;
    padding-bottom: 20px
}

@media only screen and (min-width:992px) {
    .brazilian__item {
        padding-bottom: 0
    }
}

@media only screen and (min-width:992px) {
    .brazilian__item:first-child {
        margin-right: 107px
    }
}

.brazilian__item p {
    margin: 0;
    padding: 0
}

.brazilian__item a {
    color: #fff
}

    .brazilian__item a:first-child:after, .brazilian__item a:nth-child(2):before, .brazilian__item a:nth-child(4):before {
        content: "";
        display: block
    }

.content-split {
    position: relative;
    flex: 1 1 100%;
    order: 1
}

@media only screen and (min-width:769px) and (max-width:991px) {
    .content-split {
        margin-right: 10px;
        margin-left: 10px
    }
}

@media only screen and (min-width:992px) {
    .content-split {
        /*order: 2;*/
        margin: 18px 107px 18px 0;
        border-top: 1px solid hsla(0,0%,85%,.2)
    }
}

@media only screen and (min-width:1024px) {
    .content-split {
        /*margin-right: 10%*/
        margin: 18px 107px 18px 0;
    }
}

.footer-lite {
    position: relative;
    flex-direction: column;
    /*padding: 30px 72px 0 73px;*/
    /*margin-top: 28px*/
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .footer-lite {
        padding: 0 10px
    }
}

@media only screen and (min-width:992px) {
    .footer-lite {
        /*flex-direction: row;*/
        /*margin-top: 48px*/
    }
}

.footer-lite__logo-container {
    position: relative;
    order: 4;
    width: 100%;
    padding-bottom: 27px
}

@media only screen and (min-width:769px) and (max-width:991px) {
    .footer-lite__logo-container {
        padding-left: 10px
    }
}

.footer-lite__list-links {
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    flex-basis: 85%;
    order: 3;
    padding: 20px 0 30px;
    overflow: hidden;
    font-size: 1.4rem;
    font-style: normal;
    line-height: 1.61rem;
    border-top: 1px solid hsla(0,0%,85%,.2)
}

html.ar .footer-lite__list-links {
    font-family: Emirates-Medium,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:769px) and (max-width:991px) {
    .footer-lite__list-links {
        padding-left: 10px
    }
}

@media only screen and (min-width:992px) {
    .footer-lite__list-links {
        flex-basis: 70%;
        margin-top: 0;
        padding: 0;
        border-top: none
    }
}

.footer-lite__link-item {
    line-height: 2.2rem
}

@media only screen and (min-width:992px) {
    .footer-lite__link-item {
        float: left;
        margin-right: 50px;
        line-height: 2.4rem
    }
}

.footer-lite__link {
    margin-left: 2px;
    color: #a9a9a9;
    font-size: 1.4rem;
    text-decoration: none;
    background-color: transparent
}

    .footer-lite__link:hover {
        text-decoration: underline;
        background: hsla(0,0%,100%,.1)
    }

@media only screen and (min-width:992px) {
    .footer-lite__link {
        line-height: 1rem
    }
}

.footer-lite__paragraph-copyright {
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    width: 60%;
    margin: 0;
    /*padding-bottom: 10px;*/
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.61rem;
    white-space: normal
}

html.ar .footer-lite__paragraph-copyright {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:992px) {
    .footer-lite__paragraph-copyright {
        padding-left: 0
    }
}

.footer-lite__feedback {
    display: flex;
    flex: 1 1 100%;
    padding: 0 0 40px
}

@media only screen and (min-width:992px) {
    .footer-lite__feedback {
        position: absolute;
        top: -20px;
        right: 0;
        z-index: 2;
        width: 180px
    }
}

.footer-lite__feedback-cta {
    flex: 1;
    width: 100%;
    font-size: 1.2rem
}

@media only screen and (min-width:992px) {
    .footer-lite__feedback-cta {
        width: 180px;
        background: #333
    }
}

.footer-lite__logo {
    position: absolute;
    right: 20px;
    bottom: 0;
    display: block;
    width: 50px;
    height: 65px;
    overflow: hidden;
    background-color: #d71921
}

@media only screen and (min-width:600px) and (max-width:991px) {
    .footer-lite__logo {
        right: 10px
    }
}

@media only screen and (min-width:992px) {
    .footer-lite__logo {
        right: 0;
        width: 71px;
        height: 95px;
    }
}

.footer-lite__logo-image {
    position: absolute;
    /*top: .7rem;*/
    left: 0;
    width: 100%;
    height: auto
}

.sr-end {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    opacity: 0
}

.footer-awards {
    margin: 0;
    padding: 0
}

.footer-awards__item {
    margin: 3rem 1rem 0
}

@media only screen and (min-width:769px) {
    .footer-awards__item {
        margin: 3rem 0 0;
        width: 33%;
        float: left
    }

    [dir=rtl] .footer-awards__item {
        float: right
    }
}

.footer-awards__img {
    width: 240px;
    height: 80px
}

.footer-awards__hyperlink {
    display: inline-block
}

    .footer-awards__hyperlink:hover {
        background-color: inherit
    }

.footer-awards__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(1px,1px,1px,1px);
    margin: -1px
}

.footer-awards:after {
    content: "";
    display: table;
    clear: both
}

.footer-section {
    padding: 0;
    border-bottom: 1px solid hsla(0,0%,85%,.2)
}

.footer-section__heading {
    margin: 0;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.5rem;
    opacity: .9;
    -webkit-font-smoothing: antialiased;
    font-family: Emirates-Bold,Helvetica,Arial,Lucida Grande,sans-serif
}

html.ja .footer-section__heading {
    font-family: M PLUS\ 1p,sans-serif
}

@media only screen and (min-width:1024px) {
    .footer-section__heading {
        padding: 25px 0 0
    }
}

.footer-section__heading-button {
    position: relative;
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: inherit;
    font-family: inherit;
    text-align: left;
    background: none;
    border: none
}

.footer-section__list-links {
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 10px 0 0;
    padding: 0 10px 20px 0;
    list-style: none
}

    .footer-section__list-links:after, .footer-section__list-links:before {
        content: "";
        display: table;
        line-height: 0
    }

    .footer-section__list-links:after {
        clear: both
    }

html.ar .footer-section__list-links {
    font-family: Emirates-Medium,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:1024px) {
    .footer-section__list-links {
        margin: 10px 0 0
    }
}

.footer-section__link-item {
    line-height: 2rem
}

@media only screen and (min-width:769px) and (max-width:1023px) {
    .footer-section__link-item {
        float: left;
        width: 50%;
        line-height: 2.4rem
    }

        .footer-section__link-item:nth-child(odd) {
            float: left;
            padding-right: 5%
        }

        .footer-section__link-item:nth-child(2n) {
            float: right;
            padding-left: 5%
        }
}

@media only screen and (min-width:1024px) {
    .footer-section__link-item {
        line-height: 2.4rem
    }
}

.footer-section__link {
    display: inline-block;
    align-self: flex-start;
    color: #a9a9a9;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.1rem;
    text-decoration: none
}

    .footer-section__link:focus {
        outline-width: 1px;
        outline-color: #fff
    }

    .footer-section__link:hover {
        text-decoration: underline;
        background: hsla(0,0%,100%,.1)
    }

    .footer-section__link span.link__external {
        vertical-align: inherit
    }

.footer-section__animation-wrapper {
    padding: 0 10px
}

.footer-bottom-section {
    width: 100%;
    padding: 0 10px 20px
}

@media only screen and (min-width:992px) {
    .footer-bottom-section {
        min-width: 300px;
        padding-left: 0
    }
}

@media only screen and (min-width:769px) and (max-width:1023px) {
    .footer-bottom-section {
        width: 50%
    }

        .footer-bottom-section:nth-child(odd) {
            padding-right: 5%
        }

        .footer-bottom-section:nth-child(2n) {
            padding-left: 5%
        }
}

@media only screen and (min-width:1024px) {
    .footer-bottom-section {
        width: 33%;
        padding-right: 42px
    }

        .footer-bottom-section:last-child {
            padding-right: 0
        }
}

.footer-bottom-section__heading {
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    opacity: .9;
    -webkit-font-smoothing: antialiased;
    font-family: Emirates-Bold,Helvetica,Arial,Lucida Grande,sans-serif
}

html.ja .footer-bottom-section__heading {
    font-family: M PLUS\ 1p,sans-serif
}

@media only screen and (min-width:992px) {
    .footer-bottom-section__heading {
        padding: 30px 0 20px
    }
}

.footer-bottom-section__paragraph {
    margin: 0;
    padding: 0;
    color: #a9a9a9;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.61rem;
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif
}

html.ar .footer-bottom-section__paragraph {
    font-family: Emirates-Medium,Helvetica,Arial,Lucida Grande,sans-serif
}

.apps__list {
    display: flex;
    margin-top: 20px;
    font-size: 0
}

@media only screen and (min-width:992px) {
    .apps__list {
        margin-top: 46px
    }
}

.apps__item {
    width: 100%;
    max-width: 135px;
    margin-right: 10px
}

    .apps__item:last-child {
        margin-right: 0
    }

.apps__item-hyperlink {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 29.6296%;
    overflow: hidden
}

    .apps__item-hyperlink:focus {
        border-radius: 5px
    }

.apps__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.social__list {
    margin-top: 20px;
    padding: 0;
    font-size: 0
}

@media only screen and (min-width:992px) {
    .social__list {
        margin-top: 46px
    }
}

.social__item {
    display: inline-block;
    margin: 1px 0 0;
    padding: 0;
    list-style: none
}

.social__icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    margin-bottom: 6px;
    color: #000
}

    .social__icon i {
        display: inline-block;
        width: 38px;
        height: 38px;
        color: #000;
        font-size: 4rem;
        background: #fff;
        border-radius: 35%
    }

        .social__icon i:before {
            left: -1px
        }

.social__icon-image {
    display: block;
    width: 100%
}

.privacy-policy {
    padding: 20px 0 0
}

    .privacy-policy .footer-bottom-section__paragraph a, .unsubscribe-link {
        color: #a9a9a9;
        text-decoration: underline
    }

.unsubscribe-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.61rem;
    background-color: transparent
}

    .unsubscribe-link:hover {
        text-decoration: none;
        background: hsla(0,0%,100%,.1)
    }

.subscribe {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
    font-size: 0
}

@media only screen and (min-width:992px) {
    .subscribe {
        flex-direction: row
    }
}

.subscribe__cta {
    width: 100%;
    font-size: 1.2rem;
    box-shadow: none
}

@media only screen and (min-width:992px) {
    .subscribe__cta {
        flex: 1 1 110px
    }
}

.subscribe .input-field__placeholder {
    line-height: 40px
}

.subscribe .input-field {
    height: 40px;
    min-height: auto;
    margin-bottom: 10px
}

@media only screen and (min-width:992px) {
    .subscribe .input-field {
        flex: 1 1 215px;
        margin-right: 16px;
        margin-bottom: 0
    }
}

.subscribe .input-field__input {
    top: -1px
}

    .subscribe .input-field__input:required {
        box-shadow: none
    }

.subscribe .input-field--active .input-field__placeholder {
    top: 0;
    line-height: 20px
}

.subscribe .input-field--active .input-field__input {
    top: -1px;
    padding-top: 12px;
    font-size: 1.5rem;
    line-height: 1rem
}

.experience-footer {
    background: #333
}

.experience-footer__wrapper {
    padding-top: 0;
    font-size: 0
}

@media only screen and (min-width:1024px) {
    .experience-footer__wrapper {
        padding-top: 20px
    }
}

.experience-footer__hide-on-mobile {
    display: none
}

@media only screen and (min-width:992px) {
    .experience-footer__hide-on-mobile {
        display: block
    }
}

.header-popup__btn {
    font-weight: 700;
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    position: relative;
    width: auto;
    max-width: 130px;
    height: 50px;
    padding: 0 13px;
    color: #fff;
    font-size: 1.4rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: background-color .2s ease-in-out
}

html.ar .header-popup__btn {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:1024px) {
    .header-popup__btn {
        height: 55px;
        padding: 0 12px
    }
}

.header-popup__btn .header-popup__btn-content-wrapper {
    position: relative;
    display: block;
    line-height: 1.2
}

    .header-popup__btn .header-popup__btn-content-wrapper:after {
        position: absolute;
        bottom: -12px;
        left: calc(50% - 4px);
        display: block;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        transition: border-top .2s ease-in-out;
        content: ""
    }

.header-popup__btn:hover {
    background: #212121
}

    .header-popup__btn:hover .header-popup__btn-content-wrapper:after {
        border-top: 4px solid #8c8c8c
    }

.header-popup__btn--active.header-popup__btn {
    background: #212121
}

    .header-popup__btn--active.header-popup__btn .header-popup__arrow {
        display: block
    }

    .header-popup__btn--active.header-popup__btn .header-popup__btn-content-wrapper:after {
        content: none
    }

.header-popup__btn--GOLD {
    padding-bottom: 5px;
    border-top: 5px solid #946b31
}

.header-popup__btn--SILVER {
    padding-bottom: 5px;
    border-top: 5px solid #bebebe
}

.header-popup__btn--PLATINUM {
    padding-bottom: 5px;
    border-top: 5px solid #666
}

.header-popup__btn--BLUE, .header-popup__btn--SKYWARDS {
    padding-bottom: 5px;
    border-top: 5px solid #2597d5
}

.header-popup__btn--uppercase {
    text-transform: uppercase
}

.header-popup__btn .icon {
    font-size: 1.8rem;
    vertical-align: middle
}

.header-popup__arrow {
    position: absolute;
    bottom: -3px;
    left: 50%;
    display: none;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 10px 10px;
    transform: translateX(-50%)
}

.header-popup__wrapper {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1101;
    display: none;
    overflow: hidden;
    border-bottom: 1px solid hsla(0,0%,40%,.5);
    box-shadow: 0 10px 19px rgba(51,51,51,.11)
}

    .header-popup__wrapper:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background-color: #fff;
        content: ""
    }

.header-popup__wrapper--active {
    display: block
}

.header-popup__wrapper--with-tabs:before {
    display: block;
    height: 50px;
    background-color: #f9f9f9;
    box-shadow: 0 1px 0 0 hsla(0,0%,40%,.5);
    content: ""
}

.header-popup__wrapper--sticky {
    position: fixed;
    top: 0
}

.header-popup__content {
    position: relative;
    box-sizing: border-box;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
    outline: none
}

@media only screen and (min-width:1024px) {
    .header-popup__content {
        padding-left: 105px
    }
}

.header-popup__close {
    position: absolute;
    top: 20px;
    right: 10px;
    padding: 10px;
    font-size: 1.1rem;
    background: none;
    border: none;
    cursor: pointer
}

@media only screen and (min-width:1024px) {
    .header-popup__close {
        top: 24px;
        right: 0
    }

    .header-popup__close--tab {
        top: 20px
    }
}

.header-popup__search {
    position: absolute;
    top: -43px;
    right: 10px;
    display: inline-block;
    width: auto
}

.noscroll .header-popup__wrapper {
    z-index: 53
}

.header-search {
    padding: 15px 0
}

.header-search__headline {
    font-weight: 700;
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    margin: 14px 0 24px;
    padding: 0;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center
}

html.ar .header-search__headline {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:992px) {
    .header-search__headline {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .header-search__form {
        display: flex;
        padding-right: 36px
    }
}

.header-search__input {
    margin: 0 0 10px
}

@media only screen and (min-width:992px) {
    .header-search__input {
        flex: 1 1 100%;
        margin: 0;
        padding: 0 20px 0 15px
    }
}

.header-search__btn {
    margin: 0 0 10px
}

@media only screen and (min-width:992px) {
    .header-search__btn {
        flex: 1 1 140px;
        margin: 0
    }
}

.header-search + .header-popup__close {
    top: 30px
}

.tactical-search {
    padding: 15px 0
}

.tactical-search__headline {
    font-weight: 700;
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    margin: 14px 0 24px;
    padding: 0;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center
}

html.ar .tactical-search__headline {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:992px) {
    .tactical-search__headline {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .tactical-search__form {
        display: flex;
        padding-right: 36px
    }
}

.tactical-search__error-msg {
    font-weight: 700;
    font-family: HelveticaNeue,Helvetica,Arial,sans-serif;
    line-height: 0;
    font-size: 1.4rem;
    line-height: 1.61rem;
    margin: 0;
    padding: 0;
    color: #8d0203;
    letter-spacing: 0;
    text-align: left;
    background: rgba(141,2,3,.1)
}

.tactical-search__error-msg--active {
    width: auto;
    height: auto;
    padding: 1rem 1.4rem
}

.tactical-search .error {
    border: .1rem solid #8d0203;
    box-shadow: inset 4px 4px 0 0 rgba(141,2,3,.1)
}

    .tactical-search .error .input-field {
        border: 0;
        box-shadow: inset 4px 4px 0 0 rgba(141,2,3,.1)
    }

.tactical-search__input {
    margin: 0 0 10px
}

@media only screen and (min-width:992px) {
    .tactical-search__input {
        flex: 1 1 100%;
        margin: 0;
        padding: 0 20px 0 15px
    }
}

.tactical-search__btn {
    margin: 0 0 10px
}

@media only screen and (min-width:992px) {
    .tactical-search__btn {
        flex: 1 1 140px;
        margin: 0
    }
}

.tactical-search + .header-popup__close {
    top: 30px
}

.language-selector-item {
    width: 100%;
    padding: 10px 0;
    border-radius: 5px
}

@media only screen and (min-width:992px) {
    .language-selector-item {
        width: 50%;
        padding: 10px 16px
    }
}

.language-selector-item--search-result {
    width: 100%
}

.language-selector-item__flag {
    float: left;
    margin-top: 11px
}

.language-selector-item__country-text {
    font-weight: 700;
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    position: relative;
    font-size: 1.6rem;
    line-height: 2rem
}

html.ar .language-selector-item__country-text {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:992px) {
    .language-selector-item__country-text {
        line-height: 1.6rem
    }
}

.language-selector-item__split:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 16px;
    margin: 0 8px;
    vertical-align: top;
    background: #333
}

@media only screen and (min-width:992px) {
    .language-selector-item__split:before {
        margin: 0 16px
    }
}

.language-selector-item__language {
    padding-top: 6px
}

.language-selector-item__language-link {
    color: #333;
    font-size: 1.6rem;
    line-height: 2rem
}

.language-selector-item__language-link--selected:after {
    position: relative;
    left: 5px;
    font-size: 1.2rem;
    content: "\2022"
}

.language-selector-item__language-link:hover .language-selector-item__link-text {
    text-decoration: underline
}

.language-selector-item__link-text {
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif
}

html.ar .language-selector-item__link-text {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

.language-selector-item:hover {
    background-color: rgba(0,0,0,.05)
}

    .language-selector-item:hover .language-selector-item__language-link {
        color: #d72027
    }

.language-selector-item__lang-separator {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-right: 1px solid #333
}

.language-selector-item__country {
    white-space: normal
}

.language-selector__container {
    padding: 0 10px 8px
}

@media only screen and (min-width:992px) {
    .language-selector__container {
        padding: 30px 0 8px 16px
    }
}

.language-selector__fieldset {
    margin: 18px 0 0;
    padding: 0;
    border: none
}

@media only screen and (min-width:992px) {
    .language-selector__fieldset {
        margin-top: 8px;
        padding: 0 0 0 16px
    }
}

.language-selector__fieldset:first-child {
    margin-top: 5px
}

.language-selector__title {
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    position: relative;
    top: -12px;
    display: block;
    max-width: 250px;
    margin: 0 auto;
    padding: 0 20px 20px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 28px;
    white-space: normal;
    text-align: center
}

html.ar .language-selector__title {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:992px) {
    .language-selector__title {
        position: static;
        top: 0;
        max-width: 100%;
        margin: 0;
        padding: 0 0 20px;
        line-height: 24px;
        text-align: left
    }
}

.language-selector__list-container {
    max-height: 348px;
    padding: 0 0 30px
}

.language-selector__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px
}

@media only screen and (min-width:992px) {
    .language-selector__list {
        margin: 0 0 -9px -16px
    }
}

.language-selector__section-title {
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    margin: 10px 0 6px;
    padding-bottom: 14px;
    color: #333;
    font-size: 1.2rem;
    line-height: 1;
    border-bottom: 1px solid #d8d8d8
}

html.ar .language-selector__section-title {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:992px) {
    .language-selector__section-title {
        margin: 5px 0 6px;
        padding-bottom: 6px;
        color: #666
    }
}

.account-tab {
    padding: 20px 10px 10px
}

@media only screen and (min-width:1024px) {
    .account-tab {
        display: flex;
        flex: 1 1 50%;
        flex-direction: column;
        padding: 15px 0 23px;
        vertical-align: bottom
    }

        .account-tab:only-child {
            width: 100%
        }

        .account-tab + .account-tab {
            margin-left: 16px
        }
}

.account-tab__one-tab {
    padding-bottom: 0
}

.account-tab__group-container {
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    margin: 10px auto 20px 0;
    line-height: 1.7rem;
    white-space: normal
}

html.ar .account-tab__group-container {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

.account-tab__label {
    padding-bottom: 10px;
    color: #333;
    font-size: 1.4rem;
    vertical-align: top
}

.account-tab__row:last-child .account-tab__label {
    padding-bottom: 0
}

.account-tab__label:first-child {
    padding-right: 20px;
    white-space: nowrap
}

.account-tab__group {
    text-align: center;
    border-bottom: 1px solid #d8d8d8
}

@media only screen and (min-width:1024px) {
    .account-tab__group {
        text-align: initial;
        border-bottom: none
    }
}

.account-tab__group + .account-tab__group {
    padding-top: 10px
}

.account-tab__heading {
    font-size: 1.6rem;
    line-height: 1.9rem
}

@media only screen and (min-width:1024px) {
    .account-tab__heading {
        font-size: 1.4rem;
        line-height: 1.7rem
    }
}

.account-tab__name {
    font-size: 1.4rem;
    line-height: 1.7rem
}

.account-tab__heading, .account-tab__name {
    font-weight: 700;
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    margin: 0
}

html.ar .account-tab__heading, html.ar .account-tab__name {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

.account-tab__name + .account-tab__paragraph, .account-tab__name + .account-tab__skywards {
    margin: 10px 0
}

.account-tab__paragraph, .account-tab__skywards {
    font-size: 1.4rem;
    line-height: 1.7rem
}

.account-tab__paragraph {
    margin-top: 0;
    margin-bottom: 20px
}

.account-tab__skywards {
    font-weight: 700;
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif
}

html.ar .account-tab__skywards {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

.account-tab__cta, .account-tab__login {
    display: inline-block
}

.account-tab__cta {
    flex-grow: 1;
    flex-shrink: 1
}

@media only screen and (min-width:1024px) {
    .account-tab__cta {
        flex-basis: 55%;
        max-width: 249px
    }
}

.account-tab__buttons {
    display: flex;
    margin-top: auto
}

.account-tab__family-group .account-tab__name {
    margin: 20px 0 10px
}

.account-tab__family-group .account-tab__link {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.9rem
}

    .account-tab__family-group .account-tab__link .link__chevron {
        display: inline;
        margin-left: 5px;
        font-size: 1.2rem
    }

.tab-button {
    height: 58px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    border: 1px solid #d8d8d8
}

.tab-button__heading, .tab-button__text {
    margin: 0
}

.tab-button__heading {
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    color: #666;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9rem
}

html.ar .tab-button__heading {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

.tab-button--selected {
    padding-bottom: 8px;
    border: none;
    border-bottom: 3px solid #c60c30
}

    .tab-button--selected .tab-button__heading {
        font-weight: 700;
        font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
        color: #333
    }

html.ar .tab-button--selected .tab-button__heading {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

.tab-button:focus {
    border-radius: 2px;
    outline: 0;
    box-shadow: 0 0 2px 1.5px #fff,0 0 3px 3px #000
}

.tab-button__text {
    font-size: 1.4rem;
    line-height: 1.7rem
}

.account-tabs__content-wrapper {
    display: flex;
    border-top: 1px solid #c7c7c7
}

.account-tabs__content-wrapper--bottom-line {
    border-bottom: 1px solid #c7c7c7
}

.account-tabs__content-wrapper--only {
    border: none
}

@media only screen and (min-width:1024px) {
    .account-tabs__buttons--flex {
        display: flex
    }
}

.account-tabs__logout {
    float: right;
    margin-bottom: 2px;
    color: #333;
    font-size: 1.4rem
}

@media only screen and (min-width:0px) and (max-width:991px) {
    .account-tabs__logout {
        font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
        width: auto;
        height: auto;
        padding: 0;
        font-weight: 400;
        line-height: normal;
        text-decoration: underline;
        background: transparent;
        border: none
    }

    html.ar .account-tabs__logout {
        font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
    }

    .account-tabs__logout:hover {
        text-decoration: none;
        background: rgba(0,0,0,.05);
        box-shadow: none
    }

    .account-tabs__logout:active {
        border: inherit
    }
}

@media only screen and (min-width:1024px) {
    .account-tabs__logout {
        float: none;
        max-width: 176px;
        margin-bottom: 30px;
        line-height: 38px;
        text-decoration: none
    }

    .account-tabs__logout--offset {
        width: 176px;
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media only screen and (min-width:1024px) {
    .account-tabs__logout--second-cta {
        margin-left: 20px
    }
}

.account-tabs__cta {
    padding: 0 10px
}

@media only screen and (min-width:1024px) {
    .account-tabs__cta {
        display: inline-block;
        flex-basis: 45%;
        padding: 0
    }
}

.account-tabs__view-small {
    width: calc(100% - 20px);
    height: 40px;
    margin: 0 10px 10px
}

@media only screen and (min-width:1024px) {
    .account-tabs__view-small {
        max-width: 176px;
        margin: 0;
        padding: 0 43px
    }
}

.account-tabs__list-wrapper {
    margin: 0;
    padding: 0;
    list-style: none
}

.account-tabs__tab {
    width: 50%
}

    .account-tabs__tab:only-child {
        width: 100%
    }

.account-tabs__item {
    display: inline-block;
    width: 50%;
    vertical-align: top
}

    .account-tabs__item:only-child {
        width: 100%
    }

    .account-tabs__item:last-child .tab-button {
        border-right-color: transparent
    }

    .account-tabs__item:first-child .tab-button {
        border-left-color: transparent
    }

.login {
    position: relative;
    max-width: 1016px;
    margin: 0 auto;
    padding: 20px 0
}

@media only screen and (min-width:1024px) {
    .login {
        padding: 30px 0 0
    }
}

.login__split {
    align-items: stretch;
    margin: 0 auto
}

@media only screen and (min-width:1024px) {
    .login__split {
        margin: 0;
        padding-left: 15px
    }
}

.login__split-left, .login__split-right {
    flex-shrink: 1
}

.login__split-left {
    flex-grow: 2;
    text-align: center
}

@media only screen and (min-width:1024px) {
    .login__split-left {
        flex-basis: 440px;
        max-width: 440px;
        text-align: left
    }
}

@media only screen and (min-width:1024px) and (min-width:1101px) {
    .login__split-left {
        margin-right: 35px
    }
}

@media only screen and (min-width:1024px) {
    .login__split-left--wide {
        flex-basis: 100%;
        max-width: 1000px
    }
}

@media only screen and (min-width:1024px) and (min-width:1101px) {
    .login__split-left--wide {
        margin-right: 0
    }
}

.login__split-right {
    flex-grow: 1
}

@media only screen and (min-width:1024px) {
    .login__split-right {
        flex-basis: 272px;
        max-width: 272px;
        padding-top: 40px
    }
}

@media only screen and (min-width:1101px) {
    .login__split-right {
        margin-left: 38px
    }
}

.login__container {
    margin: 0 auto
}

@media only screen and (min-width:1024px) {
    .login__container {
        margin: 0
    }
}

@media only screen and (min-width:0px) and (max-width:1023px) {
    .login__or-line {
        width: auto;
        margin: 0 10px 35px;
        padding-top: 35px
    }
}

@media only screen and (min-width:1024px) {
    .login__or-line {
        margin-top: -30px
    }
}

.login__p:last-child {
    margin-bottom: 0
}

.login__heading {
    font-weight: 700;
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    color: #333;
    font-size: 2rem;
    line-height: 2.4rem;
    width: 120px;
    margin: 0 auto 21px;
    white-space: normal;
    text-align: center
}

html.ar .login__heading {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:1024px) {
    .login__heading {
        width: 100%;
        margin: 9px 0 5px;
        white-space: nowrap;
        text-align: left
    }
}

@media only screen and (min-width:1024px) {
    .login__heading--simple-user {
        margin-top: 0;
        margin-bottom: 3px
    }
}

.login__title {
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    white-space: normal
}

html.ar .login__title {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:1024px) {
    .login__title {
        font-weight: 700;
        font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
        margin: 0 0 15px;
        color: #333;
        font-size: 2rem;
        line-height: 2.4rem
    }

    html.ar .login__title {
        font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
    }
}

.login__text {
    font-weight: 700;
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.7rem;
    white-space: normal;
    text-align: center
}

html.ar .login__text {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:1024px) {
    .login__text {
        font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
        margin-top: 0;
        margin-bottom: 23px;
        font-weight: 300;
        text-align: left
    }

    html.ar .login__text {
        font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
    }
}

.login__form-field {
    margin-bottom: 8px
}

.login__input {
    line-height: 1rem
}

.login__remember {
    margin: 16px 0
}

.login__action-btn {
    width: 246px
}

.login__second-part-container {
    padding: 0 10px
}

@media only screen and (min-width:1024px) {
    .login__second-part-container {
        padding: 0
    }
}

.brand-logo-experience {
    position: absolute;
    width: 120px;
    height: 50px;
    overflow: hidden;
    color: #fff;
    font-size: 0;
    text-align: center;
    text-decoration: none;
    background-color: #d71921
}

@media only screen and (min-width:1024px) {
    .brand-logo-experience {
        position: fixed;
        top: 0;
        z-index: 1102;
        width: 90px;
        height: 125px
    }
}

.brand-logo-experience__image {
    display: none
}

@media only screen and (min-width:1024px) {
    .brand-logo-experience__image {
        position: absolute;
        bottom: .5rem;
        left: 0;
        display: inline-block;
        max-width: 100%
    }

    .brand-logo-experience__image--sticky {
        opacity: 0
    }
}

.brand-logo-experience__image-small {
    max-width: 100%
}

@media only screen and (min-width:1024px) {
    .brand-logo-experience__image-small {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0
    }

    .brand-logo-experience__image-small--sticky {
        width: 100%;
        height: 50px;
        opacity: 1
    }
}

.noscroll .brand-logo-experience {
    z-index: 60
}

.close-button {
    position: relative;
    z-index: 10;
    width: 50px;
    height: 54px;
    color: #fff;
    background: none;
    border: 0;
    cursor: pointer
}

.close-button__close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 14px;
    margin: auto
}

    .close-button__close:after, .close-button__close:before {
        position: absolute;
        left: 7px;
        width: 1px;
        height: 14px;
        background-color: #f2f2f2;
        content: " "
    }

    .close-button__close:before {
        transform: rotate(45deg)
    }

    .close-button__close:after {
        transform: rotate(-45deg)
    }

.nav__desktop-wrapper {
    display: none
}

@media only screen and (min-width:992px) {
    .nav__desktop-wrapper {
        display: block;
        margin-right: -6px
    }
}

.nav__desktop-wrapper .link__external {
    display: inline;
    vertical-align: inherit
}

.nav__mobile-wrapper {
    position: relative;
    z-index: 1050
}

    .nav__mobile-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background: rgba(51,51,51,.6);
        transition: opacity .3s ease-in
    }

.nav__mobile-wrapper--invisible:after {
    opacity: 0
}

.nav__mobile-wrapper--hidden:after {
    display: none
}

.nav--mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 51;
    margin-left: 30px;
    overflow: auto;
    background-color: #333;
    transform: translate(0);
    transition-timing-function: ease-in;
    transition-duration: .3s;
    transition-property: transform
}

.nav--hide {
    transform: translate(100%)
}

.nav__close-button {
    float: right
}

.nav__list {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: calc(100% - 50px)
}

@media only screen and (min-width:992px) {
    .nav__list-item {
        float: left
    }
}

.nav__list-item .close-button {
    display: none
}

.nav__list-item--selected {
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    overflow: auto
}

    .nav__list-item--selected .close-button {
        position: absolute;
        top: 0;
        right: 0;
        display: block
    }

.nav__list-item-text--lang, .nav__list-item:first-child {
    border-top: 1px solid hsla(0,0%,85%,.2)
}

.nav__list-item-text {
    display: inline-block;
    color: #f9f9f9;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 5rem;
    text-transform: uppercase;
    background-color: #333;
    border-radius: 0
}

    .nav__list-item-text:focus {
        z-index: 10
    }

.nav__list-item-text--mobile {
    position: relative;
    width: 100%;
    height: 50px;
    color: #f7f7f7;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid hsla(0,0%,85%,.2);
    font-family: HelveticaNeue-Medium,Helvetica,Arial,Lucida Grande,sans-serif
}

html.ar .nav__list-item-text--mobile {
    font-family: Emirates-Medium,Helvetica,Arial,Lucida Grande,sans-serif
}

.nav__list-item-text--desktop {
    padding: 0 10px
}

html[lang=ru] .nav__list-item-text--desktop {
    padding: 0 5px
}

.nav__list-item-text--dotted {
    padding: 0 13px 0 7px
}

html[lang=ru] .nav__list-item-text--dotted {
    padding: 0 8px 0 2px
}

.nav__list-item-text--lang {
    text-align: left
}

    .nav__list-item-text--lang:focus {
        box-shadow: none
    }

.nav__lang-wrapper {
    position: relative;
    top: -1px;
    margin-top: auto
}

    .nav__lang-wrapper .nav__list-item-text {
        border-bottom: none
    }

.nav #mob-nav-voc {
    display: none
}

.nav__flag {
    display: inline-block;
    speak: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAARCAMAAADqmnyMAAABQVBMVEVMaXH///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9Rfme8AAAAanRSTlMAAwQGCgsNDg8TFBodHyAhIiMrLi8wOjs8PT9DRUZJSlBTVFVWXF1eX2BiaGlsb3Bxc3R1dnh5eoCCg4iPmp2gpKWnqaqtr7G1uL/AwcPExcbIydDR2Nrc3d7h4uPm5+rr7PD09fr7/P3+oMV/SwAAAOBJREFUeNpjYMANuMx8YmK8TbmQxbQSncxVheTs4jURYsaJIjpZWSIMfJZphjAxqYwwNvlMKwaOmKysDAmoYECWh22ALjeja2BWVpYfRIw/CwTUGKQDU0AMPrCgclZWcqQFC4OEnnowUFAJLKgdkqQCokOz4kWdg3y1ISrdWJyzvFkZUrOy4hXZ3SEq+eMZ9bOyQsQUXKKyjJgSeCE2+asy22SlA93ikCSs4Qt1kmQsj1GWI5Ah62UWJw5zvWG4dSAbiCETYYDwp0aCp7yAoLx9ghpyiHCaeEVHe5lw4glIAM/aK9F4qd5EAAAAAElFTkSuQmCC) no-repeat 0 0
}

.nav__lang-selector-close {
    top: 20px;
    right: 0;
    color: #000;
    text-align: center;
    text-decoration: none
}

.nav__arrow {
    position: absolute;
    top: 21px;
    left: 19px;
    color: #f9f9f9;
    font-size: 1.2rem;
    opacity: 0;
    transition: opacity .3s ease-in
}

.nav__arrow--right {
    right: 19px;
    left: auto
}

.nav__arrow--right, .nav__arrow--shown {
    opacity: 1
}

.nav__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2
}

.nav__dropdown-tablist {
    height: calc(100% - 50px)
}

.nav__dot {
    position: absolute;
    top: 50%;
    right: -9px;
    transform: translateY(-50%)
}

html[lang=ru] .nav__dot {
    right: -7px
}

.second-level-menu--mobile {
    width: 100%;
    height: 100%;
    text-align: left;
    background-color: #f2f2f2
}

@media only screen and (min-width:992px) {
    .second-level-menu {
        left: 0;
        z-index: 20
    }
}

.second-level-menu__list {
    text-align: left
}

.second-level-menu__list-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%
}

@media only screen and (min-width:1024px) {
    .second-level-menu__list {
        font-size: 0
    }
}

.second-level-menu__list-item {
    width: 100%;
    border-bottom: 1px solid #d8d8d8
}

@media only screen and (min-width:1024px) {
    .second-level-menu__list-item {
        width: auto;
        height: 0;
        vertical-align: middle;
        border-bottom: none
    }
}

.second-level-menu__wrapper {
    top: 0
}

    .second-level-menu__wrapper.tabs__wrapper {
        left: -6px;
        width: auto
    }

.second-level-menu__list-item-text {
    display: inline-block;
    font-weight: 500;
    font-size: 1.4rem;
    font-family: HelveticaNeue-Medium,Helvetica,Arial,Lucida Grande,sans-serif
}

html.ar .second-level-menu__list-item-text {
    font-family: Emirates-Medium,Helvetica,Arial,Lucida Grande,sans-serif
}

.second-level-menu__list-item-text:focus {
    border-radius: 2px;
    outline: 0;
    box-shadow: 0 0 2px 1.5px #fff,0 0 3px 3px #000
}

.second-level-menu__list-item-text--mobile {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0 20px;
    color: #333;
    line-height: 4.9rem;
    text-transform: none;
    background-color: #fff
}

    .second-level-menu__list-item-text--mobile:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        border-bottom: 1px solid #d8d8d8;
        transform: translate(-20px);
        transition-timing-function: ease-in;
        transition-duration: .3s;
        transition-property: width,transform,border-bottom-color
    }

    .second-level-menu__list-item-text--mobile.second-level-menu__list-item-text--active:after {
        width: calc(100% - 40px);
        border-bottom-color: #bebebe;
        transform: translate(0)
    }

.second-level-menu__list-item-text--desktop {
    position: relative;
    top: -50px;
    padding: 18px 15px;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.1;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    cursor: default
}

    .second-level-menu__list-item-text--desktop.second-level-menu__list-item-text--active {
        color: #c60c30;
        background-color: #fff;
        border-right-color: #a9a9a9;
        border-left-color: #a9a9a9;
        box-shadow: none
    }

        .second-level-menu__list-item-text--desktop.second-level-menu__list-item-text--active:focus {
            border-radius: 2px;
            outline: 0;
            box-shadow: 0 0 2px 1.5px #fff,0 0 3px 3px #000
        }

.second-level-menu__button {
    padding: 20px;
    background-color: #f2f2f2
}

.second-level-menu--desktop .header-popup__close--tab {
    top: 25px;
    right: -8px
}

.second-level-menu__arrow {
    position: absolute;
    top: 21px;
    right: 21px;
    font-weight: 700;
    font-size: 1rem
}

.second-level-menu__dot, .third-level-menu__dot {
    font-size: 1.4rem
}

.third-level-menu {
    right: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    padding: 0 20px 20px;
    background-color: #fff;
    box-shadow: inset 0 -65px 70px -50px hsla(0,0%,75%,.3)
}

@media only screen and (min-width:992px) {
    .third-level-menu__container {
        margin: 0 auto;
        padding-left: 119px
    }
}

.third-level-menu__link {
    display: inline-block;
    width: 100%;
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 5rem;
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif
}

html.ar .third-level-menu__link {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:992px) {
    .third-level-menu__link {
        font-size: 1.8rem
    }
}

.third-level-menu__link .link__dotted {
    margin-bottom: -11px;
    margin-left: -6px
}

.third-level-menu__list {
    padding-left: 20px
}

@media only screen and (min-width:992px) {
    .third-level-menu__list-item {
        line-height: 3.4rem
    }
}

.third-level-menu__list-item-link {
    position: relative;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 0;
    text-align: left
}

.third-level-menu--mobile .third-level-menu__link, .third-level-menu--mobile .third-level-menu__list-item-link, .third-level-menu--mobile .third-level-menu__list-item-sublink {
    height: 44px;
    padding: 0;
    color: #333;
    font-weight: 400;
    text-align: left;
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif
}

html.ar .third-level-menu--mobile .third-level-menu__link, html.ar .third-level-menu--mobile .third-level-menu__list-item-link, html.ar .third-level-menu--mobile .third-level-menu__list-item-sublink {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

.third-level-menu--mobile .third-level-menu__link {
    height: 51px
}

.third-level-menu--mobile .third-level-menu__list-item-link, .third-level-menu--mobile .third-level-menu__list-item-sublink {
    display: flex;
    align-items: center
}

.third-level-menu--mobile .link__external {
    margin-top: -3px
}

.third-level-menu--mobile .call-to-action__multiline-wrapper {
    justify-content: flex-start
}

.third-level-menu__list-item-subgroup {
    position: relative;
    padding-left: 15px
}

.third-level-menu__list-item-subgroup--vertical-line:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 1px;
    height: calc(100% - 30px);
    border-left: 1px solid #d8d8d8
}

.third-level-menu--desktop {
    font-size: 0
}

    .third-level-menu--desktop .third-level-menu__link-wrapper {
        padding: 10px 0;
        border-bottom: 1px solid #bebebe
    }

    .third-level-menu--desktop .third-level-menu__link {
        width: inherit;
        margin: 10px 10px 10px 20px;
        font-size: 3rem;
        line-height: 3.5rem;
        border-top: none
    }

        .third-level-menu--desktop .third-level-menu__link .link__chevron {
            display: inline-block
        }

    .third-level-menu--desktop .third-level-menu__link-holder {
        font-family: Emirates-Bold,Helvetica,Arial,Lucida Grande,sans-serif;
        display: inline-block;
        margin: 0 0 1rem;
        font-weight: 700;
        font-size: 1.6rem;
        text-align: left
    }

html.ja .third-level-menu--desktop .third-level-menu__link-holder {
    font-family: M PLUS\ 1p,sans-serif
}

.third-level-menu--desktop .third-level-menu__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0
}

.third-level-menu--desktop .third-level-menu__list-item {
    position: relative;
    padding: 8px 0
}

    .third-level-menu--desktop .third-level-menu__list-item:last-child, .third-level-menu--desktop .third-level-menu__list-item:nth-child(n+5) {
        padding-bottom: 18px
    }

    .third-level-menu--desktop .third-level-menu__list-item:nth-child(-n+8):after {
        position: absolute;
        bottom: -1px;
        box-sizing: border-box;
        width: 100%;
        height: 1px;
        background-color: #bebebe;
        background-clip: content-box;
        content: ""
    }

    .third-level-menu--desktop .third-level-menu__list-item + .third-level-menu__list-item {
        padding-left: 20px
    }

        .third-level-menu--desktop .third-level-menu__list-item + .third-level-menu__list-item:after {
            left: 20px;
            padding-right: 20px
        }

    .third-level-menu--desktop .third-level-menu__list-item:nth-child(4n+1) {
        padding-left: 20px
    }

        .third-level-menu--desktop .third-level-menu__list-item:nth-child(4n+1):after {
            left: 0;
            padding-right: 0
        }

.third-level-menu--desktop .third-level-menu__list-item-link {
    margin: 10px 0;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.9rem
}

    .third-level-menu--desktop .third-level-menu__list-item-link span.link__text {
        font-weight: 700;
        font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif
    }

html.ar .third-level-menu--desktop .third-level-menu__list-item-link span.link__text {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

.third-level-menu--desktop .third-level-menu__list-item-link-holder {
    font-weight: 700
}

.third-level-menu--desktop .third-level-menu__list-item-sublink {
    margin: 10px 0;
    font-size: 1.6rem;
    line-height: 1.8rem
}

.third-level-menu--desktop .third-level-menu__list-item-subgroup {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0
}

    .third-level-menu--desktop .third-level-menu__list-item-subgroup + .third-level-menu__list-item-subgroup {
        padding-left: 15px
    }

.third-level-menu--desktop .third-level-menu__list-item-subgroup--wrapper {
    display: flex
}

.third-level-menu--desktop .link {
    align-items: center
}

    .third-level-menu--desktop .link .link__chevron {
        margin-left: 10px
    }

    .third-level-menu--desktop .link:active, .third-level-menu--desktop .link:focus, .third-level-menu--desktop .link:hover {
        color: #c60c30;
        text-decoration: underline;
        background: hsla(0,0%,85%,.2)
    }

        .third-level-menu--desktop .link:active .link__chevron, .third-level-menu--desktop .link:active .link__external, .third-level-menu--desktop .link:focus .link__chevron, .third-level-menu--desktop .link:focus .link__external, .third-level-menu--desktop .link:hover .link__chevron, .third-level-menu--desktop .link:hover .link__external {
            display: inline-block;
            text-decoration: none
        }

[dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link .link__text, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink .link__text {
    margin-left: 20px
}

.third-level-menu--desktop .third-level-menu__list-item-link span.link__chevron, .third-level-menu--desktop .third-level-menu__list-item-link span.link__external, .third-level-menu--desktop .third-level-menu__list-item-sublink span.link__chevron, .third-level-menu--desktop .third-level-menu__list-item-sublink span.link__external {
    display: inline
}

[dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link span.link__chevron, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link span.link__external, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink span.link__chevron, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink span.link__external {
    display: inline-block;
    transform: scaleX(-1)
}

[dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link.external-link span.link__external, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link.no-external-link span.link__chevron, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink.external-link span.link__external, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink.no-external-link span.link__chevron {
    margin-right: -10px
}

.third-level-menu--desktop .third-level-menu__list-item-link:active, .third-level-menu--desktop .third-level-menu__list-item-link:focus, .third-level-menu--desktop .third-level-menu__list-item-link:hover, .third-level-menu--desktop .third-level-menu__list-item-sublink:active, .third-level-menu--desktop .third-level-menu__list-item-sublink:focus, .third-level-menu--desktop .third-level-menu__list-item-sublink:hover {
    text-decoration: none
}

    .third-level-menu--desktop .third-level-menu__list-item-link:active .link__text, .third-level-menu--desktop .third-level-menu__list-item-link:focus .link__text, .third-level-menu--desktop .third-level-menu__list-item-link:hover .link__text, .third-level-menu--desktop .third-level-menu__list-item-sublink:active .link__text, .third-level-menu--desktop .third-level-menu__list-item-sublink:focus .link__text, .third-level-menu--desktop .third-level-menu__list-item-sublink:hover .link__text {
        text-decoration: underline
    }

[dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link:active .link__text, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link:focus .link__text, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link:hover .link__text, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink:active .link__text, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink:focus .link__text, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink:hover .link__text {
    margin-left: 20px
}

.third-level-menu--desktop .third-level-menu__list-item-link:active span.link__chevron.icon, .third-level-menu--desktop .third-level-menu__list-item-link:active span.link__external.icon, .third-level-menu--desktop .third-level-menu__list-item-link:focus span.link__chevron.icon, .third-level-menu--desktop .third-level-menu__list-item-link:focus span.link__external.icon, .third-level-menu--desktop .third-level-menu__list-item-link:hover span.link__chevron.icon, .third-level-menu--desktop .third-level-menu__list-item-link:hover span.link__external.icon, .third-level-menu--desktop .third-level-menu__list-item-sublink:active span.link__chevron.icon, .third-level-menu--desktop .third-level-menu__list-item-sublink:active span.link__external.icon, .third-level-menu--desktop .third-level-menu__list-item-sublink:focus span.link__chevron.icon, .third-level-menu--desktop .third-level-menu__list-item-sublink:focus span.link__external.icon, .third-level-menu--desktop .third-level-menu__list-item-sublink:hover span.link__chevron.icon, .third-level-menu--desktop .third-level-menu__list-item-sublink:hover span.link__external.icon {
    display: inline
}

[dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link:active span.link__chevron.icon, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link:active span.link__external.icon, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link:focus span.link__chevron.icon, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link:focus span.link__external.icon, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link:hover span.link__chevron.icon, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link:hover span.link__external.icon, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink:active span.link__chevron.icon, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink:active span.link__external.icon, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink:focus span.link__chevron.icon, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink:focus span.link__external.icon, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink:hover span.link__chevron.icon, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink:hover span.link__external.icon {
    display: inline-block
}

[dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link:active.external-link span.link__external, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link:active.no-external-link span.link__chevron, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link:focus.external-link span.link__external, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link:focus.no-external-link span.link__chevron, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link:hover.external-link span.link__external, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-link:hover.no-external-link span.link__chevron, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink:active.external-link span.link__external, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink:active.no-external-link span.link__chevron, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink:focus.external-link span.link__external, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink:focus.no-external-link span.link__chevron, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink:hover.external-link span.link__external, [dir=rtl] .third-level-menu--desktop .third-level-menu__list-item-sublink:hover.no-external-link span.link__chevron {
    margin-right: -10px
}

.sub-menu-accessibility-links__button {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 1103;
    box-sizing: border-box;
    width: auto;
    margin-left: 2rem;
    margin-top: 1rem;
    padding-right: 20px;
    padding-left: 20px
}

    .sub-menu-accessibility-links__button:active, .sub-menu-accessibility-links__button:focus {
        height: auto;
        clip: auto
    }

.main-navigation {
    position: relative;
    line-height: 0;
    background-color: #333
}

.main-navigation__burger {
    display: flex;
    flex-direction: column;
    margin: 10px 10px 0;
    padding: 6px;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    background: none;
    border: 1px solid hsla(0,0%,100%,.2);
    border-radius: 3px;
    font-weight: 700;
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif
}

html.ar .main-navigation__burger {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

.main-navigation__burger:focus {
    background: transparent
}

@media only screen and (min-width:1024px) {
    .main-navigation__burger {
        display: none
    }
}

.main-navigation__content {
    display: flex;
    justify-content: space-between;
    margin-left: 130px
}

@media only screen and (min-width:1024px) {
    .main-navigation__content {
        margin-left: 110px
    }
}

.main-navigation__login-link {
    display: inline-block;
    line-height: 50px
}

@media only screen and (min-width:1024px) {
    .main-navigation__login-link {
        line-height: 55px
    }
}

.main-navigation__login-link-text, .main-navigation__login-link:hover:after {
    display: none
}

@media only screen and (min-width:1101px) {
    .main-navigation__login-link-text {
        display: inline
    }
}

.main-navigation__login-wrapper {
    margin: 0 -10px
}

@media only screen and (min-width:1024px) {
    .main-navigation__login-wrapper {
        margin: 0
    }
}

.header-buttons {
    display: flex;
    margin: 0;
    padding: 0
}

.header-buttons__item {
    white-space: nowrap
}

@media only screen and (min-width:0px) and (max-width:1023px) {
    .header-buttons__item--search {
        display: none
    }
}

.header-buttons__item-login-icon {
    display: none
}

@media only screen and (min-width:1024px) {
    .header-buttons__item-login-icon {
        display: inline
    }
}

@media only screen and (min-width:1024px) {
    .header-buttons__item-login-name {
        display: none
    }
}

.header-buttons__item-login-name--desktop {
    display: none
}

@media only screen and (min-width:1101px) {
    .header-buttons__item-login-name--desktop {
        display: inline;
        text-transform: none;
        margin-left: 5px
    }

        .header-buttons__item-login-name--desktop:before {
            content: " "
        }
}

.header-buttons__flag {
    display: inline-block;
    speak: none;
    width: 20px;
    height: 17px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAARCAMAAADqmnyMAAABQVBMVEVMaXH///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9Rfme8AAAAanRSTlMAAwQGCgsNDg8TFBodHyAhIiMrLi8wOjs8PT9DRUZJSlBTVFVWXF1eX2BiaGlsb3Bxc3R1dnh5eoCCg4iPmp2gpKWnqaqtr7G1uL/AwcPExcbIydDR2Nrc3d7h4uPm5+rr7PD09fr7/P3+oMV/SwAAAOBJREFUeNpjYMANuMx8YmK8TbmQxbQSncxVheTs4jURYsaJIjpZWSIMfJZphjAxqYwwNvlMKwaOmKysDAmoYECWh22ALjeja2BWVpYfRIw/CwTUGKQDU0AMPrCgclZWcqQFC4OEnnowUFAJLKgdkqQCokOz4kWdg3y1ISrdWJyzvFkZUrOy4hXZ3SEq+eMZ9bOyQsQUXKKyjJgSeCE2+asy22SlA93ikCSs4Qt1kmQsj1GWI5Ah62UWJw5zvWG4dSAbiCETYYDwp0aCp7yAoLx9ghpyiHCaeEVHe5lw4glIAM/aK9F4qd5EAAAAAElFTkSuQmCC) no-repeat 0 0
}

.header-buttons__flag-container {
    display: flex
}

.header-buttons__flag-container--desktop {
    display: none
}

@media only screen and (min-width:1024px) {
    .header-buttons__flag-container--desktop {
        display: inline-block
    }
}

.header-buttons__flag-container .flag-icon--global {
    background-position: -24px 0
}

.header-buttons__flag-text {
    font-weight: 700;
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    margin: 0 0 0 6px;
    line-height: normal
}

html.ar .header-buttons__flag-text {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:1024px) and (max-width:1100px) {
    .header-buttons__flag-text {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .header-buttons .header-buttons__account {
        padding-right: 10px;
        padding-left: 10px
    }
}

.operational-update__wrapper {
    background: #fef8d5;
    width: 100%;
    color: #666;
    padding: 0 15px;
    transition: width 2s linear 1s
}

    .operational-update__wrapper .extra-updates {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 25px;
        text-decoration: none;
        display: block;
        border-top: 1px solid rgba(0,0,0,.1)
    }

        .operational-update__wrapper .extra-updates a {
            margin-left: 0
        }

    .operational-update__wrapper ~ header .brand-logo-experience {
        position: absolute
    }

.operational-update__container {
    max-width: 1100px;
    position: relative;
    border-bottom: 2px solid #f4eece;
    padding: 0;
    margin: 0 auto
}

.operational-update__first {
    min-height: 50px
}

.operational-update__label {
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 1.4rem;
    line-height: 1.61rem;
    font-weight: 200;
    display: inline-block;
    padding: 0 105px 0 25px;
    color: #333;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px
}

@media only screen and (min-width:992px) {
    .operational-update__label {
        padding: 0 145px 0 25px
    }
}

.operational-update__label--bold {
    font-weight: 700
}

.operational-update__label--bold-text {
    color: #c60c30
}

.operational-update__label .icon-information {
    position: absolute;
    top: 1.5rem;
    left: 0;
    font-size: 1.5rem
}

.operational-update__anchor {
    color: #333;
    font-weight: 400;
    margin-left: 10px;
    text-decoration: underline
}

    .operational-update__anchor:hover {
        text-decoration: none;
        background-color: #f6f6f6
    }

.operational-update__expander {
    position: absolute;
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 1.4rem;
    line-height: 1.61rem;
    font-weight: 200;
    top: 1.4rem;
    right: 0;
    max-width: 100px
}

@media only screen and (min-width:992px) {
    .operational-update__expander {
        max-width: 140px
    }
}

.operational-update__expander--closed {
    color: #333;
    font-weight: 400;
    text-decoration: none
}

.operational-update__expander--closed-text {
    text-decoration: underline
}

    .operational-update__expander--closed-text:hover {
        text-decoration: none;
        background-color: #f6f6f6
    }

.operational-update__expander--closed .icon-chevron-down {
    font-size: 10px;
    margin-left: 5px;
    display: inline
}

.operational-update__expander--opened {
    color: #333;
    font-weight: 400;
    text-decoration: none
}

.operational-update__expander--opened-text {
    text-decoration: underline
}

    .operational-update__expander--opened-text:hover {
        text-decoration: none;
        background-color: #f6f6f6
    }

.operational-update__expander--opened .icon-chevron-up {
    font-size: 10px;
    margin-left: 5px;
    display: inline
}

.related-special-offers-cards {
    margin: 30px 0 15px;
    background: #f6f6f6
}

@media only screen and (min-width:992px) {
    .related-special-offers-cards {
        margin: 45px 0 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1023px) {
    .related-special-offers-cards {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .related-special-offers-cards {
        padding-right: 50px;
        padding-left: 50px
    }
}

.related-special-offers-cards__container {
    display: block
}

@media only screen and (min-width:992px) {
    .related-special-offers-cards__container {
        display: flex
    }
}

.related-special-offers-cards .content-header__text {
    margin: 0 auto 30px
}

@media only screen and (min-width:992px) {
    .related-special-offers-cards .content-header__text {
        margin: 0 auto 38px
    }
}

.related-special-offers-cards__wrapper {
    position: relative;
    margin: 0 10px
}

@media only screen and (min-width:992px) {
    .related-special-offers-cards__wrapper {
        display: flex;
        width: 100%;
        margin: 0
    }
}

.related-special-offers-cards__wrapper + .related-special-offers-cards__wrapper {
    margin: 16px 10px 0
}

@media only screen and (min-width:992px) {
    .related-special-offers-cards__wrapper + .related-special-offers-cards__wrapper {
        margin: 0 0 0 16px
    }
}

.related-special-offers-cards__link {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 54px;
    padding: 19px 20px;
    font-size: 1.4rem
}

@media only screen and (min-width:992px) {
    .related-special-offers-cards__link {
        justify-content: center;
        min-height: 40px
    }
}

.related-special-offers-cards__link .link__text {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-weight: 700;
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    max-height: 45px;
    margin-right: 5px;
    line-height: 1.7rem;
    text-align: center;
    text-decoration: none
}

html.ar .related-special-offers-cards__link .link__text {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

.related-special-offers-cards__link .icon-chevron-right {
    margin-top: 4px;
    font-weight: 700;
    font-size: .6rem
}

.related-special-offers-cards__link:focus .link__text, .related-special-offers-cards__link:hover .link__text {
    text-decoration: underline
}

.related-special-offers-cards__list {
    background-color: #fff;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
    border-radius: 3px;
    display: flex;
    flex-direction: column
}

    .related-special-offers-cards__list:hover {
        background-color: #fff;
        box-shadow: 0 2px 4px 2px rgba(0,0,0,.3)
    }

@media only screen and (min-width:992px) {
    .related-special-offers-cards__list {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.related-special-offers-cards__list .related-special-offers-cards__link {
    position: relative;
    height: 100%
}

    .related-special-offers-cards__list .related-special-offers-cards__link:not(:last-child) {
        margin-bottom: 1px
    }

        .related-special-offers-cards__list .related-special-offers-cards__link:not(:last-child):after {
            position: absolute;
            right: 0;
            bottom: -1px;
            left: 0;
            height: 1px;
            background-color: #bebebe;
            content: ""
        }

@media only screen and (min-width:992px) {
    .related-special-offers-cards__list .related-special-offers-cards__link:not(:last-child):after {
        right: 20px;
        left: 20px
    }
}

.related-special-offers-cards__list .related-special-offers-cards__link:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.related-special-offers-cards__list .related-special-offers-cards__link:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.related-special-offers-cards__list .related-special-offers-cards__link:active, .related-special-offers-cards__list .related-special-offers-cards__link:focus, .related-special-offers-cards__list .related-special-offers-cards__link:hover {
    background-color: #f7f7f7
}

.related-special-offers-cards__item {
    background-color: #fff;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
    border-radius: 3px;
    position: relative;
    display: block;
    flex: 1;
    flex-basis: 0;
    height: auto;
    overflow: hidden;
    color: #333
}

    .related-special-offers-cards__item:hover {
        background-color: #fff;
        box-shadow: 0 2px 4px 2px rgba(0,0,0,.3)
    }

    .related-special-offers-cards__item .link--fake {
        padding: 16px 20px;
        font-size: 2rem
    }

        .related-special-offers-cards__item .link--fake .link__text {
            font-family: Emirates-Bold,Helvetica,Arial,Lucida Grande,sans-serif;
            font-weight: 400;
            line-height: 2.45rem
        }

html.ja .related-special-offers-cards__item .link--fake .link__text {
    font-family: M PLUS\ 1p,sans-serif
}

.related-special-offers-cards__item .link--fake .icon-chevron-right {
    margin-top: 2px;
    font-weight: 700;
    font-size: .8rem
}

@media only screen and (min-width:992px) {
    .related-special-offers-cards__item .link--fake {
        position: inherit;
        padding: 26px 20px 20px;
        color: inherit
    }
}

.related-special-offers-cards__item:focus .link__text, .related-special-offers-cards__item:hover .link__text {
    text-decoration: underline
}

.related-special-offers-cards__body {
    display: none;
    max-height: 51px;
    line-height: 1.5rem
}

@media only screen and (min-width:992px) {
    .related-special-offers-cards__body {
        display: block;
        margin: 0 20px 30px;
        font-size: 1.4rem;
        text-align: center
    }
}

.related-special-offers-cards__image {
    z-index: 0;
    width: 100%;
    overflow: hidden;
    height: 120px
}

.related-special-offers-cards .link__chevron {
    display: inline
}

.related-special-offers-cards__text {
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    margin: 0;
    line-height: 1.7rem
}

html.ar .related-special-offers-cards__text {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

.related-special-offers-cards__see-more-link {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    margin-top: 15px
}

@media only screen and (min-width:480px) and (max-width:769px) {
    .related-special-offers-cards__see-more-link {
        -webkit-margin-end: 10px;
        margin-inline-end: 10px
    }
}

@media only screen and (max-width:480px) {
    .related-special-offers-cards__see-more-link {
        text-align: center;
        justify-content: center
    }
}

.related-special-offers-cards__see-more-link .link__chevron {
    color: #8d0203
}

.related-special-offers-container {
    width: 100%;
    margin-bottom: 30px
}

    .related-special-offers-container .e-container--separator {
        margin-bottom: 0
    }

.loyalty-modal {
    width: 95%;
    padding: 0;
    position: absolute
}

.loyalty-modal__overlay {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,.5);
    -webkit-overflow-scrolling: touch
}

@media only screen and (min-width:769px) {
    .loyalty-modal {
        max-width: 660px
    }
}

.loyalty-modal__modal-container {
    position: absolute;
    justify-content: center;
    z-index: 1050;
    display: block;
    top: 25%;
    left: 50%;
    transform: translateX(-25%);
    padding: 0 10px
}

@media only screen and (min-width:0px) and (max-width:768px) {
    .loyalty-modal__modal-container {
        left: 0;
        transform: none
    }
}

@media only screen and (min-width:769px) and (max-width:991px) {
    .loyalty-modal__modal-container {
        left: 25%;
        transform: translateX(-15%)
    }
}

.loyalty-modal__modal-content {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff
}

.loyalty-modal__img-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62.5%
}

@media only screen and (min-width:769px) {
    .loyalty-modal__img-wrapper {
        padding-top: 33.33333%
    }
}

.loyalty-modal__img {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%
}

.loyalty-modal__heading {
    font-weight: 700;
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    margin: 20px 10px;
    font-size: 2rem;
    line-height: 2.5rem
}

html.ar .loyalty-modal__heading {
    font-family: Emirates-Light,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .loyalty-modal__heading {
        margin: 10px
    }
}

.loyalty-modal__paragraph {
    font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    text-align: center;
    width: 100%;
    margin: 0 30px;
    font-size: 1.4rem;
    line-height: 1.7rem
}

html.ar .loyalty-modal__paragraph {
    font-family: Emirates-Medium,Helvetica,Arial,Lucida Grande,sans-serif
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .loyalty-modal__paragraph {
        margin: 0 10px
    }
}

.loyalty-modal__button-wrapper {
    display: inline-block;
    width: 40%;
    padding: 0 40px;
    margin-bottom: 20px
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .loyalty-modal__button-wrapper {
        width: 100%;
        padding: 0 10px
    }
}

.loyalty-modal__close {
    position: absolute;
    top: 11px;
    right: 11px;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer
}

[dir=rtl] .loyalty-modal__close {
    direction: ltr
}

.loyalty-modal__close-icon {
    font-family: iconography;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    .loyalty-modal__close-icon:before {
        content: "\F154"
    }

.back-to-top--desktop {
    position: fixed;
    right: 40px;
    bottom: 109px;
    z-index: 60;
    display: none;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    overflow: visible;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 15px;
    box-shadow: inset -4px 4px 0 0 #f2f2f2;
    cursor: pointer
}

    .back-to-top--desktop .back-to-top__tooltip {
        position: absolute;
        bottom: 40px;
        left: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 102px;
        height: 36px;
        padding: 5px 0;
        color: #333;
        text-align: center;
        background-color: #fff;
        border: 1px solid #666;
        border-radius: 3px;
        box-shadow: 0 2px 4px 2px rgba(0,0,0,.19);
        transform: translateX(-50%);
        visibility: hidden;
        font-weight: 100;
        font-family: HelveticaNeue-Light,Helvetica,Arial,sans-serif;
        font-size: 1.4rem;
        line-height: 1.61rem
    }

html.ar .back-to-top--desktop .back-to-top__tooltip {
    font-family: Arial Unicode MS,Tahoma,Verdana,Arial,sans-serif
}

.back-to-top--desktop .back-to-top__tooltip:after {
    top: 99%;
    border-top: 10px solid #333
}

.back-to-top--desktop .back-to-top__tooltip:after, .back-to-top--desktop .back-to-top__tooltip:before {
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    transform: translateX(-50%)
}

.back-to-top--desktop .back-to-top__tooltip:before {
    top: 96%;
    z-index: 1;
    border-top: 10px solid #fff
}

.back-to-top--desktop .back-to-top__tooltip-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.back-to-top--desktop:hover .back-to-top__tooltip {
    visibility: visible
}

.back-to-top--desktop:focus {
    border: 1px solid #c7c7c7;
    border-radius: 15px;
    box-shadow: inset -4px 4px 0 0 #f2f2f2
}

.back-to-top--desktop.icon-chevron-up {
    color: #c60c30
}

.back-to-top--mobile {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    background: transparent;
    border: none
}

    .back-to-top--mobile:focus {
        border: none;
        box-shadow: none
    }

    .back-to-top--mobile.icon-chevron-up {
        color: #c60c30
    }

[dir=rtl] .back-to-top--mobile.icon-chevron-up:before {
    content: "\F14B"
}

.back-to-top--mobile .back-to-top__tooltip {
    font-weight: 100;
    font-family: HelveticaNeue-Light,Helvetica,Arial,sans-serif;
    font-size: 1.4rem;
    line-height: 1.61rem;
    margin-right: 15px;
    color: #333;
    letter-spacing: normal
}

html.ar .back-to-top--mobile .back-to-top__tooltip {
    font-family: Arial Unicode MS,Tahoma,Verdana,Arial,sans-serif
}

.back-to-top--mobile .back-to-top__tooltip-text {
    margin-left: 5px
}

.table-comparison-wrapper {
    display: flex
}

@media only screen and (min-width:992px) {
    .table-comparison-wrapper {
        display: block
    }
}

.table-comparison-wrapper__sticky {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 10
}

@media only screen and (min-width:992px) {
    .table-comparison-wrapper__sticky {
        top: 0;
        left: auto;
        width: 100%;
        max-width: 1100px
    }
}

.table-comparison-wrapper__container {
    display: flex;
    overflow-x: scroll;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.1)
}

@media only screen and (min-width:992px) {
    .table-comparison-wrapper__container {
        flex-direction: column;
        margin-top: 0;
        overflow-x: inherit;
        overflow-x: initial;
        box-shadow: none
    }
}
