@font-face {
    font-family: Type;
    src: url(../fonts/NotoSans-Regular-webfont.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Type;
    src: url(../fonts/NotoSans-Bold-webfont.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Headings;
    src: url(../fonts/Noto-Serif-regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    font-family: Type, Arial, Helvetica, sans-serif;
    padding-top: 87px;
}

.legal-text {
    border: 2px solid #205390;
    padding: 50px;
    margin-bottom: 30px
}

h1,
h2,
h3 {
    font-family: Headings, Georgia, 'Times New Roman', Times, serif;
}

.legal-text h1,
.legal-text h2,
.legal-text h3 {
    font-family: Headings, Georgia, 'Times New Roman', Times, serif;
}

.legal-text h1,
.legal-text h2,
.legal-text h3,
.legal-text h4,
.legal-text h5,
.legal-text h6 {
    font-weight: normal;
}

.legal-text h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 10px
}

.legal-text h3,
.legal-text h4,
.legal-text h5 {
    font-size: 30px;
    margin-bottom: 7px
}

.legal-text p {
    font-size: 20px;
    line-height: 1.3
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #ffffff;
    box-shadow: 0 3px 19px 2px rgba(0, 0, 0, .38);
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 100;
}

.site-header .inner-header {
    height: 88px;
    overflow: hidden;
    border-bottom: none;
}

.site-header .top-header {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 7px 70px 7px 70px;
    width: 100%
}

.site-header .top-header:after {
    content: ' ';
    width: 100%;
    height: 2px;
    border-top: 1px solid #E8E8E8;
    position: absolute;
    left: 0;
    bottom: 0
}

.site-header .top-header .left {
    display: flex;
    align-items: center
}

.site-header .top-header .left svg {
    width: 91px;
    display: inline-block;
}

.site-header .top-header .left img {
    width: 91px;
    display: inline-block;
    margin: 3px 5px 0
}

.site-header .top-header .left span {
    font-size: 18px;
    color: #005B96;
    font-weight: normal
}

.site-header .top-header .right ul {
    display: flex
}

.site-header .top-header .right ul li {
    padding: 0px 17px;
    position: relative
}

.site-header .top-header .right ul li a {
    font-size: 12px;
    color: #2e404d;
    text-decoration: none
}

.site-header .top-header .right ul li::before {
    content: ' ';
    width: 2px;
    height: 65%;
    border-left: 1px solid #0072BC;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}



.site-header .top-header .launch_menu-top-header {
    display: inline-block;
    cursor: pointer;
    display: none;
    position: relative;
    top: 1px
}

.switcher-lang {
    padding-right: 17px;
}

.site-header .main-header {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
    align-items: center;
    position: relative
}

.site-header .main-header .left {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.site-header .main-header .left a {
    display: inline-block;
    /* width: 18vw; */
    /* width: 10vw; */
    overflow: hidden
}

.site-header .main-header .left a img {
    width: 90px;
    float: left
}

.site-header .main-header .left a img.logo-generic-mobile {
    display: none
}

.site-header .main-header .left a img.logo-generic-mobile-white {
    display: none
}

.site-header .main-header .left a img.logo-generic-desktop {
    display: block;
    margin-top: 5px;
}

.site-header .main-header .center {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: .5rem;
    padding-bottom: .8rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0
}

.site-header .main-header .center ul {
    display: flex
}

.site-header .main-header .center ul li {
    margin: 0 16px
}

.site-header .main-header .center ul li a {
    font-size: 16px;
    color: #2e404d;
    font-weight: normal;
    text-decoration: none;
    background-image: linear-gradient(#205390, #205390);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s;
    display: inline-block;
    padding-bottom: 2px;
    cursor: pointer;
    line-height: 1;
}

.site-header .main-header .center ul li a:hover {
    background-size: 100% 2px
}

.site-header .main-header .center ul li.current-menu-item a {
    font-weight: bold;
    color: #005B96;
}

.site-header .main-header .center ul li.launch-menu-solutions a.active {
    background-size: 100% 2px
}

.site-header .main-header .right {
    display: flex;
    justify-content: flex-end;
    padding-top: 0px;
    padding-bottom: 0px;
}

.site-header .main-header .right .switcher-lang a {
    font-size: 16px;
    color: #2e404d;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(#005B96, #005B96);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s;
    padding-bottom: 2px;
    margin-left: 15px;
    line-height: 1;
}

.site-header .main-header .right .switcher-lang a:hover {
    background-size: 100% 2px
}

.site-header .main-header .right .switcher-lang a.active {
    font-weight: 700;
    color: #005B96;
}

.site-header .main-header .right .link-login {
    margin-right: 30px
}

.site-header .main-header .right .link-login a {
    font-size: 16px;
    color: #2e404d;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(#005B96, #005B96);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s;
    padding-bottom: 2px;
    margin-left: 15px;
    line-height: 1;
}

.site-header .main-header .right .link-login a:hover {
    background-size: 100% 2px
}

.site-header .main-header .burger {
    width: 30px;
    height: 33px;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    border-radius: 4px;
    z-index: 50;
    display: none
}

.site-header .main-header .burger span {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.site-header .main-header .burger span,
.site-header .main-header .burger span::before,
.site-header .main-header .burger span::after {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #205390;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.site-header .main-header .burger span::before,
.site-header .main-header .burger span::after {
    position: absolute;
    content: ""
}

.site-header .main-header .burger span::before {
    top: -9px;
    background-color: #205390
}

.site-header .main-header .burger span::after {
    top: 9px;
    background-color: #205390
}

.site-header .main-header .burger.clicked span {
    background-color: transparent
}

.site-header .main-header .burger.clicked {
    z-index: 150
}

.site-header .main-header .burger.clicked span::before {
    -webkit-transform: translateY(11px) rotate(45deg);
    -moz-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    -o-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg)
}

.site-header .main-header .burger.clicked span::after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg)
}

.site-header .main-header .burger.clicked span:before,
.site-header .main-header .burger.clicked span:after {
    background-color: #205390
}

.site-header .main-header .burger:hover {
    cursor: pointer
}

.wrapp-menu-mobile {
    position: fixed;
    right: -100%;
    width: 900px;
    background: #fff;
    z-index: 100;
    /* top: 189px; */
    top: 88px;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.wrapp-menu-mobile.active {
    right: 50%;
    transform: translateX(50%)
}

.wrapp-menu-mobile:before {
    content: ' ';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #205390
}

.wrapp-menu-mobile .inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-top: none;
    background: #fff;
    padding: 0px 30px 30px
}

.wrapp-menu-mobile .wrapp-content {
    max-width: 100%;
    width: 100%;
    padding: 20px 20px 0;
    margin: 0 auto;
    position: relative;
    height: 100%
}

.wrapp-menu-mobile .menu-solutions {
    padding-top: 40px
}

.wrapp-menu-mobile .menu-solutions .menu-menu-solutions-container {
    display: flex;
    justify-content: center
}

.wrapp-menu-mobile .menu-solutions ul {
    width: 700px;
    display: flex;
    flex-wrap: wrap
}

.wrapp-menu-mobile .menu-solutions ul li {
    width: 50%;
    margin-bottom: 23px
}

.wrapp-menu-mobile .menu-solutions ul li a {
    font-size: 16px;
    line-height: 1.5;
    color: #505050;
    text-decoration: none;
    background-image: linear-gradient(#205390, #205390);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s;
    display: inline-block;
    padding-bottom: 2px;
    cursor: pointer
}

.wrapp-menu-mobile .menu-solutions ul li a:hover {
    background-size: 100% 2px
}

.wrapp-menu-mobile .menu-solutions ul li.current-menu-item a {
    font-weight: 700;
    color: #205390
}

.wrapp-menu-mobile .mobile-menu {
    display: none
}

.wrapp-menu-mobile .menu-mobile-main-ul {
    text-align: left
}

.wrapp-menu-mobile .menu-mobile-main-ul ul li {
    margin-bottom: 20px
}

.wrapp-menu-mobile .menu-mobile-main-ul ul li.current-menu-item a {
    font-weight: 700;
    color: #205390
}

.wrapp-menu-mobile .menu-mobile-main-ul ul li a {
    font-size: 16px;
    font-weight: 300;
    color: #505050;
    text-decoration: none;
    background-image: linear-gradient(#205390, #205390);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s;
    display: inline-block;
    padding-bottom: 2px;
    cursor: pointer
}

.wrapp-menu-mobile .menu-mobile-main-ul ul li a:hover {
    background-size: 100% 2px
}

.wrapp-menu-mobile .menu-mobile-main-ul ul li .sub-menu {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 20px
}

.wrapp-menu-mobile .menu-mobile-main-ul ul li .sub-menu li {
    margin-bottom: 12px
}

.wrapp-menu-mobile .menu-mobile-main-ul ul li:hover .sub-menu {
    max-height: 600px;
    padding-top: 20px
}

.wrapp-menu-mobile .menu-mobile-main-ul ul li.menu-item-has-children>a {
    cursor: pointer;
    pointer-events: all;
    display: inline-flex;
    position: relative
}

.wrapp-menu-mobile .menu-mobile-main-ul ul li.menu-item-has-children>a:after {
    content: ' ';
    width: 15px;
    height: 15px;
    background: url(../img/download.svg) no-repeat center center;
    background-size: contain;
    position: relative;
    margin-left: 9px;
    top: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.wrapp-menu-mobile .menu-mobile-main-ul ul li.menu-item-has-children:hover>a:after {
    transform: rotate(180deg)
}

.wrapp-menu-mobile .content-mobile {
    display: none;
    justify-content: space-between;
    padding-top: 40%
}

.wrapp-menu-mobile .content-mobile .right a {
    font-size: 16px;
    color: #505050;
    display: inline-block;
    margin: 0 5px;
    text-decoration: none;
    background-image: linear-gradient(#205390, #205390);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s;
    display: inline-block;
    padding-bottom: 2px;
    cursor: pointer
}

.wrapp-menu-mobile .content-mobile .right a.active {
    font-weight: 700;
    color: #205390
}

.wrapp-menu-mobile .content-mobile .right a:hover {
    background-size: 100% 2px
}

.harmony-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.harmony-logos .logo-column {
    width: calc(33.33% - 40px);
    margin-right: 40px
}

.harmony-logos .logo-column img {
    margin: 20px 0;
    max-width: 100%
}

.harmony-logos .logo-column:nth-child(3n+3) {
    margin-right: 0px
}

@media (min-width: 800px) and (max-height: 700px) {
    .wrapp-menu-mobile .menu-mobile-main-ul>ul a {
        margin-bottom: 11px
    }

    .wrapp-menu-mobile .wrapp-content {
        padding: 38px 20px 0
    }

    .wrapp-menu-mobile .btn-jump {
        padding-top: 20px
    }
}

@media (max-width: 1200px) {
    /* .site-header .top-header {
        padding: 12px 20px 15px 70px
    }

    .site-header .main-header .center {
        padding-top: 50px
    }

    .site-header .main-header .center ul li a {
        font-size: 21px
    }

    .site-header .main-header .right {
        padding-top: 50px
    }

    .site-header .main-header .right .main-menu ul li a {
        font-size: 21px
    }

    .site-header .main-header .right .switcher-lang a {
        font-size: 21px
    } */

    .wrapp-menu-mobile {
        top: 175px;
        height: calc(100vh - 175px);
        width: 100%
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 92px
    }

    .legal-text {
        padding: 20px;
        margin-bottom: 20px
    }

    .legal-text h1 {
        font-size: 40px;
        line-height: 1.2
    }

    .legal-text h3,
    .legal-text h4,
    .legal-text h5 {
        font-size: 26px
    }

    .legal-text p {
        font-size: 16px
    }

    .site-header {
        padding: 10px 0px 0
    }

    .site-header .inner-header {
        margin: 0 10px
    }

    .site-header .top-header {
        padding: 3px 20px 4px 60px;
        width: 100%
    }

    @media (max-width: 991px) {
        .site-header .top-header {
            padding: 0px 13px 10px;
            width: 100%;
        }
    }

    .site-header .top-header .left img {
        width: 61px;
        display: inline-block;
        margin: 0px 3px 0
    }

    .site-header .top-header .left svg {
        width: 80px;
        display: inline-block;
        margin: 0px 3px 0
    }

    .site-header .top-header .left span {
        font-size: 12px
    }

    .site-header .top-header .right {
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        background: rgba(0, 0, 0, 0.6);
        z-index: 100
    }

    .site-header .top-header .right .menu-menu-top-header-container {
        width: 240px;
        position: absolute;
        top: 3vw;
        right: 10vw;
        z-index: 100;
        background: #205390
    }

    .site-header .top-header .right.active {
        display: block
    }

    .site-header .top-header .right ul {
        flex-wrap: wrap;
        padding: 35px 0;
        background: #FFF;
        border-bottom-right-radius: 70px
    }

    .site-header .top-header .right ul li {
        width: 100%;
        padding: 13px 35px;
        color: #505050
    }

    .site-header .top-header .right ul li:before {
        display: none
    }

    .site-header .top-header .right ul li a {
        font-size: 18px;
        color: #505050
    }

    .site-header .top-header .launch_menu-top-header {
        display: inline-block
    }

    .site-header .main-header {
        padding: 9px 13px 10px
    }

    .site-header .main-header .center,
    .site-header .main-header .right {
        display: none
    }

    .site-header .main-header .burger {
        display: block;
        top: 44%
    }

    .site-header .main-header .left {
        display: flex;
        align-items: center
    }

    /* .site-header .main-header .left a {
        width: 34px;
        height: 34px
    } */

    .site-header .main-header .left a img.logo-generic-desktop {
        display: none
    }

    .site-header .main-header .left a img.logo-generic-mobile {
        display: block
    }

    .site-header.header-home {
        height: 100px
    }

    .site-header.header-home:before {
        height: 2px;
        top: 27px;
        left: -2px;
        border-top-left-radius: 0
    }

    .site-header.header-home .main-header {
        padding-top: 16px
    }

    .site-header.header-home .main-header .left a {
        width: 140px;
        height: 40px
    }

    .site-header.header-home .main-header .left a img.logo-generic-mobile-white {
        display: block
    }

    .site-header.header-home .main-header .left a img.logo-generic-mobile {
        display: none
    }

    .wrapp-menu-mobile {
        top: 90px;
        height: calc(100vh - 90px)
    }

    .wrapp-menu-mobile .wrapp-content {
        max-width: 330px;
        padding: 40px 20px 40px;
        margin: 0 auto
    }

    .wrapp-menu-mobile .menu-solutions {
        display: none
    }

    .wrapp-menu-mobile .mobile-menu {
        display: block
    }

    .wrapp-menu-mobile .content-mobile {
        display: flex
    }

    .wrapp-menu-mobile .content-mobile .left .link-login a {
        font-size: 16px;
        color: #505050;
        display: inline-block;
        margin: 0 5px;
        text-decoration: none;
        background-image: linear-gradient(#205390, #205390);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 0 2px;
        transition: background-size .3s;
        display: inline-block;
        padding-bottom: 2px;
        cursor: pointer
    }

    .harmony-logos {
        max-width: 260px;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0)
    }

    .harmony-logos .logo-column {
        width: calc(50% - 20px);
        margin-right: 0px
    }

    .harmony-logos .logo-column img {
        width: 100%;
        margin: 20px 0 !important
    }
}

@media (max-width: 360px) {
    .wrapp-menu-mobile .menu-mobile-main-ul>ul>li {
        margin-bottom: 10px
    }

    .wrapp-menu-mobile .menu-mobile-main-ul>ul a {
        font-size: 22px
    }

    .wrapp-menu-mobile .menu-mobile-main-ul>ul>li>a {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .wrapp-menu-mobile .menu-mobile-main-ul>ul>li>.sub-menu>li>a {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .wrapp-menu-mobile .menu-mobile-main-ul>ul>li:hover>.sub-menu {
        max-height: 178px
    }

    .wrapp-menu-mobile .switcher-lang {
        bottom: 20px
    }

    .wrapp-menu-mobile .switcher-lang a {
        font-size: 22px
    }

    .wrapp-menu-mobile .wrapp-content {
        padding: 10px 20px 0
    }
}

.site-footer {
    background-color: #070F26;
    padding: 95px 20px 30px;
    position: relative
}

.site-footer:before {
    content: ' ';
    width: 100%;
    height: 113px;
    border-top: 2px solid #19A3FC;
    position: absolute;
    bottom: 0px;
    right: 0;
    pointer-events: none
}

.site-footer .logo-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 35px
}

.site-footer .logo-footer a {
    display: inline-block
}

.site-footer .logo-footer a img {
    width: 100%;
    height: 5rem;
}

.site-footer .main-menu-footer {
    padding: 12px 0px
}

.site-footer .main-menu-footer ul {
    display: flex;
    justify-content: center
}

.site-footer .main-menu-footer ul li {
    margin: 0 15px
}

.site-footer .main-menu-footer ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 300
}

.site-footer .sponsors-footer {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 0 45px;
}

.site-footer .sponsors-footer a {
    /* display: inline-block;
    margin: 0 17px 10px; */
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-footer .sponsors-footer a img {
    margin-left: .5rem;
    width: 160px;
}

.site-footer .sponsors-footer a:first-child::after {
    content: "";
    height: 1.75rem;
    width: 2px;
    border-radius: 2px;
    background-color: #949494;
    display: inline-block;
    vertical-align: super;
    margin-left: 1rem;
}

.site-footer .legal-menu ul {
    display: flex;
    justify-content: center;
    padding: 30px 0px 24px
}

.site-footer .legal-menu ul li {
    margin: 0 15px
}

.site-footer .legal-menu ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 300
}

.site-footer .legal-menu .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px
}

.site-footer .legal-menu .copyright svg {
    display: inline-block;
    margin: 0 3px;
    width: 54px;
}

/* @media(min-width:1920px){
    .slider-imgs-size{
        .vce-single-image-inner, .vce-single-image-wrapper {min-width: 830px;}
    }
} */


@media (max-width: 992px) {
    .site-footer:before {
        height: 0px;
        border-top: 2px solid #19A3FC;
        border-right: none;
        bottom: 109px;
        border-top-right-radius: unset
    }

    .site-footer .logo-footer {
        padding-bottom: 55px
    }

    .site-footer .main-menu-footer {
        display: none
    }

    .site-footer .legal-menu ul {
        justify-content: space-around
    }

    .site-footer .legal-menu ul li {
        margin: 0 5px
    }

    .site-footer .legal-menu ul li a {
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .site-footer:before {
        bottom: 162px
    }

    .site-footer .legal-menu ul {
        flex-wrap: wrap;
        flex-direction: column
    }

    .site-footer .legal-menu ul li {
        text-align: center;
        margin: 5px 0
    }
}

@media (max-width: 360px) {
    .site-footer .legal-menu ul li {
        margin: 0px 4px
    }

    .site-footer .legal-menu ul li a {
        font-size: 14px
    }
}

.section-contact-form {
    border: 2px solid #205390;
    border-bottom-right-radius: 100px
}

.section-contact-form h2 {
    font-size: 62px;
    font-weight: normal;
    color: #2e404d;
    padding: 0 20px
}

.section-contact-form .wpcf7-form.invalid .wpcf7-response-output {
    color: red
}

.section-contact-form .wpcf7-form .wpcf7-response-output {
    margin: 0;
    width: 100%;
    text-align: center;
    border: none;
    padding: 21px 0 0 0;
    font-size: 13px;
    color: #0271BC
}

.contact-form-wrapp {
    position: relative
}

.contact-form-wrapp .inner-cf {
    max-width: 660px;
    margin: 0 auto
}

.contact-form-wrapp .inner-cf .row-form {
    display: flex;
    justify-content: space-between
}

.contact-form-wrapp .inner-cf .row-form .col-form {
    width: 100%;
    margin-bottom: 30px
}

.contact-form-wrapp .inner-cf .row-form .col-form.col-form-w-50 {
    width: 47%
}

.contact-form-wrapp .inner-cf .row-form .col-form.margin-bottom-less {
    margin-bottom: 0px
}

.contact-form-wrapp .inner-cf .row-form input[type="text"],
.contact-form-wrapp .inner-cf .row-form input[type="email"] {
    display: block;
    width: 100%;
    border: none;
    font-size: 16px;
    color: #2e404d;
    border: 1px solid #8B959C;
    border-radius: 2px;
    padding: .5rem;
    font-family: Type, Arial, Helvetica, sans-serif;
}

.contact-form-wrapp .inner-cf .row-form input[type="text"]:focus,
.contact-form-wrapp .inner-cf .row-form input[type="email"]:focus {
    outline: solid 1px #005B96;
}

/* .contact-form-wrapp .inner-cf .row-form input[type="text"]::-webkit-input-placeholder,
.contact-form-wrapp .inner-cf .row-form input[type="email"]::-webkit-input-placeholder {
    font-size: 16px;
    color: #C1C1C1;
    font-family: Type, Arial, Helvetica, sans-serif;
    font-weight: normal
}

.contact-form-wrapp .inner-cf .row-form input[type="text"]:-moz-placeholder,
.contact-form-wrapp .inner-cf .row-form input[type="email"]:-moz-placeholder {
    font-size: 16px;
    color: #C1C1C1;
    font-family: Type, Arial, Helvetica, sans-serif;
    font-weight: normal
}

.contact-form-wrapp .inner-cf .row-form input[type="text"]::-moz-placeholder,
.contact-form-wrapp .inner-cf .row-form input[type="email"]::-moz-placeholder {
    font-size: 16px;
    color: #C1C1C1;
    font-family: Type, Arial, Helvetica, sans-serif;
    font-weight: normal
}

.contact-form-wrapp .inner-cf .row-form input[type="text"]:-ms-input-placeholder,
.contact-form-wrapp .inner-cf .row-form input[type="email"]:-ms-input-placeholder {
    font-size: 16px;
    color: #C1C1C1;
    font-family: Type, Arial, Helvetica, sans-serif;
    font-weight: normal
} */

.contact-form-wrapp .inner-cf .row-form textarea {
    font-size: 16px;
    color: #2e404d;
    width: 100%;
    border: solid 1px #8B959C;
    resize: none;
    outline: 0;
    padding: .5rem;
    border-radius: unset;
    margin-top: .5rem;
    font-family: Type, Arial, Helvetica, sans-serif;
}

.contact-form-wrapp .inner-cf .row-form textarea:focus {
    outline: solid 1px #005B96;
}

/* .contact-form-wrapp .inner-cf .row-form textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #C1C1C1;
    font-family: Type, Arial, Helvetica, sans-serif;
    font-weight: normal
}

.contact-form-wrapp .inner-cf .row-form textarea:-moz-placeholder {
    font-size: 16px;
    color: #C1C1C1;
    font-family: Type, Arial, Helvetica, sans-serif;
    font-weight: normal
}

.contact-form-wrapp .inner-cf .row-form textarea::-moz-placeholder {
    font-size: 16px;
    color: #C1C1C1;
    font-family: Type, Arial, Helvetica, sans-serif;
    font-weight: normal
}

.contact-form-wrapp .inner-cf .row-form textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #C1C1C1;
    font-family: Type, Arial, Helvetica, sans-serif;
    font-weight: normal
} */

.contact-form-wrapp .inner-cf .row-form .wrapp-submit {
    width: 100%;
    text-align: center;
    margin-top: 35px;
    position: relative
}

.contact-form-wrapp .inner-cf .row-form .wrapp-submit input[type="submit"] {
    background-color: #005B96;
    border-radius: 2px;
    font-family: Type, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    padding: 1rem;
    border: none;
    cursor: pointer;
    transition: .2s ease-out;
}

.contact-form-wrapp .inner-cf .row-form .wrapp-submit input[type="submit"]:disabled {
    background-color: #F5F5F5;
    color: #4D5D68;
    cursor: not-allowed;
}

.contact-form-wrapp .inner-cf .row-form .wrapp-submit .btn-submit-cf7 {
    /* display: inline-block; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

/* .contact-form-wrapp .inner-cf .row-form .wrapp-submit .btn-submit-cf7:after {
    content: ' ';
    background: url("../img/Icono_Flecha.svg") no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
} */

/* .contact-form-wrapp .inner-cf .row-form .wrapp-submit .btn-submit-cf7:hover:after {
    right: -5px
} */

.contact-form-wrapp .inner-cf .row-form .wrapp-submit .ajax-loader {
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #205390
}

.contact-form-wrapp .inner-cf .row-form .form-checkbox {
    position: relative
}

.contact-form-wrapp .inner-cf .row-form .form-checkbox .wpcf7-list-item {
    margin: 0
}

.contact-form-wrapp .inner-cf .row-form .form-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.contact-form-wrapp .inner-cf .row-form .form-checkbox input[type="checkbox"]+.wpcf7-list-item-label {
    font-size: .875rem;
    font-weight: normal;
    color: #2e404d;
    position: relative;
    padding-left: 32px;
    display: block;
}

.contact-form-wrapp .inner-cf .row-form .form-checkbox input[type="checkbox"]+.wpcf7-list-item-label a {
    font-size: 0.875rem;
    color: #005B96;
    font-weight: 700;
    text-decoration: underline;
}

.contact-form-wrapp .inner-cf .row-form .form-checkbox input[type="checkbox"]+.wpcf7-list-item-label:before {
    content: ' ';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #8B959C;
}

.contact-form-wrapp .inner-cf .row-form .form-checkbox input[type="checkbox"]+.wpcf7-list-item-label:after {
    content: ' ';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #205390;
    background-image: url(../img/check-orange.svg);
    background-size: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0
}

.contact-form-wrapp .inner-cf .row-form .form-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
    opacity: 1
}

.contact-form-wrapp .inner-cf .row-form .wpcf7-form-control-wrap {
    display: block
}

.contact-form-wrapp .inner-cf .row-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 11px
}

@media (max-width: 768px) {
    .contact-form-wrapp {
        padding-left: 20px;
        padding-right: 20px
    }

    .contact-form-wrapp .inner-cf .row-form {
        flex-wrap: wrap
    }

    .contact-form-wrapp .inner-cf .row-form .col-form.col-form-w-50 {
        width: 100%
    }

    .contact-form-wrapp .inner-cf .row-form .form-checkbox {
        margin-bottom: 20px
    }

    .section-contact-form h2 {
        font-size: 13vw
    }
}










.synt-banner-logo .vce-single-image-inner {
    height: auto;
    width: calc(3rem + 12vmax) !important;
    min-width: 14rem;
}

.synt-banner-ecosystem {
    margin: 0 auto 64px;
    max-width: 15rem;
    min-width: 8rem;
    width: 15vw;
}

.synt-banner-ecosystem .vce-single-image-inner {
    padding-bottom: 48.3333% !important;
    width: 300px !important;
}


.text-shadow {
    text-shadow: 1px 1px 5px #070f26;
}

.background-position-center {
    background-position: center !important;
}

@media (min-width: 1440px) {
    .text-title {
        font-size: calc(2rem + 1vw);
    }
}

.text-title {
    margin-top: 1rem
}

@media (max-width: 1024px) {
    .text-title {
        font-size: 2rem;
    }
}

.text-large {
    font-size: 1.25rem;
    line-height: 1.5;
}

.text-xLarge {
    font-size: 1.5rem;
}

@media (max-width: 1024px) {
    .text-xLarge {
        font-size: 1.125rem;
        line-height: 1.5;
    }

    .text-large {
        font-size: 1.125rem;
        line-height: 1.5;
    }
}

.harmony-container p {
    margin: 0 auto;
    max-width: 1140px;
}

.text-medium {
    font-size: 1rem !important;
    color: #2e404d;
}

@media (max-width: 1024px) {
    .text-medium {
        font-size: 0.875rem !important;
        line-height: 1.5;
    }
}

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

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

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

.h1-white {
    font-weight: 400;
    color: #e8e8e8;
    line-height: 1.2;
}

.btn-link-dark {
    color: #00DFED;
    font-weight: bold;
    padding: .75em;
}

.btn-link-dark:hover,
.btn-link-dark:focus {
    color: #fff;
    text-decoration: underline;
}


.btn-link-dark::after {
    background: url(../img/ic_arrows_circle_left_dark.svg) center center/cover no-repeat;
    content: '';
    display: inline-block;
    height: 24px;
    margin-left: .5rem;
    vertical-align: middle;
    width: 24px;
}

.btn-link {
    color: #005b96;
    padding: .75em;
    padding-left: 0;
    margin-top: 1rem;
}

.btn-link::after {
    background: url(../img/ic_arrows_circle_left.svg) center center/cover no-repeat;
    background-image: url("../img/ic_arrows_circle_left.svg");
    content: '';
    display: inline-block;
    height: 24px;
    margin-left: .5rem;
    vertical-align: middle;
    width: 24px;
}

.btn-link:hover {
    color: #070f26;
    text-decoration: underline;
}

.h2-black {
    font-size: calc(1.25rem + .625vmax);
    font-weight: 400;
    font-family: Headings, Georgia, 'Times New Roman', Times, serif;
    line-height: 1.2;
    color: #2e404d;
}

@media(max-width: 991px) {
    .gestion-section-container .title-container {
        padding-left: 20px !important;
    }
}

.gestion-section-container .title-container {
    padding: 30px 70px 25px;
    width: 100% !important;
    max-width: 1090px !important;
    min-height: 29vw;
}

.modal-container .inner-modal-container .box-container {
    width: 100%;
    max-width: 900px;
    height: 370px;
    background-color: #fff;
    border: 2px solid #005B96;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    border-top-right-radius: 90px;
    overflow: hidden;
}

#section-station .left-side .focus-paragraph {
    color: #00DFED;
    opacity: 1;
}

#section-station.white-aspect .left-side .focus-paragraph {
    color: #005B96;
    opacity: 1;
}

#section-station .left-side .zoom-paragraph {
    opacity: 1;
}

#section-station .left-side .zoom-paragraph a {
    color: #00DFED;
    opacity: 1;
}

#section-station .left-side .zoom-paragraph a::after {
    color: #00DFED;
    opacity: 1;
}

#section-station.white-aspect .left-side .zoom-paragraph a {
    color: #005B96;
    opacity: 1;
}

@media (max-width: 768px) {
    #section-station .vce-asset-background-simple-item {
        background-image: url(../img/background-station-mobile.jpg) !important;
        background-position: top right !important;
    }
}

/*# sourceMappingURL=tempstyle.css.map */