﻿/*#region global*/
/*============================================================================================
    GLOBAL
============================================================================================*/
html, body {
    cursor: url('../images/icona_freccia.png'), auto;
}
*{
    outline-color :  red;
}
:root {
    --color-blue-petrolio: #02303E;
    --color-giallo-acceso: #EAFF00;
    /* --color-grigio-testo: #6F6F6E;*/
    --color-grigio-testo: #9C9B9B;
}

.mt-50 {
    margin-top: 50px;
}

.mt-120 {
    margin-top: 120px;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
}

.font-roman {
    font-family: 'Inter', sans-serif !important;
    font-style: normal !important;
}

.font-italic {
    font-family: 'Inter', sans-serif !important;
    font-style: italic !important;
}

form {
    margin: 0;
}

.bg-immagine {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-blu_petrolio {
    background-color: var(--color-blue-petrolio) !important;
}

.bg-nero {
    background: #000;
}

.bg-verde {
    background: #5b615f;
}

.bg-verde-scuro {
    background: #494e4c;
}

.bg-grigio {
    background: #fbfbfb;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    border-left: 1px dotted #000;
    border-right: 1px dotted #000;
    border-radius: 20px;
}

.bg-grigio-scuro {
    background-color: #DEE2E6;
}

.bg-grigio-chiaro {
    background: #e1e1e1;
}

.halfpage {
    position: relative;
    z-index: 2;
}

.min-vh-600 {
    min-height: 600px;
}

@media(max-width:1600px) {
    .min-vh-600 {
        min-height: 400px;
    }
}

@media(max-width:991px) {
    .min-vh-600 {
        min-height: 40vh;
    }
}

@media(max-width:767px) {
    .min-vh-600 {
        min-height: 60vh;
    }
}

.container-90 {
    max-width: 90%;
    margin: 0 auto;
}

.container-85 {
    max-width: 85%;
    margin: 0 auto;
}

.container-80 {
    max-width: 80%;
    margin: 0 auto;
}

@media(max-width:767px) {
    .container-90, .container-85, .container-80 {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.section {
    padding: 120px 0;
}

.section-1 {
    padding: 90px 0;
}

.section-2 {
    padding: 60px 0;
}



@media(max-width:991px) {
    .section {
        padding: 100px 0;
    }

    .section-1 {
        padding: 70px 0;
    }

    .section-2 {
        padding: 40px 0;
    }
}

@media(max-width:767px) {
    .section {
        padding: 80px 0;
    }

    .section-1 {
        padding: 50px 0;
    }

    .section-2 {
        padding: 30px 0;
    }
}

@media(max-width:526px) {
    .section {
        padding: 60px 0;
    }

    .section-1 {
        padding: 30px 0;
    }

    .section-2 {
        padding: 20px 0;
    }
}

.modal-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0,0,0,0.7);
}

.modal-popup-content {
    display: flex;
    position: relative;
    width: 80%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
}

.modal-popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
}

.modal-popup-content > div {
    padding: 20px;
}

@media(max-width:767px) {
    .modal-popup-content {
        width: 90%;
    }
}

.img-cover-wrapper {
    width: 100%;
    height: 350px; /* Altezza desiderata */
    overflow: hidden;
    border-radius: 8px; /* Opzionale: arrotonda un po' gli angoli */
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/*#endregion*/

/*#region loader*/
/*============================================================================================
    LOADER
============================================================================================*/

/*#endregion*/

/*#region slider home*/
/*============================================================================================
   SLIDER HOME
============================================================================================*/
.min-vh-80 {
    min-height: 80% !important;
}

.swiper-pagination-bullet {
    width: 80px !important;
    height: 4px !important;
    border-radius: 2px !important;
    background-color: #fff !important;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--color-giallo-acceso) !important;
}

.swiper-pagination {
    bottom: 30px !important;
}

#slider .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    #slider .swiper-slide.slide-1 {
        background-image: url(../images/generalmarine_gemova_marittime1.webp);
    }

    #slider .swiper-slide.slide-2 {
        background-image: url(../images/generalmarine_gemova_marittime.webp);
    }
    #slider .swiper-slide.slide-3 {
        background-image: url(../images/24-7-generalmarine-services.webp);
    }
    #slider .swiper-slide.slide-4 {
        background-image: url(../images/24-7-msc-crociere.jpg);
    }


