@media screen and (min-width: 980px) {
    div:not(.t396) .t-animate[data-animate-style="fadein"], div:not(.t396) .t-animate[data-animate-style="fadeinup"], div:not(.t396) .t-animate[data-animate-style="fadeindown"], div:not(.t396) .t-animate[data-animate-style="fadeinleft"], div:not(.t396) .t-animate[data-animate-style="fadeinright"], div:not(.t396) .t-animate[data-animate-style="zoomin"], div:not(.t396) .t-animate[data-animate-style="zoomout"] {
        opacity: 0;
        -webkit-transition-property: opacity, transform;
        transition-property: opacity, transform;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
        transition-timing-function: cubic-bezier(.19, 1, .22, 1);
        -webkit-backface-visibility: hidden
    }

    div:not(.t396) .t-title.t-animate {
        -webkit-transition-duration: 1.2s;
        transition-duration: 1.2s
    }

    div:not(.t396) .t-descr.t-animate, div:not(.t396) .t-uptitle.t-animate, div:not(.t396) .t-subtitle.t-animate, div:not(.t396) .t-text.t-animate {
        -webkit-transition-duration: 0.7s;
        transition-duration: 0.7s
    }

    div:not(.t396) .t-item.t-animate {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s
    }

    div:not(.t396) .t-animate_started[data-animate-style="fadein"] {
        opacity: 1
    }

    div:not(.t396) .t-animate[data-animate-style="fadeinup"] {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }

    div:not(.t396) .t-animate_started[data-animate-style="fadeinup"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    div:not(.t396) .t-animate[data-animate-style="fadeindown"] {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px)
    }

    div:not(.t396) .t-animate_started[data-animate-style="fadeindown"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    div:not(.t396) .t-animate[data-animate-style="fadeinleft"] {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0)
    }

    div:not(.t396) .t-animate_started[data-animate-style="fadeinleft"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    div:not(.t396) .t-animate[data-animate-style="fadeinright"] {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }

    div:not(.t396) .t-animate_started[data-animate-style="fadeinright"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    div:not(.t396) .t-animate[data-animate-style="zoomin"] {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    div:not(.t396) .t-animate_started[data-animate-style="zoomin"] {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    div:not(.t396) .t-animate[data-animate-style="zoomout"] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    div:not(.t396) .t-animate_started[data-animate-style="zoomout"] {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    div:not(.t396) .t-animate_started[data-animate-distance], .t-animate_started[data-animate-scale] {
        -webkit-transform: none !important;
        transform: none !important
    }
}

.t396 .t-animate[data-animate-style='fadein'], .t396 .t-animate[data-animate-style='fadeinup'], .t396 .t-animate[data-animate-style='fadeindown'], .t396 .t-animate[data-animate-style='fadeinleft'], .t396 .t-animate[data-animate-style='fadeinright'], .t396 .t-animate[data-animate-style='zoomin'], .t396 .t-animate[data-animate-style='zoomout'], .t396 .t-animate[data-animate-style-res-960='fadein'], .t396 .t-animate[data-animate-style-res-960='fadeinup'], .t396 .t-animate[data-animate-style-res-960='fadeindown'], .t396 .t-animate[data-animate-style-res-960='fadeinleft'], .t396 .t-animate[data-animate-style-res-960='fadeinright'], .t396 .t-animate[data-animate-style-res-960='zoomin'], .t396 .t-animate[data-animate-style-res-960='zoomout'], .t396 .t-animate[data-animate-style-res-640='fadein'], .t396 .t-animate[data-animate-style-res-640='fadeinup'], .t396 .t-animate[data-animate-style-res-640='fadeindown'], .t396 .t-animate[data-animate-style-res-640='fadeinleft'], .t396 .t-animate[data-animate-style-res-640='fadeinright'], .t396 .t-animate[data-animate-style-res-640='zoomin'], .t396 .t-animate[data-animate-style-res-640='zoomout'], .t396 .t-animate[data-animate-style-res-480='fadein'], .t396 .t-animate[data-animate-style-res-480='fadeinup'], .t396 .t-animate[data-animate-style-res-480='fadeindown'], .t396 .t-animate[data-animate-style-res-480='fadeinleft'], .t396 .t-animate[data-animate-style-res-480='fadeinright'], .t396 .t-animate[data-animate-style-res-480='zoomin'], .t396 .t-animate[data-animate-style-res-480='zoomout'], .t396 .t-animate[data-animate-style-res-320='fadein'], .t396 .t-animate[data-animate-style-res-320='fadeinup'], .t396 .t-animate[data-animate-style-res-320='fadeindown'], .t396 .t-animate[data-animate-style-res-320='fadeinleft'], .t396 .t-animate[data-animate-style-res-320='fadeinright'], .t396 .t-animate[data-animate-style-res-320='zoomin'], .t396 .t-animate[data-animate-style-res-320='zoomout'] {
    opacity: 0;
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-backface-visibility: hidden
}

.t396 .t-title.t-animate {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s
}

.t396 .t-descr.t-animate, .t396 .t-uptitle.t-animate, .t396 .t-subtitle.t-animate, .t396 .t-text.t-animate {
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s
}

.t396 .t-item.t-animate {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.t396 .t-animate_started[data-animate-style='fadein'], .t396 .t-animate_started[data-animate-style-res-960='fadein'], .t396 .t-animate_started[data-animate-style-res-640='fadein'], .t396 .t-animate_started[data-animate-style-res-480='fadein'], .t396 .t-animate_started[data-animate-style-res-320='fadein'] {
    opacity: 1
}

.t396 .t-animate[data-animate-style='fadeinup'], .t396 .t-animate[data-animate-style-res-960='fadeinup'], .t396 .t-animate[data-animate-style-res-640='fadeinup'], .t396 .t-animate[data-animate-style-res-480='fadeinup'], .t396 .t-animate[data-animate-style-res-320='fadeinup'] {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.t396 .t-animate_started[data-animate-style='fadeinup'], .t396 .t-animate_started[data-animate-style-res-960='fadeinup'], .t396 .t-animate_started[data-animate-style-res-640='fadeinup'], .t396 .t-animate_started[data-animate-style-res-480='fadeinup'], .t396 .t-animate_started[data-animate-style-res-320='fadeinup'] {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.t396 .t-animate[data-animate-style='fadeindown'], .t396 .t-animate[data-animate-style-res-960='fadeindown'], .t396 .t-animate[data-animate-style-res-640='fadeindown'], .t396 .t-animate[data-animate-style-res-480='fadeindown'], .t396 .t-animate[data-animate-style-res-320='fadeindown'] {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px)
}

.t396 .t-animate_started[data-animate-style='fadeindown'], .t396 .t-animate_started[data-animate-style-res-960='fadeindown'], .t396 .t-animate_started[data-animate-style-res-640='fadeindown'], .t396 .t-animate_started[data-animate-style-res-480='fadeindown'], .t396 .t-animate_started[data-animate-style-res-320='fadeindown'] {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.t396 .t-animate[data-animate-style='fadeinleft'], .t396 .t-animate[data-animate-style-res-960='fadeinleft'], .t396 .t-animate[data-animate-style-res-640='fadeinleft'], .t396 .t-animate[data-animate-style-res-480='fadeinleft'], .t396 .t-animate[data-animate-style-res-320='fadeinleft'] {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0)
}

.t396 .t-animate_started[data-animate-style='fadeinleft'], .t396 .t-animate_started[data-animate-style-res-960='fadeinleft'], .t396 .t-animate_started[data-animate-style-res-640='fadeinleft'], .t396 .t-animate_started[data-animate-style-res-480='fadeinleft'], .t396 .t-animate_started[data-animate-style-res-320='fadeinleft'] {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.t396 .t-animate[data-animate-style='fadeinright'], .t396 .t-animate[data-animate-style-res-960='fadeinright'], .t396 .t-animate[data-animate-style-res-640='fadeinright'], .t396 .t-animate[data-animate-style-res-480='fadeinright'], .t396 .t-animate[data-animate-style-res-320='fadeinright'] {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0)
}

.t396 .t-animate_started[data-animate-style='fadeinright'], .t396 .t-animate_started[data-animate-style-res-960='fadeinright'], .t396 .t-animate_started[data-animate-style-res-640='fadeinright'], .t396 .t-animate_started[data-animate-style-res-480='fadeinright'], .t396 .t-animate_started[data-animate-style-res-320='fadeinright'] {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.t396 .t-animate[data-animate-style='zoomin'], .t396 .t-animate[data-animate-style-res-960='zoomin'], .t396 .t-animate[data-animate-style-res-640='zoomin'], .t396 .t-animate[data-animate-style-res-480='zoomin'], .t396 .t-animate[data-animate-style-res-320='zoomin'] {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.t396 .t-animate_started[data-animate-style='zoomin'], .t396 .t-animate_started[data-animate-style-res-960='zoomin'], .t396 .t-animate_started[data-animate-style-res-640='zoomin'], .t396 .t-animate_started[data-animate-style-res-480='zoomin'], .t396 .t-animate_started[data-animate-style-res-320='zoomin'] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.t396 .t-animate[data-animate-style='zoomout'], .t396 .t-animate[data-animate-style-res-960='zoomout'], .t396 .t-animate[data-animate-style-res-640='zoomout'], .t396 .t-animate[data-animate-style-res-480='zoomout'], .t396 .t-animate[data-animate-style-res-320='zoomout'] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.t396 .t-animate_started[data-animate-style='zoomout'], .t396 .t-animate_started[data-animate-style-res-960='zoomout'], .t396 .t-animate_started[data-animate-style-res-640='zoomout'], .t396 .t-animate_started[data-animate-style-res-480='zoomout'], .t396 .t-animate_started[data-animate-style-res-320='zoomout'] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.t396 .t-animate_started[data-animate-distance], .t396 .t-animate_started[data-animate-distance-res-960], .t396 .t-animate_started[data-animate-distance-res-640], .t396 .t-animate_started[data-animate-distance-res-480], .t396 .t-animate_started[data-animate-distance-res-320], .t396 .t-animate_started[data-animate-scale], .t396 .t-animate_started[data-animate-scale-res-960], .t396 .t-animate_started[data-animate-scale-res-640], .t396 .t-animate_started[data-animate-scale-res-480], .t396 .t-animate_started[data-animate-scale-res-320] {
    -webkit-transform: none !important;
    transform: none !important
}

#rec213776547 .t396__artboard {
    height: 2270px;
    background-color: #ffffff;
}

#rec213776547 .t396__filter {
    height: 2270px;
}

#rec213776547 .t396__carrier {
    height: 2270px;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec213776547 .t396__artboard {
    }

    #rec213776547 .t396__filter {
    }

    #rec213776547 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1470209944682"] {
    color: #000000;
    z-index: 2;
    top: 520px;
    left: calc(50% - 600px + -38px);
    width: 560px;
}

#rec213776547 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #000000;
    font-size: 23px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1595390436906"] {
    color: #000000;
    z-index: 3;
    top: 350px;
    left: calc(50% - 600px + -41px);
    width: 910px;
}

#rec213776547 .tn-elem[data-elem-id="1595390436906"] .tn-atom {
    color: #000000;
    font-size: 56px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 2;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1595391076301"] {
    z-index: 5;
    top: 535px;
    left: calc(50% - 600px + 579px);
    width: 48px;
}

#rec213776547 .tn-elem[data-elem-id="1595391076301"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598604629942"] {
    color: #f0f0f0;
    z-index: 1;
    top: 173px;
    left: calc(50% - 600px + -70px);
    width: 2170px;
}

#rec213776547 .tn-elem[data-elem-id="1598604629942"] .tn-atom {
    color: #f0f0f0;
    font-size: 300px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.1;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598604952461"] {
    color: #000000;
    z-index: 4;
    top: 180px;
    left: calc(50% - 600px + -31px);
    width: 60px;
}

#rec213776547 .tn-elem[data-elem-id="1598604952461"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598608121442"] {
    z-index: 7;
    top: 150px;
    left: calc(50% - 600px + 2176px);
    width: 496px;
}

