.main-page{
	margin-bottom: 4rem;
}

.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%
    }
}

.title-root {
    width: 100%;
    text-align: center
}

.title-title {
    color: #1d1d1b;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.title-left-2eB {
    text-align: left;
    justify-content: unset
}

.title-right {
    text-align: right;
    justify-content: unset
}

.title-noMargin {
    margin: 0
}

.centeredTextBlock-root {
    margin-bottom: 2rem
}

@media(min-width: 768px) {
    .centeredTextBlock-root {
        margin-bottom: .5rem
    }
}

@media(min-width: 991px) {
    .centeredTextBlock-root {
        padding-top: 6px;
        margin-bottom: 2rem
    }
}

.centeredTextBlock-title {
    margin-bottom: 3rem
}

.centeredTextBlock-title h2 {
    margin-bottom: 1rem
}

.centeredTextBlock-text {
    text-align: center
}

.centeredTextBlock-text p {
    font-size: 1rem;
    line-height: 21px;
    margin-bottom: 1rem
}

@media(min-width: 768px) {
    .centeredTextBlock-text p {
        line-height: 23px
    }
}

.centeredTextBlock-readMore {
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1;
    position: relative
}

.centeredTextBlock-readMore:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fe6b00;
    position: absolute;
    left: 0;
    bottom: -8px
}

.centeredTextBlock-removeMargin {
    margin-bottom: 0 !important
}

.textRow{
	box-sizing: border-box;
    min-height: 1px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
    margin-left: 16.6667%;
    right: auto;
    left: auto;
}

@media(max-width: 767px) {
    .textRow{
        flex: 0 0 100%;
    	max-width: 100%;
    	margin-left:0;
    }
}