@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@300;400;500;600;700&display=swap');


#footer {
    display:none !important;
}
.zeta-font-light {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight:300;
}

.zeta-font-regular {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight:400;
}

.zeta-font-medium {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight:500;
}

.zeta-font-sb {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight:600;
}

.zeta-font-bold {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight:700;
}

.grdnt-btn {
    font-family: 'Bai Jamjuree', sans-serif !important;
    font-weight:700;
    letter-spacing:3px;
    background: rgb(187,38,118);
    background: linear-gradient(90deg, rgba(187,38,118,1) 0%, rgba(255,250,106,1) 100%);
}

.red-line {
    color:#bb2676 !important;
}

.grdnt-background {
    background: rgb(3,92,211);
background: radial-gradient(circle, rgba(3,92,211,1) 0%, rgba(0,0,61,1) 70%);
}

.grdnt-background-alt {
background: rgb(3,92,211);
background: linear-gradient(191deg, rgba(3,92,211,1) 0%, rgba(57,213,218,1) 100%);
}

.SuiButton.SuiButton--wide:not(.SuiButton--text) .SuiButton-content {
        font-family: 'Bai Jamjuree', sans-serif !important;
    font-weight:700;
    letter-spacing:1px;
    background: rgb(187,38,118);
    background: linear-gradient(90deg, rgba(187,38,118,1) 0%, rgba(255,250,106,1) 100%);
    width:100%;
}

.SuiButton {
    width:100%;
    margin-top:20px;
    border:0 !important;
}

.company {
    color:rgb(0, 194, 255);
    font-size:22px;
}

#splash-container a.splash-free-link {
        font-family: 'Bai Jamjuree', sans-serif !important;
    font-weight:500;
    letter-spacing:2px;
}

.cntct-lnk {
    visibility:none;
}