@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

.button {
    font-family: "Arial", "Helvetica" sans-serif !important;
}

.d-flex {
    display: flex !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-behavior: smooth;
}

.gradient-text {
    background: -webkit-linear-gradient(340deg, #2f425e, #4c6284);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text-2 {
    background: -webkit-linear-gradient(340deg, #2f425e, #4c6284);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header {
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    max-width: 100vw;
    background: rgba(255, 255, 255, 0.8784313725);
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20rem;
    z-index: 999;
    transition: all 300ms ease;
}

header.header-scrolled {
    background: #ffffff;
}

header.header-scrolled a {
    color: #2E2E2E;
}

header.header-scrolled a:hover {
    background-color: transparent;
}

header a.logo {
    text-decoration: none;
    font-size: 2.5em;
    font-weight: 700;
    text-decoration: none;
    color: #2f425e;
}

header nav {
    display: flex;
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

header nav a {
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    transition: all 250ms ease-in-out;
    padding: 7px 17px;
    border-radius: 10px;
    background-color: transparent;
    letter-spacing: 0.5px;
}

header nav a:hover {
    background-color: rgb(255, 255, 255);
    color: #2f425e;
    transform: translateY(1px);
}

header nav a.active {
    background-color: rgb(255, 255, 255);
    color: #2f425e;
}

footer {
    background-color: #f4f5f6;
    border-top: 1px solid #e9ebf0;
    margin-top: 400px;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

footer .cta-wrapper {
    max-width: 1400px;
    width: 100%;
    padding: 0 1.75rem;
    margin: 0 auto;
}

footer .call-to-action {
    border-radius: 28px;
    padding: 70px 60px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    background: linear-gradient(112deg, #2f425e, #a0c4e0);
    background-color: white;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-50%);
}

footer .call-to-action h2 {
    font-size: 3.5rem;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px;
    color: white;
    max-width: 70%;
}

footer .call-to-action a {
    background-color: white;
    color: #2f425e;
}

footer .call-to-action a:hover {
    background-color: rgba(255, 255, 255, 0.85);
}

footer .call-to-action form {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 8px;
}

footer .call-to-action form #form_message_footer {
    font-size: 12px;
    text-align: right;
    margin-top: 0rem;
}

footer .call-to-action form label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: right;
    color: white;
    opacity: 0.7;
}

footer .call-to-action form input {
    margin-right: 0.5rem;
    max-width: 250px !important;
    padding: 0.6rem 0.9rem !important;
    font-size: 14px !important;
    border-color: white !important;
}

footer .call-to-action form input::-moz-placeholder {
    color: white !important;
}

footer .call-to-action form input:-ms-input-placeholder {
    color: white !important;
}

footer .call-to-action form input::placeholder {
    color: white !important;
}

footer .call-to-action form input:focus::-moz-placeholder {
    color: black;
}

footer .call-to-action form input:focus:-ms-input-placeholder {
    color: black;
}

footer .call-to-action form input:focus::placeholder {
    color: black;
}

footer .call-to-action form .button {
    display: inline-block;
    font-size: 12px !important;
    padding: 0.6rem 1.8rem !important;
}

footer .call-to-action form .button::before {
    width: 10px !important;
    height: 10px !important;
    border-width: 3px !important;
}

footer .footer-content {
    overflow-x: hidden;
    max-width: 100%;
    margin-top: -150px;
}

footer .footer-content .footer-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.75rem;
}

footer .footer-content .footer-bottom {
    background-color: #F9F9F9;
    border-top: 1px solid #e9ebf0;
}

footer .footer-content .footer-bottom .footer-container {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .footer-content .footer-bottom .footer-container .logo a {
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2f425e;
}

footer .footer-content .footer-bottom .footer-container .copyright {
    display: flex;
    align-items: center;
    color: #7c828d;
}

footer .footer-content .footer-bottom .footer-container .copyright span {
    margin-right: 2px;
    font-size: 14px;
}

footer .footer-content .footer-bottom .footer-container .copyright .list {
    font-size: 12px;
    color: #7c828d;
}

footer .footer-content .footer-bottom .footer-container .copyright .list a {
    color: #7c828d;
    line-height: 1;
    text-decoration: none;
    margin-left: 4px;
}

footer .footer-content .footer-bottom .footer-container .copyright .list a:before {
    content: "|";
    color: #7c828d;
    margin: 0 4px 0 0;
}

footer .footer-content .footer-bottom .footer-container .copyright .list a:hover {
    color: #2f425e;
    cursor: pointer;
}

footer .footer-content .footer-body .footer-container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

footer .footer-content .footer-body .ul-list {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
}

footer .footer-content .footer-body .ul-list .li-ul-list {
    min-width: 10%;
    -webkit-padding-start: 12px;
    padding-inline-start: 12px;
    -webkit-padding-end: 12px;
    padding-inline-end: 12px;
}

footer .footer-content .footer-body .ul-list .li-ul-list span {
    font-size: 16px;
    font-weight: 600;
}

footer .footer-content .footer-body .ul-list .li-ul-list ul {
    margin-top: 10px;
}

footer .footer-content .footer-body .ul-list .li-ul-list ul li {
    list-style: none;
    margin-bottom: 14px;
}

footer .footer-content .footer-body .ul-list .li-ul-list ul li a {
    color: #2E2E2E;
    text-decoration: none;
    font-size: 16px;
}

footer .footer-content .footer-body .ul-list .li-ul-list ul li a:hover {
    color: #2f425e;
    cursor: pointer;
}

body {
    font-family: "Poppins", sans-serif;
    color: #2E2E2E;
    font-size: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #F9F9F9 100%);
    min-height: 100vh;
    overflow-x: hidden;
    max-width: 100vw;
    width: 100%;
}

body .rounded-square-wrapper {
    position: absolute;
    width: 100%;
    min-width: 100vw;
    min-height: 100vh;
    height: 100%;
    overflow-x: hidden;
    top: 0;
}

body .rounded-square {
    background-color: #2f425e;
    background: linear-gradient(-120deg, #2f425e 0%, #a0c4e0 100%);
    width: 50vw;
    height: 50vw;
    position: absolute;
    z-index: -1;
    transform: rotate(-45deg);
    border-radius: 15vw;
    top: -25%;
    right: -11%;
}

@media (max-width: 1800px) {
    body .rounded-square {
        top: -20%;
        right: -10%;
    }
}

@media (max-width: 1700px) {
    body .rounded-square {
        top: -15%;
        right: -8%;
    }
}

@media (max-width: 1300px) {
    body .rounded-square {
        top: -10%;
        right: -7%;
    }
}

@media (max-width: 960px) {
    body .rounded-square {
        top: -5%;
        right: -15%;
        width: 70vw;
        height: 70vw;
    }
}

@media (max-width: 600px) {
    body .rounded-square {
        right: -20%;
    }
}

main {
    width: 100%;
    min-width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    margin-top: 180px;
}

main a {
    text-decoration: none;
    color: #2f425e;
    transition: all 300ms ease;
}

main a:hover {
    color: #61a36d;
}

main .hero {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    color: inherit;
    overflow: auto;
    transition: 0.2s;
    overflow: initial;
}

main .hero .wrapper-text {
    min-width: 440px;
    padding-top: 100px;
    overflow: initial;
}

main .hero .wrapper-text h1 {
    font-size: 3.35rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.75rem;
    letter-spacing: 0.5px;
}

main .hero .wrapper-text a {
    margin-top: 25px;
}

main .hero .wrapper-text form {
    overflow: initial;
}

main .hero .wrapper-text form input {
    margin: 15px 0 0 0;
    width: 360px !important;
    display: block;
}

main .hero .wrapper-text form button {
    margin: 20px 0 0 0;
    display: block;
    font-size: 1.2rem;
}

main .hero .wrapper-text form #form_message_hero {
    font-size: 12px;
    margin-top: 1rem;
}

main .hero .wrapper-img {
    min-width: 1050px;
}

main .hero .wrapper-img .inner-wrapper-img {
    padding: 50px 0;
}

main .hero .wrapper-img .inner-wrapper-img .img-comp-wrapper {
    background-color: transparent;
    background-color: 0px 0px 0px rgba(16, 30, 54, 0.09);
    width: 100%;
}

main .hero .wrapper-img .inner-wrapper-img .img-comp-wrapper img,
main .hero .wrapper-img .inner-wrapper-img .img-comp-wrapper video {
    max-width: 100%;
    height: auto;
    margin-left: -4rem;
}

main .contact-form {
    border-radius: 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 100px 80px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9137254902) 0%, rgba(249, 249, 249, 0.7176470588) 150%);
}

