/* hide scrollbar */
.t396__artboard.t396__artboard-flex{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.t396__artboard.t396__artboard-flex::-webkit-scrollbar{display:none}

/* no default paddiongs for web */
@media (min-width: 760px) {
    .t-col.t-col_12 {margin:unset;padding:unset}
}

/* mobile paddings for layouts */
@media screen and (max-width:478px) {
    :is(
    /* home */
        /*hero*/ #rec3823852201,
        /*about*/ #rec3823961701,
        /*room categories*/ #rec3824236901,
        /*concept gallery*/ #rec3840583001,
        /*arista*/ #rec3840627201,
        /*lead*/ #rec3841157401,
    ) .t396__artboard {
        padding-inline: 20px !important;
    }
}