* {
    box-sizing: border-box;
}

body.contact-fullscreen {
    background: #fff;
}

body.contact-fullscreen .header {
    height: 112px;
    display: flex;
    align-items: center;
    position: absolute;
}

body {
    color: #0a0a14;
    background-color: #fff;
    font-family: "Titillium Web",
    sans-serif;
    font-weight: 400;
    font-size: 87.5%;
    line-height: 1.4;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

html {
    scroll-behavior: smooth;
    min-height: 100%;
}

.gap-contact {
    display: flex;
    gap: 1rem 1.5rem;
    height: auto;
}

.gap-contact .col-flex {
    margin-bottom: 4rem;
    min-height: calc(100vh - 112px - 4rem);
}

.gap-contact .col-flex:first-child {
    flex-basis: calc(40% - 0.75rem);
    padding: 1.5rem 1.5rem;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-radius: 1.5rem;
}

@media (max-width: 1300px) {
    .gap-contact .col-flex:first-child {
        flex-basis: 100%;
        box-shadow: none !important;
        padding: 0 !important;
    }
}

.gap-contact .col-flex:first-child .step-indicator {
    margin-bottom: 0.75rem;
    display: block;
    text-decoration: none;
    color: #003366;
}

.gap-contact .col-flex:first-child .step-indicator>.step-graphic {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.gap-contact .col-flex:first-child .step-indicator>.step-graphic::before {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../../img/arrow-prev.png);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";
}

.gap-contact .col-flex:first-child .form-progress {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.gap-contact .col-flex:first-child .form-progress .progress-step {
    width: calc(40% - 0.75rem);
    height: 10px;
    border-radius: 1.5rem;
    background-color: rgba(230, 58, 140, 0.25);
    transition: 0.3s ease-in-out;
}

.gap-contact .col-flex:first-child .form-progress .progress-step.active {
    background-color: #003366;
    transition: 0.3s ease-in-out;
}

.gap-contact .col-flex:first-child .button-bar {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}

.gap-contact .col-flex:last-child {
    flex-basis: calc(60% - 0.75rem);
    border-radius: 1.5rem;
    padding: 4rem 7rem 2rem 7rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

@media only screen and (max-height: 775px) {
    .gap-contact .col-flex:last-child {
        padding: 7rem 7rem 7rem 7rem;
    }
}

.gap-contact .col-flex:last-child.bg-gradient::before {
    background-size: 200%;
    background-position: 85% 100%;
}

.gap-contact .col-flex:last-child figure {
    display: flex;
    justify-content: center;
}

.gap-contact .col-flex:last-child .carousel--reviews .card--review {
    gap: 1rem;
}

.gap-contact .col-flex:last-child .carousel--reviews .card--review h3 {
    justify-content: center;
    text-align: center;
}

.gap-contact .col-flex:last-child .carousel--reviews .card--review h3 span {
    font-weight: 700;
}

.gap-contact .col-flex:last-child .carousel--reviews .card--review p {
    display: block;
    text-align: center;
}

@media (max-width: 1300px) {
    .gap-contact .col-flex:last-child {
        display: none;
    }
}

@media (min-width: 1300px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 1300px) {
    .hidden-sm {
        display: none !important;
    }
}

.contactform-fullpage>.container {
    height: 100%;
}

.form-step {
    opacity: 0;
    top: 0;
    transform: translateX(30px);
    pointer-events: none;
    position: absolute;
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
}

.form-step.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    position: relative;
}

.bg-gradient {
    background: linear-gradient(262deg, #3f2774 0, #003366 100%);
}

.hero-blank {
    min-height: 112px;
}

.header>.container {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}

.container {
    max-width: 87.5rem;
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
}

.header__logo {
    margin: .375rem 0;
}

.header__logo a {
    display: inline-block;
}

.header__logo img {
    display: block;
    width: 175.881px;
    height: 66px;
}

.u-skip-link {
    position: absolute;
    top: 0;
    right: 100%;
}

@media (min-width: 40rem) {
    body {
        font-size: 100%;
    }
}

body main {
    height: auto;
}

main {
    flex-grow: 1;
    overflow: visible;
}

form {
    position: relative;
}

.header {
    position: relative;
    z-index: 3;
    background-color: transparent;
    text-align: center;
    top: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: .2s cubic-bezier(.215, .61, .355, 1);
}

.bg-bg1 {
    background-image: url(../../img/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

label+input,
label+textarea,
label+select {
    margin-top: 0;
}

input,
textarea,
select {
    padding: 0.75em 1em;
    border: 2px solid #ddd;
    width: 100%;
    -webkit-appearance: none;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    padding: 0.75em 2em;
    color: #fff;
    background-color: #003366;
    border: solid 1px #003366;
    transition: 0.3s ease-out;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

button:hover {
    color: #fff;
    background-color: #9b172c;
    border-color: #9b172c;
}

.c-checkbox {
    opacity: 0;
    height: 0;
    padding: 0;
    border: none;
    display: none;
    margin: 0 !important;
}

.c-checkbox+label::before {
    height: 16px;
    width: 16px;
    border: 2px solid #003366;
    left: 0px;
    top: 3px;
}

.c-checkbox:checked+label::after {
    content: "";
}

.c-checkbox+label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: #003366;
    transform: rotate(-45deg);
    left: 4px;
    top: 7px;
    content: none;
}

.c-checkbox+label::before,
.c-checkbox+label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.radio-options {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 1.5rem;
}

.radio-options .form-group--radio {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-family: "Open Sans", sans-serif;
    font-size: .875rem;
}

form input[type=radio],
form textarea[type=radio] {
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
}

form input,
form textarea {
    padding: .75rem 1em;
    width: 100%;
    -webkit-appearance: none;
    position: relative;
    color: #0a0a14 !important;
}

form input[type=radio]:checked::after,
form textarea[type=radio]:checked::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

form input[type=radio]::after,
form textarea[type=radio]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 15px;
    height: 15px;
    background-color: #003366;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    opacity: 0;
}

.row>* {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 0;
}

.row {
display: flex;
flex-wrap: wrap;
}

.no-wrap {
flex-wrap: nowrap;
}

.form-group {
position: relative;
margin-top: .5rem;
}

.c-select select {
    margin-top: 0;
    margin-left: 0;
    padding: 0.75em 1em;
    width: 110%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.c-select::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 1;
    border: 0;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #003366;
    bottom: -8px;
}

.c-select {
    width: 18em;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    border: 2px solid #ddd;
    background-color: #fff;
}

.u-flat {
    margin-top: 0 !important;
}

.pristine-error {
display: block;
background-color: red;
color: white;
padding: .5rem;
margin-top: 1rem;
}