@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Semibold.woff") format("woff");
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Heavy.woff") format("woff");
    font-display: swap;
    font-weight: 900;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
:before,
:after {
    box-sizing: inherit;
}

 :root {
    --index: calc(1vw + 1vh);
}

html:not(.has-scroll-init) {
    cursor: wait;
    overflow: hidden
}

body,
html {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: none;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
    background-color: #f5f6f7;
}

h1,
h2,
h3,
h4 {
    font-family: "Gilroy";
    margin: 0;
}

canvas.birds {
    width: 100%;
    height: 100%;
    top: -50vh;
    left: 0;
    z-index: 5;
    position: absolute;
    pointer-events: none;
}

canvas.rain {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 75px;
    z-index: 10;
    pointer-events: none;
}

.rain-area {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

@media (min-width:1281px) {
    canvas.birds {
        transform: scale(1.3);
    }
}

@media (min-width:1441px) {
    canvas.birds {
        transform: scale(1.5);
    }
}

section {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    position: relative;
    will-change: transform;
    margin-bottom: -1px;
}

#rich-content {
    animation: lightning 10s linear infinite;
    transition: filter 5s;
}

article {
    margin-bottom: -1px;
}


/* .has-scroll-smooth {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} */

.header {
    width: 100%;
    height: 5rem;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    transition: transform .5s ease-in-out;
    padding: 1.5rem 0;
    z-index: 1000;
    will-change: transform;
}

html[data-direction="down"] .header {
    transform: translate3d(0, -100%, 0);
}

a.button {
    margin: 4px;
    width: 48px;
    height: 48px;
    font-size: 1rem;
    font-weight: 600;
    background-image: none;
    background-color: #fff;
    background-size: 400%;
    background-position: center;
    border-radius: 50%;
    border-color: transparent;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    opacity: 0.5;
    color: inherit;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
}

a.button.active {
    color: #254E92;
    background-color: #f0f8ff;
    opacity: 1;
}

a.button:hover {
    opacity: 1;
    background-size: 120%;
}

a.button span {
    opacity: 1;
    transition: opacity 100ms ease-in-out;
}

a.button:hover span {
    opacity: 0
}

a.button.ru:hover {
    background-image: url('../img/flags/ru.png');
}

a.button.uz:hover {
    background-image: url('../img/flags/uz.png');
}

a.button.en:hover {
    background-image: url('../img/flags/en.png');
}

.langswitcher {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 170px;
    float: right;
    background: #fff;
    border-radius: 48px;
    height: 100%;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

button.tooltip {
    background: none;
    border: none;
    cursor: pointer;
    vertical-align: top;
}

.icon-question-mark {
    width: 24px;
    height: 24px;
}

.flex-center {
    display: flex;
    align-items: center!important;
    justify-content: center!important;
}

.flex-row {
    flex-direction: row!important;
}

.flex-wrap {
    flex-wrap: wrap!important;
}

.column {
    flex: 33.33%;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-orientation-vertical {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    vertical-align: baseline;
}

.hero-title {
    font-size: calc(var(--index) * 7.9);
    padding-top: 15vw;
}

.title {
    font-size: 2.863em;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    z-index: 2;
}

.subtitle {
    font-size: calc(var(--index) * 2.45);
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    z-index: 20;
    position: relative
}

@media (min-width:1281px) {
    .subtitle {
        font-size: calc(var(--index) * 2.35);
    }
}

.text {
    font-size: calc(var(--index) * 1.45);
    line-height: 1;
    margin: 0;
    z-index: 20;
    position: relative
}

@media (min-width:1281px) {
    .text {
        font-size: calc(var(--index) * 1.35);
    }
}

.subtext {
    font-size: calc(var(--index) * 1.4);
    line-height: 1;
    margin: 0;
    z-index: 20;
    position: relative;
    transform: translateX(calc(var(--index) * 2.7));
}

@media (min-width:1281px) {
    .subtext {
        font-size: calc(var(--index) * 1.3);
        transform: translateX(calc(var(--index) * 2));
    }
}

.value {
    font-size: calc(var(--index) * 14);
}

@media (min-width:1281px) {
    .value {
        font-size: calc(var(--index) * 12);
    }
}

#depth {
    transform: translateY(calc(var(--index) * 11))
}

@media (min-width:1281px) {
    #depth {
        transform: translateY(calc(var(--index) * 13))
    }
}

@media (min-width: 1920px) and (max-width: 2560px) {
    #depth {
        transform: translateY(calc(var(--index) * 12.5))
    }
}

.w-100 {
    width: 100%!important;
}

.w-50 {
    width: 50%!important;
}

.h-100 {
    height: 100%!important;
}

.vw-50 {
    width: 50vw!important;
}

.vw-100 {
    width: 100vw!important;
}

.vh-50 {
    height: 50vh!important;
}

.vh-100 {
    height: 100vh!important;
}

.vh-200 {
    height: 200vh!important;
}

.text-right {
    text-align: right;
}

.lh-normal {
    line-height: normal;
}

.fw-900 {
    font-weight: 900;
}

.fw-600 {
    font-weight: 600;
}

.fw-400 {
    font-weight: 400;
}

.color-white {
    color: #fff;
}

.color-blue {
    color: #254E92;
}

.relative {
    position: relative!important;
}

