@charset "utf-8";
/* CSS Document */
.w600 .banner {
    background-position: top center !important;
}
.banner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}

.banner-content-home {
    padding: 0 5px;
}
.banner-content, .banner-content-home {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    z-index: 100;
    text-align: center;
    padding: 0 20px;
}

.w600 .banner-content-home h1 {
    font-size: 11vw;
    line-height: 12vw;
}
.banner-content-home h1 {
    font-family: Lora, Georgia, serif;
    font-weight: normal;
    font-size: 75px;
    line-height: 70px;
    color: #ffffff;
    letter-spacing: 0.025em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.w768 .banner-content-home h1 span, .w600 .banner-content-home h1 span {
    display: block;
}
.banner-content-home h1 span {
    display: block;
}

.w600 .banner-content-home h1 .bannerh1after {
    margin-top: 10px;
    width: 150px;
}
.banner-content-home h1 .bannerh1after {
    content: '';
    width: 400px;
    height: 1px;
    display: block;
    background: #ffffff;
    margin: 18px auto 0 auto;
    overflow-x: hidden;
}

.border {
    border-bottom: 20px solid #f2f2f2;
}
.wrapper {
    width: 100%;
    display: block;
    background: #EDEDED;
}

.w970 .page-box, .w768 .page-box, .w600 .page-box {
    margin: 0;
}
.page-box {
    max-width: 1080px;
    padding: 20px;
    text-align: left;
    margin-top: -92px;
    background: #EDEDED;
	position: relative;
	z-index: 100;
}


.sec-home {
    height: 50vw;
    display: block;
    position: relative;
    max-height: 900px;
    overflow: hidden;
}

.container-home {
    max-width: 1000px;
    padding: 45px 0;
}

@media screen and (min-width: 1200px) {
    .cmp-header-body-cta__title {
        width: 83.33%;
    }
}
@media screen and (min-width: 768px) {
    .cmp-header-body-cta__title {
        display: inline-block;
        width: 79%;
    }
}

@media screen and (min-width: 768px) {
    .cmp-header-body-cta .cmp-article-header__title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.cmp-header-body-cta__title .cmp-wrap-title {
    display: block;
}
@media screen and (min-width: 1200px) {
    .cmp-header-body-cta .cmp-release-header__title {
        font-size: 3pc;
        line-height: 52px;
        width: 35%;
    }
}
@media screen and (min-width: 768px) {
    .cmp-header-body-cta .cmp-release-header__title {
        font-size: 36px;
        line-height: 43px;
        margin-right: 8.33%;
        width: 38.5%;
    }
}
.cmp-header-body-cta .cmp-release-header__title {
    font-size: 2pc;
    letter-spacing: -.015em;
    line-height: 40px;
    margin-top: 0;
}
@media screen and (min-width: 1200px) {
    .cmp-release-header__title {
        font-size: 60px;
        line-height: 62px;
    }
}
@media screen and (min-width: 768px) {
    .cmp-release-header__title {
        font-size: 3pc;
        line-height: 52px;
    }
}
.cmp-release-header__title {
    font-size: 36px;
    letter-spacing: -.015em;
    line-height: 43px;
    margin-bottom: 0;
    margin-top: 0;
}

@media screen and (min-width: 1200px) {
    .cmp-header-body-cta .cmp-release-header__body {
        font-size: 18px;
        line-height: 2pc;
        margin-top: 0;
    }
}
@media screen and (min-width: 768px) {
    .cmp-header-body-cta .cmp-release-header__body {
        margin: 0;
        width: 66.66%;
    }
}
.cmp-header-body-cta .cmp-release-header__body {
    font-size: 1pc;
    font-style: normal;
    line-height: 28px;
}

@media screen and (min-width: 768px) {
    .cmp-container :has(>.title.cmp-header-body-cta__title) .primary-btn-blck {
        max-width: 13% !important;
    }
}

@media screen and (min-width: 768px) {
    .cmp-header-body-cta .primary-btn-blck {
        float: right;
    }
}
.primary-btn-blck.button {
    line-height: 1pc;
}
.button {
    font-size: 1pc;
}

.typed-cursor {
    font: normal 75px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    display: inline;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
.w600 .typed-cursor {
    font-size: 9.5vw;
}
.w600 .typed-cursor {
    font-size: 10vw;
}
 @keyframes blink {
 0% {
 opacity:1;
}
 50% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @-webkit-keyframes blink {
 0% {
 opacity:1;
}
 50% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @-moz-keyframes blink {
 0% {
 opacity:1;
}
 50% {
 opacity:0;
}
 100% {
 opacity:1;
}
}


