/*
    Theme name: Granit
    Author: OG
    Version: 1.0.0
*/

@font-face {
    font-family: 'PT Sans';
    src: url('/wp-content/themes/mgranit/fonts/PT_Sans-Regular/PT_Sans-Regular.eot?55796423');
    src: url('/wp-content/themes/mgranit/fonts/PT_Sans-Regular/PT_Sans-Regular.eot?55796423#iefix') format('embedded-opentype'),
    url('/wp-content/themes/mgranit/fonts/PT_Sans-Regular/PT_Sans-Regular.woff?55796423') format('woff'),
    url('/wp-content/themes/mgranit/fonts/PT_Sans-Regular/PT_Sans-Regular.ttf?55796423') format('truetype'),
    url('/wp-content/themes/mgranit/fonts/PT_Sans-Regular/PT_Sans-Regular.svg?55796423#PT_Sans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/wp-content/themes/mgranit/fonts/PT_Sans-Bold/PT_Sans-Bold.eot?55796423');
    src: url('/wp-content/themes/mgranit/fonts/PT_Sans-Bold/PT_Sans-Bold.eot?55796423#iefix') format('embedded-opentype'),
    url('/wp-content/themes/mgranit/fonts/PT_Sans-Bold/PT_Sans-Bold.woff?55796423') format('woff'),
    url('/wp-content/themes/mgranit/fonts/PT_Sans-Bold/PT_Sans-Bold.ttf?55796423') format('truetype'),
    url('/wp-content/themes/mgranit/fonts/PT_Sans-Bold/PT_Sans-Bold.svg?55796423#PT_Sans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.location-popup{
    display: none;
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 85px 0 45px;
    height: 100vh;
    z-index: 9999999;
    font-family: 'PT Sans',Arial,sans-serif;
}

.location-popup.active{
    display: block;
}

.location-popup__title{
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    width: 930px;
    max-width: calc(100% - 30px);
    margin: 0 auto 16px;
    position: relative;
}

.location-popup__close{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.location-popup .location-popup__wrapper{
    width: 875px;
    padding-right: 55px !important;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    height: calc(100vh - 178px);
}

.location-popup .location-popup__wrapper input{
    width: 100%;
    height: 60px;
    line-height: 58px;
    background: #fff;
    border: 1px solid rgba(167, 167, 167, 0.5);
    border-radius: 4px;
    color: #000000;
    font-size: 16px !important;
    margin-bottom: 30px;
    padding: 0 17px;
    z-index: 2;
    position: relative;
}

.location-popup .location-popup__wrapper input:invalid {
    border-color: red;
}

.location-popup .location-popup__wrapper input::placeholder{
    opacity: 0.6;
}

.location-popup .location-popup__wrapper input:focus::placeholder{
    opacity: 0;
}

#allrecords .location-popup .location-popup__wrapper >ul{
    columns: 4;
    font-size: 16px;
    line-height: 170%;
    color: #83838B;
    z-index: 1001;
    background: #fff;
    list-style-type: none;
    padding: 0;
}

.location-popup .location-popup__wrapper >ul.active{
    display: none;
}

.location-popup .location-popup__wrapper >ul li{
    cursor: pointer;
    list-style-type: none;
    padding: 0;
}

.location-popup .location-popup__wrapper >ul li span{
    font-weight: bold;
    color: #3B3B3B;
}

.location-popup .location-popup__wrapper >ul li.letter{
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.location-popup .location-popup__wrapper >ul li.letter span{
    position: relative;
}

.location-popup .location-popup__wrapper >ul li.letter span:after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 10px);
    width: 60px;
    height: 1px;
    background-color: #000;
}

.location-popup .location-popup__wrapper >ul li.main{
    display: list-item;
}

#allrecords .location-popup .location-popup__wrapper >ul li a{
    color: #83838B;
    text-decoration: none;
}

#allrecords .location-popup .location-popup__wrapper >ul li a:hover{
    text-decoration: none;
}

#allrecords .location-popup .location-popup__wrapper >ul li.main a{
    font-weight: bold;
    color: #000;
}

.location-popup .location-popup__wrapper >ul li:first-child{
    margin-top: 0;
}

.xdsoft_autocomplete{
    width: 100% !important;
}

.xdsoft_autocomplete_dropdown{
    display: block !important;
    flex-wrap: wrap;
    top: 90px !important;
    border: none !important;
    box-shadow:  none !important;
    -webkit-box-shadow:  none !important;
    columns: 4;
}

.xdsoft_autocomplete_dropdown.show {
    margin-bottom: 50px;
}

.xdsoft_autocomplete_dropdown.active{
    display: none !important;
}

.xdsoft_autocomplete_dropdown>div{
    list-style-type: none;
    font-size: 16px !important;
    line-height: 170% !important;
    color: #83838B !important;
    padding: 0 !important;
    display: list-item !important;
    white-space: initial !important;
    text-decoration: none;
}

.xdsoft_autocomplete_dropdown>div:hover{
    text-decoration: none;
}

