@import url(fonts.css);
/* @import url(animate.min.css); */
@import url(colors.css);

* {
    margin: 0;
    scroll-behavior: smooth;
    font-family: "eudoxus_sans", sans-serif;
    box-sizing: border-box;
}
*,
:focus,
:hover {
    outline: 0;
}
.d-none {
    display: none;
}
.noselect {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}
.center {
    text-align: center;
}
.container,
.full-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}
.col {
    flex: 1 0 0%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}
.col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}
.col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
}
.align-items-center {
    align-items: center;
}
a {
    text-decoration: none;
}
a:active,
a:focus,
a:hover,
a:hover:focus {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
body,
html {
    height: 100%;
}

body {
    font-size: 17px;
    line-height: 24px;
    color: var(--base-700);
}
@media (max-width: 490px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }
}
.h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 60px;
    color: var(--base-900);
}
.h2 {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: var(--base-900);
}

/* Buttons */
.btn-yellow {
    outline: none;
    font-weight: 800;
    font-size: 14px;
    line-height: 14px;
    padding: 17px 15px;
    padding-top: 19px;
    display: inline-flex;
    margin: auto;
    background-color: var(--yellow);
    box-shadow: var(--yellow-shadow);
    border-radius: 4px;
    align-items: center;
    color: var(--base-700);
    border: 0px;
    max-width: 220px;
    width: 100%;
    justify-content: center;
}
.btn-yellow svg {
    margin-left: 8px;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:hover:focus {
    opacity: 0.9;
    box-shadow: var(--yellow-shadow-2);
}
/* Buttons */
.crow {
    display: flex;
    flex-wrap: wrap;
}
.yellow {
    color: var(--yellow);
}
.auto-col {
    flex: 1 0 0%;
}
.container {
    width: 84.53%;
    padding-left: 0;
    padding-right: 0;
    max-width: 964px;
}
@media (max-width: 991px) {
    .container {
        width: 95%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.pd-128 {
    padding: 128px 0px;
}
@media (max-width: 1120px) {
    .pd-128 {
        padding: 95px 0px;
    }
}
@media (max-width: 767px) {
    .pd-128 {
        padding: 72px 0px;
    }
}
/*footer*/
.footer {
    padding: 48px 15px;
}
.footer p {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.4px;
    color: var(--base-500);
    margin-bottom: 0px;
    text-align: center;
}
@media (max-width: 490px) {
    .footer p {
        font-size: 12px;
        line-height: 16px;
    }
    .footer {
        padding: 25px 8px;
    }
}
/*footer*/