.swiper-slide > .container {
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 900px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.tag-yellow {
    background-color: var(--color-giallo-acceso);
    color: var(--color-grigio-testo);
    padding: 8px 15px;
    display: inline-table;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.swiper-slide h1 {
    color: #ffffff;
    font-size: 55px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}
/*Linee sotto slide*/


/* 5. FIX per Mobile */
@media (max-width: 767px) {

        .swiper-slide h1 {
            font-size: 25px !important;
            padding : 10px;
        }
    #slider .swiper-slide.slide-1 {
        background-image: url(../images/generalmarine_gemova_marittime_mobile2.webp);
    }

    #slider .swiper-slide.slide-2 {
        background-image: url(../images/generalmarine_gemova_marittime_mobile.webp);
    }
    #slider .swiper-slide.slide-3 {
        background-image: url(../images/24-7-generalmarine-services-mob.webp);
    }
    #slider .swiper-slide.slide-4 {
        background-image: url(../images/24-7-msc-crociere-mob.jpg);
    }
}
/*#endregion*/
/*#region header*/
/*============================================================================================
    HEADER
============================================================================================*/
header {
    position: relative;
    width: 100%;
    background: #000;
    z-index: 99991;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
}

@media(max-width:768px) {
    .headr-space {
        height: 0px;
    }
}

.header-inner {
    padding: 7px 0;
    display: flex;
}

.header-fixed .header-inner {
    padding: 15px 0;
    background-color: var(--color-blue-petrolio);
}

.header-logo {
    margin: auto;
}

.header-logo-img {
    max-width: 300px;
    width: 80%;
    max-height: 100px;
    width: auto;
}

@media(max-width:599px) {
    .header-logo-img {
        max-width: 200px;
    }

    .social-icon-one {
        display: none;
    }
}

/*-----Social------*/