.xdsoft_autocomplete_dropdown>div.active{
    background-color: #fff !important;
    color: #83838B !important;
}

.xdsoft_autocomplete_dropdown>div b{
    color: #363654;
    font-weight: normal;
}

#allrecords .xdsoft_autocomplete_dropdown>a{
    list-style-type: none;
    font-size: 16px !important;
    line-height: 170% !important;
    color: #83838B !important;
    padding: 0 !important;
    display: list-item !important;
    white-space: initial !important;
    text-decoration: none;
}

#allrecords .xdsoft_autocomplete_dropdown>a:hover{
    text-decoration: none;
}

.xdsoft_autocomplete_dropdown>a.active{
    background-color: #fff !important;
    color: #83838B !important;
}

.xdsoft_autocomplete_dropdown>a b{
    color: #2DA1A1;
    font-weight: normal;
}

.location-popup__main-cities {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 16px;
    margin-top: -18px;
    margin-bottom: 10px;
}

#allrecords .location-popup__main-cities a {
    text-decoration: none;
    padding: 7px 9px;
    border: 1px solid hsla(240,3%,53%,.6);
    margin-right: 10px;
    border-radius: 4px;
    color: #3f3f40;
    margin-bottom: 9px;
}

#allrecords .location-popup__main-cities a:hover {
    text-decoration: none;
    color: #3f3f40;
    background-color: hsla(240,3%,53%,.6);
}

.header-location__wrapper{
    position: absolute;
    z-index: 6;
    left: 32vw;
    top: 8px;
    font-family: 'PT Sans',Arial,sans-serif;
}

.header-location {
    display: flex;
    align-items: center;
}

.header-location>span {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin-right: 10px;
    padding: 0;
    background-color: transparent;
}

.header-location>div {
    position: relative;
    width: 168px;
    min-width: 168px;
    z-index: 1;
}

.header-location>div p {
    background: transparent;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 8px;
    height: 44px;
    width: 100%;
    line-height: 41px;
    padding-left: 10px;
    padding-right: 20px;
    position: relative;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
}

.header-location>div p:after {
    position: absolute;
    content: "";
    border-top: 6px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.xdsoft_autocomplete_hint{
    display: none !important;
}

.city-popup__bg{
    display: none;
    z-index: 1024;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.91);
}

.city-popup{
    display: none;
    position: fixed;
    z-index: 1025;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 526px;
    max-width: calc(100% - 60px);
    background: #fff;
    box-shadow: 0 6px 40px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px;
    font-family: 'PT Sans',Arial,sans-serif;
}

.city-popup__title{
    font-weight: bold;
    font-size: 16px;
    line-height: 15px;
    text-transform: uppercase;
    color: #3F3F40;
    margin-bottom: 22px;
    max-width: calc(100% - 30px);

}

.city-popup__title span{
    color: #000;
}

.city-popup__close{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 30px;
    top: 20px;
    font-size: 0;
    cursor: pointer;
}

.city-popup__close:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #000;
    right: 0;
    top: 8px;
}

.city-popup__close:after{
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000;
    right: 0;
    top: 8px;
}

