@media screen and (min-width:980px) {
                    .t-records {
                        opacity: 0;
                    }

                    .t-records_animated {
                        -webkit-transition: opacity ease-in-out 1s;
                        -moz-transition: opacity ease-in-out 1s;
                        -o-transition: opacity ease-in-out 1s;
                        transition: opacity ease-in-out 1s;
                    }

                    .t-records.t-records_visible,
                    .t-records .t-records {
                        opacity: 1;
                    }
                }
.t360__bar {
                    background-color: #030bff;
                }
.t-menuburger {
position: relative;
                                flex-shrink: 0;
                                width: 28px;
                                height: 20px;
                                padding: 0;
                                border: none;
                                background-color: transparent;
                                outline: none;
                                -webkit-transform: rotate(0deg);
                                transform: rotate(0deg);
                                transition: transform .5s ease-in-out;
                                cursor: pointer;
                                z-index: 999;
}
.t-menuburger span {
display: block;
                                position: absolute;
                                width: 100%;
                                opacity: 1;
                                left: 0;
                                -webkit-transform: rotate(0deg);
                                transform: rotate(0deg);
                                transition: .25s ease-in-out;
                                height: 3px;
                                background-color: #000;
}
.t-menuburger span:nth-child(1) {
top: 0px;
}
.t-menuburger span:nth-child(2),
                            .t-menuburger span:nth-child(3),
.t-menuburger_fourth span:nth-child(4),
.t-menuburger span:nth-child(2),
                        .t-menuburger span:nth-child(3) {
top: 8px;
}
.t-menuburger span:nth-child(4) {
top: 16px;
}
.t-menuburger__big {
width: 42px;
                                height: 32px;
}
.t-menuburger__big span {
height: 5px;
}
.t-menuburger__big span:nth-child(2),
                            .t-menuburger__big span:nth-child(3),
.t-menuburger__big span:nth-child(2),
                        .t-menuburger__big span:nth-child(3) {
top: 13px;
}
.t-menuburger__big span:nth-child(4) {
top: 26px;
}
.t-menuburger__small {
width: 22px;
                                height: 14px;
}
.t-menuburger__small span {
height: 2px;
}
.t-menuburger__small span:nth-child(2),
                            .t-menuburger__small span:nth-child(3),
.t-menuburger-opened.t-menuburger__big span:nth-child(1),
.t-menuburger-opened.t-menuburger__small span:nth-child(1),
                            .t-menuburger-opened.t-menuburger__small span:nth-child(4),
.t-menuburger_fourth.t-menuburger__small span:nth-child(4),
.t-menuburger_fourth.t-menuburger__big span:nth-child(2),
                            .t-menuburger_fourth.t-menuburger__big span:nth-child(3),
.t-menuburger__small span:nth-child(2),
                        .t-menuburger__small span:nth-child(3),
.t-menuburger-opened.t-menuburger__small span:nth-child(1),
                        .t-menuburger-opened.t-menuburger__small span:nth-child(4),
.t-menuburger_fourth.t-menuburger__big span:nth-child(2),
                        .t-menuburger_fourth.t-menuburger__big span:nth-child(3) {
top: 6px;
}
.t-menuburger__small span:nth-child(4),
.t-menuburger_fourth.t-menuburger__big span:nth-child(4) {
top: 12px;
}
.t-menuburger-opened span:nth-child(1),
.t-menuburger-opened span:nth-child(4) {
top: 8px;
                                width: 0%;
                                left: 50%;
}
.t-menuburger-opened span:nth-child(2) {
-webkit-transform: rotate(45deg);
                                transform: rotate(45deg);
}
.t-menuburger-opened span:nth-child(3) {
-webkit-transform: rotate(-45deg);
                                transform: rotate(-45deg);
}
.t-menuburger-opened.t-menuburger__big span:nth-child(4) {
top: 18px;
}
@media (hover),
                            (min-width:0\0) {
                                .t-menuburger_first:hover span:nth-child(1) {
                                    transform: translateY(1px);
                                }

                                .t-menuburger_first:hover span:nth-child(4) {
                                    transform: translateY(-1px);
                                }

                                .t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {
                                    transform: translateY(3px);
                                }

                                .t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {
                                    transform: translateY(-3px);
                                }
                            }
.t-menuburger_second span:nth-child(2),
                            .t-menuburger_second span:nth-child(3),
.t-menuburger_second span:nth-child(2),
                        .t-menuburger_second span:nth-child(3) {
width: 80%;
                                left: 20%;
                                right: 0;
}
@media (hover),
                            (min-width:0\0) {

                                .t-menuburger_second.t-menuburger-hovered span:nth-child(2),
                                .t-menuburger_second.t-menuburger-hovered span:nth-child(3) {
                                    animation: t-menuburger-anim 0.3s ease-out normal forwards;
                                }

                                .t-menuburger_second.t-menuburger-unhovered span:nth-child(2),
                                .t-menuburger_second.t-menuburger-unhovered span:nth-child(3) {
                                    animation: t-menuburger-anim2 0.3s ease-out normal forwards;
                                }
                            }
.t-menuburger_second.t-menuburger-opened span:nth-child(2),
                            .t-menuburger_second.t-menuburger-opened span:nth-child(3),
.t-menuburger_second.t-menuburger-opened span:nth-child(2),
                        .t-menuburger_second.t-menuburger-opened span:nth-child(3) {
left: 0;
                                right: 0;
                                width: 100% !important;
}
.t-menuburger_third span:nth-child(4) {
width: 70%;
                                left: unset;
                                right: 0;
}
@media (hover),
                            (min-width:0\0) {
                                .t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) {
                                    width: 100%;
                                }
                            }
.t-menuburger_third.t-menuburger-opened span:nth-child(4) {
width: 0 !important;
                                right: 50%;
}
.t-menuburger_fourth {
height: 12px;
}
.t-menuburger_fourth.t-menuburger__small {
height: 8px;
}
.t-menuburger_fourth.t-menuburger__big {
height: 18px;
}
.t-menuburger_fourth span:nth-child(2),
                            .t-menuburger_fourth span:nth-child(3),
.t-menuburger_fourth span:nth-child(2),
                        .t-menuburger_fourth span:nth-child(3) {
top: 4px;
                                opacity: 0;
}
.t-menuburger_fourth.t-menuburger__small span:nth-child(2),
                            .t-menuburger_fourth.t-menuburger__small span:nth-child(3),
.t-menuburger_fourth.t-menuburger__small span:nth-child(2),
                        .t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
top: 3px;
}
@media (hover),
                            (min-width:0\0) {
                                .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {
                                    transform: translateY(1px);
                                }

                                .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {
                                    transform: translateY(-1px);
                                }

                                .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {
                                    transform: translateY(3px);
                                }

                                .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {
                                    transform: translateY(-3px);
                                }
                            }
.t-menuburger_fourth.t-menuburger-opened span:nth-child(1),
                            .t-menuburger_fourth.t-menuburger-opened span:nth-child(4),
.t-menuburger_fourth.t-menuburger-opened span:nth-child(1),
                        .t-menuburger_fourth.t-menuburger-opened span:nth-child(4) {
top: 4px;
}
.t-menuburger_fourth.t-menuburger-opened span:nth-child(2),
                            .t-menuburger_fourth.t-menuburger-opened span:nth-child(3),
.t-menuburger_fourth.t-menuburger-opened span:nth-child(2),
                        .t-menuburger_fourth.t-menuburger-opened span:nth-child(3) {
opacity: 1;
}
@keyframes t-menuburger-anim {
                                0% {
                                    width: 80%;
                                    left: 20%;
                                    right: 0;
                                }

                                50% {
                                    width: 100%;
                                    left: 0;
                                    right: 0;
                                }

                                100% {
                                    width: 80%;
                                    left: 0;
                                    right: 20%;
                                }
                            }
@keyframes t-menuburger-anim2 {
                                0% {
                                    width: 80%;
                                    left: 0;
                                }

                                50% {
                                    width: 100%;
                                    right: 0;
                                    left: 0;
                                }

                                100% {
                                    width: 80%;
                                    left: 20%;
                                    right: 0;
                                }
                            }
@media screen and (max-width:980px) {
                    #rec1903128661 .t280__main_opened .t280__menu__content {
                        background-color: #86d4d4 !important;
                        opacity: 1 !important;
                    }
                }
#rec1903128661 .t-menu__link-item,
#rec1903128671 .t-menu__link-item,
#rec1903128681 .t-menu__link-item,
#rec1903128691 .t-menu__link-item,
#rec1903128731 .t-section__descr {

}
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

                    #rec1903128661 .t-menu__link-item,
                    #rec1903128661 .t-menu__link-item.t-active {
                        opacity: 1 !important;
                    }
                }
#rec1903128661 .t280__logo__content .t-title,
#rec1903128661 .t280__logo,
#rec1903128671 .t280__logo__content .t-title,
#rec1903128671 .t280__logo,
#rec1903128681 .tmenu-mobile__burgerlogo a,
#rec1903128681 .tmenu-mobile__burgerlogo__title,
#rec1903128681 .t228__leftcontainer a,
#rec1903128681 .t228__logo,
#rec1903128691 .t228__leftcontainer a,
#rec1903128691 .t228__logo {
color: #ffffff;
}
#rec1903128661 a.t280__menu__link,
#rec1903128671 a.t280__menu__link {
font-size: 18px;
                    color: #ffffff;
                    font-family: 'Montserrat';
                    font-weight: 300;
}
#rec1903128661 .t280__lang_first,
#rec1903128661 .t280__lang_second,
#rec1903128671 .t280__lang_first,
#rec1903128671 .t280__lang_second,
#rec1903128681 a.t-menu__link-item,
#rec1903128681 .t228__right_langs_lang a,
#rec1903128691 a.t-menu__link-item,
#rec1903128691 .t228__right_langs_lang a {
color: #ffffff;
                    font-family: 'Montserrat';
                    font-weight: 300;
}
@media (hover),
                            (min-width:0\0) {
                                .t-menuburger_first:hover span:nth-child(1) {
                                    transform: translateY(1px);
                                }

                                .t-menuburger_first:hover span:nth-child(4) {
                                    transform: translateY(-1px);
                                }

                                .t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {
                                    transform: translateY(3px);
                                }

                                .t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {
                                    transform: translateY(-3px);
                                }
                            }
@media (hover),
                            (min-width:0\0) {

                                .t-menuburger_second.t-menuburger-hovered span:nth-child(2),
                                .t-menuburger_second.t-menuburger-hovered span:nth-child(3) {
                                    animation: t-menuburger-anim 0.3s ease-out normal forwards;
                                }

                                .t-menuburger_second.t-menuburger-unhovered span:nth-child(2),
                                .t-menuburger_second.t-menuburger-unhovered span:nth-child(3) {
                                    animation: t-menuburger-anim2 0.3s ease-out normal forwards;
                                }
                            }
@media (hover),
                            (min-width:0\0) {
                                .t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) {
                                    width: 100%;
                                }
                            }
@media (hover),
                            (min-width:0\0) {
                                .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {
                                    transform: translateY(1px);
                                }

                                .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {
                                    transform: translateY(-1px);
                                }

                                .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {
                                    transform: translateY(3px);
                                }

                                .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {
                                    transform: translateY(-3px);
                                }
                            }
@keyframes t-menuburger-anim {
                                0% {
                                    width: 80%;
                                    left: 20%;
                                    right: 0;
                                }

                                50% {
                                    width: 100%;
                                    left: 0;
                                    right: 0;
                                }

                                100% {
                                    width: 80%;
                                    left: 0;
                                    right: 20%;
                                }
                            }
@keyframes t-menuburger-anim2 {
                                0% {
                                    width: 80%;
                                    left: 0;
                                }

                                50% {
                                    width: 100%;
                                    right: 0;
                                    left: 0;
                                }

                                100% {
                                    width: 80%;
                                    left: 20%;
                                    right: 0;
                                }
                            }
@media screen and (max-width:980px) {
                    #rec1903128671 .t280__main_opened .t280__menu__content {
                        background-color: #86d4d4 !important;
                        opacity: 1 !important;
                    }
                }
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

                    #rec1903128671 .t-menu__link-item,
                    #rec1903128671 .t-menu__link-item.t-active {
                        opacity: 1 !important;
                    }
                }
@media (hover),
                        (min-width:0\0) {
                            .t-menuburger_first:hover span:nth-child(1) {
                                transform: translateY(1px);
                            }

                            .t-menuburger_first:hover span:nth-child(4) {
                                transform: translateY(-1px);
                            }

                            .t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {
                                transform: translateY(3px);
                            }

                            .t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {
                                transform: translateY(-3px);
                            }
                        }
@media (hover),
                        (min-width:0\0) {

                            .t-menuburger_second.t-menuburger-hovered span:nth-child(2),
                            .t-menuburger_second.t-menuburger-hovered span:nth-child(3) {
                                animation: t-menuburger-anim 0.3s ease-out normal forwards;
                            }

                            .t-menuburger_second.t-menuburger-unhovered span:nth-child(2),
                            .t-menuburger_second.t-menuburger-unhovered span:nth-child(3) {
                                animation: t-menuburger-anim2 0.3s ease-out normal forwards;
                            }
                        }
@media (hover),
                        (min-width:0\0) {
                            .t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) {
                                width: 100%;
                            }
                        }
@media (hover),
                        (min-width:0\0) {
                            .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {
                                transform: translateY(1px);
                            }

                            .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {
                                transform: translateY(-1px);
                            }

                            .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {
                                transform: translateY(3px);
                            }

                            .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {
                                transform: translateY(-3px);
                            }
                        }
@keyframes t-menuburger-anim {
                            0% {
                                width: 80%;
                                left: 20%;
                                right: 0;
                            }

                            50% {
                                width: 100%;
                                left: 0;
                                right: 0;
                            }

                            100% {
                                width: 80%;
                                left: 0;
                                right: 20%;
                            }
                        }
@keyframes t-menuburger-anim2 {
                            0% {
                                width: 80%;
                                left: 0;
                            }

                            50% {
                                width: 100%;
                                right: 0;
                                left: 0;
                            }

                            100% {
                                width: 80%;
                                left: 20%;
                                right: 0;
                            }
                        }
.tmenu-mobile {
                    background-color: #111;
                    display: none;
                    width: 100%;
                    top: 0;
                    z-index: 990;
                }
.tmenu-mobile_positionfixed {
                    position: fixed;
                }
.tmenu-mobile__text {
                    color: #fff;
                }
.tmenu-mobile__container {
                    min-height: 64px;
                    padding: 20px;
                    position: relative;
                    box-sizing: border-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                }
.tmenu-mobile__list {
                    display: block;
                }
.tmenu-mobile__burgerlogo {
                    display: inline-block;
                    font-size: 24px;
                    font-weight: 400;
                    white-space: nowrap;
                    vertical-align: middle;
                }
.tmenu-mobile__imglogo {
                    height: auto;
                    display: block;
                    max-width: 300px !important;
                    box-sizing: border-box;
                    padding: 0;
                    margin: 0 auto;
                }
@media screen and (max-width:980px) {
                    .tmenu-mobile__menucontent_hidden {
                        display: none;
                        height: 100%;
                    }

                    .tmenu-mobile {
                        display: block;
                    }
                }
@media screen and (max-width:980px) {
                    #rec1903128681 .tmenu-mobile {
                        background-color: #86d4d4;
                    }

                    #rec1903128681 .t-menuburger {
                        -webkit-order: 1;
                        -ms-flex-order: 1;
                        order: 1;
                    }
                }
#rec1903128681 .t-btnflex.t-btnflex_type_button,
#rec1903128691 .t-btnflex.t-btnflex_type_button {
color: #666666;
                                                    background-color: #ffffff;
                                                    --border-width: 0px;
                                                    border-style: none !important;
                                                    border-radius: 20px;
                                                    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) !important;
                                                    font-family: Montserrat;
                                                    font-weight: 500;
                                                    transition-duration: 0.2s;
                                                    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
                                                    transition-timing-function: ease-in-out;
}
@media screen and (max-width:980px) {
                    #rec1903128681 .t228__leftcontainer {
                        padding: 20px;
                    }

                    #rec1903128681 .t228__imglogo {
                        padding: 20px 0;
                    }

                    #rec1903128681 .t228 {
                        position: static;
                    }
                }
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

                    #rec1903128681 .t-menu__link-item,
                    #rec1903128681 .t-menu__link-item.t-active {
                        opacity: 1 !important;
                    }
                }
@media screen and (max-width:980px) {
                    #rec1903128691 .t228__leftcontainer {
                        padding: 20px;
                    }

                    #rec1903128691 .t228__imglogo {
                        padding: 20px 0;
                    }

                    #rec1903128691 .t228 {
                        position: static;
                    }
                }
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

                    #rec1903128691 .t-menu__link-item,
                    #rec1903128691 .t-menu__link-item.t-active {
                        opacity: 1 !important;
                    }
                }
#rec1903128701 .t396__artboard {
                    min-height: 740px;
                    height: 100vh;
                    background-color: #ffffff;
                    overflow: visible;
                }
#rec1903128701 .t396__filter {
                    min-height: 740px;
                    height: 100vh;
                }
#rec1903128701 .t396__carrier {
                    min-height: 740px;
                    height: 100vh;
                    background-position: center center;
                    background-attachment: scroll;
                    background-size: cover;
                    background-repeat: no-repeat;
                }
@media screen and (max-width:1199px) {

                    #rec1903128701 .t396__artboard,
                    #rec1903128701 .t396__filter,
                    #rec1903128701 .t396__carrier {}

                    #rec1903128701 .t396__filter {}

                    #rec1903128701 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128701 .t396__artboard,
                    #rec1903128701 .t396__filter,
                    #rec1903128701 .t396__carrier {}

                    #rec1903128701 .t396__filter {}

                    #rec1903128701 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128701 .t396__artboard,
                    #rec1903128701 .t396__filter,
                    #rec1903128701 .t396__carrier {
                        min-height: 690px;
                        height: 100vh;
                    }

                    #rec1903128701 .t396__artboard {
                        background-color: #ffffff;
                    }

                    #rec1903128701 .t396__filter {}

                    #rec1903128701 .t396__carrier {
                        background-position: center center;
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128701 .t396__artboard,
                    #rec1903128701 .t396__filter,
                    #rec1903128701 .t396__carrier {
                        min-height: 790px;
                    }

                    #rec1903128701 .t396__filter {}

                    #rec1903128701 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
#rec1903128701 .tn-elem[data-elem-id="1655476985640"] {
                    z-index: 3;
                    top: 340px;
                    ;
                    left: calc(50% - 600px + -160px);
                    ;
                    width: 1500px;
                    height: auto;
                }
#rec1903128701 .tn-elem[data-elem-id="1655476985640"] .tn-atom {
                    border-radius: 0px 0px 0px 0px;
                    opacity: 0.2;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                }
#rec1903128701 .tn-elem[data-elem-id="1655476985640"] .tn-atom__img,
#rec1903128701 .tn-elem[data-elem-id="1607618688611"] .tn-atom__img,
#rec1903128701 .tn-elem[data-elem-id="1607618726072"] .tn-atom__img,
#rec1903128701 .tn-elem[data-elem-id="1607632900707"] .tn-atom__img,
#rec1903128721 .tn-elem[data-elem-id="1607620655149"] .tn-atom__img,
#rec1903128771 .tn-elem[data-elem-id="1770808590459000006"] .tn-atom__img,
#rec1903128771 .tn-elem[data-elem-id="1770808587824000005"] .tn-atom__img,
#rec1903128771 .tn-elem[data-elem-id="1770808585793000004"] .tn-atom__img,
#rec1903128771 .tn-elem[data-elem-id="1770808583440000003"] .tn-atom__img,
#rec1903128771 .tn-elem[data-elem-id="1770808542533000001"] .tn-atom__img,
#rec1903128801 .tn-elem[data-elem-id="1770808670444000003"] .tn-atom__img,
#rec1903128801 .tn-elem[data-elem-id="1770808670444000004"] .tn-atom__img,
#rec1903128801 .tn-elem[data-elem-id="1770808670444000005"] .tn-atom__img,
#rec1903128801 .tn-elem[data-elem-id="1770808670444000006"] .tn-atom__img,
#rec1903128801 .tn-elem[data-elem-id="1770808670445000007"] .tn-atom__img,
#rec1903128811 .tn-elem[data-elem-id="1607628817696"] .tn-atom__img,
#rec1903128951 .tn-elem[data-elem-id="1607626695552"] .tn-atom__img {
border-radius: 0px 0px 0px 0px;
                    object-position: center center;
}
@media screen and (max-width:1199px) {
                    #rec1903128701 .tn-elem[data-elem-id="1655476985640"] {
                        display: table;
                        top: 276px;
                        ;
                        left: calc(50% - 480px + -432px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128701 .tn-elem[data-elem-id="1655476985640"] {
                        display: table;
                        top: 325px;
                        ;
                        left: calc(50% - 320px + -900px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128701 .tn-elem[data-elem-id="1655476985640"] {
                        display: table;
                        top: 332px;
                        ;
                        left: calc(50% - 240px + -973px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128701 .tn-elem[data-elem-id="1655476985640"] {
                        display: table;
                        top: 430px;
                        ;
                        left: calc(50% - 160px + -980px);
                        ;
                        height: auto;
                    }
                }
#rec1903128701 .tn-elem[data-elem-id="1607618683081"] {
                    color: #000000;
                    z-index: 3;
                    top: 222px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 1080px;
                    height: auto;
                }
#rec1903128701 .tn-elem[data-elem-id="1607618683081"] .tn-atom {
                    vertical-align: middle;
                    color: #000000;
                    font-size: 64px;
                    font-family: var(--t-headline-font, Arial);
                    line-height: 1.3;
                    font-weight: 500;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
                }
@media screen and (max-width:1199px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618683081"] {
                        display: table;
                        top: 151px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        width: 640px;
                        height: auto;
                    }

                    #rec1903128701 .tn-elem[data-elem-id="1607618683081"] .tn-atom {
                        font-size: 48px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618683081"] {
                        display: table;
                        top: 151px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 640px;
                        height: auto;
                    }

                    #rec1903128701 .tn-elem[data-elem-id="1607618683081"] .tn-atom {
                        font-size: 48px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618683081"] {
                        display: table;
                        top: 151px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 430px;
                        height: auto;
                    }

                    #rec1903128701 .tn-elem[data-elem-id="1607618683081"] .tn-atom {
                        font-size: 32px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618683081"] {
                        display: table;
                        top: 96px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
#rec1903128701 .tn-elem[data-elem-id="1607618688611"] {
                    z-index: 3;
                    top: 182px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 110px;
                    height: auto;
                }
#rec1903128701 .tn-elem[data-elem-id="1607618688611"] .tn-atom,
#rec1903128701 .tn-elem[data-elem-id="1607618726072"] .tn-atom,
#rec1903128701 .tn-elem[data-elem-id="1607632900707"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607628817696"] .tn-atom,
#rec1903128951 .tn-elem[data-elem-id="1607626695552"] .tn-atom {
border-radius: 0px 0px 0px 0px;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
}
@media screen and (max-width:1199px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618688611"] {
                        display: table;
                        top: 111px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618688611"] {
                        display: table;
                        top: 111px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618688611"] {
                        display: table;
                        top: 101px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618688611"] {
                        display: table;
                        top: 56px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128701 .tn-elem[data-elem-id="1607618837358"],
#rec1903128701 .tn-elem[data-elem-id="1607633094901"] {
z-index: 3;
                    top: 600px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 70px;
                    height: 70px;
}
#rec1903128701 .tn-elem[data-elem-id="1607618837358"] .tn-atom {
                    border-radius: 3000px 3000px 3000px 3000px;
                    background-color: #ffffff;
                    background-position: center center;
                    --t396-borderwidth: 1px;
                    --t396-bordercolor: #222222;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                }
@media screen and (max-width:1199px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618837358"] {
                        display: table;
                        top: 529px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618837358"] {
                        display: table;
                        top: 529px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618837358"] {
                        display: table;
                        top: 489px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618837358"] {
                        display: table;
                        top: 633px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                    }
                }
#rec1903128701 .tn-elem[data-elem-id="1607618726072"],
#rec1903128701 .tn-elem[data-elem-id="1607632900707"] {
z-index: 3;
                    top: 621px;
                    ;
                    left: calc(50% - 600px + 52px);
                    ;
                    width: 7px;
                    height: auto;
                    pointer-events: none;
}
@media screen and (max-width:1199px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618726072"] {
                        display: table;
                        top: 550px;
                        ;
                        left: calc(50% - 480px + 42px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618726072"] {
                        display: table;
                        top: 550px;
                        ;
                        left: calc(50% - 320px + 42px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618726072"] {
                        display: table;
                        top: 510px;
                        ;
                        left: calc(50% - 240px + 52px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618726072"] {
                        display: table;
                        top: 654px;
                        ;
                        left: calc(50% - 160px + 52px);
                        ;
                        height: auto;
                    }
                }
#rec1903128701 .tn-elem[data-elem-id="1607618785936"] {
                    color: #000000;
                    z-index: 3;
                    top: 496px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 630px;
                    height: auto;
                }
#rec1903128701 .tn-elem[data-elem-id="1607618785936"] .tn-atom {
                    vertical-align: middle;
                    color: #000000;
                    font-size: 24px;
                    font-family: var(--t-text-font, Arial);
                    line-height: 1.3;
                    font-weight: 300;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
                }
@media screen and (max-width:1199px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618785936"] {
                        display: table;
                        top: 427px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618785936"] {
                        display: table;
                        top: 427px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618785936"] {
                        display: table;
                        top: 332px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 410px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607618785936"] {
                        display: table;
                        top: 408px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 220px;
                        height: auto;
                    }
                }