.header-social {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-social-item {
    width: 50px;
    height: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    display: flex;
    margin-right: 15px;
}

.side-menu-content .header-social-item {
    background: #000 /*#7e9680*/;
    color: #fff;
}

.header-social-item-logo {
    font-size: 3rem;
    margin: auto;
    color: #fff;
}

.social-icon-one {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 120px;
    list-style-type: none;
    background-color: white;
    padding: 5px 12px 5px 12px;
    border-radius: 50%;
    align-items: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
    .social-icon-one a {
        color : var(--color-blue-petrolio);
    }
    .social-icon-one:hover {
        background-color: var(--color-giallo-acceso);
    }

        .social-icon-one:hover i {
            color: var(--color-blue-petrolio);
        }

    .social-icon-one li {
        position: relative;
        left: 1px;
        font-size: 20px;
    }

.social-icon-two {
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
    list-style-type: none;
    background-color: var(--color-giallo-acceso);
    padding: 5px 12px 5px 12px;
    border-radius: 50%;
    align-items: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .social-icon-two a {
        color: var(--color-blue-petrolio);
    }

    .social-icon-two:hover {
        background-color: var(--color-blue-petrolio);
    }

        .social-icon-two:hover i {
            color:#fff;
        }

    .social-icon-two li {
        position: relative;
        left: 1px;
        font-size: 20px;
    }


.wpml-ls-item {
    list-style-type: none;
}

    .wpml-ls-item a {
        color: var(--color-giallo-acceso);
        font-size: 20px;
        padding: 10px 5px 0px 5px;
    }


        .wpml-ls-item a.lang-en:hover {
            background: linear-gradient(135deg, #012169 35%, #CF101A 35%, #CF101A 45%, #FFFFFF 45%, #FFFFFF 55%, #CF101A 55%, #CF101A 65%, #FFFFFF 65%, #FFFFFF 72%, #012169 72%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* ITA → bandiera Italia */
        .wpml-ls-item a.lang-it:hover {
            background: linear-gradient(90deg, #009246 33%, #FFFFFF 33%, #FFFFFF 66%, #CE2B37 66%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

.sidemenu-social {
    display: none;
}

@media(max-width:767px) {
    .header-social {
        left: 5%;
    }

    .wpml-ls-item a {
        font-size: 17px;
    }

    .sidemenu-social {
        display: flex;
        margin: 15px 0;
    }
}

/*-----Hamburger-----*/
.hamburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding : 10px;
    position: absolute;
    top: 50%;
    right: 50px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

@media(max-width:991px) {
    .hamburger {
        right: 20px;
    }
}

.bar1, .bar2, .bar3 {
    display: block;
    width: 35px;
    height: 2px;
    background-color: #fff;
    margin: 3px 0;
    transition: 0.4s;
}

.change_menu .bar1 {
    -moz-transform: rotate(-45deg) translate(-7px, 5px);
    -ms-transform: rotate(-45deg) translate(-7px, 5px);
    -o-transform: rotate(-45deg) translate(-7px, 5px);
    -webkit-transform: rotate(-45deg) translate(-7px, 5px);
    transform: rotate(-45deg) translate(-7px, 5px);
}

.change_menu .bar2 {
    opacity: 0;
}

.change_menu .bar3 {
    -moz-transform: rotate(45deg) translate(-7px, -4px);
    -ms-transform: rotate(45deg) translate(-7px, -4px);
    -o-transform: rotate(45deg) translate(-7px, -4px);
    -webkit-transform: rotate(45deg) translate(-7px, -4px);
    transform: rotate(45deg) translate(-7px, -4px);
}

/*----- Side Menu -----*/
.side-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-blue-petrolio);
    z-index: 999;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -moz-transition: transform 0.8s ease 0.8s !important;
    -o-transition: transform 0.8s ease 0.8s !important;
    -webkit-transition: transform 0.8s ease 0.8s !important;
    transition: transform 0.8s ease 0.8s !important;
}

@media(max-width:999px) {
    .side-menu {
        -moz-transform: translateX(-150vw);
        -ms-transform: translateX(-150vw);
        -o-transform: translateX(-150vw);
        -webkit-transform: translateX(-150vw);
        transform: translateX(-150vw);
    }
}

.change_menu .side-menu {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

.side-menu-col {
    max-width: 50%;
    flex: 0 0 50%;
    height: 100%;
}

@media(max-width:767px) {
    .side-menu-col:first-child {
        display: none !important;
    }

    .side-menu-col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .responsive {
        display: none;
    }
}

.side-menu-content {
    padding: 5.5rem 4.5rem;
    display: flex;
    height: 100%;
    overflow-y: auto;
}

@media(max-width:991px) {
    .side-menu-content {
        padding: 5.5rem 3.5rem;
    }
}

@media(max-width:767px) {
    .side-menu-content {
        padding: 3.5rem 1.5rem;
    }
}

.col-menu {
    background: var(--color-blue-petrolio);
}

.col-menu-image {
    position: relative;
}

    .col-menu-image:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 10%;
        height: 100%;
        background: transparent;
        border-bottom: 100vh solid var(--color-blue-petrolio);
        border-left: 100px solid transparent;
    }

.side-menu-list {
    margin: auto;
    width: 100%;
}

.side-menu-list-item {
    margin: auto;
    width: 100%;
    padding: 15px 0;
}

    .side-menu-list-item a {
        font-size: 35px;
        font-weight: lighter;
        color: var(--color-giallo-acceso);
    }

        .side-menu-list-item a:hover, .side-menu-list-item a:focus, .side-menu-list-item a.active {
            color: #fff;
        }

.side-menu-prev {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-blue-petrolio);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -moz-transition: transform 0.8s ease !important;
    -o-transition: transform 0.8s ease !important;
    -webkit-transition: transform 0.8s ease !important;
    transition: transform 0.8s ease !important;
}

.change_menu .side-menu-prev {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

.header-bandiera {
    height: 35px;
}

/*----- Animation -----*/
[data-anim^=fade][data-anim^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
}

[data-anim=fade-up] {
    -moz-transform: translate3d(0,100px,0);
    -ms-transform: translate3d(0,100px,0);
    -o-transform: translate3d(0,100px,0);
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
}

[data-anim=fade-left] {
    -moz-transform: translate3d(100px,0,0);
    -ms-transform: translate3d(100px,0,0);
    -o-transform: translate3d(100px,0,0);
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
}

.change_menu [data-anim^=fade][data-anim^=fade] {
    opacity: 1;
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

header:not(.change_menu) [data-anim] {
    -moz-transition-delay: 300ms !important;
    -o-transition-delay: 300ms !important;
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
}
/*#endregion*/

/*#region footer*/
/*============================================================================================
    FOOTER
============================================================================================*/
#whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    z-index: 100;
}

@media(max-width:767px) {
    footer {
        text-align: center;
    }

    #whatsapp {
        bottom: 10px;
        left: 10px;
        width: 40px;
    }
}

#footer .contatti_footer {
    color: white;
    padding: 75px 0px 0px 0px;
    font-size: 17px;
}

    #footer .contatti_footer a {
        color: white;
    }

    #footer .contatti_footer p {
        color: var(--color-giallo-acceso);
        margin: 10px 0px 10px 0px;
    }

        #footer .contatti_footer p a {
            color: var(--color-giallo-acceso);
            margin: 10px 0px 10px 0px;
        }

.img_italia {
    position: relative;
    top: 65px;
    width: 100%;
    height: auto;
    left: 80px;
}
/*#mobile*/
@media(max-width : 599px) {
    #footer .footer-widgets-wrap {
        padding: 0px 0px 0;
    }

    .img_italia {
        top: 0px;
        left: 0px;
        object-fit : contain;
    }
}
/*#laptop*/
@media(min-width: 1360px) and (max-width: 1600px) {
    #footer > .footer-widgets-wrap > .container > .row > .col-lg-6:first-of-type {
        display: flex;
        align-items: flex-end;
    }

    #footer .contatti_footer {
        padding: 0px 0px 0px 20px;
    }

    .img_italia {
        top: 40px;
        left: 0px;
    }
}
/*#endregion*/

/*#region home*/
/*============================================================================================
    HOME
============================================================================================*/
.heading-block {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 2.5rem !important ;
}

