@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

body {
    margin: 0;
    height: auto;
    min-height: 100%;
}

.u-body {
    font-size: 1rem;
    line-height: 1.6;
    font-family: 'Open Sans',sans-serif;
    color: #111111;
    background-color: #ffffff;
    --effect-scale: 1.1;
    --theme-sheet-width-xl: 1140px;
    --theme-sheet-width-lg: 940px;
    --theme-sheet-width-md: 870px;
    --theme-sheet-width-sm: 720px;
    --theme-sheet-width-xs: 540px;
    --theme-sheet-width-xxs: 340px;
}



@media (min-width: 1600px){
    .u-sheet {
        width: var(--theme-sheet-width-xl) !important;
    }
}


@media (min-width: 1200px) and (max-width: 1600px){
    .u-sheet {
        width: var(--theme-sheet-width-md) !important;
    }
}
@media (max-width: 575px){
    .u-sheet {
        width: var(--theme-sheet-width-xxs) !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px){
    .u-sheet {
        width: var(--theme-sheet-width-lg) !important;
    }
}


/* -------------------------------
              HEADER
------------------------------- */
.u-header .u-sheet-1 {
    min-height: 114px;
}

.u-header .u-image-1 {
    width: 250px;
    height: 60px;
    margin: 25px auto 0 -136px;
}

.u-header .u-menu-1 {
    margin: -45px -148px 5px auto;
}

.u-header .u-menu-2 {
    margin: -60px -148px -15px auto;;
}

.u-header:after, .u-header:before {
    content: '';
    display: table;
}

.u-header:after {
    clear: both;
}

.u-header .u-logo-image {
    width: 100%;
    height: 100%;
}

.u-header .u-nav-1 {
    font-size: 1rem;
    letter-spacing: normal;
}

.u-header .u-nav-2 {
    font-size: 1.25rem;
}

.u-custom-color-1 {
    color: #ffffff;
    background-color: rgba(4,36,88,0.9);
}

.u-sheet {
    position: relative;
    margin: 0 auto;
}

.u-image.u-logo {
    display: table;
    white-space: nowrap;
}

.u-logo {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    border: 0 none transparent;
    outline-width: 0;
    background-color: transparent;
    margin: 0;
    -webkit-text-decoration-skip: objects;
}

.u-header .u-nav-2 {
    font-size: 1.25rem;
}

.u-image {
    object-fit: cover;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.u-image.u-logo img {
    display: block;
}

nav {
    display: block;
}

.u-nav-container-collapse {
    display: none;
    z-index: 1001;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    position: fixed !important;
    overflow: hidden;
    width: 0;
}
.u-menu-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    /*height: -webkit-fill-available;*/
    opacity: 0.7;
}

.menu-collapse {
    display: none;
    border: none;
    z-index: 1;

}

.u-menu, .u-popupmenu-items {
    display: table;
    white-space: nowrap;
    position: relative;
    line-height: 1;
}

.u-nav-item a.u-nav-link, .menu-collapse a.u-nav-link {
    color: inherit;
}

.menu-collapse .u-nav-link {
    text-decoration: none !important;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: calc(1em + 8px);
}


h6 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}
.u-enable-responsive .u-sidenav .u-nav-item {
    display: block;
    height: auto;
    margin-left: 0;
}

.u-nav-link {
    display: block;
    white-space: nowrap;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    border: 0 none transparent;
    outline-width: 0;
    background-color: transparent;
    margin: 0;
    -webkit-text-decoration-skip: objects;
}

ul, ol {
    padding-left: 0px;
}

.u-nav-item {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    height: 100%;
}


.u-sidenav-overflow {
    overflow: auto;
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


.u-enable-responsive .u-menu-close:before {
    content: "\2715";
    font-size: 28px !important;
}


.u-align-center {
    text-align: center;
}

.u-inner-container-layout, .u-inner-container-layout{
    position: relative;
}



@media (max-width: 575px){
    .u-header .u-image-1 {
        width: 200px;
        height: 45px;

    }

    .u-layout-row {
        flex-direction: row;
        flex-wrap: wrap;
        /*min-height: -webkit-fit-content;*/
        min-height: fit-content;
        max-width: 100%;
    }


    .menu-collapse {
        display: block;
    }

    .u-custom-menu.u-nav-container {
        display: none;
    }
}

.u-nav-container-collapse {
    display: flex;
}
.navbarSideRight {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.navbarSideRight a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: white!IMPORTANT;
    display: block;
    transition: 0.3s;
}

.navbarSideRight a:hover {
    color: #f1f1f1;
}

.navbarSideRight .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .navbarSideRight {padding-top: 15px;}
    .navbarSideRight a {font-size: 18px;}
}
@media (max-width: 1199px){
    .u-header .u-image-1 {
        margin-top: 33px;
        margin-left: 0;
    }
}
@media (max-width: 575px){
    .u-header .u-menu-1 {
        margin-top: -43px;
        margin-bottom: 0px;
    }

    .spanStatus{
        text-align: end!IMPORTANT;
        width: 210px!IMPORTANT;
    }

    .u-header .u-menu-1 {
        margin-top: -43px;
        margin-bottom: 0px;
    }

    .u-menu.u-menu-one-level.u-offcanvas.u-menu-1{
        display: flex;
        justify-content: flex-start;
        flex-direction: row-reverse;

    }

    .u-menu.u-menu-one-level.u-offcanvas.u-menu-2{
        display: flex;
        justify-content: flex-start;
        flex-direction: row-reverse;

    }
}
@media (max-width: 991px){
    .u-header .u-menu-1 {
        margin-top: -56px;
    }
    .u-header .u-menu-2 {
        margin-top: -56px;
    }
}

@media (max-width: 1199px){
    .u-header .u-menu-1 {
        width: auto;
        /* margin-top: -56px; */
        margin-right: 0;
        /* margin-bottom: 37px; */
    }
    .u-header .u-menu-2 {
        width: auto;
        /* margin-top: -56px; */
        margin-right: 0;
        /* margin-bottom: 37px; */
    }
    .u-header .u-sheet-1 {
        min-height: 121px;
    }
}

.u-responsive-xxl .u-menu, .u-responsive-xl .u-menu, .u-responsive-lg .u-menu, .u-responsive-md .u-menu, .u-responsive-sm .u-menu, .u-responsive-xs .u-menu {
    opacity: 1;
}

/* ----------------------------
        SECTIUNEA 1
-------------------------- */

.u-section-1 {
    background-image: none;
    min-height: 542px;
}

.u-section-1 .u-layout-wrap-1 {
    width: calc(((100% - 1140px) / 2) + 1284px);
    margin: 0 0 0 auto;
}

.u-section-1 .u-layout-cell-1 {
    min-height: 542px;
}

.u-section-1 .u-container-layout-1 {
    padding: 55px 0 41px;
}

.u-section-1 .u-text-1 {
    --animation-custom_in-scale: 1;
    font-size: 3.75rem;
    font-weight: 700;
    text-transform: uppercase;
    background-image: none;
    margin: 13px 67px 0 0;
}

.u-section-1 .u-text-2 {
    font-style: italic;
    margin: 50px 262px 0 0;
}

.u-section-1 .u-btn-1 {
    border-style: solid;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 39px auto 0 0;
    padding: 10px 40px;
}

.u-section-1 .u-image-1 {
    min-height: 542px;
    background-image: url("../images/AdobeStock_507316714.jpeg");
    background-position: 0.47% 50%;
}

.u-section-1 .u-container-layout-2 {
    padding: 30px 30px 30px 0;
}

@media (min-width: 1200px) and (max-width: 1600px){
    .u-section-1 {
        background-image: none;
        min-height: 380px;
    }

    .u-section-1 .u-layout-wrap-1 {
        width: calc(((100% - 1140px) / 2) + 1140px);
        margin: 0 0 0 auto;
    }

    .u-section-1 .u-layout-cell-1 {
        min-height: 400px;
    }

    .u-section-1 .u-container-layout-1 {
        padding: 48px 0 6px;
    }

    .u-header .u-image-1 {
        width: 230px;
        height: 40px;
        margin: 25px auto 0 -136px;
    }
    .u-section-1 .u-text-1 {
        --animation-custom_in-scale: 1;
        font-weight: 700;
        text-transform: uppercase;
        background-image: none;
        font-size: 2.8rem;
        margin: 0 0px 0 0;
    }

    .u-section-1 .u-text-2 {
        font-style: italic;
        margin: 20px 172px 0 0;
    }

    .u-section-1 .u-btn-1 {
        border-style: solid;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0px;
        margin: 20px auto 0 0;
        padding: 5px 30px;
    }

    .u-section-1 .u-image-1 {
        min-height: 380px;
        background-image: url("../images/AdobeStock_507316714.jpeg");
        background-position: 0.47% 50%;
    }

    .u-section-1 .u-container-layout-2 {
        padding: 30px 30px 30px 0;
    }

    .u-header .u-sheet-1 {
        min-height: 14px;
    }

}

@media (max-width: 1199px) {
    .u-section-1 {
        min-height: 486px;
    }

    .u-section-1 .u-layout-wrap-1 {
        width: calc(((100% - 940px) / 2) + 940px);
    }

    .u-section-1 .u-layout-cell-1 {
        min-height: 504px;
    }

    .u-section-1 .u-text-1 {
        --animation-custom_in-translate_x: 0px;
        --animation-custom_in-translate_y: 0px;
        --animation-custom_in-opacity: 0;
        --animation-custom_in-rotate: 0deg;
        width: auto;
        font-size: 3rem;
        margin-right: 17px;
    }

    .u-section-1 .u-text-2 {
        width: auto;
        margin-top: 29px;
        margin-right: 141px;
    }

    .u-section-1 .u-btn-1 {
        margin-top: 19px;
        margin-left: -1px;
    }

    .u-section-1 .u-image-1 {
        min-height: 504px;
    }
}

