@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

svg use {
    fill: #fff;
    fill-rule: evenodd;
}

html {
    scroll-behavior: smooth;
}

.path {
    fill: #fff;
    stroke: #fff;
}

.svg-menu rect, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    font-family: 'Prompt', Arial, sans-serif;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
    background: #212934;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

ul > li {
    display: inline-block;
}

span {
    display: inline-block;
}

.image img {
    display: block;
}

.header {
    width: 100%;
    margin: 0 auto;
}

.image img {
    margin: auto;
}

.content {
    overflow: hidden;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.main > * + *, body > * + * {
    margin-top: 36px;
}

@media screen and (max-width: 800px) {
    .main > * + *, body > * + * {
        margin-top: 24px;
    }
}

a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: inherit;
}

h1, h2, h3, h4, .title {
    font-weight: 700;
    z-index: 100;
    color: #EDF0FC;
}

h1, .title.general {
    font-size: 44px;
    line-height: 1.2;
}

h1 span {
    display: block;
}

h2, .title.high  {
    font-size: 38px;
    line-height: 1.2;
}

h3, .title.middle {
    font-size: 30px;
    line-height: 1.2;
    color: #66FCF1;
    font-weight: 500;
}

h4, .title.small {
    font-size: 20px;
    line-height: 1.2;
}


@media screen and (max-width: 900px) {
    h1, .title.general {
        font-size: 4.9vw;
    }

    h2, .title.high {
        font-size: 4.2vw;
    }

    h3, .title.middle {
        font-size: 3.35vw;
    }
}

@media screen and (max-width: 700px) {
    h4, .title.small {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    h4, .title.small {
        font-size: 16px;
    }
}

@media screen and (max-width: 550px) {
    h1, .title.general {
        font-size: 26px;
    }

    h3, .title.middle {
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    h2, .title.high {
        font-size: 20px;
    }
}



.button {
    min-width: 170px;
    background: #66FCF1;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 30px;
    display: inline-block;
    position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
    cursor: pointer;
    margin: auto;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.button:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}



/* header */

/* first */

.content.header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#444960), to(#111216));
    background: -webkit-linear-gradient(#444960, #111216);
    background: -moz-linear-gradient(#444960, #111216);
    background: -o-linear-gradient(#444960, #111216);
    background: linear-gradient(#444960, #111216);
    padding: 10px 20px;
    min-height: 120px;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
}

@media screen and (max-width: 800px) {
    .content.header__content {
        min-height: 80px;
    }
}


/* cover */

.cover__content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: visible;
    min-height: 333px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 11.69px #66FCF1, 0 0 6.68px #66FCF1, 0 0 3.90px #66FCF1, 0 0 1.95px #66FCF1, 0 0 0.56px #66FCF1, 0 0 0.28px #66FCF1;
    -moz-box-shadow: 0 0 11.69px #66FCF1, 0 0 6.68px #66FCF1, 0 0 3.90px #66FCF1, 0 0 1.95px #66FCF1, 0 0 0.56px #66FCF1, 0 0 0.28px #66FCF1;
    box-shadow: 0 0 11.69px #66FCF1, 0 0 6.68px #66FCF1, 0 0 3.90px #66FCF1, 0 0 1.95px #66FCF1, 0 0 0.56px #66FCF1, 0 0 0.28px #66FCF1;
    padding: 20px 9%;
}

.page-home .cover__content {
    padding: 20px 3.6%;
}

.cover__title {
    max-width: 450px;
    width: 60%;
    z-index: 2;
}

.page-home .cover__title {
    max-width: 615px;
}

.cover__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.cover__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.cover__image {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.cover__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.page-home .cover__image {
    max-height: 388px;
    height: 116.5%;
    left: 63%;
}

.page-terms .cover__image {
    max-height: 392px;
    height: 118%;
    left: 60%;
}

.page-cookie .cover__image {
    max-height: 407px;
    height: 121%;
    left: 63%;
}

.page-privacy .cover__image {
    max-height: 398px;
    height: 119.5%;
    left: 62%;
}


@media screen and (max-width: 1000px) {
    .page-terms .cover__image {
        left: auto;
        right: -15px;
    }

    .main .cover__content {
        padding: 20px 3.6%;
    }
}

@media screen and (max-width: 950px) {
    .page-home .cover__image {
        left: auto;
        right: -15px;
    }
}

@media screen and (max-width: 900px) {
    .page-cookie .cover__image, .page-privacy .cover__image {
        left: auto;
        right: -15px;
    }
}

@media screen and (max-width: 800px) {
    .main .cover__content {
        min-height: 300px;
        padding: 20px 15px;
    }
}

@media screen and (max-width: 700px) {
    .main .cover__content {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
    }

    .main .cover__image {
        bottom: -50px;
        height: 100%;
    }
}

@media screen and (max-width: 600px) {
    .main .cover__image {
        right: -10px;
    }
}

@media screen and (max-width: 500px) {
    .main .cover__content {
        min-height: 250px;
    }

    .main:not(.page-home) .cover__content {
        min-height: 220px;
    }

    .main .cover__image {
        height: 90%;
        bottom: -40px
    }

    .page-home .cover__image {
        height: 80%;
        bottom: -50px;
    }

    .cover__title {
        width: 80%;
    }
}

@media screen and (max-width: 400px) {
    .page-home .cover__image {
        max-height: 170px;
    }

    .page-home .cover__title {
        width: 90%;
    }
}



/* activities */

.activities__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.activities-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 16px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 16px) / 2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px !important;
}

.activities-list__item:before {
    content: none !important;
}

.activities-list__item + .activities-list__item {
    margin-top: 0 !important;
}

.activities-list__item > * + * {
    margin-top: 16px;
}

.activities-list__item > *:not(.activities-item__image) {
    z-index: 1;
}

.activities-list__item ul li + li {
    margin-top: 16px;
}

.activities-item__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.activities-item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.activities-list__item:first-child .activities-item__image img {
    -o-object-position: right bottom;
    object-position: right bottom;
}

.activities-list__item:last-child .activities-item__image img {
    -o-object-position: left bottom;
    object-position: left bottom;
}

@media screen and (max-width: 800px) {
    .activities-list__item {
        padding: 15px !important;
    }
}

@media screen and (max-width: 700px) {
    .activities-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -moz-box-flex: 0;
        flex: 0 1 100%;
    }

    .activities-list__item + .activities-list__item {
        margin-top: 16px !important;
    }
}




/* reasons */

.reasons__content > * + * {
    margin-top: 16px;
}

.reasons__list > li {
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    background: #021420;
}

.reasons__list > li > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.reasons__list > li img {
    display: block;
}

.reasons__list > li > div span:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 42px;
    -moz-box-flex: 0;
    flex: 0 1 42px;
    min-width: 42px;
    margin-right: 16px;
}

.reasons__list > li > div span:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 42px - 16px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 42px - 16px);
}