.city-popup__buttons{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.city-popup__yes{
    width: 130px;
    height: 60px;
    line-height: 58px;
    color: #fff;
    background-color: #363654;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #363654;
    transition: linear .2s;
    cursor: pointer;
}

.city-popup__yes:hover{
    background-color: #fff;
    color: #363654;
}

.city-popup__no{
    width: calc(100% - 144px);
    text-align: center;
    border-radius: 4px;
    color: #363654;
    height: 60px;
    line-height: 58px;
    font-size: 16px;
    border: 1px solid #363654;
    background-color: #fff;
    transition: linear .2s;
    cursor: pointer;
}

.city-popup__no:hover{
    background-color: #363654;
    color: #fff;
}

.city-popup__footnote{
    font-size: 14px;
    line-height: 13px;
}

.txt-wrapper{
    padding: 50px 0;
    background: #ededed;
    font-family: 'PT Sans',Arial,sans-serif;
}

.container{
    width: 1180px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.txt-wrapper .container{
    width: 1180px;
    max-width: calc(100% - 30px);
    padding: 0 15px;
    margin: 0 auto;
}
.txt-wrapper p, .txt-wrapper ul, .txt-wrapper ol{
    margin-bottom: 10px;
}

.txt-wrapper h1, .txt-wrapper h2, .txt-wrapper h3{
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-address{
    position: absolute;
    text-align: right;
    z-index: 2;
    right: 7px;
    top: 107px;
    color: #fff;
    font-family: 'PT Sans',Arial,sans-serif;
}

.footer-address__mob{
    display: none;
}

.t396 > .container{
    position: relative;
    width: 1180px;
    max-width: calc(100% - 30px);
    padding: 0 15px;
    margin: 0 auto;
}

#rec410675536 .tn-elem[data-elem-id="1643114175170"],
#rec410675536 .tn-elem[data-elem-id="1643114083017"],
#rec410675536 .tn-elem[data-elem-id="1643286299809"],
#rec410675536 .tn-elem[data-elem-id="1643114126518"],
#rec410675544 .tn-elem[data-elem-id="1639467086948"],
#rec410675544 .tn-elem[data-elem-id="1639467086980"],
#rec410675544 .tn-elem[data-elem-id="1639467086984"],
#rec410675544 .tn-elem[data-elem-id="1639467086972"],
#rec410675544 .tn-elem[data-elem-id="1639467087010"],
#rec410675544 .tn-elem[data-elem-id="1639467087033"],
#rec410675544 .tn-elem[data-elem-id="1639486066340"],
#rec410675544 .tn-elem[data-elem-id="1639467087024"],
#rec410675544 .tn-elem[data-elem-id="1639467086989"],
#rec410675544 .tn-elem[data-elem-id="1639467086997"],
#rec410675567 .tn-elem[data-elem-id="1642515138574"]{
    display: none;
}

#rec410675536 .tn-elem[data-elem-id="1639998956284"]{
    width: 718px !important;
    margin-left: 9px;
}

@media only screen and (max-width: 1499px){
    .header-location__wrapper{
        left: 400px;
    }
}

@media only screen and (max-width: 1299px){
    .header-location__wrapper{
        left: 300px;
    }
}

@media only screen and (max-width: 991px){
    .header-location__wrapper{
        position: static;
        margin-top: 30px;
    }
    .header-location {
        flex-direction: column;
        align-items: flex-start;
    }
    .header-location>span {
        margin-bottom: 7px;
    }
    .location-popup .location-popup__wrapper{
        max-width: calc(100% - 90px);
    }
    .footer-address{
        width: 100%;
        text-align: center;
        top: 125px;
    }
    .footer-address__mob{
        display: block;
    }

}

@media only screen and (max-width: 991px) and (min-width: 640px){
    #rec395220130 .tn-elem[data-elem-id="1639490226621"]{
        top: 268px !important;
    }
    #rec395220130 .tn-elem[data-elem-id="1639490260523"]{
        top: 242px !important;
    }
    #rec395220130 .tn-elem[data-elem-id="1639490279119"]{
        top: 218px !important;
    }
    #rec395220130 .tn-elem[data-elem-id="1639490329487"]{
        top: 192px !important;
    }
    #rec395220130 .tn-elem[data-elem-id="1640343078519"]{
        top: 166px !important;
    }
}

@media only screen and (max-width: 767px){
    #allrecords .location-popup .location-popup__wrapper >ul{
        columns: 3;
    }
    .xdsoft_autocomplete_dropdown{
        columns: 3;
    }
}
@media only screen and (max-width: 639px){
    .footer-address{
       top: 138px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 479px){
    .footer-address {
            top: 128px;
        }
    .location-popup{
        padding: 30px 0;
    }
    .location-popup__title{
        font-size: 18px;
        line-height: 24px;
    }
    .location-popup__close svg{
        width: 18px;
    }
    .location-popup .location-popup__wrapper{
        height: calc(100vh - 90px);
        padding-right: 25px;
    }
    .location-popup .location-popup__wrapper input{
        font-size: 14px;
        height: 40px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    #allrecords .location-popup .location-popup__wrapper >ul{
        font-size: 12px;
        columns: 2;
        width: 100%;
    }
    .location-popup .location-popup__wrapper >ul li.letter{
        font-size: 18px;
        margin-top: 15px;
    }
    .location-popup .location-popup__wrapper >ul li.letter span:after{
        width: 40px;
    }
    .xdsoft_autocomplete_dropdown{
        columns: 2;
        top: 60px !important;
    }
    .xdsoft_autocomplete_dropdown>div{
        font-size: 12px !important;
    }
    .xdsoft_autocomplete_dropdown>a{
        font-size: 12px !important;
    }
    .location-popup__main-cities {
        margin-top: 0;
        font-size: 12px;
        line-height: 14px;
    }
    .city-popup{
        padding: 20px 15px;
    }
    .city-popup__close{
        right: 15px;
    }
    .city-popup__yes{
        width: 60px;
        height: 52px;
        line-height: 50px;
    }
    .city-popup__no{
        width: calc(100% - 70px);
        height: 52px;
        line-height: 50px;
    }
}

.validate-error{
    position: absolute;
    display: inline-block;
    opacity: 1;
    padding: 5px 0;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 12px;
    word-wrap: break-word;
    transform: translateX(-50%);
    z-index: 10000000;
}

.validate-error .animated{
    padding-bottom: 5px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.validate-error .animated > div{
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

.validate-error .animated > i{
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
    position: absolute;
    width: 0;
    height: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-style: solid;
}

.validate-error .animated.infinite {-webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;}
.validate-error .animated.hinge{ -webkit-animation-duration: 2s;animation-duration: 2s;}
.validate-error .animated.flipOutX, .validate-error .animated.flipOutY, .validate-error .animated.bounceIn, .validate-error .animated.bounceOut {-webkit-animation-duration: .75s; animation-duration: .75s;}

@-webkit-keyframes shake{
    from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0);}
    20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}
}

