#offer-banner + #unbranded-main-banner {
    padding-top: 50px
}

@media (min-width:1600px) {
    #offer-banner + #unbranded-main-banner {
        padding-top: 70px
    }
}

#offer-banner + #unbranded-main-banner .background-image {
    height: calc(100vh - 127px)
}

@media (min-width:768px) {
    #offer-banner + #unbranded-main-banner .background-image {
        height: calc(100vh - 150px)
    }
}

@media (min-width:1200px) {
    #offer-banner + #unbranded-main-banner .background-image {
        height: calc(100vh - 170px)
    }
}

@media (min-width:1600px) {
    #offer-banner + #unbranded-main-banner .background-image {
        height: calc(100vh - 230px)
    }
}

#unbranded-main-banner .background-image {
    align-items: center;
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,.5);
    background-position: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: calc(100vh - 77px);
    min-height: 550px;
    position: relative
}

@media (min-width:576px) {
    #unbranded-main-banner .background-image {
        background-position: 50%
    }
}

@media (min-width:768px) {
    #unbranded-main-banner .background-image {
        height: calc(100vh - 100px);
        min-height: 750px
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .background-image {
        height: calc(100vh - 120px);
        min-height: 460px
    }
}

@media (min-width:1600px) {
    #unbranded-main-banner .background-image {
        height: calc(100vh - 160px);
        min-height: 650px
    }
}

#unbranded-main-banner .background-image.shop {
    background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/homepage-mobile.webp)
}

@media (min-width:576px) {
    #unbranded-main-banner .background-image.shop {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/homepage-tablet.webp)
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .background-image.shop {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/homepage-desktop.webp)
    }
}

#unbranded-main-banner .background-image.about-us {
    background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/homepage-mobile.webp)
}

@media (min-width:576px) {
    #unbranded-main-banner .background-image.about-us {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/homepage-tablet.webp)
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .background-image.about-us {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/homepage-desktop.webp)
    }
}

#unbranded-main-banner .background-image.find-a-dealer {
    background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/homepage-mobile.webp)
}

@media (min-width:576px) {
    #unbranded-main-banner .background-image.find-a-dealer {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/homepage-tablet.webp)
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .background-image.find-a-dealer {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/homepage-desktop.webp)
    }
}

#unbranded-main-banner .background-image.default {
    background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/homepage-mobile.webp)
}

@media (min-width:576px) {
    #unbranded-main-banner .background-image.default {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/homepage-tablet.webp)
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .background-image.default {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/homepage-desktop.webp)
    }
}

#unbranded-main-banner .background-image.servicing {
    background-image: url(https://cdn.invictamotors.co.uk/assets/servicing-home-background-mobile.webp);
    background-position: 50%
}

@media (min-width:576px) {
    #unbranded-main-banner .background-image.servicing {
        background-image: url(https://cdn.invictamotors.co.uk/assets/servicing-home-background-tablet.webp)
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .background-image.servicing {
        background-image: url(https://cdn.invictamotors.co.uk/assets/servicing-home-background.webp)
    }
}

#unbranded-main-banner .brand-overlay, #unbranded-main-banner .inside-padding {
    padding: 30px
}

@media (min-width:768px) {
    #unbranded-main-banner .brand-overlay, #unbranded-main-banner .inside-padding {
        padding: 100px 60px 60px
    }
}

@media (min-width:1024px) {
    #unbranded-main-banner .brand-overlay, #unbranded-main-banner .inside-padding {
        padding: 120px 90px 90px
    }
}

@media (min-width:1600px) {
    #unbranded-main-banner .brand-overlay, #unbranded-main-banner .inside-padding {
        padding: 120px 140px
    }
}

#unbranded-main-banner .brand-logo-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5
}

    #unbranded-main-banner .brand-logo-container.black {
        background-color: rgba(0,0,0,.4)
    }

    #unbranded-main-banner .brand-logo-container.white {
        background-color: hsla(0,0%,100%,.2)
    }

    #unbranded-main-banner .brand-logo-container .logo-section {
        align-items: center;
        background-image: url(/assets/svg/border-small.svg),url(/assets/svg/border-small.svg);
        background-position: 100% 0,bottom;
        background-repeat: repeat-y,repeat-x;
        background-size: 1px;
        cursor: pointer;
        display: flex;
        flex-basis: 50%;
        flex-direction: column;
        height: 120px;
        justify-content: center;
        position: relative
    }

@media (min-width:768px) {
    #unbranded-main-banner .brand-logo-container .logo-section {
        background-image: url(/assets/svg/border-small.svg);
        background-position: 100% 0;
        flex-basis: 25%
    }
}

#unbranded-main-banner .brand-logo-container .logo-section p {
    color: #fff;
    font-size: 16px;
    line-height: 18px
}

@media (min-width:768px) {
    #unbranded-main-banner .brand-logo-container .logo-section p {
        font-size: 11px;
        line-height: 13px
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-logo-container .logo-section p {
        font-size: 13px;
        line-height: 15px
    }
}

@media (min-width:1350px) {
    #unbranded-main-banner .brand-logo-container .logo-section p {
        font-size: 16px;
        line-height: 18px
    }
}

#unbranded-main-banner .brand-logo-container .logo-section:last-child {
    background-image: none
}

#unbranded-main-banner .brand-logo-container .logo-section:nth-of-type(2n-1):after {
    background-image: url(/assets/svg/crosshair-icon.svg);
    bottom: -7px;
    content: "";
    height: 16px;
    position: absolute;
    right: -7px;
    width: 16px;
}

#unbranded-main-banner .brand-logo-container .logo-section:last-child:after {
    background-image: none;
}

