:root {
    --say9-graph-blue: #50A2C8;
}

html.dark {
    --say9-graph-blue: #2DDCFF;
}

/* SEO Audit Hero */

#seo_audit_hero {
    margin-bottom: 40px;
    padding: 36px 120px;
}

#seo_audit_hero_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 20px 40px;
    max-width: 1620px;
    overflow: hidden;
}

.seo_audit_hero_content {
    grid-row: 1;
    grid-column: 1;
    max-width: 520px;
    margin-top: 180px;
}

.seo_audit_hero_title {
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 700;
    width: 100%;
    margin-bottom: 24px;
    transition: color 0.3s ease-in-out;
}

.seo_audit_hero_txt {
    font-size: 18px;
    line-height: 1.2em;
    transition: color 0.3s ease-in-out;
}

.seo_audit_hero_btn {
    background-color: var(--say9-main-orange);
    padding: 9px 47.5px;
    width: fit-content;
    height: fit-content;
    font-weight: 500;
    color: rgba(252, 252, 252, 1);
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 180px;
    grid-row: 2;
    grid-column: 1;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.seo_audit_hero_btn:hover {
    box-shadow: 0 0 5.2px #FF8A3B99;
}

.seo_audit_hero_btn:active {
    box-shadow: 0 0 7.5px #FF8A3BB2;
}

html.dark .seo_audit_hero_btn:hover {
    box-shadow: 0 0 5.2px #2DDCFF99;
}

html.dark .seo_audit_hero_btn:active {
    box-shadow: 0 0 7.5px #2DDCFFB2;
}

.seo_audit_hero_anim {
    grid-row: 1 / 3;
    grid-column: 2;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    max-height: 580px;
}

.seo_audit_hero_anim canvas {
    max-width: 700px;
    object-fit: cover;
    background-size: cover;
    background-image: url("../assets/images/seo_audit.webp");
}

/* SEO symptom */

#symptoms {
    margin-bottom: 90px;
    background-color: rgba(218, 234, 242, 0.4);
    padding: 60px 120px;
    transition: background-color 0.3s ease-in-out;
}

html.dark #symptoms {
    background-color: rgba(40, 59, 69, 0.4);
}

.symptoms_subtitle {
    color: var(--say9-main-blue);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 22px;
    text-align: center;
    transition: color 0.3s ease-in-out;
}

#symptoms_title {
    font-size: 44px;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-align: center;
    transition: color 0.3s ease-in-out;
}

#symptoms_wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.symptom_odd,
.symptom_even {
    display: grid;
    justify-content: space-between;
    gap: 20px 50px;
    padding: 30px 0;
}

.symptom_odd {
    grid-template-columns: minmax(0, 710px) 450px;
}

.symptom_even {
    grid-template-columns: 450px minmax(0, 710px);
}

.symptom_title {
    color: var(--say9-main-blue);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    grid-row: 1;
    font-family: "Livvic", "Helvetica Neue", Arial, sans-serif;
    transition: color 0.3s ease-in-out;
}

.symptom_anim {
    grid-row: 1 / 3;
    border-radius: 25px;
    max-height: 500px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #DAEAF2;
}

.symptom_anim canvas {
    object-fit: contain;
}

@supports (-webkit-touch-callout: none) {
    .symptom_anim {
        background-color: rgb(224, 237, 244);
    }
}

.os-ios .symptom_anim,
.os-mac .symptom_anim {
    background-color: rgb(224, 237, 244);
}

#technical_audit .symptom_anim {
    position: relative;
}

.loader-checks {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#technical_audit .loader-check {
    width: 20px;
    height: 20px;
    z-index: 11;
    display: block;
}

.loader-check .lc-bg {
    transition: fill 0.2s ease-out;
}

.loader-check .lc-ring {
    fill: none;
    stroke: var(--loader-ring);
    stroke-width: 3;
}

.loader-check .lc-prog {
    fill: none;
    stroke: var(--loader-prog);
    stroke-width: 3;
    stroke-linecap: round;
    visibility: hidden;
    transition: stroke-dashoffset 0.8s ease-out;
}

.loader-check .lc-check {
    fill: none;
    stroke: #FCFCFC;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    visibility: hidden;
    transition: stroke-dashoffset 0.3s ease-out;
}

.technical_logos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.technical_logo {
    max-width: 100px;
    width: 100%;
    max-height: 18px;
    height: 100%;
}

