<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements.  See the NOTICE file * distributed with this work for additional information * regarding copyright ownership.  The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License.  You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied.  See the License for the * specific language governing permissions and limitations * under the License. */
header nav ul li a.home {
    background-image: url(../img/ico-home.png);
    background-position: center 5px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    color: transparent;
    height: 30px;
    position: relative;
    top: -2.5px;
    margin-right: 20px;
}

header nav ul li:hover a.home span {
    display: none;
}

header nav ul a.home::after {
    display: none;
}

#background-left {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(50% - 640px);
    height: calc(100% - 100px);
    background-image: url('../img/square.png?v=2');
    background-position: center right;
    z-index: -1;
}

#cookiesTopBloc {
	padding: 15px 0 5px 0;
	background: #e5e3e3;
	position: fixed;
	bottom: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}

#cookiesTopBloc .table {
    display: table;
    vertical-align: top;
    border-collapse: collapse;
}

#cookiesTopBloc .cell {
    display: table-cell;
}

#cookiesTopBloc .fw100 {
    width: 100%;
}

#cookiesTopBloc .vam {
    vertical-align: middle;
}

#cookiesTopBloc .description p {
    color: #343434;
    font-size: 1em;
    position: relative;
    padding: 0 0 0 25px;
}

.validate {    
    padding-top: 30px;
    text-align: right;
}

#cookiesTopBloc button {
    padding: 5px 13px;
    background: #a41c5a;
    color: #fff;
    margin-right: 10px;
}

#cookiesTopBloc button:before {
    content: "";
    margin: 0;
}

#cookiesTopBloc a {
    margin: 0 15px;
    white-space: nowrap;
    font-size: 1em;
    display: block;
    text-transform: uppercase;
    color: #72747c;
    text-decoration: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    border: 0;
}
section,
article,
aside,
footer,
header,
nav,
hgroup {
    display: block;
}
a {
    text-decoration: none;
}
.hidden {
    display: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.input {
    position: relative;
}
.input span {
    position: absolute;
    left: 10px;
    top: 13px;
    color: #b2b5b7;
    z-index: 0;
    pointer-events: none;
}
.input input:focus~span,
.input textarea:focus~span {
    display: none;
}
.input input.active~span,
.input textarea.active~span {
    display: none;
}
section.stock {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 50px;
    min-height: 400px;
}
html {
    height: 100%;
}
body {
    height: 100%;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    min-height: 100%;
    color: #3e474a;
}
html.stop_scroll {
    overflow: hidden;
}
body.stop_scroll {
    overflow: hidden;
}
#logo {
    position: relative;
    z-index: 1;
    padding-top: 16px;
    display: inline-block;
    transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transform-origin: left top;
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
}
#logo img {
    /*height:125px;*/
    
    transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
}
#logo.collapsed {
    padding-top: 6px;
    /*transform:scale(0.7);	-moz-transform:scale(0.7);	-webkit-transform:scale(0.7);*/
}
#logo.collapsed img {}#mobile_menu {
    display: none;
}

.mobile_menu_content {
    display: none;
}

.mobile_menu_content {
    margin-top: -2px;
    margin-bottom: -10px;
    width: 100%;
    background: #1DBAEA;
}

.mobile_menu_content li a {
    color: white;
    font-size: 16px;
}

.mobile_menu_content li {
    padding: 7px;
}

.mobile_menu_content li:hover {
    background: white;
}

.mobile_menu_content li:hover a {
    color: black;
}

header {
    /*background:rgba(255,255,255,0.9);*/
    
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99
}
header nav {
    float: right;
    height: 100px;
    text-align: right;
    position: relative;
}
header #nav_bg {
    background: url('../img/header.png') no-repeat scroll top right transparent;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 0;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
}
header #nav_bg.collapsed {
    height: 99px;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