@media (min-width:768px) {
    #unbranded-main-banner .brand-logo-container .logo-section:not(:last-child):after {
        background-image: url(/assets/svg/crosshair-icon.svg);
        background-repeat: no-repeat;
        bottom: auto;
        content: "";
        height: 16px;
        left: auto;
        position: absolute;
        right: 0;
        transform: translate(7x);
        width: 16px;
    }

    #unbranded-main-banner .brand-logo-container .logo-section:nth-of-type(4):after {
        background-image: none;
    }

    #unbranded-main-banner .brand-logo-container .logo-section {
        height: 200px
    }
}
@media (min-width:1600px) {
    #unbranded-main-banner .brand-logo-container .logo-section {
        height: 200px
    }
}

#unbranded-main-banner .brand-logo-container .logo-section img.jaecoo-logo {
    max-width: 150px;
    max-height: 160px;
    background-color: #206779;
    padding: 40px 20px;
}


#unbranded-main-banner .brand-logo-container .logo-section img.omoda-logo {
    max-width: 150px;
    max-height: 160px;
    background-color: #ffffff;
    padding: 40px 20px;
}
#unbranded-main-banner .brand-logo-container .logo-section img.chery-logo {
    max-width: 150px;
    max-height: 100px;
    padding: 10px;
}
#unbranded-main-banner .brand-logo-container .logo-section img.subaru-logo {
    max-width: 150px;
    max-height: 100px;
    background-color: #ffffff;
    padding: 40px 20px;
}
#unbranded-main-banner .brand-logo-container .logo-section img.mg-logo {
    max-height: 80px
}

@media (min-width:1024px) {
    #unbranded-main-banner .brand-logo-container .logo-section img.mg-logo {
        max-height: 100px
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-logo-container .logo-section img.mg-logo {
        max-height: 100px;
        max-width: 100px
    }
}

#unbranded-main-banner .brand-logo-container .logo-section img.mazda-logo {
    max-height: 80px
}

@media (min-width:1024px) {
    #unbranded-main-banner .brand-logo-container .logo-section img.mazda-logo {
        max-height: 100px
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-logo-container .logo-section img.mazda-logo {
        max-height: 150px;
        max-width: 140px
    }
}

#unbranded-main-banner .brand-logo-container .logo-section img.invicta-logo {
    max-width: 160px
}

@media (min-width:768px) {
    #unbranded-main-banner .brand-logo-container .logo-section img.invicta-logo {
        max-width: 120px
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-logo-container .logo-section img.invicta-logo {
        max-width: 180px
    }
}

#unbranded-main-banner .brand-logo-container .logo-section.aftersales {
    align-items: center;
    display: flex;
    justify-content: center
}

    #unbranded-main-banner .brand-logo-container .logo-section.aftersales .aftersales-text {
        color: #fff;
        font-size: 12px;
        letter-spacing: 5px;
        line-height: 17px;
        text-transform: uppercase
    }

@media (min-width:768px) {
    #unbranded-main-banner .brand-logo-container .logo-section.aftersales .aftersales-text {
        font-size: 13px;
        line-height: 21px
    }
}

@media (min-width:1600px) {
    #unbranded-main-banner .brand-logo-container .logo-section.aftersales .aftersales-text {
        font-size: 15px;
        line-height: 23px
    }
}

#unbranded-main-banner .brand-logo-container .logo-section.aftersales .aftersales-text .hide-mobile {
    display: none
}

@media (min-width:768px) {
    #unbranded-main-banner .brand-logo-container .logo-section.aftersales .aftersales-text .hide-mobile {
        display: inline
    }
}

#unbranded-main-banner .brand-logo-container .logo-section.aftersales .aftersales-text .line {
    display: block;
    text-align: center
}

#unbranded-main-banner .brand-logo-container .logo-section a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

#unbranded-main-banner .brand-overlay {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 0
}

@media (min-width:768px) {
    #unbranded-main-banner .brand-overlay {
        align-items: center;
        display: flex
    }
}

#unbranded-main-banner .brand-overlay.show {
    visibility: visible;
    z-index: 6
}

#unbranded-main-banner .brand-overlay.fade-in {
    opacity: 1
}
#unbranded-main-banner .brand-overlay.chery .brand-link-container {
    background-color: rgba(60,60,59,.8)
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-overlay.chery .brand-logo {
        padding-right: 80px
    }
}

@media (min-width:1350px) {
    #unbranded-main-banner .brand-overlay.chery .brand-logo {
        padding-right: 180px
    }
}

@media (min-width:1600px) {
    #unbranded-main-banner .brand-overlay.chery .brand-logo {
        padding-right: 200px
    }
}
#unbranded-main-banner .brand-overlay.subaru .brand-link-container {
    background-color: rgba(60,60,59,.8)
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-overlay.subaru .brand-logo {
        padding-right: 80px
    }
}

@media (min-width:1350px) {
    #unbranded-main-banner .brand-overlay.subaru .brand-logo {
        padding-right: 180px
    }
}

@media (min-width:1600px) {
    #unbranded-main-banner .brand-overlay.subaru .brand-logo {
        padding-right: 200px
    }
}
#unbranded-main-banner .brand-overlay.jaecoo .brand-link-container {
    background-color: rgba(60,60,59,.8)
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-overlay.jaecoo .brand-logo {
        padding-right: 80px
    }
}

@media (min-width:1350px) {
    #unbranded-main-banner .brand-overlay.jaecoo .brand-logo {
        padding-right: 180px
    }
}

@media (min-width:1600px) {
    #unbranded-main-banner .brand-overlay.jaecoo .brand-logo {
        padding-right: 200px
    }
}

#unbranded-main-banner .brand-overlay.omoda .brand-link-container {
    background-color: rgba(60,60,59,.8)
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-overlay.omoda .brand-logo {
        padding-right: 80px
    }
}

