body {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    position: relative;
    -webkit-font-smoothing: antialiased
    }
body, button, h1, h2, h3, h4, p {
    font-family: sofia-pro, sans-serif;
    font-weight: 400
    }
.main {
    padding: 0 1.25rem;
    overflow: hidden
    }
h1, h2, h3, h4, h5, p {
    font-weight: 400
    }
button:focus {
    outline: 0
    }
.page-template-default main, .page-template:not(.page-template-template-homepage) main, .post-template-default main {
    padding-top: 120px
    }
.parallax {
    -webkit-transition: -webkit-transform 50ms ease-in;
    transition: -webkit-transform 50ms ease-in;
    -o-transition: -o-transform 50ms ease-in;
    transition: transform 50ms ease-in;
    transition: transform 50ms ease-in, -webkit-transform 50ms ease-in, -o-transform 50ms ease-in
    }
.btn {
    font-size: 1rem;
    line-height: 0.875rem;
    background: #00b577;
    color: #fff;
    border: 0;
    padding: 1.25rem 2.25rem;
    border-radius: 1.875rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block
    }
.btn:hover {
    background-color: transparent;
    color: #00b577;
    border: 0.0625rem solid #00b577;
    padding: 1.1875rem 2.1875rem;
    -webkit-transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, background-color 0.2s, color 0.2s, -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s;
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, background-color 0.2s, color 0.2s, -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s;
    -o-transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, background-color 0.2s, color 0.2s, -o-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s;
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, background-color 0.2s, color 0.2s;
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, background-color 0.2s, color 0.2s, -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, -o-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s
    }
.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
    }
.slick-list, .slick-slider {
    position: relative;
    display: block
    }
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
    }
.slick-list:focus {
    outline: none
    }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
    }
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
    }
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
    }
.slick-track:after, .slick-track:before {
    content: "";
    display: table
    }
.slick-track:after {
    clear: both
    }
.slick-loading .slick-track {
    visibility: hidden
    }
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
    }
[dir=rtl] .slick-slide {
    float: right
    }
.slick-slide img {
    display: block
    }
.slick-slide.slick-loading img {
    display: none
    }
.slick-slide.dragging img {
    pointer-events: none
    }
.slick-initialized .slick-slide {
    display: block
    }
.slick-loading .slick-slide {
    visibility: hidden
    }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
    }
.slick-arrow.slick-hidden {
    display: none
    }
.header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 1.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10
    }
.header, .template-homepage:not(.header_sticky) .header {
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s
    }
.template-homepage:not(.header_sticky) .header {
    background-color: transparent
    }
@media screen and (min-width: 90rem) {
    .header {
        padding: 0
        }
    }
@media screen and (max-width: 63.9375rem) {
    .header {
        padding: 0
        }
    }
.header .header_container {
    width: 100%;
    max-width: 75rem;
    padding: 1.75rem 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
@media screen and (min-width: 90rem) {
    .header .header_container {
        padding: 1.75rem 7.5rem;
        max-width: 100%
        }
    }
@media screen and (max-width: 63.9375rem) {
    .header .header_container {
        padding: 0
        }
    }
.header .header_container_logo {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s
    }
@media screen and (max-width: 63.9375rem) {
    .header .header_container_logo {
        margin: 1.5rem 0 1.5rem 1.25rem;
        font-size: 0;
        height: 59px
        }
    }
.header .header_container_logo .logo_green {
    position: absolute;
    z-index: 1
    }
.header .header_container_logo .logo_white {
    position: absolute;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s
    }
.template-homepage:not(.header_sticky) .header .header_container_logo .logo_green {
    opacity: 0
    }
.template-homepage:not(.header_sticky) .header .header_container_logo .logo_white {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s
    }
.header.open .header_container_logo {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s
    }
.header nav ul {
    padding: 0;
    margin-right: -0.9375rem
    }
.header nav li {
    list-style: none;
    display: inline-block;
    font-size: 0;
    margin: 0 14px
    }
@media screen and (max-width: 63.9375rem) {
    .header nav li {
        display: block;
        margin: 0 0 0 2.5rem
        }
    }
.header nav a {
    color: #363757;
    text-decoration: none;
    padding-bottom: 6px;
    -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 0.9375rem;
    position: relative;
    display: inline-block;
    overflow: hidden
    }
.template-homepage:not(.header_sticky) .header nav a {
    color: #fff
    }
.header nav a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #00b577;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: width 0.3s, left 0.3s;
    -o-transition: width 0.3s, left 0.3s;
    transition: width 0.3s, left 0.3s
    }
@media screen and (max-width: 63.9375rem) {
    .header nav a {
        font-size: 1.625rem;
        color: #fff;
        margin: 0.25rem 0
        }
    }
.header nav a.active, .header nav a:hover {
    color: #00b577
    }
@media screen and (max-width: 63.9375rem) {
    .header nav a.active, .header nav a:hover {
        color: #fff
        }
    }
.header nav a.active:after, .header nav a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s, left 0.3s;
    -o-transition: width 0.3s, left 0.3s;
    transition: width 0.3s, left 0.3s
    }
.header .btn_hambuger, .header .header_nav-mobile_head {
    display: none
    }
@media screen and (max-width: 63.9375rem) {
    .header .btn_hambuger, .header .header_nav-mobile_head {
        display: block;
        padding-bottom: 0.625rem
        }
    }
.header .btn_hambuger {
    margin: 2.375rem 1.25rem 0 0
    }
.header .btn_hambuger button {
    position: relative
    }
.header .btn_hambuger .white {
    position: absolute;
    top: 1px;
    right: 6px;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s
    }
body:not(.home) .header .btn_hambuger .white {
    opacity: 0
    }
.header_sticky .header .btn_hambuger .white {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s
    }
@media screen and (max-width: 63.9375rem) {
    .header .header_nav-mobile_head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
        }
    }
.header .btn_hambuger button, .header .header_nav-mobile_cross button {
    background: none;
    border: 0
    }
@media screen and (max-width: 63.9375rem) {
    .header .header_nav-mobile {
        background: #00b577;
        width: 17.25rem;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transform: translate(100%);
        -o-transform: translate(100%);
        transform: translate(100%);
        height: 100vh
        }
    }
@media screen and (max-width: 63.9375rem) {
    .header .header_nav-mobile, .header.open .header_nav-mobile {
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        -o-transition: -o-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s, -o-transform 1s
        }
    .header.open .header_nav-mobile {
        -webkit-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
        }
    }
.header .header_nav-mobile_cross, .header .header_nav-mobile_logo {
    display: inline-block
    }
.header .header_nav-mobile_logo {
    margin-top: 1.5rem;
    margin-left: 2.5rem
    }
.header .header_nav-mobile_logo a {
    display: block;
    width: 6.1875rem;
    height: 3.1875rem
    }
.header .header_nav-mobile_logo a svg {
    display: block;
    height: auto;
    width: 100%
    }
.header .header_nav-mobile_cross {
    margin-top: 2.375rem;
    margin-right: 1.375rem
    }
footer {
    background: #464cd0;
    width: 100%;
    color: #fff;
    padding-top: 4.375rem;
    padding-bottom: 5rem
    }
@media screen and (max-width: 63.9375rem) {
    footer {
        padding-top: 0.8125rem
        }
    }
footer button {
    text-align: left
    }