.absolute {
    position: absolute!important;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.z-100 {
    z-index: 100;
}

.z-1000 {
    z-index: 1000;
}

.fixed {
    position: fixed;
}

.no-events {
    pointer-events: none;
}

.vertical-center {
    top: 50%;
    transform: translate(0, 50%);
}

.vertical-bottom {
    top: 75%;
    transform: translate(0, 75%);
}

.flex-text {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 100;
}

.d-flex {
    display: flex;
    flex-direction: column;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.d-none {
    display: none;
}

.justify-space-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.align-center {
    align-items: center;
}

.h-flip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.float-left {
    float: left;
    right: left;
}

.float-right {
    float: right;
    right: 0;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 calc(var(--index) * 3);
}


/* =Preloader */

#preloader {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-image: url("../img/sections/intro.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #55b2d3;
    color: #ffffff;
    cursor: wait;
}

#preloader .txt {
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -75%);
    -ms-transform: translate(-50%, -75%);
    transform: translate(-50%, -75%);
}

#preloader .txt-perc {
    font-size: 1em;
    font-weight: 600;
    opacity: 1;
    margin: 0 0 6px 0;
    max-width: 400px;
    text-align: center;
}

#preloader .progress {
    width: 100vw;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 auto 15px auto;
}

#preloader .progress span {
    display: block;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

#preloader.is-hidden {
    visibility: hidden;
    opacity: 0;
}

.logo {
    width: 244px;
    height: 206px;
    object-fit: cover;
    position: relative;
    z-index: 20;
}

.logo-light {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20;
}

.logo-light img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.link {
    width: 10rem;
    height: 10rem;
    display: inline-block;
    font-size: 1.30rem;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1175em;
    word-spacing: 0.3em;
    position: absolute;
    left: calc(var(--index) * 3);
    background: #f0f8ff;
    border-radius: 100%;
    padding: 0.5rem;
    right: 0;
    bottom: 100px;
    z-index: 20;
}

.link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: #254e92;
    stroke: #254e92;
    stroke-width: 0.05em;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.link__cloud {
    transform-origin: 50% 50%;
    -webkit-animation: rotate normal infinite 60s linear;
    animation: rotate normal infinite 60s linear;
    -webkit-animation: rotate normal infinite 60s linear;
    fill: rgba(255, 255, 255, 0.15);
}

.link__face,
.link__arrow {
    transform: rotate(90deg);
    transform-origin: 50% 50%;
    transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
    -webkit-transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}

.link__arrow {
    stroke-width: 0.075em;
}

.link__text {
    -webkit-animation: rotateReverse normal infinite 20s linear;
    animation: rotateReverse normal infinite 20s linear;
    transform-origin: 50% 50%;
}