#rec1903128701 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607633094901"],
#rec1903128701 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607632900707"],
#rec1903128711 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607627321664"],
#rec1903128721 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607620655163"],
#rec1903128721 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607620655149"],
#rec1903128741 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607630146106"],
#rec1903128741 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607630275145"],
#rec1903128741 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607630318127"],
#rec1903128741 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607630346821"],
#rec1903128751 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607684887836"],
#rec1903128771 .tn-elem.t396__elem--anim-hidden[data-elem-id="1770808590459000006"],
#rec1903128771 .tn-elem.t396__elem--anim-hidden[data-elem-id="1770808587824000005"],
#rec1903128771 .tn-elem.t396__elem--anim-hidden[data-elem-id="1770808585793000004"],
#rec1903128771 .tn-elem.t396__elem--anim-hidden[data-elem-id="1770808583440000003"],
#rec1903128771 .tn-elem.t396__elem--anim-hidden[data-elem-id="1770808542533000001"],
#rec1903128791 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607628279852"],
#rec1903128801 .tn-elem.t396__elem--anim-hidden[data-elem-id="1770808670444000003"],
#rec1903128801 .tn-elem.t396__elem--anim-hidden[data-elem-id="1770808670444000004"],
#rec1903128801 .tn-elem.t396__elem--anim-hidden[data-elem-id="1770808670444000005"],
#rec1903128801 .tn-elem.t396__elem--anim-hidden[data-elem-id="1770808670444000006"],
#rec1903128801 .tn-elem.t396__elem--anim-hidden[data-elem-id="1770808670445000007"],
#rec1903128811 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607628817696"] {
opacity: 0;
}
#rec1903128701 .tn-elem[data-elem-id="1607633094901"] .tn-atom {
                    border-radius: 3000px 3000px 3000px 3000px;
                    background-color: #222222;
                    background-position: center center;
                    --t396-borderwidth: 1px;
                    --t396-bordercolor: #222222;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                }
@media screen and (max-width:1199px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607633094901"] {
                        display: table;
                        top: 529px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607633094901"] {
                        display: table;
                        top: 529px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607633094901"] {
                        display: table;
                        top: 489px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607633094901"] {
                        display: table;
                        top: 633px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607632900707"] {
                        display: table;
                        top: 550px;
                        ;
                        left: calc(50% - 480px + 42px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607632900707"] {
                        display: table;
                        top: 550px;
                        ;
                        left: calc(50% - 320px + 42px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607632900707"] {
                        display: table;
                        top: 510px;
                        ;
                        left: calc(50% - 240px + 52px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128701 .tn-elem[data-elem-id="1607632900707"] {
                        display: table;
                        top: 654px;
                        ;
                        left: calc(50% - 160px + 52px);
                        ;
                        height: auto;
                    }
                }
#rec1903128711 .t396__artboard {
                    height: 1130px;
                    background-color: #ffffff;
                    overflow: visible;
                }
#rec1903128711 .t396__filter {
                    height: 1130px;
                }
#rec1903128711 .t396__carrier {
                    height: 1130px;
                    background-position: center center;
                    background-attachment: scroll;
                    background-size: cover;
                    background-repeat: no-repeat;
                }
@media screen and (max-width:1199px) {

                    #rec1903128711 .t396__artboard,
                    #rec1903128711 .t396__filter,
                    #rec1903128711 .t396__carrier {
                        height: 1300px;
                    }

                    #rec1903128711 .t396__filter {}

                    #rec1903128711 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128711 .t396__artboard,
                    #rec1903128711 .t396__filter,
                    #rec1903128711 .t396__carrier {
                        height: 1980px;
                    }

                    #rec1903128711 .t396__filter {}

                    #rec1903128711 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128711 .t396__artboard,
                    #rec1903128711 .t396__filter,
                    #rec1903128711 .t396__carrier {
                        height: 2850px;
                    }

                    #rec1903128711 .t396__filter {}

                    #rec1903128711 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128711 .t396__artboard,
                    #rec1903128711 .t396__filter,
                    #rec1903128711 .t396__carrier {
                        height: 3320px;
                    }

                    #rec1903128711 .t396__filter {}

                    #rec1903128711 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607627540345"],
#rec1903128751 .tn-elem[data-elem-id="1607684687499"],
#rec1903128791 .tn-elem[data-elem-id="1607684749485"] {
z-index: 1;
                    top: 0px;
                    ;
                    left: calc(50% - 600px + 1180px);
                    ;
                    width: 1px;
                    height: 100%;
}
#rec1903128711 .tn-elem[data-elem-id="1607627540345"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607627533724"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607627529022"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607627482482"] .tn-atom,
#rec1903128751 .tn-elem[data-elem-id="1607684687499"] .tn-atom,
#rec1903128751 .tn-elem[data-elem-id="1607684687485"] .tn-atom,
#rec1903128751 .tn-elem[data-elem-id="1607684687470"] .tn-atom,
#rec1903128751 .tn-elem[data-elem-id="1607684687457"] .tn-atom,
#rec1903128761 .tn-elem[data-elem-id="1607684718951"] .tn-atom,
#rec1903128761 .tn-elem[data-elem-id="1607684718933"] .tn-atom,
#rec1903128761 .tn-elem[data-elem-id="1607684718900"] .tn-atom,
#rec1903128761 .tn-elem[data-elem-id="1607684718881"] .tn-atom,
#rec1903128791 .tn-elem[data-elem-id="1607684749485"] .tn-atom,
#rec1903128791 .tn-elem[data-elem-id="1607684749474"] .tn-atom,
#rec1903128791 .tn-elem[data-elem-id="1607684749459"] .tn-atom,
#rec1903128791 .tn-elem[data-elem-id="1607684749446"] .tn-atom {
opacity: 0.1;
                    background-color: #222222;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
}
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607627540345"] {
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 950px);
                        ;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607627533724"],
#rec1903128751 .tn-elem[data-elem-id="1607684687485"],
#rec1903128791 .tn-elem[data-elem-id="1607684749474"] {
z-index: 2;
                    top: -1px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 1px;
                    height: 100%;
}
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607627533724"] {
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 650px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607627533724"] {
                        top: -1px;
                        ;
                        left: calc(50% - 240px + -20px);
                        ;
                    }

                    #rec1903128711 .tn-elem[data-elem-id="1607627533724"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607627533724"] {
                        top: -1px;
                        ;
                        left: calc(50% - 160px + -20px);
                        ;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607627529022"],
#rec1903128751 .tn-elem[data-elem-id="1607684687470"],
#rec1903128771 .tn-elem[data-elem-id="1607684733259"],
#rec1903128791 .tn-elem[data-elem-id="1607684749459"],
#rec1903128801 .tn-elem[data-elem-id="1607684770080"],
#rec1903128811 .tn-elem[data-elem-id="1607684781591"],
#rec1903128821 .tn-elem[data-elem-id="1607684803469"] {
z-index: 3;
                    top: -1px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 1px;
                    height: 100%;
}
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607627529022"] {
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607627529022"] {
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 1px);
                        ;
                    }

                    #rec1903128711 .tn-elem[data-elem-id="1607627529022"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607627482482"],
#rec1903128751 .tn-elem[data-elem-id="1607684687457"],
#rec1903128791 .tn-elem[data-elem-id="1607684749446"] {
z-index: 4;
                    top: 0px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 1px;
                    height: 100%;
}
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607627482482"] {
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607627482482"] {
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                    }

                    #rec1903128711 .tn-elem[data-elem-id="1607627482482"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607629287694"],
#rec1903128751 .tn-elem[data-elem-id="1607629524415"] {
z-index: 5;
                    top: 0px;
                    ;
                    left: calc(50% - 50% + 0px);
                    ;
                    width: 100%;
                    height: 100px;
}
#rec1903128711 .tn-elem[data-elem-id="1607629287694"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621788407"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621815796"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621832995"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621875298"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621859213"] .tn-atom,
#rec1903128751 .tn-elem[data-elem-id="1607629524415"] .tn-atom {
background-position: center center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
}
#rec1903128711 .tn-elem[data-elem-id="1607629401502"] {
                    z-index: 6;
                    top: 1030px;
                    ;
                    left: calc(50% - 50% + 0px);
                    ;
                    width: 100%;
                    height: 100px;
                }
#rec1903128711 .tn-elem[data-elem-id="1607629401502"] .tn-atom {
                    background-position: center center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    transform: rotate(180deg);
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607629401502"] {
                        top: 1170px;
                        ;
                        left: calc(50% - 50% + 0px);
                        ;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607627321664"] {
                    z-index: 7;
                    top: 535px;
                    ;
                    left: calc(50% - 600px + 390px);
                    ;
                    width: 60px;
                    height: auto;
                }
#rec1903128711 .tn-elem[data-elem-id="1607627321664"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607619471001"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607619558840"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607619671654"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607619774918"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607619789322"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621959954"] .tn-atom,
#rec1903128751 .tn-elem[data-elem-id="1607684887836"] .tn-atom,
#rec1903128751 .tn-elem[data-elem-id="1607622816814"] .tn-atom,
#rec1903128791 .tn-elem[data-elem-id="1607628279852"] .tn-atom,
#rec1903128861 .tn-elem[data-elem-id="1607625927828"] .tn-atom,
#rec1903128861 .tn-elem[data-elem-id="1607625954393"] .tn-atom,
#rec1903128861 .tn-elem[data-elem-id="1607625958098"] .tn-atom,
#rec1903128871 .tn-elem[data-elem-id="1607625927828"] .tn-atom,
#rec1903128871 .tn-elem[data-elem-id="1607625954393"] .tn-atom,
#rec1903128871 .tn-elem[data-elem-id="1607625958098"] .tn-atom,
#rec1903128871 .tn-elem[data-elem-id="1607691266381"] .tn-atom,
#rec1903128871 .tn-elem[data-elem-id="1607691272802"] .tn-atom,
#rec1903128881 .tn-elem[data-elem-id="1607625927828"] .tn-atom,
#rec1903128881 .tn-elem[data-elem-id="1607625954393"] .tn-atom,
#rec1903128881 .tn-elem[data-elem-id="1607625958098"] .tn-atom,
#rec1903128881 .tn-elem[data-elem-id="1607691266381"] .tn-atom,
#rec1903128881 .tn-elem[data-elem-id="1607691272802"] .tn-atom {
background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
}
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607627321664"] {
                        top: 535px;
                        ;
                        left: calc(50% - 480px + 300px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607627321664"] {
                        top: 535px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607627321664"] {
                        top: 915px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619361881"] {
                    color: #000000;
                    z-index: 8;
                    top: 0px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 650px;
                    height: auto;
                }
#rec1903128711 .tn-elem[data-elem-id="1607619361881"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607619361881"] .tn-atom,
#rec1903128791 .tn-elem[data-elem-id="1607619361881"] .tn-atom {
color: #000000;
                    font-size: 48px;
                    font-family: 'EuclidFlex', Arial, sans-serif;
                    line-height: 1.3;
                    font-weight: 500;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619361881"] {
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619361881"] {
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 270px;
                        height: auto;
                    }

                    #rec1903128711 .tn-elem[data-elem-id="1607619361881"] .tn-atom {
                        font-size: 32px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619361881"] {
                        top: 45px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 280px;
                        height: auto;
                    }

                    #rec1903128711 .tn-elem[data-elem-id="1607619361881"] .tn-atom {
                        font-size: 32px;
                        background-size: cover;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619407586"] {
                    z-index: 9;
                    top: 112px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 761px;
                    height: 417px;
                }
#rec1903128711 .tn-elem[data-elem-id="1607619407586"] .tn-atom {
                    border-radius: 30px;
                    background-color: #044b4b;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.2);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619407586"] {
                        top: 112px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        width: 620px;
                        height: 480px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619407586"] {
                        top: 172px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 93%;
                        height: 583px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619407586"] {
                        top: 172px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 694px;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619471001"] {
                    z-index: 10;
                    top: 140px;
                    ;
                    left: calc(50% - 600px + 45px);
                    ;
                    width: 70px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619471001"] {
                        top: 140px;
                        ;
                        left: calc(50% - 480px + 35px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619471001"] {
                        top: 200px;
                        ;
                        left: calc(50% - 240px + 54px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619471001"] {
                        top: 200px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        height: auto;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619494396"] {
                    color: #ffffff;
                    z-index: 11;
                    top: 250px;
                    ;
                    left: calc(50% - 600px + 45px);
                    ;
                    width: 310px;
                    height: auto;
                }
#rec1903128711 .tn-elem[data-elem-id="1607619494396"] .tn-atom {
                    color: #ffffff;
                    font-size: 24px;
                    font-family: 'Montserrat', Arial, sans-serif;
                    line-height: 1.55;
                    font-weight: 700;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619494396"] {
                        top: 250px;
                        ;
                        left: calc(50% - 480px + 35px);
                        ;
                        width: 160px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619494396"] {
                        top: 310px;
                        ;
                        left: calc(50% - 240px + 54px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619494396"] {
                        top: 310px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        height: auto;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619519617"] {
                    color: #ffffff;
                    z-index: 12;
                    top: 305px;
                    ;
                    left: calc(50% - 600px + 45px);
                    ;
                    width: 670px;
                    height: auto;
                }
#rec1903128711 .tn-elem[data-elem-id="1607619519617"] .tn-atom {
                    color: #ffffff;
                    font-size: 18px;
                    font-family: 'Montserrat', Arial, sans-serif;
                    line-height: 1.55;
                    font-weight: 300;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619519617"] {
                        top: 344px;
                        ;
                        left: calc(50% - 480px + 35px);
                        ;
                        width: 560px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619519617"] {
                        top: 404px;
                        ;
                        left: calc(50% - 240px + 54px);
                        ;
                        width: 380px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619519617"] {
                        top: 404px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 264px;
                        height: auto;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619558829"] {
                    z-index: 13;
                    top: 115px;
                    ;
                    left: calc(50% - 600px + 819px);
                    ;
                    width: 362px;
                    height: 417px;
                }
#rec1903128711 .tn-elem[data-elem-id="1607619558829"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607619671637"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607619774906"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607619789312"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621350815"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621666886"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621266078"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621606869"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607619558829"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621474944"] .tn-atom {
border-radius: 30px;
                    background-color: #86d4d4;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.2);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
}
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558829"] {
                        top: 112px;
                        ;
                        left: calc(50% - 480px + 652px);
                        ;
                        width: 300px;
                        height: 480px;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558829"] {
                        top: 1284px;
                        ;
                        left: calc(50% - 320px + 330px);
                        ;
                        width: 300px;
                        height: 639px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558829"] {
                        top: 2361px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 93%;
                        height: 399px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558829"] {
                        top: 2789px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 477px;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619558840"] {
                    z-index: 14;
                    top: 143px;
                    ;
                    left: calc(50% - 600px + 844px);
                    ;
                    width: 70px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558840"] {
                        top: 143px;
                        ;
                        left: calc(50% - 480px + 677px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558840"] {
                        top: 1315px;
                        ;
                        left: calc(50% - 320px + 355px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558840"] {
                        top: 2392px;
                        ;
                        left: calc(50% - 240px + 47px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558840"] {
                        top: 2820px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        height: auto;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619558858"] {
                    color: #222222;
                    z-index: 15;
                    top: 253px;
                    ;
                    left: calc(50% - 600px + 844px);
                    ;
                    width: 310px;
                    height: auto;
                }
#rec1903128711 .tn-elem[data-elem-id="1607619558858"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607619671674"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607619774933"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607619789336"] .tn-atom,
#rec1903128751 .tn-elem[data-elem-id="1607619494396"] .tn-atom,
#rec1903128751 .tn-elem[data-elem-id="1607622922161"] .tn-atom {
color: #222222;
                    font-size: 24px;
                    font-family: 'Montserrat', Arial, sans-serif;
                    line-height: 1.55;
                    font-weight: 700;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558858"] {
                        top: 253px;
                        ;
                        left: calc(50% - 480px + 677px);
                        ;
                        width: 240px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558858"] {
                        top: 1425px;
                        ;
                        left: calc(50% - 320px + 355px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558858"] {
                        top: 2502px;
                        ;
                        left: calc(50% - 240px + 47px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558858"] {
                        top: 2930px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        height: auto;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619558867"] {
                    color: #222222;
                    z-index: 16;
                    top: 308px;
                    ;
                    left: calc(50% - 600px + 844px);
                    ;
                    width: 300px;
                    height: auto;
                }
#rec1903128711 .tn-elem[data-elem-id="1607619558867"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607619671683"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607619774941"] .tn-atom,
#rec1903128711 .tn-elem[data-elem-id="1607619789342"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607619558867"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621266098"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621350833"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621474968"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621606887"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621666907"] .tn-atom,
#rec1903128791 .tn-elem[data-elem-id="1607619671683"] .tn-atom,
#rec1903128791 .tn-elem[data-elem-id="1607623676395"] .tn-atom {
color: #222222;
                    font-size: 18px;
                    font-family: 'Montserrat', Arial, sans-serif;
                    line-height: 1.55;
                    font-weight: 300;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558867"] {
                        top: 347px;
                        ;
                        left: calc(50% - 480px + 680px);
                        ;
                        width: 260px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558867"] {
                        top: 1519px;
                        ;
                        left: calc(50% - 320px + 358px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558867"] {
                        top: 2596px;
                        ;
                        left: calc(50% - 240px + 50px);
                        ;
                        width: 380px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619558867"] {
                        top: 3024px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 260px;
                        height: auto;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619671637"] {
                    z-index: 17;
                    top: 567px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 362px;
                    height: 516px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671637"] {
                        top: 617px;
                        ;
                        left: calc(50% - 480px + 12px);
                        ;
                        width: 297px;
                        height: 640px;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671637"] {
                        top: 617px;
                        ;
                        left: calc(50% - 320px + 12px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671637"] {
                        top: 788px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 93%;
                        height: 484px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671637"] {
                        top: 897px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 556px;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619671654"] {
                    z-index: 18;
                    top: 595px;
                    ;
                    left: calc(50% - 600px + 45px);
                    ;
                    width: 70px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671654"] {
                        top: 645px;
                        ;
                        left: calc(50% - 480px + 37px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671654"] {
                        top: 645px;
                        ;
                        left: calc(50% - 320px + 37px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671654"] {
                        top: 816px;
                        ;
                        left: calc(50% - 240px + 55px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671654"] {
                        top: 925px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        height: auto;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619671674"] {
                    color: #222222;
                    z-index: 19;
                    top: 705px;
                    ;
                    left: calc(50% - 600px + 45px);
                    ;
                    width: 310px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671674"] {
                        top: 755px;
                        ;
                        left: calc(50% - 480px + 37px);
                        ;
                        width: 220px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671674"] {
                        top: 755px;
                        ;
                        left: calc(50% - 320px + 37px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671674"] {
                        top: 926px;
                        ;
                        left: calc(50% - 240px + 55px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671674"] {
                        top: 1035px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        height: auto;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619671683"] {
                    color: #222222;
                    z-index: 20;
                    top: 760px;
                    ;
                    left: calc(50% - 600px + 45px);
                    ;
                    width: 280px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671683"] {
                        top: 849px;
                        ;
                        left: calc(50% - 480px + 37px);
                        ;
                        width: 230px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671683"] {
                        top: 849px;
                        ;
                        left: calc(50% - 320px + 37px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671683"] {
                        top: 1020px;
                        ;
                        left: calc(50% - 240px + 55px);
                        ;
                        width: 350px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619671683"] {
                        top: 1129px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 260px;
                        height: auto;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619774906"] {
                    z-index: 21;
                    top: 567px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 362px;
                    height: 516px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774906"] {
                        top: 617px;
                        ;
                        left: calc(50% - 480px + 652px);
                        ;
                        width: 299px;
                        height: 640px;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774906"] {
                        top: 1283px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774906"] {
                        top: 1816px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 93%;
                        height: 508px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774906"] {
                        top: 2121px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 637px;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619774918"] {
                    z-index: 22;
                    top: 595px;
                    ;
                    left: calc(50% - 600px + 845px);
                    ;
                    width: 70px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774918"] {
                        top: 645px;
                        ;
                        left: calc(50% - 480px + 677px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774918"] {
                        top: 1311px;
                        ;
                        left: calc(50% - 320px + 35px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774918"] {
                        top: 1844px;
                        ;
                        left: calc(50% - 240px + 54px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774918"] {
                        top: 2149px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        height: auto;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619774933"] {
                    color: #222222;
                    z-index: 23;
                    top: 705px;
                    ;
                    left: calc(50% - 600px + 845px);
                    ;
                    width: 310px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774933"] {
                        top: 755px;
                        ;
                        left: calc(50% - 480px + 677px);
                        ;
                        width: 210px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774933"] {
                        top: 1421px;
                        ;
                        left: calc(50% - 320px + 35px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774933"] {
                        top: 1954px;
                        ;
                        left: calc(50% - 240px + 54px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774933"] {
                        top: 2259px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        height: auto;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619774941"] {
                    color: #222222;
                    z-index: 24;
                    top: 760px;
                    ;
                    left: calc(50% - 600px + 845px);
                    ;
                    width: 300px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774941"] {
                        top: 849px;
                        ;
                        left: calc(50% - 480px + 677px);
                        ;
                        width: 250px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774941"] {
                        top: 1515px;
                        ;
                        left: calc(50% - 320px + 35px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774941"] {
                        top: 2048px;
                        ;
                        left: calc(50% - 240px + 54px);
                        ;
                        width: 370px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619774941"] {
                        top: 2353px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 253px;
                        height: auto;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619789312"] {
                    z-index: 25;
                    top: 567px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 362px;
                    height: 516px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789312"] {
                        top: 617px;
                        ;
                        left: calc(50% - 480px + 331px);
                        ;
                        width: 298px;
                        height: 640px;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789312"] {
                        top: 617px;
                        ;
                        left: calc(50% - 320px + 331px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789312"] {
                        top: 1305px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 93%;
                        height: 474px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789312"] {
                        top: 1484px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 606px;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619789322"] {
                    z-index: 26;
                    top: 595px;
                    ;
                    left: calc(50% - 600px + 445px);
                    ;
                    width: 70px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789322"] {
                        top: 645px;
                        ;
                        left: calc(50% - 480px + 356px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789322"] {
                        top: 645px;
                        ;
                        left: calc(50% - 320px + 356px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789322"] {
                        top: 1333px;
                        ;
                        left: calc(50% - 240px + 55px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789322"] {
                        top: 1512px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        height: auto;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619789336"] {
                    color: #222222;
                    z-index: 27;
                    top: 705px;
                    ;
                    left: calc(50% - 600px + 445px);
                    ;
                    width: 310px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789336"] {
                        top: 755px;
                        ;
                        left: calc(50% - 480px + 356px);
                        ;
                        width: 250px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789336"] {
                        top: 755px;
                        ;
                        left: calc(50% - 320px + 356px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789336"] {
                        top: 1443px;
                        ;
                        left: calc(50% - 240px + 55px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789336"] {
                        top: 1622px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        height: auto;
                    }
                }
#rec1903128711 .tn-elem[data-elem-id="1607619789342"] {
                    color: #222222;
                    z-index: 28;
                    top: 760px;
                    ;
                    left: calc(50% - 600px + 445px);
                    ;
                    width: 310px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789342"] {
                        top: 849px;
                        ;
                        left: calc(50% - 480px + 356px);
                        ;
                        width: 240px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789342"] {
                        top: 849px;
                        ;
                        left: calc(50% - 320px + 356px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789342"] {
                        top: 1537px;
                        ;
                        left: calc(50% - 240px + 55px);
                        ;
                        width: 370px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128711 .tn-elem[data-elem-id="1607619789342"] {
                        top: 1716px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 250px;
                        height: auto;
                    }
                }
#rec1903128721 .t396__artboard {
                    height: 1880px;
                    background-color: #F8F8F8;
                    overflow: visible;
                }
#rec1903128721 .t396__filter {
                    height: 1880px;
                }
#rec1903128721 .t396__carrier {
                    height: 1880px;
                    background-position: center center;
                    background-attachment: scroll;
                    background-size: cover;
                    background-repeat: no-repeat;
                }
@media screen and (max-width:1199px) {

                    #rec1903128721 .t396__artboard,
                    #rec1903128721 .t396__filter,
                    #rec1903128721 .t396__carrier {
                        height: 980px;
                    }

                    #rec1903128721 .t396__filter {}

                    #rec1903128721 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128721 .t396__artboard,
                    #rec1903128721 .t396__filter,
                    #rec1903128721 .t396__carrier {
                        height: 1140px;
                    }

                    #rec1903128721 .t396__filter {}

                    #rec1903128721 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128721 .t396__artboard,
                    #rec1903128721 .t396__filter,
                    #rec1903128721 .t396__carrier {
                        height: 1770px;
                    }

                    #rec1903128721 .t396__filter {}

                    #rec1903128721 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128721 .t396__artboard,
                    #rec1903128721 .t396__filter,
                    #rec1903128721 .t396__carrier {
                        height: 2020px;
                    }

                    #rec1903128721 .t396__filter {}

                    #rec1903128721 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
#rec1903128721 .tn-elem[data-elem-id="1607619494396"] {
                    color: #222222;
                    z-index: 3;
                    top: 270px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 560px;
                    height: auto;
                }
#rec1903128721 .tn-elem[data-elem-id="1607619494396"] .tn-atom,
#rec1903128721 .tn-elem[data-elem-id="1607620015340"] .tn-atom,
#rec1903128721 .tn-elem[data-elem-id="1607620071434"] .tn-atom,
#rec1903128721 .tn-elem[data-elem-id="1607620099155"] .tn-atom,
#rec1903128771 .tn-elem[data-elem-id="1607619671674"] .tn-atom,
#rec1903128771 .tn-elem[data-elem-id="1607619774933"] .tn-atom,
#rec1903128771 .tn-elem[data-elem-id="1607619789336"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607625028431"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607625057049"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607625086538"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1763970806668000001"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607625086551"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607625098771"] .tn-atom,
#rec1903128951 .tn-elem[data-elem-id="1655478446412"] .tn-atom,
#rec1903128951 .tn-elem[data-elem-id="1655478529524"] .tn-atom {
vertical-align: middle;
                    color: #222222;
                    font-size: 24px;
                    font-family: var(--t-text-font, Arial);
                    line-height: 1.55;
                    font-weight: 700;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media (min-width:1200px) {
                    #rec1903128721 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607619494396"] {
                        opacity: 0;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607619494396"] {
                        display: table;
                        top: 270px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        width: 460px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607619494396"] {
                        display: table;
                        top: 195px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607619494396"] {
                        display: table;
                        top: 195px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607619494396"] {
                        display: table;
                        height: auto;
                    }
                }
#rec1903128721 .tn-elem[data-elem-id="1607619519617"] {
                    color: #222222;
                    z-index: 3;
                    top: 325px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 500px;
                    height: auto;
                }
#rec1903128721 .tn-elem[data-elem-id="1607619519617"] .tn-atom,
#rec1903128721 .tn-elem[data-elem-id="1607620015346"] .tn-atom,
#rec1903128721 .tn-elem[data-elem-id="1607620071443"] .tn-atom,
#rec1903128721 .tn-elem[data-elem-id="1607620099160"] .tn-atom,
#rec1903128951 .tn-elem[data-elem-id="1607626628268"] .tn-atom {
vertical-align: middle;
                    color: #222222;
                    font-size: 18px;
                    font-family: var(--t-text-font, Arial);
                    line-height: 1.55;
                    font-weight: 300;
                    opacity: 0.7;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media (min-width:1200px) {
                    #rec1903128721 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607619519617"] {
                        opacity: 0;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607619519617"] {
                        display: table;
                        top: 325px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        width: 460px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607619519617"] {
                        display: table;
                        top: 290px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607619519617"] {
                        display: table;
                        top: 290px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 460px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607619519617"] {
                        display: table;
                        top: 290px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
#rec1903128721 .tn-elem[data-elem-id="1607620015340"] {
                    color: #222222;
                    z-index: 3;
                    top: 270px;
                    ;
                    left: calc(50% - 600px + 620px);
                    ;
                    width: 560px;
                    height: auto;
                }
@media (min-width:1200px) {
                    #rec1903128721 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607620015340"] {
                        opacity: 0;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620015340"] {
                        display: table;
                        top: 270px;
                        ;
                        left: calc(50% - 480px + 490px);
                        ;
                        width: 460px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620015340"] {
                        display: table;
                        top: 195px;
                        ;
                        left: calc(50% - 320px + 330px);
                        ;
                        width: 280px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620015340"] {
                        display: table;
                        top: 515px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620015340"] {
                        display: table;
                        top: 675px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128721 .tn-elem[data-elem-id="1607620015346"] {
                    color: #222222;
                    z-index: 3;
                    top: 325px;
                    ;
                    left: calc(50% - 600px + 620px);
                    ;
                    width: 500px;
                    height: auto;
                }
@media (min-width:1200px) {
                    #rec1903128721 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607620015346"] {
                        opacity: 0;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620015346"] {
                        display: table;
                        top: 325px;
                        ;
                        left: calc(50% - 480px + 490px);
                        ;
                        width: 460px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620015346"] {
                        display: table;
                        top: 290px;
                        ;
                        left: calc(50% - 320px + 330px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620015346"] {
                        display: table;
                        top: 610px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 460px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620015346"] {
                        display: table;
                        top: 770px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
#rec1903128721 .tn-elem[data-elem-id="1607620071434"] {
                    color: #222222;
                    z-index: 3;
                    top: 270px;
                    ;
                    left: calc(50% - 600px + 1220px);
                    ;
                    width: 560px;
                    height: auto;
                }
@media (min-width:1200px) {
                    #rec1903128721 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607620071434"] {
                        opacity: 0;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620071434"] {
                        display: table;
                        top: 570px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        width: 460px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620071434"] {
                        display: table;
                        top: 625px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620071434"] {
                        display: table;
                        top: 825px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620071434"] {
                        display: table;
                        top: 1105px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128721 .tn-elem[data-elem-id="1607620071443"] {
                    color: #222222;
                    z-index: 3;
                    top: 325px;
                    ;
                    left: calc(50% - 600px + 1220px);
                    ;
                    width: 440px;
                    height: auto;
                }
@media (min-width:1200px) {
                    #rec1903128721 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607620071443"] {
                        opacity: 0;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620071443"] {
                        display: table;
                        top: 625px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        width: 460px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620071443"] {
                        display: table;
                        top: 720px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620071443"] {
                        display: table;
                        top: 920px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 460px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620071443"] {
                        display: table;
                        top: 1200px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
#rec1903128721 .tn-elem[data-elem-id="1607620099155"] {
                    color: #222222;
                    z-index: 3;
                    top: 271px;
                    ;
                    left: calc(50% - 600px + 1820px);
                    ;
                    width: 560px;
                    height: auto;
                }
@media (min-width:1200px) {
                    #rec1903128721 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607620099155"] {
                        opacity: 0;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620099155"] {
                        display: table;
                        top: 571px;
                        ;
                        left: calc(50% - 480px + 490px);
                        ;
                        width: 460px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620099155"] {
                        display: table;
                        top: 625px;
                        ;
                        left: calc(50% - 320px + 330px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620099155"] {
                        display: table;
                        top: 1120px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620099155"] {
                        display: table;
                        top: 1530px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128721 .tn-elem[data-elem-id="1607620099160"] {
                    color: #222222;
                    z-index: 3;
                    top: 325px;
                    ;
                    left: calc(50% - 600px + 1820px);
                    ;
                    width: 450px;
                    height: auto;
                }
@media (min-width:1200px) {
                    #rec1903128721 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607620099160"] {
                        opacity: 0;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620099160"] {
                        display: table;
                        top: 625px;
                        ;
                        left: calc(50% - 480px + 490px);
                        ;
                        width: 460px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620099160"] {
                        display: table;
                        top: 720px;
                        ;
                        left: calc(50% - 320px + 330px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620099160"] {
                        display: table;
                        top: 1215px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 460px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620099160"] {
                        display: table;
                        top: 1625px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
#rec1903128721 .tn-elem[data-elem-id="1607619361881"] {
                    color: #222222;
                    z-index: 3;
                    top: 61px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 650px;
                    height: auto;
                }
#rec1903128721 .tn-elem[data-elem-id="1607619361881"] .tn-atom {
                    vertical-align: middle;
                    color: #222222;
                    font-size: 48px;
                    font-family: var(--t-headline-font, Arial);
                    line-height: 1.3;
                    font-weight: 500;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
                }
@media (min-width:1200px) {
                    #rec1903128721 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607619361881"] {
                        opacity: 0;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        top: 61px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        top: 61px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 390px;
                        height: auto;
                    }

                    #rec1903128721 .tn-elem[data-elem-id="1607619361881"] .tn-atom {
                        font-size: 32px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        top: 61px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 280px;
                        height: auto;
                    }
                }
#rec1903128721 .tn-elem[data-elem-id="1607620655163"] {
                    z-index: 3;
                    top: 67px;
                    ;
                    left: calc(50% - 600px + 1127px);
                    ;
                    width: 50px;
                    height: 50px;
                }
#rec1903128721 .tn-elem[data-elem-id="1607620655163"] .tn-atom {
                    border-radius: 3000px 3000px 3000px 3000px;
                    background-position: center center;
                    --t396-borderwidth: 1px;
                    --t396-bordercolor: #222222;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                }
@media screen and (max-width:1199px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620655163"] {
                        display: table;
                        top: 67px;
                        ;
                        left: calc(50% - 480px + 889px);
                        ;
                    }

                    #rec1903128721 .tn-elem[data-elem-id="1607620655163"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620655163"] {
                        display: table;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620655163"] {
                        display: table;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620655163"] {
                        display: table;
                    }
                }
#rec1903128721 .tn-elem[data-elem-id="1607620655149"] {
                    z-index: 3;
                    top: 78px;
                    ;
                    left: calc(50% - 600px + 1149px);
                    ;
                    width: 7px;
                    height: auto;
                }
#rec1903128721 .tn-elem[data-elem-id="1607620655149"] .tn-atom {
                    border-radius: 0px 0px 0px 0px;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    -webkit-transform: rotate(270deg);
                    -moz-transform: rotate(270deg);
                    transform: rotate(270deg);
                }
@media screen and (max-width:1199px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620655149"] {
                        display: table;
                        top: 78px;
                        ;
                        left: calc(50% - 480px + 911px);
                        ;
                        height: auto;
                    }

                    #rec1903128721 .tn-elem[data-elem-id="1607620655149"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620655149"] {
                        display: table;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620655149"] {
                        display: table;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607620655149"] {
                        display: table;
                        height: auto;
                    }
                }
#rec1903128721 .tn-elem[data-elem-id="1607634042271"] {
                    z-index: 3;
                    top: 536px;
                    ;
                    left: calc(50% - 600px + 18px);
                    ;
                    width: 97%;
                    height: 1px;
                }
#rec1903128721 .tn-elem[data-elem-id="1607634042271"] .tn-atom,
#rec1903128771 .tn-elem[data-elem-id="1607684733284"] .tn-atom,
#rec1903128771 .tn-elem[data-elem-id="1607684733273"] .tn-atom,
#rec1903128771 .tn-elem[data-elem-id="1607684733259"] .tn-atom,
#rec1903128771 .tn-elem[data-elem-id="1607684733246"] .tn-atom,
#rec1903128801 .tn-elem[data-elem-id="1607684770110"] .tn-atom,
#rec1903128801 .tn-elem[data-elem-id="1607684770097"] .tn-atom,
#rec1903128801 .tn-elem[data-elem-id="1607684770080"] .tn-atom,
#rec1903128801 .tn-elem[data-elem-id="1607684770067"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607684781620"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607684781607"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607684781591"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607684781577"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607684803496"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607684803483"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607684803469"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607684803458"] .tn-atom {
border-radius: 0px 0px 0px 0px;
                    opacity: 0.1;
                    background-color: #222222;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
}
@media (min-width:1200px) {
                    #rec1903128721 .tn-elem.t396__elem--anim-hidden[data-elem-id="1607634042271"] {
                        opacity: 0;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607634042271"] {
                        display: table;
                        top: 842px;
                        ;
                        left: calc(50% - 480px + 15px);
                        ;
                        width: 97%;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607634042271"] {
                        display: table;
                        top: 1063px;
                        ;
                        left: calc(50% - 320px + 15px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607634042271"] {
                        display: table;
                        top: 1693px;
                        ;
                        left: calc(50% - 240px + 15px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128721 .tn-elem[data-elem-id="1607634042271"] {
                        display: table;
                        top: 1939px;
                        ;
                        left: calc(50% - 160px + 5px);
                        ;
                    }
                }
.t-section__descr {
                        max-width: 560px;
                    }
#rec1903128731 .t-section__title {
                        margin-bottom: 90px;
                    }
@media screen and (max-width:960px) {
                        #rec1903128731 .t-section__title {
                            margin-bottom: 45px;
                        }
                    }
.tooltip-horizontal-scroll-icon_hand {
                                animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite
                            }
.tooltip-horizontal-scroll-icon_card {
                                animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite
                            }
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
                                0% {
                                    transform: translateX(80px) scale(1);
                                    opacity: 0
                                }

                                10% {
                                    transform: translateX(80px) scale(1);
                                    opacity: 1
                                }

                                20%,
                                60% {
                                    transform: translateX(175px) scale(.6);
                                    opacity: 1
                                }

                                80% {
                                    transform: translateX(5px) scale(.6);
                                    opacity: 1
                                }

                                to {
                                    transform: translateX(5px) scale(.6);
                                    opacity: 0
                                }
                            }
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {

                                0%,
                                60% {
                                    transform: translateX(0)
                                }

                                80%,
                                to {
                                    transform: translateX(-240px)
                                }
                            }
#rec1903128731 .t-card__title {
font-size: 24px;
                                            font-family: 'Montserrat';
                                            font-weight: 700;
}
#rec1903128731 .t-card__descr,
#rec1903128931 .t015__descr,
#rec1903128941 .t-text {
font-size: 18px;
                                            font-family: 'Montserrat';
                                            font-weight: 300;
}
#rec1903128741 .t396__artboard {
                    height: 1520px;
                    background-color: #f8f8f8;
                }
#rec1903128741 .t396__filter {
                    height: 1520px;
                }
#rec1903128741 .t396__carrier {
                    height: 1520px;
                    background-position: center center;
                    background-attachment: scroll;
                    background-size: cover;
                    background-repeat: no-repeat;
                }