footer .footer_container {
    max-width: 77.5rem;
    width: 100%;
    padding: 0 1.25rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
@media screen and (max-width: 63.9375rem) {
    footer .footer_container {
        display: block
        }
    }
footer ul {
    margin: 0
    }
footer li, footer ul {
    padding: 0
    }
footer li {
    list-style: none;
    margin: 1.25rem 0
    }
@media screen and (max-width: 63.9375rem) {
    footer li {
        margin: 1.25rem 0 0
        }
    }
footer p {
    font-size: 1.25rem;
    margin: 0 0 2.9375rem
    }
@media screen and (max-width: 63.9375rem) {
    footer p {
        margin: 0 0 2.125rem;
        position: relative
        }
    }
@media screen and (max-width: 63.9375rem) {
    footer p:after {
        border-bottom: 5px solid #fff
        }
    }
@media screen and (max-width: 63.9375rem) {
    footer p:after, footer p:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        right: 0;
        top: 0.6875rem
        }
    footer p:before {
        border-top: 5px solid #fff
        }
    }
footer a, footer button {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    position: relative
    }
footer a:after, footer button:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: width 0.3s, left 0.3s;
    -o-transition: width 0.3s, left 0.3s;
    transition: width 0.3s, left 0.3s
    }
footer a:hover, footer button:hover {
    text-decoration: underline
    }
footer .footer_logo {
    display: inline-block;
    margin-top: 1.75rem;
    width: 9.625rem
    }
@media screen and (max-width: 63.9375rem) {
    footer .footer_logo {
        width: 6.25rem;
        height: 4.1875rem;
        margin-bottom: 2.6875rem
        }
    }
footer .footer_logo svg {
    width: 100%;
    height: auto;
    display: block
    }
footer .footer_links {
    display: inline-block;
    margin-right: 7.8125rem
    }
@media screen and (max-width: 63.9375rem) {
    footer .footer_links {
        width: 100%;
        margin-right: 0
        }
    }
footer .footer_column {
    display: inline-block;
    vertical-align: top;
    max-width: 13.75rem;
    margin-left: 5rem
    }
@media screen and (max-width: 63.9375rem) {
    footer .footer_column {
        width: 100%;
        max-width: none;
        margin-left: 0
        }
    }
.page-header {
    max-width: 62.5rem;
    margin: 0 auto;
    width: 100%
    }
.page-header h1 {
    width: 42.5rem;
    font-size: 3.625rem;
    color: #363757;
    line-height: 3.75rem;
    font-weight: 700;
    margin: 3.75rem 0
    }
@media screen and (max-width: 47.9375rem) {
    .page-header h1 {
        width: 100%;
        font-size: 2rem;
        line-height: 2.3125rem;
        margin: 1.25rem 0
        }
    }
.page-content {
    max-width: 60rem;
    margin: 0 auto
    }
.page-content a {
    color: #363757;
    text-decoration: underline
    }
.page-content a:hover {
    text-decoration: none
    }
.page-content p {
    max-width: 40rem;
    width: 100%;
    margin: 2.1875rem auto;
    padding: 0;
    font-size: 1.125rem;
    line-height: 2.1875rem;
    font-weight: 400;
    color: #363757
    }
@media screen and (max-width: 47.9375rem) {
    .page-content p {
        width: 100%;
        font-size: 1.0625rem;
        line-height: 1.6875rem
        }
    }
.page-content figure {
    width: 50% !important;
    height: auto;
    display: block;
    margin: 2.1875rem auto
    }
.page-content figure img {
    width: 100%;
    display: block;
    height: auto;
    margin: 0
    }
.page-content figure figcaption {
    font-size: 1.125rem;
    line-height: 2.1875rem;
    font-weight: 400;
    color: #363757
    }
@media screen and (max-width: 47.9375rem) {
    .page-content figure figcaption {
        font-size: 1.0625rem;
        line-height: 1.6875rem
        }
    }
@media screen and (max-width: 60rem) {
    .page-content figure {
        width: 100% !important
        }
    }
.page-content .date {
    max-width: 40rem;
    width: 100%;
    margin: 2.1875rem auto -1.875rem;
    padding: 0;
    font-size: 1.125rem;
    color: #74758c;
    display: block
    }
@media screen and (max-width: 47.9375rem) {
    .page-content .date {
        width: 100%;
        margin: 0.9375rem auto -2.1875rem
        }
    }
.page-content ul {
    max-width: 40rem;
    width: 100%;
    margin: 2.1875rem auto;
    padding: 0 0 0 2.75rem
    }
@media screen and (max-width: 47.9375rem) {
    .page-content ul {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 0 1.25rem
        }
    }
.page-content li {
    padding: 0;
    font-size: 1.125rem;
    line-height: 2.1875rem;
    color: #363757;
    margin: 1.5625rem auto
    }
@media screen and (max-width: 47.9375rem) {
    .page-content li {
        font-size: 1.0625rem;
        line-height: 1.6875rem
        }
    }
.page-content img {
    width: calc(100% + 320px);
    height: auto;
    display: block;
    margin: 2.1875rem 0 2.1875rem -10rem
    }
@media screen and (max-width: 60rem) {
    .page-content img {
        width: calc(100% + 40px);
        margin: 2.1875rem 0 2.1875rem -1.25rem
        }
    }
.page-content h2, .page-content h3 {
    max-width: 40rem;
    width: 100%
    }
.page-content h2 {
    margin: 2.8125rem auto;
    font-size: 1.875rem;
    line-height: 2.8125rem;
    font-weight: 400;
    color: #363757
    }
@media screen and (max-width: 60rem) {
    .page-content h2 {
        font-size: 1.25rem;
        line-height: 1.5rem
        }
    }
.page-content h3 {
    margin: 2.5rem auto;
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 400;
    color: #363757
    }
@media screen and (max-width: 60rem) {
    .page-content h3 {
        font-size: 1.125rem;
        line-height: 1.375rem
        }
    }
.page-content .background-color {
    width: 13.75rem;
    height: 17.875rem;
    position: absolute;
    right: 0;
    top: 15.5rem;
    z-index: -1
    }
@media screen and (max-width: 63.9375rem) {
    .page-content .background-color {
        display: none
        }
    }
.page-content .background-color svg {
    display: block;
    width: 100%;
    height: auto
    }
.page-content .responsive-embed {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    margin: 2.1875rem auto
    }
.page-content .responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
    }
.page-content .content-footer {
    max-width: 44.375rem;
    width: 100%;
    padding: 0.625rem;
    border: 1px solid #363757;
    margin: 0 auto
    }
@media screen and (max-width: 47.9375rem) {
    .page-content .content-footer {
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 0
        }
    }
.page-content .content-footer p {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
@media screen and (max-width: 47.9375rem) {
    .page-content .content-footer p {
        padding: 0 1.5625rem;
        margin: 1.5625rem 0
        }
    }
.home-intro {
    max-width: 62.5rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    z-index: 2;
    padding-top: 10.625rem;
    padding-bottom: 4.375rem
    }
@media screen and (max-width: 48rem) {
    .home-intro {
        padding-top: 0;
        padding-bottom: 0
        }
    }
.home-intro .home-intro_gif {
    width: 400px;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    position: absolute;
    z-index: -1;
    top: 55%;
    left: 100px;
    -webkit-transform: translatey(-50%) translatex(-90px);
    -o-transform: translatey(-50%) translatex(-90px);
    transform: translatey(-50%) translatex(-90px)
    }
@media screen and (max-width: 80rem) {
    .home-intro .home-intro_gif {
        width: 38%;
        -webkit-transform: translatey(-50%) translatex(-10%);
        -o-transform: translatey(-50%) translatex(-10%);
        transform: translatey(-50%) translatex(-10%)
        }
    }
@media screen and (max-width: 48rem) {
    .home-intro .home-intro_gif {
        width: 100%;
        max-width: 400px;
        position: static;
        left: auto;
        -webkit-transform: translatey(-20px);
        -o-transform: translatey(-20px);
        transform: translatey(-20px);
        margin: 0 auto;
        display: block
        }
    }
.home-intro .home-intro_gif img {
    display: block;
    width: 100%
    }
.home-intro .home-intro_text {
    width: 52%;
    max-width: 100%;
    margin: 0 0 0 48%;
    display: inline-block;
    vertical-align: middle
    }
@media screen and (max-width: 80rem) {
    .home-intro .home-intro_text {
        width: 51%
        }
    }
@media screen and (max-width: 48rem) {
    .home-intro .home-intro_text {
        width: 100%;
        margin: 28px auto 0
        }
    }
.home-intro .home-intro_text p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #363757;
    margin: 28px auto
    }
