
.als-body-wrap, .als-content-wrap, .als-footer-wrap, .announce {
    /*background: #0b0b0d;*/
    background: #000;
}
.als-grid-title ul.als-grid-title-ul {
    border-top: 0px;
}

.als-body-wrap {
    overflow: hidden;
}
#noshadow .als-browser_desktop {
    box-shadow: none;
}

.cover__image {
    perspective: 1px;
    position:relative;
    display:block;
    width: 100%;
    height: auto;
    margin: calc(-135px) 0 0 0;
    padding-top: 100px;
    transform: scale(1);
}
@media (max-width: 1100px){ .cover__image { transform: scale(0.8); } }
@media (max-width: 900px) { .cover__image { transform: scale(0.6); } }
@media (max-width: 700px) { .cover { height: 500px!important; } .cover__image { padding-top: 200px; transform: scale(0.45); } }
@media (max-width: 500px) { .cover { height: 250px!important; } .cover__image { padding-top: 100px; transform: scale(0.3); } }

.cover__bg {
    position: relative;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    min-height: 600px;
    transform: translate(-50%, -50%);
}

.cover__logo {
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    margin: calc(135px) 0 0 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-animation: logo_show 3s cubic-bezier(0.61, 0, 0.25, 1);
    -moz-animation: logo_show 3s cubic-bezier(0.61, 0, 0.25, 1);
    -o-animation: logo_show 3s cubic-bezier(0.61, 0, 0.25, 1);
    animation: logo_show 3s cubic-bezier(0.61, 0, 0.25, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    z-index: 2;
}
@-webkit-keyframes logo_show {
    from { opacity: 0; transform: translate(-50%,-50%) scale(0.8) }
    to { opacity: 1; transform: translate(-50%,-50%) scale(1) }
}
@-moz-keyframes logo_show {
    from { opacity: 0; transform: translate(-50%,-50%) scale(0.8) }
    to { opacity: 1; transform: translate(-50%,-50%) scale(1) }
}
@-o-keyframes logo_show {
    from { opacity: 0; transform: translate(-50%,-50%) scale(0.8) }
    to { opacity: 1; transform: translate(-50%,-50%) scale(1) }
}
@keyframes logo_show {
    from { opacity: 0; transform: translate(-50%,-50%) scale(0.8) }
    to { opacity: 1; transform: translate(-50%,-50%) scale(1) }
}

.cover__plant1 {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 60%;

    -webkit-transform: rotate(45deg) translate(-290%,-160%);
    -moz-transform: rotate(45deg) translate(-290%,-160%);
    -o-transform: rotate(45deg) translate(-290%,-160%);
    transform: rotate(45deg) translate(-290%,-160%);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-animation: plant1_rotate 1.9s cubic-bezier(0.61, 0, 0.25, 1);
    -moz-animation: plant1_rotate 1.9s cubic-bezier(0.61, 0, 0.25, 1);
    -o-animation: plant1_rotate 1.9s cubic-bezier(0.61, 0, 0.25, 1);
    animation: plant1_rotate 1.9s cubic-bezier(0.61, 0, 0.25, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    z-index: 4;
}
@-webkit-keyframes plant1_rotate { to { -webkit-transform: rotate(-30deg) translate(-90%,-160%); } }
@-moz-keyframes plant1_rotate { to { -moz-transform: rotate(-30deg) translate(-90%,-160%); } }
@-o-keyframes plant1_rotate { to { -o-transform: rotate(-30deg) translate(-90%,-160%); } }
@keyframes plant1_rotate { to { transform: rotate(-30deg) translate(-90%,-160%); } }

.cover__plant2 {
    position: absolute;
    z-index: 5;
    margin: 0;
    top: 50%;
    left: 50%;

    -webkit-transform: rotate(-90deg) translate(-20%,-190%);
    -moz-transform: rotate(-90deg) translate(-20%,-190%);
    -o-transform: rotate(-90deg) translate(-20%,-190%);
    transform: rotate(-90deg) translate(-20%,-290%);
    -webkit-animation: plant2_move 1.9s cubic-bezier(0.61, 0, 0.25, 1);
    -moz-animation: plant2_move 1.9s cubic-bezier(0.61, 0, 0.25, 1);
    -o-animation: plant2_move 1.9s cubic-bezier(0.61, 0, 0.25, 1);
    animation: plant2_move 1.9s cubic-bezier(0.61, 0, 0.25, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes plant2_move { to { -webkit-transform: rotate(-90deg) translate(-20%,-190%); } }
@-moz-keyframes plant2_move { to { -webkit-transform: rotate(-90deg) translate(-20%,-190%); } }
@-o-keyframes plant2_move { to { -webkit-transform: rotate(-90deg) translate(-20%,-190%); } }
@keyframes plant2_move { to { -webkit-transform: rotate(-90deg) translate(-20%,-190%); } }

.cover__plant3 {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;

    -webkit-transform: rotate(20deg) translate(-5%,-50%);
    -moz-transform: rotate(20deg) translate(-5%,-50%);
    -o-transform: rotate(20deg) translate(-5%,-50%);
    transform: rotate(20deg) translate(-5%,-50%);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-animation: plant3_rotate 1.9s cubic-bezier(0.61, 0, 0.25, 1 0.2s);
    -moz-animation: plant3_rotate 1.9s cubic-bezier(0.61, 0, 0.25, 1) 0.2s;
    -o-animation: plant3_rotate 1.9s cubic-bezier(0.61, 0, 0.25, 1) 0.2s;
    animation: plant3_rotate 1.9s cubic-bezier(0.61, 0, 0.25, 1) 0.2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    z-index: 10;
}
@-webkit-keyframes plant3_rotate { to { -webkit-transform: rotate(5deg) translate(-5%,-50%); } }
@-moz-keyframes plant3_rotate { to { -moz-transform: rotate(5deg) translate(-5%,-50%); } }
@-o-keyframes plant3_rotate { to { -o-transform: rotate(5deg) translate(-5%,-50%); } }
@keyframes plant3_rotate { to { transform: rotate(5deg) translate(-5%,-50%); } }

.cover__plant4 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(80%, -90%);
    -moz-transform: translate(80%, -90%);
    -o-transform: translate(80%, -90%);
    transform: translate(80%, -90%);
    -webkit-animation: plant4_shomove 1.9s cubic-bezier(0.61, 0, 0.25, 1) 0.4s;
    -moz-animation: plant4_shomove 1.9s cubic-bezier(0.61, 0, 0.25, 1) 0.4s;
    -o-animation: plant4_shomove 1.9s cubic-bezier(0.61, 0, 0.25, 1) 0.4s;
    animation: plant4_shomove 1.9s cubic-bezier(0.61, 0, 0.25, 1) 0.4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    z-index: 6;
}
@-webkit-keyframes plant4_shomove { to { opacity: 1; visibility: visible; -webkit-transform: translate(20%, -120%); } }
@-moz-keyframes plant4_shomove { to { opacity: 1; visibility: visible; -moz-transform: translate(20%, -120%); } }
@-o-keyframes plant4_shomove { to { opacity: 1; visibility: visible; -o-transform: translate(20%, -120%); } }
@keyframes plant4_shomove { to { opacity: 1; visibility: visible; transform: translate(10%, -100%); } }

.cover__plant5 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    top: 50%;
    left: 50%;

    -webkit-transform: rotate(-60deg) translate(110%, 60%);
    -moz-transform: rotate(-60deg) translate(110%, 60%);
    -o-transform: rotate(-60deg) translate(110%, 60%);
    transform: rotate(-60deg) translate(110%, 60%);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-animation: plant5_shorotate 1.9s cubic-bezier(0.61, 0, 0.25, 1);
    -moz-animation: plant5_shorotate 1.9s cubic-bezier(0.61, 0, 0.25, 1);
    -o-animation: plant5_shorotate 1.9s cubic-bezier(0.61, 0, 0.25, 1);
    animation: plant5_shorotate 1.9s cubic-bezier(0.61, 0, 0.25, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    z-index: -1;
}
@-webkit-keyframes plant5_shorotate { to { opacity: 1; visibility: visible; -webkit-transform: rotate(0deg) translate(110%, 60%); } }
@-moz-keyframes plant5_shorotate { to { opacity: 1; visibility: visible; -moz-transform: rotate(0deg) translate(110%, 60%); } }
@-o-keyframes plant5_shorotate { to { opacity: 1; visibility: visible; -o-transform: rotate(0deg) translate(110%, 60%); } }
@keyframes plant5_shorotate { to { opacity: 1; visibility: visible; transform: rotate(0deg) translate(110%, 60%); } }

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    #stor{
        position: absolute;
        overflow: hidden;
        width: 100%;
        top: 0px;
        left: 50%;
        margin: 0;
        transform: translateX(-50%);
        background:transparent url('2_vid@2x.jpg') no-repeat 0 0;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size: cover;
        z-index: -1;
    }
}
@media only screen and (-Webkit-max-device-pixel-ratio: 1.5),
only screen and (-moz-max-device-pixel-ratio: 1.5),
only screen and (-o-max-device-pixel-ratio: 3/2),
only screen and (max-device-pixel-ratio: 1.5) {
    #stor{
        position: absolute;
        overflow: hidden;
        width: 100%;
        top: 0px;
        left: 50%;
        margin: 0;
        transform: translateX(-50%);
        background:transparent url('2_vid.jpg') no-repeat 0 0;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size: cover;
        z-index: -1;
    }
}

