@font-face {
    font-family: "DrukWide";
    src: url("../fonts/DrukWideBold.ttf");
    font-weight: 700;
}


/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1.5;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #000;
    color: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}

.layouts ul li {
	margin-bottom:5px;
}

.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}

.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

.grid-container {
	width: 100%;
    position: relative;
    z-index: 10;
    padding-left: 50px;
    padding-right: 50px;
}

.grid-container.grid-container-full {
    max-width: 100%;
}

/* -- main styles -- */

.nopad {
	padding:0px;
}

.nopadleft {
	padding-left:0px;
}

.nopadright {
	padding-right:0px;
}

strong, b {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}

.clear {
	clear:both;
}

.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
	max-width: 100%;
    margin-bottom: 15px;
}

.invi {
	visibility: hidden;
	opacity: 0;
}

.object-fit {
	position: relative;
}

.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}

.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}


/*   hamburger   */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;

	display: none;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    float: right;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 28px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #746f6c;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -7px;
}

.hamburger-inner:after {
    bottom: -7px;
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

.cs-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: #000;
    opacity: 1;
    visibility: visible;
}
.cs-loading-overlay.close {
    opacity: 0;
    visibility: hidden;

}

.cs-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 300;
    transition: 0.8s;
}
.cs-loading.close {
    opacity: 1;
    visibility: visible;
}

.cs-loading-video {
    opacity: 1;
    transition: 0.8s;
}
.cs-loading-video.close {
    opacity: 0;
}

.cs-loading-text {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 42px;
    font-family: "DrukWide", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.31;
    text-transform: uppercase;
    color: white;
    -webkit-text-fill-color: black; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: white;
    
    opacity: 0;
    visibility: hidden;
    /* transition: 0.8s; */
}
.cs-loading-text.trans {
    transition: 0.8s;
}
.cs-loading-text.close {
    opacity: 1;
    visibility: visible;
}

.cs-intro {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.8s;
}
.cs-intro.close {
    opacity: 1;
    visibility: visible;
}