.home-intro .home-intro_text p strong {
    font-weight: 600
    }
@media screen and (max-width: 48rem) {
    .home-intro .home-intro_text p strong {
        font-size: 1.25rem;
        line-height: 1.875rem
        }
    }
@media screen and (max-width: 48rem) {
    .home-intro .home-intro_text p {
        font-size: 1.0625rem;
        line-height: 1.6875rem
        }
    }
.home-intro .home-intro_text p a {
    text-decoration: none;
    color: #00b577
    }
.home-intro .home-intro_text p a:hover {
    text-decoration: underline
    }
.home-intro .home-intro_background {
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    z-index: -1;
    width: 13.75rem;
    -webkit-transform: translatey(-50%) rotate(180deg);
    -o-transform: translatey(-50%) rotate(180deg);
    transform: translatey(-50%) rotate(180deg)
    }
@media screen and (max-width: 48rem) {
    .home-intro .home-intro_background {
        display: none
        }
    }
.home-intro .home-intro_background2 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 50vw);
    z-index: -1;
    width: 13.75rem;
    -webkit-transform: translatey(50%);
    -o-transform: translatey(50%);
    transform: translatey(50%)
    }
@media screen and (max-width: 48rem) {
    .home-intro .home-intro_background2 {
        display: none
        }
    }
.home-target {
    width: 100%;
    margin-bottom: 6.4375rem
    }
@media screen and (max-width: 63.9375rem) {
    .home-target {
        padding-bottom: 4.0625rem;
        margin-bottom: 0
        }
    }
.home-target h2 {
    font-size: 2.5rem;
    line-height: 50px;
    color: #363757;
    margin-bottom: 3.75rem;
    font-weight: 600
    }
@media screen and (max-width: 63.9375rem) {
    .home-target h2 {
        font-size: 2rem;
        margin-bottom: 2.8125rem
        }
    }
@media screen and (max-width: 47.9375rem) {
    .home-target h2 {
        margin-bottom: 2.375rem
        }
    }
.home-target #container-target_mobiledots {
    width: 100%;
    margin-bottom: 3.3125rem
    }
.home-target #container-target_mobiledots ul {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    line-height: 0
    }
.home-target #container-target_mobiledots li {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0 1.875rem 0 0
    }
.home-target #container-target_mobiledots li::marker {
    display: none
    }
.home-target #container-target_mobiledots li.slick-active button {
    background-color: #464cd0
    }
.home-target #container-target_mobiledots button {
    font-size: 0;
    background: #363757;
    border: 0;
    border-radius: 50%;
    width: 0.625rem;
    height: 0.625rem;
    display: inline-block;
    padding: 0;
    cursor: pointer
    }
.home-target .container-target {
    width: 100%;
    max-width: 62.5rem;
    margin: 0 auto
    }
.home-target .carousel-target {
    width: 100%;
    font-size: 0;
    margin-top: 2.25rem
    }
@media screen and (max-width: 47.9375rem) {
    .home-target .carousel-target {
        margin-top: 0.8125rem
        }
    }
.home-target .list-target {
    border-bottom: 1px solid #d8d8d8
    }
@media screen and (max-width: 63.9375rem) {
    .home-target .list-target {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        border-bottom: 0
        }
    }
.home-target .list-target button:last-child {
    margin-right: 0
    }
.home-target .list-target button {
    background: transparent;
    border: 0;
    display: inline-block;
    font-size: 1.25rem;
    color: #363757;
    cursor: pointer;
    padding: 0 0 24px;
    position: relative
    }
.home-target .list-target button:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #464cd0;
    -webkit-transition: width 0.3s, left 0.3s;
    -o-transition: width 0.3s, left 0.3s;
    transition: width 0.3s, left 0.3s
    }
@media screen and (max-width: 63.9375rem) {
    .home-target .list-target button:after {
        bottom: 0
        }
    }
.home-target .list-target button.active, .home-target .list-target button:hover {
    color: #464cd0;
    font-weight: 600
    }
.home-target .list-target button.active:after, .home-target .list-target button:hover:after {
    -webkit-transition: width 0.3s, left 0.3s;
    -o-transition: width 0.3s, left 0.3s;
    transition: width 0.3s, left 0.3s;
    left: 0;
    width: 100%
    }
.home-target .list-target button:hover ~ .active {
    background: red
    }
.home-target .list-target ul {
    padding: 0;
    margin: 0;
    font-size: 0
    }
.home-target .list-target ul li {
    display: inline-block
    }
.home-target .list-target ul li:first-child {
    width: 20%
    }
@media screen and (max-width: 63.9375rem) {
    .home-target .list-target ul li:first-child {
        width: auto;
        margin-right: 33px
        }
    }
.home-target .list-target ul li:nth-child(2) {
    width: 20%
    }
@media screen and (max-width: 63.9375rem) {
    .home-target .list-target ul li:nth-child(2) {
        width: auto;
        margin-right: 33px
        }
    }
.home-target .list-target ul li:nth-child(3) {
    width: 25%
    }
@media screen and (max-width: 63.9375rem) {
    .home-target .list-target ul li:nth-child(3) {
        width: auto;
        margin-right: 33px
        }
    }
.home-target .list-target ul li:nth-child(4) {
    width: 35%;
    text-align: right
    }
@media screen and (max-width: 63.9375rem) {
    .home-target .list-target ul li:nth-child(4) {
        width: auto
        }
    }
.home-target .carousel-target_column1 {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin-right: 8%;
    font-size: 0
    }
@media screen and (max-width: 63.9375rem) {
    .home-target .carousel-target_column1 {
        width: 100%;
        margin-right: 0
        }
    }
.home-target .carousel-target_column1 h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #464cd0;
    margin-bottom: 3.4375rem;
    font-weight: 600;
    opacity: 0;
    -webkit-transform: translatey(20px);
    -o-transform: translatey(20px);
    transform: translatey(20px);
    -webkit-transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1), -o-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1), transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1), transform 0.3s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1), -o-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1)
    }
@media screen and (max-width: 63.9375rem) {
    .home-target .carousel-target_column1 h3 {
        font-size: 1.625rem;
        line-height: 2.5rem
        }
    }
@media screen and (max-width: 47.9375rem) {
    .home-target .carousel-target_column1 h3 {
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-bottom: 0.4375rem
        }
    }
.home-target a.link {
    font-size: 1rem;
    color: #74758c;
    margin-bottom: 3.125rem;
    display: block
    }
@media screen and (max-width: 63.9375rem) {
    .home-target a.link {
        margin-bottom: 0;
        margin-top: 3.125rem
        }
    }
.home-target .btn {
    opacity: 0;
    -webkit-transform: translatey(20px);
    -o-transform: translatey(20px);
    transform: translatey(20px);
    -webkit-transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s;
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s;
    -o-transition: opacity 0.3s 0.1s cubic-bezier(0.61, 1, 0.88, 1), -o-transform 0.3s 0.1s cubic-bezier(0.61, 1, 0.88, 1);
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s;
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, -o-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s
    }
