@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Teko:wght@300..700&display=swap');

:root {
    font-size: 20px;
}

@media (max-width:1500px) {
    :root {
        font-size: 17.5px;
    }
}

@media (max-width:1000px) {
    :root {
        font-size: 15px;
    }
}

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;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

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;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

.rwContentBox ul,
.cn ul {
    list-style-type: disc;
    margin: 20px 0;
    margin-left: 45px;
}

.rwContentBox ol,
.cn ol {
    list-style-type: decimal;
    margin: 20px 0;
    margin-left: 55px;
}

.rwContentBox li,
.cn li {
    padding-left: 0px;
}

.rwContentBox table td {
    vertical-align: top;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    font-weight: normal;
}

ul {
    margin-top: 0;
}

img {
    border: 0;
}

.clear,
.cl {
    clear: both;
}

html {
    scroll-behavior: smooth;
    font-size: 1rem;
    scrollbar-gutter: stable;
    /* reserves place for scroller to vw working properly */
}

* {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font: 1.3rem/1.192 lato, sans-serif;
    font-weight: 300;
    color: #fff;
    background: #000 url('gfx/bg.jpg') left top;
    background-repeat: repeat-y;
    overflow-x: hidden;
}

@media(min-width:1921px) {
    body {
        background: #000 url('gfx/bg.jpg') left top;
        background-repeat: repeat-y;
        background-size: 100%;
    }
}

@media(max-width:1000px) {
    body {
        background: #000 url('gfx/bg.jpg') left top;
        background-repeat: repeat-y;
        background-size: 100%;
    }
}

strong,
b {
    font-weight: bold;
}

* {
    font: 1.3rem/1.192 lato, sans-serif;
}

