body, html {
    width: 21cm; /*2,480 x 3,508 -----   21.0 x 29.7 cm  */
    height: 29.7cm;
    margin: 0 auto;
    scroll-behavior: smooth;
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 5px;
    cursor: pointer !important;
    background-color: gray !important;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grery;*/
    /*border-radius: 10px;*/
    cursor: pointer !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: dimgray;
    border-radius: 5px;
    cursor: pointer !important;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: darkgray;
    cursor: pointer !important;

}

@media (max-width: 700px) {
    ::-webkit-scrollbar {
        width: 0 !important;
        background: transparent !important;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: transparent !important;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: transparent !important;
    }
}

.en {
    direction: ltr;
    text-align: left;
}


body {
    font-family: Calibri !important;
    overflow-x: hidden;
    margin: 0 auto;
    font-size: 14px;
}

.title{
    /*font-family: BebasNeue !important;*/
    text-transform: uppercase !important;
    font-weight: bold;
    margin-bottom: 7px;
    margin-left: -3px;

}
.title,.side-title{
    font-size: 16px;

}
.dot {
     margin-left: 2px;
     width: 6px;
     height: 6px;
     border: 2px solid black !important;
     border-radius: 50%;
    background-color: white;
 }
.section{
    border-left: 2px solid black !important;
    margin-left: 2px;
}
.section-title{
    margin: 8px 0 0 13px;
    font-weight: bold;
}
.side p{
    /*font-size: 14px;*/
    white-space: nowrap;
}
.link{
    color: black;
    font-weight: lighter !important;
    text-decoration: none;
    border-bottom: 1px dashed gray;

}
.links{
    color: black;
    display: block;
    width: max-content !important;
    text-decoration: none;
    border-bottom: 1px dashed gray;
    margin: 0 auto;
}
.section p{
    text-align: justify !important;
}
p{
    margin-bottom: 0;
}
.mt--10{
    margin-top: -10px;
}
.mt--17{
    margin-top: -17px;
}
.side :not(.side p .side-title){
/*font-size: 12px !important;*/
}