:root {
    --bd-callout-link:10,88,202;
    --bd-callout-code-color:#0D6EFDFF;
}

/* ==[ HEIGHT ]== */
.h-max{height:max-content!important;}
.h-10{height:10%!important;}.h-20{height:20%!important;}.h-30{height:30%!important;}.h-40{height:40%!important;}
.h-60{height:60%!important;}.h-70{height:70%!important;}.h-80{height:80%!important;}.h-90{height:90%!important;}
.vh-10{height:10vh!important;}.vh-20{height:20vh!important;}.vh-25{height:25vh!important;}.vh-30{height:30vh!important;}
.vh-40{height:40vh!important;}.vh-50{height:50vh!important;}.vh-55{height:55vh!important;}.vh-60{height:60vh!important;}
.vh-70{height:70vh!important;}.vh-75{height:75vh!important;}.vh-80{height:80vh!important;}.vh-90{height:90vh!important;}
.vh-100-nav{height:calc(100vh - 70px)!important;}

/* ==[ WIDTH ]== */
.w-max{width:max-content!important;}
.w-10{width:10%!important;}.w-20{width:20%!important;}.w-30{width:30%!important;}.w-40{width:40%!important;}
.w-60{width:60%!important;}.w-70{width:70%!important;}.w-80{width:80%!important;}.w-90{width:90%!important;}
.vw-10{width:10vw!important;}.vw-20{width:20vw!important;}.vw-25{width:25vw!important;}.vw-30{width:30vw!important;}
.vw-40{width:40vw!important;}.vw-50{width:50vw!important;}.vw-60{width:60vw!important;}.vw-70{width:70vw!important;}
.vw-75{width:75vw!important;}.vw-80{width:80vw!important;}.vw-90{width:90vw!important;}

/* ==[ POSITION ]== */
.top-10{top:10%!important;}.top-15{top:15%!important;}.top-20{top:20%!important;}.top-30{top:30%!important;}
.top-35{top:35%!important;}.top-40{top:40%!important;}.top-45{top:45%!important;}.top-50{top:50%!important;}
.top-60{top:60%!important;}.top-65{top:65%!important;}.top-70{top:70%!important;}.top-75{top:75%!important;}
.top-80{top:80%!important;}.top-85{top:85%!important;}.top-90{top:90%!important;}.top-95{top:95%!important;}
.end-10{right:10%!important;}.end-15{right:15%!important;}.end-20{right:20%!important;}.end-30{right:30%!important;}
.end-35{right:35%!important;}.end-40{right:40%!important;}.end-45{right:45%!important;}.end-50{right:50%!important;}
.end-60{right:60%!important;}.end-65{right:65%!important;}.end-70{right:70%!important;}.end-75{right:75%!important;}
.end-80{right:80%!important;}.end-85{right:85%!important;}.end-90{right:90%!important;}.end-95{right:95%!important;}
.bottom-10{bottom:10%!important;}.bottom-15{bottom:15%!important;}.bottom-20{bottom:20%!important;}.bottom-30{bottom:30%!important;}
.bottom-35{bottom:35%!important;}.bottom-40{bottom:40%!important;}.bottom-45{bottom:45%!important;}.bottom-50{bottom:50%!important;}
.bottom-60{bottom:60%!important;}.bottom-65{bottom:65%!important;}.bottom-70{bottom:70%!important;}.bottom-75{bottom:75%!important;}
.bottom-80{bottom:80%!important;}.bottom-85{bottom:85%!important;}.bottom-90{bottom:90%!important;}.bottom-95{bottom:95%!important;}
.start-10{left:10%!important;}.start-15{left:15%!important;}.start-20{left:20%!important;}.start-30{left:30%!important;}
.start-35{left:35%!important;}.start-40{left:40%!important;}.start-45{left:45%!important;}.start-50{left:50%!important;}
.start-60{left:60%!important;}.start-65{left:65%!important;}.start-70{left:70%!important;}.start-75{left:75%!important;}
.start-80{left:80%!important;}.start-85{left:85%!important;}.start-90{left:90%!important;}.start-95{left:95%!important;}