#rec213776547 .tn-elem[data-elem-id="1598608121442"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598609487976"] {
    z-index: 17;
    top: 151px;
    left: calc(50% - 600px + 5049px);
    width: 496px;
}

#rec213776547 .tn-elem[data-elem-id="1598609487976"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598611884076"] {
    z-index: 6;
    top: 140px;
    left: calc(50% - 600px + 759px);
    width: 496px;
}

#rec213776547 .tn-elem[data-elem-id="1598611884076"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598612096055"] {
    color: #000000;
    z-index: 8;
    top: 530px;
    left: calc(50% - 600px + 1379px);
    width: 560px;
}

#rec213776547 .tn-elem[data-elem-id="1598612096055"] .tn-atom {
    color: #000000;
    font-size: 23px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598612096073"] {
    color: #000000;
    z-index: 9;
    top: 360px;
    left: calc(50% - 600px + 1376px);
    width: 910px;
}

#rec213776547 .tn-elem[data-elem-id="1598612096073"] .tn-atom {
    color: #000000;
    font-size: 56px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 2;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598612096090"] {
    z-index: 10;
    top: 545px;
    left: calc(50% - 600px + 1996px);
    width: 48px;
}

#rec213776547 .tn-elem[data-elem-id="1598612096090"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598612096120"] {
    color: #000000;
    z-index: 11;
    top: 190px;
    left: calc(50% - 600px + 1386px);
    width: 60px;
}

