﻿body {
    font-size: 21px;
    line-height: 38px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
}

h1 {
    font-size: 56px;
    line-height: 67px;
    font-family: 'Barlow', sans-serif;
}

h2 {
    font-size: 42px;
    line-height: 53px;
    font-family: 'Source Sans Pro', sans-serif;
}

h3 {
    font-size: 34px;
    line-height: 46px;
    font-family: 'Source Sans Pro', sans-serif;
}

h4 {
    font-size: 32px;
    line-height: 38px;
    font-family: 'Source Sans Pro', sans-serif;
}

h5 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 25px;
}

a {
    cursor: pointer;
    text-decoration: none;
}

button {
    cursor: pointer;
    font-size: 29px;
    line-height: 34px;
    color: #ffffff;
    border: 1px solid #00451E;
    background: #007633;
    padding: 12px 18px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 4px 0px 0 black;
    font-weight: 700;
    transition: background-color 0.175s ease-out;
}

button:hover {
    transition: background-color 0.23s ease-in;
    background-color: #198347;
}

.offer-block {
    border: 4px dashed #000;
    background: #FFF5E2;
    padding: 20px 18px;
    margin: 30px 0;
}

.offer-block span {
    color: #c00000;
    font-size: 21px;
    font-weight: 700;
    line-height: 38px;
}

ul {
    list-style: none;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-1 {
    flex: 1;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.text-underline,
a.text-underline,
.text-block a.text-underline {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.container {
    padding: 0 20px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.topbar {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.68);
    background-color: #0969B5;
    padding: 3px 0 4px 0;
}

header nav {
    border-bottom: 1px solid rgba(209, 209, 209, 0.4);
}

.nav-content {
    justify-content: space-between;
    padding-top: 7px;
    padding-bottom: 12px;
}

main {
    padding: 32px 0 818px 0;
}

.disclaimer {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #F2DF7D;
    background-color: #FFFAD5;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 15px 8px 15px;
}

.disclaimer div {
    align-items: flex-start;
    gap: 6px;
    max-width: 1000px;
}

.disclaimer img {
    margin-top: 2px;
}

.disclaimer span {
    font-weight: 700;
}

.disclaimer .red-text {
    color: #D60101;
}

.disclaimer .blue-text {
    color: #0081BF;
}

article {
    border-top: 1px solid #E9E9E9;
}

.article-title {
    padding: 24px 0 21px 0;
}

.article-title h1 {
    margin-bottom: 12px;
}

.article-title .highlight-text {
    box-shadow: inset 0px -58px #ffe993;
}

.article-title p {
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
}

.author {
    color: #000;
    font-size: 15px;
    line-height: 28px;
    padding: 21px 0;
}

.author > img {
    margin-right: 4px;
}

.author-photo {
    margin: 0 7px;
    border-radius: 50%;
}

.author-line {
    gap: 3px;
}

.author-readtime {
    margin-left: auto;
    padding-left: 10px;
}

.text-block {
    margin: 24px 0;
}

.text-block p,
.list-block p,
.list-block li {
    margin-bottom: 38px;
}

article h2 {
    margin-bottom: 24px;
}

.list-block {
    padding: 28px 34px 12px 38px;
    margin: 30px 0;
}

.list-block-green {
    background-color: #E1FBF7;
}

.list-block-blue {
    background-color: #E1F5FB;
}

.list-block hr {
    height: 3px;
    background-color: #000000;
    border: none;
    margin: 12px 0 16px 0
}

.list-block li:last-child {
    margin-bottom: 20px;
}

.text-block-item h3 span {
    color: #10AE7C;
    font-weight: 700;
}

.text-block-item > div {
    align-items: center;
    gap: 6px;
    font-size: 21px;
    font-weight: 700;
    margin: 3px 0 16px 0;
    flex-wrap: wrap;
}

.text-block-item img {
    margin-right: 6px;
}

.text-block a {
    color: #0050FB;
    font-size: 21px;
    font-weight: 700;
    line-height: 38px;
    text-decoration: none;
}

.image-block {
    text-align: center;
}

.image-block-2 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin: 12px 0 38px 0;
}

.image-block-2-inner {
    position: relative;
}

.image-block-2-inner div {
    font-family: Inter, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 30px 20px 30px;
    height: 100%;
}

.image-block-2-inner h5 {
    margin-bottom: 5px;
}

.image-block-2-inner p {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
}

.text-block .image-block-2-inner p {
    margin-bottom: 6px;
    font-weight: 400;
}

.quote-block {
    background-color: #e1fbf7;
    margin-bottom: 18px;
    padding: 12px 25px;
}

.process h2 {
    margin-bottom: 13px;
}

.process .text-block,
.process .text-block p:last-child {
    margin-bottom: 12px;
}

.process .list-block {
    margin-top: 16px;
}

.deal {
    margin-top: 42px;
}

.sidebar-image {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.sidebar-image-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
}

.sidebar-content {
    padding: 0 14px 10px 14px;
    border-radius: 4px;
    border: 1px solid #EEEFF4;
}

.sidebar-content > p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 15px 0 16px 0;
}

.sidebar-content button {
    font-size: 24px;
    padding: 8px;
}

.sidebar-review-rate {
    color: #9A9A9A;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 700;
    line-height: 14px; /* 107.692% */
    text-transform: uppercase;
    margin-top: 17px;
}

.sidebar-review-rate span {
    color: #454545;
}

.sidebar-review-rate img {
    margin-bottom: 11px;
}

.sidebar-review {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 16px 16px 19px 0;
    border-bottom: 1px solid #E9E9E9;
    margin-left: 12px;
}

.sidebar-review:last-child {
    border-bottom: 0;
}

.fixed-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #eafff3;
    padding: 7px 15px 10px 15px;
    transition: transform 0.14s ease-in-out, opacity 0.14s linear;
}

