﻿html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}
body {
    margin: 0;
    min-height: 100%;
    font-size: 14px;
    background-color: #202020;
    font-family: "Inter", sans-serif;
    color: rgba(29, 29, 29, 0.85);
    line-height: 1.5;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html.w-mod-touch * {
    background-attachment: scroll !important;
}
.section {
    position: relative;
    top: 0px;
    overflow: hidden;
    background-color: transparent;
}
.section.form-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section.form-page.bg-dark-titles {
    background-color: #202020;
    background-image: url("../images/poster.svg");
    background-position: 0% 100%;
    background-size: auto;
    background-repeat: no-repeat;
}
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
.main-grid {
    position: relative;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.overflow-wrapper {
    position: relative;
    overflow: hidden;
}
#is-left {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 6;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
.content-wrapper {
    position: relative;
    display: block;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#is-right {
    -ms-grid-column-span: 3;
    grid-column-end: 11;
    -ms-grid-column: 8;
    grid-column-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.logo-small {
    height: 50px;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 38px;
    line-height: 1.4;
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 10px;
}
h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}
.margin-bottom-xsmall {
    margin-bottom: 25px;
}
.heading-large {
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 4em;
    line-height: 1;
    font-style: italic;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.heading-large.margin-bottom-xsmall.text-white {
    color: #fff;
}
.social-icons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
a {
    background-color: transparent;
    color: #0a1953;
    text-decoration: underline;
}
a:active, a:hover {
    outline: 0;
}
a:hover {
    color: rgba(20, 37, 104, 0.7);
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.link-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: padding-bottom 200ms ease, background-color 200ms ease;
    transition: padding-bottom 200ms ease, background-color 200ms ease;
}
.small {
    font-size: 12px;
}
.link-social.small {
    height: 45px;
    min-height: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.link-social.small:hover {
    padding-bottom: 0px;
    background-color: #43528d; #112264;
}
.icon-social {
    max-height: 18px;
}
.profile {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
}
.icon-social.profile {
    max-height: 20px;
}
.form-wrapper.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.w-form {
    margin: 0 0 15px;
}
.full-form {
    width: 100%;
}
.inner-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.label-form {
    margin-top: 15px;
    margin-bottom: 10px;
    color: rgba(112, 117, 136, 0.7);
    font-size: 16px;
    font-weight: 500;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
input {
    line-height: normal;
}
.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.w-input:focus, .w-select:focus {
    border-color: #3898EC;
    outline: 0;
}
.text-field {
    width: 100%;
    height: 65px;
    min-width: 15vw;
    margin-right: 15px;
    margin-bottom: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 28px;
    padding-right: 28px;
    border-style: solid;
    border-width: 2px;
    border-color: #d1d1d3;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.text-field.dark {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
    box-shadow: none;
    color: #fff;
}
.text-field.forms {
    margin-bottom: 10px;
    border-style: none;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.inner-input.flex-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
.button {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 22px 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 100px;
    background-color: #f36d97;
    box-shadow: inset 0 0 0 2px #f36d97;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
input.w-button {
    -webkit-appearance: button;
}
.button:hover {
    background-color: #f36d97;
    box-shadow: none;
    color: #fff;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.main-paragraph {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    letter-spacing: 0em;
}
.text-white-opacity-strong {
    color: hsla(0, 0%, 100%, 0.5);
}
.size-small {
    font-size: 13px;
}
.main-paragraph.size-small {
    line-height: 1.4;
}
.text-white {
    color: #FFF;
}
.link.text-white:hover {
    color: #FFF; #b1b1b1;
}
.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}
.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}
.rounded {
    overflow: hidden;
    border-radius: 50px;
}
.success {
    background-color: #c4f85c;
    color: #313d17;
}
.error {
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 4px;
    background-color: #f76969;
    color: #8a0a0a;
}


.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
    color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
    color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
    color: #999;
}

body .title-hidden {
    display: none!important;
}


@media screen and (max-width: 1120px) {
  .heading-large {
      font-size: 3.5em;
  }
  .main-paragraph.size-small {
    margin-right: -30px;
  }
}
@media screen and (max-width: 991px) {
.main-paragraph.size-small {
    margin-right: 0px;
}
body {
    font-size: 16px;
}
.section.form-page.bg-dark-titles {
    height: 100%;
    min-height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.main-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.main-grid.center-form {
    padding-top: 80px;
    padding-right: 35px;
    padding-left: 35px;
}
#is-left {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
}
#is-right {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}
.heading-large {
    font-size: 38px;
    line-height: 1.2;
}
.text-field {
    min-width: auto;
}
.button {
    padding: 18px 40px;
}
.button:hover {
    background-color: #2c7fc9;
}
	}
@media screen and (max-width: 767px) {
.main-grid {
    grid-row-gap: 36px;
}
.heading-large {
    font-size: 32px;
}
.link-social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 20%;
    -ms-flex: 0 20%;
    flex: 0 20%;
}
.inner-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.text-field {
    margin-bottom: 15px;
    text-align: left;
}
.text-field.dark {
    text-align: center;
}
.button {
    width: auto;
    font-size: 16px;
}
p {
    font-size: 18px;
}
	}
@media screen and (max-width: 479px) {
.section.form-page.bg-dark-titles {
    min-height: 120vh;
}
.main-grid {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-row-gap: 36px;
}
.margin-bottom-xsmall {
    margin-bottom: 30px;
}
h1 {
    line-height: 1.2;
}
.margin-bottom-xsmall {
    margin-bottom: 30px;
}
.heading-large {
    margin-top: 0px;
    font-size: 38px;
    line-height: 1;
}
.link-social {
    min-height: 60px;
}
.icon-social.profile {
    max-height: 15px;
}
.form-wrapper {
    width: 100%;
}
.label-form {
    text-align: left;
}
.text-field {
    height: 60px;
    max-width: none;
    margin-right: 0px;
    text-align: left;
}
.text-field.dark {
    min-width: auto;
    text-align: left;
}
.button {
    width: auto;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
p {
    font-size: 18px;
    line-height: 1.4;
}
.main-paragraph.size-small.text-white-opacity-strong {
    font-size: 12px;
}
	}

.home-link.home-next {
    top: 100px;
}
.home-link {
    display: block;
    width: 55px;
    height: 55px;
    position: fixed;
    z-index: 1010;
    top: 30px;
    right: 32px;
    border-radius: 50%;
    overflow: hidden;
}
.home-link img.home-link-img {
    display: block;
    width: 100%;
    height: 100%;
}
body .title-hidden {
    display: none!important;
}
body .is-hidden {
    display: none!important;
}


body #page-wrapper {
opacity: 1;
    -webkit-transition: opacity 0.30s ease-in-out;
    -moz-transition: opacity 0.30s ease-in-out;
    -ms-transition: opacity 0.30s ease-in-out;
    -o-transition: opacity 0.30s ease-in-out;
    transition: opacity 0.30s ease-in-out;
}
body.is-loading #page-wrapper {
opacity: 0;
pointer-events: none;
}