@media (min-width:1350px) {
    #unbranded-main-banner .brand-overlay.omoda .brand-logo {
        padding-right: 180px
    }
}

@media (min-width:1600px) {
    #unbranded-main-banner .brand-overlay.omoda .brand-logo {
        padding-right: 200px
    }
}

#unbranded-main-banner .brand-overlay.mazda .brand-link-container {
    background-color: rgba(60,60,59,.8)
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-overlay.mazda .brand-logo {
        padding-right: 80px
    }
}

@media (min-width:1350px) {
    #unbranded-main-banner .brand-overlay.mazda .brand-logo {
        padding-right: 180px
    }
}

@media (min-width:1600px) {
    #unbranded-main-banner .brand-overlay.mazda .brand-logo {
        padding-right: 200px
    }
}

#unbranded-main-banner .brand-overlay.mg .brand-link-container {
    background-color: rgba(60,60,59,.8)
}

#unbranded-main-banner .brand-overlay.mg .brand-logo {
    margin-left: -15px
}

@media (min-width:1350px) {
    #unbranded-main-banner .brand-overlay.mg .brand-logo {
        padding-right: 190px
    }
}

@media (min-width:1600px) {
    #unbranded-main-banner .brand-overlay.mg .brand-logo {
        padding-right: 250px
    }
}

#unbranded-main-banner .brand-overlay.mg .brand-logo .brand-image {
    max-width: 100px;
    position: relative;
    z-index: 1
}

@media (min-width:768px) {
    #unbranded-main-banner .brand-overlay.mg .brand-logo .brand-image {
        max-width: 125px
    }
}

#unbranded-main-banner .brand-overlay.invicta-aftersales .brand-link-container, #unbranded-main-banner .brand-overlay.invicta-used .brand-link-container {
    background-color: rgba(60,60,59,.8)
}

#unbranded-main-banner .brand-overlay.invicta-aftersales .brand-logo .brand-image, #unbranded-main-banner .brand-overlay.invicta-used .brand-logo .brand-image {
    max-width: 150px;
    position: relative;
    z-index: 1
}

@media (min-width:768px) {
    #unbranded-main-banner .brand-overlay.invicta-aftersales .brand-logo .brand-image, #unbranded-main-banner .brand-overlay.invicta-used .brand-logo .brand-image {
        max-width: 190px
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-overlay.invicta-aftersales .brand-logo .brand-image, #unbranded-main-banner .brand-overlay.invicta-used .brand-logo .brand-image {
        max-height: 80px
    }

    #unbranded-main-banner .brand-overlay.invicta-used .brand-logo {
        width: 40%
    }

    #unbranded-main-banner .brand-overlay.invicta-used .brand-links {
        width: 60%
    }
}

#unbranded-main-banner .brand-overlay.invicta-used .brand-links ul li {
    font-size: 11px;
    margin-bottom: 10px
}

@media (min-width:1024px) {
    #unbranded-main-banner .brand-overlay.invicta-used .brand-links ul li {
        font-size: 13px
    }
}

@media (min-width:1350px) {
    #unbranded-main-banner .brand-overlay.invicta-used .brand-links ul li {
        font-size: 14px;
        margin-bottom: 15px
    }
}

@media (min-width:1920px) {
    #unbranded-main-banner .brand-overlay.invicta-used .brand-links ul li {
        font-size: 16px
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-overlay.invicta-used .brand-links ul li a {
        width: 90%
    }

        #unbranded-main-banner .brand-overlay.invicta-used .brand-links ul li a:hover {
            transform: scale(1.1)
        }

    #unbranded-main-banner .brand-overlay.invicta-aftersales .brand-links ul li a:hover {
        transform: scale(1.3)
    }
}

#unbranded-main-banner .brand-overlay.lazyoverlay {
    background-image: none
}

#unbranded-main-banner .brand-overlay .brand-link-container {
    display: flex;
    flex-direction: column;
    height: 600px;
    padding: 40px 25px;
    width: 100%
}

@media (min-width:768px) {
    #unbranded-main-banner .brand-overlay .brand-link-container {
        height: 800px;
        padding: 50px 40px
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-overlay .brand-link-container {
        flex-direction: row;
        height: 400px;
        padding: 25px 40px
    }
}

@media (min-width:1600px) {
    #unbranded-main-banner .brand-overlay .brand-link-container {
        height: 400px;
        padding: 70px 40px
    }
}

#unbranded-main-banner .brand-overlay .brand-logo {
    display: flex;
    height: 80px
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-overlay .brand-logo {
        align-items: flex-start;
        justify-content: flex-end;
        padding-right: 120px;
        position: relative;
        width: 50%
    }
}

@media (min-width:1600px) {
    #unbranded-main-banner .brand-overlay .brand-logo {
        padding-right: 180px
    }
}

#unbranded-main-banner .brand-overlay .brand-logo .brand-image {
    margin-top: 5px;
    max-width: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 60%
}

    #unbranded-main-banner .brand-overlay .brand-logo .brand-image.jaecoo-logo {
        background-color: #206779;
        padding: 40px 20px;
    }

    #unbranded-main-banner .brand-overlay .brand-logo .brand-image.omoda-logo {
        background-color: #ffffff;
        padding: 40px 20px;
    }
    #unbranded-main-banner .brand-overlay .brand-logo .brand-image.subaru-logo {
        background-color: #ffffff;
        padding: 40px 20px;
    }
    #unbranded-main-banner .brand-overlay .brand-logo .brand-image.chery-logo {
        padding: 40px 20px;
    }
@media (min-width:768px) {
    #unbranded-main-banner .brand-overlay .brand-logo .brand-image {
        max-width: 250px;
        width: auto
    }
}

