/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here
*/
/* Parallax START */
body[browser-type=Chrome] .parallax, body[browser=Chrome] .parallax {
    will-change: transform;
}

.parallax {
    width: 100%;
    /* perspective: 1px; */
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    /*    @media screen and (max-width: $brake-3) {
            overflow: unset;
        }*/
}

.parallax .wrapper-hidden {
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 0;
    width: 100%;
}

@media screen and (min-aspect-ratio: 16/11) {
    .parallax .wrapper-hidden {
        height: 100vh;
        width: 100vw;
    }
}

@media screen and (max-aspect-ratio: 16/11) {
    .parallax .wrapper-hidden {
        height: 100vh;
    }
}

.parallax .wrapper-hidden > .parallax-group {
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100vw;
}

.parallax .wrapper-hidden > .parallax-group > .not-parallax-background {
    display: none;
}

.parallax .wrapper-hidden > .parallax-group > .layer {
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    height: 100%;
    z-index: 99;
}

.parallax .wrapper-hidden > .parallax-group > .layer > .picture {
    height: 100%;
}

.parallax .wrapper-hidden > .parallax-group > .layer > .picture img {
    width: 100%;
    position: absolute;
    top: 0;
}

@media screen and (min-aspect-ratio: 18/9) {
    .parallax .wrapper-hidden > .parallax-group > .layer > .picture img {
        bottom: 0;
        margin: auto;
    }
}

.parallax .wrapper-hidden > .parallax-group > .layer:nth-child(12) > .picture {
    transform: translateZ(-1.8px) scale(2.8);
}

.parallax .wrapper-hidden > .parallax-group > .layer:nth-child(11) > .picture {
    transform: translateZ(-2.16px) scale(3.16);
}

.parallax .wrapper-hidden > .parallax-group > .layer:nth-child(10) > .picture {
    transform: translateZ(-2.592px) scale(3.592);
}

.parallax .wrapper-hidden > .parallax-group > .layer:nth-child(9) > .picture {
    transform: translateZ(-3.1104px) scale(4.1104);
}

.parallax .wrapper-hidden > .parallax-group > .layer:nth-child(8) > .picture {
    transform: translateZ(-3.73248px) scale(4.73248);
}

.parallax .wrapper-hidden > .parallax-group .particle-container {
    transform: translateZ(-3.73248px) scale(4.73248);
}

.parallax .wrapper-hidden > .parallax-group > .layer:nth-child(7) > .picture {
    transform: translateZ(-4.478976px) scale(5.478976);
}

.parallax .wrapper-hidden > .parallax-group > .layer:nth-child(6) > .picture {
    transform: translateZ(-5.3747712px) scale(6.3747712);
}

.parallax .wrapper-hidden > .parallax-group > .layer:nth-child(5) > .picture {
    transform: translateZ(-6.44972544px) scale(7.44972544);
}

.parallax .wrapper-hidden > .parallax-group > .layer:nth-child(4) > .picture {
    transform: translateZ(-7.739670528px) scale(8.739670528);
}

.parallax .wrapper-hidden > .parallax-group > .layer:nth-child(3) > .picture {
    transform: translateZ(-9.2876046336px) scale(10.2876046336);
}

.parallax .wrapper-hidden > .parallax-group > .layer:nth-child(2) > .picture {
    transform: translateZ(-11.1451255603px) scale(12.1451255603);
}

.parallax .wrapper-hidden > .parallax-group > .layer:nth-child(1) > .picture {
    transform: translateZ(-13.3741506724px) scale(14.3741506724);
}

.parallax .wrapper-hidden > .gradient-shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, rgba(1, 10, 36, 0) 0%, #010a24 90%, #010a24 100%);
    z-index: 99;
}

.parallax > .content {
    position: relative;
    top: 0;
    width: 100%;
}

[parallax-styles-off~=true] {
    transform: translateZ(0) scale(1) !important;
}

body[browser-type~=Safari] > .parallax > .wrapper-hidden > .parallax-group > .not-parallax-background {
    display: block;
}

body[browser-type~=Safari] > .parallax > .wrapper-hidden > .parallax-group > .layer {
    display: none;
}

/* Parallax END */
/* Particles START */
.particle-container {
    transition-property: transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    animation: particle-animation 12s cubic-bezier(0.165, 0.84, 0.44, 1) 2s 1 both;
}

@media only screen and (max-width: 1024px) {
    .particle-container {
        height: calc(100% + var(--baseline) * 4);
    }
}

@media only screen and (max-width: 450px) {
    .particle-container {
        display: none;
    }
}

@keyframes particle-animation {
    0% {
        perspective: 1px;
    }

    100% {
        perspective: 250px;
    }
}

.particle {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
}

@keyframes particle-animation-1 {
    100% {
        transform: translate3d(54vw, 29vh, -95px);
    }
}

.particle.particle:nth-child(1) {
    animation: particle-animation-1 240s infinite;
    box-shadow: 6px 6px 8px rgba(255, 255, 255, 0.14);
    height: 6px;
    width: 6px;
    z-index: 7;
    animation-delay: -0.2s;
    transform: translate3d(14vw, 56vh, -53px);
    background: transparent;
}

@keyframes particle-animation-2 {
    100% {
        transform: translate3d(47vw, 80vh, -22px);
    }
}

.particle.particle:nth-child(2) {
    animation: particle-animation-2 240s infinite;
    box-shadow: 4px 4px 22px rgba(255, 255, 255, 0.35);
    height: 4px;
    width: 4px;
    z-index: 4;
    animation-delay: -0.4s;
    transform: translate3d(25vw, 100vh, -33px);
    background: transparent;
}

@keyframes particle-animation-3 {
    100% {
        transform: translate3d(9vw, 37vh, -2px);
    }
}

.particle.particle:nth-child(3) {
    animation: particle-animation-3 240s infinite;
    box-shadow: 4px 4px 3px rgba(255, 255, 255, 0.4);
    height: 4px;
    width: 4px;
    z-index: 1;
    animation-delay: -0.6s;
    transform: translate3d(85vw, 32vh, -36px);
    background: transparent;
}

@keyframes particle-animation-4 {
    100% {
        transform: translate3d(51vw, 72vh, -4px);
    }
}

.particle.particle:nth-child(4) {
    animation: particle-animation-4 240s infinite;
    box-shadow: 6px 6px 25px rgba(255, 255, 255, 0.08);
    height: 6px;
    width: 6px;
    z-index: 6;
    animation-delay: -0.8s;
    transform: translate3d(73vw, 55vh, -76px);
    background: transparent;
}

@keyframes particle-animation-5 {
    100% {
        transform: translate3d(73vw, 55vh, -53px);
    }
}

.particle.particle:nth-child(5) {
    animation: particle-animation-5 240s infinite;
    box-shadow: 6px 6px 21px rgba(255, 255, 255, 0.36);
    height: 6px;
    width: 6px;
    z-index: 4;
    animation-delay: -1s;
    transform: translate3d(34vw, 93vh, -99px);
    background: transparent;
}

@keyframes particle-animation-6 {
    100% {
        transform: translate3d(10vw, 12vh, -58px);
    }
}

.particle.particle:nth-child(6) {
    animation: particle-animation-6 240s infinite;
    box-shadow: 4px 4px 23px rgba(255, 255, 255, 0.27);
    height: 4px;
    width: 4px;
    z-index: 1;
    animation-delay: -1.2s;
    transform: translate3d(36vw, 37vh, -22px);
    background: transparent;
}

@keyframes particle-animation-7 {
    100% {
        transform: translate3d(3vw, 78vh, -23px);
    }
}

.particle.particle:nth-child(7) {
    animation: particle-animation-7 240s infinite;
    box-shadow: 4px 4px 13px rgba(255, 255, 255, 0.36);
    height: 4px;
    width: 4px;
    z-index: 3;
    animation-delay: -1.4s;
    transform: translate3d(62vw, 58vh, -21px);
    background: transparent;
}

@keyframes particle-animation-8 {
    100% {
        transform: translate3d(59vw, 72vh, -1px);
    }
}

.particle.particle:nth-child(8) {
    animation: particle-animation-8 240s infinite;
    box-shadow: 6px 6px 21px rgba(255, 255, 255, 0.33);
    height: 6px;
    width: 6px;
    z-index: 6;
    animation-delay: -1.6s;
    transform: translate3d(87vw, 45vh, -91px);
    background: transparent;
}

@keyframes particle-animation-9 {
    100% {
        transform: translate3d(63vw, 70vh, -3px);
    }
}

.particle.particle:nth-child(9) {
    animation: particle-animation-9 240s infinite;
    box-shadow: 6px 6px 28px rgba(255, 255, 255, 0.13);
    height: 6px;
    width: 6px;
    z-index: 6;
    animation-delay: -1.8s;
    transform: translate3d(54vw, 36vh, -66px);
    background: transparent;
}

@keyframes particle-animation-10 {
    100% {
        transform: translate3d(60vw, 18vh, -42px);
    }
}

.particle.particle:nth-child(10) {
    animation: particle-animation-10 240s infinite;
    box-shadow: 6px 6px 16px rgba(255, 255, 255, 0.35);
    height: 6px;
    width: 6px;
    z-index: 2;
    animation-delay: -2s;
    transform: translate3d(76vw, 14vh, -55px);
    background: transparent;
}

@keyframes particle-animation-11 {
    100% {
        transform: translate3d(48vw, 74vh, -32px);
    }
}

.particle.particle:nth-child(11) {
    animation: particle-animation-11 240s infinite;
    box-shadow: 4px 4px 26px rgba(255, 255, 255, 0.31);
    height: 4px;
    width: 4px;
    z-index: 5;
    animation-delay: -2.2s;
    transform: translate3d(14vw, 96vh, -25px);
    background: transparent;
}

@keyframes particle-animation-12 {
    100% {
        transform: translate3d(22vw, 69vh, -64px);
    }
}

.particle.particle:nth-child(12) {
    animation: particle-animation-12 240s infinite;
    box-shadow: 6px 6px 25px rgba(255, 255, 255, 0.29);
    height: 6px;
    width: 6px;
    z-index: 1;
    animation-delay: -2.4s;
    transform: translate3d(4vw, 76vh, -7px);
    background: transparent;
}

@keyframes particle-animation-13 {
    100% {
        transform: translate3d(16vw, 27vh, -51px);
    }
}

.particle.particle:nth-child(13) {
    animation: particle-animation-13 240s infinite;
    box-shadow: 5px 5px 21px rgba(255, 255, 255, 0.17);
    height: 5px;
    width: 5px;
    z-index: 1;
    animation-delay: -2.6s;
    transform: translate3d(37vw, 98vh, -64px);
    background: transparent;
}

@keyframes particle-animation-14 {
    100% {
        transform: translate3d(49vw, 31vh, -4px);
    }
}

.particle.particle:nth-child(14) {
    animation: particle-animation-14 240s infinite;
    box-shadow: 6px 6px 24px rgba(255, 255, 255, 0.3);
    height: 6px;
    width: 6px;
    z-index: 1;
    animation-delay: -2.8s;
    transform: translate3d(5vw, 54vh, -82px);
    background: transparent;
}

@keyframes particle-animation-15 {
    100% {
        transform: translate3d(1vw, 2vh, -82px);
    }
}

.particle.particle:nth-child(15) {
    animation: particle-animation-15 240s infinite;
    box-shadow: 4px 4px 8px rgba(255, 255, 255, 0.05);
    height: 4px;
    width: 4px;
    z-index: 5;
    animation-delay: -3s;
    transform: translate3d(2vw, 45vh, -55px);
    background: transparent;
}

@keyframes particle-animation-16 {
    100% {
        transform: translate3d(29vw, 83vh, -71px);
    }
}

.particle.particle:nth-child(16) {
    animation: particle-animation-16 240s infinite;
    box-shadow: 4px 4px 25px rgba(255, 255, 255, 0.09);
    height: 4px;
    width: 4px;
    z-index: 5;
    animation-delay: -3.2s;
    transform: translate3d(7vw, 83vh, -95px);
    background: transparent;
}

@keyframes particle-animation-16 {
    100% {
        transform: translate3d(12vw, 8vh, -62px);
    }
}

.particle.particle:nth-child(16) {
    animation: particle-animation-16 240s infinite;
    box-shadow: 2px 2px 1px rgba(255, 255, 255, 0.49);
    height: 2px;
    width: 2px;
    z-index: 7;
    animation-delay: -3.2s;
    transform: translate3d(10vw, 20vh, -55px);
    background: transparent;
}

@keyframes particle-animation-17 {
    100% {
        transform: translate3d(21vw, 2vh, -78px);
    }
}

.particle.particle:nth-child(17) {
    animation: particle-animation-17 240s infinite;
    box-shadow: 3px 3px 2px rgba(255, 255, 255, 0.03);
    height: 3px;
    width: 3px;
    z-index: 2;
    animation-delay: -3.4s;
    transform: translate3d(69vw, 31vh, -97px);
    background: transparent;
}

@keyframes particle-animation-18 {
    100% {
        transform: translate3d(41vw, 67vh, -59px);
    }
}

.particle.particle:nth-child(18) {
    animation: particle-animation-18 240s infinite;
    box-shadow: 3px 3px 2px rgba(255, 255, 255, 0.24);
    height: 3px;
    width: 3px;
    z-index: 5;
    animation-delay: -3.6s;
    transform: translate3d(17vw, 64vh, -61px);
    background: transparent;
}

@keyframes particle-animation-19 {
    100% {
        transform: translate3d(65vw, 18vh, -26px);
    }
}

.particle.particle:nth-child(19) {
    animation: particle-animation-19 240s infinite;
    box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.34);
    height: 2px;
    width: 2px;
    z-index: 1;
    animation-delay: -3.8s;
    transform: translate3d(52vw, 68vh, -38px);
    background: transparent;
}

@keyframes particle-animation-20 {
    100% {
        transform: translate3d(50vw, 84vh, -1px);
    }
}

.particle.particle:nth-child(20) {
    animation: particle-animation-20 240s infinite;
    box-shadow: 2px 2px 1px rgba(255, 255, 255, 0.61);
    height: 2px;
    width: 2px;
    z-index: 2;
    animation-delay: -4s;
    transform: translate3d(69vw, 11vh, -64px);
    background: transparent;
}

@keyframes particle-animation-21 {
    100% {
        transform: translate3d(49vw, 63vh, -90px);
    }
}

.particle.particle:nth-child(21) {
    animation: particle-animation-21 240s infinite;
    box-shadow: 4px 4px 3px rgba(255, 255, 255, 0.38);
    height: 4px;
    width: 4px;
    z-index: 7;
    animation-delay: -4.2s;
    transform: translate3d(32vw, 90vh, -16px);
    background: transparent;
}

@keyframes particle-animation-22 {
    100% {
        transform: translate3d(79vw, 30vh, -89px);
    }
}

.particle.particle:nth-child(22) {
    animation: particle-animation-22 240s infinite;
    box-shadow: 4px 4px 1px rgba(255, 255, 255, 0.46);
    height: 4px;
    width: 4px;
    z-index: 6;
    animation-delay: -4.4s;
    transform: translate3d(100vw, 35vh, -10px);
    background: transparent;
}

@keyframes particle-animation-23 {
    100% {
        transform: translate3d(83vw, 35vh, -82px);
    }
}

.particle.particle:nth-child(23) {
    animation: particle-animation-23 240s infinite;
    box-shadow: 2px 2px 1px rgba(255, 255, 255, 0.73);
    height: 2px;
    width: 2px;
    z-index: 3;
    animation-delay: -4.6s;
    transform: translate3d(31vw, 56vh, -22px);
    background: transparent;
}

@keyframes particle-animation-24 {
    100% {
        transform: translate3d(73vw, 79vh, -80px);
    }
}

.particle.particle:nth-child(24) {
    animation: particle-animation-24 240s infinite;
    box-shadow: 2px 2px 1px rgba(255, 255, 255, 0.11);
    height: 2px;
    width: 2px;
    z-index: 6;
    animation-delay: -4.8s;
    transform: translate3d(38vw, 88vh, -82px);
    background: transparent;
}

@keyframes particle-animation-25 {
    100% {
        transform: translate3d(11vw, 51vh, -65px);
    }
}

.particle.particle:nth-child(25) {
    animation: particle-animation-25 240s infinite;
    box-shadow: 4px 4px 1px rgba(255, 255, 255, 0.11);
    height: 4px;
    width: 4px;
    z-index: 1;
    animation-delay: -5s;
    transform: translate3d(76vw, 66vh, -33px);
    background: transparent;
}

@keyframes particle-animation-26 {
    100% {
        transform: translate3d(54vw, 20vh, -39px);
    }
}

.particle.particle:nth-child(26) {
    animation: particle-animation-26 240s infinite;
    box-shadow: 4px 4px 1px rgba(255, 255, 255, 0.47);
    height: 4px;
    width: 4px;
    z-index: 7;
    animation-delay: -5.2s;
    transform: translate3d(94vw, 14vh, -68px);
    background: transparent;
}

@keyframes particle-animation-27 {
    100% {
        transform: translate3d(33vw, 62vh, -52px);
    }
}

.particle.particle:nth-child(27) {
    animation: particle-animation-27 240s infinite;
    box-shadow: 2px 2px 3px rgba(255, 255, 255, 0.78);
    height: 2px;
    width: 2px;
    z-index: 4;
    animation-delay: -5.4s;
    transform: translate3d(5vw, 85vh, -74px);
    background: transparent;
}

@keyframes particle-animation-28 {
    100% {
        transform: translate3d(65vw, 69vh, -46px);
    }
}

.particle.particle:nth-child(28) {
    animation: particle-animation-28 240s infinite;
    box-shadow: 3px 3px 2px rgba(255, 255, 255, 0.7);
    height: 3px;
    width: 3px;
    z-index: 5;
    animation-delay: -5.6s;
    transform: translate3d(21vw, 70vh, -54px);
    background: transparent;
}

@keyframes particle-animation-29 {
    100% {
        transform: translate3d(54vw, 21vh, -1px);
    }
}

.particle.particle:nth-child(29) {
    animation: particle-animation-29 240s infinite;
    box-shadow: 4px 4px 1px rgba(255, 255, 255, 0.71);
    height: 4px;
    width: 4px;
    z-index: 7;
    animation-delay: -5.8s;
    transform: translate3d(4vw, 81vh, -76px);
    background: transparent;
}

@keyframes particle-animation-30 {
    100% {
        transform: translate3d(62vw, 29vh, -11px);
    }
}

.particle.particle:nth-child(30) {
    animation: particle-animation-30 240s infinite;
    box-shadow: 4px 4px 2px rgba(255, 255, 255, 0.05);
    height: 4px;
    width: 4px;
    z-index: 3;
    animation-delay: -6s;
    transform: translate3d(86vw, 29vh, -16px);
    background: transparent;
}

@keyframes particle-animation-31 {
    100% {
        transform: translate3d(65vw, 75vh, -16px);
    }
}

.particle.particle:nth-child(31) {
    animation: particle-animation-31 240s infinite;
    box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.17);
    height: 3px;
    width: 3px;
    z-index: 5;
    animation-delay: -6.2s;
    transform: translate3d(47vw, 31vh, -26px);
    background: transparent;
}

@keyframes particle-animation-32 {
    100% {
        transform: translate3d(89vw, 20vh, -53px);
    }
}

.particle.particle:nth-child(32) {
    animation: particle-animation-32 240s infinite;
    box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.04);
    height: 3px;
    width: 3px;
    z-index: 4;
    animation-delay: -6.4s;
    transform: translate3d(42vw, 44vh, -100px);
    background: transparent;
}

@keyframes particle-animation-33 {
    100% {
        transform: translate3d(2vw, 16vh, -4px);
    }
}

.particle.particle:nth-child(33) {
    animation: particle-animation-33 240s infinite;
    box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.67);
    height: 2px;
    width: 2px;
    z-index: 1;
    animation-delay: -6.6s;
    transform: translate3d(25vw, 30vh, -83px);
    background: transparent;
}

@keyframes particle-animation-34 {
    100% {
        transform: translate3d(66vw, 55vh, -37px);
    }
}

.particle.particle:nth-child(34) {
    animation: particle-animation-34 240s infinite;
    box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.41);
    height: 2px;
    width: 2px;
    z-index: 5;
    animation-delay: -6.8s;
    transform: translate3d(72vw, 20vh, -10px);
    background: transparent;
}

@keyframes particle-animation-35 {
    100% {
        transform: translate3d(20vw, 5vh, -29px);
    }
}

.particle.particle:nth-child(35) {
    animation: particle-animation-35 240s infinite;
    box-shadow: 3px 3px 2px rgba(255, 255, 255, 0.79);
    height: 3px;
    width: 3px;
    z-index: 3;
    animation-delay: -7s;
    transform: translate3d(4vw, 93vh, -86px);
    background: transparent;
}

@keyframes particle-animation-36 {
    100% {
        transform: translate3d(59vw, 53vh, -42px);
    }
}

.particle.particle:nth-child(36) {
    animation: particle-animation-36 240s infinite;
    box-shadow: 3px 3px 4px rgba(255, 255, 255, 0.12);
    height: 3px;
    width: 3px;
    z-index: 4;
    animation-delay: -7.2s;
    transform: translate3d(78vw, 83vh, -74px);
    background: transparent;
}

@keyframes particle-animation-37 {
    100% {
        transform: translate3d(88vw, 60vh, -13px);
    }
}

.particle.particle:nth-child(37) {
    animation: particle-animation-37 240s infinite;
    box-shadow: 4px 4px 3px rgba(255, 255, 255, 0.88);
    height: 4px;
    width: 4px;
    z-index: 7;
    animation-delay: -7.4s;
    transform: translate3d(59vw, 65vh, -91px);
    background: transparent;
}