.fixed-button button {
    max-width: fit-content;
    animation: pulse 1.18s ease-in-out infinite alternate;
}

.fixed-button.hidden {
    transform: translate(0, 8px);
    opacity: 0;
}

@keyframes pulse {
    to {
        transform: scale(0.98);
    }
}

footer {
    background-color: #121212;
    color: #505050;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 60px 0 50px 0
}

.footer-content {
    gap: 20px;
}

.footer-content ul {
    color: inherit;
    align-items: center;
    justify-content: center;
    gap: 5px 30px;
    text-transform: uppercase;
    flex-wrap: wrap;
}

.footer-content ul a {
    color: inherit;
    transition: 0.08s color ease-in-out;
}

.footer-content ul a:hover {
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    .hide-dt {
        display: none;
    }

    article {
        max-width: 730px;
        width: 100%;
    }

    aside {
        width: 293px;
        min-width: 293px;
        margin-top: 23px;
    }

    .sidebar-wrapper {
        position: sticky;
        top: -315px;
    }

    .article-content {
        justify-content: space-between;
        gap: 30px;
    }
}

@media screen and (max-width: 991px) {
    .hide-tb {
        display: none;
    }

    body,
    .text-block a,
    .offer-block span {
        font-size: 18px;
        line-height: 32px;
    }

    h1, h2 {
        font-size: 32px;
        line-height: 40px;
    }
    
    h3, h4 {
        font-size: 26px;
        line-height: 35px;
    }

    button {
        font-size: 26px;
        line-height: 34px;
        padding: 8px;
    }

    .container {
        padding: 0 16px;
    }

    .nav-content {
        padding-left: 12px;
        padding-top: 8px;
        padding-bottom: 12px;
    }

    .header-logo {
        width: 113px;
        height: 39px;
    }

    main {
        padding: 11px 0 600px 0;
    }

    .text-block p,
    .list-block p,
    .list-block li {
        margin-bottom: 32px;
    }

    .disclaimer {
        padding: 4px 8px 4px 10px;
    }

    .disclaimer div,
    .disclaimer p {
        display: inline;
        font-size: 14px;
        line-height: 22px;
    }

    .disclaimer img {
        display: inline-block;
        margin: 0;
        transform: translate(0, -2px);
    }

    .article-title {
        padding: 10px 0 12px 0;
    }

    .article-title h1 {
        margin-bottom: 9px;
    }

    .article-title p {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
    }

    .article-content {
        flex-direction: column;
    }

    .sidebar-image {
        display: flex;
        justify-content: center;
    }

    video {
        margin: 0 auto;
        display: flex;
    }

    .text-block {
        margin: 10px 0;
    }

    .introduction .text-block p:last-child {
        margin-bottom: 22px;
    }

    .text-block .image-block-2-inner p {
        margin-bottom: 3px;
    }

    aside {
        margin: 250px auto 0 auto;
        max-width: 293px;
    }

    footer {
        padding: 30px 0;
    }
}

@media screen and (min-width: 768px) {
    .hide-tb-up {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .video-wrapper,
    .image-block {
        margin-left: -16px;
        margin-right: -16px;
        display: flex;
    }

    .list-block {
        margin-left: -16px;
        margin-right: -16px;
        padding: 12px 19px;
    }

    .process .list-block p:first-child {
        margin-bottom: 10px;
    }

    .testing .list-block {
        margin-top: 16px;
    }
}

@media screen and (min-width: 601px) {
    .hide-mb-up {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .hide-mb {
        display: none;
    }

    .author {
        flex-wrap: wrap;
        font-size: 15px;
        line-height: 20px;
        padding: 14px 0 11px 0;
    }

    .author-inner {
        min-width: 100%;
    }

    .author > img {
        order: 1;
        margin: -4px 0 0 auto;
    }

    .author-line div > span {
        display: none;
    }

    .author-photo {
        margin: 0 11px 0 0;
    }

    .text-block-item {
        line-height: 24px;
    }

    .text-block-item > div {
        margin: 12px 0 16px 0;
    }

    .quote-block {
        padding: 12px 19px;
    }
}