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

body {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    color: #343434;
    font-family: "Objektiv-Mk1-Regular";
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
}

@media (max-width: 767px) {
    body {
        line-height: 22px;
    }
}

body p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    body p {
        line-height: 22px;
    }
}

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

body b,
body strong {
    font-family: "Objektiv-Mk1-Bold";
    letter-spacing: normal;
    font-weight: normal;
}

body a {
    color: #1e4e6e;
    font-family: "Objektiv-Mk1-Regular";
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
    transition: all 0.5s ease;
    text-decoration: underline;
    display: inline-flex;
}

@media (max-width: 767px) {
    body a {
        line-height: 22px;
    }
}

body a:hover {
    text-decoration: none;
}

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

.container {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .container {
        max-width: 740px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 740px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 980px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1380px;
    }

    .container.small {
        max-width: 1311px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1572px;
    }
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: "PlusJakartaSans-ExtraBold";
    color: #000;
    padding: 0;
    margin: 0 0 20px;
    letter-spacing: normal;
    font-weight: normal;
    font-style: normal;
}

.h1,
h1 {
    font-size: 70px;
    line-height: 80px;
}

@media (max-width: 1360px) {

    .h1,
    h1 {
        font-size: 65px;
        line-height: 75px;
    }
}

@media (max-width: 1199px) {

    .h1,
    h1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 991px) {

    .h1,
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {

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

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

@media (max-width: 1199px) {

    .h2,
    h2 {
        font-size: 45px;
    }
}

@media (max-width: 991px) {

    .h2,
    h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {

    .h2,
    h2 {
        font-size: 30px;
    }
}

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

@media (max-width: 991px) {

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

@media (max-width: 767px) {

    .h3,
    h3 {
        font-size: 26px;
        line-height: 60.73px;
    }
}

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

.h5,
h5 {
    font-size: 18px;
    line-height: 33px;
}

.h6,
h6 {
    font-size: 16px;
    line-height: 33px;
}

@media (max-width: 767px) {

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

.btn {
    font-family: "PlusJakartaSans-ExtraBold";
    font-size: 14px;
    line-height: 17.64px;
    letter-spacing: 0.06em;
    text-align: center;
    border: 2px solid #2cb674;
    color: #fff;
    background-color: #2cb674;
    padding: 12px 18px;
    border-radius: 60px;
    transition: all 0.5s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 174px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .btn {
        font-size: 15px;
        line-height: 18.9px;
        min-width: 164px;
    }
}

.btn:hover {
    border-color: #f8d10c;
    background-color: #f8d10c;
    color: #fff;
}

.btn.big {
    min-width: 194px;
}

@media (max-width: 767px) {
    .btn.big {
        min-width: 217px;
    }
}

.btn.medium {
    font-size: 12px;
    line-height: 15.12px;
    padding: 11px 30.15px 13px;
    min-width: 161px;
}

.btn.small {
    font-size: 10px;
    line-height: 12.6px;
    padding: 7.86px 24.56px 10.45px;
    min-width: 123px;
}

@media (max-width: 767px) {
    .btn.small {
        font-size: 12px;
        line-height: 12.6px;
        padding: 9.08px 24.56px 11.99px;
        min-width: 174px;
    }
}

.btn.black_with_transparent {
    background-color: transparent;
    color: #000;
    border-color: #000;
}

.btn.black_with_transparent:hover {
    color: #fff;
    background-color: #000;
}

.btn.black_with_transparent.big {
    min-width: 199px;
}

.link {
    font-family: "PlusJakartaSans-Bold";
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    position: relative;
    padding-right: 30px;
    color: #343434;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.link::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 4px;
    width: 20px;
    height: 20px;
    background-image: url("../../images/link_arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    transition: all 0.3s ease-in-out;
}

.link:hover {
    color: #88ca85;
}

.link:hover::after {
    right: 0;
}

blockquote {
    margin: 55px 0 74px;
    color: #4e85ad;
    padding: 50px 49.28px 45px 75px;
    border-top: 2px solid #61a5d5;
    border-bottom: 2px solid #61a5d5;
    font-family: "Objektiv-Mk1-Regular-Italic";
    font-size: 38px;
    line-height: 60px;
}

@media (max-width: 1359px) {
    blockquote {
        padding-right: 36px;
        padding-left: 39px;
    }
}

@media (max-width: 1199px) {
    blockquote {
        padding-right: 26px;
        padding-left: 29px;
    }
}

@media (max-width: 1199px) {
    blockquote {
        font-size: 35px;
        line-height: 55px;
        padding-right: 16px;
        padding-left: 19px;
    }
}

@media (max-width: 767px) {
    blockquote {
        font-size: 28px;
        line-height: 50px;
        padding-right: 6px;
        padding-left: 9px;
    }
}

blockquote p {
    color: #4e85ad;
    font-family: "Objektiv-Mk1-Regular-Italic";
    font-size: 38px;
    line-height: 60px;
}

@media (max-width: 1199px) {
    blockquote p {
        font-size: 35px;
        line-height: 55px;
    }
}

@media (max-width: 767px) {
    blockquote p {
        font-size: 28px;
        line-height: 50px;
        text-align: center;
    }
}

blockquote p a {
    color: #88ca85;
}

blockquote p a:hover {
    color: #4e85ad;
}

.site-content {
    overflow: hidden;
    min-height: calc(100vh - 744px);
}

.site-content ul:not(.slick-dots),
.site-content ol {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.site-content ul:not(.slick-dots) li,
.site-content ol li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.site-content ul:not(.slick-dots) li:last-child,
.site-content ol li:last-child {
    margin-bottom: 0;
}

.site-content ul:not(.slick-dots) li::before,
.site-content ol li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #1e4e6e;
}

.site-content ul:not(.slick-dots) a,
.site-content ol a {
    color: #1e4e6e;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.site-content ul:not(.slick-dots) a:hover,
.site-content ol a:hover {
    text-decoration: none;
}

.site-content ul:not(.slick-dots) ul,
.site-content ol ul,
.site-content ul:not(.slick-dots) ol,
.site-content ol ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-content ul:not(.slick-dots) ul li:before,
.site-content ol ul li:before,
.site-content ul:not(.slick-dots) ol li:before,
.site-content ol ol li:before {
    top: 9px;
}

.site-content ol {
    counter-reset: item;
}

.site-content ol li {
    counter-increment: item;
}

.site-content ol li:before {
    content: counter(item) ".";
    background-color: transparent;
    width: auto;
    height: auto;
    color: #1e4e6e;
    top: 5px;
    line-height: 1;
}

.single-post .single-post-content {
    margin-top: 200px;
}

@media (max-width: 1360px) {
    .single-post .single-post-content {
        margin-top: 180px;
    }
}

@media (max-width: 1199px) {
    .single-post .single-post-content {
        margin-top: 150px;
    }
}

@media (max-width: 991px) {
    .single-post .single-post-content {
        margin-top: 120px;
    }
}

@media (max-width: 767px) {
    .single-post .single-post-content {
        margin-top: 80px;
    }
}