@keyframes particle-animation-38 {
    100% {
        transform: translate3d(56vw, 74vh, -30px);
    }
}

.particle.particle:nth-child(38) {
    animation: particle-animation-38 240s infinite;
    box-shadow: 3px 3px 1px rgba(255, 255, 255, 0.63);
    height: 3px;
    width: 3px;
    z-index: 4;
    animation-delay: -7.6s;
    transform: translate3d(84vw, 12vh, -55px);
    background: transparent;
}

@keyframes particle-animation-39 {
    100% {
        transform: translate3d(32vw, 54vh, -24px);
    }
}

.particle.particle:nth-child(39) {
    animation: particle-animation-39 240s infinite;
    box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.11);
    height: 2px;
    width: 2px;
    z-index: 3;
    animation-delay: -7.8s;
    transform: translate3d(56vw, 61vh, -79px);
    background: transparent;
}

@keyframes particle-animation-40 {
    100% {
        transform: translate3d(59vw, 14vh, -52px);
    }
}

.particle.particle:nth-child(40) {
    animation: particle-animation-40 240s infinite;
    box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.76);
    height: 4px;
    width: 4px;
    z-index: 3;
    animation-delay: -8s;
    transform: translate3d(68vw, 18vh, -54px);
    background: transparent;
}

@keyframes particle-animation-41 {
    100% {
        transform: translate3d(74vw, 43vh, -99px);
    }
}

.particle.particle:nth-child(41) {
    animation: particle-animation-41 240s infinite;
    box-shadow: 3px 3px 4px rgba(255, 255, 255, 0.81);
    height: 3px;
    width: 3px;
    z-index: 7;
    animation-delay: -8.2s;
    transform: translate3d(71vw, 67vh, -94px);
    background: transparent;
}

@keyframes particle-animation-42 {
    100% {
        transform: translate3d(27vw, 33vh, -20px);
    }
}

.particle.particle:nth-child(42) {
    animation: particle-animation-42 240s infinite;
    box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.41);
    height: 3px;
    width: 3px;
    z-index: 2;
    animation-delay: -8.4s;
    transform: translate3d(94vw, 54vh, -58px);
    background: transparent;
}

@keyframes particle-animation-43 {
    100% {
        transform: translate3d(32vw, 9vh, -6px);
    }
}

.particle.particle:nth-child(43) {
    animation: particle-animation-43 240s infinite;
    box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.32);
    height: 4px;
    width: 4px;
    z-index: 6;
    animation-delay: -8.6s;
    transform: translate3d(83vw, 77vh, -69px);
    background: transparent;
}

@keyframes particle-animation-44 {
    100% {
        transform: translate3d(74vw, 51vh, -93px);
    }
}

.particle.particle:nth-child(44) {
    animation: particle-animation-44 240s infinite;
    box-shadow: 2px 2px 1px rgba(255, 255, 255, 0.89);
    height: 2px;
    width: 2px;
    z-index: 6;
    animation-delay: -8.8s;
    transform: translate3d(41vw, 64vh, -69px);
    background: transparent;
}

@keyframes particle-animation-45 {
    100% {
        transform: translate3d(39vw, 13vh, -60px);
    }
}

.particle.particle:nth-child(45) {
    animation: particle-animation-45 240s infinite;
    box-shadow: 3px 3px 3px rgba(255, 255, 255, 0.03);
    height: 3px;
    width: 3px;
    z-index: 7;
    animation-delay: -9s;
    transform: translate3d(38vw, 90vh, -98px);
    background: transparent;
}

@keyframes particle-animation-46 {
    100% {
        transform: translate3d(30vw, 31vh, -28px);
    }
}

.particle.particle:nth-child(46) {
    animation: particle-animation-46 240s infinite;
    box-shadow: 4px 4px 1px rgba(255, 255, 255, 0.76);
    height: 4px;
    width: 4px;
    z-index: 2;
    animation-delay: -9.2s;
    transform: translate3d(47vw, 67vh, -70px);
    background: transparent;
}

@keyframes particle-animation-47 {
    100% {
        transform: translate3d(76vw, 45vh, -45px);
    }
}

.particle.particle:nth-child(47) {
    animation: particle-animation-47 240s infinite;
    box-shadow: 4px 4px 2px rgba(255, 255, 255, 0.14);
    height: 4px;
    width: 4px;
    z-index: 7;
    animation-delay: -9.4s;
    transform: translate3d(62vw, 10vh, -25px);
    background: transparent;
}

@keyframes particle-animation-48 {
    100% {
        transform: translate3d(2vw, 32vh, -65px);
    }
}

.particle.particle:nth-child(48) {
    animation: particle-animation-48 240s infinite;
    box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.23);
    height: 4px;
    width: 4px;
    z-index: 5;
    animation-delay: -9.6s;
    transform: translate3d(12vw, 6vh, -14px);
    background: transparent;
}

@keyframes particle-animation-49 {
    100% {
        transform: translate3d(18vw, 57vh, -68px);
    }
}

.particle.particle:nth-child(49) {
    animation: particle-animation-49 240s infinite;
    box-shadow: 2px 2px 1px rgba(255, 255, 255, 0.03);
    height: 2px;
    width: 2px;
    z-index: 4;
    animation-delay: -9.8s;
    transform: translate3d(71vw, 50vh, -84px);
    background: transparent;
}

@keyframes particle-animation-50 {
    100% {
        transform: translate3d(24vw, 70vh, -64px);
    }
}

.particle.particle:nth-child(50) {
    animation: particle-animation-50 240s infinite;
    box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.49);
    height: 2px;
    width: 2px;
    z-index: 2;
    animation-delay: -10s;
    transform: translate3d(78vw, 39vh, -35px);
    background: transparent;
}

@keyframes particle-animation-51 {
    100% {
        transform: translate3d(69vw, 68vh, -39px);
    }
}

.particle.particle:nth-child(51) {
    animation: particle-animation-51 240s infinite;
    box-shadow: 2px 2px 3px rgba(255, 255, 255, 0.25);
    height: 2px;
    width: 2px;
    z-index: 5;
    animation-delay: -10.2s;
    transform: translate3d(3vw, 70vh, -12px);
    background: transparent;
}

/* Particles END */
/* Borders START */
@media(min-width: 1024px){
    .multi-borders > :not(.elementor-element-overlay):first-child {
    background: rgba(4, 11, 37, 0.15938355);
    border: solid 1px rgba(255, 255, 255, 0.311296);
    max-width: 100%;
    max-height: 100%;
    z-index: 99;
}
}


.multi-borders::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    background-color: #040b25;
    opacity: 0.15938355;
    width: calc(100% - 0px * 2 - 6px * 2);
    height: calc(100% + 6px * 2);
    border: solid 1px rgba(255, 255, 255, 0.76);
    margin: auto;
    pointer-events: none;
}

.multi-borders::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    background-color: #040b25;
    opacity: 0.06375342;
    width: calc(100% - 0px * 2 - 6px * 4);
    height: calc(100% + 6px * 4);
    border: solid 1px rgba(255, 255, 255, 0.76);
    margin: auto;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .multi-borders > :first-child {
        background: linear-gradient(0deg, rgba(4, 11, 37, 0.15938355), transparent);
    }
    .multi-borders::before,.multi-borders::after {
        display:none !important;
    }
}

.multi-borders-editor > :first-child {
    border: solid 1px #81a0bc;
    max-width: 100%;
    max-height: 100%;
}

/* Borders END */
body {
    /* height: 100vh; */
    top: 0;
    /* position: sticky; */
    position: -webkit-sticky;
    -webkit-overflow-scrolling: touch;
    /* overflow-x: hidden; */
}

*::-webkit-scrollbar {
    display: none;
}

.galleries {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 0.5rem;
    justify-items: stretch;
    padding: 0;
}

.galleries .additional_images {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    margin: 0;
    overflow: h;
    padding: 0;
}

.galleries .additional_images .wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.galleries .additional_images .wrapper > div {
    width: 33.3333%;
    height: 100;
}

.galleries .additional_images .wrapper > div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.galleries .image-wrapper:hover img:not([src*=".svg"]) {
    filter: brightness(1.2) contrast(0.85);
}

.galleries .main_image:hover img[src*=".svg"] {
    filter: brightness(1.2) contrast(0.85);
    background: rgba(255, 255, 255, 0.1);
}

.galleries .main_image {
    height: 70%;
    overflow: hidden;
    position: relative;
}

.galleries .main_image:hover img {
    transition-property: background;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
}

.galleries .main_image img {
    position: absolute;
    min-width: 1000%;
    min-height: 1000%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.1);
    z-index: 10;
    transition-property: background;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
}

.galleries .gallery_item {
    background-color: #010a19;
    padding-top: 93.28%;
    position: relative;
}

.galleries .gallery_item a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 5px 5px 0 5px;
}

.galleries .image-wrapper {
    width: 100%;
    height: calc(100% - 28px);
    text-align: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
}

.galleries .copy {
    position: absolute;
}

.galleries .item-wrapper {
    width: 100%;
    height: 100%;
}

