* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,
html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
body {
    overscroll-behavior-x: none;
}
:root {
    --primary-blue: #0500ff;
    --text-dark: #1a1a1a;
    --text-gray: #666666;
    --bg-light: #f7f7f7;
    --white: #ffffff;
    --border-color: #e8e8e8;
}
html {
    scroll-behavior: smooth;
}
body {
    min-width: 320px;
    overflow-x: hidden;
    font-family: var(--font-wix-madefor-display), sans-serif;
    background: var(--white);
    color: var(--text-dark);
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
button,
input,
select,
textarea {
    font: inherit;
}
a {
    color: inherit;
}
@font-face {
    font-family: Wix Madefor Display Fallback;
    src: local("Arial");
    ascent-override: 96.64%;
    descent-override: 24.16%;
    line-gap-override: 0%;
    size-adjust: 104.31%;
}
.__className_94822c {
    font-family:
            Wix Madefor Display,
            Wix Madefor Display Fallback;
    font-style: normal;
}
.__variable_94822c {
    --font-wix-madefor-display: "Wix Madefor Display",
    "Wix Madefor Display Fallback";
}