@media (min-width:1600px) {
    #unbranded-main-banner .brand-overlay .brand-logo .brand-image {
        max-width: 260px
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-overlay .brand-logo .close-brand-overlay {
        display: none
    }
}

#unbranded-main-banner .brand-overlay .brand-logo .linear-gradient {
    background: #fff;
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#cccbcb 50%,hsla(0,0%,100%,0));
    display: none;
    height: 1px;
    position: absolute;
    right: -45px;
    top: 90px;
    transform: rotate(135deg);
    width: 290px
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-overlay .brand-logo .linear-gradient {
        display: block
    }
}

@media (min-width:1600px) {
    #unbranded-main-banner .brand-overlay .brand-logo .linear-gradient {
        right: -55px;
        top: 110px;
        width: 440px
    }
}

@media (min-width:768px) {
    #unbranded-main-banner .brand-overlay .dual ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%
    }

        #unbranded-main-banner .brand-overlay .dual ul li {
            width: 50%
        }
}

@media (min-width:768px) and (max-width:1199.98px) {
    #unbranded-main-banner .brand-overlay .dual ul li {
        padding-right: 55px
    }
}

#unbranded-main-banner .brand-overlay .brand-links {
    margin-top: 30px
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-overlay .brand-links {
        margin-top: 0;
        width: 50%
    }
}

#unbranded-main-banner .brand-overlay .brand-links ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0
}

    #unbranded-main-banner .brand-overlay .brand-links ul li {
        color: #fff;
        font-size: 13px;
        letter-spacing: 5px;
        line-height: 20px;
        margin-bottom: 20px;
        text-transform: uppercase
    }

@media (min-width:768px) {
    #unbranded-main-banner .brand-overlay .brand-links ul li {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-overlay .brand-links ul li {
        margin-bottom: 7px
    }
}

@media (min-width:1600px) {
    #unbranded-main-banner .brand-overlay .brand-links ul li {
        margin-bottom: 15px
    }
}

#unbranded-main-banner .brand-overlay .brand-links ul li:last-child {
    margin-bottom: 0
}

#unbranded-main-banner .brand-overlay .brand-links ul li a {
    align-items: center;
    display: flex;
    padding-top: 5px;
    transform: scale(1);
    transform-origin: 0 50%;
    transition: transform .3s ease
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-overlay .brand-links ul li a {
        padding-bottom: 5px;
        width: 70%
    }

        #unbranded-main-banner .brand-overlay .brand-links ul li a:hover {
            transform: scale(1.4)
        }
}

#unbranded-main-banner .brand-overlay .brand-links ul li a .arrow-right {
    fill: #fff;
    height: 13px;
    margin-left: auto;
    width: 8px
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-overlay .brand-links ul li a .arrow-right, #unbranded-main-banner .brand-overlay .brand-links ul li a br {
        display: none
    }
}

#unbranded-main-banner .about-us .brand-overlay {
    background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/find-a-dealer/unbranded/find-a-dealer-mobile.webp)
}

@media (min-width:576px) {
    #unbranded-main-banner .about-us .brand-overlay {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/find-a-dealer/unbranded/find-a-dealer-tablet.webp)
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .about-us .brand-overlay {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/find-a-dealer/unbranded/find-a-dealer-desktop.webp)
    }
}

#unbranded-main-banner .find-a-dealer .brand-overlay {
    background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/find-a-dealer/unbranded/find-a-dealer-mobile.webp)
}

@media (min-width:576px) {
    #unbranded-main-banner .find-a-dealer .brand-overlay {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/find-a-dealer/unbranded/find-a-dealer-tablet.webp)
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .find-a-dealer .brand-overlay {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/find-a-dealer/unbranded/find-a-dealer-desktop.webp)
    }
}

#unbranded-main-banner .default .brand-overlay.mazda {
    background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/hp-mazda-mobile.webp);
    background-repeat: no-repeat
}

@media (min-width:576px) {
    #unbranded-main-banner .default .brand-overlay.mazda {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/hp-mazda-tablet.webp)
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .default .brand-overlay.mazda {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/hp-mazda-desktop.webp)
    }
}

#unbranded-main-banner .default .brand-overlay.mg {
    background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/hp-mg-mobile.webp);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:576px) {
    #unbranded-main-banner .default .brand-overlay.mg {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/hp-mg-tablet.webp)
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .default .brand-overlay.mg {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/hp-mg-desktop.webp)
    }
}

#unbranded-main-banner .default .brand-overlay.invicta-aftersales {
    background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/servicing-home-background-mobile.webp);
    background-position: 50%;
    background-repeat: no-repeat
}

@media (min-width:576px) {
    #unbranded-main-banner .default .brand-overlay.invicta-aftersales {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/servicing-home-background-tablet.webp)
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .default .brand-overlay.invicta-aftersales {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/servicing-home-background.webp)
    }
}

#unbranded-main-banner .default .brand-overlay.invicta-used {
    background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/hp-used-cars-mobile.webp);
    background-repeat: no-repeat
}

@media (min-width:576px) {
    #unbranded-main-banner .default .brand-overlay.invicta-used {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/hp-used-cars-tablet.webp)
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .default .brand-overlay.invicta-used {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/invicta/hp-used-cars-desktop.webp)
    }
}

#unbranded-main-banner .servicing .brand-overlay {
    background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/servicing/unbranded/servicing-home-background-mobile.webp)
}

@media (min-width:576px) {
    #unbranded-main-banner .servicing .brand-overlay {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/servicing/unbranded/servicing-home-background-tablet.webp)
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .servicing .brand-overlay {
        background-image: url(https://cdn.invictamotors.co.uk/assets/invicta/servicing/unbranded/servicing-home-background.webp)
    }
}

#unbranded-main-banner .brand-link-container .text-container {
    margin-top: 30px;
    max-width: 600px
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-link-container .text-container {
        margin-top: 0;
        min-width: 500px
    }
}