.reasons__list > li > * + * {
    margin-top: 16px;
}

.reasons__list > li + li {
    margin-top: 16px;
}


@media screen and (max-width: 800px) {
    .reasons__list > li {
        padding: 15px;
    }
}






/* article  */



article > *, .article > * {
    margin-top: 16px;
}

.article > * + .button, article > * + .button {
    margin-top: 16px;
}

article > *:first-child, .article > *:first-child, article > a.button:first-child, .article > a.button:first-child {
    margin-top: 0;
}

article li, .article li {
    padding-left: 34px;
    display: block;
    text-align: left;
}

article li + li, .article li + li {
    margin-top: 12px;
}

.article ul li:before, article ul li:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 8px;
    top: 5px;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/list.svg);
}

.article ul li > strong, article ul li > strong {
    color: #66FCF1;
    font-weight: 600;
}

.article ol, article ol {
    list-style-position: inside;
    list-style: none;
}

.article ol > li, article > ol li {
    counter-increment: ol;
}

.article ol > li:before, article ol > li:before {
    content: counter(ol) '.';
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: 4px;
    top: 0;
    font-weight: 600;
    color: #66FCF1;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}

.article p a, article p a, .article li a, article li a {
    color: inherit;
}

.article p a:hover, article p a:hover, .article li a:hover, article li a:hover {
    text-decoration: underline;
}

.article .image, article .image {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}






/* footer */

.footer__content {
    padding: 36px 20px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}

.footer__content > * + * {
    margin-top: 36px;
}

.footer__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.footer__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.footer__content > *:not(.footer__image) {
    z-index: 1;
}


.footer__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -48px;
}

