.grid-box {
    grid-template-columns: 1fr 1fr;
}

.grid-box img {
    margin: auto;
}

.text-white {
    color: #ffffff;
}

.media-box.flex-box {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
}

.media-box.flex-box .flex-item {
    flex: 1;
}

.media-box.flex-box .flex-item img {
    width: 100%;
}

.header-title-box .title {
    font-size: 44px;
}

.header-about-description {
    font-size: 14px;
}

.scroll-content-box .scroll-content .scroll-content-item h2.content-title {
    font-size: 44px;
}

.scroll-content-box .scroll-content .scroll-content-item h2.content-title[data-bigletter]:before {
    display: none;
}


.content-base-text {
    color: #333333;
}

.side-post .side-post-image {
    width: 311px;
}

.side-post .side-post-image figure {
    background-size: 103%;
    background-color: #ffffff;
}

.side-post .side-post-content .post-title h3 {
    font-size: 28px;
}

.side-post .side-post-content .post-body {
    font-size: 15px;
    line-height: 23px;
}

.compare-box {
    margin-bottom: 10px;
}

.compare-box .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 2px;
    padding-top: 56.25%;
    background: white;
    cursor: pointer;
    right: 0;
}

.compare-box .slider::-moz-range-thumb {
    width: 2px;
    padding-top: 56.25%;
    background: white;
    cursor: pointer;
    right: 0;
}

.video-content-box {
    margin-bottom: 20px;
}

.pintilt-header-title {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 44px;
}

.pintilt-header-description {
    font-size: 14px;
}

.pintilt-header-box {
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #ababab;
    margin-bottom: 40px;
    align-items: center;
}

.pintilt-header-box .pintilt-header-text {
    flex: 1;
}

.pintilt-header-box .pintilt-header-img {
    flex-basis: 29%;
}

.pintilt-header-box .pintilt-header-img img {
    width: 100%;
    aspect-ratio: 4/3;
}

.video-box {
    margin-bottom: 10px;
}

.media-box {
    margin-bottom: 20px;
}

.side-post .side-post-content .post-title {
    margin-bottom: 20px;
}

.full-img img {
    width: 100%;
}

.side-post .side-post-content .post-content-wrapper {
    padding: 55px 50px;
}


.radar-chart {
    margin: auto;
}

.color-blue {
    color: blue;
}

.side-tab-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
}

.side-tab-container .side-tabs {
    flex-basis: 35%;
    width: 35%;
}



.side-tab-container .side-tabs .side-tab-item {
    padding: 24px 20px;
    /* letter-spacing: 0.15em; */
    font-size: 14px;
    border-radius: 0;
    color: #898989;
    font-weight: 500;
    background-color: #efefef;
    border: 0;
    margin-right: 0;
    font-weight: bold;

    text-align: center;
}

.side-tab-container .side-tabs .side-tab-item:nth-child(2n+1) {
    background-color: #f7f8f8;
}

.side-tab-container .side-tabs .side-tab-item:nth-child(2n) {
    background-color: #efefef;
}

.side-tab-container .side-tabs .side-tab-item.active {
    font-weight: bold;
}

.side-tab-container .side-tabs .side-tab-item:first-child.active {
    border: 2px solid #008eff;
    color: #008eff;
    font-weight: bold;
}



.side-tab-container .side-tabs .side-tab-item:nth-child(2).active {
    border: 1px solid #595757;
    color: #595757;
}

.side-tab-container .side-tabs .side-tab-item:nth-child(3).active {
    border: 1px solid #595757;
    color: #595757;

}

.side-tab-container .side-tabs .side-tab-item:nth-child(4).active {
    border: 1px solid #595757;
    color: #595757;

}

.side-tab-container .side-tabs .side-tab-item:nth-child(5).active {
    border: 1px solid #595757;
    color: #595757;

}


.side-tab-container .side-content {
    flex: 1;
    padding: 0 20px;
    padding-top: 44%;
    overflow: hidden;
    position: relative;
}

.side-tab-container .side-content .radar-chart {
    margin: auto;
    position: absolute;
    top: -4%;
    width: 95%;
}

.ratio {
    margin-bottom: 20px;
}

.top-youtube {
    margin-top: 20px;
}

@media only screen and (min-width: 991px) and (max-width: 1100px) {
    .side-post .side-post-image {
        width: 250px;
    }
}