@media screen and (max-width: 63.9375rem) {
    .home-target .btn {
        margin-top: 3.125rem
        }
    }
.home-target .carousel-target_column2 {
    width: 52%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-top: 1.375rem
    }
@media screen and (max-width: 63.9375rem) {
    .home-target .carousel-target_column2 {
        width: 100%
        }
    }
.home-target .carousel-target_column2 li, .home-target .carousel-target_column2 ul {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #363757
    }
@media screen and (max-width: 63.9375rem) {
    .home-target .carousel-target_column2 li, .home-target .carousel-target_column2 ul {
        font-size: 1.0625rem;
        line-height: 1.6875rem
        }
    }
.home-target .carousel-target_column2 ul {
    margin-top: 0;
    opacity: 0;
    -webkit-transform: translatey(20px);
    -o-transform: translatey(20px);
    transform: translatey(20px);
    -webkit-transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
    -o-transition: opacity 0.3s 0.2s cubic-bezier(0.61, 1, 0.88, 1), -o-transform 0.3s 0.2s cubic-bezier(0.61, 1, 0.88, 1);
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, -o-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
    padding-left: 0
    }
@media screen and (max-width: 63.9375rem) {
    .home-target .carousel-target_column2 ul {
        margin-bottom: 0
        }
    }
.home-target .carousel-target_column2 li {
    margin-bottom: 1.5625rem;
    list-style: none;
    position: relative;
    text-indent: 13px
    }
.home-target .carousel-target_column2 li:before {
    content: "•";
    display: block;
    position: absolute;
    top: 0;
    left: -13px
    }
@media screen and (max-width: 63.9375rem) {
    .home-target .carousel-target_column2 li {
        margin-bottom: 0;
        margin-top: 1.6875rem
        }
    }
@media screen and (max-width: 63.9375rem) {
    .home-target .hide-mobile {
        display: none
        }
    }
@media screen and (min-width: 64rem) {
    .home-target .hide-desktop {
        display: none
        }
    }
.home-target .slick-current .carousel-target_column1 h3 {
    -webkit-transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1), -o-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1), transform 0.3s cubic-bezier(0.61, 1, 0.88, 1);
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1), transform 0.3s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1), -o-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1)
    }
.home-target .slick-current .btn, .home-target .slick-current .carousel-target_column1 h3 {
    opacity: 1;
    -webkit-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0)
    }
.home-target .slick-current .btn {
    -webkit-transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, background-color 0.2s, color 0.2s, -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s;
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, background-color 0.2s, color 0.2s, -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s;
    -o-transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, background-color 0.2s, color 0.2s, -o-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s;
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, background-color 0.2s, color 0.2s;
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, background-color 0.2s, color 0.2s, -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s, -o-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.1s
    }
.home-target .slick-current .carousel-target_column2 ul {
    opacity: 1;
    -webkit-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
    -webkit-transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
    -o-transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, -o-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s;
    transition: opacity 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, -webkit-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s, -o-transform 0.3s cubic-bezier(0.61, 1, 0.88, 1) 0.2s
    }
.home-contrib {
    width: calc(100% + 40px);
    background: #f0f2f6;
    margin: 0 -20px
    }
.home-contrib .home-contrib_container {
    max-width: 62.5rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 7.6875rem;
    padding-bottom: 8.75rem
    }
@media screen and (max-width: 47.9375rem) {
    .home-contrib .home-contrib_container {
        padding-top: 3.4375rem;
        padding-bottom: 2.0625rem
        }
    }
.home-contrib .home-contrib_head {
    position: relative;
    font-size: 0;
    margin-bottom: 5rem
    }
@media screen and (max-width: 63.9375rem) {
    .home-contrib .home-contrib_head {
        padding: 0 1.25rem;
        margin-bottom: 3.25rem
        }
    }
.home-contrib .home-contrib_head a.btn {
    position: absolute;
    bottom: 3.125rem;
    left: 0;
    text-decoration: none
    }
@media screen and (max-width: 63.9375rem) {
    .home-contrib .home-contrib_head a.btn {
        position: relative;
        bottom: auto
        }
    }
@media screen and (max-width: 47.9375rem) {
    .home-contrib .home-contrib_head a.btn {
        margin-top: 15px
        }
    }
.home-contrib .home-contrib_head h2 {
    display: inline-block;
    font-size: 2.5rem;
    line-height: 3.125rem;
    color: #363757;
    width: 39%;
    margin: 0 9% 0 0;
    vertical-align: top;
    font-weight: 700
    }
@media screen and (max-width: 63.9375rem) {
    .home-contrib .home-contrib_head h2 {
        width: 100%;
        margin: 0 0 42px;
        font-size: 2rem;
        line-height: 2.3125rem
        }
    }
.home-contrib .home-contrib_head_content {
    display: inline-block;
    width: 52%;
    vertical-align: top;
    margin-top: 7px
    }
@media screen and (max-width: 63.9375rem) {
    .home-contrib .home-contrib_head_content {
        width: 100%
        }
    }
.home-contrib .home-contrib_head_content p {
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #363757;
    margin-top: 0;
    margin-bottom: 1.5625rem
    }
@media screen and (max-width: 47.9375rem) {
    .home-contrib .home-contrib_head_content p {
        font-size: 1.0625rem;
        line-height: 1.6875rem
        }
    }
.home-contrib .home-contrib_items {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
    }
@media screen and (max-width: 63.9375rem) {
    .home-contrib .home-contrib_items {
        display: block
        }
    }