@media(max-width:768px) {
    .heading-block {
        position: relative;
        margin-bottom: 125px !important;
    }
}

@media(min-width:768px) {
    .home-azienda-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(ellipse at center, rgba(91,97,95,.3),rgba(91,97,95,.7));
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}

.home-azienda-img:hover:before {
    opacity: 0;
}

.home-territorio-img-container {
    width: 100%;
    height: 450px;
}

.home-territorio-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media(max-width:767px) {
    .home-territorio-img-container {
        height: auto;
    }

    .home-territorio-img {
        width: 100%;
        height: auto;
        -o-object-fit: unset;
        object-fit: unset;
    }

    /*.swiper-slide > div, .swiper-slide:before{
        display:none;
    }*/

    .slider-arrow-left, .slider-arrow-right {
        display: none !important;
    }
}



/*#endregion*/


/*#region contatti*/
/*============================================================================================
    CONTATTI
============================================================================================*/
.form-control {
    -moz-border-radius: unset;
    -webkit-border-radius: unset;
    border-radius: unset;
}

    .form-control::placeholder {
        color: #bbb;
    }

    .form-control:active, .form-control:focus {
        border: none;
        border-bottom: 1px solid #fcf8f2;
        -moz-border-radius: unset;
        -webkit-border-radius: unset;
        border-radius: unset;
    }

.contatti-box {
    padding: 20px 30px;
    border-radius: 5px;
    border: 1px solid var(--color-giallo-acceso);
    background-color: transparent; 
    transition: background-color 0.3s ease; 
    cursor: pointer;
}
    .contatti-box:hover {
        background-color: var(--color-giallo-acceso);
    }
   
    .contatti-box span {
        color: var(--color-giallo-acceso);
    }
        .contatti-box:hover span {
            color: var(--color-blue-petrolio);
        }
.contatti-label {
    margin: auto 15px;
    color: #fff !important;
    transition: color 0.3s ease; 
}
 .contatti-label:hover {
    color: var(--color-giallo-acceso) !important;
}
.contatti h2 {
    color: var(--color-giallo-acceso);
    text-align: left;
}

.contatti h3 {
    color: var(--color-giallo-acceso);
}

.contatti p {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
}

.contatti label {
    color: #fff;
}

    .contatti label:last-child {
        color: #fff;
    }
    .contatti label:last-child a{
        color: #fff;
    }
        .contatti label:last-child a:hover {
            color: var(--color-giallo-acceso);
        }
/*#endregion*/

/*#region azienda*/
/*============================================================================================
    AZIENDA
============================================================================================*/
@media(min-width:992px) {
    .azienda-servizi > div:not(:first-child) {
        position: relative;
    }

        .azienda-servizi > div:not(:first-child):before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 1px;
            height: 80%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: #eee;
            -moz-border-radius: 1px;
            -webkit-border-radius: 1px;
            border-radius: 1px;
        }
}

/*#region home*/
/*============================================================================================
    HOME
============================================================================================*/
.img_freccia {
    width: 3vw;
    height: 4vh;
}
/* ── Generali ── */
.mt--30 {
    margin-top: -55px !important;
}

.display_home {
    padding-bottom: 60px;
}

    .display_home b {
        color: var(--color-blue-petrolio);
        background-color: var(--color-giallo-acceso);
        padding: 0px 5px;
    }
.logo-bg{
    position:relative;
}
    .logo-bg:before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        background-image: url(../images/logo_bg.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
        opacity: 0.2;
        pointer-events: none;
    }

.title_general {
    color: white;
    font-size: 60px;
    border: 2px solid var(--color-giallo-acceso);
    border-radius: 50px;
    margin-bottom: 5px;
    padding: 5px 10px;
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sub-title {
    color: white;
    font-size: 24px;
}

.text-block {
    margin-bottom: 30px;
}

.text-content {
    color: white;
    font-size: 20px;
    line-height: 1.6;
    margin: 10px 0px;
    text-align: justify;
}

.logo-giallo {
    max-width: 180px;
    height: auto;
}

.content-footer {
    text-align: center;
}
/* ── Responsive tablet (768px - 991px) ── */
@media (max-width: 1024px) {
    .title_general {
        font-size: 40px;
    }
    .text-block {
        padding: 36px;
    }
    .text-content {
        font-size: 18px;
    }


    .img-50 {
        max-width: 350px;
    }


    .img_freccia {
        width: 15vw;
    }
}

/* ── Responsive mobile (max 767px) ── */
@media (max-width: 767px) {


    .mt--30 {
        margin-top: 0 !important;
    }

    .text-content {
        font-size: 17px;
        text-align: justify;
    }

    .title_general {
        font-size: 36px;
        margin: 0px 10px;
    }

    .sub-title {
        font-size: 17px;
        margin-top: 10px;
    }

    .logo-giallo {
        max-width: 100px;
    }

    .img_freccia {
        width: 15vw;
    }
    .display_home {
        padding: 0px 5px;
    }
}

/* =============================================
       SEZIONE SETTORI
    ============================================= */
/* =============================================
   SETTORI
============================================= */

.settori-section {
    padding: 60px 0;
}

    .settori-section b {
        color: var(--color-blue-petrolio);
        background-color: var(--color-giallo-acceso);
        padding: 0px 5px;
    }

.settori-title {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-giallo-acceso);
    margin: 0 0 28px 0;
    text-align: center;
}

