@charset "UTF-8";
hr,
input[type="search"] {
    box-sizing: content-box;
}
img,
select {
    max-width: 100%;
}
.omega,
.sigma {
    letter-spacing: 0;
}
a,
ins,
mark {
    text-decoration: none;
}
@font-face {
    font-family: Onest;
    src: url("../../fonts/Onest-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Onest;
    src: url("../../fonts/Onest-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Onest;
    src: url("../../fonts/Onest-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Onest;
    src: url("../../fonts/Onest-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
:root {
    --primary: #135898;
    --primary_hover: #0033a1;
    --text_light: #7e858f;
    --background: #f9fafb;
    --white: #dbeafe;
    --dark: #111827;
    --text: var(--dark);
    --e-global-typography-text-font-family: "Onest", sans-serif;
}

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}
body a:focus,
body button:focus {
    outline: none;
}

.container {
    position: relative;
    max-width: calc(1600px - 30px);
    margin: 0 auto;
    padding: 0 30px;
}

.amo-brand {display: none !important; }

@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
}
@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
::selection {
    text-shadow: none;
    color: #fff;
    background: var(--primary);
}
blockquote,
body,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
.alpha,
.beta,
.delta,
.gamma,
img {
    display: block;
}
a {
    background-color: transparent;
    color: var(--accent);
}
:focus,
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
sup {
    top: -0.5em;
    bottom: 1ex;
}
sub {
    bottom: -0.25em;
    top: 0.5ex;
}
img {
    border: 0;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    height: 0;
}
pre,
textarea {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
a,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
select,
span,
textarea {
    font-family: var(--e-global-typography-text-font-family);
}
.alpha,
a,
h1,
input,
li,
p,
span {
    line-height: normal;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--background);
    overflow-x: hidden;
    overflow-x: clip;
}
body,
button,
input,
textarea {
    text-rendering: optimizeLegibility;
    color: var(--text);
    font-weight: 600;
}
select {
    color: initial;
}
a,
li,
p,
span {
    font-size: clamp(14px, 1.2vw, 16px);
    font-style: normal;
    transition: 0.15s ease-in;
}
.alpha,
h1 {
    font-size: clamp(36px, 4.5vmax, 80px);
    margin: 0;
    font-style: normal;
    font-weight: 800;
}
b,
dt,
ins,
mark,
strong {
    font-weight: 600;
}
.beta, .section-title
h2 {
    font-size: clamp(24px, 5.5vmax, 36px) !important;
    margin: 0;
}
.gamma,
h3 {
    font-size: clamp(24px, 5vmax, 36px);
    margin: 0;
}
.delta,
h4 {
    font-size: clamp(30px, 4.5vmax, 36px);
    margin: 0;
}
.omega {
    font-size: 26px;
    line-height: 1.2307692308;
    margin: 0;
}
.sigma {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
}
ol {
    list-style: decimal;
}
li {
    list-style: none;
}
cite,
dfn,
em,
i {
    font-style: italic;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
ins,
mark {
    background: 0 0;
}
sub,
sup {
    font-size: 60%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
a:hover {
    color: var(--primary);
}
.spaciaz-cute * {
    font-family: "Comic Sans MS", sans-serif;
}
.hidden {
    display: none !important;
}