.home-contrib .home-contrib_item {
    width: 18.75rem;
    display: inline-block;
    background: #fff;
    border-radius: 0.625rem;
    margin-right: 3.125rem;
    padding: 1.75rem 1.8125rem 1.625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
.home-contrib .home-contrib_item.empty {
    background: #f0f2f6;
    padding: 0;
    border: 1px solid #979797;
    width: 18.625rem;
    opacity: 0.3
    }
@media screen and (max-width: 63.9375rem) {
    .home-contrib .home-contrib_item.empty {
        display: none
        }
    }
@media screen and (max-width: 63.9375rem) {
    .home-contrib .home-contrib_item {
        width: 20.9375rem;
        max-width: 100%;
        display: block;
        margin: 0.625rem auto
        }
    }
@media screen and (max-width: 47.9375rem) {
    .home-contrib .home-contrib_item {
        margin: 0.625rem auto 1.25rem
        }
    }
.home-contrib .home-contrib_item:last-child {
    margin-right: 0
    }
@media screen and (max-width: 63.9375rem) {
    .home-contrib .home-contrib_item:last-child {
        margin: 0.625rem auto
        }
    }
.home-contrib .home-contrib_item .home-contrib_item_footer {
    position: relative;
    margin-top: 5rem
    }
@media screen and (max-width: 47.9375rem) {
    .home-contrib .home-contrib_item .home-contrib_item_footer {
        margin-top: 57px
        }
    }
.home-contrib .home-contrib_item .home-contrib_item_footer i {
    position: absolute;
    right: 0.125rem;
    bottom: 0.1875rem;
    width: 46px;
    height: 26px;
    border-radius: 16px;
    border: 2px solid #00b577;
    overflow: hidden
    }
.home-contrib .home-contrib_item .home-contrib_item_footer i:after {
    background: #00b577;
    width: 0;
    height: 100%;
    -webkit-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s;
    content: "";
    display: block
    }
.home-contrib .home-contrib_item .home-contrib_item_footer i svg {
    position: absolute;
    left: 13px;
    top: 6px;
    fill: #00b577;
    -webkit-transition: fill 0.25s;
    -o-transition: fill 0.25s;
    transition: fill 0.25s
    }
.home-contrib .home-contrib_item .home-contrib_item_footer a {
    text-decoration: none;
    width: 100%;
    padding-right: 3.5rem;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
.home-contrib .home-contrib_item .home-contrib_item_footer a:hover i svg {
    fill: #fff;
    -webkit-transition: fill 0.25s;
    -o-transition: fill 0.25s;
    transition: fill 0.25s
    }
.home-contrib .home-contrib_item .home-contrib_item_footer a:hover i:after {
    width: 100%;
    -webkit-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s
    }
.home-contrib .home-contrib_item .home-contrib_item_footer a:hover span {
    color: #00b577;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s
    }
.home-contrib .home-contrib_item p {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #363757;
    margin: 0
    }
.home-contrib .home-contrib_item span {
    color: #74758c;
    font-size: 1rem;
    line-height: 1.375rem;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s
    }
.home-contrib .home-contrib_footer {
    margin-top: 6.5625rem
    }
@media screen and (max-width: 63.9375rem) {
    .home-contrib .home-contrib_footer {
        padding-left: 1.25rem;
        padding-right: 1.25rem
        }
    }
@media screen and (max-width: 47.9375rem) {
    .home-contrib .home-contrib_footer {
        margin-top: 3.4375rem
        }
    }
.home-contrib .home-contrib_footer p {
    margin: 0;
    font-size: 1.125rem;
    color: #363757
    }
.home-contrib .home-contrib_footer li, .home-contrib .home-contrib_footer ul {
    padding: 0;
    margin: 0
    }
.home-contrib .home-contrib_footer ul {
    margin-top: 2.3125rem
    }
@media screen and (max-width: 47.9375rem) {
    .home-contrib .home-contrib_footer ul {
        margin-top: 1.4375rem
        }
    }
.home-contrib .home-contrib_footer li {
    display: inline-block;
    margin-right: 2.9375rem
    }
@media screen and (max-width: 47.9375rem) {
    .home-contrib .home-contrib_footer li {
        margin-bottom: 1.5625rem
        }
    }
.home-contrib .home-contrib_footer li a {
    font-size: 1rem;
    color: #74758c;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s
    }
.home-contrib .home-contrib_footer li a:hover {
    color: #00b577;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s
    }
.home-newsletter {
    text-align: center;
    padding-top: 11.5625rem;
    padding-bottom: 16.25rem;
    position: relative
    }
.page-template-template-homepage .home-newsletter {
    height: 29.375rem;
    padding-bottom: 0
    }
@media screen and (max-width: 60rem) {
    .page-template-template-homepage .home-newsletter {
        height: auto;
        padding: 4.6875rem 0 0
        }
    }
.home-newsletter h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #363757;
    margin-bottom: 4.375rem
    }
@media screen and (max-width: 60rem) {
    .home-newsletter h2 {
        font-size: 1.625rem;
        line-height: 2.25rem;
        margin: 0
        }
    }
.home-newsletter h2 b {
    color: #464cd0
    }
.home-newsletter .btn {
    text-decoration: none
    }
@media screen and (max-width: 60rem) {
    .home-newsletter .btn {
        margin: 3.125rem 0 0;
        display: inline-block
        }
    }
.home-newsletter .background-image {
    position: absolute;
    left: -1.25rem;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%)
    }
@media screen and (max-width: 60rem) {
    .home-newsletter .background-image {
        z-index: -1;
        left: auto;
        right: 0;
        top: 0;
        margin: 0;
        -webkit-transform: translatex(50%);
        -o-transform: translatex(50%);
        transform: translatex(50%);
        width: 11.875rem;
        height: auto
        }
    }
@media screen and (max-width: 60rem) {
    .home-newsletter .background-image svg {
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 100%
        }
    }
.home-newsletter .background-image2 {
    position: absolute;
    left: -1.25rem;
    top: 35%;
    -webkit-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    z-index: -1
    }
@media screen and (max-width: 60rem) {
    .home-newsletter .background-image2 {
        z-index: -1;
        margin: 0;
        width: 11.875rem;
        height: auto;
        top: 0;
        bottom: auto;
        right: 0;
        -webkit-transform: translate(20px);
        -o-transform: translate(20px);
        transform: translate(20px);
        left: auto
        }
    }
@media screen and (max-width: 60rem) {
    .home-newsletter .background-image2 svg {
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        width: 100%
        }
    }
.home-newsletter .background-image2 svg.mobile {
    display: none
    }
@media screen and (max-width: 60rem) {
    .home-newsletter .background-image2 svg.mobile {
        display: block;
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
        }
    }
@media screen and (max-width: 60rem) {
    .home-newsletter .background-image2 svg.desktop {
        display: none
        }
    }
.home-newsletter .background-image3 {
    position: absolute;
    right: 50px;
    bottom: -23.125rem;
    -webkit-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    z-index: -1;
    width: 400px
    }
@media screen and (max-width: 60rem) {
    .home-newsletter .background-image3 {
        position: static;
        bottom: auto;
        right: auto;
        width: 19.6875rem;
        -webkit-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        margin: 30px auto
        }
    }
@media screen and (max-width: 640rem) {
    .home-newsletter .background-image3 img {
        display: block;
        width: 100%;
        height: auto
        }
    }
.home-partners {
    max-width: 75rem;
    margin: 6.25rem auto 0;
    padding-bottom: 8.4375rem;
    position: relative
    }
@media screen and (max-width: 47.9375rem) {
    .home-partners {
        margin: 8.875rem auto 0;
        padding-bottom: 2.8125rem
        }
    }
.home-partners h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    font-weight: 700;
    padding-left: 6.25rem;
    margin-bottom: 6.25rem;
    color: #363757
    }
@media screen and (max-width: 47.9375rem) {
    .home-partners h2 {
        padding-left: 0;
        font-size: 2rem;
        line-height: 2.3125rem;
        margin-bottom: 5rem
        }
    }
.home-partners li, .home-partners ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0
    }
@media screen and (max-width: 80rem) {
    .home-partners ul {
        max-width: 37.5rem;
        margin: 0 auto
        }
    }
@media screen and (max-width: 47.9375rem) {
    .home-partners ul {
        width: 100%;
        max-width: 25rem
        }
    }
.home-partners li {
    display: inline-block;
    max-width: 12.5rem
    }
@media screen and (max-width: 47.9375rem) {
    .home-partners li {
        width: 50%
        }
    }
.home-partners li img {
    width: 100%;
    height: auto;
    display: block
    }
.home-partners .partenaires_background {
    position: absolute;
    right: calc(50% - 50vw);
    top: -12.5rem;
    z-index: -1
    }
@media screen and (max-width: 47.9375rem) {
    .home-partners .partenaires_background {
        width: 7.4375rem
        }
    }
@media screen and (max-width: 47.9375rem) {
    .home-partners .partenaires_background svg {
        display: block;
        width: 100%;
        height: auto
        }
    }
.container-newsletter {
    max-width: 62.5rem;
    margin: 6.25rem auto 15rem
    }
@media screen and (max-width: 60rem) {
    .container-newsletter {
        margin: 0 auto 7.5rem
        }
    }
.container-newsletter .background {
    width: 15rem;
    height: 17.875rem;
    z-index: -1;
    position: absolute;
    top: 15.5rem;
    right: 0
    }
@media screen and (max-width: 60rem) {
    .container-newsletter .background {
        display: none
        }
    }
.container-newsletter .background svg {
    display: block;
    width: 100%;
    height: auto
    }
.container-newsletter h1 {
    font-size: 3.625rem;
    line-height: 3.75rem;
    font-weight: 700;
    color: #363757
    }