@media screen and (max-width:1199px) {

                    #rec1903128741 .t396__artboard,
                    #rec1903128741 .t396__filter,
                    #rec1903128741 .t396__carrier {}

                    #rec1903128741 .t396__filter {}

                    #rec1903128741 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128741 .t396__artboard,
                    #rec1903128741 .t396__filter,
                    #rec1903128741 .t396__carrier {
                        height: 2310px;
                    }

                    #rec1903128741 .t396__filter {}

                    #rec1903128741 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128741 .t396__artboard,
                    #rec1903128741 .t396__filter,
                    #rec1903128741 .t396__carrier {
                        height: 2170px;
                    }

                    #rec1903128741 .t396__filter {}

                    #rec1903128741 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128741 .t396__artboard,
                    #rec1903128741 .t396__filter,
                    #rec1903128741 .t396__carrier {
                        height: 2760px;
                    }

                    #rec1903128741 .t396__filter {}

                    #rec1903128741 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621332251"] {
                    z-index: 1;
                    top: 446px;
                    ;
                    left: calc(50% - 600px + 546px);
                    ;
                    width: 1px;
                    height: 53px;
                }
#rec1903128741 .tn-elem[data-elem-id="1607621332251"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621408061"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621666915"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621606899"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621474976"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621155399"] .tn-atom {
background-position: center center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    -webkit-transform: rotate(90deg);
                    -moz-transform: rotate(90deg);
                    transform: rotate(90deg);
}
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621332251"] {
                        top: 446px;
                        ;
                        left: calc(50% - 480px + 425px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621332251"] {
                        top: 504px;
                        ;
                        left: calc(50% - 320px + 491px);
                        ;
                        height: 160px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621332251"] {
                        top: 530px;
                        ;
                        left: calc(50% - 240px + -157px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621332251"] {
                        top: 612px;
                        ;
                        left: calc(50% - 160px + -153px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621408061"] {
                    z-index: 2;
                    top: 657px;
                    ;
                    left: calc(50% - 600px + 656px);
                    ;
                    width: 1px;
                    height: 53px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621408061"] {
                        top: 657px;
                        ;
                        left: calc(50% - 480px + 535px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621408061"] {
                        top: 845px;
                        ;
                        left: calc(50% - 320px + 147px);
                        ;
                        height: 160px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621408061"] {
                        top: 778px;
                        ;
                        left: calc(50% - 240px + 240px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621408061"] {
                        top: 1042px;
                        ;
                        left: calc(50% - 160px + 148px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621959954"] {
                    z-index: 3;
                    top: 350px;
                    ;
                    left: calc(50% - 600px + 360px);
                    ;
                    width: 1500px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621959954"] {
                        top: 350px;
                        ;
                        left: calc(50% - 480px + 80px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621959954"] {
                        top: 350px;
                        ;
                        left: calc(50% - 320px + -230px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621959954"] {
                        top: 350px;
                        ;
                        left: calc(50% - 240px + 1070px);
                        ;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621666915"] {
                    z-index: 4;
                    top: 1149px;
                    ;
                    left: calc(50% - 600px + 546px);
                    ;
                    width: 1px;
                    height: 53px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666915"] {
                        top: 1149px;
                        ;
                        left: calc(50% - 480px + 425px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666915"] {
                        top: 2013px;
                        ;
                        left: calc(50% - 320px + 491px);
                        ;
                        height: 160px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666915"] {
                        top: 1815px;
                        ;
                        left: calc(50% - 240px + -159px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666915"] {
                        top: 2340px;
                        ;
                        left: calc(50% - 160px + -159px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621606899"] {
                    z-index: 5;
                    top: 1055px;
                    ;
                    left: calc(50% - 600px + 656px);
                    ;
                    width: 1px;
                    height: 53px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606899"] {
                        top: 1055px;
                        ;
                        left: calc(50% - 480px + 535px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606899"] {
                        top: 1576px;
                        ;
                        left: calc(50% - 320px + 148px);
                        ;
                        height: 160px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606899"] {
                        top: 1428px;
                        ;
                        left: calc(50% - 240px + 240px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606899"] {
                        top: 1863px;
                        ;
                        left: calc(50% - 160px + 160px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621350815"] {
                    z-index: 6;
                    top: 501px;
                    ;
                    left: calc(50% - 600px + 681px);
                    ;
                    width: 400px;
                    height: 364px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621350815"] {
                        top: 501px;
                        ;
                        left: calc(50% - 480px + 560px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621350815"] {
                        top: 743px;
                        ;
                        left: calc(50% - 320px + 229px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621350815"] {
                        top: 664px;
                        ;
                        left: calc(50% - 240px + -2px);
                        ;
                        width: 90%;
                        height: 326px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621350815"] {
                        top: 874px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 437px;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621666886"] {
                    z-index: 7;
                    top: 1021px;
                    ;
                    left: calc(50% - 600px + 120px);
                    ;
                    width: 400px;
                    height: 385px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666886"] {
                        top: 1021px;
                        ;
                        left: calc(50% - 480px + -1px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666886"] {
                        top: 1855px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666886"] {
                        top: 1693px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 93%;
                        height: 405px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666886"] {
                        top: 2140px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 511px;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621266078"] {
                    z-index: 8;
                    top: 351px;
                    ;
                    left: calc(50% - 600px + 120px);
                    ;
                    width: 400px;
                    height: 242px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621266078"] {
                        top: 351px;
                        ;
                        left: calc(50% - 480px + -1px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621266078"] {
                        top: 463px;
                        ;
                        left: calc(50% - 320px + 11px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621266078"] {
                        top: 419px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 90%;
                        height: 214px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621266078"] {
                        top: 553px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 280px;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621474976"] {
                    z-index: 9;
                    top: 779px;
                    ;
                    left: calc(50% - 600px + 546px);
                    ;
                    width: 1px;
                    height: 53px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474976"] {
                        top: 779px;
                        ;
                        left: calc(50% - 480px + 425px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474976"] {
                        top: 1223px;
                        ;
                        left: calc(50% - 320px + 492px);
                        ;
                        height: 160px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474976"] {
                        top: 1109px;
                        ;
                        left: calc(50% - 240px + -157px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474976"] {
                        top: 1461px;
                        ;
                        left: calc(50% - 160px + -158px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621155399"] {
                    z-index: 10;
                    top: 297px;
                    ;
                    left: calc(50% - 600px + 656px);
                    ;
                    width: 1px;
                    height: 53px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621155399"] {
                        top: 297px;
                        ;
                        left: calc(50% - 480px + 535px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621155399"] {
                        top: 221px;
                        ;
                        left: calc(50% - 320px + 147px);
                        ;
                        height: 160px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621155399"] {
                        top: 183px;
                        ;
                        left: calc(50% - 240px + 240px);
                        ;
                        height: 200px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621155399"] {
                        top: 274px;
                        ;
                        left: calc(50% - 160px + 173px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621606869"] {
                    z-index: 11;
                    top: 923px;
                    ;
                    left: calc(50% - 600px + 681px);
                    ;
                    width: 400px;
                    height: 316px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606869"] {
                        top: 923px;
                        ;
                        left: calc(50% - 480px + 560px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606869"] {
                        top: 1498px;
                        ;
                        left: calc(50% - 320px + 229px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606869"] {
                        top: 1351px;
                        ;
                        left: calc(50% - 240px + -2px);
                        ;
                        width: 92%;
                        height: 311px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606869"] {
                        top: 1739px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 357px;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607619558829"] {
                    z-index: 12;
                    top: 203px;
                    ;
                    left: calc(50% - 600px + 681px);
                    ;
                    width: 400px;
                    height: 242px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607619558829"] {
                        top: 203px;
                        ;
                        left: calc(50% - 480px + 560px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607619558829"] {
                        top: 180px;
                        ;
                        left: calc(50% - 320px + 231px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607619558829"] {
                        top: 180px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 92%;
                        height: 208px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607619558829"] {
                        top: 220px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 297px;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621474944"] {
                    z-index: 13;
                    top: 651px;
                    ;
                    left: calc(50% - 600px + 120px);
                    ;
                    width: 400px;
                    height: 308px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474944"] {
                        top: 651px;
                        ;
                        left: calc(50% - 480px + -1px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474944"] {
                        top: 1149px;
                        ;
                        left: calc(50% - 320px + 11px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474944"] {
                        top: 1021px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 92%;
                        height: 298px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474944"] {
                        top: 1350px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 347px;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621666875"] {
                    z-index: 14;
                    top: 1148px;
                    ;
                    left: calc(50% - 600px + 573px);
                    ;
                    width: 55px;
                    height: 55px;
                }
#rec1903128741 .tn-elem[data-elem-id="1607621666875"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621606910"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621474934"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621408081"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621257550"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621107426"] .tn-atom {
border-radius: 3000px;
                    background-position: center center;
                    --t396-borderwidth: 1px;
                    --t396-bordercolor: #222222;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
}
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666875"] {
                        top: 1148px;
                        ;
                        left: calc(50% - 480px + 452px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666875"] {
                        top: 2066px;
                        ;
                        left: calc(50% - 320px + 574px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666875"] {
                        top: 1737px;
                        ;
                        left: calc(50% - 240px + -49px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666875"] {
                        top: 2199px;
                        ;
                        left: calc(50% - 160px + -27px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621606910"] {
                    z-index: 15;
                    top: 1054px;
                    ;
                    left: calc(50% - 600px + 573px);
                    ;
                    width: 55px;
                    height: 55px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606910"] {
                        top: 1054px;
                        ;
                        left: calc(50% - 480px + 452px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606910"] {
                        top: 1629px;
                        ;
                        left: calc(50% - 320px + 11px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606910"] {
                        top: 1393px;
                        ;
                        left: calc(50% - 240px + -49px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606910"] {
                        top: 1798px;
                        ;
                        left: calc(50% - 160px + -27px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621474934"] {
                    z-index: 16;
                    top: 778px;
                    ;
                    left: calc(50% - 600px + 573px);
                    ;
                    width: 55px;
                    height: 55px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474934"] {
                        top: 778px;
                        ;
                        left: calc(50% - 480px + 452px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474934"] {
                        top: 1276px;
                        ;
                        left: calc(50% - 320px + 575px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474934"] {
                        top: 1060px;
                        ;
                        left: calc(50% - 240px + -49px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474934"] {
                        top: 1396px;
                        ;
                        left: calc(50% - 160px + -27px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621408081"] {
                    z-index: 17;
                    top: 656px;
                    ;
                    left: calc(50% - 600px + 573px);
                    ;
                    width: 55px;
                    height: 55px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621408081"] {
                        top: 656px;
                        ;
                        left: calc(50% - 480px + 452px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621408081"] {
                        top: 898px;
                        ;
                        left: calc(50% - 320px + 11px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621408081"] {
                        top: 704px;
                        ;
                        left: calc(50% - 240px + -49px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621408081"] {
                        top: 918px;
                        ;
                        left: calc(50% - 160px + -27px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621257550"] {
                    z-index: 18;
                    top: 445px;
                    ;
                    left: calc(50% - 600px + 573px);
                    ;
                    width: 55px;
                    height: 55px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621257550"] {
                        top: 445px;
                        ;
                        left: calc(50% - 480px + 452px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621257550"] {
                        top: 557px;
                        ;
                        left: calc(50% - 320px + 573px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621257550"] {
                        top: 453px;
                        ;
                        left: calc(50% - 240px + -49px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621257550"] {
                        top: 598px;
                        ;
                        left: calc(50% - 160px + -27px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621107426"] {
                    z-index: 19;
                    top: 297px;
                    ;
                    left: calc(50% - 600px + 573px);
                    ;
                    width: 55px;
                    height: 55px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621107426"] {
                        top: 297px;
                        ;
                        left: calc(50% - 480px + 452px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621107426"] {
                        top: 274px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621107426"] {
                        top: 208px;
                        ;
                        left: calc(50% - 240px + -49px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621107426"] {
                        top: 258px;
                        ;
                        left: calc(50% - 160px + -27px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607619361881"] {
                    color: #000000;
                    z-index: 20;
                    top: 60px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 650px;
                    height: auto;
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607619361881"] {
                        top: 60px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 450px;
                        height: auto;
                    }

                    #rec1903128741 .tn-elem[data-elem-id="1607619361881"] .tn-atom {
                        font-size: 32px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607619361881"] {
                        top: 60px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607619558858"] {
                    color: #222222;
                    z-index: 21;
                    top: 243px;
                    ;
                    left: calc(50% - 600px + 722px);
                    ;
                    width: 160px;
                    height: auto;
                }
#rec1903128741 .tn-elem[data-elem-id="1607619558858"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621095105"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621257543"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621266088"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621350824"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621408045"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621474927"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621474961"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621606879"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621606893"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621666867"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621666900"] .tn-atom,
#rec1903128791 .tn-elem[data-elem-id="1607623748434"] .tn-atom {
color: #222222;
                    font-size: 24px;
                    font-family: 'Montserrat', Arial, sans-serif;
                    line-height: 1.3;
                    font-weight: 700;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607619558858"] {
                        top: 243px;
                        ;
                        left: calc(50% - 480px + 601px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607619558858"] {
                        top: 220px;
                        ;
                        left: calc(50% - 320px + 272px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607619558858"] {
                        top: 220px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        width: 310px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607619558858"] {
                        top: 254px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 250px;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607619558867"] {
                    color: #222222;
                    z-index: 22;
                    top: 330px;
                    ;
                    left: calc(50% - 600px + 722px);
                    ;
                    width: 320px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607619558867"] {
                        top: 330px;
                        ;
                        left: calc(50% - 480px + 601px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607619558867"] {
                        top: 307px;
                        ;
                        left: calc(50% - 320px + 272px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607619558867"] {
                        top: 275px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        width: 310px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607619558867"] {
                        top: 341px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 240px;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621095105"] {
                    color: #222222;
                    text-align: center;
                    z-index: 23;
                    top: 309px;
                    ;
                    left: calc(50% - 600px + 570px);
                    ;
                    width: 60px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621095105"] {
                        top: 309px;
                        ;
                        left: calc(50% - 480px + 449px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621095105"] {
                        top: 286px;
                        ;
                        left: calc(50% - 320px + 7px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621095105"] {
                        top: 220px;
                        ;
                        left: calc(50% - 240px + -47px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621095105"] {
                        top: 270px;
                        ;
                        left: calc(50% - 160px + -25px);
                        ;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621257543"] {
                    color: #222222;
                    text-align: center;
                    z-index: 24;
                    top: 457px;
                    ;
                    left: calc(50% - 600px + 570px);
                    ;
                    width: 60px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621257543"] {
                        top: 457px;
                        ;
                        left: calc(50% - 480px + 449px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621257543"] {
                        top: 569px;
                        ;
                        left: calc(50% - 320px + 570px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621257543"] {
                        top: 465px;
                        ;
                        left: calc(50% - 240px + -47px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621257543"] {
                        top: 610px;
                        ;
                        left: calc(50% - 160px + -25px);
                        ;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621266088"] {
                    color: #222222;
                    text-align: right;
                    z-index: 25;
                    top: 391px;
                    ;
                    left: calc(50% - 600px + 319px);
                    ;
                    width: 160px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621266088"] {
                        top: 391px;
                        ;
                        left: calc(50% - 480px + 198px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621266088"] {
                        top: 503px;
                        ;
                        left: calc(50% - 320px + 210px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621266088"] {
                        top: 465px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        width: 290px;
                        height: auto;
                        text-align: left;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621266088"] {
                        top: 593px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 180px;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621266098"] {
                    color: #222222;
                    text-align: right;
                    z-index: 26;
                    top: 478px;
                    ;
                    left: calc(50% - 600px + 159px);
                    ;
                    width: 320px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621266098"] {
                        top: 478px;
                        ;
                        left: calc(50% - 480px + 38px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621266098"] {
                        top: 590px;
                        ;
                        left: calc(50% - 320px + 50px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621266098"] {
                        top: 515px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        width: 280px;
                        height: auto;
                        text-align: left;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621266098"] {
                        top: 680px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 240px;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621350824"] {
                    color: #222222;
                    z-index: 27;
                    top: 541px;
                    ;
                    left: calc(50% - 600px + 722px);
                    ;
                    width: 160px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621350824"] {
                        top: 541px;
                        ;
                        left: calc(50% - 480px + 601px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621350824"] {
                        top: 783px;
                        ;
                        left: calc(50% - 320px + 270px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621350824"] {
                        top: 716px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        width: 310px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621350824"] {
                        top: 914px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 200px;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621350833"] {
                    color: #222222;
                    z-index: 28;
                    top: 628px;
                    ;
                    left: calc(50% - 600px + 722px);
                    ;
                    width: 320px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621350833"] {
                        top: 628px;
                        ;
                        left: calc(50% - 480px + 601px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621350833"] {
                        top: 870px;
                        ;
                        left: calc(50% - 320px + 270px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621350833"] {
                        top: 773px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        width: 390px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621350833"] {
                        top: 1001px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 240px;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621378346"] {
                    color: #222222;
                    z-index: 29;
                    top: 800px;
                    ;
                    left: calc(50% - 600px + 722px);
                    ;
                    width: 120px;
                    height: auto;
                }
#rec1903128741 .tn-elem[data-elem-id="1607621378346"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621514387"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621606920"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607621666927"] .tn-atom {
color: #222222;
                    font-size: 18px;
                    font-family: 'Montserrat', Arial, sans-serif;
                    line-height: 1.55;
                    font-weight: 700;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621378346"] {
                        top: 800px;
                        ;
                        left: calc(50% - 480px + 601px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621378346"] {
                        top: 1042px;
                        ;
                        left: calc(50% - 320px + 270px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621378346"] {
                        top: 911px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621378346"] {
                        top: 1225px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621408045"] {
                    color: #222222;
                    text-align: center;
                    z-index: 30;
                    top: 668px;
                    ;
                    left: calc(50% - 600px + 570px);
                    ;
                    width: 60px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621408045"] {
                        top: 668px;
                        ;
                        left: calc(50% - 480px + 449px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621408045"] {
                        top: 910px;
                        ;
                        left: calc(50% - 320px + 8px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621408045"] {
                        top: 716px;
                        ;
                        left: calc(50% - 240px + -47px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621408045"] {
                        top: 930px;
                        ;
                        left: calc(50% - 160px + -25px);
                        ;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621474927"] {
                    color: #222222;
                    text-align: center;
                    z-index: 31;
                    top: 790px;
                    ;
                    left: calc(50% - 600px + 570px);
                    ;
                    width: 60px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474927"] {
                        top: 790px;
                        ;
                        left: calc(50% - 480px + 449px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474927"] {
                        top: 1288px;
                        ;
                        left: calc(50% - 320px + 572px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474927"] {
                        top: 1072px;
                        ;
                        left: calc(50% - 240px + -47px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474927"] {
                        top: 1408px;
                        ;
                        left: calc(50% - 160px + -25px);
                        ;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621474961"] {
                    color: #222222;
                    text-align: right;
                    z-index: 32;
                    top: 691px;
                    ;
                    left: calc(50% - 600px + 319px);
                    ;
                    width: 160px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474961"] {
                        top: 691px;
                        ;
                        left: calc(50% - 480px + 198px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474961"] {
                        top: 1189px;
                        ;
                        left: calc(50% - 320px + 210px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474961"] {
                        top: 1072px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        width: 260px;
                        height: auto;
                        text-align: left;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474961"] {
                        top: 1392px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 200px;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621474968"] {
                    color: #222222;
                    text-align: right;
                    z-index: 33;
                    top: 778px;
                    ;
                    left: calc(50% - 600px + 159px);
                    ;
                    width: 320px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474968"] {
                        top: 778px;
                        ;
                        left: calc(50% - 480px + 38px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474968"] {
                        top: 1276px;
                        ;
                        left: calc(50% - 320px + 50px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474968"] {
                        top: 1130px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        width: 330px;
                        height: auto;
                        text-align: left;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621474968"] {
                        top: 1477px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 250px;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621514387"] {
                    color: #222222;
                    text-align: right;
                    z-index: 34;
                    top: 896px;
                    ;
                    left: calc(50% - 600px + 360px);
                    ;
                    width: 120px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621514387"] {
                        top: 896px;
                        ;
                        left: calc(50% - 480px + 239px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621514387"] {
                        top: 1394px;
                        ;
                        left: calc(50% - 320px + 251px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621514387"] {
                        top: 1246px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        height: auto;
                        text-align: left;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621514387"] {
                        top: 1608px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621606879"] {
                    color: #222222;
                    z-index: 35;
                    top: 963px;
                    ;
                    left: calc(50% - 600px + 722px);
                    ;
                    width: 240px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606879"] {
                        top: 963px;
                        ;
                        left: calc(50% - 480px + 601px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606879"] {
                        top: 1538px;
                        ;
                        left: calc(50% - 320px + 270px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606879"] {
                        top: 1389px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606879"] {
                        top: 1779px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 180px;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621606887"] {
                    color: #222222;
                    z-index: 36;
                    top: 1050px;
                    ;
                    left: calc(50% - 600px + 722px);
                    ;
                    width: 290px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606887"] {
                        top: 1050px;
                        ;
                        left: calc(50% - 480px + 601px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606887"] {
                        top: 1625px;
                        ;
                        left: calc(50% - 320px + 270px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606887"] {
                        top: 1470px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606887"] {
                        top: 1889px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 250px;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621606893"] {
                    color: #222222;
                    text-align: center;
                    z-index: 37;
                    top: 1066px;
                    ;
                    left: calc(50% - 600px + 570px);
                    ;
                    width: 60px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606893"] {
                        top: 1066px;
                        ;
                        left: calc(50% - 480px + 449px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606893"] {
                        top: 1641px;
                        ;
                        left: calc(50% - 320px + 8px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606893"] {
                        top: 1405px;
                        ;
                        left: calc(50% - 240px + -47px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606893"] {
                        top: 1810px;
                        ;
                        left: calc(50% - 160px + -25px);
                        ;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621606920"] {
                    color: #222222;
                    z-index: 38;
                    top: 1168px;
                    ;
                    left: calc(50% - 600px + 722px);
                    ;
                    width: 140px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606920"] {
                        top: 1168px;
                        ;
                        left: calc(50% - 480px + 601px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606920"] {
                        top: 1743px;
                        ;
                        left: calc(50% - 320px + 270px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606920"] {
                        top: 1585px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621606920"] {
                        top: 2010px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621666867"] {
                    color: #222222;
                    text-align: center;
                    z-index: 39;
                    top: 1160px;
                    ;
                    left: calc(50% - 600px + 570px);
                    ;
                    width: 60px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666867"] {
                        top: 1160px;
                        ;
                        left: calc(50% - 480px + 449px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666867"] {
                        top: 2078px;
                        ;
                        left: calc(50% - 320px + 571px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666867"] {
                        top: 1749px;
                        ;
                        left: calc(50% - 240px + -47px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666867"] {
                        top: 2211px;
                        ;
                        left: calc(50% - 160px + -25px);
                        ;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621666900"] {
                    color: #222222;
                    text-align: right;
                    z-index: 40;
                    top: 1061px;
                    ;
                    left: calc(50% - 600px + 233px);
                    ;
                    width: 247px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666900"] {
                        top: 1061px;
                        ;
                        left: calc(50% - 480px + 112px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666900"] {
                        top: 1895px;
                        ;
                        left: calc(50% - 320px + 123px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666900"] {
                        top: 1733px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        height: auto;
                        text-align: left;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666900"] {
                        top: 2180px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 187px;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621666907"] {
                    color: #222222;
                    text-align: right;
                    z-index: 41;
                    top: 1148px;
                    ;
                    left: calc(50% - 600px + 160px);
                    ;
                    width: 320px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666907"] {
                        top: 1148px;
                        ;
                        left: calc(50% - 480px + 39px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666907"] {
                        top: 1982px;
                        ;
                        left: calc(50% - 320px + 50px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666907"] {
                        top: 1820px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        width: 290px;
                        height: auto;
                        text-align: left;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666907"] {
                        top: 2302px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        width: 250px;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621666927"] {
                    color: #222222;
                    text-align: right;
                    z-index: 42;
                    top: 1341px;
                    ;
                    left: calc(50% - 600px + 340px);
                    ;
                    width: 140px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666927"] {
                        top: 1345px;
                        ;
                        left: calc(50% - 480px + 220px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666927"] {
                        top: 2170px;
                        ;
                        left: calc(50% - 320px + 230px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666927"] {
                        top: 2024px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                        height: auto;
                        text-align: left;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621666927"] {
                        top: 2568px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                        height: auto;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621788407"] {
                    z-index: 43;
                    top: 352px;
                    ;
                    left: calc(50% - 600px + 600px);
                    ;
                    width: 1px;
                    height: 92px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621788407"] {
                        top: 352px;
                        ;
                        left: calc(50% - 480px + 479px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621788407"] {
                        top: 566px;
                        ;
                        left: calc(50% - 320px + -190px);
                        ;
                    }

                    #rec1903128741 .tn-elem[data-elem-id="1607621788407"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621815796"] {
                    z-index: 44;
                    top: 501px;
                    ;
                    left: calc(50% - 600px + 600px);
                    ;
                    width: 1px;
                    height: 154px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621815796"] {
                        top: 501px;
                        ;
                        left: calc(50% - 480px + 479px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621815796"] {
                        top: 715px;
                        ;
                        left: calc(50% - 320px + -190px);
                        ;
                    }

                    #rec1903128741 .tn-elem[data-elem-id="1607621815796"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621832995"] {
                    z-index: 45;
                    top: 711px;
                    ;
                    left: calc(50% - 600px + 600px);
                    ;
                    width: 1px;
                    height: 67px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621832995"] {
                        top: 711px;
                        ;
                        left: calc(50% - 480px + 479px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621832995"] {
                        top: 925px;
                        ;
                        left: calc(50% - 320px + -190px);
                        ;
                    }

                    #rec1903128741 .tn-elem[data-elem-id="1607621832995"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621875298"] {
                    z-index: 46;
                    top: 1109px;
                    ;
                    left: calc(50% - 600px + 600px);
                    ;
                    width: 1px;
                    height: 38px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621875298"] {
                        top: 1109px;
                        ;
                        left: calc(50% - 480px + 479px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621875298"] {
                        top: 1323px;
                        ;
                        left: calc(50% - 320px + -190px);
                        ;
                    }

                    #rec1903128741 .tn-elem[data-elem-id="1607621875298"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607630146106"] {
                    z-index: 47;
                    top: 829px;
                    ;
                    left: calc(50% - 600px + 722px);
                    ;
                    width: 54px;
                    height: 2px;
                }
#rec1903128741 .tn-elem[data-elem-id="1607630146106"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607630275145"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607630318127"] .tn-atom,
#rec1903128741 .tn-elem[data-elem-id="1607630346821"] .tn-atom {
background-color: #222222;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
}
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630146106"] {
                        top: 829px;
                        ;
                        left: calc(50% - 480px + 601px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630146106"] {
                        top: 1077px;
                        ;
                        left: calc(50% - 320px + 273px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630146106"] {
                        top: 946px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630146106"] {
                        top: 1260px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607630275145"] {
                    z-index: 48;
                    top: 1197px;
                    ;
                    left: calc(50% - 600px + 722px);
                    ;
                    width: 54px;
                    height: 2px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630275145"] {
                        top: 1197px;
                        ;
                        left: calc(50% - 480px + 601px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630275145"] {
                        top: 1772px;
                        ;
                        left: calc(50% - 320px + 270px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630275145"] {
                        top: 1620px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630275145"] {
                        top: 2045px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607630318127"] {
                    z-index: 49;
                    top: 1368px;
                    ;
                    left: calc(50% - 600px + 370px);
                    ;
                    width: 54px;
                    height: 2px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630318127"] {
                        top: 1372px;
                        ;
                        left: calc(50% - 480px + 250px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630318127"] {
                        top: 2202px;
                        ;
                        left: calc(50% - 320px + 261px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630318127"] {
                        top: 2057px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630318127"] {
                        top: 2603px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607630346821"] {
                    z-index: 50;
                    top: 924px;
                    ;
                    left: calc(50% - 600px + 370px);
                    ;
                    width: 54px;
                    height: 2px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630346821"] {
                        top: 924px;
                        ;
                        left: calc(50% - 480px + 249px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630346821"] {
                        top: 1422px;
                        ;
                        left: calc(50% - 320px + 261px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630346821"] {
                        top: 1281px;
                        ;
                        left: calc(50% - 240px + 32px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607630346821"] {
                        top: 1643px;
                        ;
                        left: calc(50% - 160px + 32px);
                        ;
                    }
                }
#rec1903128741 .tn-elem[data-elem-id="1607621859213"] {
                    z-index: 51;
                    top: 833px;
                    ;
                    left: calc(50% - 600px + 599px);
                    ;
                    width: 1px;
                    height: 220px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621859213"] {
                        top: 833px;
                        ;
                        left: calc(50% - 480px + 479px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128741 .tn-elem[data-elem-id="1607621859213"] {
                        top: 1047px;
                        ;
                        left: calc(50% - 320px + -190px);
                        ;
                    }

                    #rec1903128741 .tn-elem[data-elem-id="1607621859213"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
#rec1903128751 .t396__artboard {
                    height: 1290px;
                    background-color: #ffffff;
                    overflow: visible;
                }
#rec1903128751 .t396__filter {
                    height: 1290px;
                }
#rec1903128751 .t396__carrier {
                    height: 1290px;
                    background-position: center center;
                    background-attachment: scroll;
                    background-size: cover;
                    background-repeat: no-repeat;
                }
@media screen and (max-width:1199px) {

                    #rec1903128751 .t396__artboard,
                    #rec1903128751 .t396__filter,
                    #rec1903128751 .t396__carrier {
                        height: 960px;
                    }

                    #rec1903128751 .t396__filter {}

                    #rec1903128751 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128751 .t396__artboard,
                    #rec1903128751 .t396__filter,
                    #rec1903128751 .t396__carrier {
                        height: 1400px;
                    }

                    #rec1903128751 .t396__filter {}

                    #rec1903128751 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128751 .t396__artboard,
                    #rec1903128751 .t396__filter,
                    #rec1903128751 .t396__carrier {
                        height: 1590px;
                    }

                    #rec1903128751 .t396__filter {}

                    #rec1903128751 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128751 .t396__artboard,
                    #rec1903128751 .t396__filter,
                    #rec1903128751 .t396__carrier {
                        height: 1810px;
                    }

                    #rec1903128751 .t396__filter {}

                    #rec1903128751 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607684687499"] {
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 950px);
                        ;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607684687485"] {
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 650px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607684687485"] {
                        top: -1px;
                        ;
                        left: calc(50% - 240px + -20px);
                        ;
                    }

                    #rec1903128751 .tn-elem[data-elem-id="1607684687485"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607684687485"] {
                        top: -1px;
                        ;
                        left: calc(50% - 160px + -20px);
                        ;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607684687470"] {
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607684687470"] {
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 1px);
                        ;
                    }

                    #rec1903128751 .tn-elem[data-elem-id="1607684687470"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607684687457"] {
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607684687457"] {
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                    }

                    #rec1903128751 .tn-elem[data-elem-id="1607684687457"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
#rec1903128751 .tn-elem[data-elem-id="1607684887836"] {
                    z-index: 6;
                    top: 796px;
                    ;
                    left: calc(50% - 600px + 1150px);
                    ;
                    width: 60px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607684887836"] {
                        top: 675px;
                        ;
                        left: calc(50% - 480px + 920px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607684887836"] {
                        top: 675px;
                        ;
                        left: calc(50% - 320px + 600px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607684887836"] {
                        top: 535px;
                        ;
                        left: calc(50% - 240px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607684887836"] {
                        top: 915px;
                        ;
                        left: calc(50% - 160px + 10px);
                        ;
                        height: auto;
                    }
                }
#rec1903128751 .tn-elem[data-elem-id="1607619361881"] {
                    color: #222222;
                    z-index: 7;
                    top: 65px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 720px;
                    height: auto;
                }
#rec1903128751 .tn-elem[data-elem-id="1607619361881"] .tn-atom {
                    color: #222222;
                    font-size: 48px;
                    font-family: 'EuclidFlex', Arial, sans-serif;
                    line-height: 1.3;
                    font-weight: 500;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
                }
@media screen and (max-width:1199px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607619361881"] {
                        top: 65px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        width: 720px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607619361881"] {
                        top: 65px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 530px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607619361881"] {
                        top: 65px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 460px;
                        height: auto;
                    }

                    #rec1903128751 .tn-elem[data-elem-id="1607619361881"] .tn-atom {
                        font-size: 32px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607619361881"] {
                        top: 65px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 270px;
                        height: auto;
                    }
                }
#rec1903128751 .tn-elem[data-elem-id="1607619494396"] {
                    color: #222222;
                    z-index: 8;
                    top: 87px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 360px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607619494396"] {
                        top: 157px;
                        ;
                        left: calc(50% - 480px + 570px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607619494396"] {
                        top: 637px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607619494396"] {
                        top: 559px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607619494396"] {
                        top: 452px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128751 .tn-elem[data-elem-id="1607619519617"] {
                    color: #222222;
                    z-index: 9;
                    top: 145px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 340px;
                    height: auto;
                }
#rec1903128751 .tn-elem[data-elem-id="1607619519617"] .tn-atom,
#rec1903128751 .tn-elem[data-elem-id="1607622922168"] .tn-atom {
color: #222222;
                    font-size: 18px;
                    font-family: 'Montserrat', Arial, sans-serif;
                    line-height: 1.55;
                    font-weight: 300;
                    opacity: 0.7;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media screen and (max-width:1199px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607619519617"] {
                        top: 215px;
                        ;
                        left: calc(50% - 480px + 570px);
                        ;
                        width: 380px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607619519617"] {
                        top: 695px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 620px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607619519617"] {
                        top: 617px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 440px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607619519617"] {
                        top: 510px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 280px;
                        height: auto;
                    }
                }
#rec1903128751 .tn-elem[data-elem-id="1607622816814"] {
                    z-index: 10;
                    top: 155px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 560px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607622816814"] {
                        top: 170px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        width: 540px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607622816814"] {
                        top: 200px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 620px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607622816814"] {
                        top: 170px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 93%;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607622816814"] {
                        top: 170px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: auto;
                    }
                }
#rec1903128751 .tn-elem[data-elem-id="1607622922161"] {
                    color: #222222;
                    z-index: 11;
                    top: 732px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 360px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607622922161"] {
                        top: 587px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607622922161"] {
                        top: 1062px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607622922161"] {
                        top: 1069px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607622922161"] {
                        top: 1202px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128751 .tn-elem[data-elem-id="1607622922168"] {
                    color: #222222;
                    z-index: 12;
                    top: 790px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 340px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607622922168"] {
                        top: 645px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        width: 540px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607622922168"] {
                        top: 1120px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607622922168"] {
                        top: 1127px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 440px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128751 .tn-elem[data-elem-id="1607622922168"] {
                        top: 1260px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 280px;
                        height: auto;
                    }
                }
#rec1903128761 .t396__artboard {
                    min-height: 860px;
                    height: 100vh;
                    background-color: #ffffff;
                    overflow: visible;
                }
#rec1903128761 .t396__filter {
                    min-height: 860px;
                    height: 100vh;
                }
#rec1903128761 .t396__carrier {
                    min-height: 860px;
                    height: 100vh;
                    background-position: center center;
                    background-attachment: scroll;
                    background-size: cover;
                    background-repeat: no-repeat;
                }
@media screen and (max-width:1199px) {

                    #rec1903128761 .t396__artboard,
                    #rec1903128761 .t396__filter,
                    #rec1903128761 .t396__carrier {
                        min-height: 1040px;
                    }

                    #rec1903128761 .t396__filter {}

                    #rec1903128761 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128761 .t396__artboard,
                    #rec1903128761 .t396__filter,
                    #rec1903128761 .t396__carrier {
                        min-height: 1090px;
                    }

                    #rec1903128761 .t396__filter {}

                    #rec1903128761 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128761 .t396__artboard,
                    #rec1903128761 .t396__filter,
                    #rec1903128761 .t396__carrier {
                        min-height: 820px;
                    }

                    #rec1903128761 .t396__filter {}

                    #rec1903128761 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128761 .t396__artboard,
                    #rec1903128761 .t396__filter,
                    #rec1903128761 .t396__carrier {
                        min-height: 1110px;
                    }

                    #rec1903128761 .t396__filter {}

                    #rec1903128761 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
#rec1903128761 .tn-elem[data-elem-id="1607684718951"] {
                    z-index: 9;
                    top: -1px;
                    ;
                    left: calc(50% - 600px + 1180px);
                    ;
                    width: 1px;
                    height: 300%;
                }
@media screen and (max-width:1199px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607684718951"] {
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 950px);
                        ;
                    }
                }
#rec1903128761 .tn-elem[data-elem-id="1607684718933"] {
                    z-index: 10;
                    top: -1px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 1px;
                    height: 300%;
                }
@media screen and (max-width:1199px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607684718933"] {
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 650px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607684718933"] {
                        top: -1px;
                        ;
                        left: calc(50% - 320px + 650px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607684718933"] {
                        top: -1px;
                        ;
                        left: calc(50% - 240px + -20px);
                        ;
                    }

                    #rec1903128761 .tn-elem[data-elem-id="1607684718933"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607684718933"] {
                        top: -1px;
                        ;
                        left: calc(50% - 160px + -20px);
                        ;
                    }
                }
#rec1903128761 .tn-elem[data-elem-id="1607684718900"] {
                    z-index: 11;
                    top: -1px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 1px;
                    height: 300%;
                }
@media screen and (max-width:1199px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607684718900"] {
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607684718900"] {
                        top: -1px;
                        ;
                        left: calc(50% - 320px + 330px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607684718900"] {
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 1px);
                        ;
                    }

                    #rec1903128761 .tn-elem[data-elem-id="1607684718900"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
#rec1903128761 .tn-elem[data-elem-id="1607684718881"] {
                    z-index: 12;
                    top: -1px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 1px;
                    height: 300%;
                }
@media screen and (max-width:1199px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607684718881"] {
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607684718881"] {
                        top: 0px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607684718881"] {
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                    }

                    #rec1903128761 .tn-elem[data-elem-id="1607684718881"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
#rec1903128761 .tn-elem[data-elem-id="1607623344800"] {
                    z-index: 13;
                    top: 128px;
                    ;
                    left: calc(50% - 600px + -56px);
                    ;
                    width: 1372px;
                    height: 603px;
                }
#rec1903128761 .tn-elem[data-elem-id="1607623344800"] .tn-atom {
                    border-radius: 30px;
                    background-color: #86d4d4;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                }
@media screen and (max-width:1199px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607623344800"] {
                        top: 128px;
                        ;
                        left: calc(50% - 480px + -62px);
                        ;
                        width: 1085px;
                        height: 784px;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607623344800"] {
                        top: 128px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 620px;
                        height: 820px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607623344800"] {
                        top: 53px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 92%;
                        height: 597px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607623344800"] {
                        top: 53px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 886px;
                    }
                }
#rec1903128761 .tn-elem[data-elem-id="1607618683081"] {
                    color: #000000;
                    z-index: 14;
                    top: 204px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 1220px;
                    height: auto;
                }
#rec1903128761 .tn-elem[data-elem-id="1607618683081"] .tn-atom {
                    color: #000000;
                    font-size: 64px;
                    font-family: 'EuclidFlex', Arial, sans-serif;
                    line-height: 1.3;
                    font-weight: 500;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
                }
@media screen and (max-width:1199px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607618683081"] {
                        top: 180px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        width: 940px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607618683081"] {
                        top: 180px;
                        ;
                        left: calc(50% - 320px + 50px);
                        ;
                        width: 520px;
                        height: auto;
                    }

                    #rec1903128761 .tn-elem[data-elem-id="1607618683081"] .tn-atom {
                        font-size: 48px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607618683081"] {
                        top: 105px;
                        ;
                        left: calc(50% - 240px + 50px);
                        ;
                        width: 380px;
                        height: auto;
                    }

                    #rec1903128761 .tn-elem[data-elem-id="1607618683081"] .tn-atom {
                        font-size: 28px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607618683081"] {
                        top: 105px;
                        ;
                        left: calc(50% - 160px + 40px);
                        ;
                        width: 250px;
                        height: auto;
                    }

                    #rec1903128761 .tn-elem[data-elem-id="1607618683081"] .tn-atom {
                        font-size: 28px;
                        background-size: cover;
                    }
                }
#rec1903128761 .tn-elem[data-elem-id="1607618785936"] {
                    color: #000000;
                    z-index: 15;
                    top: 585px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 710px;
                    height: auto;
                }
#rec1903128761 .tn-elem[data-elem-id="1607618785936"] .tn-atom,
#rec1903128761 .tn-elem[data-elem-id="1607623331789"] .tn-atom {
color: #000000;
                    font-size: 18px;
                    font-family: 'Montserrat', Arial, sans-serif;
                    line-height: 1.3;
                    font-weight: 300;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media screen and (max-width:1199px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607618785936"] {
                        top: 730px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        width: 510px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607618785936"] {
                        top: 730px;
                        ;
                        left: calc(50% - 320px + 50px);
                        ;
                        width: 320px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607618785936"] {
                        top: 370px;
                        ;
                        left: calc(50% - 240px + 50px);
                        ;
                        width: 390px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607618785936"] {
                        top: 526px;
                        ;
                        left: calc(50% - 160px + 40px);
                        ;
                        width: 250px;
                        height: auto;
                    }
                }
#rec1903128761 .tn-elem[data-elem-id="1607623331789"] {
                    color: #000000;
                    z-index: 16;
                    top: 584px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 390px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607623331789"] {
                        top: 730px;
                        ;
                        left: calc(50% - 480px + 650px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607623331789"] {
                        top: 730px;
                        ;
                        left: calc(50% - 320px + 410px);
                        ;
                        width: 200px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607623331789"] {
                        top: 525px;
                        ;
                        left: calc(50% - 240px + 50px);
                        ;
                        width: 380px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128761 .tn-elem[data-elem-id="1607623331789"] {
                        top: 766px;
                        ;
                        left: calc(50% - 160px + 40px);
                        ;
                        width: 240px;
                        height: auto;
                    }
                }
#rec1903128771 .t396__artboard {
                    height: 700px;
                    background-color: #ffffff;
                    overflow: visible;
                }
#rec1903128771 .t396__filter,
#rec1903128921 .t396__filter {
height: 700px;
}
#rec1903128771 .t396__carrier,
#rec1903128921 .t396__carrier {
height: 700px;
                    background-position: center center;
                    background-attachment: scroll;
                    background-size: cover;
                    background-repeat: no-repeat;
}
@media screen and (max-width:1199px) {

                    #rec1903128771 .t396__artboard,
                    #rec1903128771 .t396__filter,
                    #rec1903128771 .t396__carrier {
                        height: 850px;
                    }

                    #rec1903128771 .t396__filter {}

                    #rec1903128771 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128771 .t396__artboard,
                    #rec1903128771 .t396__filter,
                    #rec1903128771 .t396__carrier {
                        height: 1400px;
                    }

                    #rec1903128771 .t396__filter {}

                    #rec1903128771 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128771 .t396__artboard,
                    #rec1903128771 .t396__filter,
                    #rec1903128771 .t396__carrier {
                        height: 1570px;
                    }

                    #rec1903128771 .t396__filter {}

                    #rec1903128771 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128771 .t396__artboard,
                    #rec1903128771 .t396__filter,
                    #rec1903128771 .t396__carrier {
                        height: 2080px;
                    }

                    #rec1903128771 .t396__filter {}

                    #rec1903128771 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1607684733284"],
#rec1903128801 .tn-elem[data-elem-id="1607684770110"],
#rec1903128811 .tn-elem[data-elem-id="1607684781620"],
#rec1903128821 .tn-elem[data-elem-id="1607684803496"] {
z-index: 3;
                    top: 0px;
                    ;
                    left: calc(50% - 600px + 1180px);
                    ;
                    width: 1px;
                    height: 100%;
}
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733284"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 950px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733284"] {
                        display: table;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733284"] {
                        display: table;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733284"] {
                        display: table;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1607684733273"],
#rec1903128801 .tn-elem[data-elem-id="1607684770097"],
#rec1903128811 .tn-elem[data-elem-id="1607684781607"],
#rec1903128821 .tn-elem[data-elem-id="1607684803483"] {
z-index: 3;
                    top: -1px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 1px;
                    height: 100%;
}
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733273"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 650px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733273"] {
                        display: table;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733273"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 240px + -20px);
                        ;
                    }

                    #rec1903128771 .tn-elem[data-elem-id="1607684733273"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733273"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 160px + -20px);
                        ;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733259"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733259"] {
                        display: table;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733259"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 1px);
                        ;
                    }

                    #rec1903128771 .tn-elem[data-elem-id="1607684733259"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733259"] {
                        display: table;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1607684733246"],
#rec1903128801 .tn-elem[data-elem-id="1607684770067"],
#rec1903128811 .tn-elem[data-elem-id="1607684781577"],
#rec1903128821 .tn-elem[data-elem-id="1607684803458"] {
z-index: 3;
                    top: 0px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 1px;
                    height: 100%;
}
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733246"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733246"] {
                        display: table;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733246"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                    }

                    #rec1903128771 .tn-elem[data-elem-id="1607684733246"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607684733246"] {
                        display: table;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1607619361881"] {
                    color: #000000;
                    z-index: 3;
                    top: 60px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 810px;
                    height: auto;
                }
#rec1903128771 .tn-elem[data-elem-id="1607619361881"] .tn-atom,
#rec1903128801 .tn-elem[data-elem-id="1607619361881"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607619361881"] .tn-atom {
vertical-align: middle;
                    color: #000000;
                    font-size: 48px;
                    font-family: var(--t-headline-font, Arial);
                    line-height: 1.3;
                    font-weight: 500;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        top: 60px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        top: 60px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 570px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        top: 60px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 380px;
                        height: auto;
                    }

                    #rec1903128771 .tn-elem[data-elem-id="1607619361881"] .tn-atom {
                        font-size: 28px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        top: 60px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 270px;
                        height: auto;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1607619671637"] {
                    z-index: 3;
                    top: 180px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 362px;
                    height: 430px;
                }
#rec1903128771 .tn-elem[data-elem-id="1607619671637"] .tn-atom,
#rec1903128771 .tn-elem[data-elem-id="1607619774906"] .tn-atom,
#rec1903128771 .tn-elem[data-elem-id="1607619789312"] .tn-atom {
border-radius: 30px 30px 30px 30px;
                    background-color: #86d4d4;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.2);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
}
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619671637"] {
                        display: table;
                        top: 180px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        width: 301px;
                        height: 550px;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619671637"] {
                        display: table;
                        top: 240px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 620px;
                        height: 335px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619671637"] {
                        display: table;
                        top: 180px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 93%;
                        height: 390px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619671637"] {
                        display: table;
                        top: 208px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 560px;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1607619671674"] {
                    color: #222222;
                    z-index: 3;
                    top: 228px;
                    ;
                    left: calc(50% - 600px + 45px);
                    ;
                    width: 310px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619671674"] {
                        display: table;
                        top: 228px;
                        ;
                        left: calc(50% - 480px + 35px);
                        ;
                        width: 240px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619671674"] {
                        display: table;
                        top: 288px;
                        ;
                        left: calc(50% - 320px + 35px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619671674"] {
                        display: table;
                        top: 228px;
                        ;
                        left: calc(50% - 240px + 35px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619671674"] {
                        display: table;
                        top: 256px;
                        ;
                        left: calc(50% - 160px + 35px);
                        ;
                        height: auto;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1607619671683"] {
                    color: #222222;
                    z-index: 3;
                    top: 283px;
                    ;
                    left: calc(50% - 600px + 45px);
                    ;
                    width: 300px;
                    height: auto;
                }
#rec1903128771 .tn-elem[data-elem-id="1607619671683"] .tn-atom,
#rec1903128771 .tn-elem[data-elem-id="1607619774941"] .tn-atom,
#rec1903128771 .tn-elem[data-elem-id="1607619789342"] .tn-atom,
#rec1903128801 .tn-elem[data-elem-id="1607619671683"] .tn-atom,
#rec1903128801 .tn-elem[data-elem-id="1607623676395"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607619671683"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607624227343"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607624359141"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607624458723"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607624480518"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607625012588"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607625057042"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607625086533"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1763970874432000002"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607625086545"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607625098762"] .tn-atom,
#rec1903128951 .tn-elem[data-elem-id="1655478852453"] .tn-atom {
vertical-align: middle;
                    color: #222222;
                    font-size: 18px;
                    font-family: var(--t-text-font, Arial);
                    line-height: 1.55;
                    font-weight: 300;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 333px;
                        ;
                        left: calc(50% - 480px + 35px);
                        ;
                        width: 260px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 393px;
                        ;
                        left: calc(50% - 320px + 35px);
                        ;
                        width: 550px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 333px;
                        ;
                        left: calc(50% - 240px + 35px);
                        ;
                        width: 400px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 361px;
                        ;
                        left: calc(50% - 160px + 35px);
                        ;
                        width: 250px;
                        height: auto;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1607619774906"] {
                    z-index: 3;
                    top: 180px;
                    ;
                    left: calc(50% - 600px + 821px);
                    ;
                    width: 362px;
                    height: 430px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619774906"] {
                        display: table;
                        top: 180px;
                        ;
                        left: calc(50% - 480px + 651px);
                        ;
                        width: 300px;
                        height: 550px;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619774906"] {
                        display: table;
                        top: 987px;
                        ;
                        left: calc(50% - 320px + 11px);
                        ;
                        width: 618px;
                        height: 342px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619774906"] {
                        display: table;
                        top: 1047px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 93%;
                        height: 422px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619774906"] {
                        display: table;
                        top: 1379px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 605px;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1607619774933"] {
                    color: #222222;
                    z-index: 3;
                    top: 228px;
                    ;
                    left: calc(50% - 600px + 846px);
                    ;
                    width: 310px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619774933"] {
                        display: table;
                        top: 228px;
                        ;
                        left: calc(50% - 480px + 676px);
                        ;
                        width: 240px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619774933"] {
                        display: table;
                        top: 1035px;
                        ;
                        left: calc(50% - 320px + 36px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619774933"] {
                        display: table;
                        top: 1095px;
                        ;
                        left: calc(50% - 240px + 37px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619774933"] {
                        display: table;
                        top: 1427px;
                        ;
                        left: calc(50% - 160px + 37px);
                        ;
                        height: auto;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1607619774941"] {
                    color: #222222;
                    z-index: 3;
                    top: 283px;
                    ;
                    left: calc(50% - 600px + 846px);
                    ;
                    width: 320px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619774941"] {
                        display: table;
                        top: 333px;
                        ;
                        left: calc(50% - 480px + 676px);
                        ;
                        width: 270px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619774941"] {
                        display: table;
                        top: 1140px;
                        ;
                        left: calc(50% - 320px + 36px);
                        ;
                        width: 560px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619774941"] {
                        display: table;
                        top: 1200px;
                        ;
                        left: calc(50% - 240px + 37px);
                        ;
                        width: 400px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619774941"] {
                        display: table;
                        top: 1532px;
                        ;
                        left: calc(50% - 160px + 37px);
                        ;
                        width: 240px;
                        height: auto;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1607619789312"] {
                    z-index: 3;
                    top: 180px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 362px;
                    height: 430px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619789312"] {
                        display: table;
                        top: 182px;
                        ;
                        left: calc(50% - 480px + 332px);
                        ;
                        width: 299px;
                        height: 550px;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619789312"] {
                        display: table;
                        top: 612px;
                        ;
                        left: calc(50% - 320px + 5px);
                        ;
                        width: 625px;
                        height: 337px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619789312"] {
                        display: table;
                        top: 612px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 93%;
                        height: 392px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619789312"] {
                        display: table;
                        top: 820px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 504px;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1607619789336"] {
                    color: #222222;
                    z-index: 3;
                    top: 228px;
                    ;
                    left: calc(50% - 600px + 445px);
                    ;
                    width: 310px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619789336"] {
                        display: table;
                        top: 230px;
                        ;
                        left: calc(50% - 480px + 357px);
                        ;
                        width: 240px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619789336"] {
                        display: table;
                        top: 660px;
                        ;
                        left: calc(50% - 320px + 30px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619789336"] {
                        display: table;
                        top: 660px;
                        ;
                        left: calc(50% - 240px + 37px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619789336"] {
                        display: table;
                        top: 868px;
                        ;
                        left: calc(50% - 160px + 37px);
                        ;
                        height: auto;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1607619789342"] {
                    color: #222222;
                    z-index: 3;
                    top: 283px;
                    ;
                    left: calc(50% - 600px + 445px);
                    ;
                    width: 290px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619789342"] {
                        display: table;
                        top: 335px;
                        ;
                        left: calc(50% - 480px + 357px);
                        ;
                        width: 240px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619789342"] {
                        display: table;
                        top: 765px;
                        ;
                        left: calc(50% - 320px + 30px);
                        ;
                        width: 580px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619789342"] {
                        display: table;
                        top: 765px;
                        ;
                        left: calc(50% - 240px + 37px);
                        ;
                        width: 410px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1607619789342"] {
                        display: table;
                        top: 973px;
                        ;
                        left: calc(50% - 160px + 37px);
                        ;
                        width: 250px;
                        height: auto;
                    }
                }
#rec1903128771 .tn-group[data-group-id="1770808571541000002"] {
                    z-index: 3;
                    position: absolute;
                    top: -126px;
                    left: calc(50% - 600px + -855px);
                    width: 2910px;
                    height: 168px;
                }
#rec1903128771 .tn-group[data-group-id="1770808571541000002"] #molecule-1770808571541000002,
#rec1903128801 .tn-group[data-group-id="1770808670444000001"] #molecule-1770808670444000001 {
width: 100%;
                    height: 100%;
                    position: relative;
                    display: flex;
                    overflow: visible visible;
                    flex-direction: row;
                    column-gap: 50px;
                    align-items: center;
                    justify-content: flex-start;
                    align-content: flex-start;
                    padding: 0px 0px 0px 0px;
                    border-color: transparent;
                    border-style: solid;
                    box-sizing: border-box;
                    border-radius: 0px 0px 0px 0px;
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
}
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-group[data-group-id="1770808571541000002"] {
                        display: flex;
                    }

                    #rec1903128771 .tn-group[data-group-id="1770808571541000002"] #molecule-1770808571541000002 {
                        display: flex;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-group[data-group-id="1770808571541000002"] {
                        display: flex;
                    }

                    #rec1903128771 .tn-group[data-group-id="1770808571541000002"] #molecule-1770808571541000002 {
                        display: flex;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-group[data-group-id="1770808571541000002"] {
                        display: flex;
                    }

                    #rec1903128771 .tn-group[data-group-id="1770808571541000002"] #molecule-1770808571541000002 {
                        display: flex;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-group[data-group-id="1770808571541000002"] {
                        display: flex;
                    }

                    #rec1903128771 .tn-group[data-group-id="1770808571541000002"] #molecule-1770808571541000002 {
                        display: flex;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1770808590459000006"],
#rec1903128801 .tn-elem[data-elem-id="1770808670444000003"] {
z-index: 3;
                    top: 0px;
                    left: 2368px;
                    width: 542px;
                    flex-shrink: 0;
                    height: auto;
                    margin: 0 0 0 0;
}
#rec1903128771 .tn-elem[data-elem-id="1770808590459000006"] .tn-atom,
#rec1903128771 .tn-elem[data-elem-id="1770808587824000005"] .tn-atom,
#rec1903128771 .tn-elem[data-elem-id="1770808585793000004"] .tn-atom,
#rec1903128771 .tn-elem[data-elem-id="1770808583440000003"] .tn-atom,
#rec1903128771 .tn-elem[data-elem-id="1770808542533000001"] .tn-atom,
#rec1903128801 .tn-elem[data-elem-id="1770808670444000003"] .tn-atom,
#rec1903128801 .tn-elem[data-elem-id="1770808670444000004"] .tn-atom,
#rec1903128801 .tn-elem[data-elem-id="1770808670444000005"] .tn-atom,
#rec1903128801 .tn-elem[data-elem-id="1770808670444000006"] .tn-atom,
#rec1903128801 .tn-elem[data-elem-id="1770808670445000007"] .tn-atom {
border-radius: 0px 0px 0px 0px;
                    opacity: 0.1;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
}
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808590459000006"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808590459000006"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808590459000006"] {
                        display: table;
                        width: 400px;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808590459000006"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1770808587824000005"],
#rec1903128801 .tn-elem[data-elem-id="1770808670444000004"] {
z-index: 3;
                    top: 0px;
                    left: 1776px;
                    width: 542px;
                    flex-shrink: 0;
                    height: auto;
                    margin: 0 0 0 0;
}
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808587824000005"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808587824000005"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808587824000005"] {
                        display: table;
                        width: 400px;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808587824000005"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1770808585793000004"],
#rec1903128801 .tn-elem[data-elem-id="1770808670444000005"] {
z-index: 3;
                    top: 0px;
                    left: 1184px;
                    width: 542px;
                    flex-shrink: 0;
                    height: auto;
                    margin: 0 0 0 0;
}
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808585793000004"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808585793000004"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808585793000004"] {
                        display: table;
                        width: 400px;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808585793000004"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1770808583440000003"],
#rec1903128801 .tn-elem[data-elem-id="1770808670444000006"] {
z-index: 3;
                    top: 0px;
                    left: 592px;
                    width: 542px;
                    flex-shrink: 0;
                    height: auto;
                    margin: 0 0 0 0;
}
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808583440000003"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808583440000003"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808583440000003"] {
                        display: table;
                        width: 400px;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808583440000003"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
#rec1903128771 .tn-elem[data-elem-id="1770808542533000001"],
#rec1903128801 .tn-elem[data-elem-id="1770808670445000007"] {
z-index: 3;
                    top: 0px;
                    left: 0px;
                    width: 542px;
                    flex-shrink: 0;
                    height: auto;
                    margin: 0 0 0 0;
}
@media screen and (max-width:1199px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808542533000001"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808542533000001"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808542533000001"] {
                        display: table;
                        width: 400px;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128771 .tn-elem[data-elem-id="1770808542533000001"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
#rec1903128791 .t396__artboard {
                    height: 620px;
                    background-color: #ffffff;
                    overflow: visible;
                }
#rec1903128791 .t396__filter {
                    height: 620px;
                }
#rec1903128791 .t396__carrier {
                    height: 620px;
                    background-position: center center;
                    background-attachment: scroll;
                    background-size: cover;
                    background-repeat: no-repeat;
                }
@media screen and (max-width:1199px) {

                    #rec1903128791 .t396__artboard,
                    #rec1903128791 .t396__filter,
                    #rec1903128791 .t396__carrier {
                        height: 780px;
                    }

                    #rec1903128791 .t396__filter {}

                    #rec1903128791 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128791 .t396__artboard,
                    #rec1903128791 .t396__filter,
                    #rec1903128791 .t396__carrier {
                        height: 920px;
                    }

                    #rec1903128791 .t396__filter {}

                    #rec1903128791 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128791 .t396__artboard,
                    #rec1903128791 .t396__filter,
                    #rec1903128791 .t396__carrier {
                        height: 1070px;
                    }

                    #rec1903128791 .t396__filter {}

                    #rec1903128791 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128791 .t396__artboard,
                    #rec1903128791 .t396__filter,
                    #rec1903128791 .t396__carrier {
                        height: 1450px;
                    }

                    #rec1903128791 .t396__filter {}

                    #rec1903128791 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607684749485"] {
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 950px);
                        ;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607684749474"] {
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 650px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607684749474"] {
                        top: -1px;
                        ;
                        left: calc(50% - 320px + 629px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607684749474"] {
                        top: -1px;
                        ;
                        left: calc(50% - 240px + -20px);
                        ;
                    }

                    #rec1903128791 .tn-elem[data-elem-id="1607684749474"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607684749474"] {
                        top: -1px;
                        ;
                        left: calc(50% - 160px + -20px);
                        ;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607684749459"] {
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607684749459"] {
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 1px);
                        ;
                    }

                    #rec1903128791 .tn-elem[data-elem-id="1607684749459"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607684749446"] {
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607684749446"] {
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                    }

                    #rec1903128791 .tn-elem[data-elem-id="1607684749446"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
#rec1903128791 .tn-elem[data-elem-id="1607628279852"] {
                    z-index: 5;
                    top: 650px;
                    ;
                    left: calc(50% - 600px + 790px);
                    ;
                    width: 60px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607628279852"] {
                        top: 650px;
                        ;
                        left: calc(50% - 480px + 620px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607628279852"] {
                        top: 650px;
                        ;
                        left: calc(50% - 320px + 600px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607628279852"] {
                        top: 650px;
                        ;
                        left: calc(50% - 240px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607628279852"] {
                        top: 650px;
                        ;
                        left: calc(50% - 160px + 10px);
                        ;
                        height: auto;
                    }
                }
#rec1903128791 .tn-elem[data-elem-id="1607619361881"] {
                    color: #000000;
                    z-index: 6;
                    top: 95px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 510px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607619361881"] {
                        top: 90px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607619361881"] {
                        top: 90px;
                        ;
                        left: calc(50% - 240px + 10px);
                        ;
                        width: 440px;
                        height: auto;
                    }

                    #rec1903128791 .tn-elem[data-elem-id="1607619361881"] .tn-atom {
                        font-size: 32px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607619361881"] {
                        top: 93px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 310px;
                        height: auto;
                    }
                }
#rec1903128791 .tn-elem[data-elem-id="1607619671637"] {
                    z-index: 7;
                    top: 234px;
                    ;
                    left: calc(50% - 600px + -10px);
                    ;
                    width: 403px;
                    height: 297px;
                }
#rec1903128791 .tn-elem[data-elem-id="1607619671637"] .tn-atom {
                    border-radius: 30px;
                    opacity: 0.5;
                    background-position: center center;
                    --t396-borderwidth: 1px;
                    --t396-bordercolor: #86d4d4;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                }
@media screen and (max-width:1199px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607619671637"] {
                        top: 234px;
                        ;
                        left: calc(50% - 480px + -20px);
                        ;
                        width: 340px;
                        height: 372px;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607619671637"] {
                        top: 259px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 622px;
                        height: 191px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607619671637"] {
                        top: 274px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 93%;
                        height: 251px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607619671637"] {
                        top: 323px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90%;
                        height: 381px;
                    }
                }
#rec1903128791 .tn-elem[data-elem-id="1607619671683"] {
                    color: #222222;
                    z-index: 8;
                    top: 260px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 340px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607619671683"] {
                        top: 260px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607619671683"] {
                        top: 285px;
                        ;
                        left: calc(50% - 320px + 40px);
                        ;
                        width: 570px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607619671683"] {
                        top: 300px;
                        ;
                        left: calc(50% - 240px + 40px);
                        ;
                        width: 400px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607619671683"] {
                        top: 349px;
                        ;
                        left: calc(50% - 160px + 40px);
                        ;
                        width: 260px;
                        height: auto;
                    }
                }
#rec1903128791 .tn-elem[data-elem-id="1607623676395"] {
                    color: #222222;
                    z-index: 9;
                    top: 260px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 760px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607623676395"] {
                        top: 260px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        width: 620px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607623676395"] {
                        top: 485px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 620px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607623676395"] {
                        top: 560px;
                        ;
                        left: calc(50% - 240px + 10px);
                        ;
                        width: 450px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607623676395"] {
                        top: 744px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 280px;
                        height: auto;
                    }
                }
#rec1903128791 .tn-elem[data-elem-id="1607623748434"] {
                    color: #222222;
                    z-index: 10;
                    top: 88px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 360px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607623748434"] {
                        top: 97px;
                        ;
                        left: calc(50% - 480px + 650px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607623748434"] {
                        top: 180px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 640px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607623748434"] {
                        top: 156px;
                        ;
                        left: calc(50% - 240px + 10px);
                        ;
                        width: 390px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128791 .tn-elem[data-elem-id="1607623748434"] {
                        top: 205px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
#rec1903128801 .t396__artboard {
                    height: 680px;
                    background-color: #ffffff;
                    overflow: visible;
                }
#rec1903128801 .t396__filter,
#rec1903128951 .t396__filter {
height: 680px;
}
#rec1903128801 .t396__carrier,
#rec1903128951 .t396__carrier {
height: 680px;
                    background-position: center center;
                    background-attachment: scroll;
                    background-size: cover;
                    background-repeat: no-repeat;
}
@media screen and (max-width:1199px) {

                    #rec1903128801 .t396__artboard,
                    #rec1903128801 .t396__filter,
                    #rec1903128801 .t396__carrier {
                        height: 790px;
                    }

                    #rec1903128801 .t396__filter {}

                    #rec1903128801 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128801 .t396__artboard,
                    #rec1903128801 .t396__filter,
                    #rec1903128801 .t396__carrier {
                        height: 1000px;
                    }

                    #rec1903128801 .t396__filter {}

                    #rec1903128801 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128801 .t396__artboard,
                    #rec1903128801 .t396__filter,
                    #rec1903128801 .t396__carrier {
                        height: 1170px;
                    }

                    #rec1903128801 .t396__filter {}

                    #rec1903128801 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128801 .t396__artboard,
                    #rec1903128801 .t396__filter,
                    #rec1903128801 .t396__carrier {
                        height: 1530px;
                    }

                    #rec1903128801 .t396__filter {}

                    #rec1903128801 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770110"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 950px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770110"] {
                        display: table;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770110"] {
                        display: table;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770110"] {
                        display: table;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770097"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 650px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770097"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 320px + -10px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770097"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 240px + -20px);
                        ;
                    }

                    #rec1903128801 .tn-elem[data-elem-id="1607684770097"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770097"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 160px + -20px);
                        ;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770080"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770080"] {
                        display: table;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770080"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 1px);
                        ;
                    }

                    #rec1903128801 .tn-elem[data-elem-id="1607684770080"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770080"] {
                        display: table;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770067"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770067"] {
                        display: table;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770067"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                    }

                    #rec1903128801 .tn-elem[data-elem-id="1607684770067"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607684770067"] {
                        display: table;
                    }
                }
#rec1903128801 .tn-elem[data-elem-id="1607619361881"] {
                    color: #000000;
                    z-index: 3;
                    top: 154px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 510px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        top: 140px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        top: 140px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 460px;
                        height: auto;
                    }

                    #rec1903128801 .tn-elem[data-elem-id="1607619361881"] .tn-atom {
                        font-size: 32px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        top: 140px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128801 .tn-elem[data-elem-id="1607619671637"] {
                    z-index: 3;
                    top: 294px;
                    ;
                    left: calc(50% - 600px + 795px);
                    ;
                    width: 408px;
                    height: 297px;
                }
#rec1903128801 .tn-elem[data-elem-id="1607619671637"] .tn-atom {
                    border-radius: 30px 30px 30px 30px;
                    opacity: 0.5;
                    background-position: center center;
                    --t396-borderwidth: 1px;
                    --t396-bordercolor: #86d4d4;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                }
@media screen and (max-width:1199px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607619671637"] {
                        display: table;
                        top: 294px;
                        ;
                        left: calc(50% - 480px + 634px);
                        ;
                        width: 335px;
                        height: 398px;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607619671637"] {
                        display: table;
                        top: 639px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 619px;
                        height: 221px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607619671637"] {
                        display: table;
                        top: 724px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 93%;
                        height: 300px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607619671637"] {
                        display: table;
                        top: 1029px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 474px;
                    }
                }
#rec1903128801 .tn-elem[data-elem-id="1607619671683"] {
                    color: #222222;
                    z-index: 3;
                    top: 320px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 360px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 320px;
                        ;
                        left: calc(50% - 480px + 650px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 665px;
                        ;
                        left: calc(50% - 320px + 26px);
                        ;
                        width: 580px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 750px;
                        ;
                        left: calc(50% - 240px + 30px);
                        ;
                        width: 410px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 1064px;
                        ;
                        left: calc(50% - 160px + 40px);
                        ;
                        width: 250px;
                        height: auto;
                    }
                }
#rec1903128801 .tn-elem[data-elem-id="1607623676395"] {
                    color: #222222;
                    z-index: 3;
                    top: 320px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 730px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607623676395"] {
                        display: table;
                        top: 320px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        width: 580px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607623676395"] {
                        display: table;
                        top: 340px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 620px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607623676395"] {
                        display: table;
                        top: 330px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 460px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607623676395"] {
                        display: table;
                        top: 400px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
#rec1903128801 .tn-elem[data-elem-id="1607623748434"] {
                    color: #222222;
                    z-index: 3;
                    top: 147px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 550px;
                    height: auto;
                }
#rec1903128801 .tn-elem[data-elem-id="1607623748434"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607623748434"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607624359134"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607624458717"] .tn-atom {
vertical-align: middle;
                    color: #222222;
                    font-size: 24px;
                    font-family: var(--t-text-font, Arial);
                    line-height: 1.3;
                    font-weight: 700;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media screen and (max-width:1199px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607623748434"] {
                        display: table;
                        top: 145px;
                        ;
                        left: calc(50% - 480px + 640px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607623748434"] {
                        display: table;
                        top: 225px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 480px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607623748434"] {
                        display: table;
                        top: 210px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128801 .tn-elem[data-elem-id="1607623748434"] {
                        display: table;
                        top: 210px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
#rec1903128801 .tn-group[data-group-id="1770808670444000001"] {
                    z-index: 3;
                    position: absolute;
                    top: -37px;
                    left: calc(50% - 600px + -855px);
                    width: 2910px;
                    height: 168px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128801 .tn-group[data-group-id="1770808670444000001"] {
                        display: flex;
                    }

                    #rec1903128801 .tn-group[data-group-id="1770808670444000001"] #molecule-1770808670444000001 {
                        display: flex;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128801 .tn-group[data-group-id="1770808670444000001"] {
                        display: flex;
                    }

                    #rec1903128801 .tn-group[data-group-id="1770808670444000001"] #molecule-1770808670444000001 {
                        display: flex;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128801 .tn-group[data-group-id="1770808670444000001"] {
                        display: flex;
                    }

                    #rec1903128801 .tn-group[data-group-id="1770808670444000001"] #molecule-1770808670444000001 {
                        display: flex;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128801 .tn-group[data-group-id="1770808670444000001"] {
                        display: flex;
                    }

                    #rec1903128801 .tn-group[data-group-id="1770808670444000001"] #molecule-1770808670444000001 {
                        display: flex;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000003"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000003"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000003"] {
                        display: table;
                        width: 400px;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000003"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000004"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000004"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000004"] {
                        display: table;
                        width: 400px;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000004"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000005"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000005"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000005"] {
                        display: table;
                        width: 400px;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000005"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000006"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000006"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000006"] {
                        display: table;
                        width: 400px;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670444000006"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670445000007"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670445000007"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670445000007"] {
                        display: table;
                        width: 400px;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128801 .tn-elem[data-elem-id="1770808670445000007"] {
                        display: table;
                        height: auto;
                        flex-shrink: 0;
                    }
                }
#rec1903128811 .t396__artboard {
                    height: 1320px;
                    background-color: #ffffff;
                    overflow: visible;
                }
#rec1903128811 .t396__filter {
                    height: 1320px;
                }
#rec1903128811 .t396__carrier {
                    height: 1320px;
                    background-position: center center;
                    background-attachment: scroll;
                    background-size: cover;
                    background-repeat: no-repeat;
                }
@media screen and (max-width:1199px) {

                    #rec1903128811 .t396__artboard,
                    #rec1903128811 .t396__filter,
                    #rec1903128811 .t396__carrier {
                        height: 1520px;
                    }

                    #rec1903128811 .t396__filter {}

                    #rec1903128811 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128811 .t396__artboard,
                    #rec1903128811 .t396__filter,
                    #rec1903128811 .t396__carrier {
                        height: 1760px;
                    }

                    #rec1903128811 .t396__filter {}

                    #rec1903128811 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128811 .t396__artboard,
                    #rec1903128811 .t396__filter,
                    #rec1903128811 .t396__carrier {
                        height: 1860px;
                    }

                    #rec1903128811 .t396__filter {}

                    #rec1903128811 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128811 .t396__artboard,
                    #rec1903128811 .t396__filter,
                    #rec1903128811 .t396__carrier {}

                    #rec1903128811 .t396__filter {}

                    #rec1903128811 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607624480526"] {
                    color: #86d4d4;
                    z-index: 3;
                    top: 940px;
                    ;
                    left: calc(50% - 600px + 440px);
                    ;
                    width: 349px;
                    height: auto;
                }
#rec1903128811 .tn-elem[data-elem-id="1607624480526"] .tn-atom {
                    vertical-align: middle;
                    color: #86d4d4;
                    font-size: 260px;
                    font-family: var(--t-headline-font, Arial);
                    line-height: 1.3;
                    font-weight: 500;
                    opacity: 0.5;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624480526"] {
                        display: table;
                        top: 1112px;
                        ;
                        left: calc(50% - 480px + 324px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624480526"] {
                        display: table;
                        top: 1370px;
                        ;
                        left: calc(50% - 320px + 3px);
                        ;
                        height: auto;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624480526"] .tn-atom {
                        font-size: 220px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624480526"] {
                        display: table;
                        top: 1396px;
                        ;
                        left: calc(50% - 240px + -129px);
                        ;
                        height: auto;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624480526"] .tn-atom {
                        font-size: 260px;
                        background-size: cover;
                        opacity: 0.2;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624480526"] {
                        display: table;
                        top: 1435px;
                        ;
                        left: calc(50% - 160px + -103px);
                        ;
                        height: auto;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624480526"] .tn-atom {
                        font-size: 240px;
                        background-size: cover;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607624458730"] {
                    color: #86d4d4;
                    z-index: 3;
                    top: 717px;
                    ;
                    left: calc(50% - 600px + 580px);
                    ;
                    width: 230px;
                    height: auto;
                }
#rec1903128811 .tn-elem[data-elem-id="1607624458730"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607624359148"] .tn-atom,
#rec1903128811 .tn-elem[data-elem-id="1607624251091"] .tn-atom {
vertical-align: middle;
                    color: #86d4d4;
                    font-size: 200px;
                    font-family: var(--t-headline-font, Arial);
                    line-height: 1.3;
                    font-weight: 500;
                    opacity: 0.5;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624458730"] {
                        display: table;
                        top: 805px;
                        ;
                        left: calc(50% - 480px + 460px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624458730"] {
                        display: table;
                        top: 1063px;
                        ;
                        left: calc(50% - 320px + 86px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624458730"] {
                        display: table;
                        top: 1183px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        height: auto;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624458730"] .tn-atom {
                        background-size: cover;
                        opacity: 0.2;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624458730"] {
                        display: table;
                        top: 1230px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        height: auto;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607624359148"] {
                    color: #86d4d4;
                    z-index: 3;
                    top: 455px;
                    ;
                    left: calc(50% - 600px + 580px);
                    ;
                    width: 230px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624359148"] {
                        display: table;
                        top: 470px;
                        ;
                        left: calc(50% - 480px + 460px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624359148"] {
                        display: table;
                        top: 728px;
                        ;
                        left: calc(50% - 320px + 86px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624359148"] {
                        display: table;
                        top: 880px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        height: auto;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624359148"] .tn-atom {
                        background-size: cover;
                        opacity: 0.2;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624359148"] {
                        display: table;
                        top: 898px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        height: auto;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607624251091"] {
                    color: #86d4d4;
                    z-index: 3;
                    top: 185px;
                    ;
                    left: calc(50% - 600px + 580px);
                    ;
                    width: 230px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624251091"] {
                        display: table;
                        top: 175px;
                        ;
                        left: calc(50% - 480px + 460px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624251091"] {
                        display: table;
                        top: 433px;
                        ;
                        left: calc(50% - 320px + 86px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624251091"] {
                        display: table;
                        top: 583px;
                        ;
                        left: calc(50% - 240px + -20px);
                        ;
                        height: auto;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624251091"] .tn-atom {
                        background-size: cover;
                        opacity: 0.2;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624251091"] {
                        display: table;
                        top: 603px;
                        ;
                        left: calc(50% - 160px + -20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781620"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 950px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781620"] {
                        display: table;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781620"] {
                        display: table;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781620"] {
                        display: table;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781607"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 650px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781607"] {
                        display: table;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781607"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 240px + -20px);
                        ;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607684781607"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781607"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 160px + -20px);
                        ;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781591"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781591"] {
                        display: table;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781591"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 1px);
                        ;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607684781591"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781591"] {
                        display: table;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781577"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781577"] {
                        display: table;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781577"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607684781577"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607684781577"] {
                        display: table;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607628817696"] {
                    z-index: 3;
                    top: 935px;
                    ;
                    left: calc(50% - 600px + -10px);
                    ;
                    width: 60px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607628817696"] {
                        display: table;
                        top: 935px;
                        ;
                        left: calc(50% - 480px + -20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607628817696"] {
                        display: table;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607628817696"] {
                        display: table;
                        top: 935px;
                        ;
                        left: calc(50% - 240px + -20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607628817696"] {
                        display: table;
                        height: auto;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607619361881"] {
                    color: #000000;
                    z-index: 3;
                    top: 94px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 760px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        top: 94px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        top: 95px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        width: 560px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        top: 95px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 330px;
                        height: auto;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607619361881"] .tn-atom {
                        font-size: 32px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607619361881"] {
                        display: table;
                        height: auto;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607619671683"] {
                    color: #222222;
                    z-index: 3;
                    top: 224px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 340px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 224px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 255px;
                        ;
                        left: calc(50% - 320px + 60px);
                        ;
                        width: 540px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 255px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 420px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 255px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607623748434"] {
                    color: #222222;
                    z-index: 3;
                    top: 225px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 370px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607623748434"] {
                        display: table;
                        top: 225px;
                        ;
                        left: calc(50% - 480px + 701px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607623748434"] {
                        display: table;
                        top: 483px;
                        ;
                        left: calc(50% - 320px + 327px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607623748434"] {
                        display: table;
                        top: 570px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607623748434"] {
                        display: table;
                        top: 588px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607624227343"] {
                    color: #222222;
                    z-index: 3;
                    top: 312px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 360px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624227343"] {
                        display: table;
                        top: 312px;
                        ;
                        left: calc(50% - 480px + 701px);
                        ;
                        width: 260px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624227343"] {
                        display: table;
                        top: 570px;
                        ;
                        left: calc(50% - 320px + 327px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624227343"] {
                        display: table;
                        top: 657px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624227343"] {
                        display: table;
                        top: 676px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607624284328"] {
                    color: #222222;
                    z-index: 3;
                    top: 284px;
                    ;
                    left: calc(50% - 600px + -150px);
                    ;
                    width: 190px;
                    height: auto;
                }
#rec1903128811 .tn-elem[data-elem-id="1607624284328"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607624284328"] .tn-atom,
#rec1903128821 .tn-elem[data-elem-id="1607625167303"] .tn-atom {
vertical-align: middle;
                    color: #222222;
                    font-size: 18px;
                    font-family: var(--t-text-font, Arial);
                    line-height: 1.55;
                    font-weight: 300;
                    opacity: 0.5;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
                    -webkit-transform: rotate(270deg);
                    -moz-transform: rotate(270deg);
                    transform: rotate(270deg);
}
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624284328"] {
                        display: table;
                        top: 284px;
                        ;
                        left: calc(50% - 480px + -130px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624284328"] {
                        display: table;
                        top: 315px;
                        ;
                        left: calc(50% - 320px + -80px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624284328"] {
                        display: table;
                        top: 200px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624284328"] .tn-atom {
                        background-size: cover;
                        opacity: 0.5;
                        -webkit-transform: rotate(0deg);
                        -moz-transform: rotate(0deg);
                        transform: rotate(0deg);
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624284328"] {
                        display: table;
                        height: auto;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607624359134"] {
                    color: #222222;
                    z-index: 3;
                    top: 473px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 270px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624359134"] {
                        display: table;
                        top: 523px;
                        ;
                        left: calc(50% - 480px + 700px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624359134"] {
                        display: table;
                        top: 781px;
                        ;
                        left: calc(50% - 320px + 326px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624359134"] {
                        display: table;
                        top: 868px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624359134"] {
                        display: table;
                        top: 886px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607624359141"] {
                    color: #222222;
                    z-index: 3;
                    top: 560px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 360px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624359141"] {
                        display: table;
                        top: 610px;
                        ;
                        left: calc(50% - 480px + 700px);
                        ;
                        width: 250px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624359141"] {
                        display: table;
                        top: 868px;
                        ;
                        left: calc(50% - 320px + 326px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624359141"] {
                        display: table;
                        top: 955px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 270px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624359141"] {
                        display: table;
                        top: 973px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607624458717"] {
                    color: #222222;
                    z-index: 3;
                    top: 735px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 270px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624458717"] {
                        display: table;
                        top: 855px;
                        ;
                        left: calc(50% - 480px + 700px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624458717"] {
                        display: table;
                        top: 1113px;
                        ;
                        left: calc(50% - 320px + 326px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624458717"] {
                        display: table;
                        top: 1200px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624458717"] {
                        display: table;
                        top: 1218px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607624458723"] {
                    color: #222222;
                    z-index: 3;
                    top: 822px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 360px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624458723"] {
                        display: table;
                        top: 942px;
                        ;
                        left: calc(50% - 480px + 700px);
                        ;
                        width: 260px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624458723"] {
                        display: table;
                        top: 1200px;
                        ;
                        left: calc(50% - 320px + 326px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624458723"] {
                        display: table;
                        top: 1287px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624458723"] {
                        display: table;
                        top: 1305px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607624480518"] {
                    color: #222222;
                    z-index: 3;
                    top: 1010px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 360px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624480518"] {
                        display: table;
                        top: 1185px;
                        ;
                        left: calc(50% - 480px + 700px);
                        ;
                        width: 280px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624480518"] {
                        display: table;
                        top: 1443px;
                        ;
                        left: calc(50% - 320px + 326px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624480518"] {
                        display: table;
                        top: 1530px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624480518"] {
                        display: table;
                        top: 1548px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128811 .tn-elem[data-elem-id="1607624519362"] {
                    color: #222222;
                    text-align: center;
                    z-index: 3;
                    top: 1140px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 240px;
                    height: 65px;
                }
#rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom,
#rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom {
color: #222222;
                    font-size: 18px;
                    font-family: var(--t-headline-font, Arial);
                    line-height: 1.55;
                    font-weight: 500;
                    border-radius: 30px 30px 30px 30px;
                    background-position: center center;
                    --t396-borderwidth: 1px;
                    --t396-bordercolor: #222222;
                    --t396-speedhover: 0.2s;
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-bgcolor-hover-color: #222222;
                    --t396-bgcolor-hover-image: none;
                    --t396-bordercolor-hover: #222222;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    padding: 0;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
}
#rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom::after,
#rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom .tn-atom__button-border::before,
#rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom .tn-atom__button-border::after,
#rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom::after,
#rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom .tn-atom__button-border::before,
#rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom .tn-atom__button-border::after {
display: none;
}
#rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom .tn-atom__button-content,
#rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom .tn-atom__button-content {
column-gap: 10px;
                    padding: 0px 0px 0px 0px;
}
#rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom .tn-atom__button-text,
#rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom .tn-atom__button-text {
transition: color var(--t396-speedhover, 0s) ease-in-out;
                    color: #222222;
}
@media (hover),
                (min-width:0\0) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover::after {
                        opacity: 0;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover {
                        animation-name: none;
                        background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
                    }
                }
@media (hover),
                (min-width:0\0) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover {
                        border-style: var(--t396-borderstyle, solid);
                        border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
                    }
                }
@media (hover),
                (min-width:0\0) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover {
                        color: #ffffff;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover .tn-atom__button-text {
                        color: #ffffff;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] {
                        display: block;
                        top: 1335px;
                        ;
                        left: calc(50% - 480px + 700px);
                        ;
                        height: auto;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom::after {
                        display: none;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom .tn-atom__button-border::before {
                        display: none;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom .tn-atom__button-border::after {
                        display: none;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom {
                        padding: 0;
                        border-width: var(--t396-borderwidth, 0);
                        border-style: var(--t396-borderstyle, solid);
                        border-color: var(--t396-bordercolor, transparent);
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover::after {
                            opacity: 0;
                        }

                        #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover {
                            animation-name: none;
                            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
                        }
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover {
                            border-style: var(--t396-borderstyle, solid);
                            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
                        }
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] {
                        display: block;
                        top: 1593px;
                        ;
                        left: calc(50% - 320px + 326px);
                        ;
                        height: auto;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom::after {
                        display: none;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom .tn-atom__button-border::before {
                        display: none;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom .tn-atom__button-border::after {
                        display: none;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom {
                        padding: 0;
                        border-width: var(--t396-borderwidth, 0);
                        border-style: var(--t396-borderstyle, solid);
                        border-color: var(--t396-bordercolor, transparent);
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover::after {
                            opacity: 0;
                        }

                        #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover {
                            animation-name: none;
                            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
                        }
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover {
                            border-style: var(--t396-borderstyle, solid);
                            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
                        }
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] {
                        display: block;
                        top: 1690px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        height: auto;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom::after {
                        display: none;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom .tn-atom__button-border::before {
                        display: none;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom .tn-atom__button-border::after {
                        display: none;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom {
                        padding: 0;
                        border-width: var(--t396-borderwidth, 0);
                        border-style: var(--t396-borderstyle, solid);
                        border-color: var(--t396-bordercolor, transparent);
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover::after {
                            opacity: 0;
                        }

                        #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover {
                            animation-name: none;
                            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
                        }
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover {
                            border-style: var(--t396-borderstyle, solid);
                            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
                        }
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] {
                        display: block;
                        top: 1708px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom::after {
                        display: none;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom .tn-atom__button-border::before {
                        display: none;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom .tn-atom__button-border::after {
                        display: none;
                    }

                    #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom {
                        padding: 0;
                        border-width: var(--t396-borderwidth, 0);
                        border-style: var(--t396-borderstyle, solid);
                        border-color: var(--t396-bordercolor, transparent);
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover::after {
                            opacity: 0;
                        }

                        #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover {
                            animation-name: none;
                            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
                        }
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128811 .tn-elem[data-elem-id="1607624519362"] .tn-atom:hover {
                            border-style: var(--t396-borderstyle, solid);
                            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
                        }
                    }
                }
#rec1903128821 .t396__artboard {
                    height: 830px;
                    background-color: #ffffff;
                    overflow: visible;
                }
#rec1903128821 .t396__filter {
                    height: 830px;
                }
#rec1903128821 .t396__carrier {
                    height: 830px;
                    background-position: center center;
                    background-attachment: scroll;
                    background-size: cover;
                    background-repeat: no-repeat;
                }
@media screen and (max-width:1199px) {

                    #rec1903128821 .t396__artboard,
                    #rec1903128821 .t396__filter,
                    #rec1903128821 .t396__carrier {}

                    #rec1903128821 .t396__filter {}

                    #rec1903128821 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128821 .t396__artboard,
                    #rec1903128821 .t396__filter,
                    #rec1903128821 .t396__carrier {
                        height: 1070px;
                    }

                    #rec1903128821 .t396__filter {}

                    #rec1903128821 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128821 .t396__artboard,
                    #rec1903128821 .t396__filter,
                    #rec1903128821 .t396__carrier {
                        height: 1720px;
                    }

                    #rec1903128821 .t396__filter {}

                    #rec1903128821 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128821 .t396__artboard,
                    #rec1903128821 .t396__filter,
                    #rec1903128821 .t396__carrier {
                        height: 1860px;
                    }

                    #rec1903128821 .t396__filter {}

                    #rec1903128821 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803496"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 950px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803496"] {
                        display: table;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803496"] {
                        display: table;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803496"] {
                        display: table;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803483"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 650px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803483"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 320px + 630px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803483"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 240px + -20px);
                        ;
                    }

                    #rec1903128821 .tn-elem[data-elem-id="1607684803483"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803483"] {
                        display: table;
                        top: 29px;
                        ;
                        left: calc(50% - 160px + -21px);
                        ;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803469"] {
                        display: table;
                        top: -1px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803469"] {
                        display: table;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803469"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 1px);
                        ;
                    }

                    #rec1903128821 .tn-elem[data-elem-id="1607684803469"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803469"] {
                        display: table;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803458"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803458"] {
                        display: table;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803458"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                    }

                    #rec1903128821 .tn-elem[data-elem-id="1607684803458"] .tn-atom {
                        background-size: cover;
                        opacity: 0.05;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607684803458"] {
                        display: table;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607629584602"] {
                    z-index: 3;
                    top: 540px;
                    ;
                    left: calc(50% - 50% + 0px);
                    ;
                    width: 100%;
                    height: 100px;
                }
#rec1903128821 .tn-elem[data-elem-id="1607629584602"] .tn-atom {
                    border-radius: 0px 0px 0px 0px;
                    background-position: center center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    transform: rotate(180deg);
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607629584602"] {
                        display: table;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607629584602"] {
                        display: table;
                        top: 970px;
                        ;
                        left: calc(50% - 50% + 0px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607629584602"] {
                        display: table;
                        top: 1460px;
                        ;
                        left: calc(50% - 50% + 0px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607629584602"] {
                        display: table;
                        top: 1520px;
                        ;
                        left: calc(50% - 50% + 0px);
                        ;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607624968036"] {
                    z-index: 3;
                    top: 60px;
                    ;
                    left: calc(50% - 600px + -18px);
                    ;
                    width: 1236px;
                    height: 745px;
                }
#rec1903128821 .tn-elem[data-elem-id="1607624968036"] .tn-atom {
                    border-radius: 30px 30px 30px 30px;
                    background-position: center center;
                    --t396-borderwidth: 1px;
                    --t396-bordercolor: #86d4d4;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607624968036"] {
                        display: table;
                        top: 67px;
                        ;
                        left: calc(50% - 480px + -6px);
                        ;
                        width: 973px;
                        height: 730px;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607624968036"] {
                        display: table;
                        top: 63px;
                        ;
                        left: calc(50% - 320px + 11px);
                        ;
                        width: 621px;
                        height: 928px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607624968036"] {
                        display: table;
                        top: 275px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 93%;
                        height: 1368px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607624968036"] {
                        display: table;
                        top: 140px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 1691px;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607689919608"] {
                    z-index: 3;
                    top: 59px;
                    ;
                    left: calc(50% - 600px + -21px);
                    ;
                    width: 402px;
                    height: 267px;
                }
#rec1903128821 .tn-elem[data-elem-id="1607689919608"] .tn-atom {
                    border-radius: 0px 0px 0px 0px;
                    background-position: center center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607689919608"] {
                        display: table;
                        top: 67px;
                        ;
                        left: calc(50% - 480px + -6px);
                        ;
                        width: 326px;
                        height: 301px;
                        border-radius: 30px 30px 30px 30px;
                    }

                    #rec1903128821 .tn-elem[data-elem-id="1607689919608"] .tn-atom {
                        background-size: cover;
                        border-radius: 30px 30px 30px 30px;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607689919608"] {
                        display: table;
                        top: 141px;
                        ;
                        left: calc(50% - 320px + 12px);
                        ;
                        width: 620px;
                        height: 181px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607689919608"] {
                        display: table;
                        top: 141px;
                        ;
                        left: calc(50% - 240px + 17px);
                        ;
                        width: 93%;
                        height: 233px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607689919608"] {
                        display: table;
                        top: 140px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        width: 90px;
                        height: 314px;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607619671683"] {
                    color: #ffffff;
                    z-index: 3;
                    top: 100px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 330px;
                    height: auto;
                }
#rec1903128821 .tn-elem[data-elem-id="1607619671683"] .tn-atom {
                    vertical-align: middle;
                    color: #ffffff;
                    font-size: 18px;
                    font-family: var(--t-text-font, Arial);
                    line-height: 1.55;
                    font-weight: 300;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 110px;
                        ;
                        left: calc(50% - 480px + 12px);
                        ;
                        width: 300px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 175px;
                        ;
                        left: calc(50% - 320px + 30px);
                        ;
                        width: 570px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 175px;
                        ;
                        left: calc(50% - 240px + 30px);
                        ;
                        width: 390px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607619671683"] {
                        display: table;
                        top: 175px;
                        ;
                        left: calc(50% - 160px + 34px);
                        ;
                        width: 260px;
                        height: auto;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607624284328"] {
                    color: #222222;
                    text-align: center;
                    z-index: 3;
                    top: 181px;
                    ;
                    left: calc(50% - 600px + -170px);
                    ;
                    width: 210px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607624284328"] {
                        display: table;
                        top: 191px;
                        ;
                        left: calc(50% - 480px + -150px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607624284328"] {
                        display: table;
                        top: 95px;
                        ;
                        left: calc(50% - 320px + 30px);
                        ;
                        height: auto;
                        text-align: left;
                    }

                    #rec1903128821 .tn-elem[data-elem-id="1607624284328"] .tn-atom {
                        background-size: cover;
                        -webkit-transform: rotate(0deg);
                        -moz-transform: rotate(0deg);
                        transform: rotate(0deg);
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607624284328"] {
                        display: table;
                        top: 95px;
                        ;
                        left: calc(50% - 240px + 30px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607624284328"] {
                        display: table;
                        top: 95px;
                        ;
                        left: calc(50% - 160px + 30px);
                        ;
                        height: auto;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607625012588"] {
                    color: #222222;
                    z-index: 3;
                    top: 160px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 370px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625012588"] {
                        display: table;
                        top: 170px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        width: 310px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625012588"] {
                        display: table;
                        top: 405px;
                        ;
                        left: calc(50% - 320px + 30px);
                        ;
                        width: 270px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625012588"] {
                        display: table;
                        top: 495px;
                        ;
                        left: calc(50% - 240px + 30px);
                        ;
                        width: 410px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625012588"] {
                        display: table;
                        top: 592px;
                        ;
                        left: calc(50% - 160px + 34px);
                        ;
                        width: 260px;
                        height: auto;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607625028431"] {
                    color: #222222;
                    z-index: 3;
                    top: 98px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 370px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625028431"] {
                        display: table;
                        top: 108px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625028431"] {
                        display: table;
                        top: 343px;
                        ;
                        left: calc(50% - 320px + 30px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625028431"] {
                        display: table;
                        top: 433px;
                        ;
                        left: calc(50% - 240px + 30px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625028431"] {
                        display: table;
                        top: 493px;
                        ;
                        left: calc(50% - 160px + 34px);
                        ;
                        width: 190px;
                        height: auto;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607625057042"] {
                    color: #222222;
                    z-index: 3;
                    top: 160px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 270px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625057042"] {
                        display: table;
                        top: 170px;
                        ;
                        left: calc(50% - 480px + 650px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625057042"] {
                        display: table;
                        top: 405px;
                        ;
                        left: calc(50% - 320px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625057042"] {
                        display: table;
                        top: 670px;
                        ;
                        left: calc(50% - 240px + 30px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625057042"] {
                        display: table;
                        top: 810px;
                        ;
                        left: calc(50% - 160px + 34px);
                        ;
                        width: 260px;
                        height: auto;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607625057049"] {
                    color: #222222;
                    z-index: 3;
                    top: 98px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 370px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625057049"] {
                        display: table;
                        top: 108px;
                        ;
                        left: calc(50% - 480px + 650px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625057049"] {
                        display: table;
                        top: 343px;
                        ;
                        left: calc(50% - 320px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625057049"] {
                        display: table;
                        top: 608px;
                        ;
                        left: calc(50% - 240px + 30px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625057049"] {
                        display: table;
                        top: 748px;
                        ;
                        left: calc(50% - 160px + 34px);
                        ;
                        width: 230px;
                        height: auto;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607625086533"] {
                    color: #222222;
                    z-index: 3;
                    top: 434px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 300px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086533"] {
                        display: table;
                        top: 465px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086533"] {
                        display: table;
                        top: 701px;
                        ;
                        left: calc(50% - 320px + 330px);
                        ;
                        width: 270px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086533"] {
                        display: table;
                        top: 1125px;
                        ;
                        left: calc(50% - 240px + 30px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086533"] {
                        display: table;
                        top: 1225px;
                        ;
                        left: calc(50% - 160px + 34px);
                        ;
                        height: auto;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1763970874432000002"] {
                    color: #222222;
                    z-index: 3;
                    top: 689px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 300px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1763970874432000002"] {
                        display: table;
                        top: 676px;
                        ;
                        left: calc(50% - 480px + 340px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1763970874432000002"] {
                        display: table;
                        top: 875px;
                        ;
                        left: calc(50% - 320px + 338px);
                        ;
                        width: 270px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1763970874432000002"] {
                        display: table;
                        top: 1341px;
                        ;
                        left: calc(50% - 240px + 29px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1763970874432000002"] {
                        display: table;
                        top: 1476px;
                        ;
                        left: calc(50% - 160px + 40px);
                        ;
                        height: auto;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607625086538"] {
                    color: #222222;
                    z-index: 3;
                    top: 372px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 370px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086538"] {
                        display: table;
                        top: 406px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086538"] {
                        display: table;
                        top: 642px;
                        ;
                        left: calc(50% - 320px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086538"] {
                        display: table;
                        top: 1066px;
                        ;
                        left: calc(50% - 240px + 30px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086538"] {
                        display: table;
                        top: 1166px;
                        ;
                        left: calc(50% - 160px + 34px);
                        ;
                        width: 270px;
                        height: auto;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1763970806668000001"] {
                    color: #222222;
                    z-index: 3;
                    top: 597px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 395px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1763970806668000001"] {
                        display: table;
                        top: 582px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1763970806668000001"] {
                        display: table;
                        top: 794px;
                        ;
                        left: calc(50% - 320px + 330px);
                        ;
                        width: 317px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1763970806668000001"] {
                        display: table;
                        top: 1247px;
                        ;
                        left: calc(50% - 240px + 28px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1763970806668000001"] {
                        display: table;
                        top: 1344px;
                        ;
                        left: calc(50% - 160px + 34px);
                        ;
                        width: 270px;
                        height: auto;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607625086545"] {
                    color: #222222;
                    z-index: 3;
                    top: 434px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 270px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086545"] {
                        display: table;
                        top: 465px;
                        ;
                        left: calc(50% - 480px + 650px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086545"] {
                        display: table;
                        top: 866px;
                        ;
                        left: calc(50% - 320px + 30px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086545"] {
                        display: table;
                        top: 1523px;
                        ;
                        left: calc(50% - 240px + 29px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086545"] {
                        display: table;
                        top: 1684px;
                        ;
                        left: calc(50% - 160px + 40px);
                        ;
                        height: auto;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607625086551"] {
                    color: #222222;
                    z-index: 3;
                    top: 372px;
                    ;
                    left: calc(50% - 600px + 820px);
                    ;
                    width: 370px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086551"] {
                        display: table;
                        top: 406px;
                        ;
                        left: calc(50% - 480px + 650px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086551"] {
                        display: table;
                        top: 807px;
                        ;
                        left: calc(50% - 320px + 30px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086551"] {
                        display: table;
                        top: 1460px;
                        ;
                        left: calc(50% - 240px + 28px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625086551"] {
                        display: table;
                        top: 1589px;
                        ;
                        left: calc(50% - 160px + 39px);
                        ;
                        width: 260px;
                        height: auto;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607625098762"] {
                    color: #222222;
                    z-index: 3;
                    top: 434px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 290px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625098762"] {
                        display: table;
                        top: 465px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625098762"] {
                        display: table;
                        top: 701px;
                        ;
                        left: calc(50% - 320px + 30px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625098762"] {
                        display: table;
                        top: 950px;
                        ;
                        left: calc(50% - 240px + 30px);
                        ;
                        width: 370px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625098762"] {
                        display: table;
                        top: 1038px;
                        ;
                        left: calc(50% - 160px + 34px);
                        ;
                        width: 270px;
                        height: auto;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607625098771"] {
                    color: #222222;
                    z-index: 3;
                    top: 372px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 370px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625098771"] {
                        display: table;
                        top: 406px;
                        ;
                        left: calc(50% - 480px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625098771"] {
                        display: table;
                        top: 642px;
                        ;
                        left: calc(50% - 320px + 30px);
                        ;
                        width: 270px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625098771"] {
                        display: table;
                        top: 891px;
                        ;
                        left: calc(50% - 240px + 30px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625098771"] {
                        display: table;
                        top: 974px;
                        ;
                        left: calc(50% - 160px + 40px);
                        ;
                        height: auto;
                    }
                }
#rec1903128821 .tn-elem[data-elem-id="1607625167303"] {
                    color: #222222;
                    text-align: center;
                    z-index: 3;
                    top: 433px;
                    ;
                    left: calc(50% - 600px + -170px);
                    ;
                    width: 210px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625167303"] {
                        display: table;
                        top: 475px;
                        ;
                        left: calc(50% - 480px + -150px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625167303"] {
                        display: table;
                        top: 601px;
                        ;
                        left: calc(50% - 320px + 30px);
                        ;
                        height: auto;
                        text-align: left;
                    }

                    #rec1903128821 .tn-elem[data-elem-id="1607625167303"] .tn-atom {
                        background-size: cover;
                        -webkit-transform: rotate(0deg);
                        -moz-transform: rotate(0deg);
                        transform: rotate(0deg);
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625167303"] {
                        display: table;
                        top: 850px;
                        ;
                        left: calc(50% - 240px + 30px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128821 .tn-elem[data-elem-id="1607625167303"] {
                        display: table;
                        top: 923px;
                        ;
                        left: calc(50% - 160px + 40px);
                        ;
                        height: auto;
                    }
                }
#rec259975824 .t-btnflex.t-btnflex_type_button {
                                    color: #ffffff;
                                    background-color: #86d4d4;
                                    --border-width: 0px;
                                    border-style: none !important;
                                    border-radius: 30px;
                                    box-shadow: none !important;
                                    font-family: Montserrat;
                                    font-weight: 300;
                                    transition-duration: 0.2s;
                                    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
                                    transition-timing-function: ease-in-out;
                                }
#rec259975824 .t185__text {
                    font-family: 'Montserrat';
                }
#rec1903128841 .t015__uptitle,
#rec1903128911 .t015__uptitle,
#rec1903128931 .t015__uptitle,
#rec1903129021 .t464__logo {
text-transform: uppercase;
}
#rec1903128841 .t015__title,
#rec1903128911 .t015__title,
#rec1903128931 .t015__title {
font-family: 'EuclidFlex';
                    font-weight: 500;
}
@media screen and (min-width:900px) {
                    #rec1903128841 .t015__title {
                        font-size: 48px;
                    }
                }
#rec1903128851 .t395__tab {
                    border: 1px solid #222222;
                    background-color: #fff !important;
                }
#rec1903128851 .t395__tab.t395__tab_active {
                    background-color: #86d4d4 !important;
                    border-color: #86d4d4 !important;
                }
#rec1903128851 .t395__tab_active:after {
                    width: 1px;
                    top: -1px;
                    right: -1px;
                    bottom: -1px;
                    background-color: #86d4d4 !important;
                }
#rec1903128851 .t395__tab_active .t395__title {
                    color: #ffffff !important;
                    font-weight: 700 !important;
                }
#rec1903128851 .t395__tab:first-child {
                    border-top-left-radius: 30px;
                    border-bottom-left-radius: 30px;
                }
#rec1903128851 .t395__tab:last-child {
                    border-top-right-radius: 30px;
                    border-bottom-right-radius: 30px;
                    border-right: 1px solid #222222 !important;
                }
#rec1903128851 .t395__tab_active:last-child {
                    border-right: 1px solid #86d4d4 !important;
                }
#rec1903128851 .t395__select {
                    border: none;
                    color: #ffffff !important;
                    background-color: #86d4d4 !important;
                    font-family: Montserrat;
                }
#rec1903128851 .t395__wrapper_mobile {
                    border: 1px solid #222222;
                    border-radius: 30px;
                    overflow: hidden;
                }
#rec1903128851 .t395__wrapper_mobile:after {
                    border-color: #ffffff transparent transparent transparent;
                }
#rec1903128851 .t395__firefoxfix {
                    top: 1px;
                    bottom: 1px;
                    right: 1px;
                    background-color: #86d4d4 !important;
                }
#allrecords [aria-labelledby$="1903128851"]:focus-visible {
                    outline-color: #2015FF;
                    outline-offset: 2px;
                    outline-style: auto;
                }
#rec1903128851 .t395__title {
                    font-size: 18px;
                    color: #222222;
                    font-family: 'Montserrat';
                    font-weight: 300;
                    padding-top: 14px;
                    padding-bottom: 14px;
                }
#rec1903128861 .t396__artboard,
#rec1903128871 .t396__artboard {
height: 450px;
                    background-color: #ffffff;
}
#rec1903128861 .t396__filter,
#rec1903128871 .t396__filter {
height: 450px;
}
#rec1903128861 .t396__carrier,
#rec1903128871 .t396__carrier {
height: 450px;
                    background-position: center center;
                    background-attachment: scroll;
                    background-size: cover;
                    background-repeat: no-repeat;
}
@media screen and (max-width:1199px) {

                    #rec1903128861 .t396__artboard,
                    #rec1903128861 .t396__filter,
                    #rec1903128861 .t396__carrier {
                        height: 480px;
                    }

                    #rec1903128861 .t396__filter {}

                    #rec1903128861 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128861 .t396__artboard,
                    #rec1903128861 .t396__filter,
                    #rec1903128861 .t396__carrier {
                        height: 630px;
                    }

                    #rec1903128861 .t396__filter {}

                    #rec1903128861 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128861 .t396__artboard,
                    #rec1903128861 .t396__filter,
                    #rec1903128861 .t396__carrier {
                        height: 720px;
                    }

                    #rec1903128861 .t396__filter {}

                    #rec1903128861 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128861 .t396__artboard,
                    #rec1903128861 .t396__filter,
                    #rec1903128861 .t396__carrier {
                        height: 1020px;
                    }

                    #rec1903128861 .t396__filter {}

                    #rec1903128861 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
#rec1903128861 .tn-elem[data-elem-id="1607625807810"],
#rec1903128871 .tn-elem[data-elem-id="1607625807810"],
#rec1903128881 .tn-elem[data-elem-id="1607625807810"] {
color: #222222;
                    z-index: 1;
                    top: 0px;
                    ;
                    left: calc(50% - 600px + 20px);
                    ;
                    width: 330px;
                    height: auto;
}
#rec1903128861 .tn-elem[data-elem-id="1607625807810"] .tn-atom,
#rec1903128861 .tn-elem[data-elem-id="1607625848693"] .tn-atom,
#rec1903128871 .tn-elem[data-elem-id="1607625807810"] .tn-atom,
#rec1903128871 .tn-elem[data-elem-id="1607625848693"] .tn-atom,
#rec1903128881 .tn-elem[data-elem-id="1607625807810"] .tn-atom,
#rec1903128881 .tn-elem[data-elem-id="1607625848693"] .tn-atom {
color: #222222;
                    font-size: 18px;
                    font-family: 'Montserrat', Arial, sans-serif;
                    line-height: 1.55;
                    font-weight: 400;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media screen and (max-width:1199px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625807810"] {
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 20px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625807810"] {
                        top: 0px;
                        ;
                        left: calc(50% - 320px + 20px);
                        ;
                        width: 540px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625807810"] {
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 450px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625807810"] {
                        top: 0px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
#rec1903128861 .tn-elem[data-elem-id="1607625848693"],
#rec1903128871 .tn-elem[data-elem-id="1607625848693"],
#rec1903128881 .tn-elem[data-elem-id="1607625848693"] {
color: #222222;
                    z-index: 2;
                    top: 0px;
                    ;
                    left: calc(50% - 600px + 480px);
                    ;
                    width: 700px;
                    height: auto;
}
@media screen and (max-width:1199px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625848693"] {
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 370px);
                        ;
                        width: 580px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625848693"] {
                        top: 140px;
                        ;
                        left: calc(50% - 320px + 50px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625848693"] {
                        top: 145px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 420px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625848693"] {
                        top: 240px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 291px;
                        height: auto;
                    }
                }
#rec1903128861 .tn-elem[data-elem-id="1607625927828"],
#rec1903128871 .tn-elem[data-elem-id="1607625927828"],
#rec1903128881 .tn-elem[data-elem-id="1607625927828"] {
z-index: 3;
                    top: 58px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 20px;
                    height: auto;
}
@media screen and (max-width:1199px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625927828"] {
                        top: 58px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625927828"] {
                        top: 198px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625927828"] {
                        top: 201px;
                        ;
                        left: calc(50% - 240px + -80px);
                        ;
                        height: auto;
                    }

                    #rec1903128861 .tn-elem[data-elem-id="1607625927828"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625927828"] {
                        top: 267px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128861 .tn-elem[data-elem-id="1607625954393"],
#rec1903128871 .tn-elem[data-elem-id="1607625954393"],
#rec1903128881 .tn-elem[data-elem-id="1607625954393"] {
z-index: 4;
                    top: 246px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 20px;
                    height: auto;
}
@media screen and (max-width:1199px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625954393"] {
                        top: 246px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625954393"] {
                        top: 386px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625954393"] {
                        top: 415px;
                        ;
                        left: calc(50% - 240px + -80px);
                        ;
                        height: auto;
                    }

                    #rec1903128861 .tn-elem[data-elem-id="1607625954393"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625954393"] {
                        top: 563px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128861 .tn-elem[data-elem-id="1607625958098"] {
                    z-index: 5;
                    top: 380px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 20px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625958098"] {
                        top: 409px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625958098"] {
                        top: 549px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625958098"] {
                        top: 604px;
                        ;
                        left: calc(50% - 240px + -80px);
                        ;
                        height: auto;
                    }

                    #rec1903128861 .tn-elem[data-elem-id="1607625958098"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128861 .tn-elem[data-elem-id="1607625958098"] {
                        top: 888px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:1199px) {

                    #rec1903128871 .t396__artboard,
                    #rec1903128871 .t396__filter,
                    #rec1903128871 .t396__carrier {
                        height: 510px;
                    }

                    #rec1903128871 .t396__filter {}

                    #rec1903128871 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128871 .t396__artboard,
                    #rec1903128871 .t396__filter,
                    #rec1903128871 .t396__carrier {
                        height: 620px;
                    }

                    #rec1903128871 .t396__filter {}

                    #rec1903128871 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128871 .t396__artboard,
                    #rec1903128871 .t396__filter,
                    #rec1903128871 .t396__carrier {
                        height: 760px;
                    }

                    #rec1903128871 .t396__filter {}

                    #rec1903128871 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128871 .t396__artboard,
                    #rec1903128871 .t396__filter,
                    #rec1903128871 .t396__carrier {
                        height: 920px;
                    }

                    #rec1903128871 .t396__filter {}

                    #rec1903128871 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625807810"] {
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 20px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625807810"] {
                        top: 0px;
                        ;
                        left: calc(50% - 320px + 20px);
                        ;
                        width: 420px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625807810"] {
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 450px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625807810"] {
                        top: 0px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625848693"] {
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 370px);
                        ;
                        width: 580px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625848693"] {
                        top: 100px;
                        ;
                        left: calc(50% - 320px + 50px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625848693"] {
                        top: 105px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 420px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625848693"] {
                        top: 155px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625927828"] {
                        top: 58px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625927828"] {
                        top: 158px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625927828"] {
                        top: 163px;
                        ;
                        left: calc(50% - 240px + -110px);
                        ;
                        height: auto;
                    }

                    #rec1903128871 .tn-elem[data-elem-id="1607625927828"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625927828"] {
                        top: 187px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625954393"] {
                        top: 246px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625954393"] {
                        top: 346px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625954393"] {
                        top: 405px;
                        ;
                        left: calc(50% - 240px + -110px);
                        ;
                        height: auto;
                    }

                    #rec1903128871 .tn-elem[data-elem-id="1607625954393"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625954393"] {
                        top: 521px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128871 .tn-elem[data-elem-id="1607625958098"] {
                    z-index: 5;
                    top: 325px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 20px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625958098"] {
                        top: 435px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625958098"] {
                        top: 535px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625958098"] {
                        top: 645px;
                        ;
                        left: calc(50% - 240px + -110px);
                        ;
                        height: auto;
                    }

                    #rec1903128871 .tn-elem[data-elem-id="1607625958098"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607625958098"] {
                        top: 875px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128871 .tn-elem[data-elem-id="1607691266381"] {
                    z-index: 6;
                    top: 135px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 20px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607691266381"] {
                        top: 140px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607691266381"] {
                        top: 240px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607691266381"] {
                        top: 270px;
                        ;
                        left: calc(50% - 240px + -110px);
                        ;
                        height: auto;
                    }

                    #rec1903128871 .tn-elem[data-elem-id="1607691266381"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607691266381"] {
                        top: 350px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128871 .tn-elem[data-elem-id="1607691272802"] {
                    z-index: 7;
                    top: 407px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 20px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607691272802"] {
                        top: 330px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607691272802"] {
                        top: 430px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607691272802"] {
                        top: 515px;
                        ;
                        left: calc(50% - 240px + -110px);
                        ;
                        height: auto;
                    }

                    #rec1903128871 .tn-elem[data-elem-id="1607691272802"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128871 .tn-elem[data-elem-id="1607691272802"] {
                        top: 659px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        height: auto;
                    }
                }
#rec1903128881 .t396__artboard {
                    height: 530px;
                    background-color: #ffffff;
                }
#rec1903128881 .t396__filter {
                    height: 530px;
                }
#rec1903128881 .t396__carrier {
                    height: 530px;
                    background-position: center center;
                    background-attachment: scroll;
                    background-size: cover;
                    background-repeat: no-repeat;
                }
@media screen and (max-width:1199px) {

                    #rec1903128881 .t396__artboard,
                    #rec1903128881 .t396__filter,
                    #rec1903128881 .t396__carrier {
                        height: 590px;
                    }

                    #rec1903128881 .t396__filter {}

                    #rec1903128881 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128881 .t396__artboard,
                    #rec1903128881 .t396__filter,
                    #rec1903128881 .t396__carrier {
                        height: 680px;
                    }

                    #rec1903128881 .t396__filter {}

                    #rec1903128881 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128881 .t396__artboard,
                    #rec1903128881 .t396__filter,
                    #rec1903128881 .t396__carrier {
                        height: 800px;
                    }

                    #rec1903128881 .t396__filter {}

                    #rec1903128881 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128881 .t396__artboard,
                    #rec1903128881 .t396__filter,
                    #rec1903128881 .t396__carrier {
                        height: 1040px;
                    }

                    #rec1903128881 .t396__filter {}

                    #rec1903128881 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625807810"] {
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 20px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625807810"] {
                        top: 0px;
                        ;
                        left: calc(50% - 320px + 20px);
                        ;
                        width: 420px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625807810"] {
                        top: 0px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 450px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625807810"] {
                        top: 0px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625848693"] {
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 370px);
                        ;
                        width: 580px;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625848693"] {
                        top: 100px;
                        ;
                        left: calc(50% - 320px + 50px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625848693"] {
                        top: 105px;
                        ;
                        left: calc(50% - 240px + 20px);
                        ;
                        width: 420px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625848693"] {
                        top: 165px;
                        ;
                        left: calc(50% - 160px + 20px);
                        ;
                        width: 290px;
                        height: auto;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625927828"] {
                        top: 58px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625927828"] {
                        top: 158px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625927828"] {
                        top: 163px;
                        ;
                        left: calc(50% - 240px + -180px);
                        ;
                        height: auto;
                    }

                    #rec1903128881 .tn-elem[data-elem-id="1607625927828"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625927828"] {
                        top: 190px;
                        ;
                        left: calc(50% - 160px + -210px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625954393"] {
                        top: 275px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625954393"] {
                        top: 615px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625954393"] {
                        top: 435px;
                        ;
                        left: calc(50% - 240px + -180px);
                        ;
                        height: auto;
                    }

                    #rec1903128881 .tn-elem[data-elem-id="1607625954393"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625954393"] {
                        top: 629px;
                        ;
                        left: calc(50% - 160px + -210px);
                        ;
                        height: auto;
                    }
                }
