.main-page {
    /*margin-top: 96px;*/
    padding-bottom: 5rem;
}

.sectionIntro-title {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

@media(min-width: 1024px) {
    .sectionIntro-title {
        font-size: 2.25rem;
        line-height: 43px
    }
}

.sectionIntro-shortDescription {
    padding: 0 20px
}

.sectionIntro-shortDescription.sectionIntro-withBackground {
    margin-bottom: 2rem
}

@media(min-width: 768px) {
    .sectionIntro-shortDescription.sectionIntro-withBackground {
        padding: 0 2.5rem;
        margin-bottom: 6.25rem
    }
}

.sectionIntro-shortDescription p {
    color: #1d1d1b;
    font-size: 1.15rem;
    line-height: 27px;
    margin: 0;
    padding: .25rem;
    text-align: center
}

@media(min-width: 768px) {
    .sectionIntro-shortDescription p {
        margin: 1.875rem auto 1rem;
        max-width: 880px
    }
}

.sectionIntro-desktopIntro {
    padding: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 310px;
    position: relative
}

.sectionIntro-desktopIntro.sectionIntro-introNotLoaded .sectionIntro-title,
.sectionIntro-desktopIntro.sectionIntro-introNotLoaded .sectionIntro-shortDescription {
    color: #1d1d1b
}

@media(min-width: 768px) {
    .sectionIntro-desktopIntro {
        padding-bottom: .5rem
    }
}

.sectionIntro-mobileIntro {
    text-align: center;
    background-repeat: no-repeat;
    padding: 33px 10px;
    position: relative
}

.sectionIntro-backgroundIntro {
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 222px;
    margin-bottom: 2.5rem;
    padding: 10px;
    overflow: hidden;
    text-align: center
}

.sectionIntro-backgroundIntro .sectionIntro-title {
    color: #fff
}

.sectionIntro-backgroundIntro.sectionIntro-hasDropCap {
    margin-bottom: 0
}

@media(min-width: 768px) {
    .sectionIntro-backgroundIntro {
        min-height: 335px
    }
}

@media(min-width: 991px) {
    .sectionIntro-backgroundIntro {
        min-height: 435px
    }
}

.sectionIntro-titleContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 30px;
    transform: translate(-50%, calc(-50% - 11px));
    width: 100%
}

@media(min-width: 768px) {
    .sectionIntro-titleContainer {
        transform: translate(-50%, calc(-50% - 17.5px))
    }
}

.sectionIntro-subtitle {
    margin-top: 10px
}

.sectionIntro-mobileIntro.sectionIntro-introNotLoaded .sectionIntro-title {
    color: #1d1d1b
}

.sectionIntro-mobileIntro .sectionIntro-shortDescription {
    color: #1d1d1b;
    padding: 20px
}

.sectionIntro-buttonContainer {
    text-align: center
}

.sectionIntro-toggleButton {
    font-size: 1rem;
    line-height: 1;
    padding-bottom: 9px;
    position: relative
}

.sectionIntro-toggleButton.sectionIntro-withBackground {
    font-size: 1.125rem
}

.sectionIntro-toggleButton:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fe6b00;
    position: absolute;
    bottom: 0;
    left: 0
}

.sectionIntro-textContainer {
    margin-bottom: 3.125rem
}

.sectionIntro-bannerFeather {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22px
}

@media(min-width: 768px) {
    .sectionIntro-bannerFeather {
        height: 35px
    }
}

.sectionIntro-bannerFeather:before,
.sectionIntro-bannerFeather:after {
    background: #fff;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(50% - 35px)
}

@media(min-width: 768px) {

    .sectionIntro-bannerFeather:before,
    .sectionIntro-bannerFeather:after {
        width: calc(50% - 56px)
    }
}

.sectionIntro-bannerFeather.sectionIntro-hasDropCap:before,
.sectionIntro-bannerFeather.sectionIntro-hasDropCap:after {
    background: #f0f0ed
}

.sectionIntro-bannerFeather:after {
    left: auto;
    right: 0
}

.sectionIntro-bannerFeather img {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: 22px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 75px
}

