﻿.Accordion h3, .Accordion h4 {
    margin-top: 0;
    margin-bottom: 0
}

.Accordion__arrow--green {
    display: none
}

.Accordion__arrow--charcoal {
    display: block
}

.Accordion__group {
    padding-bottom: 40px
}

.Accordion__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 20px
}

@media (max-width:576px) {
    .Accordion__header {
        padding-right: 40px
    }
}

.Accordion__header a[href] {
    color: #414141;
    text-decoration: none
}

html[dir=rtl] .Accordion__header {
    padding-right: 80px
}

@media (max-width:576px) {
    html[dir=rtl] .Accordion__header {
        padding-right: 40px
    }
}

html[dir=rtl] .HeaderMenuPanel .Accordion__header {
    padding-left: 40px;
    padding-right: 20px
}

.Accordion__panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out
}

    .Accordion__panel .Image .Image__image-crop {
        max-height: none !important
    }

        .Accordion__panel .Image .Image__image-crop img {
            -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important
        }

.Accordion__flag {
    margin-right: 60px;
    position: relative;
    width: 70px;
    margin-top: -10px;
    margin-bottom: -10px
}

    .Accordion__flag img {
        border-radius: 50%;
        width: 100%
    }

.Accordion__text {
    text-align: left
}

.Accordion__country-image {
    width: 80px;
    height: 80px
}

.Accordion__image {
    text-align: center;
    margin-right: 10px;
    min-width: 80px
}

    .Accordion__image img {
        border-radius: 50%
    }

.Accordion__number {
    display: inline-block;
    margin: 0 40px 0 0;
    width: 30px
}

html[dir=rtl] .Accordion__number {
    margin-right: 0
}

.Accordion__title {
    display: inline-block;
    margin: 0
}

@media (min-width:768px) {
    .Accordion__title {
        width: 70%
    }
}

.Accordion__title-centered {
    text-align: center;
    width: 65%
}

    .Accordion__title-centered span {
        color: #3eb55f;
        font-size: inherit
    }