header #nav_bg:after {
    left: 100%;
    height: 99px;
    border-bottom: 1px solid rgba(180, 208, 214, 0.65);
    width: 4000px;
    position: absolute;
    top: 0;
    content: "";
    background: rgba(242, 247, 248, 0.9);
}
header #nav_bg.collapsed:after {
    border-bottom: 0;
}
header nav ul {
    position: relative;
    left: 0;
    z-index: 1;
    padding-top: 32px;
}
header nav ul li {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}
header nav ul li a {
    color: #183456;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 11.5px;
    padding-right: 11.5px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
}
header nav ul li a:after {
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    transform: skewX(27deg);
    -moz-transform: skewX(27deg);
    -webkit-transform: skewX(27deg);
    transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    width: 1px;
    background-color: #ea441d;
}
header nav ul li a:hover {
    color: #ffffff;
}
header nav ul li a:hover:after {
    width: 100%;
}
header nav ul li:nth-of-type(4n+1) a:after {
    background-color: #F39301;
}
header nav ul li:nth-of-type(4n+2) a:after {
    background-color: #ED6D91;
}
header nav ul li:nth-of-type(4n+3) a:after {
    background-color: #8C368C;
}
header nav ul li:nth-of-type(4n) a:after {
    background-color: #96C11E;
}
header nav ul li a.face {
    background-image: url('../img/header_icons.png');
    background-position: center 5px;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 40px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    color: transparent;
    height: 40px;
    border-radius: 50%;
}
header nav ul li a.face:hover {
    background-color: #e1e1e1;
}
header nav ul li a.face:after {
    display: none;
}
header nav .mobile_and_footer_menu {
    display: none;
}
.button {
    padding: 26px 73px;
    /*background: url('../img/join.png') no-repeat scroll center center transparent;*/
    
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    text-transform: uppercase;
    transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    box-shadow: inset 0px -5px 30px -10px rgba(0, 0, 0, 0.2);
    text-shadow: 0.5px 0.866px 0px rgba( 29, 133, 163, 0.5);
    /*background-image: -webkit-linear-gradient(top, rgb( 29, 186, 234 ) 0%, rgb( 112, 212, 243 ) 100%);	background-image: -o-linear-gradient(top, rgb( 29, 186, 234 ) 0%, rgb( 112, 212, 243 ) 100%);	background-image: linear-gradient(to top, rgb( 29, 186, 234 ) 0%, rgb( 112, 212, 243 ) 100%);*/
    
    background-color: #e72276;
}
.button:hover {
    /*background-image: -webkit-linear-gradient(top, rgb( 234, 29, 48 ) 0%, rgb( 243, 112, 125 ) 100%);    background-image: -o-linear-gradient(top, rgb( 234, 29, 48 ) 0%, rgb( 243, 112, 125 ) 100%);    background-image: linear-gradient(to top, rgb( 234, 29, 48 ) 0%, rgb( 243, 112, 125 ) 100%);*/
    
    background-color: red;
}
.button:after {
    content: "";
    position: absolute;
    bottom: -5px;
    transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    top: -5px;
    left: -5px;
    right: -5px;
    border: 5px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}
