@charset "UTF-8";
@import url(letushelp.css);
@import url(cta.css);
body{
    background:#fff;
}
.promo-cards-img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height:100%;
    z-index: -2;
    object-fit:cover;
}
.newtabicon {
    width: 15px;
    height: 15px;
    aspect-ratio: 1/1;
    vertical-align: middle;
}
.livetrain-cards-wraper_v2 {
    display: grid;
    gap: var(--grid-gutter, 24px);
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 260px minmax(48px, 260px);
    width: 100%;
    max-width: var(--width-max-width, 1248px);
}

.component-breadcrumbs ul li:last-child span {
    font-weight: 500;
    opacity: .7 !important;
}

.season-ticket-content {
    margin-left: 30px;
}

.qttv3-timeprice-btn {
    white-space: normal !important;
    word-wrap: break-word;
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 11px !important;
}

.qttv3-input-sec .input-lable[lang="nl"],
.qttv3-input-sec .input-lable[lang="de"] {
    font-size: 10px;
}

.qttv3-tab-btn[lang="es"],
.qttv3-tab-btn[lang="pt"],
.qttv3-tab-btn.qttv3-active-btn[lang="it"] {
    font-size: 16px;
    line-height: 1.06
}

.close {
    opacity: 1;
    box-shadow: none;
}

body {
    font-family: 'Averta', Arial, Helvetica, sans-serif;
}

.row {
    padding: 0px !important
}

div[class*="layout--"] > .column {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.content-tab--blue > .container {
    padding: 0px !important;
    border: 0px !important;
}


#btnBuyticket:focus-visible {
    margin-right: 3px;
}

.navition-search-sec {
    position: relative;
}

.nav-searchfield {
    padding: 10px 15px 10px 20px;
    width: 244px;
    height: 43px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    color: #fff;
}

.navsearch-icon {
    position: absolute;
    right: 11px;
    top: 11px;
}


.nav-btn-buy {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0.1px;
    color: #131E29;
    background: #FF4713;
    padding: 10px 32px;
    border-radius: 5px;
    border: none;
}

/* end header css */
/* start banner css */
.hombanner-sec {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 360px;
}

.bannerColor {
    min-height: 350px
}

.mainbanner-img {
    max-width: 100%;
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

.homebanner-content-sec {
    position: absolute;
    top: 0px;
    right: auto;
    left: auto;
    width: 100%;
    bottom: 0px;
    display: flex;
    padding: 0 var(--grid-margin, 24px);
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
}
.homebanner-content-wrapper {
    display: flex;
    max-width: 1248px;
    align-items: flex-start;
    flex: 1 0 0;
    width:100%;
}
.homebanner-content {
    display: flex;
    width: 480px;
    padding: var(--sds-size-space-1200) 0 var(--sds-size-space-800) 0;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sds-size-space-400);
    align-self: stretch;
}