.announce__stor {
    position:relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 12;
    margin: 0 auto;
}
.announce__storbg {
    width: 100%;
}
.announce__storanim {
    position: absolute;
    width: 42%;
    top: 27.08%;
    left: 4%;
    z-index: 14;
}
.announce__tucan1 {
    position: absolute;
    width: 10.7%;
    top: 72%;
    left: 60%;
    z-index: 14;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.25s 0.25s, all 0.5s 0.25s ease-in-out;
}
.announce__tucan2 {
    position: absolute;
    width: 25.7%;
    top: 72.5%;
    left: 70%;
    z-index: 14;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s 0.5s, all 0.5s 0.5s ease-in-out;
}
.announce__tucan3 {
    position: absolute;
    width: 21.4%;
    top: 79%;
    left: 68%;
    z-index: 14;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.75s 0.75s, all 0.5s 0.75s ease-in-out;
}
.announce__tucan4 {
    position: absolute;
    width: 23%;
    top: 79.5%;
    left: 43%;
    z-index: 14;
    opacity: 0;
    visibility: hidden;
    transition: visibility 1s 1s, all 0.5s 1s ease-in-out;
}
.announce__tucan5 {
    position: absolute;
    width: 12%;
    top: 80%;
    left: 28.5%;
    z-index: 14;
    opacity: 0;
    visibility: hidden;
    transition: visibility 1.25s 1.25s, all 0.5s 1.25s ease-in-out;
}
.announce__tucan6 {
    position: absolute;
    width: 21.2%;
    top: 79.5%;
    left: 5%;
    z-index: 14;
    opacity: 0;
    visibility: hidden;
    transition: visibility 1.5s 1.5s, all 0.5s 1.5s ease-in-out;
}
.announce__tucan1_move {
    opacity: 1;
    visibility:visible;
}
.announce__tucan2_move {
    opacity: 1;
    visibility:visible;
}
.announce__tucan3_move {
    opacity: 1;
    visibility:visible;
}
.announce__tucan4_move {
    opacity: 1;
    visibility:visible;
}
.announce__tucan5_move {
    opacity: 1;
    visibility:visible;
}
.announce__tucan6_move {
    opacity: 1;
    visibility:visible;
}
.announce__stor1 {
    position: absolute;
    width: 266.67%;
    left: 50%;
    top: 86%;
    transform: translateX(-50%);
}
.announce__stor2 {
    position: absolute;
    width: 236.81%;
    left: 50%;
    top: 90.5%;
    transform: translateX(-10%);
}
.announce__stor3 {
    position: absolute;
    width: 236.81%;
    left: 50%;
    top: 95%;
    transform: translateX(-50%);
}