@keyframes shake{
    from, to { -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);}
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0);}
    20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0);transform: translate3d(10px, 0, 0);}
}

.shake{-webkit-animation-name: shake;animation-name: shake;}

.bot-form{
    backdrop-filter: blur(2px);
    border-radius: 10px;
    background-color: rgba(237, 237, 237, .45);
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, .7);
    text-align: center;
    padding: 40px 60px;
    font-family: 'PT Sans',Arial,sans-serif;
    margin-top: -30px;
}

.bot-form > span{
    display: block;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
    margin-bottom: 20px;
}

.bot-form > p{
    color: #ededed;
    font-size: 21px;
    line-height: 1.55;
    font-weight: 100;
    margin-bottom: 30px;
}

.bot-form__wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bot-form__wrapper .input-wrapper{
    width: calc(50% - 10px);
}

.bot-form__wrapper input{
    width: 100%;
}

.bot-form button{
    width: 310px;
    max-width: 100%;
    height: 65px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    background-color: rgb(53 53 83);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

#rec395203159 .tn-elem[data-elem-id="1640261825579"] .tn-atom__sbs-anim-wrapper{
    display: none !important;
}
#rec395203159 .tn-elem[data-elem-id="1640261825579"] .tn-atom {
    display: none !important;
}

#rec389759256 .tn-elem[data-elem-id="1639114809311"]{
    display: block;
}

#rec389759256 .tn-elem[data-elem-id="1639114809311"] img{
    width: 100%;
    object-fit: cover;
    -webkit-transform: rotate(356deg);
    -moz-transform: rotate(356deg);
    transform: rotate(356deg);
}

#rec395203159 .tn-elem[data-elem-id="1639462592985"] img{
    width: 110px;
    height: 110px;
    object-fit: contain;
}

#rec395203159 .tn-elem[data-elem-id="1639464242282"] img{
    width: 110px;
    height: 110px;
    object-fit: contain;
}

#rec395203159 .tn-elem[data-elem-id="1639462534057"] img{
    width: 110px;
    height: 110px;
    object-fit: contain;
}

#form410675567 .t-form__inputsbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#form410675567 .t-input-group_nm, #form410675567 .t-input-group_ph{
    padding: 0 10px !important;
}
#form410675567 button{
    width: 309px;
    height: 65px;
    margin: 20px auto 0;
    color: #fff;
    border-radius: 5px;
    background-color: #1a1a1a;
    box-shadow: 0px 0px 10px 0px rgb(69 69 69);
    font-size: 25px;
    font-family: 'PT Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    padding: 0 10px;
}

#rec410675567 .tn-elem[data-elem-id="1640261791304"]{
    left: 50% !important;
    transform: translateX(-50%) !important;
}

#rec410675530 .tn-elem[data-elem-id="1644328999925"]{
    margin-left: -30px;
}

@media only screen and (max-width: 1700px){
    #rec389759256 .tn-elem[data-elem-id="1639114243591"] .tn-atom{
        font-size: 62px !important;
    }
}

@media only screen and (max-width: 1359px){
    #rec389759256 .tn-elem[data-elem-id="1639114243591"] .tn-atom{
        font-size: 44px !important;
    }
    #rec410675530 .tn-elem[data-elem-id="1644328999925"]{
        margin-left: 0;
    }
}

@media only screen and (max-width: 1199px){
    #rec389759256 .tn-elem[data-elem-id="1639114243591"] .tn-atom{
        font-size: 44px !important;
    }
}
@media only screen and (max-width: 479px){
    .bot-form{
        padding: 20px;
        width: calc(100vw - 60px);
        margin: -50px auto 0;
    }
    .bot-form > span{
        font-size: 26px;
        margin-bottom: 15px;
        word-break: break-word;
    }
    .bot-form > p{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .bot-form__wrapper{
        flex-direction: column;
        margin-bottom: 10px;
    }
    .bot-form__wrapper .input-wrapper{
        width: 100%;
        margin-bottom: 15px;
    }
    #rec389759256 .tn-elem[data-elem-id="1639114243591"] .tn-atom {
        font-size: 35px !important;
        max-width: calc(100vw - 30px);
        display: block;
        margin: 0 auto;
        line-height: 1.2 !important;
    }
    #rec410675530 .tn-elem[data-elem-id="1639114243591"]{
        top: 300px !important;
    }
    #rec410675571 .tn-elem[data-elem-id="1639555149618"]{
        margin-top: -15px;
        height: 50px !important;
    }
    /*#rec410675531 .tn-elem[data-elem-id="1639553533227"],
    #rec410675531 .tn-elem[data-elem-id="1639553533259"],
    #rec410675531 .tn-elem[data-elem-id="1639553533237"],
    #rec410675531 .tn-elem[data-elem-id="1639553533253"],
    #rec410675531 .tn-elem[data-elem-id="1639553533264"]{
        width: 280px !important;
    }
    #rec410675531 .tn-elem[data-elem-id="1639553533227"],
    #rec410675531 .tn-elem[data-elem-id="1639553533237"]{
        margin-top: 30px;
    }
    #rec410675531 .tn-elem[data-elem-id="1639553533259"]{
        margin-top: 16px;
    }
    #rec410675531 .tn-elem[data-elem-id="1639553533342"],
    #rec410675531 .tn-elem[data-elem-id="1639573101950"]{
        height: 120px !important;
    }
    #rec410675531 .tn-elem[data-elem-id="1639553533342"]{
        margin-top: -14px;
    }
    #rec410675531 .tn-elem[data-elem-id="1639553533329"]{
        margin-top: -40px;
    }
    #rec410675531 .tn-elem[data-elem-id="1639553533253"]{
        margin-top: -25px;
    }
    #rec410675531 .tn-elem[data-elem-id="1639553533349"]{
        margin-top: -50px;
    }
    #rec410675531 .tn-elem[data-elem-id="1639553533264"]{
        margin-top: -35px;
    }
    #rec410675531 .t396__artboard{
        height: 910px !important;
    }*/
}