#rec1903128881 .tn-elem[data-elem-id="1607625958098"] {
                    z-index: 5;
                    top: 405px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 20px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625958098"] {
                        top: 435px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625958098"] {
                        top: 535px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625958098"] {
                        top: 645px;
                        ;
                        left: calc(50% - 240px + -180px);
                        ;
                        height: auto;
                    }

                    #rec1903128881 .tn-elem[data-elem-id="1607625958098"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607625958098"] {
                        top: 936px;
                        ;
                        left: calc(50% - 160px + -210px);
                        ;
                        height: auto;
                    }
                }
#rec1903128881 .tn-elem[data-elem-id="1607691266381"] {
                    z-index: 6;
                    top: 140px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 20px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607691266381"] {
                        top: 140px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607691266381"] {
                        top: 240px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607691266381"] {
                        top: 270px;
                        ;
                        left: calc(50% - 240px + -180px);
                        ;
                        height: auto;
                    }

                    #rec1903128881 .tn-elem[data-elem-id="1607691266381"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607691266381"] {
                        top: 355px;
                        ;
                        left: calc(50% - 160px + -210px);
                        ;
                        height: auto;
                    }
                }
#rec1903128881 .tn-elem[data-elem-id="1607691272802"] {
                    z-index: 7;
                    top: 465px;
                    ;
                    left: calc(50% - 600px + 420px);
                    ;
                    width: 20px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607691272802"] {
                        top: 515px;
                        ;
                        left: calc(50% - 480px + 330px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607691272802"] {
                        top: 375px;
                        ;
                        left: calc(50% - 320px + 10px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607691272802"] {
                        top: 700px;
                        ;
                        left: calc(50% - 240px + -180px);
                        ;
                        height: auto;
                    }

                    #rec1903128881 .tn-elem[data-elem-id="1607691272802"] .tn-atom {
                        background-size: cover;
                        opacity: 0;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128881 .tn-elem[data-elem-id="1607691272802"] {
                        top: 1049px;
                        ;
                        left: calc(50% - 160px + -210px);
                        ;
                        height: auto;
                    }
                }