.cs-intro:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 20%;
    z-index: 5;
    bottom: -1px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.cs-intro-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.cs-intro-video-hold {
    width: 100%;
    padding-bottom: 56.25%;
}
.cs-intro-video-hold:before,
.cs-intro-video-hold:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 18%;
    z-index: 5;
}
.cs-intro-video-hold:before {
    top: -1px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.cs-intro-video-hold:after {
    bottom: -1px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
.cs-intro video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.cs-header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
    width: 100%;
    padding: 42px 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.cs-header-link {
    width: 200px;
    margin-bottom: -4px;
}




.cs-header-text {
    width: calc(100% - 200px - 200px);
    text-align: center;
}

.cs-header-anim {
    transform: translateY(50px);
    opacity: 0;
    /* transition: 0.8s cubic-bezier(0.5, 1, 0.89, 1); */
}

.cs-header-anim.trans {
    transition: 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}

.cs-header.close .cs-header-anim {
    transform: translateY(0px);
    opacity: 1;
}

.cs-header-text-anim {
    transform: scale(1.3);
    opacity: 0;
    /* transition: 1s cubic-bezier(0.5, 1, 0.89, 1); */
}

.cs-header-text-anim.trans {
    transition: 1s cubic-bezier(0.5, 1, 0.89, 1);
}


.cs-header.close .cs-header-text-anim {
    transform: scale(1);
    opacity: 1;
}

.cs-header-text-anim span {
    display: inline-block;
    transform: scale(1.3);
    opacity: 0;
    transition: 1s 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.cs-header.close .cs-header-text-anim span {
    transform: scale(1);
    opacity: 1;
}


.cs-header-link {
    /* transition-delay: 0.9s; */
}
.cs-header-link.trans {
    transition-delay: 0.9s;
}

.cs-header-link span {
    display: inline-block;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.8s 1.1s cubic-bezier(0.5, 1, 0.89, 1);
}

.cs-header.close .cs-header-link span {
    transform: translateY(0px);
    opacity: 1;
}

.cs-header-socials.trans {
    /* transition-delay: 1.1s; */
}


.cs-header-socials {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.cs-header-socials span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #696969;
    margin-right: 20px;
}
.cs-header-socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cs-header-socials ul li {
    margin-right: 19px;
}
.cs-header-socials ul li:last-child {
    margin-right: 0px;
}
.cs-header-socials ul li a {
    display: block;
    transition: 0.2s;
}
.cs-header-socials ul li a:hover {
    opacity: 0.35;
}
.cs-header-socials ul li a svg {
    float: left;
}
.cs-header-socials ul li a img {
    /* width: 18px;
    height: 18px; */
}

.link-green,
.link-green:focus,
.link-green:active {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #CEFE0E;
    position: relative;
    padding-bottom: 4px;
}
.link-green:hover {
    color: #CEFE0E;
}
.link-green:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #CEFE0E;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.link-green:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.cs-header-text {
    font-family: "DrukWide", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    text-transform: uppercase;
}
.cs-header-text span {
    color: white;
    -webkit-text-fill-color: black; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: white;
    margin-left: 5px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 500;
    padding: 50px 0 0;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.logo img {
    max-width: 178px;
}

.btn-border,
.btn-border:focus,
.btn-border:active {
    display: inline-block;
    outline: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    background: #CEFE0E;
    border: 1px solid #000;
    border-radius: 35px;
    padding: 8px 25px;
    transition: 0.25s;
}
.btn-border:hover {
    color: #CEFE0E;
    background: #000;
    border: 1px solid #000;
}

.error-hold {
    width: 100%;
    height: 100vh;
    background: #CEFE0E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;

}
.error-hold img {
    max-height: 80%;
    max-width: 80%;
    animation: rotation 6s infinite linear;
}


@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 300;
    padding-bottom: 42px;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.copyrights {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: #000000;

}

.socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.socials ul li {
    margin-right: 19px;
}
.socials ul li:last-child {
    margin-right: 0px;
}
.socials ul li a {
    display: block;
    transition: 0.2s;
}
.socials ul li a:hover {
    opacity: 0.35;
}
.socials ul li a svg {
    float: left;
}
.socials ul li a svg path {
    float: left;
}

.header-button {
    padding-top: 14px;
}

.logo,
.header-button {
    transform: translateY(-50px);
    opacity: 0;
    transition: 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.logo.close,
.header-button.close {
    transform: translateY(0px);
    opacity: 1;
}

.socials,
.copyrights {
    transform: translateY(50px);
    opacity: 0;
    transition: 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.socials.close,
.copyrights.close {
    transform: translateY(0px);
    opacity: 1;
}

.error-hold img {
    opacity: 0;
    transition: 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.error-hold.close img {
    opacity: 1;
}

.cs-intro-video-sound {
    width: 71px; height: 58px;
    cursor: pointer;
    position: absolute;
    top: 38px; left: 56px;
    z-index: 2;
    pointer-events: all;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.cs-intro-video-sound.close {
    opacity: 1;
    visibility: visible;
}
.cs-intro-video-sound img {
    position: absolute;
    top: 0; left: 0;
    transition: 0.2s ease-in-out;
}
.cs-intro-video-sound-on {
    opacity: 0;
    visibility: hidden;
}
.cs-intro-video-sound.is-active .cs-intro-video-sound-on {
    opacity: 1;
    visibility: visible;
}
.cs-intro-video-sound.is-active .cs-intro-video-sound-off {
    opacity: 0;
    visibility: hidden;
}

.cs-notification {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    background: #FA0078;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.14px;
    padding: 6px 40px;
    transform: translateY(-110%);
    z-index: 202;
}
.cs-notification.trans {
    transition: 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.cs-notification.close {
    transform: translateY(0%);
}

.cs-notification span {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/icon-close.svg) no-repeat center center;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.cs-notification .link-white,
.cs-notification .link-white:focus,
.cs-notification .link-white:active {
    margin-left: 10px;
}

.link-white,
.link-white:focus,
.link-white:active {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.96px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 2px;
}
.link-white:hover {
    color: #fff;
}
.link-white:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.link-white:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.cs-intro-video-replay {
    width: 71px; 
    height: 59px;
    cursor: pointer;
    position: absolute;
    top: 38px; 
    left: 56px;
    z-index: 2;
    pointer-events: all;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.cs-intro-video-replay.close {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 1199px) {
    .grid-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    header {
        padding: 30px 0 0;
    }
    footer {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .cs-intro-video {
        top: 45%;
        width: 130%;
    }
    .cs-header-text {
        width: 100%;
        margin-bottom: 48px;
    }
    .cs-header-link {
        width: 100%;
        text-align: center;
        margin-bottom: 58px;
        order: 2;
    }
	.cs-header-socials span {
        display: none;
    }
    .cs-header-socials {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        order: 3
    }
    .cs-header {
        padding: 38px 38px;
    }
    .cs-header-link {
        /* transition-delay: 0.9s; */
    }
    .cs-header-link.trans {
        transition-delay: 0.9s;
    }
    .cs-header-socials.trans {
        transition-delay: 1.3s;
    }
    .cs-loading-text {
        bottom: 38px;
    }
}

@media screen and (max-width:639px) {
    .cs-notification {
        padding: 16px 40px;
    }
    .error-hold img {
        max-height: 65%;
        max-width: 85%;
    }
    .socials ul li a svg {
        width: 31px;
        height: 31px;
    }
    .socials ul li {
        margin-right: 32px;
    }
    .socials {
        width: 100%;
        margin-bottom: 32px;
    }
    .socials ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .copyrights {
        width: 100%;
        text-align: center;
    }
    .header-button {
        padding-top: 8px;
    }
    .logo img {
        max-width: 120px;
    }
    header {
        padding: 20px 0 0;
    }
    .grid-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cs-header {
        padding: 38px 20px;
    }
	.cs-intro-video {
        width: 160%;
        top: 43%;
    }
    .cs-loading-text {
        -webkit-text-fill-color: black;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: white;
    }
    .cs-header-text span {
        color: white;
        -webkit-text-fill-color: black;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: white;
    }
    .cs-header-socials ul li a svg {
        width: 31px;
        height: 31px;
    }
    .cs-header-socials ul li {
        margin-right: 32px;
    }
    .cs-intro-video-sound {
        width: 50px;
        top: 30px;
        top: 70px;
        left: 30px;
    }
    .cs-intro-video-replay {
        width: 50px;
        top: 70px;
        left: 30px;
    }
}

@media screen and (max-width:400px) {
    .cs-header-link {
        margin-bottom: 32px;
    }
    .cs-header-text {
        font-size: 26px;
    }
    .cs-loading-text {
        font-size: 26px;
    }
    .cs-header-text {
        margin-bottom: 24px;
    }

}

@media only screen and (max-width: 1023px) and (max-height: 450px) and (orientation: landscape) {
    .cs-header-link {
        margin-bottom: 16px;
    }
    .cs-header-text {
        margin-bottom: 8px;
    }
    .cs-header {
        padding: 20px 20px;
    }
    .cs-intro:after {
        height: 40%;
    }
}