@media only screen and (max-width: 374px){
    #rec410675531 .tn-elem[data-elem-id="1639553533227"] .tn-atom,
    #rec410675531 .tn-elem[data-elem-id="1639553533259"] .tn-atom,
    #rec410675531 .tn-elem[data-elem-id="1639553533237"] .tn-atom,
    #rec410675531 .tn-elem[data-elem-id="1639553533253"] .tn-atom,
    #rec410675531 .tn-elem[data-elem-id="1639553533264"] .tn-atom,
    #rec410675531 .tn-elem[data-elem-id="1639553533248"] .tn-atom{
        font-size: 19px !important;
    }
    #rec410675530 .tn-elem[data-elem-id="1639114243591"],
    #rec410675542 .tn-elem[data-elem-id="1640011359069"],
    #rec410675542 .tn-elem[data-elem-id="1640011359076"],
    #rec410675542 .tn-elem[data-elem-id="1640011359108"],
    #rec410675542 .tn-elem[data-elem-id="1640011359095"],
    #rec410675542 .tn-elem[data-elem-id="1640085502611"],
    #rec410675542 .tn-elem[data-elem-id="1640085502621"],
    #rec410675542 .tn-elem[data-elem-id="1640085502660"],
    #rec410675542 .tn-elem[data-elem-id="1640085502643"],
    #rec410675542 .tn-elem[data-elem-id="1640011362756"],
    #rec410675542 .tn-elem[data-elem-id="1640085601586"],
    #rec410675542 .tn-elem[data-elem-id="1640011362800"],
    #rec410675542 .tn-elem[data-elem-id="1640011362781"],
    #rec410675542 .tn-elem[data-elem-id="1640089348183"],
    #rec410675542 .tn-elem[data-elem-id="1640089405964"],
    #rec410675542 .tn-elem[data-elem-id="1640089348148"],
    #rec410675542 .tn-elem[data-elem-id="1640089348167"],
    #rec410675542 .tn-elem[data-elem-id="1640091790245"],
    #rec410675542 .tn-elem[data-elem-id="1643284364343"],
    #rec410675542 .tn-elem[data-elem-id="1640091790212"],
    #rec410675542 .tn-elem[data-elem-id="1640091790229"],
    #rec410675542 .tn-elem[data-elem-id="1640088205927"],
    #rec410675542 .tn-elem[data-elem-id="1640088205859"],
    #rec410675542 .tn-elem[data-elem-id="1640088205913"],
    #rec410675542 .tn-elem[data-elem-id="1644317666686"],
    #rec410675542 .tn-elem[data-elem-id="1644317666748"],
    #rec410675542 .tn-elem[data-elem-id="1644317666511"],
    #rec410675542 .tn-elem[data-elem-id="1644408712851"],
    #rec410675542 .tn-elem[data-elem-id="1644408712904"],
    #rec410675542 .tn-elem[data-elem-id="1644408712692"]{
        width: calc(100vw - 30px) !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640011359089"],
    #rec410675542 .tn-elem[data-elem-id="1640085502636"],
    #rec410675542 .tn-elem[data-elem-id="1640011362775"],
    #rec410675542 .tn-elem[data-elem-id="1640088205920"],
    #rec410675542 .tn-elem[data-elem-id="1640089348175"],
    #rec410675542 .tn-elem[data-elem-id="1644317666590"],
    #rec410675542 .tn-elem[data-elem-id="1644408712770"]{
        margin-top: 10px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640011359089"] .tn-atom,
    #rec410675542 .tn-elem[data-elem-id="1640085502636"] .tn-atom,
    #rec410675542 .tn-elem[data-elem-id="1640011362775"] .tn-atom,
    #rec410675542 .tn-elem[data-elem-id="1640088205920"] .tn-atom,
    #rec410675542 .tn-elem[data-elem-id="1640089348175"] .tn-atom,
    #rec410675542 .tn-elem[data-elem-id="1644317666590"] .tn-atom,
    #rec410675542 .tn-elem[data-elem-id="1644408712770"] .tn-atom{
        font-size: 23px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640011359095"] .tn-atom,
    #rec410675542 .tn-elem[data-elem-id="1640085502643"] .tn-atom,
    #rec410675542 .tn-elem[data-elem-id="1640011362781"] .tn-atom,
    #rec410675542 .tn-elem[data-elem-id="1640089348167"] .tn-atom,
    #rec410675542 .tn-elem[data-elem-id="1640091790229"] .tn-atom,
    #rec410675542 .tn-elem[data-elem-id="1644317666511"] .tn-atom,
    #rec410675542 .tn-elem[data-elem-id="1644408712692"] .tn-atom{
        font-size: 14px !important;
        padding: 0 10px;
    }
    #rec410675542 .tn-elem[data-elem-id="1640011359126"],
    #rec410675542 .tn-elem[data-elem-id="1640011362821"],
    #rec410675542 .tn-elem[data-elem-id="1640085502691"],
    #rec410675542 .tn-elem[data-elem-id="1640089348106"],
    #rec410675542 .tn-elem[data-elem-id="1640091790180"],
    #rec410675542 .tn-elem[data-elem-id="1640088205844"],
    #rec410675542 .tn-elem[data-elem-id="1644317666190"],
    #rec410675542 .tn-elem[data-elem-id="1644408712434"]{
        width: 270px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    #form410675567 button{
        width: 250px;
        font-size: 20px;
    }
    #rec410675552 .tn-elem[data-elem-id="1643294978643"] .tn-atom{
        font-size: 32px !important;
    }
    #rec410675552 .tn-elem[data-elem-id="1643294975615"] .tn-atom{
        font-size: 14px !important;
    }
    #rec410675552 .tn-elem[data-elem-id="1643289777962"] .tn-atom,
    #rec410675552 .tn-elem[data-elem-id="1643290415212"] .tn-atom,
    #rec410675552 .tn-elem[data-elem-id="1643290418106"] .tn-atom,
    #rec410675552 .tn-elem[data-elem-id="1643290420672"] .tn-atom,
    #rec410675552 .tn-elem[data-elem-id="1643293688201"] .tn-atom,
    #rec410675552 .tn-elem[data-elem-id="1643293688208"] .tn-atom,
    #rec410675552 .tn-elem[data-elem-id="1643293688213"] .tn-atom,
    #rec410675552 .tn-elem[data-elem-id="1643293688219"] .tn-atom,
    #rec410675552 .tn-elem[data-elem-id="1643294369109"] .tn-atom,
    #rec410675552 .tn-elem[data-elem-id="1643294369115"] .tn-atom,
    #rec410675552 .tn-elem[data-elem-id="1643294369121"] .tn-atom,
    #rec410675552 .tn-elem[data-elem-id="1643294369128"] .tn-atom{
        font-size: 12px !important;
    }
    #rec410675567 .tn-elem[data-elem-id="1639463390288"] .tn-atom{
        font-size: 30px !important;
    }
    #rec410675567 .tn-elem[data-elem-id="1639462921009"] .tn-atom,
    #rec410675567 .tn-elem[data-elem-id="1640003335982"] .tn-atom,
    #rec410675567 .tn-elem[data-elem-id="1640003381242"] .tn-atom{
        font-size: 25px !important;
        word-break: break-word;
    }
    #rec410675567 .tn-elem[data-elem-id="1640261791272"]{
        max-width: calc(100vw - 30px);
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    #rec410675567 .tn-elem[data-elem-id="1640261791272"] .tn-atom{
        font-size: 22px !important;
        word-break: break-word;
    }
    #rec410675567 .tn-elem[data-elem-id="1640261791287"]{
        max-width: calc(100vw - 30px);
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin-top: -20px;
    }
    #rec410675571 .tn-elem[data-elem-id="1639555079333"] .tn-atom{
        font-size: 18px !important;
    }
    #rec410675571 .tn-elem[data-elem-id="1639490226621"]{
        width: calc(100vw - 30px) !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