/* ==[ CALLBACK ]== */
/* Toast */
.toast-container>:not(:last-child){margin-bottom:5px;}
.toast-container{position:fixed;right:0;bottom:60px;overflow:hidden;display:grid;grid-template-columns:repeat(auto-fill, minmax(100vw, 1fr));gap:7px;padding:10px;}
.toast{z-index:1102;width:calc(100% - 20px);box-sizing:border-box!important;}
/* BD */
.bd-callout {
    --bs-link-color-rgb: var(--bd-callout-link);
    --bs-code-color: var(--bd-callout-code-color);
    padding:1.25rem;
    margin-top:.30rem;
    margin-bottom:.30rem;
    color:var(--bd-callout-color, inherit);
    background-color:var(--bd-callout-bg, var(--bs-gray-100));
    border-left:0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}
.bd-callout-danger{--bd-callout-color:var(--bs-danger-text-emphasis)!important;--bd-callout-bg:var(--bs-danger-bg-subtle)!important;--bd-callout-border:var(--bs-danger-border-subtle)!important;}
.bd-callout-warning{--bd-callout-color:var(--bs-warning-text-emphasis)!important;--bd-callout-bg:var(--bs-warning-bg-subtle)!important;--bd-callout-border:var(--bs-warning-border-subtle)!important;}
.bd-callout-success{--bd-callout-color:var(--bs-success-text-emphasis)!important;--bd-callout-bg:var(--bs-success-bg-subtle)!important;--bd-callout-border:var(--bs-success-border-subtle)!important;}
.bd-callout-info{--bd-callout-color:var(--bs-info-text-emphasis)!important;--bd-callout-bg:var(--bs-info-bg-subtle)!important;--bd-callout-border:var(--bs-info-border-subtle)!important;}

