@import url(
    https://fonts.googleapis.com/css?family=Poppins:400,
    600,
    700&display=swap
);
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0;
}
img {
    border: none;
    display: block;
}
ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    cursor: pointer !important;
}
body,
html {
    font-family: "Poppins", sans-serif;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #000;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    line-height: 1.2;
}
.bg-1 {
    background-image: url(../images/bg-1.jpg);
}
.bg-2 {
    background-image: url(../images/bg-2.jpg);
}
.bg-3 {
    background-image: url(../images/bg-3.jpg);
}
.bg-4 {
    background-image: url(../images/bg-4.jpg);
}
.bg-5 {
    background-image: url(../images/bg-5.jpg);
}
.bg-6 {
    background-image: url(../images/bg-6.jpg);
}
.bg-9 {
    background-image: url(../images/bg-9.jpg);
}
.bg-10 {
    background-image: url(../images/bg-10.jpg);
}
.bg-11 {
    background-image: url(../images/bg-11.jpg);
}
.bg-12 {
    background-image: url(../images/bg-12.jpg);
}
.bg-13 {
    background-image: url(../images/bg-13.jpg);
}
.bg-14 {
    background-image: url(../images/bg-14.jpg);
}
.btn {
    max-width: 520px;
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    cursor: pointer;
    border: 4px solid #ffba00;
    background-color: #ffba0080;
    transition: background-color 0.3s ease-in-out;
    margin: 0 20px;
}
.btn:hover {
    background-color: #ffba00bf;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #00000080;
    z-index: 2;
}
.header .wrap {
    padding: 0 40px;
}
.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.steps-container {
    height: 100%;
    width: 100%;
    padding: 50px 0 0;
}
.step-item {
    max-width: 900px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.step-item.active {
    display: flex;
}
h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h2 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.yellow {
    color: #ffba00;
}
.step-item-3 h1 {
    font-size: 52px;
}
.btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    width: 100%;
}
.step-item-7,
.step-item-8 {
    max-width: 100%;
    height: 100%;
}
.step-item-7 h1,
.step-item-8 h1 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.step-item-7 .btn-wrap,
.step-item-8 .btn-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.step-item-7 .btn-wrap,
.step-item-8 .btn-wrap {
    max-width: 340px;
    width: 100%;
}
.wrap-person {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.person {
    position: relative;
    width: calc(100% / 4);
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.person-image {
    position: relative;
    box-sizing: border-box;
    height: 100%;
}
.person.hidden {
    display: none;
}
.person-image img {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
}
.step-item-3 .btn,
.step-item-4 .btn,
.step-item-5 .btn,
.step-item-6 .btn {
    max-width: 380px;
}
.step-item-9 .btn-wrap,
.step-item-10 .btn-wrap {
    flex-direction: column;
    align-items: center;
}
.step-item-9 .btn,
.step-item-10 .btn {
    margin-bottom: 18px;
}
.step-item-14 {
    padding-top: 70px;
}
.container-items {
    max-width: 600px;
    width: 100%;
    padding: 0 10px;
}
.item {
    display: none;
    align-items: center;
    padding-bottom: 20px;
    max-width: 740px;
    margin: 0 auto;
}
.item.visible {
    display: flex;
}
.item h4 {
    font-size: 36px;
    font-weight: 400;
    text-align: left;
}
.item.white .checkmark {
    background-color: #fff;
}
.checkmark {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffba00;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}
.checkmark:after {
    content: "";
    display: block;
    width: 17px;
    height: 8px;
    border: 4px solid #2b2a4b;
    border-width: 4px 4px 0 0;
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%) rotateZ(135deg);
    transform: translate(-50%, -50%) rotateZ(135deg);
}
.checkmark.white {
    background-color: #fff;
}
.preloader {
    margin: 25px auto;
}
.form-container {
    width: 100%;
}
br {
    display: none;
}
@media (max-width: 1440px) {
    .header {
        padding: 15px 0;
    }
    .logo-holder img {
        max-width: 200px;
    }
    h1 {
        font-size: 48px;
    }
    .step-item-3 h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 26px;
    }
    .btn {
        max-width: 350px;
        font-size: 26px;
        padding: 10px 15px;
        border: 3px solid #ffba00;
    }
    .item {
        padding-bottom: 10px;
    }
    .item h4 {
        font-size: 26px;
    }
}
@media (max-width: 992px) {
    h1 {
        font-size: 36px;
    }
    .step-item-3 h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 18px;
    }
    .btn-wrap {
        margin-top: 40px;
    }
    .step-item-3 .btn,
    .step-item-4 .btn,
    .step-item-5 .btn,
    .step-item-6 .btn {
        max-width: 260px;
    }
    .item h4 {
        font-size: 18px;
    }
    .checkmark {
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }
    .wrap-person {
        flex-wrap: wrap;
    }
    .person {
        width: 50%;
        height: 50%;
    }
    .step-item-7 h1,
    .step-item-8 h1 {
        top: 50%;
        margin-bottom: 0;
    }
    .step-item-7 .btn-wrap,
    .step-item-8 .btn-wrap {
        margin-top: 0;
    }
    .btn {
        max-width: 350px;
        font-size: 16px;
    }
}
@media (max-width: 480px) {
}