.button:before {
    background-image: url("data:image/png;base64,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");
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
}
.button:hover:after {
    border: 5px solid rgba(60, 67, 70, 0.5);
    box-shadow: inset 0px 2px 1px 0px rgba(255, 255, 255, 0.2), inset 0px -2px 1px 1px #9a1b1b;
}
.button.red {
    /*background-image: -webkit-linear-gradient(top, rgb( 234, 29, 48 ) 0%, rgb( 243, 112, 125 ) 100%);    background-image: -o-linear-gradient(top, rgb( 234, 29, 48 ) 0%, rgb( 243, 112, 125 ) 100%);    background-image: linear-gradient(to top, rgb( 234, 29, 48 ) 0%, rgb( 243, 112, 125 ) 100%);*/
    
    background-color: #e14123;
}
.button.red:hover {
    /*background-image: -webkit-linear-gradient(top, rgb( 63, 61, 61 ) 0%, rgb( 113, 110, 110 ) 100%);	  background-image: -o-linear-gradient(top, rgb( 63, 61, 61 ) 0%, rgb( 113, 110, 110 ) 100%);	  background-image: linear-gradient(to top, rgb( 63, 61, 61 ) 0%, rgb( 113, 110, 110 ) 100%);*/
    
    background-color: #5f5c5c;
}
.button.red:after {
    border: 5px solid rgba(60, 67, 70, 0.5);
    box-shadow: inset 0px 2px 1px 0px rgba(255, 255, 255, 0.2), inset 0px -2px 1px 1px #9a1b1b;
}
.button.red:hover:after {
    border: 5px solid rgba(60, 67, 70, 0.2);
    box-shadow: inset 0px 2px 1px 0px rgba(255, 255, 255, 0.2), inset 0px -2px 1px 1px #2e2d2d;
}
.button.black {
    background-color: #5f5c5c;
}
.button.black:hover {
    background-color: #e14123;
}
.button.black:after {
    border: 5px solid rgba(60, 67, 70, 0.2);
    box-shadow: inset 0px 2px 1px 0px rgba(255, 255, 255, 0.2), inset 0px -2px 1px 1px #2e2d2d;
}
.button.black:hover:after {
    border: 5px solid rgba(60, 67, 70, 0.5);
    box-shadow: inset 0px 2px 1px 0px rgba(255, 255, 255, 0.2), inset 0px -2px 1px 1px #9a1b1b;
}
.button.small {
    padding: 17px 67px;
    font-size: 14px;
}
.hero {
    height: 650px;
}
.hero_slogan {
    display: inline-block;
    width: 600px;
}
.hero_slogan h1 {
    text-transform: uppercase;
    line-height: 34px;
    font-size: 32px;
}
.hero_slogan p {
    font-size: 20px;
    line-height: 24px;
}
#main_hero {
    /*background:url('../img/hero_main.jpg') no-repeat scroll center center transparent;*/
    /*background-size: cover;*/
    
    position: relative;
}
#main_hero_bg {
    height: 100%;
    position: absolute;
    width: 1280px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background:url('../img/hero_main2.jpg?v=2') no-repeat scroll center center transparent;
    background-size:cover;
    max-width: 100%;
}
.main-hero-holder {
    padding-top: 100px;
    display: table;
    height: 100%;
}
.main-hero-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.main-hero-content.right {
    text-align: right;
}
#bgv {
    width: 1920px;
    height: 1080px;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 1200px) {
    #bgv {
        width: 1200px;
        height: 675px;
    }
    #main_hero_slogan.index-hero-slogan h1 {
        font-size: 38px !important;
    }
}

#main_hero_slogan {
    background-color:  rgba(37, 52, 108, 0.7);
    padding: 30px 36px;
}

#main_hero_slogan.index-hero-slogan {
    width: auto;
    max-width: 660px;
    padding: 40px 36px;
    background-color: rgba(37, 52, 108, 0.7);
    text-align: center;
    position: relative;
    top: 0;

}
#main_hero_slogan.index-hero-slogan .button {
    top: -10px;
    position: relative;
}

#main_hero_slogan p {
    color: #2c2d2d;
    padding-bottom: 40px;
}
#main_hero_slogan.index-hero-slogan &gt; h1,
#main_hero_slogan.index-hero-slogan &gt; h2,
#main_hero_slogan.index-hero-slogan &gt; p {
    margin: 0;
    padding: 0;
    color: #fff;
}
#main_hero_slogan.index-hero-slogan h1 {
    font-size: 102px;
    line-height: 80px;
}

#main_hero_slogan.index-hero-slogan h2 {
    font-size: 32px;
    padding-left: 8px;
    line-height: 34px;
    margin-top: 12px;
}
#main_hero_slogan.index-hero-slogan p {
    margin-bottom: 35px;
    padding-left: 10px;
    margin-top: 8px;
}
#main_hero_slogan.index-hero-slogan &gt; p {
    margin-bottom: 35px;
}
#main_hero_slogan.index-hero-slogan &gt; a {
    margin: 0;
    position: absolute;
    bottom: -41px;
    right: 35px;
}
.main_hero_text_bg {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin-bottom: 35px;
    border-radius: 10px;
    margin-right: -5px;
    margin-left: -5px;
}
#main_hero_slogan p strong {
    font-weight: 700;
}
#main_about {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 45px;
}
#main_about h2 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 15px
}
#main_about p.description {
    width: 55%;
    margin: 0 auto;
    line-height: 19px;
    color: #c1c3c4;
    padding-bottom: 35px;
}
#main_about .table {
    display: table;
    width: 960px;
    margin: 0 auto;
    table-layout: fixed;
}
#main_about .table_col {
    padding: 8px;
    margin-top: 20px;
}
@media screen and (min-width: 1024px) {
    #main_about .table_col {
        display: table-cell;
        margin-top: 0px;
    }
}