.symptom_content {
    display: flex;
    flex-direction: column;
    grid-row: 2;
    row-gap: 30px;
}

.symptom_txt {
    color: var(--say9-text-blue);
    font-size: 18px;
    line-height: 1.2em;
    transition: color 0.3s ease-in-out;
}

.symptom_odd .symptom_title,
.symptom_odd .symptom_content,
.symptom_even .symptom_anim {
    grid-column: 2;
}

.symptom_odd .symptom_anim,
.symptom_even .symptom_title,
.symptom_even .symptom_content {
    grid-column: 1;
}

#technical_audit .symptom_title {
    margin-top: 150px;
}

#duplicate .symptom_title,
#detailed_audit .symptom_title {
    margin-top: 120px;
}

#cleaning .symptom_title,
#source .symptom_title {
    margin-top: 130px;
}

#duplicate .symptom_title,
#duplicate .symptom_content,
#source .symptom_title,
#source .symptom_content {
    max-width: 447px;
}

#technical_audit .symptom_title,
#technical_audit .symptom_content {
    max-width: 415px;
}

#cleaning .symptom_title,
#cleaning .symptom_content {
    max-width: 406px;
}

#detailed_audit .symptom_title,
#detailed_audit .symptom_content {
    max-width: 457px;
}

#technical_audit .symptom_content {
    margin-bottom: 150px;
}

#duplicate .symptom_content,
#detailed_audit .symptom_content {
    margin-bottom: 120px;
}

#cleaning .symptom_content,
#source .symptom_content {
    margin-bottom: 130px;
}

/* #duplicate .symptom_anim canvas {
    position: absolute;
    right: 7%;
    top: -18%;
    max-height: 500px;
    transform: scale(1.2);
    background-image: url("../assets/images/exam.webp");
} */

/* #cleaning .symptom_anim canvas,
#detailed_audit .symptom_anim canvas {
    transform: scale(1.2);
} */

/* #source .symptom_anim canvas {
    background-image: url("../assets/images/doctor.webp");
} */

/* #cleaning .symptom_anim canvas {
    background-image: url("../assets/images/cleaning.webp");
} */

/* #detailed_audit .symptom_anim canvas {
    background-image: url("../assets/images/board.webp");
} */

#technical_audit .symptom_anim canvas {
    z-index: 11;
    position: relative;
    left: -30%;
    background-image: url("../assets/images/training.webp");
}

/* Board */

#board {
    position: absolute;
    top: 48%;
    left: 33%;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    width: 450px;
    overflow: hidden;
    border: 2px solid #7DCCFE;
    border-radius: 10px;
    z-index: 10;
}

.board_top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: content-box;
    width: 100%;
    height: 35px;
    background-color: #7DCCFE;
    border-top: 7px solid #6BB6EE;
    gap: 5px;
    padding-left: 8px;
}

.board_circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.board_circle.board_exit {
    background-color: #FF322A;
}

.board_body_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 12px 20px 10px;
}

.board_logos {
    display: flex;
    column-gap: 12px;
}

.board_body {
    width: 54%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.board_grid {
    display: grid;
    gap: 10px;
    width: 100%;
}

.board_grid_item {
    background-color: #DBEAF2;
    border-radius: 10px;
    height: 20px;
}

.board_grid_1 {
    grid-template-columns: 1fr 2fr;
}

.board_grid_2 {
    grid-template-columns: 1fr;
}

.board_grid_3 {
    grid-template-columns: repeat(3, 1fr);
}

.board_grid_4 {
    grid-template-columns: 3fr 1fr;
}


/* Case Studies */

#case_studies {
    padding: 14px 120px 0;
    overflow: hidden;
}

.case_studies_title {
    color: var(--say9-main-blue);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 40px;
    text-align: center;
    transition: color 0.3s ease-in-out;
}

.case_studies_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 40px;
    padding-top: 5px;
}

.case_studies_item {
    width: 100%;
    height: 100%;
    max-width: 467px;
    border-radius: 20px;
    background-color: rgba(218, 234, 242, 1);
    box-shadow: 0 0 5.6px 0 rgba(80, 162, 200, 0.4);
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 12px 20px;
    transition: background-color 0.3s ease-in-out;
}

html.dark .case_studies_item:not(.your_item) {
    background-color: rgba(40, 59, 69, 1);
}

.case_studies_item.your_item {
    background-color: var(--say9-main-blue);
}