@media (max-width: 991px) {
    .u-section-1 {
        min-height: 22px;
    }

    .u-section-1 .u-layout-wrap-1 {
        width: calc(((100% - 720px) / 2) + 720px);
    }

    .u-section-1 .u-layout-cell-1 {
        min-height: 100px;
    }

    .u-section-1 .u-container-layout-1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .u-section-1 .u-text-1 {
        margin-top: 86px;
        margin-right: 0;
        margin-left: 42px;
    }

    .u-section-1 .u-text-2 {
        margin-top: 20px;
        margin-right: 64px;
    }

    .u-section-1 .u-btn-1 {
        margin-left: 42px;
    }

    .u-section-1 .u-image-1 {
        min-height: 380px;
    }
}

@media (max-width: 767px) {
    .u-section-1 .u-layout-wrap-1 {
        width: calc(((100% - 540px) / 2) + 540px);
    }

    .u-section-1 .u-container-layout-1 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .u-section-1 .u-text-1 {
        margin-top: 0;
        margin-right: 128px;
        margin-left: 0;
    }

    .u-section-1 .u-btn-1 {
        margin-left: 0;
    }

    .u-section-1 .u-image-1 {
        min-height: 499px;
    }

    .u-section-1 .u-container-layout-2 {
        padding-right: 10px;
    }
}

@media (max-width: 575px) {
    .u-section-1 {
        min-height: 642px;
    }

    .u-section-1 .u-layout-wrap-1 {
        margin-right: initial;
        margin-left: initial;
        width: auto;
    }

    .u-section-1 .u-layout-cell-1 {
        min-height: 325px;
    }

    .u-section-1 .u-container-layout-1 {
        padding: 38px 0;
    }

    .u-section-1 .u-text-1 {
        font-size: 2.25rem;
        margin-right: 87px;
        margin-left: 49px;
    }

    .u-section-1 .u-text-2 {
        margin-top: 36px;
        margin-right: 156px;
        margin-left: 49px;
    }

    .u-section-1 .u-btn-1 {
        margin-top: 38px;
        margin-left: 49px;
        padding-right: 34px;
        padding-left: 33px;
    }

    .u-section-1 .u-image-1 {
        min-height: 317px;
    }
}
.u-btn {
    /* display: inline-block; */
    display: table;
    cursor: pointer;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    border: 0 none transparent;
    outline-width: 0;
    background-color: transparent;
    margin: 0;
    -webkit-text-decoration-skip: objects;
    font-style: initial;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0;
    align-self: flex-start;
}

@media (max-width: 575px){
    .u-layout-wrap:not(.u-layout-custom-xs) .u-layout-row > * {
        min-width: 100%;
    }
}
.u-border-2, .u-separator-2:after, .u-text.u-border-2, a.u-button-style.u-border-2 {
    border-width: 2px;
}

.u-offcanvas .u-sidenav {
    flex-basis: 250px !important;
}

.u-hover-box .u-opacity.u-container-layout, .u-opacity.u-container-style {
    background-color: transparent !important;
}

.u-custom-color-1 a{
    color: #adcce9;
}
.u-enable-responsive .u-sidenav {
    flex: 0 0 0;
}

.u-black {
    color: #ffffff;
    background-color: #000000;
}


.u-button-style:hover{
    color: #ffffff !important;
    background-color: #387cbd !important;
}
.u-enable-responsive.u-offcanvas.open .u-sidenav {
    margin-left: 0;
    margin-right: 0;
}
.u-enable-responsive.u-offcanvas .u-sidenav .u-nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.u-enable-responsive .u-sidenav .u-nav-link {
    background: transparent;
}

.u-popupmenu-items .u-nav-link {
    padding: 8px 0;
    white-space: normal;
}

.u-nav-item a {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}
.u-grey-5{
    color: #111111;
    background-color: #f2f2f2;
}

.u-align-right {
    text-align: right;
}

.u-gutter-0 .u-layout {
    margin: 0px;
}

.u-layout-row {
    flex-direction: row;
    /* flex-wrap: wrap; */
    /*min-height: -webkit-fit-content;*/
    min-height: fit-content;
    max-width: 100%;
}

.u-layout-row > .u-size-35 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
}

.u-layout-col, .u-layout-row {
    flex: 1 1 auto;
}

.u-layout-col, .u-layout-row {
    display: flex;
}

.u-gutter-0 .u-layout .u-layout-cell {
    border: 0px solid transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto,sans-serif;
}

h3{
    line-height: 1.2;
    font-size: 20px;
}

.u-layout-row > .u-size-21 {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
}

.u-align-left {
    text-align: left;
}

.u-layout-cell {
    position: relative;
    display: flex;
    background-clip: padding-box;
    background-origin: padding-box;
}


.u-font-oswald.u-custom-font {
    font-family: Oswald, sans-serif !important;
}


.u-button-style.u-border-black {
    border-color: #000000 !important;
    color: #000000 !important;
    background-color: transparent !important;
}


h1 {
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.u-layout-row > .u-size-39 {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
}

.u-text-custom-color-2{
    color: rgba(0,0,0,0.71) !important;
}

.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
    transition-duration: inherit;
}


/* ---------------------------
       SECTIUNEA 2
----------------------------- */
.u-section-2 {
    background-image: none;
    min-height: 350px;
}