@media(min-width: 768px) {
    .sectionIntro-bannerFeather img {
        height: 35px;
        width: 118px
    }
}

.sectionIntro-clockFace {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    opacity: .07;
    z-index: 1;
    max-width: 1000px
}

.sectionIntro-clockFace img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 100%
}

@media(min-width: 1024px) {
    .sectionIntro-clockFace {
        bottom: auto;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 85%
    }
}

.alternatingBlock-root {
    margin-bottom: 2.5rem
}

@media(min-width: 768px) {
    .alternatingBlock-root {
        margin-bottom: 30px
    }
}

.alternatingBlock-image {
    position: relative;
    z-index: 1;
    padding-top: 66.4%;
    width: 100%
}

.alternatingBlock-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(min-width: 768px) {
    .alternatingBlock-image {
        width: 65.85%;
        padding-top: 43.55%;
        margin-left: 34.15%;
        transform: translateX(10%)
    }

    .alternatingBlock-image.alternatingBlock-altDirection {
        margin-left: 0;
        transform: translateX(-10%)
    }
}

.alternatingBlock-content {
    position: relative;
    text-align: center;
    padding: 5rem 15px 4.5rem;
    background-color: #fff;
    z-index: 2
}

.alternatingBlock-content.alternatingBlock-reducePadding {
    padding-bottom: 2.5rem
}

.alternatingBlock-content .alternatingBlock-title h2 {
    margin: 0 auto 1rem
}

.alternatingBlock-content p {
    color: #1d1d1b;
    font-size: 1rem;
    line-height: 23px
}

.alternatingBlock-content p:last-of-type {
    margin-bottom: 2rem
}

.alternatingBlock-content:before,
.alternatingBlock-content:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
    background-image: url(../images/perforation-left.svg);
    width: 5px;
    height: 100%
}

.alternatingBlock-content:after {
    right: auto;
    left: calc(100% - 1px);
    background-image: url(../images/perforation-right.svg)
}

@media(min-width: 768px)and (max-width: 990px) {
    .alternatingBlock-content {
        padding: 2rem 30px 1.5rem
    }

    .alternatingBlock-content .alternatingBlock-title h2 {
        font-size: 1.5rem
    }

    .alternatingBlock-content p {
        font-size: .875rem
    }
}

@media(min-width: 991px) {
    .alternatingBlock-content {
        height: 100%;
        padding: 15px 6rem;
        display: flex;
        align-items: center
    }

    .alternatingBlock-content p.alternatingBlock-reduceMargin:last-of-type {
        margin-bottom: 0
    }
}

.alternatingBlock-shadowContainer {
    max-width: calc(100% - 40px);
    margin: -1.25rem 1.25rem 0;
    position: relative;
    z-index: 1;
    width: 100%
}

.alternatingBlock-shadowContainer:before,
.alternatingBlock-shadowContainer:after {
    box-shadow: 0 0 70px 4px #0000002e;
    border-radius: 16%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 56%
}

.alternatingBlock-shadowContainer:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 10px;
    height: 35%;
    width: 90%
}

@media(min-width: 768px) {
    .alternatingBlock-shadowContainer {
        width: 60%;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    .alternatingBlock-shadowContainer.alternatingBlock-altDirection {
        left: auto;
        right: 0
    }

    .alternatingBlock-shadowContainer:before {
        box-shadow: 0 0 70px 9px #0000001a;
        border-radius: 140px;
        top: 52px;
        left: 0;
        width: 56%
    }

    .alternatingBlock-shadowContainer:after {
        box-shadow: 0 0 70px 9px #0000001a;
        border-radius: 140px;
        right: 6%;
        bottom: 50px;
        width: 56%
    }

    .alternatingBlock-shadowContainer.alternatingBlock-altDirection:before {
        left: auto;
        right: 12%
    }

    .alternatingBlock-shadowContainer.alternatingBlock-altDirection:after {
        right: 0
    }
}

@media(min-width: 991px) {
    .alternatingBlock-shadowContainer {
        width: 50%;
        padding: 3rem 0;
        height: 100%
    }
}