#unbranded-main-banner .brand-link-container .text-container .brand-links {
    margin-top: 40px;
    width: 100%
}

    #unbranded-main-banner .brand-link-container .text-container .brand-links br {
        display: none
    }

#unbranded-main-banner .brand-link-container .text-container p {
    color: #fff;
    line-height: 150%
}

#unbranded-main-banner .brand-link-container .find-dealer-options {
    margin-top: 30px
}

@media (min-width:1200px) {
    #unbranded-main-banner .brand-link-container .find-dealer-options {
        margin-top: 0;
        min-width: 500px
    }
}

#unbranded-main-banner .brand-link-container .find-dealer-options .search-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media (max-width:767.98px) {
    #unbranded-main-banner .brand-link-container .find-dealer-options .search-top {
        margin-top: 30px
    }
}

#unbranded-main-banner .brand-link-container .find-dealer-options .search-top a, #unbranded-main-banner .brand-link-container .find-dealer-options .search-top p {
    color: #fff
}

#unbranded-main-banner .brand-link-container .find-dealer-options .search-top p {
    font-size: 18px
}

#unbranded-main-banner .brand-link-container .find-dealer-options .search-top a {
    font-size: 15px;
    text-decoration: underline
}

#unbranded-main-banner .text-intro {
    color: #fff;
    font-family: Roboto-Light,Arial,Sans-Serif;
    font-size: 22px;
    height: 66px;
    padding: 0;
    z-index: 60
}

@media (min-width:768px) {
    #unbranded-main-banner .text-intro {
        font-size: 25px;
        margin: -66px 0 0;
    }
}

@media (min-width:1024px) {
    #unbranded-main-banner .text-intro {
        font-size: 28px
    }
}

#unbranded-main-banner .text-intro span {
    font-family: Roboto-Bold,Arial,Sans-Serif
}

#unbranded-main-banner .text-intro p {
    margin: 0;
    padding: 0
}

#unbranded-main-banner .close-brand-overlay {
    fill: #fff;
    cursor: pointer;
    flex-shrink: 0;
    height: 18px;
    margin-left: auto;
    width: 18px
}

@media (min-width:768px) {
    #unbranded-main-banner .close-brand-overlay {
        height: 24px;
        width: 24px
    }
}

@media (min-width:1200px) {
    #unbranded-main-banner .close-brand-overlay {
        display: none
    }
}

#unbranded-main-banner .find-a-dealer .brand-link-container {
    position: relative
}

@media (min-width:1200px) {
    #unbranded-main-banner .find-a-dealer .close-brand-overlay {
        display: flex;
        padding: 0;
        position: absolute;
        right: 0;
        top: -40px
    }
}

.default-module-layout .light {
    font-family: Roboto-Light,Arial,Sans-Serif
}

.default-module-layout .medium {
    font-family: Roboto-Medium,Arial,Sans-Serif
}

.default-module-layout .bold {
    font-family: Roboto-Bold,Arial,Sans-Serif
}

.default-module-layout .background-image {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 768px 500px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    position: relative
}

@media (min-width:1024px) {
    .default-module-layout .background-image {
        background-size: cover
    }
}

@media (min-width:1200px) {
    .default-module-layout .background-image {
        grid-auto-flow: column;
        grid-template-columns: 2fr 1fr;
        grid-template-rows: 1fr
    }

        .default-module-layout .background-image.flex-reverse {
            grid-auto-flow: column;
            grid-template-columns: 1fr 2fr
        }
}

.default-module-layout .background-image.flex-reverse .primary-container {
    position: relative
}

@media (max-width:1199.98px) {
    .default-module-layout .background-image.flex-reverse .primary-container {
        grid-row: 2
    }
}

@media (min-width:1200px) {
    .default-module-layout .background-image.flex-reverse .primary-container {
        -webkit-clip-path: polygon(100% -100%,0 100%,100% 100%);
        clip-path: polygon(100% -100%,0 100%,100% 100%);
        grid-column: 2;
        grid-template-columns: 1fr 1fr
    }

        .default-module-layout .background-image.flex-reverse .primary-container:before {
            content: "";
            display: block;
            padding-bottom: 100%
        }

        .default-module-layout .background-image.flex-reverse .primary-container .content {
            grid-column: 2;
            padding: 0 60px 0 0
        }
}

@media (min-width:1600px) {
    .default-module-layout .background-image.flex-reverse .primary-container .content {
        padding: 0 90px 0 0
    }
}

@media (min-width:1920px) {
    .default-module-layout .background-image.flex-reverse .primary-container .content {
        padding: 0 140px 0 0
    }
}

.default-module-layout .background-image.flex-reverse .secondary-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 26px
}

@media (max-width:1199.98px) {
    .default-module-layout .background-image.flex-reverse .secondary-container {
        grid-row: 1
    }
}

@media (min-width:1200px) {
    .default-module-layout .background-image.flex-reverse .secondary-container {
        padding: 0 0 0 60px
    }
}

@media (min-width:1350px) {
    .default-module-layout .background-image.flex-reverse .secondary-container {
        row-gap: 42px
    }
}

@media (min-width:1600px) {
    .default-module-layout .background-image.flex-reverse .secondary-container {
        padding: 0 0 0 90px
    }
}

@media (min-width:1920px) {
    .default-module-layout .background-image.flex-reverse .secondary-container {
        padding: 0 0 0 140px
    }
}

.default-module-layout .background-image.flex-reverse .secondary-container .heading {
    color: #fff;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 0;
    text-transform: uppercase
}

