@charset "UTF-8";
@-webkit-keyframes open {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes open {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes open {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes close {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-moz-keyframes close {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-o-keyframes close {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.4);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0);
        box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0);
    }
    to {
        -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    }
}
@-moz-keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.4);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0);
        box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0);
    }
    to {
        -moz-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    }
}
@-o-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.4);
    }
    70% {
        box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0);
    }
    to {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    }
}
@-webkit-keyframes beatHeart {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes beatHeart {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
    40% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes beatHeart {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    40% {
        -o-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes glow {
    0% {
        text-shadow: 0 0 4px hsla(0, 0%, 100%, 0);
    }
    to {
        text-shadow: 0 0 4px hsla(0, 0%, 100%, 0.9);
    }
}
@-moz-keyframes glow {
    0% {
        text-shadow: 0 0 4px hsla(0, 0%, 100%, 0);
    }
    to {
        text-shadow: 0 0 4px hsla(0, 0%, 100%, 0.9);
    }
}
@-o-keyframes glow {
    0% {
        text-shadow: 0 0 4px hsla(0, 0%, 100%, 0);
    }
    to {
        text-shadow: 0 0 4px hsla(0, 0%, 100%, 0.9);
    }
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto;
}
.alignright {
    float: right;
    margin: 0 0 10px 20px;
}
@media (max-width: 649px) {
    .alignright {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
}
.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}
@media (max-width: 649px) {
    .alignleft {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
}
a img.alignright {
    float: right;
    margin: 0 0 10px 20px;
}
@media (max-width: 649px) {
    a img.alignright {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
}
a img.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}
@media (max-width: 649px) {
    a img.alignleft {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 15px 3px 10px;
    text-align: center;
}
.wp-caption.alignleft {
    margin: 15px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 15px 0 20px 20px;
}
.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 15px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 20px;
    vertical-align: top;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.gallery-item img {
    border: none;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
@media (max-width: 649px) {
    .gallery-columns-2 .gallery-item {
        max-width: 100%;
    }
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
@media (max-width: 766px) {
    .gallery-columns-3 .gallery-item {
        max-width: 50%;
    }
}
@media (max-width: 649px) {
    .gallery-columns-3 .gallery-item {
        max-width: 100%;
    }
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
@media (max-width: 766px) {
    .gallery-columns-4 .gallery-item {
        max-width: 50%;
    }
}
@media (max-width: 649px) {
    .gallery-columns-4 .gallery-item {
        max-width: 100%;
    }
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
@media (max-width: 766px) {
    .gallery-columns-5 .gallery-item {
        max-width: 50%;
    }
}
@media (max-width: 649px) {
    .gallery-columns-5 .gallery-item {
        max-width: 100%;
    }
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
@media (max-width: 1199px) {
    .gallery-columns-6 .gallery-item {
        max-width: 33.33%;
    }
}
@media (max-width: 766px) {
    .gallery-columns-6 .gallery-item {
        max-width: 50%;
    }
}
@media (max-width: 649px) {
    .gallery-columns-6 .gallery-item {
        max-width: 100%;
    }
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
@media (max-width: 1199px) {
    .gallery-columns-7 .gallery-item {
        max-width: 33.33%;
    }
}
@media (max-width: 766px) {
    .gallery-columns-7 .gallery-item {
        max-width: 50%;
    }
}
@media (max-width: 649px) {
    .gallery-columns-7 .gallery-item {
        max-width: 100%;
    }
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
@media (max-width: 1199px) {
    .gallery-columns-8 .gallery-item {
        max-width: 33.33%;
    }
}
@media (max-width: 766px) {
    .gallery-columns-8 .gallery-item {
        max-width: 50%;
    }
}
@media (max-width: 649px) {
    .gallery-columns-8 .gallery-item {
        max-width: 100%;
    }
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
@media (max-width: 1199px) {
    .gallery-columns-9 .gallery-item {
        max-width: 33.33%;
    }
}
@media (max-width: 766px) {
    .gallery-columns-9 .gallery-item {
        max-width: 50%;
    }
}
@media (max-width: 649px) {
    .gallery-columns-9 .gallery-item {
        max-width: 100%;
    }
}
.gallery-icon {
    overflow: hidden;
}
.gallery-icon img {
    margin: 0 auto;
    width: 100%;
    display: block;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: 0.4s -o-transform ease;
    -moz-transition: 0.4s transform ease, 0.4s -moz-transform ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
}
.gallery-caption {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    margin: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(rgba(187, 133, 74, 0.2)), to(rgba(187, 133, 74, 0.8)));
    background-image: -webkit-linear-gradient(transparent 50%, rgba(187, 133, 74, 0.2), rgba(187, 133, 74, 0.8));
    background-image: -moz-linear-gradient(transparent 50%, rgba(187, 133, 74, 0.2), rgba(187, 133, 74, 0.8));
    background-image: -o-linear-gradient(transparent 50%, rgba(187, 133, 74, 0.2), rgba(187, 133, 74, 0.8));
    background-image: linear-gradient(transparent 50%, rgba(187, 133, 74, 0.2), rgba(187, 133, 74, 0.8));
    -webkit-background-size: 100% 200%;
    -moz-background-size: 100% 200%;
    -o-background-size: 100% 200%;
    background-size: 100% 200%;
    background-position: top;
    -webkit-transition: background 0.6s ease;
    -o-transition: 0.6s background ease;
    -moz-transition: 0.6s background ease;
    transition: background 0.6s ease;
}
@media (max-width: 1440px) {
    .gallery-caption {
        font-size: 16px;
    }
}
@media (max-width: 649px) {
    .gallery-caption {
        font-size: 14px;
    }
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.slick-slider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url(https://citrineestates.com/ajax-loader.gif) 50% no-repeat;
}
@font-face {
    font-family: slick;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(https://citrineestates.com/../fonts/slick.woff) format("woff"), url(https://citrineestates.com/../fonts/slick.ttf) format("truetype"),
        url(../fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}
@-webkit-keyframes plyr-progress {
    to {
        background-position: var(--plyr-progress-loading-size, 25px) 0;
    }
}
@-moz-keyframes plyr-progress {
    to {
        background-position: var(--plyr-progress-loading-size, 25px) 0;
    }
}
@-o-keyframes plyr-progress {
    to {
        background-position: var(--plyr-progress-loading-size, 25px) 0;
    }
}
@keyframes plyr-progress {
    to {
        background-position: var(--plyr-progress-loading-size, 25px) 0;
    }
}
@-webkit-keyframes plyr-popup {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes plyr-popup {
    0% {
        opacity: 0.5;
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes plyr-popup {
    0% {
        opacity: 0.5;
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes plyr-popup {
    0% {
        opacity: 0.5;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes plyr-fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes plyr-fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes plyr-fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes plyr-fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.plyr__badge {
    background: var(--plyr-badge-background, #4a5464);
    -webkit-border-radius: var(--plyr-badge-border-radius, 2px);
    -moz-border-radius: var(--plyr-badge-border-radius, 2px);
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: var(--plyr-badge-text-color, #fff);
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
    display: none;
}
.plyr__captions {
    -webkit-animation: plyr-fade-in 0.3s ease;
    -moz-animation: plyr-fade-in 0.3s ease;
    -o-animation: plyr-fade-in 0.3s ease;
    animation: plyr-fade-in 0.3s ease;
    bottom: 0;
    display: none;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
    width: 100%;
}
.plyr__captions span:empty {
    display: none;
}
@media (min-width: 480px) {
    .plyr__captions {
        font-size: var(--plyr-font-size-base, 15px);
        padding: calc(var(--plyr-control-spacing, 10px) * 2);
    }
}
@media (min-width: 768px) {
    .plyr__captions {
        font-size: var(--plyr-font-size-large, 18px);
    }
}
.plyr--captions-active .plyr__captions {
    display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    -webkit-transform: translateY(-webkit-calc(var(--plyr-control-spacing, 10px) * -4));
    -moz-transform: translateY(-moz-calc(var(--plyr-control-spacing, 10px) * -4));
    -ms-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
    -o-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
    transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}
.plyr__caption {
    background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: var(--plyr-captions-text-color, #fff);
    line-height: 185%;
    padding: 0.2em 0.5em;
    white-space: pre-wrap;
}
.plyr__caption div {
    display: inline;
}
.plyr__control {
    background: transparent;
    border: 0;
    -webkit-border-radius: var(--plyr-control-radius, 3px);
    -moz-border-radius: var(--plyr-control-radius, 3px);
    border-radius: var(--plyr-control-radius, 3px);
    color: inherit;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.plyr__control svg {
    display: block;
    fill: currentColor;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
    outline: 0;
}
.plyr__control.plyr__tab-focus {
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #bb854a));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
}
a.plyr__control {
    text-decoration: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
    display: none;
}
.plyr--full-ui ::-webkit-media-controls {
    display: none;
}
.plyr__controls {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}
.plyr__controls .plyr__progress__container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
.plyr__controls .plyr__controls__item {
    margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0;
}
.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"],
.plyr__controls:empty {
    display: none;
}
.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"],
.plyr--pip-supported [data-plyr="pip"] {
    display: inline-block;
}
.plyr__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.plyr__menu .plyr__control svg {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded="true"] svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
    display: none;
}
.plyr__menu__container {
    -webkit-animation: plyr-popup 0.2s ease;
    -moz-animation: plyr-popup 0.2s ease;
    -o-animation: plyr-popup 0.2s ease;
    animation: plyr-popup 0.2s ease;
    background: var(--plyr-menu-background, hsla(0, 0%, 100%, 0.9));
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    bottom: 100%;
    -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    -moz-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    color: var(--plyr-menu-color, #4a5464);
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3;
}
.plyr__menu__container > div {
    overflow: hidden;
    -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container:after {
    border-top: var(--plyr-menu-arrow-size, 4px) solid transparent;
    border-top-color: var(--plyr-menu-background, hsla(0, 0%, 100%, 0.9));
    border-style: solid;
    border-width: var(--plyr-menu-arrow-size, 4px);
    content: "";
    height: 0;
    position: absolute;
    right: -webkit-calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
    right: -moz-calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
    right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
    top: 100%;
    width: 0;
}
.plyr__menu__container [role="menu"] {
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role="menuitem"],
.plyr__menu__container [role="menuitemradio"] {
    margin-top: 2px;
}
.plyr__menu__container [role="menuitem"]:first-child,
.plyr__menu__container [role="menuitemradio"]:first-child {
    margin-top: 0;
}
.plyr__menu__container .plyr__control {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--plyr-menu-color, #4a5464);
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.plyr__menu__container .plyr__control,
.plyr__menu__container .plyr__control > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.plyr__menu__container .plyr__control > span {
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -moz-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}
.plyr__menu__container .plyr__control:after {
    border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
    padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}
.plyr__menu__container .plyr__control--forward:after {
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
    right: -moz-calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
    right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
    margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
    padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
    position: relative;
    width: -webkit-calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
    width: -moz-calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
    width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}
.plyr__menu__container .plyr__control--back:after {
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
    left: -moz-calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
    left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back:before {
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    -moz-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: "";
    height: 1px;
    left: 0;
    margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role="menuitemradio"] {
    padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:after,
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    margin-right: var(--plyr-control-spacing, 10px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 16px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, opacity 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
    width: 6px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
    background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, #bb854a));
}
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role="menuitemradio"].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role="menuitemradio"]:hover:before {
    background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: calc((var(--plyr-control-spacing, 10px) * 0.7 - 2) * -1);
    overflow: hidden;
    padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
    pointer-events: none;
}
.plyr--full-ui input[type="range"] {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    -webkit-border-radius: -webkit-calc(var(--plyr-range-thumb-height, 13px) * 2);
    -moz-border-radius: -moz-calc(var(--plyr-range-thumb-height, 13px) * 2);
    border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
    color: var(--plyr-range-fill-background, var(--plyr-color-main, #bb854a));
    display: block;
    height: -webkit-calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
    height: -moz-calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease, -moz-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease, -moz-box-shadow 0.3s ease;
    width: 100%;
}
.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    -webkit-border-radius: -webkit-calc(var(--plyr-range-track-height, 5px) / 2);
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
    background-image: -webkit-linear-gradient(left, currentColor var(--value, 0), transparent var(--value, 0));
    background-image: linear-gradient(90deg, currentColor var(--value, 0), transparent var(--value, 0));
}
.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: var(--plyr-range-thumb-height, 13px);
    -webkit-appearance: none;
    margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type="range"]::-moz-range-track {
    background: transparent;
    border: 0;
    -moz-border-radius: -moz-calc(var(--plyr-range-track-height, 5px) / 2);
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow 0.3s ease, -moz-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -moz-box-shadow 0.3s ease;
    -moz-user-select: none;
    user-select: none;
}
.plyr--full-ui input[type="range"]::-moz-range-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type="range"]::-moz-range-progress {
    background: currentColor;
    -moz-border-radius: -moz-calc(var(--plyr-range-track-height, 5px) / 2);
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type="range"]::-ms-track {
    color: transparent;
}
.plyr--full-ui input[type="range"]::-ms-fill-upper,
.plyr--full-ui input[type="range"]::-ms-track {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -ms-user-select: none;
    user-select: none;
}
.plyr--full-ui input[type="range"]::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor;
}
.plyr--full-ui input[type="range"]::-ms-thumb {
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: var(--plyr-range-thumb-height, 13px);
    margin-top: 0;
}
.plyr--full-ui input[type="range"]::-ms-tooltip {
    display: none;
}
.plyr--full-ui input[type="range"]:focus {
    outline: 0;
}
.plyr--full-ui input[type="range"]::-moz-focus-outer {
    border: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #bb854a));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #bb854a));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, #bb854a));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px;
}
.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    width: 100%;
    z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1;
}
.plyr__time {
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}
.plyr__time + .plyr__time:before {
    content: "\2044";
    margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: calc(768px - 1)) {
    .plyr__time + .plyr__time {
        display: none;
    }
}
.plyr__tooltip {
    background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    -webkit-border-radius: var(--plyr-tooltip-radius, 3px);
    -moz-border-radius: var(--plyr-tooltip-radius, 3px);
    border-radius: var(--plyr-tooltip-radius, 3px);
    bottom: 100%;
    -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    -moz-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    color: var(--plyr-tooltip-color, #4a5464);
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
    opacity: 0;
    padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(-50%, 10px) scale(0.8);
    -moz-transform: translate(-50%, 10px) scale(0.8);
    -ms-transform: translate(-50%, 10px) scale(0.8);
    -o-transform: translate(-50%, 10px) scale(0.8);
    transform: translate(-50%, 10px) scale(0.8);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
    transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
    -o-transition: opacity 0.2s 0.1s ease, -o-transform 0.2s 0.1s ease;
    -moz-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -moz-transform 0.2s 0.1s ease;
    transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
    transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s, -moz-transform 0.2s ease 0.1s, -o-transform 0.2s ease 0.1s;
    white-space: nowrap;
    z-index: 2;
}
.plyr__tooltip:before {
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    bottom: -webkit-calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    bottom: -moz-calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%) scale(1);
    -moz-transform: translate(-50%) scale(1);
    -ms-transform: translate(-50%) scale(1);
    -o-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3;
}
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translateY(10px) scale(0.8);
    -moz-transform: translateY(10px) scale(0.8);
    -ms-transform: translateY(10px) scale(0.8);
    -o-transform: translateY(10px) scale(0.8);
    transform: translateY(10px) scale(0.8);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
    left: -webkit-calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
    left: -moz-calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
    left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    -webkit-transform: translateY(10px) scale(0.8);
    -moz-transform: translateY(10px) scale(0.8);
    -ms-transform: translateY(10px) scale(0.8);
    -o-transform: translateY(10px) scale(0.8);
    transform: translateY(10px) scale(0.8);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: -webkit-calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
    right: -moz-calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
    right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0) scale(1);
    -moz-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    -o-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
}
.plyr__progress {
    left: -webkit-calc(var(--plyr-range-thumb-height, 13px) * 0.5);
    left: -moz-calc(var(--plyr-range-thumb-height, 13px) * 0.5);
    left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative;
}
.plyr__progress__buffer,
.plyr__progress input[type="range"] {
    margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
    width: -webkit-calc(100% + var(--plyr-range-thumb-height, 13px));
    width: -moz-calc(100% + var(--plyr-range-thumb-height, 13px));
    width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type="range"] {
    position: relative;
    z-index: 2;
}
.plyr__progress .plyr__tooltip {
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    left: 0;
}
.plyr__progress__buffer {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
    padding: 0;
    position: absolute;
    top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
    background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    -moz-border-radius: 100px;
    border-radius: 100px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.plyr--loading .plyr__progress__buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    -moz-animation: plyr-progress 1s linear infinite;
    -o-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-image: -webkit-linear-gradient(
        135deg,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%,
        transparent 0,
        transparent 50%,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 0,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%,
        transparent 0,
        transparent
    );
    background-image: -moz-linear-gradient(
        135deg,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%,
        transparent 25%,
        transparent 50%,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        135deg,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%,
        transparent 25%,
        transparent 50%,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        -45deg,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%,
        transparent 0,
        transparent 50%,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 0,
        var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%,
        transparent 0,
        transparent
    );
    background-repeat: repeat-x;
    -webkit-background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    -moz-background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    -o-background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25));
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr__volume {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 110px;
    min-width: 80px;
    position: relative;
    width: 20%;
}
.plyr__volume input[type="range"] {
    margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
    margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
    position: relative;
    z-index: 2;
}
.plyr--is-ios .plyr__volume {
    min-width: 0;
    width: auto;
}
.plyr--audio {
    display: block;
}
.plyr--audio .plyr__controls {
    background: var(--plyr-audio-controls-background, #fff);
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    color: var(--plyr-audio-control-color, #4a5464);
    padding: var(--plyr-control-spacing, 10px);
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
    background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, #bb854a));
    color: var(--plyr-audio-control-color-hover, #fff);
}
.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
    -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
    -moz-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--audio .plyr__progress__buffer {
    color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr--video {
    background: #000;
    overflow: hidden;
}
.plyr--video.plyr--menu-open {
    overflow: visible;
}
.plyr__video-wrapper {
    background: #000;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    left: 0;
    position: absolute;
    top: 0;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    -webkit-transform: translateY(-38.28125%);
    -moz-transform: translateY(-38.28125%);
    -ms-transform: translateY(-38.28125%);
    -o-transform: translateY(-38.28125%);
    transform: translateY(-38.28125%);
}
.plyr--video .plyr__controls {
    background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
    -webkit-border-bottom-left-radius: inherit;
    -moz-border-radius-bottomleft: inherit;
    border-bottom-left-radius: inherit;
    -webkit-border-bottom-right-radius: inherit;
    -moz-border-radius-bottomright: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: var(--plyr-video-control-color, #fff);
    left: 0;
    padding: calc(var(--plyr-control-spacing, 10px) / 2);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
    z-index: 3;
}
@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: var(--plyr-control-spacing, 10px);
        padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
    }
}
.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, #bb854a));
    color: var(--plyr-video-control-color-hover, #fff);
}
.plyr__control--overlaid {
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, #bb854a));
    border: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: var(--plyr-video-control-color, #fff);
    display: none;
    left: 50%;
    opacity: 0.9;
    padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
.plyr__control--overlaid svg {
    left: 2px;
    position: relative;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    opacity: 1;
}
.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
}
.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}
.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}
.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}
.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
    -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
    -moz-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),
        0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}
.plyr--video .plyr__progress__buffer {
    color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25));
}
.plyr:fullscreen {
    background: #000;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:fullscreen video {
    height: 100%;
}
.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static;
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:fullscreen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
    .plyr:-moz-full-screen .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
    .plyr:fullscreen .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
}
.plyr:-webkit-full-screen {
    background: #000;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-webkit-full-screen video {
    height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
}
.plyr:-moz-full-screen {
    background: #000;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-moz-full-screen video {
    height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
}
.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}
.plyr:-ms-fullscreen video {
    height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
}
.plyr--fullscreen-fallback {
    background: #000;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000;
}
.plyr--fullscreen-fallback video {
    height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none;
}
@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: var(--plyr-font-size-xlarge, 21px);
    }
}
.plyr__ads {
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%;
}
.plyr__ads:after {
    background: #23282f;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3;
}
.plyr__ads:after:empty {
    display: none;
}
.plyr__cues {
    background: currentColor;
    display: block;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin: -var(--plyr-range-track-height, 5px) / 2 0 0;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3;
}
.plyr__preview-thumb {
    background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    bottom: 100%;
    -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    -moz-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
    opacity: 0;
    padding: var(--plyr-tooltip-radius, 3px);
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(10px) scale(0.8);
    -moz-transform: translateY(10px) scale(0.8);
    -ms-transform: translateY(10px) scale(0.8);
    -o-transform: translateY(10px) scale(0.8);
    transform: translateY(10px) scale(0.8);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
    transition: opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
    -o-transition: opacity 0.2s 0.1s ease, -o-transform 0.2s 0.1s ease;
    -moz-transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -moz-transform 0.2s 0.1s ease;
    transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
    transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s, -moz-transform 0.2s ease 0.1s, -o-transform 0.2s ease 0.1s;
    z-index: 2;
}
.plyr__preview-thumb--is-shown {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    -moz-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    -o-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
}
.plyr__preview-thumb:before {
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
    bottom: -webkit-calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    bottom: -moz-calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}
.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    -webkit-border-radius: -webkit-calc(var(--plyr-tooltip-radius, 3px) - 1px);
    -moz-border-radius: -moz-calc(var(--plyr-tooltip-radius, 3px) - 1px);
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3;
}
.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, 0.55);
    -webkit-border-radius: -webkit-calc(var(--plyr-tooltip-radius, 3px) - 1px);
    -moz-border-radius: -moz-calc(var(--plyr-tooltip-radius, 3px) - 1px);
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    color: #fff;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    padding: 3px 6px;
}
.plyr__preview-scrubbing {
    bottom: 0;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
    opacity: 1;
}
.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
}
.plyr--no-transition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}
.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.plyr [hidden] {
    display: none !important;
}
.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: var(--plyr-font-weight-regular, 400);
    height: 100%;
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease, -moz-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease, -moz-box-shadow 0.3s ease;
    z-index: 0;
}
.plyr audio,
.plyr iframe,
.plyr video {
    display: block;
    height: 100%;
    width: 100%;
}
.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto;
}
.plyr:focus {
    outline: 0;
}
.plyr--full-ui {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -ms-transform-origin: 0;
        -o-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -moz-transform-origin: 100%;
        -ms-transform-origin: 100%;
        -o-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
* {
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes fontfix {
    0% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
::-moz-selection {
    color: #fff;
    background: #bb854a;
}
::selection {
    color: #fff;
    background: #bb854a;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: all 0.4s ease;
    position: relative;
    color: #1a1a1a;
}
a:hover {
    color: #bb854a;
}
embed,
iframe {
    max-width: 100%;
    display: block;
}
figure {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-family: Libre Baskerville, serif;
    font-weight: 400;
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
p,
strong {
    margin-top: 0;
}
b,
strong {
    font-family: GillSansNova-Medium;
    font-weight: 400;
}
.text-center {
    text-align: center;
}
.small-text {
    font-size: 11px;
}
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
}
form small {
    font-size: 13px;
    line-height: 1;
    display: block;
    text-align: center;
}
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99997;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    display: none;
}
.page-loader img,
.page-loader svg {
    width: 600px;
    max-width: 90%;
    -webkit-transform: scale(6);
    -moz-transform: scale(6);
    -ms-transform: scale(6);
    -o-transform: scale(6);
    transform: scale(6);
    opacity: 0.12;
}
.page-loader img .texts,
.page-loader svg .texts {
    opacity: 0;
}
body.page-have-loader .page-loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
body.page-loading .page-loader img,
body.page-loading .page-loader svg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 1.8s;
    -o-transition: 1.8s all;
    -moz-transition: 1.8s all;
    transition: all 1.8s;
}
body.page-loading .page-loader img .texts,
body.page-loading .page-loader svg .texts {
    opacity: 1;
    -webkit-transition: all 0.9s ease;
    -o-transition: 0.9s all ease;
    -moz-transition: 0.9s all ease;
    transition: all 0.9s ease;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
body.page-loaded .page-loader {
    display: none;
}
@media screen and (max-width: 782px) {
    .customize-support,
    .customize-support header {
        margin-top: 46px;
    }
}
.customize-support header .logo-area {
    margin-top: 32px;
}
@media screen and (max-width: 782px) {
    .customize-support header .logo-area {
        margin-top: 0;
    }
}
body.form-open,
body.menu-open,
html.form-open,
html.menu-open {
    overflow: hidden;
}
body.form-open:before,
body.menu-open:before,
html.form-open:before,
html.menu-open:before {
    display: block;
}
body {
    margin: 0;
    padding: 0 0 0 80px;
    font-family: GillSansNova-Light;
    font-size: 26px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.4;
    overflow: hidden;
    overflow-y: auto;
    overflow-anchor: none !important;
}
@media (max-width: 1440px) {
    body {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    body {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    body {
        font-size: 16px;
    }
}
@media (max-width: 766px) {
    body {
        padding-left: 0;
    }
}
body:before {
    z-index: 9992;
    background: #fff;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99), -webkit-filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99), -webkit-filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99);
    -o-transition: 0.2s filter cubic-bezier(0.91, 0.01, 0.6, 0.99), 0.4s -o-transform cubic-bezier(0.91, 0.01, 0.6, 0.99);
    -moz-transition: 0.4s transform cubic-bezier(0.91, 0.01, 0.6, 0.99), 0.2s filter cubic-bezier(0.91, 0.01, 0.6, 0.99), 0.4s -moz-transform cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99), filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99), filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99), -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99), -moz-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99),
        -o-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99), -webkit-filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99);
}
body:after,
body:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
body:after {
    z-index: 9991;
    background: #faf2e7;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    -o-transition: 0.4s -o-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    -moz-transition: 0.4s transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, 0.4s -moz-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, -moz-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
        -o-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
}
body .main-content-area,
body aside,
body main {
    -webkit-transition: opacity 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99), -webkit-transform 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition: opacity 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99), -webkit-transform 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99);
    -o-transition: opacity 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99), -o-transform 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99);
    -moz-transition: transform 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99), opacity 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99), -moz-transform 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition: transform 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99), opacity 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition: transform 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99), opacity 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99), -webkit-transform 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99), -moz-transform 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99),
        -o-transform 0.5s cubic-bezier(0.91, 0.01, 0.6, 0.99);
}
body.page-loaded:after,
body.page-loaded:before {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
body.page-loaded.link-transition:after,
body.page-loaded .main-content-area,
body.page-loaded aside,
body.page-loaded main {
    opacity: 1;
}
.only-on-mobile {
    display: none;
}
@media (max-width: 1024px) {
    .only-on-mobile {
        display: block;
    }
}
.container {
    width: 100%;
    max-width: 1130px;
    padding: 0 20px;
    margin: 0 auto;
}
body.form-open main.custom-scroll-area,
body.menu-open main.custom-scroll-area {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
body.form-open main.custom-scroll-area:before,
body.menu-open main.custom-scroll-area:before {
    opacity: 1;
}
main.custom-scroll-area {
    width: 100%;
    overflow: hidden;
    padding-top: 48px;
    position: relative;
    -webkit-transition: -webkit-filter 0.5s ease;
    transition: -webkit-filter 0.5s ease;
    -o-transition: 0.5s filter ease;
    -moz-transition: 0.5s filter ease;
    transition: filter 0.5s ease;
    transition: filter 0.5s ease, -webkit-filter 0.5s ease;
    z-index: 91;
}
@media (max-width: 766px) {
    main.custom-scroll-area {
        padding-top: 48px;
    }
}
main.custom-scroll-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99991;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: 0.5s opacity ease;
    -moz-transition: 0.5s opacity ease;
    transition: opacity 0.5s ease;
}
body.header-transparent main.custom-scroll-area {
    padding-top: 0;
}
@media (max-width: 766px) {
    body.header-transparent main.custom-scroll-area {
        padding-top: 0px;
    }
}
body.header-transparent .logo-area-d {
    top: 0;
}
.scrollbar-track .scrollbar-thumb {
    background: #e4b474;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 991;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 766px) {
    header {
        height: auto;
        width: 100%;
        z-index: 995;
        position: relative;
    }

}
header .header-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #faf2e7;
}
@media (max-width: 766px) {
    header .header-area {
        width: 100%;
        min-height: 110px;
    }
}
@media (max-width: 479px) {
    /* header .header-area {
        min-height: 48px;
    } */
}
header .header-area .header-wrap {
    position: relative;
    width: 80px;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 766px) {
    header .header-area .header-wrap {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 50px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media (max-width: 479px) {
    header .header-area .header-wrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
header .header-area .header-wrap .logo-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    text-align: center;
    -webkit-transition: background 0.2s ease;
    -o-transition: 0.2s background ease;
    -moz-transition: 0.2s background ease;
    transition: background 0.2s ease;
}
@media (max-width: 766px) {
    header .header-area .header-wrap .logo-area {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 15px;
        width: auto;
    }
}
header .header-area .header-wrap .logo-area.mobile-only {
    display: none;
}
@media (max-width: 766px) {
    header .header-area .header-wrap .logo-area.mobile-only {
        display: block;
    }
}
header .header-area .header-wrap .logo-area a {
    display: inline-block;
    padding: 15px;
}

header .header-area .header-wrap .logo-area a img {
    width: 340px;
    max-width: 80%;
    max-height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 766px) {
    header .header-area .header-wrap .logo-area a {
        padding: 0;
    }

    header .header-area .header-wrap .logo-area a img {
        max-height: 80px;
      }
}

@media (max-width: 479px) {
    header .header-area .header-wrap .logo-area a img {
        width: 100%;
        max-width: 170px;
    }
}
@media (max-width: 379px) {
    header .header-area .header-wrap .logo-area a img {
        width: 100%;
        max-width: 185px;
    }
}
header .header-area .header-wrap .header-link {
    font-size: 18px;
    font-weight: 400;
    color: #bb854a;
    font-family: GillSansNova-Medium;
}
@media (max-width: 1440px) {
    header .header-area .header-wrap .header-link {
        font-size: 16px;
    }
}
@media (max-width: 649px) {
    header .header-area .header-wrap .header-link {
        font-size: 14px;
    }
}
@media (min-width: 767px) {
    header .header-area .header-wrap .header-link {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: rotate(-90deg) translateY(-50%);
        -moz-transform: rotate(-90deg) translateY(-50%);
        -ms-transform: rotate(-90deg) translateY(-50%);
        -o-transform: rotate(-90deg) translateY(-50%);
        transform: rotate(-90deg) translateY(-50%);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
    }
}
@media (max-width: 479px) {
    header .header-area .header-wrap .header-link {
        display: none;
    }
}
header .header-area .header-wrap .header-link a {
    color: #bb854a;
}
header .header-area .header-wrap .header-link a:hover {
    color: #1a1a1a;
}
header .header-area .header-wrap .menu-toggle-area {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 766px) {
    header .header-area .header-wrap .menu-toggle-area {
        left: 10px;
        top: 10px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
header .header-area .header-wrap .menu-toggle-area .menu-toggle {
    width: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (max-width: 766px) {
    header .header-area .header-wrap .menu-toggle-area .menu-toggle {
        width: 30px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
header .header-area .header-wrap .menu-toggle-area .menu-toggle span {
    height: 50px;
    width: 2px;
    background: #bb854a;
    display: block;
    margin: 0 5px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -o-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    transition: all 0.2s ease;
}
@media (max-width: 766px) {
    header .header-area .header-wrap .menu-toggle-area .menu-toggle span {
        height: 30px;
    }
}
header .header-area .header-wrap .menu-toggle-area .menu-toggle:hover span {
    margin: 0 3px;
}
header .header-area .header-wrap .menu-toggle-area .menu-toggle.open span {
    margin: 0;
}
header .header-area .header-wrap .menu-toggle-area .menu-toggle.open span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 766px) {
    header .header-area .header-wrap .menu-toggle-area .menu-toggle.open span:first-child {
        -webkit-transform: rotate(45deg) translateY(-1px);
        -moz-transform: rotate(45deg) translateY(-1px);
        -ms-transform: rotate(45deg) translateY(-1px);
        -o-transform: rotate(45deg) translateY(-1px);
        transform: rotate(45deg) translateY(-1px);
    }
}
header .header-area .header-wrap .menu-toggle-area .menu-toggle.open span:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 766px) {
    header .header-area .header-wrap .menu-toggle-area .menu-toggle.open span:last-child {
        -webkit-transform: rotate(-45deg) translateY(-1px);
        -moz-transform: rotate(-45deg) translateY(-1px);
        -ms-transform: rotate(-45deg) translateY(-1px);
        -o-transform: rotate(-45deg) translateY(-1px);
        transform: rotate(-45deg) translateY(-1px);
    }
}
header .header-area .header-wrap .language-switcher {
    position: relative;
    z-index: 999;
}
header .header-area .header-wrap .language-switcher .wpml-ls-legacy-dropdown {
    width: 60px;
}
header .header-area .header-wrap .language-switcher .wpml-ls-legacy-dropdown ul > li > a {
    display: block;
    padding: 7px;
}
header .header-area .header-wrap .language-switcher .wpml-ls-legacy-dropdown ul > li > a:before {
    content: "";
    top: 7px;
    bottom: 7px;
    position: absolute;
    width: 0;
    right: 21px;
    border-left: 1px solid #bb854a;
    display: block;
}
header .header-area .header-wrap .language-switcher .wpml-ls-legacy-dropdown ul > li > a:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: 6px;
    border: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #bb854a;
    margin-top: -3px;
}
header .header-area .header-wrap .language-switcher .wpml-ls-legacy-dropdown ul > li > a > span {
    display: block;
    line-height: 1;
}
header .header-area .header-wrap .language-switcher .wpml-ls-legacy-dropdown ul > li ul {
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    position: absolute;
    text-align: center;
    width: 100%;
    background: #fff;
    color: #bb854a;
    -webkit-transition: all 0.4s ease;
    -o-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: all 0.4s ease;
}
header .header-area .header-wrap .language-switcher .wpml-ls-legacy-dropdown ul > li ul li a {
    color: #1a1a1a;
    font-size: 0.8em;
}
header .header-area .header-wrap .language-switcher .wpml-ls-legacy-dropdown ul > li ul li a:after,
header .header-area .header-wrap .language-switcher .wpml-ls-legacy-dropdown ul > li ul li a:before {
    content: none;
}
header .header-area .header-wrap .language-switcher .wpml-ls-legacy-dropdown ul > li ul li a:hover {
    color: #bb854a;
}
header .header-area .header-wrap .language-switcher .wpml-ls-legacy-dropdown ul > li:hover ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
header .header-area .header-wrap .language-switcher .wpml-ls-legacy-dropdown a {
    font-size: 20px;
    font-weight: 400;
    font-family: GillSansNova-Book;
    background: transparent;
    color: #bb854a;
    border: none;
}
@media (max-width: 1440px) {
    header .header-area .header-wrap .language-switcher .wpml-ls-legacy-dropdown a {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    header .header-area .header-wrap .language-switcher .wpml-ls-legacy-dropdown a {
        font-size: 14px;
    }
}
header .header-area .header-wrap .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 0;
}
header.sticky .header-area .header-wrap .logo-area {
    background: #faf2e7;
}
.logo-area-d {
    position: absolute;
    top: 0;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999991;
    text-align: center;
}
@media (max-width: 766px) {
    .logo-area-d {
        display: none;
    }
}
.logo-area-d a {
    display: inline-block;
    padding: 15px;
}
.logo-area-d a img {
    width: 160px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    display: block;
}
.menu-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 46%;
    max-width: 85%;
    height: 100%;
    margin-left: 80px;
    z-index: 990;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    visibility: hidden;
    -webkit-transition: all 0s ease 0.8s;
    -o-transition: 0s all ease 0.8s;
    -moz-transition: 0s all ease 0.8s;
    transition: all 0s ease 0.8s;
}
@media (max-width: 766px) {
    .menu-panel {
        margin-left: 0;
        padding-top: 50px;
        width: 550px;
        max-width: 85%;
    }
}
.menu-panel:before {
    z-index: 9992;
    background: #fff;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s, -webkit-filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
    transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s, -webkit-filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
    -o-transition: 0.2s filter cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s, 0.4s -o-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
    -moz-transition: 0.4s transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s, 0.2s filter cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s, 0.4s -moz-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
    transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s, filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
    transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s, filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s, -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
        -moz-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s, -o-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s, -webkit-filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
    filter: none;
}
.menu-panel:after,
.menu-panel:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: none;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.menu-panel:after {
    z-index: 9991;
    background: #faf2e7;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    -o-transition: 0.4s -o-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    -moz-transition: 0.4s transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, 0.4s -moz-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, -moz-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
        -o-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    filter: none;
}
.menu-panel .menu-panel-wrap {
    padding: 60px 15px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: transparent;
    position: relative;
    z-index: 9993;
    -webkit-transition: all 0.4s ease 0;
    -o-transition: 0.4s all ease 0;
    -moz-transition: 0.4s all ease 0;
    transition: all 0.4s ease 0;
}
@media (max-width: 766px) {
    .menu-panel .menu-panel-wrap {
        padding: 30px;
    }
}
.menu-panel .menu-panel-wrap > ul {
    max-height: 100%;
}
.menu-panel .menu-panel-wrap ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}
.menu-panel .menu-panel-wrap ul li {
    display: table;
    margin: auto auto 15px;
}
.menu-panel .menu-panel-wrap ul li a {
    color: #bb854a;
    font-size: 30px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    display: table;
    margin: auto;
    text-align: center;
    padding: 5px 15px;
    position: relative;
}
@media (max-width: 1440px) {
    .menu-panel .menu-panel-wrap ul li a {
        font-size: 24px;
    }
}
@media (max-width: 766px) {
    .menu-panel .menu-panel-wrap ul li a {
        font-size: 22px;
    }
}
@media (max-width: 649px) {
    .menu-panel .menu-panel-wrap ul li a {
        font-size: 18px;
    }
}
.menu-panel .menu-panel-wrap ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #bb854a;
    pointer-events: none;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.menu-panel .menu-panel-wrap ul li a:hover {
    font-weight: 700;
}
.menu-panel .menu-panel-wrap ul li a:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.menu-panel .menu-panel-wrap ul li a span {
    position: relative;
    z-index: 2;
    display: block;
}
.menu-panel .menu-panel-wrap ul li.current-menu-ancestor a:before,
.menu-panel .menu-panel-wrap ul li.current-menu-item a:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.menu-panel .menu-panel-wrap ul li.menu-item-has-children.opened > a,
.menu-panel .menu-panel-wrap ul li.menu-item-has-children:hover > a {
    font-weight: 700;
}
.menu-panel .menu-panel-wrap ul li.menu-item-has-children.opened > a:before,
.menu-panel .menu-panel-wrap ul li.menu-item-has-children:hover > a:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.menu-panel .menu-panel-wrap ul li .sub-menu {
    display: none;
    margin-top: 15px;
}
.menu-panel .menu-panel-wrap ul li .sub-menu a {
    font-size: 26px;
    font-weight: 400;
    font-family: GillSansNova-Light;
    color: #1a1a1a;
}
@media (max-width: 1440px) {
    .menu-panel .menu-panel-wrap ul li .sub-menu a {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .menu-panel .menu-panel-wrap ul li .sub-menu a {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .menu-panel .menu-panel-wrap ul li .sub-menu a {
        font-size: 16px;
    }
}
.menu-panel .menu-panel-wrap ul li .sub-menu a:before {
    content: none;
}
.menu-panel .menu-panel-wrap ul li .sub-menu a:hover {
    color: #bb854a;
}
.menu-panel .menu-panel-wrap ul li .sub-menu li.current-menu-item a {
    color: #bb854a;
    font-weight: 700;
}
.menu-panel .menu-panel-wrap > ul > li {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu-panel.menu-open {
    visibility: visible;
    -webkit-transition: all 0s ease 0s;
    -o-transition: 0s all ease 0s;
    -moz-transition: 0s all ease 0s;
    transition: all 0s ease 0s;
}
.menu-panel.menu-open:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, -webkit-filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, -webkit-filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    -o-transition: 0.2s filter cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, 0.4s -o-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    -moz-transition: 0.4s transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, 0.2s filter cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, 0.4s -moz-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
    transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s,
        -moz-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, -o-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s, -webkit-filter 0.2s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0.25s;
}
.menu-panel.menu-open:after,
.menu-panel.menu-open:before {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.menu-panel.menu-open:after {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
    transition: -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
    -o-transition: 0.4s -o-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
    -moz-transition: 0.4s transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s, 0.4s -moz-transform cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
    transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
    transition: transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s, -webkit-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s, -moz-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s,
        -o-transform 0.4s cubic-bezier(0.91, 0.01, 0.6, 0.99) 0s;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.4s ease;
    -o-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: all 0.4s ease;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li:first-child {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.95s;
    -moz-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li:nth-child(7) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li:nth-child(8) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li:nth-child(9) {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li:nth-child(10) {
    -webkit-transition-delay: 1.15s;
    -moz-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li:nth-child(11) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li:nth-child(12) {
    -webkit-transition-delay: 1.25s;
    -moz-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li:nth-child(13) {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li:nth-child(14) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}
.menu-panel.menu-open .menu-panel-wrap > ul > li:nth-child(15) {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.newsletter-area {
    background: #faf2e7;
    color: #bb854a;
    padding: 30px 0;
}
.newsletter-area .container {
    max-width: 1250px;
}
.newsletter-area .newsletter-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media (max-width: 990px) {
    .newsletter-area .newsletter-widget {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.newsletter-area .newsletter-widget .ajax-loader {
    position: absolute;
}
.newsletter-area .newsletter-widget em {
    font-style: normal;
}
@media (min-width: 991px) {
    .newsletter-area .newsletter-widget em {
        display: none;
    }
}
.newsletter-area .newsletter-widget small {
    font-size: 13px;
}
.newsletter-area .newsletter-widget p {
    margin-bottom: 0;
}
.newsletter-area .newsletter-widget .widget-title {
    font-size: 26px;
    font-weight: 400;
    font-family: GillSansNova-Book;
    color: #bb854a;
    margin: 10px 15px 0 0;
    min-width: 420px;
}
@media (max-width: 1440px) {
    .newsletter-area .newsletter-widget .widget-title {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .newsletter-area .newsletter-widget .widget-title {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .newsletter-area .newsletter-widget .widget-title {
        font-size: 16px;
    }
}
@media (max-width: 1440px) {
    .newsletter-area .newsletter-widget .widget-title {
        min-width: 350px;
    }
}
@media (max-width: 990px) {
    .newsletter-area .newsletter-widget .widget-title {
        min-width: 10px;
        margin-bottom: 15px;
        margin-right: 0;
        text-align: center;
    }
}
.newsletter-area .newsletter-widget .textwidget {
    width: 100%;
}
.newsletter-area .newsletter-widget .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
@media (max-width: 766px) {
    .newsletter-area .newsletter-widget .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.newsletter-area .newsletter-widget .form-group .form-control {
    padding: 12px 15px;
    margin: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #bb854a;
}
.newsletter-area .newsletter-widget .form-group .form-control.mce_inline_error {
    border-color: red;
}
.newsletter-area .newsletter-widget .form-group div.mce_inline_error {
    display: block;
    font-family: GillSansNova-Book;
    font-weight: 400 !important;
    font-size: 14px;
    padding: 2px 10px;
    background: #bb854a !important;
    color: #fff;
}
.newsletter-area .newsletter-widget .form-group .form-row {
    padding: 0 10px;
    margin: 0;
}
.newsletter-area .newsletter-widget .form-group .form-row:not(.button-row) {
    width: 100%;
}
@media (max-width: 766px) {
    .newsletter-area .newsletter-widget .form-group .form-row {
        margin-bottom: 15px;
    }
}
.about-area .newsletter-area .newsletter-widget .form-group .form-row a,
.banner-area.home-page-banner .banner-video .video-buttons .newsletter-area .newsletter-widget .form-group .form-row a,
.banner-area.home-page-banner .banner-video .video-buttons .newsletter-area .newsletter-widget .form-group .form-row button,
.brochure-popup-form .newsletter-area .newsletter-widget .form-group .form-row .ebd_link,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .newsletter-area .newsletter-widget .form-group .form-row button,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .newsletter-area .newsletter-widget .form-group .form-row input[type="submit"],
.latest-developements .latest-dev-content .headline-area p .newsletter-area .newsletter-widget .form-group .form-row a,
.news-page-area .loadmore-post .newsletter-area .newsletter-widget .form-group .form-row a,
.newsletter-area .newsletter-widget .form-group .form-row .about-area a,
.newsletter-area .newsletter-widget .form-group .form-row .banner-area.home-page-banner .banner-video .video-buttons a,
.newsletter-area .newsletter-widget .form-group .form-row .banner-area.home-page-banner .banner-video .video-buttons button,
.newsletter-area .newsletter-widget .form-group .form-row .brochure-popup-form .ebd_link,
.newsletter-area .newsletter-widget .form-group .form-row .btn,
.newsletter-area .newsletter-widget .form-group .form-row .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
.newsletter-area .newsletter-widget .form-group .form-row .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
.newsletter-area .newsletter-widget .form-group .form-row .latest-developements .latest-dev-content .headline-area p a,
.newsletter-area .newsletter-widget .form-group .form-row .news-page-area .loadmore-post a,
.newsletter-area .newsletter-widget .form-group .form-row .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
.newsletter-area .newsletter-widget .form-group .form-row .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .newsletter-area .newsletter-widget .form-group .form-row a,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .newsletter-area .newsletter-widget .form-group .form-row a {
    font-size: 18px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    padding: 10px 30px;
}
@media (max-width: 1440px) {
    .about-area .newsletter-area .newsletter-widget .form-group .form-row a,
    .banner-area.home-page-banner .banner-video .video-buttons .newsletter-area .newsletter-widget .form-group .form-row a,
    .banner-area.home-page-banner .banner-video .video-buttons .newsletter-area .newsletter-widget .form-group .form-row button,
    .brochure-popup-form .newsletter-area .newsletter-widget .form-group .form-row .ebd_link,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .newsletter-area .newsletter-widget .form-group .form-row button,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .newsletter-area .newsletter-widget .form-group .form-row input[type="submit"],
    .latest-developements .latest-dev-content .headline-area p .newsletter-area .newsletter-widget .form-group .form-row a,
    .news-page-area .loadmore-post .newsletter-area .newsletter-widget .form-group .form-row a,
    .newsletter-area .newsletter-widget .form-group .form-row .about-area a,
    .newsletter-area .newsletter-widget .form-group .form-row .banner-area.home-page-banner .banner-video .video-buttons a,
    .newsletter-area .newsletter-widget .form-group .form-row .banner-area.home-page-banner .banner-video .video-buttons button,
    .newsletter-area .newsletter-widget .form-group .form-row .brochure-popup-form .ebd_link,
    .newsletter-area .newsletter-widget .form-group .form-row .btn,
    .newsletter-area .newsletter-widget .form-group .form-row .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
    .newsletter-area .newsletter-widget .form-group .form-row .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
    .newsletter-area .newsletter-widget .form-group .form-row .latest-developements .latest-dev-content .headline-area p a,
    .newsletter-area .newsletter-widget .form-group .form-row .news-page-area .loadmore-post a,
    .newsletter-area .newsletter-widget .form-group .form-row .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
    .newsletter-area .newsletter-widget .form-group .form-row .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .newsletter-area .newsletter-widget .form-group .form-row a,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .newsletter-area .newsletter-widget .form-group .form-row a {
        font-size: 16px;
    }
}
@media (max-width: 649px) {
    .about-area .newsletter-area .newsletter-widget .form-group .form-row a,
    .banner-area.home-page-banner .banner-video .video-buttons .newsletter-area .newsletter-widget .form-group .form-row a,
    .banner-area.home-page-banner .banner-video .video-buttons .newsletter-area .newsletter-widget .form-group .form-row button,
    .brochure-popup-form .newsletter-area .newsletter-widget .form-group .form-row .ebd_link,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .newsletter-area .newsletter-widget .form-group .form-row button,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .newsletter-area .newsletter-widget .form-group .form-row input[type="submit"],
    .latest-developements .latest-dev-content .headline-area p .newsletter-area .newsletter-widget .form-group .form-row a,
    .news-page-area .loadmore-post .newsletter-area .newsletter-widget .form-group .form-row a,
    .newsletter-area .newsletter-widget .form-group .form-row .about-area a,
    .newsletter-area .newsletter-widget .form-group .form-row .banner-area.home-page-banner .banner-video .video-buttons a,
    .newsletter-area .newsletter-widget .form-group .form-row .banner-area.home-page-banner .banner-video .video-buttons button,
    .newsletter-area .newsletter-widget .form-group .form-row .brochure-popup-form .ebd_link,
    .newsletter-area .newsletter-widget .form-group .form-row .btn,
    .newsletter-area .newsletter-widget .form-group .form-row .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
    .newsletter-area .newsletter-widget .form-group .form-row .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
    .newsletter-area .newsletter-widget .form-group .form-row .latest-developements .latest-dev-content .headline-area p a,
    .newsletter-area .newsletter-widget .form-group .form-row .news-page-area .loadmore-post a,
    .newsletter-area .newsletter-widget .form-group .form-row .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
    .newsletter-area .newsletter-widget .form-group .form-row .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .newsletter-area .newsletter-widget .form-group .form-row a,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .newsletter-area .newsletter-widget .form-group .form-row a {
        font-size: 14px;
    }
}
@media (max-width: 766px) {
    .about-area .newsletter-area .newsletter-widget .form-group .form-row a,
    .banner-area.home-page-banner .banner-video .video-buttons .newsletter-area .newsletter-widget .form-group .form-row a,
    .banner-area.home-page-banner .banner-video .video-buttons .newsletter-area .newsletter-widget .form-group .form-row button,
    .brochure-popup-form .newsletter-area .newsletter-widget .form-group .form-row .ebd_link,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .newsletter-area .newsletter-widget .form-group .form-row button,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .newsletter-area .newsletter-widget .form-group .form-row input[type="submit"],
    .latest-developements .latest-dev-content .headline-area p .newsletter-area .newsletter-widget .form-group .form-row a,
    .news-page-area .loadmore-post .newsletter-area .newsletter-widget .form-group .form-row a,
    .newsletter-area .newsletter-widget .form-group .form-row .about-area a,
    .newsletter-area .newsletter-widget .form-group .form-row .banner-area.home-page-banner .banner-video .video-buttons a,
    .newsletter-area .newsletter-widget .form-group .form-row .banner-area.home-page-banner .banner-video .video-buttons button,
    .newsletter-area .newsletter-widget .form-group .form-row .brochure-popup-form .ebd_link,
    .newsletter-area .newsletter-widget .form-group .form-row .btn,
    .newsletter-area .newsletter-widget .form-group .form-row .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
    .newsletter-area .newsletter-widget .form-group .form-row .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
    .newsletter-area .newsletter-widget .form-group .form-row .latest-developements .latest-dev-content .headline-area p a,
    .newsletter-area .newsletter-widget .form-group .form-row .news-page-area .loadmore-post a,
    .newsletter-area .newsletter-widget .form-group .form-row .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
    .newsletter-area .newsletter-widget .form-group .form-row .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .newsletter-area .newsletter-widget .form-group .form-row a,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .newsletter-area .newsletter-widget .form-group .form-row a {
        background: #bb854a;
        color: #fff;
        margin-bottom: 15px;
        width: 100%;
    }
}
.newsletter-area .newsletter-widget #mce-responses {
    padding: 0 10px;
    text-align: center;
}
.newsletter-area .newsletter-widget #mce-responses #mce-error-response {
    background: red;
    padding: 4px 15px;
    color: #fff;
    font-size: 14px;
    margin-top: 7px;
}
.newsletter-area .newsletter-widget #mce-responses #mce-success-response {
    background: #31840f;
    padding: 4px 15px;
    color: #fff;
    font-size: 14px;
    margin-top: 7px;
}
.newsletter-area .newsletter-widget #mce-responses a {
    color: #fff;
    text-decoration: underline;
}
.newsletter-area .newsletter-widget #mce-responses a:hover {
    color: #fff;
}
footer {
    background: #bb854a;
    padding-top: 40px;
}
footer .footer-logo-area {
    text-align: center;
    padding-bottom: 40px;
}
footer .footer-container {
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
}
footer .footer-main {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}
@media (max-width: 1440px) {
    footer .footer-main {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    footer .footer-main {
        font-size: 14px;
    }
}
@media (max-width: 766px) {
    footer .footer-main {
        padding: 30px 0 20px;
    }
}
footer .footer-main p {
    margin-bottom: 20px;
}
footer .footer-main a {
    color: #fff;
}
footer .footer-main a:hover {
    color: #e4b474;
}
footer .footer-main em,
footer .footer-main i {
    color: #fff;
    font-style: normal;
}
footer .footer-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .footer-main ul.menu {
    display: block;
}
footer .footer-main ul.menu li {
    display: block;
    margin-bottom: 20px;
}
footer .footer-main ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
footer .footer-main ul li:last-child {
    margin-right: 0;
}
footer .footer-main ul li a {
    display: block;
}
footer .footer-main ul li a img {
    -webkit-filter: grayscale(1) brightness(3);
    filter: grayscale(1) brightness(3);
    -webkit-transition: all 0.3s ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: all 0.3s ease;
}
footer .footer-main ul li a:hover img {
    -webkit-filter: none;
    filter: none;
}
footer .footer-main .footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}
@media (max-width: 766px) {
    footer .footer-main .footer-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 649px) {
    footer .footer-main .footer-wrap {
        margin: 0;
    }
}
footer .footer-main .footer-wrap .footer-widget {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
    width: 33.33%;
}
@media (max-width: 766px) {
    footer .footer-main .footer-wrap .footer-widget {
        width: 50%;
    }
}
@media (max-width: 649px) {
    footer .footer-main .footer-wrap .footer-widget {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
}
footer .footer-main .footer-wrap .footer-widget .widget-title {
    font-size: 18px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 1440px) {
    footer .footer-main .footer-wrap .footer-widget .widget-title {
        font-size: 16px;
    }
}
@media (max-width: 649px) {
    footer .footer-main .footer-wrap .footer-widget .widget-title {
        font-size: 14px;
    }
}
@media (max-width: 766px) {
    footer .footer-main .footer-wrap .footer-widget .widget-title {
        font-size: 20px;
    }
}
footer .footer-main .footer-wrap .footer-widget .gallery .gallery-item {
    padding: 0 5px;
}
@media (max-width: 649px) {
    footer .footer-main .footer-wrap .footer-widget .gallery .gallery-item {
        width: 20% !important;
    }
}
footer .footer-main .footer-wrap .footer-widget .gallery .gallery-item img {
    border: none !important;
    width: auto;
}
@media (max-width: 649px) {
    footer .footer-main .footer-wrap .footer-widget .gallery br {
        display: none;
    }
}
footer .footer-main .footer-wrap .footer-widget .gallery:after {
    content: "";
    display: table;
    line-height: 1;
    clear: both;
}
footer .footer-bottom {
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
@media (max-width: 1440px) {
    footer .footer-bottom {
        font-size: 16px;
    }
}
@media (max-width: 649px) {
    footer .footer-bottom {
        font-size: 14px;
    }
}
footer .footer-bottom p:last-child {
    margin-bottom: 0;
}
@media (min-width: 650px) {
    footer .footer-bottom br {
        display: block;
    }
}
footer .footer-bottom a {
    color: #fff;
}
footer .footer-bottom a:hover {
    color: #e4b474;
}
.enquery-form-area {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 99991;
    width: 750px;
    max-width: 90%;
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 1440px) {
    .enquery-form-area {
        width: 600px;
    }
}
@media (max-width: 766px) {
    .enquery-form-area {
        padding-top: 48px;
    }
}
.enquery-form-area.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.enquery-form-area .close-enquery {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
@media (max-width: 1440px) {
    .enquery-form-area .close-enquery {
        top: -40px;
    }
}
.enquery-form-area .enquery-form-wrap-area {
    padding: 70px 80px;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
@media (max-width: 1440px) {
    .enquery-form-area .enquery-form-wrap-area {
        padding: 50px 40px;
    }
}
.enquery-form-area .enquery-form-wrap {
    width: 375px;
    max-width: 100%;
    margin-bottom: 70px;
}
.enquery-form-area h1,
.enquery-form-area h2,
.enquery-form-area h3,
.enquery-form-area h4,
.enquery-form-area h5,
.enquery-form-area h6 {
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
}
@media (max-width: 1440px) {
    .enquery-form-area h1,
    .enquery-form-area h2,
    .enquery-form-area h3,
    .enquery-form-area h4,
    .enquery-form-area h5,
    .enquery-form-area h6 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .enquery-form-area h1,
    .enquery-form-area h2,
    .enquery-form-area h3,
    .enquery-form-area h4,
    .enquery-form-area h5,
    .enquery-form-area h6 {
        font-size: 20px;
    }
}
#moove_gdpr_cookie_info_bar {
    width: auto !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px !important;
    border: 1px solid #bb854a !important;
    -webkit-box-shadow: 0 0 0 5px #faf7f2;
    -moz-box-shadow: 0 0 0 5px #faf7f2;
    box-shadow: 0 0 0 5px #faf7f2;
    padding: 15px;
    padding-left: 70px !important;
    font-size: 14px;
    font-family: GillSansNova-Book !important;
    font-weight: 400;
    left: -webkit-calc(50% + 40px) !important;
    left: -moz-calc(50% + 40px) !important;
    left: calc(50% + 40px) !important;
    width: 730px !important;
    max-width: 90% !important;
}
@media (max-width: 649px) {
    #moove_gdpr_cookie_info_bar {
        font-size: 13px;
    }
}
@media (max-width: 766px) {
    #moove_gdpr_cookie_info_bar {
        left: 10% !important;
        width: 80% !important;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        padding: 10px !important;
        font-size: 12px !important;
    }
}
@media (max-width: 649px) {
    #moove_gdpr_cookie_info_bar {
        bottom: 0 !important;
        left: 5px !important;
        width: -webkit-calc(100% - 10px) !important;
        width: -moz-calc(100% - 10px) !important;
        width: calc(100% - 10px) !important;
        max-width: 100% !important;
        right: 5px;
    }
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    background: #faf7f2 url(../img/cookie-icon.png) 20px no-repeat !important;
    -webkit-background-size: 41px 41px !important;
    -moz-background-size: 41px !important;
    -o-background-size: 41px !important;
    background-size: 41px !important;
    color: #bb854a !important;
    text-transform: uppercase;
    text-align: center;
}
@media (max-width: 649px) {
    #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
        background: #faf7f2 !important;
    }
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme * {
    color: #bb854a !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-cookie-notice {
    margin: 0 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-button-holder {
    padding-left: 15px !important;
}
@media (max-width: 766px) {
    #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-button-holder {
        text-align: center;
        padding-left: 0 !important;
    }
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .mgbutton {
    position: relative;
    padding: 8px 12px !important;
    min-width: 50px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: GillSansNova-Book !important;
    font-weight: 400 !important;
    -webkit-transition: all 0.5s ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: all 0.5s ease;
    text-transform: uppercase !important;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #bb854a !important;
    border: 0 !important;
    letter-spacing: 1px !important;
    border-bottom: 1px solid #bb854a !important;
}
@media (max-width: 649px) {
    #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .mgbutton {
        font-size: 14px;
    }
}
@media (max-width: 766px) {
    #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .mgbutton {
        padding: 8px 12px !important;
        font-size: 15px !important;
        margin: auto !important;
    }
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .mgbutton:hover {
    background: #bb854a !important;
    color: #fff !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme a,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p {
    text-align: center;
    font-weight: 400 !important;
    letter-spacing: 1px;
}
@media (max-width: 766px) {
    #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme a,
    #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p {
        text-align: left;
    }
}
#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
    bottom: -400px !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
    padding: 0 !important;
}
.headline-area {
    font-size: 26px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 35px;
    text-align: center;
}
@media (max-width: 1440px) {
    .headline-area {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .headline-area {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .headline-area {
        font-size: 16px;
    }
}
.headline-area .highlight {
    color: #bb854a;
    font-size: 20px;
    font-weight: 400;
    font-family: GillSansNova-Book;
}
@media (max-width: 1440px) {
    .headline-area .highlight {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .headline-area .highlight {
        font-size: 14px;
    }
}
.headline-area h1,
.headline-area h2,
.headline-area h3,
.headline-area h4,
.headline-area h5,
.headline-area h6 {
    font-size: 65px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
    text-align: center;
    margin: 0;
}
@media (max-width: 1598px) {
    .headline-area h1,
    .headline-area h2,
    .headline-area h3,
    .headline-area h4,
    .headline-area h5,
    .headline-area h6 {
        font-size: 45px;
    }
}
@media (max-width: 1440px) {
    .headline-area h1,
    .headline-area h2,
    .headline-area h3,
    .headline-area h4,
    .headline-area h5,
    .headline-area h6 {
        font-size: 35px;
    }
}
@media (max-width: 649px) {
    .headline-area h1,
    .headline-area h2,
    .headline-area h3,
    .headline-area h4,
    .headline-area h5,
    .headline-area h6 {
        font-size: 26px;
    }
}
.headline-area h1 b,
.headline-area h1 strong,
.headline-area h2 b,
.headline-area h2 strong,
.headline-area h3 b,
.headline-area h3 strong,
.headline-area h4 b,
.headline-area h4 strong,
.headline-area h5 b,
.headline-area h5 strong,
.headline-area h6 b,
.headline-area h6 strong {
    font-size: 0.9em;
    font-family: Libre Baskerville, serif;
    color: #fff;
    letter-spacing: 4px;
    text-shadow: -1px -1px 0 #bb854a, 1px -1px 0 #bb854a, -1px 1px 0 #bb854a, 1px 1px 0 #bb854a;
}
.headline-area.split h1 > span,
.headline-area.split h2 > span,
.headline-area.split h3 > span,
.headline-area.split h4 > span,
.headline-area.split h5 > span,
.headline-area.split h6 > span {
    display: block;
}
.headline-area.split h1 > span span,
.headline-area.split h2 > span span,
.headline-area.split h3 > span span,
.headline-area.split h4 > span span,
.headline-area.split h5 > span span,
.headline-area.split h6 > span span {
    display: inline-block;
}
.will-animate .headline-area.split .highlight {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -moz-transition: opacity 0.8s, transform 0.8s, -moz-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s, -moz-transform 0.8s, -o-transform 0.8s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.will-animate .headline-area.split h1 > span span,
.will-animate .headline-area.split h2 > span span,
.will-animate .headline-area.split h3 > span span,
.will-animate .headline-area.split h4 > span span,
.will-animate .headline-area.split h5 > span span,
.will-animate .headline-area.split h6 > span span {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -moz-transition: opacity 0.8s, transform 0.8s, -moz-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s, -moz-transform 0.8s, -o-transform 0.8s;
}
.will-animate .headline-area.split h1 > span:first-child,
.will-animate .headline-area.split h2 > span:first-child,
.will-animate .headline-area.split h3 > span:first-child,
.will-animate .headline-area.split h4 > span:first-child,
.will-animate .headline-area.split h5 > span:first-child,
.will-animate .headline-area.split h6 > span:first-child {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.will-animate .headline-area.split h1 > span:first-child > span:first-child,
.will-animate .headline-area.split h2 > span:first-child > span:first-child,
.will-animate .headline-area.split h3 > span:first-child > span:first-child,
.will-animate .headline-area.split h4 > span:first-child > span:first-child,
.will-animate .headline-area.split h5 > span:first-child > span:first-child,
.will-animate .headline-area.split h6 > span:first-child > span:first-child {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(2),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(2),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(2),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(2),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(2),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(3),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(3),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(3),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(3),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(3),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(3) {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(4),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(4),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(4),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(4),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(4),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(4) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(5),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(5),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(5),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(5),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(5),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(5) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(6),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(6),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(6),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(6),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(6),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(6) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(7),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(7),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(7),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(7),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(7),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(7) {
    -webkit-transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(8),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(8),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(8),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(8),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(8),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(8) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(9),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(9),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(9),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(9),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(9),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(9) {
    -webkit-transition-delay: 0.95s;
    -moz-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(10),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(10),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(10),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(10),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(10),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(10) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(11),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(11),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(11),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(11),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(11),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(11) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(12),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(12),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(12),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(12),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(12),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(12) {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(13),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(13),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(13),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(13),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(13),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(13) {
    -webkit-transition-delay: 1.15s;
    -moz-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(14),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(14),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(14),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(14),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(14),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(14) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(15),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(15),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(15),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(15),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(15),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(15) {
    -webkit-transition-delay: 1.25s;
    -moz-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(16),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(16),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(16),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(16),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(16),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(16) {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(17),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(17),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(17),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(17),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(17),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(17) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(18),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(18),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(18),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(18),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(18),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(18) {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(19),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(19),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(19),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(19),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(19),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(19) {
    -webkit-transition-delay: 1.45s;
    -moz-transition-delay: 1.45s;
    -o-transition-delay: 1.45s;
    transition-delay: 1.45s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(20),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(20),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(20),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(20),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(20),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(20) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(21),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(21),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(21),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(21),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(21),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(21) {
    -webkit-transition-delay: 1.55s;
    -moz-transition-delay: 1.55s;
    -o-transition-delay: 1.55s;
    transition-delay: 1.55s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(22),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(22),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(22),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(22),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(22),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(22) {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(23),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(23),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(23),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(23),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(23),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(23) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(24),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(24),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(24),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(24),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(24),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(24) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(25),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(25),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(25),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(25),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(25),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(25) {
    -webkit-transition-delay: 1.75s;
    -moz-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(26),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(26),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(26),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(26),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(26),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(26) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(27),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(27),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(27),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(27),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(27),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(27) {
    -webkit-transition-delay: 1.85s;
    -moz-transition-delay: 1.85s;
    -o-transition-delay: 1.85s;
    transition-delay: 1.85s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(28),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(28),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(28),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(28),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(28),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(28) {
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(29),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(29),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(29),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(29),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(29),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(29) {
    -webkit-transition-delay: 1.95s;
    -moz-transition-delay: 1.95s;
    -o-transition-delay: 1.95s;
    transition-delay: 1.95s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(30),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(30),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(30),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(30),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(30),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(30) {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(31),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(31),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(31),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(31),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(31),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(31) {
    -webkit-transition-delay: 2.05s;
    -moz-transition-delay: 2.05s;
    -o-transition-delay: 2.05s;
    transition-delay: 2.05s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(32),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(32),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(32),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(32),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(32),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(32) {
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(33),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(33),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(33),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(33),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(33),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(33) {
    -webkit-transition-delay: 2.15s;
    -moz-transition-delay: 2.15s;
    -o-transition-delay: 2.15s;
    transition-delay: 2.15s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(34),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(34),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(34),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(34),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(34),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(34) {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(35),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(35),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(35),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(35),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(35),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(35) {
    -webkit-transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    -o-transition-delay: 2.25s;
    transition-delay: 2.25s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(36),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(36),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(36),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(36),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(36),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(36) {
    -webkit-transition-delay: 2.3s;
    -moz-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(37),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(37),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(37),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(37),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(37),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(37) {
    -webkit-transition-delay: 2.35s;
    -moz-transition-delay: 2.35s;
    -o-transition-delay: 2.35s;
    transition-delay: 2.35s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(38),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(38),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(38),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(38),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(38),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(38) {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(39),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(39),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(39),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(39),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(39),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(39) {
    -webkit-transition-delay: 2.45s;
    -moz-transition-delay: 2.45s;
    -o-transition-delay: 2.45s;
    transition-delay: 2.45s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(40),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(40),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(40),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(40),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(40),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(40) {
    -webkit-transition-delay: 2.5s;
    -moz-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(41),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(41),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(41),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(41),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(41),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(41) {
    -webkit-transition-delay: 2.55s;
    -moz-transition-delay: 2.55s;
    -o-transition-delay: 2.55s;
    transition-delay: 2.55s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(42),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(42),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(42),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(42),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(42),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(42) {
    -webkit-transition-delay: 2.6s;
    -moz-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(43),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(43),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(43),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(43),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(43),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(43) {
    -webkit-transition-delay: 2.65s;
    -moz-transition-delay: 2.65s;
    -o-transition-delay: 2.65s;
    transition-delay: 2.65s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(44),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(44),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(44),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(44),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(44),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(44) {
    -webkit-transition-delay: 2.7s;
    -moz-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(45),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(45),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(45),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(45),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(45),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(45) {
    -webkit-transition-delay: 2.75s;
    -moz-transition-delay: 2.75s;
    -o-transition-delay: 2.75s;
    transition-delay: 2.75s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(46),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(46),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(46),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(46),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(46),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(46) {
    -webkit-transition-delay: 2.8s;
    -moz-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(47),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(47),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(47),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(47),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(47),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(47) {
    -webkit-transition-delay: 2.85s;
    -moz-transition-delay: 2.85s;
    -o-transition-delay: 2.85s;
    transition-delay: 2.85s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(48),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(48),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(48),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(48),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(48),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(48) {
    -webkit-transition-delay: 2.9s;
    -moz-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(49),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(49),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(49),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(49),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(49),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(49) {
    -webkit-transition-delay: 2.95s;
    -moz-transition-delay: 2.95s;
    -o-transition-delay: 2.95s;
    transition-delay: 2.95s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(50),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(50),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(50),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(50),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(50),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(50) {
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(51),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(51),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(51),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(51),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(51),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(51) {
    -webkit-transition-delay: 3.05s;
    -moz-transition-delay: 3.05s;
    -o-transition-delay: 3.05s;
    transition-delay: 3.05s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(52),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(52),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(52),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(52),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(52),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(52) {
    -webkit-transition-delay: 3.1s;
    -moz-transition-delay: 3.1s;
    -o-transition-delay: 3.1s;
    transition-delay: 3.1s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(53),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(53),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(53),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(53),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(53),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(53) {
    -webkit-transition-delay: 3.15s;
    -moz-transition-delay: 3.15s;
    -o-transition-delay: 3.15s;
    transition-delay: 3.15s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(54),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(54),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(54),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(54),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(54),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(54) {
    -webkit-transition-delay: 3.2s;
    -moz-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(55),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(55),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(55),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(55),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(55),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(55) {
    -webkit-transition-delay: 3.25s;
    -moz-transition-delay: 3.25s;
    -o-transition-delay: 3.25s;
    transition-delay: 3.25s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(56),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(56),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(56),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(56),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(56),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(56) {
    -webkit-transition-delay: 3.3s;
    -moz-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(57),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(57),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(57),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(57),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(57),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(57) {
    -webkit-transition-delay: 3.35s;
    -moz-transition-delay: 3.35s;
    -o-transition-delay: 3.35s;
    transition-delay: 3.35s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(58),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(58),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(58),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(58),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(58),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(58) {
    -webkit-transition-delay: 3.4s;
    -moz-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(59),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(59),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(59),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(59),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(59),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(59) {
    -webkit-transition-delay: 3.45s;
    -moz-transition-delay: 3.45s;
    -o-transition-delay: 3.45s;
    transition-delay: 3.45s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(60),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(60),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(60),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(60),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(60),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(60) {
    -webkit-transition-delay: 3.5s;
    -moz-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    transition-delay: 3.5s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(61),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(61),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(61),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(61),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(61),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(61) {
    -webkit-transition-delay: 3.55s;
    -moz-transition-delay: 3.55s;
    -o-transition-delay: 3.55s;
    transition-delay: 3.55s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(62),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(62),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(62),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(62),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(62),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(62) {
    -webkit-transition-delay: 3.6s;
    -moz-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(63),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(63),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(63),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(63),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(63),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(63) {
    -webkit-transition-delay: 3.65s;
    -moz-transition-delay: 3.65s;
    -o-transition-delay: 3.65s;
    transition-delay: 3.65s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(64),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(64),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(64),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(64),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(64),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(64) {
    -webkit-transition-delay: 3.7s;
    -moz-transition-delay: 3.7s;
    -o-transition-delay: 3.7s;
    transition-delay: 3.7s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(65),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(65),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(65),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(65),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(65),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(65) {
    -webkit-transition-delay: 3.75s;
    -moz-transition-delay: 3.75s;
    -o-transition-delay: 3.75s;
    transition-delay: 3.75s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(66),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(66),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(66),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(66),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(66),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(66) {
    -webkit-transition-delay: 3.8s;
    -moz-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(67),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(67),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(67),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(67),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(67),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(67) {
    -webkit-transition-delay: 3.85s;
    -moz-transition-delay: 3.85s;
    -o-transition-delay: 3.85s;
    transition-delay: 3.85s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(68),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(68),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(68),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(68),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(68),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(68) {
    -webkit-transition-delay: 3.9s;
    -moz-transition-delay: 3.9s;
    -o-transition-delay: 3.9s;
    transition-delay: 3.9s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(69),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(69),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(69),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(69),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(69),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(69) {
    -webkit-transition-delay: 3.95s;
    -moz-transition-delay: 3.95s;
    -o-transition-delay: 3.95s;
    transition-delay: 3.95s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(70),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(70),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(70),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(70),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(70),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(70) {
    -webkit-transition-delay: 4s;
    -moz-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(71),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(71),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(71),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(71),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(71),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(71) {
    -webkit-transition-delay: 4.05s;
    -moz-transition-delay: 4.05s;
    -o-transition-delay: 4.05s;
    transition-delay: 4.05s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(72),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(72),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(72),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(72),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(72),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(72) {
    -webkit-transition-delay: 4.1s;
    -moz-transition-delay: 4.1s;
    -o-transition-delay: 4.1s;
    transition-delay: 4.1s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(73),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(73),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(73),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(73),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(73),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(73) {
    -webkit-transition-delay: 4.15s;
    -moz-transition-delay: 4.15s;
    -o-transition-delay: 4.15s;
    transition-delay: 4.15s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(74),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(74),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(74),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(74),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(74),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(74) {
    -webkit-transition-delay: 4.2s;
    -moz-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(75),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(75),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(75),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(75),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(75),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(75) {
    -webkit-transition-delay: 4.25s;
    -moz-transition-delay: 4.25s;
    -o-transition-delay: 4.25s;
    transition-delay: 4.25s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(76),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(76),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(76),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(76),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(76),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(76) {
    -webkit-transition-delay: 4.3s;
    -moz-transition-delay: 4.3s;
    -o-transition-delay: 4.3s;
    transition-delay: 4.3s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(77),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(77),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(77),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(77),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(77),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(77) {
    -webkit-transition-delay: 4.35s;
    -moz-transition-delay: 4.35s;
    -o-transition-delay: 4.35s;
    transition-delay: 4.35s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(78),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(78),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(78),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(78),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(78),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(78) {
    -webkit-transition-delay: 4.4s;
    -moz-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(79),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(79),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(79),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(79),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(79),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(79) {
    -webkit-transition-delay: 4.45s;
    -moz-transition-delay: 4.45s;
    -o-transition-delay: 4.45s;
    transition-delay: 4.45s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(80),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(80),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(80),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(80),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(80),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(80) {
    -webkit-transition-delay: 4.5s;
    -moz-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(81),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(81),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(81),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(81),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(81),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(81) {
    -webkit-transition-delay: 4.55s;
    -moz-transition-delay: 4.55s;
    -o-transition-delay: 4.55s;
    transition-delay: 4.55s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(82),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(82),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(82),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(82),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(82),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(82) {
    -webkit-transition-delay: 4.6s;
    -moz-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(83),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(83),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(83),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(83),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(83),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(83) {
    -webkit-transition-delay: 4.65s;
    -moz-transition-delay: 4.65s;
    -o-transition-delay: 4.65s;
    transition-delay: 4.65s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(84),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(84),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(84),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(84),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(84),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(84) {
    -webkit-transition-delay: 4.7s;
    -moz-transition-delay: 4.7s;
    -o-transition-delay: 4.7s;
    transition-delay: 4.7s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(85),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(85),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(85),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(85),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(85),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(85) {
    -webkit-transition-delay: 4.75s;
    -moz-transition-delay: 4.75s;
    -o-transition-delay: 4.75s;
    transition-delay: 4.75s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(86),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(86),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(86),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(86),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(86),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(86) {
    -webkit-transition-delay: 4.8s;
    -moz-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(87),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(87),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(87),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(87),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(87),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(87) {
    -webkit-transition-delay: 4.85s;
    -moz-transition-delay: 4.85s;
    -o-transition-delay: 4.85s;
    transition-delay: 4.85s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(88),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(88),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(88),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(88),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(88),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(88) {
    -webkit-transition-delay: 4.9s;
    -moz-transition-delay: 4.9s;
    -o-transition-delay: 4.9s;
    transition-delay: 4.9s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(89),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(89),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(89),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(89),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(89),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(89) {
    -webkit-transition-delay: 4.95s;
    -moz-transition-delay: 4.95s;
    -o-transition-delay: 4.95s;
    transition-delay: 4.95s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(90),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(90),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(90),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(90),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(90),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(90) {
    -webkit-transition-delay: 5s;
    -moz-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(91),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(91),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(91),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(91),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(91),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(91) {
    -webkit-transition-delay: 5.05s;
    -moz-transition-delay: 5.05s;
    -o-transition-delay: 5.05s;
    transition-delay: 5.05s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(92),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(92),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(92),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(92),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(92),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(92) {
    -webkit-transition-delay: 5.1s;
    -moz-transition-delay: 5.1s;
    -o-transition-delay: 5.1s;
    transition-delay: 5.1s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(93),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(93),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(93),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(93),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(93),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(93) {
    -webkit-transition-delay: 5.15s;
    -moz-transition-delay: 5.15s;
    -o-transition-delay: 5.15s;
    transition-delay: 5.15s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(94),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(94),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(94),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(94),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(94),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(94) {
    -webkit-transition-delay: 5.2s;
    -moz-transition-delay: 5.2s;
    -o-transition-delay: 5.2s;
    transition-delay: 5.2s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(95),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(95),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(95),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(95),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(95),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(95) {
    -webkit-transition-delay: 5.25s;
    -moz-transition-delay: 5.25s;
    -o-transition-delay: 5.25s;
    transition-delay: 5.25s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(96),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(96),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(96),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(96),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(96),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(96) {
    -webkit-transition-delay: 5.3s;
    -moz-transition-delay: 5.3s;
    -o-transition-delay: 5.3s;
    transition-delay: 5.3s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(97),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(97),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(97),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(97),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(97),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(97) {
    -webkit-transition-delay: 5.35s;
    -moz-transition-delay: 5.35s;
    -o-transition-delay: 5.35s;
    transition-delay: 5.35s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(98),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(98),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(98),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(98),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(98),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(98) {
    -webkit-transition-delay: 5.4s;
    -moz-transition-delay: 5.4s;
    -o-transition-delay: 5.4s;
    transition-delay: 5.4s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(99),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(99),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(99),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(99),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(99),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(99) {
    -webkit-transition-delay: 5.45s;
    -moz-transition-delay: 5.45s;
    -o-transition-delay: 5.45s;
    transition-delay: 5.45s;
}
.will-animate .headline-area.split h1 > span:first-child > span:nth-child(100),
.will-animate .headline-area.split h2 > span:first-child > span:nth-child(100),
.will-animate .headline-area.split h3 > span:first-child > span:nth-child(100),
.will-animate .headline-area.split h4 > span:first-child > span:nth-child(100),
.will-animate .headline-area.split h5 > span:first-child > span:nth-child(100),
.will-animate .headline-area.split h6 > span:first-child > span:nth-child(100) {
    -webkit-transition-delay: 5.5s;
    -moz-transition-delay: 5.5s;
    -o-transition-delay: 5.5s;
    transition-delay: 5.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(2),
.will-animate .headline-area.split h2 > span:nth-child(2),
.will-animate .headline-area.split h3 > span:nth-child(2),
.will-animate .headline-area.split h4 > span:nth-child(2),
.will-animate .headline-area.split h5 > span:nth-child(2),
.will-animate .headline-area.split h6 > span:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:first-child,
.will-animate .headline-area.split h2 > span:nth-child(2) > span:first-child,
.will-animate .headline-area.split h3 > span:nth-child(2) > span:first-child,
.will-animate .headline-area.split h4 > span:nth-child(2) > span:first-child,
.will-animate .headline-area.split h5 > span:nth-child(2) > span:first-child,
.will-animate .headline-area.split h6 > span:nth-child(2) > span:first-child {
    -webkit-transition-delay: 1.55s;
    -moz-transition-delay: 1.55s;
    -o-transition-delay: 1.55s;
    transition-delay: 1.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(2),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(2),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(2),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(2),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(2),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(2) {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(3),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(3),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(3),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(3),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(3),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(3) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(4),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(4),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(4),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(4),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(4),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(4) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(5),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(5),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(5),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(5),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(5),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(5) {
    -webkit-transition-delay: 1.75s;
    -moz-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(6),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(6),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(6),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(6),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(6),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(6) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(7),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(7),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(7),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(7),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(7),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(7) {
    -webkit-transition-delay: 1.85s;
    -moz-transition-delay: 1.85s;
    -o-transition-delay: 1.85s;
    transition-delay: 1.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(8),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(8),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(8),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(8),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(8),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(8) {
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(9),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(9),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(9),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(9),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(9),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(9) {
    -webkit-transition-delay: 1.95s;
    -moz-transition-delay: 1.95s;
    -o-transition-delay: 1.95s;
    transition-delay: 1.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(10),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(10),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(10),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(10),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(10),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(10) {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(11),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(11),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(11),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(11),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(11),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(11) {
    -webkit-transition-delay: 2.05s;
    -moz-transition-delay: 2.05s;
    -o-transition-delay: 2.05s;
    transition-delay: 2.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(12),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(12),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(12),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(12),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(12),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(12) {
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(13),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(13),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(13),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(13),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(13),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(13) {
    -webkit-transition-delay: 2.15s;
    -moz-transition-delay: 2.15s;
    -o-transition-delay: 2.15s;
    transition-delay: 2.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(14),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(14),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(14),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(14),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(14),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(14) {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(15),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(15),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(15),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(15),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(15),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(15) {
    -webkit-transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    -o-transition-delay: 2.25s;
    transition-delay: 2.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(16),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(16),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(16),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(16),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(16),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(16) {
    -webkit-transition-delay: 2.3s;
    -moz-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(17),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(17),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(17),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(17),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(17),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(17) {
    -webkit-transition-delay: 2.35s;
    -moz-transition-delay: 2.35s;
    -o-transition-delay: 2.35s;
    transition-delay: 2.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(18),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(18),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(18),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(18),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(18),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(18) {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(19),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(19),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(19),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(19),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(19),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(19) {
    -webkit-transition-delay: 2.45s;
    -moz-transition-delay: 2.45s;
    -o-transition-delay: 2.45s;
    transition-delay: 2.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(20),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(20),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(20),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(20),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(20),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(20) {
    -webkit-transition-delay: 2.5s;
    -moz-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(21),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(21),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(21),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(21),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(21),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(21) {
    -webkit-transition-delay: 2.55s;
    -moz-transition-delay: 2.55s;
    -o-transition-delay: 2.55s;
    transition-delay: 2.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(22),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(22),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(22),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(22),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(22),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(22) {
    -webkit-transition-delay: 2.6s;
    -moz-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(23),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(23),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(23),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(23),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(23),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(23) {
    -webkit-transition-delay: 2.65s;
    -moz-transition-delay: 2.65s;
    -o-transition-delay: 2.65s;
    transition-delay: 2.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(24),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(24),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(24),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(24),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(24),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(24) {
    -webkit-transition-delay: 2.7s;
    -moz-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(25),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(25),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(25),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(25),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(25),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(25) {
    -webkit-transition-delay: 2.75s;
    -moz-transition-delay: 2.75s;
    -o-transition-delay: 2.75s;
    transition-delay: 2.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(26),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(26),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(26),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(26),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(26),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(26) {
    -webkit-transition-delay: 2.8s;
    -moz-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(27),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(27),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(27),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(27),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(27),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(27) {
    -webkit-transition-delay: 2.85s;
    -moz-transition-delay: 2.85s;
    -o-transition-delay: 2.85s;
    transition-delay: 2.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(28),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(28),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(28),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(28),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(28),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(28) {
    -webkit-transition-delay: 2.9s;
    -moz-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(29),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(29),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(29),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(29),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(29),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(29) {
    -webkit-transition-delay: 2.95s;
    -moz-transition-delay: 2.95s;
    -o-transition-delay: 2.95s;
    transition-delay: 2.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(30),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(30),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(30),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(30),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(30),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(30) {
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(31),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(31),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(31),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(31),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(31),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(31) {
    -webkit-transition-delay: 3.05s;
    -moz-transition-delay: 3.05s;
    -o-transition-delay: 3.05s;
    transition-delay: 3.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(32),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(32),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(32),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(32),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(32),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(32) {
    -webkit-transition-delay: 3.1s;
    -moz-transition-delay: 3.1s;
    -o-transition-delay: 3.1s;
    transition-delay: 3.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(33),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(33),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(33),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(33),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(33),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(33) {
    -webkit-transition-delay: 3.15s;
    -moz-transition-delay: 3.15s;
    -o-transition-delay: 3.15s;
    transition-delay: 3.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(34),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(34),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(34),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(34),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(34),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(34) {
    -webkit-transition-delay: 3.2s;
    -moz-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(35),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(35),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(35),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(35),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(35),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(35) {
    -webkit-transition-delay: 3.25s;
    -moz-transition-delay: 3.25s;
    -o-transition-delay: 3.25s;
    transition-delay: 3.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(36),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(36),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(36),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(36),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(36),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(36) {
    -webkit-transition-delay: 3.3s;
    -moz-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(37),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(37),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(37),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(37),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(37),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(37) {
    -webkit-transition-delay: 3.35s;
    -moz-transition-delay: 3.35s;
    -o-transition-delay: 3.35s;
    transition-delay: 3.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(38),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(38),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(38),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(38),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(38),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(38) {
    -webkit-transition-delay: 3.4s;
    -moz-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(39),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(39),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(39),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(39),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(39),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(39) {
    -webkit-transition-delay: 3.45s;
    -moz-transition-delay: 3.45s;
    -o-transition-delay: 3.45s;
    transition-delay: 3.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(40),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(40),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(40),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(40),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(40),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(40) {
    -webkit-transition-delay: 3.5s;
    -moz-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    transition-delay: 3.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(41),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(41),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(41),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(41),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(41),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(41) {
    -webkit-transition-delay: 3.55s;
    -moz-transition-delay: 3.55s;
    -o-transition-delay: 3.55s;
    transition-delay: 3.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(42),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(42),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(42),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(42),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(42),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(42) {
    -webkit-transition-delay: 3.6s;
    -moz-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(43),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(43),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(43),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(43),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(43),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(43) {
    -webkit-transition-delay: 3.65s;
    -moz-transition-delay: 3.65s;
    -o-transition-delay: 3.65s;
    transition-delay: 3.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(44),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(44),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(44),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(44),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(44),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(44) {
    -webkit-transition-delay: 3.7s;
    -moz-transition-delay: 3.7s;
    -o-transition-delay: 3.7s;
    transition-delay: 3.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(45),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(45),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(45),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(45),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(45),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(45) {
    -webkit-transition-delay: 3.75s;
    -moz-transition-delay: 3.75s;
    -o-transition-delay: 3.75s;
    transition-delay: 3.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(46),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(46),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(46),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(46),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(46),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(46) {
    -webkit-transition-delay: 3.8s;
    -moz-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(47),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(47),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(47),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(47),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(47),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(47) {
    -webkit-transition-delay: 3.85s;
    -moz-transition-delay: 3.85s;
    -o-transition-delay: 3.85s;
    transition-delay: 3.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(48),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(48),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(48),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(48),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(48),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(48) {
    -webkit-transition-delay: 3.9s;
    -moz-transition-delay: 3.9s;
    -o-transition-delay: 3.9s;
    transition-delay: 3.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(49),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(49),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(49),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(49),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(49),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(49) {
    -webkit-transition-delay: 3.95s;
    -moz-transition-delay: 3.95s;
    -o-transition-delay: 3.95s;
    transition-delay: 3.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(50),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(50),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(50),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(50),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(50),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(50) {
    -webkit-transition-delay: 4s;
    -moz-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(51),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(51),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(51),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(51),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(51),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(51) {
    -webkit-transition-delay: 4.05s;
    -moz-transition-delay: 4.05s;
    -o-transition-delay: 4.05s;
    transition-delay: 4.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(52),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(52),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(52),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(52),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(52),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(52) {
    -webkit-transition-delay: 4.1s;
    -moz-transition-delay: 4.1s;
    -o-transition-delay: 4.1s;
    transition-delay: 4.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(53),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(53),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(53),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(53),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(53),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(53) {
    -webkit-transition-delay: 4.15s;
    -moz-transition-delay: 4.15s;
    -o-transition-delay: 4.15s;
    transition-delay: 4.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(54),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(54),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(54),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(54),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(54),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(54) {
    -webkit-transition-delay: 4.2s;
    -moz-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(55),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(55),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(55),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(55),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(55),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(55) {
    -webkit-transition-delay: 4.25s;
    -moz-transition-delay: 4.25s;
    -o-transition-delay: 4.25s;
    transition-delay: 4.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(56),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(56),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(56),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(56),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(56),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(56) {
    -webkit-transition-delay: 4.3s;
    -moz-transition-delay: 4.3s;
    -o-transition-delay: 4.3s;
    transition-delay: 4.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(57),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(57),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(57),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(57),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(57),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(57) {
    -webkit-transition-delay: 4.35s;
    -moz-transition-delay: 4.35s;
    -o-transition-delay: 4.35s;
    transition-delay: 4.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(58),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(58),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(58),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(58),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(58),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(58) {
    -webkit-transition-delay: 4.4s;
    -moz-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(59),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(59),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(59),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(59),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(59),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(59) {
    -webkit-transition-delay: 4.45s;
    -moz-transition-delay: 4.45s;
    -o-transition-delay: 4.45s;
    transition-delay: 4.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(60),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(60),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(60),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(60),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(60),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(60) {
    -webkit-transition-delay: 4.5s;
    -moz-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(61),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(61),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(61),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(61),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(61),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(61) {
    -webkit-transition-delay: 4.55s;
    -moz-transition-delay: 4.55s;
    -o-transition-delay: 4.55s;
    transition-delay: 4.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(62),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(62),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(62),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(62),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(62),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(62) {
    -webkit-transition-delay: 4.6s;
    -moz-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(63),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(63),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(63),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(63),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(63),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(63) {
    -webkit-transition-delay: 4.65s;
    -moz-transition-delay: 4.65s;
    -o-transition-delay: 4.65s;
    transition-delay: 4.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(64),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(64),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(64),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(64),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(64),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(64) {
    -webkit-transition-delay: 4.7s;
    -moz-transition-delay: 4.7s;
    -o-transition-delay: 4.7s;
    transition-delay: 4.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(65),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(65),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(65),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(65),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(65),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(65) {
    -webkit-transition-delay: 4.75s;
    -moz-transition-delay: 4.75s;
    -o-transition-delay: 4.75s;
    transition-delay: 4.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(66),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(66),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(66),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(66),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(66),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(66) {
    -webkit-transition-delay: 4.8s;
    -moz-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(67),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(67),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(67),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(67),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(67),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(67) {
    -webkit-transition-delay: 4.85s;
    -moz-transition-delay: 4.85s;
    -o-transition-delay: 4.85s;
    transition-delay: 4.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(68),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(68),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(68),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(68),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(68),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(68) {
    -webkit-transition-delay: 4.9s;
    -moz-transition-delay: 4.9s;
    -o-transition-delay: 4.9s;
    transition-delay: 4.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(69),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(69),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(69),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(69),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(69),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(69) {
    -webkit-transition-delay: 4.95s;
    -moz-transition-delay: 4.95s;
    -o-transition-delay: 4.95s;
    transition-delay: 4.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(70),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(70),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(70),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(70),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(70),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(70) {
    -webkit-transition-delay: 5s;
    -moz-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(71),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(71),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(71),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(71),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(71),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(71) {
    -webkit-transition-delay: 5.05s;
    -moz-transition-delay: 5.05s;
    -o-transition-delay: 5.05s;
    transition-delay: 5.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(72),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(72),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(72),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(72),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(72),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(72) {
    -webkit-transition-delay: 5.1s;
    -moz-transition-delay: 5.1s;
    -o-transition-delay: 5.1s;
    transition-delay: 5.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(73),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(73),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(73),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(73),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(73),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(73) {
    -webkit-transition-delay: 5.15s;
    -moz-transition-delay: 5.15s;
    -o-transition-delay: 5.15s;
    transition-delay: 5.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(74),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(74),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(74),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(74),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(74),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(74) {
    -webkit-transition-delay: 5.2s;
    -moz-transition-delay: 5.2s;
    -o-transition-delay: 5.2s;
    transition-delay: 5.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(75),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(75),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(75),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(75),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(75),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(75) {
    -webkit-transition-delay: 5.25s;
    -moz-transition-delay: 5.25s;
    -o-transition-delay: 5.25s;
    transition-delay: 5.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(76),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(76),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(76),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(76),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(76),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(76) {
    -webkit-transition-delay: 5.3s;
    -moz-transition-delay: 5.3s;
    -o-transition-delay: 5.3s;
    transition-delay: 5.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(77),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(77),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(77),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(77),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(77),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(77) {
    -webkit-transition-delay: 5.35s;
    -moz-transition-delay: 5.35s;
    -o-transition-delay: 5.35s;
    transition-delay: 5.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(78),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(78),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(78),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(78),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(78),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(78) {
    -webkit-transition-delay: 5.4s;
    -moz-transition-delay: 5.4s;
    -o-transition-delay: 5.4s;
    transition-delay: 5.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(79),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(79),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(79),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(79),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(79),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(79) {
    -webkit-transition-delay: 5.45s;
    -moz-transition-delay: 5.45s;
    -o-transition-delay: 5.45s;
    transition-delay: 5.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(80),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(80),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(80),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(80),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(80),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(80) {
    -webkit-transition-delay: 5.5s;
    -moz-transition-delay: 5.5s;
    -o-transition-delay: 5.5s;
    transition-delay: 5.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(81),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(81),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(81),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(81),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(81),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(81) {
    -webkit-transition-delay: 5.55s;
    -moz-transition-delay: 5.55s;
    -o-transition-delay: 5.55s;
    transition-delay: 5.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(82),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(82),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(82),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(82),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(82),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(82) {
    -webkit-transition-delay: 5.6s;
    -moz-transition-delay: 5.6s;
    -o-transition-delay: 5.6s;
    transition-delay: 5.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(83),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(83),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(83),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(83),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(83),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(83) {
    -webkit-transition-delay: 5.65s;
    -moz-transition-delay: 5.65s;
    -o-transition-delay: 5.65s;
    transition-delay: 5.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(84),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(84),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(84),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(84),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(84),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(84) {
    -webkit-transition-delay: 5.7s;
    -moz-transition-delay: 5.7s;
    -o-transition-delay: 5.7s;
    transition-delay: 5.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(85),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(85),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(85),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(85),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(85),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(85) {
    -webkit-transition-delay: 5.75s;
    -moz-transition-delay: 5.75s;
    -o-transition-delay: 5.75s;
    transition-delay: 5.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(86),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(86),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(86),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(86),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(86),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(86) {
    -webkit-transition-delay: 5.8s;
    -moz-transition-delay: 5.8s;
    -o-transition-delay: 5.8s;
    transition-delay: 5.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(87),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(87),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(87),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(87),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(87),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(87) {
    -webkit-transition-delay: 5.85s;
    -moz-transition-delay: 5.85s;
    -o-transition-delay: 5.85s;
    transition-delay: 5.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(88),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(88),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(88),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(88),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(88),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(88) {
    -webkit-transition-delay: 5.9s;
    -moz-transition-delay: 5.9s;
    -o-transition-delay: 5.9s;
    transition-delay: 5.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(89),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(89),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(89),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(89),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(89),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(89) {
    -webkit-transition-delay: 5.95s;
    -moz-transition-delay: 5.95s;
    -o-transition-delay: 5.95s;
    transition-delay: 5.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(90),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(90),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(90),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(90),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(90),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(90) {
    -webkit-transition-delay: 6s;
    -moz-transition-delay: 6s;
    -o-transition-delay: 6s;
    transition-delay: 6s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(91),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(91),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(91),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(91),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(91),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(91) {
    -webkit-transition-delay: 6.05s;
    -moz-transition-delay: 6.05s;
    -o-transition-delay: 6.05s;
    transition-delay: 6.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(92),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(92),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(92),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(92),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(92),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(92) {
    -webkit-transition-delay: 6.1s;
    -moz-transition-delay: 6.1s;
    -o-transition-delay: 6.1s;
    transition-delay: 6.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(93),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(93),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(93),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(93),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(93),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(93) {
    -webkit-transition-delay: 6.15s;
    -moz-transition-delay: 6.15s;
    -o-transition-delay: 6.15s;
    transition-delay: 6.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(94),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(94),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(94),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(94),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(94),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(94) {
    -webkit-transition-delay: 6.2s;
    -moz-transition-delay: 6.2s;
    -o-transition-delay: 6.2s;
    transition-delay: 6.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(95),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(95),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(95),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(95),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(95),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(95) {
    -webkit-transition-delay: 6.25s;
    -moz-transition-delay: 6.25s;
    -o-transition-delay: 6.25s;
    transition-delay: 6.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(96),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(96),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(96),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(96),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(96),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(96) {
    -webkit-transition-delay: 6.3s;
    -moz-transition-delay: 6.3s;
    -o-transition-delay: 6.3s;
    transition-delay: 6.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(97),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(97),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(97),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(97),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(97),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(97) {
    -webkit-transition-delay: 6.35s;
    -moz-transition-delay: 6.35s;
    -o-transition-delay: 6.35s;
    transition-delay: 6.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(98),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(98),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(98),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(98),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(98),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(98) {
    -webkit-transition-delay: 6.4s;
    -moz-transition-delay: 6.4s;
    -o-transition-delay: 6.4s;
    transition-delay: 6.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(99),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(99),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(99),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(99),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(99),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(99) {
    -webkit-transition-delay: 6.45s;
    -moz-transition-delay: 6.45s;
    -o-transition-delay: 6.45s;
    transition-delay: 6.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(2) > span:nth-child(100),
.will-animate .headline-area.split h2 > span:nth-child(2) > span:nth-child(100),
.will-animate .headline-area.split h3 > span:nth-child(2) > span:nth-child(100),
.will-animate .headline-area.split h4 > span:nth-child(2) > span:nth-child(100),
.will-animate .headline-area.split h5 > span:nth-child(2) > span:nth-child(100),
.will-animate .headline-area.split h6 > span:nth-child(2) > span:nth-child(100) {
    -webkit-transition-delay: 6.5s;
    -moz-transition-delay: 6.5s;
    -o-transition-delay: 6.5s;
    transition-delay: 6.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(3),
.will-animate .headline-area.split h2 > span:nth-child(3),
.will-animate .headline-area.split h3 > span:nth-child(3),
.will-animate .headline-area.split h4 > span:nth-child(3),
.will-animate .headline-area.split h5 > span:nth-child(3),
.will-animate .headline-area.split h6 > span:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:first-child,
.will-animate .headline-area.split h2 > span:nth-child(3) > span:first-child,
.will-animate .headline-area.split h3 > span:nth-child(3) > span:first-child,
.will-animate .headline-area.split h4 > span:nth-child(3) > span:first-child,
.will-animate .headline-area.split h5 > span:nth-child(3) > span:first-child,
.will-animate .headline-area.split h6 > span:nth-child(3) > span:first-child {
    -webkit-transition-delay: 2.55s;
    -moz-transition-delay: 2.55s;
    -o-transition-delay: 2.55s;
    transition-delay: 2.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(2),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(2),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(2),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(2),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(2),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(2) {
    -webkit-transition-delay: 2.6s;
    -moz-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(3),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(3),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(3),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(3),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(3),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(3) {
    -webkit-transition-delay: 2.65s;
    -moz-transition-delay: 2.65s;
    -o-transition-delay: 2.65s;
    transition-delay: 2.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(4),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(4),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(4),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(4),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(4),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(4) {
    -webkit-transition-delay: 2.7s;
    -moz-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(5),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(5),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(5),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(5),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(5),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(5) {
    -webkit-transition-delay: 2.75s;
    -moz-transition-delay: 2.75s;
    -o-transition-delay: 2.75s;
    transition-delay: 2.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(6),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(6),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(6),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(6),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(6),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(6) {
    -webkit-transition-delay: 2.8s;
    -moz-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(7),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(7),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(7),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(7),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(7),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(7) {
    -webkit-transition-delay: 2.85s;
    -moz-transition-delay: 2.85s;
    -o-transition-delay: 2.85s;
    transition-delay: 2.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(8),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(8),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(8),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(8),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(8),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(8) {
    -webkit-transition-delay: 2.9s;
    -moz-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(9),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(9),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(9),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(9),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(9),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(9) {
    -webkit-transition-delay: 2.95s;
    -moz-transition-delay: 2.95s;
    -o-transition-delay: 2.95s;
    transition-delay: 2.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(10),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(10),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(10),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(10),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(10),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(10) {
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(11),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(11),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(11),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(11),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(11),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(11) {
    -webkit-transition-delay: 3.05s;
    -moz-transition-delay: 3.05s;
    -o-transition-delay: 3.05s;
    transition-delay: 3.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(12),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(12),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(12),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(12),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(12),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(12) {
    -webkit-transition-delay: 3.1s;
    -moz-transition-delay: 3.1s;
    -o-transition-delay: 3.1s;
    transition-delay: 3.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(13),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(13),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(13),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(13),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(13),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(13) {
    -webkit-transition-delay: 3.15s;
    -moz-transition-delay: 3.15s;
    -o-transition-delay: 3.15s;
    transition-delay: 3.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(14),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(14),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(14),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(14),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(14),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(14) {
    -webkit-transition-delay: 3.2s;
    -moz-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(15),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(15),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(15),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(15),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(15),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(15) {
    -webkit-transition-delay: 3.25s;
    -moz-transition-delay: 3.25s;
    -o-transition-delay: 3.25s;
    transition-delay: 3.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(16),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(16),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(16),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(16),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(16),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(16) {
    -webkit-transition-delay: 3.3s;
    -moz-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(17),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(17),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(17),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(17),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(17),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(17) {
    -webkit-transition-delay: 3.35s;
    -moz-transition-delay: 3.35s;
    -o-transition-delay: 3.35s;
    transition-delay: 3.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(18),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(18),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(18),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(18),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(18),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(18) {
    -webkit-transition-delay: 3.4s;
    -moz-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(19),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(19),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(19),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(19),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(19),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(19) {
    -webkit-transition-delay: 3.45s;
    -moz-transition-delay: 3.45s;
    -o-transition-delay: 3.45s;
    transition-delay: 3.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(20),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(20),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(20),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(20),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(20),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(20) {
    -webkit-transition-delay: 3.5s;
    -moz-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    transition-delay: 3.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(21),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(21),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(21),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(21),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(21),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(21) {
    -webkit-transition-delay: 3.55s;
    -moz-transition-delay: 3.55s;
    -o-transition-delay: 3.55s;
    transition-delay: 3.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(22),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(22),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(22),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(22),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(22),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(22) {
    -webkit-transition-delay: 3.6s;
    -moz-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(23),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(23),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(23),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(23),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(23),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(23) {
    -webkit-transition-delay: 3.65s;
    -moz-transition-delay: 3.65s;
    -o-transition-delay: 3.65s;
    transition-delay: 3.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(24),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(24),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(24),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(24),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(24),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(24) {
    -webkit-transition-delay: 3.7s;
    -moz-transition-delay: 3.7s;
    -o-transition-delay: 3.7s;
    transition-delay: 3.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(25),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(25),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(25),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(25),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(25),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(25) {
    -webkit-transition-delay: 3.75s;
    -moz-transition-delay: 3.75s;
    -o-transition-delay: 3.75s;
    transition-delay: 3.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(26),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(26),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(26),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(26),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(26),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(26) {
    -webkit-transition-delay: 3.8s;
    -moz-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(27),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(27),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(27),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(27),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(27),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(27) {
    -webkit-transition-delay: 3.85s;
    -moz-transition-delay: 3.85s;
    -o-transition-delay: 3.85s;
    transition-delay: 3.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(28),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(28),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(28),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(28),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(28),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(28) {
    -webkit-transition-delay: 3.9s;
    -moz-transition-delay: 3.9s;
    -o-transition-delay: 3.9s;
    transition-delay: 3.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(29),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(29),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(29),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(29),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(29),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(29) {
    -webkit-transition-delay: 3.95s;
    -moz-transition-delay: 3.95s;
    -o-transition-delay: 3.95s;
    transition-delay: 3.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(30),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(30),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(30),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(30),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(30),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(30) {
    -webkit-transition-delay: 4s;
    -moz-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(31),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(31),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(31),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(31),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(31),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(31) {
    -webkit-transition-delay: 4.05s;
    -moz-transition-delay: 4.05s;
    -o-transition-delay: 4.05s;
    transition-delay: 4.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(32),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(32),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(32),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(32),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(32),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(32) {
    -webkit-transition-delay: 4.1s;
    -moz-transition-delay: 4.1s;
    -o-transition-delay: 4.1s;
    transition-delay: 4.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(33),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(33),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(33),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(33),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(33),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(33) {
    -webkit-transition-delay: 4.15s;
    -moz-transition-delay: 4.15s;
    -o-transition-delay: 4.15s;
    transition-delay: 4.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(34),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(34),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(34),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(34),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(34),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(34) {
    -webkit-transition-delay: 4.2s;
    -moz-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(35),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(35),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(35),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(35),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(35),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(35) {
    -webkit-transition-delay: 4.25s;
    -moz-transition-delay: 4.25s;
    -o-transition-delay: 4.25s;
    transition-delay: 4.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(36),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(36),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(36),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(36),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(36),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(36) {
    -webkit-transition-delay: 4.3s;
    -moz-transition-delay: 4.3s;
    -o-transition-delay: 4.3s;
    transition-delay: 4.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(37),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(37),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(37),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(37),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(37),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(37) {
    -webkit-transition-delay: 4.35s;
    -moz-transition-delay: 4.35s;
    -o-transition-delay: 4.35s;
    transition-delay: 4.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(38),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(38),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(38),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(38),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(38),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(38) {
    -webkit-transition-delay: 4.4s;
    -moz-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(39),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(39),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(39),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(39),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(39),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(39) {
    -webkit-transition-delay: 4.45s;
    -moz-transition-delay: 4.45s;
    -o-transition-delay: 4.45s;
    transition-delay: 4.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(40),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(40),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(40),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(40),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(40),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(40) {
    -webkit-transition-delay: 4.5s;
    -moz-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(41),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(41),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(41),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(41),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(41),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(41) {
    -webkit-transition-delay: 4.55s;
    -moz-transition-delay: 4.55s;
    -o-transition-delay: 4.55s;
    transition-delay: 4.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(42),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(42),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(42),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(42),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(42),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(42) {
    -webkit-transition-delay: 4.6s;
    -moz-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(43),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(43),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(43),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(43),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(43),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(43) {
    -webkit-transition-delay: 4.65s;
    -moz-transition-delay: 4.65s;
    -o-transition-delay: 4.65s;
    transition-delay: 4.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(44),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(44),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(44),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(44),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(44),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(44) {
    -webkit-transition-delay: 4.7s;
    -moz-transition-delay: 4.7s;
    -o-transition-delay: 4.7s;
    transition-delay: 4.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(45),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(45),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(45),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(45),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(45),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(45) {
    -webkit-transition-delay: 4.75s;
    -moz-transition-delay: 4.75s;
    -o-transition-delay: 4.75s;
    transition-delay: 4.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(46),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(46),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(46),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(46),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(46),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(46) {
    -webkit-transition-delay: 4.8s;
    -moz-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(47),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(47),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(47),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(47),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(47),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(47) {
    -webkit-transition-delay: 4.85s;
    -moz-transition-delay: 4.85s;
    -o-transition-delay: 4.85s;
    transition-delay: 4.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(48),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(48),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(48),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(48),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(48),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(48) {
    -webkit-transition-delay: 4.9s;
    -moz-transition-delay: 4.9s;
    -o-transition-delay: 4.9s;
    transition-delay: 4.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(49),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(49),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(49),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(49),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(49),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(49) {
    -webkit-transition-delay: 4.95s;
    -moz-transition-delay: 4.95s;
    -o-transition-delay: 4.95s;
    transition-delay: 4.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(50),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(50),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(50),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(50),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(50),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(50) {
    -webkit-transition-delay: 5s;
    -moz-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(51),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(51),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(51),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(51),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(51),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(51) {
    -webkit-transition-delay: 5.05s;
    -moz-transition-delay: 5.05s;
    -o-transition-delay: 5.05s;
    transition-delay: 5.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(52),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(52),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(52),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(52),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(52),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(52) {
    -webkit-transition-delay: 5.1s;
    -moz-transition-delay: 5.1s;
    -o-transition-delay: 5.1s;
    transition-delay: 5.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(53),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(53),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(53),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(53),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(53),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(53) {
    -webkit-transition-delay: 5.15s;
    -moz-transition-delay: 5.15s;
    -o-transition-delay: 5.15s;
    transition-delay: 5.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(54),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(54),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(54),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(54),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(54),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(54) {
    -webkit-transition-delay: 5.2s;
    -moz-transition-delay: 5.2s;
    -o-transition-delay: 5.2s;
    transition-delay: 5.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(55),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(55),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(55),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(55),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(55),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(55) {
    -webkit-transition-delay: 5.25s;
    -moz-transition-delay: 5.25s;
    -o-transition-delay: 5.25s;
    transition-delay: 5.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(56),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(56),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(56),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(56),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(56),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(56) {
    -webkit-transition-delay: 5.3s;
    -moz-transition-delay: 5.3s;
    -o-transition-delay: 5.3s;
    transition-delay: 5.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(57),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(57),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(57),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(57),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(57),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(57) {
    -webkit-transition-delay: 5.35s;
    -moz-transition-delay: 5.35s;
    -o-transition-delay: 5.35s;
    transition-delay: 5.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(58),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(58),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(58),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(58),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(58),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(58) {
    -webkit-transition-delay: 5.4s;
    -moz-transition-delay: 5.4s;
    -o-transition-delay: 5.4s;
    transition-delay: 5.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(59),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(59),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(59),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(59),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(59),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(59) {
    -webkit-transition-delay: 5.45s;
    -moz-transition-delay: 5.45s;
    -o-transition-delay: 5.45s;
    transition-delay: 5.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(60),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(60),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(60),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(60),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(60),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(60) {
    -webkit-transition-delay: 5.5s;
    -moz-transition-delay: 5.5s;
    -o-transition-delay: 5.5s;
    transition-delay: 5.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(61),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(61),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(61),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(61),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(61),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(61) {
    -webkit-transition-delay: 5.55s;
    -moz-transition-delay: 5.55s;
    -o-transition-delay: 5.55s;
    transition-delay: 5.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(62),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(62),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(62),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(62),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(62),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(62) {
    -webkit-transition-delay: 5.6s;
    -moz-transition-delay: 5.6s;
    -o-transition-delay: 5.6s;
    transition-delay: 5.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(63),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(63),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(63),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(63),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(63),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(63) {
    -webkit-transition-delay: 5.65s;
    -moz-transition-delay: 5.65s;
    -o-transition-delay: 5.65s;
    transition-delay: 5.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(64),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(64),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(64),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(64),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(64),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(64) {
    -webkit-transition-delay: 5.7s;
    -moz-transition-delay: 5.7s;
    -o-transition-delay: 5.7s;
    transition-delay: 5.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(65),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(65),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(65),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(65),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(65),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(65) {
    -webkit-transition-delay: 5.75s;
    -moz-transition-delay: 5.75s;
    -o-transition-delay: 5.75s;
    transition-delay: 5.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(66),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(66),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(66),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(66),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(66),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(66) {
    -webkit-transition-delay: 5.8s;
    -moz-transition-delay: 5.8s;
    -o-transition-delay: 5.8s;
    transition-delay: 5.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(67),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(67),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(67),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(67),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(67),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(67) {
    -webkit-transition-delay: 5.85s;
    -moz-transition-delay: 5.85s;
    -o-transition-delay: 5.85s;
    transition-delay: 5.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(68),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(68),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(68),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(68),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(68),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(68) {
    -webkit-transition-delay: 5.9s;
    -moz-transition-delay: 5.9s;
    -o-transition-delay: 5.9s;
    transition-delay: 5.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(69),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(69),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(69),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(69),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(69),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(69) {
    -webkit-transition-delay: 5.95s;
    -moz-transition-delay: 5.95s;
    -o-transition-delay: 5.95s;
    transition-delay: 5.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(70),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(70),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(70),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(70),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(70),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(70) {
    -webkit-transition-delay: 6s;
    -moz-transition-delay: 6s;
    -o-transition-delay: 6s;
    transition-delay: 6s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(71),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(71),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(71),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(71),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(71),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(71) {
    -webkit-transition-delay: 6.05s;
    -moz-transition-delay: 6.05s;
    -o-transition-delay: 6.05s;
    transition-delay: 6.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(72),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(72),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(72),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(72),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(72),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(72) {
    -webkit-transition-delay: 6.1s;
    -moz-transition-delay: 6.1s;
    -o-transition-delay: 6.1s;
    transition-delay: 6.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(73),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(73),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(73),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(73),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(73),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(73) {
    -webkit-transition-delay: 6.15s;
    -moz-transition-delay: 6.15s;
    -o-transition-delay: 6.15s;
    transition-delay: 6.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(74),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(74),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(74),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(74),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(74),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(74) {
    -webkit-transition-delay: 6.2s;
    -moz-transition-delay: 6.2s;
    -o-transition-delay: 6.2s;
    transition-delay: 6.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(75),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(75),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(75),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(75),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(75),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(75) {
    -webkit-transition-delay: 6.25s;
    -moz-transition-delay: 6.25s;
    -o-transition-delay: 6.25s;
    transition-delay: 6.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(76),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(76),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(76),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(76),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(76),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(76) {
    -webkit-transition-delay: 6.3s;
    -moz-transition-delay: 6.3s;
    -o-transition-delay: 6.3s;
    transition-delay: 6.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(77),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(77),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(77),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(77),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(77),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(77) {
    -webkit-transition-delay: 6.35s;
    -moz-transition-delay: 6.35s;
    -o-transition-delay: 6.35s;
    transition-delay: 6.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(78),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(78),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(78),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(78),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(78),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(78) {
    -webkit-transition-delay: 6.4s;
    -moz-transition-delay: 6.4s;
    -o-transition-delay: 6.4s;
    transition-delay: 6.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(79),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(79),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(79),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(79),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(79),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(79) {
    -webkit-transition-delay: 6.45s;
    -moz-transition-delay: 6.45s;
    -o-transition-delay: 6.45s;
    transition-delay: 6.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(80),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(80),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(80),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(80),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(80),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(80) {
    -webkit-transition-delay: 6.5s;
    -moz-transition-delay: 6.5s;
    -o-transition-delay: 6.5s;
    transition-delay: 6.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(81),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(81),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(81),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(81),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(81),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(81) {
    -webkit-transition-delay: 6.55s;
    -moz-transition-delay: 6.55s;
    -o-transition-delay: 6.55s;
    transition-delay: 6.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(82),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(82),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(82),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(82),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(82),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(82) {
    -webkit-transition-delay: 6.6s;
    -moz-transition-delay: 6.6s;
    -o-transition-delay: 6.6s;
    transition-delay: 6.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(83),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(83),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(83),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(83),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(83),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(83) {
    -webkit-transition-delay: 6.65s;
    -moz-transition-delay: 6.65s;
    -o-transition-delay: 6.65s;
    transition-delay: 6.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(84),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(84),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(84),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(84),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(84),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(84) {
    -webkit-transition-delay: 6.7s;
    -moz-transition-delay: 6.7s;
    -o-transition-delay: 6.7s;
    transition-delay: 6.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(85),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(85),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(85),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(85),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(85),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(85) {
    -webkit-transition-delay: 6.75s;
    -moz-transition-delay: 6.75s;
    -o-transition-delay: 6.75s;
    transition-delay: 6.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(86),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(86),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(86),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(86),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(86),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(86) {
    -webkit-transition-delay: 6.8s;
    -moz-transition-delay: 6.8s;
    -o-transition-delay: 6.8s;
    transition-delay: 6.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(87),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(87),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(87),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(87),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(87),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(87) {
    -webkit-transition-delay: 6.85s;
    -moz-transition-delay: 6.85s;
    -o-transition-delay: 6.85s;
    transition-delay: 6.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(88),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(88),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(88),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(88),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(88),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(88) {
    -webkit-transition-delay: 6.9s;
    -moz-transition-delay: 6.9s;
    -o-transition-delay: 6.9s;
    transition-delay: 6.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(89),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(89),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(89),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(89),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(89),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(89) {
    -webkit-transition-delay: 6.95s;
    -moz-transition-delay: 6.95s;
    -o-transition-delay: 6.95s;
    transition-delay: 6.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(90),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(90),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(90),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(90),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(90),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(90) {
    -webkit-transition-delay: 7s;
    -moz-transition-delay: 7s;
    -o-transition-delay: 7s;
    transition-delay: 7s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(91),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(91),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(91),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(91),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(91),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(91) {
    -webkit-transition-delay: 7.05s;
    -moz-transition-delay: 7.05s;
    -o-transition-delay: 7.05s;
    transition-delay: 7.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(92),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(92),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(92),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(92),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(92),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(92) {
    -webkit-transition-delay: 7.1s;
    -moz-transition-delay: 7.1s;
    -o-transition-delay: 7.1s;
    transition-delay: 7.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(93),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(93),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(93),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(93),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(93),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(93) {
    -webkit-transition-delay: 7.15s;
    -moz-transition-delay: 7.15s;
    -o-transition-delay: 7.15s;
    transition-delay: 7.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(94),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(94),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(94),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(94),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(94),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(94) {
    -webkit-transition-delay: 7.2s;
    -moz-transition-delay: 7.2s;
    -o-transition-delay: 7.2s;
    transition-delay: 7.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(95),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(95),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(95),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(95),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(95),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(95) {
    -webkit-transition-delay: 7.25s;
    -moz-transition-delay: 7.25s;
    -o-transition-delay: 7.25s;
    transition-delay: 7.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(96),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(96),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(96),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(96),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(96),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(96) {
    -webkit-transition-delay: 7.3s;
    -moz-transition-delay: 7.3s;
    -o-transition-delay: 7.3s;
    transition-delay: 7.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(97),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(97),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(97),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(97),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(97),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(97) {
    -webkit-transition-delay: 7.35s;
    -moz-transition-delay: 7.35s;
    -o-transition-delay: 7.35s;
    transition-delay: 7.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(98),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(98),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(98),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(98),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(98),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(98) {
    -webkit-transition-delay: 7.4s;
    -moz-transition-delay: 7.4s;
    -o-transition-delay: 7.4s;
    transition-delay: 7.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(99),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(99),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(99),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(99),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(99),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(99) {
    -webkit-transition-delay: 7.45s;
    -moz-transition-delay: 7.45s;
    -o-transition-delay: 7.45s;
    transition-delay: 7.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(3) > span:nth-child(100),
.will-animate .headline-area.split h2 > span:nth-child(3) > span:nth-child(100),
.will-animate .headline-area.split h3 > span:nth-child(3) > span:nth-child(100),
.will-animate .headline-area.split h4 > span:nth-child(3) > span:nth-child(100),
.will-animate .headline-area.split h5 > span:nth-child(3) > span:nth-child(100),
.will-animate .headline-area.split h6 > span:nth-child(3) > span:nth-child(100) {
    -webkit-transition-delay: 7.5s;
    -moz-transition-delay: 7.5s;
    -o-transition-delay: 7.5s;
    transition-delay: 7.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(4),
.will-animate .headline-area.split h2 > span:nth-child(4),
.will-animate .headline-area.split h3 > span:nth-child(4),
.will-animate .headline-area.split h4 > span:nth-child(4),
.will-animate .headline-area.split h5 > span:nth-child(4),
.will-animate .headline-area.split h6 > span:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:first-child,
.will-animate .headline-area.split h2 > span:nth-child(4) > span:first-child,
.will-animate .headline-area.split h3 > span:nth-child(4) > span:first-child,
.will-animate .headline-area.split h4 > span:nth-child(4) > span:first-child,
.will-animate .headline-area.split h5 > span:nth-child(4) > span:first-child,
.will-animate .headline-area.split h6 > span:nth-child(4) > span:first-child {
    -webkit-transition-delay: 3.55s;
    -moz-transition-delay: 3.55s;
    -o-transition-delay: 3.55s;
    transition-delay: 3.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(2),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(2),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(2),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(2),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(2),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(2) {
    -webkit-transition-delay: 3.6s;
    -moz-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(3),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(3),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(3),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(3),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(3),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(3) {
    -webkit-transition-delay: 3.65s;
    -moz-transition-delay: 3.65s;
    -o-transition-delay: 3.65s;
    transition-delay: 3.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(4),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(4),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(4),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(4),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(4),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(4) {
    -webkit-transition-delay: 3.7s;
    -moz-transition-delay: 3.7s;
    -o-transition-delay: 3.7s;
    transition-delay: 3.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(5),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(5),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(5),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(5),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(5),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(5) {
    -webkit-transition-delay: 3.75s;
    -moz-transition-delay: 3.75s;
    -o-transition-delay: 3.75s;
    transition-delay: 3.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(6),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(6),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(6),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(6),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(6),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(6) {
    -webkit-transition-delay: 3.8s;
    -moz-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(7),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(7),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(7),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(7),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(7),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(7) {
    -webkit-transition-delay: 3.85s;
    -moz-transition-delay: 3.85s;
    -o-transition-delay: 3.85s;
    transition-delay: 3.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(8),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(8),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(8),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(8),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(8),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(8) {
    -webkit-transition-delay: 3.9s;
    -moz-transition-delay: 3.9s;
    -o-transition-delay: 3.9s;
    transition-delay: 3.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(9),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(9),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(9),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(9),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(9),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(9) {
    -webkit-transition-delay: 3.95s;
    -moz-transition-delay: 3.95s;
    -o-transition-delay: 3.95s;
    transition-delay: 3.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(10),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(10),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(10),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(10),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(10),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(10) {
    -webkit-transition-delay: 4s;
    -moz-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(11),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(11),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(11),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(11),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(11),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(11) {
    -webkit-transition-delay: 4.05s;
    -moz-transition-delay: 4.05s;
    -o-transition-delay: 4.05s;
    transition-delay: 4.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(12),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(12),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(12),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(12),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(12),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(12) {
    -webkit-transition-delay: 4.1s;
    -moz-transition-delay: 4.1s;
    -o-transition-delay: 4.1s;
    transition-delay: 4.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(13),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(13),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(13),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(13),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(13),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(13) {
    -webkit-transition-delay: 4.15s;
    -moz-transition-delay: 4.15s;
    -o-transition-delay: 4.15s;
    transition-delay: 4.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(14),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(14),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(14),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(14),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(14),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(14) {
    -webkit-transition-delay: 4.2s;
    -moz-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(15),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(15),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(15),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(15),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(15),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(15) {
    -webkit-transition-delay: 4.25s;
    -moz-transition-delay: 4.25s;
    -o-transition-delay: 4.25s;
    transition-delay: 4.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(16),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(16),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(16),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(16),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(16),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(16) {
    -webkit-transition-delay: 4.3s;
    -moz-transition-delay: 4.3s;
    -o-transition-delay: 4.3s;
    transition-delay: 4.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(17),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(17),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(17),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(17),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(17),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(17) {
    -webkit-transition-delay: 4.35s;
    -moz-transition-delay: 4.35s;
    -o-transition-delay: 4.35s;
    transition-delay: 4.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(18),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(18),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(18),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(18),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(18),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(18) {
    -webkit-transition-delay: 4.4s;
    -moz-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(19),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(19),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(19),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(19),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(19),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(19) {
    -webkit-transition-delay: 4.45s;
    -moz-transition-delay: 4.45s;
    -o-transition-delay: 4.45s;
    transition-delay: 4.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(20),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(20),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(20),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(20),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(20),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(20) {
    -webkit-transition-delay: 4.5s;
    -moz-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(21),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(21),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(21),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(21),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(21),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(21) {
    -webkit-transition-delay: 4.55s;
    -moz-transition-delay: 4.55s;
    -o-transition-delay: 4.55s;
    transition-delay: 4.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(22),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(22),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(22),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(22),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(22),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(22) {
    -webkit-transition-delay: 4.6s;
    -moz-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(23),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(23),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(23),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(23),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(23),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(23) {
    -webkit-transition-delay: 4.65s;
    -moz-transition-delay: 4.65s;
    -o-transition-delay: 4.65s;
    transition-delay: 4.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(24),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(24),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(24),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(24),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(24),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(24) {
    -webkit-transition-delay: 4.7s;
    -moz-transition-delay: 4.7s;
    -o-transition-delay: 4.7s;
    transition-delay: 4.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(25),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(25),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(25),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(25),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(25),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(25) {
    -webkit-transition-delay: 4.75s;
    -moz-transition-delay: 4.75s;
    -o-transition-delay: 4.75s;
    transition-delay: 4.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(26),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(26),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(26),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(26),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(26),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(26) {
    -webkit-transition-delay: 4.8s;
    -moz-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(27),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(27),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(27),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(27),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(27),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(27) {
    -webkit-transition-delay: 4.85s;
    -moz-transition-delay: 4.85s;
    -o-transition-delay: 4.85s;
    transition-delay: 4.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(28),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(28),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(28),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(28),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(28),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(28) {
    -webkit-transition-delay: 4.9s;
    -moz-transition-delay: 4.9s;
    -o-transition-delay: 4.9s;
    transition-delay: 4.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(29),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(29),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(29),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(29),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(29),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(29) {
    -webkit-transition-delay: 4.95s;
    -moz-transition-delay: 4.95s;
    -o-transition-delay: 4.95s;
    transition-delay: 4.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(30),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(30),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(30),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(30),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(30),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(30) {
    -webkit-transition-delay: 5s;
    -moz-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(31),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(31),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(31),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(31),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(31),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(31) {
    -webkit-transition-delay: 5.05s;
    -moz-transition-delay: 5.05s;
    -o-transition-delay: 5.05s;
    transition-delay: 5.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(32),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(32),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(32),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(32),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(32),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(32) {
    -webkit-transition-delay: 5.1s;
    -moz-transition-delay: 5.1s;
    -o-transition-delay: 5.1s;
    transition-delay: 5.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(33),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(33),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(33),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(33),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(33),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(33) {
    -webkit-transition-delay: 5.15s;
    -moz-transition-delay: 5.15s;
    -o-transition-delay: 5.15s;
    transition-delay: 5.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(34),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(34),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(34),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(34),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(34),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(34) {
    -webkit-transition-delay: 5.2s;
    -moz-transition-delay: 5.2s;
    -o-transition-delay: 5.2s;
    transition-delay: 5.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(35),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(35),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(35),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(35),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(35),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(35) {
    -webkit-transition-delay: 5.25s;
    -moz-transition-delay: 5.25s;
    -o-transition-delay: 5.25s;
    transition-delay: 5.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(36),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(36),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(36),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(36),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(36),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(36) {
    -webkit-transition-delay: 5.3s;
    -moz-transition-delay: 5.3s;
    -o-transition-delay: 5.3s;
    transition-delay: 5.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(37),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(37),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(37),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(37),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(37),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(37) {
    -webkit-transition-delay: 5.35s;
    -moz-transition-delay: 5.35s;
    -o-transition-delay: 5.35s;
    transition-delay: 5.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(38),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(38),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(38),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(38),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(38),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(38) {
    -webkit-transition-delay: 5.4s;
    -moz-transition-delay: 5.4s;
    -o-transition-delay: 5.4s;
    transition-delay: 5.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(39),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(39),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(39),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(39),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(39),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(39) {
    -webkit-transition-delay: 5.45s;
    -moz-transition-delay: 5.45s;
    -o-transition-delay: 5.45s;
    transition-delay: 5.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(40),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(40),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(40),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(40),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(40),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(40) {
    -webkit-transition-delay: 5.5s;
    -moz-transition-delay: 5.5s;
    -o-transition-delay: 5.5s;
    transition-delay: 5.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(41),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(41),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(41),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(41),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(41),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(41) {
    -webkit-transition-delay: 5.55s;
    -moz-transition-delay: 5.55s;
    -o-transition-delay: 5.55s;
    transition-delay: 5.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(42),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(42),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(42),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(42),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(42),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(42) {
    -webkit-transition-delay: 5.6s;
    -moz-transition-delay: 5.6s;
    -o-transition-delay: 5.6s;
    transition-delay: 5.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(43),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(43),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(43),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(43),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(43),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(43) {
    -webkit-transition-delay: 5.65s;
    -moz-transition-delay: 5.65s;
    -o-transition-delay: 5.65s;
    transition-delay: 5.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(44),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(44),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(44),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(44),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(44),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(44) {
    -webkit-transition-delay: 5.7s;
    -moz-transition-delay: 5.7s;
    -o-transition-delay: 5.7s;
    transition-delay: 5.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(45),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(45),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(45),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(45),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(45),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(45) {
    -webkit-transition-delay: 5.75s;
    -moz-transition-delay: 5.75s;
    -o-transition-delay: 5.75s;
    transition-delay: 5.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(46),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(46),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(46),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(46),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(46),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(46) {
    -webkit-transition-delay: 5.8s;
    -moz-transition-delay: 5.8s;
    -o-transition-delay: 5.8s;
    transition-delay: 5.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(47),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(47),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(47),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(47),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(47),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(47) {
    -webkit-transition-delay: 5.85s;
    -moz-transition-delay: 5.85s;
    -o-transition-delay: 5.85s;
    transition-delay: 5.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(48),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(48),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(48),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(48),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(48),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(48) {
    -webkit-transition-delay: 5.9s;
    -moz-transition-delay: 5.9s;
    -o-transition-delay: 5.9s;
    transition-delay: 5.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(49),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(49),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(49),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(49),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(49),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(49) {
    -webkit-transition-delay: 5.95s;
    -moz-transition-delay: 5.95s;
    -o-transition-delay: 5.95s;
    transition-delay: 5.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(50),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(50),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(50),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(50),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(50),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(50) {
    -webkit-transition-delay: 6s;
    -moz-transition-delay: 6s;
    -o-transition-delay: 6s;
    transition-delay: 6s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(51),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(51),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(51),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(51),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(51),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(51) {
    -webkit-transition-delay: 6.05s;
    -moz-transition-delay: 6.05s;
    -o-transition-delay: 6.05s;
    transition-delay: 6.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(52),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(52),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(52),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(52),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(52),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(52) {
    -webkit-transition-delay: 6.1s;
    -moz-transition-delay: 6.1s;
    -o-transition-delay: 6.1s;
    transition-delay: 6.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(53),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(53),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(53),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(53),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(53),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(53) {
    -webkit-transition-delay: 6.15s;
    -moz-transition-delay: 6.15s;
    -o-transition-delay: 6.15s;
    transition-delay: 6.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(54),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(54),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(54),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(54),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(54),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(54) {
    -webkit-transition-delay: 6.2s;
    -moz-transition-delay: 6.2s;
    -o-transition-delay: 6.2s;
    transition-delay: 6.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(55),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(55),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(55),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(55),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(55),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(55) {
    -webkit-transition-delay: 6.25s;
    -moz-transition-delay: 6.25s;
    -o-transition-delay: 6.25s;
    transition-delay: 6.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(56),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(56),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(56),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(56),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(56),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(56) {
    -webkit-transition-delay: 6.3s;
    -moz-transition-delay: 6.3s;
    -o-transition-delay: 6.3s;
    transition-delay: 6.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(57),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(57),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(57),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(57),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(57),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(57) {
    -webkit-transition-delay: 6.35s;
    -moz-transition-delay: 6.35s;
    -o-transition-delay: 6.35s;
    transition-delay: 6.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(58),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(58),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(58),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(58),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(58),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(58) {
    -webkit-transition-delay: 6.4s;
    -moz-transition-delay: 6.4s;
    -o-transition-delay: 6.4s;
    transition-delay: 6.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(59),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(59),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(59),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(59),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(59),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(59) {
    -webkit-transition-delay: 6.45s;
    -moz-transition-delay: 6.45s;
    -o-transition-delay: 6.45s;
    transition-delay: 6.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(60),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(60),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(60),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(60),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(60),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(60) {
    -webkit-transition-delay: 6.5s;
    -moz-transition-delay: 6.5s;
    -o-transition-delay: 6.5s;
    transition-delay: 6.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(61),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(61),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(61),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(61),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(61),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(61) {
    -webkit-transition-delay: 6.55s;
    -moz-transition-delay: 6.55s;
    -o-transition-delay: 6.55s;
    transition-delay: 6.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(62),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(62),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(62),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(62),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(62),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(62) {
    -webkit-transition-delay: 6.6s;
    -moz-transition-delay: 6.6s;
    -o-transition-delay: 6.6s;
    transition-delay: 6.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(63),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(63),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(63),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(63),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(63),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(63) {
    -webkit-transition-delay: 6.65s;
    -moz-transition-delay: 6.65s;
    -o-transition-delay: 6.65s;
    transition-delay: 6.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(64),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(64),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(64),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(64),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(64),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(64) {
    -webkit-transition-delay: 6.7s;
    -moz-transition-delay: 6.7s;
    -o-transition-delay: 6.7s;
    transition-delay: 6.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(65),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(65),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(65),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(65),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(65),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(65) {
    -webkit-transition-delay: 6.75s;
    -moz-transition-delay: 6.75s;
    -o-transition-delay: 6.75s;
    transition-delay: 6.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(66),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(66),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(66),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(66),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(66),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(66) {
    -webkit-transition-delay: 6.8s;
    -moz-transition-delay: 6.8s;
    -o-transition-delay: 6.8s;
    transition-delay: 6.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(67),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(67),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(67),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(67),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(67),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(67) {
    -webkit-transition-delay: 6.85s;
    -moz-transition-delay: 6.85s;
    -o-transition-delay: 6.85s;
    transition-delay: 6.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(68),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(68),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(68),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(68),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(68),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(68) {
    -webkit-transition-delay: 6.9s;
    -moz-transition-delay: 6.9s;
    -o-transition-delay: 6.9s;
    transition-delay: 6.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(69),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(69),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(69),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(69),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(69),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(69) {
    -webkit-transition-delay: 6.95s;
    -moz-transition-delay: 6.95s;
    -o-transition-delay: 6.95s;
    transition-delay: 6.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(70),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(70),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(70),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(70),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(70),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(70) {
    -webkit-transition-delay: 7s;
    -moz-transition-delay: 7s;
    -o-transition-delay: 7s;
    transition-delay: 7s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(71),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(71),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(71),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(71),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(71),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(71) {
    -webkit-transition-delay: 7.05s;
    -moz-transition-delay: 7.05s;
    -o-transition-delay: 7.05s;
    transition-delay: 7.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(72),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(72),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(72),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(72),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(72),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(72) {
    -webkit-transition-delay: 7.1s;
    -moz-transition-delay: 7.1s;
    -o-transition-delay: 7.1s;
    transition-delay: 7.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(73),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(73),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(73),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(73),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(73),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(73) {
    -webkit-transition-delay: 7.15s;
    -moz-transition-delay: 7.15s;
    -o-transition-delay: 7.15s;
    transition-delay: 7.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(74),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(74),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(74),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(74),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(74),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(74) {
    -webkit-transition-delay: 7.2s;
    -moz-transition-delay: 7.2s;
    -o-transition-delay: 7.2s;
    transition-delay: 7.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(75),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(75),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(75),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(75),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(75),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(75) {
    -webkit-transition-delay: 7.25s;
    -moz-transition-delay: 7.25s;
    -o-transition-delay: 7.25s;
    transition-delay: 7.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(76),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(76),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(76),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(76),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(76),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(76) {
    -webkit-transition-delay: 7.3s;
    -moz-transition-delay: 7.3s;
    -o-transition-delay: 7.3s;
    transition-delay: 7.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(77),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(77),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(77),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(77),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(77),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(77) {
    -webkit-transition-delay: 7.35s;
    -moz-transition-delay: 7.35s;
    -o-transition-delay: 7.35s;
    transition-delay: 7.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(78),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(78),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(78),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(78),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(78),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(78) {
    -webkit-transition-delay: 7.4s;
    -moz-transition-delay: 7.4s;
    -o-transition-delay: 7.4s;
    transition-delay: 7.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(79),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(79),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(79),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(79),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(79),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(79) {
    -webkit-transition-delay: 7.45s;
    -moz-transition-delay: 7.45s;
    -o-transition-delay: 7.45s;
    transition-delay: 7.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(80),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(80),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(80),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(80),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(80),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(80) {
    -webkit-transition-delay: 7.5s;
    -moz-transition-delay: 7.5s;
    -o-transition-delay: 7.5s;
    transition-delay: 7.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(81),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(81),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(81),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(81),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(81),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(81) {
    -webkit-transition-delay: 7.55s;
    -moz-transition-delay: 7.55s;
    -o-transition-delay: 7.55s;
    transition-delay: 7.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(82),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(82),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(82),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(82),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(82),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(82) {
    -webkit-transition-delay: 7.6s;
    -moz-transition-delay: 7.6s;
    -o-transition-delay: 7.6s;
    transition-delay: 7.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(83),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(83),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(83),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(83),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(83),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(83) {
    -webkit-transition-delay: 7.65s;
    -moz-transition-delay: 7.65s;
    -o-transition-delay: 7.65s;
    transition-delay: 7.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(84),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(84),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(84),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(84),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(84),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(84) {
    -webkit-transition-delay: 7.7s;
    -moz-transition-delay: 7.7s;
    -o-transition-delay: 7.7s;
    transition-delay: 7.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(85),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(85),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(85),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(85),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(85),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(85) {
    -webkit-transition-delay: 7.75s;
    -moz-transition-delay: 7.75s;
    -o-transition-delay: 7.75s;
    transition-delay: 7.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(86),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(86),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(86),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(86),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(86),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(86) {
    -webkit-transition-delay: 7.8s;
    -moz-transition-delay: 7.8s;
    -o-transition-delay: 7.8s;
    transition-delay: 7.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(87),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(87),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(87),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(87),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(87),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(87) {
    -webkit-transition-delay: 7.85s;
    -moz-transition-delay: 7.85s;
    -o-transition-delay: 7.85s;
    transition-delay: 7.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(88),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(88),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(88),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(88),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(88),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(88) {
    -webkit-transition-delay: 7.9s;
    -moz-transition-delay: 7.9s;
    -o-transition-delay: 7.9s;
    transition-delay: 7.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(89),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(89),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(89),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(89),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(89),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(89) {
    -webkit-transition-delay: 7.95s;
    -moz-transition-delay: 7.95s;
    -o-transition-delay: 7.95s;
    transition-delay: 7.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(90),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(90),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(90),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(90),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(90),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(90) {
    -webkit-transition-delay: 8s;
    -moz-transition-delay: 8s;
    -o-transition-delay: 8s;
    transition-delay: 8s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(91),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(91),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(91),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(91),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(91),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(91) {
    -webkit-transition-delay: 8.05s;
    -moz-transition-delay: 8.05s;
    -o-transition-delay: 8.05s;
    transition-delay: 8.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(92),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(92),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(92),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(92),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(92),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(92) {
    -webkit-transition-delay: 8.1s;
    -moz-transition-delay: 8.1s;
    -o-transition-delay: 8.1s;
    transition-delay: 8.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(93),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(93),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(93),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(93),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(93),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(93) {
    -webkit-transition-delay: 8.15s;
    -moz-transition-delay: 8.15s;
    -o-transition-delay: 8.15s;
    transition-delay: 8.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(94),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(94),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(94),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(94),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(94),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(94) {
    -webkit-transition-delay: 8.2s;
    -moz-transition-delay: 8.2s;
    -o-transition-delay: 8.2s;
    transition-delay: 8.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(95),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(95),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(95),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(95),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(95),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(95) {
    -webkit-transition-delay: 8.25s;
    -moz-transition-delay: 8.25s;
    -o-transition-delay: 8.25s;
    transition-delay: 8.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(96),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(96),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(96),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(96),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(96),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(96) {
    -webkit-transition-delay: 8.3s;
    -moz-transition-delay: 8.3s;
    -o-transition-delay: 8.3s;
    transition-delay: 8.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(97),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(97),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(97),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(97),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(97),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(97) {
    -webkit-transition-delay: 8.35s;
    -moz-transition-delay: 8.35s;
    -o-transition-delay: 8.35s;
    transition-delay: 8.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(98),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(98),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(98),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(98),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(98),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(98) {
    -webkit-transition-delay: 8.4s;
    -moz-transition-delay: 8.4s;
    -o-transition-delay: 8.4s;
    transition-delay: 8.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(99),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(99),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(99),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(99),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(99),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(99) {
    -webkit-transition-delay: 8.45s;
    -moz-transition-delay: 8.45s;
    -o-transition-delay: 8.45s;
    transition-delay: 8.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(4) > span:nth-child(100),
.will-animate .headline-area.split h2 > span:nth-child(4) > span:nth-child(100),
.will-animate .headline-area.split h3 > span:nth-child(4) > span:nth-child(100),
.will-animate .headline-area.split h4 > span:nth-child(4) > span:nth-child(100),
.will-animate .headline-area.split h5 > span:nth-child(4) > span:nth-child(100),
.will-animate .headline-area.split h6 > span:nth-child(4) > span:nth-child(100) {
    -webkit-transition-delay: 8.5s;
    -moz-transition-delay: 8.5s;
    -o-transition-delay: 8.5s;
    transition-delay: 8.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(5),
.will-animate .headline-area.split h2 > span:nth-child(5),
.will-animate .headline-area.split h3 > span:nth-child(5),
.will-animate .headline-area.split h4 > span:nth-child(5),
.will-animate .headline-area.split h5 > span:nth-child(5),
.will-animate .headline-area.split h6 > span:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:first-child,
.will-animate .headline-area.split h2 > span:nth-child(5) > span:first-child,
.will-animate .headline-area.split h3 > span:nth-child(5) > span:first-child,
.will-animate .headline-area.split h4 > span:nth-child(5) > span:first-child,
.will-animate .headline-area.split h5 > span:nth-child(5) > span:first-child,
.will-animate .headline-area.split h6 > span:nth-child(5) > span:first-child {
    -webkit-transition-delay: 4.55s;
    -moz-transition-delay: 4.55s;
    -o-transition-delay: 4.55s;
    transition-delay: 4.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(2),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(2),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(2),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(2),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(2),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(2) {
    -webkit-transition-delay: 4.6s;
    -moz-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(3),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(3),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(3),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(3),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(3),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(3) {
    -webkit-transition-delay: 4.65s;
    -moz-transition-delay: 4.65s;
    -o-transition-delay: 4.65s;
    transition-delay: 4.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(4),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(4),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(4),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(4),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(4),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(4) {
    -webkit-transition-delay: 4.7s;
    -moz-transition-delay: 4.7s;
    -o-transition-delay: 4.7s;
    transition-delay: 4.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(5),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(5),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(5),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(5),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(5),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(5) {
    -webkit-transition-delay: 4.75s;
    -moz-transition-delay: 4.75s;
    -o-transition-delay: 4.75s;
    transition-delay: 4.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(6),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(6),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(6),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(6),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(6),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(6) {
    -webkit-transition-delay: 4.8s;
    -moz-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(7),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(7),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(7),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(7),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(7),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(7) {
    -webkit-transition-delay: 4.85s;
    -moz-transition-delay: 4.85s;
    -o-transition-delay: 4.85s;
    transition-delay: 4.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(8),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(8),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(8),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(8),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(8),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(8) {
    -webkit-transition-delay: 4.9s;
    -moz-transition-delay: 4.9s;
    -o-transition-delay: 4.9s;
    transition-delay: 4.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(9),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(9),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(9),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(9),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(9),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(9) {
    -webkit-transition-delay: 4.95s;
    -moz-transition-delay: 4.95s;
    -o-transition-delay: 4.95s;
    transition-delay: 4.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(10),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(10),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(10),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(10),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(10),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(10) {
    -webkit-transition-delay: 5s;
    -moz-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(11),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(11),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(11),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(11),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(11),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(11) {
    -webkit-transition-delay: 5.05s;
    -moz-transition-delay: 5.05s;
    -o-transition-delay: 5.05s;
    transition-delay: 5.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(12),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(12),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(12),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(12),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(12),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(12) {
    -webkit-transition-delay: 5.1s;
    -moz-transition-delay: 5.1s;
    -o-transition-delay: 5.1s;
    transition-delay: 5.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(13),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(13),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(13),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(13),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(13),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(13) {
    -webkit-transition-delay: 5.15s;
    -moz-transition-delay: 5.15s;
    -o-transition-delay: 5.15s;
    transition-delay: 5.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(14),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(14),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(14),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(14),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(14),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(14) {
    -webkit-transition-delay: 5.2s;
    -moz-transition-delay: 5.2s;
    -o-transition-delay: 5.2s;
    transition-delay: 5.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(15),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(15),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(15),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(15),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(15),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(15) {
    -webkit-transition-delay: 5.25s;
    -moz-transition-delay: 5.25s;
    -o-transition-delay: 5.25s;
    transition-delay: 5.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(16),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(16),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(16),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(16),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(16),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(16) {
    -webkit-transition-delay: 5.3s;
    -moz-transition-delay: 5.3s;
    -o-transition-delay: 5.3s;
    transition-delay: 5.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(17),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(17),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(17),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(17),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(17),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(17) {
    -webkit-transition-delay: 5.35s;
    -moz-transition-delay: 5.35s;
    -o-transition-delay: 5.35s;
    transition-delay: 5.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(18),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(18),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(18),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(18),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(18),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(18) {
    -webkit-transition-delay: 5.4s;
    -moz-transition-delay: 5.4s;
    -o-transition-delay: 5.4s;
    transition-delay: 5.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(19),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(19),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(19),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(19),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(19),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(19) {
    -webkit-transition-delay: 5.45s;
    -moz-transition-delay: 5.45s;
    -o-transition-delay: 5.45s;
    transition-delay: 5.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(20),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(20),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(20),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(20),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(20),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(20) {
    -webkit-transition-delay: 5.5s;
    -moz-transition-delay: 5.5s;
    -o-transition-delay: 5.5s;
    transition-delay: 5.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(21),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(21),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(21),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(21),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(21),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(21) {
    -webkit-transition-delay: 5.55s;
    -moz-transition-delay: 5.55s;
    -o-transition-delay: 5.55s;
    transition-delay: 5.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(22),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(22),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(22),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(22),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(22),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(22) {
    -webkit-transition-delay: 5.6s;
    -moz-transition-delay: 5.6s;
    -o-transition-delay: 5.6s;
    transition-delay: 5.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(23),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(23),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(23),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(23),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(23),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(23) {
    -webkit-transition-delay: 5.65s;
    -moz-transition-delay: 5.65s;
    -o-transition-delay: 5.65s;
    transition-delay: 5.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(24),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(24),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(24),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(24),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(24),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(24) {
    -webkit-transition-delay: 5.7s;
    -moz-transition-delay: 5.7s;
    -o-transition-delay: 5.7s;
    transition-delay: 5.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(25),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(25),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(25),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(25),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(25),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(25) {
    -webkit-transition-delay: 5.75s;
    -moz-transition-delay: 5.75s;
    -o-transition-delay: 5.75s;
    transition-delay: 5.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(26),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(26),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(26),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(26),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(26),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(26) {
    -webkit-transition-delay: 5.8s;
    -moz-transition-delay: 5.8s;
    -o-transition-delay: 5.8s;
    transition-delay: 5.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(27),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(27),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(27),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(27),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(27),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(27) {
    -webkit-transition-delay: 5.85s;
    -moz-transition-delay: 5.85s;
    -o-transition-delay: 5.85s;
    transition-delay: 5.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(28),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(28),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(28),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(28),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(28),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(28) {
    -webkit-transition-delay: 5.9s;
    -moz-transition-delay: 5.9s;
    -o-transition-delay: 5.9s;
    transition-delay: 5.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(29),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(29),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(29),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(29),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(29),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(29) {
    -webkit-transition-delay: 5.95s;
    -moz-transition-delay: 5.95s;
    -o-transition-delay: 5.95s;
    transition-delay: 5.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(30),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(30),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(30),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(30),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(30),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(30) {
    -webkit-transition-delay: 6s;
    -moz-transition-delay: 6s;
    -o-transition-delay: 6s;
    transition-delay: 6s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(31),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(31),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(31),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(31),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(31),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(31) {
    -webkit-transition-delay: 6.05s;
    -moz-transition-delay: 6.05s;
    -o-transition-delay: 6.05s;
    transition-delay: 6.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(32),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(32),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(32),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(32),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(32),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(32) {
    -webkit-transition-delay: 6.1s;
    -moz-transition-delay: 6.1s;
    -o-transition-delay: 6.1s;
    transition-delay: 6.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(33),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(33),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(33),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(33),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(33),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(33) {
    -webkit-transition-delay: 6.15s;
    -moz-transition-delay: 6.15s;
    -o-transition-delay: 6.15s;
    transition-delay: 6.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(34),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(34),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(34),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(34),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(34),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(34) {
    -webkit-transition-delay: 6.2s;
    -moz-transition-delay: 6.2s;
    -o-transition-delay: 6.2s;
    transition-delay: 6.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(35),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(35),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(35),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(35),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(35),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(35) {
    -webkit-transition-delay: 6.25s;
    -moz-transition-delay: 6.25s;
    -o-transition-delay: 6.25s;
    transition-delay: 6.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(36),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(36),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(36),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(36),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(36),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(36) {
    -webkit-transition-delay: 6.3s;
    -moz-transition-delay: 6.3s;
    -o-transition-delay: 6.3s;
    transition-delay: 6.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(37),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(37),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(37),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(37),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(37),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(37) {
    -webkit-transition-delay: 6.35s;
    -moz-transition-delay: 6.35s;
    -o-transition-delay: 6.35s;
    transition-delay: 6.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(38),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(38),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(38),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(38),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(38),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(38) {
    -webkit-transition-delay: 6.4s;
    -moz-transition-delay: 6.4s;
    -o-transition-delay: 6.4s;
    transition-delay: 6.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(39),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(39),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(39),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(39),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(39),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(39) {
    -webkit-transition-delay: 6.45s;
    -moz-transition-delay: 6.45s;
    -o-transition-delay: 6.45s;
    transition-delay: 6.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(40),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(40),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(40),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(40),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(40),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(40) {
    -webkit-transition-delay: 6.5s;
    -moz-transition-delay: 6.5s;
    -o-transition-delay: 6.5s;
    transition-delay: 6.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(41),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(41),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(41),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(41),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(41),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(41) {
    -webkit-transition-delay: 6.55s;
    -moz-transition-delay: 6.55s;
    -o-transition-delay: 6.55s;
    transition-delay: 6.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(42),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(42),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(42),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(42),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(42),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(42) {
    -webkit-transition-delay: 6.6s;
    -moz-transition-delay: 6.6s;
    -o-transition-delay: 6.6s;
    transition-delay: 6.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(43),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(43),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(43),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(43),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(43),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(43) {
    -webkit-transition-delay: 6.65s;
    -moz-transition-delay: 6.65s;
    -o-transition-delay: 6.65s;
    transition-delay: 6.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(44),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(44),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(44),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(44),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(44),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(44) {
    -webkit-transition-delay: 6.7s;
    -moz-transition-delay: 6.7s;
    -o-transition-delay: 6.7s;
    transition-delay: 6.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(45),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(45),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(45),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(45),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(45),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(45) {
    -webkit-transition-delay: 6.75s;
    -moz-transition-delay: 6.75s;
    -o-transition-delay: 6.75s;
    transition-delay: 6.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(46),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(46),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(46),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(46),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(46),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(46) {
    -webkit-transition-delay: 6.8s;
    -moz-transition-delay: 6.8s;
    -o-transition-delay: 6.8s;
    transition-delay: 6.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(47),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(47),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(47),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(47),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(47),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(47) {
    -webkit-transition-delay: 6.85s;
    -moz-transition-delay: 6.85s;
    -o-transition-delay: 6.85s;
    transition-delay: 6.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(48),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(48),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(48),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(48),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(48),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(48) {
    -webkit-transition-delay: 6.9s;
    -moz-transition-delay: 6.9s;
    -o-transition-delay: 6.9s;
    transition-delay: 6.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(49),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(49),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(49),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(49),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(49),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(49) {
    -webkit-transition-delay: 6.95s;
    -moz-transition-delay: 6.95s;
    -o-transition-delay: 6.95s;
    transition-delay: 6.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(50),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(50),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(50),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(50),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(50),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(50) {
    -webkit-transition-delay: 7s;
    -moz-transition-delay: 7s;
    -o-transition-delay: 7s;
    transition-delay: 7s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(51),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(51),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(51),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(51),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(51),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(51) {
    -webkit-transition-delay: 7.05s;
    -moz-transition-delay: 7.05s;
    -o-transition-delay: 7.05s;
    transition-delay: 7.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(52),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(52),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(52),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(52),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(52),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(52) {
    -webkit-transition-delay: 7.1s;
    -moz-transition-delay: 7.1s;
    -o-transition-delay: 7.1s;
    transition-delay: 7.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(53),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(53),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(53),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(53),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(53),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(53) {
    -webkit-transition-delay: 7.15s;
    -moz-transition-delay: 7.15s;
    -o-transition-delay: 7.15s;
    transition-delay: 7.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(54),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(54),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(54),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(54),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(54),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(54) {
    -webkit-transition-delay: 7.2s;
    -moz-transition-delay: 7.2s;
    -o-transition-delay: 7.2s;
    transition-delay: 7.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(55),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(55),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(55),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(55),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(55),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(55) {
    -webkit-transition-delay: 7.25s;
    -moz-transition-delay: 7.25s;
    -o-transition-delay: 7.25s;
    transition-delay: 7.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(56),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(56),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(56),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(56),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(56),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(56) {
    -webkit-transition-delay: 7.3s;
    -moz-transition-delay: 7.3s;
    -o-transition-delay: 7.3s;
    transition-delay: 7.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(57),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(57),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(57),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(57),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(57),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(57) {
    -webkit-transition-delay: 7.35s;
    -moz-transition-delay: 7.35s;
    -o-transition-delay: 7.35s;
    transition-delay: 7.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(58),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(58),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(58),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(58),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(58),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(58) {
    -webkit-transition-delay: 7.4s;
    -moz-transition-delay: 7.4s;
    -o-transition-delay: 7.4s;
    transition-delay: 7.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(59),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(59),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(59),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(59),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(59),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(59) {
    -webkit-transition-delay: 7.45s;
    -moz-transition-delay: 7.45s;
    -o-transition-delay: 7.45s;
    transition-delay: 7.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(60),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(60),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(60),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(60),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(60),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(60) {
    -webkit-transition-delay: 7.5s;
    -moz-transition-delay: 7.5s;
    -o-transition-delay: 7.5s;
    transition-delay: 7.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(61),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(61),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(61),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(61),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(61),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(61) {
    -webkit-transition-delay: 7.55s;
    -moz-transition-delay: 7.55s;
    -o-transition-delay: 7.55s;
    transition-delay: 7.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(62),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(62),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(62),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(62),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(62),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(62) {
    -webkit-transition-delay: 7.6s;
    -moz-transition-delay: 7.6s;
    -o-transition-delay: 7.6s;
    transition-delay: 7.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(63),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(63),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(63),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(63),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(63),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(63) {
    -webkit-transition-delay: 7.65s;
    -moz-transition-delay: 7.65s;
    -o-transition-delay: 7.65s;
    transition-delay: 7.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(64),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(64),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(64),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(64),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(64),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(64) {
    -webkit-transition-delay: 7.7s;
    -moz-transition-delay: 7.7s;
    -o-transition-delay: 7.7s;
    transition-delay: 7.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(65),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(65),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(65),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(65),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(65),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(65) {
    -webkit-transition-delay: 7.75s;
    -moz-transition-delay: 7.75s;
    -o-transition-delay: 7.75s;
    transition-delay: 7.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(66),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(66),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(66),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(66),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(66),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(66) {
    -webkit-transition-delay: 7.8s;
    -moz-transition-delay: 7.8s;
    -o-transition-delay: 7.8s;
    transition-delay: 7.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(67),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(67),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(67),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(67),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(67),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(67) {
    -webkit-transition-delay: 7.85s;
    -moz-transition-delay: 7.85s;
    -o-transition-delay: 7.85s;
    transition-delay: 7.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(68),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(68),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(68),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(68),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(68),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(68) {
    -webkit-transition-delay: 7.9s;
    -moz-transition-delay: 7.9s;
    -o-transition-delay: 7.9s;
    transition-delay: 7.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(69),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(69),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(69),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(69),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(69),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(69) {
    -webkit-transition-delay: 7.95s;
    -moz-transition-delay: 7.95s;
    -o-transition-delay: 7.95s;
    transition-delay: 7.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(70),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(70),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(70),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(70),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(70),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(70) {
    -webkit-transition-delay: 8s;
    -moz-transition-delay: 8s;
    -o-transition-delay: 8s;
    transition-delay: 8s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(71),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(71),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(71),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(71),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(71),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(71) {
    -webkit-transition-delay: 8.05s;
    -moz-transition-delay: 8.05s;
    -o-transition-delay: 8.05s;
    transition-delay: 8.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(72),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(72),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(72),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(72),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(72),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(72) {
    -webkit-transition-delay: 8.1s;
    -moz-transition-delay: 8.1s;
    -o-transition-delay: 8.1s;
    transition-delay: 8.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(73),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(73),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(73),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(73),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(73),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(73) {
    -webkit-transition-delay: 8.15s;
    -moz-transition-delay: 8.15s;
    -o-transition-delay: 8.15s;
    transition-delay: 8.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(74),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(74),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(74),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(74),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(74),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(74) {
    -webkit-transition-delay: 8.2s;
    -moz-transition-delay: 8.2s;
    -o-transition-delay: 8.2s;
    transition-delay: 8.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(75),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(75),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(75),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(75),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(75),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(75) {
    -webkit-transition-delay: 8.25s;
    -moz-transition-delay: 8.25s;
    -o-transition-delay: 8.25s;
    transition-delay: 8.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(76),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(76),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(76),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(76),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(76),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(76) {
    -webkit-transition-delay: 8.3s;
    -moz-transition-delay: 8.3s;
    -o-transition-delay: 8.3s;
    transition-delay: 8.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(77),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(77),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(77),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(77),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(77),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(77) {
    -webkit-transition-delay: 8.35s;
    -moz-transition-delay: 8.35s;
    -o-transition-delay: 8.35s;
    transition-delay: 8.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(78),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(78),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(78),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(78),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(78),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(78) {
    -webkit-transition-delay: 8.4s;
    -moz-transition-delay: 8.4s;
    -o-transition-delay: 8.4s;
    transition-delay: 8.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(79),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(79),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(79),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(79),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(79),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(79) {
    -webkit-transition-delay: 8.45s;
    -moz-transition-delay: 8.45s;
    -o-transition-delay: 8.45s;
    transition-delay: 8.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(80),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(80),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(80),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(80),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(80),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(80) {
    -webkit-transition-delay: 8.5s;
    -moz-transition-delay: 8.5s;
    -o-transition-delay: 8.5s;
    transition-delay: 8.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(81),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(81),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(81),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(81),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(81),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(81) {
    -webkit-transition-delay: 8.55s;
    -moz-transition-delay: 8.55s;
    -o-transition-delay: 8.55s;
    transition-delay: 8.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(82),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(82),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(82),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(82),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(82),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(82) {
    -webkit-transition-delay: 8.6s;
    -moz-transition-delay: 8.6s;
    -o-transition-delay: 8.6s;
    transition-delay: 8.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(83),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(83),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(83),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(83),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(83),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(83) {
    -webkit-transition-delay: 8.65s;
    -moz-transition-delay: 8.65s;
    -o-transition-delay: 8.65s;
    transition-delay: 8.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(84),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(84),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(84),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(84),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(84),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(84) {
    -webkit-transition-delay: 8.7s;
    -moz-transition-delay: 8.7s;
    -o-transition-delay: 8.7s;
    transition-delay: 8.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(85),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(85),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(85),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(85),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(85),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(85) {
    -webkit-transition-delay: 8.75s;
    -moz-transition-delay: 8.75s;
    -o-transition-delay: 8.75s;
    transition-delay: 8.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(86),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(86),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(86),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(86),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(86),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(86) {
    -webkit-transition-delay: 8.8s;
    -moz-transition-delay: 8.8s;
    -o-transition-delay: 8.8s;
    transition-delay: 8.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(87),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(87),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(87),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(87),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(87),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(87) {
    -webkit-transition-delay: 8.85s;
    -moz-transition-delay: 8.85s;
    -o-transition-delay: 8.85s;
    transition-delay: 8.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(88),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(88),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(88),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(88),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(88),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(88) {
    -webkit-transition-delay: 8.9s;
    -moz-transition-delay: 8.9s;
    -o-transition-delay: 8.9s;
    transition-delay: 8.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(89),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(89),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(89),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(89),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(89),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(89) {
    -webkit-transition-delay: 8.95s;
    -moz-transition-delay: 8.95s;
    -o-transition-delay: 8.95s;
    transition-delay: 8.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(90),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(90),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(90),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(90),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(90),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(90) {
    -webkit-transition-delay: 9s;
    -moz-transition-delay: 9s;
    -o-transition-delay: 9s;
    transition-delay: 9s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(91),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(91),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(91),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(91),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(91),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(91) {
    -webkit-transition-delay: 9.05s;
    -moz-transition-delay: 9.05s;
    -o-transition-delay: 9.05s;
    transition-delay: 9.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(92),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(92),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(92),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(92),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(92),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(92) {
    -webkit-transition-delay: 9.1s;
    -moz-transition-delay: 9.1s;
    -o-transition-delay: 9.1s;
    transition-delay: 9.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(93),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(93),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(93),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(93),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(93),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(93) {
    -webkit-transition-delay: 9.15s;
    -moz-transition-delay: 9.15s;
    -o-transition-delay: 9.15s;
    transition-delay: 9.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(94),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(94),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(94),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(94),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(94),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(94) {
    -webkit-transition-delay: 9.2s;
    -moz-transition-delay: 9.2s;
    -o-transition-delay: 9.2s;
    transition-delay: 9.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(95),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(95),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(95),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(95),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(95),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(95) {
    -webkit-transition-delay: 9.25s;
    -moz-transition-delay: 9.25s;
    -o-transition-delay: 9.25s;
    transition-delay: 9.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(96),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(96),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(96),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(96),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(96),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(96) {
    -webkit-transition-delay: 9.3s;
    -moz-transition-delay: 9.3s;
    -o-transition-delay: 9.3s;
    transition-delay: 9.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(97),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(97),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(97),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(97),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(97),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(97) {
    -webkit-transition-delay: 9.35s;
    -moz-transition-delay: 9.35s;
    -o-transition-delay: 9.35s;
    transition-delay: 9.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(98),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(98),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(98),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(98),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(98),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(98) {
    -webkit-transition-delay: 9.4s;
    -moz-transition-delay: 9.4s;
    -o-transition-delay: 9.4s;
    transition-delay: 9.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(99),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(99),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(99),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(99),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(99),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(99) {
    -webkit-transition-delay: 9.45s;
    -moz-transition-delay: 9.45s;
    -o-transition-delay: 9.45s;
    transition-delay: 9.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(5) > span:nth-child(100),
.will-animate .headline-area.split h2 > span:nth-child(5) > span:nth-child(100),
.will-animate .headline-area.split h3 > span:nth-child(5) > span:nth-child(100),
.will-animate .headline-area.split h4 > span:nth-child(5) > span:nth-child(100),
.will-animate .headline-area.split h5 > span:nth-child(5) > span:nth-child(100),
.will-animate .headline-area.split h6 > span:nth-child(5) > span:nth-child(100) {
    -webkit-transition-delay: 9.5s;
    -moz-transition-delay: 9.5s;
    -o-transition-delay: 9.5s;
    transition-delay: 9.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(6),
.will-animate .headline-area.split h2 > span:nth-child(6),
.will-animate .headline-area.split h3 > span:nth-child(6),
.will-animate .headline-area.split h4 > span:nth-child(6),
.will-animate .headline-area.split h5 > span:nth-child(6),
.will-animate .headline-area.split h6 > span:nth-child(6) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:first-child,
.will-animate .headline-area.split h2 > span:nth-child(6) > span:first-child,
.will-animate .headline-area.split h3 > span:nth-child(6) > span:first-child,
.will-animate .headline-area.split h4 > span:nth-child(6) > span:first-child,
.will-animate .headline-area.split h5 > span:nth-child(6) > span:first-child,
.will-animate .headline-area.split h6 > span:nth-child(6) > span:first-child {
    -webkit-transition-delay: 5.55s;
    -moz-transition-delay: 5.55s;
    -o-transition-delay: 5.55s;
    transition-delay: 5.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(2),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(2),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(2),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(2),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(2),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(2) {
    -webkit-transition-delay: 5.6s;
    -moz-transition-delay: 5.6s;
    -o-transition-delay: 5.6s;
    transition-delay: 5.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(3),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(3),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(3),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(3),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(3),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(3) {
    -webkit-transition-delay: 5.65s;
    -moz-transition-delay: 5.65s;
    -o-transition-delay: 5.65s;
    transition-delay: 5.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(4),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(4),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(4),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(4),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(4),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(4) {
    -webkit-transition-delay: 5.7s;
    -moz-transition-delay: 5.7s;
    -o-transition-delay: 5.7s;
    transition-delay: 5.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(5),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(5),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(5),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(5),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(5),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(5) {
    -webkit-transition-delay: 5.75s;
    -moz-transition-delay: 5.75s;
    -o-transition-delay: 5.75s;
    transition-delay: 5.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(6),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(6),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(6),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(6),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(6),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(6) {
    -webkit-transition-delay: 5.8s;
    -moz-transition-delay: 5.8s;
    -o-transition-delay: 5.8s;
    transition-delay: 5.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(7),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(7),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(7),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(7),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(7),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(7) {
    -webkit-transition-delay: 5.85s;
    -moz-transition-delay: 5.85s;
    -o-transition-delay: 5.85s;
    transition-delay: 5.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(8),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(8),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(8),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(8),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(8),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(8) {
    -webkit-transition-delay: 5.9s;
    -moz-transition-delay: 5.9s;
    -o-transition-delay: 5.9s;
    transition-delay: 5.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(9),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(9),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(9),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(9),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(9),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(9) {
    -webkit-transition-delay: 5.95s;
    -moz-transition-delay: 5.95s;
    -o-transition-delay: 5.95s;
    transition-delay: 5.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(10),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(10),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(10),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(10),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(10),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(10) {
    -webkit-transition-delay: 6s;
    -moz-transition-delay: 6s;
    -o-transition-delay: 6s;
    transition-delay: 6s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(11),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(11),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(11),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(11),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(11),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(11) {
    -webkit-transition-delay: 6.05s;
    -moz-transition-delay: 6.05s;
    -o-transition-delay: 6.05s;
    transition-delay: 6.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(12),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(12),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(12),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(12),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(12),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(12) {
    -webkit-transition-delay: 6.1s;
    -moz-transition-delay: 6.1s;
    -o-transition-delay: 6.1s;
    transition-delay: 6.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(13),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(13),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(13),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(13),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(13),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(13) {
    -webkit-transition-delay: 6.15s;
    -moz-transition-delay: 6.15s;
    -o-transition-delay: 6.15s;
    transition-delay: 6.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(14),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(14),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(14),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(14),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(14),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(14) {
    -webkit-transition-delay: 6.2s;
    -moz-transition-delay: 6.2s;
    -o-transition-delay: 6.2s;
    transition-delay: 6.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(15),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(15),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(15),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(15),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(15),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(15) {
    -webkit-transition-delay: 6.25s;
    -moz-transition-delay: 6.25s;
    -o-transition-delay: 6.25s;
    transition-delay: 6.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(16),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(16),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(16),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(16),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(16),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(16) {
    -webkit-transition-delay: 6.3s;
    -moz-transition-delay: 6.3s;
    -o-transition-delay: 6.3s;
    transition-delay: 6.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(17),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(17),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(17),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(17),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(17),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(17) {
    -webkit-transition-delay: 6.35s;
    -moz-transition-delay: 6.35s;
    -o-transition-delay: 6.35s;
    transition-delay: 6.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(18),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(18),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(18),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(18),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(18),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(18) {
    -webkit-transition-delay: 6.4s;
    -moz-transition-delay: 6.4s;
    -o-transition-delay: 6.4s;
    transition-delay: 6.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(19),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(19),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(19),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(19),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(19),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(19) {
    -webkit-transition-delay: 6.45s;
    -moz-transition-delay: 6.45s;
    -o-transition-delay: 6.45s;
    transition-delay: 6.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(20),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(20),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(20),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(20),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(20),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(20) {
    -webkit-transition-delay: 6.5s;
    -moz-transition-delay: 6.5s;
    -o-transition-delay: 6.5s;
    transition-delay: 6.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(21),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(21),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(21),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(21),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(21),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(21) {
    -webkit-transition-delay: 6.55s;
    -moz-transition-delay: 6.55s;
    -o-transition-delay: 6.55s;
    transition-delay: 6.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(22),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(22),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(22),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(22),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(22),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(22) {
    -webkit-transition-delay: 6.6s;
    -moz-transition-delay: 6.6s;
    -o-transition-delay: 6.6s;
    transition-delay: 6.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(23),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(23),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(23),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(23),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(23),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(23) {
    -webkit-transition-delay: 6.65s;
    -moz-transition-delay: 6.65s;
    -o-transition-delay: 6.65s;
    transition-delay: 6.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(24),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(24),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(24),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(24),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(24),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(24) {
    -webkit-transition-delay: 6.7s;
    -moz-transition-delay: 6.7s;
    -o-transition-delay: 6.7s;
    transition-delay: 6.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(25),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(25),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(25),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(25),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(25),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(25) {
    -webkit-transition-delay: 6.75s;
    -moz-transition-delay: 6.75s;
    -o-transition-delay: 6.75s;
    transition-delay: 6.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(26),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(26),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(26),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(26),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(26),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(26) {
    -webkit-transition-delay: 6.8s;
    -moz-transition-delay: 6.8s;
    -o-transition-delay: 6.8s;
    transition-delay: 6.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(27),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(27),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(27),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(27),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(27),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(27) {
    -webkit-transition-delay: 6.85s;
    -moz-transition-delay: 6.85s;
    -o-transition-delay: 6.85s;
    transition-delay: 6.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(28),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(28),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(28),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(28),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(28),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(28) {
    -webkit-transition-delay: 6.9s;
    -moz-transition-delay: 6.9s;
    -o-transition-delay: 6.9s;
    transition-delay: 6.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(29),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(29),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(29),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(29),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(29),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(29) {
    -webkit-transition-delay: 6.95s;
    -moz-transition-delay: 6.95s;
    -o-transition-delay: 6.95s;
    transition-delay: 6.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(30),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(30),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(30),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(30),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(30),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(30) {
    -webkit-transition-delay: 7s;
    -moz-transition-delay: 7s;
    -o-transition-delay: 7s;
    transition-delay: 7s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(31),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(31),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(31),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(31),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(31),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(31) {
    -webkit-transition-delay: 7.05s;
    -moz-transition-delay: 7.05s;
    -o-transition-delay: 7.05s;
    transition-delay: 7.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(32),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(32),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(32),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(32),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(32),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(32) {
    -webkit-transition-delay: 7.1s;
    -moz-transition-delay: 7.1s;
    -o-transition-delay: 7.1s;
    transition-delay: 7.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(33),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(33),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(33),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(33),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(33),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(33) {
    -webkit-transition-delay: 7.15s;
    -moz-transition-delay: 7.15s;
    -o-transition-delay: 7.15s;
    transition-delay: 7.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(34),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(34),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(34),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(34),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(34),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(34) {
    -webkit-transition-delay: 7.2s;
    -moz-transition-delay: 7.2s;
    -o-transition-delay: 7.2s;
    transition-delay: 7.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(35),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(35),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(35),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(35),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(35),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(35) {
    -webkit-transition-delay: 7.25s;
    -moz-transition-delay: 7.25s;
    -o-transition-delay: 7.25s;
    transition-delay: 7.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(36),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(36),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(36),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(36),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(36),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(36) {
    -webkit-transition-delay: 7.3s;
    -moz-transition-delay: 7.3s;
    -o-transition-delay: 7.3s;
    transition-delay: 7.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(37),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(37),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(37),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(37),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(37),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(37) {
    -webkit-transition-delay: 7.35s;
    -moz-transition-delay: 7.35s;
    -o-transition-delay: 7.35s;
    transition-delay: 7.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(38),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(38),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(38),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(38),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(38),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(38) {
    -webkit-transition-delay: 7.4s;
    -moz-transition-delay: 7.4s;
    -o-transition-delay: 7.4s;
    transition-delay: 7.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(39),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(39),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(39),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(39),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(39),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(39) {
    -webkit-transition-delay: 7.45s;
    -moz-transition-delay: 7.45s;
    -o-transition-delay: 7.45s;
    transition-delay: 7.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(40),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(40),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(40),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(40),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(40),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(40) {
    -webkit-transition-delay: 7.5s;
    -moz-transition-delay: 7.5s;
    -o-transition-delay: 7.5s;
    transition-delay: 7.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(41),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(41),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(41),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(41),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(41),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(41) {
    -webkit-transition-delay: 7.55s;
    -moz-transition-delay: 7.55s;
    -o-transition-delay: 7.55s;
    transition-delay: 7.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(42),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(42),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(42),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(42),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(42),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(42) {
    -webkit-transition-delay: 7.6s;
    -moz-transition-delay: 7.6s;
    -o-transition-delay: 7.6s;
    transition-delay: 7.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(43),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(43),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(43),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(43),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(43),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(43) {
    -webkit-transition-delay: 7.65s;
    -moz-transition-delay: 7.65s;
    -o-transition-delay: 7.65s;
    transition-delay: 7.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(44),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(44),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(44),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(44),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(44),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(44) {
    -webkit-transition-delay: 7.7s;
    -moz-transition-delay: 7.7s;
    -o-transition-delay: 7.7s;
    transition-delay: 7.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(45),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(45),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(45),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(45),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(45),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(45) {
    -webkit-transition-delay: 7.75s;
    -moz-transition-delay: 7.75s;
    -o-transition-delay: 7.75s;
    transition-delay: 7.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(46),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(46),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(46),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(46),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(46),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(46) {
    -webkit-transition-delay: 7.8s;
    -moz-transition-delay: 7.8s;
    -o-transition-delay: 7.8s;
    transition-delay: 7.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(47),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(47),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(47),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(47),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(47),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(47) {
    -webkit-transition-delay: 7.85s;
    -moz-transition-delay: 7.85s;
    -o-transition-delay: 7.85s;
    transition-delay: 7.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(48),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(48),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(48),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(48),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(48),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(48) {
    -webkit-transition-delay: 7.9s;
    -moz-transition-delay: 7.9s;
    -o-transition-delay: 7.9s;
    transition-delay: 7.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(49),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(49),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(49),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(49),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(49),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(49) {
    -webkit-transition-delay: 7.95s;
    -moz-transition-delay: 7.95s;
    -o-transition-delay: 7.95s;
    transition-delay: 7.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(50),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(50),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(50),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(50),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(50),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(50) {
    -webkit-transition-delay: 8s;
    -moz-transition-delay: 8s;
    -o-transition-delay: 8s;
    transition-delay: 8s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(51),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(51),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(51),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(51),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(51),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(51) {
    -webkit-transition-delay: 8.05s;
    -moz-transition-delay: 8.05s;
    -o-transition-delay: 8.05s;
    transition-delay: 8.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(52),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(52),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(52),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(52),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(52),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(52) {
    -webkit-transition-delay: 8.1s;
    -moz-transition-delay: 8.1s;
    -o-transition-delay: 8.1s;
    transition-delay: 8.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(53),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(53),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(53),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(53),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(53),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(53) {
    -webkit-transition-delay: 8.15s;
    -moz-transition-delay: 8.15s;
    -o-transition-delay: 8.15s;
    transition-delay: 8.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(54),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(54),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(54),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(54),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(54),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(54) {
    -webkit-transition-delay: 8.2s;
    -moz-transition-delay: 8.2s;
    -o-transition-delay: 8.2s;
    transition-delay: 8.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(55),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(55),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(55),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(55),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(55),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(55) {
    -webkit-transition-delay: 8.25s;
    -moz-transition-delay: 8.25s;
    -o-transition-delay: 8.25s;
    transition-delay: 8.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(56),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(56),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(56),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(56),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(56),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(56) {
    -webkit-transition-delay: 8.3s;
    -moz-transition-delay: 8.3s;
    -o-transition-delay: 8.3s;
    transition-delay: 8.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(57),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(57),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(57),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(57),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(57),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(57) {
    -webkit-transition-delay: 8.35s;
    -moz-transition-delay: 8.35s;
    -o-transition-delay: 8.35s;
    transition-delay: 8.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(58),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(58),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(58),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(58),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(58),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(58) {
    -webkit-transition-delay: 8.4s;
    -moz-transition-delay: 8.4s;
    -o-transition-delay: 8.4s;
    transition-delay: 8.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(59),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(59),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(59),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(59),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(59),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(59) {
    -webkit-transition-delay: 8.45s;
    -moz-transition-delay: 8.45s;
    -o-transition-delay: 8.45s;
    transition-delay: 8.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(60),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(60),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(60),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(60),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(60),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(60) {
    -webkit-transition-delay: 8.5s;
    -moz-transition-delay: 8.5s;
    -o-transition-delay: 8.5s;
    transition-delay: 8.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(61),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(61),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(61),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(61),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(61),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(61) {
    -webkit-transition-delay: 8.55s;
    -moz-transition-delay: 8.55s;
    -o-transition-delay: 8.55s;
    transition-delay: 8.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(62),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(62),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(62),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(62),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(62),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(62) {
    -webkit-transition-delay: 8.6s;
    -moz-transition-delay: 8.6s;
    -o-transition-delay: 8.6s;
    transition-delay: 8.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(63),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(63),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(63),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(63),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(63),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(63) {
    -webkit-transition-delay: 8.65s;
    -moz-transition-delay: 8.65s;
    -o-transition-delay: 8.65s;
    transition-delay: 8.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(64),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(64),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(64),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(64),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(64),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(64) {
    -webkit-transition-delay: 8.7s;
    -moz-transition-delay: 8.7s;
    -o-transition-delay: 8.7s;
    transition-delay: 8.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(65),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(65),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(65),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(65),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(65),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(65) {
    -webkit-transition-delay: 8.75s;
    -moz-transition-delay: 8.75s;
    -o-transition-delay: 8.75s;
    transition-delay: 8.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(66),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(66),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(66),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(66),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(66),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(66) {
    -webkit-transition-delay: 8.8s;
    -moz-transition-delay: 8.8s;
    -o-transition-delay: 8.8s;
    transition-delay: 8.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(67),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(67),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(67),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(67),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(67),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(67) {
    -webkit-transition-delay: 8.85s;
    -moz-transition-delay: 8.85s;
    -o-transition-delay: 8.85s;
    transition-delay: 8.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(68),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(68),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(68),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(68),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(68),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(68) {
    -webkit-transition-delay: 8.9s;
    -moz-transition-delay: 8.9s;
    -o-transition-delay: 8.9s;
    transition-delay: 8.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(69),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(69),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(69),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(69),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(69),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(69) {
    -webkit-transition-delay: 8.95s;
    -moz-transition-delay: 8.95s;
    -o-transition-delay: 8.95s;
    transition-delay: 8.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(70),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(70),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(70),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(70),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(70),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(70) {
    -webkit-transition-delay: 9s;
    -moz-transition-delay: 9s;
    -o-transition-delay: 9s;
    transition-delay: 9s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(71),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(71),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(71),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(71),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(71),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(71) {
    -webkit-transition-delay: 9.05s;
    -moz-transition-delay: 9.05s;
    -o-transition-delay: 9.05s;
    transition-delay: 9.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(72),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(72),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(72),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(72),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(72),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(72) {
    -webkit-transition-delay: 9.1s;
    -moz-transition-delay: 9.1s;
    -o-transition-delay: 9.1s;
    transition-delay: 9.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(73),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(73),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(73),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(73),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(73),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(73) {
    -webkit-transition-delay: 9.15s;
    -moz-transition-delay: 9.15s;
    -o-transition-delay: 9.15s;
    transition-delay: 9.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(74),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(74),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(74),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(74),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(74),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(74) {
    -webkit-transition-delay: 9.2s;
    -moz-transition-delay: 9.2s;
    -o-transition-delay: 9.2s;
    transition-delay: 9.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(75),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(75),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(75),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(75),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(75),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(75) {
    -webkit-transition-delay: 9.25s;
    -moz-transition-delay: 9.25s;
    -o-transition-delay: 9.25s;
    transition-delay: 9.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(76),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(76),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(76),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(76),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(76),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(76) {
    -webkit-transition-delay: 9.3s;
    -moz-transition-delay: 9.3s;
    -o-transition-delay: 9.3s;
    transition-delay: 9.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(77),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(77),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(77),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(77),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(77),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(77) {
    -webkit-transition-delay: 9.35s;
    -moz-transition-delay: 9.35s;
    -o-transition-delay: 9.35s;
    transition-delay: 9.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(78),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(78),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(78),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(78),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(78),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(78) {
    -webkit-transition-delay: 9.4s;
    -moz-transition-delay: 9.4s;
    -o-transition-delay: 9.4s;
    transition-delay: 9.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(79),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(79),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(79),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(79),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(79),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(79) {
    -webkit-transition-delay: 9.45s;
    -moz-transition-delay: 9.45s;
    -o-transition-delay: 9.45s;
    transition-delay: 9.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(80),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(80),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(80),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(80),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(80),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(80) {
    -webkit-transition-delay: 9.5s;
    -moz-transition-delay: 9.5s;
    -o-transition-delay: 9.5s;
    transition-delay: 9.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(81),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(81),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(81),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(81),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(81),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(81) {
    -webkit-transition-delay: 9.55s;
    -moz-transition-delay: 9.55s;
    -o-transition-delay: 9.55s;
    transition-delay: 9.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(82),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(82),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(82),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(82),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(82),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(82) {
    -webkit-transition-delay: 9.6s;
    -moz-transition-delay: 9.6s;
    -o-transition-delay: 9.6s;
    transition-delay: 9.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(83),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(83),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(83),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(83),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(83),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(83) {
    -webkit-transition-delay: 9.65s;
    -moz-transition-delay: 9.65s;
    -o-transition-delay: 9.65s;
    transition-delay: 9.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(84),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(84),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(84),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(84),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(84),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(84) {
    -webkit-transition-delay: 9.7s;
    -moz-transition-delay: 9.7s;
    -o-transition-delay: 9.7s;
    transition-delay: 9.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(85),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(85),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(85),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(85),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(85),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(85) {
    -webkit-transition-delay: 9.75s;
    -moz-transition-delay: 9.75s;
    -o-transition-delay: 9.75s;
    transition-delay: 9.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(86),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(86),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(86),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(86),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(86),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(86) {
    -webkit-transition-delay: 9.8s;
    -moz-transition-delay: 9.8s;
    -o-transition-delay: 9.8s;
    transition-delay: 9.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(87),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(87),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(87),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(87),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(87),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(87) {
    -webkit-transition-delay: 9.85s;
    -moz-transition-delay: 9.85s;
    -o-transition-delay: 9.85s;
    transition-delay: 9.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(88),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(88),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(88),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(88),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(88),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(88) {
    -webkit-transition-delay: 9.9s;
    -moz-transition-delay: 9.9s;
    -o-transition-delay: 9.9s;
    transition-delay: 9.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(89),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(89),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(89),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(89),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(89),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(89) {
    -webkit-transition-delay: 9.95s;
    -moz-transition-delay: 9.95s;
    -o-transition-delay: 9.95s;
    transition-delay: 9.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(90),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(90),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(90),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(90),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(90),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(90) {
    -webkit-transition-delay: 10s;
    -moz-transition-delay: 10s;
    -o-transition-delay: 10s;
    transition-delay: 10s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(91),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(91),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(91),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(91),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(91),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(91) {
    -webkit-transition-delay: 10.05s;
    -moz-transition-delay: 10.05s;
    -o-transition-delay: 10.05s;
    transition-delay: 10.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(92),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(92),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(92),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(92),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(92),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(92) {
    -webkit-transition-delay: 10.1s;
    -moz-transition-delay: 10.1s;
    -o-transition-delay: 10.1s;
    transition-delay: 10.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(93),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(93),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(93),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(93),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(93),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(93) {
    -webkit-transition-delay: 10.15s;
    -moz-transition-delay: 10.15s;
    -o-transition-delay: 10.15s;
    transition-delay: 10.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(94),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(94),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(94),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(94),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(94),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(94) {
    -webkit-transition-delay: 10.2s;
    -moz-transition-delay: 10.2s;
    -o-transition-delay: 10.2s;
    transition-delay: 10.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(95),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(95),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(95),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(95),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(95),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(95) {
    -webkit-transition-delay: 10.25s;
    -moz-transition-delay: 10.25s;
    -o-transition-delay: 10.25s;
    transition-delay: 10.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(96),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(96),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(96),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(96),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(96),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(96) {
    -webkit-transition-delay: 10.3s;
    -moz-transition-delay: 10.3s;
    -o-transition-delay: 10.3s;
    transition-delay: 10.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(97),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(97),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(97),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(97),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(97),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(97) {
    -webkit-transition-delay: 10.35s;
    -moz-transition-delay: 10.35s;
    -o-transition-delay: 10.35s;
    transition-delay: 10.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(98),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(98),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(98),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(98),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(98),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(98) {
    -webkit-transition-delay: 10.4s;
    -moz-transition-delay: 10.4s;
    -o-transition-delay: 10.4s;
    transition-delay: 10.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(99),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(99),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(99),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(99),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(99),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(99) {
    -webkit-transition-delay: 10.45s;
    -moz-transition-delay: 10.45s;
    -o-transition-delay: 10.45s;
    transition-delay: 10.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(6) > span:nth-child(100),
.will-animate .headline-area.split h2 > span:nth-child(6) > span:nth-child(100),
.will-animate .headline-area.split h3 > span:nth-child(6) > span:nth-child(100),
.will-animate .headline-area.split h4 > span:nth-child(6) > span:nth-child(100),
.will-animate .headline-area.split h5 > span:nth-child(6) > span:nth-child(100),
.will-animate .headline-area.split h6 > span:nth-child(6) > span:nth-child(100) {
    -webkit-transition-delay: 10.5s;
    -moz-transition-delay: 10.5s;
    -o-transition-delay: 10.5s;
    transition-delay: 10.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(7),
.will-animate .headline-area.split h2 > span:nth-child(7),
.will-animate .headline-area.split h3 > span:nth-child(7),
.will-animate .headline-area.split h4 > span:nth-child(7),
.will-animate .headline-area.split h5 > span:nth-child(7),
.will-animate .headline-area.split h6 > span:nth-child(7) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:first-child,
.will-animate .headline-area.split h2 > span:nth-child(7) > span:first-child,
.will-animate .headline-area.split h3 > span:nth-child(7) > span:first-child,
.will-animate .headline-area.split h4 > span:nth-child(7) > span:first-child,
.will-animate .headline-area.split h5 > span:nth-child(7) > span:first-child,
.will-animate .headline-area.split h6 > span:nth-child(7) > span:first-child {
    -webkit-transition-delay: 6.55s;
    -moz-transition-delay: 6.55s;
    -o-transition-delay: 6.55s;
    transition-delay: 6.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(2),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(2),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(2),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(2),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(2),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(2) {
    -webkit-transition-delay: 6.6s;
    -moz-transition-delay: 6.6s;
    -o-transition-delay: 6.6s;
    transition-delay: 6.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(3),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(3),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(3),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(3),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(3),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(3) {
    -webkit-transition-delay: 6.65s;
    -moz-transition-delay: 6.65s;
    -o-transition-delay: 6.65s;
    transition-delay: 6.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(4),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(4),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(4),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(4),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(4),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(4) {
    -webkit-transition-delay: 6.7s;
    -moz-transition-delay: 6.7s;
    -o-transition-delay: 6.7s;
    transition-delay: 6.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(5),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(5),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(5),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(5),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(5),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(5) {
    -webkit-transition-delay: 6.75s;
    -moz-transition-delay: 6.75s;
    -o-transition-delay: 6.75s;
    transition-delay: 6.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(6),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(6),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(6),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(6),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(6),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(6) {
    -webkit-transition-delay: 6.8s;
    -moz-transition-delay: 6.8s;
    -o-transition-delay: 6.8s;
    transition-delay: 6.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(7),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(7),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(7),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(7),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(7),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(7) {
    -webkit-transition-delay: 6.85s;
    -moz-transition-delay: 6.85s;
    -o-transition-delay: 6.85s;
    transition-delay: 6.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(8),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(8),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(8),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(8),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(8),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(8) {
    -webkit-transition-delay: 6.9s;
    -moz-transition-delay: 6.9s;
    -o-transition-delay: 6.9s;
    transition-delay: 6.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(9),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(9),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(9),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(9),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(9),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(9) {
    -webkit-transition-delay: 6.95s;
    -moz-transition-delay: 6.95s;
    -o-transition-delay: 6.95s;
    transition-delay: 6.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(10),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(10),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(10),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(10),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(10),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(10) {
    -webkit-transition-delay: 7s;
    -moz-transition-delay: 7s;
    -o-transition-delay: 7s;
    transition-delay: 7s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(11),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(11),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(11),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(11),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(11),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(11) {
    -webkit-transition-delay: 7.05s;
    -moz-transition-delay: 7.05s;
    -o-transition-delay: 7.05s;
    transition-delay: 7.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(12),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(12),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(12),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(12),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(12),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(12) {
    -webkit-transition-delay: 7.1s;
    -moz-transition-delay: 7.1s;
    -o-transition-delay: 7.1s;
    transition-delay: 7.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(13),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(13),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(13),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(13),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(13),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(13) {
    -webkit-transition-delay: 7.15s;
    -moz-transition-delay: 7.15s;
    -o-transition-delay: 7.15s;
    transition-delay: 7.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(14),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(14),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(14),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(14),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(14),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(14) {
    -webkit-transition-delay: 7.2s;
    -moz-transition-delay: 7.2s;
    -o-transition-delay: 7.2s;
    transition-delay: 7.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(15),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(15),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(15),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(15),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(15),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(15) {
    -webkit-transition-delay: 7.25s;
    -moz-transition-delay: 7.25s;
    -o-transition-delay: 7.25s;
    transition-delay: 7.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(16),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(16),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(16),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(16),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(16),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(16) {
    -webkit-transition-delay: 7.3s;
    -moz-transition-delay: 7.3s;
    -o-transition-delay: 7.3s;
    transition-delay: 7.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(17),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(17),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(17),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(17),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(17),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(17) {
    -webkit-transition-delay: 7.35s;
    -moz-transition-delay: 7.35s;
    -o-transition-delay: 7.35s;
    transition-delay: 7.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(18),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(18),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(18),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(18),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(18),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(18) {
    -webkit-transition-delay: 7.4s;
    -moz-transition-delay: 7.4s;
    -o-transition-delay: 7.4s;
    transition-delay: 7.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(19),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(19),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(19),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(19),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(19),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(19) {
    -webkit-transition-delay: 7.45s;
    -moz-transition-delay: 7.45s;
    -o-transition-delay: 7.45s;
    transition-delay: 7.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(20),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(20),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(20),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(20),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(20),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(20) {
    -webkit-transition-delay: 7.5s;
    -moz-transition-delay: 7.5s;
    -o-transition-delay: 7.5s;
    transition-delay: 7.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(21),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(21),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(21),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(21),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(21),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(21) {
    -webkit-transition-delay: 7.55s;
    -moz-transition-delay: 7.55s;
    -o-transition-delay: 7.55s;
    transition-delay: 7.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(22),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(22),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(22),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(22),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(22),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(22) {
    -webkit-transition-delay: 7.6s;
    -moz-transition-delay: 7.6s;
    -o-transition-delay: 7.6s;
    transition-delay: 7.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(23),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(23),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(23),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(23),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(23),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(23) {
    -webkit-transition-delay: 7.65s;
    -moz-transition-delay: 7.65s;
    -o-transition-delay: 7.65s;
    transition-delay: 7.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(24),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(24),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(24),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(24),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(24),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(24) {
    -webkit-transition-delay: 7.7s;
    -moz-transition-delay: 7.7s;
    -o-transition-delay: 7.7s;
    transition-delay: 7.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(25),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(25),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(25),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(25),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(25),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(25) {
    -webkit-transition-delay: 7.75s;
    -moz-transition-delay: 7.75s;
    -o-transition-delay: 7.75s;
    transition-delay: 7.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(26),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(26),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(26),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(26),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(26),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(26) {
    -webkit-transition-delay: 7.8s;
    -moz-transition-delay: 7.8s;
    -o-transition-delay: 7.8s;
    transition-delay: 7.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(27),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(27),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(27),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(27),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(27),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(27) {
    -webkit-transition-delay: 7.85s;
    -moz-transition-delay: 7.85s;
    -o-transition-delay: 7.85s;
    transition-delay: 7.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(28),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(28),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(28),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(28),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(28),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(28) {
    -webkit-transition-delay: 7.9s;
    -moz-transition-delay: 7.9s;
    -o-transition-delay: 7.9s;
    transition-delay: 7.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(29),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(29),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(29),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(29),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(29),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(29) {
    -webkit-transition-delay: 7.95s;
    -moz-transition-delay: 7.95s;
    -o-transition-delay: 7.95s;
    transition-delay: 7.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(30),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(30),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(30),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(30),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(30),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(30) {
    -webkit-transition-delay: 8s;
    -moz-transition-delay: 8s;
    -o-transition-delay: 8s;
    transition-delay: 8s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(31),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(31),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(31),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(31),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(31),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(31) {
    -webkit-transition-delay: 8.05s;
    -moz-transition-delay: 8.05s;
    -o-transition-delay: 8.05s;
    transition-delay: 8.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(32),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(32),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(32),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(32),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(32),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(32) {
    -webkit-transition-delay: 8.1s;
    -moz-transition-delay: 8.1s;
    -o-transition-delay: 8.1s;
    transition-delay: 8.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(33),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(33),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(33),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(33),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(33),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(33) {
    -webkit-transition-delay: 8.15s;
    -moz-transition-delay: 8.15s;
    -o-transition-delay: 8.15s;
    transition-delay: 8.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(34),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(34),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(34),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(34),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(34),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(34) {
    -webkit-transition-delay: 8.2s;
    -moz-transition-delay: 8.2s;
    -o-transition-delay: 8.2s;
    transition-delay: 8.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(35),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(35),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(35),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(35),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(35),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(35) {
    -webkit-transition-delay: 8.25s;
    -moz-transition-delay: 8.25s;
    -o-transition-delay: 8.25s;
    transition-delay: 8.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(36),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(36),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(36),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(36),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(36),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(36) {
    -webkit-transition-delay: 8.3s;
    -moz-transition-delay: 8.3s;
    -o-transition-delay: 8.3s;
    transition-delay: 8.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(37),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(37),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(37),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(37),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(37),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(37) {
    -webkit-transition-delay: 8.35s;
    -moz-transition-delay: 8.35s;
    -o-transition-delay: 8.35s;
    transition-delay: 8.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(38),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(38),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(38),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(38),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(38),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(38) {
    -webkit-transition-delay: 8.4s;
    -moz-transition-delay: 8.4s;
    -o-transition-delay: 8.4s;
    transition-delay: 8.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(39),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(39),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(39),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(39),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(39),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(39) {
    -webkit-transition-delay: 8.45s;
    -moz-transition-delay: 8.45s;
    -o-transition-delay: 8.45s;
    transition-delay: 8.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(40),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(40),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(40),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(40),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(40),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(40) {
    -webkit-transition-delay: 8.5s;
    -moz-transition-delay: 8.5s;
    -o-transition-delay: 8.5s;
    transition-delay: 8.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(41),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(41),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(41),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(41),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(41),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(41) {
    -webkit-transition-delay: 8.55s;
    -moz-transition-delay: 8.55s;
    -o-transition-delay: 8.55s;
    transition-delay: 8.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(42),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(42),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(42),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(42),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(42),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(42) {
    -webkit-transition-delay: 8.6s;
    -moz-transition-delay: 8.6s;
    -o-transition-delay: 8.6s;
    transition-delay: 8.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(43),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(43),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(43),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(43),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(43),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(43) {
    -webkit-transition-delay: 8.65s;
    -moz-transition-delay: 8.65s;
    -o-transition-delay: 8.65s;
    transition-delay: 8.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(44),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(44),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(44),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(44),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(44),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(44) {
    -webkit-transition-delay: 8.7s;
    -moz-transition-delay: 8.7s;
    -o-transition-delay: 8.7s;
    transition-delay: 8.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(45),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(45),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(45),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(45),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(45),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(45) {
    -webkit-transition-delay: 8.75s;
    -moz-transition-delay: 8.75s;
    -o-transition-delay: 8.75s;
    transition-delay: 8.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(46),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(46),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(46),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(46),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(46),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(46) {
    -webkit-transition-delay: 8.8s;
    -moz-transition-delay: 8.8s;
    -o-transition-delay: 8.8s;
    transition-delay: 8.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(47),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(47),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(47),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(47),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(47),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(47) {
    -webkit-transition-delay: 8.85s;
    -moz-transition-delay: 8.85s;
    -o-transition-delay: 8.85s;
    transition-delay: 8.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(48),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(48),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(48),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(48),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(48),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(48) {
    -webkit-transition-delay: 8.9s;
    -moz-transition-delay: 8.9s;
    -o-transition-delay: 8.9s;
    transition-delay: 8.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(49),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(49),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(49),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(49),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(49),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(49) {
    -webkit-transition-delay: 8.95s;
    -moz-transition-delay: 8.95s;
    -o-transition-delay: 8.95s;
    transition-delay: 8.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(50),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(50),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(50),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(50),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(50),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(50) {
    -webkit-transition-delay: 9s;
    -moz-transition-delay: 9s;
    -o-transition-delay: 9s;
    transition-delay: 9s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(51),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(51),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(51),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(51),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(51),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(51) {
    -webkit-transition-delay: 9.05s;
    -moz-transition-delay: 9.05s;
    -o-transition-delay: 9.05s;
    transition-delay: 9.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(52),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(52),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(52),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(52),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(52),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(52) {
    -webkit-transition-delay: 9.1s;
    -moz-transition-delay: 9.1s;
    -o-transition-delay: 9.1s;
    transition-delay: 9.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(53),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(53),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(53),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(53),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(53),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(53) {
    -webkit-transition-delay: 9.15s;
    -moz-transition-delay: 9.15s;
    -o-transition-delay: 9.15s;
    transition-delay: 9.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(54),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(54),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(54),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(54),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(54),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(54) {
    -webkit-transition-delay: 9.2s;
    -moz-transition-delay: 9.2s;
    -o-transition-delay: 9.2s;
    transition-delay: 9.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(55),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(55),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(55),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(55),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(55),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(55) {
    -webkit-transition-delay: 9.25s;
    -moz-transition-delay: 9.25s;
    -o-transition-delay: 9.25s;
    transition-delay: 9.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(56),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(56),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(56),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(56),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(56),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(56) {
    -webkit-transition-delay: 9.3s;
    -moz-transition-delay: 9.3s;
    -o-transition-delay: 9.3s;
    transition-delay: 9.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(57),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(57),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(57),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(57),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(57),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(57) {
    -webkit-transition-delay: 9.35s;
    -moz-transition-delay: 9.35s;
    -o-transition-delay: 9.35s;
    transition-delay: 9.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(58),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(58),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(58),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(58),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(58),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(58) {
    -webkit-transition-delay: 9.4s;
    -moz-transition-delay: 9.4s;
    -o-transition-delay: 9.4s;
    transition-delay: 9.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(59),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(59),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(59),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(59),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(59),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(59) {
    -webkit-transition-delay: 9.45s;
    -moz-transition-delay: 9.45s;
    -o-transition-delay: 9.45s;
    transition-delay: 9.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(60),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(60),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(60),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(60),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(60),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(60) {
    -webkit-transition-delay: 9.5s;
    -moz-transition-delay: 9.5s;
    -o-transition-delay: 9.5s;
    transition-delay: 9.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(61),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(61),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(61),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(61),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(61),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(61) {
    -webkit-transition-delay: 9.55s;
    -moz-transition-delay: 9.55s;
    -o-transition-delay: 9.55s;
    transition-delay: 9.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(62),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(62),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(62),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(62),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(62),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(62) {
    -webkit-transition-delay: 9.6s;
    -moz-transition-delay: 9.6s;
    -o-transition-delay: 9.6s;
    transition-delay: 9.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(63),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(63),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(63),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(63),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(63),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(63) {
    -webkit-transition-delay: 9.65s;
    -moz-transition-delay: 9.65s;
    -o-transition-delay: 9.65s;
    transition-delay: 9.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(64),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(64),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(64),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(64),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(64),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(64) {
    -webkit-transition-delay: 9.7s;
    -moz-transition-delay: 9.7s;
    -o-transition-delay: 9.7s;
    transition-delay: 9.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(65),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(65),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(65),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(65),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(65),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(65) {
    -webkit-transition-delay: 9.75s;
    -moz-transition-delay: 9.75s;
    -o-transition-delay: 9.75s;
    transition-delay: 9.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(66),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(66),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(66),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(66),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(66),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(66) {
    -webkit-transition-delay: 9.8s;
    -moz-transition-delay: 9.8s;
    -o-transition-delay: 9.8s;
    transition-delay: 9.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(67),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(67),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(67),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(67),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(67),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(67) {
    -webkit-transition-delay: 9.85s;
    -moz-transition-delay: 9.85s;
    -o-transition-delay: 9.85s;
    transition-delay: 9.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(68),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(68),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(68),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(68),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(68),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(68) {
    -webkit-transition-delay: 9.9s;
    -moz-transition-delay: 9.9s;
    -o-transition-delay: 9.9s;
    transition-delay: 9.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(69),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(69),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(69),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(69),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(69),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(69) {
    -webkit-transition-delay: 9.95s;
    -moz-transition-delay: 9.95s;
    -o-transition-delay: 9.95s;
    transition-delay: 9.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(70),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(70),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(70),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(70),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(70),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(70) {
    -webkit-transition-delay: 10s;
    -moz-transition-delay: 10s;
    -o-transition-delay: 10s;
    transition-delay: 10s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(71),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(71),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(71),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(71),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(71),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(71) {
    -webkit-transition-delay: 10.05s;
    -moz-transition-delay: 10.05s;
    -o-transition-delay: 10.05s;
    transition-delay: 10.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(72),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(72),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(72),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(72),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(72),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(72) {
    -webkit-transition-delay: 10.1s;
    -moz-transition-delay: 10.1s;
    -o-transition-delay: 10.1s;
    transition-delay: 10.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(73),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(73),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(73),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(73),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(73),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(73) {
    -webkit-transition-delay: 10.15s;
    -moz-transition-delay: 10.15s;
    -o-transition-delay: 10.15s;
    transition-delay: 10.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(74),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(74),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(74),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(74),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(74),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(74) {
    -webkit-transition-delay: 10.2s;
    -moz-transition-delay: 10.2s;
    -o-transition-delay: 10.2s;
    transition-delay: 10.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(75),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(75),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(75),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(75),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(75),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(75) {
    -webkit-transition-delay: 10.25s;
    -moz-transition-delay: 10.25s;
    -o-transition-delay: 10.25s;
    transition-delay: 10.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(76),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(76),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(76),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(76),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(76),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(76) {
    -webkit-transition-delay: 10.3s;
    -moz-transition-delay: 10.3s;
    -o-transition-delay: 10.3s;
    transition-delay: 10.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(77),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(77),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(77),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(77),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(77),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(77) {
    -webkit-transition-delay: 10.35s;
    -moz-transition-delay: 10.35s;
    -o-transition-delay: 10.35s;
    transition-delay: 10.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(78),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(78),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(78),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(78),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(78),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(78) {
    -webkit-transition-delay: 10.4s;
    -moz-transition-delay: 10.4s;
    -o-transition-delay: 10.4s;
    transition-delay: 10.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(79),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(79),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(79),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(79),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(79),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(79) {
    -webkit-transition-delay: 10.45s;
    -moz-transition-delay: 10.45s;
    -o-transition-delay: 10.45s;
    transition-delay: 10.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(80),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(80),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(80),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(80),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(80),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(80) {
    -webkit-transition-delay: 10.5s;
    -moz-transition-delay: 10.5s;
    -o-transition-delay: 10.5s;
    transition-delay: 10.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(81),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(81),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(81),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(81),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(81),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(81) {
    -webkit-transition-delay: 10.55s;
    -moz-transition-delay: 10.55s;
    -o-transition-delay: 10.55s;
    transition-delay: 10.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(82),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(82),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(82),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(82),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(82),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(82) {
    -webkit-transition-delay: 10.6s;
    -moz-transition-delay: 10.6s;
    -o-transition-delay: 10.6s;
    transition-delay: 10.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(83),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(83),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(83),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(83),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(83),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(83) {
    -webkit-transition-delay: 10.65s;
    -moz-transition-delay: 10.65s;
    -o-transition-delay: 10.65s;
    transition-delay: 10.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(84),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(84),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(84),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(84),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(84),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(84) {
    -webkit-transition-delay: 10.7s;
    -moz-transition-delay: 10.7s;
    -o-transition-delay: 10.7s;
    transition-delay: 10.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(85),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(85),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(85),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(85),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(85),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(85) {
    -webkit-transition-delay: 10.75s;
    -moz-transition-delay: 10.75s;
    -o-transition-delay: 10.75s;
    transition-delay: 10.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(86),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(86),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(86),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(86),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(86),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(86) {
    -webkit-transition-delay: 10.8s;
    -moz-transition-delay: 10.8s;
    -o-transition-delay: 10.8s;
    transition-delay: 10.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(87),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(87),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(87),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(87),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(87),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(87) {
    -webkit-transition-delay: 10.85s;
    -moz-transition-delay: 10.85s;
    -o-transition-delay: 10.85s;
    transition-delay: 10.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(88),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(88),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(88),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(88),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(88),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(88) {
    -webkit-transition-delay: 10.9s;
    -moz-transition-delay: 10.9s;
    -o-transition-delay: 10.9s;
    transition-delay: 10.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(89),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(89),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(89),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(89),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(89),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(89) {
    -webkit-transition-delay: 10.95s;
    -moz-transition-delay: 10.95s;
    -o-transition-delay: 10.95s;
    transition-delay: 10.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(90),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(90),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(90),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(90),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(90),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(90) {
    -webkit-transition-delay: 11s;
    -moz-transition-delay: 11s;
    -o-transition-delay: 11s;
    transition-delay: 11s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(91),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(91),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(91),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(91),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(91),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(91) {
    -webkit-transition-delay: 11.05s;
    -moz-transition-delay: 11.05s;
    -o-transition-delay: 11.05s;
    transition-delay: 11.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(92),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(92),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(92),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(92),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(92),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(92) {
    -webkit-transition-delay: 11.1s;
    -moz-transition-delay: 11.1s;
    -o-transition-delay: 11.1s;
    transition-delay: 11.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(93),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(93),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(93),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(93),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(93),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(93) {
    -webkit-transition-delay: 11.15s;
    -moz-transition-delay: 11.15s;
    -o-transition-delay: 11.15s;
    transition-delay: 11.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(94),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(94),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(94),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(94),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(94),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(94) {
    -webkit-transition-delay: 11.2s;
    -moz-transition-delay: 11.2s;
    -o-transition-delay: 11.2s;
    transition-delay: 11.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(95),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(95),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(95),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(95),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(95),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(95) {
    -webkit-transition-delay: 11.25s;
    -moz-transition-delay: 11.25s;
    -o-transition-delay: 11.25s;
    transition-delay: 11.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(96),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(96),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(96),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(96),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(96),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(96) {
    -webkit-transition-delay: 11.3s;
    -moz-transition-delay: 11.3s;
    -o-transition-delay: 11.3s;
    transition-delay: 11.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(97),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(97),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(97),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(97),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(97),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(97) {
    -webkit-transition-delay: 11.35s;
    -moz-transition-delay: 11.35s;
    -o-transition-delay: 11.35s;
    transition-delay: 11.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(98),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(98),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(98),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(98),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(98),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(98) {
    -webkit-transition-delay: 11.4s;
    -moz-transition-delay: 11.4s;
    -o-transition-delay: 11.4s;
    transition-delay: 11.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(99),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(99),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(99),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(99),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(99),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(99) {
    -webkit-transition-delay: 11.45s;
    -moz-transition-delay: 11.45s;
    -o-transition-delay: 11.45s;
    transition-delay: 11.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(7) > span:nth-child(100),
.will-animate .headline-area.split h2 > span:nth-child(7) > span:nth-child(100),
.will-animate .headline-area.split h3 > span:nth-child(7) > span:nth-child(100),
.will-animate .headline-area.split h4 > span:nth-child(7) > span:nth-child(100),
.will-animate .headline-area.split h5 > span:nth-child(7) > span:nth-child(100),
.will-animate .headline-area.split h6 > span:nth-child(7) > span:nth-child(100) {
    -webkit-transition-delay: 11.5s;
    -moz-transition-delay: 11.5s;
    -o-transition-delay: 11.5s;
    transition-delay: 11.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(8),
.will-animate .headline-area.split h2 > span:nth-child(8),
.will-animate .headline-area.split h3 > span:nth-child(8),
.will-animate .headline-area.split h4 > span:nth-child(8),
.will-animate .headline-area.split h5 > span:nth-child(8),
.will-animate .headline-area.split h6 > span:nth-child(8) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:first-child,
.will-animate .headline-area.split h2 > span:nth-child(8) > span:first-child,
.will-animate .headline-area.split h3 > span:nth-child(8) > span:first-child,
.will-animate .headline-area.split h4 > span:nth-child(8) > span:first-child,
.will-animate .headline-area.split h5 > span:nth-child(8) > span:first-child,
.will-animate .headline-area.split h6 > span:nth-child(8) > span:first-child {
    -webkit-transition-delay: 7.55s;
    -moz-transition-delay: 7.55s;
    -o-transition-delay: 7.55s;
    transition-delay: 7.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(2),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(2),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(2),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(2),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(2),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(2) {
    -webkit-transition-delay: 7.6s;
    -moz-transition-delay: 7.6s;
    -o-transition-delay: 7.6s;
    transition-delay: 7.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(3),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(3),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(3),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(3),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(3),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(3) {
    -webkit-transition-delay: 7.65s;
    -moz-transition-delay: 7.65s;
    -o-transition-delay: 7.65s;
    transition-delay: 7.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(4),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(4),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(4),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(4),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(4),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(4) {
    -webkit-transition-delay: 7.7s;
    -moz-transition-delay: 7.7s;
    -o-transition-delay: 7.7s;
    transition-delay: 7.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(5),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(5),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(5),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(5),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(5),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(5) {
    -webkit-transition-delay: 7.75s;
    -moz-transition-delay: 7.75s;
    -o-transition-delay: 7.75s;
    transition-delay: 7.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(6),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(6),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(6),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(6),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(6),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(6) {
    -webkit-transition-delay: 7.8s;
    -moz-transition-delay: 7.8s;
    -o-transition-delay: 7.8s;
    transition-delay: 7.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(7),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(7),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(7),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(7),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(7),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(7) {
    -webkit-transition-delay: 7.85s;
    -moz-transition-delay: 7.85s;
    -o-transition-delay: 7.85s;
    transition-delay: 7.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(8),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(8),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(8),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(8),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(8),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(8) {
    -webkit-transition-delay: 7.9s;
    -moz-transition-delay: 7.9s;
    -o-transition-delay: 7.9s;
    transition-delay: 7.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(9),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(9),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(9),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(9),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(9),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(9) {
    -webkit-transition-delay: 7.95s;
    -moz-transition-delay: 7.95s;
    -o-transition-delay: 7.95s;
    transition-delay: 7.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(10),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(10),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(10),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(10),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(10),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(10) {
    -webkit-transition-delay: 8s;
    -moz-transition-delay: 8s;
    -o-transition-delay: 8s;
    transition-delay: 8s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(11),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(11),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(11),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(11),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(11),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(11) {
    -webkit-transition-delay: 8.05s;
    -moz-transition-delay: 8.05s;
    -o-transition-delay: 8.05s;
    transition-delay: 8.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(12),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(12),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(12),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(12),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(12),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(12) {
    -webkit-transition-delay: 8.1s;
    -moz-transition-delay: 8.1s;
    -o-transition-delay: 8.1s;
    transition-delay: 8.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(13),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(13),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(13),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(13),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(13),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(13) {
    -webkit-transition-delay: 8.15s;
    -moz-transition-delay: 8.15s;
    -o-transition-delay: 8.15s;
    transition-delay: 8.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(14),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(14),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(14),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(14),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(14),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(14) {
    -webkit-transition-delay: 8.2s;
    -moz-transition-delay: 8.2s;
    -o-transition-delay: 8.2s;
    transition-delay: 8.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(15),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(15),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(15),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(15),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(15),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(15) {
    -webkit-transition-delay: 8.25s;
    -moz-transition-delay: 8.25s;
    -o-transition-delay: 8.25s;
    transition-delay: 8.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(16),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(16),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(16),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(16),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(16),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(16) {
    -webkit-transition-delay: 8.3s;
    -moz-transition-delay: 8.3s;
    -o-transition-delay: 8.3s;
    transition-delay: 8.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(17),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(17),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(17),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(17),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(17),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(17) {
    -webkit-transition-delay: 8.35s;
    -moz-transition-delay: 8.35s;
    -o-transition-delay: 8.35s;
    transition-delay: 8.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(18),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(18),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(18),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(18),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(18),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(18) {
    -webkit-transition-delay: 8.4s;
    -moz-transition-delay: 8.4s;
    -o-transition-delay: 8.4s;
    transition-delay: 8.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(19),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(19),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(19),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(19),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(19),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(19) {
    -webkit-transition-delay: 8.45s;
    -moz-transition-delay: 8.45s;
    -o-transition-delay: 8.45s;
    transition-delay: 8.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(20),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(20),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(20),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(20),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(20),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(20) {
    -webkit-transition-delay: 8.5s;
    -moz-transition-delay: 8.5s;
    -o-transition-delay: 8.5s;
    transition-delay: 8.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(21),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(21),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(21),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(21),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(21),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(21) {
    -webkit-transition-delay: 8.55s;
    -moz-transition-delay: 8.55s;
    -o-transition-delay: 8.55s;
    transition-delay: 8.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(22),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(22),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(22),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(22),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(22),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(22) {
    -webkit-transition-delay: 8.6s;
    -moz-transition-delay: 8.6s;
    -o-transition-delay: 8.6s;
    transition-delay: 8.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(23),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(23),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(23),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(23),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(23),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(23) {
    -webkit-transition-delay: 8.65s;
    -moz-transition-delay: 8.65s;
    -o-transition-delay: 8.65s;
    transition-delay: 8.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(24),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(24),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(24),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(24),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(24),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(24) {
    -webkit-transition-delay: 8.7s;
    -moz-transition-delay: 8.7s;
    -o-transition-delay: 8.7s;
    transition-delay: 8.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(25),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(25),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(25),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(25),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(25),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(25) {
    -webkit-transition-delay: 8.75s;
    -moz-transition-delay: 8.75s;
    -o-transition-delay: 8.75s;
    transition-delay: 8.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(26),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(26),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(26),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(26),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(26),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(26) {
    -webkit-transition-delay: 8.8s;
    -moz-transition-delay: 8.8s;
    -o-transition-delay: 8.8s;
    transition-delay: 8.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(27),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(27),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(27),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(27),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(27),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(27) {
    -webkit-transition-delay: 8.85s;
    -moz-transition-delay: 8.85s;
    -o-transition-delay: 8.85s;
    transition-delay: 8.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(28),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(28),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(28),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(28),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(28),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(28) {
    -webkit-transition-delay: 8.9s;
    -moz-transition-delay: 8.9s;
    -o-transition-delay: 8.9s;
    transition-delay: 8.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(29),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(29),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(29),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(29),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(29),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(29) {
    -webkit-transition-delay: 8.95s;
    -moz-transition-delay: 8.95s;
    -o-transition-delay: 8.95s;
    transition-delay: 8.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(30),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(30),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(30),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(30),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(30),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(30) {
    -webkit-transition-delay: 9s;
    -moz-transition-delay: 9s;
    -o-transition-delay: 9s;
    transition-delay: 9s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(31),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(31),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(31),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(31),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(31),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(31) {
    -webkit-transition-delay: 9.05s;
    -moz-transition-delay: 9.05s;
    -o-transition-delay: 9.05s;
    transition-delay: 9.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(32),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(32),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(32),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(32),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(32),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(32) {
    -webkit-transition-delay: 9.1s;
    -moz-transition-delay: 9.1s;
    -o-transition-delay: 9.1s;
    transition-delay: 9.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(33),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(33),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(33),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(33),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(33),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(33) {
    -webkit-transition-delay: 9.15s;
    -moz-transition-delay: 9.15s;
    -o-transition-delay: 9.15s;
    transition-delay: 9.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(34),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(34),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(34),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(34),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(34),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(34) {
    -webkit-transition-delay: 9.2s;
    -moz-transition-delay: 9.2s;
    -o-transition-delay: 9.2s;
    transition-delay: 9.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(35),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(35),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(35),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(35),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(35),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(35) {
    -webkit-transition-delay: 9.25s;
    -moz-transition-delay: 9.25s;
    -o-transition-delay: 9.25s;
    transition-delay: 9.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(36),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(36),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(36),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(36),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(36),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(36) {
    -webkit-transition-delay: 9.3s;
    -moz-transition-delay: 9.3s;
    -o-transition-delay: 9.3s;
    transition-delay: 9.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(37),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(37),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(37),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(37),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(37),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(37) {
    -webkit-transition-delay: 9.35s;
    -moz-transition-delay: 9.35s;
    -o-transition-delay: 9.35s;
    transition-delay: 9.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(38),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(38),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(38),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(38),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(38),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(38) {
    -webkit-transition-delay: 9.4s;
    -moz-transition-delay: 9.4s;
    -o-transition-delay: 9.4s;
    transition-delay: 9.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(39),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(39),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(39),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(39),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(39),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(39) {
    -webkit-transition-delay: 9.45s;
    -moz-transition-delay: 9.45s;
    -o-transition-delay: 9.45s;
    transition-delay: 9.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(40),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(40),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(40),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(40),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(40),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(40) {
    -webkit-transition-delay: 9.5s;
    -moz-transition-delay: 9.5s;
    -o-transition-delay: 9.5s;
    transition-delay: 9.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(41),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(41),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(41),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(41),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(41),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(41) {
    -webkit-transition-delay: 9.55s;
    -moz-transition-delay: 9.55s;
    -o-transition-delay: 9.55s;
    transition-delay: 9.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(42),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(42),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(42),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(42),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(42),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(42) {
    -webkit-transition-delay: 9.6s;
    -moz-transition-delay: 9.6s;
    -o-transition-delay: 9.6s;
    transition-delay: 9.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(43),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(43),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(43),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(43),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(43),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(43) {
    -webkit-transition-delay: 9.65s;
    -moz-transition-delay: 9.65s;
    -o-transition-delay: 9.65s;
    transition-delay: 9.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(44),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(44),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(44),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(44),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(44),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(44) {
    -webkit-transition-delay: 9.7s;
    -moz-transition-delay: 9.7s;
    -o-transition-delay: 9.7s;
    transition-delay: 9.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(45),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(45),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(45),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(45),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(45),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(45) {
    -webkit-transition-delay: 9.75s;
    -moz-transition-delay: 9.75s;
    -o-transition-delay: 9.75s;
    transition-delay: 9.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(46),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(46),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(46),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(46),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(46),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(46) {
    -webkit-transition-delay: 9.8s;
    -moz-transition-delay: 9.8s;
    -o-transition-delay: 9.8s;
    transition-delay: 9.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(47),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(47),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(47),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(47),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(47),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(47) {
    -webkit-transition-delay: 9.85s;
    -moz-transition-delay: 9.85s;
    -o-transition-delay: 9.85s;
    transition-delay: 9.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(48),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(48),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(48),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(48),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(48),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(48) {
    -webkit-transition-delay: 9.9s;
    -moz-transition-delay: 9.9s;
    -o-transition-delay: 9.9s;
    transition-delay: 9.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(49),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(49),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(49),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(49),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(49),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(49) {
    -webkit-transition-delay: 9.95s;
    -moz-transition-delay: 9.95s;
    -o-transition-delay: 9.95s;
    transition-delay: 9.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(50),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(50),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(50),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(50),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(50),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(50) {
    -webkit-transition-delay: 10s;
    -moz-transition-delay: 10s;
    -o-transition-delay: 10s;
    transition-delay: 10s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(51),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(51),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(51),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(51),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(51),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(51) {
    -webkit-transition-delay: 10.05s;
    -moz-transition-delay: 10.05s;
    -o-transition-delay: 10.05s;
    transition-delay: 10.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(52),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(52),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(52),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(52),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(52),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(52) {
    -webkit-transition-delay: 10.1s;
    -moz-transition-delay: 10.1s;
    -o-transition-delay: 10.1s;
    transition-delay: 10.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(53),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(53),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(53),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(53),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(53),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(53) {
    -webkit-transition-delay: 10.15s;
    -moz-transition-delay: 10.15s;
    -o-transition-delay: 10.15s;
    transition-delay: 10.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(54),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(54),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(54),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(54),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(54),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(54) {
    -webkit-transition-delay: 10.2s;
    -moz-transition-delay: 10.2s;
    -o-transition-delay: 10.2s;
    transition-delay: 10.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(55),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(55),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(55),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(55),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(55),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(55) {
    -webkit-transition-delay: 10.25s;
    -moz-transition-delay: 10.25s;
    -o-transition-delay: 10.25s;
    transition-delay: 10.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(56),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(56),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(56),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(56),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(56),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(56) {
    -webkit-transition-delay: 10.3s;
    -moz-transition-delay: 10.3s;
    -o-transition-delay: 10.3s;
    transition-delay: 10.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(57),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(57),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(57),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(57),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(57),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(57) {
    -webkit-transition-delay: 10.35s;
    -moz-transition-delay: 10.35s;
    -o-transition-delay: 10.35s;
    transition-delay: 10.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(58),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(58),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(58),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(58),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(58),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(58) {
    -webkit-transition-delay: 10.4s;
    -moz-transition-delay: 10.4s;
    -o-transition-delay: 10.4s;
    transition-delay: 10.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(59),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(59),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(59),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(59),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(59),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(59) {
    -webkit-transition-delay: 10.45s;
    -moz-transition-delay: 10.45s;
    -o-transition-delay: 10.45s;
    transition-delay: 10.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(60),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(60),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(60),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(60),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(60),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(60) {
    -webkit-transition-delay: 10.5s;
    -moz-transition-delay: 10.5s;
    -o-transition-delay: 10.5s;
    transition-delay: 10.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(61),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(61),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(61),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(61),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(61),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(61) {
    -webkit-transition-delay: 10.55s;
    -moz-transition-delay: 10.55s;
    -o-transition-delay: 10.55s;
    transition-delay: 10.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(62),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(62),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(62),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(62),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(62),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(62) {
    -webkit-transition-delay: 10.6s;
    -moz-transition-delay: 10.6s;
    -o-transition-delay: 10.6s;
    transition-delay: 10.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(63),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(63),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(63),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(63),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(63),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(63) {
    -webkit-transition-delay: 10.65s;
    -moz-transition-delay: 10.65s;
    -o-transition-delay: 10.65s;
    transition-delay: 10.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(64),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(64),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(64),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(64),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(64),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(64) {
    -webkit-transition-delay: 10.7s;
    -moz-transition-delay: 10.7s;
    -o-transition-delay: 10.7s;
    transition-delay: 10.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(65),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(65),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(65),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(65),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(65),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(65) {
    -webkit-transition-delay: 10.75s;
    -moz-transition-delay: 10.75s;
    -o-transition-delay: 10.75s;
    transition-delay: 10.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(66),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(66),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(66),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(66),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(66),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(66) {
    -webkit-transition-delay: 10.8s;
    -moz-transition-delay: 10.8s;
    -o-transition-delay: 10.8s;
    transition-delay: 10.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(67),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(67),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(67),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(67),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(67),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(67) {
    -webkit-transition-delay: 10.85s;
    -moz-transition-delay: 10.85s;
    -o-transition-delay: 10.85s;
    transition-delay: 10.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(68),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(68),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(68),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(68),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(68),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(68) {
    -webkit-transition-delay: 10.9s;
    -moz-transition-delay: 10.9s;
    -o-transition-delay: 10.9s;
    transition-delay: 10.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(69),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(69),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(69),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(69),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(69),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(69) {
    -webkit-transition-delay: 10.95s;
    -moz-transition-delay: 10.95s;
    -o-transition-delay: 10.95s;
    transition-delay: 10.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(70),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(70),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(70),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(70),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(70),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(70) {
    -webkit-transition-delay: 11s;
    -moz-transition-delay: 11s;
    -o-transition-delay: 11s;
    transition-delay: 11s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(71),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(71),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(71),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(71),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(71),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(71) {
    -webkit-transition-delay: 11.05s;
    -moz-transition-delay: 11.05s;
    -o-transition-delay: 11.05s;
    transition-delay: 11.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(72),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(72),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(72),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(72),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(72),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(72) {
    -webkit-transition-delay: 11.1s;
    -moz-transition-delay: 11.1s;
    -o-transition-delay: 11.1s;
    transition-delay: 11.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(73),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(73),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(73),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(73),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(73),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(73) {
    -webkit-transition-delay: 11.15s;
    -moz-transition-delay: 11.15s;
    -o-transition-delay: 11.15s;
    transition-delay: 11.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(74),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(74),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(74),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(74),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(74),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(74) {
    -webkit-transition-delay: 11.2s;
    -moz-transition-delay: 11.2s;
    -o-transition-delay: 11.2s;
    transition-delay: 11.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(75),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(75),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(75),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(75),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(75),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(75) {
    -webkit-transition-delay: 11.25s;
    -moz-transition-delay: 11.25s;
    -o-transition-delay: 11.25s;
    transition-delay: 11.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(76),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(76),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(76),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(76),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(76),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(76) {
    -webkit-transition-delay: 11.3s;
    -moz-transition-delay: 11.3s;
    -o-transition-delay: 11.3s;
    transition-delay: 11.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(77),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(77),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(77),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(77),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(77),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(77) {
    -webkit-transition-delay: 11.35s;
    -moz-transition-delay: 11.35s;
    -o-transition-delay: 11.35s;
    transition-delay: 11.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(78),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(78),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(78),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(78),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(78),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(78) {
    -webkit-transition-delay: 11.4s;
    -moz-transition-delay: 11.4s;
    -o-transition-delay: 11.4s;
    transition-delay: 11.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(79),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(79),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(79),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(79),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(79),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(79) {
    -webkit-transition-delay: 11.45s;
    -moz-transition-delay: 11.45s;
    -o-transition-delay: 11.45s;
    transition-delay: 11.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(80),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(80),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(80),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(80),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(80),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(80) {
    -webkit-transition-delay: 11.5s;
    -moz-transition-delay: 11.5s;
    -o-transition-delay: 11.5s;
    transition-delay: 11.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(81),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(81),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(81),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(81),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(81),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(81) {
    -webkit-transition-delay: 11.55s;
    -moz-transition-delay: 11.55s;
    -o-transition-delay: 11.55s;
    transition-delay: 11.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(82),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(82),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(82),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(82),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(82),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(82) {
    -webkit-transition-delay: 11.6s;
    -moz-transition-delay: 11.6s;
    -o-transition-delay: 11.6s;
    transition-delay: 11.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(83),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(83),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(83),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(83),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(83),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(83) {
    -webkit-transition-delay: 11.65s;
    -moz-transition-delay: 11.65s;
    -o-transition-delay: 11.65s;
    transition-delay: 11.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(84),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(84),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(84),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(84),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(84),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(84) {
    -webkit-transition-delay: 11.7s;
    -moz-transition-delay: 11.7s;
    -o-transition-delay: 11.7s;
    transition-delay: 11.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(85),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(85),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(85),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(85),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(85),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(85) {
    -webkit-transition-delay: 11.75s;
    -moz-transition-delay: 11.75s;
    -o-transition-delay: 11.75s;
    transition-delay: 11.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(86),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(86),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(86),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(86),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(86),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(86) {
    -webkit-transition-delay: 11.8s;
    -moz-transition-delay: 11.8s;
    -o-transition-delay: 11.8s;
    transition-delay: 11.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(87),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(87),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(87),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(87),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(87),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(87) {
    -webkit-transition-delay: 11.85s;
    -moz-transition-delay: 11.85s;
    -o-transition-delay: 11.85s;
    transition-delay: 11.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(88),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(88),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(88),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(88),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(88),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(88) {
    -webkit-transition-delay: 11.9s;
    -moz-transition-delay: 11.9s;
    -o-transition-delay: 11.9s;
    transition-delay: 11.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(89),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(89),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(89),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(89),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(89),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(89) {
    -webkit-transition-delay: 11.95s;
    -moz-transition-delay: 11.95s;
    -o-transition-delay: 11.95s;
    transition-delay: 11.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(90),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(90),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(90),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(90),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(90),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(90) {
    -webkit-transition-delay: 12s;
    -moz-transition-delay: 12s;
    -o-transition-delay: 12s;
    transition-delay: 12s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(91),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(91),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(91),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(91),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(91),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(91) {
    -webkit-transition-delay: 12.05s;
    -moz-transition-delay: 12.05s;
    -o-transition-delay: 12.05s;
    transition-delay: 12.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(92),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(92),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(92),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(92),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(92),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(92) {
    -webkit-transition-delay: 12.1s;
    -moz-transition-delay: 12.1s;
    -o-transition-delay: 12.1s;
    transition-delay: 12.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(93),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(93),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(93),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(93),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(93),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(93) {
    -webkit-transition-delay: 12.15s;
    -moz-transition-delay: 12.15s;
    -o-transition-delay: 12.15s;
    transition-delay: 12.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(94),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(94),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(94),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(94),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(94),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(94) {
    -webkit-transition-delay: 12.2s;
    -moz-transition-delay: 12.2s;
    -o-transition-delay: 12.2s;
    transition-delay: 12.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(95),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(95),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(95),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(95),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(95),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(95) {
    -webkit-transition-delay: 12.25s;
    -moz-transition-delay: 12.25s;
    -o-transition-delay: 12.25s;
    transition-delay: 12.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(96),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(96),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(96),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(96),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(96),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(96) {
    -webkit-transition-delay: 12.3s;
    -moz-transition-delay: 12.3s;
    -o-transition-delay: 12.3s;
    transition-delay: 12.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(97),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(97),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(97),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(97),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(97),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(97) {
    -webkit-transition-delay: 12.35s;
    -moz-transition-delay: 12.35s;
    -o-transition-delay: 12.35s;
    transition-delay: 12.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(98),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(98),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(98),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(98),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(98),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(98) {
    -webkit-transition-delay: 12.4s;
    -moz-transition-delay: 12.4s;
    -o-transition-delay: 12.4s;
    transition-delay: 12.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(99),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(99),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(99),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(99),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(99),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(99) {
    -webkit-transition-delay: 12.45s;
    -moz-transition-delay: 12.45s;
    -o-transition-delay: 12.45s;
    transition-delay: 12.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(8) > span:nth-child(100),
.will-animate .headline-area.split h2 > span:nth-child(8) > span:nth-child(100),
.will-animate .headline-area.split h3 > span:nth-child(8) > span:nth-child(100),
.will-animate .headline-area.split h4 > span:nth-child(8) > span:nth-child(100),
.will-animate .headline-area.split h5 > span:nth-child(8) > span:nth-child(100),
.will-animate .headline-area.split h6 > span:nth-child(8) > span:nth-child(100) {
    -webkit-transition-delay: 12.5s;
    -moz-transition-delay: 12.5s;
    -o-transition-delay: 12.5s;
    transition-delay: 12.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(9),
.will-animate .headline-area.split h2 > span:nth-child(9),
.will-animate .headline-area.split h3 > span:nth-child(9),
.will-animate .headline-area.split h4 > span:nth-child(9),
.will-animate .headline-area.split h5 > span:nth-child(9),
.will-animate .headline-area.split h6 > span:nth-child(9) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:first-child,
.will-animate .headline-area.split h2 > span:nth-child(9) > span:first-child,
.will-animate .headline-area.split h3 > span:nth-child(9) > span:first-child,
.will-animate .headline-area.split h4 > span:nth-child(9) > span:first-child,
.will-animate .headline-area.split h5 > span:nth-child(9) > span:first-child,
.will-animate .headline-area.split h6 > span:nth-child(9) > span:first-child {
    -webkit-transition-delay: 8.55s;
    -moz-transition-delay: 8.55s;
    -o-transition-delay: 8.55s;
    transition-delay: 8.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(2),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(2),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(2),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(2),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(2),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(2) {
    -webkit-transition-delay: 8.6s;
    -moz-transition-delay: 8.6s;
    -o-transition-delay: 8.6s;
    transition-delay: 8.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(3),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(3),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(3),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(3),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(3),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(3) {
    -webkit-transition-delay: 8.65s;
    -moz-transition-delay: 8.65s;
    -o-transition-delay: 8.65s;
    transition-delay: 8.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(4),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(4),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(4),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(4),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(4),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(4) {
    -webkit-transition-delay: 8.7s;
    -moz-transition-delay: 8.7s;
    -o-transition-delay: 8.7s;
    transition-delay: 8.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(5),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(5),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(5),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(5),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(5),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(5) {
    -webkit-transition-delay: 8.75s;
    -moz-transition-delay: 8.75s;
    -o-transition-delay: 8.75s;
    transition-delay: 8.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(6),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(6),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(6),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(6),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(6),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(6) {
    -webkit-transition-delay: 8.8s;
    -moz-transition-delay: 8.8s;
    -o-transition-delay: 8.8s;
    transition-delay: 8.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(7),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(7),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(7),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(7),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(7),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(7) {
    -webkit-transition-delay: 8.85s;
    -moz-transition-delay: 8.85s;
    -o-transition-delay: 8.85s;
    transition-delay: 8.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(8),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(8),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(8),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(8),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(8),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(8) {
    -webkit-transition-delay: 8.9s;
    -moz-transition-delay: 8.9s;
    -o-transition-delay: 8.9s;
    transition-delay: 8.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(9),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(9),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(9),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(9),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(9),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(9) {
    -webkit-transition-delay: 8.95s;
    -moz-transition-delay: 8.95s;
    -o-transition-delay: 8.95s;
    transition-delay: 8.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(10),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(10),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(10),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(10),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(10),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(10) {
    -webkit-transition-delay: 9s;
    -moz-transition-delay: 9s;
    -o-transition-delay: 9s;
    transition-delay: 9s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(11),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(11),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(11),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(11),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(11),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(11) {
    -webkit-transition-delay: 9.05s;
    -moz-transition-delay: 9.05s;
    -o-transition-delay: 9.05s;
    transition-delay: 9.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(12),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(12),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(12),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(12),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(12),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(12) {
    -webkit-transition-delay: 9.1s;
    -moz-transition-delay: 9.1s;
    -o-transition-delay: 9.1s;
    transition-delay: 9.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(13),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(13),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(13),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(13),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(13),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(13) {
    -webkit-transition-delay: 9.15s;
    -moz-transition-delay: 9.15s;
    -o-transition-delay: 9.15s;
    transition-delay: 9.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(14),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(14),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(14),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(14),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(14),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(14) {
    -webkit-transition-delay: 9.2s;
    -moz-transition-delay: 9.2s;
    -o-transition-delay: 9.2s;
    transition-delay: 9.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(15),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(15),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(15),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(15),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(15),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(15) {
    -webkit-transition-delay: 9.25s;
    -moz-transition-delay: 9.25s;
    -o-transition-delay: 9.25s;
    transition-delay: 9.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(16),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(16),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(16),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(16),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(16),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(16) {
    -webkit-transition-delay: 9.3s;
    -moz-transition-delay: 9.3s;
    -o-transition-delay: 9.3s;
    transition-delay: 9.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(17),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(17),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(17),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(17),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(17),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(17) {
    -webkit-transition-delay: 9.35s;
    -moz-transition-delay: 9.35s;
    -o-transition-delay: 9.35s;
    transition-delay: 9.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(18),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(18),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(18),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(18),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(18),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(18) {
    -webkit-transition-delay: 9.4s;
    -moz-transition-delay: 9.4s;
    -o-transition-delay: 9.4s;
    transition-delay: 9.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(19),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(19),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(19),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(19),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(19),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(19) {
    -webkit-transition-delay: 9.45s;
    -moz-transition-delay: 9.45s;
    -o-transition-delay: 9.45s;
    transition-delay: 9.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(20),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(20),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(20),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(20),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(20),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(20) {
    -webkit-transition-delay: 9.5s;
    -moz-transition-delay: 9.5s;
    -o-transition-delay: 9.5s;
    transition-delay: 9.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(21),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(21),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(21),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(21),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(21),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(21) {
    -webkit-transition-delay: 9.55s;
    -moz-transition-delay: 9.55s;
    -o-transition-delay: 9.55s;
    transition-delay: 9.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(22),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(22),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(22),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(22),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(22),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(22) {
    -webkit-transition-delay: 9.6s;
    -moz-transition-delay: 9.6s;
    -o-transition-delay: 9.6s;
    transition-delay: 9.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(23),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(23),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(23),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(23),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(23),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(23) {
    -webkit-transition-delay: 9.65s;
    -moz-transition-delay: 9.65s;
    -o-transition-delay: 9.65s;
    transition-delay: 9.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(24),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(24),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(24),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(24),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(24),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(24) {
    -webkit-transition-delay: 9.7s;
    -moz-transition-delay: 9.7s;
    -o-transition-delay: 9.7s;
    transition-delay: 9.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(25),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(25),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(25),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(25),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(25),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(25) {
    -webkit-transition-delay: 9.75s;
    -moz-transition-delay: 9.75s;
    -o-transition-delay: 9.75s;
    transition-delay: 9.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(26),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(26),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(26),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(26),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(26),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(26) {
    -webkit-transition-delay: 9.8s;
    -moz-transition-delay: 9.8s;
    -o-transition-delay: 9.8s;
    transition-delay: 9.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(27),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(27),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(27),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(27),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(27),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(27) {
    -webkit-transition-delay: 9.85s;
    -moz-transition-delay: 9.85s;
    -o-transition-delay: 9.85s;
    transition-delay: 9.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(28),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(28),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(28),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(28),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(28),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(28) {
    -webkit-transition-delay: 9.9s;
    -moz-transition-delay: 9.9s;
    -o-transition-delay: 9.9s;
    transition-delay: 9.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(29),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(29),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(29),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(29),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(29),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(29) {
    -webkit-transition-delay: 9.95s;
    -moz-transition-delay: 9.95s;
    -o-transition-delay: 9.95s;
    transition-delay: 9.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(30),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(30),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(30),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(30),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(30),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(30) {
    -webkit-transition-delay: 10s;
    -moz-transition-delay: 10s;
    -o-transition-delay: 10s;
    transition-delay: 10s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(31),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(31),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(31),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(31),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(31),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(31) {
    -webkit-transition-delay: 10.05s;
    -moz-transition-delay: 10.05s;
    -o-transition-delay: 10.05s;
    transition-delay: 10.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(32),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(32),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(32),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(32),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(32),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(32) {
    -webkit-transition-delay: 10.1s;
    -moz-transition-delay: 10.1s;
    -o-transition-delay: 10.1s;
    transition-delay: 10.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(33),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(33),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(33),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(33),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(33),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(33) {
    -webkit-transition-delay: 10.15s;
    -moz-transition-delay: 10.15s;
    -o-transition-delay: 10.15s;
    transition-delay: 10.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(34),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(34),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(34),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(34),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(34),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(34) {
    -webkit-transition-delay: 10.2s;
    -moz-transition-delay: 10.2s;
    -o-transition-delay: 10.2s;
    transition-delay: 10.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(35),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(35),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(35),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(35),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(35),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(35) {
    -webkit-transition-delay: 10.25s;
    -moz-transition-delay: 10.25s;
    -o-transition-delay: 10.25s;
    transition-delay: 10.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(36),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(36),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(36),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(36),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(36),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(36) {
    -webkit-transition-delay: 10.3s;
    -moz-transition-delay: 10.3s;
    -o-transition-delay: 10.3s;
    transition-delay: 10.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(37),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(37),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(37),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(37),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(37),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(37) {
    -webkit-transition-delay: 10.35s;
    -moz-transition-delay: 10.35s;
    -o-transition-delay: 10.35s;
    transition-delay: 10.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(38),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(38),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(38),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(38),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(38),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(38) {
    -webkit-transition-delay: 10.4s;
    -moz-transition-delay: 10.4s;
    -o-transition-delay: 10.4s;
    transition-delay: 10.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(39),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(39),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(39),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(39),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(39),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(39) {
    -webkit-transition-delay: 10.45s;
    -moz-transition-delay: 10.45s;
    -o-transition-delay: 10.45s;
    transition-delay: 10.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(40),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(40),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(40),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(40),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(40),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(40) {
    -webkit-transition-delay: 10.5s;
    -moz-transition-delay: 10.5s;
    -o-transition-delay: 10.5s;
    transition-delay: 10.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(41),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(41),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(41),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(41),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(41),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(41) {
    -webkit-transition-delay: 10.55s;
    -moz-transition-delay: 10.55s;
    -o-transition-delay: 10.55s;
    transition-delay: 10.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(42),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(42),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(42),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(42),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(42),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(42) {
    -webkit-transition-delay: 10.6s;
    -moz-transition-delay: 10.6s;
    -o-transition-delay: 10.6s;
    transition-delay: 10.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(43),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(43),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(43),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(43),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(43),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(43) {
    -webkit-transition-delay: 10.65s;
    -moz-transition-delay: 10.65s;
    -o-transition-delay: 10.65s;
    transition-delay: 10.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(44),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(44),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(44),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(44),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(44),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(44) {
    -webkit-transition-delay: 10.7s;
    -moz-transition-delay: 10.7s;
    -o-transition-delay: 10.7s;
    transition-delay: 10.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(45),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(45),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(45),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(45),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(45),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(45) {
    -webkit-transition-delay: 10.75s;
    -moz-transition-delay: 10.75s;
    -o-transition-delay: 10.75s;
    transition-delay: 10.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(46),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(46),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(46),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(46),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(46),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(46) {
    -webkit-transition-delay: 10.8s;
    -moz-transition-delay: 10.8s;
    -o-transition-delay: 10.8s;
    transition-delay: 10.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(47),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(47),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(47),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(47),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(47),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(47) {
    -webkit-transition-delay: 10.85s;
    -moz-transition-delay: 10.85s;
    -o-transition-delay: 10.85s;
    transition-delay: 10.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(48),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(48),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(48),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(48),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(48),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(48) {
    -webkit-transition-delay: 10.9s;
    -moz-transition-delay: 10.9s;
    -o-transition-delay: 10.9s;
    transition-delay: 10.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(49),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(49),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(49),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(49),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(49),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(49) {
    -webkit-transition-delay: 10.95s;
    -moz-transition-delay: 10.95s;
    -o-transition-delay: 10.95s;
    transition-delay: 10.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(50),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(50),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(50),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(50),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(50),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(50) {
    -webkit-transition-delay: 11s;
    -moz-transition-delay: 11s;
    -o-transition-delay: 11s;
    transition-delay: 11s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(51),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(51),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(51),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(51),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(51),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(51) {
    -webkit-transition-delay: 11.05s;
    -moz-transition-delay: 11.05s;
    -o-transition-delay: 11.05s;
    transition-delay: 11.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(52),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(52),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(52),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(52),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(52),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(52) {
    -webkit-transition-delay: 11.1s;
    -moz-transition-delay: 11.1s;
    -o-transition-delay: 11.1s;
    transition-delay: 11.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(53),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(53),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(53),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(53),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(53),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(53) {
    -webkit-transition-delay: 11.15s;
    -moz-transition-delay: 11.15s;
    -o-transition-delay: 11.15s;
    transition-delay: 11.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(54),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(54),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(54),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(54),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(54),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(54) {
    -webkit-transition-delay: 11.2s;
    -moz-transition-delay: 11.2s;
    -o-transition-delay: 11.2s;
    transition-delay: 11.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(55),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(55),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(55),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(55),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(55),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(55) {
    -webkit-transition-delay: 11.25s;
    -moz-transition-delay: 11.25s;
    -o-transition-delay: 11.25s;
    transition-delay: 11.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(56),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(56),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(56),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(56),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(56),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(56) {
    -webkit-transition-delay: 11.3s;
    -moz-transition-delay: 11.3s;
    -o-transition-delay: 11.3s;
    transition-delay: 11.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(57),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(57),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(57),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(57),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(57),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(57) {
    -webkit-transition-delay: 11.35s;
    -moz-transition-delay: 11.35s;
    -o-transition-delay: 11.35s;
    transition-delay: 11.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(58),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(58),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(58),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(58),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(58),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(58) {
    -webkit-transition-delay: 11.4s;
    -moz-transition-delay: 11.4s;
    -o-transition-delay: 11.4s;
    transition-delay: 11.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(59),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(59),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(59),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(59),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(59),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(59) {
    -webkit-transition-delay: 11.45s;
    -moz-transition-delay: 11.45s;
    -o-transition-delay: 11.45s;
    transition-delay: 11.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(60),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(60),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(60),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(60),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(60),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(60) {
    -webkit-transition-delay: 11.5s;
    -moz-transition-delay: 11.5s;
    -o-transition-delay: 11.5s;
    transition-delay: 11.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(61),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(61),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(61),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(61),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(61),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(61) {
    -webkit-transition-delay: 11.55s;
    -moz-transition-delay: 11.55s;
    -o-transition-delay: 11.55s;
    transition-delay: 11.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(62),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(62),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(62),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(62),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(62),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(62) {
    -webkit-transition-delay: 11.6s;
    -moz-transition-delay: 11.6s;
    -o-transition-delay: 11.6s;
    transition-delay: 11.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(63),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(63),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(63),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(63),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(63),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(63) {
    -webkit-transition-delay: 11.65s;
    -moz-transition-delay: 11.65s;
    -o-transition-delay: 11.65s;
    transition-delay: 11.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(64),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(64),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(64),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(64),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(64),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(64) {
    -webkit-transition-delay: 11.7s;
    -moz-transition-delay: 11.7s;
    -o-transition-delay: 11.7s;
    transition-delay: 11.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(65),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(65),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(65),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(65),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(65),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(65) {
    -webkit-transition-delay: 11.75s;
    -moz-transition-delay: 11.75s;
    -o-transition-delay: 11.75s;
    transition-delay: 11.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(66),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(66),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(66),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(66),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(66),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(66) {
    -webkit-transition-delay: 11.8s;
    -moz-transition-delay: 11.8s;
    -o-transition-delay: 11.8s;
    transition-delay: 11.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(67),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(67),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(67),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(67),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(67),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(67) {
    -webkit-transition-delay: 11.85s;
    -moz-transition-delay: 11.85s;
    -o-transition-delay: 11.85s;
    transition-delay: 11.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(68),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(68),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(68),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(68),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(68),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(68) {
    -webkit-transition-delay: 11.9s;
    -moz-transition-delay: 11.9s;
    -o-transition-delay: 11.9s;
    transition-delay: 11.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(69),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(69),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(69),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(69),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(69),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(69) {
    -webkit-transition-delay: 11.95s;
    -moz-transition-delay: 11.95s;
    -o-transition-delay: 11.95s;
    transition-delay: 11.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(70),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(70),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(70),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(70),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(70),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(70) {
    -webkit-transition-delay: 12s;
    -moz-transition-delay: 12s;
    -o-transition-delay: 12s;
    transition-delay: 12s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(71),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(71),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(71),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(71),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(71),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(71) {
    -webkit-transition-delay: 12.05s;
    -moz-transition-delay: 12.05s;
    -o-transition-delay: 12.05s;
    transition-delay: 12.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(72),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(72),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(72),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(72),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(72),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(72) {
    -webkit-transition-delay: 12.1s;
    -moz-transition-delay: 12.1s;
    -o-transition-delay: 12.1s;
    transition-delay: 12.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(73),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(73),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(73),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(73),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(73),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(73) {
    -webkit-transition-delay: 12.15s;
    -moz-transition-delay: 12.15s;
    -o-transition-delay: 12.15s;
    transition-delay: 12.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(74),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(74),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(74),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(74),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(74),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(74) {
    -webkit-transition-delay: 12.2s;
    -moz-transition-delay: 12.2s;
    -o-transition-delay: 12.2s;
    transition-delay: 12.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(75),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(75),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(75),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(75),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(75),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(75) {
    -webkit-transition-delay: 12.25s;
    -moz-transition-delay: 12.25s;
    -o-transition-delay: 12.25s;
    transition-delay: 12.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(76),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(76),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(76),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(76),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(76),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(76) {
    -webkit-transition-delay: 12.3s;
    -moz-transition-delay: 12.3s;
    -o-transition-delay: 12.3s;
    transition-delay: 12.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(77),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(77),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(77),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(77),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(77),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(77) {
    -webkit-transition-delay: 12.35s;
    -moz-transition-delay: 12.35s;
    -o-transition-delay: 12.35s;
    transition-delay: 12.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(78),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(78),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(78),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(78),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(78),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(78) {
    -webkit-transition-delay: 12.4s;
    -moz-transition-delay: 12.4s;
    -o-transition-delay: 12.4s;
    transition-delay: 12.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(79),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(79),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(79),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(79),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(79),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(79) {
    -webkit-transition-delay: 12.45s;
    -moz-transition-delay: 12.45s;
    -o-transition-delay: 12.45s;
    transition-delay: 12.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(80),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(80),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(80),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(80),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(80),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(80) {
    -webkit-transition-delay: 12.5s;
    -moz-transition-delay: 12.5s;
    -o-transition-delay: 12.5s;
    transition-delay: 12.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(81),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(81),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(81),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(81),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(81),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(81) {
    -webkit-transition-delay: 12.55s;
    -moz-transition-delay: 12.55s;
    -o-transition-delay: 12.55s;
    transition-delay: 12.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(82),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(82),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(82),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(82),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(82),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(82) {
    -webkit-transition-delay: 12.6s;
    -moz-transition-delay: 12.6s;
    -o-transition-delay: 12.6s;
    transition-delay: 12.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(83),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(83),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(83),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(83),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(83),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(83) {
    -webkit-transition-delay: 12.65s;
    -moz-transition-delay: 12.65s;
    -o-transition-delay: 12.65s;
    transition-delay: 12.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(84),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(84),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(84),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(84),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(84),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(84) {
    -webkit-transition-delay: 12.7s;
    -moz-transition-delay: 12.7s;
    -o-transition-delay: 12.7s;
    transition-delay: 12.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(85),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(85),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(85),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(85),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(85),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(85) {
    -webkit-transition-delay: 12.75s;
    -moz-transition-delay: 12.75s;
    -o-transition-delay: 12.75s;
    transition-delay: 12.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(86),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(86),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(86),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(86),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(86),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(86) {
    -webkit-transition-delay: 12.8s;
    -moz-transition-delay: 12.8s;
    -o-transition-delay: 12.8s;
    transition-delay: 12.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(87),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(87),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(87),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(87),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(87),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(87) {
    -webkit-transition-delay: 12.85s;
    -moz-transition-delay: 12.85s;
    -o-transition-delay: 12.85s;
    transition-delay: 12.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(88),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(88),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(88),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(88),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(88),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(88) {
    -webkit-transition-delay: 12.9s;
    -moz-transition-delay: 12.9s;
    -o-transition-delay: 12.9s;
    transition-delay: 12.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(89),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(89),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(89),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(89),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(89),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(89) {
    -webkit-transition-delay: 12.95s;
    -moz-transition-delay: 12.95s;
    -o-transition-delay: 12.95s;
    transition-delay: 12.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(90),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(90),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(90),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(90),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(90),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(90) {
    -webkit-transition-delay: 13s;
    -moz-transition-delay: 13s;
    -o-transition-delay: 13s;
    transition-delay: 13s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(91),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(91),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(91),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(91),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(91),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(91) {
    -webkit-transition-delay: 13.05s;
    -moz-transition-delay: 13.05s;
    -o-transition-delay: 13.05s;
    transition-delay: 13.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(92),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(92),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(92),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(92),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(92),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(92) {
    -webkit-transition-delay: 13.1s;
    -moz-transition-delay: 13.1s;
    -o-transition-delay: 13.1s;
    transition-delay: 13.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(93),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(93),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(93),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(93),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(93),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(93) {
    -webkit-transition-delay: 13.15s;
    -moz-transition-delay: 13.15s;
    -o-transition-delay: 13.15s;
    transition-delay: 13.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(94),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(94),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(94),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(94),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(94),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(94) {
    -webkit-transition-delay: 13.2s;
    -moz-transition-delay: 13.2s;
    -o-transition-delay: 13.2s;
    transition-delay: 13.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(95),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(95),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(95),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(95),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(95),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(95) {
    -webkit-transition-delay: 13.25s;
    -moz-transition-delay: 13.25s;
    -o-transition-delay: 13.25s;
    transition-delay: 13.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(96),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(96),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(96),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(96),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(96),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(96) {
    -webkit-transition-delay: 13.3s;
    -moz-transition-delay: 13.3s;
    -o-transition-delay: 13.3s;
    transition-delay: 13.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(97),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(97),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(97),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(97),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(97),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(97) {
    -webkit-transition-delay: 13.35s;
    -moz-transition-delay: 13.35s;
    -o-transition-delay: 13.35s;
    transition-delay: 13.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(98),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(98),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(98),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(98),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(98),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(98) {
    -webkit-transition-delay: 13.4s;
    -moz-transition-delay: 13.4s;
    -o-transition-delay: 13.4s;
    transition-delay: 13.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(99),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(99),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(99),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(99),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(99),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(99) {
    -webkit-transition-delay: 13.45s;
    -moz-transition-delay: 13.45s;
    -o-transition-delay: 13.45s;
    transition-delay: 13.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(9) > span:nth-child(100),
.will-animate .headline-area.split h2 > span:nth-child(9) > span:nth-child(100),
.will-animate .headline-area.split h3 > span:nth-child(9) > span:nth-child(100),
.will-animate .headline-area.split h4 > span:nth-child(9) > span:nth-child(100),
.will-animate .headline-area.split h5 > span:nth-child(9) > span:nth-child(100),
.will-animate .headline-area.split h6 > span:nth-child(9) > span:nth-child(100) {
    -webkit-transition-delay: 13.5s;
    -moz-transition-delay: 13.5s;
    -o-transition-delay: 13.5s;
    transition-delay: 13.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(10),
.will-animate .headline-area.split h2 > span:nth-child(10),
.will-animate .headline-area.split h3 > span:nth-child(10),
.will-animate .headline-area.split h4 > span:nth-child(10),
.will-animate .headline-area.split h5 > span:nth-child(10),
.will-animate .headline-area.split h6 > span:nth-child(10) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:first-child,
.will-animate .headline-area.split h2 > span:nth-child(10) > span:first-child,
.will-animate .headline-area.split h3 > span:nth-child(10) > span:first-child,
.will-animate .headline-area.split h4 > span:nth-child(10) > span:first-child,
.will-animate .headline-area.split h5 > span:nth-child(10) > span:first-child,
.will-animate .headline-area.split h6 > span:nth-child(10) > span:first-child {
    -webkit-transition-delay: 9.55s;
    -moz-transition-delay: 9.55s;
    -o-transition-delay: 9.55s;
    transition-delay: 9.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(2),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(2),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(2),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(2),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(2),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(2) {
    -webkit-transition-delay: 9.6s;
    -moz-transition-delay: 9.6s;
    -o-transition-delay: 9.6s;
    transition-delay: 9.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(3),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(3),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(3),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(3),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(3),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(3) {
    -webkit-transition-delay: 9.65s;
    -moz-transition-delay: 9.65s;
    -o-transition-delay: 9.65s;
    transition-delay: 9.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(4),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(4),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(4),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(4),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(4),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(4) {
    -webkit-transition-delay: 9.7s;
    -moz-transition-delay: 9.7s;
    -o-transition-delay: 9.7s;
    transition-delay: 9.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(5),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(5),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(5),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(5),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(5),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(5) {
    -webkit-transition-delay: 9.75s;
    -moz-transition-delay: 9.75s;
    -o-transition-delay: 9.75s;
    transition-delay: 9.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(6),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(6),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(6),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(6),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(6),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(6) {
    -webkit-transition-delay: 9.8s;
    -moz-transition-delay: 9.8s;
    -o-transition-delay: 9.8s;
    transition-delay: 9.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(7),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(7),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(7),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(7),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(7),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(7) {
    -webkit-transition-delay: 9.85s;
    -moz-transition-delay: 9.85s;
    -o-transition-delay: 9.85s;
    transition-delay: 9.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(8),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(8),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(8),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(8),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(8),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(8) {
    -webkit-transition-delay: 9.9s;
    -moz-transition-delay: 9.9s;
    -o-transition-delay: 9.9s;
    transition-delay: 9.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(9),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(9),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(9),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(9),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(9),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(9) {
    -webkit-transition-delay: 9.95s;
    -moz-transition-delay: 9.95s;
    -o-transition-delay: 9.95s;
    transition-delay: 9.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(10),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(10),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(10),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(10),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(10),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(10) {
    -webkit-transition-delay: 10s;
    -moz-transition-delay: 10s;
    -o-transition-delay: 10s;
    transition-delay: 10s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(11),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(11),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(11),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(11),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(11),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(11) {
    -webkit-transition-delay: 10.05s;
    -moz-transition-delay: 10.05s;
    -o-transition-delay: 10.05s;
    transition-delay: 10.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(12),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(12),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(12),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(12),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(12),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(12) {
    -webkit-transition-delay: 10.1s;
    -moz-transition-delay: 10.1s;
    -o-transition-delay: 10.1s;
    transition-delay: 10.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(13),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(13),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(13),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(13),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(13),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(13) {
    -webkit-transition-delay: 10.15s;
    -moz-transition-delay: 10.15s;
    -o-transition-delay: 10.15s;
    transition-delay: 10.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(14),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(14),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(14),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(14),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(14),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(14) {
    -webkit-transition-delay: 10.2s;
    -moz-transition-delay: 10.2s;
    -o-transition-delay: 10.2s;
    transition-delay: 10.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(15),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(15),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(15),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(15),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(15),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(15) {
    -webkit-transition-delay: 10.25s;
    -moz-transition-delay: 10.25s;
    -o-transition-delay: 10.25s;
    transition-delay: 10.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(16),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(16),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(16),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(16),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(16),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(16) {
    -webkit-transition-delay: 10.3s;
    -moz-transition-delay: 10.3s;
    -o-transition-delay: 10.3s;
    transition-delay: 10.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(17),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(17),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(17),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(17),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(17),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(17) {
    -webkit-transition-delay: 10.35s;
    -moz-transition-delay: 10.35s;
    -o-transition-delay: 10.35s;
    transition-delay: 10.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(18),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(18),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(18),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(18),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(18),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(18) {
    -webkit-transition-delay: 10.4s;
    -moz-transition-delay: 10.4s;
    -o-transition-delay: 10.4s;
    transition-delay: 10.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(19),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(19),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(19),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(19),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(19),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(19) {
    -webkit-transition-delay: 10.45s;
    -moz-transition-delay: 10.45s;
    -o-transition-delay: 10.45s;
    transition-delay: 10.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(20),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(20),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(20),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(20),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(20),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(20) {
    -webkit-transition-delay: 10.5s;
    -moz-transition-delay: 10.5s;
    -o-transition-delay: 10.5s;
    transition-delay: 10.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(21),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(21),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(21),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(21),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(21),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(21) {
    -webkit-transition-delay: 10.55s;
    -moz-transition-delay: 10.55s;
    -o-transition-delay: 10.55s;
    transition-delay: 10.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(22),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(22),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(22),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(22),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(22),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(22) {
    -webkit-transition-delay: 10.6s;
    -moz-transition-delay: 10.6s;
    -o-transition-delay: 10.6s;
    transition-delay: 10.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(23),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(23),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(23),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(23),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(23),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(23) {
    -webkit-transition-delay: 10.65s;
    -moz-transition-delay: 10.65s;
    -o-transition-delay: 10.65s;
    transition-delay: 10.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(24),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(24),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(24),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(24),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(24),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(24) {
    -webkit-transition-delay: 10.7s;
    -moz-transition-delay: 10.7s;
    -o-transition-delay: 10.7s;
    transition-delay: 10.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(25),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(25),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(25),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(25),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(25),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(25) {
    -webkit-transition-delay: 10.75s;
    -moz-transition-delay: 10.75s;
    -o-transition-delay: 10.75s;
    transition-delay: 10.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(26),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(26),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(26),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(26),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(26),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(26) {
    -webkit-transition-delay: 10.8s;
    -moz-transition-delay: 10.8s;
    -o-transition-delay: 10.8s;
    transition-delay: 10.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(27),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(27),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(27),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(27),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(27),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(27) {
    -webkit-transition-delay: 10.85s;
    -moz-transition-delay: 10.85s;
    -o-transition-delay: 10.85s;
    transition-delay: 10.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(28),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(28),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(28),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(28),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(28),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(28) {
    -webkit-transition-delay: 10.9s;
    -moz-transition-delay: 10.9s;
    -o-transition-delay: 10.9s;
    transition-delay: 10.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(29),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(29),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(29),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(29),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(29),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(29) {
    -webkit-transition-delay: 10.95s;
    -moz-transition-delay: 10.95s;
    -o-transition-delay: 10.95s;
    transition-delay: 10.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(30),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(30),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(30),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(30),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(30),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(30) {
    -webkit-transition-delay: 11s;
    -moz-transition-delay: 11s;
    -o-transition-delay: 11s;
    transition-delay: 11s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(31),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(31),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(31),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(31),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(31),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(31) {
    -webkit-transition-delay: 11.05s;
    -moz-transition-delay: 11.05s;
    -o-transition-delay: 11.05s;
    transition-delay: 11.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(32),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(32),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(32),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(32),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(32),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(32) {
    -webkit-transition-delay: 11.1s;
    -moz-transition-delay: 11.1s;
    -o-transition-delay: 11.1s;
    transition-delay: 11.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(33),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(33),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(33),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(33),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(33),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(33) {
    -webkit-transition-delay: 11.15s;
    -moz-transition-delay: 11.15s;
    -o-transition-delay: 11.15s;
    transition-delay: 11.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(34),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(34),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(34),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(34),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(34),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(34) {
    -webkit-transition-delay: 11.2s;
    -moz-transition-delay: 11.2s;
    -o-transition-delay: 11.2s;
    transition-delay: 11.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(35),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(35),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(35),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(35),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(35),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(35) {
    -webkit-transition-delay: 11.25s;
    -moz-transition-delay: 11.25s;
    -o-transition-delay: 11.25s;
    transition-delay: 11.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(36),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(36),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(36),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(36),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(36),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(36) {
    -webkit-transition-delay: 11.3s;
    -moz-transition-delay: 11.3s;
    -o-transition-delay: 11.3s;
    transition-delay: 11.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(37),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(37),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(37),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(37),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(37),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(37) {
    -webkit-transition-delay: 11.35s;
    -moz-transition-delay: 11.35s;
    -o-transition-delay: 11.35s;
    transition-delay: 11.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(38),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(38),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(38),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(38),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(38),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(38) {
    -webkit-transition-delay: 11.4s;
    -moz-transition-delay: 11.4s;
    -o-transition-delay: 11.4s;
    transition-delay: 11.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(39),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(39),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(39),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(39),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(39),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(39) {
    -webkit-transition-delay: 11.45s;
    -moz-transition-delay: 11.45s;
    -o-transition-delay: 11.45s;
    transition-delay: 11.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(40),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(40),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(40),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(40),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(40),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(40) {
    -webkit-transition-delay: 11.5s;
    -moz-transition-delay: 11.5s;
    -o-transition-delay: 11.5s;
    transition-delay: 11.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(41),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(41),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(41),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(41),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(41),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(41) {
    -webkit-transition-delay: 11.55s;
    -moz-transition-delay: 11.55s;
    -o-transition-delay: 11.55s;
    transition-delay: 11.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(42),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(42),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(42),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(42),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(42),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(42) {
    -webkit-transition-delay: 11.6s;
    -moz-transition-delay: 11.6s;
    -o-transition-delay: 11.6s;
    transition-delay: 11.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(43),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(43),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(43),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(43),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(43),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(43) {
    -webkit-transition-delay: 11.65s;
    -moz-transition-delay: 11.65s;
    -o-transition-delay: 11.65s;
    transition-delay: 11.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(44),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(44),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(44),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(44),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(44),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(44) {
    -webkit-transition-delay: 11.7s;
    -moz-transition-delay: 11.7s;
    -o-transition-delay: 11.7s;
    transition-delay: 11.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(45),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(45),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(45),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(45),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(45),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(45) {
    -webkit-transition-delay: 11.75s;
    -moz-transition-delay: 11.75s;
    -o-transition-delay: 11.75s;
    transition-delay: 11.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(46),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(46),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(46),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(46),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(46),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(46) {
    -webkit-transition-delay: 11.8s;
    -moz-transition-delay: 11.8s;
    -o-transition-delay: 11.8s;
    transition-delay: 11.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(47),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(47),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(47),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(47),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(47),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(47) {
    -webkit-transition-delay: 11.85s;
    -moz-transition-delay: 11.85s;
    -o-transition-delay: 11.85s;
    transition-delay: 11.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(48),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(48),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(48),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(48),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(48),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(48) {
    -webkit-transition-delay: 11.9s;
    -moz-transition-delay: 11.9s;
    -o-transition-delay: 11.9s;
    transition-delay: 11.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(49),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(49),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(49),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(49),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(49),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(49) {
    -webkit-transition-delay: 11.95s;
    -moz-transition-delay: 11.95s;
    -o-transition-delay: 11.95s;
    transition-delay: 11.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(50),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(50),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(50),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(50),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(50),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(50) {
    -webkit-transition-delay: 12s;
    -moz-transition-delay: 12s;
    -o-transition-delay: 12s;
    transition-delay: 12s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(51),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(51),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(51),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(51),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(51),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(51) {
    -webkit-transition-delay: 12.05s;
    -moz-transition-delay: 12.05s;
    -o-transition-delay: 12.05s;
    transition-delay: 12.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(52),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(52),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(52),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(52),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(52),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(52) {
    -webkit-transition-delay: 12.1s;
    -moz-transition-delay: 12.1s;
    -o-transition-delay: 12.1s;
    transition-delay: 12.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(53),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(53),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(53),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(53),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(53),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(53) {
    -webkit-transition-delay: 12.15s;
    -moz-transition-delay: 12.15s;
    -o-transition-delay: 12.15s;
    transition-delay: 12.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(54),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(54),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(54),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(54),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(54),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(54) {
    -webkit-transition-delay: 12.2s;
    -moz-transition-delay: 12.2s;
    -o-transition-delay: 12.2s;
    transition-delay: 12.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(55),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(55),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(55),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(55),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(55),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(55) {
    -webkit-transition-delay: 12.25s;
    -moz-transition-delay: 12.25s;
    -o-transition-delay: 12.25s;
    transition-delay: 12.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(56),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(56),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(56),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(56),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(56),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(56) {
    -webkit-transition-delay: 12.3s;
    -moz-transition-delay: 12.3s;
    -o-transition-delay: 12.3s;
    transition-delay: 12.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(57),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(57),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(57),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(57),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(57),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(57) {
    -webkit-transition-delay: 12.35s;
    -moz-transition-delay: 12.35s;
    -o-transition-delay: 12.35s;
    transition-delay: 12.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(58),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(58),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(58),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(58),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(58),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(58) {
    -webkit-transition-delay: 12.4s;
    -moz-transition-delay: 12.4s;
    -o-transition-delay: 12.4s;
    transition-delay: 12.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(59),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(59),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(59),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(59),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(59),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(59) {
    -webkit-transition-delay: 12.45s;
    -moz-transition-delay: 12.45s;
    -o-transition-delay: 12.45s;
    transition-delay: 12.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(60),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(60),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(60),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(60),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(60),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(60) {
    -webkit-transition-delay: 12.5s;
    -moz-transition-delay: 12.5s;
    -o-transition-delay: 12.5s;
    transition-delay: 12.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(61),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(61),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(61),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(61),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(61),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(61) {
    -webkit-transition-delay: 12.55s;
    -moz-transition-delay: 12.55s;
    -o-transition-delay: 12.55s;
    transition-delay: 12.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(62),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(62),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(62),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(62),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(62),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(62) {
    -webkit-transition-delay: 12.6s;
    -moz-transition-delay: 12.6s;
    -o-transition-delay: 12.6s;
    transition-delay: 12.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(63),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(63),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(63),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(63),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(63),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(63) {
    -webkit-transition-delay: 12.65s;
    -moz-transition-delay: 12.65s;
    -o-transition-delay: 12.65s;
    transition-delay: 12.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(64),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(64),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(64),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(64),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(64),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(64) {
    -webkit-transition-delay: 12.7s;
    -moz-transition-delay: 12.7s;
    -o-transition-delay: 12.7s;
    transition-delay: 12.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(65),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(65),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(65),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(65),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(65),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(65) {
    -webkit-transition-delay: 12.75s;
    -moz-transition-delay: 12.75s;
    -o-transition-delay: 12.75s;
    transition-delay: 12.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(66),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(66),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(66),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(66),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(66),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(66) {
    -webkit-transition-delay: 12.8s;
    -moz-transition-delay: 12.8s;
    -o-transition-delay: 12.8s;
    transition-delay: 12.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(67),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(67),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(67),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(67),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(67),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(67) {
    -webkit-transition-delay: 12.85s;
    -moz-transition-delay: 12.85s;
    -o-transition-delay: 12.85s;
    transition-delay: 12.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(68),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(68),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(68),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(68),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(68),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(68) {
    -webkit-transition-delay: 12.9s;
    -moz-transition-delay: 12.9s;
    -o-transition-delay: 12.9s;
    transition-delay: 12.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(69),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(69),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(69),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(69),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(69),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(69) {
    -webkit-transition-delay: 12.95s;
    -moz-transition-delay: 12.95s;
    -o-transition-delay: 12.95s;
    transition-delay: 12.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(70),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(70),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(70),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(70),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(70),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(70) {
    -webkit-transition-delay: 13s;
    -moz-transition-delay: 13s;
    -o-transition-delay: 13s;
    transition-delay: 13s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(71),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(71),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(71),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(71),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(71),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(71) {
    -webkit-transition-delay: 13.05s;
    -moz-transition-delay: 13.05s;
    -o-transition-delay: 13.05s;
    transition-delay: 13.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(72),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(72),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(72),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(72),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(72),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(72) {
    -webkit-transition-delay: 13.1s;
    -moz-transition-delay: 13.1s;
    -o-transition-delay: 13.1s;
    transition-delay: 13.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(73),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(73),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(73),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(73),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(73),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(73) {
    -webkit-transition-delay: 13.15s;
    -moz-transition-delay: 13.15s;
    -o-transition-delay: 13.15s;
    transition-delay: 13.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(74),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(74),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(74),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(74),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(74),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(74) {
    -webkit-transition-delay: 13.2s;
    -moz-transition-delay: 13.2s;
    -o-transition-delay: 13.2s;
    transition-delay: 13.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(75),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(75),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(75),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(75),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(75),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(75) {
    -webkit-transition-delay: 13.25s;
    -moz-transition-delay: 13.25s;
    -o-transition-delay: 13.25s;
    transition-delay: 13.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(76),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(76),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(76),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(76),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(76),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(76) {
    -webkit-transition-delay: 13.3s;
    -moz-transition-delay: 13.3s;
    -o-transition-delay: 13.3s;
    transition-delay: 13.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(77),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(77),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(77),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(77),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(77),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(77) {
    -webkit-transition-delay: 13.35s;
    -moz-transition-delay: 13.35s;
    -o-transition-delay: 13.35s;
    transition-delay: 13.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(78),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(78),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(78),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(78),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(78),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(78) {
    -webkit-transition-delay: 13.4s;
    -moz-transition-delay: 13.4s;
    -o-transition-delay: 13.4s;
    transition-delay: 13.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(79),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(79),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(79),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(79),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(79),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(79) {
    -webkit-transition-delay: 13.45s;
    -moz-transition-delay: 13.45s;
    -o-transition-delay: 13.45s;
    transition-delay: 13.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(80),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(80),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(80),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(80),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(80),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(80) {
    -webkit-transition-delay: 13.5s;
    -moz-transition-delay: 13.5s;
    -o-transition-delay: 13.5s;
    transition-delay: 13.5s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(81),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(81),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(81),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(81),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(81),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(81) {
    -webkit-transition-delay: 13.55s;
    -moz-transition-delay: 13.55s;
    -o-transition-delay: 13.55s;
    transition-delay: 13.55s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(82),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(82),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(82),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(82),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(82),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(82) {
    -webkit-transition-delay: 13.6s;
    -moz-transition-delay: 13.6s;
    -o-transition-delay: 13.6s;
    transition-delay: 13.6s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(83),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(83),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(83),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(83),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(83),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(83) {
    -webkit-transition-delay: 13.65s;
    -moz-transition-delay: 13.65s;
    -o-transition-delay: 13.65s;
    transition-delay: 13.65s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(84),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(84),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(84),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(84),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(84),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(84) {
    -webkit-transition-delay: 13.7s;
    -moz-transition-delay: 13.7s;
    -o-transition-delay: 13.7s;
    transition-delay: 13.7s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(85),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(85),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(85),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(85),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(85),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(85) {
    -webkit-transition-delay: 13.75s;
    -moz-transition-delay: 13.75s;
    -o-transition-delay: 13.75s;
    transition-delay: 13.75s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(86),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(86),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(86),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(86),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(86),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(86) {
    -webkit-transition-delay: 13.8s;
    -moz-transition-delay: 13.8s;
    -o-transition-delay: 13.8s;
    transition-delay: 13.8s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(87),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(87),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(87),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(87),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(87),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(87) {
    -webkit-transition-delay: 13.85s;
    -moz-transition-delay: 13.85s;
    -o-transition-delay: 13.85s;
    transition-delay: 13.85s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(88),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(88),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(88),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(88),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(88),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(88) {
    -webkit-transition-delay: 13.9s;
    -moz-transition-delay: 13.9s;
    -o-transition-delay: 13.9s;
    transition-delay: 13.9s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(89),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(89),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(89),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(89),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(89),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(89) {
    -webkit-transition-delay: 13.95s;
    -moz-transition-delay: 13.95s;
    -o-transition-delay: 13.95s;
    transition-delay: 13.95s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(90),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(90),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(90),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(90),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(90),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(90) {
    -webkit-transition-delay: 14s;
    -moz-transition-delay: 14s;
    -o-transition-delay: 14s;
    transition-delay: 14s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(91),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(91),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(91),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(91),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(91),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(91) {
    -webkit-transition-delay: 14.05s;
    -moz-transition-delay: 14.05s;
    -o-transition-delay: 14.05s;
    transition-delay: 14.05s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(92),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(92),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(92),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(92),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(92),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(92) {
    -webkit-transition-delay: 14.1s;
    -moz-transition-delay: 14.1s;
    -o-transition-delay: 14.1s;
    transition-delay: 14.1s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(93),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(93),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(93),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(93),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(93),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(93) {
    -webkit-transition-delay: 14.15s;
    -moz-transition-delay: 14.15s;
    -o-transition-delay: 14.15s;
    transition-delay: 14.15s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(94),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(94),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(94),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(94),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(94),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(94) {
    -webkit-transition-delay: 14.2s;
    -moz-transition-delay: 14.2s;
    -o-transition-delay: 14.2s;
    transition-delay: 14.2s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(95),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(95),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(95),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(95),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(95),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(95) {
    -webkit-transition-delay: 14.25s;
    -moz-transition-delay: 14.25s;
    -o-transition-delay: 14.25s;
    transition-delay: 14.25s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(96),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(96),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(96),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(96),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(96),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(96) {
    -webkit-transition-delay: 14.3s;
    -moz-transition-delay: 14.3s;
    -o-transition-delay: 14.3s;
    transition-delay: 14.3s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(97),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(97),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(97),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(97),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(97),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(97) {
    -webkit-transition-delay: 14.35s;
    -moz-transition-delay: 14.35s;
    -o-transition-delay: 14.35s;
    transition-delay: 14.35s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(98),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(98),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(98),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(98),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(98),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(98) {
    -webkit-transition-delay: 14.4s;
    -moz-transition-delay: 14.4s;
    -o-transition-delay: 14.4s;
    transition-delay: 14.4s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(99),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(99),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(99),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(99),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(99),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(99) {
    -webkit-transition-delay: 14.45s;
    -moz-transition-delay: 14.45s;
    -o-transition-delay: 14.45s;
    transition-delay: 14.45s;
}
.will-animate .headline-area.split h1 > span:nth-child(10) > span:nth-child(100),
.will-animate .headline-area.split h2 > span:nth-child(10) > span:nth-child(100),
.will-animate .headline-area.split h3 > span:nth-child(10) > span:nth-child(100),
.will-animate .headline-area.split h4 > span:nth-child(10) > span:nth-child(100),
.will-animate .headline-area.split h5 > span:nth-child(10) > span:nth-child(100),
.will-animate .headline-area.split h6 > span:nth-child(10) > span:nth-child(100) {
    -webkit-transition-delay: 14.5s;
    -moz-transition-delay: 14.5s;
    -o-transition-delay: 14.5s;
    transition-delay: 14.5s;
}
.will-animate.animated .headline-area.split .highlight {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.will-animate.animated .headline-area.split h1 > span span,
.will-animate.animated .headline-area.split h2 > span span,
.will-animate.animated .headline-area.split h3 > span span,
.will-animate.animated .headline-area.split h4 > span span,
.will-animate.animated .headline-area.split h5 > span span,
.will-animate.animated .headline-area.split h6 > span span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) 50% no-repeat;
}
.mfp-bg {
    z-index: 99993 !important;
}
.mfp-wrap {
    z-index: 99998 !important;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-bg {
    opacity: 0.85;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.mfp-iframe-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    max-width: 1150px;
}
.mfp-close-btn-in .mfp-close {
    background: #fff;
    color: #bb854a !important;
    width: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    height: 40px;
    margin-right: 6px;
    top: 0;
}
.mfp-inline-holder .mfp-content .mfp-close-btn-in .mfp-close {
    margin-right: 0;
}
img.mfp-img {
    padding: 0;
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.wpcf7-acceptance-missing,
.wpcf7-validation-errors {
    background: #f7e700;
    color: #1a1a1a;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 400;
}
@media (max-width: 649px) {
    .wpcf7-acceptance-missing,
    .wpcf7-validation-errors {
        font-size: 14px;
    }
}
.wpcf7-not-valid-tip {
    display: block;
    font-size: 14px !important;
    padding: 2px 10px !important;
    background: red !important;
    color: #fff !important;
}
.intl-tel-input {
    width: 100%;
}
select.custom-select,
select.form-control {
    font-size: 16px;
    font-weight: 400;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../img/dropdown-icon.svg);
    background-repeat: no-repeat;
    background-position: 94%;
    background-position: -webkit-calc(100% - 15px) 50%;
    background-position: -moz-calc(100% - 15px) 50%;
    background-position: calc(100% - 15px) 50%;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px;
    -o-background-size: 14px;
    background-size: 14px;
    background-color: #fff;
    padding: 16.7px 35px 16.7px 10px;
}
@media (max-width: 649px) {
    select.custom-select,
    select.form-control {
        font-size: 14px;
    }
}
.plyr__poster {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.ajax-loader {
    position: absolute;
}
.form-group {
    color: #bb854a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}
@media (max-width: 519px) {
    .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.form-group .hidden {
    display: none;
}
.form-group .form-row {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
    margin-bottom: 15px;
}
@media (max-width: 519px) {
    .form-group .form-row {
        width: 100%;
    }
}
.about-area .form-group .form-row a,
.banner-area.home-page-banner .banner-video .video-buttons .form-group .form-row a,
.banner-area.home-page-banner .banner-video .video-buttons .form-group .form-row button,
.brochure-popup-form .form-group .form-row .ebd_link,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .form-group .form-row button,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .form-group .form-row input[type="submit"],
.form-group .form-row .about-area a,
.form-group .form-row .banner-area.home-page-banner .banner-video .video-buttons a,
.form-group .form-row .banner-area.home-page-banner .banner-video .video-buttons button,
.form-group .form-row .brochure-popup-form .ebd_link,
.form-group .form-row .btn,
.form-group .form-row .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
.form-group .form-row .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
.form-group .form-row .latest-developements .latest-dev-content .headline-area p a,
.form-group .form-row .news-page-area .loadmore-post a,
.form-group .form-row .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
.form-group .form-row .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a,
.latest-developements .latest-dev-content .headline-area p .form-group .form-row a,
.news-page-area .loadmore-post .form-group .form-row a,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .form-group .form-row a,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .form-group .form-row a {
    display: block;
    margin: auto;
}
.form-control {
    font-family: GillSansNova-Light;
    display: block;
    -webkit-appearance: none;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    padding: 16.7px 10px;
    border: none;
    border-bottom: 1px solid #bb854a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    color: #1a1a1a;
}
@media (max-width: 1440px) {
    .form-control {
        font-size: 16px;
    }
}
@media (max-width: 649px) {
    .form-control {
        font-size: 14px;
    }
}
.form-control::-webkit-input-placeholder {
    color: grey;
    font-family: GillSansNova-Light;
}
.form-control::-moz-placeholder {
    color: grey;
    font-family: GillSansNova-Light;
}
.form-control:-ms-input-placeholder {
    color: grey;
    font-family: GillSansNova-Light;
}
.form-control:-moz-placeholder {
    color: grey;
    font-family: GillSansNova-Light;
}
.form-control:focus {
    border-color: #bb854a;
}
.form-control.wpcf7-not-valid {
    border-color: red;
}
textarea.form-control {
    resize: none;
    height: 120px;
}
@media (max-width: 649px) {
    textarea.form-control {
        height: 100px;
    }
}
@media screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 0) {
    input:focus,
    input[type="number"]:focus,
    input[type="text"]:focus,
    select:focus,
    textarea:focus {
        font-size: 14px;
    }
}
.custom-checkboxes .wpcf7-list-item {
    margin-left: 0;
    display: block;
    padding-top: 2px;
}
.custom-checkboxes .wpcf7-list-item-label {
    display: block;
    color: grey;
    font-size: 14px;
}
.custom-checkboxes a {
    color: grey;
}
.custom-checkboxes a:hover {
    color: #bb854a;
}
.custom-checkboxes > span {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    display: inline-block;
}
.custom-checkboxes > span input[type="checkbox"],
.custom-checkboxes > span input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.custom-checkboxes > span input[type="checkbox"] + span,
.custom-checkboxes > span input[type="radio"] + span {
    cursor: pointer;
}
.custom-checkboxes > span input[type="checkbox"] + span:before,
.custom-checkboxes > span input[type="radio"] + span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 16px;
    width: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #bb854a;
}
.custom-checkboxes > span input[type="checkbox"]:checked + span:after,
.custom-checkboxes > span input[type="radio"]:checked + span:after {
    position: absolute;
    left: 1px;
    top: 5px;
    display: block;
    content: "";
    height: 16px;
    width: 16px;
    color: #fff;
    background: url(../img/tick-icon.svg) 50% no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin: 0 auto;
    text-align: center;
}
.about-area a,
.banner-area.home-page-banner .banner-video .video-buttons a,
.banner-area.home-page-banner .banner-video .video-buttons button,
.brochure-popup-form .ebd_link,
.btn,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
.latest-developements .latest-dev-content .headline-area p a,
.news-page-area .loadmore-post a,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a {
    font-family: Libre Baskerville, serif;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #fff;
    background: #fff;
    color: #faf2e7;
    display: inline-block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.51, 0.15, 0.21, 1);
    -o-transition: all 0.6s cubic-bezier(0.51, 0.15, 0.21, 1);
    -moz-transition: all 0.6s cubic-bezier(0.51, 0.15, 0.21, 1);
    transition: all 0.6s cubic-bezier(0.51, 0.15, 0.21, 1);
    cursor: pointer;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
}
@media (max-width: 1440px) {
    .about-area a,
    .banner-area.home-page-banner .banner-video .video-buttons a,
    .banner-area.home-page-banner .banner-video .video-buttons button,
    .brochure-popup-form .ebd_link,
    .btn,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
    .latest-developements .latest-dev-content .headline-area p a,
    .news-page-area .loadmore-post a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a {
        font-size: 16px;
    }
}
@media (max-width: 649px) {
    .about-area a,
    .banner-area.home-page-banner .banner-video .video-buttons a,
    .banner-area.home-page-banner .banner-video .video-buttons button,
    .brochure-popup-form .ebd_link,
    .btn,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
    .latest-developements .latest-dev-content .headline-area p a,
    .news-page-area .loadmore-post a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a {
        font-size: 14px;
    }
}
.about-area a:before,
.banner-area.home-page-banner .banner-video .video-buttons a:before,
.banner-area.home-page-banner .banner-video .video-buttons button:before,
.brochure-popup-form .ebd_link:before,
.btn:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"]:before,
.latest-developements .latest-dev-content .headline-area p a:before,
.news-page-area .loadmore-post a:before,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:before,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:before {
    content: "";
    pointer-events: none;
    position: absolute;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    -o-transition-property: top, right, bottom, left;
    -moz-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
    content: none;
}
@media (max-width: 766px) {
    .about-area a,
    .banner-area.home-page-banner .banner-video .video-buttons a,
    .banner-area.home-page-banner .banner-video .video-buttons button,
    .brochure-popup-form .ebd_link,
    .btn,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
    .latest-developements .latest-dev-content .headline-area p a,
    .news-page-area .loadmore-post a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a {
        padding: 8px 15px;
    }
}
.about-area a:hover,
.banner-area.home-page-banner .banner-video .video-buttons a:hover,
.banner-area.home-page-banner .banner-video .video-buttons button:hover,
.brochure-popup-form .ebd_link:hover,
.btn:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input:hover[type="submit"],
.latest-developements .latest-dev-content .headline-area p a:hover,
.news-page-area .loadmore-post a:hover,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:hover,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:hover {
    color: #fff;
    background: #faf2e7;
    border-color: #faf2e7;
}
.about-area a:hover:before,
.banner-area.home-page-banner .banner-video .video-buttons a:hover:before,
.banner-area.home-page-banner .banner-video .video-buttons button:hover:before,
.brochure-popup-form .ebd_link:hover:before,
.btn:hover:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:hover:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"]:hover:before,
.latest-developements .latest-dev-content .headline-area p a:hover:before,
.news-page-area .loadmore-post a:hover:before,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:hover:before,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:hover:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}
.about-area .brochure-popup-form a.ebd_link,
.about-area a.btn-primary,
.banner-area.home-page-banner .banner-video .video-buttons .brochure-popup-form a.ebd_link,
.banner-area.home-page-banner .banner-video .video-buttons .brochure-popup-form button.ebd_link,
.banner-area.home-page-banner .banner-video .video-buttons a.btn-primary,
.banner-area.home-page-banner .banner-video .video-buttons button.btn-primary,
.brochure-popup-form .about-area a.ebd_link,
.brochure-popup-form .banner-area.home-page-banner .banner-video .video-buttons a.ebd_link,
.brochure-popup-form .banner-area.home-page-banner .banner-video .video-buttons button.ebd_link,
.brochure-popup-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button.ebd_link,
.brochure-popup-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input.ebd_link[type="submit"],
.brochure-popup-form .ebd_link,
.brochure-popup-form .latest-developements .latest-dev-content .headline-area p a.ebd_link,
.brochure-popup-form .news-page-area .loadmore-post a.ebd_link,
.brochure-popup-form .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a.ebd_link,
.brochure-popup-form .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a.ebd_link,
.btn.btn-primary,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .brochure-popup-form button.ebd_link,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .brochure-popup-form input.ebd_link[type="submit"],
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button.btn-primary,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input.btn-primary[type="submit"],
.latest-developements .latest-dev-content .headline-area p .brochure-popup-form a.ebd_link,
.latest-developements .latest-dev-content .headline-area p a.btn-primary,
.news-page-area .loadmore-post .brochure-popup-form a.ebd_link,
.news-page-area .loadmore-post a.btn-primary,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .brochure-popup-form a.ebd_link,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a.btn-primary,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .brochure-popup-form a.ebd_link,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a.btn-primary {
    border-color: #bb854a;
    background: #bb854a;
    color: #fff;
}
.about-area .brochure-popup-form a.ebd_link:before,
.about-area a.btn-primary:before,
.banner-area.home-page-banner .banner-video .video-buttons .brochure-popup-form a.ebd_link:before,
.banner-area.home-page-banner .banner-video .video-buttons .brochure-popup-form button.ebd_link:before,
.banner-area.home-page-banner .banner-video .video-buttons a.btn-primary:before,
.banner-area.home-page-banner .banner-video .video-buttons button.btn-primary:before,
.brochure-popup-form .about-area a.ebd_link:before,
.brochure-popup-form .banner-area.home-page-banner .banner-video .video-buttons a.ebd_link:before,
.brochure-popup-form .banner-area.home-page-banner .banner-video .video-buttons button.ebd_link:before,
.brochure-popup-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button.ebd_link:before,
.brochure-popup-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input.ebd_link[type="submit"]:before,
.brochure-popup-form .ebd_link:before,
.brochure-popup-form .latest-developements .latest-dev-content .headline-area p a.ebd_link:before,
.brochure-popup-form .news-page-area .loadmore-post a.ebd_link:before,
.brochure-popup-form .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a.ebd_link:before,
.brochure-popup-form .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a.ebd_link:before,
.btn.btn-primary:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .brochure-popup-form button.ebd_link:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .brochure-popup-form input.ebd_link[type="submit"]:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button.btn-primary:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input.btn-primary[type="submit"]:before,
.latest-developements .latest-dev-content .headline-area p .brochure-popup-form a.ebd_link:before,
.latest-developements .latest-dev-content .headline-area p a.btn-primary:before,
.news-page-area .loadmore-post .brochure-popup-form a.ebd_link:before,
.news-page-area .loadmore-post a.btn-primary:before,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .brochure-popup-form a.ebd_link:before,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a.btn-primary:before,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .brochure-popup-form a.ebd_link:before,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a.btn-primary:before {
    border-color: #bb854a;
}
.about-area .brochure-popup-form a.ebd_link:hover,
.about-area a.btn-primary-outline,
.about-area a.btn-primary:hover,
.banner-area.home-page-banner .banner-video .video-buttons .brochure-popup-form a.ebd_link:hover,
.banner-area.home-page-banner .banner-video .video-buttons .brochure-popup-form button.ebd_link:hover,
.banner-area.home-page-banner .banner-video .video-buttons a.btn-primary-outline,
.banner-area.home-page-banner .banner-video .video-buttons a.btn-primary:hover,
.banner-area.home-page-banner .banner-video .video-buttons button.btn-primary-outline,
.banner-area.home-page-banner .banner-video .video-buttons button.btn-primary:hover,
.brochure-popup-form .about-area a.ebd_link:hover,
.brochure-popup-form .banner-area.home-page-banner .banner-video .video-buttons a.ebd_link:hover,
.brochure-popup-form .banner-area.home-page-banner .banner-video .video-buttons button.ebd_link:hover,
.brochure-popup-form .btn-primary-outline.ebd_link,
.brochure-popup-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button.ebd_link:hover,
.brochure-popup-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input.ebd_link:hover[type="submit"],
.brochure-popup-form .ebd_link:hover,
.brochure-popup-form .latest-developements .latest-dev-content .headline-area p a.ebd_link:hover,
.brochure-popup-form .news-page-area .loadmore-post a.ebd_link:hover,
.brochure-popup-form .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a.ebd_link:hover,
.brochure-popup-form .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a.ebd_link:hover,
.btn.btn-primary-outline,
.btn.btn-primary:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .brochure-popup-form button.ebd_link:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .brochure-popup-form input.ebd_link:hover[type="submit"],
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button.btn-primary-outline,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button.btn-primary:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input.btn-primary-outline[type="submit"],
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input.btn-primary:hover[type="submit"],
.latest-developements .latest-dev-content .headline-area p .brochure-popup-form a.ebd_link:hover,
.latest-developements .latest-dev-content .headline-area p a.btn-primary-outline,
.latest-developements .latest-dev-content .headline-area p a.btn-primary:hover,
.news-page-area .loadmore-post .brochure-popup-form a.ebd_link:hover,
.news-page-area .loadmore-post a.btn-primary-outline,
.news-page-area .loadmore-post a.btn-primary:hover,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .brochure-popup-form a.ebd_link:hover,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a.btn-primary-outline,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a.btn-primary:hover,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .brochure-popup-form a.ebd_link:hover,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a.btn-primary-outline,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a.btn-primary:hover {
    color: #bb854a;
    background: transparent;
    border-color: #bb854a;
}
.about-area a.btn-primary-outline:before,
.banner-area.home-page-banner .banner-video .video-buttons a.btn-primary-outline:before,
.banner-area.home-page-banner .banner-video .video-buttons button.btn-primary-outline:before,
.brochure-popup-form .btn-primary-outline.ebd_link:before,
.btn.btn-primary-outline:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button.btn-primary-outline:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input.btn-primary-outline[type="submit"]:before,
.latest-developements .latest-dev-content .headline-area p a.btn-primary-outline:before,
.news-page-area .loadmore-post a.btn-primary-outline:before,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a.btn-primary-outline:before,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a.btn-primary-outline:before {
    border-color: #bb854a;
}
.about-area a.btn-primary-outline:hover,
.banner-area.home-page-banner .banner-video .video-buttons a.btn-primary-outline:hover,
.banner-area.home-page-banner .banner-video .video-buttons button.btn-primary-outline:hover,
.brochure-popup-form .btn-primary-outline.ebd_link:hover,
.btn.btn-primary-outline:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button.btn-primary-outline:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input.btn-primary-outline:hover[type="submit"],
.latest-developements .latest-dev-content .headline-area p a.btn-primary-outline:hover,
.news-page-area .loadmore-post a.btn-primary-outline:hover,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a.btn-primary-outline:hover,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a.btn-primary-outline:hover {
    background: #bb854a;
    color: #fff;
    border-color: #bb854a;
}
.about-area .banner-area.home-page-banner .banner-video .video-buttons a,
.about-area .brochure-popup-form a.ebd_link,
.about-area a,
.banner-area.home-page-banner .banner-video .video-buttons .about-area a,
.banner-area.home-page-banner .banner-video .video-buttons .latest-developements .latest-dev-content .headline-area p a,
.banner-area.home-page-banner .banner-video .video-buttons .news-page-area .loadmore-post a,
.banner-area.home-page-banner .banner-video .video-buttons a.btn-primary-line,
.banner-area.home-page-banner .banner-video .video-buttons button.btn-primary-line,
.brochure-popup-form .about-area a.ebd_link,
.brochure-popup-form .btn-primary-line.ebd_link,
.btn.btn-primary-line,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
.latest-developements .latest-dev-content .headline-area p .banner-area.home-page-banner .banner-video .video-buttons a,
.latest-developements .latest-dev-content .headline-area p a,
.news-page-area .loadmore-post .banner-area.home-page-banner .banner-video .video-buttons a,
.news-page-area .loadmore-post a,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a {
    border-color: #bb854a;
    border-width: 0;
    background: transparent;
    -webkit-background-size: 100% 200%;
    -moz-background-size: 100% 200%;
    -o-background-size: 100% 200%;
    background-size: 100% 200%;
    background-position: top;
    color: #bb854a;
}
.about-area .banner-area.home-page-banner .banner-video .video-buttons a:before,
.about-area .brochure-popup-form a.ebd_link:before,
.about-area a:before,
.banner-area.home-page-banner .banner-video .video-buttons .about-area a:before,
.banner-area.home-page-banner .banner-video .video-buttons .latest-developements .latest-dev-content .headline-area p a:before,
.banner-area.home-page-banner .banner-video .video-buttons .news-page-area .loadmore-post a:before,
.banner-area.home-page-banner .banner-video .video-buttons a.btn-primary-line:before,
.banner-area.home-page-banner .banner-video .video-buttons button.btn-primary-line:before,
.brochure-popup-form .about-area a.ebd_link:before,
.brochure-popup-form .btn-primary-line.ebd_link:before,
.btn.btn-primary-line:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"]:before,
.latest-developements .latest-dev-content .headline-area p .banner-area.home-page-banner .banner-video .video-buttons a:before,
.latest-developements .latest-dev-content .headline-area p a:before,
.news-page-area .loadmore-post .banner-area.home-page-banner .banner-video .video-buttons a:before,
.news-page-area .loadmore-post a:before,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:before,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:before {
    content: none;
}
.about-area .banner-area.home-page-banner .banner-video .video-buttons a:after,
.about-area .brochure-popup-form a.ebd_link:after,
.about-area a:after,
.banner-area.home-page-banner .banner-video .video-buttons .about-area a:after,
.banner-area.home-page-banner .banner-video .video-buttons .latest-developements .latest-dev-content .headline-area p a:after,
.banner-area.home-page-banner .banner-video .video-buttons .news-page-area .loadmore-post a:after,
.banner-area.home-page-banner .banner-video .video-buttons a.btn-primary-line:after,
.banner-area.home-page-banner .banner-video .video-buttons button.btn-primary-line:after,
.brochure-popup-form .about-area a.ebd_link:after,
.brochure-popup-form .btn-primary-line.ebd_link:after,
.btn.btn-primary-line:after,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:after,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"]:after,
.latest-developements .latest-dev-content .headline-area p .banner-area.home-page-banner .banner-video .video-buttons a:after,
.latest-developements .latest-dev-content .headline-area p a:after,
.news-page-area .loadmore-post .banner-area.home-page-banner .banner-video .video-buttons a:after,
.news-page-area .loadmore-post a:after,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:after,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    height: 1px;
    background: #bb854a;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: all 0.6s cubic-bezier(0.51, 0.15, 0.21, 1);
    -o-transition: all 0.6s cubic-bezier(0.51, 0.15, 0.21, 1);
    -moz-transition: all 0.6s cubic-bezier(0.51, 0.15, 0.21, 1);
    transition: all 0.6s cubic-bezier(0.51, 0.15, 0.21, 1);
}
.about-area .banner-area.home-page-banner .banner-video .video-buttons a:hover,
.about-area a:hover,
.banner-area.home-page-banner .banner-video .video-buttons .about-area a:hover,
.banner-area.home-page-banner .banner-video .video-buttons .news-page-area .loadmore-post a:hover,
.banner-area.home-page-banner .banner-video .video-buttons a.btn-primary-line:hover,
.banner-area.home-page-banner .banner-video .video-buttons button.btn-primary-line:hover,
.brochure-popup-form .btn-primary-line.ebd_link:hover,
.btn.btn-primary-line:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input:hover[type="submit"],
.latest-developements .latest-dev-content .headline-area p a:hover,
.news-page-area .loadmore-post .banner-area.home-page-banner .banner-video .video-buttons a:hover,
.news-page-area .loadmore-post a:hover,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:hover,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:hover {
    color: #bb854a;
    background: transparent;
    letter-spacing: 2.2px;
}
.about-area .banner-area.home-page-banner .banner-video .video-buttons a:hover:after,
.about-area a:hover:after,
.banner-area.home-page-banner .banner-video .video-buttons .about-area a:hover:after,
.banner-area.home-page-banner .banner-video .video-buttons .news-page-area .loadmore-post a:hover:after,
.banner-area.home-page-banner .banner-video .video-buttons a.btn-primary-line:hover:after,
.banner-area.home-page-banner .banner-video .video-buttons button.btn-primary-line:hover:after,
.brochure-popup-form .btn-primary-line.ebd_link:hover:after,
.btn.btn-primary-line:hover:after,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:hover:after,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"]:hover:after,
.latest-developements .latest-dev-content .headline-area p a:hover:after,
.news-page-area .loadmore-post .banner-area.home-page-banner .banner-video .video-buttons a:hover:after,
.news-page-area .loadmore-post a:hover:after,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:hover:after,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:hover:after {
    -webkit-transform: scaleX(0.35);
    -moz-transform: scaleX(0.35);
    -ms-transform: scaleX(0.35);
    -o-transform: scaleX(0.35);
    transform: scaleX(0.35);
}
.about-area a.btn-default,
.banner-area.home-page-banner .banner-video .video-buttons .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
.banner-area.home-page-banner .banner-video .video-buttons .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
.banner-area.home-page-banner .banner-video .video-buttons .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a,
.banner-area.home-page-banner .banner-video .video-buttons a,
.banner-area.home-page-banner .banner-video .video-buttons button,
.brochure-popup-form .btn-default.ebd_link,
.btn.btn-default,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .banner-area.home-page-banner .banner-video .video-buttons button,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button.btn-default,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input.btn-default[type="submit"],
.latest-developements .latest-dev-content .headline-area p a.btn-default,
.news-page-area .loadmore-post a.btn-default,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .banner-area.home-page-banner .banner-video .video-buttons a,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a.btn-default,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .banner-area.home-page-banner .banner-video .video-buttons a,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a.btn-default {
    background: #fff;
    border-color: #fff;
    color: #bb854a;
}
.about-area a.btn-default:before,
.banner-area.home-page-banner .banner-video .video-buttons .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:before,
.banner-area.home-page-banner .banner-video .video-buttons .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:before,
.banner-area.home-page-banner .banner-video .video-buttons .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:before,
.banner-area.home-page-banner .banner-video .video-buttons a:before,
.banner-area.home-page-banner .banner-video .video-buttons button:before,
.brochure-popup-form .btn-default.ebd_link:before,
.btn.btn-default:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .banner-area.home-page-banner .banner-video .video-buttons button:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button.btn-default:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input.btn-default[type="submit"]:before,
.latest-developements .latest-dev-content .headline-area p a.btn-default:before,
.news-page-area .loadmore-post a.btn-default:before,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .banner-area.home-page-banner .banner-video .video-buttons a:before,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a.btn-default:before,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .banner-area.home-page-banner .banner-video .video-buttons a:before,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a.btn-default:before {
    border-color: #1a1a1a;
    content: none;
}
.about-area a.btn-default-outline,
.about-area a.btn-default:hover,
.banner-area.home-page-banner .banner-video .video-buttons .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:hover,
.banner-area.home-page-banner .banner-video .video-buttons a.btn-default-outline,
.banner-area.home-page-banner .banner-video .video-buttons a:hover,
.banner-area.home-page-banner .banner-video .video-buttons button.btn-default-outline,
.banner-area.home-page-banner .banner-video .video-buttons button:hover,
.brochure-popup-form .btn-default-outline.ebd_link,
.brochure-popup-form .btn-default.ebd_link:hover,
.btn.btn-default-outline,
.btn.btn-default:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .banner-area.home-page-banner .banner-video .video-buttons button:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button.btn-default-outline,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button.btn-default:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input.btn-default-outline[type="submit"],
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input.btn-default:hover[type="submit"],
.latest-developements .latest-dev-content .headline-area p a.btn-default-outline,
.latest-developements .latest-dev-content .headline-area p a.btn-default:hover,
.news-page-area .loadmore-post a.btn-default-outline,
.news-page-area .loadmore-post a.btn-default:hover,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a.btn-default-outline,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a.btn-default:hover,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a.btn-default-outline,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a.btn-default:hover {
    border-color: #fff;
    background: transparent;
    color: #fff;
}
.about-area a.btn-default-outline:before,
.banner-area.home-page-banner .banner-video .video-buttons a.btn-default-outline:before,
.banner-area.home-page-banner .banner-video .video-buttons button.btn-default-outline:before,
.brochure-popup-form .btn-default-outline.ebd_link:before,
.btn.btn-default-outline:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button.btn-default-outline:before,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input.btn-default-outline[type="submit"]:before,
.latest-developements .latest-dev-content .headline-area p a.btn-default-outline:before,
.news-page-area .loadmore-post a.btn-default-outline:before,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a.btn-default-outline:before,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a.btn-default-outline:before {
    border-color: #fff;
}
.about-area a.btn-default-outline:hover,
.banner-area.home-page-banner .banner-video .video-buttons a.btn-default-outline:hover,
.banner-area.home-page-banner .banner-video .video-buttons button.btn-default-outline:hover,
.brochure-popup-form .btn-default-outline.ebd_link:hover,
.btn.btn-default-outline:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button.btn-default-outline:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input.btn-default-outline:hover[type="submit"],
.latest-developements .latest-dev-content .headline-area p a.btn-default-outline:hover,
.news-page-area .loadmore-post a.btn-default-outline:hover,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a.btn-default-outline:hover,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a.btn-default-outline:hover {
    background: #fff;
    color: #bb854a;
    border-color: #fff;
}
.about-area a:disabled,
.about-area a:disabled:hover,
.banner-area.home-page-banner .banner-video .video-buttons a:disabled,
.banner-area.home-page-banner .banner-video .video-buttons a:disabled:hover,
.banner-area.home-page-banner .banner-video .video-buttons button:disabled,
.banner-area.home-page-banner .banner-video .video-buttons button:disabled:hover,
.brochure-popup-form .ebd_link:disabled,
.brochure-popup-form .ebd_link:disabled:hover,
.btn:disabled,
.btn:disabled:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:disabled,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:disabled:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input:disabled:hover[type="submit"],
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input:disabled[type="submit"],
.latest-developements .latest-dev-content .headline-area p a:disabled,
.latest-developements .latest-dev-content .headline-area p a:disabled:hover,
.news-page-area .loadmore-post a:disabled,
.news-page-area .loadmore-post a:disabled:hover,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:disabled,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:disabled:hover,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:disabled,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:disabled:hover {
    background: transparent;
    border-color: #6d6f72;
    color: #6d6f72;
}
.btn-block {
    width: 100%;
}
.wpcf7-response-output {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 20px 0;
}
@media (max-width: 649px) {
    .wpcf7-response-output {
        font-size: 14px;
    }
}
.notice-panel {
    background: #bb854a;
    padding: 10px 20px;
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: GillSansNova-Medium;
    width: 95%;
    max-width: 810px;
}
@media (max-width: 1440px) {
    .notice-panel {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .notice-panel {
        font-size: 14px;
    }
}
.tab-panels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tab-panels .tab-panel {
    margin: 0 5px;
    padding: 5px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: GillSansNova-Medium;
    color: #6d6f72;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: all 0.5s ease;
}
@media (max-width: 1440px) {
    .tab-panels .tab-panel {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .tab-panels .tab-panel {
        font-size: 14px;
    }
}
.tab-panels .tab-panel:hover {
    color: #bb854a;
}
@media (max-width: 649px) {
    .tab-panels .tab-panel:last-child {
        margin-bottom: 0;
    }
}
.tab-panels .tab-panel.active {
    color: #bb854a;
}
.tab-contents {
    padding: 45px 0;
}
@media (max-width: 649px) {
    .tab-contents .container {
        padding: 0 10px;
    }
}
.tab-contents .tab-content {
    display: none;
}
.tab-contents .tab-content.active {
    display: block;
}
@keyframes open {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes close {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.4);
        -moz-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.4);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0);
        -moz-box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0);
        box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0);
    }
    to {
        -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
        -moz-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
    }
}
@keyframes beatHeart {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes glow {
    0% {
        text-shadow: 0 0 4px hsla(0, 0%, 100%, 0);
    }
    to {
        text-shadow: 0 0 4px hsla(0, 0%, 100%, 0.9);
    }
}
.will-animate.slide-left-right {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
}
.will-animate.slide-left-right,
.will-animate.slide-right-left {
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
.will-animate.slide-right-left {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
}
.will-animate.slide-bottom-top {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}
.will-animate.slide-bottom-top,
.will-animate.slide-top-bottom {
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
.will-animate.slide-top-bottom {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}
.will-animate.zoom-in {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.will-animate.zoom-in,
.will-animate.zoom-out {
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
.will-animate.zoom-out {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.will-animate.fade-in {
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
.will-animate.rotate-3d {
    opacity: 0;
    -webkit-transform: translateZ(200px) rotate3d(-1, -1, 0, 60deg);
    -moz-transform: translateZ(200px) rotate3d(-1, -1, 0, 60deg);
    transform: translateZ(200px) rotate3d(-1, -1, 0, 60deg);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 1s ease;
    transition: opacity 0.6s ease, -webkit-transform 1s ease;
    -o-transition: 0.6s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 0.6s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 0.6s ease;
    transition: transform 1s ease, opacity 0.6s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
.will-animate.animated.slide-left-right,
.will-animate.animated.slide-right-left {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.will-animate.animated.slide-bottom-top,
.will-animate.animated.slide-top-bottom {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.will-animate.animated.zoom-in,
.will-animate.animated.zoom-out {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.will-animate.animated.fade-in {
    opacity: 1;
}
.will-animate.animated.rotate-3d {
    -webkit-transform: translateZ(0) rotate3d(0, 0, 0, 0deg);
    -moz-transform: translateZ(0) rotate3d(0, 0, 0, 0deg);
    transform: translateZ(0) rotate3d(0, 0, 0, 0deg);
    opacity: 1;
}
.will-animate.animated .split span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.banner-area {
    position: relative;
    margin-bottom: 30px;
}
.banner-area .banner-image {
    background: #000;
    position: relative;
}
.banner-area .banner-image img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100vh;
    min-width: 350px;
    opacity: 0.85;
}
.banner-area .banner-image .banner-caption {
    position: absolute;
    top: 45%;
    left: 12%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 30px;
    z-index: 991;
    -webkit-transition: all 0.4s ease-in-out 0.65s;
    -o-transition: 0.4s all ease-in-out 0.65s;
    -moz-transition: 0.4s all ease-in-out 0.65s;
    transition: all 0.4s ease-in-out 0.65s;
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1024px) {
    .banner-area .banner-image .banner-caption {
        padding-bottom: 60px;
    }
}
.banner-area .banner-image .banner-caption .headline-area {
    color: #bb854a;
    position: relative;
    margin-bottom: 0;
    text-align: left;
}
@media (max-width: 1024px) {
    .banner-area .banner-image .banner-caption .headline-area {
        margin-bottom: 0;
    }
}
.banner-area .banner-image .banner-caption .headline-area h1,
.banner-area .banner-image .banner-caption .headline-area h2,
.banner-area .banner-image .banner-caption .headline-area h3,
.banner-area .banner-image .banner-caption .headline-area h4,
.banner-area .banner-image .banner-caption .headline-area h5,
.banner-area .banner-image .banner-caption .headline-area h6 {
    color: #fff;
    margin-bottom: 0;
    text-align: left;
}
@media (max-width: 1024px) {
    .banner-area .banner-image .banner-caption .headline-area h1,
    .banner-area .banner-image .banner-caption .headline-area h2,
    .banner-area .banner-image .banner-caption .headline-area h3,
    .banner-area .banner-image .banner-caption .headline-area h4,
    .banner-area .banner-image .banner-caption .headline-area h5,
    .banner-area .banner-image .banner-caption .headline-area h6 {
        font-size: 35px;
        font-weight: 400;
    }
}
@media (max-width: 1024px) and (max-width: 1440px) {
    .banner-area .banner-image .banner-caption .headline-area h1,
    .banner-area .banner-image .banner-caption .headline-area h2,
    .banner-area .banner-image .banner-caption .headline-area h3,
    .banner-area .banner-image .banner-caption .headline-area h4,
    .banner-area .banner-image .banner-caption .headline-area h5,
    .banner-area .banner-image .banner-caption .headline-area h6 {
        font-size: 26px;
    }
}
@media (max-width: 1024px) and (max-width: 649px) {
    .banner-area .banner-image .banner-caption .headline-area h1,
    .banner-area .banner-image .banner-caption .headline-area h2,
    .banner-area .banner-image .banner-caption .headline-area h3,
    .banner-area .banner-image .banner-caption .headline-area h4,
    .banner-area .banner-image .banner-caption .headline-area h5,
    .banner-area .banner-image .banner-caption .headline-area h6 {
        font-size: 20px;
    }
}
.banner-area .banner-form {
    position: absolute;
    width: 30%;
    max-width: 550px;
    z-index: 991;
    background: #fff;
    padding: 15px;
    top: 45%;
    right: 10%;
}
@media (max-width: 1598px) {
    .banner-area .banner-form {
        right: 30px;
        width: 35%;
        max-width: 550px;
    }
}
@media (max-width: 1024px) {
    .banner-area .banner-form {
        position: static;
        width: 550px;
        max-width: 100%;
        margin: 30px auto 0;
    }
}
.banner-area .banner-form .banner-form-wrap {
    border: 1px solid #bb854a;
    padding: 30px;
}
@media (max-width: 766px) {
    .banner-area .banner-form .banner-form-wrap {
        padding: 40px 30px;
    }
}
.banner-area .banner-form h1,
.banner-area .banner-form h2,
.banner-area .banner-form h3,
.banner-area .banner-form h4,
.banner-area .banner-form h5,
.banner-area .banner-form h6 {
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
    text-align: center;
}
@media (max-width: 1440px) {
    .banner-area .banner-form h1,
    .banner-area .banner-form h2,
    .banner-area .banner-form h3,
    .banner-area .banner-form h4,
    .banner-area .banner-form h5,
    .banner-area .banner-form h6 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .banner-area .banner-form h1,
    .banner-area .banner-form h2,
    .banner-area .banner-form h3,
    .banner-area .banner-form h4,
    .banner-area .banner-form h5,
    .banner-area .banner-form h6 {
        font-size: 20px;
    }
}
.about-area .banner-area .banner-form a,
.banner-area .banner-form .about-area a,
.banner-area .banner-form .brochure-popup-form .ebd_link,
.banner-area .banner-form .btn,
.banner-area .banner-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
.banner-area .banner-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
.banner-area .banner-form .latest-developements .latest-dev-content .headline-area p a,
.banner-area .banner-form .news-page-area .loadmore-post a,
.banner-area .banner-form .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
.banner-area .banner-form .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a,
.banner-area .banner-form button,
.banner-area .banner-form input[type="submit"],
.banner-area.home-page-banner .banner-form .banner-video .video-buttons a,
.banner-area.home-page-banner .banner-form .banner-video .video-buttons button,
.banner-area.home-page-banner .banner-video .video-buttons .banner-form a,
.banner-area.home-page-banner .banner-video .video-buttons .banner-form button,
.brochure-popup-form .banner-area .banner-form .ebd_link,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .banner-area .banner-form button,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .banner-area .banner-form input[type="submit"],
.latest-developements .latest-dev-content .headline-area p .banner-area .banner-form a,
.news-page-area .loadmore-post .banner-area .banner-form a,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .banner-area .banner-form a,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .banner-area .banner-form a {
    font-size: 18px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
    background: transparent;
    margin: auto;
    border: none;
    letter-spacing: 1.3px;
}
@media (max-width: 1440px) {
    .about-area .banner-area .banner-form a,
    .banner-area .banner-form .about-area a,
    .banner-area .banner-form .brochure-popup-form .ebd_link,
    .banner-area .banner-form .btn,
    .banner-area .banner-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
    .banner-area .banner-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
    .banner-area .banner-form .latest-developements .latest-dev-content .headline-area p a,
    .banner-area .banner-form .news-page-area .loadmore-post a,
    .banner-area .banner-form .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
    .banner-area .banner-form .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a,
    .banner-area .banner-form button,
    .banner-area .banner-form input[type="submit"],
    .banner-area.home-page-banner .banner-form .banner-video .video-buttons a,
    .banner-area.home-page-banner .banner-form .banner-video .video-buttons button,
    .banner-area.home-page-banner .banner-video .video-buttons .banner-form a,
    .banner-area.home-page-banner .banner-video .video-buttons .banner-form button,
    .brochure-popup-form .banner-area .banner-form .ebd_link,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .banner-area .banner-form button,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .banner-area .banner-form input[type="submit"],
    .latest-developements .latest-dev-content .headline-area p .banner-area .banner-form a,
    .news-page-area .loadmore-post .banner-area .banner-form a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .banner-area .banner-form a,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .banner-area .banner-form a {
        font-size: 16px;
    }
}
@media (max-width: 649px) {
    .about-area .banner-area .banner-form a,
    .banner-area .banner-form .about-area a,
    .banner-area .banner-form .brochure-popup-form .ebd_link,
    .banner-area .banner-form .btn,
    .banner-area .banner-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
    .banner-area .banner-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
    .banner-area .banner-form .latest-developements .latest-dev-content .headline-area p a,
    .banner-area .banner-form .news-page-area .loadmore-post a,
    .banner-area .banner-form .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
    .banner-area .banner-form .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a,
    .banner-area .banner-form button,
    .banner-area .banner-form input[type="submit"],
    .banner-area.home-page-banner .banner-form .banner-video .video-buttons a,
    .banner-area.home-page-banner .banner-form .banner-video .video-buttons button,
    .banner-area.home-page-banner .banner-video .video-buttons .banner-form a,
    .banner-area.home-page-banner .banner-video .video-buttons .banner-form button,
    .brochure-popup-form .banner-area .banner-form .ebd_link,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .banner-area .banner-form button,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .banner-area .banner-form input[type="submit"],
    .latest-developements .latest-dev-content .headline-area p .banner-area .banner-form a,
    .news-page-area .loadmore-post .banner-area .banner-form a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .banner-area .banner-form a,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .banner-area .banner-form a {
        font-size: 14px;
    }
}
.about-area .banner-area .banner-form a:disabled,
.banner-area .banner-form .about-area a:disabled,
.banner-area .banner-form .brochure-popup-form .ebd_link:disabled,
.banner-area .banner-form .btn:disabled,
.banner-area .banner-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:disabled,
.banner-area .banner-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input:disabled[type="submit"],
.banner-area .banner-form .latest-developements .latest-dev-content .headline-area p a:disabled,
.banner-area .banner-form .news-page-area .loadmore-post a:disabled,
.banner-area .banner-form .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:disabled,
.banner-area .banner-form .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:disabled,
.banner-area .banner-form button:disabled,
.banner-area .banner-form input[type="submit"]:disabled,
.banner-area.home-page-banner .banner-form .banner-video .video-buttons a:disabled,
.banner-area.home-page-banner .banner-form .banner-video .video-buttons button:disabled,
.banner-area.home-page-banner .banner-video .video-buttons .banner-form a:disabled,
.banner-area.home-page-banner .banner-video .video-buttons .banner-form button:disabled,
.brochure-popup-form .banner-area .banner-form .ebd_link:disabled,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .banner-area .banner-form button:disabled,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .banner-area .banner-form input:disabled[type="submit"],
.latest-developements .latest-dev-content .headline-area p .banner-area .banner-form a:disabled,
.news-page-area .loadmore-post .banner-area .banner-form a:disabled,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .banner-area .banner-form a:disabled,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .banner-area .banner-form a:disabled {
    color: #6d6f72;
}
.about-area .banner-area .banner-form a:disabled:after,
.banner-area .banner-form .about-area a:disabled:after,
.banner-area .banner-form .brochure-popup-form .ebd_link:disabled:after,
.banner-area .banner-form .btn:disabled:after,
.banner-area .banner-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:disabled:after,
.banner-area .banner-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"]:disabled:after,
.banner-area .banner-form .latest-developements .latest-dev-content .headline-area p a:disabled:after,
.banner-area .banner-form .news-page-area .loadmore-post a:disabled:after,
.banner-area .banner-form .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:disabled:after,
.banner-area .banner-form .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:disabled:after,
.banner-area .banner-form button:disabled:after,
.banner-area .banner-form input[type="submit"]:disabled:after,
.banner-area.home-page-banner .banner-form .banner-video .video-buttons a:disabled:after,
.banner-area.home-page-banner .banner-form .banner-video .video-buttons button:disabled:after,
.banner-area.home-page-banner .banner-video .video-buttons .banner-form a:disabled:after,
.banner-area.home-page-banner .banner-video .video-buttons .banner-form button:disabled:after,
.brochure-popup-form .banner-area .banner-form .ebd_link:disabled:after,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .banner-area .banner-form button:disabled:after,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .banner-area .banner-form input[type="submit"]:disabled:after,
.latest-developements .latest-dev-content .headline-area p .banner-area .banner-form a:disabled:after,
.news-page-area .loadmore-post .banner-area .banner-form a:disabled:after,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .banner-area .banner-form a:disabled:after,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .banner-area .banner-form a:disabled:after {
    border-bottom-color: #6d6f72;
}
.about-area .banner-area .banner-form a:hover,
.banner-area .banner-form .about-area a:hover,
.banner-area .banner-form .brochure-popup-form .ebd_link:hover,
.banner-area .banner-form .btn:hover,
.banner-area .banner-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:hover,
.banner-area .banner-form .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input:hover[type="submit"],
.banner-area .banner-form .latest-developements .latest-dev-content .headline-area p a:hover,
.banner-area .banner-form .news-page-area .loadmore-post a:hover,
.banner-area .banner-form .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:hover,
.banner-area .banner-form .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:hover,
.banner-area .banner-form button:hover,
.banner-area .banner-form input[type="submit"]:hover,
.banner-area.home-page-banner .banner-form .banner-video .video-buttons a:hover,
.banner-area.home-page-banner .banner-form .banner-video .video-buttons button:hover,
.banner-area.home-page-banner .banner-video .video-buttons .banner-form a:hover,
.banner-area.home-page-banner .banner-video .video-buttons .banner-form button:hover,
.brochure-popup-form .banner-area .banner-form .ebd_link:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .banner-area .banner-form button:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .banner-area .banner-form input:hover[type="submit"],
.latest-developements .latest-dev-content .headline-area p .banner-area .banner-form a:hover,
.news-page-area .loadmore-post .banner-area .banner-form a:hover,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .banner-area .banner-form a:hover,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .banner-area .banner-form a:hover {
    border: none;
    background: transparent;
}
.banner-area.home-page-banner {
    min-height: 100vh;
    background: #faf2e7;
    padding: 0;
    margin-bottom: 0;
    width: 100% !important;
    left: 0 !important;
    position: relative;
}
@media (max-width: 1024px) {
    .banner-area.home-page-banner {
        min-height: 10px;
    }
}
.banner-area.home-page-banner .banner-video {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.42, 0.73, 0, 0.97);
    transition: -webkit-transform 0.8s cubic-bezier(0.42, 0.73, 0, 0.97);
    -o-transition: 0.8s -o-transform cubic-bezier(0.42, 0.73, 0, 0.97);
    -moz-transition: 0.8s transform cubic-bezier(0.42, 0.73, 0, 0.97), 0.8s -moz-transform cubic-bezier(0.42, 0.73, 0, 0.97);
    transition: transform 0.8s cubic-bezier(0.42, 0.73, 0, 0.97);
    transition: transform 0.8s cubic-bezier(0.42, 0.73, 0, 0.97), -webkit-transform 0.8s cubic-bezier(0.42, 0.73, 0, 0.97), -moz-transform 0.8s cubic-bezier(0.42, 0.73, 0, 0.97), -o-transform 0.8s cubic-bezier(0.42, 0.73, 0, 0.97);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
@media (max-width: 1024px) {
    .banner-area.home-page-banner .banner-video {
        position: relative;
        /* height: -webkit-calc(100vh - 120px);
        height: -moz-calc(100vh - 120px); */
        /* height: calc(100vh - 120px); */
        height: auto;
    }
}
.banner-area.home-page-banner .banner-video iframe,
.banner-area.home-page-banner .banner-video video {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.42, 0.73, 0, 0.97);
    transition: -webkit-transform 0.8s cubic-bezier(0.42, 0.73, 0, 0.97);
    -o-transition: 0.8s -o-transform cubic-bezier(0.42, 0.73, 0, 0.97);
    -moz-transition: 0.8s transform cubic-bezier(0.42, 0.73, 0, 0.97), 0.8s -moz-transform cubic-bezier(0.42, 0.73, 0, 0.97);
    transition: transform 0.8s cubic-bezier(0.42, 0.73, 0, 0.97);
    transition: transform 0.8s cubic-bezier(0.42, 0.73, 0, 0.97), -webkit-transform 0.8s cubic-bezier(0.42, 0.73, 0, 0.97), -moz-transform 0.8s cubic-bezier(0.42, 0.73, 0, 0.97), -o-transform 0.8s cubic-bezier(0.42, 0.73, 0, 0.97);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
@media (max-width: 1024px) {
    .banner-area.home-page-banner .banner-video iframe,
    .banner-area.home-page-banner .banner-video video {
        height: 100%;
        min-height: 320px;
    }
}
.banner-area.home-page-banner .banner-video .video-buttons {
    position: absolute;
    z-index: 992;
    bottom: 20px;
    left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1024px) {
    .banner-area.home-page-banner .banner-video .video-buttons {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 30px;
        width: 100%;
        left: 0;
    }
}
@media (max-width: 766px) {
    .banner-area.home-page-banner .banner-video .video-buttons {
        bottom: 5px;
        padding: 0 5px;
    }
}
@media (min-width: 1025px) {
    .banner-area.home-page-banner .banner-video .video-buttons .btn-area {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: all 0s ease-in-out 0s;
        -o-transition: 0s all ease-in-out 0s;
        -moz-transition: 0s all ease-in-out 0s;
        transition: all 0s ease-in-out 0s;
    }
}
.banner-area.home-page-banner .banner-video .video-buttons a,
.banner-area.home-page-banner .banner-video .video-buttons button {
    border-color: #bb854a !important;
    margin-right: 20px;
    font-size: 16px !important;
    font-family: Libre Baskerville, serif !important;
}
@media (max-width: 1199px) {
    .banner-area.home-page-banner .banner-video .video-buttons a,
    .banner-area.home-page-banner .banner-video .video-buttons button {
        font-size: 14px !important;
        margin-right: 15px;
    }
}
@media (max-width: 766px) {
    .banner-area.home-page-banner .banner-video .video-buttons a,
    .banner-area.home-page-banner .banner-video .video-buttons button {
        font-size: 12px !important;
        margin-right: 0;
    }
}
@media (max-width: 1024px) {
    .banner-area.home-page-banner .banner-video .video-buttons a.expand,
    .banner-area.home-page-banner .banner-video .video-buttons button.expand {
        display: none;
    }
}
.banner-area.home-page-banner .banner-video .banner-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 991;
    -webkit-transition: all 0.4s ease-in-out 0.65s;
    -o-transition: 0.4s all ease-in-out 0.65s;
    -moz-transition: 0.4s all ease-in-out 0.65s;
    transition: all 0.4s ease-in-out 0.65s;
    opacity: 1;
    visibility: visible;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, rgba(0, 0, 0, 0.65)));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.65) 60%);
    background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.65) 60%);
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.65) 60%);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.65) 60%);
}
@media (max-width: 1024px) {
    .banner-area.home-page-banner .banner-video .banner-caption {
        padding-bottom: 60px;
    }
}
.banner-area.home-page-banner .banner-video .banner-caption .headline-area {
    color: #bb854a;
    position: relative;
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area {
        margin-bottom: 0;
    }
}
.banner-area.home-page-banner .banner-video .banner-caption .headline-area h1,
.banner-area.home-page-banner .banner-video .banner-caption .headline-area h2,
.banner-area.home-page-banner .banner-video .banner-caption .headline-area h3,
.banner-area.home-page-banner .banner-video .banner-caption .headline-area h4,
.banner-area.home-page-banner .banner-video .banner-caption .headline-area h5,
.banner-area.home-page-banner .banner-video .banner-caption .headline-area h6 {
    color: #fff;
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h1,
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h2,
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h3,
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h4,
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h5,
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h6 {
        font-size: 35px;
        font-weight: 400;
    }
}
@media (max-width: 1024px) and (max-width: 1440px) {
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h1,
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h2,
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h3,
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h4,
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h5,
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h6 {
        font-size: 26px;
    }
}
@media (max-width: 1024px) and (max-width: 649px) {
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h1,
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h2,
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h3,
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h4,
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h5,
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area h6 {
        font-size: 20px;
    }
}
.banner-area.home-page-banner .banner-video .banner-caption .headline-area:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 110px;
    left: 50%;
    margin: 0 auto 0 -15px;
    width: 30px;
    height: 30px;
    background: url(../img/website-icon-small.svg) 50% no-repeat;
}
@media (max-width: 1024px) {
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area:before {
        content: none;
    }
}
.banner-area.home-page-banner .banner-video .banner-caption .headline-area:after {
    content: "";
    display: block;
    height: 100px;
    width: 1px;
    background: #bb854a;
    margin: 60px auto auto;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
@media (max-width: 1024px) {
    .banner-area.home-page-banner .banner-video .banner-caption .headline-area:after {
        content: none;
    }
}
.banner-area.home-page-banner .about-villa-content-area {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1024px) {
    .banner-area.home-page-banner .about-villa-content-area {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 10px;
    }
}
.banner-area.home-page-banner .about-villa-content-area .content--area {
    width: 50%;
    padding: 30px 40px 30px 0;
    line-height: 1.6;
}
@media (max-width: 1024px) {
    .banner-area.home-page-banner .about-villa-content-area .content--area {
        width: 500px;
        max-width: 100%;
        text-align: center;
        padding: 40px;
    }
}
@media (max-width: 766px) {
    .banner-area.home-page-banner .about-villa-content-area .content--area {
        padding: 40px 0;
    }
}
.banner-area.home-page-banner .about-villa-content-area .content--area p:last-child {
    margin-bottom: 0;
}
.banner-area.home-page-banner .about-villa-content-area .content--area .headline-area {
    text-align: left;
}
@media (max-width: 1024px) {
    .banner-area.home-page-banner .about-villa-content-area .content--area .headline-area {
        text-align: center;
        margin-bottom: 0;
    }
}
.banner-area.home-page-banner .about-villa-content-area .content--area .headline-area h1,
.banner-area.home-page-banner .about-villa-content-area .content--area .headline-area h2,
.banner-area.home-page-banner .about-villa-content-area .content--area .headline-area h3,
.banner-area.home-page-banner .about-villa-content-area .content--area .headline-area h4,
.banner-area.home-page-banner .about-villa-content-area .content--area .headline-area h5,
.banner-area.home-page-banner .about-villa-content-area .content--area .headline-area h6 {
    text-align: left;
}
@media (max-width: 1024px) {
    .banner-area.home-page-banner .about-villa-content-area .content--area .headline-area h1,
    .banner-area.home-page-banner .about-villa-content-area .content--area .headline-area h2,
    .banner-area.home-page-banner .about-villa-content-area .content--area .headline-area h3,
    .banner-area.home-page-banner .about-villa-content-area .content--area .headline-area h4,
    .banner-area.home-page-banner .about-villa-content-area .content--area .headline-area h5,
    .banner-area.home-page-banner .about-villa-content-area .content--area .headline-area h6 {
        text-align: center;
    }
}
.banner-area.home-page-banner.sticky .banner-video {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out;
    transition: -webkit-transform 0.5s cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out;
    -o-transition: 0.5s -o-transform cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out;
    -moz-transition: 0.5s transform cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out, 0.5s -moz-transform cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out;
    transition: transform 0.5s cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out;
    transition: transform 0.5s cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out, -webkit-transform 0.5s cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out, -moz-transform 0.5s cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out,
        -o-transform 0.5s cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

@media (max-width: 1024px) {
    .banner-area.home-page-banner.sticky .banner-video {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
.banner-area.home-page-banner.sticky .banner-video iframe,
.banner-area.home-page-banner.sticky .banner-video video {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out;
    transition: -webkit-transform 0.5s cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out;
    -o-transition: 0.5s -o-transform cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out;
    -moz-transition: 0.5s transform cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out, 0.5s -moz-transform cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out;
    transition: transform 0.5s cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out;
    transition: transform 0.5s cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out, -webkit-transform 0.5s cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out, -moz-transform 0.5s cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out,
        -o-transform 0.5s cubic-bezier(0.91, 0.14, 0.16, 0.82) ease-out;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
@media (max-width: 1024px) {
    .banner-area.home-page-banner.sticky .banner-video iframe,
    .banner-area.home-page-banner.sticky .banner-video video {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
.banner-area.home-page-banner.sticky .banner-video .video-buttons .btn-area {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s ease-in-out 0.6s;
    -o-transition: 0.4s all ease-in-out 0.6s;
    -moz-transition: 0.4s all ease-in-out 0.6s;
    transition: all 0.4s ease-in-out 0.6s;
}
.banner-area.home-page-banner.sticky .banner-video .video-buttons .btn-area + .btn-area {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
@media (min-width: 1025px) {
    .banner-area.home-page-banner.sticky .banner-video .banner-caption {
        -webkit-transition: all 0s ease-in-out 0s;
        -o-transition: 0s all ease-in-out 0s;
        -moz-transition: 0s all ease-in-out 0s;
        transition: all 0s ease-in-out 0s;
        opacity: 0;
        visibility: hidden;
    }
}
.banner-area.home-page-banner.will-animate .banner-video .banner-caption .headline-area:before {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: 0.5s opacity ease-in-out;
    -moz-transition: 0.5s opacity ease-in-out;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
.banner-area.home-page-banner.will-animate .banner-video .banner-caption .headline-area:after {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform: 0.5s transform ease-in-out;
    -moz-transform: 0.5s transform ease-in-out;
    -ms-transform: 0.5s transform ease-in-out;
    -o-transform: 0.5s transform ease-in-out;
    transform: 0.5s transform ease-in-out;
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
.banner-area.home-page-banner.animated .banner-video .banner-caption .headline-area:before {
    opacity: 1;
}
.banner-area.home-page-banner.animated .banner-video .banner-caption .headline-area:after {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.banner-area.will-animate .banner-form {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: opacity 0.65s ease, -webkit-transform 0.65s ease;
    transition: opacity 0.65s ease, -webkit-transform 0.65s ease;
    -o-transition: 0.65s opacity ease, 0.65s -o-transform ease;
    -moz-transition: 0.65s transform ease, 0.65s opacity ease, 0.65s -moz-transform ease;
    transition: transform 0.65s ease, opacity 0.65s ease;
    transition: transform 0.65s ease, opacity 0.65s ease, -webkit-transform 0.65s ease, -moz-transform 0.65s ease, -o-transform 0.65s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.banner-area.animated .banner-form {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.property-tab-area {
    position: relative;
    z-index: 3;
    margin-top: 135px;
}
@media (max-width: 1024px) {
    .property-tab-area {
        margin-top: 0;
        padding: 40px 0;
        margin-bottom: 80px;
    }
}
.property-tab-area .container {
    margin: 0;
    max-width: 90%;
    padding: 0;
}
@media (max-width: 1024px) {
    .property-tab-area .container {
        max-width: 100%;
    }
}
.property-tab-area .property-tab-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width: 1024px) {
    .property-tab-area .property-tab-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.property-tab-area .property-tab-wrap .tab-panels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 50px;
    padding-left: 70px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1024px) {
    .property-tab-area .property-tab-wrap .tab-panels {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}
.property-tab-area .property-tab-wrap .tab-panels .tab-panel {
    text-align: left;
    position: relative;
    font-size: 26px;
    font-weight: 400;
    font-family: GillSansNova-Light;
    color: #e4b474;
    -webkit-transition: all 0.5s ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: all 0.5s ease;
}
@media (max-width: 1440px) {
    .property-tab-area .property-tab-wrap .tab-panels .tab-panel {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .property-tab-area .property-tab-wrap .tab-panels .tab-panel {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .property-tab-area .property-tab-wrap .tab-panels .tab-panel {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .property-tab-area .property-tab-wrap .tab-panels .tab-panel {
        padding: 5px 10px;
    }
}
.property-tab-area .property-tab-wrap .tab-panels .tab-panel:before {
    content: "";
    position: absolute;
    right: 100%;
    margin-right: 10px;
    top: 50%;
    width: 120px;
    height: 0;
    border-bottom: 1px solid #bb854a;
    display: block;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: all 0.5s ease;
}
@media (max-width: 1024px) {
    .property-tab-area .property-tab-wrap .tab-panels .tab-panel:before {
        content: none;
    }
}
.property-tab-area .property-tab-wrap .tab-panels .tab-panel:hover {
    color: #bb854a;
}
.property-tab-area .property-tab-wrap .tab-panels .tab-panel.active {
    font-family: GillSansNova-Medium;
    color: #bb854a;
}
.property-tab-area .property-tab-wrap .tab-panels .tab-panel.active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.property-tab-area .property-tab-wrap .tab-contents {
    padding: 0;
    width: 100%;
    height: 70vh;
    min-height: 550px;
    position: relative;
}
@media (max-width: 1024px) {
    .property-tab-area .property-tab-wrap .tab-contents {
        height: 50vh;
        min-height: 420px;
        max-width: 90%;
        max-width: -webkit-calc(100% - 80px);
        max-width: -moz-calc(100% - 80px);
        max-width: calc(100% - 80px);
    }
}
@media (max-width: 766px) {
    .property-tab-area .property-tab-wrap .tab-contents {
        max-width: 100%;
        height: auto;
    }
}
.property-tab-area .property-tab-wrap .tab-contents .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease 0.5s;
    -o-transition: 0.4s opacity ease 0.5s;
    -moz-transition: 0.4s opacity ease 0.5s;
    transition: opacity 0.4s ease 0.5s;
}
.property-tab-area .property-tab-wrap .tab-contents .tab-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 1s ease, -webkit-filter 1s ease;
    transition: opacity 1s ease, -webkit-filter 1s ease;
    -o-transition: 1s opacity ease, 1s filter ease;
    -moz-transition: 1s opacity ease, 1s filter ease;
    transition: opacity 1s ease, filter 1s ease;
    transition: opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info {
    position: absolute;
    z-index: 3;
    top: -65px;
    right: -65px;
    background: #faf2e7;
    padding: 20px;
    width: 450px;
    opacity: 0;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
@media (max-width: 1440px) {
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info {
        width: 375px;
        max-width: 90%;
    }
}
@media (max-width: 1024px) {
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info {
        top: auto;
        bottom: -65px;
        right: -65px;
    }
}
@media (max-width: 766px) {
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info {
        left: 50%;
        right: auto;
    }
}
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap {
    border: 1px solid #bb854a;
    text-align: center;
    padding: 20px;
}
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h1,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h2,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h3,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h4,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h5,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h6 {
    font-size: 45px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
    margin: 0 0 30px;
}
@media (max-width: 1598px) {
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h1,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h2,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h3,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h4,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h5,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h6 {
        font-size: 40px;
    }
}
@media (max-width: 1440px) {
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h1,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h2,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h3,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h4,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h5,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h6 {
        font-size: 35px;
    }
}
@media (max-width: 649px) {
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h1,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h2,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h3,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h4,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h5,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info h6 {
        font-size: 24px;
    }
}
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info p:last-child {
    margin-bottom: 0;
}
.property-tab-area .property-tab-wrap .tab-contents .tab-content.active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.4s ease 0.2s;
    -o-transition: 0.4s opacity ease 0.2s;
    -moz-transition: 0.4s opacity ease 0.2s;
    transition: opacity 0.4s ease 0.2s;
}
.property-tab-area .property-tab-wrap .tab-contents .tab-content.active .property-detail-info,
.property-tab-area .property-tab-wrap .tab-contents .tab-content.active img {
    opacity: 1;
}
@media (max-width: 766px) {
    body.page-template-template-home .property-tab-area,
    body.page-template-template-landing .property-tab-area {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 766px) {
    body.page-template-template-home .property-tab-area .property-tab-wrap .tab-panels,
    body.page-template-template-landing .property-tab-area .property-tab-wrap .tab-panels {
        padding-bottom: 360px;
    }
}
@media (max-width: 649px) {
    body.page-template-template-home .property-tab-area .property-tab-wrap .tab-panels,
    body.page-template-template-landing .property-tab-area .property-tab-wrap .tab-panels {
        padding-bottom: 45%;
    }
}
@media (max-width: 519px) {
    body.page-template-template-home .property-tab-area .property-tab-wrap .tab-panels,
    body.page-template-template-landing .property-tab-area .property-tab-wrap .tab-panels {
        padding-bottom: 44%;
    }
}
@media (max-width: 479px) {
    body.page-template-template-home .property-tab-area .property-tab-wrap .tab-panels,
    body.page-template-template-landing .property-tab-area .property-tab-wrap .tab-panels {
        padding-bottom: 38%;
    }
}
@media screen and (max-width: 370px) {
    body.page-template-template-home .property-tab-area .property-tab-wrap .tab-panels,
    body.page-template-template-landing .property-tab-area .property-tab-wrap .tab-panels {
        padding-bottom: 38%;
    }
}
@media (max-width: 379px) {
    body.page-template-template-home .property-tab-area .property-tab-wrap .tab-panels,
    body.page-template-template-landing .property-tab-area .property-tab-wrap .tab-panels {
        padding-bottom: 32%;
    }
}
@media (max-width: 359px) {
    body.page-template-template-home .property-tab-area .property-tab-wrap .tab-panels,
    body.page-template-template-landing .property-tab-area .property-tab-wrap .tab-panels {
        padding-bottom: 34%;
    }
}
@media (max-width: 766px) {
    body.page-template-template-home .property-tab-area .property-tab-wrap .tab-contents .tab-content,
    body.page-template-template-landing .property-tab-area .property-tab-wrap .tab-contents .tab-content {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media (max-width: 766px) {
    body.page-template-template-home .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info,
    body.page-template-template-landing .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info {
        position: static;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        margin: auto auto -40px;
    }
}
body.page-template-template-home .features-area,
body.page-template-template-landing .features-area {
    margin-top: -20px;
}
@media (max-width: 1024px) {
    body.page-template-template-home .features-area,
    body.page-template-template-landing .features-area {
        padding-bottom: 0;
    }
}
@media (max-width: 766px) {
    body.page-template-template-home .features-area,
    body.page-template-template-landing .features-area {
        margin-top: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 479px) {
    body.page-template-template-home .features-area .all-features .feature-item:nth-child(4),
    body.page-template-template-landing .features-area .all-features .feature-item:nth-child(4) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}
@media (max-width: 479px) {
    body.page-template-template-home .features-area .all-features .feature-item:nth-child(5),
    body.page-template-template-landing .features-area .all-features .feature-item:nth-child(5) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}
.features-area {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    background: #faf7f2;
}
@media (max-width: 766px) {
    .features-area {
        padding: 40px 0;
    }
}
.features-area .headline-area {
    text-align: center;
}
.features-area .all-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.features-area .all-features .feature-item {
    width: 33.33%;
    text-align: center;
    padding: 0 50px;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.3;
}
@media (max-width: 1440px) {
    .features-area .all-features .feature-item {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .features-area .all-features .feature-item {
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    .features-area .all-features .feature-item {
        padding: 0 20px;
    }
}
@media (max-width: 479px) {
    .features-area .all-features .feature-item {
        width: 50%;
    }
}
.features-area .all-features .feature-item p {
    margin-bottom: 15px;
}
@media (max-width: 519px) {
    .features-area .all-features .feature-item img {
        max-width: 60px;
        max-height: 60px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.features-area.will-animate .all-features .feature-item {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    -o-transition: 0.8s opacity ease, 0.8s -o-transform ease;
    -moz-transition: 0.8s transform ease, 0.8s opacity ease, 0.8s -moz-transform ease;
    transition: transform 0.8s ease, opacity 0.8s ease;
    transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease, -moz-transform 0.8s ease, -o-transform 0.8s ease;
}
.features-area.will-animate .all-features .feature-item:first-child {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}
.features-area.will-animate .all-features .feature-item:nth-child(2) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.features-area.will-animate .all-features .feature-item:nth-child(3) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}
.features-area.will-animate .all-features .feature-item:nth-child(4) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.features-area.will-animate .all-features .feature-item:nth-child(5) {
    -webkit-transition-delay: 1.95s;
    -moz-transition-delay: 1.95s;
    -o-transition-delay: 1.95s;
    transition-delay: 1.95s;
}
.features-area.will-animate .all-features .feature-item:nth-child(6) {
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
}
.features-area.will-animate .all-features .feature-item:nth-child(7) {
    -webkit-transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    -o-transition-delay: 2.25s;
    transition-delay: 2.25s;
}
.features-area.will-animate .all-features .feature-item:nth-child(8) {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
.features-area.will-animate .all-features .feature-item:nth-child(9) {
    -webkit-transition-delay: 2.55s;
    -moz-transition-delay: 2.55s;
    -o-transition-delay: 2.55s;
    transition-delay: 2.55s;
}
.features-area.will-animate .all-features .feature-item:nth-child(10) {
    -webkit-transition-delay: 2.7s;
    -moz-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s;
}
.features-area.animated .all-features .feature-item {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.image-pin-map-area {
    position: relative;
}
.image-pin-map-area.casino-location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 80px;
}
@media (max-width: 990px) {
    .image-pin-map-area.casino-location {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }
}
.image-pin-map-area.casino-location .image-marker-area {
    width: 80%;
    min-width: 80%;
}
@media (max-width: 990px) {
    .image-pin-map-area.casino-location .image-marker-area {
        width: 100%;
    }
}
.image-pin-map-area.casino-location .card-info {
    position: static;
    width: 30%;
    max-width: 450px;
    background: #faf7f2;
    z-index: 31;
    margin-top: -50px;
    margin-left: -220px;
}
@media (max-width: 990px) {
    .image-pin-map-area.casino-location .card-info {
        width: 450px;
        max-width: 90%;
        margin: -80px auto auto;
    }
}
.image-pin-map-area.casino-location .card-info .card-info-wrap .headline-area {
    padding: 15px;
}
.image-pin-map-area > img {
    display: block;
    width: 100%;
}
.image-pin-map-area .headline-area {
    padding-top: 50px;
}
.image-pin-map-area .main-cards--area {
    position: relative;
}
.image-pin-map-area .main-cards--area .card-placeholder-area {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 91;
}
@media (max-width: 766px) {
    .image-pin-map-area .main-cards--area .card-placeholder-area {
        display: none;
    }
}
.image-pin-map-area .main-cards--area .card-placeholder-area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.66) url(../img/logo.png) 50% no-repeat;
    -webkit-background-size: 250px 250px;
    -moz-background-size: 250px;
    -o-background-size: 250px;
    background-size: 250px;
    z-index: 92;
}
.image-pin-map-area .main-cards--area .card-placeholder-area img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    transition: all 0.5s ease-in-out;
}
.image-pin-map-area .main-cards--area .card-placeholder-area .placeholder-image {
    z-index: 93;
    opacity: 0;
}
.image-pin-map-area .main-cards--area .card-placeholder-area .info--area {
    position: absolute;
    line-height: 1.2;
}
.image-pin-map-area .main-cards--area .card-placeholder-area .info--area .info--area-content {
    background: rgba(249, 247, 242, 0.9);
    padding: 10px;
}
.image-pin-map-area .main-cards--area .card-placeholder-area .info--area .info--area-wrap {
    border: 1px solid #bb854a;
    padding: 20px 15px;
    color: #bb854a;
    font-family: Libre Baskerville, serif;
}
.image-pin-map-area .main-cards--area .card-placeholder-area .info--area.info-area-1 {
    font-size: 35px;
    font-weight: 400;
    left: 22%;
    top: 38%;
    margin: 15px;
    z-index: 92;
}
@media (max-width: 1440px) {
    .image-pin-map-area .main-cards--area .card-placeholder-area .info--area.info-area-1 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .image-pin-map-area .main-cards--area .card-placeholder-area .info--area.info-area-1 {
        font-size: 20px;
    }
}
.image-pin-map-area .main-cards--area .card-placeholder-area .info--area.info-area-1 .info--area-content {
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    margin-top: -40px;
}
.image-pin-map-area .main-cards--area .card-placeholder-area .info--area.info-area-1 .info--area-content:after {
    content: "";
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    bottom: -40px;
    left: 82%;
}
.image-pin-map-area .main-cards--area .card-placeholder-area .info--area.info-area-2 {
    font-size: 45px;
    font-weight: 400;
    left: 75%;
    top: 33%;
    margin: 15px;
    z-index: 94;
}
@media (max-width: 1598px) {
    .image-pin-map-area .main-cards--area .card-placeholder-area .info--area.info-area-2 {
        font-size: 40px;
    }
}
@media (max-width: 1440px) {
    .image-pin-map-area .main-cards--area .card-placeholder-area .info--area.info-area-2 {
        font-size: 35px;
    }
}
@media (max-width: 649px) {
    .image-pin-map-area .main-cards--area .card-placeholder-area .info--area.info-area-2 {
        font-size: 24px;
    }
}
@media (max-width: 1440px) {
    .image-pin-map-area .main-cards--area .card-placeholder-area .info--area.info-area-2 {
        font-size: 30px;
        font-weight: 400;
    }
}
@media (max-width: 1440px) and (max-width: 1440px) {
    .image-pin-map-area .main-cards--area .card-placeholder-area .info--area.info-area-2 {
        font-size: 24px;
    }
}
@media (max-width: 1440px) and (max-width: 766px) {
    .image-pin-map-area .main-cards--area .card-placeholder-area .info--area.info-area-2 {
        font-size: 22px;
    }
}
@media (max-width: 1440px) and (max-width: 649px) {
    .image-pin-map-area .main-cards--area .card-placeholder-area .info--area.info-area-2 {
        font-size: 18px;
    }
}
.image-pin-map-area .main-cards--area .card-placeholder-area .info--area.info-area-2 .info--area-content {
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    margin-top: -40px;
}
.image-pin-map-area .main-cards--area .card-placeholder-area .info--area.info-area-2 .info--area-content:after {
    content: "";
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    bottom: -40px;
    left: 18%;
}
.image-pin-map-area .main-cards--area.will-animate .card-placeholder-area {
    pointer-events: auto;
}
.image-pin-map-area .main-cards--area.will-animate .card-placeholder-area,
.image-pin-map-area .main-cards--area.will-animate .card-placeholder-area:after {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: 0.6s all ease-in-out;
    -moz-transition: 0.6s all ease-in-out;
    transition: all 0.6s ease-in-out;
}
.image-pin-map-area .main-cards--area.will-animate .card-placeholder-area .placeholder-image {
    z-index: 93;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: 0.6s all ease-in-out;
    -moz-transition: 0.6s all ease-in-out;
    transition: all 0.6s ease-in-out;
}
.image-pin-map-area .main-cards--area.will-animate .card-placeholder-area .info--area.info-area-1 {
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    transform: translateX(-150px);
}
.image-pin-map-area .main-cards--area.will-animate .card-placeholder-area .info--area.info-area-1,
.image-pin-map-area .main-cards--area.will-animate .card-placeholder-area .info--area.info-area-2 {
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: 0.6s all ease-in-out;
    -moz-transition: 0.6s all ease-in-out;
    transition: all 0.6s ease-in-out;
}
.image-pin-map-area .main-cards--area.will-animate .card-pointer .card-info,
.image-pin-map-area .main-cards--area.will-animate .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 766px) {
    .image-pin-map-area .main-cards--area.will-animate .card-pointer .card-info {
        opacity: 1;
    }
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-placeholder-area {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-delay: 8.3s;
    -moz-transition-delay: 8.3s;
    -o-transition-delay: 8.3s;
    transition-delay: 8.3s;
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-placeholder-area:after {
    opacity: 0;
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-placeholder-area .placeholder-image {
    z-index: 93;
    opacity: 1;
    -webkit-transition-delay: 5s;
    -moz-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-placeholder-area .info--area.info-area-1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-placeholder-area .info--area.info-area-2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 5.8s;
    -moz-transition-delay: 5.8s;
    -o-transition-delay: 5.8s;
    transition-delay: 5.8s;
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer {
    opacity: 1;
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:first-child {
    -webkit-transition-delay: 9.35s;
    -moz-transition-delay: 9.35s;
    -o-transition-delay: 9.35s;
    transition-delay: 9.35s;
}
@media (max-width: 766px) {
    .image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:first-child {
        -webkit-transition-delay: 1.75s;
        -moz-transition-delay: 1.75s;
        -o-transition-delay: 1.75s;
        transition-delay: 1.75s;
    }
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(2) {
    -webkit-transition-delay: 9.7s;
    -moz-transition-delay: 9.7s;
    -o-transition-delay: 9.7s;
    transition-delay: 9.7s;
}
@media (max-width: 766px) {
    .image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(2) {
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        -o-transition-delay: 2s;
        transition-delay: 2s;
    }
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(3) {
    -webkit-transition-delay: 10.05s;
    -moz-transition-delay: 10.05s;
    -o-transition-delay: 10.05s;
    transition-delay: 10.05s;
}
@media (max-width: 766px) {
    .image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(3) {
        -webkit-transition-delay: 2.25s;
        -moz-transition-delay: 2.25s;
        -o-transition-delay: 2.25s;
        transition-delay: 2.25s;
    }
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(4) {
    -webkit-transition-delay: 10.4s;
    -moz-transition-delay: 10.4s;
    -o-transition-delay: 10.4s;
    transition-delay: 10.4s;
}
@media (max-width: 766px) {
    .image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(4) {
        -webkit-transition-delay: 2.5s;
        -moz-transition-delay: 2.5s;
        -o-transition-delay: 2.5s;
        transition-delay: 2.5s;
    }
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(5) {
    -webkit-transition-delay: 10.75s;
    -moz-transition-delay: 10.75s;
    -o-transition-delay: 10.75s;
    transition-delay: 10.75s;
}
@media (max-width: 766px) {
    .image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(5) {
        -webkit-transition-delay: 2.75s;
        -moz-transition-delay: 2.75s;
        -o-transition-delay: 2.75s;
        transition-delay: 2.75s;
    }
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(6) {
    -webkit-transition-delay: 11.1s;
    -moz-transition-delay: 11.1s;
    -o-transition-delay: 11.1s;
    transition-delay: 11.1s;
}
@media (max-width: 766px) {
    .image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(6) {
        -webkit-transition-delay: 3s;
        -moz-transition-delay: 3s;
        -o-transition-delay: 3s;
        transition-delay: 3s;
    }
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(7) {
    -webkit-transition-delay: 11.45s;
    -moz-transition-delay: 11.45s;
    -o-transition-delay: 11.45s;
    transition-delay: 11.45s;
}
@media (max-width: 766px) {
    .image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(7) {
        -webkit-transition-delay: 3.25s;
        -moz-transition-delay: 3.25s;
        -o-transition-delay: 3.25s;
        transition-delay: 3.25s;
    }
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(8) {
    -webkit-transition-delay: 11.8s;
    -moz-transition-delay: 11.8s;
    -o-transition-delay: 11.8s;
    transition-delay: 11.8s;
}
@media (max-width: 766px) {
    .image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(8) {
        -webkit-transition-delay: 3.5s;
        -moz-transition-delay: 3.5s;
        -o-transition-delay: 3.5s;
        transition-delay: 3.5s;
    }
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(9) {
    -webkit-transition-delay: 12.15s;
    -moz-transition-delay: 12.15s;
    -o-transition-delay: 12.15s;
    transition-delay: 12.15s;
}
@media (max-width: 766px) {
    .image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(9) {
        -webkit-transition-delay: 3.75s;
        -moz-transition-delay: 3.75s;
        -o-transition-delay: 3.75s;
        transition-delay: 3.75s;
    }
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(10) {
    -webkit-transition-delay: 12.5s;
    -moz-transition-delay: 12.5s;
    -o-transition-delay: 12.5s;
    transition-delay: 12.5s;
}
@media (max-width: 766px) {
    .image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .image-marker-area .all-pointers .all-pointers-wrap .pointer:nth-child(10) {
        -webkit-transition-delay: 4s;
        -moz-transition-delay: 4s;
        -o-transition-delay: 4s;
        transition-delay: 4s;
    }
}
.image-pin-map-area .main-cards--area.will-animate.animated .card-pointer .card-info {
    opacity: 1;
    -webkit-transition-delay: 11.6s;
    -moz-transition-delay: 11.6s;
    -o-transition-delay: 11.6s;
    transition-delay: 11.6s;
}
.image-pin-map-area .card-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 15px;
    max-width: 45%;
    background: hsla(0, 0%, 100%, 0.85);
}
@media (max-width: 1199px) {
    .image-pin-map-area .card-info {
        position: relative;
        margin: -80px auto auto;
        width: 500px;
        max-width: 90%;
        left: auto;
        bottom: auto;
    }
}
@media (max-width: 479px) {
    .image-pin-map-area .card-info {
        max-width: 100%;
        padding: 10px;
    }
}
.image-pin-map-area .card-info .card-info-wrap {
    border: 1px solid #bb854a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.image-pin-map-area .card-info .card-info-wrap .headline-area {
    padding: 15px 0 0 15px;
    min-width: 60%;
    text-align: left;
    margin: 0;
}
.image-pin-map-area .card-info .card-info-wrap .headline-area h1,
.image-pin-map-area .card-info .card-info-wrap .headline-area h2,
.image-pin-map-area .card-info .card-info-wrap .headline-area h3,
.image-pin-map-area .card-info .card-info-wrap .headline-area h4,
.image-pin-map-area .card-info .card-info-wrap .headline-area h5,
.image-pin-map-area .card-info .card-info-wrap .headline-area h6 {
    text-align: left;
    margin: 0 0 20px;
}
.image-pin-map-area .card-info .card-info-wrap .headline-area a {
    font-size: 18px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
}
@media (max-width: 1440px) {
    .image-pin-map-area .card-info .card-info-wrap .headline-area a {
        font-size: 16px;
    }
}
@media (max-width: 649px) {
    .image-pin-map-area .card-info .card-info-wrap .headline-area a {
        font-size: 14px;
    }
}
.image-pin-map-area .card-info .card-info-wrap .headline-area a:hover {
    color: #e4b474;
}
@media (max-width: 519px) {
    .image-pin-map-area .card-info .card-info-wrap .headline-area .highlight {
        font-size: 10px;
    }
}
.image-pin-map-area .card-info .card-info-wrap .card-image img {
    display: block;
}
.image-pin-map-area .image-marker-area {
    position: relative;
}
.image-pin-map-area .image-marker-area > img {
    min-height: 510px;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.image-pin-map-area .image-marker-area .for-desk {
    display: block;
}
@media (max-width: 766px) {
    .image-pin-map-area .image-marker-area .for-desk {
        display: none;
    }
}
.image-pin-map-area .image-marker-area .for-mob {
    display: none;
}
@media (max-width: 766px) {
    .image-pin-map-area .image-marker-area .for-mob {
        display: block;
    }
}
@media (max-width: 766px) {
    .image-pin-map-area .all-pointers {
        background: hsla(0, 0%, 100%, 0.85);
        padding: 5px;
        position: absolute;
        bottom: 100px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (max-width: 766px) {
    .image-pin-map-area .all-pointers .all-pointers-wrap {
        border: 1px solid #bb854a;
        padding: 10px 10px 5px;
    }
}
.image-pin-map-area .pointer {
    position: absolute;
    z-index: 2;
    padding: 0;
}
@media (max-width: 766px) {
    .image-pin-map-area .pointer {
        position: relative;
        left: auto !important;
        right: auto !important;
        margin: 0 0 5px !important;
        padding: 0 0 0 10px !important;
    }
}
@media (max-width: 766px) {
    .image-pin-map-area .pointer:after {
        content: none !important;
    }
}
.image-pin-map-area .pointer:before {
    content: none;
}
@media (max-width: 766px) {
    .image-pin-map-area .pointer:before {
        content: "";
        width: 5px;
        height: 2px;
        background: #bb854a;
        position: absolute;
        left: 0;
        top: 4px;
    }
}
.image-pin-map-area .pointer .pointer-text {
    width: 180px;
    height: 130px;
    position: absolute;
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.15;
    background: hsla(0, 0%, 100%, 0.85);
}
@media (max-width: 1598px) {
    .image-pin-map-area .pointer .pointer-text {
        font-size: 12px;
        width: 120px;
        height: 80px;
        font-family: GillSansNova-Medium;
    }
}
@media (max-width: 1024px) {
    .image-pin-map-area .pointer .pointer-text {
        font-size: 10px;
        width: 90px;
        height: 60px;
    }
}
@media (max-width: 766px) {
    .image-pin-map-area .pointer .pointer-text {
        width: auto;
        height: auto;
        position: static;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
        display: block !important;
    }
}
@media (max-width: 649px) {
    .image-pin-map-area .pointer .pointer-text {
        padding: 0;
    }
}
@media (max-width: 766px) {
    .image-pin-map-area .pointer .pointer-text br,
    .image-pin-map-area .pointer .pointer-text br:after {
        content: " ";
    }
}
.image-pin-map-area .pointer .pointer-text .pointer-text-wrap {
    border: 1px solid #bb854a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    width: 100%;
    height: 100%;
}
@media (max-width: 766px) {
    .image-pin-map-area .pointer .pointer-text .pointer-text-wrap {
        width: 100%;
        text-align: left !important;
        height: auto;
        position: static;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        border: none !important;
        padding: 0 !important;
        display: block !important;
    }
}
.image-pin-map-area .pointer .pointer-image {
    background: hsla(0, 0%, 100%, 0.85);
    padding: 5px;
}
.image-pin-map-area .pointer .pointer-image .pointer-text-wrap {
    border: 1px solid #bb854a;
}
.image-pin-map-area .pointer .pointer-image img {
    display: block;
}
.image-pin-map-area .point-a {
    top: 13.4%;
    left: 42%;
    margin-left: -200px;
}
.image-pin-map-area .point-a .pointer-text {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.image-pin-map-area .point-a:after {
    content: "";
    width: 200px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -205px;
    top: 50%;
}
.image-pin-map-area .point-b {
    top: 38%;
    left: 41.5%;
    margin-top: 20px;
}
@media (max-width: 766px) {
    .image-pin-map-area .point-b {
        display: none;
    }
}
.image-pin-map-area .point-b .pointer-text {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.image-pin-map-area .point-b:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: -25px;
    left: 50%;
}
.image-pin-map-area .point-c {
    top: 30.4%;
    left: 41.1%;
    margin-left: -70px;
}
.image-pin-map-area .point-c .pointer-text {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.image-pin-map-area .point-c:after {
    content: "";
    width: 70px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -75px;
    top: 50%;
}
.image-pin-map-area .point-d {
    top: 23%;
    left: 53.7%;
    margin-top: 75px;
}
.image-pin-map-area .point-d .pointer-text {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.image-pin-map-area .point-d:after {
    content: "";
    width: 1px;
    height: 75px;
    background: #fff;
    position: absolute;
    top: -80px;
    left: 50%;
}
.image-pin-map-area .point-e {
    top: 23%;
    left: 55.1%;
    margin-left: 40px;
}
@media (max-width: 649px) {
    .image-pin-map-area .point-e {
        margin-left: 75px;
    }
}
.image-pin-map-area .point-e .pointer-text {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.image-pin-map-area .point-e:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -45px;
    top: 50%;
}
@media (max-width: 649px) {
    .image-pin-map-area .point-e:after {
        width: 70px;
        left: -75px;
    }
}
.image-pin-map-area .point-f {
    top: 60%;
    left: 70.5%;
    margin-top: -30px;
}
@media (max-width: 766px) {
    .image-pin-map-area .point-f {
        display: none;
    }
}
@media (max-width: 359px) {
    .image-pin-map-area .point-f {
        margin-top: -15px;
    }
}
.image-pin-map-area .point-f .pointer-text {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.image-pin-map-area .point-f:after {
    content: "";
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    bottom: -35px;
    left: 50%;
}
@media (max-width: 359px) {
    .image-pin-map-area .point-f:after {
        height: 10px;
        bottom: -15px;
    }
}
.image-pin-map-area .point-g {
    top: 9%;
    left: 53%;
    margin-left: 300px;
    padding-right: 30px;
}
@media (max-width: 1199px) {
    .image-pin-map-area .point-g {
        margin-left: 200px;
    }
}
@media (max-width: 1024px) {
    .image-pin-map-area .point-g {
        margin-left: 150px;
    }
}
@media (max-width: 766px) {
    .image-pin-map-area .point-g {
        display: none;
    }
}
.image-pin-map-area .point-g .pointer-image {
    left: 0;
    position: relative;
    padding: 10px;
    top: -40px;
}
.image-pin-map-area .point-g:after {
    content: "";
    width: 300px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -305px;
    top: 20px;
}
@media (max-width: 1199px) {
    .image-pin-map-area .point-g:after {
        width: 200px;
        left: -205px;
    }
}
@media (max-width: 1024px) {
    .image-pin-map-area .point-g:after {
        width: 150px;
        left: -155px;
    }
}
.our-key-area {
    padding: 80px 0 120px;
    background-image: url(../img/keys-bk.png);
    background-position: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 20% 20%;
    -moz-background-size: 20%;
    -o-background-size: 20%;
    background-size: 20%;
}
@media (max-width: 766px) {
    .our-key-area {
        padding: 40px 0;
    }
}
@media (max-width: 479px) {
    .our-key-area {
        background-image: url(../img/keys-bk.png), url(../img/keys-bk-2.png);
        background-position: right 42%, left 85%;
        background-repeat: no-repeat;
        -webkit-background-size: 20% 20%;
        -moz-background-size: 20%;
        -o-background-size: 20%;
        background-size: 20%;
    }
}
.our-key-area .our-keys {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: key-count;
    max-width: 1150px;
    margin: auto;
}
@media (max-width: 479px) {
    .our-key-area .our-keys {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.our-key-area .our-keys .key {
    width: 50%;
    padding: 0 60px;
    position: relative;
    font-size: 42px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 60px;
}
@media (max-width: 1598px) {
    .our-key-area .our-keys .key {
        font-size: 38px;
    }
}
@media (max-width: 1440px) {
    .our-key-area .our-keys .key {
        font-size: 28px;
    }
}
@media (max-width: 649px) {
    .our-key-area .our-keys .key {
        font-size: 20px;
    }
}
@media (max-width: 990px) {
    .our-key-area .our-keys .key {
        padding: 0 20px;
    }
}
@media (max-width: 479px) {
    .our-key-area .our-keys .key {
        width: 300px;
        max-width: 100%;
        margin-bottom: 30px;
    }
}
.our-key-area .our-keys .key:nth-child(2n) {
    margin-bottom: -30px;
}
@media (max-width: 479px) {
    .our-key-area .our-keys .key:nth-child(2n) {
        margin-bottom: 30px;
    }
}
.our-key-area .our-keys .key:first-child {
    margin-left: -60px;
}
@media (max-width: 1440px) {
    .our-key-area .our-keys .key:first-child {
        margin-left: 0;
    }
}
@media (max-width: 479px) {
    .our-key-area .our-keys .key:last-child {
        margin-bottom: 0;
    }
}
.our-key-area .our-keys .key:before {
    content: counter(key-count);
    counter-increment: key-count;
    font-family: Libre Baskerville, serif;
    font-size: 5em;
    color: #fff;
    margin-right: 20px;
    text-shadow: -1px -1px 0 #bb854a, 1px -1px 0 #bb854a, -1px 1px 0 #bb854a, 1px 1px 0 #bb854a;
}
.our-key-area .our-keys .key b,
.our-key-area .our-keys .key strong {
    color: #bb854a;
}
.our-key-area.will-animate .our-keys .key {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    -o-transition: 0.8s opacity ease, 0.8s -o-transform ease;
    -moz-transition: 0.8s transform ease, 0.8s opacity ease, 0.8s -moz-transform ease;
    transition: transform 0.8s ease, opacity 0.8s ease;
    transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease, -moz-transform 0.8s ease, -o-transform 0.8s ease;
}
.our-key-area.will-animate .our-keys .key:first-child {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}
.our-key-area.will-animate .our-keys .key:nth-child(2) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.our-key-area.will-animate .our-keys .key:nth-child(3) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}
.our-key-area.will-animate .our-keys .key:nth-child(4) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.our-key-area.will-animate .our-keys .key:nth-child(5) {
    -webkit-transition-delay: 1.95s;
    -moz-transition-delay: 1.95s;
    -o-transition-delay: 1.95s;
    transition-delay: 1.95s;
}
.our-key-area.will-animate .our-keys .key:nth-child(6) {
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
}
.our-key-area.will-animate .our-keys .key:nth-child(7) {
    -webkit-transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    -o-transition-delay: 2.25s;
    transition-delay: 2.25s;
}
.our-key-area.will-animate .our-keys .key:nth-child(8) {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
.our-key-area.will-animate .our-keys .key:nth-child(9) {
    -webkit-transition-delay: 2.55s;
    -moz-transition-delay: 2.55s;
    -o-transition-delay: 2.55s;
    transition-delay: 2.55s;
}
.our-key-area.will-animate .our-keys .key:nth-child(10) {
    -webkit-transition-delay: 2.7s;
    -moz-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s;
}
.our-key-area.animated .our-keys .key {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.about-area {
    padding: 80px 0;
    background: #faf7f2;
    text-align: center;
    line-height: 1.6;
}
@media (max-width: 766px) {
    .about-area {
        padding: 40px 0;
    }
}
.about-area .container {
    max-width: 900px;
}
.about-area .headline-area:before {
    content: "";
    display: block;
    height: 180px;
    width: 1px;
    background: #bb854a;
    margin: auto auto 30px;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
@media (max-width: 1440px) {
    .about-area .headline-area:before {
        height: 100px;
    }
}
@media (max-width: 766px) {
    .about-area .headline-area:before {
        height: 75px;
    }
}
.about-area.will-animate .headline-area:before {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.about-area.will-animate.animated .headline-area:before {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.opportunities-area {
    padding: 80px 0;
    padding-bottom: 0 !important;
}
@media (max-width: 766px) {
    .opportunities-area {
        padding: 40px 0;
    }
}
.opportunities-area .headline-area:before {
    content: "";
    display: block;
    height: 280px;
    width: 280px;
    background: url(../img/website-icon.png) 50% no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin: auto auto 30px;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
@media (max-width: 1440px) {
    .opportunities-area .headline-area:before {
        width: 120px;
        height: 120px;
    }
}
.opportunities-area .opportunities-main-area {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0;
    margin-top: 250px;
}
@media (max-width: 990px) {
    .opportunities-area .opportunities-main-area {
        margin-top: 150px;
    }
}
@media (max-width: 766px) {
    .opportunities-area .opportunities-main-area {
        padding: 20px 0;
    }
}
.opportunities-area .opportunities-main-area .opportunities-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: -250px;
}
@media (max-width: 990px) {
    .opportunities-area .opportunities-main-area .opportunities-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: -150px;
    }
}
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity {
    width: 50%;
    padding: 0 30px;
    text-align: center;
}
@media (max-width: 1024px) {
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity {
        padding-top: 0 15px;
    }
}
@media (max-width: 990px) {
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity {
        width: 500px;
        max-width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }
}
@media (max-width: 990px) {
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity:last-child {
        margin-bottom: 0;
    }
}
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item {
    background: #faf7f2;
    padding: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: all 0.5s ease;
}
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .content {
    border: 1px solid #e4b474;
    padding: 40px 20px 20px;
}
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h1,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h2,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h3,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h4,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h5,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h6 {
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
    text-align: center;
    margin: 0 0 50px;
}
@media (max-width: 1440px) {
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h1,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h2,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h3,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h4,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h5,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h6 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h1,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h2,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h3,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h4,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h5,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h6 {
        font-size: 20px;
    }
}
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h1 a,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h2 a,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h3 a,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h4 a,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h5 a,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h6 a {
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
}
@media (max-width: 1440px) {
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h1 a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h2 a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h3 a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h4 a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h5 a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h6 a {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h1 a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h2 a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h3 a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h4 a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h5 a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h6 a {
        font-size: 20px;
    }
}
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h1 a:after,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h1 a:before,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h2 a:after,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h2 a:before,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h3 a:after,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h3 a:before,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h4 a:after,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h4 a:before,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h5 a:after,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h5 a:before,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h6 a:after,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h6 a:before {
    content: none;
}
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h1 a:hover,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h2 a:hover,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h3 a:hover,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h4 a:hover,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h5 a:hover,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item h6 a:hover {
    letter-spacing: normal;
}
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item b,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item strong {
    color: #bb854a;
}
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item ul {
    list-style: none;
    padding: 0;
    margin: 0 0 100px;
}
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item ul li {
    margin-bottom: 20px;
}
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item ul li:before {
    content: "";
    width: 20px;
    height: 0;
    border-top: 1px solid #bb854a;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a {
    padding-left: 15px;
    padding-right: 15px;
}
.opportunities-area.will-animate .opportunities-wrap .opportunity {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    -o-transition: 0.8s opacity ease, 0.8s -o-transform ease;
    -moz-transition: 0.8s transform ease, 0.8s opacity ease, 0.8s -moz-transform ease;
    transition: transform 0.8s ease, opacity 0.8s ease;
    transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease, -moz-transform 0.8s ease, -o-transform 0.8s ease;
}
.opportunities-area.will-animate .opportunities-wrap .opportunity:first-child {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}
.opportunities-area.will-animate .opportunities-wrap .opportunity:nth-child(2) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.opportunities-area.will-animate .opportunities-wrap .opportunity:nth-child(3) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}
.opportunities-area.will-animate .opportunities-wrap .opportunity:nth-child(4) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.opportunities-area.will-animate .opportunities-wrap .opportunity:nth-child(5) {
    -webkit-transition-delay: 1.95s;
    -moz-transition-delay: 1.95s;
    -o-transition-delay: 1.95s;
    transition-delay: 1.95s;
}
.opportunities-area.will-animate .opportunities-wrap .opportunity:nth-child(6) {
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
}
.opportunities-area.will-animate .opportunities-wrap .opportunity:nth-child(7) {
    -webkit-transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    -o-transition-delay: 2.25s;
    transition-delay: 2.25s;
}
.opportunities-area.will-animate .opportunities-wrap .opportunity:nth-child(8) {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
.opportunities-area.will-animate .opportunities-wrap .opportunity:nth-child(9) {
    -webkit-transition-delay: 2.55s;
    -moz-transition-delay: 2.55s;
    -o-transition-delay: 2.55s;
    transition-delay: 2.55s;
}
.opportunities-area.will-animate .opportunities-wrap .opportunity:nth-child(10) {
    -webkit-transition-delay: 2.7s;
    -moz-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s;
}
.opportunities-area.animated .opportunities-wrap .opportunity {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.blog-area {
    background: #faf7f2;
    padding: 80px 0;
}
@media (max-width: 766px) {
    .blog-area {
        padding: 40px 0;
    }
}
.blog-area .blog-slider-area {
    max-width: 1130px;
    margin: auto;
}
.blog-area .blog-slider-area .news-item .news-item-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
}
@media (max-width: 990px) {
    .blog-area .blog-slider-area .news-item .news-item-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 15px;
    }
}
.blog-area .blog-slider-area .news-item .news-item-wrap .news-fig {
    width: 100%;
    /* padding-right: 300px; */
    text-align: center;
}

.blog-area .blog-slider-area .news-item .news-item-wrap .news-fig button { margin-top: 22px; }
@media (max-width: 990px) {
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-fig {
        padding: 0;
    }
}
.blog-area .blog-slider-area .news-item .news-item-wrap .news-fig img {
    width: 100%;
    display: block;
}
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area {
    position: absolute;
    bottom: -100px;
    right: 0;
    background: #faf7f2;
    width: 50%;
    padding: 20px;
    line-height: 1.2;
}
@media (max-width: 990px) {
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area {
        position: relative;
        bottom: auto;
        width: 500px;
        max-width: 100%;
        margin-top: -50px;
    }
}
@media (max-width: 479px) {
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area {
        margin-top: 0;
    }
}
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .news-meta {
    text-align: right;
    color: #bb854a;
    font-family: GillSansNova-Book;
    margin-bottom: 20px;
}
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area p {
    margin-bottom: 0;
}
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title {
    border-bottom: 1px solid #bb854a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h1,
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h2,
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h3,
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h4,
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h5,
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h6 {
    font-size: 26px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
    margin: 0;
}
@media (max-width: 1440px) {
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h1,
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h2,
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h3,
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h4,
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h5,
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h6 {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h1,
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h2,
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h3,
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h4,
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h5,
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h6 {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h1,
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h2,
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h3,
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h4,
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h5,
    .blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h6 {
        font-size: 16px;
    }
}
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h1 a,
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h2 a,
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h3 a,
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h4 a,
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h5 a,
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h6 a {
    color: #bb854a;
}
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h1 a:hover,
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h2 a:hover,
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h3 a:hover,
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h4 a:hover,
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h5 a:hover,
.blog-area .blog-slider-area .news-item .news-item-wrap .news-content-area .title h6 a:hover {
    color: #1a1a1a;
}
.blog-area .blog-slider-area .slick-dots {
    bottom: -30px;
}
.blog-area .blog-slider-area .slick-dots li {
    width: auto;
    height: auto;
}
.blog-area .blog-slider-area .slick-dots li button {
    height: 10px;
    width: 10px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #bb854a;
}
.blog-area .blog-slider-area .slick-dots li button:before {
    content: none;
}
.blog-area .blog-slider-area .slick-dots li.slick-active button {
    background: #bb854a;
}
.contact-info-area {
    overflow: hidden;
}
.contact-info-area .contact-info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 20px;
    font-weight: 400;
}
@media (max-width: 1440px) {
    .contact-info-area .contact-info-wrap {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .contact-info-area .contact-info-wrap {
        font-size: 14px;
    }
}
@media (max-width: 990px) {
    .contact-info-area .contact-info-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -20px;
    }
}
.contact-info-area .contact-info-wrap h1,
.contact-info-area .contact-info-wrap h2,
.contact-info-area .contact-info-wrap h3,
.contact-info-area .contact-info-wrap h4,
.contact-info-area .contact-info-wrap h5,
.contact-info-area .contact-info-wrap h6 {
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
    margin: 0 0 5px;
}
@media (max-width: 1440px) {
    .contact-info-area .contact-info-wrap h1,
    .contact-info-area .contact-info-wrap h2,
    .contact-info-area .contact-info-wrap h3,
    .contact-info-area .contact-info-wrap h4,
    .contact-info-area .contact-info-wrap h5,
    .contact-info-area .contact-info-wrap h6 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .contact-info-area .contact-info-wrap h1,
    .contact-info-area .contact-info-wrap h2,
    .contact-info-area .contact-info-wrap h3,
    .contact-info-area .contact-info-wrap h4,
    .contact-info-area .contact-info-wrap h5,
    .contact-info-area .contact-info-wrap h6 {
        font-size: 20px;
    }
}
.contact-info-area .contact-info-wrap a {
    font-size: 18px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
}
@media (max-width: 1440px) {
    .contact-info-area .contact-info-wrap a {
        font-size: 16px;
    }
}
@media (max-width: 649px) {
    .contact-info-area .contact-info-wrap a {
        font-size: 14px;
    }
}
.contact-info-area .contact-info-wrap a:hover {
    color: #e4b474;
}
.contact-info-area .contact-info-wrap strong {
    font-size: 30px;
    font-weight: 400;
    font-family: GillSansNova-Light;
    color: #1a1a1a;
}
@media (max-width: 1440px) {
    .contact-info-area .contact-info-wrap strong {
        font-size: 24px;
    }
}
@media (max-width: 766px) {
    .contact-info-area .contact-info-wrap strong {
        font-size: 22px;
    }
}
@media (max-width: 649px) {
    .contact-info-area .contact-info-wrap strong {
        font-size: 18px;
    }
}
.contact-info-area .contact-info-wrap .contact-info-left {
    width: 50%;
    padding: 40px 30px 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 990px) {
    .contact-info-area .contact-info-wrap .contact-info-left {
        width: 100%;
        padding: 40px 20px;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.contact-info-area .contact-info-wrap .contact-info-left p:last-child {
    margin-bottom: 0;
}
.contact-info-area .contact-info-wrap .contact-info-right {
    margin-right: -50vw;
    position: relative;
    max-width: 50vw;
    width: 50vw;
    min-width: 50vw;
}
@media (max-width: 990px) {
    .contact-info-area .contact-info-wrap .contact-info-right {
        width: 100%;
        max-width: 100vh;
        margin: 0;
    }
}
.contact-info-area .contact-info-wrap .contact-info-right img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.request-call-back-area {
    width: 550px;
    margin: auto;
    max-width: 100%;
    background: #fff;
    padding: 10px;
    position: relative;
}
.request-call-back-area .mfp-close {
    text-indent: -99999px;
    width: 30px;
    height: 30px;
    background: url(../img/close-icon.svg) 50% no-repeat !important;
    top: 20px;
    right: 15px;
}
@media (max-width: 766px) {
    .request-call-back-area .mfp-close {
        width: 24px;
        height: 24px;
    }
}
.request-call-back-area .request-call-back-wrap {
    border: 1px solid #bb854a;
    padding: 50px;
}
@media (max-width: 766px) {
    .request-call-back-area .request-call-back-wrap {
        padding: 40px 30px;
    }
}
.request-call-back-area h1,
.request-call-back-area h2,
.request-call-back-area h3,
.request-call-back-area h4,
.request-call-back-area h5,
.request-call-back-area h6 {
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
}
@media (max-width: 1440px) {
    .request-call-back-area h1,
    .request-call-back-area h2,
    .request-call-back-area h3,
    .request-call-back-area h4,
    .request-call-back-area h5,
    .request-call-back-area h6 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .request-call-back-area h1,
    .request-call-back-area h2,
    .request-call-back-area h3,
    .request-call-back-area h4,
    .request-call-back-area h5,
    .request-call-back-area h6 {
        font-size: 20px;
    }
}
.about-area .request-call-back-area a,
.banner-area.home-page-banner .banner-video .video-buttons .request-call-back-area a,
.banner-area.home-page-banner .banner-video .video-buttons .request-call-back-area button,
.brochure-popup-form .request-call-back-area .ebd_link,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .request-call-back-area button,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .request-call-back-area input[type="submit"],
.latest-developements .latest-dev-content .headline-area p .request-call-back-area a,
.news-page-area .loadmore-post .request-call-back-area a,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .request-call-back-area a,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .request-call-back-area a,
.request-call-back-area .about-area a,
.request-call-back-area .banner-area.home-page-banner .banner-video .video-buttons a,
.request-call-back-area .banner-area.home-page-banner .banner-video .video-buttons button,
.request-call-back-area .brochure-popup-form .ebd_link,
.request-call-back-area .btn,
.request-call-back-area .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
.request-call-back-area .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
.request-call-back-area .latest-developements .latest-dev-content .headline-area p a,
.request-call-back-area .news-page-area .loadmore-post a,
.request-call-back-area .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
.request-call-back-area .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a,
.request-call-back-area button,
.request-call-back-area input[type="submit"] {
    font-size: 18px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
    background: transparent;
    margin: auto;
    border: none;
    letter-spacing: 1.3px;
}
@media (max-width: 1440px) {
    .about-area .request-call-back-area a,
    .banner-area.home-page-banner .banner-video .video-buttons .request-call-back-area a,
    .banner-area.home-page-banner .banner-video .video-buttons .request-call-back-area button,
    .brochure-popup-form .request-call-back-area .ebd_link,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .request-call-back-area button,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .request-call-back-area input[type="submit"],
    .latest-developements .latest-dev-content .headline-area p .request-call-back-area a,
    .news-page-area .loadmore-post .request-call-back-area a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .request-call-back-area a,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .request-call-back-area a,
    .request-call-back-area .about-area a,
    .request-call-back-area .banner-area.home-page-banner .banner-video .video-buttons a,
    .request-call-back-area .banner-area.home-page-banner .banner-video .video-buttons button,
    .request-call-back-area .brochure-popup-form .ebd_link,
    .request-call-back-area .btn,
    .request-call-back-area .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
    .request-call-back-area .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
    .request-call-back-area .latest-developements .latest-dev-content .headline-area p a,
    .request-call-back-area .news-page-area .loadmore-post a,
    .request-call-back-area .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
    .request-call-back-area .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a,
    .request-call-back-area button,
    .request-call-back-area input[type="submit"] {
        font-size: 16px;
    }
}
@media (max-width: 649px) {
    .about-area .request-call-back-area a,
    .banner-area.home-page-banner .banner-video .video-buttons .request-call-back-area a,
    .banner-area.home-page-banner .banner-video .video-buttons .request-call-back-area button,
    .brochure-popup-form .request-call-back-area .ebd_link,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .request-call-back-area button,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .request-call-back-area input[type="submit"],
    .latest-developements .latest-dev-content .headline-area p .request-call-back-area a,
    .news-page-area .loadmore-post .request-call-back-area a,
    .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .request-call-back-area a,
    .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .request-call-back-area a,
    .request-call-back-area .about-area a,
    .request-call-back-area .banner-area.home-page-banner .banner-video .video-buttons a,
    .request-call-back-area .banner-area.home-page-banner .banner-video .video-buttons button,
    .request-call-back-area .brochure-popup-form .ebd_link,
    .request-call-back-area .btn,
    .request-call-back-area .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
    .request-call-back-area .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"],
    .request-call-back-area .latest-developements .latest-dev-content .headline-area p a,
    .request-call-back-area .news-page-area .loadmore-post a,
    .request-call-back-area .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a,
    .request-call-back-area .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a,
    .request-call-back-area button,
    .request-call-back-area input[type="submit"] {
        font-size: 14px;
    }
}
.about-area .request-call-back-area a:disabled,
.banner-area.home-page-banner .banner-video .video-buttons .request-call-back-area a:disabled,
.banner-area.home-page-banner .banner-video .video-buttons .request-call-back-area button:disabled,
.brochure-popup-form .request-call-back-area .ebd_link:disabled,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .request-call-back-area button:disabled,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .request-call-back-area input:disabled[type="submit"],
.latest-developements .latest-dev-content .headline-area p .request-call-back-area a:disabled,
.news-page-area .loadmore-post .request-call-back-area a:disabled,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .request-call-back-area a:disabled,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .request-call-back-area a:disabled,
.request-call-back-area .about-area a:disabled,
.request-call-back-area .banner-area.home-page-banner .banner-video .video-buttons a:disabled,
.request-call-back-area .banner-area.home-page-banner .banner-video .video-buttons button:disabled,
.request-call-back-area .brochure-popup-form .ebd_link:disabled,
.request-call-back-area .btn:disabled,
.request-call-back-area .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:disabled,
.request-call-back-area .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input:disabled[type="submit"],
.request-call-back-area .latest-developements .latest-dev-content .headline-area p a:disabled,
.request-call-back-area .news-page-area .loadmore-post a:disabled,
.request-call-back-area .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:disabled,
.request-call-back-area .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:disabled,
.request-call-back-area button:disabled,
.request-call-back-area input[type="submit"]:disabled {
    color: #6d6f72;
}
.about-area .request-call-back-area a:disabled:after,
.banner-area.home-page-banner .banner-video .video-buttons .request-call-back-area a:disabled:after,
.banner-area.home-page-banner .banner-video .video-buttons .request-call-back-area button:disabled:after,
.brochure-popup-form .request-call-back-area .ebd_link:disabled:after,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .request-call-back-area button:disabled:after,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .request-call-back-area input[type="submit"]:disabled:after,
.latest-developements .latest-dev-content .headline-area p .request-call-back-area a:disabled:after,
.news-page-area .loadmore-post .request-call-back-area a:disabled:after,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .request-call-back-area a:disabled:after,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .request-call-back-area a:disabled:after,
.request-call-back-area .about-area a:disabled:after,
.request-call-back-area .banner-area.home-page-banner .banner-video .video-buttons a:disabled:after,
.request-call-back-area .banner-area.home-page-banner .banner-video .video-buttons button:disabled:after,
.request-call-back-area .brochure-popup-form .ebd_link:disabled:after,
.request-call-back-area .btn:disabled:after,
.request-call-back-area .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:disabled:after,
.request-call-back-area .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"]:disabled:after,
.request-call-back-area .latest-developements .latest-dev-content .headline-area p a:disabled:after,
.request-call-back-area .news-page-area .loadmore-post a:disabled:after,
.request-call-back-area .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:disabled:after,
.request-call-back-area .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:disabled:after,
.request-call-back-area button:disabled:after,
.request-call-back-area input[type="submit"]:disabled:after {
    border-bottom-color: #6d6f72;
}
.about-area .request-call-back-area a:hover,
.banner-area.home-page-banner .banner-video .video-buttons .request-call-back-area a:hover,
.banner-area.home-page-banner .banner-video .video-buttons .request-call-back-area button:hover,
.brochure-popup-form .request-call-back-area .ebd_link:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .request-call-back-area button:hover,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group .request-call-back-area input:hover[type="submit"],
.latest-developements .latest-dev-content .headline-area p .request-call-back-area a:hover,
.news-page-area .loadmore-post .request-call-back-area a:hover,
.opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item .request-call-back-area a:hover,
.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .request-call-back-area a:hover,
.request-call-back-area .about-area a:hover,
.request-call-back-area .banner-area.home-page-banner .banner-video .video-buttons a:hover,
.request-call-back-area .banner-area.home-page-banner .banner-video .video-buttons button:hover,
.request-call-back-area .brochure-popup-form .ebd_link:hover,
.request-call-back-area .btn:hover,
.request-call-back-area .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button:hover,
.request-call-back-area .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input:hover[type="submit"],
.request-call-back-area .latest-developements .latest-dev-content .headline-area p a:hover,
.request-call-back-area .news-page-area .loadmore-post a:hover,
.request-call-back-area .opportunities-area .opportunities-main-area .opportunities-wrap .opportunity .opportunity-item a:hover,
.request-call-back-area .property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:hover,
.request-call-back-area button:hover,
.request-call-back-area input[type="submit"]:hover {
    border: none;
    background: transparent;
}
.news-page-area {
    padding: 80px 0;
}
@media (max-width: 766px) {
    .news-page-area {
        padding: 40px 0;
    }
}
.news-page-area .news-page-wrap {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}
.news-page-area .back-to {
    display: table;
    color: #bb854a;
    font-size: 18px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    margin-bottom: 30px;
    position: absolute;
    left: 150px;
}
@media (max-width: 1440px) {
    .news-page-area .back-to {
        font-size: 16px;
    }
}
@media (max-width: 649px) {
    .news-page-area .back-to {
        font-size: 14px;
    }
}
@media (max-width: 1649px) {
    .news-page-area .back-to {
        position: static;
    }
}
.news-page-area .back-to:before {
    content: "<";
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: all 0.4s ease;
}
.news-page-area .back-to:hover:before {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}
.news-page-area .headline-area,
.news-page-area .news-fillters {
    margin-bottom: 40px;
}
.news-page-area .news-fillters ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-page-area .news-fillters ul li {
    font-size: 26px;
    font-weight: 400;
    font-family: GillSansNova-Medium;
    color: #bb854a;
    margin-bottom: 15px;
}
@media (max-width: 1440px) {
    .news-page-area .news-fillters ul li {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .news-page-area .news-fillters ul li {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .news-page-area .news-fillters ul li {
        font-size: 16px;
    }
}
.news-page-area .news-fillters ul li a {
    color: #bb854a;
    padding: 0 15px;
    position: relative;
}
.news-page-area .news-fillters ul li a:hover {
    color: #e4b474;
}
.news-page-area .news-fillters ul li a:after {
    content: "";
    display: block;
    margin: 5px 0 0;
    position: absolute;
    bottom: -4px;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #bb854a;
    display: none;
}
.news-page-area .news-fillters ul li a.active:after {
    display: block;
}
.news-page-area .news-fillters ul li:after {
    content: "|";
    margin: 0 10px;
}
.news-page-area .news-fillters ul li:last-child:after {
    content: none;
}
.news-page-area .loadmore-post {
    text-align: center;
    width: 100%;
}
.news-page-area .loadmore-post a {
    min-width: 300px;
    text-align: center;
}
@media (max-width: 1199px) {
    .news-page-area .news-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -20px;
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
}
@media (max-width: 990px) {
    .news-page-area .news-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
}
.news-page-area .news-list .news-item {
    margin-bottom: 80px;
}
@media (max-width: 1199px) {
    .news-page-area .news-list .news-item {
        width: 50%;
        padding: 0 20px;
        margin-bottom: 30px;
    }
}
@media (max-width: 990px) {
    .news-page-area .news-list .news-item {
        width: 100%;
        padding: 0;
    }
}
.news-page-area .news-list .news-item .news-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px) {
    .news-page-area .news-list .news-item .news-item-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.news-page-area .news-list .news-item .news-item-wrap .news-fig {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.news-page-area .news-list .news-item .news-item-wrap .news-fig:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(187, 133, 74, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: all 0.4s ease;
}
.news-page-area .news-list .news-item .news-item-wrap .news-fig img {
    display: block;
    width: 100%;
}
.news-page-area .news-list .news-item .news-item-wrap .news-fig:hover:before {
    opacity: 1;
}
.news-page-area .news-list .news-item .news-item-wrap .news-content-area {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 0 20px 20px;
}
@media (max-width: 1199px) {
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area {
        padding-left: 0;
    }
}
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title {
    border-bottom: 1px solid #bb854a;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h1,
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h2,
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h3,
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h4,
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h5,
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h6 {
    font-size: 26px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
    margin: 0;
}
@media (max-width: 1440px) {
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h1,
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h2,
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h3,
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h4,
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h5,
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h6 {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h1,
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h2,
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h3,
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h4,
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h5,
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h6 {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h1,
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h2,
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h3,
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h4,
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h5,
    .news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h6 {
        font-size: 16px;
    }
}
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h1 a,
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h2 a,
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h3 a,
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h4 a,
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h5 a,
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h6 a {
    color: #1a1a1a;
}
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h1 a:hover,
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h2 a:hover,
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h3 a:hover,
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h4 a:hover,
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h5 a:hover,
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .title h6 a:hover {
    color: #bb854a;
}
.news-page-area .news-list .news-item .news-item-wrap .news-content-area p:last-child {
    margin-bottom: 0;
}
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .news-meta {
    color: #bb854a;
    font-family: GillSansNova-Medium;
    margin: 0 -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .news-meta a {
    color: #bb854a;
}
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .news-meta a:hover {
    color: #e4b474;
}
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .news-meta .tag {
    margin-bottom: 20px;
    padding: 0 15px;
}
.news-page-area .news-list .news-item .news-item-wrap .news-content-area .news-meta .date {
    font-family: GillSansNova-Book;
    padding: 0 15px;
    margin-bottom: 20px;
}
.news-page-area .news-list.blog-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}
@media (max-width: 990px) {
    .news-page-area .news-list.blog-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
}
.news-page-area .news-list.blog-list .news-item {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 30px;
}
@media (max-width: 990px) {
    .news-page-area .news-list.blog-list .news-item {
        width: 100%;
        padding: 0;
    }
}
.news-page-area .news-list.blog-list .news-item .news-item-wrap {
    display: block;
}
.news-page-area .news-list.blog-list .news-item .news-item-wrap .news-content-area {
    padding: 20px 0;
}
.news-page-area .news-list.blog-list .news-item .news-item-wrap .news-content-area .news-meta .date {
    margin-bottom: 10px;
}
.news-detail-area {
    padding: 80px 0;
}
@media (max-width: 766px) {
    .news-detail-area {
        padding: 40px 0;
    }
}
.news-detail-area .back-to {
    display: table;
    color: #bb854a;
    font-size: 18px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    margin-bottom: 30px;
    position: absolute;
    left: 150px;
}
@media (max-width: 1440px) {
    .news-detail-area .back-to {
        font-size: 16px;
    }
}
@media (max-width: 649px) {
    .news-detail-area .back-to {
        font-size: 14px;
    }
}
@media (max-width: 1649px) {
    .news-detail-area .back-to {
        position: static;
    }
}
.news-detail-area .back-to:before {
    content: "<";
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: all 0.4s ease;
}
.news-detail-area .back-to:hover:before {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}
.news-detail-area .news-inner-container {
    max-width: 960px;
    margin: auto;
}
.news-detail-area figure {
    margin-bottom: 15px;
}
.news-detail-area figure img {
    width: 100%;
}
.news-detail-area b,
.news-detail-area strong {
    font-family: GillSansNova-Book;
}
.news-detail-area .news-meta {
    color: #bb854a;
    font-size: 26px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: GillSansNova-Medium;
}
@media (max-width: 1440px) {
    .news-detail-area .news-meta {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .news-detail-area .news-meta {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .news-detail-area .news-meta {
        font-size: 16px;
    }
}
.news-detail-area .news-meta .date {
    margin-right: 10px;
    margin-bottom: 15px;
}
.news-detail-area .news-meta .tag {
    color: #bb854a;
    margin-bottom: 15px;
}
.news-detail-area .news-meta .tag a,
.news-detail-area .news-meta .tag a:hover {
    color: #bb854a;
}
.news-detail-area .heading-area {
    border-bottom: 1px solid #bb854a;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.news-detail-area .heading-area h1,
.news-detail-area .heading-area h2,
.news-detail-area .heading-area h3,
.news-detail-area .heading-area h4,
.news-detail-area .heading-area h5,
.news-detail-area .heading-area h6 {
    margin: 0;
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
}
@media (max-width: 1440px) {
    .news-detail-area .heading-area h1,
    .news-detail-area .heading-area h2,
    .news-detail-area .heading-area h3,
    .news-detail-area .heading-area h4,
    .news-detail-area .heading-area h5,
    .news-detail-area .heading-area h6 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .news-detail-area .heading-area h1,
    .news-detail-area .heading-area h2,
    .news-detail-area .heading-area h3,
    .news-detail-area .heading-area h4,
    .news-detail-area .heading-area h5,
    .news-detail-area .heading-area h6 {
        font-size: 20px;
    }
}
@media (max-width: 519px) {
    .news-detail-area .heading-area h1,
    .news-detail-area .heading-area h2,
    .news-detail-area .heading-area h3,
    .news-detail-area .heading-area h4,
    .news-detail-area .heading-area h5,
    .news-detail-area .heading-area h6 {
        text-align: left;
    }
}
.news-detail-area .content-area {
    position: relative;
    color: #1a1a1a;
    font-size: 26px;
    font-weight: 400;
}
@media (max-width: 1440px) {
    .news-detail-area .content-area {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .news-detail-area .content-area {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .news-detail-area .content-area {
        font-size: 16px;
    }
}
.news-detail-area .content-area h1,
.news-detail-area .content-area h2,
.news-detail-area .content-area h3,
.news-detail-area .content-area h4,
.news-detail-area .content-area h5,
.news-detail-area .content-area h6 {
    margin: 0;
    color: #bb854a;
    font-family: GillSansNova-Medium;
}
.news-detail-area .content-area h2 {
    font-size: 32px;
    font-weight: 400;
}
@media (max-width: 1440px) {
    .news-detail-area .content-area h2 {
        font-size: 24px;
    }
}
@media (max-width: 766px) {
    .news-detail-area .content-area h2 {
        font-size: 22px;
    }
}
@media (max-width: 649px) {
    .news-detail-area .content-area h2 {
        font-size: 18px;
    }
}
.news-detail-area .content-area h3,
.news-detail-area .content-area h4,
.news-detail-area .content-area h5 {
    font-size: 28px;
    font-weight: 400;
    color: #1a1a1a;
}
@media (max-width: 1440px) {
    .news-detail-area .content-area h3,
    .news-detail-area .content-area h4,
    .news-detail-area .content-area h5 {
        font-size: 24px;
    }
}
@media (max-width: 766px) {
    .news-detail-area .content-area h3,
    .news-detail-area .content-area h4,
    .news-detail-area .content-area h5 {
        font-size: 22px;
    }
}
@media (max-width: 649px) {
    .news-detail-area .content-area h3,
    .news-detail-area .content-area h4,
    .news-detail-area .content-area h5 {
        font-size: 18px;
    }
}
.news-detail-area .content-area p {
    margin-bottom: 30px;
}
.news-detail-area .content-area a {
    color: #bb854a;
    font-family: GillSansNova-Book;
}
.news-detail-area .content-area a:hover {
    color: #e4b474;
}
.news-detail-area .content-area blockquote {
    font-style: italic;
    padding-left: 90px;
    margin: 0;
    font-family: GillSansNova-Light;
}
@media (max-width: 649px) {
    .news-detail-area .content-area blockquote {
        padding-left: 50px;
    }
}
@media (max-width: 519px) {
    .news-detail-area .content-area blockquote {
        padding-left: 30px;
    }
}
.news-detail-area .content-area ol {
    padding-left: 90px;
    margin-bottom: 40px;
}
@media (max-width: 649px) {
    .news-detail-area .content-area ol {
        padding-left: 50px;
    }
}
@media (max-width: 519px) {
    .news-detail-area .content-area ol {
        padding-left: 30px;
    }
}
.news-detail-area .content-area ol li {
    margin-bottom: 20px;
}
.news-detail-area .content-area ul {
    list-style: none;
    padding: 0 0 0 60px;
    margin: 0 0 40px;
}
@media (max-width: 649px) {
    .news-detail-area .content-area ul {
        padding-left: 20px;
    }
}
@media (max-width: 519px) {
    .news-detail-area .content-area ul {
        padding-left: 0;
    }
}
.news-detail-area .content-area ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
@media (max-width: 649px) {
    .news-detail-area .content-area ul li {
        padding-left: 20px;
    }
}
.news-detail-area .content-area ul li:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #bb854a;
    position: absolute;
    left: 0;
    top: 15px;
}
@media (max-width: 649px) {
    .news-detail-area .content-area ul li:before {
        width: 10px;
        top: 10px;
    }
}
.news-detail-area .share-option {
    position: static;
    margin-bottom: 30px;
}
.news-detail-area .share-option .share-area,
.news-detail-area .share-option .share-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.news-detail-area .share-option .share-btn {
    width: 50px;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #bb854a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    padding: 12px;
}
.news-detail-area .share-option .share-btn,
.news-detail-area .share-option .share-btn img {
    -webkit-transition: all 0.5s ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: all 0.5s ease;
}
.news-detail-area .share-option .share-btn img {
    -webkit-filter: grayscale(1) brightness(3.8) contrast(7.8);
    filter: grayscale(1) brightness(3.8) contrast(7.8);
    display: block;
}
.news-detail-area .share-option ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-detail-area .share-option ul li {
    display: block;
    text-align: center;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.5s ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: all 0.5s ease;
    margin: 0 10px;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
}
.news-detail-area .share-option ul li:before {
    content: none;
}
.news-detail-area .share-option ul li:nth-child(n + 1) {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.news-detail-area .share-option ul li:nth-child(n + 2) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.news-detail-area .share-option ul li:nth-child(n + 3) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.news-detail-area .share-option ul li:nth-child(n + 4) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.news-detail-area .share-option ul li:nth-child(n + 5) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.news-detail-area .share-option ul li:nth-child(n + 6) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.news-detail-area .share-option ul li:nth-child(n + 7) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
.news-detail-area .share-option ul li:nth-child(n + 8) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.news-detail-area .share-option ul li:nth-child(n + 9) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.news-detail-area .share-option ul li:nth-child(n + 10) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.news-detail-area .share-option ul li a {
    width: 40px;
    height: 40px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
}
.news-detail-area .share-option ul li a,
.news-detail-area .share-option ul li a img {
    -webkit-transition: all 0.5s ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: all 0.5s ease;
}
.news-detail-area .share-option ul li img {
    max-width: 30px;
    max-height: 20px;
}
.news-detail-area .share-option.open ul li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.news-detail-area .share-option.open ul li:nth-child(n + 1) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.news-detail-area .share-option.open ul li:nth-child(n + 2) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.news-detail-area .share-option.open ul li:nth-child(n + 3) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.news-detail-area .share-option.open ul li:nth-child(n + 4) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.news-detail-area .share-option.open ul li:nth-child(n + 5) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.news-detail-area .share-option.open ul li:nth-child(n + 6) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.news-detail-area .share-option.open ul li:nth-child(n + 7) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}
.news-detail-area .share-option.open ul li:nth-child(n + 8) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.news-detail-area .share-option.open ul li:nth-child(n + 9) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}
.news-detail-area .share-option.open ul li:nth-child(n + 10) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.page-content-area {
    padding: 80px 0;
}
@media (max-width: 766px) {
    .page-content-area {
        padding: 40px 0;
    }
}
.page-content-area .headline-area {
    margin-bottom: 40px;
}
.error-page-area {
    padding: 80px 0;
}
@media (max-width: 766px) {
    .error-page-area {
        padding: 40px 0;
    }
}
.error-page-area .headline-area {
    margin-bottom: 40px;
}
.error-page-area .headline-area span {
    display: block;
    text-align: center;
    font-size: 3em;
}
.group-banner {
    padding: 80px 0;
    max-width: 975px;
    margin: auto;
    line-height: 1.5;
}
@media (max-width: 766px) {
    .group-banner {
        padding: 40px 0;
    }
}
.group-banner .headline-area h1,
.group-banner .headline-area h2,
.group-banner .headline-area h3,
.group-banner .headline-area h4,
.group-banner .headline-area h5,
.group-banner .headline-area h6 {
    margin-bottom: 20px;
}
@media (max-width: 479px) {
    .group-banner img {
        max-width: 130px;
    }
}
.about-group-area {
    position: relative;
    padding: 0 0 50px;
    background: #faf7f2;
    margin-bottom: 50px;
}
.about-group-area .about-group-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width: 990px) {
    .about-group-area .about-group-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.about-group-area .about-group-wrap .about-group-content,
.about-group-area .about-group-wrap .about-group-image {
    width: 100%;
}
.about-group-area .about-group-wrap .about-group-image {
    min-width: 60%;
    width: 60%;
}
@media (max-width: 990px) {
    .about-group-area .about-group-wrap .about-group-image {
        width: 100%;
        margin-bottom: 30px;
    }
}
.about-group-area .about-group-wrap .about-group-image img {
    width: 100%;
    display: block;
}
.about-group-area .about-group-wrap .about-group-content {
    background: #faf7f2;
    position: relative;
    padding: 20px;
    left: 160px;
    margin-top: 14%;
    width: 35%;
    line-height: 1.5;
}
@media (max-width: 990px) {
    .about-group-area .about-group-wrap .about-group-content {
        width: 100%;
        left: auto;
        margin-top: 0;
        text-align: center;
    }
}
.about-group-area .about-group-wrap .about-group-content .headline-area {
    text-align: left;
    margin-bottom: 0;
}
@media (max-width: 990px) {
    .about-group-area .about-group-wrap .about-group-content .headline-area {
        text-align: center;
    }
}
.about-group-area .about-group-wrap .about-group-content .headline-area h1,
.about-group-area .about-group-wrap .about-group-content .headline-area h2,
.about-group-area .about-group-wrap .about-group-content .headline-area h3,
.about-group-area .about-group-wrap .about-group-content .headline-area h4,
.about-group-area .about-group-wrap .about-group-content .headline-area h5,
.about-group-area .about-group-wrap .about-group-content .headline-area h6 {
    text-align: left;
    margin-bottom: 20px;
}
@media (max-width: 990px) {
    .about-group-area .about-group-wrap .about-group-content .headline-area h1,
    .about-group-area .about-group-wrap .about-group-content .headline-area h2,
    .about-group-area .about-group-wrap .about-group-content .headline-area h3,
    .about-group-area .about-group-wrap .about-group-content .headline-area h4,
    .about-group-area .about-group-wrap .about-group-content .headline-area h5,
    .about-group-area .about-group-wrap .about-group-content .headline-area h6 {
        text-align: center;
    }
}
.about-group-area:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 100px;
    width: 1px;
    background: #bb854a;
    margin-top: -40px;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
@media (max-width: 1024px) {
    .about-group-area:before {
        content: none;
    }
}
.about-group-area:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background: url(../img/website-icon-small.svg) 50% no-repeat;
}
@media (max-width: 1024px) {
    .about-group-area:after {
        content: none;
    }
}
.group-fields-area {
    padding: 80px 0 0;
}
@media (max-width: 766px) {
    .group-fields-area {
        padding: 40px 0;
        padding-bottom: 0;
    }
}
.group-fields-area .all-fields .field {
    padding: 80px 0;
}
@media (max-width: 766px) {
    .group-fields-area .all-fields .field {
        padding: 40px 0;
    }
}
.group-fields-area .all-fields .field:nth-child(2n) {
    background: #faf7f2;
}
.group-fields-area .all-fields .field:nth-child(2n) .field-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width: 766px) {
    .group-fields-area .all-fields .field:nth-child(2n) .field-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.group-fields-area .all-fields .field .field-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -20px;
}
@media (max-width: 766px) {
    .group-fields-area .all-fields .field .field-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
.group-fields-area .all-fields .field .field-wrap .field-contant-area,
.group-fields-area .all-fields .field .field-wrap .field-logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.group-fields-area .all-fields .field .field-wrap .field-logo {
    text-align: center;
    padding: 20px 30px;
}
@media (max-width: 1199px) {
    .group-fields-area .all-fields .field .field-wrap .field-logo {
        max-width: 40%;
    }
}
@media (max-width: 766px) {
    .group-fields-area .all-fields .field .field-wrap .field-logo {
        max-width: 250px;
    }
}
.group-fields-area .all-fields .field .field-wrap .field-contant-area {
    line-height: 1.5;
    padding: 20px 30px;
}
.group-fields-area .all-fields .field .field-wrap .field-contant-area h1,
.group-fields-area .all-fields .field .field-wrap .field-contant-area h2,
.group-fields-area .all-fields .field .field-wrap .field-contant-area h3,
.group-fields-area .all-fields .field .field-wrap .field-contant-area h4,
.group-fields-area .all-fields .field .field-wrap .field-contant-area h5,
.group-fields-area .all-fields .field .field-wrap .field-contant-area h6 {
    font-size: 65px;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
    margin: 0 0 30px;
    font-size: 35px;
    font-weight: 400;
}
@media (max-width: 1598px) {
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h1,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h2,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h3,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h4,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h5,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h6 {
        font-size: 45px;
    }
}
@media (max-width: 1440px) {
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h1,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h2,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h3,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h4,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h5,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h6 {
        font-size: 35px;
    }
}
@media (max-width: 649px) {
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h1,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h2,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h3,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h4,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h5,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h6 {
        font-size: 26px;
    }
}
@media (max-width: 1440px) {
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h1,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h2,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h3,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h4,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h5,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h6 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h1,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h2,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h3,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h4,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h5,
    .group-fields-area .all-fields .field .field-wrap .field-contant-area h6 {
        font-size: 20px;
    }
}
.group-fields-area .all-fields .field .field-wrap .field-contant-area .more-content {
    display: none;
}
.group-fields-area .all-fields .field .field-wrap .field-contant-area .toggle-more-content {
    display: table;
    font-size: 20px;
    font-weight: 400;
    color: #bb854a;
    font-family: GillSansNova-Book;
    cursor: pointer;
}
@media (max-width: 1440px) {
    .group-fields-area .all-fields .field .field-wrap .field-contant-area .toggle-more-content {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .group-fields-area .all-fields .field .field-wrap .field-contant-area .toggle-more-content {
        font-size: 14px;
    }
}
@media (max-width: 766px) {
    .group-fields-area .all-fields .field .field-wrap .field-contant-area .toggle-more-content {
        margin: auto;
    }
}
.group-fields-area .all-fields .field .field-wrap .field-contant-area .toggle-more-content:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/down-arrow-icon.svg) 50% no-repeat;
    -webkit-transition: all 0.4s ease;
    -o-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: all 0.4s ease;
}
.group-fields-area .all-fields .field .field-wrap .field-contant-area .toggle-more-content:hover:after {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}
.group-fields-area .all-fields .field .field-wrap .field-contant-area .toggle-more-content.hide:after {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}
.group-fields-area .all-fields .field .field-wrap .field-contant-area .toggle-more-content.hide:hover:after {
    -webkit-transform: scaleY(-1) translateY(5px);
    -moz-transform: scaleY(-1) translateY(5px);
    -ms-transform: scaleY(-1) translateY(5px);
    -o-transform: scaleY(-1) translateY(5px);
    transform: scaleY(-1) translateY(5px);
}
.latest-developements .latest-dev-image img {
    display: block;
    width: 100%;
}
.latest-developements .latest-dev-content {
    padding: 80px 0;
    background: #faf7f2;
}
@media (max-width: 766px) {
    .latest-developements .latest-dev-content {
        padding: 40px 0;
    }
}
.latest-developements .latest-dev-content .headline-area {
    max-width: 800px;
    margin: auto;
    line-height: 1.5;
}
.latest-developements .latest-dev-content .headline-area h1,
.latest-developements .latest-dev-content .headline-area h2,
.latest-developements .latest-dev-content .headline-area h3,
.latest-developements .latest-dev-content .headline-area h4,
.latest-developements .latest-dev-content .headline-area h5,
.latest-developements .latest-dev-content .headline-area h6 {
    margin-bottom: 35px;
}
.press-release-area {
    padding: 80px 0;
    background: url(../img/press-release-bk.png) 0 no-repeat;
    -webkit-background-size: 15% 15%;
    -moz-background-size: 15%;
    -o-background-size: 15%;
    background-size: 15%;
}
@media (max-width: 766px) {
    .press-release-area {
        padding: 40px 0;
    }
}
.press-release-area .headline-area {
    margin-bottom: 60px;
}
@media (max-width: 766px) {
    .press-release-area .headline-area {
        margin-bottom: 30px;
    }
}
.press-release-area .press-release-tab-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 766px) {
    .press-release-area .press-release-tab-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.press-release-area .press-release-tab-area .tab-panels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 360px;
    min-width: 360px;
    padding-top: 40px;
    overflow: hidden;
}
@media (max-width: 990px) {
    .press-release-area .press-release-tab-area .tab-panels {
        width: auto;
        min-width: 250px;
        padding-top: 20px;
    }
}
@media (max-width: 766px) {
    .press-release-area .press-release-tab-area .tab-panels {
        width: 100%;
        min-width: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px;
    }
}
.press-release-area .press-release-tab-area .tab-panels .tab-panel {
    text-align: left;
    color: #e4b474;
    margin-bottom: 15px;
    font-family: GillSansNova-Light;
}
.press-release-area .press-release-tab-area .tab-panels .tab-panel span {
    position: relative;
}
.press-release-area .press-release-tab-area .tab-panels .tab-panel span:before {
    content: "";
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 50%;
    width: 400px;
    height: 0;
    border-bottom: 1px solid #bb854a;
    display: block;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: all 0.5s ease;
}
@media (max-width: 766px) {
    .press-release-area .press-release-tab-area .tab-panels .tab-panel span:before {
        width: 100%;
        left: auto;
        right: auto;
        display: block;
        margin: 15px 0 0;
        border-bottom: 1px solid #bb854a;
    }
}
.press-release-area .press-release-tab-area .tab-panels .tab-panel.active {
    color: #bb854a;
    font-family: GillSansNova-Medium;
}
.press-release-area .press-release-tab-area .tab-panels .tab-panel.active span:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.press-release-area .press-release-tab-area .tab-contents {
    padding-top: 0;
    padding-left: 30px;
}
@media (max-width: 766px) {
    .press-release-area .press-release-tab-area .tab-contents {
        padding-left: 0;
        width: 100%;
    }
}
@media (max-width: 766px) {
    .press-release-area .press-release-tab-area .tab-contents .tab-content {
        width: 100%;
    }
}
.press-release-area .press-release-tab-area .tab-contents .tab-content img {
    display: block;
}
@media (max-width: 766px) {
    .press-release-area .press-release-tab-area .tab-contents .tab-content img {
        margin: auto;
    }
}
.gallery-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallery-area .gallery-item--g {
    width: 33.33%;
    position: relative;
}
@media (max-width: 649px) {
    .gallery-area .gallery-item--g {
        width: 50%;
    }
}
.gallery-area .gallery-item--g:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(187, 133, 74, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: all 0.4s ease;
}
.gallery-area .gallery-item--g img {
    display: block;
    width: 100%;
}
.gallery-area .gallery-item--g:hover:before {
    opacity: 1;
}
.gallery-area.will-animate .gallery-item--g {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
.gallery-area.will-animate .gallery-item--g:first-child {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(5) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(6) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(7) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(9) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(10) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(11) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(12) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(13) {
    -webkit-transition-delay: 1.95s;
    -moz-transition-delay: 1.95s;
    -o-transition-delay: 1.95s;
    transition-delay: 1.95s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(14) {
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(15) {
    -webkit-transition-delay: 2.25s;
    -moz-transition-delay: 2.25s;
    -o-transition-delay: 2.25s;
    transition-delay: 2.25s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(16) {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(17) {
    -webkit-transition-delay: 2.55s;
    -moz-transition-delay: 2.55s;
    -o-transition-delay: 2.55s;
    transition-delay: 2.55s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(18) {
    -webkit-transition-delay: 2.7s;
    -moz-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(19) {
    -webkit-transition-delay: 2.85s;
    -moz-transition-delay: 2.85s;
    -o-transition-delay: 2.85s;
    transition-delay: 2.85s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(20) {
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(21) {
    -webkit-transition-delay: 3.15s;
    -moz-transition-delay: 3.15s;
    -o-transition-delay: 3.15s;
    transition-delay: 3.15s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(22) {
    -webkit-transition-delay: 3.3s;
    -moz-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(23) {
    -webkit-transition-delay: 3.45s;
    -moz-transition-delay: 3.45s;
    -o-transition-delay: 3.45s;
    transition-delay: 3.45s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(24) {
    -webkit-transition-delay: 3.6s;
    -moz-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(25) {
    -webkit-transition-delay: 3.75s;
    -moz-transition-delay: 3.75s;
    -o-transition-delay: 3.75s;
    transition-delay: 3.75s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(26) {
    -webkit-transition-delay: 3.9s;
    -moz-transition-delay: 3.9s;
    -o-transition-delay: 3.9s;
    transition-delay: 3.9s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(27) {
    -webkit-transition-delay: 4.05s;
    -moz-transition-delay: 4.05s;
    -o-transition-delay: 4.05s;
    transition-delay: 4.05s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(28) {
    -webkit-transition-delay: 4.2s;
    -moz-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(29) {
    -webkit-transition-delay: 4.35s;
    -moz-transition-delay: 4.35s;
    -o-transition-delay: 4.35s;
    transition-delay: 4.35s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(30) {
    -webkit-transition-delay: 4.5s;
    -moz-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(31) {
    -webkit-transition-delay: 4.65s;
    -moz-transition-delay: 4.65s;
    -o-transition-delay: 4.65s;
    transition-delay: 4.65s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(32) {
    -webkit-transition-delay: 4.8s;
    -moz-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(33) {
    -webkit-transition-delay: 4.95s;
    -moz-transition-delay: 4.95s;
    -o-transition-delay: 4.95s;
    transition-delay: 4.95s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(34) {
    -webkit-transition-delay: 5.1s;
    -moz-transition-delay: 5.1s;
    -o-transition-delay: 5.1s;
    transition-delay: 5.1s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(35) {
    -webkit-transition-delay: 5.25s;
    -moz-transition-delay: 5.25s;
    -o-transition-delay: 5.25s;
    transition-delay: 5.25s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(36) {
    -webkit-transition-delay: 5.4s;
    -moz-transition-delay: 5.4s;
    -o-transition-delay: 5.4s;
    transition-delay: 5.4s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(37) {
    -webkit-transition-delay: 5.55s;
    -moz-transition-delay: 5.55s;
    -o-transition-delay: 5.55s;
    transition-delay: 5.55s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(38) {
    -webkit-transition-delay: 5.7s;
    -moz-transition-delay: 5.7s;
    -o-transition-delay: 5.7s;
    transition-delay: 5.7s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(39) {
    -webkit-transition-delay: 5.85s;
    -moz-transition-delay: 5.85s;
    -o-transition-delay: 5.85s;
    transition-delay: 5.85s;
}
.gallery-area.will-animate .gallery-item--g:nth-child(40) {
    -webkit-transition-delay: 6s;
    -moz-transition-delay: 6s;
    -o-transition-delay: 6s;
    transition-delay: 6s;
}
.gallery-area.animated .gallery-item--g {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.default-page {
    padding: 80px 0;
    max-width: 975px;
    margin: auto;
    line-height: 1.5;
}
@media (max-width: 766px) {
    .default-page {
        padding: 40px 0;
    }
}
.default-page .headline-area {
    margin-bottom: 40px;
}
.default-page .headline-area h1,
.default-page .headline-area h2,
.default-page .headline-area h3,
.default-page .headline-area h4,
.default-page .headline-area h5,
.default-page .headline-area h6 {
    font-size: 65px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
    text-align: center;
    margin: 0;
}
@media (max-width: 1598px) {
    .default-page .headline-area h1,
    .default-page .headline-area h2,
    .default-page .headline-area h3,
    .default-page .headline-area h4,
    .default-page .headline-area h5,
    .default-page .headline-area h6 {
        font-size: 45px;
    }
}
@media (max-width: 1440px) {
    .default-page .headline-area h1,
    .default-page .headline-area h2,
    .default-page .headline-area h3,
    .default-page .headline-area h4,
    .default-page .headline-area h5,
    .default-page .headline-area h6 {
        font-size: 35px;
    }
}
@media (max-width: 649px) {
    .default-page .headline-area h1,
    .default-page .headline-area h2,
    .default-page .headline-area h3,
    .default-page .headline-area h4,
    .default-page .headline-area h5,
    .default-page .headline-area h6 {
        font-size: 26px;
    }
}
.default-page .headline-area h1 b,
.default-page .headline-area h1 strong,
.default-page .headline-area h2 b,
.default-page .headline-area h2 strong,
.default-page .headline-area h3 b,
.default-page .headline-area h3 strong,
.default-page .headline-area h4 b,
.default-page .headline-area h4 strong,
.default-page .headline-area h5 b,
.default-page .headline-area h5 strong,
.default-page .headline-area h6 b,
.default-page .headline-area h6 strong {
    font-size: 0.9em;
    font-family: Libre Baskerville, serif;
    color: #fff;
    letter-spacing: 4px;
    text-shadow: -1px -1px 0 #bb854a, 1px -1px 0 #bb854a, -1px 1px 0 #bb854a, 1px 1px 0 #bb854a;
}
.default-page h1,
.default-page h2,
.default-page h3,
.default-page h4,
.default-page h5,
.default-page h6 {
    color: #bb854a;
    font-family: GillSansNova-Medium;
}
.default-page h2 {
    font-size: 32px;
    font-weight: 400;
}
@media (max-width: 1440px) {
    .default-page h2 {
        font-size: 24px;
    }
}
@media (max-width: 766px) {
    .default-page h2 {
        font-size: 22px;
    }
}
@media (max-width: 649px) {
    .default-page h2 {
        font-size: 18px;
    }
}
.default-page h3,
.default-page h4,
.default-page h5 {
    font-size: 28px;
    font-weight: 400;
    color: #1a1a1a;
}
@media (max-width: 1440px) {
    .default-page h3,
    .default-page h4,
    .default-page h5 {
        font-size: 24px;
    }
}
@media (max-width: 766px) {
    .default-page h3,
    .default-page h4,
    .default-page h5 {
        font-size: 22px;
    }
}
@media (max-width: 649px) {
    .default-page h3,
    .default-page h4,
    .default-page h5 {
        font-size: 18px;
    }
}
.default-page p {
    margin-bottom: 30px;
}
.default-page a {
    color: #bb854a;
    font-family: GillSansNova-Book;
}
.default-page a:hover {
    color: #e4b474;
}
.default-page blockquote {
    font-style: italic;
    padding-left: 90px;
    margin: 0;
    font-family: GillSansNova-Light;
}
@media (max-width: 649px) {
    .default-page blockquote {
        padding-left: 50px;
    }
}
@media (max-width: 519px) {
    .default-page blockquote {
        padding-left: 30px;
    }
}
.default-page ol {
    padding-left: 90px;
    margin-bottom: 40px;
}
@media (max-width: 649px) {
    .default-page ol {
        padding-left: 50px;
    }
}
@media (max-width: 519px) {
    .default-page ol {
        padding-left: 30px;
    }
}
.default-page ol li {
    margin-bottom: 20px;
}
.default-page ul {
    list-style: none;
    padding: 0 0 0 60px;
    margin: 0 0 40px;
}
@media (max-width: 649px) {
    .default-page ul {
        padding-left: 20px;
    }
}
@media (max-width: 519px) {
    .default-page ul {
        padding-left: 0;
    }
}
.default-page ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
@media (max-width: 649px) {
    .default-page ul li {
        padding-left: 20px;
    }
}
.default-page ul li:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #bb854a;
    position: absolute;
    left: 0;
    top: 18px;
}
@media (max-width: 649px) {
    .default-page ul li:before {
        width: 10px;
        top: 10px;
    }
}
.construction-area {
    padding: 80px 0;
    background: #f9f7f2;
}
@media (max-width: 766px) {
    .construction-area {
        padding: 40px 0;
    }
}
.construction-area .container {
    width: 1045px;
    max-width: 100%;
}
@media (max-width: 766px) {
    .construction-area .container {
        padding: 0;
    }
}
.construction-area .headline-area {
    margin-bottom: 40px;
}
.construction-area .headline-area h1,
.construction-area .headline-area h2,
.construction-area .headline-area h3,
.construction-area .headline-area h4,
.construction-area .headline-area h5,
.construction-area .headline-area h6 {
    margin-bottom: 20px;
}
.construction-area .construction-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}
@media (max-width: 766px) {
    .construction-area .construction-data {
        padding: 0 20px;
    }
}
.construction-area .construction-data .date,
.construction-area .construction-data .link {
    margin-right: 20px;
}
.construction-area .construction-gallery .slick-prev {
    width: 44px;
    height: 44px;
    background: url(../img/slider-left-arrow.svg) 50% no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: 9;
}
@media (max-width: 649px) {
    .construction-area .construction-gallery .slick-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        left: 0;
    }
}
.construction-area .construction-gallery .slick-prev:before {
    content: none;
}
.construction-area .construction-gallery .slick-next {
    width: 44px;
    height: 44px;
    background: url(../img/slider-right-arrow.svg) 50% no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: 9;
}
@media (max-width: 649px) {
    .construction-area .construction-gallery .slick-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        right: 0;
    }
}
.construction-area .construction-gallery .slick-next:before {
    content: none;
}
.construction-area .construction-gallery .slick-disabled {
    opacity: 0.3;
}
.construction-area .construction-gallery .construction-images {
    margin-bottom: 0;
}
.construction-area .construction-gallery .construction-images .slick-dots {
    pointer-events: none;
    bottom: 5px;
    text-align: right;
}
@media (max-width: 766px) {
    .construction-area .construction-gallery .construction-images .slick-dots {
        padding-right: 15px;
    }
}
.construction-area .construction-gallery .construction-images .slick-dots li {
    width: auto;
    height: auto;
}
.construction-area .construction-gallery .construction-images .slick-dots li button {
    height: 10px;
    width: 10px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #bb854a;
    pointer-events: auto;
}
.construction-area .construction-gallery .construction-images .slick-dots li button:before {
    content: none;
}
.construction-area .construction-gallery .construction-images .slick-dots li.slick-active button {
    background: #bb854a;
}
.plyr--video.plyr--stopped .plyr__controls {
    display: none;
}
.plyr__poster {
    pointer-events: none;
}
.video-sec {
    padding: 80px 0;
}
@media (max-width: 766px) {
    .video-sec {
        padding: 40px 0;
    }
}
.video-sec .headline-area h1,
.video-sec .headline-area h2,
.video-sec .headline-area h3,
.video-sec .headline-area h4,
.video-sec .headline-area h5,
.video-sec .headline-area h6 {
    margin-bottom: 20px;
}
.video-sec .all-videos .video-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bb854a;
}
@media (max-width: 990px) {
    .video-sec .all-videos .video-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 480px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
.video-sec .all-videos .video-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0x;
    border-bottom: 0 solid #bb854a;
}
.video-sec .all-videos .video-item .video-area {
    width: 50%;
}
@media (max-width: 990px) {
    .video-sec .all-videos .video-item .video-area {
        width: 100%;
        margin-bottom: 20px;
    }
}
.video-sec .all-videos .video-item .video-description {
    width: 50%;
    padding-left: 30px;
}
@media (max-width: 990px) {
    .video-sec .all-videos .video-item .video-description {
        width: 100%;
        padding-left: 0;
    }
}
.video-sec .all-videos .video-item .video-description h1,
.video-sec .all-videos .video-item .video-description h2,
.video-sec .all-videos .video-item .video-description h3,
.video-sec .all-videos .video-item .video-description h4,
.video-sec .all-videos .video-item .video-description h5,
.video-sec .all-videos .video-item .video-description h6 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 400;
    color: #bb854a;
}
@media (max-width: 1440px) {
    .video-sec .all-videos .video-item .video-description h1,
    .video-sec .all-videos .video-item .video-description h2,
    .video-sec .all-videos .video-item .video-description h3,
    .video-sec .all-videos .video-item .video-description h4,
    .video-sec .all-videos .video-item .video-description h5,
    .video-sec .all-videos .video-item .video-description h6 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .video-sec .all-videos .video-item .video-description h1,
    .video-sec .all-videos .video-item .video-description h2,
    .video-sec .all-videos .video-item .video-description h3,
    .video-sec .all-videos .video-item .video-description h4,
    .video-sec .all-videos .video-item .video-description h5,
    .video-sec .all-videos .video-item .video-description h6 {
        font-size: 20px;
    }
}
.video-sec .all-videos .video-item .video-description p:last-child {
    margin-bottom: 0;
}
.brochure-sec {
    padding: 80px 0;
}
@media (max-width: 766px) {
    .brochure-sec {
        padding: 40px 0;
    }
}
.brochure-sec .headline-area {
    width: 735px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.brochure-sec .headline-area h1,
.brochure-sec .headline-area h2,
.brochure-sec .headline-area h3,
.brochure-sec .headline-area h4,
.brochure-sec .headline-area h5,
.brochure-sec .headline-area h6 {
    margin-bottom: 20px;
}
.brochure-sec .all-brochure-area {
    padding-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -40px;
}
@media (max-width: 1199px) {
    .brochure-sec .all-brochure-area {
        margin: 0;
    }
}
.brochure-sec .all-brochure-area h1,
.brochure-sec .all-brochure-area h2,
.brochure-sec .all-brochure-area h3,
.brochure-sec .all-brochure-area h4,
.brochure-sec .all-brochure-area h5,
.brochure-sec .all-brochure-area h6 {
    font-size: 20px;
    font-weight: 400;
    color: #bb854a;
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 1440px) {
    .brochure-sec .all-brochure-area h1,
    .brochure-sec .all-brochure-area h2,
    .brochure-sec .all-brochure-area h3,
    .brochure-sec .all-brochure-area h4,
    .brochure-sec .all-brochure-area h5,
    .brochure-sec .all-brochure-area h6 {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .brochure-sec .all-brochure-area h1,
    .brochure-sec .all-brochure-area h2,
    .brochure-sec .all-brochure-area h3,
    .brochure-sec .all-brochure-area h4,
    .brochure-sec .all-brochure-area h5,
    .brochure-sec .all-brochure-area h6 {
        font-size: 14px;
    }
}
.brochure-sec .all-brochure-area .brochure-list {
    width: 50%;
    padding: 0 50px;
}
@media (max-width: 1199px) {
    .brochure-sec .all-brochure-area .brochure-list {
        padding: 0 20px;
    }
}
@media (max-width: 990px) {
    .brochure-sec .all-brochure-area .brochure-list {
        padding: 0 15px;
    }
}
@media (max-width: 649px) {
    .brochure-sec .all-brochure-area .brochure-list {
        width: 100%;
        margin: 30px 0;
    }
}
.brochure-sec .all-brochure-area .brochure-list .brochure-item {
    width: 100%;
    background: #faf7f2;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 400;
    font-family: GillSansNova-Book;
    color: #bb854a;
    line-height: 1.2;
    -webkit-transition: all 0.8s ease;
    -o-transition: 0.8s all ease;
    -moz-transition: 0.8s all ease;
    transition: all 0.8s ease;
}
@media (max-width: 1440px) {
    .brochure-sec .all-brochure-area .brochure-list .brochure-item {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .brochure-sec .all-brochure-area .brochure-list .brochure-item {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .brochure-sec .all-brochure-area .brochure-list .brochure-item {
        font-size: 16px;
        padding: 10px;
    }
}
.brochure-sec .all-brochure-area .brochure-list .brochure-item .brochure-item-wrap {
    border: 1px solid #bb854a;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.6s ease;
    -o-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    transition: all 0.6s ease;
}
.brochure-sec .all-brochure-area .brochure-list .brochure-item .brochure-item-wrap a {
    display: block;
    width: 100%;
    color: #bb854a;
    padding: 15px 80px 15px 30px;
    -webkit-transition: all 0.6s ease;
    -o-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    transition: all 0.6s ease;
}
@media (max-width: 990px) {
    .brochure-sec .all-brochure-area .brochure-list .brochure-item .brochure-item-wrap a {
        padding: 10px 60px 10px 15px;
    }
}
.brochure-sec .all-brochure-area .brochure-list .brochure-item .brochure-item-wrap:before {
    content: "";
    background: url(../img/download-icon.svg) 50% no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    -webkit-transition: -webkit-filter 0.8s ease;
    transition: -webkit-filter 0.8s ease;
    -o-transition: 0.8s filter ease;
    -moz-transition: 0.8s filter ease;
    transition: filter 0.8s ease;
    transition: filter 0.8s ease, -webkit-filter 0.8s ease;
}
@media (max-width: 990px) {
    .brochure-sec .all-brochure-area .brochure-list .brochure-item .brochure-item-wrap:before {
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }
}
.brochure-sec .all-brochure-area .brochure-list .brochure-item:hover {
    background: #bb854a;
    color: #fff;
}
.brochure-sec .all-brochure-area .brochure-list .brochure-item:hover .brochure-item-wrap {
    border-color: #fff;
}
.brochure-sec .all-brochure-area .brochure-list .brochure-item:hover .brochure-item-wrap a {
    color: #fff;
}
.brochure-sec .all-brochure-area .brochure-list .brochure-item:hover .brochure-item-wrap:before {
    -webkit-filter: brightness(3) grayscale(1);
    filter: brightness(3) grayscale(1);
}
.brochure-popup-form {
    width: 600px;
    margin: auto;
    max-width: 100%;
    background: #fff;
    padding: 10px;
    position: relative;
}
.brochure-popup-form .mfp-close {
    text-indent: -99999px;
    width: 30px;
    height: 30px;
    background: url(../img/close-icon.svg) 50% no-repeat !important;
    top: 20px;
    right: 15px;
}
@media (max-width: 766px) {
    .brochure-popup-form .mfp-close {
        width: 24px;
        height: 24px;
    }
}
.brochure-popup-form .ebd_results br {
    display: none;
}
.brochure-popup-form .ebd_link {
    display: block;
    text-align: center;
    padding: 0 15px;
    line-height: 45px;
    border: 0;
}
.brochure-popup-form .ebd_link:hover {
    border: 1px solid #bb854a;
}
.brochure-popup-form form.sent {
    display: none;
}
.brochure-popup-form .brochure-popup-form-wrap {
    border: 1px solid #bb854a;
    padding: 50px;
}
@media (max-width: 766px) {
    .brochure-popup-form .brochure-popup-form-wrap {
        padding: 40px 30px;
    }
}
.brochure-popup-form .brochure-popup-form-wrap.donwload-now h1,
.brochure-popup-form .brochure-popup-form-wrap.donwload-now h2,
.brochure-popup-form .brochure-popup-form-wrap.donwload-now h3,
.brochure-popup-form .brochure-popup-form-wrap.donwload-now h4,
.brochure-popup-form .brochure-popup-form-wrap.donwload-now h5,
.brochure-popup-form .brochure-popup-form-wrap.donwload-now h6 {
    display: none;
}
.brochure-popup-form .brochure-popup-form-wrap.donwload-now .thankyou-content,
.brochure-popup-form .brochure-popup-form-wrap.donwload-now .thankyou-content h1,
.brochure-popup-form .brochure-popup-form-wrap.donwload-now .thankyou-content h2,
.brochure-popup-form .brochure-popup-form-wrap.donwload-now .thankyou-content h3,
.brochure-popup-form .brochure-popup-form-wrap.donwload-now .thankyou-content h4,
.brochure-popup-form .brochure-popup-form-wrap.donwload-now .thankyou-content h5,
.brochure-popup-form .brochure-popup-form-wrap.donwload-now .thankyou-content h6 {
    display: block;
}
.brochure-popup-form .thankyou-content {
    display: none;
}
.brochure-popup-form h1,
.brochure-popup-form h2,
.brochure-popup-form h3,
.brochure-popup-form h4,
.brochure-popup-form h5,
.brochure-popup-form h6 {
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
    text-align: center;
}
@media (max-width: 1440px) {
    .brochure-popup-form h1,
    .brochure-popup-form h2,
    .brochure-popup-form h3,
    .brochure-popup-form h4,
    .brochure-popup-form h5,
    .brochure-popup-form h6 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .brochure-popup-form h1,
    .brochure-popup-form h2,
    .brochure-popup-form h3,
    .brochure-popup-form h4,
    .brochure-popup-form h5,
    .brochure-popup-form h6 {
        font-size: 20px;
    }
}
.brochure-popup-form .form-group {
    display: block;
}
.brochure-popup-form .form-group .form-row {
    display: block;
    width: 100%;
}
.brochure-popup-form .form-group .form-control {
    padding: 12px 15px;
    margin: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #bb854a;
}
.brochure-popup-form .form-group .form-control.mce_inline_error {
    border-color: red;
}
.brochure-popup-form .form-group div.mce_inline_error {
    display: block;
    font-family: GillSansNova-Book;
    font-weight: 400 !important;
    font-size: 14px;
    padding: 2px 10px;
    background: #bb854a !important;
    color: #fff;
}
.program-criteria-area {
    background: #fff;
    margin: 0;
    padding: 0;
}
.program-criteria-area:after,
.program-criteria-area:before {
    content: none;
}
.program-criteria-area .about-group-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 1024px) {
    .program-criteria-area .about-group-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 1024px) {
    .program-criteria-area .about-group-wrap .about-group-image {
        width: 100%;
    }
}
.program-criteria-area .about-group-wrap .about-group-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.program-criteria-area .about-group-wrap .about-group-content {
    background: #fff;
    left: -160px;
    margin: 50px 0;
    line-height: 1.2;
}
@media (max-width: 1024px) {
    .program-criteria-area .about-group-wrap .about-group-content {
        left: 0;
        margin: 0;
        width: 100%;
    }
}
.program-criteria-area .about-group-wrap .about-group-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.program-criteria-area .about-group-wrap .about-group-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
@media (max-width: 1024px) {
    .program-criteria-area .about-group-wrap .about-group-content ul li {
        padding-left: 0;
    }
}
.program-criteria-area .about-group-wrap .about-group-content ul li:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #bb854a;
    position: absolute;
    left: 0;
    top: 18px;
}
@media (max-width: 1024px) {
    .program-criteria-area .about-group-wrap .about-group-content ul li:before {
        position: relative;
        display: inline-block;
        top: 13px;
        margin-right: 15px;
        vertical-align: top;
    }
}
@media (max-width: 649px) {
    .program-criteria-area .about-group-wrap .about-group-content ul li:before {
        width: 10px;
        top: 11px;
    }
}
.features-area.landing-features-area {
    background: #faf7f2;
}
@media (max-width: 766px) {
    .features-area.landing-features-area {
        padding: 30px 0 !important;
    }
}
.features-area.landing-features-area .headline-area {
    margin-bottom: 0;
}
.features-area.landing-features-area .headline-area h1,
.features-area.landing-features-area .headline-area h2,
.features-area.landing-features-area .headline-area h3,
.features-area.landing-features-area .headline-area h4,
.features-area.landing-features-area .headline-area h5,
.features-area.landing-features-area .headline-area h6 {
    margin: 0 0 40px;
}
.features-area.landing-features-area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}
.features-area.landing-features-area ul li {
    width: 33.33%;
    text-align: center;
    padding: 0 15px;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.3;
}
@media (max-width: 1440px) {
    .features-area.landing-features-area ul li {
        font-size: 24px;
    }
}
@media (max-width: 766px) {
    .features-area.landing-features-area ul li {
        font-size: 22px;
    }
}
@media (max-width: 649px) {
    .features-area.landing-features-area ul li {
        font-size: 18px;
    }
}
@media (max-width: 1024px) {
    .features-area.landing-features-area ul li {
        padding: 0 20px;
    }
}
@media (max-width: 479px) {
    .features-area.landing-features-area ul li {
        width: 50%;
    }
}
.features-area.landing-features-area ul li p {
    margin-bottom: 15px;
}
.features-area.landing-features-area ul li img {
    display: block;
    margin: auto auto 15px;
}
@media (max-width: 519px) {
    .features-area.landing-features-area ul li img {
        max-width: 60px;
        max-height: 60px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.features-area.landing-features-area .all-features,
.features-area.landing-features-area ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.features-area.landing-features-area .all-features .feature-item img,
.features-area.landing-features-area .all-features li img,
.features-area.landing-features-area ul .feature-item img,
.features-area.landing-features-area ul li img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}
.features-area.landing-features-area em,
.features-area.landing-features-area i {
    text-align: center;
    font-style: normal;
    font-size: 21px;
    font-weight: 400;
    font-family: GillSansNova-Light;
}
@media (max-width: 1440px) {
    .features-area.landing-features-area em,
    .features-area.landing-features-area i {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .features-area.landing-features-area em,
    .features-area.landing-features-area i {
        font-size: 14px;
    }
}
.features-area.landing-features-area .note {
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    font-family: GillSansNova-Light;
}
@media (max-width: 1440px) {
    .features-area.landing-features-area .note {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .features-area.landing-features-area .note {
        font-size: 14px;
    }
}
.features-area.landing-features-area .container .headline-area:before {
    content: "";
    display: block;
    height: 180px;
    width: 1px;
    background: #bb854a;
    margin: auto auto 30px;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
@media (max-width: 1440px) {
    .features-area.landing-features-area .container .headline-area:before {
        height: 100px;
    }
}
@media (max-width: 766px) {
    .features-area.landing-features-area .container .headline-area:before {
        height: 75px;
    }
}
.cyprus-investment-landing-area {
    background: #fff;
    margin: 60px 0 0;
}
.cyprus-investment-landing-area:after,
.cyprus-investment-landing-area:before {
    content: none;
}
.cyprus-investment-landing-area .about-group-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 1024px) {
    .cyprus-investment-landing-area .about-group-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 1024px) {
    .cyprus-investment-landing-area .about-group-wrap .about-group-image {
        width: 100%;
    }
}
.cyprus-investment-landing-area .about-group-wrap .about-group-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cyprus-investment-landing-area .about-group-wrap .about-group-content {
    background: #fff;
    left: -160px;
    margin: 0;
    line-height: 1.2;
}
@media (max-width: 1024px) {
    .cyprus-investment-landing-area .about-group-wrap .about-group-content {
        left: 0;
        width: 100%;
        text-align: center;
    }
}
.cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h1,
.cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h2,
.cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h3,
.cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h4,
.cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h5,
.cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h6 {
    font-size: 55px;
    font-weight: 400;
}
@media (max-width: 1598px) {
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h1,
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h2,
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h3,
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h4,
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h5,
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h6 {
        font-size: 45px;
    }
}
@media (max-width: 1440px) {
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h1,
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h2,
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h3,
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h4,
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h5,
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h6 {
        font-size: 35px;
    }
}
@media (max-width: 649px) {
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h1,
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h2,
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h3,
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h4,
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h5,
    .cyprus-investment-landing-area .about-group-wrap .about-group-content .headline-area h6 {
        font-size: 26px;
    }
}
.cyprus-investment-landing-area .investemt-proccess--area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
    padding: 30px 80px 0;
}
@media (max-width: 990px) {
    .cyprus-investment-landing-area .investemt-proccess--area {
        margin: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 649px) {
    .cyprus-investment-landing-area .investemt-proccess--area {
        margin: 0;
        padding: 30px 0;
    }
}
.cyprus-investment-landing-area .investemt-proccess--area .process {
    width: 33.33%;
    padding: 0 50px;
    position: relative;
    color: #000;
}
@media (max-width: 990px) {
    .cyprus-investment-landing-area .investemt-proccess--area .process {
        width: 50%;
        margin: 0 auto;
        padding: 0 30px;
    }
}
@media (max-width: 519px) {
    .cyprus-investment-landing-area .investemt-proccess--area .process {
        padding: 0 20px;
    }
}
.cyprus-investment-landing-area .investemt-proccess--area .process h1,
.cyprus-investment-landing-area .investemt-proccess--area .process h2,
.cyprus-investment-landing-area .investemt-proccess--area .process h3,
.cyprus-investment-landing-area .investemt-proccess--area .process h4,
.cyprus-investment-landing-area .investemt-proccess--area .process h5,
.cyprus-investment-landing-area .investemt-proccess--area .process h6 {
    margin-bottom: 10px;
}
@media (max-width: 990px) {
    .cyprus-investment-landing-area .investemt-proccess--area .process img {
        max-width: 90px;
        max-height: 90px;
    }
}
.cyprus-investment-landing-area .investemt-proccess--area .process:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 80px;
    top: 120px;
    left: 0;
    margin-left: -50px;
    background: url(../img/arrow-icon.svg) 50% no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
@media (max-width: 990px) {
    .cyprus-investment-landing-area .investemt-proccess--area .process:before {
        display: none;
    }
}
@media (max-width: 519px) {
    .cyprus-investment-landing-area .investemt-proccess--area .process:before {
        display: none;
        width: 60px;
        height: 60px;
        margin-left: -30px;
    }
}
.cyprus-investment-landing-area .investemt-proccess--area .process:nth-child(2):before {
    background: url(../img/plus-icon.svg) 50% no-repeat;
}
@media (max-width: 990px) {
    .cyprus-investment-landing-area .investemt-proccess--area .process:nth-child(2):before {
        display: block;
    }
}
@media (max-width: 519px) {
    .cyprus-investment-landing-area .investemt-proccess--area .process:nth-child(2):before {
        display: block;
    }
}
.cyprus-investment-landing-area .investemt-proccess--area .process:first-child:before {
    content: none;
}
.citizenship-process-area {
    background: #faf7f2;
    padding: 80px 0;
}
@media (max-width: 766px) {
    .citizenship-process-area {
        padding: 40px 0;
    }
}
.citizenship-process-area .headline-area {
    margin-bottom: 50px;
}
@media (max-width: 990px) {
    .citizenship-process-area .headline-area {
        margin-bottom: 30px;
    }
}
.citizenship-process-area .citizenship-process-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -20px;
    counter-reset: key-count;
}
.citizenship-process-area .citizenship-process-wrap .process {
    width: 20%;
    padding: 0 30px;
    text-align: center;
    line-height: 1.2;
    counter-increment: key-count;
    position: relative;
}
@media (max-width: 990px) {
    .citizenship-process-area .citizenship-process-wrap .process {
        width: 33.33%;
        padding: 20px 30px;
    }
}
@media (max-width: 519px) {
    .citizenship-process-area .citizenship-process-wrap .process {
        width: 50%;
    }
}
.citizenship-process-area .citizenship-process-wrap .process .process-wrap {
    background: #faf7f2;
    position: relative;
    z-index: 9;
}
.citizenship-process-area .citizenship-process-wrap .process figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.citizenship-process-area .citizenship-process-wrap .process figure img {
    max-width: 90px;
    max-height: 90px;
}
.citizenship-process-area .citizenship-process-wrap .process figure:after {
    content: counter(key-count);
    font-family: Libre Baskerville, serif;
    font-size: 3em;
    color: #faf7f2;
    margin-right: 20px;
    text-shadow: -1px -1px 0 #bb854a, 1px -1px 0 #bb854a, -1px 1px 0 #bb854a, 1px 1px 0 #bb854a;
    opacity: 0.3;
}
.citizenship-process-area .citizenship-process-wrap .process:before {
    content: "";
    width: 50%;
    height: 1px;
    background: #bb854a;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: 10px;
}
@media (max-width: 990px) {
    .citizenship-process-area .citizenship-process-wrap .process:before {
        content: none;
    }
}
.citizenship-process-area .citizenship-process-wrap .process:last-child:before {
    content: none;
}
.contact_main {
    width: 100%;
    padding: 80px 0;
}
@media (max-width: 766px) {
    .contact_main {
        padding: 40px 0;
    }
}
.contact_main h1 {
    text-align: center;
    color: #bb854a;
    font-size: 65px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
}
@media (max-width: 1598px) {
    .contact_main h1 {
        font-size: 45px;
    }
}
@media (max-width: 1440px) {
    .contact_main h1 {
        font-size: 35px;
    }
}
@media (max-width: 649px) {
    .contact_main h1 {
        font-size: 26px;
    }
}
.contact_main .contact-main-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.contact_main .contact-main-wrap,
.contact_main .contact_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.contact_main .contact_wrap {
    width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .contact_main .contact_wrap {
        width: 100%;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: colummn-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse;
        position: relative;
    }
}
.contact_main .contact_wrap .contact_info_block {
    width: 406px;
    position: relative;
}
@media (max-width: 1199px) {
    .contact_main .contact_wrap .contact_info_block {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
@media (max-width: 990px) {
    .contact_main .contact_wrap .contact_info_block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media (max-width: 479px) {
    .contact_main .contact_wrap .contact_info_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.contact_main .contact_wrap .contact_info_block .learn_more {
    position: relative;
    z-index: 3;
    width: 440px;
    background-color: #fff;
    margin-right: -122px;
    margin-top: 75px;
    margin-bottom: 57px;
    font-size: 35px;
    font-weight: 400;
    line-height: 2;
    color: #bb854a;
    font-family: Libre Baskerville, serif;
    padding: 15px 15px 0;
}
@media (max-width: 1440px) {
    .contact_main .contact_wrap .contact_info_block .learn_more {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .contact_main .contact_wrap .contact_info_block .learn_more {
        font-size: 20px;
        width: 250px;
        top: 0 !important;
    }
}
@media (max-width: 766px) {
    .contact_main .contact_wrap .contact_info_block .learn_more {
        width: 325px;
        top: 2% !important;
    }
}
@media (max-width: 1199px) {
    .contact_main .contact_wrap .contact_info_block .learn_more {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        top: 5%;
    }
}
.contact_main .contact_wrap .contact_info_block .contact_info + .contact_info {
    margin-top: 64px;
}
@media (max-width: 990px) {
    .contact_main .contact_wrap .contact_info_block .contact_info + .contact_info {
        margin-top: 20px;
        min-height: 80px;
    }
}
.contact_main .contact_wrap .contact_info_block .contact_info h2 {
    font-size: 26px;
    font-weight: 400;
    color: #bb854a;
    font-family: GillSansNova-Medium;
}
@media (max-width: 1440px) {
    .contact_main .contact_wrap .contact_info_block .contact_info h2 {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .contact_main .contact_wrap .contact_info_block .contact_info h2 {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .contact_main .contact_wrap .contact_info_block .contact_info h2 {
        font-size: 16px;
    }
}
@media (max-width: 1199px) {
    .contact_main .contact_wrap .contact_info_block .contact_info {
        min-height: 179px;
    }
}
@media (max-width: 990px) {
    .contact_main .contact_wrap .contact_info_block .contact_info {
        width: 100%;
        text-align: center;
    }
}
.contact_main .contact_wrap .contact_info_block .contact_info.contact_workinghours strong {
    font-family: GillSansNova-Light;
}
.contact_main .contact_wrap .contact_info_block .contact_info.contact_workinghours p {
    margin: 0;
}
@media (min-width: 1200px) {
    .contact_main .contact_wrap .contact_info_block .contact_info.contact_workinghours p {
        white-space: nowrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 1199px) {
    .contact_main .contact_wrap .contact_info_block {
        margin-top: 40px;
    }
}
.contact_main .contact_wrap .contact_details_block {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}
.contact_main .contact_wrap .contact_details_block .contact_image_block {
    width: 100%;
    float: left;
}
@media (min-width: 1650px) {
    .contact_main .contact_wrap .contact_details_block .contact_image_block {
        height: 544px;
    }
}
@media (min-width: 1650px) {
    .contact_main .contact_wrap .contact_details_block .contact_image_block img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.contact_main .contact_wrap .contact_details_block .contact_form_block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 60px;
    margin-bottom: 20px;
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap {
    width: 100%;
    max-width: 520px;
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap h2 {
    font-size: 26px;
    font-weight: 400;
    color: #bb854a;
    font-family: GillSansNova-Medium;
}
@media (max-width: 1440px) {
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap h2 {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap h2 {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap h2 {
        font-size: 16px;
    }
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row {
    width: 100%;
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #bb854a;
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #b3b3b3;
    font-family: GillSansNova-Light;
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input:-moz-placeholder,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input::-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #b3b3b3;
    font-family: GillSansNova-Light;
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #b3b3b3;
    font-family: GillSansNova-Light;
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input::-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #b3b3b3;
    font-family: GillSansNova-Light;
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #b3b3b3;
    font-family: GillSansNova-Light;
}
@media (max-width: 1440px) {
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input::-webkit-input-placeholder {
        font-size: 16px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input:-moz-placeholder,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input::-moz-placeholder {
        font-size: 16px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input:-ms-input-placeholder {
        font-size: 16px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input::-ms-input-placeholder {
        font-size: 16px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input::placeholder {
        font-size: 16px;
    }
}
@media (max-width: 649px) {
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input:-moz-placeholder,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input::-moz-placeholder {
        font-size: 14px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input:-ms-input-placeholder {
        font-size: 14px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input::-ms-input-placeholder {
        font-size: 14px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row input::placeholder {
        font-size: 14px;
    }
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea {
    width: 100%;
    min-height: 100px;
    border: none;
    border-bottom: 1px solid #bb854a;
    resize: none;
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #b3b3b3;
    font-family: GillSansNova-Light;
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea:-moz-placeholder,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea::-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #b3b3b3;
    font-family: GillSansNova-Light;
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #b3b3b3;
    font-family: GillSansNova-Light;
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea::-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #b3b3b3;
    font-family: GillSansNova-Light;
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #b3b3b3;
    font-family: GillSansNova-Light;
}
@media (max-width: 1440px) {
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea::-webkit-input-placeholder {
        font-size: 16px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea:-moz-placeholder,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea::-moz-placeholder {
        font-size: 16px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea:-ms-input-placeholder {
        font-size: 16px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea::-ms-input-placeholder {
        font-size: 16px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea::placeholder {
        font-size: 16px;
    }
}
@media (max-width: 649px) {
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea:-moz-placeholder,
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea::-moz-placeholder {
        font-size: 14px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea:-ms-input-placeholder {
        font-size: 14px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea::-ms-input-placeholder {
        font-size: 14px;
    }
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row textarea::placeholder {
        font-size: 14px;
    }
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row + .form_row {
    margin-top: 50px;
}
@media (max-width: 479px) {
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .form_row + .form_row {
        margin-top: 20px;
    }
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group {
    text-align: center;
    margin-top: 50px;
}
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group button,
.contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap .form_wrap .btn_group input[type="submit"] {
    width: 400px;
    max-width: 100%;
}
@media (max-width: 649px) {
    .contact_main .contact_wrap .contact_details_block .contact_form_block .contact_form_wrap {
        padding: 0 20px;
    }
}
.property-Detail-Area .propertyDetails_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    z-index: 99999;
}
@media (max-width: 1199px) {
    .property-Detail-Area .propertyDetails_main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.property-Detail-Area .propertyDetails_main .property-image {
    min-width: 60%;
    width: 60%;
}
.property-Detail-Area .propertyDetails_main .property-image img {
    width: 100%;
    display: block;
}
.property-Detail-Area .propertyDetails_main .property-content {
    background: #fff;
    position: relative;
    padding: 20px;
    left: 160px;
    margin-top: 250px;
    width: 35%;
    line-height: 2.2;
}
@media (max-width: 1199px) {
    .property-Detail-Area .propertyDetails_main .property-content {
        margin-top: -108px;
        width: 60%;
        left: 0;
        line-height: 1.4;
    }
}
.property-Detail-Area .propertyDetails_main .property-content .headline-area {
    text-align: left;
    font-weight: 400;
    color: #1a1a1a;
}
.property-Detail-Area .propertyDetails_main .property-content .headline-area .highlight {
    font-size: 20px;
    font-weight: 400;
    font-family: GillSansNova-Book;
    color: #bb854a;
}
@media (max-width: 1440px) {
    .property-Detail-Area .propertyDetails_main .property-content .headline-area .highlight {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .property-Detail-Area .propertyDetails_main .property-content .headline-area .highlight {
        font-size: 14px;
    }
}
.property-Detail-Area .propertyDetails_main .property-content .headline-area h1,
.property-Detail-Area .propertyDetails_main .property-content .headline-area h2,
.property-Detail-Area .propertyDetails_main .property-content .headline-area h3,
.property-Detail-Area .propertyDetails_main .property-content .headline-area h4,
.property-Detail-Area .propertyDetails_main .property-content .headline-area h5 {
    text-align: left;
    line-height: 1.4;
    margin-bottom: 20px;
}
.property-Details-area {
    padding: 80px 0;
    background-color: #faf7f2;
    position: relative;
    margin-bottom: 60px;
}
@media (max-width: 766px) {
    .property-Details-area {
        padding: 40px 0;
    }
}
.property-Details-area .container {
    margin: 0 auto;
    max-width: 90%;
}
.property-Details-area .press-release-tab-area,
.property-Details-area .property-tab-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 990px) {
    .property-Details-area .press-release-tab-area,
    .property-Details-area .property-tab-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.property-Details-area .press-release-tab-area .tab-panels,
.property-Details-area .property-tab-wrap .tab-panels {
    padding-right: 100px;
    padding-left: 0;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    font-size: 26px;
    font-weight: 400;
    white-space: nowrap;
}
@media (max-width: 1440px) {
    .property-Details-area .press-release-tab-area .tab-panels,
    .property-Details-area .property-tab-wrap .tab-panels {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .property-Details-area .press-release-tab-area .tab-panels,
    .property-Details-area .property-tab-wrap .tab-panels {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .property-Details-area .press-release-tab-area .tab-panels,
    .property-Details-area .property-tab-wrap .tab-panels {
        font-size: 16px;
    }
}
@media (max-width: 990px) {
    .property-Details-area .press-release-tab-area .tab-panels,
    .property-Details-area .property-tab-wrap .tab-panels {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        margin-bottom: 20px;
    }
}
.property-Details-area .press-release-tab-area .tab-panels .tab-panel,
.property-Details-area .property-tab-wrap .tab-panels .tab-panel {
    font-size: 26px;
    font-weight: 400;
}
@media (max-width: 1440px) {
    .property-Details-area .press-release-tab-area .tab-panels .tab-panel,
    .property-Details-area .property-tab-wrap .tab-panels .tab-panel {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .property-Details-area .press-release-tab-area .tab-panels .tab-panel,
    .property-Details-area .property-tab-wrap .tab-panels .tab-panel {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .property-Details-area .press-release-tab-area .tab-panels .tab-panel,
    .property-Details-area .property-tab-wrap .tab-panels .tab-panel {
        font-size: 16px;
    }
}
.property-Details-area .press-release-tab-area .tab-panels .tab-panel:before,
.property-Details-area .property-tab-wrap .tab-panels .tab-panel:before {
    right: -117px;
}
.property-Details-area .press-release-tab-area .tab-contents,
.property-Details-area .property-tab-wrap .tab-contents {
    width: 100%;
}
@media (max-width: 519px) {
    .property-Details-area .press-release-tab-area .tab-contents,
    .property-Details-area .property-tab-wrap .tab-contents {
        min-height: 753px;
    }
}
.property-Details-area .press-release-tab-area .tab-contents .tab-content .field-wrap,
.property-Details-area .property-tab-wrap .tab-contents .tab-content .field-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.property-Details-area .press-release-tab-area .tab-contents .tab-content .field-wrap .feature-items,
.property-Details-area .property-tab-wrap .tab-contents .tab-content .field-wrap .feature-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.property-Details-area .press-release-tab-area .tab-contents .tab-content .field-wrap .feature-items .feature-item,
.property-Details-area .property-tab-wrap .tab-contents .tab-content .field-wrap .feature-items .feature-item {
    width: 25%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 35px;
}
@media (max-width: 519px) {
    .property-Details-area .press-release-tab-area .tab-contents .tab-content .field-wrap .feature-items .feature-item,
    .property-Details-area .property-tab-wrap .tab-contents .tab-content .field-wrap .feature-items .feature-item {
        width: 50%;
    }
}
.property-Details-area .press-release-tab-area .tab-contents .tab-content .field-wrap .feature-items .feature-item .feature-item-wrap,
.property-Details-area .property-tab-wrap .tab-contents .tab-content .field-wrap .feature-items .feature-item .feature-item-wrap {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.property-Details-area .press-release-tab-area .tab-contents .tab-content .field-wrap .feature-items .feature-item .feature-item-wrap img,
.property-Details-area .property-tab-wrap .tab-contents .tab-content .field-wrap .feature-items .feature-item .feature-item-wrap img {
    width: auto;
    height: 86px;
    max-width: 100%;
    display: block;
}
.property-Details-area:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 100px;
    width: 1px;
    background: #bb854a;
    margin-top: -40px;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
@media (max-width: 1024px) {
    .property-Details-area:before {
        content: none;
    }
}
.property-Details-area:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/website-icon-small.svg) 50% no-repeat;
    margin: 30px auto 0;
}
@media (max-width: 1024px) {
    .property-Details-area:after {
        content: none;
    }
}
.gallery-area .gallery-wrap {
    width: 100%;
}
.gallery-area .gallery-wrap,
.gallery-area .gallery-wrap .gallery-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.gallery-area .gallery-wrap .gallery-text {
    margin: 0;
    width: 30%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 65px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
    background-image: url(../img/slider-flower.png);
    background-position: -322px;
    background-repeat: no-repeat;
    padding-right: 20px;
}
@media (max-width: 1598px) {
    .gallery-area .gallery-wrap .gallery-text {
        font-size: 45px;
    }
}
@media (max-width: 1440px) {
    .gallery-area .gallery-wrap .gallery-text {
        font-size: 35px;
    }
}
@media (max-width: 649px) {
    .gallery-area .gallery-wrap .gallery-text {
        font-size: 26px;
    }
}
.gallery-area .gallery-wrap .gallary-slider {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: 70%;
}
.gallery-area .gallery-wrap .gallary-slider .slick-list {
    padding-left: 0 !important;
}
.gallery-area .gallery-wrap .gallary-slider img {
    display: block;
}
.gallery-area .slick-carousel {
    width: 1050px;
    max-width: 100%;
}
.gallery-area .slick-slide {
    width: 350px;
    padding: 0 10px;
}
.gallery-area .slick-next:before {
    background-image: url(../img/arrow.png);
    background-position: 50%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    width: 65px;
    height: 65px;
    color: transparent;
    left: -80px;
    position: absolute;
}
@media (max-width: 990px) {
    .gallery-area .slick-next:before {
        left: -46px;
        width: 35px;
        height: 35px;
    }
}
.gallery-area .slick-prev:before {
    background-image: url(../img/arrow.png);
    background-position: 50%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    width: 65px;
    height: 65px;
    color: transparent;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 990px) {
    .gallery-area .slick-prev:before {
        width: 35px;
        height: 35px;
    }
}
.gallery-area .slick-dots {
    bottom: -27px;
    width: auto;
}
.gallery-area .slick-dots li {
    border: 1px solid #bb854a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.gallery-area .slick-dots li.slick-active {
    background-color: #bb854a;
}
.gallery-area .slick-dots li button {
    width: 10px;
    height: 10px;
}
.gallery-area .slick-dots li button:before {
    content: none;
}
.gallery-area .slick-next {
    right: 0;
    margin-top: -30px;
}
.gallery-area .slick-next.slick-disabled {
    opacity: 0;
}
.gallery-area .slick-prev {
    margin-top: -30px;
    left: 34px;
    z-index: 9;
}
.gallery-area .slick-prev.slick-disabled {
    opacity: 0;
}
.gallery-area .portfolio_slider {
    margin: 60px auto;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.gallery-area img {
    width: 100%;
    height: auto;
}
.gallery-area img:hover {
    opacity: 0.9;
}
.apartment-block-area {
    background-color: #faf7f2;
    padding: 60px 0;
}
@media (max-width: 766px) {
    .apartment-block-area {
        padding: 40px 0;
    }
}
.apartment-block-area.areas-floorplan {
    padding-bottom: 320px;
}
.apartment-block-area.areas-floorplan + .plot-section-area {
    margin-top: -220px;
}
.apartment-block-area .headline-area {
    margin-bottom: 60px;
}
.apartment-block-area .area-block .plot-wrap,
.apartment-block-area .area-block ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 766px) {
    .apartment-block-area .area-block .plot-wrap,
    .apartment-block-area .area-block ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.apartment-block-area .area-block .plot-wrap .plot-area,
.apartment-block-area .area-block .plot-wrap li,
.apartment-block-area .area-block ul .plot-area,
.apartment-block-area .area-block ul li {
    width: 25%;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #000;
    font-family: GillSansNova-Light;
}
@media (max-width: 1440px) {
    .apartment-block-area .area-block .plot-wrap .plot-area,
    .apartment-block-area .area-block .plot-wrap li,
    .apartment-block-area .area-block ul .plot-area,
    .apartment-block-area .area-block ul li {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .apartment-block-area .area-block .plot-wrap .plot-area,
    .apartment-block-area .area-block .plot-wrap li,
    .apartment-block-area .area-block ul .plot-area,
    .apartment-block-area .area-block ul li {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .apartment-block-area .area-block .plot-wrap .plot-area,
    .apartment-block-area .area-block .plot-wrap li,
    .apartment-block-area .area-block ul .plot-area,
    .apartment-block-area .area-block ul li {
        font-size: 16px;
    }
}
@media (max-width: 766px) {
    .apartment-block-area .area-block .plot-wrap .plot-area,
    .apartment-block-area .area-block .plot-wrap li,
    .apartment-block-area .area-block ul .plot-area,
    .apartment-block-area .area-block ul li {
        width: 50%;
    }
}
.apartment-block-area .area-block .plot-wrap .plot-area b,
.apartment-block-area .area-block .plot-wrap .plot-area strong,
.apartment-block-area .area-block .plot-wrap li b,
.apartment-block-area .area-block .plot-wrap li strong,
.apartment-block-area .area-block ul .plot-area b,
.apartment-block-area .area-block ul .plot-area strong,
.apartment-block-area .area-block ul li b,
.apartment-block-area .area-block ul li strong {
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.2;
    font-family: Libre Baskerville, serif;
    text-shadow: -1px -1px 0 #bb854a, 1px -1px 0 #bb854a, -1px 1px 0 #bb854a, 1px 1px 0 #bb854a;
    color: #faf7f2;
}
@media (max-width: 1598px) {
    .apartment-block-area .area-block .plot-wrap .plot-area b,
    .apartment-block-area .area-block .plot-wrap .plot-area strong,
    .apartment-block-area .area-block .plot-wrap li b,
    .apartment-block-area .area-block .plot-wrap li strong,
    .apartment-block-area .area-block ul .plot-area b,
    .apartment-block-area .area-block ul .plot-area strong,
    .apartment-block-area .area-block ul li b,
    .apartment-block-area .area-block ul li strong {
        font-size: 45px;
    }
}
@media (max-width: 1440px) {
    .apartment-block-area .area-block .plot-wrap .plot-area b,
    .apartment-block-area .area-block .plot-wrap .plot-area strong,
    .apartment-block-area .area-block .plot-wrap li b,
    .apartment-block-area .area-block .plot-wrap li strong,
    .apartment-block-area .area-block ul .plot-area b,
    .apartment-block-area .area-block ul .plot-area strong,
    .apartment-block-area .area-block ul li b,
    .apartment-block-area .area-block ul li strong {
        font-size: 35px;
    }
}
@media (max-width: 649px) {
    .apartment-block-area .area-block .plot-wrap .plot-area b,
    .apartment-block-area .area-block .plot-wrap .plot-area strong,
    .apartment-block-area .area-block .plot-wrap li b,
    .apartment-block-area .area-block .plot-wrap li strong,
    .apartment-block-area .area-block ul .plot-area b,
    .apartment-block-area .area-block ul .plot-area strong,
    .apartment-block-area .area-block ul li b,
    .apartment-block-area .area-block ul li strong {
        font-size: 26px;
    }
}
.apartment-block-area .area-block ul li {
    width: 100%;
}
.apartment-block-area .area-block ul + ul li {
    width: 25%;
}
@media (max-width: 766px) {
    .apartment-block-area .area-block ul + ul li {
        width: 50%;
    }
}
.apartment-block-area .area-table {
    margin-top: 40px;
}
.apartment-block-area .area-table .table-wrap {
    border-bottom: 1px solid #bb854a;
    max-width: 966px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.apartment-block-area .area-table .table-wrap table thead {
    background-color: #faf2e7;
}
.apartment-block-area .area-table .table-wrap table tbody tr:nth-child(2n) {
    background-color: #fff;
}
.apartment-block-area .area-table .table-wrap table tr {
    line-height: 2;
}
.apartment-block-area .area-table .table-wrap table tr th {
    font-size: 20px;
    font-weight: 400;
    font-family: GillSansNova-Book;
    color: #bb854a;
    padding: 10px 0;
    line-height: 1.2;
}
@media (max-width: 1440px) {
    .apartment-block-area .area-table .table-wrap table tr th {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .apartment-block-area .area-table .table-wrap table tr th {
        font-size: 14px;
    }
}
.apartment-block-area .area-table .table-wrap table tr td {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #000;
}
@media (max-width: 1440px) {
    .apartment-block-area .area-table .table-wrap table tr td {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .apartment-block-area .area-table .table-wrap table tr td {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .apartment-block-area .area-table .table-wrap table tr td {
        font-size: 16px;
    }
}
.plot-section-area {
    padding: 40px 0;
}
@media (max-width: 766px) {
    .plot-section-area {
        padding: 40px 0;
    }
}
.plot-section-area.floor-plot-block {
    background-color: #faf7f2;
}
.plot-section-area.floor-plot-block .plot-image-area {
    margin-top: 80px;
}
.plot-section-area .area-block .plot-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.plot-section-area .area-block .plot-wrap .plot-area {
    width: 25%;
    text-align: center;
}
.plot-section-area .area-block .plot-wrap .plot-area p:first-child {
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 1.2;
    font-family: Libre Baskerville, serif;
    text-shadow: -1px -1px 0 #bb854a, 1px -1px 0 #bb854a, -1px 1px 0 #bb854a, 1px 1px 0 #bb854a;
    color: #fff;
}
@media (max-width: 1598px) {
    .plot-section-area .area-block .plot-wrap .plot-area p:first-child {
        font-size: 45px;
    }
}
@media (max-width: 1440px) {
    .plot-section-area .area-block .plot-wrap .plot-area p:first-child {
        font-size: 35px;
    }
}
@media (max-width: 649px) {
    .plot-section-area .area-block .plot-wrap .plot-area p:first-child {
        font-size: 26px;
    }
}
.plot-section-area .area-block .plot-wrap .plot-area p:nth-child(2) {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    font-family: GillSansNova-Light;
}
@media (max-width: 1440px) {
    .plot-section-area .area-block .plot-wrap .plot-area p:nth-child(2) {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .plot-section-area .area-block .plot-wrap .plot-area p:nth-child(2) {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .plot-section-area .area-block .plot-wrap .plot-area p:nth-child(2) {
        font-size: 16px;
    }
}
.plot-section-area .plot-image-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: key-count;
    max-width: 1150px;
    margin: auto;
}
.plot-section-area .plot-image-area.full-plot-add .plot-image-full {
    width: 100% !important;
    margin-top: 0 !important;
}
.plot-section-area .plot-image-area.full-plot-add .plot-image-full .title {
    font-size: 20px;
    font-weight: 400;
    font-family: GillSansNova-Book;
    color: #bb854a;
    margin-bottom: 5px;
}
@media (max-width: 1440px) {
    .plot-section-area .plot-image-area.full-plot-add .plot-image-full .title {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .plot-section-area .plot-image-area.full-plot-add .plot-image-full .title {
        font-size: 14px;
    }
}
.plot-section-area .plot-image-area.full-plot-add .plot-image:first-child {
    width: 100% !important;
    margin-top: 0 !important;
}
.plot-section-area .plot-image-area.full-plot-add .plot-image:first-child .pl-image {
    text-align: center;
}
.plot-section-area .plot-image-area.full-plot-add .plot-image:first-child .title {
    font-size: 20px;
    font-weight: 400;
    font-family: GillSansNova-Book;
    color: #bb854a;
    margin-bottom: 5px;
}
@media (max-width: 1440px) {
    .plot-section-area .plot-image-area.full-plot-add .plot-image:first-child .title {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .plot-section-area .plot-image-area.full-plot-add .plot-image:first-child .title {
        font-size: 14px;
    }
}
.plot-section-area .plot-image-area.full-plot-add .plot-image:nth-child(2n) {
    margin-top: 40px;
}
.plot-section-area .plot-image-area.full-plot-add .plot-image:nth-child(odd) {
    margin-top: 200px;
}
.plot-section-area .plot-image-area .plot-image {
    width: 50%;
    padding: 0 60px;
    position: relative;
}
@media (max-width: 766px) {
    .plot-section-area .plot-image-area .plot-image {
        padding: 0 20px;
    }
}
.plot-section-area .plot-image-area .plot-image:nth-child(2n) {
    margin-bottom: -30px;
    margin-top: 208px;
}
@media (max-width: 479px) {
    .plot-section-area .plot-image-area .plot-image:nth-child(2n) {
        margin-bottom: 30px;
    }
}
.plot-section-area .plot-image-area .plot-image:first-child {
    margin-left: -60px;
}
@media (max-width: 1440px) {
    .plot-section-area .plot-image-area .plot-image:first-child {
        margin-left: 0;
    }
}
@media (max-width: 479px) {
    .plot-section-area .plot-image-area .plot-image:last-child {
        margin-bottom: 0;
    }
}
.plot-section-area .plot-image-area .plot-image:nth-child(3) {
    margin-top: 40px;
}
.plot-section-area .plot-image-area .plot-image .title {
    font-size: 20px;
    font-weight: 400;
    font-family: GillSansNova-Book;
    color: #bb854a;
}
@media (max-width: 1440px) {
    .plot-section-area .plot-image-area .plot-image .title {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .plot-section-area .plot-image-area .plot-image .title {
        font-size: 14px;
    }
}
.plot-section-area .plot-image-area .plot-image .pl-image {
    margin-top: 40px;
}
.listing-banner-area .listing-banner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.listing-banner-area .listing-banner img {
    width: 100%;
}
.listing-banner-area .listing-banner .banner-text {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    font-weight: 700;
    color: #fff;
}
@media (max-width: 1440px) {
    .listing-banner-area .listing-banner .banner-text {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .listing-banner-area .listing-banner .banner-text {
        font-size: 20px;
    }
}
.listing-tab-area {
    padding: 80px 0 262px;
}
@media (max-width: 766px) {
    .listing-tab-area {
        padding: 40px 0;
    }
}
@media (max-width: 990px) {
    .listing-tab-area {
        padding-bottom: 230px;
        margin-bottom: 0;
    }
}
.listing-tab-area.list-apartment-block {
    margin-top: 0;
}
.listing-tab-area:nth-child(2n) {
    background-color: #faf7f2;
}
.listing-tab-area .container .headline-area {
    padding: 0 85px;
}
@media (max-width: 766px) {
    .listing-tab-area .container .headline-area {
        padding: 0 20px;
    }
}
.listing-tab-area .container .headline-area h1,
.listing-tab-area .container .headline-area h2,
.listing-tab-area .container .headline-area h3,
.listing-tab-area .container .headline-area h4,
.listing-tab-area .container .headline-area h5 {
    text-align: left;
}
@media (max-width: 990px) {
    .listing-tab-area .container .headline-area h1,
    .listing-tab-area .container .headline-area h2,
    .listing-tab-area .container .headline-area h3,
    .listing-tab-area .container .headline-area h4,
    .listing-tab-area .container .headline-area h5 {
        text-align: center;
    }
}
.listing-tab-area .property-tab-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 990px) {
    .listing-tab-area .property-tab-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.listing-tab-area .property-tab-wrap .tab-panels {
    width: 30%;
}
@media (max-width: 990px) {
    .listing-tab-area .property-tab-wrap .tab-panels {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 90%;
        width: 100%;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}
.listing-tab-area .property-tab-wrap .tab-panels .tab-panel:before {
    right: -55px;
}
@media (max-width: 990px) {
    .listing-tab-area .property-tab-wrap .tab-contents {
        max-width: 100%;
    }
}
.listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info {
    background-color: #fff;
    left: 50px;
    bottom: -215px;
    right: auto;
    width: 828px;
    max-width: 100%;
    top: auto;
}
@media (max-width: 990px) {
    .listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info {
        max-width: 90%;
        -webkit-transform: translate(-50%, -50%) !important;
        -moz-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        -o-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        left: 50%;
        bottom: -90%;
    }
}
.listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a {
    font-family: Libre Baskerville, serif;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
}
.listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:after {
    margin: 10px 0 0;
    width: 150px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info a:hover:after {
    width: 70px;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: none;
}
.listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap {
    text-align: left;
    border: none;
    font-size: 26px;
    font-weight: 400;
    line-height: 2.2;
    font-family: GillSansNova-Light;
}
@media (max-width: 1440px) {
    .listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap {
        font-size: 16px;
    }
}
.listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap h1,
.listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap h2,
.listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap h3,
.listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap h4,
.listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap h5 {
    line-height: 1.4;
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
}
@media (max-width: 1440px) {
    .listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap h1,
    .listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap h2,
    .listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap h3,
    .listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap h4,
    .listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap h5 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap h1,
    .listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap h2,
    .listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap h3,
    .listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap h4,
    .listing-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info .property-detail-info-wrap h5 {
        font-size: 20px;
    }
}
.lifestyle-frame .about-group-area:after,
.lifestyle-frame .about-group-area:before {
    display: none;
}
@media (max-width: 990px) {
    .lifestyle-frame .about-group-area {
        margin-bottom: 0;
    }
}
.lifestyle-frame section:nth-child(2) .about-group-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 990px) {
    .lifestyle-frame section:nth-child(2) .about-group-wrap {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}
.lifestyle-frame section:nth-child(2) .about-group-wrap .about-group-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 990px) {
    .lifestyle-frame section:nth-child(2) .about-group-wrap .about-group-image img {
        height: auto !important;
    }
}
.lifestyle-frame section:nth-child(2) .about-group-wrap .about-group-content {
    left: -220px;
    margin: 5% 0;
}
@media (max-width: 990px) {
    .lifestyle-frame section:nth-child(2) .about-group-wrap .about-group-content {
        left: 0 !important;
        margin: 0;
    }
}
.lifestyle-frame section:nth-child(2) .about-group-wrap .about-group-content .hand_image {
    position: absolute;
    left: -346px;
    top: 25%;
}
.lifestyle-frame section:nth-child(2) .about-group-wrap .about-group-content .hand_image img {
    width: 350px;
}
@media (max-width: 990px) {
    .lifestyle-frame section:nth-child(2) .about-group-wrap .about-group-content .hand_image {
        display: none;
    }
}
.lifestyle-frame section:nth-child(3) .headline-area:before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    height: 100px;
    width: 1px;
    background: #bb854a;
    margin-top: -40px;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    margin-bottom: 30px;
}
@media (max-width: 1024px) {
    .lifestyle-frame section:nth-child(3) .headline-area:before {
        content: none;
    }
}
.lifestyle-frame section:nth-child(4) .pointer {
    top: 50%;
}
@media (max-width: 990px) {
    .lifestyle-frame section:nth-child(4) .pointer {
        top: 30%;
    }
}
@media (max-width: 766px) {
    .lifestyle-frame section:nth-child(4) .pointer {
        display: none;
    }
}
.lifestyle-frame section:nth-child(4) .pointer:before {
    height: 100px;
    background: #392d25;
    bottom: -120px;
}
.lifestyle-frame section:nth-child(4) .image-marker-area img {
    width: 100%;
}
.lifestyle-frame section:nth-child(4) .image-marker-area .card-info {
    bottom: auto;
    top: 30px;
    left: 20px;
    max-width: 35%;
}
@media (max-width: 1024px) {
    .lifestyle-frame section:nth-child(4) .image-marker-area .card-info {
        max-width: 100%;
        top: -65px;
        background: #fff;
    }
}
@media (max-width: 519px) {
    .lifestyle-frame section:nth-child(4) .image-marker-area .card-info {
        left: 0;
    }
}
.lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
}
.lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area {
    padding-left: 0;
}
.lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h2,
.lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h3,
.lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h4,
.lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h5 {
    text-align: center;
    font-size: 45px;
    font-weight: 400;
}
@media (max-width: 1598px) {
    .lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h2,
    .lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h3,
    .lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h4,
    .lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h5 {
        font-size: 40px;
    }
}
@media (max-width: 1440px) {
    .lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h2,
    .lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h3,
    .lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h4,
    .lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h5 {
        font-size: 35px;
    }
}
@media (max-width: 649px) {
    .lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h2,
    .lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h3,
    .lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h4,
    .lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap .headline-area h5 {
        font-size: 24px;
    }
}
.lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap em,
.lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap h2,
.lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap h3,
.lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap h4,
.lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap h5,
.lifestyle-frame section:nth-child(4) .image-marker-area .card-info .card-info-wrap p {
    text-align: center;
}
.lifestyle-frame .location-lifestyle {
    background-color: #fff;
}
.lifestyle-frame .location-lifestyle .about-group-wrap .about-group-image {
    width: 65%;
}
@media (max-width: 1024px) {
    .lifestyle-frame .location-lifestyle .about-group-wrap .about-group-image {
        width: 100%;
    }
}
.lifestyle-frame .location-lifestyle .about-group-wrap .about-group-content {
    background-color: #fff;
}
@media (max-width: 766px) {
    .lifestyle-cyprus-frame section.banner-area {
        margin-bottom: 40px;
    }
}
.lifestyle-cyprus-frame section:nth-child(2) {
    position: relative;
    margin-bottom: 0;
}
.lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap {
    position: relative;
    background-color: #faf7f2;
}
.lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content {
    margin-top: 10%;
}
.lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right {
    line-height: 2.2;
}
.lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h1,
.lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h2,
.lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h3,
.lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h4,
.lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h5 {
    font-size: 65px;
    font-weight: 400;
}
@media (max-width: 1598px) {
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h1,
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h2,
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h3,
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h4,
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h5 {
        font-size: 45px;
    }
}
@media (max-width: 1440px) {
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h1,
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h2,
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h3,
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h4,
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h5 {
        font-size: 35px;
    }
}
@media (max-width: 649px) {
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h1,
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h2,
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h3,
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h4,
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap .about-group-content.slide-left-right .headline-area h5 {
        font-size: 26px;
    }
}
.lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 100px;
    width: 1px;
    background: #bb854a;
    margin-top: 0;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
    z-index: 9;
}
@media (max-width: 1024px) {
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap:before {
        content: none;
    }
}
.lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background: url(../img/website-icon-small.svg) 50% no-repeat;
    z-index: 9;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
    .lifestyle-cyprus-frame section:nth-child(2) .about-group-wrap:after {
        content: none;
    }
}
.lifestyle-cyprus-frame section:nth-child(5) > div:nth-child(3) {
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 990px) {
    .lifestyle-cyprus-frame section:nth-child(5) > div:nth-child(3) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.lifestyle-cyprus-frame section:nth-child(5) > div:nth-child(3) .about-group-content {
    left: -145px;
}
@media (max-width: 990px) {
    .lifestyle-cyprus-frame section:nth-child(5) > div:nth-child(3) .about-group-content {
        left: 0;
    }
}
.lifestyle-cyprus-frame section:nth-child(5) > div:nth-child(4) {
    margin-top: 60px;
}
.lifestyle-cyprus-frame section:nth-child(5) > div:nth-child(5) {
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 990px) {
    .lifestyle-cyprus-frame section:nth-child(5) > div:nth-child(5) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.lifestyle-cyprus-frame section:nth-child(5) > div:nth-child(5) .about-group-content {
    left: -145px;
}
@media (max-width: 990px) {
    .lifestyle-cyprus-frame section:nth-child(5) > div:nth-child(5) .about-group-content {
        left: 0;
    }
}
.lifestyle-cyprus-frame section.our-key-area {
    background-image: none;
}
.lifestyle-cyprus-frame section.our-key-area .our-keys .key {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
@media (max-width: 479px) {
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key {
        width: 100%;
        margin-top: 0;
        padding: 0;
    }
}
.lifestyle-cyprus-frame section.our-key-area .our-keys .key:before {
    display: none;
}
.lifestyle-cyprus-frame section.our-key-area .our-keys .key:nth-child(3) {
    margin-top: -285px;
}
@media (max-width: 479px) {
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key:nth-child(3) {
        margin-top: 0;
    }
}
.lifestyle-cyprus-frame section.our-key-area .our-keys .key:nth-child(2n) {
    margin-top: 200px;
}
@media (max-width: 479px) {
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key:nth-child(2n) {
        margin-top: 0;
    }
}
.lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-image {
    position: relative;
}
.lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header {
    position: absolute;
    width: 80%;
    background: #fff;
    left: 20px;
    bottom: 0;
    padding: 0 10px;
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
}
@media (max-width: 1440px) {
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header {
        font-size: 20px;
    }
}
.lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header h1,
.lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header h2,
.lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header h3,
.lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header h4,
.lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header h5,
.lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header p {
    margin-bottom: 0;
}
.lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content {
    position: relative;
    font-size: 26px;
    font-weight: 400;
    padding: 0 30px;
}
@media (max-width: 1440px) {
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content {
        font-size: 16px;
    }
}
.lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h1,
.lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h2,
.lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h3,
.lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h4,
.lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h5,
.lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h6 {
    position: absolute;
    width: 80%;
    background: #fff;
    left: 20px;
    top: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 10px;
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
    margin: 0;
}
@media (max-width: 1440px) {
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h1,
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h2,
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h3,
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h4,
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h5,
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h6 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h1,
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h2,
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h3,
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h4,
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h5,
    .lifestyle-cyprus-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h6 {
        font-size: 20px;
    }
}
.lifestyle-cyprus-frame section.about-group-area {
    background-color: #fff;
    padding: 80px 0;
}
@media (max-width: 766px) {
    .lifestyle-cyprus-frame section.about-group-area {
        padding: 40px 0;
    }
}
.lifestyle-cyprus-frame section.about-group-area .about-group-wrap {
    margin-top: -100px;
}
@media (max-width: 990px) {
    .lifestyle-cyprus-frame section.about-group-area .about-group-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }
}
.lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-image {
    width: 50%;
    min-width: 50%;
}
@media (max-width: 990px) {
    .lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-image {
        width: 100%;
        margin-bottom: 0;
    }
}
.lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content {
    width: 42%;
}
@media (max-width: 990px) {
    .lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content {
        width: 100%;
    }
}
.lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content .headline-area h1,
.lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content .headline-area h2,
.lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content .headline-area h3,
.lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content .headline-area h4,
.lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content .headline-area h5 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 400;
}
@media (max-width: 1440px) {
    .lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content .headline-area h1,
    .lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content .headline-area h2,
    .lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content .headline-area h3,
    .lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content .headline-area h4,
    .lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content .headline-area h5 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content .headline-area h1,
    .lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content .headline-area h2,
    .lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content .headline-area h3,
    .lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content .headline-area h4,
    .lifestyle-cyprus-frame section.about-group-area .about-group-wrap .about-group-content .headline-area h5 {
        font-size: 20px;
    }
}
.lifestyle-cyprus-frame section.about-group-area .high-living-headeing {
    width: 50%;
    font-size: 26px;
    font-weight: 400;
}
@media (max-width: 1440px) {
    .lifestyle-cyprus-frame section.about-group-area .high-living-headeing {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .lifestyle-cyprus-frame section.about-group-area .high-living-headeing {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .lifestyle-cyprus-frame section.about-group-area .high-living-headeing {
        font-size: 16px;
    }
}
@media (max-width: 990px) {
    .lifestyle-cyprus-frame section.about-group-area .high-living-headeing {
        width: 100%;
    }
}
.lifestyle-cyprus-frame section.about-group-area .high-living-headeing .headline-area {
    text-align: left;
    margin-bottom: 0;
}
.lifestyle-cyprus-frame section.about-group-area .high-living-headeing .headline-area h1,
.lifestyle-cyprus-frame section.about-group-area .high-living-headeing .headline-area h2,
.lifestyle-cyprus-frame section.about-group-area .high-living-headeing .headline-area h3,
.lifestyle-cyprus-frame section.about-group-area .high-living-headeing .headline-area h4,
.lifestyle-cyprus-frame section.about-group-area .high-living-headeing .headline-area h5 {
    text-align: left;
    margin-bottom: 20px;
}
.lifestyle-cyprus-frame section.about-group-area:after,
.lifestyle-cyprus-frame section.about-group-area:before {
    display: none;
}
.lifestyle-limassol-frame section:nth-child(3) .headline-area {
    width: 700px;
    max-width: 100%;
    margin: auto;
}
.lifestyle-limassol-frame section:nth-child(4) {
    padding: 80px 0;
}
@media (max-width: 766px) {
    .lifestyle-limassol-frame section:nth-child(4) {
        padding: 40px 0;
    }
}
.lifestyle-limassol-frame section:nth-child(4) h2 {
    color: #bb854a;
    font-size: 65px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
}
@media (max-width: 1598px) {
    .lifestyle-limassol-frame section:nth-child(4) h2 {
        font-size: 45px;
    }
}
@media (max-width: 1440px) {
    .lifestyle-limassol-frame section:nth-child(4) h2 {
        font-size: 35px;
    }
}
@media (max-width: 649px) {
    .lifestyle-limassol-frame section:nth-child(4) h2 {
        font-size: 26px;
    }
}
@media (max-width: 990px) {
    .lifestyle-limassol-frame section:nth-child(4) h2 {
        text-align: center;
    }
}
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area {
    margin-bottom: 0;
}
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h1,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h2,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h3,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h4,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h5,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h6 {
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    margin-bottom: 20px;
}
@media (max-width: 1440px) {
    .lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h1,
    .lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h2,
    .lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h3,
    .lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h4,
    .lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h5,
    .lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h6 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h1,
    .lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h2,
    .lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h3,
    .lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h4,
    .lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h5,
    .lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h6 {
        font-size: 20px;
    }
}
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h1 b,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h1 span,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h1 strong,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h2 b,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h2 span,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h2 strong,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h3 b,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h3 span,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h3 strong,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h4 b,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h4 span,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h4 strong,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h5 b,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h5 span,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h5 strong,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h6 b,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h6 span,
.lifestyle-limassol-frame section:nth-child(4) .sea-watersports .about-group-wrap .about-group-content .headline-area h6 strong {
    color: #faf2e7;
    letter-spacing: 4px;
    text-shadow: -1px -1px 0 #bb854a, 1px -1px 0 #bb854a, -1px 1px 0 #bb854a, 1px 1px 0 #bb854a;
}
.lifestyle-limassol-frame section:nth-child(4).about-group-area .sea-watersports .about-group-wrap:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 990px) {
    .lifestyle-limassol-frame section:nth-child(4).about-group-area .sea-watersports .about-group-wrap:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.lifestyle-limassol-frame section:nth-child(4).about-group-area .sea-watersports .about-group-wrap:first-child .about-group-content {
    left: -140px;
}
@media (max-width: 990px) {
    .lifestyle-limassol-frame section:nth-child(4).about-group-area .sea-watersports .about-group-wrap:first-child .about-group-content {
        left: 0;
    }
}
.lifestyle-limassol-frame section:nth-child(4).about-group-area:after,
.lifestyle-limassol-frame section:nth-child(4).about-group-area:before {
    display: none;
}
.lifestyle-limassol-frame section:nth-child(5) {
    padding: 80px 0;
    background-color: #fff;
}
@media (max-width: 766px) {
    .lifestyle-limassol-frame section:nth-child(5) {
        padding: 40px 0;
    }
}
.lifestyle-limassol-frame section:nth-child(5):after,
.lifestyle-limassol-frame section:nth-child(5):before {
    display: none;
}
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap + .about-group-wrap {
    margin-top: 40px;
}
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content {
    background-color: #fff;
}
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h1,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h2,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h3,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h4,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h5,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h6 {
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
}
@media (max-width: 1440px) {
    .lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h1,
    .lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h2,
    .lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h3,
    .lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h4,
    .lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h5,
    .lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h6 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h1,
    .lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h2,
    .lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h3,
    .lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h4,
    .lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h5,
    .lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h6 {
        font-size: 20px;
    }
}
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h1 b,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h1 span,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h1 strong,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h2 b,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h2 span,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h2 strong,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h3 b,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h3 span,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h3 strong,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h4 b,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h4 span,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h4 strong,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h5 b,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h5 span,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h5 strong,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h6 b,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h6 span,
.lifestyle-limassol-frame section:nth-child(5) .leisure-nightlife-area .about-group-wrap .about-group-content .headline-area h6 strong {
    color: #faf2e7;
    letter-spacing: 4px;
    text-shadow: -1px -1px 0 #bb854a, 1px -1px 0 #bb854a, -1px 1px 0 #bb854a, 1px 1px 0 #bb854a;
}
.lifestyle-limassol-frame section:nth-child(5).about-group-area:after,
.lifestyle-limassol-frame section:nth-child(5).about-group-area:before {
    display: none;
}
.lifestyle-limassol-frame section.our-key-area {
    background-color: #faf7f2;
    background-image: none;
}
.lifestyle-limassol-frame section.our-key-area .our-keys .key {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
@media (max-width: 479px) {
    .lifestyle-limassol-frame section.our-key-area .our-keys .key {
        width: 100%;
        margin-top: 0;
    }
}
.lifestyle-limassol-frame section.our-key-area .our-keys .key:before {
    display: none;
}
@media (max-width: 479px) {
    .lifestyle-limassol-frame section.our-key-area .our-keys .key:nth-child(3) {
        margin-top: 0;
    }
}
.lifestyle-limassol-frame section.our-key-area .our-keys .key:nth-child(2n) {
    margin-top: 200px;
}
@media (max-width: 479px) {
    .lifestyle-limassol-frame section.our-key-area .our-keys .key:nth-child(2n) {
        margin-top: 0;
    }
}
.lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-image {
    position: relative;
}
.lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header {
    position: absolute;
    width: 80%;
    background: #faf7f2;
    left: 20px;
    bottom: 0;
    padding: 0 10px;
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
}
@media (max-width: 1440px) {
    .lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header {
        font-size: 20px;
    }
}
.lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header h1,
.lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header h2,
.lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header h3,
.lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header h4,
.lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header h5,
.lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-image .business-header p {
    margin-bottom: 0;
}
.lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content {
    font-size: 26px;
    font-weight: 400;
    padding: 0 30px;
    position: relative;
}
@media (max-width: 1440px) {
    .lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content {
        font-size: 16px;
    }
}
.lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h1,
.lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h2,
.lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h3,
.lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h4,
.lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h5 {
    position: absolute;
    width: 80%;
    background: #fff;
    left: 20px;
    top: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 10px;
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
}
@media (max-width: 1440px) {
    .lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h1,
    .lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h2,
    .lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h3,
    .lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h4,
    .lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h5 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h1,
    .lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h2,
    .lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h3,
    .lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h4,
    .lifestyle-limassol-frame section.our-key-area .our-keys .key .key-content .business-block .business-content h5 {
        font-size: 20px;
    }
}
.lifestyle-limassol-frame section .leisure-nightlife-area .about-group-wrap:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 990px) {
    .lifestyle-limassol-frame section .leisure-nightlife-area .about-group-wrap:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.lifestyle-limassol-frame section .leisure-nightlife-area .about-group-wrap:nth-child(2) .about-group-content {
    left: -140px;
}
@media (max-width: 990px) {
    .lifestyle-limassol-frame section .leisure-nightlife-area .about-group-wrap:nth-child(2) .about-group-content {
        left: 0;
    }
}
.lifestyle-limassol-frame section .leisure-nightlife-area .about-group-wrap:nth-child(3) .mall-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lifestyle-limassol-frame section .leisure-nightlife-area .about-group-wrap:nth-child(3) .mall-area .about-group-content {
    margin-top: -82px;
    left: -215px;
}
@media (max-width: 990px) {
    .lifestyle-limassol-frame section .leisure-nightlife-area .about-group-wrap:nth-child(3) .mall-area .about-group-content {
        left: 0;
        margin-top: 0;
    }
}
.lifestyle-limassol-frame section.banner-area .banner-content-area .headline-area h1,
.lifestyle-limassol-frame section.banner-area .banner-content-area .headline-area h2,
.lifestyle-limassol-frame section.banner-area .banner-content-area .headline-area h3,
.lifestyle-limassol-frame section.banner-area .banner-content-area .headline-area h4,
.lifestyle-limassol-frame section.banner-area .banner-content-area .headline-area h5 {
    margin-bottom: 30px;
}
.cyprus-investment-area section:first-child {
    background-color: #fff;
    margin-bottom: 0;
}
@media (min-width: 991px) {
    .cyprus-investment-area section:first-child {
        padding-bottom: 40px;
    }
}
.cyprus-investment-area section:first-child .about-group-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.cyprus-investment-area section:first-child .about-group-wrap .about-group-content {
    background-color: #fff;
    width: 40%;
    margin: 0;
    padding-bottom: 0;
}
@media (min-width: 991px) {
    .cyprus-investment-area section:first-child .about-group-wrap .about-group-content {
        width: 40%;
        margin: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 990px) {
    .cyprus-investment-area section:first-child .about-group-wrap .about-group-content {
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
    }
}
.cyprus-investment-area section:first-child .about-group-wrap .about-group-content .headline-area {
    margin-bottom: 0;
}
.cyprus-investment-area section:first-child .about-group-wrap .about-group-content .headline-area h1,
.cyprus-investment-area section:first-child .about-group-wrap .about-group-content .headline-area h2,
.cyprus-investment-area section:first-child .about-group-wrap .about-group-content .headline-area h3,
.cyprus-investment-area section:first-child .about-group-wrap .about-group-content .headline-area h4,
.cyprus-investment-area section:first-child .about-group-wrap .about-group-content .headline-area h5,
.cyprus-investment-area section:first-child .about-group-wrap .about-group-content .headline-area h6 {
    margin: 0;
}
.cyprus-investment-area section:first-child .about-group-wrap .abot-group-text {
    position: relative;
    padding: 0 20px 0 180px;
    margin-top: 15px;
    width: 100%;
    text-align: justify;
    line-height: 1.5;
}
@media (max-width: 990px) {
    .cyprus-investment-area section:first-child .about-group-wrap .abot-group-text {
        padding: 0 20px;
    }
}
.cyprus-investment-area section:first-child .about-group-wrap .abot-group-text .abot-group-text-wrap {
    width: 980px;
    max-width: 100%;
}
.cyprus-investment-area section:first-child.about-group-area:after,
.cyprus-investment-area section:first-child.about-group-area:before {
    display: none;
}
.cyprus-investment-area section:nth-child(2) {
    background-color: #fff;
}
.cyprus-investment-area section:nth-child(2) .about-group-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 990px) {
    .cyprus-investment-area section:nth-child(2) .about-group-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.cyprus-investment-area section:nth-child(2) .about-group-wrap .about-group-content {
    width: 40%;
    background-color: #fff;
    left: -160px;
    margin-top: 0;
}
@media (max-width: 990px) {
    .cyprus-investment-area section:nth-child(2) .about-group-wrap .about-group-content {
        left: 0;
        width: 100%;
    }
}
.cyprus-investment-area section:nth-child(2) .about-group-wrap .about-group-content .headline-area ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 40px;
}
.cyprus-investment-area section:nth-child(2) .about-group-wrap .about-group-content .headline-area ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}
@media (max-width: 990px) {
    .cyprus-investment-area section:nth-child(2) .about-group-wrap .about-group-content .headline-area ul li {
        text-align: left;
    }
}
.cyprus-investment-area section:nth-child(2) .about-group-wrap .about-group-content .headline-area ul li:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 22px;
    background-color: #bb854a;
    left: -25px;
    top: 20px;
}
.cyprus-investment-area section:nth-child(2).about-group-area:after,
.cyprus-investment-area section:nth-child(2).about-group-area:before {
    display: none;
}
.cyprus-investment-area section.features-area .headline-area {
    margin-bottom: 0;
}
.cyprus-investment-area section.features-area .headline-area h1,
.cyprus-investment-area section.features-area .headline-area h2,
.cyprus-investment-area section.features-area .headline-area h3,
.cyprus-investment-area section.features-area .headline-area h4,
.cyprus-investment-area section.features-area .headline-area h5,
.cyprus-investment-area section.features-area .headline-area h6 {
    margin: 0 0 40px;
}
.cyprus-investment-area section.features-area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}
.cyprus-investment-area section.features-area ul li {
    width: 33.33%;
    text-align: center;
    padding: 0 15px;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.3;
}
@media (max-width: 1440px) {
    .cyprus-investment-area section.features-area ul li {
        font-size: 24px;
    }
}
@media (max-width: 766px) {
    .cyprus-investment-area section.features-area ul li {
        font-size: 22px;
    }
}
@media (max-width: 649px) {
    .cyprus-investment-area section.features-area ul li {
        font-size: 18px;
    }
}
@media (max-width: 1024px) {
    .cyprus-investment-area section.features-area ul li {
        padding: 0 20px;
    }
}
@media (max-width: 479px) {
    .cyprus-investment-area section.features-area ul li {
        width: 50%;
    }
}
.cyprus-investment-area section.features-area ul li p {
    margin-bottom: 15px;
}
.cyprus-investment-area section.features-area ul li img {
    display: block;
    margin: auto auto 15px;
}
@media (max-width: 519px) {
    .cyprus-investment-area section.features-area ul li img {
        max-width: 60px;
        max-height: 60px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.cyprus-investment-area section.features-area .all-features,
.cyprus-investment-area section.features-area ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.cyprus-investment-area section.features-area .all-features .feature-item img,
.cyprus-investment-area section.features-area .all-features li img,
.cyprus-investment-area section.features-area ul .feature-item img,
.cyprus-investment-area section.features-area ul li img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}
.cyprus-investment-area section.features-area em,
.cyprus-investment-area section.features-area i {
    text-align: center;
    font-style: normal;
    font-size: 21px;
    font-weight: 400;
    font-family: GillSansNova-Light;
}
@media (max-width: 1440px) {
    .cyprus-investment-area section.features-area em,
    .cyprus-investment-area section.features-area i {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .cyprus-investment-area section.features-area em,
    .cyprus-investment-area section.features-area i {
        font-size: 14px;
    }
}
.cyprus-investment-area section.features-area .note {
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    font-family: GillSansNova-Light;
}
@media (max-width: 1440px) {
    .cyprus-investment-area section.features-area .note {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .cyprus-investment-area section.features-area .note {
        font-size: 14px;
    }
}
.cyprus-investment-area section.features-area .container .headline-area:before {
    content: "";
    display: block;
    height: 180px;
    width: 1px;
    background: #bb854a;
    margin: auto auto 30px;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
@media (max-width: 1440px) {
    .cyprus-investment-area section.features-area .container .headline-area:before {
        height: 100px;
    }
}
@media (max-width: 766px) {
    .cyprus-investment-area section.features-area .container .headline-area:before {
        height: 75px;
    }
}
.cyprus-residency-area section:nth-child(2),
.cyprus-residency-area section:nth-child(2) .about-group-wrap .about-group-content {
    background-color: #fff;
}
.cyprus-residency-area section:nth-child(2) .about-group-wrap .about-group-content .headline-area ul {
    list-style: none;
}
.cyprus-residency-area section:nth-child(2) .about-group-wrap .about-group-content .headline-area ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}
@media (max-width: 990px) {
    .cyprus-residency-area section:nth-child(2) .about-group-wrap .about-group-content .headline-area ul li {
        text-align: left;
    }
}
.cyprus-residency-area section:nth-child(2) .about-group-wrap .about-group-content .headline-area ul li:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 22px;
    background-color: #bb854a;
    left: -25px;
    top: 20px;
}
.cyprus-residency-area section:nth-child(2).about-group-area:after,
.cyprus-residency-area section:nth-child(2).about-group-area:before {
    display: none;
}
.cyprus-residency-area section.features-area .headline-area {
    margin-bottom: 0;
}
.cyprus-residency-area section.features-area .headline-area h1,
.cyprus-residency-area section.features-area .headline-area h2,
.cyprus-residency-area section.features-area .headline-area h3,
.cyprus-residency-area section.features-area .headline-area h4,
.cyprus-residency-area section.features-area .headline-area h5,
.cyprus-residency-area section.features-area .headline-area h6 {
    margin: 0 0 40px;
}
.cyprus-residency-area section.features-area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}
.cyprus-residency-area section.features-area ul li {
    width: 33.33%;
    text-align: center;
    padding: 0 15px;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.3;
}
@media (max-width: 1440px) {
    .cyprus-residency-area section.features-area ul li {
        font-size: 24px;
    }
}
@media (max-width: 766px) {
    .cyprus-residency-area section.features-area ul li {
        font-size: 22px;
    }
}
@media (max-width: 649px) {
    .cyprus-residency-area section.features-area ul li {
        font-size: 18px;
    }
}
@media (max-width: 1024px) {
    .cyprus-residency-area section.features-area ul li {
        padding: 0 20px;
    }
}
@media (max-width: 479px) {
    .cyprus-residency-area section.features-area ul li {
        width: 50%;
    }
}
.cyprus-residency-area section.features-area ul li p {
    margin-bottom: 15px;
}
.cyprus-residency-area section.features-area ul li img {
    display: block;
    margin: auto auto 15px;
}
@media (max-width: 519px) {
    .cyprus-residency-area section.features-area ul li img {
        max-width: 60px;
        max-height: 60px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.cyprus-residency-area section.features-area .all-features,
.cyprus-residency-area section.features-area ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.cyprus-residency-area section.features-area .all-features .feature-item img,
.cyprus-residency-area section.features-area .all-features li img,
.cyprus-residency-area section.features-area ul .feature-item img,
.cyprus-residency-area section.features-area ul li img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}
.cyprus-residency-area section.features-area em,
.cyprus-residency-area section.features-area i {
    text-align: center;
    font-style: normal;
    font-size: 21px;
    font-weight: 400;
    font-family: GillSansNova-Light;
}
@media (max-width: 1440px) {
    .cyprus-residency-area section.features-area em,
    .cyprus-residency-area section.features-area i {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .cyprus-residency-area section.features-area em,
    .cyprus-residency-area section.features-area i {
        font-size: 14px;
    }
}
.cyprus-residency-area section.features-area .note {
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    font-family: GillSansNova-Light;
}
@media (max-width: 1440px) {
    .cyprus-residency-area section.features-area .note {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .cyprus-residency-area section.features-area .note {
        font-size: 14px;
    }
}
.cyprus-residency-area section.features-area .container .headline-area:before {
    content: "";
    display: block;
    height: 180px;
    width: 1px;
    background: #bb854a;
    margin: auto auto 30px;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: 1s opacity ease, 1s -o-transform ease;
    -moz-transition: 1s transform ease, 1s opacity ease, 1s -moz-transform ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
}
@media (max-width: 1440px) {
    .cyprus-residency-area section.features-area .container .headline-area:before {
        height: 100px;
    }
}
@media (max-width: 766px) {
    .cyprus-residency-area section.features-area .container .headline-area:before {
        height: 75px;
    }
}
.slider-track {
    padding: 80px 0 0;
    width: 100%;
}
@media (max-width: 766px) {
    .slider-track {
        padding: 40px 0;
        padding-bottom: 0;
    }
}
.slider-track .container {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    padding: 0;
}
.slider-track .title {
    font-size: 65px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
    padding: 0 20px;
}
@media (max-width: 1598px) {
    .slider-track .title {
        font-size: 45px;
    }
}
@media (max-width: 1440px) {
    .slider-track .title {
        font-size: 35px;
    }
}
@media (max-width: 649px) {
    .slider-track .title {
        font-size: 26px;
    }
}
.slider-track .timeline-nav__item p {
    margin-bottom: 0;
}
.slider-track .timeline {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.slider-track .timeline .timeline-wrapper {
    background-color: #faf7f2;
    margin-top: 40px;
}
.slider-track .timeline .timeline-nav {
    position: relative;
    height: 380px;
}
.slider-track .timeline .timeline-nav:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 4px solid #bb854a;
    margin-top: -45px;
}
.slider-track .timeline-nav__item {
    width: auto;
    height: auto;
    text-align: center;
    background: transparent;
    margin: 15px 25px !important;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
    min-height: 250px;
}
@media (max-width: 1440px) {
    .slider-track .timeline-nav__item {
        font-size: 18px;
    }
}
@media (max-width: 649px) {
    .slider-track .timeline-nav__item {
        font-size: 14px;
    }
}
.slider-track .timeline-nav__item.slick-cloned {
    visibility: hidden;
}
.slider-track .timeline-nav__item p:first-child {
    color: #fff;
    letter-spacing: 4px;
    text-shadow: -1px -1px 0 #bb854a, 1px -1px 0 #bb854a, -1px 1px 0 #bb854a, 1px 1px 0 #bb854a;
    font-size: 5.5em;
    font-family: Libre Baskerville, serif;
    opacity: 0.3;
}
.slider-track .timeline-nav__item p:last-child {
    margin-top: 90px;
    font-size: 32px;
    font-weight: 400;
    color: #000;
    opacity: 0.3;
    line-height: 1.3;
}
@media (max-width: 1440px) {
    .slider-track .timeline-nav__item p:last-child {
        font-size: 24px;
    }
}
@media (max-width: 766px) {
    .slider-track .timeline-nav__item p:last-child {
        font-size: 22px;
    }
}
@media (max-width: 649px) {
    .slider-track .timeline-nav__item p:last-child {
        font-size: 18px;
    }
}
@media (max-width: 1440px) {
    .slider-track .timeline-nav__item p:last-child {
        font-size: 26px;
        font-weight: 400;
    }
}
@media (max-width: 1440px) and (max-width: 1440px) {
    .slider-track .timeline-nav__item p:last-child {
        font-size: 20px;
    }
}
@media (max-width: 1440px) and (max-width: 766px) {
    .slider-track .timeline-nav__item p:last-child {
        font-size: 20px;
    }
}
@media (max-width: 1440px) and (max-width: 649px) {
    .slider-track .timeline-nav__item p:last-child {
        font-size: 16px;
    }
}
.slider-track .timeline-nav__item:before {
    content: "";
    position: absolute;
    top: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #bb854a;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.slider-track .timeline-nav__item.slick-current {
    color: #bb854a;
    opacity: 1;
}
.slider-track .timeline-nav__item.slick-current p:first-child,
.slider-track .timeline-nav__item.slick-current p:last-child {
    opacity: 1;
}
.slider-track .timeline-nav__item.slick-current:before {
    background-color: #bb854a;
}
.slider-track .timeline-wrapper {
    position: relative;
    width: 100%;
}
.slider-track .timeline-slider,
.slider-track .timeline .slick-list,
.slider-track .timeline .slick-track {
    height: 100%;
}
.slider-track .timeline-slide {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    outline: none;
    -webkit-background-size: auto 400px, cover;
    -moz-background-size: auto 400px, cover;
    -o-background-size: auto 400px, cover;
    background-size: auto 400px, cover;
    background-position: top;
    margin: 0 24px;
    width: 80%;
    z-index: 1;
}
.slider-track .timeline-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.slider-track .timeline-slide__content {
    z-index: 5;
    position: relative;
    top: 0;
    background: #faf7f2;
    width: 80%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    padding: 80px 0;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
}
@media (max-width: 766px) {
    .slider-track .timeline-slide__content {
        padding: 40px 0;
    }
}
@media (max-width: 990px) {
    .slider-track .timeline-slide__content {
        padding: 40px 0;
    }
}
@media (max-width: 500px) {
    .slider-track .timeline-slide__content {
        width: 100%;
    }
}
.slider-track .timeline-slide__content .time-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 990px) {
    .slider-track .timeline-slide__content .time-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.slider-track .timeline-slide__content .time-form .enquery-box {
    background-color: #faf7f2;
    width: 50%;
}
@media (max-width: 990px) {
    .slider-track .timeline-slide__content .time-form .enquery-box {
        width: 100%;
    }
}
.slider-track .timeline-slide__content .time-form .enquery-box .headline-area {
    padding-right: 30px;
    margin-bottom: 0;
}
@media (min-width: 991px) {
    .slider-track .timeline-slide__content .time-form .enquery-box .headline-area {
        text-align: left;
    }
}
@media (max-width: 990px) {
    .slider-track .timeline-slide__content .time-form .enquery-box .headline-area {
        text-align: center;
        padding-right: 0;
    }
}
.slider-track .timeline-slide__content .time-form .enquery-box .headline-area h1,
.slider-track .timeline-slide__content .time-form .enquery-box .headline-area h2,
.slider-track .timeline-slide__content .time-form .enquery-box .headline-area h3,
.slider-track .timeline-slide__content .time-form .enquery-box .headline-area h4,
.slider-track .timeline-slide__content .time-form .enquery-box .headline-area h5 {
    margin-bottom: 20px;
}
@media (min-width: 991px) {
    .slider-track .timeline-slide__content .time-form .enquery-box .headline-area h1,
    .slider-track .timeline-slide__content .time-form .enquery-box .headline-area h2,
    .slider-track .timeline-slide__content .time-form .enquery-box .headline-area h3,
    .slider-track .timeline-slide__content .time-form .enquery-box .headline-area h4,
    .slider-track .timeline-slide__content .time-form .enquery-box .headline-area h5 {
        text-align: left;
    }
}
.slider-track .timeline-slide__content .time-form .form-box {
    width: 50%;
    background-color: #fff;
    padding: 45px 60px;
    margin-top: 90px;
}
@media (max-width: 990px) {
    .slider-track .timeline-slide__content .time-form .form-box {
        width: 100%;
        margin-top: 40px;
    }
}
@media (max-width: 519px) {
    .slider-track .timeline-slide__content .time-form .form-box {
        padding: 20px;
    }
}
.slider-track .timeline-slide__content .time-form .form-box h2,
.slider-track .timeline-slide__content .time-form .form-box h3,
.slider-track .timeline-slide__content .time-form .form-box h4,
.slider-track .timeline-slide__content .time-form .form-box h5 {
    font-size: 35px;
    font-weight: 400;
    font-family: Libre Baskerville, serif;
    color: #bb854a;
}
@media (max-width: 1440px) {
    .slider-track .timeline-slide__content .time-form .form-box h2,
    .slider-track .timeline-slide__content .time-form .form-box h3,
    .slider-track .timeline-slide__content .time-form .form-box h4,
    .slider-track .timeline-slide__content .time-form .form-box h5 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .slider-track .timeline-slide__content .time-form .form-box h2,
    .slider-track .timeline-slide__content .time-form .form-box h3,
    .slider-track .timeline-slide__content .time-form .form-box h4,
    .slider-track .timeline-slide__content .time-form .form-box h5 {
        font-size: 20px;
    }
}
.slider-track .timeline-year {
    z-index: 5;
    font-size: 35px;
    color: #fff;
    padding: 15px 26px;
    -webkit-transition: opacity 1.2s;
    -o-transition: opacity 1.2s;
    -moz-transition: opacity 1.2s;
    transition: opacity 1.2s;
    position: absolute;
    right: 0;
    opacity: 0;
}
.slider-track .timeline-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
}
.slider-track .timeline-text {
    font-size: 18px;
    line-height: 28px;
    color: #666;
}
.slider-track .timeline .slick-current .timeline-slide__content,
.slider-track .timeline .slick-current .timeline-year {
    opacity: 1;
}
.slider-track .timeline-nav .slick-list .slick-track {
    padding-top: 26px;
}
.slider-track .timeline-slide {
    height: 100%;
}
@media (max-width: 990px) {
    .about-citrine-area section.property-tab-area {
        padding-bottom: 155px;
    }
}
.about-citrine-area section.property-tab-area .container .headline-area h2 {
    text-align: center;
}
.about-citrine-area section.property-tab-area .container .headline-area p.has-text-align-center {
    line-height: 1.6;
}
.about-citrine-area section.property-tab-area .property-tab-wrap .tab-panels {
    width: 40%;
    -webkit-align-self: initial;
    -ms-flex-item-align: initial;
    align-self: auto;
}
@media (max-width: 1024px) {
    .about-citrine-area section.property-tab-area .property-tab-wrap .tab-panels {
        width: 100%;
    }
}
.about-citrine-area section.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info {
    left: -90px;
}
@media (max-width: 1024px) {
    .about-citrine-area section.property-tab-area .property-tab-wrap .tab-contents .tab-content .property-detail-info {
        left: 50%;
        bottom: -54%;
    }
}
.about-citrine-area section.about-group-area {
    background-color: #fff;
    margin-bottom: 0;
    padding: 80px 0;
}
@media (max-width: 990px) {
    .about-citrine-area section.about-group-area {
        padding: 0;
    }
}
@media (max-width: 766px) {
    .about-citrine-area section.about-group-area {
        padding: 0 !important;
        padding: 40px 0;
    }
}
.about-citrine-area section.about-group-area .all-detail-areas {
    margin-top: -150px;
}
@media (max-width: 990px) {
    .about-citrine-area section.about-group-area .all-detail-areas {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }
}
.about-citrine-area section.about-group-area .all-detail-areas .about-group-wrap {
    margin-bottom: 50px;
}
.about-citrine-area section.about-group-area .all-detail-areas .about-group-wrap:last-child {
    margin-bottom: 0;
}
.about-citrine-area section.about-group-area .all-detail-areas .about-group-wrap:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 990px) {
    .about-citrine-area section.about-group-area .all-detail-areas .about-group-wrap:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.about-citrine-area section.about-group-area .all-detail-areas .about-group-wrap:nth-child(2n) .about-group-content {
    left: -145px;
}
@media (max-width: 990px) {
    .about-citrine-area section.about-group-area .all-detail-areas .about-group-wrap:nth-child(2n) .about-group-content {
        left: 0;
    }
}
@media (max-width: 990px) {
    .about-citrine-area section.about-group-area .about-group-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }
}
.about-citrine-area section.about-group-area .about-group-wrap .about-group-image {
    width: 70%;
    min-width: 70%;
}
@media (max-width: 990px) {
    .about-citrine-area section.about-group-area .about-group-wrap .about-group-image {
        width: 100%;
        margin-bottom: 0;
    }
}
.about-citrine-area section.about-group-area .about-group-wrap .about-group-content {
    width: 30%;
}
@media (max-width: 990px) {
    .about-citrine-area section.about-group-area .about-group-wrap .about-group-content {
        width: 100%;
    }
}
.about-citrine-area section.about-group-area .about-group-wrap .about-group-content .headline-area {
    margin-bottom: 0;
}
.about-citrine-area section.about-group-area .about-group-wrap .about-group-content .headline-area h1,
.about-citrine-area section.about-group-area .about-group-wrap .about-group-content .headline-area h2,
.about-citrine-area section.about-group-area .about-group-wrap .about-group-content .headline-area h3,
.about-citrine-area section.about-group-area .about-group-wrap .about-group-content .headline-area h4,
.about-citrine-area section.about-group-area .about-group-wrap .about-group-content .headline-area h5 {
    margin-bottom: 20px;
}
.about-citrine-area section.about-group-area .about-group-wrap.detail-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .headline-area h1,
.about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .headline-area h2,
.about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .headline-area h3,
.about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .headline-area h4,
.about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .headline-area h5 {
    font-size: 35px;
    font-weight: 400;
}
@media (max-width: 1440px) {
    .about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .headline-area h1,
    .about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .headline-area h2,
    .about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .headline-area h3,
    .about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .headline-area h4,
    .about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .headline-area h5 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .headline-area h1,
    .about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .headline-area h2,
    .about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .headline-area h3,
    .about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .headline-area h4,
    .about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .headline-area h5 {
        font-size: 20px;
    }
}
.about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .about-group-image {
    width: 50%;
    min-width: 50%;
}
@media (max-width: 990px) {
    .about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .about-group-image {
        width: 100%;
        min-width: 100%;
    }
}
.about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .about-group-content {
    width: 40%;
    padding: 25px 25px 10px;
}
@media (max-width: 990px) {
    .about-citrine-area section.about-group-area .about-group-wrap.detail-wrap .about-group-content {
        width: 100%;
    }
}
.about-citrine-area section.about-group-area .high-living-headeing {
    width: 50%;
    padding-right: 30px;
    font-size: 26px;
    font-weight: 400;
}
@media (max-width: 990px) {
    .about-citrine-area section.about-group-area .high-living-headeing {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
}
.about-citrine-area section.about-group-area .high-living-headeing .headline-area {
    text-align: left;
    margin-bottom: 0;
}
@media (max-width: 990px) {
    .about-citrine-area section.about-group-area .high-living-headeing .headline-area {
        text-align: center;
    }
}
.about-citrine-area section.about-group-area .high-living-headeing .headline-area h1,
.about-citrine-area section.about-group-area .high-living-headeing .headline-area h2,
.about-citrine-area section.about-group-area .high-living-headeing .headline-area h3,
.about-citrine-area section.about-group-area .high-living-headeing .headline-area h4,
.about-citrine-area section.about-group-area .high-living-headeing .headline-area h5 {
    margin-bottom: 20px;
    text-align: left;
}
@media (max-width: 990px) {
    .about-citrine-area section.about-group-area .high-living-headeing .headline-area h1,
    .about-citrine-area section.about-group-area .high-living-headeing .headline-area h2,
    .about-citrine-area section.about-group-area .high-living-headeing .headline-area h3,
    .about-citrine-area section.about-group-area .high-living-headeing .headline-area h4,
    .about-citrine-area section.about-group-area .high-living-headeing .headline-area h5 {
        text-align: center;
    }
}
@media (max-width: 1440px) {
    .about-citrine-area section.about-group-area .high-living-headeing {
        font-size: 20px;
    }
}
@media (max-width: 766px) {
    .about-citrine-area section.about-group-area .high-living-headeing {
        font-size: 20px;
    }
}
@media (max-width: 649px) {
    .about-citrine-area section.about-group-area .high-living-headeing {
        font-size: 16px;
    }
}
.about-citrine-area section.about-group-area:after,
.about-citrine-area section.about-group-area:before {
    display: none;
}
.about-citrine-area section.about-group-area.about-area {
    background: #fff;
    padding: 0 0 150px;
}
.about-citrine-area section.about-group-area.about-area:after,
.about-citrine-area section.about-group-area.about-area:before {
    display: none;
}
.about-citrine-area section.about-group-area.about-area .about-group-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-citrine-area section.about-group-area.about-area .about-group-content {
    margin-bottom: -150px;
}
@media (max-width: 990px) {
    .about-citrine-area section.about-group-area.about-area .about-group-content {
        margin-bottom: 0;
    }
}
.about-citrine-area section.about-group-area.about-area .headline-area:before {
    content: none;
}
.about-citrine-area section.about-group-area .property-tab-wrap {
    padding-top: 30px;
}
.about-citrine-area section.about-group-area .headline-area.detail-head h1,
.about-citrine-area section.about-group-area .headline-area.detail-head h2,
.about-citrine-area section.about-group-area .headline-area.detail-head h3,
.about-citrine-area section.about-group-area .headline-area.detail-head h4,
.about-citrine-area section.about-group-area .headline-area.detail-head h5 {
    font-size: 35px;
    font-weight: 400;
}
@media (max-width: 1440px) {
    .about-citrine-area section.about-group-area .headline-area.detail-head h1,
    .about-citrine-area section.about-group-area .headline-area.detail-head h2,
    .about-citrine-area section.about-group-area .headline-area.detail-head h3,
    .about-citrine-area section.about-group-area .headline-area.detail-head h4,
    .about-citrine-area section.about-group-area .headline-area.detail-head h5 {
        font-size: 26px;
    }
}
@media (max-width: 649px) {
    .about-citrine-area section.about-group-area .headline-area.detail-head h1,
    .about-citrine-area section.about-group-area .headline-area.detail-head h2,
    .about-citrine-area section.about-group-area .headline-area.detail-head h3,
    .about-citrine-area section.about-group-area .headline-area.detail-head h4,
    .about-citrine-area section.about-group-area .headline-area.detail-head h5 {
        font-size: 20px;
    }
}
.about-citrine-area section:nth-child(2) {
    padding-bottom: 0 !important;
}
.about-citrine-area section:nth-child(2) .about-group-wrap {
    background-color: #faf7f2;
}
@media (min-width: 991px) {
    .about-citrine-area section:nth-child(2) .about-group-wrap .about-group-image img {
        height: 75vh;
        min-height: 600px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.about-citrine-area section:nth-child(2) .about-group-wrap .about-group-content,
.about-citrine-area section:nth-child(4) {
    background-color: #faf7f2;
}
@media (max-width: 990px) {
    .about-citrine-area section:nth-child(4) {
        padding: 40px 0 !important;
    }
}
.about-citrine-area section:nth-child(4) > div:nth-child(3) {
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 990px) {
    .about-citrine-area section:nth-child(4) > div:nth-child(3) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.about-citrine-area section:nth-child(4) > div:nth-child(3) .about-group-content {
    left: -145px;
}
@media (max-width: 990px) {
    .about-citrine-area section:nth-child(4) > div:nth-child(3) .about-group-content {
        left: 0;
    }

    .property-detail-info { display: none; }

    .property-tab-area .property-tab-wrap .tab-contents { max-width: 100%; }

    .headline-area.split.only-on-mobile {
        margin-bottom: 0;
      }

      .property-tab-area.will-animate.slide-bottom-top.animated {
        margin-bottom: 0;
        padding-bottom: 0;
      }

      .gallery-area .gallery-wrap .gallery-text, .gallery-area .gallery-wrap .gallary-slider { width: 100%; display: block; }

      .gallery-wrap { display: block !important; }

      .gallery-area .gallery-wrap .gallary-slider .slick-list {
        padding: 0 !important;
      }

      .news-slider .slick-prev { left: 0; z-index: 9; }

      .news-slider .slick-next { right: 0; z-index: 9; }
}

@media (max-width: 991px) {

    .gallery-area { padding-top: 40px; }

}

.footer-logo-area img {
    width: 100%;
    max-width: 160px;
}

.banner-video img { width: 100%; height: 100%; }