#main_about .table_col h3 {
    color: #1dbaea;
    font-size: 16px;
    padding-bottom: 5px;
}
#main_about .table_col p {
    line-height: 1.1em;
}
#main_testimonials {
    background: #3e474a;
    height: 400px;
    width: 100%;
    text-align: center;
}
.swiper-container {
    height: 400px;
}
.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 54%;
    z-index: 3;
}
.swiper-pagination span {
    display: inline-block;
    border-radius: 50%;
    background: #1f2425;
    position: relative;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-right: 10px;
}
.swiper-pagination span:after {
    content: "";
    background: #818485;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    top: 5px;
    position: absolute;
    left: 5px;
    opacity: 0;
    transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
}
.swiper-pagination span.swiper-active-switch:after {
    opacity: 1;
}
.swiper-slide {
    position: relative;
    color: #bec0c1;
    background-repeat: no-repeat;
    background-position: center center;
}
.swiper-desc {
    position: absolute;
    top: 70px;
    right: 30%;
    width: 600px;
    text-align: right;
    z-index: 1;
}
.swiper-desc blockquote {
    display: block;
    font-size: 26px;
    font-style: italic;
    line-height: 29px;
    padding-bottom: 10px;
    border: 0;
}
.swiper-desc .author {
    color: #ffffff;
    display: block;
    padding-bottom: 20px;
}
.swiper-desc .button.small {
    padding: 16px 28px;
    letter-spacing: 1.6px;
}
#main_realisations {
    padding-top: 50px;
    background: #f6f9fc;
    overflow: hidden;
}
#main_realisations_desc {
    width: 460px;
    padding-bottom: 30px;
    text-align: center;
}
#main_realisations_desc * {
    text-align: left;
}
#main_realisations_desc h2 {
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
}
#main_realisations_desc p {
    padding-bottom: 15px;
    font-weight: 200;
}
#main_realisations_desc h4 {
    padding-bottom: 10px;
}
#main_realisations_screens {
    background-color: rgb( 195, 195, 195);
    box-shadow: 0px 0px 38px 0px rgba( 0, 0, 0, 0.3);
    right: 0;
    bottom: 0;
    position: absolute;
    height: 340px;
    width: 600px;
    background-position: center top;
    background-size: 100% auto;
}
#main_legal {
    min-height: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #ffffff;
}
#main_legal h2 {
    padding-bottom: 50px;
    text-align: center;
}
#main_legal p:first-of-type {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    vertical-align: top;
    padding: 0;
}
#main_legal p:last-of-type {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding: 0;
}

.hidden-sm {
    display: none;
}

@media only screen and (max-width:767px) {
    .hidden-sm {
        display: inline-block;
    }
    .page-wrap {
        overflow: hidden;
    }
    #main_legal p:first-of-type {
        width: 90%;
        padding: 0 5%;
    }
    #main_legal p:last-of-type {
        width: 90%;
        padding: 20px 5%;
    }
}
#offer_hero {
    position: relative;
}
#offer_lend_hero_bg {
    height: 100%;
    position: absolute;
    width: 1280px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size:cover;
    background-image: url('../img/hero.jpg?v=2');
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100%;
}
#salarie_lend_hero_bg {
    height: 100%;
    position: absolute;
    width: 1280px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size:cover; 
    background-image: url('../img/hero4.jpg?v=2');
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100%;
}
#offer_borrow_hero_bg {
    height: 100%;
    position: absolute;
    width: 1280px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size:cover;
    background-image: url('../img/hero3.jpg?v=2');
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100%;
}
#offer_hero_slogan {
    float: right;
    color: #ffffff;
    text-align: center;    
    background-color: rgba(37, 52, 108, 0.7);
    padding: 30px 36px;
}


