.logo--mobile {
    display: none !important;
}
@media (min-width: 60.75em) {
    .logo--def {
        display: block !important;
    }
    .logo--alt {
        display: none !important;
    }
    .logo--mobile {
        display: none !important;
    }
}
@media (max-width: 60.6875em) {
    .logo--def {
        display: none !important;
    }
    .logo--alt {
        display: none !important;
    }
    .logo--mobile {
        display: block !important;
        width: 100%;
        max-width: 250px;
    }
}
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.hero-main__slide--image-only {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 0 !important;
}
.hero-main__slide--image-only .hero-main__inner {
    max-width: 100% !important;
    padding: 0 20px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
@media (max-width: 768px) {
    .hero-main__slide--image-only {
        padding-top: 0 !important;
    }
}
.hero-main__text--centered {
    text-align: center;
    width: 100%;
    line-height: 0;
    font-size: 0;
}
.hero-main__logo-image {
    display: block;
    max-width: 100%;
    height: auto;
    width: 700px;
    margin: 0 auto;
}
@media (max-width: 960px) {
    .hero-main__logo-image {
        width: 80vw;
    }
}
.hero-main {
    position: relative;
}
.hero-main::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    z-index: 2;
    height: 150px;
    pointer-events: none;
}
.hero-main__slide {
    height: 770px;
    background-size: cover;
    background-position: center;
    padding-top: 148px;
    color: #ffffff;
}
.hero-main__inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 50px;
}
.hero-main__text p {
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
    margin-bottom: 1em !important;
}
.hero-main__carousel h1,
.hero-main__carousel h2 {
    color: #ffffff !important;
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-weight: normal !important;
    font-size: 72px !important;
    display: inline-block !important;
    position: relative !important;
    line-height: 1.05em !important;
    margin: 0 !important;
}
.hero-main__corners {
    display: inline-block;
    position: relative;
    padding: 72px 77px 70px;
    margin: 0 7px 40px 77px;
}
.hero-main__corners h1::before,
.hero-main__corners h2::before {
    width: 77px;
    height: 77px;
    background-image: url(../svg/corner-top-right.svg);
    content: '';
    display: block;
    position: absolute;
    right: -7px;
    top: -65px;
    z-index: 2;
    background-repeat: no-repeat;
}
.hero-main__corners h1::after,
.hero-main__corners h2::after {
    width: 77px;
    height: 77px;
    background-image: url(../svg/corner-bottom-left.svg);
    content: '';
    display: block;
    position: absolute;
    left: -77px;
    bottom: -65px;
    z-index: 2;
    background-repeat: no-repeat;
}
.hero-main__bottom {
    width: 0;
    min-width: calc(100% - 154px);
    margin: 0 77px 0 77px;
    max-width: 100%;
    box-sizing: border-box;
}
.hero-main__btn {
    display: inline-flex !important;
    align-items: center !important;
    margin-top: 28px !important;
    padding: 10px !important;
    border: 1px solid #5794F1 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: normal !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    transition: 0.2s ease-out !important;
    background: transparent !important;
    border-radius: 0 !important;
    line-height: 1 !important;
}
.hero-main__btn::after {
    content: '' !important;
    display: inline-block !important;
    width: 9px !important;
    height: 16px !important;
    background-image: url(../svg/chevron-white-button.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin-left: 12px !important;
    border: none !important;
    transform: none !important;
}
.hero-main__btn:hover {
    background-color: #5794F1 !important;
    color: #ffffff !important;
}
.hero-main__nav-container {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 46px;
    z-index: 3;
}
.hero-main__nav {
    position: relative;
}
.hero-main__nav ul.slick-dots {
    display: flex !important;
    font-size: 0;
    position: relative;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.hero-main__nav ul.slick-dots li {
    width: 8px !important;
    height: 8px !important;
    border-radius: 8px !important;
    border: 1px solid #ffffff !important;
    background-color: transparent !important;
    margin: 0 4px !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease-out !important;
}
.hero-main__nav ul.slick-dots li button {
    display: none !important;
}
.hero-main__nav ul.slick-dots li.slick-active {
    background-color: #ffffff !important;
}
.hero-main__nav .slick-arrow {
    font-size: 0;
    background-color: transparent;
    width: 12px;
    height: 20px;
    background-image: url(../svg/slick-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -7px;
    cursor: pointer;
    border: none;
    padding: 0;
}
.hero-main__nav .slick-arrow:hover,
.hero-main__nav .slick-arrow:focus {
    background-color: transparent;
    outline: none;
}
.hero-main__nav .slick-next {
    right: -28px;
}
.hero-main__nav .slick-prev {
    left: -28px;
    transform: rotate(-180deg);
}
body.frontpage .topbar {
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border-bottom: none !important;
    z-index: 10 !important;
}
@media (min-width: 60.75em) {
    body.frontpage .topbar .topbar__inner.u-wrapper {
        width: 100% !important;
        max-width: 1366px !important;
        padding: 0 50px !important;
    }
}
@media (max-width: 60.6875em) {
    body.frontpage .topbar .topbar__inner.u-wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: none !important;
    }
}
@media (min-width: 60.75em) {
    body.frontpage .topbar .logo--def {
        display: block !important;
    }
}
body.frontpage .topbar .logo--alt {
    display: none !important;
}
body.frontpage {
    background: #ffffff !important;
    background-image: none !important;
    background-color: #ffffff !important;
    min-height: auto !important;
}
body.frontpage .fullscreen-bg {
    display: none !important;
}
body.frontpage .hero-main+.main {
    margin-top: 0;
}
@media (max-width: 960px) {
    .hero-main__carousel h1,
    .hero-main__carousel h2 {
        font-size: 9.5vw !important;
    }
    .hero-main__text p {
        font-size: 21px !important;
    }
    .hero-main__corners {
        padding: 42px 47px 40px;
    }
    .hero-main__corners h1::before,
    .hero-main__corners h2::before {
        width: 43px;
        height: 43px;
        background-size: contain;
        right: -15px;
        top: -38px;
    }
    .hero-main__corners h1::after,
    .hero-main__corners h2::after {
        width: 43px;
        height: 43px;
        background-size: contain;
        left: -43px;
        bottom: -38px;
    }
    .hero-main__corners {
        display: block;
        max-width: 100%;
        box-sizing: border-box;
        margin-left: 28px;
        margin-right: 0;
    }
    .hero-main__text {
        max-width: 100%;
        min-width: 0;
    }
    .hero-main__carousel h1,
    .hero-main__carousel h2 {
        display: block !important;
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    .hero-main__bottom {
        width: 0;
        min-width: calc(100% - 64px);
        margin: 0 32px;
        box-sizing: border-box;
    }
}
@media (max-width: 768px) {
    .hero-main__slide {
        padding-top: 117px;
        min-height: 100vh;
        height: auto;
    }
    .hero-main__slide h1 {
        line-height: 1em !important;
    }
    .hero-main__inner {
        padding: 0 30px;
    }
    body.frontpage .topbar .topbar__inner {
        padding: 0 15px;
    }
}
@media (max-width: 640px) {
    .hero-main__nav ul.slick-dots {
        display: none !important;
    }
}
.tiles-section {
    padding: 76px 0 !important;
}
.tiles-section__inner {
    max-width: 1366px !important;
    margin: 0 auto !important;
    padding: 0 50px !important;
}
.tiles-section__grid {
    display: flex !important;
    flex-wrap: wrap !important;
    width: calc(100% + 11px) !important;
    margin-left: -5.5px !important;
    justify-content: center !important;
}
.tiles-section__col {
    width: 33.333% !important;
    padding: 5.5px !important;
}
.tiles-section__card {
    width: 100% !important;
    height: 100% !important;
    min-height: 414px !important;
    background-size: cover !important;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    color: #ffffff !important;
    padding: 45px !important;
    display: flex !important;
    flex-direction: column !important;
}
.tiles-section__card h2 {
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-weight: normal !important;
    font-size: 42px !important;
    margin-bottom: 0.5em !important;
    color: #ffffff !important;
    line-height: 1.1em !important;
    margin-top: 0 !important;
}
.tiles-section__card p {
    font-size: 18px !important;
    color: #ffffff !important;
    margin-bottom: 25px !important;
    line-height: 1.4em !important;
}
.tiles-section__buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    align-items: flex-start !important;
    margin-top: auto !important;
}
.tiles-section__btn {
    display: inline-flex !important;
    align-items: center !important;
    padding: 10px !important;
    border: 1px solid #5794F1 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: normal !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    transition: 0.2s ease-out !important;
    background: transparent !important;
    border-radius: 0 !important;
    line-height: 1 !important;
}
.tiles-section__btn::after {
    content: '' !important;
    display: inline-block !important;
    width: 9px !important;
    height: 16px !important;
    background-image: url(../svg/chevron-white-button.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin-left: 12px !important;
    border: none !important;
    transform: none !important;
}
.tiles-section__btn:hover {
    background-color: #5794F1 !important;
    color: #ffffff !important;
}
@media (max-width: 860px) {
    .tiles-section {
        padding: 0 0 30px !important;
    }
    .tiles-section__grid {
        width: 100% !important;
        margin-left: 0 !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .tiles-section__col {
        width: 100% !important;
        max-width: 414px !important;
        padding: 0 !important;
        margin-top: 30px !important;
    }
    .tiles-section__inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media (max-width: 474px) {
    .tiles-section__card {
        height: 480px !important;
        padding: 30px 25px !important;
    }
    .tiles-section__card h2 {
        font-size: 30px !important;
        margin-bottom: 1em !important;
    }
    .tiles-section__card p {
        margin-bottom: 35px !important;
    }
}
.tiles-section--garamond .tiles-section__grid {
    width: calc(100% + 22px) !important;
    margin-left: -11px !important;
}
.tiles-section--garamond .tiles-section__col {
    padding: 11px !important;
}
.tiles-section--garamond .tiles-section__card {
    border: 10px solid #ffffff !important;
    text-decoration: none !important;
}
.tiles-section--garamond .tiles-section__card:hover,
.tiles-section--garamond .tiles-section__card:focus {
    color: #ffffff !important;
    text-decoration: none !important;
}
.tiles-section--garamond .tiles-section__card:hover .tiles-section__btn {
    background-color: #5794F1 !important;
    color: #ffffff !important;
}
.tiles-section--garamond .tiles-section__card h2.tiles-section__card-headline--bottom {
    font-family: 'eb-garamond', Georgia, 'Times New Roman', Times, serif !important;
    margin-top: auto !important;
    margin-bottom: 0 !important;
    text-align: center !important;
}