@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    box-sizing: border-box;
}

* {
    margin: 0;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: Inter;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

#root,
#__next {
    isolation: isolate;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

body {
    margin: 0;
    background-color: #171722;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    box-sizing: border-box;
}

* {
    margin: 0;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: Inter;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

#root,
#__next {
    isolation: isolate;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

body {
    margin: 0;
    /* background-color: #FDB042; */
}

footer {
    background-color: #0e0c10;
    padding: 40px 60px;
    border-top: 1px solid #222;
    text-align: center;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo-small img {
    height: 40px;
}

.footer-nav {
    display: flex;
    gap: 30px;
    font-size: 14px;
}

.footer-nav a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #f5c16c;
}

.footer-center-logo {
    margin: 50px 0 40px;
    text-align: center;
}

.footer-center-logo img {
    max-width: 500px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.footer-bottom {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    color: #bbb;
    border-top: 1px solid #222;
    padding-top: 20px;
}

.footer-links a {
    margin-right: 20px;
    color: #bbb;
    text-decoration: none;
}

.footer-links a:hover {
    color: #f5c16c;
}