@media (min-width: 576px) {
    /* ==[ HEIGHT ]== */
    .h-sm-max{height:max-content!important;}
    .h-sm-10{height:10%!important;}.h-sm-20{height:20%!important;}.h-sm-25{height:25%!important;}.h-sm-30{height:30%!important;}
    .h-sm-40{height:40%!important;}.h-sm-50{height:50%!important;}.h-sm-60{height:60%!important;}.h-sm-70{height:70%!important;}
    .h-sm-75{height:75%!important;}.h-sm-80{height:80%!important;}.h-sm-90{height:90%!important;}.h-sm-100{height:100%!important;}
    .vh-sm-10{height:10vh!important;}.vh-sm-20{height:20vh!important;}.vh-sm-25{height:25vh!important;}.vh-sm-30{height:30vh!important;}
    .vh-sm-40{height:40vh!important;}.vh-sm-50{height:50vh!important;}.vh-sm-55{height:55vh!important;}.vh-sm-60{height:60vh!important;}
    .vh-sm-70{height:70vh!important;}.vh-sm-75{height:75vh!important;}.vh-sm-80{height:80vh!important;}.vh-sm-90{height:90vh!important;}
    .vh-sm-100{height:100vh!important;}

    /* ==[ WIDTH ]== */
    .w-sm-max{width:max-content!important;}
    .w-sm-10{width:10%!important;}.w-sm-20{width:20%!important;}.w-sm-25{width:25%!important;}.w-sm-30{width:30%!important;}
    .w-sm-40{width:40%!important;}.w-sm-50{width:50%!important;}.w-sm-60{width:60%!important;}.w-sm-70{width:70%!important;}
    .w-sm-75{width:75%!important;}.w-sm-80{width:80%!important;}.w-sm-90{width:90%!important;}.w-sm-100{width:100%!important;}
    .vw-sm-10{width:10vw!important;}.vw-sm-20{width:20vw!important;}.vw-sm-25{width:25vw!important;}.vw-sm-30{width:30vw!important;}
    .vw-sm-40{width:40vw!important;}.vw-sm-50{width:50vw!important;}.vw-sm-60{width:60vw!important;}.vw-sm-70{width:70vw!important;}
    .vw-sm-75{width:75vw!important;}.vw-sm-80{width:80vw!important;}.vw-sm-90{width:90vw!important;}.vw-sm-100{width:100vw!important;}

    /* ==[ POSITION ]== */
    .top-sm-10{top:10%!important;}.top-sm-15{top:15%!important;}.top-sm-20{top:20%!important;}.top-sm-30{top:30%!important;}
    .top-sm-35{top:35%!important;}.top-sm-40{top:40%!important;}.top-sm-45{top:45%!important;}.top-sm-50{top:50%!important;}
    .top-sm-60{top:60%!important;}.top-sm-65{top:65%!important;}.top-sm-70{top:70%!important;}.top-sm-75{top:75%!important;}
    .top-sm-80{top:80%!important;}.top-sm-85{top:85%!important;}.top-sm-90{top:90%!important;}.top-sm-95{top:95%!important;}
    .end-sm-10{right:10%!important;}.end-sm-15{right:15%!important;}.end-sm-20{right:20%!important;}.end-sm-30{right:30%!important;}
    .end-sm-35{right:35%!important;}.end-sm-40{right:40%!important;}.end-sm-45{right:45%!important;}.end-sm-50{right:50%!important;}
    .end-sm-60{right:60%!important;}.end-sm-65{right:65%!important;}.end-sm-70{right:70%!important;}.end-sm-75{right:75%!important;}
    .end-sm-80{right:80%!important;}.end-sm-85{right:85%!important;}.end-sm-90{right:90%!important;}.end-sm-95{right:95%!important;}
    .bottom-sm-10{bottom:10%!important;}.bottom-sm-15{bottom:15%!important;}.bottom-sm-20{bottom:20%!important;}.bottom-sm-30{bottom:30%!important;}
    .bottom-sm-35{bottom:35%!important;}.bottom-sm-40{bottom:40%!important;}.bottom-sm-45{bottom:45%!important;}.bottom-sm-50{bottom:50%!important;}
    .bottom-sm-60{bottom:60%!important;}.bottom-sm-65{bottom:65%!important;}.bottom-sm-70{bottom:70%!important;}.bottom-sm-75{bottom:75%!important;}
    .bottom-sm-80{bottom:80%!important;}.bottom-sm-85{bottom:85%!important;}.bottom-sm-90{bottom:90%!important;}.bottom-sm-95{bottom:95%!important;}
    .start-sm-10{left:10%!important;}.start-sm-15{left:15%!important;}.start-sm-20{left:20%!important;}.start-sm-30{left:30%!important;}
    .start-sm-35{left:35%!important;}.start-sm-40{left:40%!important;}.start-sm-45{left:45%!important;}.start-sm-50{left:50%!important;}
    .start-sm-60{left:60%!important;}.start-sm-65{left:65%!important;}.start-sm-70{left:70%!important;}.start-sm-75{left:75%!important;}
    .start-sm-80{left:80%!important;}.start-sm-85{left:85%!important;}.start-sm-90{left:90%!important;}.start-sm-95{left:95%!important;}
}

