* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

#main {
    margin-top: 0
}

*,
body {
    margin: 0
}

body {
    background-color: var(--color_off_white);
    color: var(--color_blue_100_05);
    font-family: var(--font_GeneralSans_Medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%
}

img,
svg {
    height: auto;
    max-width: 100%
}

body a {
    transition: all .5s ease
}

body p {
    margin: 0 0 20px
}

body p:last-child {
    margin-bottom: 0
}

b,
strong {
    font-family: var(--font_GeneralSansVariable_Bold)
}

.site_container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
    width: 100%
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color_gray_100);
    font-family: var(--font_GeneralSans_Regular);
    font-weight: 400;
    letter-spacing: normal;
    margin: 0 0 20px
}

.h1,
h1 {
    font-size: 64px;
    line-height: 72px
}

.h2,
h2 {
    font-size: 56px;
    line-height: 64px
}

.h3,
h3 {
    font-size: 40px;
    line-height: 56px
}

.h3,
.h4,
h3,
h4 {
    font-family: var(--font_GeneralSans_Medium)
}

.h4,
h4 {
    font-size: 32px;
    line-height: 40px
}

.h5,
h5 {
    font-size: 28px;
    line-height: 32px
}

.h6,
h6 {
    font-size: 20px;
    line-height: 28px
}

@media (max-width:1359px) {

    .h1,
    h1 {
        font-size: 56px;
        line-height: 64px
    }

    .h2,
    h2 {
        font-size: 50px;
        line-height: 58px
    }

    .h3,
    h3 {
        font-size: 36px;
        line-height: 48px
    }

    .h4,
    h4 {
        font-size: 30px;
        line-height: 38px
    }

    .h5,
    h5 {
        font-size: 26px;
        line-height: 30px
    }
}

@media (max-width:1199px) {

    .h1,
    h1 {
        font-size: 48px;
        line-height: 56px
    }

    .h2,
    h2 {
        font-size: 44px;
        line-height: 52px
    }

    .h3,
    h3 {
        font-size: 32px;
        line-height: 40px
    }

    .h4,
    h4 {
        font-size: 28px;
        line-height: 36px
    }

    .h5,
    h5 {
        font-size: 24px;
        line-height: 28px
    }

    .h6,
    h6 {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width:991px) {

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px
    }

    .h1,
    h1 {
        font-size: 40px;
        line-height: 48px
    }

    .h2,
    h2 {
        font-size: 38px;
        line-height: 44px
    }

    .h3,
    h3 {
        font-size: 28px;
        line-height: 32px
    }

    .h4,
    h4 {
        font-size: 26px;
        line-height: 34px
    }

    .h5,
    h5 {
        font-size: 22px;
        line-height: 26px
    }
}

@media (max-width:767px) {

    .h1,
    h1 {
        font-size: 34px
    }

    .h1,
    .h2,
    h1,
    h2 {
        line-height: 100%
    }

    .h2,
    h2 {
        font-size: 32px
    }

    .h3,
    .h4,
    h3,
    h4 {
        font-size: 24px;
        line-height: 32px
    }

    .h5,
    h5 {
        font-size: 20px
    }

    .h5,
    .h6,
    h5,
    h6 {
        line-height: 24px
    }

    .h6,
    h6 {
        font-size: 16px
    }

    .site_container {
        max-width: none;
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (min-width:768px) {
    .site_container {
        max-width: 767px
    }
}

@media (min-width:992px) {
    .site_container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .site_container {
        max-width: 1160px
    }
}

@media (min-width:1440px) {
    .site_container {
        max-width: 1328px
    }
}

.site_content a {
    color: var(--color_blue_100_05);
    text-decoration: none;
    transition: all .5s ease
}

.site_content a:hover {
    color: var(--color_blue_50)
}

.site_content blockquote {
    background-color: var(--color_white);
    border-left: 5px solid var(--color_blue_50);
    color: var(--color_blue_100_05);
    font-family: var(--font_GeneralSans_Medium);
    margin: 20px 0;
    padding: 30px
}

.site_content ul:not(.slick-dots) {
    list-style: none;
    margin: 24px 0;
    padding: 0
}

.site_content ul:not(.slick-dots) li {
    margin-bottom: 16px;
    padding-left: 22px;
    position: relative
}

.site_content ul:not(.slick-dots) li:before {
    background-color: var(--color_blue_50);
    border-radius: 100%;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 6px
}

.site_content ul:not(.slick-dots) li ul {
    list-style: none;
    margin: 15px 0;
    padding: 0
}

.site_content ul:not(.slick-dots).check_circle li {
    padding-left: 40px
}

.site_content ul:not(.slick-dots).check_circle li:before {
    background-color: transparent;
    background-image: url(../../images/check_circle.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    margin-top: -12px;
    top: 50%;
    width: 24px
}

.site_content ul:not(.slick-dots).check_circle li ul {
    margin: 20px 0
}

.site_content ul:not(.slick-dots).big_size_font li {
    font-size: 24px;
    line-height: 1.334
}

.site_content ol {
    counter-reset: item;
    list-style: none;
    margin: 24px 0;
    padding: 0
}

@media (max-width:767px) {
    .site_content ol {
        margin: 20px 0
    }
}

.site_content ol li {
    counter-increment: item;
    margin-bottom: 16px;
    padding-left: 36px;
    position: relative
}

.site_content ol li:before {
    color: var(--color_blue_100_05);
    content: counter(item) ".";
    display: inline-block;
    font-family: var(--font_GeneralSans_Medium);
    font-size: 20px;
    left: 0;
    letter-spacing: normal;
    line-height: 1.4;
    min-width: 26px;
    position: absolute;
    top: 1px
}

.site_content ol li ol {
    margin: 24px 0 0
}

.btn {
    align-items: center;
    background-color: var(--color_blue_50);
    background-image: none;
    border: none;
    border-radius: 80px;
    box-shadow: none;
    color: var(--color_gray_10);
    display: flex;
    font-family: var(--font_GeneralSans_Medium);
    font-size: 16px;
    justify-content: center;
    line-height: 1.5;
    padding: 8px 16px 8px 20px;
    text-shadow: none;
    transition: all .5s ease
}

.btn.btn_with_arrow {
    gap: 4px
}

.btn.btn_with_arrow .icon {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    padding: 0;
    width: 20px
}

.btn.btn_with_arrow .icon svg {
    display: block;
    max-width: 100%
}

.btn:hover {
    background-color: var(--color_gray_100);
    color: var(--color_white)
}

@media (max-width:1359px) {
    .site_content ul:not(.slick-dots).big_size_font li {
        font-size: 22px
    }
}

@media (max-width:1199px) {
    .site_content ul:not(.slick-dots) li:before {
        top: 11px
    }

    .site_content ul:not(.slick-dots).big_size_font li {
        font-size: 20px
    }
}

@media (max-width:991px) {
    .site_content ul:not(.slick-dots).big_size_font li {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .site_content ul:not(.slick-dots) {
        margin: 20px 0
    }

    .site_content ul:not(.slick-dots).big_size_font li {
        font-size: 16px;
        line-height: 24px
    }
}

/*# sourceMappingURL=global.css.map */