.announce__natur {
    position:relative;
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 1600px;
    height: auto;
    text-align: center;
    z-index: 12;
    margin: 0 auto;
}
.announce__naturbg {
    width: 100%;
}
.announce__natur1 {
    position: absolute;
    overflow: hidden;
    width: 30%;
    height: 45.25%;
    top: 4%;
    left: 2%;
    z-index: 14;
}
.announce__natur1pic {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 14;
    transition: all 0.5s 0.2s ease-out;
}
.announce__natur1_move {
    opacity: 1;
    visibility: visible;
}

.announce__natur2 {
    position: absolute;
    overflow: hidden;
    width: 25%;
    height: 35.25%;
    top: 4%;
    left: 34%;
    z-index: 14;
}
.announce__natur2pic {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 14;
    transition: all 0.5s 0.4s ease-out;
}
.announce__natur2_move {
    opacity: 1;
    visibility: visible;
}
.announce__natur3 {
    position: absolute;
    overflow: hidden;
    width: 35%;
    height: 35.25%;
    top: 0%;
    left: 60.5%;
    z-index: 14;
}
.announce__natur3pic {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 14;
    transition: all 0.5s 0.3s ease-out;
}
.announce__natur3_move {
    opacity: 1;
    visibility: visible;
}
.announce__natur4 {
    position: absolute;
    overflow: hidden;
    width: 33.5%;
    height: 57%;
    top: 43%;
    left: 34%;
    z-index: 14;
}
.announce__natur4pic {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: -0%;
    width: 100%;
    height: 100%;
    z-index: 14;
    transition: all 0.5s ease-out;
}
.announce__natur4_move {
    opacity: 1;
    visibility: visible;
}
.announce__natur5 {
    position: absolute;
    overflow: hidden;
    width: 28.5%;
    height: 35.25%;
    top: 40%;
    left: 69.5%;
    z-index: 14;
}
.announce__natur5pic {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 14;
    transition: all 0.5s 0.5s ease-out;
}
.announce__natur6 {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left:0;
    top: 55%;
    transform: translateX(-50%);
    z-index: 14;
}
.announce__natur5_move {
    opacity: 1;
    visibility: visible;
}