.u-section-2 .u-group-1 {
    min-height: 350px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.u-section-2 .u-container-layout-1 {
    padding: 0 4px;
}

.u-section-2 .u-layout-wrap-1 {
    width: 1418px;
    margin: -466px auto 58px;
}

.u-section-2 .u-layout-cell-1 {
    min-height: 133px;
}

.u-section-2 .u-container-layout-2 {
    padding: 30px;
}

.u-section-2 .u-layout-cell-2 {
    min-height: 271px;
    background-image: none;
}

.u-section-2 .u-container-layout-3 {
    box-shadow: -2px 0 8px 0 rgba(128,128,128,1);
    padding: 18px 20px;
}

.u-section-2 .u-icon-1 {
    height: 80px;
    width: 80px;
    background-image: none;
    color: rgb(255, 255, 255) !important;
    margin: 0 auto;
    padding: 18px;
}

.u-section-2 .u-text-1 {
    font-size: 1.5rem;
    margin: 30px 25px 0 16px;
}

.u-section-2 .u-btn-1 {
    border-style: solid;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
    margin: 25px auto 0;
}

.u-section-2 .u-layout-cell-3 {
    min-height: 300px;
}

.u-section-2 .u-container-layout-4 {
    box-shadow: 0px -1px 13px 0px rgba(128,128,128,1);
    padding: 15px 0;
}

.u-section-2 .u-icon-2 {
    height: 86px;
    width: 86px;
    background-image: none;
    color: rgb(0, 0, 0) !important;
    margin: 0 auto 0 123px;
    padding: 19px;
}

.u-section-2 .u-text-2 {
    font-size: 1.5rem;
    margin: 30px 39px 0 23px;
}

.u-section-2 .u-btn-2 {
    border-style: solid;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 1px;
    margin: 0px auto -2px;
}

.u-section-2 .u-layout-cell-4 {
    min-height: 134px;
}

.u-section-2 .u-container-layout-5 {
    padding: 30px;
}

.u-section-2 .u-layout-cell-5 {
    min-height: 137px;
}

.u-section-2 .u-container-layout-6 {
    padding: 30px;
}

.u-section-2 .u-layout-cell-6 {
    min-height: 297px;
}

.u-section-2 .u-container-layout-7 {
    box-shadow: 5px 5px 0px 0 rgba(0,0,0,0.2);
    padding: 26px 20px 1px;
}

.u-section-2 .u-icon-3 {
    height: 84px;
    width: 84px;
    background-image: none;
    color: rgb(255, 255, 255) !important;
    margin: 0 auto;
    padding: 19px;
}

.u-section-2 .u-text-3 {
    width: 180px;
    font-size: 1.5rem;
    margin: 20px auto 0;
}

.u-section-2 .u-btn-3 {
    border-style: solid;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
    margin: 16px auto 0;
}

.u-section-2 .u-layout-cell-7 {
    min-height: 302px;
}

.u-section-2 .u-container-layout-8 {
    box-shadow: -2px 0 9px 0 rgba(128,128,128,1);
    padding: 11px 20px 30px;
}

.u-section-2 .u-icon-4 {
    height: 87px;
    width: 87px;
    background-image: none;
    margin: 1px auto 0;
    padding: 21px;
}

.u-section-2 .u-text-4 {
    width: 164px;
    font-size: 1.5rem;
    margin: 23px auto 0;
}

.u-section-2 .u-btn-4 {
    border-style: solid;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
    margin: 22px auto 0;
}

.u-section-2 .u-layout-cell-8 {
    min-height: 132px;
}

.u-section-2 .u-container-layout-9 {
    padding: 30px;
}
@media (min-width: 1200px) and (max-width: 1600px){
    .u-section-2 {
        background-image: none;
        min-height: 287px;
    }

    .u-section-2 .u-group-1 {
        min-height: 285px;
        margin-top: 0;
        margin-bottom: 0;
        height: auto;
    }

    .u-section-2 .u-container-layout-1 {
        padding: 0 4px;
    }

    .u-section-2 .u-layout-wrap-1 {
        width: 1140px;
        margin: -409px auto 28px;
    }

    .u-section-2 .u-layout-cell-1 {
        min-height: 119px;
    }

    .u-section-2 .u-container-layout-2 {
        padding: 30px;
    }

    .u-section-2 .u-layout-cell-2 {
        min-height: 268px;
        transition-duration: 0.5s;
        transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
        background-image: none;
    }

    .u-section-2 .u-container-layout-3 {
        box-shadow: 0 0 0 rgba(0,0,0,0);
        padding: 18px 20px;
    }

    .u-section-2 .u-icon-1 {
        height: 80px;
        width: 80px;
        background-image: none;
        color: rgb(255, 255, 255) !important;
        margin: 0 auto;
        padding: 18px;
    }

    .u-section-2 .u-text-1 {
        font-size: 1.5rem;
        margin: 39px 8px 0;
    }

    .u-section-2 .u-layout-cell-3 {
        min-height: 267px;
    }

    .u-section-2 .u-container-layout-4 {
        box-shadow: 0px -1px 13px 0px rgba(128,128,128,1);
        padding: 15px 0;
    }

    .u-section-2 .u-icon-2 {
        height: 86px;
        width: 86px;
        background-image: none;
        color: rgb(0, 0, 0) !important;
        margin: 0 auto;
        padding: 19px;
    }

    .u-section-2 .u-text-2 {
        font-size: 1.5rem;
        width: 203px;
        margin: 43px auto 0;
    }

    .u-section-2 .u-layout-cell-4 {
        min-height: 120px;
    }

    .u-section-2 .u-container-layout-5 {
        padding: 30px;
    }

    .u-section-2 .u-layout-cell-5 {
        min-height: 122px;
    }

    .u-section-2 .u-container-layout-6 {
        padding: 30px;
    }

    .u-section-2 .u-layout-cell-6 {
        min-height: 265px;
    }

    .u-section-2 .u-container-layout-7 {
        box-shadow: 5px 5px 0px 0 rgba(0,0,0,0.2);
        padding: 26px 20px 1px;
    }

    .u-section-2 .u-icon-3 {
        height: 84px;
        width: 84px;
        background-image: none;
        color: rgb(255, 255, 255) !important;
        margin: 0 auto;
        padding: 19px;
    }

    .u-section-2 .u-text-3 {
        font-size: 1.5rem;
        width: 180px;
        margin: 31px auto 0;
    }

    .u-section-2 .u-layout-cell-7 {
        min-height: 269px;
    }

    .u-section-2 .u-container-layout-8 {
        box-shadow: -2px 0 9px 0 rgba(128,128,128,1);
        padding: 11px 20px 30px;
    }

    .u-section-2 .u-icon-4 {
        height: 87px;
        width: 87px;
        background-image: none;
        margin: 8px auto 0;
        padding: 21px;
    }

    .u-section-2 .u-text-4 {
        font-size: 1.5rem;
        width: 164px;
        margin: 31px auto 0;
    }

    .u-section-2 .u-layout-cell-8 {
        min-height: 118px;
    }

    .u-section-2 .u-container-layout-9 {
        padding: 30px;
    }
}

@media (max-width: 1199px) {
    .u-section-2 {
        min-height: 332px;
    }

    .u-section-2 .u-group-1 {
        min-height: 332px;
        height: auto;
    }

    .u-section-2 .u-layout-wrap-1 {
        width: 940px;
        margin-top: -415px;
        margin-bottom: 47px;
    }

    .u-section-2 .u-layout-cell-1 {
        min-height: 95px;
    }

    .u-section-2 .u-layout-cell-2 {
        min-height: 297px;
    }

    .u-section-2 .u-text-1 {
        font-size: 1.25rem;
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-2 .u-btn-1 {
        font-size: 0.75rem;
    }

    .u-section-2 .u-layout-cell-3 {
        min-height: 307px;
    }

    .u-section-2 .u-icon-2 {
        margin-left: auto;
    }

    .u-section-2 .u-text-2 {
        font-size: 1.25rem;
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-2 .u-btn-2 {
        font-size: 0.65rem;
        margin-bottom: 0;
    }

    .u-section-2 .u-layout-cell-4 {
        min-height: 85px;
    }

    .u-section-2 .u-layout-cell-5 {
        min-height: 94px;
    }

    .u-section-2 .u-layout-cell-6 {
        min-height: 298px;
    }

    .u-section-2 .u-text-3 {
        width: 176px;
        font-size: 1.25rem;
    }

    .u-section-2 .u-btn-3 {
        font-size: 0.75rem;
        margin-top: 17px;
        padding: 9px 30px 10px;
    }

    .u-section-2 .u-layout-cell-7 {
        min-height: 307px;
    }

    .u-section-2 .u-text-4 {
        font-size: 1.25rem;
        width: 134px;
    }

    .u-section-2 .u-btn-4 {
        font-size: 0.75rem;
    }

    .u-section-2 .u-layout-cell-8 {
        min-height: 85px;
    }
}

@media (max-width: 991px) {
    .u-section-2 {
        min-height: 109px;
    }

    .u-section-2 .u-layout-wrap-1 {
        width: 720px;
    }

    .u-section-2 .u-layout-cell-1 {
        min-height: 146px;
    }

    .u-section-2 .u-layout-cell-2 {
        min-height: 100px;
    }

    .u-section-2 .u-layout-cell-3 {
        min-height: 100px;
    }

    .u-section-2 .u-layout-cell-4 {
        min-height: 130px;
    }

    .u-section-2 .u-layout-cell-5 {
        min-height: 144px;
    }

    .u-section-2 .u-layout-cell-6 {
        min-height: 100px;
    }

    .u-section-2 .u-layout-cell-7 {
        min-height: 100px;
    }

    .u-section-2 .u-layout-cell-8 {
        min-height: 130px;
    }
}

@media (max-width: 767px) {
    .u-section-2 {
        min-height: 209px;
    }

    .u-section-2 .u-layout-wrap-1 {
        width: 540px;
    }

    .u-section-2 .u-layout-cell-1 {
        min-height: 219px;
    }

    .u-section-2 .u-container-layout-2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-container-layout-3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-layout-cell-4 {
        min-height: 195px;
    }

    .u-section-2 .u-container-layout-5 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-layout-cell-5 {
        min-height: 216px;
    }

    .u-section-2 .u-container-layout-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-container-layout-7 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-container-layout-8 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-layout-cell-8 {
        min-height: 195px;
    }

    .u-section-2 .u-container-layout-9 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 575px) {
    .u-section-2 {
        min-height: 0px;
    }

    .u-section-2 .u-container-layout-5 {
        padding: 0px;
    }

    .u-section-2 .u-group-1 {
        min-height: 1051px;
    }

    .u-section-2 .u-layout-wrap-1 {
        width: 340px;
        margin-top: -1245px;
        margin-bottom: 8px;
    }

    .u-section-2 .u-layout-cell-1 {
        min-height: 125px;
    }

    .u-section-2 .u-layout-cell-2 {
        min-height: 240px;
    }

    .u-section-2 .u-layout-cell-3 {
        min-height: 238px;
    }

    .u-section-2 .u-text-2 {
        width: auto;
        margin-right: 17px;
    }

    .u-section-2 .u-layout-cell-4 {
        min-height: 0px;
        margin-top: -50px;
    }

    .u-section-2 .u-layout-cell-5 {
        min-height: 0px;
        margin-top: -60px;
    }

    .u-section-2 .u-layout-cell-6 {
        min-height: 248px;
    }

    .u-section-2 .u-container-layout-7 {
        padding-bottom: 0;
    }

    .u-section-2 .u-text-3 {
        width: 218px;
        margin-top: 17px;
    }

    .u-section-2 .u-btn-3 {
        margin-top: 10px;
    }

    .u-section-2 .u-layout-cell-7 {
        min-height: 253px;
    }

    .u-section-2 .u-container-layout-8 {
        padding-bottom: 35px;
    }

    .u-section-2 .u-text-4 {
        width: 207px;
        margin-top: 34px;
    }

    .u-section-2 .u-btn-4 {
        margin-top: 18px;
    }

    .u-section-2 .u-layout-cell-8 {
        min-height: 0px;
        margin-top: -60px;
    }
}

.u-gutter-26 .u-layout {
    margin: -13px;
}

.u-layout-row > .u-size-15 {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
}

.u-layout-col {
    flex-direction: column;
    /*min-height: -webkit-fit-content;*/
    min-height: fit-content;
}

.u-gutter-26 .u-layout .u-layout-cell {
    border: 13px solid transparent;
}

.u-white{
    color: #111111;
    background-color: #ffffff;
}

.u-icon-circle {
    border-radius: 50%;
}

.u-icon {
    display: block;
    line-height: 0;
    border-width: 0px;
}

.u-file-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.u-file-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

h4 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Roboto,sans-serif;
}

.u-border-2, .u-separator-2:after, .u-text.u-border-2, a.u-button-style.u-border-2 {
    border-width: 2px;
}

.u-button-style.u-border-custom-color-1 {
    border-color: rgba(4,36,88,0.9) !important;
    color: rgba(4,36,88,0.9) !important;
    background-color: transparent !important;
}


.u-palette-5-light-1 {
    color: #111111;
    background-color: #ccd3db;
}

.u-radius-50{
    border-radius: 50px !important;
}


.u-hover-custom-color-1:hover
{
    color: #ffffff !important;
    background-color: rgba(4,36,88,0.9) !important;
}


/* ---------------------
        SECTIUNEA 3
--------------------- */

.u-section-3 {
    background-image: none;
    min-height: 774px;
}

.u-section-3 .u-group-1 {
    min-height: 288px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.u-section-3 .u-container-layout-1 {
    padding: 0 0 30px;
}

.u-section-3 .u-layout-wrap-1 {
    width: 1518px;
    margin: -244px auto 0;
}

.u-section-3 .u-layout-cell-1 {
    min-height: 710px;
}

.u-section-3 .u-container-layout-2 {
    padding-bottom: 0;
    padding-top: 0;
}

.u-section-3 .u-shape-1 {
    width: 458px;
    height: 560px;
    transition-duration: 0.5s;
    box-shadow: 2px 0 0 0 rgba(0,0,0,0);
    margin: 109px auto 0 46px;
}

.u-section-3 .u-image-1 {
    width: 655px;
    background-image: url("../images/cc0cbee6-5c91-9a56-37d1-8b6f5cc1ca10.png");
    background-position: 50% 50%;
    height: auto;
    min-height: 421px;
    margin: -566px 24px 0 auto;
}

.u-section-3 .u-container-layout-3 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 30px;
}

.u-section-3 .u-image-2 {
    width: 652px;
    height: 424px;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
    object-position: 46.8% 57.24%;
    background-position: 46.8% 100%;
    margin: -85px auto 0 -89px;
}

.u-section-3 .u-layout-cell-2 {
    min-height: 710px;
}

.u-section-3 .u-container-layout-4 {
    padding: 36px 0 9px;
}

.u-section-3 .u-text-1 {
    font-weight: 600;
    font-size: 3rem;
    margin: 67px 46px 0 24px;
}

.u-section-3 .u-text-2 {
    line-height: 2;
    --animation-custom_in-scale: 0.3;
    margin: 83px 53px 0 24px;
}

@media (min-width: 1200px) and (max-width: 1600px){
    .u-section-3 {
        background-image: none;
        min-height: 754px;
    }

    .u-section-3 .u-group-1 {
        min-height: 288px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .u-section-3 .u-container-layout-1 {
        padding: 0 0 30px;
    }

    .u-section-3 .u-layout-wrap-1 {
        width: 1329px;
        margin: -244px auto 0 calc(((100% - 1140px) / 2) + -189px);
    }

    .u-section-3 .u-layout-cell-1 {
        min-height: 710px;
    }

    .u-section-3 .u-container-layout-2 {
        padding-bottom: 0;
        padding-top: 0;
    }

    .u-section-3 .u-shape-1 {
        width: 363px;
        height: 560px;
        transition-duration: 0.5s;
        box-shadow: 2px 0 0 0 rgba(0,0,0,0);
        margin: 103px auto 0 181px;
    }

    .u-section-3 .u-image-1 {
        width: 458px;
        background-image: url("../images/cc0cbee6-5c91-9a56-37d1-8b6f5cc1ca10.png");
        background-position: 50% 50%;
        min-height: 401px;
        height: auto;
        margin: -544px 0 0 auto;
    }

    .u-section-3 .u-container-layout-3 {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 30px;
    }

    .u-section-3 .u-image-2 {
        width: 527px;
        height: 343px;
        box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
        object-position: 46.8% 57.24%;
        background-position: 46.8% 100%;
        margin: -85px auto 0 -89px;
    }

    .u-section-3 .u-layout-cell-2 {
        min-height: 710px;
    }

    .u-section-3 .u-container-layout-4 {
        padding: 36px 0 9px;
    }

    .u-section-3 .u-text-1 {
        font-weight: 600;
        font-size: 3rem;
        margin: 0px 112px 0 24px;
    }

    .u-section-3 .u-text-2 {
        line-height: 2;
        --animation-custom_in-scale: 0.3;
        margin: 83px 0 0 24px;
    }
}
@media (max-width: 1199px) {
    .u-section-3 {
        min-height: 763px;
    }

    .u-section-3 .u-group-1 {
        height: auto;
    }

    .u-section-3 .u-layout-wrap-1 {
        width: 940px;
    }

    .u-section-3 .u-layout-cell-1 {
        min-height: 741px;
    }

    .u-section-3 .u-shape-1 {
        margin-top: 103px;
        margin-left: 0;
    }

    .u-section-3 .u-image-1 {
        min-height: 405px;
        width: 433px;
        margin-top: -548px;
        margin-right: 13px;
        height: auto;
    }

    .u-section-3 .u-image-2 {
        height: 371px;
        width: 466px;
        margin-top: -101px;
        margin-left: -67px;
    }

    .u-section-3 .u-layout-cell-2 {
        min-height: 741px;
    }

    .u-section-3 .u-text-1 {
        width: auto;
        margin-top: 73px;
        margin-right: 0;
        margin-left: 13px;
    }

    .u-section-3 .u-text-2 {
        width: auto;
        margin-top: 71px;
        margin-right: 0;
        margin-left: 13px;
    }
}

@media (max-width: 991px) {
    .u-section-3 {
        min-height: 144px;
    }

    .u-section-3 .u-layout-wrap-1 {
        width: 720px;
    }

    .u-section-3 .u-layout-cell-1 {
        min-height: 568px;
    }

    .u-section-3 .u-shape-1 {
        width: 420px;
    }

    .u-section-3 .u-image-1 {
        width: 420px;
        margin-right: 0;
    }

    .u-section-3 .u-layout-cell-2 {
        min-height: 100px;
    }

    .u-section-3 .u-container-layout-4 {
        padding-top: 30px;
    }

    .u-section-3 .u-text-1 {
        margin-left: 0;
    }

    .u-section-3 .u-text-2 {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .u-section-3 .u-layout-wrap-1 {
        width: 540px;
    }

    .u-section-3 .u-layout-cell-1 {
        min-height: 730px;
    }
}

@media (max-width: 575px) {
    .u-section-3 .u-container-layout-1 {
        padding-bottom: 3px;
    }

    .u-section-3 .u-layout-wrap-1 {
        width: 340px;
    }

    .u-section-3 .u-layout-cell-1 {
        min-height: 520px;
    }

    .u-section-3 .u-shape-1 {
        width: 340px;
    }
    .u-section-3 .u-group-1{
        min-height: 150px;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .u-container-style.u-layout-cell.u-left-cell.u-size-35.u-layout-cell-1{
        display: none!IMPORTANT;
    }

    .u-section-3 .u-image-1 {
        width: 296px;
        min-height: 383px;
    }

    .u-section-3 .u-image-2 {
        width: 340px;
        height: 271px;
        margin-top: -113px;
        margin-left: -44px;
    }

    .u-section-3 .u-layout-cell-2 {
        min-height: 738px;
    }

    .u-section-3 .u-container-layout-4 {
        padding-top: 70px;
    }

    .u-section-3 .u-text-1 {
        font-size: 1.5rem;
        margin-top: 60px;
    }

    .u-section-3 .u-text-2 {
        margin: 55px auto;
    }
}

.u-block-fb4c-7:not([data-block-selected]):not([data-cell-selected]),
.u-block-fb4c-7:not([data-block-selected]):not([data-cell-selected]):before,
.u-block-fb4c-7:not([data-block-selected]):not([data-cell-selected]) > .u-container-layout:before {
    transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-block-fb4c-7:not([data-block-selected]):not([data-cell-selected]).u-block-fb4c-7:not([data-block-selected]):not([data-cell-selected]).u-block-fb4c-7:not([data-block-selected]):not([data-cell-selected]):hover {
    box-shadow: 2px 2px 8px 0 rgba(128,128,128,1) !important;
}

.u-block-fb4c-7:not([data-block-selected]):not([data-cell-selected]).u-block-fb4c-7:not([data-block-selected]):not([data-cell-selected]).u-block-fb4c-7:not([data-block-selected]):not([data-cell-selected]).hover {
    box-shadow: 2px 2px 8px 0 rgba(128,128,128,1) !important;
}

.u-section-3 .u-shape-1,
.u-section-3 .u-shape-1:before,
.u-section-3 .u-shape-1 > .u-container-layout:before {
    transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-3 .u-shape-1.u-shape-1.u-shape-1:hover {
    box-shadow: 2px 2px 8px 0 rgba(128,128,128,1) !important;
}

.u-section-3 .u-shape-1.u-shape-1.u-shape-1.hover {
    box-shadow: 2px 2px 8px 0 rgba(128,128,128,1) !important;
}
.u-group {
    display: flex;
}


@media (min-width: 1200px){
    .u-xl-mode .u-expanded-width-xl {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .u-xl-mode .u-layout-row > .u-size-40-xl {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
        min-width: 66.66666667%;
    }
}


.u-image.u-image-tiles {
    background-size: initial;
    background-repeat: repeat;
    background-position: top left !important;
}


.u-align-justify {
    text-align: justify;
}

/* ----------------------
        SECTIUNEA 4
---------------------- */

.u-section-4 {
    background-image: url("../images/ss-min.jpg");
    background-position: 50% 50%;
}

.u-section-4 .u-sheet-1 {
    min-height: 746px;
}

.u-section-4 .u-group-1 {
    width: 800px;
    min-height: 170px;
    height: auto;
    margin: 40px auto 0 -143px;
}

.u-section-4 .u-container-layout-1 {
    padding: 30px 0px;
}

.u-section-4 .u-text-1 {
    font-weight: 700;
    transition-duration: 0.5s;
    font-size: 2.25rem;
    transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
    margin: 0 auto;
    font-size: 3rem;
}

.u-section-4 .u-list-1 {
    width: 800px;
    grid-template-rows: auto auto auto;
    margin: 71px auto 60px -140px;
}

.u-section-4 .u-repeater-1 {
    grid-template-columns: 100%;
    grid-gap: 10px 10px;
    min-height: 405px;
}


.u-section-4 .u-container-layout-2 {
    padding: 0 0 4px;
}

.u-section-4 .u-icon-1 {
    height: 64px;
    width: 64px;
    margin: 12px auto 0 0;
}

.u-section-4 .u-text-2 {
    transition-duration: 0.5s;
    transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
    margin: -50px 34px 0 90px;
}


.u-section-4 .u-container-layout-3 {
    padding: 0 0 4px;
}

.u-section-4 .u-icon-2 {
    height: 64px;
    width: 64px;
    margin: 12px auto 0 0;
}

.u-section-4 .u-text-3 {
    transition-duration: 0.5s;
    transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
    margin: -50px 34px 0 90px;
}


.u-section-4 .u-container-layout-4 {
    padding: 0 0 4px;
}

.u-section-4 .u-icon-3 {
    height: 64px;
    width: 64px;
    margin: 12px auto 0 0;
}

.u-section-4 .u-text-4 {
    transition-duration: 0.5s;
    transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
    margin: -50px 34px 0 90px;
}


.u-section-4 .u-container-layout-5 {
    padding: 0 0 4px;
}

.u-section-4 .u-icon-4 {
    height: 64px;
    width: 64px;
    margin: 12px auto 0 0;
}

.u-section-4 .u-text-5 {
    transition-duration: 0.5s;
    transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
    margin: -50px 34px 0 90px;
}

@media (min-width: 1200px) and (max-width: 1600px){
    .u-section-4 {
        background-image: url("../images/ss-min.jpg");
        background-position: 50% 50%;
    }

    .u-section-4 .u-sheet-1 {
        min-height: 816px;
    }

    .u-section-4 .u-group-1 {
        width: 800px;
        min-height: 170px;
        height: auto;
        /* margin: 42px auto 0 0; */
    }

    .u-section-4 .u-container-layout-1 {
        padding: 30px 0;
    }

    .u-section-4 .u-text-1 {
        font-weight: 700;
        transition-duration: 0.5s;
        font-size: 2.625rem;
        transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
        margin: 9px 30px 0 0;
    }

    .u-section-4 .u-list-1 {
        width: 800px;
        grid-template-rows: auto auto auto;
        /* margin: 66px auto 60px 0; */
    }

    .u-section-4 .u-repeater-1 {
        grid-template-columns: 100%;
        grid-gap: 10px 10px;
        min-height: 405px;
    }

    .u-section-4 .u-container-layout-2 {
        padding: 0 0 4px;
    }

    .u-section-4 .u-icon-1 {
        height: 64px;
        width: 64px;
        margin: 12px auto 0 0;
    }

    .u-section-4 .u-text-2 {
        transition-duration: 0.5s;
        transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
        margin: -50px 34px 0 90px;
    }


    .u-section-4 .u-container-layout-3 {
        padding: 0 0 4px;
    }

    .u-section-4 .u-icon-2 {
        height: 64px;
        width: 64px;
        margin: 12px auto 0 0;
    }

    .u-section-4 .u-text-3 {
        transition-duration: 0.5s;
        transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
        margin: -50px 34px 0 90px;
    }

    .u-section-4 .u-container-layout-4 {
        padding: 0 0 4px;
    }

    .u-section-4 .u-icon-3 {
        height: 64px;
        width: 64px;
        margin: 12px auto 0 0;
    }

    .u-section-4 .u-text-4 {
        transition-duration: 0.5s;
        transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
        margin: -50px 34px 0 90px;
    }

    .u-section-4 .u-container-layout-5 {
        padding: 0 0 4px;
    }

    .u-section-4 .u-icon-4 {
        height: 64px;
        width: 64px;
        margin: 12px auto 0 0;
    }

    .u-section-4 .u-text-5 {
        transition-duration: 0.5s;
        transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
        margin: -50px 34px 0 90px;
    }
}
@media (max-width: 1199px) {
    .u-section-4 .u-sheet-1 {
        min-height: 746px;
    }

    .u-section-4 .u-group-1 {
        width: 716px;
        margin-top: 77px;
        margin-left: 0;
        height: auto;
    }

    .u-section-4 .u-container-layout-1 {
        padding-left: 0;
        padding-right: 0;
    }

    .u-section-4 .u-text-1 {
        width: auto;
        margin-top: 66px;
        margin-right: 30px;
        margin-left: 0;
    }

    .u-section-4 .u-list-1 {
        margin-top: 48px;
        margin-bottom: 46px;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .u-section-4 {
        min-height: 331px;
    }

    .u-section-4 .u-sheet-1 {
        min-height: 407px;
    }

    .u-section-4 .u-list-1 {
        width: 720px;
    }

    .u-section-4 .u-text-2 {
        margin-top: 20px;
        margin-right: 0;
        margin-left: 14px;
    }

    .u-section-4 .u-text-3 {
        margin-top: 20px;
        margin-right: 0;
        margin-left: 14px;
    }

    .u-section-4 .u-text-4 {
        margin-top: 20px;
        margin-right: 0;
        margin-left: 14px;
    }

    .u-section-4 .u-text-5 {
        margin-top: 20px;
        margin-right: 0;
        margin-left: 14px;
    }
}

@media (max-width: 767px) {
    .u-section-4 {
        min-height: 106px;
    }

    .u-section-4 .u-sheet-1 {
        min-height: 603px;
    }

    .u-section-4 .u-group-1 {
        width: 540px;
    }

    .u-section-4 .u-text-1 {
        margin-right: 0;
        font-size: 2rem;
    }

    .u-section-4 .u-list-1 {
        width: 540px;
    }

    .u-section-4 .u-repeater-1 {
        min-height: 435px;
    }

    .u-section-4 .u-container-layout-2 {
        padding-top: 5px;
    }

    .u-section-4 .u-text-2 {
        width: auto;
        margin-top: -64px;
        margin-right: 18px;
        margin-left: 108px;
    }

    .u-section-4 .u-container-layout-3 {
        padding-top: 5px;
    }

    .u-section-4 .u-text-3 {
        width: auto;
        margin-top: -64px;
        margin-right: 18px;
        margin-left: 108px;
    }

    .u-section-4 .u-container-layout-4 {
        padding-top: 5px;
    }

    .u-section-4 .u-text-4 {
        width: auto;
        margin-top: -64px;
        margin-right: 18px;
        margin-left: 108px;
    }

    .u-section-4 .u-container-layout-5 {
        padding-top: 5px;
    }

    .u-section-4 .u-text-5 {
        width: auto;
        margin-top: -64px;
        margin-right: 18px;
        margin-left: 108px;
    }
}

@media (max-width: 575px) {
    .u-section-4 {
        min-height: 33px;
    }

    .u-section-4 .u-sheet-1 {
        margin-bottom: 20px;
    }

    .u-section-4 .u-group-1 {
        /* min-height: 334px;
        margin-top: 51px;
        margin-right: initial;
        margin-left: initial; */
        width: auto;
        margin-top: 0px;
    }

    .u-section-4 .u-list-1 {
        width: 340px;
        margin-top: 20px;
    }

    .u-section-4 .u-repeater-1 {
        min-height: 550px;
    }

    .u-section-4 .u-icon-1 {
        margin-top: 30px;
        margin-left: 6px;
    }

    .u-section-4 .u-text-2 {
        margin-top: -76px;
        margin-right: 10px;
        margin-left: 92px;
    }

    .u-section-4 .u-icon-2 {
        margin-top: 30px;
        margin-left: 6px;
    }

    .u-section-4 .u-text-3 {
        margin-top: -76px;
        margin-right: 10px;
        margin-left: 92px;
    }

    .u-section-4 .u-icon-3 {
        margin-top: 30px;
        margin-left: 6px;
    }

    .u-section-4 .u-text-4 {
        margin-top: -76px;
        margin-right: 10px;
        margin-left: 92px;
    }

    .u-section-4 .u-icon-4 {
        margin-top: 30px;
        margin-left: 6px;
    }

    .u-section-4 .u-text-5 {
        margin-top: -76px;
        margin-right: 10px;
        margin-left: 92px;
    }
}

.u-section-4 .u-text-1,
.u-section-4 .u-text-1:before,
.u-section-4 .u-text-1 > .u-container-layout:before {
    transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-4 .u-text-1.u-text-1.u-text-1:hover {
    transform: translateX(10px) translateY(0px) scale(1) !important;
}

.u-section-4 .u-text-1.u-text-1.u-text-1.hover {
    transform: translateX(10px) translateY(0px) scale(1) !important;
}

.u-section-4 .u-container-layout:hover .u-text-1 {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-container-layout.hover .u-section-4 .u-text-1 {
    transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}

.u-section-4 .u-text-2,
.u-section-4 .u-text-2:before,
.u-section-4 .u-text-2 > .u-container-layout:before {
    transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-4 .u-text-2.u-text-2.u-text-2:hover {
    transform: translateX(10px) translateY(0px) scale(1) rotate(0deg) !important;
}

.u-section-4 .u-text-2.u-text-2.u-text-2.hover {
    transform: translateX(10px) translateY(0px) scale(1) rotate(0deg) !important;
}

.u-section-4 .u-container-layout:hover .u-text-2 {
    transform: translateX(10px) translateY(0px) scale(1) !important;
}

.u-container-layout.hover .u-section-4 .u-text-2 {
    transform: translateX(10px) translateY(0px) scale(1) !important;
}

.u-section-4 .u-text-3,
.u-section-4 .u-text-3:before,
.u-section-4 .u-text-3 > .u-container-layout:before {
    transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-4 .u-text-3.u-text-3.u-text-3:hover {
    transform: translateX(10px) translateY(0px) scale(1) rotate(0deg) !important;
}

.u-section-4 .u-text-3.u-text-3.u-text-3.hover {
    transform: translateX(10px) translateY(0px) scale(1) rotate(0deg) !important;
}

.u-section-4 .u-container-layout:hover .u-text-3 {
    transform: translateX(10px) translateY(0px) scale(1) !important;
}

.u-container-layout.hover .u-section-4 .u-text-3 {
    transform: translateX(10px) translateY(0px) scale(1) !important;
}

.u-section-4 .u-text-4,
.u-section-4 .u-text-4:before,
.u-section-4 .u-text-4 > .u-container-layout:before {
    transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-4 .u-text-4.u-text-4.u-text-4:hover {
    transform: translateX(10px) translateY(0px) scale(1) rotate(0deg) !important;
}

.u-section-4 .u-text-4.u-text-4.u-text-4.hover {
    transform: translateX(10px) translateY(0px) scale(1) rotate(0deg) !important;
}

.u-section-4 .u-container-layout:hover .u-text-4 {
    transform: translateX(10px) translateY(0px) scale(1) !important;
}

.u-container-layout.hover .u-section-4 .u-text-4 {
    transform: translateX(10px) translateY(0px) scale(1) !important;
}

.u-section-4 .u-text-5,
.u-section-4 .u-text-5:before,
.u-section-4 .u-text-5 > .u-container-layout:before {
    transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, background-size, background-position;
}

.u-section-4 .u-text-5.u-text-5.u-text-5:hover {
    transform: translateX(10px) translateY(0px) scale(1) rotate(0deg) !important;
}

.u-section-4 .u-text-5.u-text-5.u-text-5.hover {
    transform: translateX(10px) translateY(0px) scale(1) rotate(0deg) !important;
}

.u-section-4 .u-container-layout:hover .u-text-5 {
    transform: translateX(10px) translateY(0px) scale(1) !important;
}

.u-container-layout.hover .u-section-4 .u-text-5 {
    transform: translateX(10px) translateY(0px) scale(1) !important;
}
.u-valign-middle {
    justify-content: center;
}

.u-icon.u-icon-circle.u-text-custom-color-1 {
    background-color: rgba(4,36,88,0.9) !important;
}

.u-repeater {
    display: grid;
    grid-template-columns: repeat(3, 33.33333333%);
}

.fa.fa-check {
    padding: 15px;
    font-size: 35px;
    color: white;
}



/* -----------------------------------
                COUNTER
----------------------------------- */


.u-radius-37, .u-radius-37:before, .u-radius-37 .u-background-effect, .u-radius-37:not(.u-hover-box) > .u-container-layout {
    border-radius: 37px !important;
}


.u-file-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}


.counters {
    background: rgba(4,36,88,0.9);
    color: #fff;
    padding: 10px 85px;
}

.counters .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    padding-top: 10px;
    text-align: center;
}

.counters img {
    color: lightskyblue;
    margin-bottom: 5px;
}

.counters .counter {
    font-size: 35px;
    margin: 10px 0;
}

@media (max-width: 700px) {
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .counters .container > div:nth-of-type(1),
    .counters .container > div:nth-of-type(2) {
        border-bottom: 1px lightskyblue solid;
        padding-bottom: 20px;
    }
}


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

.u-footer .u-social-icons-1 {
    white-space: nowrap;
    height: 40px;
    min-height: 16px;
    width: 190px;
    min-width: 94px;
    margin: 5px -144px 0 auto;

}
.u-footer
.u-gutter-30 .u-layout .u-layout-cell {
    border: 15px solid transparent;
}
.u-social-icons {
    display: flex;

}

.u-footer .u-layout-wrap-1 {
    width: 1402px;
    margin: 25px auto 25px -118px;
    border-bottom: 0.1rem solid white;
}

.u-block-header.u-text{
    font-size: 18px;
    font-weight: 500;

}
.u-footer .u-icon-1 {
    background-color: rgb(59, 89, 152) !important;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    font-size: 25px;
}

.u-footer .u-icon-4 {
    background-color: rgb(0, 122, 185) !important;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50%;
    text-align: center;
    padding-top: 7px;
    font-size: 25px;
}

.u-footer .u-icon-3 {
    background-color: rgb(197, 54, 164) !important;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50%;
    text-align: center;
    padding-top: 9px;
    font-size: 25px;
}

.u-footer .u-icon-2 {
    background-color: rgb(206, 7, 7) !important;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50%;
    text-align: center;
    padding-top: 9px;
    font-size: 25px;
}

.u-footer .u-logo-image-1 {
    width: 100%;
    height: 100%;
}

.u-spacing-10 .u-social-url + .u-social-url {
    margin-left: 10px;
}
.u-blue-80 {
    color: #ffffff;
    background-color: rgba(4,36,88,0.9);
}

.u-footer .u-image-1 {
    width: 212px;
    height: 174px;
    margin: 0 -4px;
}
.u-footer .u-text-9 {
    margin: -32px 626px 24px -118px;
}

.u-footer .u-container-layout-2 {
    padding: 20px 30px;
}
.u-footer .u-text-1 {
    margin: -69px 320px 0 190px;
}

img.u-image, .u-video-poster {
    overflow: hidden;
}

@media (min-width: 1200px){
    .u-xl-mode .u-align-center-xl {
        text-align: center;
    }
}
.u-footer .u-sheet-1 {
    min-height: 176px;
}


@media (max-width: 575px){
    .u-align-center-xs {
        text-align: center;
    }

    .u-footer .u-text-9 {
        margin: 0 0 15px 0;
    }

    .u-footer .u-text-1 {
        width: 340px!IMPORTANT;
    }

    .u-footer .u-image-1 {
        width: 212px;
        height: 174px;

    }


}


@media (max-width: 991px){
    .u-footer .u-text-1 {
        margin-left: 0;
        margin-right: 90px;
    }
}
@media (max-width: 1199px){
    .u-footer .u-text-1 {
        width: 631px;
        margin-top: -69px;
        margin-left: 90px;
        margin-right: 220px;
    }
}
@media (max-width: 767px){
    .u-footer .u-sheet-1 {
        min-height: 200px;
    }

    /* .u-footer .u-image-1 {
      margin-left: 230px;
    } */

    .u-footer .u-text-1 {
        width: 540px;
        margin-top: 81px;
        margin-right: 0;
        margin-left: auto;
    }

    .u-footer .u-social-icons-1 {
        margin: 15px auto 15px 0;
    }
}


.row{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
}
ul{
    list-style: none;
}

.footer-col{
    width: 20%;
    padding: 0 15px;
}
.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}
.footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -12px;
    background-color: white;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}
.footer-col ul li a{
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;
}
.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
    color: #24262b;
    background-color: #ffffff;
}

@media (min-width: 1200px) and (max-width: 1600px){
    .u-footer .u-layout-wrap-1 {
        width: 1140px;
        margin: 25px auto 25px -128px;
        border-bottom: 0.1rem solid white;
    }

    /* .u-footer .u-text-9 {
      margin: -32px 6px 14px -18px;
    } */

    .u-footer .u-social-icons-1 {
        white-space: nowrap;
        height: 40px;
        min-height: 16px;
        width: 190px;
        min-width: 94px;
        /* margin: 5px 25px 0 auto; */
    }
}

/*responsive*/
@media(max-width: 767px){
    .footer-col{
        width: 50%;
        margin-bottom: 30px;
    }
}
@media(max-width: 574px){
    .footer-col{
        width: 100%;
    }
    .u-footer .u-layout-wrap-1 {
        width: auto!IMPORTANT;
        margin: 0px;
    }
}

.front,
.back {

    /* border-radius: 6px; */
    background-position: center;
    background-size: cover;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: ease-in-out 600ms;
}

.front {
    background-size: cover;
    padding: 2rem;
    font-size: 1.618rem;
    font-weight: 600;
    /* color: #fff; */
    overflow: hidden;
    font-family: Poppins, sans-serif;
}
.front:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    opacity: 0.25;
    z-index: -1;
}
.u-container-style.u-layout-cell.u-size-40.u-white.u-layout-cell-2:hover .front {
    transform: rotateY(180deg);
}
.u-container-style.u-layout-cell.u-size-40.u-white.u-layout-cell-2:nth-child(even):hover .front {
    transform: rotateY(-180deg);
}

.back {
    background-color: white;
    transform: rotateY(-180deg);
    /* padding: 0 2em; */

}
.back .button {
    background: linear-gradient(135deg, #1a9be6, #1a57e6);
}
.back .button:before {
    box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25);
    background-color: rgba(26, 87, 230, 0.25);
}
.u-container-style.u-layout-cell.u-size-40.u-white.u-layout-cell-2:hover .back {
    transform: rotateY(0deg);
}


.u-container-style.u-layout-cell.u-size-40.u-white.u-layout-cell-2:nth-child(even):hover .back {
    transform: rotateY(0deg);
}

.button {
    transform: translateZ(40px);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: bold;
    color: #fff;
    padding: 0.5em 1em;
    border-radius: 100px;
    font: inherit;
    border: none;
    position: relative;
    transform-style: preserve-3d;
    transition: 300ms ease;
}
.button:before {
    transition: 300ms ease;
    position: absolute;
    display: block;
    content: "";
    transform: translateZ(-40px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border-radius: 100px;
    left: 10px;
    top: 16px;
}
.button:hover {
    transform: translateZ(55px);
}
.button:hover:before {
    transform: translateZ(-55px);
}
.button:active {
    transform: translateZ(20px);
}
.button:active:before {
    transform: translateZ(-20px);
    top: 12px;
}


.animation-element {
    opacity: 0;
    position: relative;
}

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.fadeIn
{
    opacity:0;
}

.fadeText {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}



/* ------------------
      FORMULAR
------------------ */

h1 {
    margin: 0;
    font-weight: 400;
}
.subtitle {
    margin: 12px 0;
    color: rgba(4,36,88,0.9);
}
.main-block {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/background2.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.main-block-studiu {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/background2.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.main-block-context {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/background2.png');
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
}
.page-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px; /* spațiu între coloane */
    padding: 0 0 0 12%;
}

/* Coloana stângă */
.left-column {
    flex: 1;
    min-width: 0;
}

/* Coloana dreaptă */
.right-column {
    width: 340px;
}

/* Stilul pentru box-ul din dreapta */
.contracte-incheiate-box {
    background-color: #f9f9f9;
    padding: 20px;
    border-left: 4px solid #003366;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

@media (max-width: 768px) {
    .page-wrapper {
        flex-direction: column;
    }

    .right-column {
        width: 100%;
        margin-top: 20px;
    }

    .page-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
        padding: 0;
    }
}
.text-explicativ {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 20px;
}
.contract-item {
    background: #f8f9fa;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid #dee2e6;
}
.contract-item a {
    margin-left: 10px;
}
.context{
    width: 75%;
    padding: 20px;
}
.formContract {
    width: 75%;
    padding: 20px;
}
fieldset {
    border: none;
    border-top: 1px solid rgba(4,36,88,0.9);
}
.account-details, .personal-details, .context-details {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0px 5px 50px;
    justify-content: space-between;
}
.account-details >div, .personal-details >div >div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.font-weight-bold{
    font-weight: 500;
}
.accept-btn {
    background-color: rgba(4,36,88,0.9);
    width: 8em;
    height: 3em;
    border: none;
    border-radius: 0.25em;
    color: white;
    cursor: pointer;
    transition-duration: 0.25s;
}
.context-details >div >div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}
.account-details >div, .personal-details >div, .context-details >div, input, label {
    width: 100%;
}
.labelForm {
    padding: 0px 5px 0px 45px;
    text-align: left;
    vertical-align: middle;
}
.link-form{
    text-decoration: none;
}
input {
    padding: 6.5px;
    vertical-align: middle;
}
.checkbox {
    margin-bottom: 10px;
}
select, .children, .gender, .bdate-block {
    width: calc(100% + 26px);
    padding: 5px 0;
}
select {
    background: transparent;
}
.gender input {
    width: auto;
}
.gender .labelForm {
    padding: 0 5px 0 0;
}
.bdate-block {
    display: flex;
    justify-content: space-between;
}
.birthdate select.day {
    width: 35px;
}
.birthdate select.mounth {
    width: calc(100% - 94px);
}
.birthdate input {
    width: 38px;
    vertical-align: unset;
}
.checkbox input, .children input {
    width: auto;
    margin: -2px 10px 0 0;
}

.terms-mailing{
    margin-bottom: 20px;
    padding: 0px 0px 0 90px;
}
.font-weight-bold.mb-0{
    font-weight: 600;
}
.textForm{
    font-size: 2rem;
    padding: 20px 0px;
}
.atash{
    text-align: left;
    padding:0px;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input ~ .custom-file-label::after {
    background-color: rgba(4,36,88,0.9);
    color: white;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 50px;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;}
.buttonSubmit {
    width: 100%;
    padding: 10px 0;
    margin: 10px auto;
    border-radius: 5px;
    border: 2px solid rgba(4,36,88,0.9);
    background: #f2f2f2;
    font-size: 14px;
    font-weight: 600;
    color: #141010;
}
.buttonSubmit:hover {
    background: #cfcdcd;
    color: #141010;
}
@media (min-width: 568px) {

    .account-details >div, .personal-details >div {
        width: 50%;
    }

    .context-details >div {
        width: 100%;
    }
    .labelForm {
        width: 40%;
    }
    input {
        width: 60%;
    }
    select, .children, .gender, .bdate-block {
        width: 60%;
    }
}

@media (max-width: 568px) {
    .formContract{
        width: 100%!IMPORTANT;
    }

    .context{
        width: 100%!IMPORTANT;
    }
    .account-details, .personal-details, .context-details {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        justify-content: space-between;
    }

    .account-details >div, .personal-details >div >div {
        display: block;
        align-items: center;
        margin-bottom: 10px;
    }

    select, .children, .gender, .bdate-block {
        width: 100%;
        padding: 5px 0;
    }

    .grid .box1:first-child {
        background: #fff;
        width: auto!IMPORTANT;
    }

    .terms-mailing {
        margin-bottom: 20px;
        padding: 0px;
    }

    .labelForm {
        padding: 0px;
        text-align: left;
        vertical-align: middle;
    }
}
.main-context {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('https://as2.ftcdn.net/v2/jpg/03/16/53/07/1000_F_316530750_rEu5R367wCw1BvZOIIWulc0U6p5u1ZXi.jpg');
    /* background: white; */
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-context {
    width: 73%;
    margin: auto;
    border: groove;
}
#first {
    width: 70%;
    float: left;
    height: 300px;
    padding: 20px;
    font-weight: 700;
    background-color: white;
}
#second {
    width: 30%;
    float: left;
    height: 300px;
    background-color: #cbcbcb;
    color: white;
}

@media (min-width: 700px) {
    .grid {
        display: grid;
        grid-template-columns: 1fr repeat(2, minmax(auto, 0em)) 1fr;
    }

    #section-a .content-text {
        columns: 2;
        column-gap: 2em;
    }

    #section-a .content-text p {
        padding-top: 0;
    }

    .content-wrap,
    #section-b ul {
        grid-column: 2/4;
    }

    .box1, .box2,
    #main-footer div {
        grid-column: span 2;
    }

    #section-b ul {
        display: flex;
        justify-content: space-around;
    }

    #section-b li {
        width: 31%;
    }
}


.writing {
    width: 520px;
    height: 350px;
    background-color: #3f3f3f;
    border: 1px solid #bbbbbb;
    border-radius: 6px 6px 4px 4px;
    position: relative;
}

.writing .topbar{
    position: absolute;
    width: 100%;
    height: 12px;
    background-color: #f1f1f1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.writing .topbar div{
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin: 3px;
    float: left;
}

.writing .topbar div.green{
    background-color: #60d060;
}
.writing .topbar div.red{
    background-color: red;
}
.writing .topbar div.yellow{
    background-color: #e6c015;
}

.writing .code {
    padding: 15px;
}

.writing .code ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.writing .code ul li {
    background-color: #9e9e9e;
    width: 0;
    height: 7px;
    border-radius: 6px;
    margin: 10px 0;
}

.containerError {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;


    height: 100vh;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.stack-container {
    position: relative;
    width: 420px;
    height: 210px;
    -webkit-transition: width 1s, height 1s;
    transition: width 1s, height 1s;
}

.pokeup {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.pokeup:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}


.error {
    width: 600px;
    height: 300px;
    padding: 40px;
    text-align: center;
}

.error h1 {
    font-size: 125px;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.inviteErrorText{
    font-size: 75px!IMPORTANT;
    padding-bottom: 20px!IMPORTANT;
    margin: 0;
    font-weight: 700;
}

.errorTextDash{
    font-size: 65px!IMPORTANT;
    padding-bottom: 20px!IMPORTANT;
    margin: 0;
    font-weight: 700;
}

.error h2 {
    margin: -30px 0 0 0;
    padding: 5px 15px 15px;
    font-size: 47px;
    letter-spacing: 12px;
}

.perspec {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.writeLine{
    -webkit-animation: writeLine .4s linear forwards;
    animation: writeLine .4s linear forwards;
}

.explode{
    -webkit-animation: explode .5s ease-in-out forwards;
    animation: explode .5s ease-in-out forwards;
}

.card {
    -webkit-animation: tiltcard .5s ease-in-out 1s forwards;
    animation: tiltcard .5s ease-in-out 1s forwards;
    position: absolute;
}

.buttonBack{
    color: black!IMPORTANT;
    text-decoration: none!IMPORTANT;
    background: #b7b1b1;
    padding: 5px 16px;
}

.buttonBackPosition{
    margin-top: 10px;
}

@-webkit-keyframes tiltcard {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(-30deg);
        transform: rotateY(-30deg);
    }
}

@keyframes tiltcard {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(-30deg);
        transform: rotateY(-30deg);
    }
}

@-webkit-keyframes explode {
    0% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }

    100% {
        -webkit-transform: translate(var(--spreaddist), var(--vertdist)) scale(var(--scaledist));
        transform: translate(var(--spreaddist), var(--vertdist)) scale(var(--scaledist));
    }
}

@keyframes explode {
    0% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
    }

    100% {
        -webkit-transform: translate(var(--spreaddist), var(--vertdist)) scale(var(--scaledist));
        transform: translate(var(--spreaddist), var(--vertdist)) scale(var(--scaledist));
    }
}

@-webkit-keyframes writeLine {
    0% {
        width:0;
    }

    100% {
        width: var(--linelength);
    }
}

@keyframes writeLine {
    0% {
        width:0;
    }

    100% {
        width: var(--linelength);
    }
}

@media screen and (max-width: 1000px) {
    .containerError {
        -webkit-transform: scale(.85);
        transform: scale(.85);
    }
}

@media screen and (max-width: 850px) {
    .containerError {
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }
}

@media screen and (max-width: 775px) {
    .containerError {

        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;

    }
    .writing {
        width: 320px;
        height: 250px;
        background-color: #3f3f3f;
        border: 1px solid #bbbbbb;
        border-radius: 6px 6px 4px 4px;
        position: relative;
    }
    .error {
        width: 600px;
        height: auto;
        padding: 40px;
        text-align: center;
    }

    .stack-container {
        position: relative;
        width: 420px;
        height: 210px;
        -webkit-transition: width 1s, height 1s;
        transition: width 1s, height 1s;
    }
}

@media screen and (max-width: 370px) {
    /* .containerError {
        -webkit-transform: scale(.6);
                transform: scale(.6);
      } */
}

.page{
    background: #e5e3e3e0;
}



.login-root {
    background: #fff;
    /* display: flex; */
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}
.loginbackground {
    min-height: 0px;
    position: absolute;
    /* bottom: 0; */
    left: 0;
    right: 0;
    /* top: 0; */
    z-index: 0;
    overflow: hidden;
}
.flex-flex {
    display: flex;
    justify-content: center;
}
.align-center {
    align-items: center;
}
.center-center {
    align-items: center;
    justify-content: center;
}
.box-root {
    box-sizing: border-box;
}
/* .flex-direction--column {
    -ms-flex-direction: column;
    flex-direction: column;
} */

.containerForm{
    width: 75%;
}
.loginbackground-gridContainer {
    display: -ms-grid;
    display: grid;
    /*-ms-grid-columns: [start] 1fr [left-gutter] (186.6px) [left-gutter] 1fr [end];*/
    grid-template-columns: [start] 1fr [left-gutter] repeat(16,86.6px) [left-gutter] 1fr [end];
    /*-ms-grid-rows: [top] 1fr [top-gutter] (64px;) [bottom-gutter] 1fr [bottom];*/
    grid-template-rows: [top] 1fr [top-gutter] repeat(18,64px) [bottom-gutter] 1fr [bottom];
    justify-content: center;
    margin: -200px;
    transform: rotate(-12deg) skew(-12deg);
}
.box-divider--light-all-2 {
    box-shadow: inset 0 0 0 2px #e3e8ee;
}
.box-background--blue {
    background-color: rgba(4,36,88,0.9);
}
/* .box-background--white {
  background-color: #ffffff; 
} */
.box-background--blue800 {
    background-color: rgba(53, 86, 139, 0.9);
}
.box-background--gray100 {
    background-color: #e3e8ee;
}
.box-background--cyan200 {
    background-color: #7b8081;
}
.padding-top--64 {
    padding-top: 380px;
}
.padding-top--24 {
    padding-top: 24px;
}
.padding-top--48 {
    padding-top: 48px;
}
.padding-bottom--24 {
    padding-bottom: 24px;
}
.padding-horizontal--48 {
    padding: 48px;
}
.padding-bottom--15 {
    padding-bottom: 15px;
}


.flex-justifyContent--center {
    -ms-flex-pack: center;
    justify-content: center;
}

.formbg {
    /* margin: 150px auto; */
    width: 100%;
    max-width: 550px;
    background: white;
    border-radius: 4px;
    box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
}
.lead.fw-normal.mb-0.me-3.padding-bottom--15 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #1a1f36;
}
.labelLog {
    margin-bottom: 10px;
}
.reset-pass a, .labelLog {
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.reset-pass > a {
    text-align: right;
    margin-bottom: 10px;
}
.grid--50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.field input {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 16px;
    width: 100%;
    min-height: 44px;
    border: unset;
    border-radius: 4px;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

input[type="submit"] {
    background-color: rgba(4,36,88,0.9);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.12) 0px 1px 1px 0px,
    rgba(4,36,88,0.9) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.field-checkbox input {
    width: 20px;
    height: 15px;
    margin-right: 5px;
    box-shadow: unset;
    min-height: unset;
}
.field-checkbox label {
    display: flex;
    align-items: center;
    margin: 0;
}
a.ssolink {
    display: block;
    text-align: center;
    font-weight: 600;
}
.footer-link span {
    font-size: 14px;
    text-align: center;
}
.listing a {
    color: #697386;
    font-weight: 600;
    margin: 0 10px;
}

.animationRightLeft {
    animation: animationRightLeft 35s ease-in-out infinite;
}
.animationLeftRight {
    animation: animationLeftRight 35s ease-in-out infinite;
}
.tans3s {
    animation: animationLeftRight 35s ease-in-out infinite;
}
.tans4s {
    animation: animationLeftRight 35s ease-in-out infinite;
}

@keyframes animationLeftRight {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(1000px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes animationRightLeft {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-1000px);
    }
    100% {
        transform: translateX(0px);
    }
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.btn.btn-primary.btn-floating.mx-1{
    margin-left: 0;
    width: 120px;
    height: 40px;
    color: black;
    background: aliceblue;
    border: 3px solid rgba(4,36,88,0.9);
    /* border-radius: 10%; */
    display: flex;
    align-items: center;
    justify-content: center;

}

.btn.btn-primary.btn-lg{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-color: rgba(4,36,88,0.9);
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.lead.fw-normal.mb-0.me-3{
    padding: 30px 0;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .containerForm{
        width: 100%;
    }

    .padding-horizontal--48 {
        padding: 18px;
    }

    .loginbackground {
        min-height: 692px!IMPORTANT;
        position: fixed!IMPORTANT;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        overflow: hidden;
    }

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

    .row.gx-lg-5.align-items-center.mb-5 {
        display: flex;
        flex-wrap: wrap;
        margin-top: -20px;
        padding-bottom: 25px;
        flex-direction: column-reverse;
    }
}

.row.gx-lg-5.align-items-center.mb-5{
    display: flex;
    flex-wrap: wrap;
    margin-top: -50px;
    padding-bottom: 25px
}

.spanStatus{
    text-align: center;
    width: 400px;
}

span{
    font-weight: normal;
}

.checkmark-circle {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.checkmark-circle .background {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(4,36,88,0.9);
    position: absolute;
}
.checkmark-circle .checkmark {
    border-radius: 5px;
}
.checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.checkmark-circle .checkmark:after {
    opacity: 1;
    height: 15px;
    width: 7.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 3px solid white;
    border-top: 3px solid white;
    border-radius: 2.5px !important;
    content: "";
    left: 8px;
    top: 15px;
    position: absolute;
}

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 7.5px;
        opacity: 1;
    }
    40% {
        height: 15px;
        width: 7.5px;
        opacity: 1;
    }
    100% {
        height: 15px;
        width: 7.5px;
        opacity: 1;
    }
}
@-moz-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 7.5px;
        opacity: 1;
    }
    40% {
        height: 15px;
        width: 7.5px;
        opacity: 1;
    }
    100% {
        height: 15px;
        width: 7.5px;
        opacity: 1;
    }
}
@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 7.5px;
        opacity: 1;
    }
    40% {
        height: 15px;
        width: 7.5px;
        opacity: 1;
    }
    100% {
        height: 15px;
        width: 7.5px;
        opacity: 1;
    }
}