.study_viewport {
    margin-bottom: 35px;
    border: 5px solid rgba(80, 162, 200, 0.36);
    border-radius: 6px;
    width: 100%;
    display: flex;
    cursor: default;
    flex-direction: column;
    padding: 12px 6px 9px;
    background-color: rgba(255, 255, 255, 1);
    transition: border-color 0.3s ease-in-out;
}

html.dark .study_viewport {
    border-color: rgba(41, 90, 105, 1);
}

.case_studies_item.your_item .study_viewport {
    border-color: rgba(218, 234, 242, 1);
}

html.dark .case_studies_item.your_item .study_viewport {
    border-color: rgba(107, 230, 254, 1);
}


.viewport_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.viewport_top_rating {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--say9-main-blue);
    transition: color 0.3s ease-in-out;
}

.viewport_top_traffic {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2em;
    color: rgba(255, 138, 59, 1);
}

.viewport_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 8px;
}

.viewport_center_ratings,
.viewport_center_traffics {
    display: flex;
    align-items: center;
    row-gap: 26px;
    flex-direction: column;
    margin: 5px 0 10px;
}

.rating {
    font-size: 9px;
    line-height: 14px;
    font-weight: 400;
    color: var(--say9-main-blue);
    transition: color 0.3s ease-in-out;
}

html.dark .rating {
    color: rgba(7, 72, 98, 0.6);
}

.traffic {
    font-size: 9px;
    line-height: 14px;
    font-weight: 400;
    color: rgba(255, 138, 59, 1);
}

.viewport_center_lines {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.backline {
    width: 100%;
    height: 1px;
    background-color: rgba(225, 225, 225, 1);
    position: absolute;
    left: 0;
}

.line_100 {
    top: 0;
}

.line_75 {
    top: 22%;
}

.line_50 {
    top: 44%;
}

.line_25 {
    top: 66%;
}

.line_0 {
    bottom: 0;
}

.blue_graph {
    position: absolute;
    bottom: 0;
    right: 15px;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    z-index: 100;
}

.orange_graph {
    position: absolute;
    bottom: -1px;
    left: -1px;
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    z-index: 101;
}

.viewport_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 4px;
}

.viewport_bottom_item {
    font-size: 9px;
    line-height: 1.2em;
    font-weight: 400;
    color: var(--say9-main-blue);
    transition: color 0.3s ease-in-out;
}

html.dark .viewport_bottom_item {
    color: rgba(7, 72, 98, 0.6);
}

.case_studies_pagination {
    bottom: 0 !important;
    display: none;
    align-items: center;
    justify-content: center;
}

.case_studies_pagination .swiper-pagination-bullet {
    width: 26px;
    height: 6px;
    background-color: var(--say9-main-blue);
    border-radius: 43px;
    opacity: 0.4;
    margin: 0 2px !important;
    transition: opacity 0.3s ease-out, width 0.3s ease-out, height 0.3s ease-out, background-color 0.3s ease-in-out;
}

.case_studies_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 36px;
    height: 8px;
}


/*  */

.chart_container {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 100%;
    aspect-ratio: 420 / 189;
}

.chart_container#yourContainer {
    padding-top: 0;
}

.chart_container canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.chart_tooltip {
    position: absolute;
    display: none;
    pointer-events: none;
    flex-direction: column;
    will-change: transform, opacity;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 6px;
    border: 1px solid rgba(225, 225, 225, 1);
    width: 140px;
    padding: 6px 3px 8px;
}

.chart_tooltip#yourTooltip {
    width: 117px;
    height: 70px;
    align-items: center;
    justify-content: center;
}

.chart_title {
    color: var(--say9-main-blue);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 8px;
}

.chart_tooltip#yourTooltip .chart_title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(7, 72, 98, 0.5);
}

.chart_label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chart_label.domain {
    margin-bottom: 5px;
}

.chart_label_left {
    display: flex;
    align-items: center;
    column-gap: 2px;
}

.chart_circle {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
}

.chart_circle.domain {
    background-color: var(--say9-graph-blue);
}

.chart_circle.traffic {
    background-color: #FF8A3B;
}

.chart_label_txt,
.chart_label_right {
    font-size: 9px;
    line-height: 1.2em;
    font-weight: 400;
    color: var(--say9-main-blue);
}

html.dark .chart_title,
html.dark .chart_label_txt,
html.dark .chart_label_right {
    color: #07486299;
}


/*  */

.study_logo {
    height: 34px;
    margin-bottom: 20px;
}