.announce__tgl {
    position:relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 12;
    padding: 2%;
}
.announce__tglbg {
    width: 100%;
}
.announce__tglt {
    position: absolute;
    width: 60%;
    height: 8%;
    top: 2%;
    left: 4%;
    z-index: 14;
    text-align: left;
}
.announce__tgl1 {
    position: absolute;
    overflow: hidden;
    width: 62%;
    top: 12%;
    left: 2%;
    z-index: 14;
}
.announce__tgl2 {
    position: absolute;
    overflow: hidden;
    width: 35%;
    top: 50%;
    right: 2%;
    z-index: 14;
    transform: translateY(-100%);
}
.announce__tgl3 {
    position: absolute;
    overflow: hidden;
    width: 35%;
    top: 50%;
    right: 2%;
    z-index: 14;
    transform: translateY(00%);
}
@media (max-width: 800px) { .announce__tgl1 { top: 15%; } }
@media (max-width: 600px) {
    .announce__tglt { top: 1%; width: 92%;}
    .announce__tgl2, .announce__tgl3 { top: 55%; }
}
@media (max-width: 400px) {
    .announce__tgl1 { top: 30%; }
    .announce__tgl2, .announce__tgl3 { top: 70%; }
}

.announce__dv {
    position: relative;
/*     overflow: hidden; */
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 12;
    margin: 0 auto;
}
.announce__dv1 {
    position: relative;
/*     overflow: hidden; */
    width: 70%;
    top: 0%;
    left: 0%;
    z-index: 14;
}
.announce__dv2 {
    position: absolute;
    overflow: hidden;
    width: 36%;
    top: 25%;
    left: 62%;
    z-index: 13;
}
.announce__dv3 {
    position: absolute;
    overflow: hidden;
    height: auto !important;
    width: 0.12%;
    top: 21.5%;
    left: 80.5%;
    z-index: 15;
}

.announce__lb {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 12;
    margin: 0 auto;
}
.announce__lb1 {
    position: relative;
    overflow: hidden;
    width: 70%;
    top: 0%;
    left: 28%;
    z-index: 14;
}
.announce__lb2 {
    position: absolute;
    overflow: hidden;
    width: 28%;
    top: 16%;
    left: 0%;
    z-index: 13;
}

.lbanim {
    background: #cdcdcd 50% 0/cover no-repeat;
    background-image: url('8.jpg');
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
}

.lbanim:before {
    content: "";
    display: block;
    padding-top: 80%
}