.galleries .item-name {
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 300;
    min-height: 29px;
    margin-top: 4px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.galleries .copy, .copy_image {
    position: absolute;
    right: 5px;
    top:5px;
    height: 24px;
    width: 24px;
    z-index:99;
    background: #030303;
    display:flex;
    justify-content: center;
    align-items:center;
    border-radius: 100%;
    transition: all .06s ease-in;
    display:none;
}
.galleries .gallery_item:hover .copy,
article:hover .copy_image {
    display:flex;
    cursor:pointer;
}
.galleries .copy:hover,
.copy_image:hover {
    background-color: #dfe9ef;
    transition: all .06s ease-out;
}
.galleries .copy:after,
.copy_image:after {
    content:'';
    background-image: url("data:image/svg+xml,%3Csvg id='link-without-title-white-svg' data-name='share icon.svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.53 10.46' fit='' height='100%25' width='100%25' preserveAspectRatio='xMidYMid meet' focusable='false'%3E%3Cdefs%3E%3Cstyle%3E.link-without-title-white-svg %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg id='Shape.svg'%3E%3Cpath id='Shape_1538_copy_3' data-name='Shape 1538 copy 3' class='link-without-title-white-svg' d='M4.37,9.64,5.2,8.8a2.13,2.13,0,0,0,.74-2.15L3.49,9.11a1.05,1.05,0,0,1-1.44,0l-.69-.7a.94.94,0,0,1-.07-1.35V7l2.52-2.5a2.12,2.12,0,0,0-2.14.72L.83,6.1a2,2,0,0,0-.4,2.76l1.2,1.2A2,2,0,0,0,4.37,9.64Zm-.15-2.7.72-.72.66-.66L7,4.16a.45.45,0,0,0,.1-.62l-.17-.18a.46.46,0,0,0-.62.1L4.91,4.87l-.66.66-.72.72a.49.49,0,0,0-.11.67l.14.13A.49.49,0,0,0,4.22,6.94ZM9.68,4.32l-.84.84a2.12,2.12,0,0,1-2.13.75L9.16,3.44a1,1,0,0,0,0-1.39l-.7-.71a1,1,0,0,0-1.42,0L4.58,3.76a2.09,2.09,0,0,1,.73-2.12L6.16.79A2,2,0,0,1,8.92.38l1.2,1.2a2,2,0,0,1-.44,2.74Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
width: 13px;
    height: 13px;
    display: block;
    transition: all .08s ease-in;
    position: relative;
    top: -.5px;
    right:-.5px;
}
.galleries .copy:hover:after,
.copy_image:hover:after {
    filter: invert(1);
    transition: all .08s ease-out;
}
.elementor-pagination a.page-numbers:nth-child(2):after {
    content:'First page';
}
.elementor-pagination a.page-numbers:nth-last-child(-n+3):after {
    content:'Last page';
}
.elementor-pagination a.page-numbers.prev:after {
    content:'Previous page';
}
.elementor-pagination a.page-numbers.next:after {
    content:'Next page';
}
.galleries .copy span,
.copy_image span,
.elementor-pagination a:after{
    position: absolute;
        background-color: white;
    color: #040b25 !important;
    font: 300 10px/1.5 Lato, sans-serif, open-sans;
    letter-spacing: 0.1em;
    text-transform: none;
    display:block;
    white-space:nowrap;
        border-radius: 4px;
    margin: 14px;
    max-width: 250px;
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 6px;
    padding-bottom: 6px;
    transform: scale(.1);
    transition: all .06s ease-in;
    opacity:0;
    top: 20px;
}
.elementor-pagination a:after {
    top:-60px;
    transform: scale(0) translateX(-40%);
}
.galleries .copy:hover span,
.copy_image:hover span{
    transform: scale(1);
    transition: all .06s ease-out;
    opacity:1;
}
.elementor-pagination a:hover:after {
    transform: scale(1) translateX(-40%);
    transition: all .02s ease-in;
    opacity:1;
}

.cat-item:not(.current-cat):not(.current-cat-parent) > ul.children {
    display:none;
}
.categories ul {
    list-style:none;
}
.categories li a:before {
    content:'';
    mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='20.84' height='17.75' viewBox='0 0 20.84 17.75' version='1.1' id='svg617' sodipodi:docname='album_non_active_subroot_icon_new.svg' inkscape:version='1.2.1 (9c6d41e410, 2022-07-14)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:x='adobe:ns:meta/'%3E%3Csodipodi:namedview id='namedview619' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' showgrid='false' inkscape:zoom='48.788732' inkscape:cx='6.3026848' inkscape:cy='6.2104504' inkscape:window-width='1920' inkscape:window-height='1043' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg617' /%3E%3Cmetadata id='metadata609'%3E%3C%3Fxpacket begin='Ã¯Â»Â¿' id='W5M0MpCehiHzreSzNTczkc9d'%3F%3E%3Cx:xmpmeta x:xmptk='Adobe XMP Core 5.6-c140 79.160451, 2017/05/06-01:08:21 '%3E%3Crdf:RDF%3E%3Crdf:Description rdf:about='' /%3E%3C/rdf:RDF%3E%3C/x:xmpmeta%3E%3C%3Fxpacket end='w'%3F%3E%3C/metadata%3E%3Cdefs id='defs613' /%3E%3Cpath id='Rounded_Rectangle_549' data-name='Rounded Rectangle 549' class='cls-1' d='m 1226.19,1231.47 h 15.85 a 2,2 0 0 1 2,2 v 10.44 a 2,2 0 0 1 -2,2 h -15.85 a 2,2 0 0 1 -2,-2 v -10.44 a 2,2 0 0 1 2,-2 z' transform='translate(-1223.69,-1228.66)' style='display:none' /%3E%3Cpath id='Rounded_Rectangle_549_copy' data-name='Rounded Rectangle 549 copy' class='cls-2' d='m 1226.38,1230.52 a 1.41,1.41 0 0 1 1.45,-1.37 h 13.42 a 1.413,1.413 0 0 1 1.46,1.37' transform='translate(-1223.69,-1228.66)' style='display:none' /%3E%3Cpath style='fill:%23FFFFFF;stroke-width:0.0204965' d='M 2.1316397,17.709649 C 1.5633612,17.618678 1.0930126,17.372886 0.69997324,16.961497 0.38845775,16.635437 0.18812235,16.264013 0.06949398,15.792581 L 0.02049654,15.597864 v -5.544313 c 0,-6.0256839 -0.0074688,-5.6326796 0.11418492,-6.0083391 C 0.30424496,3.5216098 0.68299555,3.0272668 1.1456625,2.7256853 1.5122242,2.4867481 2.0131283,2.3263568 2.3927693,2.3263568 H 2.5153017 L 2.4157295,2.2577381 C 2.2101595,2.1160728 2.1613212,1.9075867 2.242065,1.5163801 2.4100815,0.70233393 3.0867193,0.09726361 3.9252633,0.01121274 c 0.2911049,-0.029873 13.5641997,-0.029873 13.8553047,0 0.931347,0.09557428 1.663085,0.83902956 1.716005,1.74348376 0.01056,0.1804805 0.0072,0.2063877 -0.04006,0.3096404 C 19.34649,2.3046532 19.064117,2.4120592 18.826068,2.304138 18.645278,2.2221754 18.553325,2.0803221 18.528126,1.8445101 18.480243,1.3964164 18.191572,1.0724611 17.771856,0.99579941 17.600386,0.96448005 4.1059866,0.96441073 3.9339751,0.99572767 3.5378816,1.0678432 3.2346089,1.3983651 3.1877785,1.8089708 c -0.02882,0.252694 -0.1066673,0.3929325 -0.2643791,0.4762696 -0.073433,0.038803 0.025882,0.039316 7.7962886,0.040238 6.770219,8.035e-4 7.894209,0.00508 8.03903,0.030563 0.945765,0.1664442 1.717866,0.8510588 1.980665,1.7562377 0.09938,0.3423143 0.09535,0.091552 0.09535,5.9207749 0,4.735426 -0.004,5.469599 -0.03057,5.621994 -0.08834,0.506552 -0.308874,0.942274 -0.665012,1.313868 -0.346794,0.361846 -0.752189,0.590063 -1.28594,0.72392 -0.130715,0.03278 -0.677322,0.03534 -8.348735,0.03907 -6.5881314,0.0032 -8.2412371,-0.0012 -8.3728353,-0.02226 z' id='path621' /%3E%3Cpath style='fill:%23FFFFFF;stroke-width:0.0204965' d='' id='path623' /%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='20.84' height='17.75' viewBox='0 0 20.84 17.75' version='1.1' id='svg617' sodipodi:docname='album_non_active_subroot_icon_new.svg' inkscape:version='1.2.1 (9c6d41e410, 2022-07-14)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:x='adobe:ns:meta/'%3E%3Csodipodi:namedview id='namedview619' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' showgrid='false' inkscape:zoom='48.788732' inkscape:cx='6.3026848' inkscape:cy='6.2104504' inkscape:window-width='1920' inkscape:window-height='1043' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg617' /%3E%3Cmetadata id='metadata609'%3E%3C%3Fxpacket begin='Ã¯Â»Â¿' id='W5M0MpCehiHzreSzNTczkc9d'%3F%3E%3Cx:xmpmeta x:xmptk='Adobe XMP Core 5.6-c140 79.160451, 2017/05/06-01:08:21 '%3E%3Crdf:RDF%3E%3Crdf:Description rdf:about='' /%3E%3C/rdf:RDF%3E%3C/x:xmpmeta%3E%3C%3Fxpacket end='w'%3F%3E%3C/metadata%3E%3Cdefs id='defs613' /%3E%3Cpath id='Rounded_Rectangle_549' data-name='Rounded Rectangle 549' class='cls-1' d='m 1226.19,1231.47 h 15.85 a 2,2 0 0 1 2,2 v 10.44 a 2,2 0 0 1 -2,2 h -15.85 a 2,2 0 0 1 -2,-2 v -10.44 a 2,2 0 0 1 2,-2 z' transform='translate(-1223.69,-1228.66)' style='display:none' /%3E%3Cpath id='Rounded_Rectangle_549_copy' data-name='Rounded Rectangle 549 copy' class='cls-2' d='m 1226.38,1230.52 a 1.41,1.41 0 0 1 1.45,-1.37 h 13.42 a 1.413,1.413 0 0 1 1.46,1.37' transform='translate(-1223.69,-1228.66)' style='display:none' /%3E%3Cpath style='fill:%23FFFFFF;stroke-width:0.0204965' d='M 2.1316397,17.709649 C 1.5633612,17.618678 1.0930126,17.372886 0.69997324,16.961497 0.38845775,16.635437 0.18812235,16.264013 0.06949398,15.792581 L 0.02049654,15.597864 v -5.544313 c 0,-6.0256839 -0.0074688,-5.6326796 0.11418492,-6.0083391 C 0.30424496,3.5216098 0.68299555,3.0272668 1.1456625,2.7256853 1.5122242,2.4867481 2.0131283,2.3263568 2.3927693,2.3263568 H 2.5153017 L 2.4157295,2.2577381 C 2.2101595,2.1160728 2.1613212,1.9075867 2.242065,1.5163801 2.4100815,0.70233393 3.0867193,0.09726361 3.9252633,0.01121274 c 0.2911049,-0.029873 13.5641997,-0.029873 13.8553047,0 0.931347,0.09557428 1.663085,0.83902956 1.716005,1.74348376 0.01056,0.1804805 0.0072,0.2063877 -0.04006,0.3096404 C 19.34649,2.3046532 19.064117,2.4120592 18.826068,2.304138 18.645278,2.2221754 18.553325,2.0803221 18.528126,1.8445101 18.480243,1.3964164 18.191572,1.0724611 17.771856,0.99579941 17.600386,0.96448005 4.1059866,0.96441073 3.9339751,0.99572767 3.5378816,1.0678432 3.2346089,1.3983651 3.1877785,1.8089708 c -0.02882,0.252694 -0.1066673,0.3929325 -0.2643791,0.4762696 -0.073433,0.038803 0.025882,0.039316 7.7962886,0.040238 6.770219,8.035e-4 7.894209,0.00508 8.03903,0.030563 0.945765,0.1664442 1.717866,0.8510588 1.980665,1.7562377 0.09938,0.3423143 0.09535,0.091552 0.09535,5.9207749 0,4.735426 -0.004,5.469599 -0.03057,5.621994 -0.08834,0.506552 -0.308874,0.942274 -0.665012,1.313868 -0.346794,0.361846 -0.752189,0.590063 -1.28594,0.72392 -0.130715,0.03278 -0.677322,0.03534 -8.348735,0.03907 -6.5881314,0.0032 -8.2412371,-0.0012 -8.3728353,-0.02226 z' id='path621' /%3E%3Cpath style='fill:%23FFFFFF;stroke-width:0.0204965' d='' id='path623' /%3E%3C/svg%3E%0A");
    display: inline-block;
    width: 21px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: calc(24px / 3);
    background-color: #4b657d;
    top: 3px;
    position: relative
}
.categories li:hover a:before, 
.categories li.current-cat > a:before, 
.categories li.current-cat-parent > a:before {
    background-color:#a5d3eb;
}
.categories li:hover > a, 
.categories li.current-cat > a,
.categories li.current-cat-parent > a
{
    color:#a5d3eb;
}
.categories li > a {
    color: #4b657d;
}
.categories li > a {
    font: 300 16px/1.5 Lato, sans-serif, open-sans;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    -webkit-user-select: none;
    user-select: none;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.categories li, .categories li > ul {
    display:flex;
    justify-content: center;
    flex-direction: column;
}
.categories li, .categories li > ul, .categories li > a {
    min-height: 42px;
}
.categories li > ul {
    width: 100%;
}
.categories .wrapper {
    padding:0;
}
.categories li > ul {
    padding-left:24px;
}
.elementor-pagination {
    display:flex;
    gap: 0;
    justify-content: center;
}
.elementor-pagination > * {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin:0 !important;
    position: relative;

}
.elementor-pagination .page-numbers {
    display:none;
}
.elementor-pagination .page-numbers:nth-child(2) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24' focusable='false' class='mat-paginator-icon'%3E%3Cpath d='M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z'%3E%3C/path%3E%3C/svg%3E");
    order:1;
}
.elementor-pagination .page-numbers:nth-last-child(-n+3) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24' focusable='false' class='mat-paginator-icon'%3E%3Cpath d='M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z'%3E%3C/path%3E%3C/svg%3E");
    order:4
}
.elementor-pagination .page-numbers.prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24' focusable='false' class='mat-paginator-icon'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'%3E%3C/path%3E%3C/svg%3E");
    order:2
}
.elementor-pagination .page-numbers.next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24' focusable='false' class='mat-paginator-icon'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E");
    order:3
}
.elementor-pagination .load_all {
    order: 5;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
        letter-spacing: 0.25em;
    font-weight: 400;
    padding: 0 16px !important;
    width: auto;
    margin-left: 8px !important;
    height: 33px;
    position: relative;
    top: 3px;
}
.elementor-pagination .load_all:hover {
    background-color: rgba(86, 96, 130, 0.4);
    border-radius: 4px;
}
.elementor-pagination .load_all:before {
    display: none;
    
}
.elementor-pagination .page-numbers:nth-child(2),
.elementor-pagination .page-numbers:nth-last-child(-n+3),
.elementor-pagination .prev,
.elementor-pagination .next {
    display:inline-block;
}
.elementor-pagination a:before {
    content:'';
    height: 40px;
    width: 40px;
    border-radius: 100%;
    opacity: .1;
    background-color: currentColor;
    display: inline-block;
    transform: scale(0);
    transition: transform .1s cubic-bezier(0.35, 0, 0.25, 1), opacity 200ms cubic-bezier(0.35, 0, 0.25, 1),background-color 200ms cubic-bezier(0.35, 0, 0.25, 1);
}
.elementor-pagination .page-numbers {
    background-size: 28px 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.elementor-pagination a:active:before {
    transform: scale(1);
    transition: transform .1s cubic-bezier(0.35, 0, 0.25, 1), opacity 200ms cubic-bezier(0.35, 0, 0.25, 1),background-color 200ms cubic-bezier(0.35, 0, 0.25, 1);
}
.apel_filters {
    display:flex;
    flex-direction: column;
    gap: 18px;
}
.apel_filters a {
    text-transform: uppercase;
        transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    text-align: left;
    width: 100%;
    opacity: 0.45;
}
.apel_filters a:hover {
    opacity: 1;
}
.apel_filters a.active {
    color: #69cfe3;
    font-weight:400;
    opacity:1;
}
article .gallery-item-wrapper {
    display: none;
}
.fancybox__container .gallery-item-wrapper {
    display: flex !important;
    height: 100%;
    padding:0 !important;
    /* position: unset!important; */
    cursor:  default !important;
    z-index: 10 !important;
    align-items:  center;
    justify-content:  center;
}
.gallery-item-wrapper .footer {
    display:none;
}
.gallery-item-wrapper .content {
    display:flex;
    justify-content: center;
    align-items: center;
    height: 80%;
    z-index: -1;
    position: relative;
    box-sizing: content-box;
    width: 100vw !important;
}
.gallery-item-wrapper .content .pinch-zoom-container {
    width: 100%;
}
.gallery-item-wrapper .content img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    display: inline;
}
.is-idle .fancybox__nav {
    animation: unset !important;
}
.fancybox__slide {
    height: 100%;
    max-height: 100vh;
    align-items: center!important;
    justify-content: center;
    padding: 0 !important;
    top: 0;
}
.fancybox__caption {
    height: 68px;
    width:100%;
    display:flex;
    position: absolute;
    bottom: 25px;
    padding: 0 84px !important;
}
.gallery-item-wrapper .header {
    height: 50px;
    position: absolute;
    top: 42px;
    padding: 0 83px !important;
    width: 100vh;
    left: 0;
}
.fancybox__slide::before, .fancybox__slide::after {
    display: none;
}
.fancybox__slide [data-fancybox-close]:after {
    content: "";
    position: absolute;
    margin: auto;
    width: calc(24px * 1.5 );
    height: calc(24px * 1.5 );
    border: solid 2px #fff;
    border-radius: 50%;
    opacity: 0.5;
    transition-property: border-color , opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    transition-property: border-color, opacity;
}
.fancybox__slide [data-fancybox-close]:hover:after, 
[data-fancybox-close]:hover svg {
    border-color: #fff;
    opacity:1;
    transition-property: border-color , opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    transition-property: border-color, opacity;
}
.fancybox__slide [data-fancybox-close] {
    transition-property: border-color , opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    transition-property: border-color, opacity;
    position: absolute;
    top: 42px;
    right: 72px; 
    background: unset !important;
    border: unset;
    display:flex;
    justify-content: center;
    align-items: center;
}
[data-fancybox-close] svg {
    position: absolute;
    margin: auto;
    transform: scale(0.8);
    opacity: 0.5;
}
[data-fancybox-close]:hover svg {
    transition-property: border-color , opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    transition-property: border-color, opacity;
}
.fancybox__container {
    --fancybox-bg: #000103 !important;
    --fancybox-content-bg: #000103;
}
.gallery-item-wrapper .title {
    color: #fff;
    font: 300 16px/1.5 Lato, sans-serif, open-sans;
    opacity:  .75;
    position:  absolute;
}
.fancybox__nav button {
    height: 80vh;
}
.fancybox__nav button:hover,
.fancybox__nav button:focus,
.fancybox__nav button:active{
    background-color: unset !important;
}
.fancybox__nav button svg {
    height: auto;
    width: auto;
    stroke-width: unset !important;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    z-index: 1000;
    stroke: #fff0;
    fill: #fff;
}
.fancybox__nav button:hover svg {
    opacity:1;
    fill: #70dcf0 !important;
}
.fancybox__nav button:hover svg path {
        stroke: unset;
        transition-property: fill, stroke, opacity;
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-delay: 0s;
        transition-property: fill, stroke, opacity !important;
        fill-rule: evenodd;
}
.fancybox__caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
    z-index: 99999;
}
.fancybox__caption > .column {
    width: 100%;
    display:flex;
}
.fancybox__caption .column:nth-of-type(2) {
    display:flex;
    flex-direction: row;
    justify-content: center;
}
.fancybox__caption .column:nth-of-type(3) {
    justify-content: flex-end;
}
.fancybox__caption .thumb img {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 100%;
    min-width: 60px;
}
.fancybox__caption .author {
    display:flex;
    align-items: center
}
.fancybox__caption .author .text .author {
        font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-indent: 2px;
    display: inline;
    white-space: nowrap;
    text-transform: uppercase;
    display:inline-block;
}
.fancybox__caption .author .text .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #c7c7c7;
    letter-spacing: -0.04em;
}
.fancybox__caption .author .text {
    display:flex;
    flex-direction: column;
    margin-left: 5px;
    color:  #fff;
}
.fancybox__caption .author .text .author::first-letter {
    font-size: 17px !important;
}
.fancybox__caption .buttons {
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.fancybox__caption .buttons button {
    padding:0;
    border:none;
    background-color: unset !important;
    position: relative;
    cursor: pointer;
}
.fancybox__caption .buttons button:hover svg path {
    fill: #70dcf0 !important;
}
.fancybox__caption .buttons button svg path {
        transition-property: fill, stroke, opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    transition-property: fill, stroke, opacity !important;
}
.fancybox__carousel button {
    outline: unset !important;
}
.fancybox__caption .buttons button:before {
    pointer-events: none;
    content: attr(tip);
    visibility: hidden;
    color: #fff;
    background: rgba(4, 11, 37, 0.5);
    z-index: 999999;
    white-space: pre;
    line-height: 25px;
    border-radius: 0;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 5px 4.5px;
    position: absolute;
    border-radius: 5px;
    font: 300 10px/1.5 Lato, sans-serif, open-sans;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-user-select: none;
    user-select: none;
    top: -8px;
    left: 50%;
    transform: translate(-50%, -100%);
    text-align: center;
}
.fancybox__caption .buttons button:hover:before {
    opacity:1;
    visibility: visible;
}
.fancybox__caption .buttons button svg {
    z-index:-1;
}
.fancybox__caption .buttons button:after {
    content: '';
    position: absolute;
    top:0;
    display:block;
    height: 100%;
    width: 100%;
}
.share .social-fb {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='30' viewBox='0 0 30 30' %3E%3Cpath id='Facebook.svg' class='illustration-svg' d='M147.01,516.012H150v-8h3.008v-3.044H150v-1.953a0.908,0.908,0,0,1,1-1.023h2v-3h-3.005c-2.508,0-3,.917-3,3.031v2.94h-3.018V508h3.034v8.012Zm1.969,6A15.011,15.011,0,1,1,163.99,507,14.974,14.974,0,0,1,148.979,522.011Z' transform='translate(-134.031 -492)' /%3E%3C/svg%3E");
}
.share .social-tw {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='30' viewBox='0 0 30 30' %3E%3Cpath id='Twitter.svg' class='illustration-svg' d='M184.107,511.017c1.339,0.859,3.31,2,5.019,2,5.619,0,7.2-4.734,7.007-8.991a8.279,8.279,0,0,0,1.945-1.61,7.593,7.593,0,0,1-1.936.588,3.642,3.642,0,0,0,1.528-1.786,6.1,6.1,0,0,1-1.921.771A3.055,3.055,0,0,0,193.54,501c-1.953,0-2.868,2.094-2.427,3.987a9.955,9.955,0,0,1-6.743-3.4,3.03,3.03,0,0,0,.937,4.041,3,3,0,0,1-1.372-.379,2.839,2.839,0,0,0,2.545,2.709,3.023,3.023,0,0,1-1.366.052,3.181,3.181,0,0,0,2.709,2.4C186.551,511.4,185.712,511.207,184.107,511.017ZM190,522.011A15.011,15.011,0,1,1,205.011,507,15.028,15.028,0,0,1,190,522.011Z' transform='translate(-175 -492)' /%3E%3C/svg%3E");
}
.share .social-discord {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' %3E%3Cpath class='illustration-svg' d='M15.313-.25a15.016,15.016,0,1,1-15,15.016A15.008,15.008,0,0,1,15.313-.25Zm7.261,8.576a9.631,9.631,0,0,0-4.579-1.832l-0.224.447a8.851,8.851,0,0,1,4.345,2.3A13.471,13.471,0,0,0,15.246,7.41,13.471,13.471,0,0,0,8.377,9.241a9.041,9.041,0,0,1,4.345-2.3L12.5,6.494A9.57,9.57,0,0,0,7.919,8.326S5.574,11.726,5.171,18.4a8.652,8.652,0,0,0,5.953,2.748l0.752-1a9.168,9.168,0,0,1-3.957-2.663,11.551,11.551,0,0,0,7.327,2.29,11.551,11.551,0,0,0,7.327-2.29,9.168,9.168,0,0,1-3.957,2.663l0.752,1A8.652,8.652,0,0,0,25.321,18.4c-0.4-6.674-2.748-10.075-2.748-10.075h0Zm-10.3,8.243a1.728,1.728,0,0,1-1.6-1.832,1.728,1.728,0,0,1,1.6-1.832,1.728,1.728,0,0,1,1.6,1.832,1.728,1.728,0,0,1-1.6,1.832h0Zm5.953,0a1.728,1.728,0,0,1-1.6-1.832,1.728,1.728,0,0,1,1.6-1.832,1.728,1.728,0,0,1,1.6,1.832,1.728,1.728,0,0,1-1.6,1.832h0Zm0,0' /%3E%3C/svg%3E");
}
.share .social-telegram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='30' viewBox='0 0 30 30' %3E%3Cpath id='Telegram_icon.svg' class='illustration-svg' d='M435.011,522A15,15,0,1,1,450,507.032,14.988,14.988,0,0,1,435.011,522Zm6.3-22.8c-2.938,1.227-12.389,5.362-15.978,6.917a0.591,0.591,0,0,0,.042,1.088l4.1,1.378,9.238-5.835a0.057,0.057,0,0,1,.066.092l-5.691,5.645-1.387,1.375s-0.028.557-.071,1.251c-0.015.231-.031,0.477-0.048,0.724s-0.035.492-.053,0.723c-0.01.115-.019,0.226-0.029,0.332a2.889,2.889,0,0,1-.14.9h0v0a0.461,0.461,0,0,0,.4-0.106l2.286-1.993c1.346,1.053,2.97,2.324,4.01,3.134a0.84,0.84,0,0,0,1.341-.551c0.609-3.314,2.1-11.629,2.62-14.461A0.53,0.53,0,0,0,441.314,499.2Z' transform='translate(-420 -492)' /%3E%3C/svg%3E");
}
.share .social-skype {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='30' viewBox='0 0 30 30' %3E%3Cpath id='Skype_icon.svg' class='illustration-svg' d='M395.011,522A15,15,0,1,1,410,507.032,14.988,14.988,0,0,1,395.011,522Zm-7.222-14.7a7.353,7.353,0,0,0,8.735,7.225,4.294,4.294,0,0,0,5.865-5.942,7.438,7.438,0,0,0,.113-1.283,7.356,7.356,0,0,0-7.356-7.357,7.464,7.464,0,0,0-1.355.126,4.294,4.294,0,0,0-5.884,5.924A7.4,7.4,0,0,0,387.789,507.293Zm7.436-5.227c2.372,0.139,3.762,1.182,3.9,2.157a1,1,0,0,1-1.092,1.132c-1.074,0-1.183-1.431-3.031-1.431a1.284,1.284,0,0,0-1.537,1.1c0,1.571,5.921.658,5.921,4.117,0,1.994-1.6,3.3-3.978,3.3-2.095,0-4.2-.95-4.19-2.585a0.918,0.918,0,0,1,.861-0.946c1.234,0,1.222,1.833,3.187,1.833,1.378,0,1.849-.752,1.849-1.276,0-1.892-5.957-.732-5.957-4.291C391.155,503.248,392.738,501.92,395.225,502.066Z' transform='translate(-380 -492)' /%3E%3C/svg%3E");
}
.share a {
    display: inline-block;
    height: 42px;
    width: 42px;
    filter: invert(1);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: .4;
        transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
}
.share a:hover {
    opacity:1;
}
.sub {
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: -58%;
    transition-property: opacity , margin;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    transition-property: opacity, margin !important;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 var(--subdiv);
    transform: translate(-43%, 0);
    left:unset;
    visibility: visible;
    /* pointer-events: none; */
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.fancybox__caption .counter {
    color: #fff;
}
.sub.show {
    opacity:1;
}
.apel-notify {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999999;
    transform: translateX(-50%);
    margin: 0;
    min-width: auto;
    min-height: auto;
    background-color: rgba(0, 4, 17, 0.7);
    padding: 14px 16px;
    border-radius: 4px;
        font: 500 10px/1.5 Lato, sans-serif, open-sans;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    -webkit-user-select: none;
    user-select: none;
    display:none;
    transform:scale(1);
}

.show-animation {
  display: block;
  /* CSS-Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð»Ñ Ð¿Ð¾ÐºÐ°Ð·Ð° ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° */
  animation: show-animation .2s;
}

.hide-animation {
  /* CSS-Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð»Ñ ÑÐºÑ€Ñ‹Ñ‚Ð¸Ñ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð° */
  animation: hide-animation .2s;
}
@media(max-width:768px){
    .fancybox__caption {
        padding: 20px 10px 40px 10px !important;
        background: linear-gradient(to top, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
        bottom:0;
    }
    .fancybox__caption .author img {
        width: 40px;
        height: 40px;
        min-width:40px;
    }
    .gallery-item-wrapper .header {
        padding-left:20px !important;
    }
    .fancybox__nav {
        display:none;
    }
    .fancybox__slide [data-fancybox-close] {
        right: 20px;
    }
    .parallax .wrapper-hidden {
        display:none;
    }
    .parallax .content {
        background: url('./assets/images/photo.jpg');
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media(max-width:530px){
    .fancybox__caption .column:nth-of-type(3){
        max-width: 60px;
    }
}
@media(max-width:500px){
    .fancybox__caption .column:nth-of-type(1),
    .fancybox__caption .column:nth-of-type(3) {
        display:none;
    }
    .fancybox__caption .buttons {
        justify-content: space-between;
        width: 100%;
        padding: 0 40px;
    }
    .fancybox__caption .buttons .button:nth-of-type(3) {
        display:none;
    }
}


@keyframes show-animation {
  from {
    opacity: 0;
    /* Ð”Ñ€ÑƒÐ³Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸... */
      transform:scale(.8);
  }
  to {
    opacity: 1;
    /* Ð”Ñ€ÑƒÐ³Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸... */
      transform:scale(1);
  }
}

@keyframes hide-animation {
  from {
    opacity: 1;
      transform:scale(1);
    /* Ð”Ñ€ÑƒÐ³Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸... */
  }
  to {
    transform:scale(.8);
    opacity: 0;
    /* Ð”Ñ€ÑƒÐ³Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸... */
  }
}

/* Music Buttons */

.album_music a.spotify_link:before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 538.29834 167.57126' xml:space='preserve' sodipodi:docname='spotify_icon.svg' width='538.29834' height='167.57126' inkscape:version='1.2.2 (b0a8486541, 2022-12-01)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs44' /%3E%3Csodipodi:namedview id='namedview42' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' showgrid='false' inkscape:zoom='1.0934343' inkscape:cx='220.86374' inkscape:cy='426.18014' inkscape:window-width='1920' inkscape:window-height='1043' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='Layer_1' /%3E%3Cstyle type='text/css' id='style2'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:url(%23SVGID_1_);%7D%0A%3C/style%3E%3Cg id='g20' transform='translate(645.61005,30.120002)'%3E%3Cg id='g18'%3E%3Cpath class='st0' d='m -107.57,36.11 c -4.24,10.98 -8.49,21.96 -12.74,32.93 -3.39,8.75 -6.74,17.51 -10.2,26.23 -1.44,3.65 -3.29,7.1 -6.08,9.96 -2.97,3.06 -6.67,4.44 -10.83,4.72 -5.34,0.36 -10.41,-0.67 -15.18,-3.15 -1.06,-0.55 -1.23,-1.17 -0.74,-2.21 1.34,-2.85 2.64,-5.72 3.92,-8.6 0.45,-1.02 1.04,-1.17 1.99,-0.67 2.33,1.21 4.78,1.93 7.47,1.77 2.37,-0.14 3.83,-1.51 5.07,-3.35 0.89,-1.33 1.04,-2.49 0.37,-4.07 -5.84,-13.79 -11.58,-27.61 -17.31,-41.44 -0.36,-0.85 -0.79,-1.1 -1.67,-1.09 -3.56,0.05 -7.11,0.02 -10.85,0.02 v 43.35 c 0,2.01 0,2.01 -2.08,2.01 h -11.03 c -1.65,0 -1.77,-0.11 -1.77,-1.78 -0.01,-13.99 0,-27.99 0,-41.99 v -1.59 h -5.45 c -1.56,0 -1.67,-0.1 -1.67,-1.6 -0.01,-3.32 0.03,-6.64 -0.02,-9.96 -0.02,-1.14 0.44,-1.59 1.56,-1.57 1.82,0.04 3.65,0.01 5.41,0.01 0.19,-2.58 0.2,-5.03 0.57,-7.43 1.4,-9.23 6.75,-14.11 16.07,-14.71 4.1,-0.26 8.14,0.2 12.1,1.33 0.89,0.26 1.22,0.69 1.21,1.61 -0.05,3.32 -0.01,6.64 -0.03,9.95 0,1.35 -0.38,1.53 -1.7,1.27 -2.41,-0.48 -4.85,-1.05 -7.29,-1.16 -3.25,-0.15 -5.18,1.55 -5.77,4.75 -0.27,1.43 -0.24,2.91 -0.36,4.51 h 1.49 c 6.48,0 12.96,0.05 19.44,-0.03 1.43,-0.02 2.1,0.41 2.61,1.77 4.65,12.28 9.37,24.53 14.07,36.79 0.16,0.39 0.32,0.78 0.57,1.42 1.8,-5.12 3.5,-9.96 5.2,-14.81 2.8,-7.98 5.61,-15.96 8.37,-23.96 0.3,-0.86 0.75,-1.2 1.66,-1.19 4.12,0.03 8.24,0.01 12.36,0.01 1.5,0.01 1.82,0.5 1.26,1.95 z' id='path4' /%3E%3Cpath class='st0' d='m -329.91,50.36 c -2.54,-6.96 -7.24,-12.18 -14.1,-15.06 -9.62,-4.04 -18.72,-3.34 -26.78,3.9 -0.73,0.66 -1.41,1.36 -2.28,2.2 0,-2.07 -0.03,-3.96 0.01,-5.86 0.02,-1.03 -0.4,-1.44 -1.43,-1.43 -3.99,0.03 -7.99,0.03 -11.99,0 -1.09,-0.01 -1.49,0.42 -1.49,1.5 0.02,24.19 0.02,48.38 0,72.58 0,1.16 0.49,1.55 1.59,1.54 3.88,-0.02 7.76,0 11.64,-0.01 1.44,0 1.66,-0.23 1.67,-1.67 V 86 c 0.15,-0.12 0.3,-0.23 0.45,-0.34 0.35,0.48 0.64,1.02 1.06,1.44 2.16,2.12 4.62,3.8 7.45,4.93 12.24,4.9 26.88,-0.7 32.91,-12.82 4.65,-9.36 4.84,-19.1 1.29,-28.85 z m -14.3,20.89 c -2.34,5.61 -6.57,8.89 -12.72,9.23 -6.41,0.36 -11.14,-2.54 -14.25,-8.09 -1.58,-2.83 -2.17,-5.65 -2.17,-10.8 0.06,-3.34 1.51,-7.86 5.26,-11.36 8.31,-7.77 21.24,-4.08 24.48,6.94 1.41,4.75 1.32,9.49 -0.6,14.08 z' id='path6' /%3E%3Cpath class='st0' d='m -410.04,92.24 c -3.56,1.03 -7.2,1.41 -11.22,1.41 -11.4,-0.17 -21.72,-4.04 -30.63,-11.67 -1.28,-1.1 -1.27,-1.32 -0.18,-2.62 2.3,-2.72 4.58,-5.45 6.87,-8.17 0.96,-1.15 1.3,-1.18 2.44,-0.21 4.72,4 9.87,7.21 16.05,8.42 4,0.78 8.04,1.08 11.98,-0.16 1.52,-0.48 3.01,-1.32 4.27,-2.3 3.17,-2.44 3.66,-8.88 -0.77,-11.57 -3.19,-1.94 -6.74,-2.84 -10.27,-3.86 -4.87,-1.4 -9.75,-2.75 -14.54,-4.38 -3.04,-1.02 -5.76,-2.74 -8.14,-4.95 -4.08,-3.8 -5.61,-8.65 -5.68,-14.03 -0.14,-11.15 6.63,-19.88 17.87,-22.4 13.21,-2.96 25.26,-0.07 36.03,8.15 0.91,0.69 0.93,1.33 0.29,2.22 -2.13,2.94 -4.21,5.92 -6.32,8.89 -0.83,1.16 -1.17,1.21 -2.34,0.37 -4.72,-3.4 -9.77,-6.06 -15.63,-6.85 -3.61,-0.48 -7.19,-0.47 -10.54,1.27 -2.56,1.33 -4.12,3.36 -4.25,6.33 -0.13,3.09 1.27,5.27 3.94,6.72 3.69,2.01 7.72,3.02 11.75,4.01 5.09,1.25 10.12,2.64 14.8,5.08 5.31,2.79 9.44,6.65 10.73,12.76 2.54,11.97 -2.69,23.54 -16.51,27.54 z' id='path8' /%3E%3Cpath class='st0' d='m -265.38,48.28 c -6.38,-11.3 -19.17,-17.06 -32.65,-14.87 -17.5,2.85 -28.88,19.9 -24.79,37.13 3.29,13.86 15.57,23.36 30.21,23.49 2.22,-0.28 4.46,-0.41 6.64,-0.87 21.56,-4.55 30.39,-27.52 20.59,-44.88 z m -19.93,30.74 c -9.68,4.79 -21.02,-1.06 -23,-11.77 -1.07,-5.8 -0.13,-11.19 3.79,-15.75 7.11,-8.27 20.76,-6.57 26,3.15 1.5,2.78 2.17,5.55 2.17,10.49 -0.21,5.24 -2.66,10.77 -8.96,13.88 z' id='path10' /%3E%3Cpath class='st0' d='m -238.43,73.36 c 0,5 1.75,6.86 6.72,6.57 2.14,-0.12 4.27,-0.88 6.34,-1.54 1.43,-0.46 1.97,-0.25 1.97,1.24 0.02,3.16 0.05,6.32 -0.03,9.48 -0.02,0.55 -0.44,1.36 -0.91,1.6 -6.44,3.33 -13.17,3.79 -19.96,1.42 -5.09,-1.78 -7.62,-5.86 -8.54,-10.99 -0.31,-1.76 -0.45,-3.57 -0.45,-5.36 -0.05,-9 -0.02,-18 -0.02,-26.99 v -1.63 h -5.42 c -1.63,0 -1.78,-0.14 -1.78,-1.77 -0.01,-3.2 -0.01,-6.4 0,-9.6 0,-1.43 0.24,-1.66 1.68,-1.67 1.79,-0.01 3.58,0 5.52,0 v -1.4 c 0,-4.16 -0.01,-8.32 0,-12.48 0,-1.41 0.21,-1.64 1.56,-1.64 h 11.76 c 1.39,0 1.56,0.18 1.56,1.62 v 13.9 h 1.42 c 4.08,0 8.16,0.03 12.24,-0.02 1.14,-0.01 1.57,0.41 1.55,1.55 -0.04,3.36 -0.04,6.72 0,10.08 0.01,1.1 -0.41,1.46 -1.49,1.45 -4.08,-0.04 -8.16,-0.02 -12.24,-0.02 h -1.48 z' id='path12' /%3E%3Cpath class='st0' d='m -202.36,35.74 c 0.01,18.39 0.01,36.78 0,55.17 0,1.47 -0.14,1.61 -1.55,1.61 -3.92,0.01 -7.84,0.01 -11.75,0 -1.44,0 -1.57,-0.12 -1.57,-1.58 -0.01,-9.2 0,-18.39 0,-27.59 V 36.01 c 0,-1.8 0.09,-1.89 1.9,-1.89 h 11.28 c 1.5,0 1.69,0.18 1.69,1.62 z' id='path14' /%3E%3Cpath class='st0' d='m -200.43,17.76 c -0.02,5.18 -4.12,9.24 -9.32,9.24 -5.19,0 -9.28,-4.08 -9.28,-9.27 0,-5.21 4.05,-9.28 9.24,-9.29 5.28,-0.01 9.38,4.08 9.36,9.32 z' id='path16' /%3E%3C/g%3E%3C/g%3E%3Cpath class='st0' d='m 443.61005,57.340002 h -15.33 c -1.04,0 -1.89,-0.85 -1.89,-1.89 v -15.33 c 0,-1.04 0.85,-1.89 1.89,-1.89 h 15.33 c 1.04,0 1.89,0.85 1.89,1.89 v 15.33 c 0,1.05 -0.85,1.89 -1.89,1.89 z' id='path22' /%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='-561.84302' y1='-30.120001' x2='-561.84302' y2='137.4512' gradientTransform='translate(645.61005,30.120002)'%3E%3Cstop offset='0' style='stop-color:%233BFF9D' id='stop24' /%3E%3Cstop offset='0.1084' style='stop-color:%233AF799' id='stop26' /%3E%3Cstop offset='0.2726' style='stop-color:%2337E390' id='stop28' /%3E%3Cstop offset='0.472' style='stop-color:%2333C07F' id='stop30' /%3E%3Cstop offset='0.699' style='stop-color:%232D9169' id='stop32' /%3E%3Cstop offset='0.9464' style='stop-color:%2325554D' id='stop34' /%3E%3Cstop offset='1' style='stop-color:%23234746' id='stop36' /%3E%3C/linearGradient%3E%3Cpath class='st1' d='M 83.80005,2.0156545e-6 C 37.73005,-0.00999798 -0.04995043,37.190002 4.9572367e-5,83.850002 0.06004957,130.59 37.73005,166.83 82.37005,167.56 c 46.09,0.75 84.96,-36.08 85.17,-83.309998 0.2,-46.68 -37.31,-84.2499999843455 -83.74,-84.2499999843455 z M 122.19005,120.73 c -1.54,2.58 -4.67,3.3 -7.4,1.65 -10.84,-6.54 -22.64,-10.01 -35.2,-11.1 -12.75,-1.1 -25.28,0.3 -37.71,3.08 -2.61,0.58 -4.77,-0.23 -6.04,-2.29 -1.14,-1.84 -1.07,-4.28 0.46,-5.9 0.78,-0.82 1.9,-1.53 2.99,-1.8 8.6,-2.08 17.33,-3.33 26.17,-3.72 1.79,-0.07 3.59,-0.01 5.39,-0.01 14.49,-0.1 28.44,2.46 41.58,8.75 2.63,1.25 5.18,2.68 7.7,4.14 2.75,1.59 3.57,4.64 2.06,7.2 z m 10.25,-22.809998 c -1.86,3.079998 -5.75,4.139998 -8.88,2.259998 -11.9,-7.169998 -24.88,-11.089998 -38.57,-12.899998 -13.76,-1.82 -27.42,-1.34 -40.93,1.97 -1.32,0.32 -2.62,0.72 -3.93,1.09 -3.65,1.03 -7.26,-0.87 -8.27,-4.36 -1.01,-3.47 0.93,-6.96 4.54,-8.06 8.6,-2.62 17.41,-4.07 26.38,-4.5 2.31,-0.12 4.63,-0.02 6.95,-0.02 17.92,-0.06 35.17,3.19 51.47,10.83 3.07,1.44 6.04,3.11 8.96,4.82 3.17,1.86 4.12,5.82 2.28,8.87 z m 0.84,-23.72 c -5.45,-3.16 -11.18,-5.65 -17.16,-7.61 -9.69,-3.16 -19.64,-5 -29.78,-5.94 -9.13,-0.85 -18.27,-0.94 -27.41,-0.19 -7.82,0.65 -15.53,1.91 -23.08,4.12 -4.06,1.19 -8.28,-1.13 -9.55,-5.12 -1.25,-3.95 0.82,-8.21 4.75,-9.65 1.46,-0.53 2.97,-0.93 4.48,-1.31 9.25,-2.32 18.66,-3.57 28.19,-3.92 2.64,-0.1 5.28,-0.02 7.91,-0.02 18.3,-0.05 36.23,2.39 53.51,8.69 5.64,2.06 11.09,4.53 16.22,7.66 4.01,2.45 4.95,7.66 2.13,11.37 -2.4,3.16 -6.66,3.99 -10.21,1.92 z' id='path39' style='fill:url(%23SVGID_1_)' /%3E%3C/svg%3E%0A");
}
.album_music a.apple_music:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 497.74789 151.48866' xml:space='preserve' sodipodi:docname='apple_music.svg' width='497.74789' height='151.48866' inkscape:version='1.2.2 (b0a8486541, 2022-12-01)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs40' /%3E%3Csodipodi:namedview id='namedview38' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' showgrid='false' inkscape:zoom='1.0934343' inkscape:cx='271.16397' inkscape:cy='221.32102' inkscape:window-width='1920' inkscape:window-height='1043' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='Layer_1' /%3E%3Cstyle type='text/css' id='style2'%3E .st0%7Bfill:%23FFFFFF;stroke:%23FFFFFF;stroke-miterlimit:10;%7D .st1%7Bfill:url(%23SVGID_1_);%7D .st2%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='g18' transform='translate(623.12165,-174.84)'%3E%3Cg id='g16'%3E%3Cpath class='st0' d='m -357.41,223.79 v 92.59 h -13.12 v -68.26 c -0.09,-0.04 -0.18,-0.08 -0.27,-0.13 -0.18,0.28 -0.4,0.53 -0.52,0.83 -1.97,4.89 -3.92,9.79 -5.87,14.68 -6.95,17.38 -13.91,34.77 -20.84,52.16 -0.23,0.57 -0.5,0.79 -1.14,0.79 -2.94,-0.04 -5.89,-0.05 -8.84,0 -0.75,0.01 -1.09,-0.2 -1.38,-0.92 -7.64,-19.17 -15.31,-38.33 -22.98,-57.49 -1.24,-3.09 -2.46,-6.18 -3.71,-9.27 -0.11,-0.28 -0.32,-0.52 -0.49,-0.77 -0.09,0.04 -0.18,0.08 -0.28,0.12 v 68.26 h -12.62 V 223.8 c 0.28,-0.01 0.58,-0.04 0.87,-0.04 4.81,0 9.62,0.01 14.42,-0.02 0.68,-0.01 0.95,0.23 1.19,0.83 9.53,24.03 19.07,48.06 28.62,72.08 0.07,0.18 0.12,0.38 0.22,0.54 0.13,0.19 0.3,0.34 0.46,0.51 0.15,-0.17 0.36,-0.32 0.45,-0.52 0.8,-1.95 1.57,-3.91 2.35,-5.87 8.84,-22.24 17.68,-44.49 26.5,-66.74 0.25,-0.62 0.53,-0.83 1.2,-0.82 5.03,0.03 10.06,0.02 15.09,0.02 0.21,-0.01 0.42,0.01 0.69,0.02 z' id='path4' /%3E%3Cpath class='st0' d='m -299.11,316.37 v -11.52 c -0.09,-0.05 -0.19,-0.09 -0.28,-0.14 -0.19,0.26 -0.44,0.49 -0.57,0.78 -1.96,4.09 -4.84,7.29 -8.88,9.39 -2.82,1.47 -5.86,2.22 -9.02,2.45 -4.69,0.35 -9.27,-0.13 -13.58,-2.18 -5.91,-2.82 -9.36,-7.65 -11.09,-13.84 -0.77,-2.77 -1.15,-5.6 -1.15,-8.48 -0.02,-14.5 -0.01,-29.01 -0.01,-43.51 0,-0.22 0.02,-0.44 0.03,-0.71 h 13.64 v 1.02 c 0,13.2 0,26.4 0,39.6 0,2.23 0.18,4.44 0.8,6.59 1.65,5.72 5.87,9.09 11.83,9.41 2.86,0.16 5.67,-0.08 8.32,-1.25 4.56,-2.01 7.09,-5.67 8.2,-10.37 0.42,-1.8 0.67,-3.68 0.68,-5.52 0.06,-12.78 0.04,-25.56 0.04,-38.35 v -1.15 h 13.68 c 0.17,22.58 0.34,45.15 0.51,67.77 h -13.15 z' id='path6' /%3E%3Cpath class='st0' d='m -232.29,313.63 c -4.37,2.46 -9.15,3.54 -14.11,3.76 -5.74,0.26 -11.38,-0.31 -16.72,-2.63 -7.85,-3.41 -12.2,-9.41 -13.17,-17.9 -0.02,-0.19 0,-0.38 0,-0.61 h 13.58 c 0.15,0.63 0.26,1.27 0.44,1.9 1.35,4.72 4.63,7.32 9.31,8.23 3.62,0.71 7.26,0.67 10.79,-0.49 1.25,-0.41 2.48,-1.01 3.55,-1.77 2.93,-2.09 4,-5.68 2.89,-9.11 -0.57,-1.77 -1.78,-2.98 -3.35,-3.87 -2.05,-1.17 -4.34,-1.65 -6.61,-2.21 -4.66,-1.15 -9.32,-2.27 -13.95,-3.53 -2.49,-0.68 -4.82,-1.84 -6.99,-3.27 -5.03,-3.31 -7.53,-8.03 -7.68,-13.99 -0.21,-8.15 4.07,-14.53 11.93,-17.92 5.16,-2.22 10.58,-2.85 16.14,-2.56 4.75,0.25 9.29,1.29 13.41,3.76 6.44,3.87 9.65,9.68 10.12,17.09 0.01,0.08 -0.03,0.16 -0.06,0.3 -0.24,0.02 -0.48,0.05 -0.72,0.05 -3.7,0 -7.39,-0.02 -11.09,0.02 -0.66,0.01 -0.82,-0.24 -0.94,-0.83 -1.03,-5.44 -5.02,-9.06 -10.55,-9.66 -3.31,-0.36 -6.54,-0.12 -9.64,1.19 -3.53,1.5 -5.52,4.39 -5.45,7.92 0.04,2.2 0.99,3.95 2.68,5.32 1.95,1.57 4.26,2.35 6.64,2.94 5.23,1.28 10.47,2.48 15.67,3.86 3.37,0.9 6.53,2.34 9.25,4.6 3.7,3.06 5.15,7.15 5.23,11.79 0.14,8.04 -3.75,13.75 -10.6,17.62 z' id='path8' /%3E%3Cpath class='st0' d='m -126.95,292.62 h 0.96 c -0.31,3.15 -1.09,6.05 -2.38,8.81 -3.23,6.86 -8.52,11.45 -15.67,13.79 -7.9,2.58 -15.83,2.4 -23.58,-0.62 -7.9,-3.08 -13.04,-8.94 -15.97,-16.79 -2.47,-6.6 -2.99,-13.46 -2.4,-20.43 0.46,-5.46 1.79,-10.67 4.49,-15.47 4.54,-8.08 11.48,-12.8 20.58,-14.32 6.31,-1.06 12.54,-0.68 18.5,1.78 8.97,3.71 14.2,10.52 16.16,19.95 0.14,0.65 0.2,1.31 0.31,2.05 -3.07,0.13 -6.01,0.25 -8.95,0.37 -1.17,0.05 -2.33,0.07 -3.5,0.15 -0.55,0.04 -0.76,-0.13 -0.89,-0.68 -0.73,-2.96 -2.01,-5.65 -4.14,-7.87 -3.62,-3.77 -8.17,-5.05 -13.23,-4.49 -7.14,0.79 -11.44,5.17 -13.93,11.58 -1.95,5.03 -2.24,10.28 -1.75,15.59 0.37,3.97 1.32,7.77 3.38,11.23 3.69,6.19 9.58,8.67 16.46,7.94 7.02,-0.74 11.14,-4.87 13.04,-11.44 0.26,-0.89 0.61,-1.15 1.51,-1.14 3.66,0.04 7.33,0.01 11,0.01 z' id='path10' /%3E%3Crect x='-210.45' y='248.60001' class='st0' width='13.55' height='67.779999' id='rect12' /%3E%3Cpath class='st0' d='m -195.33,230.9 c -0.02,4.53 -3.58,8.06 -8.12,8.06 -4.56,-0.01 -8.07,-3.52 -8.07,-8.08 0,-4.55 3.52,-8.09 8.06,-8.12 4.54,-0.03 8.15,3.59 8.13,8.14 z' id='path14' /%3E%3C/g%3E%3C/g%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='-562.26929' y1='211.4014' x2='-562.26929' y2='326.33331' gradientTransform='translate(623.12165,-174.84)'%3E%3Cstop offset='0' style='stop-color:%23FFFFFF' id='stop20' /%3E%3Cstop offset='0.1782' style='stop-color:%23F7FDFF' id='stop22' /%3E%3Cstop offset='0.4478' style='stop-color:%23E3F7FF' id='stop24' /%3E%3Cstop offset='0.7735' style='stop-color:%23C1EEFF' id='stop26' /%3E%3Cstop offset='1' style='stop-color:%23A5E7FF' id='stop28' /%3E%3C/linearGradient%3E%3Cpath class='st1' d='m 121.70165,111.86 c -1.24,3.11 -2.36,6.26 -3.72,9.31 -3.71,8.34 -8.54,15.99 -14.69,22.75 -2.89,3.18 -6.219999,5.8 -10.459999,6.95 -4.8,1.3 -9.37,0.29 -13.86,-1.56 -3.06,-1.26 -6.13,-2.61 -9.32,-3.36 -6.12,-1.43 -12.06,-0.39 -17.83,2.05 -2.88,1.22 -5.84,2.4 -8.88,3.1 -5.15,1.18 -9.78,-0.42 -13.94,-3.54 -4.46,-3.35 -7.82,-7.69 -11.03,-12.18 C 9.5116512,123.55 4.0016512,110.47 1.3816512,96.18 c -2.03999996,-11.19 -2.13999996,-22.33 1.89,-33.16 3.94,-10.61 10.5499998,-18.92 21.1499998,-23.62 8.34,-3.69 16.68,-3.57 25.05,-0.07 2.4,1.01 4.84,1.9 7.22,2.94 3.29,1.44 6.52,1.47 9.88,0.15 3.94,-1.56 7.89,-3.11 11.94,-4.31 14.58,-4.33 29.249999,0.46 38.079999,12.27 0.35,0.47 0.68,0.95 1.08,1.52 -10.59,7.75 -16.74,17.8 -15.98,31.19 0.77,13.43 7.88,22.66 20.01,28.77 z' id='path31' style='fill:url(%23SVGID_1_)' /%3E%3Cpath class='st2' d='m 80.121651,26.79 c -6.46,6.41 -14.64,9.12 -19.78,8.2 -2.76,-14.26 11.22,-34.86 29.9,-34.99 0.21,10.37 -2.73,19.46 -10.12,26.79 z' id='path33' /%3E%3Cpath class='st2' d='m 427.34165,64.77 h -15.33 c -1.04,0 -1.89,-0.85 -1.89,-1.89 V 47.55 c 0,-1.04 0.85,-1.89 1.89,-1.89 h 15.33 c 1.04,0 1.89,0.85 1.89,1.89 v 15.33 c 0,1.05 -0.84,1.89 -1.89,1.89 z' id='path35' /%3E%3C/svg%3E%0A");
}
.album_music a.youtube:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 559.81476 124.69594' xml:space='preserve' sodipodi:docname='youtube_icon.svg' width='559.81476' height='124.69594' inkscape:version='1.2.2 (b0a8486541, 2022-12-01)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs42' /%3E%3Csodipodi:namedview id='namedview40' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' showgrid='false' inkscape:zoom='1.0934343' inkscape:cx='445.84296' inkscape:cy='-9.1454965' inkscape:window-width='1920' inkscape:window-height='1043' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='Layer_1' /%3E%3Cstyle type='text/css' id='style2'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:url(%23SVGID_1_);%7D%0A%3C/style%3E%3Cg id='g20' transform='translate(651.48061,-405.56406)'%3E%3Cg id='g18'%3E%3Cpath class='st0' d='m -146.27,470.12 c -0.1,-4.61 -0.48,-9.21 -1.37,-13.75 -0.55,-2.82 -1.38,-5.54 -2.79,-8.07 -1.54,-2.76 -3.73,-4.76 -6.76,-5.74 -3.08,-1 -6.24,-1.17 -9.37,-0.37 -4.88,1.24 -8.54,4.16 -11.17,8.42 -0.17,0.28 -0.34,0.56 -0.52,0.84 -0.06,-0.01 -0.13,-0.03 -0.19,-0.04 v -40.78 c -1.02,-0.25 -16.06,-0.24 -16.94,0 v 110.84 h 14.45 c 0.73,-2.4 1.13,-4.9 2.02,-7.31 0.3,0.26 0.5,0.52 0.67,0.8 0.85,1.4 1.88,2.64 3.14,3.67 3.69,3.03 7.96,4.27 12.69,4 5.13,-0.28 8.9,-2.78 11.48,-7.16 1.09,-1.85 1.88,-3.83 2.47,-5.89 1.34,-4.66 1.93,-9.44 2.13,-14.27 0.34,-8.39 0.25,-16.79 0.06,-25.19 z m -17.76,23.73 c -0.05,2.99 -0.26,5.99 -0.9,8.92 -0.26,1.17 -0.58,2.34 -1.04,3.45 -1.18,2.85 -3.32,4.09 -6.39,3.77 -2.22,-0.24 -4.06,-1.21 -5.45,-2.99 -0.46,-0.59 -0.68,-1.22 -0.67,-1.99 0.03,-7.09 0.02,-14.18 0.02,-21.27 0,-7.02 0.01,-14.04 -0.01,-21.06 0,-0.99 0.19,-1.9 0.58,-2.8 0.68,-1.58 1.67,-2.92 3,-4.01 1.36,-1.12 2.9,-1.69 4.68,-1.56 1.62,0.11 2.95,0.8 3.74,2.22 0.55,0.98 0.96,2.06 1.28,3.14 0.65,2.22 0.87,4.53 0.96,6.84 0.16,4.16 0.27,8.32 0.3,12.48 0.03,4.95 -0.01,9.9 -0.1,14.86 z' id='path4' /%3E%3Cpath class='st0' d='m -296.52,443.33 v 78.03 c -0.86,0.24 -12.65,0.26 -13.73,0.02 -0.25,-1.55 -0.5,-3.14 -0.78,-4.73 -0.27,-1.54 -0.41,-3.1 -0.82,-4.64 -0.59,0.15 -0.66,0.61 -0.85,0.94 -1.51,2.63 -3.38,4.94 -5.87,6.71 -2.69,1.9 -5.7,2.89 -8.96,3.08 -1.9,0.11 -3.78,0.04 -5.65,-0.38 -4.04,-0.91 -6.92,-3.25 -8.67,-6.99 -1.3,-2.78 -1.88,-5.76 -2.11,-8.79 -0.16,-2.16 -0.23,-4.33 -0.23,-6.5 -0.02,-18.46 -0.01,-36.92 -0.01,-55.38 v -1.38 h 17.56 c 0.02,0.39 0.06,0.75 0.06,1.12 0,2.93 0,5.85 0,8.78 0,15.67 0,31.34 0,47.01 0,1.93 0.02,3.86 0.44,5.76 0.14,0.6 0.31,1.2 0.54,1.77 0.72,1.74 2.05,2.64 3.94,2.63 2.79,-0.02 4.92,-1.34 6.65,-3.43 0.68,-0.82 0.99,-1.72 0.99,-2.84 -0.03,-19.8 -0.02,-39.61 -0.02,-59.41 v -1.4 h 17.52 z' id='path6' /%3E%3Cpath class='st0' d='m -206.24,521.51 h -13.6 c -0.52,-3.15 -1.04,-6.29 -1.56,-9.43 -0.6,-0.04 -0.67,0.41 -0.83,0.71 -0.92,1.63 -1.98,3.14 -3.26,4.51 -3.19,3.42 -7.14,5.19 -11.78,5.46 -1.79,0.11 -3.57,0.03 -5.34,-0.34 -4.22,-0.89 -7.18,-3.31 -8.96,-7.22 -1.04,-2.28 -1.63,-4.69 -1.87,-7.16 -0.23,-2.33 -0.38,-4.67 -0.38,-7.01 -0.03,-18.8 -0.02,-37.6 -0.02,-56.4 v -1.18 c 0.97,-0.25 16.63,-0.26 17.62,-0.01 v 1.3 c 0,18.52 -0.01,37.05 0.02,55.57 0,1.88 0.23,3.77 0.45,5.65 0.08,0.7 0.36,1.4 0.65,2.06 0.66,1.49 1.85,2.26 3.47,2.37 1.87,0.13 3.53,-0.48 5.03,-1.55 0.58,-0.42 1.12,-0.92 1.61,-1.44 0.89,-0.95 1.34,-2.02 1.34,-3.43 -0.05,-19.73 -0.03,-39.46 -0.03,-59.19 v -1.31 c 0.79,-0.27 16.27,-0.33 17.45,-0.09 0.2,0.79 0.23,77.03 -0.01,78.13 z' id='path8' /%3E%3Cpath class='st0' d='m -353.36,477.41 c -0.01,-4.34 -0.14,-8.67 -0.72,-12.98 -0.51,-3.8 -1.33,-7.52 -2.89,-11.05 -2.44,-5.5 -6.45,-9.2 -12.34,-10.67 -5.76,-1.44 -11.54,-1.36 -17.25,0.27 -4.99,1.42 -8.72,4.48 -11.12,9.08 -0.82,1.58 -1.49,3.26 -2.04,4.95 -1.44,4.38 -2.06,8.93 -2.23,13.51 -0.32,8.91 -0.44,17.83 0.18,26.74 0.29,4.23 0.99,8.41 2.4,12.43 2.29,6.51 6.69,10.73 13.48,12.26 5.24,1.18 10.53,1.19 15.78,0.09 4.69,-0.99 8.58,-3.29 11.33,-7.33 1.45,-2.13 2.43,-4.47 3.17,-6.92 1.43,-4.79 1.96,-9.71 2.12,-14.68 0.12,-3.58 0.02,-7.16 0.02,-10.74 h 0.1 c 0.01,-1.65 0.01,-3.31 0.01,-4.96 z m -17.79,18.81 c -0.01,3 -0.19,5.99 -0.91,8.92 -0.27,1.09 -0.67,2.18 -1.2,3.17 -1.77,3.3 -7.06,3.45 -8.98,-0.04 -0.74,-1.35 -1.11,-2.81 -1.37,-4.31 -0.45,-2.62 -0.62,-5.26 -0.63,-7.92 -0.01,-3.23 -0.01,-6.46 -0.01,-9.7 0,-1.31 0,-2.63 0,-3.94 0,-1.21 0,-2.41 0,-3.62 0,-2.67 -0.01,-5.34 0,-8.01 0,-0.77 0.01,-1.54 0.01,-2.32 0.03,-3.17 0.22,-6.33 1.05,-9.42 0.21,-0.79 0.5,-1.58 0.88,-2.31 0.96,-1.87 2.5,-2.88 4.65,-2.85 2.14,0.03 3.73,1.01 4.61,2.92 0.54,1.17 0.92,2.45 1.19,3.72 0.55,2.57 0.7,5.18 0.71,7.8 0.01,9.32 0.02,18.62 0,27.91 z' id='path10' /%3E%3Cpath class='st0' d='m -397.73,414.53 c -0.09,0.39 -0.16,0.77 -0.27,1.15 -3.7,13.22 -7.41,26.44 -11.11,39.66 -2.84,10.14 -5.69,20.28 -8.51,30.42 -0.19,0.69 -0.29,1.42 -0.29,2.13 -0.02,10.74 -0.01,21.48 -0.01,32.23 v 1.35 h -17.3 c -0.02,-0.41 -0.07,-0.8 -0.07,-1.2 0,-5.37 0,-10.74 0,-16.11 0,-5.41 0.01,-10.81 -0.01,-16.22 0,-0.75 -0.1,-1.51 -0.3,-2.23 -4.19,-15.23 -8.41,-30.45 -12.62,-45.67 -2.26,-8.16 -4.52,-16.32 -6.78,-24.47 -0.09,-0.33 -0.16,-0.66 -0.25,-1.07 0.34,-0.04 0.61,-0.09 0.87,-0.09 5.2,-0.01 10.4,-0.01 15.6,0 0.95,0 0.96,0.01 1.16,0.93 2.03,9.52 4.07,19.04 6.09,28.57 1.08,5.08 2.15,10.17 3.17,15.26 0.51,2.56 0.9,5.15 1.35,7.73 0.06,0.32 0.14,0.63 0.2,0.93 0.67,-0.04 0.55,-0.48 0.6,-0.78 0.48,-2.64 0.88,-5.3 1.43,-7.92 1.93,-9.16 3.89,-18.31 5.86,-27.46 1.16,-5.38 2.37,-10.75 3.56,-16.13 0.07,-0.33 0.17,-0.66 0.24,-0.95 0.84,-0.22 16.1,-0.27 17.39,-0.06 z' id='path12' /%3E%3Cpath class='st0' d='m -91.67,474.69 c -0.01,-4.06 -0.12,-8.12 -0.61,-12.16 -0.42,-3.46 -1.06,-6.87 -2.42,-10.11 -2,-4.76 -5.37,-8 -10.37,-9.47 -3.24,-0.95 -6.55,-1.2 -9.91,-1.18 -3.09,0.03 -6.11,0.43 -9.04,1.42 -4.14,1.4 -7.39,3.91 -9.58,7.73 -1.46,2.53 -2.43,5.24 -3.11,8.06 -1.17,4.92 -1.6,9.92 -1.65,14.95 -0.05,5.27 -0.03,10.53 -0.02,15.8 0.01,3.96 0.24,7.91 0.85,11.83 0.57,3.65 1.46,7.21 3.04,10.58 2.35,4.99 6.2,8.15 11.49,9.59 3.32,0.91 6.71,1.12 10.13,0.94 3.25,-0.17 6.43,-0.72 9.45,-1.99 5.3,-2.24 8.72,-6.12 10.26,-11.65 0.93,-3.32 1.1,-6.71 0.88,-10.13 -0.01,-0.16 -0.08,-0.32 -0.14,-0.56 -5.01,-0.31 -10,-0.65 -15.08,-0.86 -0.04,0.93 -0.06,1.72 -0.11,2.5 -0.15,2.31 -0.39,4.6 -1.15,6.8 -0.8,2.31 -2.39,3.68 -4.83,3.91 -4.01,0.38 -5.64,-1.34 -6.53,-4.17 -0.09,-0.29 -0.2,-0.59 -0.24,-0.9 -0.21,-1.57 -0.52,-3.13 -0.58,-4.71 -0.14,-3.89 -0.17,-7.78 -0.24,-11.67 -0.01,-0.3 0.04,-0.6 0.07,-0.99 h 29.43 v -1.18 c 0.01,-4.11 0.02,-8.24 0.01,-12.38 z m -16.59,2.53 c 0,0.13 -0.04,0.27 -0.08,0.51 h -12.78 c -0.02,-0.41 -0.05,-0.74 -0.05,-1.08 0.07,-4.37 0.09,-8.73 0.23,-13.1 0.06,-1.67 0.37,-3.34 0.62,-5.01 0.09,-0.57 0.3,-1.13 0.53,-1.66 0.23,-0.53 0.53,-1.04 0.87,-1.52 1.6,-2.29 7.31,-2.54 8.89,0.81 0.74,1.58 1.1,3.25 1.29,4.97 0.59,5.35 0.49,10.72 0.48,16.08 z' id='path14' /%3E%3Cpath class='st0' d='m -248.74,428.56 h -17.31 c -0.04,2.94 -0.01,5.75 -0.02,8.56 0,2.79 0,5.58 0,8.37 v 75.86 c -0.89,0.23 -15.54,0.29 -17.1,0.1 -0.04,-0.2 -0.12,-0.42 -0.13,-0.65 -0.02,-0.38 -0.01,-0.76 -0.01,-1.14 0,-29.79 0,-59.57 0,-89.36 v -1.71 h -17.25 c -0.29,-0.79 -0.4,-12.01 -0.17,-13.97 0.02,-0.03 0.04,-0.05 0.07,-0.08 0.02,-0.02 0.05,-0.06 0.08,-0.06 0.2,-0.03 0.41,-0.07 0.61,-0.07 16.98,0 33.95,0.01 50.93,0.02 0.1,0 0.19,0.06 0.27,0.09 0.22,0.83 0.25,12.9 0.03,14.04 z' id='path16' /%3E%3C/g%3E%3C/g%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='-562.23712' y1='405.56949' x2='-562.23712' y2='530.25409' gradientTransform='translate(651.48061,-405.56406)'%3E%3Cstop offset='0' style='stop-color:%23FCA6F9' id='stop22' /%3E%3Cstop offset='0.1244' style='stop-color:%23F4A3F6' id='stop24' /%3E%3Cstop offset='0.3127' style='stop-color:%23E09BEF' id='stop26' /%3E%3Cstop offset='0.5414' style='stop-color:%23BD8EE2' id='stop28' /%3E%3Cstop offset='0.7995' style='stop-color:%238F7CD1' id='stop30' /%3E%3Cstop offset='1' style='stop-color:%23656CC2' id='stop32' /%3E%3C/linearGradient%3E%3Cpath class='st1' d='m 178.13061,48.505935 c -0.33,-7.19 -0.79,-14.37 -1.88,-21.5 -0.48,-3.13 -0.92,-6.29 -2.06,-9.26 -3.02,-7.9299997 -8.77,-12.7799997 -17.09,-14.4399997 -3.23,-0.64 -6.53,-1.08 -9.82,-1.33 -7.07,-0.53 -14.15,-0.98000004 -21.24,-1.28000004 -7.29,-0.31 -14.59,-0.43 -21.89,-0.56 -15.360004,-0.28 -30.720004,-0.11 -46.070004,0.35 -4.3,0.13 -8.6,0.31 -12.9,0.55000004 -4.33,0.24 -8.66,0.56 -12.99,0.86 -3.64,0.25 -7.27,0.68 -10.85,1.38 -4.99,0.98 -9.24,3.28 -12.6799997,7.0599997 -2.88,3.17 -4.57,6.92 -5.47,11.07 -1.25,5.77 -1.86,11.62 -2.30999996,17.49 -0.56,7.28 -0.87,14.58 -0.87999999999,21.88 -0.02,12.27 0.44999999999,24.51 2.11999995999,36.68 0.41,3.000005 0.88,6.000005 1.85,8.890005 2.46,7.37 7.4099997,12.27 14.8099997,14.65 3,0.96 6.12,1.33 9.24,1.61 5.38,0.48 10.77,0.91 16.17,1.24 8.56,0.52 17.13,0.8 25.71,0.78 6.58,-0.01 13.16,0 19.73,0 v 0.07 c 9.68,-0.07 19.350004,-0.06 29.030004,-0.22 9.3,-0.15 18.59,-0.61 27.85,-1.44 4.05,-0.36 8.12,-0.66 12.05,-1.71 7.99,-2.14 13.36,-7.17 15.92,-15.05 1.37,-4.21 1.9,-8.600005 2.4,-12.980005 0.94,-8.36 1.33,-16.75 1.53,-25.15 0.15,-6.56 0.02,-13.1 -0.28,-19.64 z m -106.340004,40.39 c -0.14,-0.05 -0.18,-0.05 -0.21,-0.07 -0.02,-0.02 -0.04,-0.06 -0.04,-0.09 -0.02,-0.17 -0.05,-0.34 -0.05,-0.51 0,-17.29 0.01,-34.57 0.01,-51.86 0,-0.1 0.05,-0.19 0.12,-0.42 15.27,8.82 30.500004,17.6 45.940004,26.52 -15.39,8.89 -30.620004,17.68 -45.770004,26.43 z' id='path35' style='fill:url(%23SVGID_1_)' /%3E%3Cpath class='st0' d='m 545.37061,27.995935 h -15.33 c -1.04,0 -1.89,-0.85 -1.89,-1.89 v -15.33 c 0,-1.0399997 0.85,-1.8899997 1.89,-1.8899997 h 15.33 c 1.04,0 1.89,0.85 1.89,1.8899997 v 15.33 c 0,1.04 -0.85,1.89 -1.89,1.89 z' id='path37' /%3E%3C/svg%3E%0A");
}
.album_music a.youtube_music:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 859.20746 167.27025' xml:space='preserve' sodipodi:docname='youtube_music.svg' width='859.20746' height='167.27025' inkscape:version='1.2.2 (b0a8486541, 2022-12-01)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs89' /%3E%3Csodipodi:namedview id='namedview87' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' showgrid='false' inkscape:zoom='1.0934343' inkscape:cx='440.35566' inkscape:cy='-53.04388' inkscape:window-width='1920' inkscape:window-height='1043' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='Layer_1' /%3E%3Cstyle type='text/css' id='style2'%3E .st0%7Bfill:url(%23SVGID_1_);%7D .st1%7Bfill:url(%23SVGID_00000169545042648331048840000006591981024676817571_);%7D .st2%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='g52' transform='translate(645.53745,-595.72976)'%3E%3Cg id='g50'%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='-561.93402' y1='595.7326' x2='-561.93402' y2='763'%3E%3Cstop offset='0' style='stop-color:%23D13043' id='stop4' /%3E%3Cstop offset='0.0545' style='stop-color:%23D02538' id='stop6' /%3E%3Cstop offset='0.1332' style='stop-color:%23CF1E31' id='stop8' /%3E%3Cstop offset='0.352' style='stop-color:%23CF1C2F' id='stop10' /%3E%3Cstop offset='0.4403' style='stop-color:%23CA1C2F' id='stop12' /%3E%3Cstop offset='0.5498' style='stop-color:%23BA1B2F' id='stop14' /%3E%3Cstop offset='0.6704' style='stop-color:%23A11A30' id='stop16' /%3E%3Cstop offset='0.7992' style='stop-color:%237E1931' id='stop18' /%3E%3Cstop offset='0.9329' style='stop-color:%23511831' id='stop20' /%3E%3Cstop offset='1' style='stop-color:%23381732' id='stop22' /%3E%3C/linearGradient%3E%3Cpath class='st0' d='m -561.53,595.73 c -47.32,-0.11 -82.71,37.17 -83.97,80.79 -1.42,49.16 37.74,86.15 83.52,86.48 46.41,-0.35 83.75,-37.42 83.65,-83.74 -0.1,-46.61 -37.37,-83.42 -83.2,-83.53 z m 49.62,84.36 c -0.36,26.82 -22.67,49.47 -50.2,49.13 -28.15,0 -50.1,-22.53 -49.89,-50.24 0.22,-27.8 22.5,-49.99 50.9,-49.68 27.28,0.28 49.56,22.77 49.19,50.79 z' id='path25' style='fill:url(%23SVGID_1_)' /%3E%3ClinearGradient id='SVGID_00000151519603266200548960000018352757327079990916_' gradientUnits='userSpaceOnUse' x1='-561.87543' y1='636.26758' x2='-561.87543' y2='722.31183'%3E%3Cstop offset='0' style='stop-color:%23D13043' id='stop27' /%3E%3Cstop offset='0.0545' style='stop-color:%23D02538' id='stop29' /%3E%3Cstop offset='0.1332' style='stop-color:%23CF1E31' id='stop31' /%3E%3Cstop offset='0.352' style='stop-color:%23CF1C2F' id='stop33' /%3E%3Cstop offset='0.4403' style='stop-color:%23CA1C2F' id='stop35' /%3E%3Cstop offset='0.5498' style='stop-color:%23BA1B2F' id='stop37' /%3E%3Cstop offset='0.6704' style='stop-color:%23A11A30' id='stop39' /%3E%3Cstop offset='0.7992' style='stop-color:%237E1931' id='stop41' /%3E%3Cstop offset='0.9329' style='stop-color:%23511831' id='stop43' /%3E%3Cstop offset='1' style='stop-color:%23381732' id='stop45' /%3E%3C/linearGradient%3E%3Cpath style='fill:url(%23SVGID_00000151519603266200548960000018352757327079990916_)' d='m -560.94,636.28 c -25.08,-0.6 -44.45,19.99 -43.93,42.98 -0.31,23.96 19.33,42.33 41.18,43.03 25.88,0.83 44.65,-19.31 44.81,-42.58 0.17,-24.38 -19.15,-42.88 -42.06,-43.43 z m -17.16,67.52 v -49.04 c 14.23,8.21 28.22,16.28 42.53,24.54 -14.27,8.22 -28.29,16.3 -42.53,24.5 z' id='path48' /%3E%3C/g%3E%3C/g%3E%3Cpath class='st2' d='M 660.21745,31.910243 V 138.62024 h -14.83 V 52.680243 c -0.38,-0.03 -0.77,-0.06 -1.15,-0.09 -5.5,28.58 -11.02,57.159997 -16.63,86.289997 -4.38,0 -8.66,0.16 -12.91,-0.12 -0.89,-0.06 -2.2,-1.59 -2.42,-2.62 -3.21,-15.69 -6.27,-31.41 -9.37,-47.129997 -2.37,-12.04 -4.75,-24.08 -7.12,-36.13 -0.36,0.03 -0.72,0.06 -1.07,0.09 v 85.659997 h -14.86 V 32.260243 h 24.86 c 5.1,27.48 10.26,55.3 15.65,84.359997 0.86,-5.18 1.5,-9.28 2.23,-13.38 4.04,-22.549997 8.14,-45.089997 12.11,-67.649997 0.49,-2.81 1.63,-3.81 4.5,-3.74 6.9,0.18 13.79,0.06 21.01,0.06 z' id='path54' /%3E%3Cpath class='st2' d='m 719.89745,61.000243 v 77.859997 c -3.88,0 -7.7,0.11 -11.51,-0.1 -0.7,-0.04 -1.69,-1.3 -1.92,-2.17 -0.57,-2.18 -0.79,-4.46 -1.29,-7.65 -1.21,1.62 -1.92,2.55 -2.61,3.5 -4.76,6.47 -11.26,8.72 -18.95,7.28 -5.78,-1.09 -8.6,-5.39 -9.87,-10.75 -0.6,-2.49 -0.88,-5.12 -0.89,-7.69 -0.08,-19.26 -0.04,-38.519997 -0.03,-57.789997 0,-0.71 0.1,-1.42 0.21,-2.61 h 16.6 c 0.08,1.55 0.22,2.92 0.22,4.29 0.01,17.54 0.01,35.079997 0.01,52.609997 0,1.16 -0.06,2.31 0.09,3.45 0.42,3.31 0.65,6.82 5.36,6.82 4.55,0 7.71,-2.82 7.72,-7.32 0.06,-17.68 0.03,-35.359997 0.03,-53.039997 v -6.71 h 16.83 z' id='path56' /%3E%3Cpath class='st2' d='m 773.01745,129.26024 c -1.9,5.69 -6.5,9.46 -12.29,10.3 -5.71,0.83 -11.79,1.03 -17.44,0.02 -10.03,-1.79 -14.46,-10.59 -12.67,-23.96 h 13.42 c 0.55,2.63 0.84,5.34 1.7,7.86 1.65,4.82 6.37,6.7 10.69,4.52 3.7,-1.86 5.08,-6.9 2.41,-10.77 -1.85,-2.67 -4.37,-4.93 -6.84,-7.07 -4.44,-3.86 -9.26,-7.29 -13.59,-11.249997 -7.63,-6.96 -10.53,-19.09 -6.39,-28.46 1.41,-3.18 4.22,-6.39 7.24,-8.04 7.66,-4.19 16.05,-4.02 24.16,-1.16 6.74,2.38 9.26,8.21 10.08,14.79 0.36,2.96 0.06,6.01 0.06,9.71 -4.59,0.22 -9.06,0.42 -13.76,0.65 -0.28,-3.13 -0.35,-5.85 -0.78,-8.52 -0.86,-5.43 -3.99,-7.39 -9.61,-6.23 -3.24,0.66 -5.57,4.5 -4.06,8.65 1.19,3.3 3.5,6.53 6.1,8.94 5.25,4.85 11.36,8.77 16.51,13.709997 7.69,7.39 8.25,16.72 5.06,26.31 z' id='path58' /%3E%3Cpath class='st2' d='m 859.20745,110.98024 c -1.09,6.57 -1.54,12.73 -3.24,18.5 -1.42,4.82 -5.26,8.57 -10.43,9.34 -5.45,0.82 -11.2,1.37 -16.59,0.56 -8.36,-1.25 -12.85,-7.41 -14.13,-15.38 -2.56,-15.96 -3.24,-32.069997 0.22,-47.939997 2.7,-12.39 10.17,-17.36 22.77,-16.81 13.95,0.61 19.97,6.91 20.3,21.24 0.19,8.29 0.2,8.31 -7.86,9.01 -2.11,0.19 -4.24,0.22 -6.31,0.31 -0.76,-5.31 -1.04,-10.09 -2.29,-14.58 -0.5,-1.8 -2.95,-3.79 -4.88,-4.31 -2.87,-0.76 -4.93,1.38 -5.43,4.24 -0.63,3.66 -1.22,7.38 -1.23,11.08 -0.06,10.91 0.16,21.839997 0.28,32.759997 0.01,0.72 0.01,1.45 0.15,2.15 0.67,3.42 1.18,7.07 5.71,7.45 3.58,0.3 5.95,-1.98 6.76,-6.89 0.57,-3.49 0.57,-7.09 0.84,-10.72 h 15.36 z' id='path60' /%3E%3Crect x='785.58746' y='60.990215' class='st2' width='15.47' height='77.660004' id='rect62' /%3E%3Cg id='g80' transform='translate(645.53745,-595.72976)'%3E%3Cg id='g78'%3E%3Cpath class='st2' d='m -146.27,683.45 c -0.1,-4.61 -0.48,-9.21 -1.37,-13.75 -0.55,-2.82 -1.38,-5.54 -2.79,-8.07 -1.54,-2.76 -3.73,-4.76 -6.76,-5.74 -3.08,-1 -6.24,-1.17 -9.37,-0.37 -4.88,1.24 -8.54,4.16 -11.17,8.42 -0.17,0.28 -0.34,0.56 -0.52,0.84 -0.06,-0.01 -0.13,-0.03 -0.19,-0.04 v -40.78 c -1.02,-0.25 -16.06,-0.24 -16.94,0 V 734.8 h 14.45 c 0.73,-2.4 1.13,-4.9 2.02,-7.31 0.3,0.26 0.5,0.52 0.67,0.8 0.85,1.4 1.88,2.64 3.14,3.67 3.69,3.03 7.96,4.27 12.69,4 5.13,-0.28 8.9,-2.78 11.48,-7.16 1.09,-1.85 1.88,-3.83 2.47,-5.89 1.34,-4.66 1.93,-9.44 2.13,-14.27 0.34,-8.39 0.25,-16.79 0.06,-25.19 z m -17.76,23.73 c -0.05,2.99 -0.26,5.99 -0.9,8.92 -0.26,1.17 -0.58,2.34 -1.04,3.45 -1.18,2.85 -3.32,4.09 -6.39,3.77 -2.22,-0.24 -4.06,-1.21 -5.45,-2.99 -0.46,-0.59 -0.68,-1.22 -0.67,-1.99 0.03,-7.09 0.02,-14.18 0.02,-21.27 0,-7.02 0.01,-14.04 -0.01,-21.06 0,-0.99 0.19,-1.9 0.58,-2.8 0.68,-1.58 1.67,-2.92 3,-4.01 1.36,-1.12 2.9,-1.69 4.68,-1.56 1.62,0.11 2.95,0.8 3.74,2.22 0.55,0.98 0.96,2.06 1.28,3.14 0.65,2.22 0.87,4.53 0.96,6.84 0.16,4.16 0.27,8.32 0.3,12.48 0.03,4.95 -0.01,9.91 -0.1,14.86 z' id='path64' /%3E%3Cpath class='st2' d='m -296.52,656.66 v 78.03 c -0.86,0.24 -12.65,0.26 -13.73,0.02 -0.25,-1.55 -0.5,-3.14 -0.78,-4.73 -0.27,-1.54 -0.41,-3.1 -0.82,-4.64 -0.59,0.15 -0.66,0.61 -0.85,0.94 -1.51,2.63 -3.38,4.94 -5.87,6.71 -2.69,1.9 -5.7,2.89 -8.96,3.08 -1.9,0.11 -3.78,0.04 -5.65,-0.38 -4.04,-0.91 -6.92,-3.25 -8.67,-6.99 -1.3,-2.78 -1.88,-5.76 -2.11,-8.79 -0.16,-2.16 -0.23,-4.33 -0.23,-6.5 -0.02,-18.46 -0.01,-36.92 -0.01,-55.38 v -1.38 h 17.56 c 0.02,0.39 0.06,0.75 0.06,1.12 0,2.93 0,5.85 0,8.78 0,15.67 0,31.34 0,47.01 0,1.93 0.02,3.86 0.44,5.76 0.14,0.6 0.31,1.2 0.54,1.77 0.72,1.74 2.05,2.64 3.94,2.63 2.79,-0.02 4.92,-1.34 6.65,-3.43 0.68,-0.82 0.99,-1.72 0.99,-2.84 -0.03,-19.8 -0.02,-39.61 -0.02,-59.41 v -1.4 h 17.52 z' id='path66' /%3E%3Cpath class='st2' d='m -206.24,734.84 h -13.6 c -0.52,-3.15 -1.04,-6.29 -1.56,-9.43 -0.6,-0.04 -0.67,0.41 -0.83,0.71 -0.92,1.63 -1.98,3.14 -3.26,4.51 -3.19,3.42 -7.14,5.19 -11.78,5.46 -1.79,0.11 -3.57,0.03 -5.34,-0.34 -4.22,-0.89 -7.18,-3.31 -8.96,-7.22 -1.04,-2.28 -1.63,-4.69 -1.87,-7.16 -0.23,-2.33 -0.38,-4.67 -0.38,-7.01 -0.03,-18.8 -0.02,-37.6 -0.02,-56.4 v -1.18 c 0.97,-0.25 16.63,-0.26 17.62,-0.01 v 1.3 c 0,18.52 -0.01,37.05 0.02,55.57 0,1.88 0.23,3.77 0.45,5.65 0.08,0.7 0.36,1.4 0.65,2.06 0.66,1.49 1.85,2.26 3.47,2.37 1.87,0.13 3.53,-0.48 5.03,-1.55 0.58,-0.42 1.12,-0.92 1.61,-1.44 0.89,-0.95 1.34,-2.02 1.34,-3.43 -0.05,-19.73 -0.03,-39.46 -0.03,-59.19 v -1.31 c 0.79,-0.27 16.27,-0.33 17.45,-0.09 0.2,0.8 0.23,77.03 -0.01,78.13 z' id='path68' /%3E%3Cpath class='st2' d='m -353.36,690.75 c -0.01,-4.34 -0.14,-8.67 -0.72,-12.98 -0.51,-3.8 -1.33,-7.52 -2.89,-11.05 -2.44,-5.5 -6.45,-9.2 -12.34,-10.67 -5.76,-1.44 -11.54,-1.36 -17.25,0.27 -4.99,1.42 -8.72,4.48 -11.12,9.08 -0.82,1.58 -1.49,3.26 -2.04,4.95 -1.44,4.38 -2.06,8.93 -2.23,13.51 -0.32,8.91 -0.44,17.83 0.18,26.74 0.29,4.23 0.99,8.41 2.4,12.43 2.29,6.51 6.69,10.73 13.48,12.26 5.24,1.18 10.53,1.19 15.78,0.09 4.69,-0.99 8.58,-3.29 11.33,-7.33 1.45,-2.13 2.43,-4.47 3.17,-6.92 1.43,-4.79 1.96,-9.71 2.12,-14.68 0.12,-3.58 0.02,-7.16 0.02,-10.74 h 0.1 c 0.01,-1.66 0.01,-3.31 0.01,-4.96 z m -17.79,18.81 c -0.01,3 -0.19,5.99 -0.91,8.92 -0.27,1.09 -0.67,2.18 -1.2,3.17 -1.77,3.3 -7.06,3.45 -8.98,-0.04 -0.74,-1.35 -1.11,-2.81 -1.37,-4.31 -0.45,-2.62 -0.62,-5.26 -0.63,-7.92 -0.01,-3.23 -0.01,-6.46 -0.01,-9.7 0,-1.31 0,-2.63 0,-3.94 0,-1.21 0,-2.41 0,-3.62 0,-2.67 -0.01,-5.34 0,-8.01 0,-0.77 0.01,-1.54 0.01,-2.32 0.03,-3.17 0.22,-6.33 1.05,-9.42 0.21,-0.79 0.5,-1.58 0.88,-2.31 0.96,-1.87 2.5,-2.88 4.65,-2.85 2.14,0.03 3.73,1.01 4.61,2.92 0.54,1.17 0.92,2.45 1.19,3.72 0.55,2.57 0.7,5.18 0.71,7.8 0.01,9.32 0.02,18.61 0,27.91 z' id='path70' /%3E%3Cpath class='st2' d='m -397.73,627.87 c -0.09,0.39 -0.16,0.77 -0.27,1.15 -3.7,13.22 -7.41,26.44 -11.11,39.66 -2.84,10.14 -5.69,20.28 -8.51,30.42 -0.19,0.69 -0.29,1.42 -0.29,2.13 -0.02,10.74 -0.01,21.48 -0.01,32.23 v 1.35 h -17.3 c -0.02,-0.41 -0.07,-0.8 -0.07,-1.2 0,-5.37 0,-10.74 0,-16.11 0,-5.41 0.01,-10.81 -0.01,-16.22 0,-0.75 -0.1,-1.51 -0.3,-2.23 -4.19,-15.23 -8.41,-30.45 -12.62,-45.67 -2.26,-8.16 -4.52,-16.32 -6.78,-24.47 -0.09,-0.33 -0.16,-0.66 -0.25,-1.07 0.34,-0.04 0.61,-0.09 0.87,-0.09 5.2,-0.01 10.4,-0.01 15.6,0 0.95,0 0.96,0.01 1.16,0.93 2.03,9.52 4.07,19.04 6.09,28.57 1.08,5.08 2.15,10.17 3.17,15.26 0.51,2.56 0.9,5.15 1.35,7.73 0.06,0.32 0.14,0.63 0.2,0.93 0.67,-0.04 0.55,-0.48 0.6,-0.78 0.48,-2.64 0.88,-5.3 1.43,-7.92 1.93,-9.16 3.89,-18.31 5.86,-27.46 1.16,-5.38 2.37,-10.75 3.56,-16.13 0.07,-0.33 0.17,-0.66 0.24,-0.95 0.84,-0.23 16.1,-0.27 17.39,-0.06 z' id='path72' /%3E%3Cpath class='st2' d='m -91.67,688.03 c -0.01,-4.06 -0.12,-8.12 -0.61,-12.16 -0.42,-3.46 -1.06,-6.87 -2.42,-10.11 -2,-4.76 -5.37,-8 -10.37,-9.47 -3.24,-0.95 -6.55,-1.2 -9.91,-1.18 -3.09,0.03 -6.11,0.43 -9.04,1.42 -4.14,1.4 -7.39,3.91 -9.58,7.73 -1.46,2.53 -2.43,5.24 -3.11,8.06 -1.17,4.92 -1.6,9.92 -1.65,14.95 -0.05,5.27 -0.03,10.53 -0.02,15.8 0.01,3.96 0.24,7.91 0.85,11.83 0.57,3.65 1.46,7.21 3.04,10.58 2.35,4.99 6.2,8.15 11.49,9.59 3.32,0.91 6.71,1.12 10.13,0.94 3.25,-0.17 6.43,-0.72 9.45,-1.99 5.3,-2.24 8.72,-6.12 10.26,-11.65 0.93,-3.32 1.1,-6.71 0.88,-10.13 -0.01,-0.16 -0.08,-0.32 -0.14,-0.56 -5.01,-0.31 -10,-0.65 -15.08,-0.86 -0.04,0.93 -0.06,1.72 -0.11,2.5 -0.15,2.31 -0.39,4.6 -1.15,6.8 -0.8,2.31 -2.39,3.68 -4.83,3.91 -4.01,0.38 -5.64,-1.34 -6.53,-4.17 -0.09,-0.29 -0.2,-0.59 -0.24,-0.9 -0.21,-1.57 -0.52,-3.13 -0.58,-4.71 -0.14,-3.89 -0.17,-7.78 -0.24,-11.67 -0.01,-0.3 0.04,-0.6 0.07,-0.99 h 29.43 v -1.18 c 0.01,-4.12 0.02,-8.25 0.01,-12.38 z m -16.59,2.53 c 0,0.13 -0.04,0.27 -0.08,0.51 h -12.78 c -0.02,-0.41 -0.05,-0.74 -0.05,-1.08 0.07,-4.37 0.09,-8.73 0.23,-13.1 0.06,-1.67 0.37,-3.34 0.62,-5.01 0.09,-0.57 0.3,-1.13 0.53,-1.66 0.23,-0.53 0.53,-1.04 0.87,-1.52 1.6,-2.29 7.31,-2.54 8.89,0.81 0.74,1.58 1.1,3.25 1.29,4.97 0.59,5.34 0.49,10.71 0.48,16.08 z' id='path74' /%3E%3Cpath class='st2' d='m -248.74,641.9 h -17.31 c -0.04,2.94 -0.01,5.75 -0.02,8.56 0,2.79 0,5.58 0,8.37 v 75.86 c -0.89,0.23 -15.54,0.29 -17.1,0.1 -0.04,-0.2 -0.12,-0.42 -0.13,-0.65 -0.02,-0.38 -0.01,-0.76 -0.01,-1.14 0,-29.79 0,-59.57 0,-89.36 v -1.71 h -17.25 c -0.29,-0.79 -0.4,-12.01 -0.17,-13.97 0.02,-0.03 0.04,-0.05 0.07,-0.08 0.02,-0.02 0.05,-0.06 0.08,-0.06 0.2,-0.03 0.41,-0.07 0.61,-0.07 16.98,0 33.95,0.01 50.93,0.02 0.1,0 0.19,0.06 0.27,0.09 0.22,0.82 0.25,12.89 0.03,14.04 z' id='path76' /%3E%3C/g%3E%3C/g%3E%3Cpath class='st2' d='m 539.11745,51.160243 h -15.33 c -1.04,0 -1.89,-0.85 -1.89,-1.89 v -15.33 c 0,-1.04 0.85,-1.89 1.89,-1.89 h 15.33 c 1.04,0 1.89,0.85 1.89,1.89 v 15.33 c 0,1.04 -0.84,1.89 -1.89,1.89 z' id='path82' /%3E%3Cpath class='st2' d='m 801.11745,51.160243 h -15.33 c -1.04,0 -1.89,-0.85 -1.89,-1.89 v -15.33 c 0,-1.04 0.85,-1.89 1.89,-1.89 h 15.33 c 1.04,0 1.89,0.85 1.89,1.89 v 15.33 c 0,1.04 -0.84,1.89 -1.89,1.89 z' id='path84' /%3E%3C/svg%3E%0A");
}
.album_music a.soundcloud:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 794.45343 103.75811' xml:space='preserve' sodipodi:docname='soundcloud_icon.svg' width='794.45343' height='103.75811' inkscape:version='1.2.2 (b0a8486541, 2022-12-01)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs245' /%3E%3Csodipodi:namedview id='namedview243' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' showgrid='false' inkscape:zoom='1.0934343' inkscape:cx='403.77367' inkscape:cy='-163.70439' inkscape:window-width='1920' inkscape:window-height='1043' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='Layer_1' /%3E%3Cstyle type='text/css' id='style2'%3E .st0%7Bfill:url(%23SVGID_1_);%7D .st1%7Bfill:url(%23SVGID_00000165197390518864036770000002653360773239290527_);%7D .st2%7Bfill:url(%23SVGID_00000183225763471131845390000003250162954899515816_);%7D .st3%7Bfill:url(%23SVGID_00000137835029413251625250000013522353327301590964_);%7D .st4%7Bfill:url(%23SVGID_00000037665958119856022260000011399339870795896730_);%7D .st5%7Bfill:url(%23SVGID_00000146463870487163380040000013276625449685719478_);%7D .st6%7Bfill:url(%23SVGID_00000181075160949207656970000017867587249034509483_);%7D .st7%7Bfill:url(%23SVGID_00000107573889187040175740000017131523203579928717_);%7D .st8%7Bfill:url(%23SVGID_00000068664710367529177710000001059193467567099299_);%7D .st9%7Bfill:url(%23SVGID_00000044168021712197087390000007762052931672547004_);%7D .st10%7Bfill:url(%23SVGID_00000156563951793721184740000009666388785296673457_);%7D .st11%7Bfill:url(%23SVGID_00000116227977287294139210000014112380706048055208_);%7D .st12%7Bfill:url(%23SVGID_00000040538562506868649240000011034445842054897306_);%7D .st13%7Bfill:url(%23SVGID_00000126289343796479750190000008923715887141009047_);%7D .st14%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='g216' transform='translate(682.5,-815.64189)'%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='-499.50919' y1='815.64471' x2='-499.50919' y2='919.41101'%3E%3Cstop offset='0' style='stop-color:%23FA9217' id='stop4' /%3E%3Cstop offset='0.3252' style='stop-color:%23F89017' id='stop6' /%3E%3Cstop offset='0.5068' style='stop-color:%23F08916' id='stop8' /%3E%3Cstop offset='0.6531' style='stop-color:%23E27D14' id='stop10' /%3E%3Cstop offset='0.7804' style='stop-color:%23CE6C12' id='stop12' /%3E%3Cstop offset='0.8944' style='stop-color:%23B5570F' id='stop14' /%3E%3Cstop offset='1' style='stop-color:%23963C0C' id='stop16' /%3E%3C/linearGradient%3E%3Cpath class='st0' d='m -443.22,883.81 c -2.83,-13.13 -14.21,-22.68 -27.62,-23.16 -4.02,-0.15 -7.92,0.52 -11.68,1.96 -0.22,0.08 -0.44,0.17 -0.72,0.27 -0.04,-0.31 -0.08,-0.56 -0.12,-0.81 -0.28,-1.78 -0.45,-3.59 -0.84,-5.34 -2.92,-13.2 -9.88,-23.78 -20.89,-31.64 -7.96,-5.68 -16.9,-8.73 -26.66,-9.35 -3.53,-0.22 -7.05,-0.07 -10.55,0.45 -3.88,0.58 -7.66,1.54 -11.32,2.98 -0.58,0.23 -1.14,0.52 -1.66,0.85 -0.71,0.45 -1.08,1.16 -1.14,2 -0.03,0.41 -0.04,0.82 -0.04,1.22 0,30.66 0,61.33 0,91.99 0,0.26 0,0.52 0.01,0.77 0.07,2.03 1.91,3.41 3.49,3.35 1.44,-0.05 2.88,-0.01 4.32,-0.01 25.5,0.02 51.01,0.04 76.51,0.06 2.33,0 4.64,-0.23 6.91,-0.77 15.62,-3.69 25.37,-19.14 22,-34.82 z' id='path19' style='fill:url(%23SVGID_1_)' /%3E%3ClinearGradient id='SVGID_00000180326320402329034330000008726171815736269470_' gradientUnits='userSpaceOnUse' x1='-564.41699' y1='822.53699' x2='-564.41699' y2='919.19043'%3E%3Cstop offset='0' style='stop-color:%23FA9217' id='stop21' /%3E%3Cstop offset='0.3812' style='stop-color:%23F89017' id='stop23' /%3E%3Cstop offset='0.5941' style='stop-color:%23F18817' id='stop25' /%3E%3Cstop offset='0.7654' style='stop-color:%23E67A17' id='stop27' /%3E%3Cstop offset='0.9139' style='stop-color:%23D66618' id='stop29' /%3E%3Cstop offset='1' style='stop-color:%23CA5718' id='stop31' /%3E%3C/linearGradient%3E%3Cpath style='fill:url(%23SVGID_00000180326320402329034330000008726171815736269470_)' d='m -561.71,863.88 c -0.13,-8.73 -0.26,-17.46 -0.39,-26.19 -0.06,-4 -0.11,-8 -0.18,-12 -0.03,-1.63 -0.88,-2.99 -1.94,-3.14 -1.11,-0.16 -2.09,0.89 -2.35,2.52 -0.05,0.33 -0.06,0.68 -0.07,1.02 -0.07,5.12 -0.13,10.23 -0.2,15.35 -0.13,9.8 -0.27,19.61 -0.41,29.41 h 0.01 c -0.08,5.65 -0.17,11.31 -0.24,16.96 -0.02,1.83 -0.05,3.66 0,5.48 0.07,2.64 0.2,5.28 0.3,7.92 0.18,4.94 0.36,9.88 0.54,14.81 0.06,1.77 1,3.14 2.16,3.15 1.16,0.01 2.12,-1.34 2.19,-3.11 0.04,-0.9 0.07,-1.8 0.11,-2.7 0.14,-3.35 0.27,-6.7 0.41,-10.04 0.1,-2.53 0.22,-5.06 0.31,-7.6 0.06,-1.76 0.13,-3.52 0.12,-5.28 -0.04,-4.82 -0.12,-9.63 -0.19,-14.45 -0.06,-4.03 -0.12,-8.07 -0.18,-12.11 z' id='path34' /%3E%3ClinearGradient id='SVGID_00000088841802499316493040000006385968203288737200_' gradientUnits='userSpaceOnUse' x1='-574.42908' y1='828.24469' x2='-574.42908' y2='919.33331'%3E%3Cstop offset='0' style='stop-color:%23FA9217' id='stop36' /%3E%3Cstop offset='0.3812' style='stop-color:%23F89017' id='stop38' /%3E%3Cstop offset='0.5941' style='stop-color:%23F18817' id='stop40' /%3E%3Cstop offset='0.7654' style='stop-color:%23E67A17' id='stop42' /%3E%3Cstop offset='0.9139' style='stop-color:%23D66618' id='stop44' /%3E%3Cstop offset='1' style='stop-color:%23CA5718' id='stop46' /%3E%3C/linearGradient%3E%3Cpath style='fill:url(%23SVGID_00000088841802499316493040000006385968203288737200_)' d='m -571.32,851.42 c -0.1,-5.25 -0.19,-10.49 -0.29,-15.74 -0.03,-1.48 -0.05,-2.97 -0.1,-4.45 -0.07,-2.02 -1.8,-3.41 -3.55,-2.87 -1.18,0.36 -2,1.54 -2.02,2.94 -0.05,2.52 -0.08,5.03 -0.13,7.55 -0.2,11.65 -0.41,23.31 -0.61,34.96 0,0 0.01,0 0.01,0 -0.1,5.42 -0.2,10.84 -0.29,16.25 -0.01,0.82 -0.04,1.64 0,2.45 0.13,3.11 0.28,6.23 0.41,9.34 0.21,4.83 0.41,9.67 0.62,14.5 0.07,1.67 1.25,2.95 2.73,2.98 1.51,0.03 2.76,-1.24 2.84,-2.93 0.21,-4.32 0.41,-8.63 0.62,-12.95 0.1,-2.02 0.21,-4.04 0.3,-6.05 0.09,-1.95 0.25,-3.91 0.24,-5.86 -0.03,-4.36 -0.15,-8.73 -0.24,-13.09 -0.18,-9.01 -0.36,-18.02 -0.54,-27.03 z' id='path49' /%3E%3ClinearGradient id='SVGID_00000049204531115715703800000006115476442200196224_' gradientUnits='userSpaceOnUse' x1='-584.49152' y1='838.14062' x2='-584.49152' y2='919.29437'%3E%3Cstop offset='0' style='stop-color:%23FA9217' id='stop51' /%3E%3Cstop offset='0.3812' style='stop-color:%23F89017' id='stop53' /%3E%3Cstop offset='0.5941' style='stop-color:%23F18817' id='stop55' /%3E%3Cstop offset='0.7654' style='stop-color:%23E67A17' id='stop57' /%3E%3Cstop offset='0.9139' style='stop-color:%23D66618' id='stop59' /%3E%3Cstop offset='1' style='stop-color:%23CA5718' id='stop61' /%3E%3C/linearGradient%3E%3Cpath style='fill:url(%23SVGID_00000049204531115715703800000006115476442200196224_)' d='m -581.82,867.22 v 0 c -0.05,-2.71 -0.12,-5.42 -0.18,-8.12 -0.12,-5.52 -0.23,-11.05 -0.34,-16.57 -0.01,-0.6 -0.03,-1.2 -0.06,-1.8 -0.08,-1.42 -0.97,-2.53 -2.05,-2.58 -1.15,-0.05 -2.1,0.97 -2.24,2.45 -0.04,0.4 -0.05,0.81 -0.06,1.22 -0.04,1.81 -0.07,3.61 -0.11,5.42 -0.13,6.9 -0.26,13.8 -0.39,20.7 -0.13,6.99 -0.27,13.97 -0.4,20.96 -0.03,1.42 -0.05,2.84 0,4.26 0.13,3.71 0.3,7.43 0.44,11.14 0.11,2.88 0.22,5.75 0.33,8.63 0.05,1.29 0.08,2.58 0.17,3.86 0.11,1.49 1.08,2.57 2.19,2.52 1.13,-0.05 2.02,-1.16 2.1,-2.66 0.05,-0.86 0.08,-1.72 0.12,-2.57 0.15,-3.41 0.31,-6.82 0.46,-10.24 0.11,-2.55 0.21,-5.11 0.34,-7.66 0.12,-2.45 0.19,-4.89 0.13,-7.35 -0.14,-7.21 -0.29,-14.41 -0.45,-21.61 z' id='path64' /%3E%3ClinearGradient id='SVGID_00000102512700560691265490000004297649838400140684_' gradientUnits='userSpaceOnUse' x1='-594.47662' y1='836.40369' x2='-594.47662' y2='919.23029'%3E%3Cstop offset='0' style='stop-color:%23FA9217' id='stop66' /%3E%3Cstop offset='0.3812' style='stop-color:%23F89017' id='stop68' /%3E%3Cstop offset='0.5941' style='stop-color:%23F18817' id='stop70' /%3E%3Cstop offset='0.7654' style='stop-color:%23E67A17' id='stop72' /%3E%3Cstop offset='0.9139' style='stop-color:%23D66618' id='stop74' /%3E%3Cstop offset='1' style='stop-color:%23CA5718' id='stop76' /%3E%3C/linearGradient%3E%3Cpath style='fill:url(%23SVGID_00000102512700560691265490000004297649838400140684_)' d='m -591.86,860.66 c -0.13,-5.22 -0.24,-10.45 -0.36,-15.67 -0.05,-1.96 -0.14,-3.91 -0.15,-5.87 -0.01,-1.29 -0.77,-2.71 -2.15,-2.72 -1.38,-0.01 -2.19,1.37 -2.18,2.68 0.01,0.73 -0.04,1.46 -0.06,2.19 -0.09,4.21 -0.17,8.43 -0.26,12.64 -0.17,7.95 -0.35,15.91 -0.52,23.86 h 0.01 c -0.1,4.54 -0.2,9.07 -0.29,13.61 -0.01,0.47 0,0.95 0.02,1.42 0.12,2.6 0.25,5.19 0.37,7.79 0.23,5.04 0.45,10.09 0.69,15.13 0.02,0.51 0.03,1.04 0.13,1.54 0.23,1.25 1.18,2.04 2.26,1.96 1.01,-0.08 1.87,-1.06 1.96,-2.32 0.11,-1.5 0.17,-3 0.24,-4.5 0.17,-3.15 0.33,-6.31 0.5,-9.46 0.13,-2.45 0.26,-4.89 0.39,-7.34 0.07,-1.31 0.17,-2.62 0.16,-3.93 -0.01,-2.45 -0.09,-4.9 -0.15,-7.35 -0.21,-7.89 -0.42,-15.77 -0.61,-23.66 z' id='path79' /%3E%3ClinearGradient id='SVGID_00000068635743703254454760000008610237456105354168_' gradientUnits='userSpaceOnUse' x1='-604.3811' y1='835.21002' x2='-604.3811' y2='919.26782'%3E%3Cstop offset='0' style='stop-color:%23FA9217' id='stop81' /%3E%3Cstop offset='0.3812' style='stop-color:%23F89017' id='stop83' /%3E%3Cstop offset='0.5941' style='stop-color:%23F18817' id='stop85' /%3E%3Cstop offset='0.7654' style='stop-color:%23E67A17' id='stop87' /%3E%3Cstop offset='0.9139' style='stop-color:%23D66618' id='stop89' /%3E%3Cstop offset='1' style='stop-color:%23CA5718' id='stop91' /%3E%3C/linearGradient%3E%3Cpath style='fill:url(%23SVGID_00000068635743703254454760000008610237456105354168_)' d='m -601.6,865.54 c -0.22,-8.08 -0.44,-16.16 -0.66,-24.24 -0.03,-1.25 -0.05,-2.49 -0.11,-3.74 -0.06,-1.31 -0.92,-2.29 -2,-2.35 -1.07,-0.06 -1.98,0.83 -2.16,2.14 -0.03,0.19 -0.04,0.38 -0.04,0.58 -0.12,5.33 -0.25,10.66 -0.37,15.99 -0.09,3.85 -0.19,7.69 -0.28,11.54 v 0 c -0.2,8.14 -0.4,16.29 -0.59,24.44 -0.02,0.99 -0.04,1.98 0,2.97 0.14,2.98 0.3,5.97 0.46,8.95 0.22,4.14 0.43,8.28 0.65,12.42 0.05,1.03 0.08,2.06 0.21,3.08 0.13,1.09 0.93,1.86 1.89,1.95 0.93,0.09 1.82,-0.59 2.11,-1.64 0.08,-0.3 0.12,-0.63 0.14,-0.95 0.1,-1.52 0.18,-3.05 0.27,-4.57 0.17,-2.92 0.35,-5.83 0.52,-8.75 0.14,-2.27 0.28,-4.55 0.4,-6.82 0.1,-1.87 0.25,-3.73 0.23,-5.6 -0.04,-3.67 -0.19,-7.35 -0.29,-11.02 -0.13,-4.8 -0.25,-9.59 -0.38,-14.38 z' id='path94' /%3E%3ClinearGradient id='SVGID_00000162325124752841530580000011157125121323556247_' gradientUnits='userSpaceOnUse' x1='-614.22772' y1='837.20148' x2='-614.22772' y2='919.21228'%3E%3Cstop offset='0' style='stop-color:%23FA9217' id='stop96' /%3E%3Cstop offset='0.3812' style='stop-color:%23F89017' id='stop98' /%3E%3Cstop offset='0.5941' style='stop-color:%23F18817' id='stop100' /%3E%3Cstop offset='0.7654' style='stop-color:%23E67A17' id='stop102' /%3E%3Cstop offset='0.9139' style='stop-color:%23D66618' id='stop104' /%3E%3Cstop offset='1' style='stop-color:%23CA5718' id='stop106' /%3E%3C/linearGradient%3E%3Cpath style='fill:url(%23SVGID_00000162325124752841530580000011157125121323556247_)' d='m -611.47,867.78 c -0.17,-5.5 -0.3,-9.41 -0.42,-13.32 -0.13,-4.36 -0.26,-8.72 -0.39,-13.09 -0.02,-0.71 -0.04,-1.42 -0.09,-2.13 -0.08,-1.1 -0.81,-1.94 -1.74,-2.04 -0.95,-0.1 -1.8,0.56 -2.05,1.62 -0.06,0.27 -0.07,0.55 -0.08,0.83 -0.14,4.75 -0.28,9.5 -0.41,14.25 -0.15,5.46 -0.3,10.92 -0.45,16.37 -0.19,7.03 -0.38,14.05 -0.57,21.08 -0.01,0.34 -0.01,0.69 0.01,1.03 0.21,3.58 0.42,7.16 0.62,10.75 0.21,3.67 0.41,7.34 0.61,11.01 0.06,1.01 0.11,2.02 0.19,3.02 0.1,1.3 1.08,2.19 2.2,2.02 0.93,-0.14 1.6,-1.01 1.67,-2.2 0.16,-2.51 0.32,-5.02 0.48,-7.52 0.18,-2.79 0.36,-5.57 0.54,-8.36 0.13,-2.04 0.29,-4.07 0.39,-6.11 0.08,-1.52 0.17,-3.05 0.14,-4.57 -0.06,-3.29 -0.2,-6.57 -0.3,-9.86 -0.12,-4.78 -0.26,-9.57 -0.35,-12.78 z' id='path109' /%3E%3ClinearGradient id='SVGID_00000136370328161508154370000005460241684792161690_' gradientUnits='userSpaceOnUse' x1='-623.96191' y1='841.43817' x2='-623.96191' y2='919.26813'%3E%3Cstop offset='0' style='stop-color:%23FA9217' id='stop111' /%3E%3Cstop offset='0.3812' style='stop-color:%23F89017' id='stop113' /%3E%3Cstop offset='0.5941' style='stop-color:%23F18817' id='stop115' /%3E%3Cstop offset='0.7654' style='stop-color:%23E67A17' id='stop117' /%3E%3Cstop offset='0.9139' style='stop-color:%23D66618' id='stop119' /%3E%3Cstop offset='1' style='stop-color:%23CA5718' id='stop121' /%3E%3C/linearGradient%3E%3Cpath style='fill:url(%23SVGID_00000136370328161508154370000005460241684792161690_)' d='m -621.31,879.44 c -0.12,-3.78 -0.23,-7.56 -0.32,-10.28 -0.16,-4.76 -0.28,-8.45 -0.4,-12.15 -0.12,-3.74 -0.23,-7.48 -0.35,-11.21 -0.02,-0.79 -0.04,-1.59 -0.09,-2.38 -0.06,-1.06 -0.64,-1.84 -1.42,-1.96 -0.73,-0.11 -1.45,0.49 -1.67,1.43 -0.06,0.24 -0.07,0.51 -0.08,0.76 -0.13,4.4 -0.26,8.81 -0.38,13.21 -0.08,2.77 -0.15,5.54 -0.23,8.32 -0.16,5.65 -0.32,11.3 -0.48,16.95 -0.09,2.99 -0.18,5.97 -0.26,8.96 -0.01,0.41 -0.02,0.82 0,1.22 0.22,4.01 0.44,8.02 0.66,12.03 0.19,3.45 0.36,6.91 0.55,10.36 0.05,0.92 0.09,1.85 0.17,2.76 0.11,1.28 1.09,2.09 2.04,1.71 0.63,-0.25 1.06,-1 1.12,-1.97 0.23,-3.75 0.46,-7.5 0.7,-11.25 0.24,-3.88 0.48,-7.76 0.71,-11.64 0.08,-1.37 0.15,-2.74 0.1,-4.12 -0.14,-3.58 -0.25,-7.16 -0.37,-10.75 z' id='path124' /%3E%3ClinearGradient id='SVGID_00000116229573714493535500000001981169695026384034_' gradientUnits='userSpaceOnUse' x1='-633.61981' y1='850.66998' x2='-633.61981' y2='919.21069'%3E%3Cstop offset='0' style='stop-color:%23FA9217' id='stop126' /%3E%3Cstop offset='0.3812' style='stop-color:%23F89017' id='stop128' /%3E%3Cstop offset='0.5941' style='stop-color:%23F18817' id='stop130' /%3E%3Cstop offset='0.7654' style='stop-color:%23E67A17' id='stop132' /%3E%3Cstop offset='0.9139' style='stop-color:%23D66618' id='stop134' /%3E%3Cstop offset='1' style='stop-color:%23CA5718' id='stop136' /%3E%3C/linearGradient%3E%3Cpath style='fill:url(%23SVGID_00000116229573714493535500000001981169695026384034_)' d='m -631.65,866.96 c -0.19,-4.46 -0.37,-8.93 -0.56,-13.4 -0.02,-0.41 -0.04,-0.82 -0.07,-1.22 -0.08,-0.92 -0.65,-1.62 -1.35,-1.67 -0.72,-0.05 -1.33,0.53 -1.5,1.45 -0.04,0.23 -0.05,0.47 -0.06,0.7 -0.05,1.29 -0.09,2.58 -0.14,3.87 -0.21,5.35 -0.41,10.69 -0.6,15.56 -0.09,2.46 -0.16,4.44 -0.23,6.41 -0.16,4.25 -0.33,8.5 -0.49,12.76 -0.02,0.56 0.01,1.12 0.04,1.67 0.08,1.46 0.18,2.91 0.26,4.37 0.15,2.64 0.3,5.27 0.46,7.91 0.2,3.39 0.4,6.77 0.6,10.16 0.04,0.64 0.06,1.29 0.12,1.93 0.09,1.07 0.71,1.78 1.51,1.75 0.74,-0.03 1.32,-0.73 1.4,-1.75 0.15,-2.14 0.29,-4.28 0.43,-6.43 0.23,-3.36 0.46,-6.72 0.68,-10.09 0.17,-2.48 0.34,-4.97 0.5,-7.45 0.04,-0.6 0.11,-1.2 0.08,-1.8 -0.14,-3.41 -0.3,-6.83 -0.44,-10.24 -0.22,-4.83 -0.43,-9.66 -0.64,-14.49 z' id='path139' /%3E%3ClinearGradient id='SVGID_00000078758947988649800620000012359508265540624314_' gradientUnits='userSpaceOnUse' x1='-643.22888' y1='866.06982' x2='-643.22888' y2='919.01367'%3E%3Cstop offset='0' style='stop-color:%23FA9217' id='stop141' /%3E%3Cstop offset='0.3812' style='stop-color:%23F89017' id='stop143' /%3E%3Cstop offset='0.5941' style='stop-color:%23F18817' id='stop145' /%3E%3Cstop offset='0.7654' style='stop-color:%23E67A17' id='stop147' /%3E%3Cstop offset='0.9139' style='stop-color:%23D66618' id='stop149' /%3E%3Cstop offset='1' style='stop-color:%23CA5718' id='stop151' /%3E%3C/linearGradient%3E%3Cpath style='fill:url(%23SVGID_00000078758947988649800620000012359508265540624314_)' d='m -641.36,878.73 c -0.21,-3.02 -0.41,-6.03 -0.62,-9.05 -0.05,-0.73 -0.1,-1.46 -0.17,-2.18 -0.08,-0.81 -0.55,-1.39 -1.13,-1.43 -0.57,-0.04 -1.07,0.49 -1.2,1.3 -0.04,0.25 -0.06,0.51 -0.07,0.77 -0.11,1.8 -0.21,3.6 -0.32,5.4 -0.18,3 -0.37,6 -0.55,8.99 -0.11,1.84 -0.23,3.68 -0.34,5.52 -0.08,1.28 -0.15,2.57 -0.23,3.88 0.01,0.22 0.02,0.45 0.03,0.69 0.11,1.93 0.23,3.85 0.34,5.78 0.14,2.48 0.28,4.97 0.42,7.46 0.18,3.19 0.37,6.38 0.56,9.58 0.04,0.64 0.07,1.29 0.11,1.93 0.05,0.74 0.29,1.33 0.85,1.57 0.74,0.33 1.45,-0.33 1.54,-1.43 0.1,-1.28 0.19,-2.57 0.27,-3.85 0.21,-3.17 0.41,-6.34 0.62,-9.5 0.24,-3.64 0.49,-7.28 0.73,-10.91 0.03,-0.49 0.08,-0.99 0.07,-1.48 -0.03,-0.88 -0.11,-1.76 -0.17,-2.63 -0.26,-3.48 -0.5,-6.95 -0.74,-10.41 z' id='path154' /%3E%3ClinearGradient id='SVGID_00000137817340647096514510000014680375803805980554_' gradientUnits='userSpaceOnUse' x1='-652.77161' y1='864.37781' x2='-652.77161' y2='918.59363'%3E%3Cstop offset='0' style='stop-color:%23FA9217' id='stop156' /%3E%3Cstop offset='0.3812' style='stop-color:%23F89017' id='stop158' /%3E%3Cstop offset='0.5941' style='stop-color:%23F18817' id='stop160' /%3E%3Cstop offset='0.7654' style='stop-color:%23E67A17' id='stop162' /%3E%3Cstop offset='0.9139' style='stop-color:%23D66618' id='stop164' /%3E%3Cstop offset='1' style='stop-color:%23CA5718' id='stop166' /%3E%3C/linearGradient%3E%3Cpath style='fill:url(%23SVGID_00000137817340647096514510000014680375803805980554_)' d='m -650.66,880.57 c -0.33,-4.5 -0.65,-8.99 -0.97,-13.49 -0.04,-0.55 -0.07,-1.12 -0.17,-1.66 -0.12,-0.64 -0.57,-1.05 -1.05,-1.05 -0.5,-0.01 -0.94,0.43 -1.08,1.09 -0.04,0.18 -0.05,0.38 -0.06,0.57 -0.15,2.29 -0.29,4.58 -0.44,6.88 -0.2,3.02 -0.39,6.04 -0.59,9.06 -0.12,1.88 -0.25,3.77 -0.37,5.65 -0.09,1.44 -0.18,2.87 -0.27,4.28 0.05,0.85 0.1,1.66 0.15,2.48 0.26,3.85 0.53,7.71 0.78,11.56 0.22,3.36 0.44,6.73 0.66,10.09 0.03,0.43 0.05,0.86 0.1,1.28 0.07,0.57 0.31,1.01 0.77,1.19 0.42,0.17 0.85,0.09 1.13,-0.37 0.17,-0.27 0.29,-0.64 0.34,-0.98 0.08,-0.52 0.09,-1.07 0.13,-1.6 0.15,-2.01 0.3,-4.02 0.45,-6.03 0.19,-2.5 0.38,-5.01 0.57,-7.51 0.2,-2.59 0.4,-5.18 0.58,-7.77 0.07,-1.05 0.17,-2.11 0.11,-3.15 -0.23,-3.5 -0.52,-7.01 -0.77,-10.52 z' id='path169' /%3E%3ClinearGradient id='SVGID_00000152234090496830872490000003267883414949956270_' gradientUnits='userSpaceOnUse' x1='-662.20068' y1='865.27911' x2='-662.20068' y2='917.61737'%3E%3Cstop offset='0' style='stop-color:%23FA9217' id='stop171' /%3E%3Cstop offset='0.3812' style='stop-color:%23F89017' id='stop173' /%3E%3Cstop offset='0.5941' style='stop-color:%23F18817' id='stop175' /%3E%3Cstop offset='0.7654' style='stop-color:%23E67A17' id='stop177' /%3E%3Cstop offset='0.9139' style='stop-color:%23D66618' id='stop179' /%3E%3Cstop offset='1' style='stop-color:%23CA5718' id='stop181' /%3E%3C/linearGradient%3E%3Cpath style='fill:url(%23SVGID_00000152234090496830872490000003267883414949956270_)' d='m -659.83,886.2 c -0.22,-2.82 -0.43,-5.65 -0.65,-8.47 -0.26,-3.4 -0.53,-6.8 -0.8,-10.2 -0.03,-0.41 -0.05,-0.82 -0.11,-1.22 -0.09,-0.6 -0.48,-1.03 -0.91,-1.04 -0.44,-0.01 -0.81,0.38 -0.93,0.99 -0.04,0.21 -0.05,0.42 -0.07,0.64 -0.18,2.68 -0.36,5.35 -0.55,8.03 -0.19,2.7 -0.38,5.39 -0.57,8.09 -0.19,2.7 -0.37,5.39 -0.55,8.09 -0.02,0.34 -0.07,0.69 -0.05,1.03 0.05,0.99 0.13,1.97 0.21,2.95 0.26,3.53 0.52,7.06 0.77,10.59 0.22,3.08 0.43,6.16 0.65,9.25 0.03,0.47 0.06,0.94 0.1,1.41 0.04,0.44 0.16,0.84 0.48,1.09 0.61,0.48 1.33,-0.03 1.42,-1.03 0.18,-2.05 0.34,-4.1 0.51,-6.15 0.22,-2.69 0.43,-5.39 0.65,-8.08 0.27,-3.31 0.54,-6.62 0.81,-9.82 0,-0.33 0.01,-0.54 0,-0.76 -0.12,-1.8 -0.27,-3.59 -0.41,-5.39 z' id='path184' /%3E%3ClinearGradient id='SVGID_00000137844203498460157000000003361009525997588359_' gradientUnits='userSpaceOnUse' x1='-671.55872' y1='869.50458' x2='-671.55872' y2='913.85382'%3E%3Cstop offset='0' style='stop-color:%23FA9217' id='stop186' /%3E%3Cstop offset='0.3812' style='stop-color:%23F89017' id='stop188' /%3E%3Cstop offset='0.5941' style='stop-color:%23F18817' id='stop190' /%3E%3Cstop offset='0.7654' style='stop-color:%23E67A17' id='stop192' /%3E%3Cstop offset='0.9139' style='stop-color:%23D66618' id='stop194' /%3E%3Cstop offset='1' style='stop-color:%23CA5718' id='stop196' /%3E%3C/linearGradient%3E%3Cpath style='fill:url(%23SVGID_00000137844203498460157000000003361009525997588359_)' d='m -669.56,883.9 c -0.41,-4.12 -0.81,-8.23 -1.22,-12.35 -0.05,-0.47 -0.09,-0.94 -0.19,-1.39 -0.1,-0.45 -0.4,-0.67 -0.74,-0.66 -0.35,0.02 -0.57,0.26 -0.7,0.65 -0.05,0.16 -0.08,0.33 -0.09,0.5 -0.2,2.31 -0.41,4.61 -0.61,6.92 -0.41,4.68 -0.82,9.36 -1.22,14.04 -0.02,0.19 -0.02,0.39 0,0.58 0.17,1.9 0.34,3.8 0.5,5.7 0.41,4.59 0.82,9.18 1.23,13.78 0.03,0.38 0.06,0.77 0.11,1.15 0.07,0.62 0.37,1.01 0.77,1.03 0.42,0.02 0.74,-0.38 0.83,-1.03 0,-0.02 0,-0.04 0.01,-0.06 0.31,-3.07 0.62,-6.14 0.93,-9.21 0.3,-2.94 0.6,-5.88 0.89,-8.83 0.09,-0.94 0.18,-1.88 0.27,-2.76 -0.02,-0.25 -0.02,-0.44 -0.04,-0.64 -0.24,-2.47 -0.48,-4.94 -0.73,-7.42 z' id='path199' /%3E%3ClinearGradient id='SVGID_00000138563929708114186140000016610082650162536871_' gradientUnits='userSpaceOnUse' x1='-680.39948' y1='877.71753' x2='-680.39948' y2='905.88788'%3E%3Cstop offset='0' style='stop-color:%23FA9217' id='stop201' /%3E%3Cstop offset='0.3812' style='stop-color:%23F89017' id='stop203' /%3E%3Cstop offset='0.5941' style='stop-color:%23F18817' id='stop205' /%3E%3Cstop offset='0.7654' style='stop-color:%23E67A17' id='stop207' /%3E%3Cstop offset='0.9139' style='stop-color:%23D66618' id='stop209' /%3E%3Cstop offset='1' style='stop-color:%23CA5718' id='stop211' /%3E%3C/linearGradient%3E%3Cpath style='fill:url(%23SVGID_00000138563929708114186140000016610082650162536871_)' d='m -679.13,884.36 c -0.22,-1.91 -0.44,-3.82 -0.67,-5.73 -0.07,-0.57 -0.33,-0.9 -0.68,-0.91 -0.37,-0.01 -0.65,0.33 -0.73,0.92 -0.05,0.36 -0.07,0.72 -0.11,1.08 -0.31,3.17 -0.62,6.34 -0.93,9.51 -0.09,0.89 -0.17,1.79 -0.25,2.65 0.02,0.27 0.04,0.51 0.06,0.74 0.24,2.47 0.49,4.94 0.73,7.41 0.16,1.62 0.32,3.24 0.48,4.85 0.07,0.63 0.36,1.01 0.73,1 0.35,-0.01 0.61,-0.37 0.7,-0.98 0.07,-0.49 0.12,-0.97 0.18,-1.46 0.43,-3.69 0.87,-7.38 1.29,-11.07 0.04,-0.31 0.03,-0.64 0,-0.95 -0.26,-2.35 -0.53,-4.71 -0.8,-7.06 z' id='path214' /%3E%3C/g%3E%3Cg id='g240' transform='translate(682.5,-815.64189)'%3E%3Cg id='g238'%3E%3Cpath class='st14' d='m -200.1,851.55 v 53.1 c -0.41,0.04 -0.8,0.11 -1.2,0.12 -2.25,0.01 -4.5,-0.06 -6.74,0.03 -1.15,0.05 -1.76,-0.4 -2.38,-1.33 -4.68,-7.05 -9.42,-14.06 -14.14,-21.09 -2.64,-3.95 -5.27,-7.91 -8.03,-12.07 -0.26,1.51 -0.09,2.88 -0.1,4.23 -0.01,1.46 0.03,2.93 0.04,4.39 0.01,1.41 0.02,2.82 0.02,4.23 0,1.46 0,2.93 0,4.39 v 17.13 H -243 v -53.22 h 4.94 c 1.31,0 2.62,0.06 3.92,-0.02 0.91,-0.05 1.42,0.31 1.9,1.04 2.18,3.32 4.42,6.6 6.61,9.91 4.91,7.4 9.8,14.81 14.7,22.22 0.08,0.12 0.16,0.25 0.48,0.29 v -33.33 h 10.35 z' id='path218' /%3E%3Cpath class='st14' d='m 110.77,868.6 c -2.15,-8.45 -7.47,-13.79 -15.92,-16 -3.06,-0.8 -6.17,-1.1 -9.31,-1.13 -5.07,-0.04 -10.14,-0.01 -15.21,-0.01 -0.46,0 -0.92,0.05 -1.47,0.08 v 53.14 c 0.36,0.04 0.61,0.09 0.87,0.09 5.49,0 10.98,0.08 16.46,-0.07 2.33,-0.06 4.71,-0.4 6.95,-1.01 9.8,-2.66 16.03,-8.88 18.1,-18.92 1.12,-5.41 0.89,-10.84 -0.47,-16.17 z m -10.43,14.78 c -1.37,5.82 -5.08,9.33 -10.9,10.58 -3.25,0.7 -6.54,0.41 -9.97,0.41 V 862.1 c 0.14,-0.1 0.23,-0.2 0.32,-0.2 3.5,-0.11 7,-0.24 10.46,0.44 5.28,1.04 8.68,4.11 9.96,9.39 0.93,3.87 1.05,7.78 0.13,11.65 z' id='path220' /%3E%3Cpath class='st14' d='m -144.5,867.78 c -2.19,-7.78 -7.25,-12.75 -15,-15 -3.19,-0.93 -6.45,-1.28 -9.75,-1.31 -5.23,-0.05 -10.45,-0.02 -15.68,-0.01 -0.4,0 -0.8,0.07 -1.28,0.11 v 53.11 c 0.39,0.04 0.59,0.08 0.8,0.08 5.49,0 10.97,0.08 16.46,-0.07 2.33,-0.06 4.7,-0.4 6.95,-1 9.41,-2.5 15.66,-8.34 17.97,-17.94 1.44,-5.98 1.2,-12.03 -0.47,-17.97 z m -10.3,15.98 c -1.48,5.83 -5.36,9.14 -11.19,10.27 -0.87,0.17 -1.76,0.3 -2.64,0.32 -2.24,0.05 -4.49,0.02 -6.91,0.02 V 861.9 c 2.42,0 4.76,-0.09 7.09,0.03 1.66,0.09 3.33,0.34 4.94,0.76 4.35,1.12 7.2,3.91 8.44,8.23 1.23,4.23 1.36,8.55 0.27,12.84 z' id='path222' /%3E%3Cpath class='st14' d='m 1.6,873.8 c -0.47,-4.57 -1.65,-8.93 -4.06,-12.89 -2.87,-4.71 -6.93,-7.91 -12.26,-9.39 -3.95,-1.1 -7.96,-1.18 -11.95,-0.29 -7.49,1.67 -12.54,6.31 -15.27,13.33 -3.45,8.87 -3.51,17.91 -0.14,26.8 3.11,8.21 9.1,13.1 17.96,14.1 9.4,1.06 18.39,-2.74 22.95,-12.5 2.19,-4.69 2.92,-9.67 3.03,-15.24 -0.07,-1 -0.11,-2.46 -0.26,-3.92 z m -12.55,14.35 c -1.61,3.63 -4.23,6.1 -8.25,6.7 -5.32,0.78 -9.84,-1.06 -12.35,-6.39 -1.2,-2.54 -1.67,-5.27 -1.87,-8.04 -0.23,-3.25 -0.02,-6.47 0.83,-9.63 0.24,-0.9 0.56,-1.8 0.92,-2.66 2.94,-6.88 9.35,-7.79 14.27,-6.26 2.62,0.82 4.47,2.61 5.81,4.98 1.22,2.17 1.84,4.54 2.16,6.99 0.2,1.5 0.25,3.02 0.32,4.01 -0.12,3.87 -0.46,7.19 -1.84,10.3 z' id='path224' /%3E%3Cpath class='st14' d='m -310.2,874.62 c -0.35,-4.42 -1.36,-8.67 -3.49,-12.59 -2.85,-5.25 -7.07,-8.84 -12.86,-10.51 -2.8,-0.8 -5.66,-0.98 -8.54,-0.78 -6.57,0.46 -11.92,3.23 -15.86,8.57 -1.5,2.03 -2.61,4.27 -3.44,6.66 -1.77,5.12 -2.2,10.41 -1.76,15.77 0.36,4.47 1.41,8.76 3.61,12.72 2.73,4.92 6.68,8.39 12.08,10.09 3.97,1.25 8.02,1.44 12.08,0.63 7.58,-1.5 12.68,-6.06 15.71,-13.05 1.92,-4.43 2.63,-9.11 2.49,-13.91 0,-1.2 0.08,-2.41 -0.02,-3.6 z m -12.26,12.67 c -1.3,3.44 -3.42,6.14 -7.09,7.2 -4.82,1.39 -11.1,0.5 -14.06,-6.47 -0.85,-1.99 -1.32,-4.07 -1.54,-6.21 -0.38,-3.82 -0.31,-7.63 0.78,-11.34 0.35,-1.2 0.8,-2.39 1.39,-3.48 2.21,-4.1 5.76,-5.9 10.34,-5.73 4.79,0.18 8.02,2.66 9.88,6.98 1.37,3.18 1.74,6.54 1.71,10.18 0.03,2.89 -0.3,5.95 -1.41,8.87 z' id='path226' /%3E%3Cpath class='st14' d='m -364.9,893.22 c -1.04,4.82 -3.96,8.19 -8.44,10.23 -2.8,1.27 -5.77,1.82 -8.8,2.07 -5.25,0.43 -10.33,-0.21 -15.15,-2.42 -2.99,-1.37 -5.59,-3.25 -7.69,-5.81 -0.32,-0.4 -0.61,-0.82 -1,-1.36 2.55,-2.27 5.03,-4.48 7.57,-6.75 0.33,0.28 0.62,0.49 0.86,0.74 3.91,4.02 8.76,5.54 14.24,5.21 1.45,-0.09 2.92,-0.32 4.3,-0.75 2.77,-0.88 4.02,-3.14 3.54,-6 -0.22,-1.32 -0.92,-2.37 -2.09,-2.97 -1.29,-0.67 -2.63,-1.3 -4.02,-1.71 -2.75,-0.82 -5.57,-1.41 -8.32,-2.21 -2,-0.59 -4,-1.23 -5.9,-2.08 -6.19,-2.77 -8.8,-7.85 -7.99,-15.13 0.53,-4.74 3.15,-8.21 7.18,-10.65 2.54,-1.54 5.33,-2.43 8.26,-2.76 8.55,-0.95 16.03,1.32 22.19,7.5 0.18,0.18 0.33,0.39 0.59,0.7 -2.53,2.47 -5.02,4.89 -7.57,7.38 -0.67,-0.58 -1.24,-1.09 -1.83,-1.59 -4.03,-3.37 -8.63,-4.54 -13.76,-3.43 -0.89,0.19 -1.8,0.62 -2.53,1.17 -2.36,1.77 -2.2,5.21 0.32,6.72 1.11,0.66 2.35,1.15 3.6,1.5 3.16,0.9 6.36,1.66 9.53,2.53 2.32,0.64 4.55,1.52 6.63,2.77 4.39,2.64 6.65,6.55 6.74,11.65 0.04,1.82 -0.08,3.68 -0.46,5.45 z' id='path228' /%3E%3Cpath class='st14' d='m 55.47,881.07 c -0.01,3.88 -0.43,7.72 -1.79,11.39 -2.8,7.57 -8.23,11.85 -16.22,12.92 -3.73,0.5 -7.41,0.29 -11,-0.87 -6.41,-2.06 -10.43,-6.51 -12.59,-12.76 -1.01,-2.94 -1.52,-5.99 -1.54,-9.08 -0.06,-10.03 -0.03,-20.06 -0.03,-30.1 0,-0.3 0.05,-0.61 0.09,-1.07 h 10.49 c 0.03,0.65 0.07,1.25 0.08,1.86 0,9.3 0,18.6 0,27.9 0,2.58 0.37,5.11 1.38,7.5 2.52,5.97 8.18,7.34 12.91,5.89 2.94,-0.9 4.87,-2.94 6.11,-5.69 1.14,-2.53 1.45,-5.22 1.45,-7.96 0.01,-9.14 0.01,-18.29 0.01,-27.43 v -1.83 c 1.21,-0.38 8.83,-0.44 10.59,-0.09 0.03,0.48 0.08,0.99 0.08,1.49 -0.01,9.32 0.01,18.62 -0.02,27.93 z' id='path230' /%3E%3Cpath class='st14' d='m -256.46,882.19 c -0.01,3.74 -0.58,7.4 -1.97,10.88 -2.88,7.19 -8.22,11.22 -15.87,12.3 -3.3,0.46 -6.58,0.35 -9.8,-0.47 -6.55,-1.67 -11,-5.76 -13.49,-12.01 -1.35,-3.38 -1.94,-6.93 -1.95,-10.57 -0.02,-5.75 -0.02,-11.49 -0.02,-17.24 0,-3.92 0,-7.84 0,-11.75 v -1.78 h 10.61 c 0.02,0.63 0.06,1.23 0.06,1.84 0,9.3 0.01,18.6 0,27.9 0,2.59 0.33,5.11 1.36,7.5 1.29,2.98 3.36,5.16 6.58,6.01 4.68,1.23 10.05,-0.26 12.4,-5.84 0.7,-1.66 0.99,-3.5 1.32,-5.29 0.19,-1.07 0.12,-2.19 0.12,-3.28 0.01,-8.93 0,-17.87 0,-26.8 v -2.09 c 3.54,-0.08 6.95,-0.03 10.47,-0.04 0.07,0.49 0.16,0.88 0.16,1.27 0.03,9.82 0.03,19.64 0.02,29.46 z' id='path232' /%3E%3Cpath class='st14' d='m -99.65,888.29 c 3.01,1.79 5.91,3.51 8.91,5.29 -2.05,4.18 -4.83,7.47 -8.87,9.58 -4.21,2.2 -8.73,2.84 -13.4,2.32 -9.38,-1.04 -15.57,-6.27 -18.66,-15.01 -2.96,-8.36 -2.94,-16.86 0.35,-25.15 2.71,-6.82 7.5,-11.64 14.68,-13.74 4.79,-1.4 9.62,-1.28 14.36,0.25 5.38,1.73 9.09,5.38 11.57,10.37 -0.84,0.78 -7.39,3.92 -9.75,4.67 -0.16,-0.23 -0.36,-0.46 -0.52,-0.72 -2.26,-3.69 -5.69,-5.08 -9.85,-4.88 -4.35,0.2 -7.48,2.39 -9.54,6.15 -1.97,3.59 -2.47,7.51 -2.38,11.53 0.08,3.22 0.65,6.35 2.12,9.24 1.72,3.38 4.25,5.83 8.1,6.56 4.41,0.84 8.19,-0.23 11.02,-3.9 0.6,-0.78 1.16,-1.59 1.86,-2.56 z' id='path234' /%3E%3Cpolygon class='st14' points='-81.27,904.68 -81.27,851.55 -70.74,851.55 -70.74,894.28 -49.47,894.28 -49.47,904.68 ' id='polygon236' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
*::selection {
    background-color: #70dcf0;
    color: #fff;
}
.breadcrumb_last {
    font-weight: 400 !important;
}
@media(min-width:768px){
    .hide_desc {
        display:none !important;
    }
}

.admin-bar .sticky-box .img-wrapper img {
    top:-32px !important;
}

.fancybox__slide::before,
.fancybox__slide::after{
    content: '';
    width: 50px;
    height: 100%;
    display:block;
    flex: unset;
    position: absolute;
    z-index:999999;
}
.fancybox__slide::before{
    left:0;
}
.fancybox__slide::after{
    right:0;
}