#rec410675526{
    width: 400px;
}

@media only screen and (max-width: 991px){
    #rec410675526{
        width: 350px;
    }
}

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
.mfp-bg{
    z-index: 99999998;
}
.mfp-wrap{
    z-index: 99999999;
}
.popup-btn{
    text-decoration: underline;
    cursor: pointer;
}

.policy-popup{
    position: relative;
    margin: 0 auto;
    width: 600px;
    max-width: calc(100vw - 50px);
    background-color: #fff;
    padding: 40px;
    font-family: 'PT Sans',Arial,sans-serif;
}

.policy-popup .popup-title{
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 32px;
}

.popup-text p, .popup-text ul, .popup-text ol, .popup-text h3{
    margin-bottom: 10px;
}

@media only screen and (max-width: 479px){
    .policy-popup{
        padding: 30px 15px 20px;
    }
    .policy-popup .popup-title{
        font-size: 24px;
        margin-bottom: 20px;
    }
}


#rec410675544 .t396__artboard{
    height: 2100px !important;
}

/* 1 */

#rec410675544 .tn-elem[data-elem-id="1639467086107"],
#rec410675544 .tn-elem[data-elem-id="1639467086114"],
#rec410675544 .tn-elem[data-elem-id="1639467086167"]{
    height: 250px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086134"],