#offer_hero_slogan h1 {
    text-shadow: 1px 1px black;
}
#offer_hero_slogan p {
    padding-bottom: 40px;
}
#offer_hero_slogan .button {
    font-size: 24px;
}
#how_hero {
    position: relative;
}
#how_hero_bg {
    height: 100%;
    position: absolute;
    width: 1280px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size:cover;
    background-image: url('../img/hero2.jpg?v=2');
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100%;
}
#how_hero_slogan {
    right: 0;
    text-align: left;
}
.how_hero_slogan h1, .how_hero_slogan p, .how_hero_slogan a {
    text-align: center;
}
.how_section {
    min-height: 400px;
    padding-top: 90px;
    background: #f4f5f5;
    position: relative;
}
.how_section:hover .how_section_bg {
    opacity: 1;
}
.how_section_bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -webkit-transition-duration: 400ms;
}
#how_first .how_section_bg {
    background-image: url('../img/bg1.jpg');
}
#how_second .how_section_bg {
    background-image: url('../img/bg2.jpg');
}
#how_third .how_section_bg {
    background-image: url('../img/bg3.jpg');
}
#how_fourth .how_section_bg {
    background-image: url('../img/bg5.jpg');
}
.how_section.left img {
    float: left;
    margin-left: 20%;
    padding-top: 5px;
}
.how_section.right img {
    float: right;
    margin-right: 20%;
    padding-top: 5px;
}
.how_section .desc {
    width: 470px;
}
.how_section .desc h3 {
    color: #1dbaea;
    font-size: 26px;
    padding-bottom: 20px;
}
.how_section .desc p {
    padding-bottom: 30px;
}
.how_section.left .desc {
    float: right;
    text-align: right;
    margin-right: 20%;
}
.how_section.right .desc {
    float: left;
    text-align: left;
    margin-left: 20%;
}
.input input,
.input textarea {
    display: block;
    width: 100%;
    /*width:calc(100% - 22px);*/
    
    padding: 14px 10px;
    resize: none;
    font-family: 'futura-pt', 'futura pt', arial;
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #b2b5b7;
    border-radius: 10px;
}
.input textarea {
    height: 90px;
}
.input {
    padding-bottom: 20px;
}

