body {
    margin: 0;
    padding: 0;
    background: rgba(17, 18, 28, 1);
    font-family: Chakra Petch;
    color: #FFFFFF;
}

.background {
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
    overflow: auto;
    background: url("assets/images/light-top-right.png") no-repeat right top, url("assets/images/light-bottom-left.png") no-repeat bottom left;
}

.cover-height {
    height: 100vh;
    box-sizing: border-box;
    padding: 100px 199px;
}

.cover {
    height: 100vh;
}

.cover-logo {
    display: flex;
    justify-content: center;
    margin-top: 201px;
}

.cover-image-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.cover-image-top-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.cover-image-bottom-left > img {
    width: 1200px;
    height: 800px;
}

.cover-content {
    width: 700px;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 128px;
    font-weight: 700;
    line-height: 166.4px;
    text-align: center;
    /*background: linear-gradient(90deg, #0066FF 0%, #6AD2FF 95.55%);*/
    background: -webkit-linear-gradient(45deg, #0066FF 0%, #6AD2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu {
    position: relative;
}

.menu-header {
    width: 700px;
    font-size: 96px;
    font-weight: 500;
    text-align: left;
    background: -webkit-linear-gradient(45deg, #0066FF 0%, #6AD2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu-content {
    font-size: 44px;
    font-weight: 400;
    line-height: 96.58px;
    text-align: left;
    text-transform: uppercase;
}

.menu-content > ul > li::before {
    content: url("assets/images/arrow-right.png");
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-top: 15px;
}

.menu-content > ul {
    list-style-type: none;
    padding: 0;
}

.company-info {
    position: relative;
}

.company-info-header {
    font-size: 96px;
    font-weight: 500;
    text-align: left;
    background: -webkit-linear-gradient(45deg, #0066FF 0%, #6AD2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 1188px;
    height: 125px;
}

.company-info-body {
    position: relative;
    display: flex;
    padding-top: 94px;
}

.company-info-content {
    font-family: Inter;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.89px;
    text-align: justify;
    width: 732px;
    height: 340px;
    margin-left: 113px;
}

.company-info-content-2 {
    width: 650px;
    height: 170px;
    font-family: Inter;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.89px;
    text-align: justify;
    padding-top: 293px
}

.value-statement {
    justify-content: space-between;
    display: flex;
}

.value-statement-header {
    font-size: 96px;
    font-weight: 500;
    text-align: left;
    background: -webkit-linear-gradient(45deg, #0066FF 0%, #6AD2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 696px;
    height: 250px;
}

.value-statement-component {
    padding-top: 20px
}

.value-statement-component-header {
    font-size: 55px;
    background: -webkit-linear-gradient(45deg, #0066FF 0%, #6AD2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px;
}

.value-statement-right {
    padding-left: 213px;
}

.value-statement-component-content {
    font-family: Inter;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.89px;
    text-align: justify;

}