body {
    font-family: "Montserrat", Sans-serif;
    margin: 0;
    box-sizing: border-box;
}

body * {
    box-sizing: border-box;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

.header-container {
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 10%);
}

.header-content, .content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.header-blue {
    background-color: #1F3473;
    width: 100%;
    height: 56px;
    color: #fff;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.header-white {
    width: 100%;
    height: 78px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.header-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-spacing {
    height: 134px;
}

.center-section {
    margin: auto;
}

.right-section {
    margin-left: auto;
}

.credits-logo {
    height: 25px;
}

.header-blue .left-section span {
    margin-right: 40px;
}

.header-blue .right-section img {
    margin-right: 20px;
}


.header-blue .left-section span:last-child, .header-blue .right-section img:last-child {
    margin-right: 0;
}

.credits-blue-button {
    background-color: #1F3473;
    color: #fff;
    height: 100%;
    padding: 16px 24px;
}

.center-section span {
    margin: 0 20px;
}

.split-section {
    display: flex;
}

section {
    margin-top: 80px;
    position: relative;
}

.nature-img {
    object-fit: contain;
    width: 45%;
    margin-right: 50px;
    margin-top: 50px;
}

.sign-button {
    margin: auto;
    margin-top: 40px;
    padding: 20px 40px;
    border-radius: 35px;
    background-color: #555CEA;
    color: #fff;
}

.sign-button.inverted {
    background-color: #fff;
    color: #555CEA;
}

.first-section, .second-section  {
    display: flex;
    flex-direction: column;
}

.second-section {
    margin-top: 0;
    color: #fff;
    background-image: url('img/blue_waves.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    padding-bottom: 200px;
    overflow: visible;
}

.second-section .content {
    padding-top: 350px;
}

.second-section .cont {
    display: flex;
    align-items: flex-start;
}

.cont:nth-child(2) {
    margin-top: 20px;
}

.second-section .cont > img {
    margin: 10px 20px 0 0;
}

.second-section h3 {
    margin-top: 0;
}

.handshake-img {
    width: 45%;
    margin-left: 50px;
}

.arrow {
    height: 10px;
    margin-right: 5px;
}

.white-waves {
    position: absolute;
    width: 100%;
    transform: translateY(-30%);
    top: 100%;
    left: 0;
}

.steps, .tech {
    margin: auto;
    max-width: 800px;
}

.third-section, .fourth-section {
    text-align: center;
}

.footer-img {
    margin: auto;
    max-width: 800px;
    position: relative;
    top: -70px; 
}

.footer {
    margin-top: 200px;
    width: 100%;
    text-align: center;
    background-color: #011640;
    margin-bottom: -100px;
}

video {
    width: 100%;
    background-color: #000;
}

.grow {
    flex-grow: 10;
}