@media screen and (min-width:900px) {
                    #rec1903128911 .t015__title {
                        font-size: 48px;
                    }
                }
#rec1903128921 .t396__artboard {
                    height: 700px;
                    background-color: #ffffff;
                }
@media screen and (max-width:1199px) {

                    #rec1903128921 .t396__artboard,
                    #rec1903128921 .t396__filter,
                    #rec1903128921 .t396__carrier {
                        height: 640px;
                    }

                    #rec1903128921 .t396__filter {}

                    #rec1903128921 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128921 .t396__artboard,
                    #rec1903128921 .t396__filter,
                    #rec1903128921 .t396__carrier {
                        height: 640px;
                    }

                    #rec1903128921 .t396__filter {}

                    #rec1903128921 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128921 .t396__artboard,
                    #rec1903128921 .t396__filter,
                    #rec1903128921 .t396__carrier {
                        height: 780px;
                    }

                    #rec1903128921 .t396__filter {}

                    #rec1903128921 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128921 .t396__artboard,
                    #rec1903128921 .t396__filter,
                    #rec1903128921 .t396__carrier {
                        height: 780px;
                    }

                    #rec1903128921 .t396__filter {}

                    #rec1903128921 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
#rec1903128921 .tn-elem[data-elem-id="1473957736192"] {
                    z-index: 3;
                    top: 0px;
                    ;
                    left: calc(50% - 600px + 0px);
                    ;
                    width: 100%;
                    height: 366px;
                }
