.m-text-decoration-none {
    text-decoration: none;
}
.m-bg-1 {
    /* rgba(247, 249, 251, 1) */
    background-color: #F7F9FB;
}
.m-bg-primary {
    /* rgba(36, 174, 106, 1) */
    background-color: #24AE6A;
}
.m-bg-primary-1 {
    /* rgba(44, 206, 136, 1) */
    background-color: #2CCE88;
}
.m-line-color {
    /* rgba(112, 112, 112, 1) */
    background-color: #707070;
}
.m-bg-blue {
    /* rgba(9, 128, 255, 1) */
    background-color: #0980FF;
}
.m-bg-white {
    background-color: white;
}
.m-text-color-main {
    /* rgba(36, 174, 106, 1) */
    color: #24AE6A;
}
.m-text-color-main-1 {
    /* rgba(44, 206, 136, 1) */
    color: #2CCE88;
}
.m-text-color-white {
    color: white;
}
.m-text-color-primary {
    /* rgba(13, 21, 46, 1) */
    color: #0D152E;
}
.m-text-color-primary-1 {
    /* rgba(22, 38, 71, 1) */
    color: #162647;
}
.m-text-color-primary-2 {
    /* rgba(56, 56, 56, 1) */
    color: #383838;
}
.m-text-color-secondary {
    /* rgba(129, 131, 140, 1) */
    color: #81838C;
}
.m-text-color-secondary-1 {
    /* rgba(128, 128, 128, 1) */
    color: #808080;
}
.m-text-color-secondary-2 {
    /* rgba(158, 161, 171, 1) */
    color: #9EA1AB;
}
.m-text-color-secondary-3 {
    /* rgba(104, 116, 151, 1) */
    color: #687497;
}
.m-text-color-white-1 {
    /* rgba(234, 236, 237, 1) */
    color: #EAECED;
}
.m-text-color-blue-1 {
    /* rgba(65, 111, 244, 1) */
    color: #416FF4;
}
.m-font-60 {
    font-size: 3.75vw;
}
.m-font-48 {
    font-size: 3vw;
}
.m-font-40 {
    font-size: 2.5vw;
}
.m-font-34 {
    font-size: 2.125vw;
}
.m-font-28 {
    font-size: 1.75vw;
}
.m-font-22 {
    font-size: 1.375vw;
}
.m-font-20 {
    font-size: 1.25vw;
}
.m-font-18 {
    font-size: 1.125vw;
}
.m-font-16 {
    font-size: 1vw;
}
.m-font-14 {
    font-size: 0.875vw;
}
.m-font-12 {
    font-size: 0.75vw;
}
.m-flex-1 {
    flex: 1;
}
.w-main {
    width: 69.375vw;
}