@media screen and (max-width: 60rem) {
    .container-newsletter h1 {
        font-size: 32px;
        line-height: 36px
        }
    }
.container-newsletter #mc_embed_signup {
    margin-top: 3.75rem
    }
.container-newsletter #mc_embed_signup_scroll {
    font-size: 0;
    font-weight: 400;
    color: #363757
    }
.container-newsletter .mc-field-group.input-group {
    width: 100%;
    margin-bottom: 3.4375rem
    }
.container-newsletter .indicates-required, .container-newsletter .mc-field-group {
    font-size: 1.125rem
    }
.container-newsletter .mc-field-group {
    display: inline-block;
    width: 50%;
    margin-bottom: 2.4375rem
    }
@media screen and (max-width: 60rem) {
    .container-newsletter .mc-field-group {
        width: 100%
        }
    }
.container-newsletter .mc-field-group label {
    display: block;
    cursor: pointer
    }
.container-newsletter .mc-field-group input {
    display: inline-block;
    width: 90%;
    padding-right: 1.25rem;
    border: 0;
    border-bottom: 1px solid #363757
    }
.container-newsletter .input-text:nth-child(2n+2) {
    text-align: right
    }
.container-newsletter .input-text label {
    width: 96%;
    font-size: 1.125rem;
    display: inline-block;
    text-align: left
    }
@media screen and (max-width: 60rem) {
    .container-newsletter .input-text label {
        width: 100%
        }
    }
.container-newsletter .input-text input {
    width: 96%;
    font-size: 1.125rem !important;
    line-height: 2.5rem;
    height: auto;
    color: #363757;
    padding: 0 0 0.5625rem !important
    }
@media screen and (max-width: 60rem) {
    .container-newsletter .input-text input {
        border-radius: 0;
        width: 100%
        }
    }
.container-newsletter li, .container-newsletter ul {
    list-style: none;
    padding: 0;
    margin: 0
    }
.container-newsletter .mc-field-group ul {
    font-size: 0;
    margin-top: 2.0625rem
    }
.container-newsletter .mc-field-group li {
    width: 12.5rem;
    display: inline-block;
    font-size: 0
    }
.container-newsletter .mc-field-group li input {
    width: 20px;
    display: inline-block;
    margin: 0
    }
.container-newsletter .mc-field-group li label {
    width: 11.25rem;
    font-size: 1rem;
    display: inline-block
    }
.container-newsletter .mc-field-group li:nth-child(1n) {
    width: 28%;
    vertical-align: top
    }
@media screen and (max-width: 60rem) {
    .container-newsletter .mc-field-group li:nth-child(1n) {
        width: 100%;
        margin-bottom: 28px
        }
    }
.container-newsletter .mc-field-group li:nth-child(1n) label {
    position: relative;
    padding-left: 3.25rem;
    margin-left: 0;
    margin-top: 0;
    line-height: 2rem;
    width: 100%
    }
@media screen and (max-width: 60rem) {
    .container-newsletter .mc-field-group li:nth-child(1n) label {
        padding-left: 3.6875rem
        }
    }
.container-newsletter .mc-field-group li:nth-child(1n) label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.0625rem solid #363757
    }
@media screen and (max-width: 60rem) {
    .container-newsletter .mc-field-group li:nth-child(1n) label:before {
        width: 2.625rem;
        height: 2.625rem;
        top: -0.3125rem
        }
    }
.container-newsletter .mc-field-group li:nth-child(1n) input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
    }
.container-newsletter .mc-field-group li:nth-child(1n) input:checked + label {
    font-weight: 400
    }
.container-newsletter .mc-field-group li:nth-child(1n) input:checked + label:before {
    background: #363757
    }
.container-newsletter .mc-field-group li:nth-child(1n) input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    left: 0.375rem;
    top: 0.375rem;
    width: 1.25rem;
    height: 1rem;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjAgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iW0Rlc2t0b3BdLUhvbWVwYWdlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iW0Rlc2t0b3BdX0hQX0xhbmRpbmctTUNNLTAzLVdoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjI2LjAwMDAwMCwgLTU5MTIuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiPgogICAgICAgICAgICA8ZyBpZD0iRm9ybXVsYWlyZS1kZS1jb250YWN0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMjAuMDAwMDAwLCA0OTI1LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNi4wODU3ODYsIDk5Mi4yMDcxMDcpIHJvdGF0ZSg0MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTYuMDg1Nzg2LCAtOTkyLjIwNzEwNykgIiBwb2ludHM9IjIwLjA4NTc4NjQgOTg0LjIwNzEwNyAyMC4wODU3ODY0IDEwMDAuMjA3MTEgMTIuMDg1Nzg2NCAxMDAwLjIwNzExIj48L3BvbHlsaW5lPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=")
    }
@media screen and (max-width: 60rem) {
    .container-newsletter .mc-field-group li:nth-child(1n) input:checked + label:after {
        top: 1.0625rem;
        left: 0.6875rem
        }
    }
.container-newsletter .mc-field-group li:nth-child(2n) {
    width: 71%
    }
@media screen and (max-width: 60rem) {
    .container-newsletter .mc-field-group li:nth-child(2n) {
        width: 100%;
        margin-bottom: 28px
        }
    }
.container-newsletter .mc-field-group li:nth-child(3n) {
    width: 28%;
    margin-top: 1.25rem
    }
@media screen and (max-width: 60rem) {
    .container-newsletter .mc-field-group li:nth-child(3n) {
        width: 100%;
        margin-bottom: 28px
        }
    }
.container-newsletter .mc-field-group li:nth-child(4n) {
    width: 71%;
    margin-top: 1.25rem
    }
@media screen and (max-width: 60rem) {
    .container-newsletter .mc-field-group li:nth-child(4n) {
        width: 100%;
        margin-bottom: 28px
        }
    }
.container-newsletter .clear input {
    font-size: 1rem;
    line-height: 0.875rem;
    background: #00b577;
    color: #fff;
    border: 0;
    padding: 1.25rem 2.25rem;
    border-radius: 1.875rem;
    cursor: pointer
    }
.home-contact {
    max-width: 62.5rem;
    margin: 0 auto
    }
.home-contact h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    color: #363757;
    margin-bottom: 4.6875rem;
    font-weight: 700
    }
@media screen and (max-width: 60rem) {
    .home-contact h2 {
        font-size: 2rem;
        line-height: 2.3125rem;
        font-weight: 700
        }
    }
.home-contact .gform_wrapper form label, .home-contact .gform_wrapper ul.gfield_checkbox li label, .home-contact .gform_wrapper ul.gfield_radio li label {
    font-size: 1.125rem;
    font-weight: 400;
    color: #363757
    }
.home-contact .gform_wrapper ul.gfield_checkbox input {
    margin-right: 1.25rem
    }
.home-contact .gform_wrapper ul.gform_fields {
    font-size: 0;
    margin-top: 2.0625rem
    }