.link--alt {
    font-size: 1.15rem;
    letter-spacing: 0;
    word-spacing: 0;
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateReverse {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes rotateReverse {
    to {
        transform: rotate(-360deg);
    }
}

.bottle {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    image-rendering: auto;
    pointer-events: none;
    z-index: 20;
}

.bottle.section-one {
    background-image: url("../img/bottles/bottle-section-one.png");
}

.bottle.section-two {
    background-image: url("../img/bottles/bottle-section-two.png");
}

.water-mask {
    width: 100%;
    min-height: 0%;
    position: absolute;
    left: 0;
    top: 0;
    transition: min-height 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: min-height 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: min-height 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: min-height 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    mix-blend-mode: luminosity;
    overflow: hidden;
    pointer-events: none;
}

.water-mask.is-inview {
    min-height: 100%;
}

.water-mask.section-three {
    transition-duration: 3s;
}

.water-mask.section-four {
    /* transition-delay: 1s; */
    transition-duration: 3s;
}

.water-mask.section-five {
    /* transition-delay: 1.8s; */
    transition-duration: 3s;
}

.water-mask.section-six {
    /* transition-delay: 1.8s; */
    transition-duration: 3s;
}

.water-mask.section-seven {
    /* transition-delay: 1.8s; */
    transition-duration: 3s;
}

.water {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    background-attachment: scroll;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    image-rendering: auto;
    pointer-events: none;
    mix-blend-mode: luminosity;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.water.section-two {
    background-image: url("../img/water/section-two.png");
}

.water.section-three {
    background-image: url("../img/water/section-three.png");
}

.water.section-four {
    background-image: url("../img/water/section-four.png");
}

.water.section-five {
    background-image: url("../img/water/section-five.png");
}

.water.section-six {
    background-image: url("../img/water/section-six.png");
}

.water.section-seven {
    background-image: url("../img/water/section-seven.png");
}

.bg-sceen {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    image-rendering: auto;
    pointer-events: none;
}

.bg-sceen.section-one {
    background-image: url("../img/sections/section-one.jpg");
}

.bg-sceen.section-two {
    background-image: url("../img/sections/section-two.jpg");
}

.bg-sceen.section-three {
    background-image: url("../img/sections/section-three.jpg");
}

.bg-sceen.section-four {
    background-image: url("../img/sections/section-four.jpg");
}

.bg-sceen.section-five {
    background-image: url("../img/sections/section-five.jpg");
}

.bg-sceen.section-six {
    background-image: url("../img/sections/section-six.jpg");
}

.bg-sceen.section-seven {
    background-image: url("../img/sections/section-seven.jpg");
}

.bg-sceen.section-eight {
    background-image: url("../img/sections/section-eight.jpg");
}

.clouds {
    width: 100%;
    height: 488px;
    position: absolute;
    top: 35vh;
    left: 0;
    pointer-events: none;
}

.cloud {
    background-image: url("../img/clouds.png");
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 488px;
    position: absolute;
}

@keyframes animation-cloud {
    100% {
        background-position: -1900px;
    }
}

@keyframes animation-cloud-reverse {
    100% {
        background-position: 1900px;
    }
}

.clouds .cloud {
    animation: animation-cloud 60s linear infinite;
    animation-direction: reverse;
}

.clouds .cloud:nth-child(2) {
    animation: none;
    background-repeat: none;
    background-position: center center;
}

.clouds .cloud:nth-child(3) {
    animation: animation-cloud-reverse 60s linear infinite;
}

.bottles {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(var(--index) * 12.5);
    height: calc(var(--index) * 19);
    margin: 0 auto;
    position: absolute;
    transform: translateY(calc(var(--index) * -14.5));
    left: 0;
    right: 0;
    pointer-events: none;
}

@media (max-width:1441px) {
    .bottles {
        width: calc(var(--index) * 13.5);
        height: calc(var(--index) * 22);
        transform: translateY(calc(var(--index) * -17));
    }
}

.bottles img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.rock-stone {
    display: flex;
    justify-content: space-between;
    min-height: 300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10rem;
    position: absolute;
    left: 0;
    top: -150px;
    z-index: 200;
    pointer-events: none;
}

.rock-stone-left {
    max-width: 146px;
    max-height: 88px;
    align-self: flex-end;
}

.rock-stone-right {
    max-width: 173px;
    max-height: 130px;
    align-self: flex-start;
    filter: blur(4px);
}

.rotate.is-inview {
    transform: rotate(260deg);
    transform-origin: center;
    animation: rotate 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-animation: rotate 3s cubic-bezier(0.25, 0.1, 0.25, 1);
    animation-fill-mode: forwards;
}

@keyframes rotate {
    0% {
        transform: rotate(260deg);
    }
    100% {
        transform: rotate(210deg);
    }
}

.footer__water {
    position: relative;
}

.bubbles-container {
    position: absolute;
    bottom: 300px;
    left: 50%;
    width: 100%;
    max-width: 15rem;
    transform: translateX(-50%);
    opacity: 0.75;
    overflow: visible;
}

.bubbles {
    width: 100%;
    height: auto;
}

.bubbles circle {
    stroke: #88bcea;
    fill: none;
}

.bubbles>g>g:nth-of-type(3n) circle {
    stroke: #87f5fb;
}

.bubbles>g>g:nth-of-type(4n) circle {
    stroke: #8be8cb;
}

.bubbles-large {
    overflow: visible;
}

.bubbles-large>g {
    transform: translateY(2048px);
    opacity: 0;
    will-change: transform, opacity;
}

.bubbles-large g:nth-of-type(1) {
    -webkit-animation: up 6.5s infinite;
    animation: up 6.5s infinite;
}

.bubbles-large g:nth-of-type(1) g {
    transform: translateX(350px);
}

.bubbles-large g:nth-of-type(1) circle {
    -webkit-animation: wobble 3s infinite ease-in-out;
    animation: wobble 3s infinite ease-in-out;
}

.bubbles-large g:nth-of-type(2) {
    -webkit-animation: up 5.25s 250ms infinite;
    animation: up 5.25s 250ms infinite;
}

.bubbles-large g:nth-of-type(2) g {
    transform: translateX(450px);
}

.bubbles-large g:nth-of-type(2) circle {
    -webkit-animation: wobble 3s infinite ease-in-out;
    animation: wobble 3s infinite ease-in-out;
}

.bubbles-large g:nth-of-type(3) {
    -webkit-animation: up 6s 750ms infinite;
    animation: up 6s 750ms infinite;
}

.bubbles-large g:nth-of-type(3) g {
    transform: translateX(700px);
}

.bubbles-large g:nth-of-type(3) circle {
    -webkit-animation: wobble 3s infinite ease-in-out;
    animation: wobble 3s infinite ease-in-out;
}

.bubbles-large g:nth-of-type(4) {
    -webkit-animation: up 5.5s 1.5s infinite;
    animation: up 5.5s 1.5s infinite;
}

.bubbles-large g:nth-of-type(4) g {
    transform: translateX(500px);
}

.bubbles-large g:nth-of-type(4) circle {
    -webkit-animation: wobble 3s infinite ease-in-out;
    animation: wobble 3s infinite ease-in-out;
}

.bubbles-large g:nth-of-type(5) {
    -webkit-animation: up 6.5s 4s infinite;
    animation: up 6.5s 4s infinite;
}

.bubbles-large g:nth-of-type(5) g {
    transform: translateX(675px);
}

.bubbles-large g:nth-of-type(5) circle {
    -webkit-animation: wobble 3s infinite ease-in-out;
    animation: wobble 3s infinite ease-in-out;
}

.bubbles-small {
    overflow: visible;
}

.bubbles-small>g {
    transform: translateY(2048px);
    opacity: 0;
    will-change: transform, opacity;
}

.bubbles-small g circle {
    transform: scale(0);
}

.bubbles-small g:nth-of-type(1) {
    -webkit-animation: up 5.25s infinite;
    animation: up 5.25s infinite;
}

.bubbles-small g:nth-of-type(1) g {
    transform: translateX(350px);
}

.bubbles-small g:nth-of-type(1) circle {
    -webkit-animation: wobble 3s infinite ease-in-out;
    animation: wobble 3s infinite ease-in-out;
}

.bubbles-small g:nth-of-type(2) {
    -webkit-animation: up 5.75s infinite;
    animation: up 5.75s infinite;
}

.bubbles-small g:nth-of-type(2) g {
    transform: translateX(750px);
}

.bubbles-small g:nth-of-type(2) circle {
    -webkit-animation: wobble 3s infinite ease-in-out;
    animation: wobble 3s infinite ease-in-out;
}

.bubbles-small g:nth-of-type(3) {
    -webkit-animation: up 5.25s 250ms infinite;
    animation: up 5.25s 250ms infinite;
}

.bubbles-small g:nth-of-type(3) g {
    transform: translateX(350px);
}

.bubbles-small g:nth-of-type(3) circle {
    -webkit-animation: wobble 3s 250ms infinite ease-in-out;
    animation: wobble 3s 250ms infinite ease-in-out;
}

.bubbles-small g:nth-of-type(4) {
    -webkit-animation: up 5.75s 325ms infinite;
    animation: up 5.75s 325ms infinite;
}

.bubbles-small g:nth-of-type(4) g {
    transform: translateX(180px);
}

.bubbles-small g:nth-of-type(4) circle {
    -webkit-animation: wobble 3s 325ms infinite ease-in-out;
    animation: wobble 3s 325ms infinite ease-in-out;
}

.bubbles-small g:nth-of-type(5) {
    -webkit-animation: up 6s 125ms infinite;
    animation: up 6s 125ms infinite;
}

.bubbles-small g:nth-of-type(5) g {
    transform: translateX(350px);
}

.bubbles-small g:nth-of-type(5) circle {
    -webkit-animation: wobble 3s 250ms infinite ease-in-out;
    animation: wobble 3s 250ms infinite ease-in-out;
}

.bubbles-small g:nth-of-type(6) {
    -webkit-animation: up 5.13s 250ms infinite;
    animation: up 5.13s 250ms infinite;
}

.bubbles-small g:nth-of-type(6) g {
    transform: translateX(650px);
}

.bubbles-small g:nth-of-type(6) circle {
    -webkit-animation: wobble 3s 125ms infinite ease-in-out;
    animation: wobble 3s 125ms infinite ease-in-out;
}

.bubbles-small g:nth-of-type(7) {
    -webkit-animation: up 6.25s 350ms infinite;
    animation: up 6.25s 350ms infinite;
}

.bubbles-small g:nth-of-type(7) g {
    transform: translateX(480px);
}

.bubbles-small g:nth-of-type(7) circle {
    -webkit-animation: wobble 3s 325ms infinite ease-in-out;
    animation: wobble 3s 325ms infinite ease-in-out;
}

.bubbles-small g:nth-of-type(8) {
    -webkit-animation: up 7s 200ms infinite;
    animation: up 7s 200ms infinite;
}

.bubbles-small g:nth-of-type(8) g {
    transform: translateX(330px);
}

.bubbles-small g:nth-of-type(8) circle {
    -webkit-animation: wobble 3s 325ms infinite ease-in-out;
    animation: wobble 3s 325ms infinite ease-in-out;
}

.bubbles-small g:nth-of-type(9) {
    -webkit-animation: up 6.25s 233ms infinite;
    animation: up 6.25s 233ms infinite;
}

.bubbles-small g:nth-of-type(9) g {
    transform: translateX(230px);
}

.bubbles-small g:nth-of-type(9) circle {
    -webkit-animation: wobble 3s 275ms infinite ease-in-out;
    animation: wobble 3s 275ms infinite ease-in-out;
}

.bubbles-small g:nth-of-type(10) {
    -webkit-animation: up 6s 900ms infinite;
    animation: up 6s 900ms infinite;
}

.bubbles-small g:nth-of-type(10) g {
    transform: translateX(730px);
}

.bubbles-small g:nth-of-type(10) circle {
    -webkit-animation: wobble 2s 905ms infinite ease-in-out;
    animation: wobble 2s 905ms infinite ease-in-out;
}

@-webkit-keyframes wobble {
    33% {
        transform: translateX(-50px);
    }
    66% {
        transform: translateX(50px);
    }
}

@keyframes wobble {
    33% {
        transform: translateX(-50px);
    }
    66% {
        transform: translateX(50px);
    }
}

@-webkit-keyframes up {
    0% {
        opacity: 0;
    }
    10%,
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-1024px);
    }
}

@keyframes up {
    0% {
        opacity: 0;
    }
    10%,
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-1024px);
    }
}