a {
    color: #fff;
    outline: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

a:hover {}

body>header {
    position: absolute;
    left: 0;
    top: 0;
    width: 550px;
    padding-left: 40px;
    padding-top: 40px;
    z-index: 100;
}

@media(max-width:1100px) {
    body>header {
        padding-left: 20px;
        padding-top: 10px;
    }
}

@media(max-width:700px) {
    body>header {
        width: 300px;
        padding-left: 20px;
        padding-top: 10px;
    }
}

@media(max-width:520px) {
    body>header {
        transform: scale(.7, .7);
        top: -15px;
        left: -50px;
    }
}

body>header a {
    position: relative;
    display: block;
    text-decoration: none;
    font-family: teko, sans-serif;
    font-size: 2.9rem;
    line-height: 1;
    text-transform: uppercase;
    padding-left: 185px;
    padding-top: 2px;
}

@media(max-width:1500px) {
    body>header a {
        font-size: 2rem;
        padding-top: .2rem
    }
}

@media(max-width:700px) {
    body>header a {
        padding-left: 110px;
        font-size: 1.8rem;
    }
}

body>header a span {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: .5em;
    letter-spacing: .05em;
    line-height: .8;
    padding-right: 20px;
    /*
	transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
    -webkit-animation-name: strzalka;
 	animation-name: strzalka;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	*/
}

/*
@-webkit-keyframes strzalka {
    0% {transform:scale(1,1);}
    50% {transform:scale(.9,.9);}
    100% {transform:scale(1,1);}
	}
@keyframes strzalka {
    0% {transform:scale(1,1);}
    50% {transform:scale(.9,.9);}
    100% {transform:scale(1,1);}
	}
*/
@media(max-width:1500px) {
    body>header a span {
        font-size: .65em;
        line-height: 1.2;
    }
}

@media(max-width:700px) {
    body>header a span {
        font-size: 1.8rem;
        line-height: .8;
    }
}

body>header a img {
    position: absolute;
    left: 0;
    top: 8px;
    width: 160px;
    filter: brightness(0) invert(1);
}

@media(max-width:700px) {
    body>header a img {
        width: 100px;
    }
}

body>nav {
    position: absolute;
    top: 4px;
    right: .5rem;
    z-index: 100;
    font-size: 0;
}

@media(max-width:1500px) {
    body>nav {
        top: 11px;
    }
}

@media(max-width:1100px) {
    body>nav {
        top: -14px;
    }
}

body>nav ul li {
    display: inline-block;
    vertical-align: middle;
}

body>nav ul li a {
    font-family: teko, sans-serif;
    font-size: 1.6rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    display: block;
    padding: 2rem .75rem;
    border-bottom: 2px solid #fff0;
}

@media(max-width:1700px) {
    body>nav ul li a {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
}

@media(max-width:1500px) {
    body>nav ul li a {
        font-size: 1.2rem;
        letter-spacing: 0;
        padding: 2rem .5rem;
    }
}

@media (min-width:900px) and (max-width:1100px) {
    body>nav ul li a {
        font-size: 1.2rem;
        line-height: 1;
        letter-spacing: 0;
        padding: 0rem .5rem;
        height: 5.2rem;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        max-width: 90px;
        text-align: center;
    }
}

body>nav ul li a:hover,
body>nav ul li a.active {
    border-bottom: 2px solid #fff;
}

input#rwdmn,
input#rwdmn+label {
    display: none;
}

@media (max-width: 900px) {

    input#rwdmn+label+nav {
        display: none;
    }

    input#rwdmn+label {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        cursor: pointer;
        padding: 0;
        width: 50px;
        height: 50px;
        font-size: 50px;
        line-height: 50px;
        color: #fff;
        z-index: 100;
        text-align: center;
    }

    input#rwdmn+label>span::before {
        content: '\2261';
    }

    input#rwdmn:checked+label>span::before {
        content: '\D7';
    }

    input#rwdmn+label>span span {
        display: none;
    }

    input#rwdmn:checked+label+nav {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: #000a;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding-top: 100px;
        z-index: 50;
    }

    input#rwdmn:checked+label+nav ul {
        display: block !important;
        padding: 0 1rem;
        background: transparent;
        position: relative;
        left: 0;
        top: 0;
        outline: 0;
    }

    input#rwdmn:checked+label+nav li {
        display: block;
        text-align: left;
        border: none;
    }

    input#rwdmn:checked+label+nav li a {
        padding: .25rem 1rem;
        font-size: 2rem;
    }

    input#rwdmn:checked+label+nav li a:hover,
    input#rwdmn:checked+label+nav li a.active {}

    input#rwdmn:checked+label+nav li>ul,
    input#rwdmn:checked+label+nav li:hover>ul {
        display: block;
        position: relative;
        left: 0;
        top: 0;
    }

    input#rwdmn:checked+label+nav li ul a {
        padding-left: 1rem;
    }

    input#rwdmn:checked+label+nav li ul ul a {
        padding-left: 2rem;
    }

    input#rwdmn:checked+label+nav li ul ul ul a {
        padding-left: 3rem;
    }

}

/* @media (max-width: 900px) */

.special-slider {
    position: relative;
    display: block;
    width: 100%;
    height: 39.5vw;
    background: url('gfx/mask1.png');
    -webkit-mask-image: url('gfx/mask1.png');
    mask-image: url('gfx/mask1.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: cover;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media(max-width:520px) {
    .special-slider {
        margin-top: 40px;
    }
}

.special-slider li {
    display: block;
    position: relative;
    height: 39.5vw;
    background-size: cover;
}

.special-slider li>span {
    font-family: teko, sans-serif;
    font-size: 4.7rem;
    line-height: 1;
    font-weight: 300;
    transform: rotate(-9deg);
    position: absolute;
    bottom: 4.3vw;
    left: 20.3vw;
    color: #fff;
}

@media(max-width:1500px) {
    .special-slider li span {
        font-size: 3rem;
        left: 22vw;
    }
}

@media(max-width:700px) {
    .special-slider li span {
        font-size: 2rem;
        left: 20vw;
    }
}

@media(max-width:520px) {
    .special-slider li span {
        font-size: 1.3rem;
    }
}

.special-article {
    position: relative;
    margin-top: 0px;
    font-size: 0;
    width: 100%;
    overflow: hidden;
}

.special-article .cl1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(67.5% - 4rem);
    font-size: 1rem;
    padding-left: 4rem;
}

@media(max-width:1500px) {
    .special-article .cl1 {
        width: calc(80% - 4rem);
    }
}

@media(max-width:700px) {
    .special-article .cl1 {
        width: calc(85% - 4rem);
    }
}