.home-contact .gform_wrapper input {
    display: block;
    width: 90%;
    padding-right: 1.25rem;
    border: 0;
    border-bottom: 1px solid #363757
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield .gfield_description {
    display: none
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield input {
    width: 20px;
    display: inline-block;
    margin: 0
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield label {
    font-size: 1rem;
    display: inline-block
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child, .home-contact .gform_wrapper ul.gform_fields li.gfield:first-child > label {
    margin-bottom: 1.25rem
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:first-child > label {
        margin-bottom: 1.625rem
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li label {
    font-size: 1.125rem
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li {
    display: inline-block;
    margin-bottom: 1.25rem
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li {
        margin-bottom: 1.75rem
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(1n) {
    width: 17.5625rem;
    overflow: initial
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(1n) {
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(1n) label {
    position: relative;
    padding-left: 3.25rem;
    margin-left: 0;
    margin-top: 0;
    line-height: 2rem
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(1n) label {
        padding-left: 3.6875rem
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(1n) label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.0625rem solid #363757
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(1n) label:before {
        width: 2.625rem;
        height: 2.625rem;
        top: -0.3125rem
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(1n) input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(1n) input:checked + label {
    font-weight: 400
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(1n) input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    left: 0.375rem;
    top: 0.375rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: #363757
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(1n) input:checked + label:after {
        width: 1.875rem;
        height: 1.875rem;
        top: 0.0625rem
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(2n) {
    width: 31.3125rem
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(2n) {
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(3n) {
    width: 17.5625rem
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(3n) {
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(4n) {
    width: 31.3125rem
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:first-child ul li:nth-child(4n) {
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child input {
    width: 90%;
    font-size: 1.125rem;
    line-height: 2.5rem;
    height: 2.5rem;
    color: #363757;
    padding: 0
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:first-child input {
        display: inline
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child .gfield_radio input {
    margin-right: 1.125rem
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child .gfield_radio:nth-child(2n) {
    padding: 0;
    width: 50%;
    display: inline-block;
    font-size: 0
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:first-child .gfield_radio:nth-child(2n) {
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child .gfield_radio:nth-child(2n) label {
    width: auto
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:first-child .gfield_radio:nth-child(2n) input {
    width: 90%
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(2) {
    width: 50%;
    padding: 0;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 1.4375rem;
    text-align: left
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(2) {
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(2) label {
    width: 96%;
    font-size: 1.125rem
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(2) input {
    width: 96%;
    font-size: 1.125rem !important;
    line-height: 2.5rem;
    height: auto;
    color: #363757;
    padding: 0 0 0.5625rem !important
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(2) input::-moz-placeholder, .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(2) input::-ms-input-placeholder, .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(2) input::-webkit-input-placeholder {
    color: #74758c;
    font-size: 1.125rem
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(2) input::-moz-placeholder, .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(2) input::-ms-input-placeholder, .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(2) input::-webkit-input-placeholder, .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(2) input::placeholder {
    color: #74758c;
    font-size: 1.125rem
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(2) input {
        border-radius: 0;
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(3) {
    width: 50%;
    padding: 0;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 1.4375rem;
    text-align: right
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(3) {
        width: 100%;
        text-align: left
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(3) label {
    width: 96%;
    font-size: 1.125rem;
    text-align: left
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(3) label {
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(3) input {
    width: 96%;
    font-size: 1.125rem !important;
    line-height: 2.5rem;
    height: auto;
    color: #363757;
    padding: 0 0 0.5625rem !important
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(3) input {
        border-radius: 0;
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(4) {
    width: 50%;
    padding: 0;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 1.4375rem;
    text-align: left
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(4) {
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(4) label {
    width: 96%;
    font-size: 1.125rem
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(4) label {
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(4) input {
    width: 96%;
    font-size: 1.125rem !important;
    line-height: 2.5rem;
    height: auto;
    color: #363757;
    padding: 0 0 0.5625rem !important
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(4) input {
        border-radius: 0;
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(5) {
    width: 50%;
    padding: 0;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 1.4375rem;
    text-align: right
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(5) {
        width: 100%;
        text-align: left
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(5) label {
    width: 96%;
    font-size: 1.125rem;
    text-align: left
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(5) label {
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(5) input {
    width: 96%;
    font-size: 1.125rem !important;
    line-height: 2.5rem;
    height: auto;
    color: #363757;
    padding: 0 0 0.5625rem !important
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(5) input {
        border-radius: 0;
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(5) .ginput_right {
    width: 96%;
    margin: 0;
    min-height: auto
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(5) .ginput_right {
        width: 100%;
        padding: 0
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(5) .ginput_right label {
    display: none
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(6) {
    width: 50%;
    padding: 0;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 1.4375rem;
    text-align: left
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(6) {
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(6) label {
    width: 96%;
    font-size: 1.125rem
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(6) label {
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(6) input {
    width: 96%;
    font-size: 1.125rem !important;
    line-height: 2.5rem;
    height: auto;
    color: #363757;
    padding: 0 0 0.5625rem !important
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(6) input {
        border-radius: 0;
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(7) {
    width: 50%;
    padding: 0;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 1.4375rem;
    text-align: right
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(7) {
        width: 100%;
        text-align: left
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(7) label {
    width: 96%;
    font-size: 1.125rem;
    text-align: left
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(7) label {
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(7) input {
    width: 96%;
    font-size: 1.125rem !important;
    line-height: 2.5rem;
    height: auto;
    color: #363757;
    padding: 0 0 0.5625rem !important
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(7) input {
        border-radius: 0;
        width: 100%
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) {
    padding: 0;
    margin-top: 2.875rem
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) {
        margin-top: 1.625rem
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) .ginput_container {
    margin-top: 2.25rem
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) label {
    width: auto;
    font-size: 1.125rem;
    font-weight: 400
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) input {
    margin-right: 1.125rem
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) li {
    overflow: initial
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) li:nth-child(2) {
    margin-top: 1.5625rem
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) li:nth-child(2) {
        margin-top: 1.1875rem
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) li label {
    position: relative;
    padding-left: 3.25rem
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) li label {
        padding-left: 3.625rem
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) li label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border: 0.0625rem solid #363757;
    border-radius: 0.25rem
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) li label:before {
        width: 2.5625rem;
        height: 2.5625rem;
        top: 0.3125rem
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) li input:checked + label {
    font-weight: 400
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) li input:checked + label:before {
    background: #363757
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) li input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    left: 0.375rem;
    top: 0.375rem;
    width: 1.25rem;
    height: 1rem;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjAgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iW0Rlc2t0b3BdLUhvbWVwYWdlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iW0Rlc2t0b3BdX0hQX0xhbmRpbmctTUNNLTAzLVdoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjI2LjAwMDAwMCwgLTU5MTIuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiPgogICAgICAgICAgICA8ZyBpZD0iRm9ybXVsYWlyZS1kZS1jb250YWN0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMjAuMDAwMDAwLCA0OTI1LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNi4wODU3ODYsIDk5Mi4yMDcxMDcpIHJvdGF0ZSg0MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTYuMDg1Nzg2LCAtOTkyLjIwNzEwNykgIiBwb2ludHM9IjIwLjA4NTc4NjQgOTg0LjIwNzEwNyAyMC4wODU3ODY0IDEwMDAuMjA3MTEgMTIuMDg1Nzg2NCAxMDAwLjIwNzExIj48L3BvbHlsaW5lPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=")
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(8) li input:checked + label:after {
        top: 1.0625rem;
        left: 0.6875rem
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(9) {
    padding: 0;
    position: relative;
    margin-top: 2.875rem
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(9) label {
    width: auto;
    font-size: 1.125rem;
    font-weight: 400;
    max-width: none
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(9) input {
    margin-right: 1.125rem
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(9) input {
        display: inline
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(9) .gfield_label {
    display: none
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(9) ul {
    max-width: 100%
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(9) li {
    overflow: initial
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(9) li label {
    position: relative;
    padding-left: 3.25rem
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(9) li label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border: 0.0625rem solid #363757;
    border-radius: 0.25rem
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(9) li label:before {
        width: 2.5625rem;
        height: 2.5625rem;
        top: 0.3125rem
        }
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(9) li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(9) li input:checked + label {
    font-weight: 400
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(9) li input:checked + label:before {
    background: #363757
    }
.home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(9) li input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    left: 0.375rem;
    top: 0.375rem;
    width: 1.25rem;
    height: 1rem;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjAgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iW0Rlc2t0b3BdLUhvbWVwYWdlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iW0Rlc2t0b3BdX0hQX0xhbmRpbmctTUNNLTAzLVdoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjI2LjAwMDAwMCwgLTU5MTIuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiPgogICAgICAgICAgICA8ZyBpZD0iRm9ybXVsYWlyZS1kZS1jb250YWN0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMjAuMDAwMDAwLCA0OTI1LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNi4wODU3ODYsIDk5Mi4yMDcxMDcpIHJvdGF0ZSg0MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTYuMDg1Nzg2LCAtOTkyLjIwNzEwNykgIiBwb2ludHM9IjIwLjA4NTc4NjQgOTg0LjIwNzEwNyAyMC4wODU3ODY0IDEwMDAuMjA3MTEgMTIuMDg1Nzg2NCAxMDAwLjIwNzExIj48L3BvbHlsaW5lPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=")
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper ul.gform_fields li.gfield:nth-child(9) li input:checked + label:after {
        top: 1.0625rem;
        left: 0.6875rem
        }
    }
.home-contact .gform_wrapper .gform_footer input.button {
    font-size: 1rem;
    line-height: 0.875rem;
    background: #00b577;
    color: #fff;
    border: 0;
    padding: 1.25rem 2.25rem;
    border-radius: 1.875rem;
    cursor: pointer;
    -webkit-appearance: none
    }
.home-contact .gform_wrapper .gform_footer input.button:hover {
    padding: 1.1875rem 2.1875rem;
    background: transparent;
    border: 0.0625rem solid #00b577;
    color: #00b577
    }
@media screen and (max-width: 60rem) {
    .home-contact .gform_wrapper .gform_footer input.button {
        width: auto;
        line-height: 0.875rem !important
        }
    }
.home-contact .gform_wrapper .gform_footer {
    margin-top: 3.125rem
    }
.home-actu {
    margin-top: 8rem
    }
@media screen and (max-width: 48rem) {
    .home-actu {
        margin-top: 3.9375rem
        }
    }
.home-actu h2 {
    font-size: 2.5rem;
    color: #363757;
    font-weight: 700;
    width: 62.5rem;
    max-width: 100%;
    margin: 0 auto 7rem
    }
@media screen and (max-width: 68.125rem) {
    .home-actu h2 {
        width: 40.625rem
        }
    }
@media screen and (max-width: 48rem) {
    .home-actu h2 {
        font-size: 2rem;
        margin: 0 auto 1.8125rem
        }
    }
.home-actu .carousel-actu_dots {
    width: 100%;
    margin-bottom: 3.3125rem;
    text-align: center
    }
@media screen and (max-width: 48rem) {
    .home-actu .carousel-actu_dots {
        display: none
        }
    }
.home-actu .carousel-actu_dots ul {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    line-height: 0
    }
.home-actu .carousel-actu_dots li {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0 1.875rem 0 0
    }
.home-actu .carousel-actu_dots li::marker {
    display: none
    }
.home-actu .carousel-actu_dots li.slick-active button {
    background-color: #00b577
    }
.home-actu .carousel-actu_dots button {
    font-size: 0;
    background: #74758c;
    border: 0;
    border-radius: 50%;
    width: 0.625rem;
    height: 0.625rem;
    display: inline-block;
    padding: 0;
    cursor: pointer
    }
.home-actu .slick-slide {
    padding: 0 1.5625rem
    }
.home-actu .carousel-actu {
    width: 65.625rem;
    max-width: 100%;
    margin: 0 auto
    }
@media screen and (max-width: 68.125rem) {
    .home-actu .carousel-actu {
        width: 43.75rem
        }
    }
@media screen and (max-width: 48rem) {
    .home-actu .carousel-actu div:last-child .carousel-item {
        margin: 0 auto
        }
    }
.home-actu .carousel-item {
    width: 18.75rem
    }
@media screen and (max-width: 48rem) {
    .home-actu .carousel-item {
        width: 100%;
        max-width: 20.9375rem;
        margin: 0 auto 2.5rem
        }
    }
.home-actu .carousel-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.625rem
    }
.home-actu .carousel-item span {
    margin-top: 1rem;
    color: #74758c;
    font-size: 1rem;
    font-weight: 400;
    display: block
    }
@media screen and (max-width: 48rem) {
    .home-actu .carousel-item span {
        margin-top: 0.3125rem
        }
    }
.home-actu .carousel-item h3 {
    display: block;
    color: #363757;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 400;
    margin-top: 0.4375rem;
    margin-bottom: 1.625rem
    }
@media screen and (max-width: 48rem) {
    .home-actu .carousel-item h3 {
        margin-bottom: 1.25rem;
        line-height: 1.5rem;
        font-weight: 600
        }
    }
.home-actu .carousel-item a {
    text-decoration: none
    }
.home-actu .carousel-item a:hover .link {
    color: #00b577
    }
.home-actu .carousel-item .link, .home-actu .carousel-item a:hover .link {
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s
    }
.home-actu .carousel-item .link {
    color: #74758c;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: underline
    }
.home-video {
    width: 100vw;
    margin-left: -20px;
    height: 100vh;
    position: relative
    }
.home-video .home-video_container {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 100%;
    text-align: center;
    z-index: 3
    }
.home-video .home-video_container h1 {
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    font-weight: 600
    }
@media screen and (max-width: 60rem) {
    .home-video .home-video_container h1 {
        font-size: 32px;
        line-height: 37px;
        font-weight: 100;
        max-width: 320px;
        margin: 0 auto 37px
        }
    }
@media screen and (max-width: 60rem) {
    .home-video .home-video_container h1 br {
        display: none
        }
    }
.home-video .home-video_container h1 span {
    color: #ffd314
    }
.home-video .home-video_container .button_play {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer
    }
.home-video .home-video_container .button_play_icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTdweCIgaGVpZ2h0PSI1N3B4IiB2aWV3Qm94PSIwIDAgNTcgNTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iW1VwZGF0ZV0tTFAtKy1GaWxtIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iW0Rlc2t0b3BdX0xQX01PQl9GaWxtLWhlYWRlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY5MS4wMDAwMDAsIC00NzUuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAwLjAwMDAwMCwgMjQ5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI3Ni4wMDAwMDAsIDIyNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTUuMDAwMDAwLCAwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBmaWxsPSIjMDBCNTc3IiBjeD0iMjguNSIgY3k9IjI4LjUiIHI9IjI4LjUiPjwvY2lyY2xlPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC0yIiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjI0IDIyIDI0IDM1IDM1IDI4LjUiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
    width: 57px;
    height: 57px;
    display: block;
    margin: 0 auto 14px
    }
.home-video .home-video_skip {
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    z-index: 4
    }
.home-video .background-video {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden
    }
.home-video .background-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%
    }
.home-video .background-color {
    z-index: 2;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: rgba(12, 13, 17, 0.75);
    position: absolute
    }
.home-video-popin {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10
    }
.home-video-popin.show {
    display: block
    }
.home-video-popin button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer
    }
.home-video-popin .btn_close {
    position: absolute;
    right: 40px;
    top: 40px
    }
.home-video-popin iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 80%;
    max-height: 80%;
    bottom: 0;
    right: 0;
    margin: auto
    }
.home-video-popin .container-video-popin {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-top: 51.3%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
    }
.home-video-popin .container-video-popin .btn_play {
    margin: 0 auto;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
.home-video-popin .container-video-popin .btn_play.hide {
    display: none
    }
.home-video-popin .container-video-popin img {
    display: block;
    width: 100%;
    height: auto
    }