.calcium-top {
    background-image: url('../img/footer/calcium-top.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.calcium-bottom {
    background-image: url('../img/footer/calcium-bottom.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.magnesium-left {
    background-image: url('../img/footer/magnesium-left.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.magnesium-right {
    background-image: url('../img/footer/magnesium-right.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.pure-top {
    background-image: url('../img/footer/pure-top.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.pure-bottom {
    background-image: url('../img/footer/pure-bottom.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.animation-fly {
    animation-name: animation-fly;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-play-state: paused;
    animation-fill-mode: forwards;
    will-change: transform
}

.animation-fly.is-inview {
    animation-play-state: running;
}

.animation-fly.animation-reverse {
    animation-name: animation-fly-reverse;
}

@keyframes animation-fly {
    0% {
        transform: translateY(50px) rotate(-10deg);
    }
    50% {
        transform: translateY(-50px) rotate(10deg);
    }
    100% {
        transform: translateY(50px) rotate(-10deg);
    }
}

@keyframes animation-fly-reverse {
    0% {
        transform: translateY(-50px) rotate(10deg);
    }
    50% {
        transform: translateY(50px) rotate(-10deg);
    }
    100% {
        transform: translateY(-50px) rotate(10deg);
    }
}

.footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 35px;
}

.footer p {
    color: #fff;
    font-size: calc(var(--index) * 0.7);
}

.footer .footer-logo {
    width: 200px;
    float: left;
}

.footer .social-list {
    width: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 auto;
}

.footer .social-list a {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .social-icon {
    width: 76px;
    height: 76px;
    object-fit: cover;
    mix-blend-mode: soft-light;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

.footer .social-icon:hover {
    mix-blend-mode: normal;
}

.footer .contacts {
    display: flex;
    flex-direction: column;
    float: right;
}

.footer .contacts a {
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 8px;
    line-height: 1;
}

.footer .icon-contacts {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 8px;
}

.footer .icon-contacts svg {
    width: 24px;
    height: 32px;
}

.footer .contact-text {
    display: inline-block;
    font-family: "Gilroy";
    line-height: 1.3;
    font-size: 13px;
    font-weight: 600;
}

.credits {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 56px;
    background-color: #0D1E39;
    color: #fff;
    font-size: 0.875rem;
}

.svg-icons {
    display: none;
}

#player {
    height: 0;
    width: 0
}

.bg-player {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-left: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.speaker {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARAAAACACAYAAAG0HAZ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEFERTNEQzA3QTMxMTFFMzgzNTFFRDRCMzk1MDA0NUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEFERTNEQzE3QTMxMTFFMzgzNTFFRDRCMzk1MDA0NUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQURFM0RCRTdBMzExMUUzODM1MUVENEIzOTUwMDQ1QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQURFM0RCRjdBMzExMUUzODM1MUVENEIzOTUwMDQ1QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvEtsecAABjVSURBVHjaYvz//z/DYABMDIMEEO2QjIwMioMOnxnEOOQ/FFMSmrjMIGzYnz9/3hPQ/Dc5ORmv4USYgeqQz58/H/758+dvEIb5gIWFRQCHHmYQcfny5Z9z586FC5JoBgZgARG8vLw2JATzHxChq6vLCLKMkZERmPH+M5JoBlVyDSNK5FMp+5OdfYEhsXCwlCP5A+2Q/9Ao+QANGeo5BGjYH1lZWQYQJi5WGO8hOYiRDDOw5xqgYazolklKSv54/vw5O9Yg+f9fGZpj4ImVVDOwOgQbABrAgRwV2EKGUI4hwgyS0ggjepYlM8vjNYNxsDQDAAKIcbQ9QqZDqBFs/ylxCDsVHEGUGSxk+uA/tgqQkpAEhwisHbFnz547RDoC7ICHDx/C1ZFoBtYQ+c/ODin8Xr9+rUxkGe/w9u3b3/Ly8rDSlGQzSIka3EHy//9+aKj8H7HZd3A6BNoGoW6RDCriZWRk/oOwsLAwqCEMEsMGGJDkwHRwcDBcnEQzMDC+uuY/nkYzueUIIzlRg6/qBrXSllG1CYEvuGDYxMTkHzHqKDFj0DQDAAJo0DhktDwb5gHSDhuKoca40kC6g4UCy/9TqI+RSoHwf6BSSMp/SIHzn4EOLXo6ugNrgPzHhpcvX45s4WwyhkHEYWb9+vXrP54KnIHG7hg0hepLIOYBMdjY2BiOHj2KESinTp0aVNUcPWqZrzCGtbU1qCmFMhBrZmY24qtdz5HeDoFPGKSlpYGoGiCGzxFMmjRpxAVIEogICAhgmDVrFiO0hngPk8zPz787qEKE2M4IELj+JwKkp6fj609WoHQ6wdaT1imikjtwYiYSAm43UreRceFCsqZoOkBEdXU1qHBVhE0ikBiB1HAH5SmEQKzVUxozg8Ud4N4uLRs6xEYK0tgT1c0d7f5TAAACaDRARsdDRgNkNEAGS4CIMEDWBrSQVIhRv4Yjyx3UGDHDNdjzZCBrcErdQVEK+ffv3y9SR62am5t1qR0K5LiD2i3Vclx9CKCRGXj0YcydUdhaJtcdODELhcmSXH3/GSgfZP4/0IUqpYO6KAFw8+ZNSgKWZq1JWIBw//nz5zdsgQXaok+Gly9frqQkJs3NzR+jB4q6ujqohkFPobR0B9EBAlqZ9oUFCNjZ2VEw0ME7qJGsT548KQMTOAsEMHZXV9dvJLW0dAfxAfLmzZu3tDK8t7f3BnrgGBsbm8AESktL4ZK0dAdJAQKssmiWH4uLizXRGmHiWJRlQ6vOQdHLpHnTHVh4NiNxX4BbTECAJDZlRPVlgIVnHYydm5sLpmVkZMpGO3dAoKWlBa8wRgMECPbs2QNrahuN2AD5+vXrVRh77dq1sKZ6x4gNEG5ubi0kLnjjDTMQIIfZoAqQv3//0rK6+4+cOrDsnQABDRBBY3cQHyCSkpK8tDL84MGDcHZISAhGIMnJycHHLWjpDnIGiBiBjvuPZQSeE9qgIitr2dvbMx45cuS/ra0tA7ZZusePH2N0AGnhDpqMh/T19REzpUrseMh/AwOD/+SMh1DJHbhn/8jQRJZDHj58+A1N3XsKB4hoEiBk7YwEglRSNQGzAteFCxdgBoAsF6QwcZPlDppUu0DPzAE5SE1N7S8p+oDZhBG2x5VK2Z0sd9CsHXLr1i1Qocy4fv16UjxB9YKRHHdQXKgSm69Jzbs0cAMDxYPMVJwsAhmkSa551HYHWRpHZ/8HsLc7FABAAPauJrSJIArvtptKck5IPGxpIQiNOUTaYCGxQsGLGDFgdWmwkIsI6kHw5r1H6cWTUOJ/LhVKQE8GiRFTc9BLekkPTQMSIaGFQC1paHyz7sbpupu2mN2dzc7AstnJ7Px8882beTNvZilDqKMthjpKEOpsSpCrqVTqm+79rMlGuqThQTRB9vf3vzJ/zR1WC4UCUo/v2LUFm40HCQSZxQDoOByOsM2lOlF4mEKQdrv9EQPhg87JielAq+NJZYTBeBBJkPN4q+A47qIBaR6yygN1fqter5Oi05uBB1kEgQrJYCAUSCis2+1mJGliuLUSiXgYTpDd3d1VTKRfMbIg+Xz+rVI5yWQyQY3Kugt9+57eeTITDz0I8oDROKSC0Ti4Agr9Do+s2WzuGZz/YTk/0Wg0LlVEQv4zFoshmyVWQzs4BWF75deKeOhDkEqlgpaeH1tJC0qn07cYyS5LIR1ehsPhYx2bBmERSdJKfyvioStBnE6n32oZFwThBar4g4ODf/4rFouMz+frKMT9ZbV4ksnkTaWfFfEY5HmQ/yvA0JCqdKjVamiGdIuVpkldLtd7tXDLy8votkWpMNgiUXW3IIxLeNyIsVqtPtd4n6dUGGyCqBqVzc3NISnysMsCnn9Fq9zmgyrcbW+Lh1/hW09ctMrtSRDV4wKXlpbQbUV+rtfr92mV25Mga0qPVqvF7OzsIFW2SxC32z2rDNdoNCgLBpwgqusr0scYbmOEeaMWLhQKodsTSoUeBMlms6+tlnHoLta0yCFptisgPZ5KXtMjIyOCMlypVGKkDeX3cH8r4qErQQRBQC2N3dzcPPaLTqfT1IxDd4FWRNlcLtf1K5fLMjmuATnkDY6X4PqiFkcwKC7VjCr9rYiHIfMHY2NjLNYKeeboQ2x+4Q8bGxvPvF7vDSMLMDMzI3/CDam6Q/i+rHa7/YPjuNM9pMx1CF/VMjm0Ih66EuRQxw7AnTSySCSCFqvkCvtULBajU1NTxgxEOh18n3wErjyQQ61rYjweD/p5Dt75foL4LYUH8YNUAPQCgMH+wYb1xeNxI8v1GTvjqevGx8dFciApcxJyDAAe/ZcgfQbnJ4OtqAJAJRgvBPx+/dbEJicnxfTW19c7aJ90IiFaATyCvCyarnaZgIel1FwA6CyAIbemMwsLC7J/39MKBALs/Pw8K0mNRRJbqZF4EClBjgCnjPXT4gpsrVbjYXBnS7WSNDw4AgEaxUTv9MTEBFJRh+06D2E2HnTzNnXkjUGoowShbkDcbwHYu76QyKowfse7YzQ2mzaDmTUKhmxCFu0IkzsIWlIESvQ0EAVuT2Ia0hJELxUGvQSxKIwY5EPsgz2FOS6LD7VS40r4kD64Ni3iw66kI665Ss7fvjN/5O7suXf+3nPOvX4/uBzm3HPO3Pu7v3O+79xzzzloYhDYgiBQIAgUCAIFgkCBIFAgCBQIG8RisbDFYvHgY+LHh6gCuSqlF1ZxSCqfC1YSBljEjikfSog2WPcmHLk7s1nOcKPBnQ9RBPIEHP+ecTEIyQd3EwN29TcIDlEcYvLBUyBfZOyqV88/2d/fN8qkKCZ8GEEgXVJ6+sDnDP7rp7q6uqHZ2VmRRyRZ8lE8dNitRfWA5vNBskikL7Gk//tZWc7o6GiM8a41ovFR0sFkuD8ej9+QZfmNUrugJWxSReajvJUb6XQ6l8Lh8CWV/2BWKTnwUforAJ2J+SjThy/rHUWRhJC5AyGN8mqhvANOAuHBh5A+yMWMXb0qscffPp/ve7WT4I/c53BNPPkQyweJRCI7yQqiVJs7NTX1j0aZ91j5IKLwIYoPUvF2upAm9fj4+JbNZnuVYuuTD29tnQZZAbGhocHCwMRw4UNPH2QEyP4K+uI2LcKsVivZU5zsBrzKmxA49yukyS6Gbyn0IVVVVcUSiYQ1j0AMx4eeJqYSTV3FodWkwgO+qUw7Pz//SNpgMBiilbu4uJhUVpBy70UEPnQzMWQYOTNSWK6SmdUYiPsdzj3SZa2vrz/c2dk5X8h1Qf67UM5zuS2IEfnQtRdTLBkiAJr+S7R4EIcdSHQq49bX17eorzC7up6lxRuRDzO9aq8IampqVGtRR0fHrvJ3W1tbKy3dxMQEqZFdKIP8TmrRTaEITerKysoLbrd7PTc+Go1K1dXVnZDvVgFmhoipPscJNSQfKBC6qUlAF9dCyUecudMWMhQKrbS2tl6klU/pzaFAjG5isgBxUM3HwMDAQySCOD6mpfN6vRLCxAIB3KFFDg8Pk9r2oSLqJi1db28vCd5BKZhXINLu7u6D3DjwTUjwWb68mVUH30UpmFggR0dH8yqnGvPlbW5uJsHLKAUTC8Tlct0oNa/dbieBE6VgYoHIshwpp1cAqEYpmFggsVis5C3FyLYhCJML5ODg4O1S85Khf0llSzOESQTicDg8FNEUlHdjY4ME91EKJhYIDdeupfYvVO6+QN31YWFhgQR/oRTMK5DvaJFjY2Mk+EERdZmW7vr11Ha6P6IUVJx4o4/FSNq7Tj0DeVNORjQa/c9qtT6mku48pDss5z5wLEZAwEO/TYv3+/3pp5MRBwFNHPH4qW96iG2F+QTyPjz0C7QTQ0NDKZ0ooj7QMEMJlIFW+1zit5MS/28wqRgfH6flUS1bysyJLfc+JJN+k5pqQaanpz8xmrCdTmcbLX5kJLV38oQi6hW1ipEJv8w9Z0Q+9G5ByE6P94xWY9xu95PKtLIsF9x69PT0kLQJta/ajciH7hOnwEO+Yrfbv6mtrZXyzAORNjc3hfDaPR6PY3l5OUw+/AkGgyTqHKTPep9fw/GpRi/nNUj7i9q8GCPyoVc3N/ciyBBnbZ4btELeTWXE0tJSorOz08KaEEjzEgR/wuGFtMFMNBmAO6Gl7+vrkwKBwGm5+WbWGY0P3QVSDhwOx9He3p5NAEKSWmUSnUC5gUIEYhI+xOjmAhk1cBNP9ff3c3Wt1E7YbLaszxFgcSGC8FG+k6rHAXjP7/ezdsouqJU1OTmZ7do+zmOFIU58lHfNjIj5Y3V1lRkhLS0tvbnlnJycZMUxyXsJKtZ8CC+Q7OFyuaKsCOnu7n6R8lIsItIaZSz5MIRAMg/D5fP5mBACXWC3QhxJ0RaxY82HIQSiIObKzMyM7oQAXs9XBk+BsOZDyFUO83Tb7mxtbbU0NTVx69axXuVQdD6EGs2Fm30eyLC0t7fjqKqAfAgz3L+2tiaTN6KDg4OoEpH44G17Vezxt3Nzc8xsrqg88OJDKB9EC42NjeHt7W3HWfJBROBDiXM54xOigUyJfJrHtYnMB1MecGt2hCGcVAQKBIECQaBAEGcK/wvQ3vnARJXccXx2AaFLhK3iqlj1WsX2xKL88Y76hxSFnrkCdyW0QpNLvYp/oLV6hiqp1ZiQeHDxz/knR8OaHLm2QSSWi2gPqWJRosu/CFRpCOa0p5ziYYHlivy73f5m2d1udXeZxwmy730/yeQ9wrx5781833dmZ96bQSMVAIAaBgAAAwEAwEAAADAQAACAgQAAYCCTDx2Fl5ENQKn6gIFIJ8o6ZwQf/+7YunXrLZVK1UjhVU++Kf7y7SR9ARf6gIF4PFuGhoYeW0VRR2J43fHZYyMrVYUjm6APpekDBuKcJRT+YhWEZa4ZHx+facgWAH3AQFzx1uDg4OdWQfyDYQVdAH3AQNzA13EvdqhFPpoyZcpsSAJAHzAQV6ynWuSuVRB8bbqfyeCezvL7qa+vHyaBR0LS0AcM5PnB11gudKhFTtFDNl8m91ZmvSfLtN5RUVFeJP7648ePm1QYToE+YCBj5k16kP5pFcRnFH4hs/uzGUeCs39u27aNf2FtiomJ6YK8FakPGIhE+CRdHzjUIqVUi3xPZuU0h0KtO+N4mitXrmjLysrM1BhJV7jGlaAPGIhEEqgWabQKgi+WnCHzcmpPTU39sLu7W9JBfNGi/v5+vU6n61aYrpWmDxjIKHyTwmGHWqSMapGlSiqoU6dO5Wu1WtXevXv/LuU4X19f9ujRo8C4uDjeGgmSafYoXh8wkGeJHhoaqrEK4t8U3kFxMZaTkxNLG1VjY+NXUo67ePEi27hx4xdkIm/JJCugj0mAt2A8kVWERfChYKTweLSIDx48+O3s2bNfUZCRV7CRpbDYpk2b/qXX619yd8CyZcu8i4qKitPS0oSHGk+ePMmoZv6ITORls9n8u+d4/dCHUnGxJsgbAwMD983jQGlpKRfZfQph7tYkefjwYbHZA9iyZYut2bx1DGuveJlMpipn6XZ0dJhnzpx5drQ0qGURL/Wak5OT+fXmPr0+jhs9QB8vRh+TPjz9E2ad9WY/pppqzngY1pMnT/iGp31Uwb7tQ5lfTdthag3EOIug0+n4Q5K4efNm3nehdZXQ2rVr/0ab70g5+ZkzZ1hoaOjuMYzQQB/AeR9IV1fXr2nzyQSee0CJGd7X18d/qgzSw7tSJH5BQQErKSnpovgfuIl2h0KolOs4f/48U6vVekpX6DjoA7g1kOHh4Rxkx/ij0Wh+lJGRUSjlmJSUFFZZWZlBD3ubm2gtxC9F05w/fz7Ly8vju7WU7qid6dAHcGsg1KT2QXZMDPn5+W/TRmUwGAZFj4mNjWVFRUUL6WG/7yrO4sWLP2xubhZuJWRlZbGQkBAN7f5RoK8M+gCuDQRMPNHR0b4X+fiqIKmpqWzHjh1zyETqXcUJCwv7SU9Pj7Ax7dq1i29+zka+PgUABuJJxMXFxdfV1Z0VjX/o0CE2b968SDKRd118NDfQ2dn5nmh669evZ9OnT+e7R1AaAAbigSxfvvyN27dvfyZUYGo127dvH9/dzUa+Jn2GBQsWvN/f3z8skt7UqVPZunV8cIW9RmE6SgPAQDyQhQsXJorGTUtL48O8vPWR7yLK446ODoNoevHx8XzDXyr8FUoCwEA8k+a7d+/eEImo0Wgsnaq81UC/YnQu4vxV9MQhIfbujx+jGAAMxEPx8/MT7gsJDbW8vuFFIdbZ/2fMmHFLNC3+0pqVeSgFAAPxUGbNmnV7DA99tIsoX4qm5e1t/yTKH6UAYCCeyxTRiNZXvjmuJvr1gR4ADERBdHd3/1A0blub/aXUXleNFNG0jEYjMh/AQDy99UEIj8Q0NDTYdp12vPb09MSIpnXnzh17wwbFAGAgnsk7Go1GKxLRYDCwmpoau5c4i2M2m9eKnri2tta2+zmKAcBAPI8wCrmikY8csb80eouMosZJlHitVvtt0fQqKipsu1dRFAAG4lnoTCZTg5SH/fTp07Y/nX4hazQa94mmV11dzerr7Z/WFKI4AAzEc+AT/3ao1WqhqSX7+vosn/bbWgvU+ih2Ei05ICBglegFnDhxwrbbRKEeRQLGZCAkYqxmNrEcotAo5YCIiAjW22sZdOGT7Th7a9R/eHj4T6LpXb9+nRUX2z3oXbdCgT6AOwNpb2//AtkxIaSykWkBd0o5aNGiRay1tdXecqHWR6+TFsp1b2/vb4immZGR4dj6KHYXF/oAbg1Er9dHdnZ2foUsGV927txZe/XqVZNo/K6uLubv7+/43sciMo/Wp+NRy6NCo9F8XzTdPXv2sKamJtufoy7vCH0AtwZCv4UfBwUFeR88eLAJ2TJ+HD58+NPVq1d7zZ0791tVVVVu4xYWFrJp06ZZ+j7YyAtj/mQebU7Mo4paHvGi11BWVsYOHDhg9xJKc9Qyhz6AM57pvMvKylrGtwEBAU0bNmwIS0hIYEuXLmWBgYHMZDKN6SS2ZQP8/PzY0NAQcp24d+9eO21UsbGx2pycnK5Vq/7X78n7OfjHchTH7iWUh287S2dwcPC+lBnSm5ubWVJSku3PTyjdA1KuG/oAbg3EhtFotCwNqFKp+AdWfPKan7KRrzWnPIfz8q9I3X7sRTVqoBIK4PLly3zdWlVERMSM3NzcRyUlJZYFoKz8hwJfBOqek0MjKDSQeQifq6WlxfKwW2mldF8f63VDH8Du/pM1cFGmp6eb2tvb7Qv1UC0n64WDiO+ykeHUdDfxiqRe57Vr12zXyUObk/NOej1AH5N/YanJZm4ler1eHRwczKf/fC8yMtJ07tw5uRs6bxlEUTjp5N8pVjGmSkkzPz+frVixwvZnHaUdIpO8Upw+Jm0nqgeIZXdDQ4NXYmIiF8srFB5s376ddXZ2KqGcoqzGUSL1QD7faWZmpt1LKB9luZ6swvUBA5EoFl6LBh89elQVFBTEBfOH6Ohoc3l5uVzLqX7JkiWvOnyBOyp82JdPwHzhwgW7l1CeZSrkZ7nS9AED+ZqCyTAYDGqqbblYVlPozM7OltU8Fzdv3qylJrqKHoTQGzfcT52anJxsefHM2k/wKS9n2r+g4H4+2esDBvL8xFJNgY9oqAICArhg/hwTE2OurKyUxf3Rg9ASHh6uWrlyZXhj4/+/CU81Lh8VYaWlpXYvobxYYHbsJVU4ctfHi8hQxQQi3tfXt3v//v3mgYEBWfSyZ2Zmxubl5TmOsPDw/hjyRnF6UII+xj3PFCwWXwofr1mzxlxVVeXxAiH4C17HvsbxijcQOetDkcO449zy4lXMm5cuXVJRE5Y3ZRMDAwO/pKYt88QWP11zI4XfoE0NfaAP5MUI5lxPT8/U7OxslVqt5j+OK/gQKJ8+EADoAwYiRSy9FF4rLy/nox689knR6XRPjh07hswB0IcD3pCDkGDO0IYHPsoRRJuzSUlJPygoKGDBwcHIIOhDufpw1pEGJPF7NrIcQp7c9OCqoxWMTR9y7ERVQRgAAPSBAABgIAAAGAgAAAYCAAAwEADAOPBfkpX+vjRnFw0AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: 100% 0;
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: block;
    position: relative;
    display: block;
    filter: invert(100%);
    -webkit-kit-filter: invert(100%);
}

.speakerplay {
    background-position: 0 0;
}

.drop {
    position: absolute;
    bottom: 200px;
    width: 1px;
    height: 50px;
    background: rgba(255, 255, 255, .3);
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    animation: rainFall .7s linear infinite;
}

.splash {
    position: absolute;
    width: 10px;
    height: 1px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    transform: scale(0);
}

@keyframes rainFall {
    100% {
        transform: translate(0px, 900px);
    }
}

@-webkit-keyframe rainFall {
    100% {
        transform: translate(0px, 900px);
    }
}

@keyframes splashing {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(.7);
    }
}

@-webkit-keyframe splashing {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(.7);
    }
}

@keyframes lightning {
    0% {
        opacity: 1;
    }
    1% {
        opacity: 0.9;
    }
    2% {
        opacity: 1;
    }
    3% {
        opacity: 0.9;
    }
    4% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    81% {
        opacity: 0.9;
    }
    82% {
        opacity: 1;
    }
}

@-webkit-keyframe lightning {
    0% {
        opacity: 1;
    }
    1% {
        opacity: 0.9;
    }
    2% {
        opacity: 1;
    }
    3% {
        opacity: 0.9;
    }
    4% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    81% {
        opacity: 0.9;
    }
    82% {
        opacity: 1;
    }
}