#contact_inner {
    text-align: center;
    width: 60%;
    margin: 0 20%;
}
#contact_inner p {
    color: #c1c3c4;
}
#contact_desc {
    width: 50%;
    float: left;
    padding-top: 38px;
    text-align: left;
    color: #717374;
}
#contact_desc h3 {
    color: #1dbaea;
    font-size: 16px;
    padding-bottom: 20px;
}
#contact_desc p {
    padding-bottom: 25px;
    line-height: 19px;
    color: #717374;
}
#contact_desc span {
    display: inline-block;
    width: 49%;
}
#contact_desc span:first-of-type {
    width: 40%;
}
#contact_form {
    float: right;
    width: 50%;
    text-align: right;
    padding-top: 40px;
    padding-bottom: 45px;
}
#contact_form * {
    text-align: left;
}
#contact_form label.error {
    background-image: -webkit-linear-gradient(top, rgb( 234, 29, 48) 0%, rgb( 243, 112, 125) 100%);
    background-image: -o-linear-gradient(top, rgb( 234, 29, 48) 0%, rgb( 243, 112, 125) 100%);
    background-image: linear-gradient(to top, rgb( 234, 29, 48) 0%, rgb( 243, 112, 125) 100%);
    border-radius: 10px;
    color: #ffffff;
    padding: 5px 10px;
    position: absolute;
    right: 11px;
    top: 7px;
}
#aboutus {
    padding-top: 100px;
}
#aboutus h1 {
    text-transform: uppercase;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 20px;
    font-size: 42px;
    width: 60%;
    margin: 0 auto;
    line-height: 1em;
}
#aboutus h1+p {
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    color: #2c2d2d;
}
#aboutus h1+p strong {
    color: #ea634c;
}
#aboutus h2 {
    color: #1dbaea;
    text-align: center;
    padding-bottom: 30px;
}
#aboutus p {
    color: #838687;
}
#aboutus h2 + p {
    -moz-columns: 2 auto;
    -webkit-columns: 2 auto;
    columns: 2;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 50px;
}
#aboutus .team {
    display: table;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 125px;
}
#aboutus .team_col {
    display: table-cell;
    table-layout: fixed;
    text-align: center;
}
#aboutus .team_col h3 strong,
#aboutus .team_col p {
    color: #838687;
    display: block;
}
#aboutus .team_col p {
    width: 60%;
    margin: 0 auto;
}
#aboutus .team_col_img {
    width: 60%;
    padding: 30%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #1cb8e8;
    border-radius: 50%;
    margin: 0 auto 30px;
}
#aboutus .team_col_img img {
    display: block;
    width: 100%;
}
#faq_inner {
    text-align: left;
    width: 70%;
    margin: 0 auto;
}
#faq h1 {
    text-align: center;
}
#faq h2 {
    font-size: 16px;
    color: #b2b2b2;
    text-transform: uppercase;
    left: -20px;
    position: relative;
    font-weight: 400;
    padding-top: 30px;
}
#faq h3 {
    font-size: 22px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding: 10px 0;
}
#faq h3:after {
    content: "&lt;";
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    right: 0;
    color: #838687;
    font-size: 20px;
    top: 12px;
    -webkit-transition-origin: center center;
    -moz-transition-origin: center center;
    transition-origin: center center;
}
#faq h3.expanded:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}
#faq .faq-answer {
    padding-bottom: 20px;
}
#login_overlay,
#register_overlay {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    overflow: scroll;
    display: none;
}
#login_overlay h2,
#register_overlay h2 {
    text-transform: uppercase;
}
#login_close,
#register_close {
    right: 12px;
    position: absolute;
    top: 12px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url('../img/close.png') no-repeat scroll center center transparent
}
#login_wrapper {
    width: 470px;
    margin: 145px auto;
    text-align: center;
}
#register_wrapper {
    width: 954px;
    margin: 145px auto;
    text-align: center;
}
#login_wrapper .reset {
    display: block;
    color: #3e474a;
    font-size: 12px;
    margin-top: 20px;
    text-decoration: underline;
}
.textwidget {
    padding-bottom: 20px;
}
#login_wrapper p {
    padding-bottom: 20px;
}
#login_wrapper form {
    padding-bottom: 50px;
}
#register_desc {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
#register_inner {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin-left: 10%;
}
.register_icon {
    display: inline-block;
    width: 49%;
    padding: 2%;
    height: 220px;
    text-align: center;
    margin-bottom: 10px;
}
.register_icon span {
    height: 80px;
    display: block;
    width: 80px;
    margin: 0 auto;
    background: url('../img/line1.png') no-repeat scroll center center transparent;
    background-position: 0 0px;
}
.register_icon:nth-of-type(2) span {
    background-position: -243px 0px;
}
.register_icon:nth-of-type(3) span {
    background-position: -485px 0px;
}
.register_icon:nth-of-type(4) span {
    background-position: -728px 0px;
}
.register_icon h3 {
    color: #1dbaea;
    font-size: 16px;
}
.register_icon p {}#register_form {
    padding-top: 30px;
}
#register_overlay .button.small {
    font-size: 14px;
    height: 50px;
    padding: 7px 17px;
    width: 250px;
    vertical-align: middle;
    margin-bottom: 25px;
}

.partenaires-center {
    margin: 0 auto;
    width: 100%;	
    max-width: 1280px;
}

.partenaires-hero {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0 50px 0;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px black;
    text-align: center;
}

.partenaires-logo-section.second {
    margin: 40px 0 150px 0;
}

.partenaires-logo-section-title {
    width: 100%;
    color: #FB4391;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.partenaires-logo-section-subtext {
    text-align: center;
    font-size: 26px;
    margin: 5px 0 40px 0;
}

.partenaires-logo-section-listing {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
    flex-wrap: wrap;
}