@media (min-width:1600px) {
    .default-module-layout .background-image.flex-reverse .secondary-container .heading {
        font-size: 30px;
        line-height: 43px
    }
}

.default-module-layout .background-image.flex-reverse .secondary-container .heading .heading-bold {
    font-family: Roboto-Bold,Arial,Sans-Serif
}

.default-module-layout .background-image.flex-reverse .secondary-container .heading .heading-light {
    font-family: Roboto-Light,Arial,Sans-Serif
}

.default-module-layout .background-image.flex-reverse .secondary-container .primary-content {
    display: flex;
    flex-direction: column;
    row-gap: 34px
}

    .default-module-layout .background-image.flex-reverse .secondary-container .primary-content p {
        color: #fff;
        margin-bottom: 0
    }

.default-module-layout .background-image .primary-container .content, .default-module-layout .background-image .secondary-container .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 26px
}

@media (max-width:1199.98px) {
    .default-module-layout .background-image .primary-container .content, .default-module-layout .background-image .secondary-container .content {
        padding: 77px 90px 70px
    }
}

@media (max-width:1023.98px) {
    .default-module-layout .background-image .primary-container .content, .default-module-layout .background-image .secondary-container .content {
        padding: 77px 60px 70px
    }
}

@media (max-width:767.98px) {
    .default-module-layout .background-image .primary-container .content, .default-module-layout .background-image .secondary-container .content {
        padding: 77px 30px 70px
    }
}

@media (min-width:1350px) {
    .default-module-layout .background-image .primary-container .content, .default-module-layout .background-image .secondary-container .content {
        row-gap: 42px
    }
}

.default-module-layout .background-image .primary-container {
    background-color: rgba(0,0,0,.6);
    display: grid
}

@media (min-width:1200px) {
    .default-module-layout .background-image .primary-container {
        -webkit-clip-path: polygon(0 0,50% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,50% 0,100% 100%,0 100%);
        grid-auto-flow: column;
        grid-template-columns: 1fr 1fr
    }

        .default-module-layout .background-image .primary-container:before {
            content: "";
            display: block;
            padding-bottom: 100%
        }

        .default-module-layout .background-image .primary-container .content {
            grid-column: 1;
            padding: 0 0 0 60px;
            position: relative
        }
}

@media (min-width:1600px) {
    .default-module-layout .background-image .primary-container .content {
        padding: 0 0 0 90px
    }
}

@media (min-width:1920px) {
    .default-module-layout .background-image .primary-container .content {
        padding: 0 0 0 140px
    }
}

.default-module-layout .background-image .crosshair-icon {
    height: 17px;
    width: 17px
}

#approved-servicing .background-image {
    background-color: #191a1a
}

#approved-servicing .heading {
    color: #fff;
    font-size: 25px;
    line-height: 33px;
    margin: 0;
    text-transform: uppercase
}

@media (min-width:1600px) {
    #approved-servicing .heading {
        font-size: 30px;
        line-height: 33px
    }
}

#approved-servicing .body-text {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    margin: 0
}

@media (min-width:1200px) {
    #approved-servicing .body-text {
        font-size: 14px
    }
}

@media (min-width:1600px) {
    #approved-servicing .body-text {
        font-size: 15px;
        line-height: 27px
    }
}

#approved-servicing .approved-servicing-mobile-background-container {
    background-image: url(https://cdn.invictamotors.co.uk/assets/unbranded-approved-servicing-background.webp);
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:1200px) {
    #approved-servicing .approved-servicing-mobile-background-container:before {
        padding-bottom: 130%
    }
}

@media (min-width:1350px) {
    #approved-servicing .approved-servicing-mobile-background-container:before {
        padding-bottom: 110%
    }
}

@media (min-width:1600px) {
    #approved-servicing .approved-servicing-mobile-background-container:before {
        padding-bottom: 100%
    }
}

#approved-servicing .approved-servicing-mobile-background-container .approved-servicing-mobile-background {
    row-gap: 45px
}

    #approved-servicing .approved-servicing-mobile-background-container .approved-servicing-mobile-background .manufacturer-select-group {
        margin-top: 28px
    }

#approved-servicing .approved-servicing-content-container {
    row-gap: 45px
}

@media (max-width:1199.98px) {
    #approved-servicing .approved-servicing-content-container {
        padding: 77px 90px 70px
    }
}

@media (max-width:1023.98px) {
    #approved-servicing .approved-servicing-content-container {
        padding: 77px 60px 70px
    }
}

@media (max-width:767.98px) {
    #approved-servicing .approved-servicing-content-container {
        padding: 77px 30px 70px
    }
}

#approved-servicing .approved-servicing-content-container .secondary-content {
    display: grid;
    row-gap: 30px
}

#service-maintenance .background-image {
    background-color: #000
}

#service-maintenance .service-maintenance-mobile-background-container {
    background-image: url(https://cdn.invictamotors.co.uk/assets/unbranded-service-maintenance-background.webp);
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:1199.98px) {
    #service-maintenance .service-maintenance-mobile-background-container {
        grid-row: 2
    }
}

@media (min-width:1200px) {
    #service-maintenance .service-maintenance-mobile-background-container:before {
        padding-bottom: 130%
    }
}

@media (min-width:1350px) {
    #service-maintenance .service-maintenance-mobile-background-container:before {
        padding-bottom: 110%
    }
}

@media (min-width:1600px) {
    #service-maintenance .service-maintenance-mobile-background-container:before {
        padding-bottom: 100%
    }
}

#service-maintenance .service-maintenance-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 45px
}

@media (max-width:1199.98px) {
    #service-maintenance .service-maintenance-content-container {
        padding: 77px 90px 70px
    }
}