#rec1903128921 .tn-elem[data-elem-id="1473957736192"] .tn-atom {
                    border-radius: 30px 30px 30px 30px;
                    background-color: #86d4d4;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.1);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                }
@media screen and (max-width:1199px) {
                    #rec1903128921 .tn-elem[data-elem-id="1473957736192"] {
                        display: table;
                        top: 0px;
                        ;
                        left: calc(50% - 480px + 0px);
                        ;
                        width: 100%;
                        height: 350px;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128921 .tn-elem[data-elem-id="1473957736192"] {
                        display: table;
                        top: 15px;
                        ;
                        left: calc(50% - 320px + 16px);
                        ;
                        width: 95%;
                        height: 334px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128921 .tn-elem[data-elem-id="1473957736192"] {
                        display: table;
                        top: 15px;
                        ;
                        left: calc(50% - 240px + 5px);
                        ;
                        width: 98%;
                        height: 320px;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128921 .tn-elem[data-elem-id="1473957736192"] {
                        display: table;
                        top: 15px;
                        ;
                        left: calc(50% - 160px + 4px);
                        ;
                        width: 98%;
                        height: 380px;
                    }
                }
#rec1903128921 .tn-elem[data-elem-id="1655452014830"] {
                    color: #000000;
                    z-index: 3;
                    top: 84px;
                    ;
                    left: calc(50% - 600px + 211px);
                    ;
                    width: 645px;
                    height: auto;
                }
#rec1903128921 .tn-elem[data-elem-id="1655452014830"] .tn-atom {
                    vertical-align: middle;
                    color: #000000;
                    font-size: 24px;
                    font-family: var(--t-text-font, Arial);
                    line-height: 1.55;
                    font-weight: 600;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
                }