.homebanner-title {
    color: var(--text-inverse, #FFF) !important;
    font-family: var(--family-brand, "West Coast Headline") !important;
    font-size: var(--typography-heading-west-coast-xl, 72px) !important;
    font-style: normal !important;
    font-weight: var(--weight-bold, 700) !important;
    line-height: 95% !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    align-self: stretch;
}
    .homebanner-title * {
        color: var(--text-inverse, #FFF) !important;
        font-family: var(--family-brand, "West Coast Headline") !important;
        font-size: var(--typography-heading-west-coast-xl, 72px) !important;
        font-style: normal !important;
        font-weight: var(--weight-bold, 700) !important;
        line-height: 95% !important;
        padding: 0px !important;
        margin: 0px !important;
        align-self: stretch;
    }
.homepage-banner-desc-content, .homepage-banner-desc-content p {
    color: var(--text-inverse, #FFF);
    font-family: var(--family-sans, Averta);
    font-size: var(--typography-body-l, 18px);
    font-style: normal;
    font-weight: var(--weight-regular, 400);
    line-height: 146%;
    align-self: stretch;
    margin:0px;
}
.homebanner-title.primary-spark *, .homepage-banner-desc-content.primary-spark *{
    color: #FF4713 !important;
}

.homebanner-title.primary-dark-spark *, .homepage-banner-desc-content.primary-dark-spark *{
    color: #E42B00 !important;
}

.homebanner-title.primary-coalescent *, .homepage-banner-desc-content.primary-coalescent *{
    color: #131E29 !important;
}

.homebanner-title.primary-graphene *, .homepage-banner-desc-content.primary-graphene *{
    color: #004F59 !important;
}

.homebanner-title.primary-warm-grey *, .homepage-banner-desc-content.primary-warm-grey *{
    color: #D6D1CA !important;
}

.homebanner-title.primary-solway-breeze *, .homepage-banner-desc-content.primary-solway-breeze *{
    color: #E2F5E9 !important;
}

.homebanner-title.shades-black *, .homepage-banner-desc-content.shades-black *{
    color: #000 !important;
}

.homebanner-title.shades-white *, .homepage-banner-desc-content.shades-white *{
    color: #fff !important;
}

    .homebanner-title[lang="cy"],
    .homebanner-title[lang="es"] {
        font-size: 58px !important;
    }

    .homebanner-title[lang="fr"],
    .homebanner-title[lang="pt"],
    .homebanner-title[lang="uk"] {
        font-size: 52px !important;
    }

    .homebanner-title[lang="it"] {
        font-size: 48px !important;
    }

    .homebanner-title[lang="pl"] {
        font-size: 44px !important;
    }

.homepage-banner-desc {
    display: flex;
    width: 87%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 43px;
}

    .homepage-banner-desc > p {
        font-weight: 400 !important;
        font-size: 16px;
        line-height: 1.35 !important;
        letter-spacing: 0.1px;
        color: #004F59;
        margin: 0px;
        margin-right: 48px;
    }
        .homepage-banner-desc-content > p a {
            text-decoration:underline;
        }
.homebanner-content a {
    min-width: 170px;
    padding: 12px 5px !important;
    text-decoration:none;
}
.mainbanner-info-action {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.1px;
    color: #131E29 !important;
    padding: 12px 10px;
    border: 2px solid #FF4713;
    min-width: 118px;
    border-radius: 5px;
    background: transparent;
    text-align: center;
}

a.mainbanner-info-action:hover,
a.mainbanner-info-action:visited,
a.mainbanner-info-action:link {
    text-decoration: none;
    color: #D02D00;
}
.homepage-banner-desc .btn-dark-tertiary::after {
    right: 6px;
}
/* end banner css */

/* start disruption banner css */
/*start top disruption css*/
.newhomepagedisruption{
    cursor:pointer;
}
.newhomepagedisruption.good .expanded-btn-section {
    padding: 9.5px 0px
}
.newhomepagedisruption.major .expanded-btn-section {
    background: #C0414D;
}
    .newhomepagedisruption.black .expanded-btn-section button {
        color: #fff;
    }

    .newhomepagedisruption.black .expanded-btn-section {
        background: #000;
        padding: 8px 0;
    }
.expanded-main.minor .epanded-title-content i.fa-exclamation {
    content: "";
    font-family: fontawesome;
    color: #131E29;
    width: 18px;
    height: 17px;
    background: transparent;
    border-radius: 0px;
    text-align: center;
    display: none;
    font-size: 18px;
    padding: 0px;
    position: relative;
    top: auto;
    right: auto;
    margin: 0px;
}
.expanded-main.minor .epanded-title-content .icon-status-wrper i.fa-exclamation {
    display: block;
}
.expanded-main.good .epanded-title-content .icon-status-wrper{
    display: none;
}
.expanded-main.minor .epanded-title-content i.fa-angle-down, .expanded-main.major .epanded-title-content i.fa-angle-down, .expanded-main.good .epanded-title-content i.fa-angle-down, .expanded-main.black .epanded-title-content i.fa-angle-down {
    display: none;
}
.expanded-btn-section button {
    background: 0 none;
    border: 0;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.22;
    display: flex;
    align-items: center;
    color: #131E29;
    gap: 5px;
}
.epanded-title-content {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 0px;
}
.epanded-title-content button.expanded-btn i {
    position: relative;
    top: auto;
    right: auto;
}
.minor .epanded-title-content > i.fa-exclamation, .major .epanded-title-content > i.fa-exclamation, .major .epanded-title-content i.fa-exclamation-triangle, .black .epanded-title-content > i.fa-exclamation {
    display: none !important;
}
.good .epanded-title-content i.fa-check-circle {
    padding-right:15px;
}
.expanded-main.good .plus-icon, .expanded-main.good .minus-icon {
    display: none;
}
.expanded-main.good .epanded-title-content{
   justify-content:flex-start;
}
.disruption-expanded-content-inner p, .expanded-content-inner p {
    font-size: 16px !important;
}
/*end top disruption banner*/
.homepage_bottom_banner{
    width:100%;
    max-width:1248px;
    margin-left:auto;
    margin-right:auto;
}
.disruption-banner-sec {
    margin-top: 0px;
    margin-bottom: 48px;
    width: 100%;
}

.disruption-expanded-main {
    cursor: pointer;
    border-radius: 5px;
}

.disruption-expanded-btn-section {
    background: #C0414D;
    border-radius: 5px;
    padding: 12px 4px 9px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disruption-expanded-area .disruption-expanded-main,
.disruption-expanded-area .disruption-expanded-btn-section {
    border-radius: 5px 5px 0px 0px;
}

.plus-icon i,
.minus-icon i {
    font-size: 23px;
    line-height: 1;
    padding-top: 2px;
    color: #fff;
}

.plus-icon,
.minus-icon,
.disruption-icon {
    padding-left: 15px;
    padding-right: 15px;
}

.minor .plus-icon i,
.minor .minus-icon i {
    color: #000;
}

.minus-icon {
    display: none;
}

.disruption-expanded-area .minus-icon {
    display: block;
}

.disruption-expanded-area .plus-icon {
    display: none;
}

.disruption-expanded-content {
    background: #fff;
}

.disruption-expanded-content-inner {
    padding: 30px 15px;
    margin: 0 auto !important;
    font-size: 16px;
    width: 100%;
}

.disruption-expanded-btn-section .expanded-btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #FFFFFF;
    background: transparent;
    border: none;
    text-align: left;
}

.major .disruption-expanded-btn-section {
    background: #C0414D;
}

.minor .disruption-expanded-btn-section .expanded-btn {
    color: #000000 !important;
}

.good .disruption-expanded-btn-section {
    background: #6caf35;
}

.minor .disruption-expanded-btn-section {
    background: #f4ca40;
}

.major .disruption-expanded-content {
    border: 1px solid #C0414D;
    border-top: none;
}

.good .disruption-expanded-content {
    border: 1px solid #6caf35;
    border-top: none;
}

.minor .disruption-expanded-content {
    border: 1px solid #f4ca40;
    border-top: none;
}

.disruption-expanded-area .disruption-expanded-content {
    display: block !important;
    border-radius: 0px 0px 5px 5px;
}

.icon-status-wrper {
    border: 1px solid #fff;
    padding: 3px 2px;
    transform: rotate(45deg);
    margin-left: 15px;
    margin-right: 15px !important;
    width: 24px;
    height: 24px;
}

.good .icon-status-wrper {
    border: none !important;
}

.disruption-expanded-main.disruption-banner-expanded .disruption-expanded-btn-section {
    border-radius: 5px 5px 0px 0px;
}

.disruption-expanded-content-inner a,
.disruption-expanded-content-inner a:hover {
    color: #ff4713;
}

.icon-status-wrper > i {
    transform: rotate(-45deg);
}

.disruption-expanded-main.good i,
.disruption-expanded-main i.fa-exclamation {
    color: #fff;
    font-size: 16px;
}

.disruption-expanded-main.minor i.fa-exclamation {
    color: #000;
}

.minor .icon-status-wrper {
    border-color: #000;
}

.disruption-expanded-main.good .plus-icon,
.disruption-expanded-main.good .minus-icon {
    display: none;
}

.dsrptn-iconcontent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#disruption-expanded-btn:focus-visible {
    border: 2px solid #000;
    color: #000;
    text-decoration: underline;
    padding: 4px;
}

.good #disruption-expanded-btn:focus-visible,
.major #disruption-expanded-btn:focus-visible {
    border: 2px solid #95E1BF !important;
    outline: 2px solid #131E29 !important;
    outline-offset: 0px;
    color: #ffffff;
    text-decoration: underline;
    padding: 4px;
}
.black #disruption-expanded-btn:focus-visible {
    border: 2px solid #131e29;
    color: #ffffff;
    text-decoration: underline;
    padding: 4px;
}

