html, body {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #212529;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
.page-wrapper {
    flex: 1 0 auto;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-weight: 700;
    text-transform: uppercase;
}
p:last-of-type {
    margin-bottom: 0;
}
.text-primary {
    color: #0E6EB6 !important;
}
.gradient-text-1 {
    color: transparent;
    background: rgb(66, 138, 213);
    background: linear-gradient(90deg, rgba(66, 138, 213, 1) 0%, rgba(0, 91, 160, 1) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
}
.gradient-bg-1 {
    background: rgb(66, 138, 213);
    background: linear-gradient(90deg, rgba(66, 138, 213, 1) 0%, rgba(0, 91, 160, 1) 75%);
}
.icon-1 {
    background: url('../gfx/icons/icon-1.svg') no-repeat center;
    min-width: 117.08px;
    min-height: 101.8px;
    width: 117.08px;
    height: 101.8px;
    display: inline-block;
}
.icon-2 {
    background: url('../gfx/icons/icon-2.svg') no-repeat center;
    min-width: 138px;
    min-height: 138px;
    width: 138px;
    height: 138px;
    display: inline-block;
}
.icon-download-1 {
    background: url('../gfx/icons/download.svg') no-repeat center;
    min-width: 23px;
    min-height: 23px;
    width: 23px;
    height: 23px;
    display: inline-block;
}
.icon-play-circle-1 {
    background: url('../gfx/icons/play-circle.svg') no-repeat center;
    min-width: 23px;
    min-height: 23px;
    width: 23px;
    height: 23px;
    display: inline-block;
}
.icon-hamburger {
    background: url('../gfx/icons/hamburger.svg') no-repeat center;
    min-width: 35px;
    min-height: 23px;
    width: 35px;
    height: 23px;
    display: inline-block;
}
.btn {
    font-weight: 700;
    color: #fff;
    border: 0;
}
.btn.btn-primary {
    background: rgb(66, 138, 213);
    background: linear-gradient(90deg, rgba(66, 138, 213, 1) 0%, rgba(0, 91, 160, 1) 75%);
}
.btn.btn-primary:hover {
    background: rgb(66, 138, 213);
    background: linear-gradient(90deg, rgba(66, 138, 213, 1) 0%, rgba(0, 91, 160, 1) 75%);
}
.btn.btn-link {
    font-weight: 600;
    color: #212529;
    text-decoration: none;
    border: 2px solid #0E6EB6;
}
.btn.btn-link:hover {
    color: #212529;
    text-decoration: none;
    border: 2px solid #0E6EB6;
}
.form-control, .form-select {
    font-size: 14px;
    color: #868686;
    background-color: #f2f2f2;
    border: 2px solid #0E6EB6;
    width: 350px;
    max-width: 100%;
    padding: 10px 16px;
}
.form-control:focus, .form-select:focus {
    color: #202020;
    background-color: #f2f2f2;
    border: 2px solid #0E6EB6;
    box-shadow: none;
}
.form-control::placeholder, .form-select::placeholder {
    color: #868686;
}
.form-control-big {
    width: 620px;
}
.navigation {
    background: rgb(66, 138, 213);
    background: linear-gradient(90deg, rgba(66, 138, 213, 1) 0%, rgba(0, 91, 160, 1) 75%);
}
.navigation .nav .nav-item .nav-link {
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 0;
    padding: 16px 64px;
}
.navigation .nav .nav-item .nav-link.active {
    color: #0E6EB6;
    background-color: #fff;
}
#collapseHamburger .nav .nav-item .nav-link {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: rgb(66, 138, 213);
    background: linear-gradient(90deg, rgba(66, 138, 213, 1) 0%, rgba(0, 91, 160, 1) 75%);
    border-radius: 0;
    padding: 16px 64px;  
}
#collapseHamburger .nav .nav-item {
    width: 100%;   
}
#collapseHamburger .nav .nav-item .nav-link.active {
    color: #0E6EB6;
    background: #fff;
}
.footer {
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #2F7DC6;
}

@media (max-width: 991.98px) {
    .form-control, .form-select {
        width: 100%;
    }
    .form-control-big {
        width: calc(100% - 32px);
    }
}