.partenaires-logo-section-listing a {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.partenaires-logo-section-listing a img {
    max-width: 100%;
    max-height: 125px;
}


@media screen and (min-width: 768px) {
    .partenaires-hero {
        width: 100%;
        height: 250px;
        font-size: 35px;
    }

    .partenaires-logo-section-listing {
        flex-direction: row;
    }

    .partenaires-logo-section-listing a img {
        max-width: 100%;
        max-height: 200px;
    }
    
    .partenaires-logo-section-listing a {
        width: 33%;
    }

    .partenaires-logo-section-title {
        font-size: 28px;
    }

    .partenaires-logo-section-subtext {
        font-size: 30px;
    }

    .partenaires-logo-section.second {
        margin: 50px 0 150px 0;
    }
}

@media screen and (min-width: 992px) {
    .partenaires-hero {
        width: 100%;
        height: 350px;
        font-size: 42px;
    }
}

/*------------------------------------*\
    Blog
\*------------------------------------*/
    #blog_inner {
        width: 80%;
        margin: 0 10%;
    }

    .blog_header {
        text-align: center;
        min-height: 115px;
        border-bottom: 1px solid #eaeaea;
    }

    .blog_header.blog_list {
        border-bottom: none;
    }

    .blog_header h1 {
        margin: 0;
        padding: 0;
        font-size: 32px;
        font-weight: 700;
    }

    .blog_header p {
        width: 625px;
        margin: 5px auto 0px auto;
        font-size: 16px;
        color: #bcc0c1;
        font-weight: 400;
    }

    .blog_content {
        clear: both;
    }

    .blog_content .center-img {
        min-height: 180px;
        max-width: 450px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .blog_content .center-img img {
        margin: 0px auto;
        display: block;
    }

    .blog_content.blog_list article &gt; div {
        min-height: 518px;
    }

    .blog_post {
        width: 100%;
        padding: 45px 0px;
        border-bottom: 1px solid #eaeaea;
    }

    .blog_data {
        width: 102px;
        height: 102px;
        text-align: center;
        float: left;
        background: #1dbaea;
        color: white;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 1.5px;
    }

    .blog_content.blog_list .blog_data {
        position: absolute;
        top: 0px;
        width: 70px;
        height: 40px;
        font-size: 16px;
    }

    .blog_data a {
        font-size: 13px;
    }

    .blog_data_vertical {
        display: table-cell;
        vertical-align: middle;
        height: 102px;
        width: 102px;
        text-align: center;
    }

    .blog_content.blog_list .blog_data_vertical {
        height: 40px;
        width: 70px;
    }

    .blog_short_content {
        text-align: left;
        color: #555153;
        font-size: 18px;
    }

    .blog_content.blog_list .blog_short_content {
        font-size: 16px;
        text-align: center;
        max-width: 350px;
        margin: 0px auto; 
    }

    .blog_short_content h2 {
        margin: 0;
        padding: 0;
        font-size: 32px;
        font-weight: 600;
    }

    .blog_content.blog_list .blog_short_content h2 {
        margin: 40px 0px 30px;
        font-size: 18px;
    }

    .blog_short_content .button {
        float: right;
        padding: 12px 0px;
        margin-top: 50px;
    }

    .blog_short_content .post-link {
        display: inline-block;
        padding: 5px;
        color: #1dbaea;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 25px;
        margin-bottom: 43px;
    }

    .blog_short_content .post-link:hover, .blog_short_content .post-link:active, .blog_short_content .post-link:focus {
        background-color: #1dbaea;
        color: #ffffff;
    }

    .blog_short_content .post-link:visited {
        color: #1072D3;
    }

    .blog_content.blog_list .alm-btn-wrap {
        padding: 0px;
        overflow: initial;
        position: relative;
        width: 100%;
        float: left;
        min-height: 1px;
    }

    .blog_content.blog_list button.alm-load-more-btn {
        font-family: 'futura-pt', 'futura pt';
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        color: #ffffff;
        background: linear-gradient(180deg, #62CAEA, #21A7D0);
        height: 45px;
        line-height: 45px;
        padding: 0px 25px;
        border-radius: 7px;
        border: 2px solid #F7F8F8;
    }

    .blog_content.blog_list button.alm-load-more-btn:active, .blog_content.blog_list button.alm-load-more-btn:focus, .blog_content.blog_list button.alm-load-more-btn:hover {
        box-shadow: none;
        outline: none;
        background: linear-gradient(180deg, #4E91D3, #1467B9);
    }

    .blog_content.blog_list button.alm-load-more-btn.loading{
        width: 152px;
        padding-left: 44px;
   }

/*------------------------------------*\
    Documents
\*------------------------------------*/
    #documents, #files {
        margin-top: 150px;
    }

    #document h1, #files h1 {
        font-size: 32px;
    }

    .documents-title {
        width: 80%;
        margin: 0 auto 30px;
    }

    .documents-title h1, .documents-title p {
        text-align: center;
    } 

    .documents-title h1 {
        margin: 0 0 5px 0;
    }

    .documents-title p {
        width: 60%;
        margin: auto;
        color: #afb2b3;
    }

    .documents-download li {
        width: 80%;
        margin: 10px auto 35px;
        border-top: solid 1px #e7e7e7;
        padding: 80px 0 140px;
        list-style-type: none;
        position: relative;
    }

    .documents-description {
        padding-left: 120px;
        line-height: 1.6em;
    }

    .documents-download li h1 {
        line-height: 1em;
        margin: 0 0 5px 120px;
    }

    .documents-download p {
        font-size: 18px;
        padding-left: 120px;
        line-height: 1.6em;
    }

    .documents-download img {
        float: left;
        position: absolute;
        top: 80px;
    }

    .documents-button {
        position: absolute;
        top: 80%;
        right: 0;
    }

    @media (max-width: 650px) {

        .documents-download li p {
            margin: 80px 0 20px 0;
            padding: 0 0 25px 0;  
            text-align: justify;     
        }

        .documents-download li h1 {
            padding: 0;
        }

    }


/*------------------------------------*\
    Footer
\*------------------------------------*/
    .page-wrap {
      min-height: 100%;
    }
    .page-wrap:after {
      content: "";
      display: block;
    }

    .content_padding {
        padding: 150px 0px 50px 0px;
    }

    .logo-footer {
        width: 100%;
        text-align: center;
        clear: both;
        margin: 40px 0; 
        float: left;
    }

    .logo-footer img {
        height: 65px;
    }

    footer {
        clear: both;
    	width: 100%;
        background: #3e474a;
        float: left;
    }
    footer ul {
        float: right;
        padding-top: 30px;
        font-size: 14px;
    }
    footer ul li {
        list-style-type: none;
        display: inline-block;
        position: relative;
        z-index: 20;
    }
    footer ul li a {
        color: #ffffff;
        text-transform: uppercase;
        padding: 0 7px;
    }
    footer ul li a:after {
        content: "";
        left: 0px;
        top: 0;
        position: absolute;
        height: 100%;
        transform: skewX(27deg);
        -moz-transform: skewX(27deg);
        -webkit-transform: skewX(27deg);
        transition-duration: 200ms;
        -moz-transition-duration: 200ms;
        -webkit-transition-duration: 200ms;
        width: 0px;
        background-color: #1dbaea;
        z-index: -1;
    }
    footer ul li a:hover:after {
        width: 100%;
    }

    footer .footer-icon {
        position: absolute;
    }

    #viadao_icon {
        left: 89.1%;
    }

    #linkedin_icon {
        left: 93%;
        margin: 6px 0 0 30px;
    }

