* {
    box-sizing: border-box;
}
html {
    font-size: 16px;
}
html,body {
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
}
img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
body {
    background: #fff;
    font-family: "Saira Semi Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333333CC;
}
h1,h2,h3,p {
    margin: 0;
}
h1 {
    font-family: "Saira Extra Condensed", sans-serif;
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 4.5rem;
    color: #333;
}
h2 {
    font-family: "Saira Extra Condensed", sans-serif;
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.625rem;
    margin-bottom: 2.5rem;
    color: #333;
}
h3 {
    font-family: "Saira Extra Condensed", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 2.625rem;
    color: #fff;
}
p {
    font-size: 1.25rem;
    line-height: 2.25rem;
    margin-bottom: 2.5rem;
}
.section {
    background: #f6f8fa;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.section-inner {
    margin: 0 auto;
    min-width: 960px;
    max-width: 1440px;
}
.block-image {
    display: block;
    margin: 0 auto;
}
.hero-section {
    background: image-set(url(assets/img/img_hero.png), url(assets/img/img_hero_2x.png) 2x),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(103, 162, 216, 0.1) 50.5%, rgba(103, 162, 216, 0.4) 100%);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 960px;
}
.hero-section > .section-inner > div:nth-child(1) {
    text-align: center;
    padding-top: 5rem;
}
.hero-section > .section-inner > div:nth-child(1) > h1 {
    margin: 3rem auto 0 auto;
    width: 50%;
}
.details-section {
    background: #00101A;
    color: #FFFFFFCC;
}
.details {
    display: flex;
    justify-content: space-between;
}
.check-list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1.125rem;
}
.check-list > li {
    background: url(assets/img/check.svg);
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 32px;
    line-height: 2rem;
    padding-left: 3.5rem;
}
.details-section > .section-inner {
    padding: 6rem 5rem 4rem;
}
.details-section > .section-inner > .check-list {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 2rem 4rem;
    align-items: center;
    padding: 0 4rem;
}
.divider {
    border-top: 1px solid #FFFFFF33;
    margin: 4rem 0;
}
.section-1 > .section-inner > div:nth-child(1) {
    width: 55%;
    margin: 0 auto;
    padding: 15rem 0 5rem;
}
.section-2 > .section-inner > div:nth-child(1) {
    width: 55%;
    margin: 0 auto;
    padding: 20rem 0 5rem;
}
.section-2 > .section-inner > div:nth-child(2) {
    padding: 0 0 20rem;
}
.match-section {
    background: #027997 url(assets/img/img_1_2x.png);
    background-size: cover;
    background-position: bottom center;
    height: 520px;
    background-repeat: no-repeat;
}
.inverse {
    background: #00101A;
    color: #FFFFFFCC;
}
.inverse h2 {
    color: #fff;
}
.quote {
    background: linear-gradient(90deg, #00649C 0%, #67A2D8 100%);
}
.quote::before {
    content: "";
    display: block;
    height: 20rem;
    background: #f6f8fa;
}
.quote > .section-inner > div:nth-child(1) {
    width: 55%;
    margin: 0 auto;
    padding: 6rem 0;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.75rem;
    color: #fff;
}
.section-3 > .section-inner > div:nth-child(1) {
    width: 55%;
    margin: 0 auto;
    padding: 12.5rem 0 4rem;
}
.section-3 > .section-inner > div:nth-child(2) {
    align-self: self-end;
}
.section-4 > .section-inner > div:nth-child(1) {
    width: 55%;
    margin: 0 auto;
    padding: 20rem 0 3rem;
}
.section-4 > .section-inner > div:nth-child(2) {
    padding: 0 0 20rem;
}
.section-5 > .section-inner > div:nth-child(1) {
    padding: 10rem 0 0 0;
}
.section-6 > .section-inner > div:nth-child(1) {
    width: 55%;
    margin: 0 auto;
    padding: 20rem 0 3rem;
}
.section-6 > .section-inner > div:nth-child(2) {
    padding: 0 0 20rem;
}
.section-7 > .section-inner {
    display: grid;
    grid-template-columns: 50% 50%;
}
.section-7 > .section-inner > div:nth-child(1) {
    padding: 12.5rem 5rem;
}
.section-7 > .section-inner > div:nth-child(2) {
    padding: 0 5rem 0;
    align-self: center;
}
.section-8 {
    padding: 10rem 0;
    background: linear-gradient(180deg, rgba(224, 229, 235, 0.2) 0%, #E7EBEF 100%);
}
.section-8 > .section-inner > div:nth-child(1),
.section-8 > .section-inner > div:nth-child(3) {
    padding: 0 0 2rem;
    width: 55%;
    margin: 0 auto;
}
.section-8 > .section-inner > div:nth-child(2),
.section-8 > .section-inner > div:nth-child(4) {
    padding: 0 0 5rem;
    width: 70%;
    margin: 0 auto;
}
.numbers {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.numbers > div > div:nth-child(1) {
    font-family: "Saira Extra Condensed", sans-serif;
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.625rem;
    color: #333;
}
.numbers > div > div:nth-child(2) {
    color: #33333399;
    font-size: 1.125rem;
}
.section-9 {
    background: #121212;
    color: #FFFFFFCC;
}
.section-9 > .section-inner {
    padding: 2rem 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1440px) {
    html {
        font-size: 14px;
    }
}
@media screen and (max-width: 1280px) {
    html {
        font-size: 12px;
    }
}