@media screen and (max-width:990px) {
    .pintilt-header-description br {
        display: none;
    }


    .side-post .side-post-image {
        aspect-ratio: 15 / 8;
        padding-top: 0;
        min-height: auto;
        padding-top: 56.25%;

    }

    .side-post .side-post-image figure {
        background-color: #ffffff;
    }

    .side-post .side-post-content .post-title h3 {
        font-size: 19px;
    }

    .side-post .side-post-content .post-content-wrapper {
        padding: 30px 18px;
    }


    .pintilt-header-box .pintilt-header-img {
        flex-basis: 50%;
    }

    section {
        padding: 50px 0;
    }

    .media-box.flex-box .flex-item p {
        font-size: 14px;
    }
}

@media (max-width:762px) {


    .mobile-show {
        display: none;
    }

    .mobile-hidden {
        display: block;
    }

    .pintilt-header-description br {
        display: none;
    }

    .side-post .side-post-image figure {
        background-color: #ffffff;
        background-size: 90%;
    }

    .side-post .side-post-content .post-title h3 br {
        display: none;
    }

    .side-post .side-post-image .post-category>a {
        display: none;
    }

    .pin-title h1 {
        padding: 0px 45px;
        font-size: 25px;
    }

    .compare-box .slider {
        background-color: #ffffff00;
    }

    .mobile-4x3 {
        --bs-aspect-ratio: calc(3 / 4 * 100%);
    }

    .media-box.flex-box .flex-item p {
        font-size: 10px;
        line-height: 1.2;
    }

    .side-post .side-post-image {
        padding-top: 0;
    }

    .py-3 {
        padding: 15px 0;
    }
}

@media (max-width: 650px) {
    .side-post .side-post-image {
        padding-top: 0;
        width: 100%;
    }

    .side-post .side-post-image .img-cover {
        width: 100%;
    }

    .side-tab-container {
        flex-direction: column-reverse;
    }

}

@media screen and (max-width:568px) {
    .ratio-mobile-4x3 {
        --bs-aspect-ratio: calc(3 / 4* 100%);
    }

    .video-content-box video {
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }

    .pintilt-header-box .pintilt-header-img {
        display: none;
    }

    .side-post .side-post-image .img-cover {
        min-height: auto;
    }

    .side-tab-container .side-tabs {
        width: 100%;
        flex-basis: auto;

        display: block;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        overflow: -moz-scrollbars-vertical;
        font-size: 0px;
        letter-spacing: 0px;
        word-spacing: 0px;
    }

    .side-tab-container .side-tabs::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .side-tab-container .side-content {
        width: 100%;
        padding-top: 90%;
    }

    .side-tab-container .side-tabs .side-tab-item:first-child {
        border-radius: 0;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;

    }

    .side-tab-container .side-tabs .side-tab-item {
        white-space: nowrap;
        padding: 7px 10px;
        display: inline-block;
        text-align: center;
        min-width: 25%;
    }

    .side-tab-container .side-tabs .side-tab-item:last-child {
        border-radius: 0;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .side-tab-container .side-content .radar-chart {
        width: 100%;
        left: 0;
        top: 0;
    }

    .compare-box {
        padding-top: 75%;
    }

    .compare-box .slider::-webkit-slider-thumb {
        padding-top: 75%;

    }

    .slick-initialized .slick-slide {
        position: relative;
    }

    .client-carousel figure {
        padding: 0 5px;
    }


    .client-carousel .carousel-item.slick-active {
        z-index: 2222222;
    }

    .client-carousel .carousel-item.slick-active figure img {
        opacity: 1;
    }

    .pintilt-header-content {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .scroll-section {
        padding-top: 15px;
        padding-bottom: 0;
    }

    #video {
        padding-bottom: 20px;
    }

    .scroll-content-box .scroll-content .scroll-content-item {
        padding: 20px 15px;
    }

    .ratio .cover-img {
        object-fit: cover;
    }

    .media-box.flex-box {
        gap: 0;
    }

    .media-box.flex-box .flex-item {
        border-top: 1px solid #b5b5b6;
        border-bottom: 1px solid #b5b5b6;
        border-right: 1px solid #b5b5b6;
    }

    .media-box.flex-box .flex-item:last-child {
        border-right: 0;
    }

    .media-box.flex-box .flex-item p {
        margin: 3px 0;
        text-align: center;

    }
}

@media (max-width: 480px) {
    .mobile-show {
        display: block;
    }

    .mobile-hidden {
        display: none;
    }
}