.content-information .home-banner .slide-inner img {
    height: 500px;
    position: relative;
}

.content-information .home-banner .slide-inner::before{
    display: none;
}

.content-information .home-banner .slide-inner {
    height: 100%;
}

.content-information h1.page-title{
    color: #fff;
    margin-bottom: 42px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cms-content {
    max-width: 982px;
}

.content-information .home-banner .swiper-wrapper{
    height: auto;
}

.content-information .image-with-text-section {
    display: flex;
    align-items: center;
}

.cms-content .title-content {
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
}

.cms-content p {
    color: #fff;
}

.cms-content .content-text {
    margin-bottom: 60px;
}

.cms-content .content-text:last-child {
    margin-bottom: 0;
}

.cms-content .content-text:last-child p {
    margin-bottom: 0;
}

.cms-content .about-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cms-content .about-image {
    padding: 39px 0 59px;
}

.content-information .home-banner .title {
    display: none;
}

.content-information .home-banner .slide-content {
    bottom: inherit;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.content-information .home-banner .slide-content .container-wide{
    width: 100%;
    max-width: 1270px;
}

.content-information .home-banner .subtitle {
    font-family: 'Albra Display TRIAL';
    font-size: 40px;
    font-weight: 300;
    line-height: 54.84px;
    display: block;
    max-width: 595px;
    letter-spacing: 0;
}

.content-information .home-banner .container {
    max-width: 1270px;
}

.cms-content a.has-underline{
    text-decoration: underline;
}

div[id="information-information"].content-information div[id="content"] .terms-and-conditions ol, 
div[id="information-information"].content-information div[id="content"] .terms-and-conditions ul {
    padding-left: 36px;
    padding-top: 18px;
}

div[id="information-information"].content-information div[id="content"] .terms-and-conditions ol li::marker {
    letter-spacing: 0;
    word-spacing: 0;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 400;
    line-height: 29.26px;
    letter-spacing: 0.05em;
    color: #fff;
}

.cms-content.privacy-policy p {
    color: #fff;
}

.cms-content.privacy-policy .content-text:first-child {
    margin-bottom: 40px;
}

.content-information .image-with-text-section .inner-content .title {
    font-family: 'Albra Display TRIAL';
    font-size: 40px;
    font-weight: 300;
    line-height: 54.84px;
    max-width: 730px;
}

.content-information .image-with-text-section .inner-content {
    padding: 141px 0 138px 0;
    width: 100%;
}

.cms-content.bespoke {
    padding-bottom: 0;
}

.content-bespoke {
    border-bottom: 1px solid #D9D9D9;
}

@media (min-width: 1441px){
    .cms-content {
        max-width: 82%;
    }
}

@media (max-width: 767px){
    .cms-content .title-content {
        margin-bottom: 14px;
    }
}