*{
    
    -webkit-tap-highlight-color: transparent;
    
}
img, video{

    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;

}
/*------------- HEADER -------------*/
.root_header{

    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    background-color: #0E1437;
    padding: 0px;
    margin: 0px;
    z-index: 999999999;

}
.root_header__content{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1280px;
    height: 100%;
    margin: 0px auto;

}
.root_header__content__logo{

    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    cursor: pointer;
    padding: 0px 20px;

}
.root_header__content__logo__img{

    display: block;
    width: auto;
    height: 60px;
    padding: 0px;
    margin: 0px;

}
#root_header__content__logo__tablet{

    display: block;

}
#root_header__content__logo__mobile{

    display: none;
    height: 40px;

}
.root_header__content__nav{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    height: 100%;

}
.root_header__content__nav__item{

    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 18px;
    padding: 0px 20px;
    cursor: pointer;
    color: #ffffff;

}
.root_header__content__label{

    display: none;
    flex-direction: row;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0px 20px;
    cursor: pointer;

}
.root_header__content__label__input{

    display: none;
    width: 0px;
    height: 0px;
    opacity: 0;

}
.root_header__content__label__svg{

    display: block;
    width: 30px;
    height: auto;
    fill: #ffffff;

}
#root_header__dropdown_toggle__svg_open{

    display: block;

}
#root_header__dropdown_toggle__svg_close{

    display: none;

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

    .root_header__content__nav{

        display: none;
        flex-direction: column;
        justify-content: flex-start;
        position: fixed;
        top: 100px;
        left: 0px;
        width: 100%;
        height: calc(100% - 100px);
        overflow: auto;
        z-index: 99999;
        background-color: #0E1437;
        border-top: 1px solid #28305d;
        padding: 10px 0px;

    }
    .root_header__content__nav__item{

        padding: 0px 20px;
        height: 60px;
        min-height: 60px;
        overflow: hidden;

    }
    .root_header__content__label{

        display: flex;

    }

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

    #root_header__content__logo__tablet{

        display: none;

    }
    #root_header__content__logo__mobile{

        display: block;

    }

}
/*------------- HEADER -------------*/


.root_main{

    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    margin-top: calc(100px + 80px);

}


/*------------- WHATSAPP -------------*/
.root_main__whatsapp{

    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
    z-index: 99;
    cursor: pointer;

}
.root_main__whatsapp__svg{

    display: block;
    position: relative;
    width: auto;
    height: 60px;
    padding: 0px;
    margin: 0px;
    fill: #28a33a;

}
.root_main__whatsapp__svg__background{

    fill: #ffffff;

}
/*------------- WHATSAPP -------------*/


/*------------- MAIN -------------*/
.main_section{

    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 80px 0px;

}
.main_section__content{

    display: block;
    max-width: 1280px;
    height: 100%;
    padding: 0px 20px;
    margin: 0px auto;

}
.main_section__title{

    display: block;
    width: 100%;
    height: auto;
    font-size: 28px;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    font-weight: 500;

}
/*------------- MAIN -------------*/