#rec410675544 .tn-elem[data-elem-id="1639467086152"]{
    top: 185px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086140"]{
    top: 197px !important;
}

/* 2 */

#rec410675544 .tn-elem[data-elem-id="1639467086202"],
#rec410675544 .tn-elem[data-elem-id="1643365676545"],
#rec410675544 .tn-elem[data-elem-id="1639467086263"]{
    height: 250px !important;
    top: 310px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086214"]{
    top: 331px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086271"]{
    top: 379px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086208"]{
    top: 449px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086227"],
#rec410675544 .tn-elem[data-elem-id="1639467086246"]{
    top: 473px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086235"]{
    top: 485px !important;
}

/* 3 */

#rec410675544 .tn-elem[data-elem-id="1639467086313"],
#rec410675544 .tn-elem[data-elem-id="1643365838894"],
#rec410675544 .tn-elem[data-elem-id="1639467086371"]{
    height: 250px !important;
    top: 598px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086336"]{
    top: 619px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086378"]{
    top: 667px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086330"]{
    top: 737px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086344"],
#rec410675544 .tn-elem[data-elem-id="1639467086360"]{
    top: 761px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086351"]{
    top: 773px !important;
}

/* 4 */

#rec410675544 .tn-elem[data-elem-id="1639467086622"],
#rec410675544 .tn-elem[data-elem-id="1643365868255"],
#rec410675544 .tn-elem[data-elem-id="1639467086700"]{
    height: 250px !important;
    top: 886px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086656"]{
    top: 907px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086707"]{
    top: 955px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086649"]{
    top: 1025px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086667"],
#rec410675544 .tn-elem[data-elem-id="1639467086687"]{
    top: 1049px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086676"]{
    top: 1061px !important;
}

/* 5 */

#rec410675544 .tn-elem[data-elem-id="1643365822066"],
#rec410675544 .tn-elem[data-elem-id="1639467086402"],
#rec410675544 .tn-elem[data-elem-id="1639467086461"]{
    height: 250px !important;
    top: 1174px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086419"]{
    top: 1195px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086469"]{
    top: 1243px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086413"]{
    top: 1313px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086430"],
#rec410675544 .tn-elem[data-elem-id="1639467086449"]{
    top: 1337px !important;
}

#rec410675544 .tn-elem[data-elem-id="1639467086437"]{
    top: 1349px !important;
}

/* 6 */

#rec410675544 .tn-elem[data-elem-id="1643800958733"],
#rec410675544 .tn-elem[data-elem-id="1643800958827"],
#rec410675544 .tn-elem[data-elem-id="1643800958808"]{
    height: 250px !important;
    top: 1462px !important;
}

#rec410675544 .tn-elem[data-elem-id="1643800958757"]{
    top: 1483px !important;
}

#rec410675544 .tn-elem[data-elem-id="1643800958820"]{
    top: 1531px !important;
}

#rec410675544 .tn-elem[data-elem-id="1643800958742"]{
    top: 1601px !important;
}

#rec410675544 .tn-elem[data-elem-id="1643800958769"],
#rec410675544 .tn-elem[data-elem-id="1643800958797"]{
    top: 1625px !important;
}

#rec410675544 .tn-elem[data-elem-id="1643800958790"]{
    top: 1637px !important;
}

/* 7 */

#rec410675544 .tn-elem[data-elem-id="1643972648926"],
#rec410675544 .tn-elem[data-elem-id="1643972649352"],
#rec410675544 .tn-elem[data-elem-id="1643972649268"]{
    height: 250px !important;
    top: 1750px !important;
}

#rec410675544 .tn-elem[data-elem-id="1643972649034"]{
    top: 1771px !important;
}

#rec410675544 .tn-elem[data-elem-id="1643972649321"]{
    top: 1819px !important;
}

#rec410675544 .tn-elem[data-elem-id="1643972648986"]{
    top: 1889px !important;
}

#rec410675544 .tn-elem[data-elem-id="1643972649089"],
#rec410675544 .tn-elem[data-elem-id="1643972649184"]{
    top: 1913px !important;
}

#rec410675544 .tn-elem[data-elem-id="1643972649116"]{
    top: 1925px !important;
}