@media screen and (min-width: 768px) {
    /* ==[ HEIGHT ]== */
    .h-md-max{height:max-content!important;}
    .h-md-10{height:10%!important;}.h-md-20{height:20%!important;}.h-md-25{height:25%!important;}.h-md-30{height:30%!important;}
    .h-md-40{height:40%!important;}.h-md-50{height:50%!important;}.h-md-60{height:60%!important;}.h-md-70{height:70%!important;}
    .h-md-75{height:75%!important;}.h-md-80{height:80%!important;}.h-md-90{height:90%!important;}.h-md-100{height:100%!important;}
    .vh-md-10{height:10vh!important;}.vh-md-20{height:20vh!important;}.vh-md-25{height:25vh!important;}.vh-md-30{height:30vh!important;}
    .vh-md-40{height:40vh!important;}.vh-md-50{height:50vh!important;}.vh-md-55{height:55vh!important;}.vh-md-60{height:60vh!important;}
    .vh-md-70{height:70vh!important;}.vh-md-75{height:75vh!important;}.vh-md-80{height:80vh!important;}.vh-md-90{height:90vh!important;}
    .vh-md-100{height:100vh!important;}

    /* ==[ WIDTH ]== */
    .w-md-max{width:max-content!important;}
    .w-md-10{width:10%!important;}.w-md-20{width:20%!important;}.w-md-25{width:25%!important;}.w-md-30{width:30%!important;}
    .w-md-40{width:40%!important;}.w-md-50{width:50%!important;}.w-md-60{width:60%!important;}.w-md-70{width:70%!important;}
    .w-md-75{width:75%!important;}.w-md-80{width:80%!important;}.w-md-90{width:90%!important;}.w-md-100{width:100%!important;}
    .vw-md-10{width:10vw!important;}.vw-md-20{width:20vw!important;}.vw-md-25{width:25vw!important;}.vw-md-30{width:30vw!important;}
    .vw-md-40{width:40vw!important;}.vw-md-50{width:50vw!important;}.vw-md-60{width:60vw!important;}.vw-md-70{width:70vw!important;}
    .vw-md-75{width:75vw!important;}.vw-md-80{width:80vw!important;}.vw-md-90{width:90vw!important;}.vw-md-100{width:100vw!important;}

    /* ==[ POSITION ]== */
    .top-md-10{top:10%!important;}.top-md-15{top:15%!important;}.top-md-20{top:20%!important;}.top-md-30{top:30%!important;}
    .top-md-35{top:35%!important;}.top-md-40{top:40%!important;}.top-md-45{top:45%!important;}.top-md-50{top:50%!important;}
    .top-md-60{top:60%!important;}.top-md-65{top:65%!important;}.top-md-70{top:70%!important;}.top-md-75{top:75%!important;}
    .top-md-80{top:80%!important;}.top-md-85{top:85%!important;}.top-md-90{top:90%!important;}.top-md-95{top:95%!important;}
    .end-md-10{right:10%!important;}.end-md-15{right:15%!important;}.end-md-20{right:20%!important;}.end-md-30{right:30%!important;}
    .end-md-35{right:35%!important;}.end-md-40{right:40%!important;}.end-md-45{right:45%!important;}.end-md-50{right:50%!important;}
    .end-md-60{right:60%!important;}.end-md-65{right:65%!important;}.end-md-70{right:70%!important;}.end-md-75{right:75%!important;}
    .end-md-80{right:80%!important;}.end-md-85{right:85%!important;}.end-md-90{right:90%!important;}.end-md-95{right:95%!important;}
    .bottom-md-10{bottom:10%!important;}.bottom-md-15{bottom:15%!important;}.bottom-md-20{bottom:20%!important;}.bottom-md-30{bottom:30%!important;}
    .bottom-md-35{bottom:35%!important;}.bottom-md-40{bottom:40%!important;}.bottom-md-45{bottom:45%!important;}.bottom-md-50{bottom:50%!important;}
    .bottom-md-60{bottom:60%!important;}.bottom-md-65{bottom:65%!important;}.bottom-md-70{bottom:70%!important;}.bottom-md-75{bottom:75%!important;}
    .bottom-md-80{bottom:80%!important;}.bottom-md-85{bottom:85%!important;}.bottom-md-90{bottom:90%!important;}.bottom-md-95{bottom:95%!important;}
    .start-md-10{left:10%!important;}.start-md-15{left:15%!important;}.start-md-20{left:20%!important;}.start-md-30{left:30%!important;}
    .start-md-35{left:35%!important;}.start-md-40{left:40%!important;}.start-md-45{left:45%!important;}.start-md-50{left:50%!important;}
    .start-md-60{left:60%!important;}.start-md-65{left:65%!important;}.start-md-70{left:70%!important;}.start-md-75{left:75%!important;}
    .start-md-80{left:80%!important;}.start-md-85{left:85%!important;}.start-md-90{left:90%!important;}.start-md-95{left:95%!important;}

    .toast-container{width:400px!important;bottom:0;}
    .toast{width:calc(400px - 20px)!important;}
}