.study_logo svg {
    height: 100%;
    width: 100%;
}

.study_logo svg path.blue {
    fill: var(--say9-main-blue);
    transition: fill 0.3s ease-in-out;
}

.study_title {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    color: rgba(252, 252, 252, 1);
    margin-bottom: 20px;
}

.study_txt {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.case_studies_item.your_item .study_txt {
    color: rgba(252, 252, 252, 1);
}

.case_studies_btn {
    margin: 0 auto;
    width: fit-content;
    position: relative;
    cursor: pointer;
}

.case_studies_link {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    display: inline-block;
    padding: 12px 34px;
    color: rgba(252, 252, 252, 1);
    border-radius: 24px;
    background-color: var(--say9-main-orange);
    width: fit-content;
    transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.case_studies_btn:hover .case_studies_link {
    box-shadow: 0 0 5.2px #FF8A3B99;
}

.case_studies_btn .case_studies_link:active {
    box-shadow: 0 0 7.5px #FF8A3BB2;
}

html.dark .case_studies_btn:hover .case_studies_link {
    box-shadow: 0 0 5.2px #2DDCFF99;
}

html.dark .case_studies_btn .case_studies_link:active {
    box-shadow: 0 0 7.5px #2DDCFFB2;
}

.case_studies_btn_pos {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 10;
}

.case_studies_btn_left {
    border-radius: 24px 0 0 24px;
    left: 0;
}

.case_studies_btn_right {
    border-radius: 0 24px 24px 0;
    right: 0;
}

.hands {
    position: relative;
    max-width: 900px;
    width: 100%;
    height: 220px;
    margin: 0 auto;
}

.hand {
    width: 320px;
    height: 320px;
    position: absolute;
    bottom: -45px;
}

.left_hand {
    left: 30px;
    transform: rotateZ(32deg);
    transition: bottom 0.5s ease-in-out, left 0.5s ease-in-out;
}

.left_hand.active {
    bottom: -5px;
    left: 130px;
}

.right_hand {
    right: 30px;
    transform: rotateY(180deg) rotate(32deg);
    transition: bottom 0.5s ease-in-out, right 0.5s ease-in-out;
}

.right_hand.active {
    bottom: -5px;
    right: 130px;
}

@media screen and (max-width: 1440px) {
    /* SEO Audit Hero */

    #seo_audit_hero {
        padding: 50px 120px;
        margin-bottom: 30px;
    }

    .seo_audit_hero_title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .seo_audit_hero_txt {
        font-size: 16px;
    }

    .seo_audit_hero_anim canvas {
        max-width: 410px;
        transform: scale(1.3);
    }

    .seo_audit_hero_content {
        margin-top: 120px;
        max-width: 415px;
    }

    .seo_audit_hero_btn {
        margin-bottom: 120px;
        padding: 9px 38.5px;
    }

    /* SEO symptoms */

    #symptoms {
        margin-bottom: 60px;
        padding: 35px 120px;
    }

    .symptoms_subtitle {
        font-size: 16px;
        margin-bottom: 12px;
    }

    #symptoms_title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .symptom_odd,
    .symptom_even {
        padding: 14px 0;
    }

    .symptom_odd {
        grid-template-columns: minmax(0, 590px) 400px;
    }

    .symptom_even {
        grid-template-columns: 400px minmax(0, 590px);
    }

    .symptom_title {
        font-size: 30px;
    }

    .symptom_txt {
        font-size: 14px;
    }

    .symptom_anim {
        max-height: 400px;
    }

    #duplicate .symptom_anim canvas {
        transform: scale(1);
        right: 0;
        top: -24%;
    }

    #technical_audit .symptom_title {
        margin-top: 120px;
    }

    #technical_audit .symptom_content {
        margin-bottom: 120px;
    }

    #board {
        width: 350px;
        top: 49%;
        left: 32%;
    }

    .board_top {
        height: 25px;
    }

    .board_circle {
        width: 10px;
        height: 10px;
    }

    .board_body_wrapper {
        padding: 15px 5px 12px 5px;
    }

    .board_body {
        row-gap: 25px;
    }

    .board_grid {
        gap: 8px;
    }

    .board_grid_item {
        height: 16px;
    }

    .technical_logo {
        max-width: 85px;
        max-height: 14px;
    }

    /* Case Studies */

    .case_studies_title {
        margin-bottom: 30px;
        font-size: 36px;
    }

    .case_studies_item {
        padding: 12px 10px 14px;
    }

    .study_viewport {
        margin-bottom: 20px;
    }

    .study_logo {
        height: 26px;
        margin-bottom: 14px;
    }

    .study_title {
        font-size: 21px;
        margin-bottom: 14px;
    }

    .study_txt {
        font-size: 16px;
    }

    .case_studies_link {
        font-size: 14px;
        padding: 12px 22px;
    }

    .hands {
        height: 140px;
        max-width: 650px;
    }

    .hand {
        width: 210px;
        height: 210px;
    }

    .left_hand.active {
        bottom: -2px;
        left: 105px;
    }

    .right_hand.active {
        bottom: -2px;
        right: 105px;
    }

    /* Loader */

    #technical_audit .loader-check {
        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width: 1350px) {
    /* Case Studies */

    #case_studies {
        padding: 14px 60px 0;
    }
}