.context-contract{
    display: flex;
    justify-content: space-between;
}

a.slide-hover-left-3 {
    background-image: linear-gradient(0, #0A3D5B, #0A3D5B);
    background-size: 0;
    transition: .8s;
    background-repeat: no-repeat;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border: 1px solid #0A3D5B;
    background-color: transparent;
    color: #0A3D5B;

    text-decoration: none!IMPORTANT;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 3px;
    width: 270px;
    padding: 5px;
    text-transform: capitalize;
}

a.slide-hover-left-3:hover {
    background-size: 100%;
    color: #fff;
}

.btn.btn-secondary.dropdown-toggle{
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 480px) {
    .btn.btn-secondary.dropdown-toggle {display:block!IMPORTANT;}
    .btn.btn-secondary.dropdown-toggle.mobile {display:none!IMPORTANT;}

}

.btn.btn-secondary.dropdown-toggle.mobile{
    border: 0;
    display: flex;
    align-items: center;
    padding-right: 10px;
    justify-content: center;
}
@media only screen and (max-width: 479px) {
    .btn.btn-secondary.dropdown-toggle{display:none!IMPORTANT;}
    .btn.btn-secondary.dropdown-toggle.mobile {display:block!IMPORTANT;
        padding: 20px 20px;}
}

/* .btn.btn-secondary.dropdown-toggle{
  padding: .3rem .25rem;
   line-height: 1.4;
   border-radius: 0;
} */

.btn.btn-secondary.dropdown-toggle{
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    /* font-size: 18px; */
    background: transparent;
    cursor: pointer;
}

.btn.btn-secondary.dropdown-toggle:hover{
    background-color:#adcce9;
}
.dropdown-menu {
    display: none;
    position: absolute;
    overflow: auto;
    background-color:#fff;
    border-radius:5px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a {
    display: block;
    color: #000000;
    padding: 5px;
    text-decoration: none;
    padding:10px 20px;
}

/* .dropdown-menu a:hover {
  color: #0a0a23;
  background-color: #ddd;
  border-radius:5px;
} */

.dropdown {
    display: inline-block;
    position: relative;
    z-index: 999;
}

.contextP{
    margin: 2px;
}

.cardBack{
    font-size: 13px;
}

.fas.fa-check{
    color: white;
    background: rgba(4,36,88,0.9);
    border-radius: 50%;
    width: 25px;
    height: 22px;
    padding-top: 2px;
}
.u-container-style.u-layout-cell.u-right-cell.u-size-25.u-layout-cell-2{
    margin-top: 70px!IMPORTANT;
}

.cardBack{
    font-size: 13px;
}

.cardDownload {
    border: none;
    box-shadow: 0px 8px 16px 2px rgb(0 0 0 / 40%);
    border-radius: 12px;
    background: #a6a6a6;
    width: 200px
}



.team-single:hover .side-two {
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.team-single:hover .side-one {
    transform: rotateY(180deg);
}

.content-area {
    transform: perspective(1000px);
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.side-one {
    position: relative;
    transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
    margin-right: 30px;
}

.side-two {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    transform: rotateY(-180deg);
}

.side-one,
.side-two {
    backface-visibility: hidden;
    transition: 1s;
    transform-style: preserve-3d;
}

.name {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 75px;
    color: white;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;

}
.card-img{
    width: 52px;
    height: 52px;
}

.textDownload{
    font-family: 'Lato', sans-serif;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
}

.sideb {
    background: #ffffff;
}

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 7px 0px 0px rgba(50, 50, 50, 0.11);
    -moz-box-shadow: 0px 7px 0px 0px rgba(50, 50, 50, 0.11);
    box-shadow: 0px 7px 0px 0px rgba(50, 50, 50, 0.11);
}

/* front pane, placed above back */
.front {
    z-index: 2;
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

.bubble-front {
    position: relative;
    width: 100%;
    min-height: 150px;
    padding: 0;
    background: #a6a6a6;
}

.buttonWrapper{
    display: flex;
    justify-content: center;
}

.footerDownload {
    background-color: #FAFAFA;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.button1 {
    background: white;
    width: 80%;
    height: 30px;
    position: relative;
    border-color: white;
    border-radius: 10px;
    bottom: 10px;
    transition: all 0.25s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.button1:after {
    content: "";
    background: white;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 75%;
    left: 46%;
    transform: rotate(45deg);
    transition: all 0.25s ease-in-out;
}

.button1:hover::after {
    transform: rotate(135deg);
}

.card-footer.text-center .buttonWrapper .button .Btn-click {
    text-decoration: underline white;
    color:  #1e1656;

}

.card-footer {
    border: none;
}

.footer h5 {
    color: #1e1656;
    font-family: 'Roboto';
    font-weight:lighter ;

}

.cardDownload{
    height: 150px;
    margin-top: -20px
}
#Title{
    color: #1e1656;
    font-family: 'Roboto';
    font-weight:lighter ;
}

.team-area .card {
    border: none;
    box-shadow: 0px 8px 16px 2px rgb(0 0 0 / 40%);
    border-radius: 12px;
    background: #952D98;
}

.downCards{
    display: inline-flex!IMPORTANT;
}

@media only screen and (max-width: 479px) {
    .footerDownload {
        background-color: #FAFAFA;
        height: 60px;
        position: fixed;
        bottom: 0px;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .downCards{
        display: inline-block!IMPORTANT;
    }
}

/* Fundalul modal */
.modal-custom {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    overflow: auto;
}

/* Conținutul modalului */
.modal-content-custom {
    background: #fff;
    margin: 2% auto;
    padding: 20px;
    border-radius: 12px;
    width: 90%;
    max-width: 900px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
}


.modal-footer-logic{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Titlu modal */
.modal-title {
    text-align: center;
    margin-bottom: 15px;
}

/* Închidere */
.close-btn {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 28px;
    color: #888;
    cursor: pointer;
}
.close-btn:hover {
    color: #000;
}

/* Iframe */
.contract-iframe {
    width: 100%;
    height: 70vh;
    border: 1px solid #ccc;
    border-radius: 8px;
}

/* Footer cu buton */
.modal-footer {
    text-align: center;
    margin-top: 20px;
}

/* Responsivitate suplimentară */
@media (max-width: 600px) {
    .modal-content-custom {
        padding: 15px;
        border-radius: 10px;
    }

    .contract-iframe {
        height: 60vh;
    }

    .close-btn {
        font-size: 24px;
    }
}