@media screen and (max-width: 1200px) and (min-width: 1025px) {
    /*header nav ul li {		margin-left: 25px;	}	.post.grid_4 .description {		height: 156px;	}	.post.grid_4 {	    height: 388px;	}*/
    #linkedin_icon {
        left: 91.5%;
    }
    #viadao_icon {
        left: 86.8%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    /*header nav ul li {		margin-left: 2px;	}	.post.grid_4 .description {		height: 192px;	}	.post.grid_4 {	    height: 440px;	}	.post.grid_4 h2 {		max-height: 70px;	}	footer {		height: 100px	}	footer p {		font-size: 10px;		line-height: 14px;	}	#bottom_logo img {		padding-top:33px;	}*/
    #linkedin_icon {
        left: 90%;
    }
    #viadao_icon {
        left: 86%;
    }
}
@media (max-width: 767px) {

    #linkedin_icon {
        left: 85%;
    }
    #viadao_icon {
        left: 78%;
    }    

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

    #linkedin_icon {
        left: 80%;
    }
    #viadao_icon {
        left: 74%;
    }

}
@media screen and (max-width: 1024px) {
    #logo:after {
        display: none;
    }
    .menu-item a {
        text-transform: uppercase;
    }
}
@media screen and (max-width: 1024px) {
    #mobile_menu + nav {
        display: block;
    }
    #mobile_menu.active + nav {
        display: block;
    }
    #main_hero_slogan.index-hero-slogan &gt; a {
        margin: 0;
        position: relative;
        bottom: 0;
        right: 0;
    }
}


@media screen and (max-width: 1214px) and (min-width: 1200px) {

    .content_wrapper {
        width: 1180px!important;
    }

}</pre></body></html>