@media(max-width:520px) {
    .special-article .cl1 {
        padding-left: 1rem;
        width: calc(100% - 2rem);
    }
}

.special-article .cl2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 67.5%);
    text-align: right;
}

@media(max-width:1500px) {
    .special-article .cl2 {
        width: calc(100% - 80%);
    }
}

@media(max-width:700px) {
    .special-article .cl2 {
        width: calc(100% - 85%);
    }
}

@media(max-width:520px) {
    .special-article .cl2 {
        display: block;
        width: 100%;
        height: 300px;
    }
}

.img1 {
    display: block;
    position: relative;
    width: 410px;
    height: 552px;
    font-size: 0;
    background: url('gfx/mask2.png') no-repeat;
    -webkit-mask-image: url('gfx/mask2.png');
    mask-image: url('gfx/mask2.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: cover;
    float: left;
    margin: 60px 4rem 0 -4rem;
}

@media(max-width:1500px) {
    .img1 {
        margin: 60px 4rem 0 -10rem;
    }
}

@media(max-width:1100px) {
    .img1 {
        margin: 0px 0rem -50px -10rem;
        transform: scale(0.75, 0.75);
    }
}

@media(max-width:1000px) {
    .img1 {
        margin: 0px 0rem -80px -10rem;
    }
}

@media(max-width:900px) {
    .img1 {
        transform: scale(0.5, 0.5);
        margin: 0px -4rem -130px -12rem;
    }
}

@media(max-width:520px) {
    .img1 {
        transform: scale(0.3, 0.3);
        margin: -80px -8rem -210px -12rem !important;
    }
}


.img1 img {
    display: block;
    position: relative;
    width: 410px;
    height: 552px;
    object-fit: cover;
}

.cl1>h2 {
    display: block;
    font-family: teko, sans-serif;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: .05rem;
    position: relative;
    margin-top: 10rem;
}

@media(max-width:700px) {
    .cl1>h2 {
        font-size: 2rem;
    }
}

@media(max-width:520px) {
    .cl1>h2 {
        font-size: 1.6rem;
    }
}

.cl1>h3 {
    display: block;
    color: #00ff8b;
    margin-top: 10px;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: .05rem;
}

@media(max-width:700px) {
    .cl1>h3 {
        font-size: 1.8rem;
    }
}

@media(max-width:520px) {
    .cl1>h3 {
        font-size: 1.3rem;
    }
}

.cl1>h4 {
    display: block;
    margin-top: 0px;
    font-family: teko, sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: .05rem;
}

@media(max-width:700px) {
    .cl1>h4 {
        font-size: 1.8rem;
    }
}

@media(max-width:520px) {
    .cl1>h4 {
        font-size: 1.3rem;
    }
}

.cl1>div {
    position: relative;
    margin-top: 2rem
}


@media(max-width:520px) {
    .cl1>div {
        margin-left: 150px;
    }
}


.cl1>div>p {
    font-size: 1.35rem;
    line-height: 1.22;
    width: 92%;
}

@media(max-width:700px) {
    .cl1>div>p {
        font-size: 1rem;
        width: 100%;
    }
}

.img2 {
    display: block;
    position: relative;
    margin: 0 0 0 auto;
    width: 500px;
    height: 475px;
    font-size: 0;
    background: url('gfx/mask3.png') no-repeat;
    -webkit-mask-image: url('gfx/mask3.png');
    mask-image: url('gfx/mask3.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: cover;
}

@media(max-width:1100px) {
    .img2 {
        transform: scale(0.75, 0.75);
        left: -50px;
    }
}

@media(max-width:700px) {
    .img2 {
        transform: scale(0.3, 0.3);
        left: -170px;
    }
}


@media(max-width:520px) {
    .img2 {
        transform: scale(0.3, 0.3);
        left: -190px;
        bottom: 700px !important;
    }
}

@media(max-width:400px) {
    .img2 {
        transform: scale(0.3, 0.3);
        left: -190px !important;
        bottom: 600px !important;
        right: auto;
    }
}


.img2 img {
    display: block;
    position: relative;
    width: 500px;
    height: 475px;
    object-fit: cover;
}



.img3 {
    display: block;
    position: relative;
    width: 635px;
    height: 514px;
    font-size: 0;
    background: url('gfx/mask4.png') no-repeat;
    -webkit-mask-image: url('gfx/mask4.png');
    mask-image: url('gfx/mask4.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: cover;
}

@media(max-width:1100px) {
    .img3 {
        transform: scale(0.75, 0.75);
        left: -60px;
        margin-top: -90px;
    }
}

@media(max-width:700px) {
    .img3 {
        transform: scale(0.3, 0.3);
        left: -210px;
        margin-top: -320px;
    }
}

@media(max-width:520px) {
    .img3 {
        transform: scale(0.3, 0.3);
        left: -275px;
        bottom: 650px !important;
    }
}

.img3 img {
    display: block;
    position: relative;
    width: 635px;
    height: 514px;
    object-fit: cover;
}

@media(max-width:400px) {
    .img3 {
        transform: scale(0.3, 0.3);
        left: -270px;
        margin-top: -720px;
    }
}



.special-refs {
    display: block;
    position: relative;
    width: 100%;
    height: 867px;
    background: url('gfx/opiniebg.png') no-repeat center top, url('gfx/opiniebg.png') no-repeat center top;
    font-size: 1.1rem;
    font-style: italic;
    text-align: center;
}

@media(max-width:1700px) {
    .special-refs {
        font-size: .95rem;
    }
}

@media(max-width:1150px) {
    .special-refs {
        font-size: .85rem;
    }
}

@media(max-width: 860px) {
    .special-refs {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 100px 0;
        height: 667px;
    }
}

@media(max-width: 520px) {
    .special-refs {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 120px 0 100px 0;
        height: 630px;
        font-size: .7rem;
    }
}

.special-refs cite span {
    display: block;
    text-align: right;
    font-size: .8em;
    font-style: normal;
}

.special-refs cite {
    position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    height: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 1.1rem;
}

@media(max-width:1700px) {
    .special-refs cite {
        width: 300px !important;
        font-size: 1rem;
    }
}

@media(max-width:1570px) {
    .special-refs cite {
        width: 250px !important;
    }
}

@media(max-width:1360px) {
    .special-refs cite {
        width: 200px !important;
    }
}

@media(max-width:1150px) {
    .special-refs cite {
        width: 150px !important;
        font-size: .9rem;
    }
}

@media(max-width: 860px) {
    .special-refs cite {
        width: 200px !important;
        margin: 1px !important;
        min-width: 200px !important;
        height: 120px !important;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        font-size: .8rem;
    }
}

@media(max-width: 520px) {
    .special-refs cite {
        width: auto !important;
        margin: 5px 10px !important;
        min-width: 200px !important;
        height: auto !important;
    }
}

.special-refs cite:nth-child(1) {
    left: calc(30 / 1920 * 100vw);
    top: 40px;
}

.special-refs cite:nth-child(2) {
    width: 300px;
    left: calc(50 / 1920 * 100vw);
    top: 300px;
}

.special-refs cite:nth-child(3) {
    left: calc(50 / 1920 * 100vw);
    top: 550px;
}

.special-refs cite:nth-child(4) {
    left: calc(500 / 1920 * 100vw);
    top: 110px;
}

.special-refs cite:nth-child(5) {
    left: calc(400 / 1920 * 100vw);
    top: 370px;
}

@media(max-width:1820px) {
    .special-refs cite:nth-child(5) {
        left: calc(440 / 1920 * 100vw);
    }
}

@media(max-width:1700px) {
    .special-refs cite:nth-child(5) {
        left: calc(430 / 1920 * 100vw);
    }
}

.special-refs cite:nth-child(6) {
    left: calc(990 / 1920 * 100vw);
    top: 180px;
}

.special-refs cite:nth-child(7) {
    left: calc(830 / 1920 * 100vw);
    top: 440px;
}

@media(max-width:1700px) {
    .special-refs cite:nth-child(7) {
        left: calc(800 / 1920 * 100vw);
    }
}

.special-refs cite:nth-child(8) {
    left: calc(1200 / 1920 * 100vw);
    top: 440px;
}

@media(max-width:1820px) {
    .special-refs cite:nth-child(8) {
        left: calc(1225 / 1920 * 100vw);
    }
}

@media(max-width:1700px) {
    .special-refs cite:nth-child(8) {
        left: calc(1170 / 1920 * 100vw);
    }
}

@media(max-width:520px) {
    .special-refs cite:nth-child(8) {
        display: none;
    }
}

.special-refs cite:nth-child(9) {
    left: calc(1520 / 1920 * 100vw);
    top: 150px;
}

@media(max-width:1820px) {
    .special-refs cite:nth-child(9) {
        left: calc(1480 / 1920 * 100vw);
    }
}

@media(max-width:520px) {
    .special-refs cite:nth-child(9) {
        display: none;
    }
}

.special-refs cite:nth-child(10) {
    width: 250px;
    left: calc(1620 / 1920 * 100vw);
    top: 500px;
}

@media(max-width:1700px) {
    .special-refs cite:nth-child(10) {
        left: calc(1540 / 1920 * 100vw);
    }
}

@media(max-width:520px) {
    .special-refs cite:nth-child(10) {
        display: none;
    }
}

.special-gal-link {
    font-size: 0;
    text-align: right;
    clip-path: polygon(0% 10.8%, 33% 2.5%, 100% 12.95%, 100% 98%, 0% 54%);
    position: relative;
    top: -169px;
    overflow: hidden;
}

@media(max-width:1920px) {
    .special-gal-link {
        top: -150px;
    }
}

@media(max-width:1400px) {
    .special-gal-link {
        top: -100px;
    }
}

@media(max-width:520px) {
    .special-gal-link {
        top: -80px;
    }
}

.special-gal-link img {
    display: inline-block;
    margin: 27px;
    width: calc((100vw - (5 * 60px)) / 6);
    height: calc((100vw - (5 * 60px)) / 6);
    object-fit: cover;
}

@media(max-width:1400px) {
    .special-gal-link img {
        margin: 17px;
        width: calc((100vw - (5 * 40px)) / 6);
        height: calc((100vw - (5 * 40px)) / 6);
    }
}

@media(max-width:1200px) {
    .special-gal-link img {
        margin: 12px;
        width: calc((100vw - (5 * 30px)) / 6);
        height: calc((100vw - (5 * 30px)) / 6);
    }
}

@media(max-width:1000px) {
    .special-gal-link img {
        margin: 7px;
        width: calc((100vw - (5 * 20px)) / 6);
        height: calc((100vw - (5 * 20px)) / 6);
    }
}

@media(max-width:600px) {
    .special-gal-link img {
        margin: 3px;
        width: calc((100vw - (5 * 10px)) / 6);
        height: calc((100vw - (5 * 10px)) / 6);
    }
}

.special-gal-link img:nth-child(6n),
.special-gal-link img:nth-child(21) {
    margin-right: 0;
}

.special-gal-link img:nth-child(1),
.special-gal-link img:nth-child(6n + 1) {
    margin-left: 0;
}

.special-gal-link:before {
    content: '';
    display: block;
    width: 20vw;
    height: 20vw;
    background: #000;
    border-radius: 99vw;
    z-index: 10;
    position: absolute;
    right: 0;
    top: calc(50% - 10vw);
    filter: blur(5rem);
}

.special-gal-link:after {
    content: '';
    display: block;
    width: 30vw;
    height: 30vw;
    background: #000;
    border-radius: 99vw;
    z-index: 10;
    position: absolute;
    right: -20vw;
    ;
    top: calc(50% - 15vw);
    filter: blur(10rem);
}

.special-gal-link>div {
    display: block;
    position: absolute;
    right: 3vw;
    top: calc(50% - 5rem);
    z-index: 20;
}

.special-gal-link>div a {
    position: relative;
    left: 0;
}

.special-gal-link>div a:hover {
    left: 2vw;
}

.special-gal-link>div a span {
    display: inline-block;
    vertical-align: middle;
    font-family: teko, sans-serif;
    font-size: 3.3rem;
    line-height: 1;
    color: #fff;
    text-align: right;
    margin-right: 1rem;
    text-decoration: none;
}

@media(max-width:520px) {
    .special-gal-link>div a span {
        font-size: 2.5rem;
    }
}

footer {
    position: relative;
    margin-top: -400px;
    font-family: teko, sans-serif;
}

@media(max-width:1500px) {
    footer {
        margin-top: -200px;
    }
}

footer .img1 {
    margin-top: 0px;
    margin-left: 0;
}

@media(max-width:1100px) {
    footer .img1 {
        margin-left: -60px;
        margin-right: 0;
    }
}

@media(max-width:900px) {
    footer .img1 {
        margin-left: -160px;
        margin-right: 0;
    }
}

@media(max-width:620px) {
    footer .img1 {
        margin-left: -160px;
        margin-right: 0;
        margin-top: -150px;
    }
}

footer>div:nth-child(2) {
    position: relative;
    margin-left: 480px;
}

@media(max-width:1100px) {
    footer>div:nth-child(2) {
        margin-left: 350px;
    }
}

@media(max-width:900px) {
    footer>div:nth-child(2) {
        margin-left: 180px;
    }
}

@media(max-width:480px) {
    footer>div:nth-child(2) {
        margin-left: 100px;
    }
}

footer>div:nth-child(2)>a:first-child {
    font-size: 6.5rem;
    letter-spacing: .15rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    display: block;
    position: relative;
    padding-top: 170px;
}

@media(max-width:1500px) {
    footer>div:nth-child(2)>a:first-child {
        font-size: 4.5rem;
        padding-top: 220px;
    }
}

@media(max-width:900px) {
    footer>div:nth-child(2)>a:first-child {
        left: -80px;
        padding-top: 220px;
    }
}

@media(max-width:620px) {
    footer>div:nth-child(2)>a:first-child {
        padding-top: 280px;
        margin-right: -60px;
        font-size: 3.7rem;
    }
}

footer>div:nth-child(2)>a:first-child+span {
    display: block;
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: .3rem;
    color: #777;
}

@media(max-width:1500px) {
    footer>div:nth-child(2)>a:first-child+span {
        font-size: 2.5rem;
    }
}

@media(max-width:900px) {
    footer>div:nth-child(2)>a:first-child+span {
        position: relative;
        left: -80px;
    }
}

@media(max-width:620px) {
    footer>div:nth-child(2)>a:first-child+span {
        margin-right: -60px;
        font-size: 2rem;
    }
}

footer>div:nth-child(2)>a:first-child+span+strong {
    display: block;
    font-size: 3.3rem;
    line-height: 1.5;
    letter-spacing: .3rem;
}

@media(max-width:1500px) {
    footer>div:nth-child(2)>a:first-child+span+strong {
        font-size: 2.2rem;
    }
}

@media(max-width:900px) {
    footer>div:nth-child(2)>a:first-child+span+strong {
        position: relative;
        left: -80px;
    }
}

@media(max-width:620px) {
    footer>div:nth-child(2)>a:first-child+span+strong {
        margin-right: -60px;
        font-size: 1.8rem;
    }
}

footer>div:nth-child(2)>a:first-child+span+strong+span {
    display: block;
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: .3rem;
    color: #777;
}

@media(max-width:1500px) {
    footer>div:nth-child(2)>a:first-child+span+strong+span {
        font-size: 2.5rem;
    }
}

@media(max-width:900px) {
    footer>div:nth-child(2)>a:first-child+span+strong+span {
        position: relative;
        left: -80px;
    }
}

footer>div:nth-child(2)>a:first-child+span+strong+span+a {
    display: block;
    font-size: 3.47rem;
    line-height: 1.2;
    letter-spacing: .2rem;
    font-weight: bold;
    text-decoration: none;
}

@media(max-width:1500px) {
    footer>div:nth-child(2)>a:first-child+span+strong+span+a {
        font-size: 1.65rem;
        letter-spacing: .1rem;
    }
}

@media(max-width:900px) {
    footer>div:nth-child(2)>a:first-child+span+strong+span+a {
        position: relative;
        left: -80px;
    }
}

@media(max-width:620px) {
    footer>div:nth-child(2)>a:first-child+span+strong+span+a {
        margin-right: -60px;
        font-size: 1.4rem;
    }
}

footer>div:nth-child(2)>p {
    font-family: lato, sans-serif;
    font-size: 1.5rem !important;
    position: relative;
    padding-top: 3.2rem;
    width: 20vw;
}

@media(max-width:1500px) {
    footer>div:nth-child(2)>p {
        font-size: 1.2rem !important;
        width: 22rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media(max-width:620px) {
    footer>div:nth-child(2)>p {
        font-size: 1.2rem !important;
        width: 15rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-left: -80px;
        padding-right: 50px !important;
        font-size: 1rem !important;
    }
}

.socials {
    background: #fff;
    position: absolute;
    bottom: 2rem;
    right: 0;
    width: 200px;
    height: 110px;
    padding-top: 110px;
    text-align: center;
    display: block;
    clip-path: polygon(0% 0, 100% 25%, 100% 100%, 0% 100%);
}

@media(max-width:900px) {
    .socials {
        width: 100px;
        height: 80px;
        padding-top: 50px;
    }
}

footer .fb,
footer .in {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 0;
    margin: 0 1rem;
    background: url('gfx/fb.png') no-repeat center;
}

@media(max-width:900px) {

    footer .fb,
    footer .in {
        margin: 0 .3rem;
    }
}

footer .in {
    background: url('gfx/in.png') no-repeat center;
}

footer>p {
    display: block;
    text-align: right;
    padding: .5rem 1rem;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: .07rem;
    opacity: .6;
}

footer>p a {
    text-decoration: none;
}

.special-slider ul.slider li {
    height: 39.5vw !important;
}

.special-slider .ct_slider2_overall>div,
.special-slider .ct_slider2_overall>div .slider,
.special-slider .ct_slider2_overall>div .anim_ct,
.special-slider .ct_slider2_overall>div .anim_ct .anim_text,
.special-slider .ct_slider2_overall>div .loader,
.special-slider .ct_slider2_overall>div .anim_link {
    height: 39.5vw !important;
}

.special-slider .slider .anim_text {
    position: relative;
    height: 100%;
    display: flex !important;
    justify-content: end;
    align-items: left !important;
    flex-direction: column;
}

.special-slider .slider .anim_text>span {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-shadow: none;
    padding-bottom: 100px;
    font-size: 4.8rem;
    position: relative;
    left: -120px;
}

@media(max-width:1500px) {
    .special-slider .slider .anim_text>span {
        line-height: .7 !important;
        padding-bottom: 130px !important;
        text-shadow: 0 0 1rem #000;
    }
}

@media(max-width:700px) {
    .special-slider .slider .anim_text>span {
        line-height: .45 !important;
        padding-bottom: 30px !important;
        padding-left: 120px;
        text-shadow: 0 0 1rem #000;
    }
}

@media(max-width:520px) {
    .special-slider .slider .anim_text>span {
        line-height: .25 !important;
        padding-bottom: 40px !important;
        padding-left: 100px;
        text-shadow: 0 0 1rem #000;
    }
}

@media(max-width:440px) {
    .special-slider .slider .anim_text>span {
        line-height: .1 !important;
        padding-bottom: 25px !important;
        padding-left: 120px;
        text-shadow: 0 0 1rem #000;
    }
}

.page_content_container {
    position: relative;
    width: 100%;
}

.page_content_container>*:not(.ct-complex, .rw_ct_slider2) {
    float: none !important;
    width: 100% !important;
    max-width: 1200px;
    margin: auto !important;
    color: #fff;
}

body>footer {
    clear: both;
    float: none !important;
}

body>footer.zero {
    margin-top: 0;
}

.icon-list * {
    color: #fff !important;
}

.rw_ct_slider2 {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}



.content_headers .content_title {
    font-size: 3rem;
    line-height: 1.25;
    font-family: teko;
    color: #fff;
}

@media (max-width: 900px) {
    .content_headers .content_title {
        font-size: 1.5rem;
    }
}

.content_headers .content_description {
    font-size: 2.25rem;
    line-height: 1.25;
    font-family: teko;
    color: #fff5;
}

@media (max-width: 900px) {
    .content_headers .content_description {
        font-size: 1rem;
    }
}

main {
    padding-top: 250px;
    min-height: 500px;
}

@media (max-width: 800px) {
    main {
        padding-top: 100px;
    }
}

main:has(.page_content_container>.rw_ct_slider2:first-child) {
    padding-top: 0;
}



@media (max-width: 500px) {
    .ct_slider2_overall {
        transform: scale(.6);
        left: -63px;
    }

    .ct-slider2-prev,
    .ct-slider2-next {
        display: none;
    }
}