@media screen and (max-width: 959px){

    #rec409147140 .tn-elem[data-elem-id="1643613663917"],
    #rec409147140 .tn-elem[data-elem-id="1643613653911"]{
        display: none;
    }

    #rec410675542 .t396__artboard{
        height: 3420px !important;
    }

    /* 1 */

    #rec410675542 .tn-elem[data-elem-id="1640011359069"]{
        height: 500px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640011359101"],
    #rec410675542 .tn-elem[data-elem-id="1640011359126"]{
        top: 515px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640011359113"]{
        top: 527px !important;
    }

    /* 2 */

    #rec410675542 .tn-elem[data-elem-id="1640085502611"]{
        height: 500px !important;
        top: 650px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640085502621"]{
        top: 650px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640085502636"]{
        top: 984px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640011359119"]{
        top: 1040px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640011362821"],
    #rec410675542 .tn-elem[data-elem-id="1640085502650"]{
        top: 1066px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640085502667"]{
        top: 1080px !important;
    }

    /* 3 */

    #rec410675542 .tn-elem[data-elem-id="1640011362756"]{
        height: 500px !important;
        top: 1200px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640085601586"]{
        top: 1200px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640011362775"]{
        top: 1534px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640011362811"]{
        top: 1590px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640011362788"],
    #rec410675542 .tn-elem[data-elem-id="1640085502691"]{
        top: 1616px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640011362805"]{
        top: 1628px !important;
    }

    /* 4 */

    #rec410675542 .tn-elem[data-elem-id="1640088205927"]{
        height: 500px !important;
        top: 1750px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640088205859"]{
        top: 1750px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640088205920"]{
        top: 2084px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640088205872"]{
        top: 2140px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640088205900"],
    #rec410675542 .tn-elem[data-elem-id="1640088205844"]{
        top: 2166px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640088205882"]{
        top: 2178px !important;
    }

    /* 5 */

    #rec410675542 .tn-elem[data-elem-id="1640089348183"]{
        height: 500px !important;
        top: 2300px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1644317666748"]{
        top: 2300px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640089348175"]{
        top: 2634px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640089348130"]{
        top: 2690px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640089348106"],
    #rec410675542 .tn-elem[data-elem-id="1640089348154"]{
        top: 2716px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640089348138"]{
        top: 2728px !important;
    }

    /* 6 */

    #rec410675542 .tn-elem[data-elem-id="1644317666686"]{
        height: 500px !important;
        top: 2850px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640089405964"]{
        top: 2850px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1644317666590"]{
        top: 3184px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1644317666333"]{
        top: 3240px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1644317666190"],
    #rec410675542 .tn-elem[data-elem-id="1644317666461"]{
        top: 3266px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1644317666416"]{
        top: 3278px !important;
    }
}

@media screen and (max-width: 479px){

    /* 1 */

    #rec410675542 .tn-elem[data-elem-id="1640011359089"]{
        top: 365px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640011359113"]{
        top: 475px !important;
    }

    /* 2 */

    #rec410675542 .tn-elem[data-elem-id="1640085502636"]{
        top: 930px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640085502667"]{
        top: 1025px !important;
    }

    /* 3 */

    #rec410675542 .tn-elem[data-elem-id="1640011362775"]{
        top: 1480px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640011362805"]{
        top: 1575px !important;
    }

    /* 4 */

    #rec410675542 .tn-elem[data-elem-id="1640088205920"]{
        top: 2030px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640088205882"]{
        top: 2125px !important;
    }

    /* 5 */

    #rec410675542 .tn-elem[data-elem-id="1640089348175"]{
        top: 2580px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1640089348138"]{
        top: 2675px !important;
    }

    /* 6 */

    #rec410675542 .tn-elem[data-elem-id="1644317666590"]{
        top: 3130px !important;
    }
    #rec410675542 .tn-elem[data-elem-id="1644317666416"]{
        top: 3225px !important;
    }
}

@media screen and (max-width: 639px) {
    #rec410675542 .tn-elem[data-elem-id="1640011359069"] {
            top: 96px !important;
    }

#rec410675542 .tn-elem[data-elem-id="1640011359113"] {
    top: 462px !important;
}
#rec410675542 .tn-elem[data-elem-id="1640085502636"] {
    top: 949px !important;
}
#rec410675542 .tn-elem[data-elem-id="1640011359119"] {
    top: 997px !important;
}
#rec410675542 .tn-elem[data-elem-id="1640085502667"] {
    top: 1013px !important;
}
#rec410675542 .tn-elem[data-elem-id="1640011362775"] {
    top: 1497px !important;
}
#rec410675542 .tn-elem[data-elem-id="1640011362811"] {
    top: 1543px !important;
}
#rec410675542 .tn-elem[data-elem-id="1640011362805"] {
    top: 1561px !important;
}
#rec410675542 .tn-elem[data-elem-id="1640088205920"] {
    top: 2047px !important;
}
#rec410675542 .tn-elem[data-elem-id="1640088205872"] {
    top: 2094px !important;
}
#rec410675542 .tn-elem[data-elem-id="1640088205882"] {
    top: 2111px !important;
}
#rec410675542 .tn-elem[data-elem-id="1640089348175"] {
    top: 2598px !important;
}
#rec410675542 .tn-elem[data-elem-id="1640089348130"] {
    top: 2646px !important;
}
#rec410675542 .tn-elem[data-elem-id="1640089348138"] {
    top: 2661px !important;
}
#rec410675542 .tn-elem[data-elem-id="1644317666590"] {
    top: 3149px !important;
}
#rec410675542 .tn-elem[data-elem-id="1644317666333"] {
    top: 3197px !important;
}

#rec410675542 .tn-elem[data-elem-id="1644317666416"] {
    top: 3209px !important;
}










}