@media (min-width: 992px) {
    /* ==[ HEIGHT ]== */
    .h-lg-max{height:max-content!important;}
    .h-lg-10{height:10%!important;}.h-lg-20{height:20%!important;}.h-lg-25{height:25%!important;}.h-lg-30{height:30%!important;}
    .h-lg-40{height:40%!important;}.h-lg-50{height:50%!important;}.h-lg-60{height:60%!important;}.h-lg-70{height:70%!important;}
    .h-lg-75{height:75%!important;}.h-lg-80{height:80%!important;}.h-lg-90{height:90%!important;}.h-lg-100{height:100%!important;}
    .vh-lg-10{height:10vh!important;}.vh-lg-20{height:20vh!important;}.vh-lg-25{height:25vh!important;}.vh-lg-30{height:30vh!important;}
    .vh-lg-40{height:40vh!important;}.vh-lg-50{height:50vh!important;}.vh-lg-55{height:55vh!important;}.vh-lg-60{height:60vh!important;}
    .vh-lg-70{height:70vh!important;}.vh-lg-75{height:75vh!important;}.vh-lg-80{height:80vh!important;}.vh-lg-90{height:90vh!important;}
    .vh-lg-100{height:100vh!important;}

    /* ==[ WIDTH ]== */
    .w-lg-max{width:max-content!important;}
    .w-lg-10{width:10%!important;}.w-lg-20{width:20%!important;}.w-lg-25{width:25%!important;}.w-lg-30{width:30%!important;}
    .w-lg-40{width:40%!important;}.w-lg-50{width:50%!important;}.w-lg-60{width:60%!important;}.w-lg-70{width:70%!important;}
    .w-lg-75{width:75%!important;}.w-lg-80{width:80%!important;}.w-lg-90{width:90%!important;}.w-lg-100{width:100%!important;}
    .vw-lg-10{width:10vw!important;}.vw-lg-20{width:20vw!important;}.vw-lg-25{width:25vw!important;}.vw-lg-30{width:30vw!important;}
    .vw-lg-40{width:40vw!important;}.vw-lg-50{width:50vw!important;}.vw-lg-60{width:60vw!important;}.vw-lg-70{width:70vw!important;}
    .vw-lg-75{width:75vw!important;}.vw-lg-80{width:80vw!important;}.vw-lg-90{width:90vw!important;}.vw-lg-100{width:100vw!important;}

    /* ==[ POSITION ]== */
    .top-lg-10{top:10%!important;}.top-lg-15{top:15%!important;}.top-lg-20{top:20%!important;}.top-lg-30{top:30%!important;}
    .top-lg-35{top:35%!important;}.top-lg-40{top:40%!important;}.top-lg-45{top:45%!important;}.top-lg-50{top:50%!important;}
    .top-lg-60{top:60%!important;}.top-lg-65{top:65%!important;}.top-lg-70{top:70%!important;}.top-lg-75{top:75%!important;}
    .top-lg-80{top:80%!important;}.top-lg-85{top:85%!important;}.top-lg-90{top:90%!important;}.top-lg-95{top:95%!important;}
    .end-lg-10{right:10%!important;}.end-lg-15{right:15%!important;}.end-lg-20{right:20%!important;}.end-lg-30{right:30%!important;}
    .end-lg-35{right:35%!important;}.end-lg-40{right:40%!important;}.end-lg-45{right:45%!important;}.end-lg-50{right:50%!important;}
    .end-lg-60{right:60%!important;}.end-lg-65{right:65%!important;}.end-lg-70{right:70%!important;}.end-lg-75{right:75%!important;}
    .end-lg-80{right:80%!important;}.end-lg-85{right:85%!important;}.end-lg-90{right:90%!important;}.end-lg-95{right:95%!important;}
    .bottom-lg-10{bottom:10%!important;}.bottom-lg-15{bottom:15%!important;}.bottom-lg-20{bottom:20%!important;}.bottom-lg-30{bottom:30%!important;}
    .bottom-lg-35{bottom:35%!important;}.bottom-lg-40{bottom:40%!important;}.bottom-lg-45{bottom:45%!important;}.bottom-lg-50{bottom:50%!important;}
    .bottom-lg-60{bottom:60%!important;}.bottom-lg-65{bottom:65%!important;}.bottom-lg-70{bottom:70%!important;}.bottom-lg-75{bottom:75%!important;}
    .bottom-lg-80{bottom:80%!important;}.bottom-lg-85{bottom:85%!important;}.bottom-lg-90{bottom:90%!important;}.bottom-lg-95{bottom:95%!important;}
    .start-lg-10{left:10%!important;}.start-lg-15{left:15%!important;}.start-lg-20{left:20%!important;}.start-lg-30{left:30%!important;}
    .start-lg-35{left:35%!important;}.start-lg-40{left:40%!important;}.start-lg-45{left:45%!important;}.start-lg-50{left:50%!important;}
    .start-lg-60{left:60%!important;}.start-lg-65{left:65%!important;}.start-lg-70{left:70%!important;}.start-lg-75{left:75%!important;}
    .start-lg-80{left:80%!important;}.start-lg-85{left:85%!important;}.start-lg-90{left:90%!important;}.start-lg-95{left:95%!important;}
}