.disruption-expanded-content > .container {
    display: flex;
    justify-content: center;
    min-width: 100%;
}
.row.content-tab--blue {
    height: 0px;
}
    /* end disruption banner css */

    @media screen and (max-width:1024px) {

        .homebanner-content-sec {
            display: flex;
            width: 100%;
            padding: 0 var(--grid-margin, 20px);
            justify-content: center;
            align-items: flex-start;
            flex-shrink: 0;
        }

        .homebanner-content {
            display: flex;
            max-width: 60%;
            padding: var(--sds-size-space-800) 0 var(--sds-size-space-600) 0;
            flex-direction: column;
            align-items: flex-start;
            gap: var(--sds-size-space-200);
            flex: 1 0 0;
            align-self: stretch;
        }

        .homebanner-title {
            color: var(--text-inverse, #FFF) !important;
            font-family: var(--family-brand, "West Coast Headline") !important;
            font-size: var(--typography-heading-west-coast-xl, 36px) !important;
            font-style: normal !important;
            font-weight: var(--weight-bold, 700) !important;
            line-height: 95% !important;
            margin-bottom: 0px !important;
            margin-top: 0px !important;
            align-self: stretch;
        }

            .homebanner-title * {
                color: var(--text-inverse, #FFF) !important;
                font-family: var(--family-brand, "West Coast Headline") !important;
                font-size: var(--typography-heading-west-coast-xl, 36px) !important;
                font-style: normal !important;
                font-weight: var(--weight-bold, 700) !important;
                line-height: 95% !important;
                padding: 0px !important;
                margin: 0px !important;
                align-self: stretch;
            }

        .homepage-banner-desc-content, .homepage-banner-desc-content p {
            color: var(--text-inverse, #FFF);
            font-family: var(--family-sans, Averta);
            font-size: var(--typography-body-l, 17px);
            font-style: normal;
            font-weight: var(--weight-regular, 400);
            line-height: 146%;
            align-self: stretch;
            margin: 0px;
        }

        .row.content-tab--blue {
            width: 100%;
            margin: 0 auto;
            padding: 0px !important;
            margin-top: -80px;
            background: transparent;
            height: 0px;
        }

            .row.content-tab--blue > .container {
                background: transparent;
                margin-top: 0px !important;
            }

        .hombanner-sec {
            background-position: center;
            background-repeat: no-repeat;
            overflow: hidden;
        }

        omebanner-title[lang="cy"] {
            font-size: 22px !important;
        }

        .homebanner-title[lang="fr"],
        .homebanner-title[lang="pt"],
        .homebanner-title[lang="uk"] {
            font-size: 22px !important;
        }

        .homebanner-title[lang="it"] {
            font-size: 22px !important;
        }

        .homebanner-title[lang="pl"] {
            font-size: 22px !important;
        }

        .homebanner-title[lang="cy"],
        .homebanner-title[lang="es"] {
            font-size: 22px !important;
        }

        .homebanner-title[lang="pt"],
        .homebanner-title[lang="uk"] {
            font-size: 22px !important;
        }


        .homebanner-content .homebanner-title[lang="es"] {
            font-weight: 700 !important;
            font-size: 22px !important;
            line-height: 1.2 !important;
            color: #004F59 !important;
            padding-top: 16px !important;
            margin-bottom: 4px !important;
        }


        /* disruption banner */
        .disruption-desc {
            font-weight: 700;
            font-size: 14px;
            line-height: 1.23;
            letter-spacing: 0.09px;
            color: #FFFFFF;
        }

        .icon-status-wrper {
            margin-left: 8px;
            margin-right: 8px !important;
            min-width: 24px;
            height: 24px;
        }

        .disruption-expanded-btn-section .expanded-btn {
            font-weight: 700;
            font-size: 14px;
            line-height: 1.4;
            letter-spacing: 0.09px;
        }

        .disruption-expanded-content > .container {
            display: flex;
            justify-content: center;
            min-width: 100%;
            flex-direction: column;
        }

        .plus-icon,
        .minus-icon,
        .disruption-icon {
            padding-left: 10px;
            padding-right: 10px;
        }

        .disruption-expanded-content-inner {
            width: 100%;
        }
    }

    @media screen and (max-width: 1300px) and (min-width: 1025px) {
        .content-tab--blue > .container {
            margin-top: 45px !important
        }
    }

@media screen and (max-width: 576px) {
    .homebanner-title {
        padding-top: 6px;
    }

    .mainbanner-info-action {
        padding: 10px 18px;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.25;
        text-align: center;
        letter-spacing: 0.1px;
        color: #131E29 !important;
        border: 2px solid #FF4713;
    }
}

        .mainbanner-info-action:focus-visible {
            outline: 2px solid #ff4713 !important;
            border: 1px solid #ff4713 !important;
        }

        @media screen and (max-width: 1024px) {
            .mainbanner-img {
                max-width: 100%;
                margin-top: 0px;
                width: 100%;
                height: 280px;
                object-fit: cover;
                object-position: center;
            }

            .hombanner-sec {
                background-position: center;
                background-repeat: no-repeat;
                position: relative;
                width: 100%;
                height: 280px;
            }

            .disruption-banner-sec {
                margin-top: 0px;
                margin-bottom: 16px;
            }

            .homepage_bottom_banner .disruption-banner-sec {
                margin-top: 0px;
                margin-bottom: 0px;
            }

            .livetrain-cards-wraper_v2 {
                gap: var(--grid-gutter, 16px);
                grid-template-columns: repeat(1, 1fr);
                grid-template-rows: auto;
            }
        }

        @media screen and (max-width: 576px) {
            .mainbanner-img {
                max-width: 100%;
                margin-top: 0px;
                width: 100%;
                height: 280px;
                object-fit: cover;
                object-position: center;
            }
        }

        @media screen and (max-width: 390px) {
            .homebanner-title, .homebanner-title * {
                font-size: 32px !important;
            }
        }