main .contact-form form {
    margin-bottom: 20px;
    position: relative;
}

main .contact-form .input {
    margin-bottom: 1.35rem;
    position: relative;
}

main .contact-form .input label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    opacity: 0.8;
}

main .contact-form .input label[data-required]:after {
    content: "*";
    color: #2f425e;
    margin-left: 3px;
}

main .contact-form .input input {
    padding: 0.6rem 1.2rem !important;
    font-size: 16px !important;
}

main .contact-form .input textarea {
    padding: 0.6rem 1.2rem !important;
    font-size: 16px !important;
    height: 300px;
    max-height: 650px;
    min-height: 100px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-family: "Poppins", sans-serif;
    position: relative;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

main .contact-form .input textarea~#chars_left {
    position: absolute;
    bottom: 20px;
    right: 12px;
    font-size: 14px;
    color: #000;
    opacity: 0.6;
}

main .contact-form .input textarea~#chars_left.warning {
    color: #f44336;
    font-weight: 600;
}

main .contact-form .input-check label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.6;
}

main .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.75rem;
    margin-top: 100px;
}

main .container.container-1400 {
    max-width: 1400px;
}

main .container h2.title {
    font-size: 2.6em;
    font-weight: 700;
    text-align: center;
}

main .container .comp-rounded {
    background-color: #e9e9e9;
    border-radius: 30px;
    width: 100%;
    padding: 100px 115px;
}