@media (min-device-pixel-ratio: 1.5) {
    .lbanim {
        background:transparent url('8@2x.jpg') cover no-repeat 0 0;
        background-size: cover;
    }
}

.lbanim_1 {
    -webkit-animation: lbanim 20s ease-in-out infinite alternate paused;
    animation: lbanim 20s ease-in-out infinite alternate paused;
}

.lbanim_2 {
    -webkit-animation: lbanim 20s ease-in-out infinite alternate paused;
    animation: lbanim 20s ease-in-out infinite alternate paused;
}

.lbanim_start {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes lbanim {
    0% {
        background-position: 50% 0
    }
    to {
        background-position: 50% 100%
    }
}

@keyframes lbanim {
    0% {
        background-position: 50% 0
    }
    to {
        background-position: 50% 100%
    }
}

.announce__av {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 12;
    margin: 0 auto;
}
.announce__av1 {
    position: relative;
    overflow: hidden;
    width: 70%;
    top: 0%;
    left: 28%;
    z-index: 14;
}
.announce__av2 {
    position: absolute;
    overflow: hidden;
    width: 28%;
    top: 14%;
    left: 0%;
    z-index: 13;
}

.avanim {
    background: url('11.jpg') #cdcdcd 50% 0/cover no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
}

.avanim:before {
    content: "";
    display: block;
    padding-top: 80%
}

@media (min-device-pixel-ratio: 1.5) {
    .avanim {
        background:transparent url('11@2x.jpg') cover no-repeat 0 0;
        background-size: cover;
    }
}

.avanim_1 {
    -webkit-animation: avanim 20s ease-in-out infinite alternate paused;
    animation: avanim 20s ease-in-out infinite alternate paused;
}

.avanim_2 {
    -webkit-animation: avanim 20s ease-in-out infinite alternate paused;
    animation: avanim 20s ease-in-out infinite alternate paused;
}

.avanim_start {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes avanim {
    0% {
        background-position: 50% 0
    }
    to {
        background-position: 50% 100%
    }
}

@keyframes avanim {
    0% {
        background-position: 50% 0
    }
    to {
        background-position: 50% 100%
    }
}

.announce__mp {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 12;
    margin: 0 auto;
}
.announce__mp1 {
    position: relative;
    overflow: hidden;
    width: 70%;
    top: 0%;
    left: 0%;
    z-index: 14;
}
.announce__mp_anim {
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
.next {
    opacity: 0;
}
.im-1 {
    animation-name: fadeIm-1;
}
.im-2 {
    animation-name: fadeIm-2;
}
.im-3 {
    animation-name: fadeIm-3;
}
@keyframes fadeIm-1 {
    from    { opacity: 1; }
    22.222% { opacity: 1; }
    33.333% { opacity: 0; }
    88.888% { opacity: 0; }
    to      { opacity: 1; }
}
@keyframes fadeIm-2 {
    from    { opacity: 0; }
    22.222% { opacity: 0; }
    33.333% { opacity: 1; }
    55.555% { opacity: 1; }
    66.666% { opacity: 0; }
    to      { opacity: 0; }
}
@keyframes fadeIm-3 {
    from    { opacity: 0; }
    55.555% { opacity: 0; }
    66.666% { opacity: 1; }
    88.888% { opacity: 1; }
    to      { opacity: 0; }
}
.announce__mp2 {
    position: absolute;
    overflow: hidden;
    width: 30%;
    top: 25%;
    left: 70%;
    z-index: 13;
}

.task {
    margin-bottom: 0;
}

.credits {
    background: #000 !important;
    color: #fff;
}

body .credits a:visited,
body .credits a.no_visited:visited,
body .credits a,
body .credits a.no_visited,
body.planpics .announce__text a,
body.planpics .announce__text a:visited,
body.planpics .announce__text a.no_visited:visited,
body.planpics .announce__text a.no_visited {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #fff !important;
}

body .credits a.no_visited:hover,
body .credits a:hover,
body.planpics .announce__text a.no_visited:hover,
body.planpics .announce__text a:hover {
    border-color: rgba(0, 209, 87, 0.3) !important;
    color: #00d157 !important;
}

.als-browser_desktop-light {
    box-shadow: 0 30px 140px -50px #8500ff;
}
