.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs30 {
    font-size: 30px;
}

.fs25 {
    font-size: 25px;
}

.fs45 {
    font-size: 45px;
}

.fs40 {
    font-size: 40px;
}

.fs70 {
    font-size: 70px;
}

.fs64 {
    font-size: 64px;
}

.fs64 {
    font-size: 64px;
}

.fs50 {
    font-size: 50px;
}

.fs120 {
    font-size: 120px;
}

.lineheight {
    line-height: 65px;
}

.lineheights {
    line-height: 30px;
}

.Tracking {
    letter-spacing: 2px;
}

.bgred {
    background: var(--Red);
}

.bggreen {
    background: var(--Green);
}

.txtred {
    color: var(--Red);
}

.bgBlue {
    background: var(--Blue);
}

.radiusleft {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    ;
}

.bgblue {
    background: var(--Blue);
}

.radius {
    border-radius: 30px;
}