@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.main-wrapper {
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    background-color: #000;
    max-width: 1920px;
    margin: 0 auto;
}

.main-wrapper h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #f00;
    margin-bottom: 24px;
}

.main-wrapper p {
    margin-bottom: 0;
}

.spacing {
    padding: 80px 0;
}

.note {
    font-size: 18px;
    color: #666;
    margin-top: 16px;
}

.section-1 {
    background-image: url(../assets/hero-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 700px;
    display: flex;
    align-items: center;
}

.hero ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 40px;
}

.section-2 {
    background-image: url(../assets/accurate-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}

.section-2 .row {
    display: flex;
    align-items: center;
}

.section-3 {
    background-image: url(../assets/accurate-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.section-3 .row {
    display: flex;
    align-items: center;
}

.section-4 {
    background-image: url(../assets/accurate-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}

.section-4 .row {
    display: flex;
    align-items: center;
}

.section-5 {
    background-image: url(../assets/accurate-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.section-5 .row {
    display: flex;
    align-items: center;
}

.section-6 {
    background-image: url(../assets/well-made-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    height: 690px;
}

.section-6 .row {
    padding-top: 60px;
}

.section-7 .row {
    display: flex;
    align-items: center;
}

.grip {
    display: flex;
    margin-top: 40px;
}

.grip-item {
    text-align: center;
}

.grip-item img {
    margin-bottom: 24px;
}

.section-8 {
    background-image: url(../assets/rapid-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    text-align: center;
}

.section-9 {
    padding-bottom: 80px;
}

.section-9 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-9 ul li {
    margin-bottom: 14px;
}

.section-9 ul li:last-child {
    margin-bottom: 0;
}

.section-9 ul li span {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: red;
    margin-right: 12px;
}

.section-10 {
    background-image: url(../assets/msi-center-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    height: 750px;
    text-align: center;
    display: flex;
    align-items: center;
}

.section-10 h2 {
    font-weight: 500;
    color: #fff;
    margin-top: 24px;
}

.section-10 .subtext {
    color: #ccc;
    margin-bottom: 24px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

iframe {
    width: 100%;
    height: 100%;
}

.mob {
    display: none;
}

@media (max-width: 768px) {
    .main-wrapper {
        text-align: center;
    }
    
    .main-wrapper h2 {
        font-size: 32px;
    }
    
    .spacing {
        padding: 40px 0;
    }
    
    .mob {
        display: block;
    }

    .order {
        order: -1 !important;
    }

    .offset-5 {
        margin-left: 0;
    }

    .offset-2 {
        margin-left: 0;
    }

    .section-1 {
        background-image: none;
        height: auto;
    }

    .hero {
        display: none;
    }

    .section-2 img {
        margin-top: 24px;
    }

    .section-3 img {
        margin-top: 24px;
    }

    .section-5 img {
        margin-top: 24px;
    }

    .section-6 {
        background-image: none;
        height: auto;
    }

    .section-6 .row {
        padding-top: 0;
    }

    .section-9 {
        padding-bottom: 40px;
    }

    .section-9 img {
        margin-bottom: 24px;
    }

    .section-9 ul {
        text-align: left;
    }

    .section-10 iframe {
        margin-top: 24px;
    }
}