#rec213776547 .tn-elem[data-elem-id="1598612096120"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598612499536"] {
    color: #000000;
    z-index: 13;
    top: 530px;
    left: calc(50% - 600px + 2821px);
    width: 560px;
}

#rec213776547 .tn-elem[data-elem-id="1598612499536"] .tn-atom {
    color: #000000;
    font-size: 23px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598612499555"] {
    color: #000000;
    z-index: 14;
    top: 360px;
    left: calc(50% - 600px + 2818px);
    width: 910px;
}

#rec213776547 .tn-elem[data-elem-id="1598612499555"] .tn-atom {
    color: #000000;
    font-size: 56px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 2;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598612499567"] {
    z-index: 15;
    top: 545px;
    left: calc(50% - 600px + 3438px);
    width: 48px;
}

#rec213776547 .tn-elem[data-elem-id="1598612499567"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598612499593"] {
    color: #000000;
    z-index: 16;
    top: 190px;
    left: calc(50% - 600px + 2828px);
    width: 60px;
}

#rec213776547 .tn-elem[data-elem-id="1598612499593"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598612653840"] {
    color: #000000;
    z-index: 18;
    top: 530px;
    left: calc(50% - 600px + 4252px);
    width: 560px;
}

#rec213776547 .tn-elem[data-elem-id="1598612653840"] .tn-atom {
    color: #000000;
    font-size: 23px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598612653862"] {
    color: #000000;
    z-index: 19;
    top: 360px;
    left: calc(50% - 600px + 4249px);
    width: 910px;
}

#rec213776547 .tn-elem[data-elem-id="1598612653862"] .tn-atom {
    color: #000000;
    font-size: 56px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 2;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598612653871"] {
    z-index: 20;
    top: 545px;
    left: calc(50% - 600px + 4869px);
    width: 48px;
}

#rec213776547 .tn-elem[data-elem-id="1598612653871"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598612653902"] {
    color: #000000;
    z-index: 21;
    top: 190px;
    left: calc(50% - 600px + 4259px);
    width: 60px;
}

#rec213776547 .tn-elem[data-elem-id="1598612653902"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec213776547 .tn-elem[data-elem-id="1598626224204"] {
    z-index: 22;
    top: 150px;
    left: calc(50% - 600px + 3618px);
    width: 496px;
}

#rec213776547 .tn-elem[data-elem-id="1598626224204"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}