* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "SamsungSharpRegular";
    src: url("font/samsungsharpsans.otf") format("opentype");
}

@font-face {
    font-family: "SamsungSharpMedium";
    src: url("font/samsungsharpsans-medium.otf") format("opentype");
}

@font-face {
    font-family: "SamsungSharpBold";
    src: url("font/samsungsharpsans-bold.otf") format("opentype");
}

body {
    font-family: "SamsungSharpMedium";
    letter-spacing: 0.7px !important;
    line-height: 1.9;
}

.bold {
    font-family: "SamsungSharpBold";
}

a.link {
    text-decoration: none !important;
    color: #2e52ad !important;
}

.btn {
    letter-spacing: 1.5px !important;
}

html {
    scroll-behavior: smooth;
}

main {
    padding-top: 50px;
    padding-bottom: 50px;
}

iframe {
    width: 100%;
    border: 0;
}

.w-200 {
    width: 200px !important;
}

.badge {
    cursor: default;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-22 {
    font-size: 22px;
}

.font-25 {
    font-size: 25px;
}

ul {
    margin-bottom: 0;
}

header {
    background: linear-gradient(110deg, #2e2f8c 60%, #0b2a6d 60%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

header img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

footer {
    min-height: 100px;
    padding: 20px 0;
    background: linear-gradient(0.25turn, #2e2f8c, #0b2a6d);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

footer img {
    display: block;
    margin: 0 0 0 auto;
    max-width: 50%;
    max-height: 35px;
}

.toast-message {
    font-size: 15px !important;
    font-weight: bold;
}

.btn-disabled {
    cursor: not-allowed !important;
    opacity: 0.6;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #0b2a6d !important;
    border-color: #08225a !important;
}

.btn-primary:hover {
    background-color: #08225a !important;
    border-color: #08225a !important;
}

.btn.btn-lg {
    padding-left: 50px;
    padding-right: 50px;
}

@media only screen and (min-width: 992px) {

}

@media only screen and (max-width: 991px) {

}