*{
    margin: 0px;
    padding: 0px;
    /* font-family: "Inter", sans-serif; */
    font-family: "inter-variable", sans-serif;
}
h1{
    font-size: 96px;
    line-height: 1.1;
    font-weight: 700;
}
h2{
    font-size: 64px;
    line-height: 1.1;
    font-weight: 700;
}
h3{
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
}
h4{
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
}
h5{
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
}
h6{
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
}
p{
    font-weight: 300;
    font-size: 16px;
    line-height: 1.35;
    color: #1F2D57;
}
a{
    text-decoration: none;
}
ul li{
    list-style: none;
}
@media(max-width: 768px){
    h1{
        font-size: 64px;
    }
    h2{
        font-size: 48px;
    }
    h3{
        font-size: 24px;
    }
    h4{
        font-size: 20px;
    }
}
.line {
    position: relative;
}

.line-mask {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FDFDF7;
    opacity: 0.75;
    height: 100%;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}
.bg-mask-pick .line-mask{
	background-color: #FF3E8E;
}
.bg-mask-blue .line-mask{
	background-color: #1f2d57;
}
.bg-mask-yellow .line-mask{
	background-color: #F3E502;
}