@media (min-width: 1200px) {
    /* ==[ HEIGHT ]== */
    .h-xl-max{height:max-content!important}
    .h-xl-10{height:10%!important;}.h-xl-20{height:20%!important;}.h-xl-25{height:25%!important;}.h-xl-30{height:30%!important;}
    .h-xl-40{height:40%!important;}.h-xl-50{height:50%!important;}.h-xl-60{height:60%!important;}.h-xl-70{height:70%!important;}
    .h-xl-75{height:75%!important;}.h-xl-80{height:80%!important;}.h-xl-90{height:90%!important;}.h-xl-100{height:100%!important;}
    .vh-xl-10{height:10vh!important;}.vh-xl-20{height:20vh!important;}.vh-xl-25{height:25vh!important;}.vh-xl-30{height:30vh!important;}
    .vh-xl-40{height:40vh!important;}.vh-xl-50{height:50vh!important;}.vh-xl-55{height:55vh!important;}.vh-xl-60{height:60vh!important;}
    .vh-xl-70{height:70vh!important;}.vh-xl-75{height:75vh!important;}.vh-xl-80{height:80vh!important;}.vh-xl-90{height:90vh!important;}
    .vh-xl-100{height:100vh!important;}

    /* ==[ WIDTH ]== */
    .w-xl-max{width:max-content!important;}
    .w-xl-10{width:10%!important;}.w-xl-20{width:20%!important;}.w-xl-25{width:25%!important;}.w-xl-30{width:30%!important;}
    .w-xl-40{width:40%!important;}.w-xl-50{width:50%!important;}.w-xl-60{width:60%!important;}.w-xl-70{width:70%!important;}
    .w-xl-75{width:75%!important;}.w-xl-80{width:80%!important;}.w-xl-90{width:90%!important;}.w-xl-100{width:100%!important;}
    .vw-xl-10{width:10vw!important;}.vw-xl-20{width:20vw!important;}.vw-xl-25{width:25vw!important;}.vw-xl-30{width:30vw!important;}
    .vw-xl-40{width:40vw!important;}.vw-xl-50{width:50vw!important;}.vw-xl-60{width:60vw!important;}.vw-xl-70{width:70vw!important;}
    .vw-xl-75{width:75vw!important;}.vw-xl-80{width:80vw!important;}.vw-xl-90{width:90vw!important;}.vw-xl-100{width:100vw!important;}

    /* ==[ POSITION ]== */
    .top-xl-10{top:10%!important;}.top-xl-15{top:15%!important;}.top-xl-20{top:20%!important;}.top-xl-30{top:30%!important;}
    .top-xl-35{top:35%!important;}.top-xl-40{top:40%!important;}.top-xl-45{top:45%!important;}.top-xl-50{top:50%!important;}
    .top-xl-60{top:60%!important;}.top-xl-65{top:65%!important;}.top-xl-70{top:70%!important;}.top-xl-75{top:75%!important;}
    .top-xl-80{top:80%!important;}.top-xl-85{top:85%!important;}.top-xl-90{top:90%!important;}.top-xl-95{top:95%!important;}
    .end-xl-10{right:10%!important;}.end-xl-15{right:15%!important;}.end-xl-20{right:20%!important;}.end-xl-30{right:30%!important;}
    .end-xl-35{right:35%!important;}.end-xl-40{right:40%!important;}.end-xl-45{right:45%!important;}.end-xl-50{right:50%!important;}
    .end-xl-60{right:60%!important;}.end-xl-65{right:65%!important;}.end-xl-70{right:70%!important;}.end-xl-75{right:75%!important;}
    .end-xl-80{right:80%!important;}.end-xl-85{right:85%!important;}.end-xl-90{right:90%!important;}.end-xl-95{right:95%!important;}
    .bottom-xl-10{bottom:10%!important;}.bottom-xl-15{bottom:15%!important;}.bottom-xl-20{bottom:20%!important;}.bottom-xl-30{bottom:30%!important;}
    .bottom-xl-35{bottom:35%!important;}.bottom-xl-40{bottom:40%!important;}.bottom-xl-45{bottom:45%!important;}.bottom-xl-50{bottom:50%!important;}
    .bottom-xl-60{bottom:60%!important;}.bottom-xl-65{bottom:65%!important;}.bottom-xl-70{bottom:70%!important;}.bottom-xl-75{bottom:75%!important;}
    .bottom-xl-80{bottom:80%!important;}.bottom-xl-85{bottom:85%!important;}.bottom-xl-90{bottom:90%!important;}.bottom-xl-95{bottom:95%!important;}
    .start-xl-10{left:10%!important;}.start-xl-15{left:15%!important;}.start-xl-20{left:20%!important;}.start-xl-30{left:30%!important;}
    .start-xl-35{left:35%!important;}.start-xl-40{left:40%!important;}.start-xl-45{left:45%!important;}.start-xl-50{left:50%!important;}
    .start-xl-60{left:60%!important;}.start-xl-65{left:65%!important;}.start-xl-70{left:70%!important;}.start-xl-75{left:75%!important;}
    .start-xl-80{left:80%!important;}.start-xl-85{left:85%!important;}.start-xl-90{left:90%!important;}.start-xl-95{left:95%!important;}
}