/* --- Riga --- */

.settore-row {
    cursor: pointer;
    background-color: #02303E;
    border-top: 0.5px solid rgba(234,255,0,0.2);
    border-radius: 8px;
    padding: 36px 20px;
    overflow: hidden;
    align-items: center;
    transition: background-color 0.4s ease;
}

    .settore-row:last-child {
        border-bottom: 0.5px solid rgba(234,255,0,0.2);
    }




/* --- Nome --- */

.settore-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 750px;
}

.settore-nome {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-giallo-acceso);
    line-height: 1.1;
    hyphens: auto;
}

    .settore-nome .char {
        display: inline-block;
        white-space: normal;
        opacity: 0;
        transform: translateY(18px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

        .settore-nome .char.spazio {
            display : inline;
        }

/* --- Descrizione --- */

.settore-desc {
    margin: 0 0 1em 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.45s ease 0.15s, transform 0.45s ease 0.15s;
}

    .settore-desc:last-child {
        margin-bottom: 0;
    }

.settore-row.visible .settore-desc {
    opacity: 1;
    transform: translateY(0);
}

/* --- Bottone --- */

.settore-expand-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 1px solid rgba(234,255,0,0.35);
    color: var(--color-giallo-acceso);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 9px 18px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 4px;
    transition: background 0.2s, border-color 0.2s;
    width: fit-content;
}

    .settore-expand-btn:hover {
        background: rgba(234,255,0,0.07);
        border-color: var(--color-giallo-acceso);
    }

.btn-icon {
    transition: transform 0.35s ease;
    flex-shrink: 0;
}

.settore-expand-btn[aria-expanded="true"] .btn-icon {
    transform: rotate(180deg);
}


/* --- Pannello espandibile --- */

.settore-expand-panel {
    display: none;
    grid-template-rows: 0fr;
    opacity: 0;
    transform: translateY(-6px);
    transition: grid-template-rows 0.45s ease, opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 8px;
}

/*    .settore-expand-panel::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: var(--panel-bg);
        background-size: cover;
        background-position: center;
        opacity: 0.07;
        border-radius: 8px;
        pointer-events: none;
        z-index: 0;
    }*/

    .settore-expand-panel > .settore-expand-content {
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .settore-expand-panel.open {
        grid-template-rows: 1fr;
        opacity: 1;
        transform: translateY(0);
    }
.settore-expand-content {
    line-height: 1.75;
    padding: 0;
    transition: padding 0.35s ease;
}

.settore-expand-panel.open .settore-expand-content {
    padding: 24px 10px;
}

.settore-expand-content p {
    margin: 0 0 12px;
    color: #fff;
    font-size: 20px;
}

.settore-expand-content h3 {
    margin: 0 0 12px;
    color: var(--color-giallo-acceso);
    font-size: 24px;
    font-weight: 800;
}

.settore-expand-content ul {
    margin: 0 0 14px;
    padding-left: 20px;
}

.settore-expand-content li {
    margin-bottom: 7px;
    color: #fff;
    font-size: 18px;
}

.settore-expand-content strong {
    color: var(--color-giallo-acceso);
    font-weight: 700;
}

/* --- Card settore --- */

.settore-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin: 16px 0;
}

.settore-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(234, 255, 0, 0.15);
    border-radius: 8px;
    padding: 16px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

    .settore-card:hover {
        background: rgba(234, 255, 0, 0.06);
        border-color: rgba(234, 255, 0, 0.35);
    }

.settore-card-icon {
    font-size: 22px;
    color: var(--color-giallo-acceso);
    margin-top: 2px;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}

.settore-card strong {
    display: block;
    color: var(--color-giallo-acceso);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.settore-card p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

/* =============================================
   RESPONSIVE
============================================= */

@media (max-width: 991px) {
    .settori-title {
        font-size: 28px;
    }

    .settore-nome {
        font-size: 28px;
    }
    .settore-expand-content p {
        font-size: 17px;
        margin-top: 10px;
    }
    .settore-desc {
        font-size: 17px;
    }
    .settore-expand-content h3 {
        font-size: 20px;
    }
    .settore-expand-content li {
        font-size: 17px;
    }
    .settore-card p {
        font-size: 17px;
    }
    .settore-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .img_settori {
        display: none !important;
    }

    .settore-inner {
        width: 100%;
    }

    .settore-expand-panel {
        width: 100%;
    }

    .settore-cards {
        grid-template-columns: 1fr;
    }
    .settore-expand-panel.open .settore-expand-content {
         padding: 0px;
    }
}

@media (max-width: 575px) {
    .settori-section {
        padding: 48px 0;
    }

    .settore-nome {
        font-size: 20px;
    }
}
/*#endregion*/
/*============================================================================================
   CHI SIAMO
============================================================================================*/


.chi_siamo {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    padding: 80px 60px;
    align-items: start;
}


/*    .chi_siamo::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: url(../images/onda.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        opacity: 0.1;
    }*/
/* --- Colonna sinistra --- */
.chi_siamo__left {
    display: flex;
    gap: 20px;
}

.chi_siamo__barre {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 4px;
    flex-shrink: 0;
}

.barra {
    width: 3px;
    border-radius: 2px;
}

.barra--lunga {
    height: 8vh;
    background: var(--color-giallo-acceso);
}

.barra--media {
    height: 6vh;
    background: #b8cc00;
}

.barra--corta {
    height: 4vh;
    background: #8a9900;
}

.chi_siamo__testo {
    display: flex;
    flex-direction: column;
}

.chi_siamo__eyebrow {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-giallo-acceso);
    margin: 0 0 14px 0;
}

.chi_siamo__body {
    line-height: 1.6;
    color: #fff;
}

    .chi_siamo__body b {
        color: var(--color-blue-petrolio);
        background-color: var(--color-giallo-acceso);
        padding: 0px 5px;
    }

    .chi_siamo__body p {
        margin: 0 0 1em 0;
        color: #fff;
        font-size: 20px;
        line-height: 1.6;
    }

        .chi_siamo__body p:last-child {
            margin-bottom: 0;
        }

/* --- Colonna destra --- */
.chi_siamo__right {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.chi_siamo__mappa {
    width: 90%;
    height: auto;
    display: block;
    object-fit: contain;
    align-self: anchor-center;
    margin-bottom: 0px;
}

/*.chi_siamo__dicitura {
    color: white;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}*/
/* =============================================
       RESPONSIVE
    ============================================= */
@media (max-width: 991px) {
    .chi_siamo {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 60px 30px;
    }
}

@media (max-width: 575px) {
    .chi_siamo {
        padding: 40px 20px;
    }

    .chi_siamo__eyebrow {
        text-align: center;
        font-size: 28px;
    }

    .chi_siamo__dicitura {
        font-size: 24px;
    }

    .chi_siamo__body p {
        font-size: 17px;
    }
}
/*#endregion*/
/* =============================================
       MISSIONE
    ============================================= */
.missione-section {
    padding: 80px 20px;
}

.missione-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.missione-eyebrow {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-giallo-acceso);
    margin: 0 0 14px 0;
}


.missione-testo {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    font-style: italic !important;
}

.missione-quote {
    position: relative;
    padding: 0 20px;
}

.missione-mark {
    display: block;
    font-size: 100px;
    line-height: 0.8;
    color: #EAFF00;
    font-family: Georgia, serif;
    opacity: 0.85;
}

    .missione-mark.open {
        text-align: left;
        margin-bottom: -40px;
    }

    .missione-mark.close {
        text-align: right;
        margin-top: -40px;
    }

@media(max-width : 991px) {
    .missione-eyebrow {
        font-size: 28px;
    }

    .missione-section {
        padding: 40px 1px;
    }

    .missione-testo {
        font-size: 17px;
    }

    .missione-mark {
        font-size: 80px;
    }
}
/*#region servizi*/
/*============================================================================================
    SERVIZI
============================================================================================*/
.servizi-freccia {
    position: relative;
}

    .servizi-freccia::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 5%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 90%;
        height: 1px;
        background: #000;
    }

    .servizi-freccia::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 5%;
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        width: 10px;
        height: 10px;
        background: #000;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.flex-row-reverse .servizi-freccia::after {
    left: 5%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.servizi-immagine {
    max-width: 100%;
    height: 70px;
    margin: auto;
}