@media screen and (max-width:1199px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655452014830"] {
                        display: table;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655452014830"] {
                        display: table;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655452014830"] {
                        display: table;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655452014830"] {
                        display: table;
                        height: auto;
                    }
                }
#rec1903128921 .tn-elem[data-elem-id="1655452481678"] {
                    color: #000000;
                    z-index: 3;
                    top: 150px;
                    ;
                    left: calc(50% - 600px + 115px);
                    ;
                    width: 659px;
                    height: auto;
                }
#rec1903128921 .tn-elem[data-elem-id="1655452481678"] .tn-atom,
#rec1903128921 .tn-elem[data-elem-id="1655454003463"] .tn-atom,
#rec1903128921 .tn-elem[data-elem-id="1655454451939"] .tn-atom {
vertical-align: middle;
                    color: #000000;
                    font-size: 20px;
                    font-family: var(--t-text-font, Arial);
                    line-height: 1.55;
                    font-weight: 300;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media screen and (max-width:1199px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655452481678"] {
                        display: table;
                        top: 152px;
                        ;
                        left: calc(50% - 480px + 46px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655452481678"] {
                        display: table;
                        top: 165px;
                        ;
                        left: calc(50% - 320px + 40px);
                        ;
                        width: 553px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655452481678"] .tn-atom {
                        font-size: 18px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655452481678"] {
                        display: table;
                        top: 150px;
                        ;
                        left: calc(50% - 240px + 17px);
                        ;
                        width: 445px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655452481678"] .tn-atom {
                        font-size: 16px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655452481678"] {
                        display: table;
                        top: 160px;
                        ;
                        left: calc(50% - 160px + 15px);
                        ;
                        width: 280px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655452481678"] .tn-atom {
                        font-size: 14px;
                        background-size: cover;
                    }
                }