.footer__menu li {
    margin-top: 16px;
    margin-left: 48px;
}

.footer__menu a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    color: #66FCF1;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footer__menu a:hover {
    color: #fff;
}


.footer__map {
    vertical-align: middle;
}

.footer__map:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/map.svg);
    vertical-align: middle;
    z-index: 1;
}


@media screen and (max-width: 800px) {
    .footer__content {
        padding: 20px 15px;
    }

    .footer__content > * + * {
        margin-top: 20px;
    }

    .footer__menu {
        margin-top: 4px;
    }
}




/* cookie */


.gdprcookie {
	position: fixed;
	color: white;
	max-width: 632px;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	background: #161E29;
	border: 2px solid #38404B;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 24px;
    right: -webkit-calc((100vw - 1160px) / 2);
    right: -moz-calc((100vw - 1160px) / 2);
    right: calc((100vw - 1160px) / 2);
	bottom: 20px;
    z-index: 200;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    overflow: auto;
    max-height: -webkit-calc(100vh - 20px);
    max-height: -moz-calc(100vh - 20px);
    max-height: calc(100vh - 20px);
}

.gdprcookie::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.gdprcookie h1 {
    padding-left: 44px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #66FCF1;
}

.gdprcookie h1:before {
    content: '';
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    top: -webkit-calc(50% - 16px);
    top: -moz-calc(50% - 16px);
    top: calc(50% - 16px);
    overflow: hidden;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/cookie-decor.svg);
}

.gdprcookie p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.gdprcookie p a {
    font-size: 18px;
    line-height: 1.5;
    text-decoration: underline;
    margin-top: 20px;
}

.gdprcookie p a:hover {
    color: #66FCF1;
}

.gdprcookie > * + * {
    margin-top: 20px;
}

*[class*="gdprcookie-buttons"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    margin-left: -28px;
    margin-top: 10px;
}

*[class*="gdprcookie-buttons"] button {
    background: transparent !important;
    text-transform: uppercase;
    color: #66FCF1;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
    margin-left: 28px;
    outline: none !important;
    border: none !important;
    padding: 0 !important;
}

*[class*="gdprcookie-buttons"] button:hover {
    text-decoration: underline;
}

*[class*="gdprcookie-buttons"] button:disabled {
	opacity: 0.6;
    cursor: inherit;
}

*[class*="gdprcookie-buttons"] button:disabled:hover {
    text-decoration: none;
}

*[class*="gdprcookie-types"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-top: 10px;
}

*[class*="gdprcookie-types"] > * {
    margin-top: 10px;
    margin-left: 14px;
}

*[class*="gdprcookie-types"] > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 0;
}

*[class*="gdprcookie-types"] > ul li {
    margin-top: 10px;
    margin-left: 14px;
    padding-left: 22px;
}

*[class*="gdprcookie-types"] > ul li input {
    position: absolute;
    left: 2px;
    top: -webkit-calc(50% - 4px);
    top: -moz-calc(50% - 4px);
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    margin: 0 !important;
}

*[class*="gdprcookie-types"] > ul li input:before {
    content: '';
    position: absolute;
    left: -2px;
    width: 16px;
    height: 16px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #38404B;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #5F6875;
    z-index: 1;
    cursor: pointer;
}

*[class*="gdprcookie-types"] > ul li input:checked:before {
    border-color: #66FCF1;
}

*[class*="gdprcookie-types"] > ul li input:checked:after {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/check.svg);
    z-index: 2;
    cursor: pointer;
}

*[class*="gdprcookie-types"] > ul li label {
    cursor: pointer;
}


@media screen and (max-width: 1200px) {
    .gdprcookie {
        right: 20px;
    }
}

@media screen and (max-width: 600px) {
    .gdprcookie {
        right: 15px;
        bottom: 15px;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        padding: 15px;
        max-height: -webkit-calc(100vh - 15px);
        max-height: -moz-calc(100vh - 15px);
        max-height: calc(100vh - 15px);
    }

    .gdprcookie h1 {
        font-size: 4.65vw;
        line-height: 1.25;
    }
}

@media screen and (max-width: 500px) {
    .gdprcookie h1 {
        font-size: 23px;
    }
}