.servizi h2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-giallo-acceso);
    margin: 0 0 14px 0;
}

.servizi h3 {
    color: var(--color-giallo-acceso) !important;
}

.servizi p {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
}

.img_servizi {
    width: 100%;
    max-width: 120px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 50px;
    transition: transform 0.3s ease;
}

.img-servizi .mt-0 {
    margin-top: 0px;
}

@media (max-width: 991px) {
    .servizi p {
        text-align: center !important;
        font-size: 17px;
    }

    .servizi h1 {
        font-size: 28px;
    }
}
/*#endregion*/
/*============================================= 
SEZIONE RETE DI ASSISTENZA
============================================= */
.rete-section {
    padding: 80px 0 0px 0px;
}

.rete-inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
}

/* --- Colonna sinistra --- */
.rete-left {
    display: flex;
    gap: 20px;
}

.rete-barre {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 4px;
    flex-shrink: 0;
}


.rete-testo {
    display: flex;
    flex-direction: column;
}

.rete-eyebrow {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-giallo-acceso);
    margin: 0 0 14px 0;
}

.rete-body {
    line-height: 1.6;
    color: #fff;
}

    .rete-body p {
        color: #fff;
        font-size: 20px;
        line-height: 1.6;
    }

    .rete-body b {
        color: var(--color-blue-petrolio);
        background-color: var(--color-giallo-acceso);
        padding: 0px 5px;
    }

    .rete-body p:last-child {
        margin-bottom: 0;
    }