@media (max-width:1023.98px) {
    #service-maintenance .service-maintenance-content-container {
        padding: 77px 60px 70px
    }
}

@media (max-width:767.98px) {
    #service-maintenance .service-maintenance-content-container {
        padding: 77px 30px 70px
    }
}

@media (min-width:1200px) {
    #service-maintenance .service-maintenance-content-container {
        padding-right: 90px
    }
}

#service-maintenance .service-maintenance-content-container .secondary-content {
    display: grid;
    row-gap: 40px
}

#service-maintenance .service-maintenance-content-container .heading {
    color: #fff;
    font-size: 30px;
    line-height: 33px;
    margin: 0;
    text-transform: uppercase
}

@media (min-width:1600px) {
    #service-maintenance .service-maintenance-content-container .heading {
        font-size: 34px;
        line-height: 42px
    }
}

@media (min-width:1920px) {
    #service-maintenance .service-maintenance-content-container .heading {
        font-size: 38px;
        line-height: 49px
    }
}

#service-maintenance .service-maintenance-content-container .body-text {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    margin: 0
}

@media (min-width:1200px) {
    #service-maintenance .service-maintenance-content-container .body-text {
        font-size: 14px
    }
}

@media (min-width:1600px) {
    #service-maintenance .service-maintenance-content-container .body-text {
        font-size: 15px;
        line-height: 27px
    }
}

#service-maintenance .service-maintenance-content-container .body-text.medium {
    font-size: 14px;
    line-height: 25px
}

@media (min-width:1200px) {
    #service-maintenance .service-maintenance-content-container .body-text.medium {
        font-size: 15px
    }
}

@media (min-width:1600px) {
    #service-maintenance .service-maintenance-content-container .body-text.medium {
        font-size: 16px;
        line-height: 27px
    }
}

@media (min-width:1200px) {
    #service-promise .background-image {
        background-image: url(https://cdn.invictamotors.co.uk/assets/unbranded-service-promise-background.webp)
    }
}

@media (min-width:1350px) {
    #service-promise .background-image {
        background-size: 70%
    }
}

#service-promise .heading {
    color: #fff;
    font-size: 25px;
    line-height: 33px;
    margin: 0;
    text-transform: uppercase
}

@media (min-width:1600px) {
    #service-promise .heading {
        font-size: 30px;
        line-height: 33px
    }
}

#service-promise .body-text {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    margin: 0
}

@media (min-width:1200px) {
    #service-promise .body-text {
        font-size: 14px
    }
}

@media (min-width:1600px) {
    #service-promise .body-text {
        font-size: 15px;
        line-height: 27px
    }
}

#service-promise .body-text.medium {
    font-size: 14px;
    line-height: 25px
}

@media (min-width:1200px) {
    #service-promise .body-text.medium {
        font-size: 15px
    }
}

@media (min-width:1600px) {
    #service-promise .body-text.medium {
        font-size: 16px;
        line-height: 27px
    }
}

#service-promise .service-promise-mobile-background-container {
    background-image: url(https://cdn.invictamotors.co.uk/assets/unbranded-service-promise-list-background.webp);
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:1199.98px) {
    #service-promise .service-promise-mobile-background-container {
        grid-row: 2
    }
}

@media (min-width:1200px) {
    #service-promise .service-promise-mobile-background-container:before {
        padding-bottom: 130%
    }
}

@media (min-width:1350px) {
    #service-promise .service-promise-mobile-background-container:before {
        padding-bottom: 110%
    }
}

@media (min-width:1600px) {
    #service-promise .service-promise-mobile-background-container:before {
        padding-bottom: 100%
    }
}

#service-promise .service-promise-mobile-background-container .service-promise-mobile-background {
    row-gap: 45px
}

    #service-promise .service-promise-mobile-background-container .service-promise-mobile-background .list {
        display: grid;
        list-style-type: none;
        margin: 0;
        padding: 0;
        row-gap: 20px
    }

        #service-promise .service-promise-mobile-background-container .service-promise-mobile-background .list .list-item {
            color: #fff;
            display: flex;
            font-size: 12px;
            line-height: 22px
        }

@media (min-width:1200px) {
    #service-promise .service-promise-mobile-background-container .service-promise-mobile-background .list .list-item {
        font-size: 13px
    }
}

@media (min-width:1350px) {
    #service-promise .service-promise-mobile-background-container .service-promise-mobile-background .list .list-item {
        font-size: 14px;
        line-height: 22px
    }
}

#service-promise .service-promise-mobile-background-container .service-promise-mobile-background .list .list-item:before {
    content: "-";
    margin-right: 12px
}

#service-promise .service-promise-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 45px
}

@media (max-width:1199.98px) {
    #service-promise .service-promise-content-container {
        background-image: url(https://cdn.invictamotors.co.uk/assets/unbranded-service-promise-background.webp);
        background-position-x: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 77px 90px 70px
    }
}

@media (max-width:1023.98px) {
    #service-promise .service-promise-content-container {
        padding: 77px 60px 70px
    }
}

@media (max-width:767.98px) {
    #service-promise .service-promise-content-container {
        padding: 77px 30px 70px
    }
}

@media (min-width:1200px) {
    #service-promise .service-promise-content-container {
        padding-right: 90px
    }
}

#service-promise .service-promise-content-container .secondary-content {
    display: grid;
    row-gap: 40px
}

#carousel-article-links .background {
    background-color: #191a1a
}

#carousel-article-links .padding-width {
    padding: 75px 0 75px 30px;
    position: relative
}

@media (min-width:768px) {
    #carousel-article-links .padding-width {
        padding: 75px 0 45px 60px
    }
}