@media (min-width: 1400px) {
    /* ==[ HEIGHT ]== */
    .h-xxl-max{height:max-content!important;}
    .h-xxl-10{height:10%!important;}.h-xxl-20{height:20%!important;}.h-xxl-25{height:25%!important;}.h-xxl-30{height:30%!important;}
    .h-xxl-40{height:40%!important;}.h-xxl-50{height:50%!important;}.h-xxl-60{height:60%!important;}.h-xxl-70{height:70%!important;}
    .h-xxl-75{height:75%!important;}.h-xxl-80{height:80%!important;}.h-xxl-90{height:90%!important;}.h-xxl-100{height:100%!important;}
    .vh-xxl-10{height:10vh!important;}.vh-xxl-20{height:20vh!important;}.vh-xxl-25{height:25vh!important;}.vh-xxl-30{height:30vh!important;}
    .vh-xxl-40{height:40vh!important;}.vh-xxl-50{height:50vh!important;}.vh-xxl-55{height:55vh!important;}.vh-xxl-60{height:60vh!important;}
    .vh-xxl-70{height:70vh!important;}.vh-xxl-75{height:75vh!important;}.vh-xxl-80{height:80vh!important;}.vh-xxl-90{height:90vh!important;}
    .vh-xxl-100{height:100vh!important;}

    /* ==[ WIDTH ]== */
    .w-xxl-max{width:max-content!important;}
    .w-xxl-10{width:10%!important;}.w-xxl-20{width:20%!important;}.w-xxl-25{width:25%!important;}.w-xxl-30{width:30%!important;}
    .w-xxl-40{width:40%!important;}.w-xxl-50{width:50%!important;}.w-xxl-60{width:60%!important;}.w-xxl-70{width:70%!important;}
    .w-xxl-75{width:75%!important;}.w-xxl-80{width:80%!important;}.w-xxl-90{width:90%!important;}.w-xxl-100{width:100%!important;}
    .vw-xxl-10{width:10vw!important;}.vw-xxl-20{width:20vw!important;}.vw-xxl-25{width:25vw!important;}.vw-xxl-30{width:30vw!important;}
    .vw-xxl-40{width:40vw!important;}.vw-xxl-50{width:50vw!important;}.vw-xxl-60{width:60vw!important;}.vw-xxl-70{width:70vw!important;}
    .vw-xxl-75{width:75vw!important;}.vw-xxl-80{width:80vw!important;}.vw-xxl-90{width:90vw!important;}.vw-xxl-100{width:100vw!important;}

    /* ==[ POSITION ]== */
    .top-xxl-10{top:10%!important;}.top-xxl-15{top:15%!important;}.top-xxl-20{top:20%!important;}.top-xxl-30{top:30%!important;}
    .top-xxl-35{top:35%!important;}.top-xxl-40{top:40%!important;}.top-xxl-45{top:45%!important;}.top-xxl-50{top:50%!important;}
    .top-xxl-60{top:60%!important;}.top-xxl-65{top:65%!important;}.top-xxl-70{top:70%!important;}.top-xxl-75{top:75%!important;}
    .top-xxl-80{top:80%!important;}.top-xxl-85{top:85%!important;}.top-xxl-90{top:90%!important;}.top-xxl-95{top:95%!important;}
    .end-xxl-10{right:10%!important;}.end-xxl-15{right:15%!important;}.end-xxl-20{right:20%!important;}.end-xxl-30{right:30%!important;}
    .end-xxl-35{right:35%!important;}.end-xxl-40{right:40%!important;}.end-xxl-45{right:45%!important;}.end-xxl-50{right:50%!important;}
    .end-xxl-60{right:60%!important;}.end-xxl-65{right:65%!important;}.end-xxl-70{right:70%!important;}.end-xxl-75{right:75%!important;}
    .end-xxl-80{right:80%!important;}.end-xxl-85{right:85%!important;}.end-xxl-90{right:90%!important;}.end-xxl-95{right:95%!important;}
    .bottom-xxl-10{bottom:10%!important;}.bottom-xxl-15{bottom:15%!important;}.bottom-xxl-20{bottom:20%!important;}.bottom-xxl-30{bottom:30%!important;}
    .bottom-xxl-35{bottom:35%!important;}.bottom-xxl-40{bottom:40%!important;}.bottom-xxl-45{bottom:45%!important;}.bottom-xxl-50{bottom:50%!important;}
    .bottom-xxl-60{bottom:60%!important;}.bottom-xxl-65{bottom:65%!important;}.bottom-xxl-70{bottom:70%!important;}.bottom-xxl-75{bottom:75%!important;}
    .bottom-xxl-80{bottom:80%!important;}.bottom-xxl-85{bottom:85%!important;}.bottom-xxl-90{bottom:90%!important;}.bottom-xxl-95{bottom:95%!important;}
    .start-xxl-10{left:10%!important;}.start-xxl-15{left:15%!important;}.start-xxl-20{left:20%!important;}.start-xxl-30{left:30%!important;}
    .start-xxl-35{left:35%!important;}.start-xxl-40{left:40%!important;}.start-xxl-45{left:45%!important;}.start-xxl-50{left:50%!important;}
    .start-xxl-60{left:60%!important;}.start-xxl-65{left:65%!important;}.start-xxl-70{left:70%!important;}.start-xxl-75{left:75%!important;}
    .start-xxl-80{left:80%!important;}.start-xxl-85{left:85%!important;}.start-xxl-90{left:90%!important;}.start-xxl-95{left:95%!important;}
}