/* --- Colonna destra --- */
.rete-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .rete-right svg {
        width: 100%;
        height: auto;
    }

/* =============================================
       RESPONSIVE
    ============================================= */
@media (max-width: 991px) {
    .rete-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .rete-right svg {
        transform: scale(1.2);
        transform-origin: center right;
    }
    .rete-eyebrow {
        font-size: 28px;
    }

    .rete-body p {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .rete-section {
        padding: 50px 0px 0px 0px;
    }

    .rete-eyebrow {
        font-size: 28px;
    }
}
/*#region due-diligence*/
/*============================================================================================
    DUE DILIGENCE
============================================================================================*/
.come-funziona-container {
    position: relative;
}



.come-funziona-item {
    margin-top: 50px;
}

    .come-funziona-item:nth-child(1) {
        margin-top: 70px;
    }

    .come-funziona-item:nth-child(2) {
        margin-top: 70px;
    }

.come-funziona-item-content {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 25px;
    background: #093341;
    border: 1px solid var(--color-giallo-acceso);
    position: relative;
    transition: all 0.4s ease, color 0s ease;
}



.come-funziona-item:nth-child(even) .come-funziona-item-content:before {
    left: -12.5px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.come-funziona-item:nth-child(odd) .come-funziona-item-content:before {
    right: -12.5px;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.come-funziona-item:hover .come-funziona-item-content {
    background: #5b615f;
    color: #fff !important;
}

    .come-funziona-item:hover .come-funziona-item-content:before {
        background: #5b615f;
    }

@media(min-width:992px) {
    .come-funziona-item-content {
        max-width: 80%;
        margin: 0 auto;
        margin-bottom : 30px;
    }

    .come-funziona-item:nth-child(odd) .come-funziona-item-content {
        margin-left: auto;
    }

    .come-funziona-item:nth-child(even) .come-funziona-item-content {
        margin-right: auto;
    }
}

@media(max-width:991px) {
    .come-funziona-container:before, .come-funziona-item-content:before {
        content: none;
    }

    .come-funziona-item {
        margin-top: 40px !important;
    }

    .come-funziona-item-content {
        padding: 10px;
        margin-bottom : 20px;
    }
}

.due-diligence-numero {
    font-size: 25px;
}
/*#endregion*/

/*#endregion*/
/*#region lavora con noi*/
/*============================================================================================
   LAVORA CON NOI
============================================================================================*/

.lavora_con_noi h1 {
    color: white;
    font-size: 60px;
    border: 2px solid var(--color-giallo-acceso);
    border-radius: 50px;
    margin-bottom: 5px;
    padding: 5px 10px;
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.lavora_con_noi p {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    padding: 0px 100px;
    margin: 10px 50px;
}

@media(max-width:991px) {
    .lavora_con_noi h1 {
        font-size: 36px;
        border-radius: 30px;
    }

    .lavora_con_noi p {
        padding: 0px;
        margin: 20px;
        text-align: justify;
    }

    .lavora_con_noi .row:not(:first-child) {
        padding: 0 10px;
    }
}

/*#endregion*/

/*============================================================================================
    ISO
============================================================================================*/

.linea_gialla {
    background-color: var(--color-giallo-acceso);
    width: 100%;
    height: 30px;
    /*    margin-top: 50px;
*/
}

.iso .col-lg-6:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.iso h2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-giallo-acceso);
    margin: 0 0 14px 0;
}

.iso p {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    padding: 10px;
}

.slider_aziende {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 50px 0 0px;
}

.iso .row .col-lg-6:first-child {
    margin-top: 30px;
}

.slider_aziende img {
    width: 100%;
    max-width: 160px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.slider_aziende .slick-track {
    display: flex;
    height: 200px;
    align-items: center;
    background-color: #E9E9E9;
}

/*# laptop */
@media (min-width:1024px) {

    .iso h1 {
        font-size: 36px !important;
    }
}
/*# mobile */
@media (max-width:768px) {

    .iso .col-lg-6:first-child {
        order: 1;
        margin-top: 0px;
    }


    .iso h2 {
        text-align: center !important;
        font-size: 28px !important;
    }

    .iso p {
        font-size: 17px;
        text-align: center;
    }
}
/*# tablet */
@media(min-width:769px) and (max-width:1024px) {
    .iso .col-lg-6:last-child {
        display: flex;
        height: 100%;
        justify-content: center;
    }

    .iso h1 {
        font-size: 45px !important;
    }
}


/*#endregion*/

/*#region dettaglio-immobile*/
/*============================================================================================
    DETTAGLIO IMMOBILE
============================================================================================*/
.dettaglio-imm-titolo {
    color: #000;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
}

.dettaglio-imm-sottotitolo {
    color: #000;
    font-weight: normal;
    text-align: center;
    font-size: 28px;
}

.dettaglio-imm-contratto {
    color: #000;
    font-weight: normal;
    text-align: center;
    font-size: 24px;
}

.slider .slick-track, .slider-nav .slick-track {
    display: flex;
}

.slider .slick-slide, .slider-nav .slick-slide {
    margin: auto;
}

.slider .dettaglio-imm-slider-img-container {
    display: flex;
    height: 100%;
}

.slider .dettaglio-imm-slider-img {
    max-width: 100%;
    width: auto;
    margin: auto;
}

.slider-nav .dettaglio-imm-slider-img-container {
    height: 170px;
    margin: 0 30px;
}

.slider-nav .dettaglio-imm-slider-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.dettaglio-imm-descrizione {
    text-align: center;
    color: #000;
    font-size: 18px;
}

.dettaglio-imm-info-item {
    font-size: 20px;
    color: #000;
    position: relative;
}

    .dettaglio-imm-info-item:before {
        content: '';
        position: absolute;
        width: 96%;
        height: 1px;
        left: 2%;
        bottom: -7px;
        background: #e2bf77;
    }

@media(max-width:991px) {
    .dettaglio-imm-titolo {
        font-size: 32px;
    }

    .dettaglio-imm-sottotitolo {
        font-size: 24px;
    }

    .dettaglio-imm-contratto {
        font-size: 20px;
    }

    .slider .dettaglio-imm-slider-img {
        max-height: 60vh;
    }

    .slider-nav .dettaglio-imm-slider-img-container {
        height: 150px;
        margin: 0 10px;
    }

    .dettaglio-imm-descrizione {
        font-size: 16px;
    }

    .dettaglio-imm-info-item {
        font-size: 18px;
    }
}

@media(max-width:767px) {
    .dettaglio-imm-titolo {
        font-size: 28px;
    }

    .dettaglio-imm-sottotitolo {
        font-size: 22px;
    }

    .dettaglio-imm-contratto {
        font-size: 18px;
    }

    .slider .dettaglio-imm-slider-img {
        max-height: 50vh;
    }

    .slider-nav .dettaglio-imm-slider-img-container {
        height: 150px;
        margin: 0 10px;
    }

    .dettaglio-imm-descrizione {
        font-size: 16px;
    }

    .dettaglio-imm-info-item {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .slider .dettaglio-imm-slider-img {
        max-height: 45vh;
    }

    .slider-nav .dettaglio-imm-slider-img-container {
        height: 80px;
    }
}
/*#endregion*/

/*#region media-query*/
/*============================================================================================
    MEDIA QUERY
============================================================================================*/
@media (max-width:1299px) {
}

@media (max-width:991px) {
    .row_reverse_mobile > *:first-child {
        order: 2;
    }
}

@media (max-width:767px) {
}

@media (max-width:575px) {
}

@media (max-width:480px) {
}

/*-----Media min-----*/
@media (min-width:480px) {
}

@media (min-width:575px) {
}

@media (min-width:767px) {
    .row_reverse > div:first-child {
        order: 2;
    }
}

@media (min-width:991px) {
    /*.container-fluid {
        max-width: 90%;
    }*/
}

@media (min-width:1299px) {
    /*.container-fluid {
        max-width: 80%;
    }*/
}
/*#endregion*/

/*#region bootstrap*/
/*============================================================================================
    BOOTSTRAP ADDONS
============================================================================================*/

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.min-vh-95 {
    min-height: 92vh !important;
}
@media(max-width : 768px){
    .min-vh-95 {
        min-height: 72vh !important;
    }
}
.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mt-20 {
    margin-top: 20px !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}


.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

/*Per hidden col*/

@media (max-width: 575px) {
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up,
    .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}
/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up,
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}
/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl {
        display: none !important;
    }
}
/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg-down, .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl {
        display: none !important;
    }
}
/* Breakpoint XL */
@media (min-width: 1200px) {
    .hidden-xl-down,
    .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up,
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg {
        display: none !important;
    }
}
/*#endregion*/