main .container .comp-rounded.comp-rounded-functions .function-list {
    display: flex;
    flex-direction: column;
}

main .container .comp-rounded.comp-rounded-functions .function-list .function {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}

main .container .comp-rounded.comp-rounded-functions .function-list .function:last-child {
    margin-bottom: 25px;
}

main .container .comp-rounded.comp-rounded-functions .function-list .function .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 20px 25px rgba(189, 212, 202, 0.2);
    border-radius: 15px;
    min-width: 60px;
    height: 60px;
    margin-right: 30px;
}

main .container .comp-rounded.comp-rounded-functions .function-list .function .description h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 17px;
}

main .container .comp-rounded.comp-rounded-functions .function-list .function .description p {
    font-weight: 400;
    font-size: 14px;
}

main .container .comp-rounded.comp-rounded-functions .comp-rounded-inner-wrapper .media-wrapper video,
main .container .comp-rounded.comp-rounded-functions .comp-rounded-inner-wrapper .media-wrapper img {
    height: auto !important;
}

main .container .comp-rounded .center-title {
    margin: 0 auto 35px auto;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.3;
    margin-bottom: 80px;
}

main .container .comp-rounded.comp-rounded-green {
    background: linear-gradient(45deg, #e0f3e8 0%, #d9eee8 100%);
}

main .container .comp-rounded.comp-rounded-green-reverse {
    background: linear-gradient(225deg, #e0f3e8 0%, #d9eee8 100%);
}

main .container .comp-rounded.comp-rounded-blue {
    background-color: #edfafe;
}

main .container .comp-rounded .comp-rounded-inner-wrapper {
    display: flex;
    flex-direction: row;
}

main .container .comp-rounded .comp-rounded-inner-wrapper .text-wrapper {
    max-width: 410px;
    min-width: 410px;
}

main .container .comp-rounded .comp-rounded-inner-wrapper .text-wrapper h2 {
    margin: 0 auto 35px auto;
    text-align: left;
    font-size: 2.8rem;
    font-weight: 700;
    max-width: 500px;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

main .container .comp-rounded .comp-rounded-inner-wrapper .text-wrapper a.button {
    margin: 0 auto;
    margin-top: 30px;
    color: white;
}

main .container .comp-rounded .comp-rounded-inner-wrapper .text-wrapper a.button:hover {
    color: white;
}

main .container .comp-rounded .comp-rounded-inner-wrapper .media-wrapper {
    margin-left: 85px;
    border-radius: 10px;
    overflow: hidden;
}

main .container .comp-rounded .comp-rounded-inner-wrapper .media-wrapper img,
main .container .comp-rounded .comp-rounded-inner-wrapper .media-wrapper video {
    height: auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

main .container .comp-flex {
    padding: 100px 0;
    display: flex;
    flex-direction: row;
    position: relative;
}

main .container .comp-flex.comp-flex-right {
    flex-direction: row-reverse;
}

main .container .comp-flex.comp-flex-right .media-wrapper {
    margin-left: 0;
    margin-right: 85px;
}

main .container .comp-flex .text-wrapper {
    max-width: 410px;
    min-width: 410px;
    padding-top: 50px;
}

main .container .comp-flex .text-wrapper h2 {
    margin: 0 auto 35px auto;
    text-align: left;
    font-size: 2.8rem;
    font-weight: 700;
    max-width: 500px;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

main .container .comp-flex .text-wrapper p {
    font-size: 14px;
    font-weight: 500;
    color: #7c828d;
}

main .container .comp-flex .text-wrapper a.button {
    margin: 0 auto;
    margin-top: 30px;
    color: white;
}

main .container .comp-flex .text-wrapper a.button:hover {
    color: white;
}

main .container .comp-flex .media-wrapper {
    margin-left: 85px;
    border-radius: 20px;
    overflow: hidden;
}

main .container .comp-flex .media-wrapper img,
main .container .comp-flex .media-wrapper video {
    height: auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

main .container .showcase-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: calc(1.25rem - 7px);
}

main .container .showcase-row .col-100 {
    flex-basis: 100%;
    position: relative;
}

main .container .showcase-row .col-100 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

main .container .showcase-row .col-100 video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

main .container .showcase-row .col-100 iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

main .container .showcase-row .col-50 {
    margin-bottom: calc(1.25rem - 5px);
    position: relative;
    flex-basis: 100%;
}

main .container .showcase-row .col-50 img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

.input-check {
    margin-bottom: 0.15rem;
    min-height: 1.5rem;
    position: relative;
}

.input-check input {
    width: 1rem;
    height: 1rem;
    vertical-align: baseline;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    transform: translateY(3px);
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    margin-right: 0.5rem;
}

.input-check input[type=checkbox] {
    border-radius: 0.25rem;
}

.input-check input[type=radio] {
    background-size: 1.1rem;
    border-radius: 50%;
}

.input-check input:checked {
    background-color: #2f425e;
    border-color: #61a36d;
}

.input-check input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.input-check input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.input-check input:checked[type=radio]~label {
    color: #61a36d;
}

.input-check label {
    font-size: 0.9rem;
    vertical-align: baseline;
}

.input-check.inline {
    display: inline-block;
    margin-right: 1.5rem;
}

input:not(input[type=radio]):not(input[type=checkbox]),
textarea {
    line-height: 1.5;
    width: 100%;
    padding: 0.8rem 1.5rem;
    background-color: transparent;
    border: 1px solid rgba(185, 190, 199, 0.6);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0.55rem;
    font-weight: 400;
    font-size: 1.2rem;
    color: #3f3f3f;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    text-align: left;
    transition: box-shadow 200ms ease, border-color 200ms ease, background-color 200ms ease;
    min-height: 40px;
    box-shadow: 0 19px 25px rgba(10, 51, 35, 0.04);
}

input:not(input[type=radio]):not(input[type=checkbox]):focus,
textarea:focus {
    color: #2E2E2E;
    background-color: #fff;
    border-color: #2f425e;
    outline: 0;
    box-shadow: 0 19px 25px rgba(10, 51, 35, 0.05);
}

input:not(input[type=radio]):not(input[type=checkbox])::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 0.75;
}

input:not(input[type=radio]):not(input[type=checkbox]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 0.75;
}

input:not(input[type=radio]):not(input[type=checkbox])::placeholder,
textarea::placeholder {
    opacity: 0.75;
}

input:not(input[type=radio]):not(input[type=checkbox]):disabled,
textarea:disabled {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    cursor: not-allowed;
}

input:not(input[type=radio]):not(input[type=checkbox])[aria-invalid=true],
input:not(input[type=radio]):not(input[type=checkbox])[aria-invalid],
textarea[aria-invalid=true],
textarea[aria-invalid] {
    border-color: #f44336 !important;
    box-shadow: 0 0px 5px rgba(185, 51, 98, 0.5);
    background-image: url("data:image/svg+xml,%0A%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f44336' d='M12,14a1.25,1.25,0,1,0,1.25,1.25A1.25,1.25,0,0,0,12,14Zm0-1.5a1,1,0,0,0,1-1v-3a1,1,0,0,0-2,0v3A1,1,0,0,0,12,12.5ZM12,2A10,10,0,1,0,22,12,10.01114,10.01114,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8.00917,8.00917,0,0,1,12,20Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    background-size: 1.35em;
    padding-right: calc(1.5em + 0.75rem);
}

input:not(input[type=radio]):not(input[type=checkbox])[aria-invalid=true]:focus,
input:not(input[type=radio]):not(input[type=checkbox])[aria-invalid]:focus,
textarea[aria-invalid=true]:focus,
textarea[aria-invalid]:focus {
    border-color: #f44336 !important;
}

input:not(input[type=radio]):not(input[type=checkbox])[aria-invalid=true]::-moz-placeholder,
input:not(input[type=radio]):not(input[type=checkbox])[aria-invalid]::-moz-placeholder,
textarea[aria-invalid=true]::-moz-placeholder,
textarea[aria-invalid]::-moz-placeholder {
    color: #d22c20 !important;
}

input:not(input[type=radio]):not(input[type=checkbox])[aria-invalid=true]:-ms-input-placeholder,
input:not(input[type=radio]):not(input[type=checkbox])[aria-invalid]:-ms-input-placeholder,
textarea[aria-invalid=true]:-ms-input-placeholder,
textarea[aria-invalid]:-ms-input-placeholder {
    color: #d22c20 !important;
}

input:not(input[type=radio]):not(input[type=checkbox])[aria-invalid=true]::placeholder,
input:not(input[type=radio]):not(input[type=checkbox])[aria-invalid]::placeholder,
textarea[aria-invalid=true]::placeholder,
textarea[aria-invalid]::placeholder {
    color: #d22c20 !important;
}

input:not(input[type=radio]):not(input[type=checkbox])[aria-invalid=true]~.errormessage,
input:not(input[type=radio]):not(input[type=checkbox])[aria-invalid]~.errormessage,
textarea[aria-invalid=true]~.errormessage,
textarea[aria-invalid]~.errormessage {
    display: block;
}

#form_message,
#form_message_footer,
#form_message_hero {
    display: none;
    font-size: 15px;
    margin-top: 2rem;
}

#form_message.form_message-error,
#form_message_footer.form_message-error,
#form_message_hero.form_message-error {
    display: block;
    color: #d22c20;
}

#form_message.form_message-success,
#form_message_footer.form_message-success,
#form_message_hero.form_message-success {
    display: block;
    color: #2c9f2c;
}

.errormessage {
    display: none;
    color: #d22c20;
    font-size: 0.8rem;
    margin-top: 0.75rem;
}

.button {
    background-color: #2f425e;
    transition: background-color 250ms ease-in-out;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.675rem 3rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.5rem;
    color: white;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(51, 185, 129, 0.5);
}

.button:hover {
    background-color: #61a36d;
    cursor: pointer;
    box-shadow: 0 10px 35px rgba(51, 185, 129, 0.5);
}

.button.secondary {
    border-color: #2f425e !important;
    color: #2f425e;
    background-color: #f8f8f8 !important;
    box-shadow: none !important;
}

.button.secondary:hover {
    background-color: #ffffff !important;
}

.button.secondary[data-loading] {
    color: #f8f8f8 !important;
}

.button.secondary[data-loading]:hover {
    background-color: #f8f8f8 !important;
}

.button.secondary[data-loading]::before {
    border: 4px solid rgba(141, 194, 151, 0.1450980392);
    /* Light grey */
    border-top: 4px solid #2f425e;
    /* Blue */
}

.button.enlarge {
    transition: all 500ms ease-in-out;
    -webkit-animation: enlarge 500ms ease-in-out forwards;
    animation: enlarge 500ms ease-in-out forwards;
}

.button[data-loading] {
    position: relative;
    color: #2f425e;
    display: grid !important;
    place-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.button[data-loading]:hover {
    background-color: #2f425e;
    cursor: not-allowed;
}

.button[data-loading]::before {
    content: "";
    border: 4px solid rgba(255, 255, 255, 0.2);
    /* Light grey */
    border-top: 4px solid #ffffff;
    /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1500ms linear infinite;
    animation: spin 1500ms linear infinite;
    margin-top: 2px;
    position: absolute;
}

.privacy-terms {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 20px 20px 0 0;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6137254902) 0%, rgba(249, 249, 249, 0.7176470588) 150%);
    color: rgba(28, 29, 29, 0.6) !important;
    font-size: 15px;
}

.privacy-terms h1 {
    font-size: 23px;
    font-weight: 700;
    margin: 35px auto;
    text-align: center;
}

.privacy-terms h2 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.privacy-terms p {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: justify;
}

.privacy-terms li {
    font-size: 15px;
    margin-bottom: 6px;
    text-align: justify;
    margin-left: 40px;
}

.privacy-terms ol {
    list-style: decimal;
    margin-bottom: 20px;
}

@media (max-width: 1600px) {
    header {
        height: 110px;
        padding: 0 8rem;
    }

    header a.logo {
        font-size: 2.3em;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    main {
        margin-top: 165px;
    }

    main .hero .wrapper-img {
        min-width: 840px;
    }

    main .hero .wrapper-img .inner-wrapper-img .img-comp-wrapper img,
    main .hero .wrapper-img .inner-wrapper-img .img-comp-wrapper video {
        margin-left: 0rem;
    }

    main .container .comp-rounded {
        padding: 60px 80px;
    }
}

@media (max-width: 1400px) {
    footer .call-to-action h2 {
        font-size: 3.2rem;
    }

    header {
        height: 100px;
        padding: 0 4rem;
    }

    header a.logo {
        font-size: 2.2em;
    }

    header nav {
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    main {
        margin-top: 150px;
    }

    main .hero .wrapper-img {
        min-width: 740px;
    }

    main .container .comp-rounded .comp-rounded-inner-wrapper .text-wrapper h2 {
        font-size: 2.65rem;
        line-height: 1.1;
    }

    main .container .comp-flex .text-wrapper h2 {
        font-size: 2.65rem;
        line-height: 1.1;
    }
}

@media (max-width: 1200px) {
    header {
        padding: 0 22px;
    }

    header nav {
        -moz-column-gap: 18px;
        column-gap: 18px;
    }

    main .hero {
        width: 100%;
        padding: 0 25px;
    }

    main .hero .wrapper-img {
        min-width: 540px;
    }

    main .container .comp-rounded {
        padding: 70px 85px;
    }

    main .container .comp-rounded .center-title {
        font-size: 2.55rem;
    }

    main .container .comp-rounded .comp-rounded-inner-wrapper .text-wrapper {
        min-width: 320px;
    }

    main .container .comp-rounded .comp-rounded-inner-wrapper .text-wrapper h2 {
        font-size: 2.55rem;
    }

    main .container .comp-rounded .comp-rounded-inner-wrapper .media-wrapper {
        margin-left: 45px;
    }

    main .container .comp-flex {
        margin-right: 0;
    }

    main .container .comp-flex .text-wrapper {
        min-width: 320px;
    }

    main .container .comp-flex .text-wrapper h2 {
        font-size: 2.55rem;
    }
}

@media (max-width: 1100px) {
    footer .call-to-action {
        padding: 65px 45px;
    }

    footer .call-to-action h2 {
        font-size: 3rem;
    }

    footer .footer-content {
        margin-top: -120px;
    }

    main .container .comp-rounded {
        padding: 65px 80px;
    }

    main .container .comp-rounded.comp-rounded-functions .function-list {
        min-width: 320px;
        max-width: 410px;
    }

    main .container .comp-rounded .comp-rounded-inner-wrapper {
        flex-direction: column-reverse;
        row-gap: 35px;
    }

    main .container .comp-rounded .comp-rounded-inner-wrapper .text-wrapper {
        max-width: initial;
        min-width: initial;
        width: 100%;
    }

    main .container .comp-rounded .comp-rounded-inner-wrapper .text-wrapper h2 {
        margin: 0 0 35px 0;
    }

    main .container .comp-rounded .comp-rounded-inner-wrapper .media-wrapper {
        margin-left: 0 !important;
    }

    main .container .comp-flex {
        flex-direction: column !important;
        row-gap: 35px;
        max-width: initial;
        min-width: initial;
        width: 100%;
    }

    main .container .comp-flex .text-wrapper {
        max-width: initial;
        min-width: initial;
        width: 100%;
    }

    main .container .comp-flex .text-wrapper p {
        max-width: 80%;
        text-align: center;
        margin: 0 auto;
    }

    main .container .comp-flex .text-wrapper h2 {
        text-align: center;
        margin: 0 auto 35px auto;
    }

    main .container .comp-flex .text-wrapper p {
        text-align: center;
    }

    main .container .comp-flex .media-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 960px) {
    header nav {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    footer .call-to-action {
        padding: 55px 35px;
    }

    footer .call-to-action h2 {
        font-size: 2.8rem;
    }

    main .contact-form {
        padding: 30px 0;
        background: transparent;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
    }

    main .hero {
        flex-direction: column-reverse;
    }

    main .hero.hero-contact {
        flex-direction: column !important;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding-top: 50px;
        padding-bottom: 50px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.6137254902) 0%, rgba(249, 249, 249, 0.7176470588) 150%);
        margin-top: 60px;
    }

    main .hero.hero-contact .wrapper-img {
        width: 100% !important;
    }

    main .hero .wrapper-text {
        padding-top: 0 !important;
    }

    main .hero .wrapper-text h1 {
        font-size: 2.5rem;
    }

    main .hero .wrapper-img .inner-wrapper-img .img-comp-wrapper {
        display: flex;
        align-items: center;
    }

    main .hero .wrapper-img .inner-wrapper-img .img-comp-wrapper video {
        max-width: 100%;
        margin: 0 auto;
        margin-left: -5px;
    }

    main .container .comp-rounded {
        padding: 60px;
    }

    main .container .comp-rounded .center-title {
        font-size: 2.25rem;
    }

    main .container .comp-rounded .comp-rounded-inner-wrapper .text-wrapper h2 {
        font-size: 2.25rem;
    }

    main .container .comp-flex .text-wrapper h2 {
        font-size: 2.25rem;
    }
}

@media (max-width: 768px) {
    footer {
        margin-top: 300px;
    }

    footer .call-to-action {
        padding: 55px 35px;
    }

    footer .call-to-action h2 {
        font-size: 2.4rem;
        max-width: 100%;
    }

    footer .footer-content {
        margin-top: -100px;
    }

    header nav {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    main {
        margin-top: 95px;
    }

    main .container .comp-rounded {
        padding: 60px 40px;
    }

    main .container .comp-rounded .center-title {
        font-size: 2rem;
        margin-bottom: 50px;
    }

    main .container .comp-rounded .comp-rounded-inner-wrapper .text-wrapper h2 {
        font-size: 2rem;
    }

    main .container .comp-flex .text-wrapper h2 {
        font-size: 2rem;
    }

    main .hero .wrapper-text h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 590px) {
    footer .footer-content .footer-body .footer-container {
        flex-direction: column;
        row-gap: 50px;
    }

    footer .footer-content .footer-body .footer-container form {
        padding-left: 12px;
        align-items: flex-start;
    }

    footer .footer-content .footer-body .footer-container form label {
        text-align: left;
    }

    footer .call-to-action {
        padding: 50px 30px;
    }

    footer .call-to-action h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    footer .call-to-action a {
        padding: 0.475rem 2.6rem !important;
        font-size: 14px !important;
    }

    header nav {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    header nav a {
        font-size: 16px;
        padding: 5px 14px;
    }

    main .hero .wrapper-text {
        width: 100%;
        min-width: auto;
    }

    main .hero .wrapper-text h1 {
        font-size: 2.5rem;
    }

    main .hero .wrapper-img {
        width: 100%;
        min-width: auto;
    }

    main .container .comp-rounded {
        padding: 40px 25px;
    }
}

@media (max-width: 480px) {
    footer .logo a {
        font-size: 1.2rem !important;
    }

    footer .call-to-action {
        padding: 45px 30px;
    }

    footer .call-to-action h2 {
        font-size: 1.6rem;
    }

    footer .footer-content {
        margin-top: -80px;
    }

    footer .footer-content .footer-bottom .footer-container .copyright {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 6px;
    }

    footer .footer-content .footer-bottom .footer-container .copyright .list a {
        margin-left: 0;
    }

    footer .footer-content .footer-bottom .footer-container .copyright .list a:before {
        content: "";
    }

    header nav {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    header nav a {
        font-size: 14px;
        padding: 4px 12px;
    }

    main .container .comp-rounded {
        padding: 25px;
    }

    main .container .comp-rounded.comp-rounded-functions .function-list {
        min-width: initial;
        max-width: initial;
    }

    main .hero .wrapper-text h1 {
        font-size: 2.2rem;
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes enlarge {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(1.1);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes enlarge {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(1.1);
    }

    100% {
        transform: scaleX(1);
    }
}

.call-to-action p{
    color: white;
}

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