/*------------- SPLIT -------------*/
.split_section{

    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 80px 0px;

}
.split_section__content{

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1280px;
    height: 100%;
    padding: 0px 20px;
    margin: 0px auto;

}
.split_section__content__text{

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;

}
.split_section__content__text__title{

    display: block;
    width: 100%;
    height: auto;
    font-size: 28px;
    margin: 0px;
    padding: 0px;
    font-weight: 500;

}
.split_section__content__text__paragraph{

    display: block;
    width: 100%;
    height: auto;
    line-height: 1.6;

}
.split_section__content__text__button{

    display: block;
    width: fit-content;
    height: auto;
    padding: 15px 20px;
    margin: 0px;
    background-color: #0E1437;
    color: #ffffff;
    cursor: pointer;

}
.split_section__content__text__nav{

    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;

}
.split_section__content__text__nav__item{

    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    width: fit-content;
    height: auto;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    cursor: pointer;

}
.split_section__content__text__nav__item__span{

    display: block;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0px;
    margin: 0px;
    word-break: break-word;

}
.split_section__content__text__nav__item__svg{

    display: block;
    width: 18px;
    height: auto;
    padding: 0px;
    margin: 0px;

}
.split_section__content__media{

    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: inset 1px 0 0 0 #e0e0e0, inset -1px 0 0 0 #e0e0e0, inset 0 1px 0 0 #e0e0e0, inset 0 -1px 0 0 #e0e0e0;

}
.split_section__content__media__img,
.split_section__content__media__map{

    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;

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

    .split_section__content{

        display: flex;
        flex-direction: column-reverse;

    }
    .split_section__content__media{

        height: 0px;
        padding-top: 56.25%;

    }

}
/*------------- SPLIT -------------*/


/*------------- CARDS -------------*/
.main_section__content__cards{

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
    grid-gap: 20px;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;

}
.main_section__content__cards__item{

    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.main_section__content__cards__item__media{

    display: block;
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 56.25%;
    overflow: hidden;
    box-shadow: inset 1px 0 0 0 #e0e0e0, inset -1px 0 0 0 #e0e0e0, inset 0 1px 0 0 #e0e0e0;

}
.main_section__content__cards__item__media__img{

    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;

}
.main_section__content__cards__item__text{

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    flex-grow: 1;

}
.main_section__content__cards__item__text__title{

    display: block;
    width: 100%;
    height: auto;
    font-size: 24px;
    padding: 0px;
    margin: 0px;

}
.main_section__content__cards__item__text__paragraph{

    display: block;
    width: 100%;
    height: auto;
    line-height: 1.6;

}
.main_section__content__cards__item__text__title__list{

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    height: auto;
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
    list-style-type: square;

}
.main_section__content__cards__item__text__title__list__element{

    display: list-item;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    line-height: 1.6;

}
.numbers_section_cards .main_section__content__cards__item__text__title{ font-size: 48px; font-weight: 700; line-height: 1; }
.numbers_section_cards .main_section__content__cards__item__text__paragraph{ font-size: 24px; line-height: 1; }
.reviews_section_cards .main_section__content__cards__item__text{ flex-direction: column-reverse; }
.reviews_section_cards .main_section__content__cards__item__text__title{ font-size: 16px; font-weight: 500; }
@media screen and (max-width: 425px){

    .main_section__content__cards{

        grid-template-columns: 1fr;

    }

}
/*------------- CARDS -------------*/


/*------------- FOOTER -------------*/
.root_footer{

    display: block;
    width: 100%;
    height: auto;
    padding: 40px 0px;
    margin: 0px;
    background-color: #ffffff;
    border: 0px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;

}
.root_footer__content{

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1280px;
    height: 100%;
    padding: 0px 20px;
    margin: 0px auto;

}
.root_footer__content__span{

    display: block;
    width: fit-content;
    height: auto;
    line-height: 1;
    padding: 0px;
    margin: 0px;
    text-decoration: none;

}
.root_footer__content__nav{

    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;

}
.root_footer__content__nav__item{

    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: #0E1437;
    cursor: pointer;

}
.root_footer__content__nav__item__svg{

    display: block;
    max-width: 20px;
    max-height: 20px;
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
    fill: #ffffff;


}
#footer_youtube{

    max-width: 12px;

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

    .root_footer__content{

        flex-direction: column;
        align-items: flex-start;

    }

}
/*------------- FOOTER -------------*/


/*--------------------- LOADER ---------------------*/
.media_loader{

    display: block;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    animation: animation_media_loader 1s linear infinite;
    z-index: 1;

}
.media_loader__circle{ fill: #f5f5f5; }
.media_loader__halfcircle{ fill: #0E1437; }
@keyframes animation_media_loader{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*--------------------- LOADER ---------------------*/