html, body, div, span, p, ul, li {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}

html {
    height: 100%;
    width: 100%;
    text-align: center;
}

body {
    min-height: 100%;
    background-color: #18072b;
}

.page {
    padding: 0;
    max-width: 1400px;
    text-align: left;
    margin: 0px auto;
}

.slide .header {
    padding-left: 20px;
}

.slide .content {
    padding: 40px 0;
    font-size: 2rem;
}

.slide .content .title.hero {
    font-family: hero;
    font-size: 4rem;
    text-align: center;
    word-spacing: 1.5rem;
    color: rgb(24, 7, 43);
}

.slide .content .title.roboto {
    font-family: Roboto;
    color: rgb(24, 7, 43);
}

.slide .content .title.roboto.contact {
    font-family: Roboto;
    margin-top: 0;
    color: white;
    text-align: right;
}

.contacts {
    font-family: Roboto;
}

.contacts li {
    line-height: 4rem;
}

.slide .content .text {
    font-family: 'Montserrat';
    font-size: 1.5rem;
    line-height: 2.8rem;
}

.slide .content.white {
    color: white;
}

.slide .content.white a, .slide .content.white a:visited {
    color: white;
    text-decoration: none;
}

.slide .content.right {
    text-align: right;
}

.slide .content .text p {
    margin: 40px 0;
}

.slide {
    padding: 40px;
    margin-bottom: 50px;
}

.image-slide {
    height: 580px;
    overflow-x: hidden;
}

.image-slide.s1 {
    background: url("/img/slide1-background.png") no-repeat center;
    background-size: 100% 100%;
    min-height: 800px;
    height: 85vh;
    position: relative;
}

.image-slide.s2 {
    background-size: 1420px;
    background-color: white;
    height: auto;
}

.image-slide.s3, .image-slide.s4, .image-slide.s5, .image-slide.s6, .image-slide.s7 {
    background-color: white;
    height: auto;
}

.image-slide.s8 {
    background: url("/img/slide8.jpg") no-repeat center;
    background-size: cover;
    height: 720px;
}

.logo {
    font-family: logo-font;
    display: flex;
    align-items: center;
}

.logo.white {
    color: white;
}

.logo.pink-bg .h1 {
    color: rgb(31, 73, 125);
}

.logo.pink-bg .h2 {
    color: black;
}

.logo.white-bg .h1 {
    color: rgb(31, 73, 125);
}

.logo.white-bg .h2 {
    color: black;
}

.logo .i {
    width: 64px;
}

.logo .t {
    margin-left: 10px;
}

.logo .h1, .logo-title .h1, .logo-text .h1, .logo-header .h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

.logo .h2, .logo-title .h2, .logo-text .h2, .logo-header .h2 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-left: 5px;
    letter-spacing: 0.15rem;
}

.logo-text .h1 {
    font-size: 1.3rem;
}

.logo-text .h2 {
    font-size: 1rem;
}

.logo-title, .logo-text, .logo-header {
    font-family: logo-font;
}

.logo-title .h1, .logo-text .h1, .logo-header .h1 {
    color: rgb(0, 112, 192);
}

.logo-header .h1 {
    font-size: 3.5rem;
}

.logo-header .h2 {
    font-size: 3rem;
}

.logo-header {
    text-align: center;
}

.line {
    background: url("/img/line.png") no-repeat;
    height: 30px;
    margin-top: 10px;
    margin-left: -400px;
}

.line.full {
    margin-left: 0;
    background-position: center;
}

.sub-title {
    font-family: sub-title;
    font-size: 2.5rem;
    margin: 40px 0;
}

.bullet {
    background: url("/img/ball.png") no-repeat;
    font-family: bullet;
    font-size: 2.3rem;
    padding-left: 60px;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.pt-1 {
    padding-top: 1rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pt-3 {
    padding-top: 3rem;
}

.pt-8 {
    padding-top: 8rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.pl-1 {
    padding-left: 1rem;
}

.gray {
    color: rgb(127, 127, 127);
}

.en {
    font-family: 'Montserrat';
}

.percentage-logo {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.percentage-background {
    background: url("/img/big-ball-without-border.png") no-repeat;
    background-size: 100%;
    width: 15rem;
    height: 15rem;
    display: flex;
}

.percentage-slider {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.slider-67 {
    background: url("/img/66-percent.png") no-repeat;
    background-size: 100%;
}

.slider-79 {
    background: url("/img/88-percent.png") no-repeat;
    background-size: 100%;
}

.slider-99 {
    background: url("/img/99-percent.png") no-repeat;
    background-size: 100%;
}

.percentage-center {
    background: url("/img/big-ball-with-border.png") no-repeat;
    display: flex;
    background-size: 100%;
    width: 50%;
    height: 50%;
    justify-content: center;
    align-items: center;
}

.percentage-text {
    font-family: slide-title;
    font-size: 2.5rem;
    color: white;
    font-weight: bolder;
}

.slide4-sub-title-container {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.slide4-sub-title {
    background: url("/img/sub-title-background-slide4.png") no-repeat;
    display: flex;
    background-size: 100% 100%;
    justify-content: center;
    align-items: center;
    width: 20rem;
    height: 6rem;
}

.slide4-sub-title-text {
    font-family: 'Roboto';
    font-size: 2rem;
    color: white;
    font-weight: bold;
}

.slide4-text {
    font-family: 'Montserrat';
    font-weight: 450;
    font-style: italic;
}

.product-container {
}

.product-number {
    display: flex;
    margin-right: 1rem;
}

.product-number-image {
    background: url("/img/big-ball-without-border.png") no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
}

.product-sub-title {
    font-family: Roboto;
    font-size: 2.4rem;
    font-weight: 500;
    margin: 1.5rem 0;
    margin-left: 1.5rem;
}

.product-text {
    font-family: 'Montserrat';
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-left: 7.5rem;
}

.product-help-text {
    color: rgb(89, 89, 89);
    margin-left: 8rem;
    margin-top: 0.5rem;
    font-family: 'Montserrat';
    font-size: 0.8rem;
}

.text-nowrap {
    text-wrap: nowrap;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.d-flex {
    display: flex;
}

.main-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-logo-img {
    height: fit-content;
    width: 80%;
    max-width: 800px;
    aspect-ratio: 1;
}

.h1 {
    font-size: 3rem;
}

.h2 {
   font-size: 2.5rem; 
}

.b {
    font-weight: bold;
}