@media screen and (max-width: 1200px) {
    /* SEO Audit Hero */

    #seo_audit_hero {
        padding: 30px 60px;
    }

    .seo_audit_hero_anim canvas {
        position: relative;
    }

    /* SEO symptoms */

    #symptoms {
        padding: 35px 60px;
    }

    .symptom_odd {
        grid-template-columns: minmax(0, 590px) 360px;
    }

    .symptom_even {
        grid-template-columns: 360px minmax(0, 590px);
    }

    #board {
        left: 31%;
    }

    /* Case Studies */

    #case_studies {
        padding: 14px 16px 0;
    }
}

@media screen and (max-width: 1024px) {
    /* SEO Audit Hero */

    #seo_audit_hero {
        padding: 30px 16px;
    }

    .seo_audit_hero_anim canvas {
        max-width: 360px;
    }

    .seo_audit_hero_title {
        font-size: 32px;
    }

    /* SEO symptoms */

    #symptoms {
        padding: 35px 16px;
    }

    #symptoms_title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .symptom_odd,
    .symptom_even {
        gap: 30px 40px;
    }

    .symptom_odd {
        grid-template-columns: minmax(0, 500px) 320px;
    }

    .symptom_even {
        grid-template-columns: 320px minmax(0, 500px);
    }

    .symptom_anim {
        max-height: 300px;
    }

    .symptom_title {
        font-size: 24px;
    }

    .symptom_anim canvas {
        max-width: 510px;
    }

    .symptom_content {
        row-gap: 20px;
    }

    #duplicate .symptom_title,
    #technical_audit .symptom_title,
    #cleaning .symptom_title,
    #source .symptom_title,
    #detailed_audit .symptom_title {
        margin-top: 80px;
    }

    #duplicate .symptom_content,
    #technical_audit .symptom_content,
    #cleaning .symptom_content,
    #source .symptom_content,
    #detailed_audit .symptom_content {
        margin-bottom: 80px;
    }

    #duplicate .symptom_anim canvas {
        max-height: 400px;
        top: unset;
        bottom: 0;
    }

    #board {
        width: 300px;
        left: 34%;
        top: 48%;
    }

    .board_body {
        row-gap: 15px;
    }

    .board_grid_item {
        height: 14px;
    }

    /* Case Studies */

    #case_studies {
        padding: 14px 0 0;
    }

    .case_studies_wrapper {
        column-gap: 0;
        justify-content: unset;
    }

    .case_studies_pagination {
        display: flex;
        bottom: 14px !important;
    }

    .case_studies_btn {
        margin-top: 12px;
    }
}