.Accordion__arrow--closed, .Accordion__arrow--open {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

html[dir=rtl] .HeaderMenuPanel .Accordion__arrow--closed, html[dir=rtl] .HeaderMenuPanel .Accordion__arrow--open {
    left: 10px;
    right: auto
}

.Accordion__arrow--closed img, .Accordion__arrow--open img {
    width: 20px
}

.Accordion__arrow--open {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.AirportSearch {
    padding-top: 40px;
    padding-bottom: 40px
}

.Accordion .AirportSearch {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .AirportSearch {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .Accordion .AirportSearch {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.AirportSearch .Tooltip {
    width: 20px
}

.AirportSearch input {
    text-align: center;
    width: 100%;
    background-color: #eaeaea;
    color: #414141;
    outline: 0;
    border: none;
    font-weight: 400;
    padding: 10px 24px
}

.AirportSearch .AirportSearchResultDetail, .AirportSearch .AirportSearchResultItem {
    display: none
}

.AirportSearchResultDetail, .AirportSearchResultDetail__link, .AirportSearchResultDetail__queue-label {
    text-align: center
}

.AirportSearchResultDetail {
    margin-top: 20px;
    margin-bottom: 20px
}

.AirportSearchResultDetail__time-label {
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px
}

.AirportSearchResultDetail__help-btn {
    width: 20px;
    margin-bottom: 5px
}

.AirportSearchResultDetail__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.AirportSearchResultDetail__copy {
    padding: 0 40px;
    text-align: left
}

.AirportSearchResultDetail__title {
    font-weight: 700;
    text-align: center
}

.AirportSearchResultDetail__panel {
    position: relative
}

.AirportSearchResultDetail__active {
    color: #3eb55f !important
}

.AirportSearchResultItem {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.AirportSearchResultItem__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.AirportSearchResultItem__copy {
    padding: 0 40px;
    width: 500px;
    text-align: left
}

.AirportSearchResultItem__title {
    font-weight: 700
}

.AirportSearchResultItem__panel {
    position: relative
}

.AirportSearchResultItem__link {
    width: 15px
}

    .AirportSearchResultItem__link img {
        width: 100%
    }

.AirportSearchResultItem__active {
    color: #3eb55f !important
}

.ArticleHero {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px
}

.Accordion .ArticleHero {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .ArticleHero {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .Accordion .ArticleHero {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

html[dir=rtl] .ArticleHero {
    text-align: right
}

.ArticleHero__image {
    width: 100%;
    margin-bottom: 40px
}

.ArticleHero__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .ArticleHero__flex-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px
    }
}

.ArticleHero__socialList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto
}

html[dir=rtl] .ArticleHero__socialList {
    margin-right: auto;
    margin-left: 0
}

.ArticleHero__social {
    padding-left: 20px
}

html[dir=rtl] .ArticleHero__social {
    padding-left: 0;
    padding-right: 20px
}

.ArticleHero__social img {
    width: 25px
}

@media (min-width:992px) {
    .ArticleHero__social img {
        width: 30px
    }
}

.ArticleHero__brand-image {
    width: 100px;
    margin-bottom: 20px
}

.ArticleLink {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

    .ArticleLink a[href] {
        color: #414141;
        text-decoration: none
    }

.ArticleLink__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

html[dir=rtl] .ArticleLink__flex-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 40px
}

@media (min-width:992px) {
    html[dir=rtl] .ArticleLink__flex-container {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.ArticleLink__image {
    max-width: 110px
}

    .ArticleLink__image img {
        border-radius: 50%;
        width: 110px
    }

@media (max-width:576px) {
    html[dir=rtl] .ArticleLink__flex-container {
        padding-right: 30px
    }

    .ArticleLink__image img {
        width: 70px
    }
}

.ArticleLink__copy {
    width: 500px;
    padding: 0 40px;
    text-align: left
}

html[dir=rtl] .ArticleLink__copy {
    text-align: right;
    padding-left: 0
}

@media (max-width:576px) {
    html[dir=rtl] .ArticleLink__copy {
        width: 100%
    }
}

.ArticleLink__date, .ArticleLink__summary {
    font-weight: 400
}

.ArticleLink__panel {
    position: relative
}

.ArticleLink__link {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px
}

    .ArticleLink__link img {
        width: 100%
    }

.ArticleLinkExternal {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

    .ArticleLinkExternal a[href] {
        color: #414141;
        text-decoration: none
    }

.ArticleLinkExternal__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

html[dir=rtl] .ArticleLinkExternal__flex-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 40px
}

@media (min-width:992px) {
    html[dir=rtl] .ArticleLinkExternal__flex-container {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.ArticleLinkExternal__image {
    max-width: 110px
}

    .ArticleLinkExternal__image img {
        border-radius: 50%;
        width: 110px
    }

@media (max-width:576px) {
    html[dir=rtl] .ArticleLinkExternal__flex-container {
        padding-right: 30px
    }

    .ArticleLinkExternal__image img {
        width: 70px
    }
}

.ArticleLinkExternal__copy {
    width: 500px;
    padding: 0 40px;
    text-align: left
}

html[dir=rtl] .ArticleLinkExternal__copy {
    text-align: right;
    padding-left: 0
}

@media (max-width:576px) {
    html[dir=rtl] .ArticleLinkExternal__copy {
        width: 100%
    }
}

.ArticleLinkExternal__date, .ArticleLinkExternal__summary {
    font-weight: 400
}

.ArticleLinkExternal__panel {
    position: relative
}

.ArticleLinkExternal__link {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px
}

    .ArticleLinkExternal__link img {
        width: 100%
    }

.ArticleListHero {
    text-align: center;
    color: #fff;
    background-color: #eaeaea
}

.ArticleListHero__image {
    width: 100%
}

.ArticleListHero__panel {
    width: 100%;
    background-color: #414141;
    padding: 40px 0
}

.ArticleListHero__intro {
    background-color: #eaeaea;
    color: #414141;
    width: 100%;
    height: 100%;
    padding: 40px
}

.Author {
    text-align: center
}

.Author__flex-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.Author__photo {
    width: 100%
}

    .Author__photo img {
        max-width: 110px;
        border-radius: 50%
    }

.Author__title {
    font-weight: 600
}

.Author__text {
    padding: 20px;
    width: 100%
}

@media (min-width:768px) {
    .Author .Author__photo, .Author .Author__text {
        width: 50%
    }
}

.Background--white {
    background-color: #fff;
    color: #414141
}

.Background--green {
    background-color: #3eb55f;
    color: #fff
}

.Background--grey {
    background-color: #eaeaea;
    color: #414141
}

.Background--charcoal {
    background-color: #414141;
    color: #fff
}
.Background--honeyflower {
    background-color: #582584;
    color: #fff
}
.Background--barleycorn {
    background-color: #9e8f54;
    color: #fff
}
.Background--black {
    background-color: #000000;
    color: #fff
}
.Background--seance {
    background-color: #652186;
    color: #fff
}
.Background--limedoak {
    background-color: #A5904f;
    color: #fff
}
.Background--limeade {
    background-color: #3a9b00;
    color: #fff
}
.Background--timber {
    background-color: #072a3d;
    color: #fff
}


.BackRibbon {
    background-color: #3eb55f;
    direction: ltr;
    text-align: center
}

.BackRibbon__panel {
    background-color: #3eb55f;
    color: #fff;
    min-height: 60px;
    padding: 20px 5px 5px
}

@media (min-width:992px) {
    .BackRibbon__panel {
        min-height: 60px;
        padding-top: 20px
    }
}

.BackRibbon img {
    max-width: 12px;
    display: inline-block;
    margin-right: 10px
}

.BackRibbon span {
    color: #fff
}

.BestRateFrom {
    width: 90%;
    max-width: 700px;
    margin: 0 auto
}

.BestRateFrom_content {
    padding: 3rem 0
}

    .BestRateFrom_content * {
        font-size: 1.6rem;
        line-height: 1.3em
    }

.BestRatePage_nav, .BestRatePage_tab-item div {
    text-align: center
}

.BestRatePage {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto
}

.BestRatePage_nav {
    width: 100%;
    height: auto;
    padding: 4rem 0
}

.BestRatePage_nav-title {
    font-size: 2.6rem;
    line-height: 1.3em;
    padding-bottom: 3rem;
    color: #414141
}

.BestRatePage_nav-lang {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 0
}

    .BestRatePage_nav-lang li {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin: 0 1.5rem
    }

        .BestRatePage_nav-lang li .img, .BestRatePage_nav-lang li .img img {
            width: 70px;
            height: 70px;
            border-radius: 50%
        }

        .BestRatePage_nav-lang li span {
            font-size: 2rem;
            line-height: 1.3em;
            color: #000;
            padding-top: 1rem;
            display: block
        }

        .BestRatePage_nav-lang li.active .img {
            -webkit-box-shadow: 0 8px 16.92px 1.08px rgba(2,3,55,.34);
            box-shadow: 0 8px 16.92px 1.08px rgba(2,3,55,.34)
        }

.BestRatePage_content * {
    font-size: 1.6rem;
    line-height: 1.3em
}

.BestRatePage_content h1, .BestRatePage_content h2, .BestRatePage_content h3, .BestRatePage_content h4, .BestRatePage_content h5, .BestRatePage_content h6 {
    font-size: 3.4rem;
    line-height: 1.3em;
    color: #3eb55f;
    margin: 1rem 0
}

.BestRatePage_content ol, .BestRatePage_content p, .BestRatePage_content ul {
    margin-bottom: 2rem
}

.BestRatePage_content .form-button {
    display: inline-block;
    background-color: #3eb55f;
    font-size: 2rem;
    line-height: 1.3em;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    margin: 2rem 0
}

    .BestRatePage_content .form-button:hover {
        text-decoration: none;
        background-color: #2b8f46
    }

.BestRatePage_tab-item {
    display: none
}

    .BestRatePage_tab-item.active {
        display: block
    }

.BlogDetailHero {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px
}

.Accordion .BlogDetailHero {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .BlogDetailHero {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .Accordion .BlogDetailHero {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

html[dir=rtl] .BlogDetailHero {
    text-align: right
}

.BlogDetailHero__image {
    width: 100%;
    margin-bottom: 40px
}

.BlogDetailHero__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .BlogDetailHero__flex-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px
    }
}

.BlogDetailHero__socialList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto
}

html[dir=rtl] .BlogDetailHero__socialList {
    margin-right: auto;
    margin-left: 0
}

.BlogDetailHero__social {
    padding-left: 20px
}

html[dir=rtl] .BlogDetailHero__social {
    padding-left: 0;
    padding-right: 20px
}

.BlogDetailHero__social img {
    width: 25px
}

@media (min-width:992px) {
    .BlogDetailHero__social img {
        width: 30px
    }
}

.BlogDetailHero__brand-image {
    width: 100px;
    margin-bottom: 20px
}

.BlogListHero {
    text-align: left;
    background-color: #eaeaea
}

.BlogListHero__image {
    width: 100%;
    margin-bottom: 40px
}

.BlogListHero__text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.BlogListHero__intro {
    background-color: #eaeaea;
    width: 100%;
    height: 100%;
    padding: 40px
}

.BlogPost {
    text-align: center;
    color: #414141;
    background-color: #eaeaea
}

.BlogPost__panel {
    background-color: #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 20px
}

.Accordion .BlogPost__panel {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .BlogPost__panel {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .Accordion .BlogPost__panel {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

html[dir=rtl] .BlogPost__panel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.BlogPost__image, .BlogPost__title {
    width: 100%
}

.BlogPost__author {
    width: 100%;
    display: inline-block;
    font-weight: 700
}

    .BlogPost__author img {
        width: 100%;
        border-radius: 50%;
        max-width: 234px;
        margin-bottom: 20px
    }

@media (min-width:768px) {
    .BlogPost__author {
        width: 50%
    }
}

html[lang=ar-ae] .BlogPost__author-company, html[lang=ar-ae] .BlogPost__author-occupation {
    font-weight: 400
}

.BlogPost__post {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding-right: 0
}

html[dir=rtl] .BlogPost__post {
    text-align: right
}

@media (min-width:768px) {
    .BlogPost__post {
        width: 50%;
        padding-right: 40px
    }

    html[dir=rtl] .BlogPost__post {
        padding-left: 40px;
        padding-right: 0
    }
}

.BlogPost__post-title, .BlogPost__post-type {
    margin-top: 0;
    width: 100%;
    margin-bottom: 10px
}

.BlogPost__post-title {
    text-align: center
}

@media (min-width:992px) {
    .BlogPost__post-title {
        text-align: left
    }

    html[dir=rtl] .BlogPost__post-title {
        text-align: right
    }
}

.BlogPost__post-type {
    font-weight: 700
}

.BlogPost__post-copy {
    margin-bottom: 10px
}

.BlogPost__post-link {
    color: #3eb55f;
    text-align: center
}

@media (min-width:768px) {
    .BlogPost__post-link {
        padding-right: 40px;
        text-align: left
    }

    html[dir=rtl] .BlogPost__post-link {
        text-align: right;
        padding-right: 0;
        padding-left: 40px
    }
}

.BlogPostLink {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

    .BlogPostLink a[href] {
        color: #414141;
        text-decoration: none
    }

.BlogPostLink__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

html[dir=rtl] .BlogPostLink__flex-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 40px
}

@media (min-width:992px) {
    html[dir=rtl] .BlogPostLink__flex-container {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.BlogPostLink__image {
    max-width: 110px
}

    .BlogPostLink__image img {
        border-radius: 50%;
        width: 110px
    }

@media (max-width:576px) {
    html[dir=rtl] .BlogPostLink__flex-container {
        padding-right: 30px
    }

    .BlogPostLink__image img {
        width: 70px
    }
}

.BlogPostLink__copy {
    width: 500px;
    padding: 0 40px;
    text-align: left;
    font-weight: 400
}

html[dir=rtl] .BlogPostLink__copy {
    text-align: right;
    padding-left: 0
}

@media (max-width:576px) {
    html[dir=rtl] .BlogPostLink__copy {
        width: 100%
    }
}

.BlogPostLink__panel {
    position: relative
}

.BlogPostLink__link {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px
}

    .BlogPostLink__link img {
        width: 100%
    }

.BrandList {
    text-align: center
}

.BrandList__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .BrandList__flex-container img {
        margin: 10px;
        max-width: 100px
    }

.BrandList__panel {
    padding: 40px
}

.Accordion .BrandList__panel {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .BrandList__panel {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .Accordion .BrandList__panel {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.BrandList__link[href] {
    font-size: 1.8rem;
    margin-bottom: 0;
    line-height: 1.17;
    font-weight: 400;
    display: inline-block;
    margin-top: 5px
}

@media (min-width:768px) {
    .BrandList__link[href] {
        font-size: 2rem
    }
}

html[lang=ar-ae] .BrandList__link[href] {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.375
}

.BrandList__background--white, .BrandList__background--white .BrandList__panel {
    background-color: #fff
}

.BrandList__background--grey, .BrandList__background--grey .BrandList__panel {
    background-color: #eaeaea
}

.BrandListFilter {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px
}

.Accordion .BrandListFilter {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .BrandListFilter {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .Accordion .BrandListFilter {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.BrandListFilter__input {
    margin: 20px 0;
    width: 100%;
    background-color: #eaeaea;
    outline: 0;
    border: 0;
    padding: 10px;
    text-align: center
}

html[dir=rtl] .BrandListFilter__input {
    text-align: right
}

.BrandListFilter__filters {
    padding: 20px 0
}

    .BrandListFilter__filters a[href] {
        color: #414141;
        text-decoration: none
    }

    .BrandListFilter__filters a:hover {
        color: #414141
    }

@media (min-width:992px) {
    .BrandListFilter__filters a:hover {
        color: #3eb55f
    }
}

.BrandListFilter__filters-item {
    padding: 5px 8px;
    font-size: 2rem
}

.BrandListFilterItem {
    text-align: center
}

    .BrandListFilterItem a[href] {
        color: #414141;
        text-decoration: none
    }

    .BrandListFilterItem hr {
        margin: 5px 0
    }

.BrandListFilterItem__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.BrandListFilterItem__image img {
    width: 110px
}

html[dir=rtl] .BrandListFilterItem__image {
    margin-right: 40px
}

.BrandListFilterItem__copy {
    padding: 0 40px;
    width: 400px;
    text-align: left
}

html[dir=rtl] .BrandListFilterItem__copy {
    text-align: right;
    padding-left: 0
}

.BrandListFilterItem__panel {
    position: relative
}

.BrandListFilterItem__link {
    width: 15px
}

html[dir=rtl] .BrandListFilterItem__link {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.BrandListFilterItem__link img {
    width: 100%
}

.BrandListFilterItem__active {
    color: #3eb55f !important
}

.BrandListHero {
    text-align: left;
    color: #fff;
    background-color: #eaeaea
}

.BrandListHero__image {
    width: 100%
}

.BrandListHero__no-image {
    position: relative;
    background-color: #414141;
    height: 300px
}

.BrandListHero__text-block {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.BrandListHero h1, .BrandListHero p {
    color: #fff;
    text-align: center
}

.BrandListHero__intro {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 40px
}

.BrandPageHero {
    text-align: center;
    color: #fff;
    background-color: #eaeaea
}

.BrandPageHero__panel {
    width: 100%;
    background-color: #414141;
    padding: 40px 0
}

    .BrandPageHero__panel img {
        background-color: #eaeaea;
        width: 100px
    }

.BrandPageHero__intro {
    background-color: #eaeaea;
    width: 100%;
    height: 100%;
    padding: 40px
}

.Carousel, .Carousel__body {
    position: relative
}

    .Carousel .tns-nav button:before, .Carousel ul li:before {
        content: "";
        display: inline-block;
        height: 15px
    }

.Carousel {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px
}

.Accordion .Carousel {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .Carousel {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .Accordion .Carousel {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

html[dir=rtl] .Carousel {
    direction: ltr
}

@media (min-width:992px) {
    .Carousel__body {
        padding-left: 15px;
        padding-right: 15px
    }
}

.Carousel__arrow--left {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: scale(-.6);
    transform: scale(-.6)
}

.Carousel__arrow--right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.Carousel h3 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px
}

.Carousel__bullet--white {
    stroke-width: 7;
    stroke: #fff
}

.Carousel__bullet--charcoal {
    stroke-width: 7;
    stroke: #414141
}

.Carousel ul {
    text-align: left;
    list-style: none;
    padding-left: 18px;
    padding-top: 10px;
    margin-left: 22px
}

html[dir=rtl] .Carousel ul {
    padding-right: 18px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 22px
}

.Carousel circle {
    stroke-width: 7;
    stroke: #414141
}

.Carousel li {
    padding-left: 10px
}

html[dir=rtl] .Carousel li {
    padding-left: 0;
    padding-right: 10px
}

.Carousel ul li:before {
    position: absolute;
    background-image: url(../images/bullet-charcoal.png);
    background-size: 100% 100%;
    width: 15px;
    left: 0;
    margin-top: 4px
}

html[dir=rtl] .Carousel ul li:before {
    right: 0;
    left: auto
}

.Carousel__panel {
    padding-bottom: 20px;
    margin: 10px
}

.Carousel__image {
    width: 100%
}

.Carousel__summary {
    padding: 10px;
    text-align: center;
    width: 100%
}

.Carousel__slider {
    position: relative;
    padding: 20px 0
}

h2:empty + .tns-outer .Carousel__slider {
    padding-top: 0
}

.Carousel__item {
    position: relative;
    text-align: center
}

.Carousel .tns-outer {
    margin-top: -1px
}

.Carousel .tns-inner {
    padding-bottom: 20px
}

.Carousel .tns-nav {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 100;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .Carousel .tns-nav button {
        opacity: .4;
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0;
        margin-left: 2.5px;
        margin-right: 2.5px;
        font: inherit;
        cursor: pointer;
        outline: inherit
    }

.Carousel__background--green button:before, .Carousel__background--white button:before, .Carousel__background--white ul li:before {
    background-image: url(../images/bullet-charcoal.png)
}

.Carousel .tns-nav button:before {
    position: relative;
    background-size: 100% 100%;
    width: 15px;
    left: 0;
    margin-top: 4px
}

.Carousel .tns-nav .tns-nav-active {
    opacity: 1
}

.Carousel .tns-nav[hidden] + .tns-ovh .Carousel__slider, .Carousel .tns-nav[hidden] + .tns-ovh .tns-inner {
    padding-bottom: 0
}

.Carousel__photo img {
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.Carousel__photo .Carousel__panel .Carousel__panel--image-wrapper {
    margin: 0 auto 40px;
    padding-top: 40px;
    width: 190px;
    height: auto
}

.Carousel__photo.Carousel__background--white .Carousel__panel--image-wrapper {
    padding-top: 0
}

.Carousel__photo .Carousel__panel--head .Carousel__summary {
    padding: 80px
}

.Carousel__illustration img {
    border-radius: 0
}

.Carousel__illustration .Carousel__panel img, .Carousel__illustration .Carousel__panel--head .Carousel__summary {
    padding: 40px
}

.Carousel__icon img {
    max-width: 150px;
    max-height: 150px
}

.Carousel__icon .Carousel__panel img {
    padding: 20px
}

.Carousel__icon .Carousel__panel--head .Carousel__summary {
    padding: 40px
}

.Carousel__background--white a[href] {
    color: #414141;
    text-decoration: none
}

.Carousel__background--white .Carousel__panel {
    background-color: #fff;
    color: #414141;
    padding-bottom: 0
}

    .Carousel__background--white .Carousel__panel, .Carousel__background--white .Carousel__panel img {
        padding-top: 0;
        margin-top: 0
    }

.Carousel__background--green a[href] {
    color: #fff;
    text-decoration: none
}

.Carousel__background--green .Carousel__panel {
    background-color: #3eb55f;
    color: #fff
}

.Carousel__background--green ul li:before {
    background-image: url(../images/bullet-white.png)
}

.Carousel__background--charcoal a[href] {
    color: #fff;
    text-decoration: none
}

.Carousel__background--charcoal .Carousel__panel {
    background-color: #414141;
    color: #fff
}

.Carousel__background--charcoal button:before {
    background-image: url(../images/bullet-charcoal.png)
}

.Carousel__background--charcoal ul li:before {
    background-image: url(../images/bullet-white.png)
}

.Carousel__background--grey a[href] {
    color: #414141;
    text-decoration: none
}

.Carousel__background--grey .Carousel__panel {
    background-color: #eaeaea
}

.Carousel__background--grey button:before, .Carousel__background--grey ul li:before {
    background-image: url(../images/bullet-charcoal.png)
}

.Carousel__text--top .Carousel__panel--head .Carousel__summary {
    display: block
}

.Carousel__text--bottom .Carousel__panel--head .Carousel__summary, .Carousel__text--top .Carousel__panel--body {
    display: none
}

.Carousel__text--bottom .Carousel__panel--body {
    display: block
}

.Carousel__panel--head {
    position: relative
}

    .Carousel__panel--head .Carousel__summary {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.Carousel__panel--body, .Carousel__panel--body .Carousel__summary {
    position: relative
}

.CaseStudyHero {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px
}

.Accordion .CaseStudyHero {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .CaseStudyHero {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .Accordion .CaseStudyHero {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

html[dir=rtl] .CaseStudyHero {
    text-align: right
}

.CaseStudyHero__image {
    width: 100%;
    margin-bottom: 40px
}

.CaseStudyHero__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .CaseStudyHero__flex-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px
    }
}

.CaseStudyHero__socialList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto
}

html[dir=rtl] .CaseStudyHero__socialList {
    margin-right: auto;
    margin-left: 0
}

.CaseStudyHero__social {
    padding-left: 20px
}

html[dir=rtl] .CaseStudyHero__social {
    padding-left: 0;
    padding-right: 20px
}

.CaseStudyHero__social img {
    width: 25px
}

@media (min-width:992px) {
    .CaseStudyHero__social img {
        width: 30px
    }
}

.CaseStudyHero__brand-image {
    width: 100px;
    margin-bottom: 20px
}

.CaseStudyLink {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

    .CaseStudyLink a[href] {
        color: #414141;
        text-decoration: none
    }

.CaseStudyLink__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

html[dir=rtl] .CaseStudyLink__flex-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 40px
}

@media (min-width:992px) {
    html[dir=rtl] .CaseStudyLink__flex-container {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.CaseStudyLink__image {
    max-width: 110px
}

    .CaseStudyLink__image img {
        border-radius: 50%;
        width: 110px
    }

@media (max-width:576px) {
    html[dir=rtl] .CaseStudyLink__flex-container {
        padding-right: 30px
    }

    .CaseStudyLink__image img {
        width: 70px
    }
}

.CaseStudyLink__copy {
    width: 500px;
    padding: 0 40px;
    text-align: left;
    font-weight: 400
}

html[dir=rtl] .CaseStudyLink__copy {
    text-align: right;
    padding-left: 0
}

@media (max-width:576px) {
    html[dir=rtl] .CaseStudyLink__copy {
        width: 100%
    }
}

.CaseStudyLink__panel {
    position: relative
}

.CaseStudyLink__link {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px
}

    .CaseStudyLink__link img {
        width: 100%
    }

.CaseStudyListHero, .CaseStudyListHero h1, .CaseStudyListHero p {
    color: #fff;
    text-align: center
}

.CaseStudyListHero {
    background-color: #eaeaea
}

.CaseStudyListHero__image {
    width: 100%
}

.CaseStudyListHero__no-image {
    position: relative;
    background-color: #414141;
    height: 300px
}

.CaseStudyListHero__text-block {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.CaseStudyListHero__intro {
    background-color: #eaeaea;
    color: #414141;
    width: 100%;
    height: 100%;
    padding: 40px
}

@charset "UTF-8"; /*!
 * Pikaday
 * Copyright Â© 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.ContactForm__add-voucher a[href], .ContactForm__remove-voucher a[href] {
    text-decoration: underline;
    font-weight: 700
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

    .pika-single.is-hidden {
        display: none
    }

    .pika-single.is-bound {
        position: absolute;
        -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px -5px rgba(0,0,0,.5)
    }

    .pika-single:after, .pika-single:before {
        content: " ";
        display: table
    }

    .pika-single:after {
        clear: both
    }

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

    .pika-title select {
        cursor: pointer;
        position: absolute;
        z-index: 9998;
        margin: 0;
        left: 0;
        top: 5px;
        filter: alpha(opacity=0);
        opacity: 0
    }

.pika-label, .pika-next, .pika-prev {
    position: relative;
    overflow: hidden
}

.pika-label {
    display: inline-block;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    background-color: #fff
}

.pika-button, .pika-table th {
    font-size: 12px;
    text-align: center
}

.pika-next, .pika-prev {
    display: block;
    cursor: pointer;
    outline: 0;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5
}

    .pika-next:hover, .pika-prev:hover {
        opacity: 1
    }

    .pika-next.is-disabled, .pika-prev.is-disabled {
        cursor: default;
        opacity: .2
    }

.is-rtl .pika-next, .pika-prev {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)
}

.is-rtl .pika-prev, .pika-next {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=)
}

.pika-select {
    display: inline-block
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

    .pika-table td, .pika-table th {
        width: 14.285714285714286%;
        padding: 0
    }

    .pika-table th {
        color: #999;
        line-height: 25px;
        font-weight: 700
    }

    .pika-table abbr {
        border-bottom: none;
        cursor: help
    }

.pika-button {
    cursor: pointer;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    line-height: 15px;
    background: #f5f5f5
}

    .is-disabled .pika-button, .pika-button .is-selection-disabled {
        pointer-events: none;
        cursor: default
    }

.ContactForm__errorInfo-invisible, .ContactForm__voucher2, .ContactForm__voucher3, .ContactForm__voucher4 {
    display: none
}

.is-today .pika-button {
    color: #3eb55f;
    font-weight: 700
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #3af;
    -webkit-box-shadow: inset 0 1px 3px #178fe5;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.is-disabled .pika-button, .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3
}

.pika-button:hover {
    color: #fff;
    background: #3eb55f;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-inrange .pika-button {
    background: #D5E9F7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px
}

.ContactForm__add-voucher, .ContactForm__remove-voucher {
    color: #3eb55f;
    padding-bottom: 20px
}

.ContactForm__remove-voucher {
    text-align: center
}

.ContactForm__google-reCaptcha {
    margin: 0 auto 20px;
    width: 304px
}

.ContactForm__errorInfo-visible {
    color: red;
    margin-bottom: 15px
}

.ContactHero {
    text-align: center;
    color: #fff
}

.ContactHero__image {
    width: 100%;
    margin-bottom: 40px
}

.ContactHero__social {
    float: right;
    padding-left: 20px
}

    .ContactHero__social img {
        width: 25px
    }

@media (min-width:992px) {
    .ContactHero__social img {
        width: 30px
    }
}

.ContactHero__panel {
    color: #fff;
    width: 100%;
    background-color: #414141;
    padding: 40px 0
}

.ContactHero__intro {
    color: #414141;
    width: 100%;
    height: 100%;
    padding: 40px
}

    .ContactHero__intro a[href] {
        font-weight: 700;
        color: #3eb55f;
        text-decoration: underline
    }

.ContentHero {
    text-align: left;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px
}

.Accordion .ContentHero {
    padding-top: 20px
}

@media (min-width:1200px) {
    .ContentHero {
        padding-top: 60px
    }

    .Accordion .ContentHero {
        padding-top: 30px
    }
}

.ContentHero__image {
    width: 100%
}

.ContentHero__image-crop {
    position: relative;
    max-height: 750px;
    overflow: hidden
}

.ContentHero__no-image {
    position: relative;
    background-color: #414141;
    height: 300px
}

.ContentHero__text-block {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.ContentHero h1, .ContentHero h2, .ContentHero h3, .ContentHero p {
    color: #414141;
    text-align: center
}

.ContentHero h3 {
    line-height: 1.28
}

.ContentHero p {
    margin-bottom: 10px
}

    .ContentHero p:last-child {
        margin-bottom: 0
    }

.ContentHero__social {
    float: right;
    padding-left: 20px
}

    .ContentHero__social img {
        width: 25px
    }

@media (min-width:992px) {
    .ContentHero__social img {
        width: 30px
    }
}

.CookieMessage {
    background-color: #eaeaea;
    display: none;
    padding: 0 40px 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1008
}

    .CookieMessage p {
        margin-bottom: 10px;
        padding-top: 50px
    }

.CookieMessage__close-btn {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px
}

    .CookieMessage__close-btn img {
        width: 100%
    }

.CountryAccordion {
    text-align: center;
    position: relative;
    padding-top: 40px
}

.Accordion .CountryAccordion {
    padding-top: 20px
}

@media (min-width:1200px) {
    .CountryAccordion {
        padding-top: 60px
    }

    .Accordion .CountryAccordion {
        padding-top: 30px
    }
}

.CountryAccordion .Accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.CountryAccordion .Accordion__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative
}

.CountryAccordion .Accordion__image {
    margin-right: 0;
    margin-bottom: 18px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.CountryAccordion .Accordion__arrow--closed, .CountryAccordion .Accordion__arrow--open {
    -webkit-transform: none;
    transform: none;
    margin-top: 12px;
    position: static
}

@media (max-width:576px) {
    .CountryAccordion .Accordion__title-centered {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: auto
    }

    .CountryAccordion .Accordion__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .CountryAccordion .Accordion__country-image {
        width: 40px;
        height: 40px
    }

    .CountryAccordion .Accordion__arrow--closed, .CountryAccordion .Accordion__arrow--open {
        -ms-flex-item-align: start;
        align-self: flex-start;
        position: absolute
    }
}

@media (min-width:576px) {
    .CountryAccordion .Accordion__image {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

html[lang=ar-ae] .CountryAccordion .Accordion__title-centered {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 700
}

.CountryAccordion__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.CountryAccordion__item {
    position: relative;
    width: 100%
}

    .CountryAccordion__item .container {
        width: 100%
    }

@media (min-width:768px) {
    .CountryAccordion__flex-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .CountryAccordion__item {
        width: 33.33%
    }
}

.CountryHero {
    text-align: center;
    color: #fff
}

    .CountryHero span {
        color: #3eb55f;
        font-size: inherit
    }

.CountryHero__header-image {
    width: 100%
}

.CountryHero__flag-image {
    max-width: 100px;
    border-radius: 50%
}

.CountryHero__image {
    width: 100%;
    max-width: 410px
}

.CountryHero__panel {
    width: 100%;
    background-color: #414141;
    padding: 40px 0
}

.CountryHero__intro {
    color: #414141;
    width: 100%;
    height: 100%;
    padding: 40px
}

.CountryList {
    text-align: center;
    margin-top: 40px
}

.CountryListFilter {
    text-align: center;
    padding-top: 40px
}

.Accordion .CountryListFilter {
    padding-top: 20px
}

@media (min-width:1200px) {
    .CountryListFilter {
        padding-top: 60px
    }

    .Accordion .CountryListFilter {
        padding-top: 30px
    }
}

.CountryListFilter__input {
    margin: 20px 0;
    width: 100%;
    background-color: #eaeaea;
    outline: 0;
    border: 0;
    padding: 10px
}

.CountryListFilter__list {
    margin-top: 40px;
    margin-bottom: 40px
}

.CountryListFilter__filters {
    padding: 20px 0
}

    .CountryListFilter__filters a[href] {
        color: #414141;
        text-decoration: none
    }

    .CountryListFilter__filters a:hover {
        color: #414141
    }

@media (min-width:992px) {
    .CountryListFilter__filters a:hover {
        color: #3eb55f
    }
}

.CountryListFilter__filters-item {
    padding: 5px 8px;
    font-size: 2rem
}

.CountryListFilterItem {
    text-align: center
}

    .CountryListFilterItem a[href] {
        color: #414141;
        text-decoration: none
    }

    .CountryListFilterItem hr {
        margin: 5px 0
    }

.CountryListFilterItem__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

html[dir=rtl] .CountryListFilterItem__flex-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative
}

.CountryListFilterItem__image {
    border-radius: 50%;
    overflow-x: hidden;
    width: 110px
}

html[dir=rtl] .CountryListFilterItem__image {
    margin-right: 40px
}

.CountryListFilterItem__image img {
    width: 100%
}

.CountryListFilterItem__copy {
    padding: 0 40px;
    width: 500px;
    text-align: left
}

html[dir=rtl] .CountryListFilterItem__copy {
    text-align: right;
    padding-left: 0
}

.CountryListFilterItem__title {
    font-weight: 700
}

    .CountryListFilterItem__title span {
        color: #3eb55f
    }

.CountryListFilterItem__panel {
    position: relative
}

.CountryListFilterItem__link {
    width: 15px
}

html[dir=rtl] .CountryListFilterItem__link {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.CountryListFilterItem__link img {
    width: 100%
}

.CountryListFilterItem__active {
    color: #3eb55f !important
}

.CountryListHero {
    text-align: left
}

.CountryListHero__image {
    width: 100%
}

.CountryListHero__no-image {
    position: relative;
    background-color: #414141;
    height: 300px
}

.CountryListHero__text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.CountryListHero h1, .CountryListHero h2, .CountryListHero p {
    color: #fff;
    text-align: center
}

.CountryListHero__intro {
    background-color: #eaeaea;
    width: 100%;
    height: 100%;
    padding: 40px
}

.cta__section--white, .cta__section--white .cta__section-panel {
    background-color: #fff
}

.cta a, button.cta span {
    position: absolute;
    left: 0;
    top: 49%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1
}

.cta html[lang=ar-ae] a, button.cta html[lang=ar-ae] span, html[lang=ar-ae] .cta a, html[lang=ar-ae] button.cta span {
    line-height: 1.33;
    top: 45%
}

.cta, html[lang=ar-ae] .cta__section-panel .cta {
    line-height: 0
}

.cta {
    cursor: pointer;
    position: relative;
    display: inline-block
}

    .cta a[href] {
        text-decoration: none;
        font-weight: 700
    }

    .cta svg path {
        fill: none;
        stroke: #3eb55f;
        stroke-width: 3;
        stroke-dashoffset: 0;
        stroke-linecap: round
    }

.cta__section-panel {
    text-align: center;
    padding: 40px 10px
}

.Accordion .cta__section-panel {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .cta__section-panel {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .Accordion .cta__section-panel {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

html[lang=ar-ae] .cta__section-intro p, html[lang=ar-ae] .cta__section-summary p {
    line-height: 1.375
}

html[lang=ar-ae] .cta__section-panel .cta a {
    font-size: 2rem;
    top: 54%
}

.cta__section-intro {
    margin-bottom: 20px
}

.cta__section-summary {
    margin-top: 20px
}

.cta__section--white a[href] {
    color: #3eb55f
}

.cta__section--charcoal, .cta__section--charcoal .cta__section-panel {
    background-color: #414141
}

.cta__section--white .cta__section-intro, .cta__section--white .cta__section-summary {
    color: #414141
}

.cta__section--charcoal .cta__section-intro, .cta__section--charcoal .cta__section-summary, .cta__section--charcoal a[href] {
    color: #fff
}

.cta__section--grey, .cta__section--grey .cta__section-panel {
    background-color: #eaeaea
}

    .cta__section--grey a[href] {
        color: #3eb55f
    }

    .cta__section--grey .cta__section-intro, .cta__section--grey .cta__section-summary {
        color: #414141
    }

button.cta {
    border: none;
    background: 0 0
}

html[lang=ar-ae] button.cta span {
    top: 49%
}

.cta-green {
    color: #3eb55f
}

    .cta-green svg path {
        stroke: #3eb55f
    }

.cta-white {
    color: #fff
}

    .cta-white svg path {
        stroke: #fff
    }

@-webkit-keyframes cta-sm-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,148px,10px,158px,0
    }

    100% {
        stroke-dashoffset: -158px;
        stroke-dasharray: 0,10px,158px,10px,148px,0
    }
}

@keyframes cta-sm-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,148px,10px,158px,0
    }

    100% {
        stroke-dashoffset: -158px;
        stroke-dasharray: 0,10px,158px,10px,148px,0
    }
}

.cta-sm svg {
    width: 165px;
    height: 45px
}

    .cta-sm svg path {
        stroke-dasharray: 0,10px,148px,10px,158px,0
    }

.cta-sm:focus path, .cta-sm:hover path {
    -webkit-animation: cta-sm-keyframes .5s both;
    animation: cta-sm-keyframes .5s both
}

@-webkit-keyframes cta-md-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,248px,10px,258px,0
    }

    100% {
        stroke-dashoffset: -258px;
        stroke-dasharray: 0,10px,258px,10px,248px,0
    }
}

@keyframes cta-md-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,248px,10px,258px,0
    }

    100% {
        stroke-dashoffset: -258px;
        stroke-dasharray: 0,10px,258px,10px,248px,0
    }
}

.cta-md svg {
    width: 260px;
    height: 45px
}

    .cta-md svg path {
        stroke-dasharray: 0,10px,248px,10px,258px,0
    }

.cta-md:focus path, .cta-md:hover path {
    -webkit-animation: cta-md-keyframes .5s both;
    animation: cta-md-keyframes .5s both
}

@-webkit-keyframes cta-lg-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,358px,10px,348px,0
    }

    100% {
        stroke-dashoffset: -368px;
        stroke-dasharray: 0,10px,348px,10px,358px,0
    }
}

@keyframes cta-lg-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,358px,10px,348px,0
    }

    100% {
        stroke-dashoffset: -368px;
        stroke-dasharray: 0,10px,348px,10px,358px,0
    }
}

.cta-lg svg {
    width: 360px;
    height: 45px
}

    .cta-lg svg path {
        stroke-dasharray: 0,10px,358px,10px,348px,0
    }

.cta-lg:focus path, .cta-lg:hover path {
    -webkit-animation: cta-lg-keyframes .5s both;
    animation: cta-lg-keyframes .5s both
}

.CustomerServices__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
}

@media (min-width:768px) {
    .CustomerServices__flex-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.CustomerServices__intro-copy {
    text-align: center;
    width: 100%;
    padding: 20px
}

    .CustomerServices__intro-copy h3 {
        margin-top: 0
    }

.CustomerServices__telephone-numbers {
    width: 100%;
    padding: 20px
}

.CustomerServices__telephone-numbers-copy-title {
    font-weight: 100;
    margin-bottom: 10px
}

.CustomerServices__lines-are-open {
    font-weight: 700
}

.CustomerServices__background--white {
    background-color: #fff
}

    .CustomerServices__background--white .CustomerServices__flex-container {
        background-color: #fff;
        color: #414141
    }

.CustomerServices__background--green {
    background-color: #3eb55f
}

    .CustomerServices__background--green .CustomerServices__flex-container {
        background-color: #3eb55f;
        color: #fff
    }

    .CustomerServices__background--green a[href] {
        color: #414141
    }

.CustomerServices__background--charcoal {
    background-color: #414141
}

    .CustomerServices__background--charcoal .CustomerServices__flex-container {
        background-color: #414141;
        color: #fff
    }

.CustomerServices__background--grey {
    background-color: #eaeaea
}

    .CustomerServices__background--grey .CustomerServices__flex-container {
        background-color: #eaeaea;
        color: #414141
    }

.DataList {
    text-align: left;
    width: 33.33%;
    min-width: 200px;
    padding: 20px
}

html[dir=rtl] .DataList {
    text-align: right
}

.DataList p {
    margin-top: 5px
}

.DataList h4 {
    font-weight: 700;
    margin-top: 20px
}

.DataList__heading {
    margin-bottom: 20px !important
}

.DataList__marker {
    display: inline-block;
    color: #fff;
    background-color: #414141;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px
}

.Footer, .Footer__panel {
    background-color: #414141
}

.Footer {
    color: #fff;
    text-align: center
}

@media (min-width:992px) {
    .Footer {
        padding-bottom: 40px
    }
}

.Footer__panel {
    padding: 20px
}

html[dir=rtl] .Footer__panel p {
    font-size: 1.4rem;
    line-height: 1.43
}

.Footer__copy {
    font-weight: 700
}

    .Footer__copy p {
        font-size: 1.4rem
    }

    .Footer__copy + .Footer__logo--secondary {
        margin-top: 20px
    }

        .Footer__copy + .Footer__logo--secondary img {
            max-width: 200px
        }

@media (min-width:768px) {
    .Footer__copy + .Footer__logo--secondary {
        margin-left: 20px;
        margin-top: 0
    }

    html[dir=rtl] .Footer__copy + .Footer__logo--secondary {
        margin-left: 0;
        margin-right: 20px
    }

    .Footer__flex-container {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.Footer__logo {
    width: 100%;
    height: auto;
    max-width: 130px;
    padding-top: 40px
}

.Footer__logo--secondary {
    max-width: 200px;
    text-align: center;
    display: inline-block
}

.Footer__nudge {
    display: block;
    height: 70px
}

@charset "UTF-8"; /*!
 * Pikaday
 * Copyright Â© 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

    .pika-single.is-hidden {
        display: none
    }

    .pika-single.is-bound {
        position: absolute;
        -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px -5px rgba(0,0,0,.5)
    }

    .pika-single:after, .pika-single:before {
        content: " ";
        display: table
    }

    .pika-single:after {
        clear: both
    }

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

    .pika-title select {
        cursor: pointer;
        position: absolute;
        z-index: 9998;
        margin: 0;
        left: 0;
        top: 5px;
        filter: alpha(opacity=0);
        opacity: 0
    }

.pika-label, .pika-next, .pika-prev {
    position: relative;
    overflow: hidden
}

.pika-label {
    display: inline-block;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    background-color: #fff
}

.pika-button, .pika-table th {
    font-size: 12px;
    text-align: center
}

.pika-next, .pika-prev {
    display: block;
    cursor: pointer;
    outline: 0;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5
}

    .pika-next:hover, .pika-prev:hover {
        opacity: 1
    }

    .pika-next.is-disabled, .pika-prev.is-disabled {
        cursor: default;
        opacity: .2
    }

.is-rtl .pika-next, .pika-prev {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)
}

.is-rtl .pika-prev, .pika-next {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=)
}

.pika-select {
    display: inline-block
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

    .pika-table td, .pika-table th {
        width: 14.285714285714286%;
        padding: 0
    }

    .pika-table th {
        color: #999;
        line-height: 25px;
        font-weight: 700
    }

    .pika-table abbr {
        border-bottom: none;
        cursor: help
    }

.pika-button {
    cursor: pointer;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    line-height: 15px;
    background: #f5f5f5
}

    .is-disabled .pika-button, .pika-button .is-selection-disabled {
        pointer-events: none;
        cursor: default
    }

.Form .Form__group--conditional, .Form__error {
    display: none
}

.is-today .pika-button {
    color: #3eb55f;
    font-weight: 700
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #3af;
    -webkit-box-shadow: inset 0 1px 3px #178fe5;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.Form input, .Form select {
    text-align: center;
    font-weight: 400
}

.is-disabled .pika-button, .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3
}

.pika-button:hover {
    color: #fff;
    background: #3eb55f;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-inrange .pika-button {
    background: #D5E9F7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px
}

.Form input, .Form select, .Form textarea {
    background-color: #eaeaea;
    margin-bottom: 10px
}

.Form {
    padding-bottom: 40px
}

.Accordion .Form {
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .Form {
        padding-bottom: 60px
    }

    .Accordion .Form {
        padding-bottom: 30px
    }
}

.Form .Tooltip {
    width: 20px;
    position: absolute;
    right: 0;
    top: 0
}

.Form form, .Form__field {
    position: relative
}

.Form .Tooltip img {
    width: 20px
}

html[dir=rtl] .Form .Tooltip {
    right: auto;
    left: 0
}

.Form h3 {
    text-align: center
}

.Form form {
    width: 100%
}

.Form__error {
    color: red;
    margin-bottom: 10px
}

.Form input {
    width: 100%;
    outline: 0;
    border: none;
    padding: 10px 24px
}

.Form select {
    width: 100%;
    outline-offset: -1px;
    outline: #eaeaea solid 1px;
    border: 0;
    border-radius: 0;
    height: 4.2rem;
    text-indent: 18px;
    padding-left: 18px
}

html[dir=rtl] .Form select {
    padding-left: 0;
    padding-right: 18px
}

.Form textarea {
    border: none;
    padding: 8px 24px;
    width: 100%;
    outline: 0
}

.Form label {
    text-align: left;
    margin-left: 20px
}

html[dir=rtl] .Form label {
    text-align: right;
    margin-left: 0;
    margin-right: 20px
}

.Form .Form__group--conditional.is-active {
    display: block
}

.Form__cta-wrapper {
    width: 100%;
    text-align: center
}

.Global__margin h1:last-child, .Global__margin h2:last-child, .Global__margin h3:last-child, .Global__margin h4:last-child, .Global__margin h5:last-child, .Global__margin--no-vertical-padding h1:last-child, .Global__margin--no-vertical-padding h2:last-child, .Global__margin--no-vertical-padding h3:last-child, .Global__margin--no-vertical-padding h4:last-child, .Global__margin--no-vertical-padding h5:last-child {
    margin-bottom: 0
}

.Global__margin, .Global__margin--no-vertical-padding {
    margin: 0 0 0 5%;
    width: 90%;
    padding-bottom: 40px
}

.Accordion .Global__margin, .Accordion .Global__margin--no-vertical-padding {
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .Global__margin, .Global__margin--no-vertical-padding {
        padding-bottom: 60px
    }

    .Accordion .Global__margin, .Accordion .Global__margin--no-vertical-padding {
        padding-bottom: 30px
    }
}

html[dir=rtl] .Global__margin, html[dir=rtl] .Global__margin--no-vertical-padding {
    margin-left: 0;
    margin-right: 5%
}

@media (min-width:768px) {
    .Global__margin, .Global__margin--no-vertical-padding {
        width: 80%;
        margin-left: 10%
    }

    html[dir=rtl] .Global__margin, html[dir=rtl] .Global__margin--no-vertical-padding {
        margin-left: 0;
        margin-right: 10%
    }
}

.Global__margin--no-vertical-padding {
    padding-bottom: 0
}

.Global__margin--no-padding {
    width: 100%;
    margin-left: 0
}

@media (min-width:768px) {
    .Global__margin--no-padding {
        width: 80%;
        margin-left: 10%
    }

    html[dir=rtl] .Global__margin--no-padding {
        margin-left: 0;
        margin-right: 10%
    }
}

.Global__margin-indent {
    width: 80%;
    margin-left: 10%;
    padding-bottom: 40px
}

.Accordion .Global__margin-indent {
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .Global__margin-indent {
        padding-bottom: 60px
    }

    .Accordion .Global__margin-indent {
        padding-bottom: 30px
    }
}

html[dir=rtl] .Global__margin-indent {
    margin-left: 0;
    margin-right: 10%
}

@media (min-width:768px) {
    .Global__margin-indent {
        width: 66%;
        margin-left: 17%
    }

    html[dir=rtl] .Global__margin-indent {
        margin-left: 0;
        margin-right: 17%
    }
}

.Global__margin-indent--no-padding {
    width: 80%;
    margin-left: 10%
}

html[dir=rtl] .Global__margin-indent--no-padding {
    margin-left: 0;
    margin-right: 10%
}

@media (min-width:768px) {
    .Global__margin-indent--no-padding {
        width: 66%;
        margin-left: 17%
    }

    html[dir=rtl] .Global__margin-indent--no-padding {
        margin-left: 0;
        margin-right: 17%
    }
}

.Global__background--white {
    background-color: #fff
}

.Global__background--green {
    background-color: #3eb55f
}

.Global__background--charcoal {
    background-color: #414141
}

.Global__background--grey {
    background-color: #eaeaea
}

.Header {
    color: #fff;
    text-align: left;
    background-color: #414141;
    height: 64px
}

@media (min-width:992px) {
    .Header {
        position: fixed;
        z-index: 1002;
        width: 100%
    }
}

html[dir=rtl] .Header {
    direction: ltr
}

.Header-social {
    pointer-events: none;
    top: 18px;
    right: 0
}

@media (max-width:1200px) {
    .Header-social {
        display: none !important
    }
}

.Header__social {
    padding-left: 15px;
    display: inline;
    margin: auto 0;
    pointer-events: auto
}

html[dir=rtl] .Header__social {
    padding-left: 0;
    padding-right: 15px
}

.Header__social img {
    width: 25px;
    max-width: inherit
}

@media (min-width:992px) {
    .Header__social img {
        width: 30px
    }
}

.Header__navigation {
    visibility: visible;
    margin-top: 23px;
    text-align: left;
    display: inline-block;
    position: relative;
    z-index: 1004;
    top: 0;
    left: 0
}

    .Header__navigation a[href] {
        color: #fff;
        font-weight: 700;
        text-decoration: none
    }

    .Header__navigation ul {
        list-style: none;
        padding-left: 0
    }

.Header__navigation-item {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    cursor: pointer;
    color: #fff
}

    .Header__navigation-item ul {
        padding-left: 20px
    }

    .Header__navigation-item a {
        font-size: 1.5rem
    }

.Header__sub-navigation {
    display: none;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-top: none;
    position: absolute;
    padding: 20px;
    top: 41px;
    -webkit-box-shadow: 2px 2px 8px grey;
    box-shadow: 2px 2px 8px grey;
    overflow: hidden
}

    .Header__sub-navigation a[href] {
        color: #414141;
        font-weight: 700;
        text-decoration: none
    }

html[dir=rtl] .Header__sub-navigation {
    text-align: right
}

.Header__sub-navigation-item {
    display: block;
    white-space: nowrap;
    min-width: 140px;
    color: #414141
}

    .Header__sub-navigation-item a:focus, .Header__sub-navigation-item a:hover {
        color: #3eb55f
    }

.Header__language-selector {
    z-index: 1003;
    position: relative;
    padding-right: 25px;
    color: #fff;
    display: inline-block;
    vertical-align: middle
}

    .Header__language-selector > a[href] {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

.Header__language-selector-list {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-top: none;
    -webkit-box-shadow: 2px 2px 8px grey;
    box-shadow: 2px 2px 8px grey;
    position: absolute;
    padding: 20px;
    top: 48px;
    list-style: none;
    display: none;
    overflow: hidden;
    white-space: nowrap
}

.Header__language-selector-item {
    min-width: 100px;
    color: #414141
}

    .Header__language-selector-item a[href] {
        color: #414141;
        font-weight: 700;
        text-decoration: none
    }

    .Header__language-selector-item a:focus, .Header__language-selector-item a:hover {
        color: #3eb55f
    }

.Header__panel {
    background-color: #414141;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Header__hamburger, .Header__logo {
    position: absolute;
    display: inline-block
}

.Header__arrow--closed, .Header__arrow--open {
    display: inline-block;
    padding-left: 3px
}

    .Header__arrow--closed img, .Header__arrow--open img {
        width: 10px
    }

    .Header__arrow--open img {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }

.Header__hamburger {
    margin-top: 13px
}

    .Header__hamburger img {
        width: 100%;
        height: auto;
        max-width: 40px;
        cursor: pointer
    }

.Header__logo {
    text-align: center;
    padding-right: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .Header__logo img {
        width: 100%;
        height: auto;
        max-width: 100px
    }

.Header__lang-image, .Header__search--desktop img {
    max-width: initial;
    width: 20px;
    height: auto
}

@media (min-width:992px) {
    .Header__logo:not(.header__logo--md-centred) {
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (min-width:1200px) {
    .Header__logo {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        position: static
    }
}

.Header__logo-holder {
    width: 130px;
    height: 57px;
    overflow: hidden
}

.Header__logo-animation {
    width: 260px;
    height: 134px;
    -webkit-transform: scale(.5) translate(-50%,-50%);
    transform: scale(.5) translate(-50%,-50%);
    background-image: url(../images/logo_spritesheet.png);
    position: absolute;
    top: 0;
    left: 0
}

.Header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    padding-right: 0;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Header__lang, .Header__search--desktop {
    display: inline-block;
    padding-right: 10px
}

.Header__lang {
    white-space: nowrap;
    margin-top: 14px
}

.Header__lang-image {
    display: inline-block;
    margin-right: 3px;
    cursor: pointer
}

.Header__lang-label {
    display: inline-block
}

.Header__search--desktop {
    vertical-align: middle;
    cursor: pointer
}

.Header__search--desktop-close-btn {
    display: none;
    width: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 75px
}

    .Header__search--desktop-close-btn img {
        width: 100%
    }

.Header__search-panel--desktop {
    display: none;
    background-color: #fff;
    color: #000;
    position: absolute;
    z-index: 1006;
    left: 0;
    right: 0;
    top: 64px
}

.Header__search-panel--desktop-content {
    background-color: #fff;
    padding: 20px;
    border-top: none
}

.Header__search-panel--desktop-input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: 0;
    width: 95%;
    margin-top: 20px;
    font-size: 3rem
}

.Header__search-panel--desktop-search-btn {
    position: absolute;
    display: inline-block;
    top: 45px;
    right: 23px;
    width: 30px
}

    .Header__search-panel--desktop-search-btn img {
        width: 100%
    }

.Header__search--mobile {
    display: inline-block;
    cursor: pointer;
    padding-right: 10px
}

    .Header__search--mobile img {
        width: 100%;
        height: auto;
        max-width: 20px
    }

.Header__search-panel--mobile {
    display: none;
    background-color: grey;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1005
}

    .Header__search-panel--mobile form {
        height: 100%
    }

.Header__search-panel--mobile-input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: 0;
    width: 100%;
    height: 60px
}

    .Header__search-panel--mobile-input::-ms-clear {
        display: none
    }

.Header__search-panel--mobile-close-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 30px
}

    .Header__search-panel--mobile-close-btn img {
        width: 100%
    }

.Header__cta {
    display: inline-block;
    vertical-align: middle
}

html[dir=rtl] .Header__navigation-item {
    padding-left: 20px;
    padding-right: 0
}

html[dir=rtl] .Header__navigation__sub-navigation {
    right: 0
}

html[dir=rtl] .Header__search-panel--desktop-content {
    direction: rtl
}

html[dir=rtl] .Header__search-panel--desktop-search-btn {
    right: auto;
    left: 23px
}

html[dir=rtl] .Header__search-panel--mobile-close-btn {
    right: auto;
    left: 10px
}

html[lang=ar-ae] .Header__navigation-item a {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.43
}

html[lang=ar-ae] .Header__language-selector-button {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.33
}

    html[lang=ar-ae] .Header__language-selector-button p {
        font-size: inherit;
        line-height: inherit
    }

.HeaderMenuPanel__link a[href], .HeaderMenuPanel__link--secondary a[href] {
    color: #414141;
    text-decoration: none
}

.HeaderMenuPanel {
    color: #414141;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1009;
    background-color: #fff;
    display: none
}

.HeaderMenuPanel__scroll {
    padding: 60px 20px;
    overflow-y: scroll;
    height: 100%
}

.HeaderMenuPanel__close-btn {
    cursor: default;
    width: 100%;
    display: block;
    text-align: right;
    padding-bottom: 20px;
    padding-right: 10px
}

    .HeaderMenuPanel__close-btn img {
        width: 20px;
        cursor: pointer
    }

.HeaderMenuPanel__cta-btn {
    padding-top: 20px;
    width: 100%;
    text-align: center
}

.HeaderMenuPanel__link {
    padding: 5px;
    margin-left: 15px
}

    .HeaderMenuPanel__link h3 {
        margin: 0
    }

.HeaderMenuPanel__link--secondary {
    padding: 5px 5px 5px 20px
}

    .HeaderMenuPanel__link--secondary h4 {
        margin: 0;
        font-weight: 400
    }

.HeaderMenuPanel a.HeaderMenuPanel__signout {
    font-size: 2.5rem;
    font-weight: 400
}

html[dir=rtl] .HeaderMenuPanel__link {
    margin-left: 0;
    margin-right: 15px
}

html[dir=rtl] .HeaderMenuPanel__link--secondary {
    padding-right: 15px;
    padding-left: 5px
}

html[dir=rtl] .HeaderMenuPanel__close-btn {
    padding-right: auto;
    padding-left: 10px;
    text-align: left
}

.HeaderMenuPanel__social {
    display: inline-block;
    margin: 10px 5px;
    padding-left: 10px;
    padding-right: 10px
}

html[dir=rtl] .HeaderMenuPanel__social {
    padding-left: 0;
    padding-right: 20px
}

.HeaderMenuPanel__social img {
    width: 35px
}

@media (min-width:992px) {
    .HeaderMenuPanel__social img {
        width: 30px
    }
}

.HeaderModule.Charcoal *, .HeaderModule.Green *,.HeaderModule.BarleyCorn *,.HeaderModule.Black *,.HeaderModule.Seance *,.HeaderModule.LimedOak *,.HeaderModule.Limeade *,.HeaderModule.Timber * {
    color: #fff
}

.HeaderModule.Charcoal .cta-green svg path, .HeaderModule.Green .cta-green svg path ,.HeaderModule.BarleyCorn .cta-green svg path,.HeaderModule.Black .cta-green svg path,.HeaderModule.Seance .cta-green svg path,.HeaderModule.LimedOak .cta-green svg path,.HeaderModule.Limeade .cta-green svg path,.HeaderModule.Timber .cta-green svg path{
    stroke: #fff
}

.HeaderModule {
    width: 100%;
    background-color: #f6f6f6
}

    .HeaderModule .container {
        width: 100%
    }

.HeaderModule__image {
    width: 100%;
    height: 85vw;
    max-height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:768px) {
    .HeaderModule {
        overflow: hidden
    }

    .HeaderModule__image {
        float: right;
        height: 50vw;
        min-height: 350px;
        max-height: 485px;
        width: 60%
    }
}

.HeaderModule__content {
    width: 100%;
    padding: 30px 0
}

@media (min-width:768px) {
    .HeaderModule__content {
        width: 40%;
        height: 50vw;
        float: right;
        min-height: 350px;
        max-height: 485px;
        position: relative
    }
}

.HeaderModule__content-msg {
    width: 85%;
    margin: 0 auto
}

.HeaderModule__content-bigtitle {
    margin-bottom: 1.5rem
}

.HeaderModule__content-smalltitle {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: .8rem
}

.HeaderModule__content-info {
    font-weight: 300
}

.HeaderModule__content-button .cta, .HeaderModule__content-button .sit {
    margin-top: 2.5rem
}

.HeaderModule__content-button .cta {
    margin-left: -8px
}

.HeaderModule__content-button .sit a {
    text-decoration: underline
}

.HeaderModule__content.align_center * {
    text-align: center
}

.HeaderModule__content.align_right * {
    text-align: right
}

.HeaderModule__content.align_right .cta {
    margin-left: 0;
    margin-right: -8px
}

    .HeaderModule__content.align_right .cta a {
        text-align: center
    }

@media (min-width:768px) {
    .HeaderModule__content-msg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        width: 75%
    }

    .HeaderModule.image_right .headerItem {
        float: right
    }

    .HeaderModule.image_left .headerItem {
        float: left
    }
}

.HeaderModule.White {
    background-color: #fff
}

.HeaderModule.Charcoal {
    background-color: #414141
}

.HeaderModule.Grey {
    background-color: #eaeaea
}

.HeaderModule.Green {
    background-color: #3eb55f
}

.HeaderModule.HoneyFlower {
    background-color: #582584;
    color:#fff;
}

.HeaderModule.BarleyCorn {
    background-color: #9e8f54;
    color:#fff;
}

.HeaderModule.Black {
    background-color: #000000;
    color:#fff;
}
.HeaderModule.Seance{
    background-color: #652186;
    color: #fff
}
.HeaderModule.LimedOak {
    background-color: #A5904f;
    color: #fff
}
.HeaderModule.Limeade {
    background-color: #3a9b00;
    color: #fff
}
.HeaderModule.Timber {
    background-color: #072a3d;
    color: #fff
}



.Hero, .Hero h1 {
    color: #fff
}

    .Hero, .Hero h1, .Hero p {
        text-align: center
    }

.Hero__image {
    width: 100%
}

.Hero--no-float {
    float: none !important
}

.Hero__no-image {
    position: relative;
    background-color: #414141;
    height: 300px
}

.Hero__text-block {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

    .Hero__text-block img {
        width: 262px
    }

.Hero p {
    color: #414141
}

.Hero__background--white .Hero__intro h1, .Hero__background--white .Hero__intro h2, .Hero__background--white .Hero__intro h3, .Hero__background--white .Hero__intro h4, .Hero__background--white .Hero__intro h5, .Hero__background--white .Hero__intro h6, .Hero__background--white .Hero__intro p, .Hero__background--white .Hero__no-image h1, .Hero__background--white .Hero__no-image h2, .Hero__background--white .Hero__no-image h3, .Hero__background--white .Hero__no-image h4, .Hero__background--white .Hero__no-image h5, .Hero__background--white .Hero__no-image h6, .Hero__background--white .Hero__no-image p {
    color: #414141;
    text-align: left
}

.Hero__intro {
    color: #414141;
    background-color: #eaeaea;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 40px
}

.Accordion .Hero__intro {
    padding-top: 20px
}

@media (min-width:1200px) {
    .Hero__intro {
        padding-top: 60px
    }

    .Accordion .Hero__intro {
        padding-top: 30px
    }
}

.Hero__intro--white {
    background-color: #fff
}

.Hero__intro--grey {
    background-color: #eaeaea
}

.Hero__background--white .Hero__no-image {
    background-color: #fff;
    height: auto;
    padding: 40px 0 0
}

    .Hero__background--white .Hero__no-image .Hero__text-block {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        margin-left: 0
    }

.Hero__background--white .Hero__intro {
    background-color: #fff;
    padding: 0
}

.Hero__background--charcoal .Hero__intro, .Hero__background--charcoal .Hero__no-image {
    background-color: #414141
}

    .Hero__background--charcoal .Hero__intro h1, .Hero__background--charcoal .Hero__intro h2, .Hero__background--charcoal .Hero__intro h3, .Hero__background--charcoal .Hero__intro h4, .Hero__background--charcoal .Hero__intro h5, .Hero__background--charcoal .Hero__intro h6, .Hero__background--charcoal .Hero__intro p, .Hero__background--charcoal .Hero__no-image h1, .Hero__background--charcoal .Hero__no-image h2, .Hero__background--charcoal .Hero__no-image h3, .Hero__background--charcoal .Hero__no-image h4, .Hero__background--charcoal .Hero__no-image h5, .Hero__background--charcoal .Hero__no-image h6, .Hero__background--charcoal .Hero__no-image p {
        color: #fff
    }

.HeroImage {
    position: relative;
    z-index: 10;
    text-align: center;
    color: #fff
}

.HeroImage__left {
    position: absolute;
    z-index: 15;
    width: 90%;
    left: -50%;
    top: -95%;
    -webkit-transform-origin: -50% -50%;
    transform-origin: -50% -50%
}

.HeroImage__right {
    position: absolute;
    z-index: 15;
    width: 95%;
    right: -140%;
    bottom: -125%;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.HeroImage__left, .HeroImage__right {
    line-height: 0;
    max-width: 100%
}

    .HeroImage__left svg, .HeroImage__right svg {
        display: block;
        width: 100%;
        height: 100%
    }

    .HeroImage__left.HeroImage--background-white path, .HeroImage__right.HeroImage--background-white path {
        stroke: #fff
    }

    .HeroImage__left.HeroImage--background-white path {
        fill: #fff
    }

.HeroImage p {
    color: #414141;
    text-align: center
}

.HeroImage__image {
    width: 100%
}

.HeroImage__image-crop {
    position: relative;
    max-height: 750px;
    overflow: hidden
}

.HeroImage--no-float {
    float: none !important
}

.HeroImage__no-image {
    position: relative;
    background-color: #414141;
    height: 300px
}

.HeroImage__text-block {
    color: #fff;
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 0 15px
}

@media (min-width:768px) {
    .HeroImage__text-block {
        width: 80%
    }
}

@media (min-width:992px) {
    .HeroImage__text-block {
        width: 80%
    }
}

.HeroImage__text-block p {
    color: #fff
}

.HeroImage__text-block h1, .HeroImage__text-block p {
    text-shadow: 0 0 10px rgba(0,0,0,.5)
}

.HeroImage h1 {
    color: #fff;
    text-align: center
}

html[lang=ar-ae] .HeroImage h1 {
    line-height: 1.1
}

.HeroImage__intro {
    color: #414141;
    background-color: #eaeaea;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 40px
}

.Accordion .HeroImage__intro {
    padding-top: 20px
}

@media (min-width:1200px) {
    .HeroImage__intro {
        padding-top: 60px
    }

    .Accordion .HeroImage__intro {
        padding-top: 30px
    }
}

.HeroImage__intro--white {
    background-color: #fff
}

.HeroImage__intro--grey {
    background-color: #eaeaea
}

.Image .container-fluid .row, .Image__image-crop, .Image__image-crop img {
    height: 100%
}

.Image {
    position: relative;
    color: #414141
}

    .Image .container-fluid {
        height: 100%;
        width: 100%
    }

    .Image a[href] {
        color: #414141;
        text-decoration: none
    }

.Image__copy-holder {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px
}

    .Image__copy-holder h3 {
        margin-top: 0
    }

.Image__image {
    width: 100%
}

.Image__image-crop {
    position: relative;
    max-height: 750px;
    overflow: hidden;
    width: 100%
}

.InnerAccordion__flag img, .InnerAccordion__image img {
    border-radius: 50%
}

.InnerAccordion__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    color: #414141
}

.InnerAccordion__panel {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out
}

    .InnerAccordion__panel > p {
        padding: 10px;
        margin: 0
    }

.InnerAccordion__flag {
    margin-right: 40px
}

.InnerAccordion__text {
    text-align: left
}

.InnerAccordion__image, .InnerAccordion__title-centered {
    text-align: center;
    width: 100%
}

.InnerAccordion__number {
    display: inline-block;
    margin: 0 20px 0 0
}

.InnerAccordion__title {
    display: inline-block;
    margin: 0
}

.InnerAccordion__arrow--closed img, .InnerAccordion__arrow--open img {
    width: 20px
}

.InnerAccordion__arrow--closed {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}

.InnerAccordion__arrow--open {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.LandingHero {
    text-align: center;
    background-color: #eaeaea
}

    .LandingHero .row {
        overflow: hidden
    }

.LandingHero__image {
    width: 100%
}

.LandingHero__image-crop {
    position: relative;
    max-height: 750px;
    overflow: hidden
}

.LandingHero__text-block {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.LandingHero__intro {
    background-color: #eaeaea;
    width: 100%;
    height: 100%;
    padding: 40px
}

.invalidtext {
    color: red;
    display: inline-block;
    text-align: center
}

.login-controls-right {
    text-align: right
}

.login-labels {
    color: #000
}

.login-controls-left {
    text-align: left
}

.ColumnOverride .container {
    width: 100% !important
}

.ColumnOverride > .container {
    width: 100% !important;
    padding: 0
}

.ColumnOverride .col-sm-12, .MultiColumn__panel .col-sm-12 {
    padding: 0
}

.MultiColumn__column--left {
    padding-left: 15px;
    padding-right: 0
}

.MultiColumn__column--center {
    padding: 0
}

.MultiColumn__column--right {
    padding-left: 0;
    padding-right: 15px
}

.MultiColumn__background--white .MultiColumn__panel {
    background-color: #fff
}

.MultiColumn__background--green .MultiColumn__panel {
    background-color: #3eb55f
}

.MultiColumn__background--charcoal .MultiColumn__panel {
    background-color: #414141
}

.MultiColumn__background--grey .MultiColumn__panel {
    background-color: #eaeaea
}

.ColumnOverrideFlex section {
    height: 100%;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .ColumnOverrideFlex section.OfficeLocation {
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch
    }

.ColumnOverrideFlex .container {
    width: 100% !important
}

.MultiColumnFlex__flex-container {
    width: 80%;
    margin-left: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .MultiColumnFlex__flex-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.MultiColumnFlex__content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 100%;
    text-align: center;
    overflow: hidden
}

@media (min-width:992px) {
    .MultiColumnFlex__content {
        width: 50%
    }
}

.NewsLink {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.NewsLink__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.NewsLink__image {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px
}

    .NewsLink__image img {
        width: 50px;
        height: 50px
    }

.NewsLink__copy {
    width: 500px;
    padding: 0 40px;
    text-align: left
}

.NewsLink__title {
    font-weight: 700;
    margin: 0
}

.NewsLink__panel {
    position: relative
}

.NewsLink__link {
    margin-top: 10px
}

    .NewsLink__link img {
        width: 15px;
        margin-left: 10px
    }

.NewsList {
    padding-top: 40px;
    padding-bottom: 0
}

.Accordion .NewsList {
    padding-top: 20px
}

@media (min-width:1200px) {
    .NewsList {
        padding-top: 60px
    }

    .Accordion .NewsList {
        padding-top: 30px
    }
}

.NewsList[data-component=NewsListLink] {
    padding-bottom: 40px;
    padding-top: 0
}

.Accordion .NewsList[data-component=NewsListLink] {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .NewsList[data-component=NewsListLink] {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .Accordion .NewsList[data-component=NewsListLink] {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.NewsList a[href] {
    text-align: center;
    display: block
}

.Notification {
    position: absolute;
    z-index: 1001;
    left: 0;
    right: 0
}

.Notification__background {
    background-color: #414141;
    opacity: .75;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.Notification__panel {
    color: #3eb55f;
    text-align: center;
    padding: 20px
}

html[dir=rtl] .Notification__panel {
    direction: ltr
}

.Notification__panel p {
    position: relative;
    margin: 0;
    z-index: 2;
    display: inline-block
}

.Notification__link {
    position: relative;
    display: inline-block;
    width: 12px;
    margin-left: 10px;
    z-index: 3
}

    .Notification__link img {
        width: 100%
    }

.Accordion .OfficeLocation__copy, .OfficeLocation {
    text-align: left
}

.OfficeLocation {
    background-color: #fff;
    color: #414141;
    padding-bottom: 40px
}

.Accordion .OfficeLocation {
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .OfficeLocation {
        padding-bottom: 60px
    }

    .Accordion .OfficeLocation {
        padding-bottom: 30px
    }
}

.OfficeLocation__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.OfficeLocation .row hr:last-child {
    display: none
}

.Accordion .OfficeLocation__flex-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

html[dir=rtl] .Accordion .OfficeLocation__flex-container {
    direction: ltr
}

html[dir=rtl] .Accordion .OfficeLocation__copy {
    text-align: right
}

.Accordion .OfficeLocation__image {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

html[dir=rtl] .Accordion .OfficeLocation__image {
    text-align: right;
    margin-right: auto
}

.OfficeLocation__header-image img {
    width: 100%
}

.OfficeLocation__image {
    text-align: right;
    margin-bottom: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

    .OfficeLocation__image img {
        border-radius: 50%;
        width: 80px
    }

.OfficeLocation__copy {
    width: 350px;
    padding: 0 40px;
    text-align: center
}

.OfficeLocation__title {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px
}

html[lang=ar-ae] .OfficeLocation__title {
    font-weight: 400
}

.OfficeLocation__address {
    font-weight: 100;
    margin: 15px 0 10px
}

    .OfficeLocation__address:last-child {
        margin-bottom: 0
    }

.OfficeLocation__telephone {
    font-weight: 700
}

.OfficeLocation__panel {
    position: relative
}

@charset "UTF-8"; /*!
 * Pikaday
 * Copyright Â© 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-label, .pika-next, .pika-prev {
    overflow: hidden;
    position: relative
}

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

    .pika-single.is-hidden {
        display: none
    }

    .pika-single.is-bound {
        position: absolute;
        -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px -5px rgba(0,0,0,.5)
    }

    .pika-single:after, .pika-single:before {
        content: " ";
        display: table
    }

    .pika-single:after {
        clear: both
    }

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

    .pika-title select {
        cursor: pointer;
        position: absolute;
        z-index: 9998;
        margin: 0;
        left: 0;
        top: 5px;
        filter: alpha(opacity=0);
        opacity: 0
    }

.pika-label {
    display: inline-block;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    background-color: #fff
}

.pika-button, .pika-table th {
    font-size: 12px;
    text-align: center
}

.pika-next, .pika-prev {
    display: block;
    cursor: pointer;
    outline: 0;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5
}

    .pika-next:hover, .pika-prev:hover {
        opacity: 1
    }

    .pika-next.is-disabled, .pika-prev.is-disabled {
        cursor: default;
        opacity: .2
    }

.is-rtl .pika-next, .pika-prev {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)
}

.is-rtl .pika-prev, .pika-next {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=)
}

.pika-select {
    display: inline-block
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

    .pika-table td, .pika-table th {
        width: 14.285714285714286%;
        padding: 0
    }

    .pika-table th {
        color: #999;
        line-height: 25px;
        font-weight: 700
    }

    .pika-table abbr {
        border-bottom: none;
        cursor: help
    }

.pika-button {
    cursor: pointer;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    line-height: 15px;
    background: #f5f5f5
}

    .is-disabled .pika-button, .pika-button .is-selection-disabled {
        pointer-events: none;
        cursor: default
    }

.is-today .pika-button {
    color: #3eb55f;
    font-weight: 700
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #3af;
    -webkit-box-shadow: inset 0 1px 3px #178fe5;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.is-disabled .pika-button, .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3
}

.pika-button:hover {
    color: #fff;
    background: #3eb55f;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-inrange .pika-button {
    background: #D5E9F7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px
}

.PlanetForm {
    width: 100%
}

.PlanetForm_header h2 {
    font-size: 3.4rem;
    line-height: 1.3em;
    color: #414141;
    padding: 3rem 0;
    text-align: center
}

.PlanetForm_line {
    padding-bottom: 3rem
}

    .PlanetForm_line label {
        font-size: 2rem;
        line-height: 1.5em;
        color: #414141
    }

        .PlanetForm_line label sup {
            font-size: 2.2rem;
            top: 0
        }

    .PlanetForm_line .inputContainer {
        width: 100%;
        height: 50px;
        border: 1px solid #3eb55f;
        border-radius: 4px;
        position: relative
    }

        .PlanetForm_line .inputContainer.inputFile {
            border: 1px dashed #3eb55f
        }

        .PlanetForm_line .inputContainer .inputInfo {
            font-size: 1.5rem;
            display: block;
            line-height: 50px;
            text-align: center;
            color: #414141
        }

    .PlanetForm_line input, .PlanetForm_line select {
        display: block;
        border: none;
        width: 100%;
        height: 48px;
        border-radius: 4px;
        font-size: 2rem;
        padding-left: 10px;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px
    }

    .PlanetForm_line input {
        padding: 0 10px
    }

        .PlanetForm_line input[type=file] {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0
        }

    .PlanetForm_line .info {
        display: block;
        font-size: 1.4rem;
        line-height: 1.3em;
        padding-top: 1rem
    }

    .PlanetForm_line .error-msg {
        font-size: 1.4rem;
        line-height: 1.8em;
        color: #fff;
        display: none;
        background-color: #FF4E5D;
        padding: 0 10px;
        border-radius: 4px;
        margin-top: 5px
    }

    .PlanetForm_line.error .error-msg, .PlanetForm_line.show .error-msg {
        display: block
    }

    .PlanetForm_line .fileShow {
        margin: 0;
        padding: 0
    }

        .PlanetForm_line .fileShow li {
            background-color: #e3e3e3;
            list-style: none;
            margin-top: 5px;
            padding: 2px 10px;
            position: relative;
            border-radius: 2px
        }

            .PlanetForm_line .fileShow li * {
                font-size: 1.4rem
            }

            .PlanetForm_line .fileShow li span {
                width: 90%;
                display: block;
                vertical-align: middle;
                word-break: break-all;
            }

                .PlanetForm_line .fileShow li span:nth-of-type(2) {
                    width: 90%;
                    text-align: right;
                    padding-right: 35px
                }

                .PlanetForm_line .fileShow li span:nth-of-type(3) {
                    display: block;
                    width: 15px;
                    height: 15px;
                    position: absolute;
                    top: 50%;
                    right: 10px;
                    background-image: url(../images/black-cross.svg);
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    cursor: pointer
                }

.PlanetForm_button {
    text-align: center;
    margin: 3rem auto
}

    .PlanetForm_button button.cta span {
        font-size: 2rem
    }

.PlanetForm_submit-error {
    font-size: 2rem;
    text-align: center;
    color: #ff4e5d;
    padding-bottom: 10rem
}

.PlanetForm .PlanetForm_reCaptcha > div {
    margin: 0 auto
}

.PlanetForm .ContactForm__errorInfo-invisible {
    display: none
}

.PlanetForm .ContactForm__errorInfo-visible {
    display: block;
    color: #FF4E5D;
    padding: 10px 0;
    text-align: center
}

.ProductCards, .ProductCards__panel {
    background-color: #eaeaea
}

    .ProductCards a[href] {
        color: #414141;
        text-decoration: none
    }

.ProductCards__image {
    padding:10px 110px;
    width: 100%
}

.ProductCards__flex-container {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ProductCards__panel {
    text-align: center;
    padding: 40px 20px
}

.ProductCards__background--white, .ProductCards__item {
    background-color: #fff
}

.Accordion .ProductCards__panel {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .ProductCards__panel {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .Accordion .ProductCards__panel {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.ProductCards__panel h2 {
    margin-top: 0;
    margin-bottom: 10px
}

.ProductCards__panel .col-sm-8 {
    float: none
}

.ProductCards__item {
    position: relative;
    text-align: center;
    margin: 25px 10px;
    padding: 10px;
    width: 335px
}

@media (min-width:768px) {
    .ProductCards__item {
        margin: 10px
    }
}

.ProductCards__item-top-section {
    position: relative
}

.ProductCards__item-title {
    padding: 0 20px
}

.ProductCards__item-summary {
    padding: 0 20px 20px
}

html[lang=ar-ae] .ProductCards__item-summary {
    font-weight: 400
}

.ProductCards__item-link {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px
}

    .ProductCards__item-link img {
        width: 100%
    }

.ProductCards__cross-sell {
    margin: 10px;
    border-top: 1px solid silver
}

    .ProductCards__cross-sell:last-child {
        margin-bottom: 0
    }

.ProductCards__cross-sell-item {
    margin-top: 20px
}

    .ProductCards__cross-sell-item img {
        max-width: 50%
    }

    .ProductCards__cross-sell-item a[href] {
        color: #3eb55f
    }

    .ProductCards__cross-sell-item a:hover {
        text-decoration: underline
    }

.ProductCards__background--green {
    background-color: #3eb55f
}

.ProductCards__background--charcoal {
    background-color: #414141
}

.ProductCards__background--grey {
    background-color: #eaeaea
}

.Quote {
    text-align: center
}

    .Quote .Quote-attribution {
        color: #3eb55f;
        font-weight: 700
    }

.Quote-text p:before {
    content: open-quote
}

.Quote-text p:after {
    content: close-quote
}

.Quote-text h1:before {
    content: open-quote
}

.Quote-text h1:after {
    content: close-quote
}

.Quote-text h2:before {
    content: open-quote
}

.Quote-text h2:after {
    content: close-quote
}

.Quote-text h3:before {
    content: open-quote
}

.Quote-text h3:after {
    content: close-quote
}

.Quote-text h4:before {
    content: open-quote
}

.Quote-text h4:after {
    content: close-quote
}

.Quote-text h5:before {
    content: open-quote
}

.Quote-text h5:after {
    content: close-quote
}

.Quote-text h6:before {
    content: open-quote
}

.Quote-text h6:after {
    content: close-quote
}

.Quote__panel {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px
}

.Accordion .Quote__panel {
    padding-top: 20px
}

@media (min-width:1200px) {
    .Quote__panel {
        padding-top: 60px
    }

    .Accordion .Quote__panel {
        padding-top: 30px
    }
}

.Quote__panel div {
    background-color: inherit;
    float: none !important
}

.Quote__bg--white, .Quote__bg--white .Quote__panel {
    background-color: #fff
}

    .Quote__bg--white .Quote-text {
        color: #414141
    }

.Quote__bg--charcoal, .Quote__bg--charcoal .Quote__panel {
    background-color: #414141
}

    .Quote__bg--charcoal .Quote-text {
        color: #eaeaea
    }

.Quote__bg--grey, .Quote__bg--grey .Quote__panel {
    background-color: #eaeaea
}

    .Quote__bg--grey .Quote-text {
        color: #414141
    }

.RefundPointSearch {
    text-align: center;
    padding-top: 40px
}

.Accordion .RefundPointSearch {
    padding-top: 20px
}

@media (min-width:1200px) {
    .RefundPointSearch {
        padding-top: 60px
    }

    .Accordion .RefundPointSearch {
        padding-top: 30px
    }
}

.RefundPointSearch__arrow-down img {
    width: 20px
}

.RefundPointSearch__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px
}

.RefundPointSearch input {
    text-align: center;
    width: 100%;
    background-color: #eaeaea;
    outline: 0;
    border: none;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 10px 24px
}

.RefundPointSearch__intro {
    margin-bottom: 40px
}

.RefundPointSearch__accordion-intro {
    padding: 10px 40px
}

.RefundPointSearch .InnerAccordion__header {
    padding-left: 60px
}

.RefundPointSearch__padding {
    padding: 20px
}

.RefundPointSearch__InnerAccordion-store {
    text-align: left
}

html[lang=ar-ae] .RefundPointSearch__accordion-intro {
    font-weight: 400
}

html[dir=rtl] .RefundPointSearch__accordion-intro {
    padding-left: 10px;
    padding-right: 20px;
    text-align: right
}

html[dir=rtl] .RefundPointSearch .InnerAccordion__header {
    padding-left: 10px;
    padding-right: 60px
}

html[dir=rtl] .RefundPointSearch .InnerAccordion__text, html[dir=rtl] .RefundPointSearch__InnerAccordion-store {
    text-align: right
}

html[dir=rtl] .RefundPointSearch .Accordion__header {
    direction: ltr;
    text-align: right;
    padding-right: 45px
}

html[dir=rtl] .RefundPointSearch .Accordion__text {
    margin-left: auto;
    text-align: right
}

html[dir=rtl] .RefundPointSearch .Accordion__title {
    width: auto
}

.RelatedArticleLink {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

    .RelatedArticleLink a[href] {
        color: #414141;
        text-decoration: none
    }

.RelatedArticleLink__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

html[dir=rtl] .RelatedArticleLink__flex-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    padding-right: 40px
}

@media (max-width:576px) {
    html[dir=rtl] .RelatedArticleLink__flex-container {
        padding-right: 5%
    }
}

.RelatedArticleLink__image img {
    border-radius: 50%;
    width: 110px
}

.RelatedArticleLink__copy {
    width: 500px;
    padding: 0 40px;
    text-align: left;
    font-weight: 400
}

html[dir=rtl] .RelatedArticleLink__copy {
    text-align: right;
    padding-left: 0;
    width: 300px
}

@media (max-width:576px) {
    html[dir=rtl] .RelatedArticleLink__copy {
        width: 63%;
        padding-right: 5%
    }
}

.RelatedArticleLink__title {
    font-weight: 700
}

.RelatedArticleLink__panel {
    position: relative
}

.RelatedArticleLink__link {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px
}

    .RelatedArticleLink__link img {
        width: 100%
    }

.RelatedArticleLink__background--white {
    background-color: #fff
}

.RelatedArticleLink__background--charcoal {
    background-color: #414141
}

    .RelatedArticleLink__background--charcoal a[href], .RelatedArticleLink__background--charcoal h3 {
        color: #fff
    }

.RelatedArticleLink__background--grey {
    background-color: #eaeaea
}

.RelatedArticles > section:first-child {
    padding-top: 60px
}

    .RelatedArticles > section:first-child h3 {
        margin-top: 0
    }

.RelatedArticles > section:last-child {
    padding-bottom: 60px
}

.ResponsiveCta {
    cursor: pointer;
    position: relative;
    display: inline-block;
    line-height: 0
}

    .ResponsiveCta a {
        position: absolute;
        display: inline-block;
        white-space: nowrap;
        left: 50%;
        top: 49%;
        text-align: center;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1
    }

html[lang=ar-ae] .ResponsiveCta a {
    line-height: 1.33;
    top: 50%
}

.ResponsiveCta a[href] {
    text-decoration: none
}

.ResponsiveCta svg path {
    fill: none;
    stroke: #3eb55f;
    stroke-width: 3;
    stroke-dashoffset: 0;
    stroke-linecap: round
}

.ResponsiveCta__svg {
    display: none;
    height: 45px
}

.ResponsiveCta__svg1 {
    width: 165px
}

.ResponsiveCta__svg2 {
    width: 215px
}

.ResponsiveCta__svg3 {
    width: 265px
}

.ResponsiveCta__svg4 {
    width: 315px
}

.ResponsiveCta__svg5 {
    width: 365px
}

.ResponsiveCta__section-panel {
    padding: 15px 10px 40px;
    text-align: center
}

.ResponsiveCta__section-summary {
    margin-top: 20px
}

.ResponsiveCta__section--white, .ResponsiveCta__section--white .cta__section-panel {
    background-color: #fff
}

    .ResponsiveCta__section--white .cta__section-summary {
        color: #414141
    }

.ResponsiveCta__section--charcoal, .ResponsiveCta__section--charcoal .cta__section-panel {
    background-color: #414141
}

    .ResponsiveCta__section--charcoal .cta__section-summary {
        color: #fff
    }

.ResponsiveCta__section--grey, .ResponsiveCta__section--grey .cta__section-panel {
    background-color: #eaeaea
}

    .ResponsiveCta__section--grey .cta__section-summary {
        color: #414141
    }

.ResponsiveCta-green, .ResponsiveCta-green a[href] {
    color: #3eb55f
}

    .ResponsiveCta-green svg path {
        stroke: #3eb55f
    }

.ResponsiveCta-white, .ResponsiveCta-white a[href] {
    color: #fff
}

    .ResponsiveCta-white svg path {
        stroke: #fff
    }

.ResponsiveCta:hover .ResponsiveCta__svg1 path {
    -webkit-animation: cta-1-keyframes .42s both;
    animation: cta-1-keyframes .42s both
}

.ResponsiveCta:hover .ResponsiveCta__svg2 path {
    -webkit-animation: cta-2-keyframes .44s both;
    animation: cta-2-keyframes .44s both
}

.ResponsiveCta:hover .ResponsiveCta__svg3 path {
    -webkit-animation: cta-3-keyframes .46s both;
    animation: cta-3-keyframes .46s both
}

.ResponsiveCta:hover .ResponsiveCta__svg4 path {
    -webkit-animation: cta-4-keyframes .48s both;
    animation: cta-4-keyframes .48s both
}

.ResponsiveCta:hover .ResponsiveCta__svg5 path {
    -webkit-animation: cta-5-keyframes .5s both;
    animation: cta-5-keyframes .5s both
}

.ResponsiveCta__svg1 path {
    stroke-dasharray: 0,10px,148px,10px,158px,0
}

@-webkit-keyframes cta-1-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,154px,10px,158px,0
    }

    100% {
        stroke-dashoffset: -158px;
        stroke-dasharray: 0,10px,158px,10px,148px,0
    }
}

@keyframes cta-1-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,154px,10px,158px,0
    }

    100% {
        stroke-dashoffset: -158px;
        stroke-dasharray: 0,10px,158px,10px,148px,0
    }
}

.ResponsiveCta__svg2 path {
    stroke-dasharray: 0,10px,200px,10px,210px,0
}

@-webkit-keyframes cta-2-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,200px,10px,210px,0
    }

    100% {
        stroke-dashoffset: -210px;
        stroke-dasharray: 0,10px,210px,10px,200px,0
    }
}

@keyframes cta-2-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,200px,10px,210px,0
    }

    100% {
        stroke-dashoffset: -210px;
        stroke-dasharray: 0,10px,210px,10px,200px,0
    }
}

.ResponsiveCta__svg3 path {
    stroke-dasharray: 0,10px,250px,10px,260px,0
}

@-webkit-keyframes cta-3-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,250px,10px,260px,0
    }

    100% {
        stroke-dashoffset: -260px;
        stroke-dasharray: 0,10px,260px,10px,250px,0
    }
}

@keyframes cta-3-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,250px,10px,260px,0
    }

    100% {
        stroke-dashoffset: -260px;
        stroke-dasharray: 0,10px,260px,10px,250px,0
    }
}

.ResponsiveCta__svg4 path {
    stroke-dasharray: 0,10px,300px,10px,310px,0
}

@-webkit-keyframes cta-4-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,300px,10px,310px,0
    }

    100% {
        stroke-dashoffset: -310px;
        stroke-dasharray: 0,10px,310px,10px,300px,0
    }
}

@keyframes cta-4-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,300px,10px,310px,0
    }

    100% {
        stroke-dashoffset: -310px;
        stroke-dasharray: 0,10px,310px,10px,300px,0
    }
}

.ResponsiveCta__svg5 path {
    stroke-dasharray: 0,10px,350px,10px,360px,0
}

@-webkit-keyframes cta-5-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,350px,10px,360px,0
    }

    100% {
        stroke-dashoffset: -360px;
        stroke-dasharray: 0,10px,360px,10px,350px,0
    }
}

@keyframes cta-5-keyframes {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0,10px,350px,10px,360px,0
    }

    100% {
        stroke-dashoffset: -360px;
        stroke-dasharray: 0,10px,360px,10px,350px,0
    }
}

.RevenueCalculator {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 5rem 0
}

    .RevenueCalculator .submit-btn {
        font-size: 1.8rem;
        width: 18rem;
        height: 50px;
        line-height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border: none;
        color: #fff;
        background-color: #3eb55f;
        text-transform: uppercase;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

.RevenueCalculator_content {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem;
    -webkit-box-shadow: 0 0 15px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 15px 2px rgba(0,0,0,.1)
}

@media (max-width:768px) {
    .RevenueCalculator_content {
        padding: 3rem 1rem
    }
}

.RevenueCalculator_title {
    font-size: 2.4rem;
    line-height: 1.3em;
    padding-bottom: 3rem
}

.RevenueCalculator_form {
    font-size: 0
}

.RevenueCalculator_inputGroup {
    width: calc((100% - 20px)/ 3);
    height: auto;
    min-height: 70px;
    position: relative;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top
}

    .RevenueCalculator_inputGroup .icon, .RevenueCalculator_inputGroup .input-field {
        font-size: 1.8rem;
        height: 50px;
        line-height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0
    }

    .RevenueCalculator_inputGroup .icon {
        padding-left: 15px;
        z-index: 2
    }

    .RevenueCalculator_inputGroup .input-field {
        background-color: #e8edf0;
        width: 100%;
        border-radius: 4px;
        border: none
    }

        .RevenueCalculator_inputGroup .input-field:focus {
            list-style: none;
            outline: 0
        }

    .RevenueCalculator_inputGroup:nth-of-type(1) {
        width: 100%;
        margin-left: 0;
        margin-bottom: 2rem
    }

        .RevenueCalculator_inputGroup:nth-of-type(1) .input-field {
            width: calc(100% - 18rem);
            padding: 0 10px 0 3.8rem;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

    .RevenueCalculator_inputGroup:nth-of-type(2) {
        margin-left: 0
    }

        .RevenueCalculator_inputGroup:nth-of-type(2) .input-field {
            padding: 0 10px 0 10.5rem
        }

    .RevenueCalculator_inputGroup:nth-of-type(3) .input-field {
        padding: 0 10px 0 10rem
    }

    .RevenueCalculator_inputGroup:nth-of-type(4) .input-field {
        padding: 0 10px 0 8.7rem
    }

    .RevenueCalculator_inputGroup .input_error {
        font-size: 1.4rem;
        color: red;
        padding: 60px 0 10px;
        display: none
    }

    .RevenueCalculator_inputGroup.show-error .input_error {
        display: block
    }

@media (max-width:768px) {
    .RevenueCalculator_inputGroup {
        width: 100%;
        margin-left: 0
    }

        .RevenueCalculator_inputGroup:nth-of-type(1) .input-field {
            width: 100%
        }

        .RevenueCalculator_inputGroup .submit-btn {
            display: none
        }
}

.RevenueCalculator_button .submit-btn {
    width: 70%;
    border-radius: 4px;
    position: static;
    margin: 0 auto;
    display: none
}

@media (max-width:768px) {
    .RevenueCalculator_button .submit-btn {
        display: block
    }
}

.RevenueCalculator_result {
    font-size: 2rem;
    line-height: 1.4em;
    color: #3eb55f;
    text-align: center;
    padding-top: 3rem;
    display: none
}

    .RevenueCalculator_result strong {
        font-size: 3.2rem;
        padding: 0 2px
    }

    .RevenueCalculator_result.open {
        display: block
    }

.RevenueCalculator[data-calculator=US] .RevenueCalculator_inputGroup, .RevenueCalculator[data-calculator=CA] .RevenueCalculator_inputGroup {
    display: none
}

    .RevenueCalculator[data-calculator=US] .RevenueCalculator_inputGroup:nth-of-type(1), .RevenueCalculator[data-calculator=CA] .RevenueCalculator_inputGroup:nth-of-type(1) {
        display: block
    }

.SearchResults {
    text-align: center
}

.SearchResultsLink {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

    .SearchResultsLink a[href] {
        color: #414141;
        text-decoration: none
    }

.SearchResultsLink__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.SearchResultsLink__image img {
    border-radius: 50%
}

.SearchResultsLink__copy {
    width: 500px;
    padding: 0 40px;
    text-align: left
}

.SearchResultsLink__title {
    font-weight: 700
}

.SearchResultsLink__panel {
    position: relative
}

.SearchResultsLink__link {
    width: 15px
}

    .SearchResultsLink__link img {
        width: 100%
    }

.Steps {
    text-align: center
}

.Steps__verticle-line {
    display: inline-block;
    width: 2px;
    height: 30px;
    background-color: #414141;
    margin: 10px 0
}

.Steps__item {
    width: 250px
}

.Steps__image {
    border-radius: 50%;
    margin-bottom: 10px;
    max-width: 235px;
    max-width: 200px
}

.Steps__title {
    font-weight: 700
}

.Steps__copy {
    font-weight: 400
}

.Steps__middle-image, .Steps__post-image, .Steps__pre-image {
    position: relative;
    width: 50px;
    height: 50px
}

.Steps__bottom-dot, .Steps__middle-dot, .Steps__top-dot {
    position: absolute;
    left: 50%;
    width: 10px
}

.Steps__top-dot {
    top: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.Steps__middle-dot {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.Steps__bottom-dot {
    top: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.Steps__flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.StoreLink {
    text-align: left;
    background-color: #fff;
    color: #414141;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width:1200px) {
    .StoreLink {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.StoreLink .row:last-of-type hr {
    display: none
}

.StoreLink__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 0
}

.StoreLink__header-image img {
    width: 100%
}

.StoreLink__image {
    text-align: right
}

    .StoreLink__image img {
        border-radius: 50%;
        width: 80px
    }

.StoreLink__copy {
    width: 350px;
    padding: 0 40px;
    text-align: left
}

html[dir=rtl] .StoreLink__copy {
    text-align: right
}

.StoreLink__title {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px
}

.StoreLink__address {
    font-weight: 100;
    margin: 15px 0 0
}

.align_right[data-component=TextAndImage] .container, html[dir=rtl] body {
    direction: rtl
}

body {
    background-color: #fff;
    font-family: Barlow,sans-serif;
    font-size: 62.5%;
    line-height: 1.4;
    visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004)
}

html[lang=ar-ae] body {
    font-family: Tajawal,sans-serif
}

a, address, div, form, li, p, span {
    font-size: 1.6rem;
    margin: 0
}

html[lang=ar-ae] a, html[lang=ar-ae] address, html[lang=ar-ae] div, html[lang=ar-ae] form, html[lang=ar-ae] li, html[lang=ar-ae] p, html[lang=ar-ae] span {
    line-height: 1.25
}

a[href] {
    color: #3eb55f;
    font-weight: 700;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

h1, h2, h3, h4, h5 {
    font-weight: 500;
    line-height: 1.17;
    margin-top: 0
}

    h1:empty, h2:empty, h3:empty, h4:empty, h5:empty {
        display: none
    }

h1 {
    font-size: 3.5rem;
    line-height: 1.2
}

@media (min-width:768px) {
    h1 {
        font-size: 5rem;
        line-height: 1.14
    }
}

html[lang=ar-ae] h1 {
    line-height: 1.1
}

h2 {
    font-size: 2.7rem
}

@media (min-width:768px) {
    h2 {
        font-size: 4rem
    }

    h3 {
        font-size: 2.5rem
    }
}

h3 {
    font-size: 2.5rem
}

html[lang=ar-ae] h3 {
    line-height: 1.28
}

h4 {
    font-size: 1.8rem
}

@media (min-width:768px) {
    h4 {
        font-size: 2rem
    }
}

h5 {
    font-size: 1.8rem;
    font-weight: 300
}

td {
    vertical-align: top;
    padding: 10px
}

ol, ul {
    text-align: left;
    position: relative
}

html[dir=rtl] ol, html[dir=rtl] ul {
    text-align: right
}

.align_center [data-component=Accordion] .Accordion__panel .Text *, .align_center[data-component=CountryAccordion] .Global__margin .CountryAccordion__flex-container .CountryAccordion__item .Accordion__panel *, .align_center[data-component=Text] .Text__panel * {
    text-align: center
}

img {
    max-width: 100%
}

@media (min-width:992px) {
    .Page {
        position: relative;
        padding-top: 64px
    }
}

.align_center.TextAndImage__illustration .container .row-item .TextAndImage__text, .align_center[data-component=TextAndImage] .container .row-item .TextAndImage__text, .align_left.TextAndImage__illustration .container .row-item .TextAndImage__text, .align_left[data-component=TextAndImage] .container .row-item .TextAndImage__text, .align_right.TextAndImage__illustration .container .row-item .TextAndImage__text, .align_right[data-component=TextAndImage] .container .row-item .TextAndImage__text {
    width: 100% !important
}

.align_center.TextAndImage__illustration .container .row-item .TextAndImage__flex-container, .align_center[data-component=TextAndImage] .container .row-item .TextAndImage__flex-container, .align_left.TextAndImage__illustration .container .row-item .TextAndImage__flex-container, .align_left[data-component=TextAndImage] .container .row-item .TextAndImage__flex-container, .align_right.TextAndImage__illustration .container .row-item .TextAndImage__flex-container, .align_right[data-component=TextAndImage] .container .row-item .TextAndImage__flex-container {
    min-height: auto
}

    .align_center.TextAndImage__illustration .container .row-item .TextAndImage__flex-container .TextAndImage__image, .align_center[data-component=TextAndImage] .container .row-item .TextAndImage__flex-container .TextAndImage__image, .align_left.TextAndImage__illustration .container .row-item .TextAndImage__flex-container .TextAndImage__image, .align_left[data-component=TextAndImage] .container .row-item .TextAndImage__flex-container .TextAndImage__image, .align_right.TextAndImage__illustration .container .row-item .TextAndImage__flex-container .TextAndImage__image, .align_right[data-component=TextAndImage] .container .row-item .TextAndImage__flex-container .TextAndImage__image {
        width: 100%
    }

        .align_center.TextAndImage__illustration .container .row-item .TextAndImage__flex-container .TextAndImage__image img, .align_center[data-component=TextAndImage] .container .row-item .TextAndImage__flex-container .TextAndImage__image img, .align_left.TextAndImage__illustration .container .row-item .TextAndImage__flex-container .TextAndImage__image img, .align_left[data-component=TextAndImage] .container .row-item .TextAndImage__flex-container .TextAndImage__image img, .align_right.TextAndImage__illustration .container .row-item .TextAndImage__flex-container .TextAndImage__image img, .align_right[data-component=TextAndImage] .container .row-item .TextAndImage__flex-container .TextAndImage__image img {
            width: 100%;
            max-width: 400px
        }

.align_center [data-component=Accordion] .Accordion__panel, .align_center [data-component=Accordion] .Global__margin-indent--no-padding, .align_left [data-component=Accordion] .Accordion__panel, .align_left [data-component=Accordion] .Global__margin-indent--no-padding, .align_right [data-component=Accordion] .Accordion__panel, .align_right [data-component=Accordion] .Global__margin-indent--no-padding {
    width: 90%;
    margin: 0 5%
}

@media (min-width:768px) {
    h5 {
        font-size: 2rem
    }

    .align_center [data-component=Accordion] .Accordion__panel, .align_center [data-component=Accordion] .Global__margin-indent--no-padding, .align_left [data-component=Accordion] .Accordion__panel, .align_left [data-component=Accordion] .Global__margin-indent--no-padding, .align_right [data-component=Accordion] .Accordion__panel, .align_right [data-component=Accordion] .Global__margin-indent--no-padding {
        width: 80%;
        margin: 0 10%
    }
}

.align_center [data-component=Accordion] .Accordion__panel .Accordion__header, .align_center [data-component=Accordion] .Global__margin-indent--no-padding .Accordion__header, .align_left [data-component=Accordion] .Accordion__panel .Accordion__header, .align_left [data-component=Accordion] .Global__margin-indent--no-padding .Accordion__header, .align_right [data-component=Accordion] .Accordion__panel .Accordion__header, .align_right [data-component=Accordion] .Global__margin-indent--no-padding .Accordion__header {
    padding: 20px 0
}

    .align_center [data-component=Accordion] .Accordion__panel .Accordion__header .Accordion__arrow--open, .align_center [data-component=Accordion] .Global__margin-indent--no-padding .Accordion__header .Accordion__arrow--open, .align_left [data-component=Accordion] .Accordion__panel .Accordion__header .Accordion__arrow--open, .align_left [data-component=Accordion] .Global__margin-indent--no-padding .Accordion__header .Accordion__arrow--open, .align_right [data-component=Accordion] .Accordion__panel .Accordion__header .Accordion__arrow--open, .align_right [data-component=Accordion] .Global__margin-indent--no-padding .Accordion__header .Accordion__arrow--open {
        margin-top: -6px
    }

.align_center [data-component=Accordion] .Accordion__panel .Global__margin, .align_center [data-component=Accordion] .Global__margin-indent--no-padding .Global__margin, .align_left [data-component=Accordion] .Accordion__panel .Global__margin, .align_left [data-component=Accordion] .Global__margin-indent--no-padding .Global__margin, .align_right [data-component=Accordion] .Accordion__panel .Global__margin, .align_right [data-component=Accordion] .Global__margin-indent--no-padding .Global__margin {
    width: 100%;
    margin: 0
}

.align_center[data-component=ProductCards] .ProductCards__item-link, .align_left[data-component=ProductCards] .ProductCards__item-link, .align_right[data-component=ProductCards] .ProductCards__item-link {
    display: inline-block;
    vertical-align: middle;
    position: static;
    margin: -4px 0 0
}

.align_center[data-component=ProductCards] .ProductCards__item-summary, .align_center[data-component=ProductCards] .ProductCards__item-title, .align_left[data-component=ProductCards] .ProductCards__item-summary, .align_left[data-component=ProductCards] .ProductCards__item-title, .align_right[data-component=ProductCards] .ProductCards__item-summary, .align_right[data-component=ProductCards] .ProductCards__item-title {
    padding: 0
}

.align_center[data-component=CountryAccordion] .Global__margin .CountryAccordion__flex-container [data-component=Accordion] .Accordion__header .Accordion__arrow--open, .align_left[data-component=CountryAccordion] .Global__margin .CountryAccordion__flex-container [data-component=Accordion] .Accordion__header .Accordion__arrow--open, .align_right[data-component=CountryAccordion] .Global__margin .CountryAccordion__flex-container [data-component=Accordion] .Accordion__header .Accordion__arrow--open {
    margin-top: 12px
}

.align_center [data-component=Accordion] .Accordion__header .Accordion__title {
    width: 100%;
    text-align: center;
    padding-right: 70px
}

.align_center[data-component=CountryAccordion] .Global__margin {
    width: 100%;
    margin: 0
}

    .align_center[data-component=CountryAccordion] .Global__margin .CountryAccordion__flex-container .CountryAccordion__item .Text ul {
        margin-left: 0
    }

.align_center[data-component=CtaSection] .cta__section-panel {
    width: 90%;
    margin: 0 auto
}

.align_left[data-component=ProductCards] .ProductCards__panel h2 {
    padding: 0 10%
}

.align_left[data-component=ProductCards] .ProductCards__panel .ProductCards__flex-container {
    display: block;
    overflow: hidden;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial
}

    .align_left[data-component=ProductCards] .ProductCards__panel .ProductCards__flex-container .ProductCards__item {
        float: left;
        position: relative;
        min-height: 110px
    }

        .align_left[data-component=ProductCards] .ProductCards__panel .ProductCards__flex-container .ProductCards__item .ProductCards__image {
            position: absolute;
            right: 0;
            top: 0;
            padding: 0;
            width: 90px
        }

        .align_left[data-component=ProductCards] .ProductCards__panel .ProductCards__flex-container .ProductCards__item .ProductCards__item-summary, .align_left[data-component=ProductCards] .ProductCards__panel .ProductCards__flex-container .ProductCards__item .ProductCards__item-title {
            text-align: left;
            padding-right: 90px
        }

.align_left[data-component=TextAndImage] .container .row-item {
    width: 50%;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:768px) {
    .align_left[data-component=TextAndImage] .container .row-item {
        width: 100%;
        margin: 0
    }
}

.align_left[data-component=TextAndImage] .container .row-item .TextAndImage__text, .align_left[data-component=TextAndImage] .container .row-item .TextAndImage__title {
    text-align: left
}

.align_left[data-component=TextAndImage] .container .row-item .TextAndImage__title {
    padding-left: 20px
}

.align_left[data-component=CountryAccordion] .Global__margin {
    width: 100%;
    margin: 0
}

    .align_left[data-component=CountryAccordion] .Global__margin .CountryAccordion__flex-container .CountryAccordion__item .Text ul {
        margin-left: 0;
        text-align: left
    }

    .align_left[data-component=CountryAccordion] .Global__margin .CountryAccordion__flex-container .CountryAccordion__item .Accordion__panel * {
        text-align: left
    }

.align_left[data-component=CtaSection] .cta__section-panel {
    width: 90%;
    margin: 0 auto
}

    .align_left[data-component=CtaSection] .cta__section-panel .cta__section-intro {
        width: calc(100% - 180px);
        float: left;
        text-align: left;
        margin-top: -10px
    }

@media (max-width:768px) {
    .align_left[data-component=CtaSection] .cta__section-panel {
        text-align: left
    }

        .align_left[data-component=CtaSection] .cta__section-panel .cta__section-intro {
            width: 100%
        }

        .align_left[data-component=CtaSection] .cta__section-panel .ResponsiveCta {
            margin-left: -10px
        }
}

.align_right[data-component=Text] .Text__panel * {
    text-align: right
}

.align_right [data-component=Accordion] .Accordion__header .Accordion__title {
    width: calc(100% - 30px);
    text-align: right;
    padding-right: 70px
}

.align_right [data-component=Accordion] .Accordion__panel .Text * {
    text-align: right
}

.align_right[data-component=ProductCards] .ProductCards__panel h2 {
    padding: 0 10px
}

.align_right[data-component=ProductCards] .ProductCards__panel .ProductCards__flex-container {
    display: block;
    overflow: hidden;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial
}

    .align_right[data-component=ProductCards] .ProductCards__panel .ProductCards__flex-container .ProductCards__item {
        float: right;
        position: relative;
        min-height: 110px
    }

        .align_right[data-component=ProductCards] .ProductCards__panel .ProductCards__flex-container .ProductCards__item .ProductCards__image {
            position: absolute;
            left: 0;
            top: 0;
            padding: 0;
            width: 90px
        }

        .align_right[data-component=ProductCards] .ProductCards__panel .ProductCards__flex-container .ProductCards__item .ProductCards__item-summary, .align_right[data-component=ProductCards] .ProductCards__panel .ProductCards__flex-container .ProductCards__item .ProductCards__item-title {
            text-align: right;
            padding-left: 90px
        }

.align_right[data-component=TextAndImage] .container * {
    direction: ltr
}

.align_right[data-component=TextAndImage] .container .row-item {
    width: 50%;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:768px) {
    .align_right[data-component=TextAndImage] .container .row-item {
        width: 100%;
        margin: 0
    }
}

.align_right[data-component=TextAndImage] .container .row-item .TextAndImage__text, .align_right[data-component=TextAndImage] .container .row-item .TextAndImage__title {
    text-align: right
}

.align_right[data-component=TextAndImage] .container .row-item .TextAndImage__title {
    padding-right: 20px
}

.align_right[data-component=CountryAccordion] .Global__margin {
    width: 100%;
    margin: 0
}

    .align_right[data-component=CountryAccordion] .Global__margin .CountryAccordion__flex-container .CountryAccordion__item .Text ul {
        margin-left: 0;
        padding-right: 0;
        text-align: right
    }

    .align_right[data-component=CountryAccordion] .Global__margin .CountryAccordion__flex-container .CountryAccordion__item .Accordion__panel * {
        text-align: right
    }

.align_right[data-component=CtaSection] .cta__section-panel {
    width: 90%;
    margin: 0 auto
}

    .align_right[data-component=CtaSection] .cta__section-panel .cta__section-intro {
        width: calc(100% - 180px);
        float: left;
        text-align: right;
        margin-top: -10px
    }

@media (max-width:768px) {
    .align_right[data-component=CtaSection] .cta__section-panel {
        text-align: right
    }

        .align_right[data-component=CtaSection] .cta__section-panel .cta__section-intro {
            width: 100%
        }

        .align_right[data-component=CtaSection] .cta__section-panel .ResponsiveCta {
            margin-right: -10px
        }

    .Notification {
        position: relative
    }

        .Notification .Notification__link, .Notification p {
            display: inline-block;
            vertical-align: middle
        }

        .Notification p {
            width: calc(100% - 30px)
        }
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.4);
    z-index: 9999
}

    .loading span {
        display: block;
        width: 50px;
        height: 50px;
        background-image: url(../images/ajax-loader.gif);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center;
        position: absolute;
        top: calc(50% - 25px);
        left: calc(50% - 25px)
    }

.Text ul li:before, .Text__background--white ul li:before {
    background-image: url(../images/bullet-charcoal.png)
}

.Text {
    text-align: left
}

html[dir=rtl] .Text {
    text-align: right
}

.Text--left, .Text--left h1, .Text--left h2, .Text--left h3, .Text--left h4, .Text--left h5, .Text--left h6, .Text--left p {
    text-align: left
}

.Text--right, .Text--right h1, .Text--right h2, .Text--right h3, .Text--right h4, .Text--right h5, .Text--right h6, .Text--right p {
    text-align: right
}

.Text--centered, .Text--centered h1, .Text--centered h2, .Text--centered h3, .Text--centered h4, .Text--centered h5, .Text--centered h6, .Text--centered p {
    text-align: center
}

.Text--error-page {
    padding: 75px 0 175px
}

.Text__bullet--white {
    stroke-width: 7;
    stroke: #fff
}

.Text__bullet--charcoal {
    stroke-width: 7;
    stroke: #414141
}

.Text ul {
    text-align: left;
    list-style: none;
    padding-left: 18px;
    padding-top: 10px;
    margin-left: 22px
}

html[dir=rtl] .Text ul {
    padding-left: 0;
    padding-right: 18px;
    margin-left: 0;
    margin-right: 22px
}

.Text circle {
    stroke-width: 7;
    stroke: #414141
}

.Text li {
    padding-left: 10px
}

html[dir=rtl] .Text li {
    padding-left: 0;
    padding-right: 10px
}

.Text ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    left: 0;
    margin-top: 4px
}

html[dir=rtl] .Text ul li:before {
    right: 0;
    left: auto
}

.Text__panel {
    padding-top: 40px
}

.Accordion .Text__panel {
    padding-top: 20px
}

@media (min-width:1200px) {
    .Text__panel {
        padding-top: 60px
    }

    .Accordion .Text__panel {
        padding-top: 30px
    }
}

.Text__panel div {
    background-color: inherit;
    float: none !important
}

.Text__color--white {
    color: #fff !important
}

.Text__color--green {
    color: #3eb55f !important
}

.Text__color--charcoal {
    color: #414141 !important
}

.Text__color--grey {
    color: #eaeaea !important
}

.Text__background--white {
    background-color: #fff
}

    .Text__background--white a[href] {
        color: #3eb55f
    }

    .Text__background--white .Text__panel {
        background-color: #fff;
        color: #414141
    }

.Text__background--charcoal ul li:before, .Text__background--green ul li:before {
    background-image: url(../images/bullet-white.png)
}

.Text__background--green {
    background-color: #3eb55f
}

    .Text__background--green a[href] {
        color: #fff
    }

    .Text__background--green .Text__panel {
        background-color: #3eb55f;
        color: #fff
    }

.Text__background--charcoal {
    background-color: #414141
}

    .Text__background--charcoal a[href] {
        color: #3eb55f
    }

    .Text__background--charcoal .Text__panel {
        background-color: #414141;
        color: #fff
    }

.Text__background--grey {
    background-color: #eaeaea
}

    .Text__background--grey a[href] {
        color: #3eb55f
    }

    .Text__background--grey .Text__panel {
        background-color: #eaeaea;
        color: #414141
    }

    .Text__background--grey ul li:before {
        background-image: url(../images/bullet-charcoal.png)
    }

.TextAndImage__background--white, .TextAndImage__background--white .TextAndImage__flex-container, .TextAndImage__background--white .TextAndImage__text, .TextAndImage__background--white .TextAndImage__title {
    background-color: #fff;
    color: #414141
}

    .TextAndImage ul li:before, .TextAndImage__background--white ul li:before {
        background-image: url(../images/bullet-charcoal.png)
    }

.TextAndImage {
    padding-top: 40px;
    padding-bottom: 40px
}

.Accordion .TextAndImage {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:1200px) {
    .TextAndImage {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .Accordion .TextAndImage {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.TextAndImage a[href] {
    text-decoration: none
}

.TextAndImage p {
    margin: 0
}

.TextAndImage__title {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0
}

.TextAndImage ul {
    text-align: left;
    list-style: none;
    padding-left: 18px;
    padding-top: 10px;
    margin-left: 22px
}

.TextAndImage circle {
    stroke-width: 7;
    stroke: #414141
}

.TextAndImage li {
    padding-left: 10px
}

.TextAndImage ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    left: 0;
    margin-top: 4px
}

.TextAndImage__text-over-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.TextAndImage__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 300px;
    padding: 0 20px
}

.TextAndImage__image {
    width: 50%;
    position: relative;
    text-align: center;
    overflow: hidden
}

    .TextAndImage__image img {
        width: 50%;
        border-radius: 50%;
        max-width: 234px
    }

.TextAndImage__text {
    width: 50%;
    text-align: center;
    padding: 20px 20px 0
}

.TextAndImage__photo img {
    width: 50%;
    border-radius: 50%;
    max-width: 234px
}

.TextAndImage__illustration img {
    width: 50%;
    border-radius: 0;
    max-width: 234px
}

.TextAndImage__text--top .TextAndImage__flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.TextAndImage__text--top .TextAndImage__image, .TextAndImage__text--top .TextAndImage__text {
    width: 100%;
    margin-bottom: 20px
}

.TextAndImage__text--bottom .TextAndImage__flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.TextAndImage__text--bottom .TextAndImage__image {
    margin-top: 20px;
    width: 100%
}

.TextAndImage__text--bottom .TextAndImage__text {
    width: 100%
}

.TextAndImage__text--left .TextAndImage__flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.TextAndImage__text--left .TextAndImage__image, .TextAndImage__text--left .TextAndImage__text {
    width: 100%
}

@media (min-width:768px) {
    .TextAndImage__text--left .TextAndImage__image, .TextAndImage__text--left .TextAndImage__text {
        width: 50%
    }
}

.TextAndImage__text--right .TextAndImage__flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.TextAndImage__text--right .TextAndImage__image, .TextAndImage__text--right .TextAndImage__text {
    width: 100%
}

@media (min-width:768px) {
    .TextAndImage__text--right .TextAndImage__image, .TextAndImage__text--right .TextAndImage__text {
        width: 50%
    }
}

@media (max-width:768px) {
    .TextAndImage__text--left .TextAndImage__flex-container, .TextAndImage__text--right .TextAndImage__flex-container {
        padding-top: 20px
    }
}

.TextAndImage__background--white h1, .TextAndImage__background--white h2, .TextAndImage__background--white h3, .TextAndImage__background--white h4, .TextAndImage__background--white h5, .TextAndImage__background--white h6, .TextAndImage__background--white p {
    color: #414141
}

.TextAndImage__background--green, .TextAndImage__background--green .TextAndImage__flex-container, .TextAndImage__background--green .TextAndImage__title {
    background-color: #3eb55f
}

    .TextAndImage__background--charcoal h1, .TextAndImage__background--charcoal h2, .TextAndImage__background--charcoal h3, .TextAndImage__background--charcoal h4, .TextAndImage__background--charcoal h5, .TextAndImage__background--charcoal h6, .TextAndImage__background--charcoal p, .TextAndImage__background--green h1, .TextAndImage__background--green h2, .TextAndImage__background--green h3, .TextAndImage__background--green h4, .TextAndImage__background--green h5, .TextAndImage__background--green h6, .TextAndImage__background--green p {
        color: #fff
    }

    .TextAndImage__background--charcoal ul li:before, .TextAndImage__background--green ul li:before {
        background-image: url(../images/bullet-white.png)
    }

.TextAndImage__background--charcoal {
    background-color: #414141;
    color: #fff
}

    .TextAndImage__background--charcoal a > a[href] {
        color: #3eb55f
    }

    .TextAndImage__background--charcoal .TextAndImage__flex-container, .TextAndImage__background--charcoal .TextAndImage__title {
        background-color: #414141;
        color: #fff
    }

.TextAndImage__background--grey, .TextAndImage__background--grey .TextAndImage__flex-container, .TextAndImage__background--grey .TextAndImage__title {
    background-color: #eaeaea;
    color: #414141
}

    .TextAndImage__background--grey h1, .TextAndImage__background--grey h2, .TextAndImage__background--grey h3, .TextAndImage__background--grey h4, .TextAndImage__background--grey h5, .TextAndImage__background--grey h6, .TextAndImage__background--grey p {
        color: #414141
    }

    .TextAndImage__background--grey ul li:before {
        background-image: url(../images/bullet-charcoal.png)
    }

.Title {
    text-align: center
}

.Tooltip {
    position: relative;
    display: inline-block;
    min-width: 20px
}

    .Tooltip .Tooltip__text {
        visibility: hidden;
        width: 300px;
        display: block;
        background-color: #fff;
        border: 1px solid #eaeaea;
        color: #414141;
        text-align: center;
        padding: 10px;
        position: absolute;
        z-index: 1
    }

    .Tooltip:hover .Tooltip__text {
        visibility: visible
    }

.Tooltip__left .Tooltip__text {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

html[dir=rtl] .Tooltip__left .Tooltip__text {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.Tooltip__center .Tooltip__text {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.Tooltip__right .Tooltip__text {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.TrackMyRefundMobile {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1007
}

.TrackMyRefundPanel {
    display: none;
    text-align: center;
    color: #414141;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1010
}

.TrackMyRefundPanel__email-link {
    display: block;
    padding-top: 10px
}

.TrackMyRefundPanel__help-copy {
    padding: 0 20px
}

html[dir=rtl] .TrackMyRefundPanel__help-copy {
    font-weight: 600
}

.TrackMyRefundPanel__incorrect-copy {
    display: none;
    margin: 70px 0
}

    .TrackMyRefundPanel__incorrect-copy a[href] {
        font-weight: 600;
        color: #fff;
        text-decoration: underline
    }

.TrackMyRefundPanel__incorrect-voucher-code {
    font-size: 2.4rem;
    font-weight: 700
}

.TrackMyRefundPanel__voucher-code {
    font-weight: 700
}

.TrackMyRefundPanel__close-panel {
    position: absolute;
    background-color: #000;
    opacity: 0;
    width: 100%;
    height: 100%
}

.TrackMyRefundPanel__holder {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 8px grey;
    box-shadow: 2px 2px 8px grey;
    height: 100%;
    min-width: 300px;
    max-width: 600px;
    width: 360px;
    float: right
}

.TrackMyRefundPanel__close-btn {
    width: 100%;
    display: block;
    text-align: right;
    padding-bottom: 20px;
    padding-right: 20px;
    margin-top: 20px
}

    .TrackMyRefundPanel__close-btn img {
        width: 30px
    }

.TrackMyRefundPanel__loader {
    display: none
}

.TrackMyRefundPanel__input {
    display: inline-block;
    text-align: center;
    outline: 0;
    font-size: 1.4rem;
    color: #414141;
    padding: 10px 20px;
    width: 80%;
    border: 1px solid #A9A9A9
}

.TrackMyRefundPanel__app-image--android, .TrackMyRefundPanel__app-image--iphone, .TrackMyRefundPanel__errorInfo_invisible {
    display: none
}

html[dir=rtl] .TrackMyRefundPanel__input {
    text-align: right
}

.TrackMyRefundPanel form {
    padding-top: 30px;
    padding-bottom: 10px
}

.TrackMyRefundPanel__image {
    border-radius: 50%;
    margin-bottom: 20px
}

.TrackMyRefundPanel__errorInfo_visible {
    color: red;
    margin-top: 10px
}

.TrackMyRefundPanel__app-image {
    padding-top: 30px;
    padding-bottom: 30px
}

.TrackMyRefundPanel__app-store p {
    padding: 0 20px
}

.TrackMyRefundPanel__page {
    display: none;
    height: 100%;
    position: relative;
    overflow-y: auto
}

.TrackMyRefundPanel__help-btn {
    width: 25px;
    margin-top: -5px;
    cursor: pointer
}

.TrackMyRefundPanel__reCaptcha {
    margin: 0 auto;
    width: 90%
}

    .TrackMyRefundPanel__reCaptcha > div {
        margin: 0 auto
    }

.TrackMyRefundPanel__page-back-btn, .TrackMyRefundPanel__page-close-btn {
    float: left;
    width: 50%;
    display: block;
    text-align: right;
    cursor: default;
    padding-bottom: 40px;
    padding-right: 20px;
    margin-top: 30px
}

    .TrackMyRefundPanel__page-back-btn img, .TrackMyRefundPanel__page-close-btn img {
        width: 30px;
        cursor: pointer
    }

.TrackMyRefundPanel__page-back-btn {
    text-align: left;
    padding-left: 20px;
    padding-right: 0
}

    .TrackMyRefundPanel__page-back-btn img {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

.TrackMyRefundPanel__home {
    display: block;
    direction: ltr
}

.TrackMyRefundPanel__help-content {
    padding: 0 20px
}

    .TrackMyRefundPanel__help-content a[href] {
        color: #3eb55f;
        text-decoration: underline
    }

.TrackMyRefundPanel__status--Debit a, .TrackMyRefundPanel__status--InLineToBePaid a, .TrackMyRefundPanel__status--NoTaxFreeform a, .TrackMyRefundPanel__status--Others a, .TrackMyRefundPanel__status--Recredit a, .TrackMyRefundPanel__status--RefundPaidCash a, .TrackMyRefundPanel__status--RefundPaidNonCash a, .TrackMyRefundPanel__status--Topos a {
    color: #000;
    text-decoration: underline
}

.TrackMyRefundPanel__panel {
    padding: 60px 20px
}

.TrackMyRefundPanel__image {
    width: 150px
}

.TrackMyRefundPanel__status--Debit, .TrackMyRefundPanel__status--NoTaxFreeform {
    background-color: #ffb932
}

.TrackMyRefundPanel__status--InLineToBePaid {
    background-color: #41c3c8
}

.TrackMyRefundPanel__status--Others {
    background-color: red
}

.TrackMyRefundPanel__status--Recredit, .TrackMyRefundPanel__status--RefundPaidCash, .TrackMyRefundPanel__status--RefundPaidNonCash, .TrackMyRefundPanel__status--Topos {
    background-color: #3eb55f
}

.typeform .typeform_node {
    width: 100%;
    height: 60vw;
    min-height: 350px;
    max-height: 650px
}

.Video {
    text-align: center;
    background-color: #eaeaea
}

@media (max-width:992px) {
    .Video {
        background: 0 0 !important
    }
}

.Video__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 15%
}

.Video__panel {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.Video__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (min-width:992px) {
    .Video__iframe {
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%
    }
}

.Video__poster, .Video__poster-image {
    width: 100%;
    height: 100%
}

.Video__poster {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

@media (min-width:992px) {
    .Video__poster {
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%
    }
}