@media (min-width:1024px) {
    #carousel-article-links .padding-width {
        padding: 90px 0 65px 90px
    }
}

@media (min-width:1200px) {
    #carousel-article-links .padding-width {
        padding: 90px
    }
}

@media (min-width:1600px) {
    #carousel-article-links .padding-width {
        padding: 90px 140px
    }
}

#carousel-article-links .background-slice {
    background-color: #000;
    -webkit-clip-path: polygon(0 0,120% 0,0 80%,0 100%);
    clip-path: polygon(0 0,120% 0,0 80%,0 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media (min-width:1200px) {
    #carousel-article-links .background-slice {
        -webkit-clip-path: polygon(0 0,70% 0,25% 100%,0 100%);
        clip-path: polygon(0 0,70% 0,25% 100%,0 100%)
    }
}

#carousel-article-links .article-blocks {
    z-index: 2
}

    #carousel-article-links .article-blocks img {
        height: auto;
        margin-bottom: 25px;
        max-width: 523px;
        width: 100%
    }

    #carousel-article-links .article-blocks header {
        padding-right: 15px
    }

@media (min-width:1024px) {
    #carousel-article-links .article-blocks header {
        padding-right: 30px
    }
}

@media (min-width:1600px) {
    #carousel-article-links .article-blocks header {
        padding-right: 45px
    }
}

#carousel-article-links .article-blocks header .heading {
    color: #fff;
    font-family: Roboto-Light,Arial,Sans-Serif;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase
}

@media (min-width:1600px) {
    #carousel-article-links .article-blocks header .heading {
        font-size: 22px;
        line-height: 23px
    }
}

#carousel-article-links .article-blocks header .sub-heading {
    color: #fff;
    font-size: 18px;
    line-height: 19px;
    text-transform: uppercase
}

@media (min-width:1600px) {
    #carousel-article-links .article-blocks header .sub-heading {
        font-size: 22px;
        line-height: 23px
    }
}

#carousel-article-links .article-blocks .para {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    margin-top: 35px;
    min-height: 30px;
    padding-right: 15px
}

@media (min-width:1024px) {
    #carousel-article-links .article-blocks .para {
        padding-right: 30px
    }
}

@media (min-width:1600px) {
    #carousel-article-links .article-blocks .para {
        font-size: 14px;
        line-height: 17px;
        padding-right: 60px
    }
}

#carousel-article-links .article-blocks .button {
    background-color: #fff;
    color: #000;
    margin-top: 35px;
    max-width: 320px
}

    #carousel-article-links .article-blocks .button svg .arrow-right-icon-svg {
        fill: #000
    }

#carousel-article-links .article-blocks .part-ex-form {
    display: flex;
    margin-top: 35px;
    max-width: 320px
}

@media (min-width:1600px) {
    #carousel-article-links .article-blocks .part-ex-form {
        max-width: 523px
    }
}

#carousel-article-links .article-blocks .part-ex-form input {
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    color: inherit;
    color: #fff;
    cursor: pointer;
    cursor: auto;
    font: inherit;
    font-size: 14px;
    outline: inherit;
    padding: 0 25px;
    width: 100%
}

    #carousel-article-links .article-blocks .part-ex-form input::placeholder {
        color: #fff
    }

    #carousel-article-links .article-blocks .part-ex-form input:-moz-placeholder, #carousel-article-links .article-blocks .part-ex-form input::-moz-placeholder {
        color: #fff
    }

    #carousel-article-links .article-blocks .part-ex-form input:-ms-input-placeholder {
        color: #fff
    }

    #carousel-article-links .article-blocks .part-ex-form input::-webkit-input-placeholder {
        color: #fff
    }

@media (min-width:1600px) {
    #carousel-article-links .article-blocks .part-ex-form input {
        margin-right: 10px;
        padding-left: 20px;
        padding-right: 20px
    }
}

#carousel-article-links .article-blocks .part-ex-form button {
    background-color: #fff;
    border-radius: 0;
    color: #000;
    display: flex;
    flex-shrink: 0;
    height: 45px;
    justify-content: center;
    padding: 0;
    width: 45px
}

@media (min-width:1600px) {
    #carousel-article-links .article-blocks .part-ex-form button {
        font-size: 12px;
        justify-content: flex-start;
        letter-spacing: 3px;
        padding: 0 25px;
        width: 260px
    }
}

@media (min-width:1920px) {
    #carousel-article-links .article-blocks .part-ex-form button {
        font-size: 14px;
        padding: 0 25px;
        width: 320px
    }
}

#carousel-article-links .article-blocks .part-ex-form button span {
    display: none
}

@media (min-width:1600px) {
    #carousel-article-links .article-blocks .part-ex-form button span {
        display: inline;
        text-align: left;
        width: 100%
    }
}

#carousel-article-links .article-blocks .part-ex-form button svg {
    height: 14px;
    width: 10px
}

    #carousel-article-links .article-blocks .part-ex-form button svg .arrow-right-icon-svg {
        fill: #000
    }

#carousel-article-links .controls {
    display: none
}

@media (min-width:768px) {
    #carousel-article-links .controls {
        display: flex;
        justify-content: flex-end;
        margin-top: 30px;
        padding-right: 60px
    }
}

@media (min-width:1200px) {
    #carousel-article-links .controls {
        display: none
    }
}

#carousel-article-links .controls button {
    background: none;
    border: 1px solid #000;
    color: inherit;
    cursor: pointer;
    font: inherit;
    height: 45px;
    margin-left: 8px;
    outline: inherit;
    padding: 0;
    width: 45px
}

    #carousel-article-links .controls button .arrow-left, #carousel-article-links .controls button .arrow-right {
        fill: #000;
        height: 18px;
        width: 11px
    }