#rec1903128921 .tn-elem[data-elem-id="1655452539349"] {
                    color: #000000;
                    z-index: 3;
                    top: 30px;
                    ;
                    left: calc(50% - 600px + 115px);
                    ;
                    width: 969px;
                    height: auto;
                }
#rec1903128921 .tn-elem[data-elem-id="1655452539349"] .tn-atom {
                    vertical-align: middle;
                    color: #000000;
                    font-size: 36px;
                    font-family: var(--t-text-font, Arial);
                    line-height: 1.55;
                    font-weight: 600;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
                }
@media screen and (max-width:1199px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655452539349"] {
                        display: table;
                        top: 42px;
                        ;
                        left: calc(50% - 480px + 46px);
                        ;
                        width: 868px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655452539349"] .tn-atom {
                        font-size: 32px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655452539349"] {
                        display: table;
                        top: 45px;
                        ;
                        left: calc(50% - 320px + 40px);
                        ;
                        width: 559px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655452539349"] .tn-atom {
                        font-size: 24px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655452539349"] {
                        display: table;
                        top: 50px;
                        ;
                        left: calc(50% - 240px + 17px);
                        ;
                        width: 408px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655452539349"] .tn-atom {
                        font-size: 18px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655452539349"] {
                        display: table;
                        top: 55px;
                        ;
                        left: calc(50% - 160px + 15px);
                        ;
                        width: 290px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655452539349"] .tn-atom {
                        font-size: 16px;
                        background-size: cover;
                    }
                }
#rec1903128921 .tn-elem[data-elem-id="1655453965291"] {
                    color: #000000;
                    z-index: 3;
                    top: 410px;
                    ;
                    left: calc(50% - 600px + 119px);
                    ;
                    width: 553px;
                    height: auto;
                }
#rec1903128921 .tn-elem[data-elem-id="1655453965291"] .tn-atom,
#rec1903128921 .tn-elem[data-elem-id="1655454206801"] .tn-atom,
#rec1903128921 .tn-elem[data-elem-id="1655454088180"] .tn-atom,
#rec1903128921 .tn-elem[data-elem-id="1655454679175"] .tn-atom {
vertical-align: middle;
                    color: #000000;
                    font-size: 48px;
                    font-family: var(--t-text-font, Arial);
                    line-height: 1.55;
                    font-weight: 600;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
}
@media screen and (max-width:1199px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655453965291"] {
                        display: table;
                        top: 405px;
                        ;
                        left: calc(50% - 480px + 90px);
                        ;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655453965291"] .tn-atom {
                        font-size: 36px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655453965291"] {
                        display: table;
                        top: 371px;
                        ;
                        left: calc(50% - 320px + 19px);
                        ;
                        width: 386px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655453965291"] .tn-atom {
                        font-size: 30px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655453965291"] {
                        display: table;
                        top: 371px;
                        ;
                        left: calc(50% - 240px + 47px);
                        ;
                        height: auto;
                        text-align: center;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655453965291"] .tn-atom {
                        font-size: 32px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655453965291"] {
                        display: table;
                        top: 415px;
                        ;
                        left: calc(50% - 160px + -33px);
                        ;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655453965291"] .tn-atom {
                        font-size: 26px;
                        background-size: cover;
                    }
                }
#rec1903128921 .tn-elem[data-elem-id="1655454003463"] {
                    color: #000000;
                    z-index: 3;
                    top: 476px;
                    ;
                    left: calc(50% - 600px + 122px);
                    ;
                    width: 560px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454003463"] {
                        display: table;
                        top: 453px;
                        ;
                        left: calc(50% - 480px + 90px);
                        ;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655454003463"] .tn-atom {
                        font-size: 16px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454003463"] {
                        display: table;
                        top: 419px;
                        ;
                        left: calc(50% - 320px + 20px);
                        ;
                        width: 370px;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454003463"] {
                        display: table;
                        top: 419px;
                        ;
                        left: calc(50% - 240px + 55px);
                        ;
                        height: auto;
                        text-align: center;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454003463"] {
                        display: table;
                        top: 451px;
                        ;
                        left: calc(50% - 160px + 64px);
                        ;
                        width: 192px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655454003463"] .tn-atom {
                        font-size: 14px;
                        line-height: 1.25;
                        background-size: cover;
                    }
                }
#rec1903128921 .tn-elem[data-elem-id="1655454137965"] {
                    z-index: 3;
                    top: 405px;
                    ;
                    left: calc(50% - 600px + 681px);
                    ;
                    width: 399px;
                    height: 100px;
                }
#rec1903128921 .tn-elem[data-elem-id="1655454137965"] .tn-atom,
#rec1903128921 .tn-elem[data-elem-id="1655454679163"] .tn-atom {
border-radius: 50px 50px 50px 50px;
                    background-color: #ffffff;
                    background-position: center center;
                    --t396-borderwidth: 1px;
                    --t396-bordercolor: #86d4d4;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
}
@media screen and (max-width:1199px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454137965"] {
                        display: table;
                        top: 393px;
                        ;
                        left: calc(50% - 480px + 539px);
                        ;
                        width: 331px;
                        height: 81px;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454137965"] {
                        display: table;
                        top: 370px;
                        ;
                        left: calc(50% - 320px + 384px);
                        ;
                        width: 247px;
                        height: 81px;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454137965"] {
                        display: table;
                        top: 453px;
                        ;
                        left: calc(50% - 240px + 117px);
                        ;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655454137965"] .tn-atom {
                        background-size: cover;
                        -webkit-transform: rotate(0deg);
                        -moz-transform: rotate(0deg);
                        transform: rotate(0deg);
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454137965"] {
                        display: table;
                        top: 499px;
                        ;
                        left: calc(50% - 160px + 40px);
                        ;
                        width: 241px;
                        height: 60px;
                    }
                }
#rec1903128921 .tn-elem[data-elem-id="1655454206801"] {
                    color: #000000;
                    z-index: 3;
                    top: 418px;
                    ;
                    left: calc(50% - 600px + 713px);
                    ;
                    width: 335px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454206801"] {
                        display: table;
                        top: 405px;
                        ;
                        left: calc(50% - 480px + 579px);
                        ;
                        width: 250px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655454206801"] .tn-atom {
                        font-size: 36px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454206801"] {
                        display: table;
                        top: 387px;
                        ;
                        left: calc(50% - 320px + 405px);
                        ;
                        width: 212px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655454206801"] .tn-atom {
                        font-size: 30px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454206801"] {
                        display: table;
                        top: 470px;
                        ;
                        left: calc(50% - 240px + 134px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454206801"] {
                        display: table;
                        top: 509px;
                        ;
                        left: calc(50% - 160px + 69px);
                        ;
                        width: 183px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655454206801"] .tn-atom {
                        font-size: 26px;
                        background-size: cover;
                    }
                }
#rec1903128921 .tn-elem[data-elem-id="1655454088180"] {
                    color: #000000;
                    z-index: 3;
                    top: 548px;
                    ;
                    left: calc(50% - 600px + 120px);
                    ;
                    width: 757px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454088180"] {
                        display: table;
                        top: 525px;
                        ;
                        left: calc(50% - 480px + 90px);
                        ;
                        width: 512px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655454088180"] .tn-atom {
                        font-size: 36px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454088180"] {
                        display: table;
                        top: 510px;
                        ;
                        left: calc(50% - 320px + 20px);
                        ;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655454088180"] .tn-atom {
                        font-size: 30px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454088180"] {
                        display: table;
                        top: 580px;
                        ;
                        left: calc(50% - 240px + -16px);
                        ;
                        height: auto;
                        text-align: center;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655454088180"] .tn-atom {
                        font-size: 32px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454088180"] {
                        display: table;
                        top: 595px;
                        ;
                        left: calc(50% - 160px + 52px);
                        ;
                        width: 216px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655454088180"] .tn-atom {
                        font-size: 26px;
                        line-height: 1.15;
                        background-size: cover;
                    }
                }
#rec1903128921 .tn-elem[data-elem-id="1655454451939"] {
                    color: #000000;
                    z-index: 3;
                    top: 617px;
                    ;
                    left: calc(50% - 600px + 120px);
                    ;
                    width: 560px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454451939"] {
                        display: table;
                        top: 572px;
                        ;
                        left: calc(50% - 480px + 90px);
                        ;
                        width: 451px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655454451939"] .tn-atom {
                        font-size: 16px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454451939"] {
                        display: table;
                        top: 557px;
                        ;
                        left: calc(50% - 320px + 20px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454451939"] {
                        display: table;
                        top: 627px;
                        ;
                        left: calc(50% - 240px + 15px);
                        ;
                        height: auto;
                        text-align: center;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454451939"] {
                        display: table;
                        top: 656px;
                        ;
                        left: calc(50% - 160px + -65px);
                        ;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655454451939"] .tn-atom {
                        font-size: 14px;
                        background-size: cover;
                    }
                }
#rec1903128921 .tn-elem[data-elem-id="1655454679163"] {
                    z-index: 3;
                    top: 537px;
                    ;
                    left: calc(50% - 600px + 920px);
                    ;
                    width: 159px;
                    height: 100px;
                }
@media screen and (max-width:1199px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454679163"] {
                        display: table;
                        top: 519px;
                        ;
                        left: calc(50% - 480px + 750px);
                        ;
                        width: 121px;
                        height: 81px;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454679163"] {
                        display: table;
                        top: 500px;
                        ;
                        left: calc(50% - 320px + 506px);
                        ;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454679163"] {
                        display: table;
                        top: 658px;
                        ;
                        left: calc(50% - 240px + 180px);
                        ;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454679163"] {
                        display: table;
                        top: 693px;
                        ;
                        left: calc(50% - 160px + 105px);
                        ;
                        width: 110px;
                        height: 60px;
                    }
                }
#rec1903128921 .tn-elem[data-elem-id="1655454679175"] {
                    color: #000000;
                    z-index: 3;
                    top: 550px;
                    ;
                    left: calc(50% - 600px + 947px);
                    ;
                    width: 104px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454679175"] {
                        display: table;
                        top: 531px;
                        ;
                        left: calc(50% - 480px + 770px);
                        ;
                        width: 81px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655454679175"] .tn-atom {
                        font-size: 36px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454679175"] {
                        display: table;
                        top: 517px;
                        ;
                        left: calc(50% - 320px + 539px);
                        ;
                        width: 68px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655454679175"] .tn-atom {
                        font-size: 30px;
                        background-size: cover;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454679175"] {
                        display: table;
                        top: 675px;
                        ;
                        left: calc(50% - 240px + 206px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128921 .tn-elem[data-elem-id="1655454679175"] {
                        display: table;
                        top: 703px;
                        ;
                        left: calc(50% - 160px + 135px);
                        ;
                        width: 58px;
                        height: auto;
                    }

                    #rec1903128921 .tn-elem[data-elem-id="1655454679175"] .tn-atom {
                        font-size: 26px;
                        background-size: cover;
                    }
                }
@media screen and (min-width:900px) {
                    #rec1903128931 .t015__title {
                        font-size: 48px;
                    }
                }
#rec1903128951 .t396__artboard {
                    height: 680px;
                    background-color: #ffffff;
                }
@media screen and (max-width:1199px) {

                    #rec1903128951 .t396__artboard,
                    #rec1903128951 .t396__filter,
                    #rec1903128951 .t396__carrier {}

                    #rec1903128951 .t396__filter {}

                    #rec1903128951 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:959px) {

                    #rec1903128951 .t396__artboard,
                    #rec1903128951 .t396__filter,
                    #rec1903128951 .t396__carrier {}

                    #rec1903128951 .t396__filter {}

                    #rec1903128951 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:639px) {

                    #rec1903128951 .t396__artboard,
                    #rec1903128951 .t396__filter,
                    #rec1903128951 .t396__carrier {}

                    #rec1903128951 .t396__filter {}

                    #rec1903128951 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
@media screen and (max-width:479px) {

                    #rec1903128951 .t396__artboard,
                    #rec1903128951 .t396__filter,
                    #rec1903128951 .t396__carrier {}

                    #rec1903128951 .t396__filter {}

                    #rec1903128951 .t396__carrier {
                        background-attachment: scroll;
                    }
                }
#rec1903128951 .tn-elem[data-elem-id="1607626695552"] {
                    z-index: 3;
                    top: calc(680px - 494px + 0px);
                    ;
                    left: calc(50% - 50% + 0px);
                    ;
                    width: 100%;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626695552"] {
                        display: table;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626695552"] {
                        display: table;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626695552"] {
                        display: table;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626695552"] {
                        display: table;
                        height: auto;
                    }
                }
#rec1903128951 .tn-elem[data-elem-id="1607626561608"] {
                    color: #222222;
                    text-align: center;
                    z-index: 3;
                    top: 68px;
                    ;
                    left: calc(50% - 600px + 482px);
                    ;
                    width: 230px;
                    height: auto;
                }
#rec1903128951 .tn-elem[data-elem-id="1607626561608"] .tn-atom {
                    vertical-align: middle;
                    color: #222222;
                    font-size: 24px;
                    font-family: var(--t-text-font, Arial);
                    line-height: 1.55;
                    font-weight: 300;
                    background-position: center center;
                    border-width: var(--t396-borderwidth, 0);
                    border-style: var(--t396-borderstyle, solid);
                    border-color: var(--t396-bordercolor, transparent);
                    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
                    --t396-shadow-text-opacity: 100%;
                    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%));
                }
@media screen and (max-width:1199px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626561608"] {
                        display: table;
                        top: 175px;
                        ;
                        left: calc(50% - 480px + 365px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626561608"] {
                        display: table;
                        top: 175px;
                        ;
                        left: calc(50% - 320px + 205px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626561608"] {
                        display: table;
                        top: 175px;
                        ;
                        left: calc(50% - 240px + -1px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626561608"] {
                        display: table;
                        top: 175px;
                        ;
                        left: calc(50% - 160px + 7px);
                        ;
                        height: auto;
                    }
                }
#rec1903128951 .tn-elem[data-elem-id="1607626598238"] {
                    color: #222222;
                    text-align: center;
                    z-index: 3;
                    top: 350px;
                    ;
                    left: calc(50% - 600px + 465px);
                    ;
                    width: 270px;
                    height: 65px;
                }
@media (hover),
                (min-width:0\0) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover::after {
                        opacity: 0;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover {
                        animation-name: none;
                        background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
                    }
                }
@media (hover),
                (min-width:0\0) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover {
                        border-style: var(--t396-borderstyle, solid);
                        border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
                    }
                }
@media (hover),
                (min-width:0\0) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover {
                        color: #ffffff;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover .tn-atom__button-text {
                        color: #ffffff;
                    }
                }
@media screen and (max-width:1199px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] {
                        display: block;
                        top: 350px;
                        ;
                        left: calc(50% - 480px + 345px);
                        ;
                        height: auto;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom::after {
                        display: none;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom .tn-atom__button-border::before {
                        display: none;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom .tn-atom__button-border::after {
                        display: none;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom {
                        padding: 0;
                        border-width: var(--t396-borderwidth, 0);
                        border-style: var(--t396-borderstyle, solid);
                        border-color: var(--t396-bordercolor, transparent);
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover::after {
                            opacity: 0;
                        }

                        #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover {
                            animation-name: none;
                            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
                        }
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover {
                            border-style: var(--t396-borderstyle, solid);
                            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
                        }
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] {
                        display: block;
                        top: 350px;
                        ;
                        left: calc(50% - 320px + 185px);
                        ;
                        height: auto;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom::after {
                        display: none;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom .tn-atom__button-border::before {
                        display: none;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom .tn-atom__button-border::after {
                        display: none;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom {
                        padding: 0;
                        border-width: var(--t396-borderwidth, 0);
                        border-style: var(--t396-borderstyle, solid);
                        border-color: var(--t396-bordercolor, transparent);
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover::after {
                            opacity: 0;
                        }

                        #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover {
                            animation-name: none;
                            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
                        }
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover {
                            border-style: var(--t396-borderstyle, solid);
                            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
                        }
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] {
                        display: block;
                        top: 310px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        height: auto;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom::after {
                        display: none;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom .tn-atom__button-border::before {
                        display: none;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom .tn-atom__button-border::after {
                        display: none;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom {
                        padding: 0;
                        border-width: var(--t396-borderwidth, 0);
                        border-style: var(--t396-borderstyle, solid);
                        border-color: var(--t396-bordercolor, transparent);
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover::after {
                            opacity: 0;
                        }

                        #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover {
                            animation-name: none;
                            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
                        }
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover {
                            border-style: var(--t396-borderstyle, solid);
                            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
                        }
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] {
                        display: block;
                        top: 310px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        height: auto;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom::after {
                        display: none;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom .tn-atom__button-border::before {
                        display: none;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom .tn-atom__button-border::after {
                        display: none;
                    }

                    #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom {
                        padding: 0;
                        border-width: var(--t396-borderwidth, 0);
                        border-style: var(--t396-borderstyle, solid);
                        border-color: var(--t396-bordercolor, transparent);
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover::after {
                            opacity: 0;
                        }

                        #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover {
                            animation-name: none;
                            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
                        }
                    }

                    @media (hover),
                    (min-width:0\0) {
                        #rec1903128951 .tn-elem[data-elem-id="1607626598238"] .tn-atom:hover {
                            border-style: var(--t396-borderstyle, solid);
                            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
                        }
                    }
                }
#rec1903128951 .tn-elem[data-elem-id="1607626628268"] {
                    color: #222222;
                    text-align: center;
                    z-index: 3;
                    top: 555px;
                    ;
                    left: calc(50% - 600px + 320px);
                    ;
                    width: 560px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626628268"] {
                        display: table;
                        top: 555px;
                        ;
                        left: calc(50% - 480px + 200px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626628268"] {
                        display: table;
                        top: 555px;
                        ;
                        left: calc(50% - 320px + 40px);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626628268"] {
                        display: table;
                        top: 495px;
                        ;
                        left: calc(50% - 240px + 0px);
                        ;
                        width: 340px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128951 .tn-elem[data-elem-id="1607626628268"] {
                        display: table;
                        top: 495px;
                        ;
                        left: calc(50% - 160px + 0px);
                        ;
                        height: auto;
                    }
                }
#rec1903128951 .tn-elem[data-elem-id="1655478446412"] {
                    color: #222222;
                    z-index: 3;
                    top: 31px;
                    ;
                    left: calc(50% - 600px + 680px);
                    ;
                    width: 230px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128951 .tn-elem[data-elem-id="1655478446412"] {
                        display: table;
                        top: 83pxpx;
                        ;
                        left: calc(50% - 480px + 210pxpx);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128951 .tn-elem[data-elem-id="1655478446412"] {
                        display: table;
                        top: 83pxpx;
                        ;
                        left: calc(50% - 320px + 50pxpx);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128951 .tn-elem[data-elem-id="1655478446412"] {
                        display: table;
                        top: 83pxpx;
                        ;
                        left: calc(50% - 240px + 11pxpx);
                        ;
                        width: 339px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128951 .tn-elem[data-elem-id="1655478446412"] {
                        display: table;
                        top: 83pxpx;
                        ;
                        left: calc(50% - 160px + 11pxpx);
                        ;
                        width: 259px;
                        height: auto;
                    }
                }
#rec1903128951 .tn-elem[data-elem-id="1655478529524"] {
                    color: #222222;
                    z-index: 3;
                    top: 68px;
                    ;
                    left: calc(50% - 600px + 680px);
                    ;
                    width: 359px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128951 .tn-elem[data-elem-id="1655478529524"] {
                        display: table;
                        top: 93pxpx;
                        ;
                        left: calc(50% - 480px + 220pxpx);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128951 .tn-elem[data-elem-id="1655478529524"] {
                        display: table;
                        top: 93pxpx;
                        ;
                        left: calc(50% - 320px + 60pxpx);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128951 .tn-elem[data-elem-id="1655478529524"] {
                        display: table;
                        top: 93pxpx;
                        ;
                        left: calc(50% - 240px + 21pxpx);
                        ;
                        width: 339px;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128951 .tn-elem[data-elem-id="1655478529524"] {
                        display: table;
                        top: 93pxpx;
                        ;
                        left: calc(50% - 160px + 21pxpx);
                        ;
                        width: 259px;
                        height: auto;
                    }
                }
#rec1903128951 .tn-elem[data-elem-id="1655478852453"] {
                    color: #222222;
                    z-index: 3;
                    top: 125px;
                    ;
                    left: calc(50% - 600px + 680px);
                    ;
                    width: 221px;
                    height: auto;
                }
@media screen and (max-width:1199px) {
                    #rec1903128951 .tn-elem[data-elem-id="1655478852453"] {
                        display: table;
                        top: 195pxpx;
                        ;
                        left: calc(50% - 480px + 220pxpx);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:959px) {
                    #rec1903128951 .tn-elem[data-elem-id="1655478852453"] {
                        display: table;
                        top: 195pxpx;
                        ;
                        left: calc(50% - 320px + 60pxpx);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:639px) {
                    #rec1903128951 .tn-elem[data-elem-id="1655478852453"] {
                        display: table;
                        top: 195pxpx;
                        ;
                        left: calc(50% - 240px + 20pxpx);
                        ;
                        height: auto;
                    }
                }
@media screen and (max-width:479px) {
                    #rec1903128951 .tn-elem[data-elem-id="1655478852453"] {
                        display: table;
                        top: 195pxpx;
                        ;
                        left: calc(50% - 160px + 20pxpx);
                        ;
                        height: auto;
                    }
                }
#rec1903128971 .t-slds__bullet_active .t-slds__bullet_body,
#rec1903128971 .t-slds__bullet:hover .t-slds__bullet_body,
#rec1903128981 .t-slds__bullet_active .t-slds__bullet_body,
#rec1903128981 .t-slds__bullet:hover .t-slds__bullet_body,
#rec1903128991 .t-slds__bullet_active .t-slds__bullet_body,
#rec1903128991 .t-slds__bullet:hover .t-slds__bullet_body,
#rec1903129001 .t-slds__bullet_active .t-slds__bullet_body,
#rec1903129001 .t-slds__bullet:hover .t-slds__bullet_body,
#rec1903129011 .t-slds__bullet_active .t-slds__bullet_body,
#rec1903129011 .t-slds__bullet:hover .t-slds__bullet_body {
background-color: #ffffff !important;
}
#rec1903129021 .t464__title {
                    font-family: 'Montserrat';
                    font-weight: 600;
                    color: #99cccc;
                }
#rec1903129021 .t464__descr {
                    font-family: 'Montserrat';
                    font-weight: 300;
                    color: #ffffff;
                }
#rec1903129031 .t190 {
                    right: 30px;
                    left: unset;
                    bottom: 30px;
                }