@media screen and (max-width: 768px) {
    /* SEO Audit Hero */

    #seo_audit_hero {
        padding: 18px 16px;
    }

    .seo_audit_hero_anim canvas {
        max-width: 275px;
    }

    .seo_audit_hero_content {
        margin-top: 60px;
    }

    .seo_audit_hero_btn {
        margin-bottom: 60px;
    }

    .seo_audit_hero_title {
        font-size: 28px;
    }

    /* SEO symptoms */

    #symptoms {
        margin-bottom: 40px;
        padding: 14px 16px;
    }

    #symptoms_title {
        font-size: 22px;
        margin-bottom: 36px;
    }

    .symptoms_subtitle {
        font-size: 15px;
    }

    #symptoms_wrapper {
        row-gap: 30px;
    }

    .symptom_odd,
    .symptom_even {
        grid-template-columns: 1fr;
        padding: 20px 11px 10px;
        gap: 20px;
    }

    #symptoms_wrapper .symptom_even .symptom_title,
    #symptoms_wrapper .symptom_odd .symptom_title {
        grid-column: 1;
        max-width: 100%;
        font-size: 20px;
        margin-top: 0;
        text-align: center;
    }

    #symptoms_wrapper .symptom_anim {
        grid-column: 1;
        grid-row: 2;
        margin: 0 auto;
        max-width: 600px;
    }

    .symptom_anim {
        height: 300px;
    }

    .symptom_anim canvas {
        max-width: 100%;
    }

    #symptoms_wrapper .symptom_even .symptom_content,
    #symptoms_wrapper .symptom_odd .symptom_content {
        grid-column: 1;
        grid-row: 3;
        max-width: 100%;
        gap: 0;
        text-align: center;
    }

    #symptoms_wrapper .symptom_even .symptom_content,
    #symptoms_wrapper .symptom_odd .symptom_content {
        margin: 0 auto;
    }

    #board {
        left: 30%;
    }

    /* Case Studies */

    .case_studies_title {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 650px) {
    .case_studies_btn {
        max-width: 360px;
        width: 100%;
    }

    .case_studies_link {
        max-width: 360px;
        width: 100%;
        text-align: center;
    }

    .left_hand {
        left: 2%;
    }

    .right_hand {
        right: 2%;
    }

    .left_hand.active {
        left: 5%;
    }

    .right_hand.active {
        right: 5%;
    }
}

@media screen and (max-width: 600px) {
    /* SEO Audit Hero */

    #seo_audit_hero_inner {
        grid-template-columns: 1fr;
    }

    .seo_audit_hero_content {
        max-width: 100%;
        margin-top: 0;
        text-align: center;
    }

    .seo_audit_hero_title {
        font-size: 26px;
    }

    .seo_audit_hero_anim {
        grid-row: 2;
        grid-column: 1;
        width: 100%;
        aspect-ratio: 600 / 430;
    }

    .seo_audit_hero_anim canvas {
        max-width: 100%;
    }

    .seo_audit_hero_btn {
        grid-row: 3;
        margin: 0 auto;
        max-width: 360px;
        width: 100%;
        text-align: center;
    }

    #board {
        width: 250px;
        top: 50%;
    }

    .board_top {
        height: 15px;
        border-width: 3px;
    }

    .board_circle {
        width: 7px;
        height: 7px;
    }

    .board_body_wrapper {
        padding: 10px 5px 7px 5px;
    }

    .board_body {
        width: 48%;
        row-gap: 17px;
    }

    .board_grid_item {
        height: 12px;
    }

    .technical_logo {
        max-height: 10px;
    }

    /* Case Studies */

    .case_studies_btn {
        max-width: 360px;
        width: 100%;
    }

    .case_studies_link {
        max-width: 360px;
        width: 100%;
        text-align: center;
    }

    #technical_audit .loader-check {
        width: 10px;
        height: 10px;
    }
}

@media screen and (max-width: 510px) {
    #board {
        left: 35%;
    }

    /* Case Studies */

    .hands {
        height: 120px;
    }

    .hand {
        width: 180px;
        height: 180px;
    }

    .left_hand {
        left: 0;
    }

    .right_hand {
        right: 0;
    }

    .left_hand.active {
        left: 2%;
    }

    .right_hand.active {
        right: 2%;
    }
}

@media screen and (max-width: 450px) {
    #board {
        width: 200px;
    }

    .board_grid {
        gap: 4px;
    }

    .board_grid_item {
        height: 10px;
    }

    .left_hand {
        left: -3%;
    }

    .right_hand {
        right: -3%;
    }

    .left_hand.active {
        left: 0;
    }

    .right_hand.active {
        right: 0;
    }

    /* Loader */

    #technical_audit .loader-check {
        width: 10px;
        height: 10px;
    }
}

@media screen and (max-width: 420px) {
    .board_body {
        row-gap: 14px;
    }
}

@media screen and (max-width: 400px) {
    #symptoms_wrapper .symptom_anim {
        max-height: 250px;
    }

    .viewport_top_rating {
        font-size: 8px;
    }

    .viewport_bottom_item {
        font-size: 7px;
    }

    .rating,
    .traffic {
        font-size: 7px;
    }
}


@media screen and (max-width: 390px) {
    #board {
        top: 49%;
    }

    .board_body {
        row-gap: 12px;
    }
}