
            .gradient-color {
                color: #34a853;
                background-color: #34a853;
                background-image: -webkit-linear-gradient(300deg, #34a853, #4285f4);
                -webkit-background-clip: text;
                -webkit-text-fill-color: #fff0;
                -moz-background-clip: text;
                -moz-text-fill-color: #fff0;
            }
            .slick-arrow {
                font-size: 0;
                width: 44px;
                height: 44px;
                border: 0;
                border-radius: 50%;
                background: #f5f5f6;
                background-size: 24px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .slick-arrow.slick-prev {
                transform: rotateZ(180deg);
            }
            .slick-arrow:after {
                content: "";
                display: block;
                height: 24px;
                width: 24px;
                background: url(https://10web.io/wp-content/themes/10web-theme/images/icons/arrows/arrow-grey.svg) no-repeat center;
                opacity: 0.5;
                background-size: 24px;
            }
            .slick-arrow.slick-disabled {
                pointer-events: none;
            }
            .slick-arrow.slick-disabled:after {
                opacity: 0.15;
            }
            .slider .slick-dots {
                padding: 20px;
                background: rgb(0 0 0 / 0.1);
                border-radius: 24px;
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 12px;
            }
            .slider .slick-dots li {
                height: 6px;
            }
            .slider .slick-dots li button {
                display: block;
                border: 0;
                background: rgb(0 0 0 / 0.5);
                overflow: hidden;
                text-indent: -200px;
                padding: 0;
                width: 6px;
                height: 6px;
                border-radius: 4px;
                position: relative;
            }
            .slider .slick-dots li.slick-active {
                height: 8px;
            }
            .slider .slick-dots li.slick-active button {
                width: 8px;
                height: 8px;
                background: #000;
            }
            .slider.black_background .slick-dots {
                background: rgb(255 255 255 / 0.1);
            }
            .slider.black_background .slick-dots li button {
                background: rgb(255 255 255 / 0.5);
            }
            .slider.black_background .slick-dots li.slick-active button {
                background: #fff;
            }
           
            .site_header {
                position: absolute;
                z-index: 999999;
                top: 0;
                width: 100%;
            }
            .site_header * {
                font-family: "Evergrow Sans", sans-serif;
            }
            .site_header .login_signin,
            .site_header .talk_to_sales_button {
                display: none;
            }
            .site_header .login_signin,
            .site_header .talk_to_sales_button {
                display: none;
            }
            .site_header .sub-menu,
            .site_header .menu-mobile-header {
                display: none;
            }
            .site_header #top-nav .menu-mobile-header {
                padding: 20px;
            }
            .site_header #top-nav .menu-mobile-header .back-icon {
                display: none;
                width: 24px;
                height: 28px;
                background-size: contain;
                cursor: pointer;
            }
            .site_header #top-nav .menu-mobile-header .menu_button {
                display: flex;
            }
            .site_header .header__container {
                position: relative;
                z-index: 999999;
            }
            .site_header .container {
                position: static;
                display: flex;
            }
            .site_header .container .logo {
                display: flex;
                justify-content: center;
            }
            .site_header .container .logo a {
                text-decoration: none;
                cursor: pointer;
            }
            .site_header .container .logo a,
            .site_header .container .logo div {
                margin: auto;
            }
            .site_header .container .logo .theme_10web_logo {
                background-repeat: no-repeat;
                background-size: contain;
                width: 101px;
                height: 28px;
            }
            .site_header .menu_button {
                position: absolute;
                display: none;
                top: 2px;
                right: 0;
                text-decoration: none;
                width: 24px;
                height: 24px;
                cursor: pointer;
            }
            .site_header .menu_button.close-icon {
                right: 20px;
            }
            .site_header .phone-menu-block li.plugins_nav_menu {
                display: none;
            }
            .site_header .phone-menu-block .menu {
                display: flex;
            }
            .site_header .phone-menu-block .menu > li > a {
                user-select: none;
                font-weight: 500;
                text-decoration: none;
                outline: none;
                display: inline-block;
            }
            .site_header .phone-menu-block .menu > li.talk-to-sales,
            .site_header .phone-menu-block .menu > li.mobile-link,
            .site_header .phone-menu-block .menu > li.login_link_mobile {
                display: none;
            }
            .site_header .phone-menu-block .login_and_button {
                display: flex;
            }
            .site_header .phone-menu-block .login_and_button .menu_item_link {
                font-weight: 500;
                text-decoration: none;
            }
            .site_header .phone-menu-block .login_and_button .talk_to_sales_button a {
                text-decoration: none;
            }
            .site_header.dark .menu a,
            .site_header.dark .link a {
                color: #fff;
            }
            .site_header.dark .theme_10web_logo {
                background-image: url(https://10web.io/wp-content/themes/10web-theme/images/logos/logo_white.svg);
            }
            .site_header.dark .tw_button {
                background: #fff;
                color: #000;
            }
            .site_header.dark .menu-icon {
                background: url(https://10web.io/wp-content/themes/10web-theme/images/icons/menu/menu-white.svg);
            }
            .site_header.dark .menu-mobile-header .close-icon {
                background: url(https://10web.io/wp-content/themes/10web-theme/images/icons/menu/close-white.svg);
            }
            .site_header.dark .back-icon {
                background: url(https://10web.io/wp-content/themes/10web-theme/images/icons/menu/back-white.svg) no-repeat center;
            }
            @media screen and (min-width: 1261px) {
                .site_header .container {
                    justify-content: flex-start;
                    gap: 18px;
                }
                .site_header .logo a {
                    text-decoration: none;
                    color: #fff;
                    cursor: pointer;
                }
                .site_header .logo .theme_10web_affiliates_logo {
                    width: 194px;
                    height: 28px;
                }
                .site_header .login_signin,
                .site_header .talk_to_sales_button {
                    display: block;
                }
                .site_header .phone-menu-block {
                    width: 100%;
                }
                .site_header .phone-menu-block #top-nav {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }
                .site_header .phone-menu-block #top-nav .login_and_button {
                    gap: 20px;
                    font-size: 14px;
                    line-height: 20px;
                    align-items: center;
                }
                .site_header .phone-menu-block #top-nav .login_and_button .tw_button {
                    width: 200px;
                    font-size: 14px;
                    padding: 14px;
                    line-height: 20px;
                    border: 0;
                }
                .site_header .phone-menu-block #top-nav .login_and_button a:hover {
                    opacity: 0.5;
                }
                .site_header .phone-menu-block #top-nav .talk_to_sales_button a {
                    display: inline-block;
                    padding: 13px 24px;
                    border-radius: 6px;
                    font-weight: 500;
                }
                .site_header .phone-menu-block #top-nav .talk_to_sales_button a:hover {
                    opacity: 1;
                }
                .site_header .phone-menu-block .menu > li > a {
                    font-size: 14px;
                    line-height: 20px;
                    padding: 24px 12px;
                }
                .site_header .phone-menu-block .menu > li > a:hover {
                    opacity: 50%;
                }
                .site_header .phone-menu-block .menu > li.sub_menu__opened > a {
                    opacity: 50%;
                }
                .site_header .phone-menu-block .menu > li.api {
                    position: relative;
                }
                .site_header .phone-menu-block .menu > li.api:after {
                    content: "New";
                    position: absolute;
                    border-radius: 4px;
                    background: #3339f1;
                    color: #fff;
                    font-size: 10px;
                    font-weight: 400;
                    line-height: 16px;
                    padding: 2px 6px;
                    top: 24px;
                    right: -30px;
                    pointer-events: none;
                }
                .site_header .phone-menu-block .menu .sub-menu-container .container {
                    padding-top: 20px;
                    padding-bottom: 0;
                }
                .site_header.dark .talk_to_sales_button a {
                    border: 1px solid rgb(255 255 255 / 0.1);
                    background: rgb(255 255 255 / 0.1);
                }
                .site_header.dark .talk_to_sales_button a:hover {
                    color: rgb(255 255 255 / 0.5);
                }
                .site_header.light .talk_to_sales_button a {
                    border: 1px solid #eaeaea;
                    background: #f5f5f6;
                }
                .site_header.light .talk_to_sales_button a:hover {
                    background: rgb(245 245 246 / 0.5);
                    color: rgb(0 0 0 / 0.5);
                }
                .site_header.minified {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
            }
            @media screen and (max-width: 1260px) and (min-width: 768px) {
                .site_header .header__container {
                    padding: 20px 0;
                }
                .site_header .header__container .container {
                    position: relative;
                }
                .site_header .menu-icon {
                    display: flex;
                }
                .site_header .phone-menu-block {
                    position: fixed;
                    height: 100vh;
                    width: 360px;
                    top: 0;
                    left: 0;
                    transform: translateX(-100%);
                    transition: transform 0.2s cubic-bezier(0.4, 0, 0.6, 1);
                }
                .site_header .phone-menu-block .menu-mobile-header {
                    display: flex;
                }
                .site_header .phone-menu-block .menu-mobile-header .menu_button {
                    top: 22px;
                }
                .site_header .phone-menu-block .menu-mobile-header + div {
                    height: calc(100vh - 194px) !important;
                    overflow-y: auto;
                }
                .site_header .phone-menu-block .menu {
                    flex-direction: column;
                    padding-top: 30px;
                }
                .site_header .phone-menu-block .menu > li > a {
                    font-size: 24px;
                    line-height: 30px;
                    padding: 10px 40px;
                    position: relative;
                    width: 100%;
                    box-sizing: border-box;
                }
                .site_header .phone-menu-block .menu > li.menu-item-has-children > a:after {
                    content: "";
                    width: 30px;
                    height: 30px;
                    position: absolute;
                    right: 20px;
                    top: 10px;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: contain;
                }
                .site_header .phone-menu-block .menu > li.mobile-link,
                .site_header .phone-menu-block .menu > li.login_link_mobile {
                    display: block;
                }
                .site_header .phone-menu-block .menu .sub-menu-container .container {
                    padding-top: 20px;
                    padding-bottom: 0;
                }
                .site_header .phone-menu-block .login_and_button {
                    position: absolute;
                    bottom: 30px;
                    left: 0;
                    width: 100%;
                    justify-content: center;
                }
                .site_header .phone-menu-block .login_and_button .tw_button {
                    width: 280px;
                    box-sizing: border-box;
                }
                .site_header .phone-menu-block.active {
                    transform: translateX(0);
                }
                .site_header .sub-menu__container {
                    overflow-y: auto;
                }
                .site_header.dark .phone-menu-block {
                    background: #000;
                }
                .site_header.dark .phone-menu-block .menu-item-has-children a:after {
                    background-image: url(https://10web.io/wp-content/themes/10web-theme/images/icons/menu/arrow-white.svg);
                }
                .site_header.light .phone-menu-block,
                .site_header.fixed.light-fixed .phone-menu-block {
                    background: #fff;
                }
                .site_header.light .phone-menu-block .menu-item-has-children a:after,
                .site_header.fixed.light-fixed .phone-menu-block .menu-item-has-children a:after {
                    background-image: url(https://10web.io/wp-content/themes/10web-theme/images/icons/menu/arrow-black.svg);
                }
                .site_header.opened .phone-menu-block {
                    transform: translateX(0);
                }
                .site_header.opened .header__overlay {
                    top: 0;
                }
                .site_header.opened .header__container,
                .site_header.opened .menu-icon {
                    background: none !important;
                    backdrop-filter: none !important;
                }
                .site_header.submenu-active .phone-menu-block .menu > li > a {
                    display: none;
                }
            }
            @media screen and (max-width: 767px) {
                .site_header .header__container {
                    padding: 20px 0;
                }
                .site_header .header__container .container {
                    position: relative;
                }
                .site_header .menu-icon {
                    display: flex;
                    right: 0;
                }
                .site_header .phone-menu-block {
                    position: fixed;
                    height: 100vh;
                    width: 100%;
                    top: 0;
                    left: 0;
                    transform: translateX(-100%);
                    transition: transform 0.2s cubic-bezier(0.4, 0, 0.6, 1);
                }
                .site_header .phone-menu-block .menu-mobile-header {
                    display: flex;
                }
                .site_header .phone-menu-block .menu-mobile-header .menu_button {
                    top: 22px;
                }
                .site_header .phone-menu-block .menu-mobile-header + div {
                    height: calc(100vh - 194px) !important;
                    overflow-y: auto;
                }
                .site_header .phone-menu-block .menu {
                    flex-direction: column;
                    padding-top: 30px;
                }
                .site_header .phone-menu-block .menu > li > a {
                    font-size: 24px;
                    line-height: 30px;
                    padding: 10px 40px;
                    position: relative;
                    width: 100%;
                    box-sizing: border-box;
                }
                .site_header .phone-menu-block .menu > li.menu-item-has-children > a:after {
                    content: "";
                    width: 30px;
                    height: 30px;
                    position: absolute;
                    right: 20px;
                    top: 10px;
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: contain;
                }
                .site_header .phone-menu-block .menu > li.mobile-link,
                .site_header .phone-menu-block .menu > li.login_link_mobile {
                    display: block;
                }
                .site_header .phone-menu-block .menu .sub-menu-container .container {
                    padding-top: 20px;
                    padding-bottom: 0;
                }
                .site_header .phone-menu-block .login_and_button {
                    position: absolute;
                    bottom: 68px;
                    left: 0;
                    width: 100%;
                    justify-content: center;
                }
                .site_header .phone-menu-block .login_and_button .tw_button {
                    width: 280px;
                    box-sizing: border-box;
                }
                .site_header .phone-menu-block.active {
                    transform: translateX(0);
                }
                .site_header .sub-menu__container {
                    overflow-y: auto;
                }
                .site_header.dark .phone-menu-block {
                    background: #000;
                }
                .site_header.dark .phone-menu-block .menu-item-has-children a:after {
                    background-image: url(https://10web.io/wp-content/themes/10web-theme/images/icons/menu/arrow-white.svg);
                }
                .site_header.light .phone-menu-block,
                .site_header.fixed.light-fixed .phone-menu-block {
                    background: #fff;
                }
                .site_header.light .phone-menu-block .menu-item-has-children a:after,
                .site_header.fixed.light-fixed .phone-menu-block .menu-item-has-children a:after {
                    background-image: url(https://10web.io/wp-content/themes/10web-theme/images/icons/menu/arrow-black.svg);
                }
                .site_header.opened .phone-menu-block {
                    transform: translateX(0);
                }
                .site_header.opened .header__overlay {
                    top: 0;
                }
                .site_header.opened .header__container,
                .site_header.opened .menu-icon {
                    background: none !important;
                    backdrop-filter: none !important;
                }
                .site_header.submenu-active .phone-menu-block .menu > li > a {
                    display: none;
                }
            }
            #colophon {
                background: #000;
                padding: 40px 0;
            }
            #colophon * {
                color: #fff;
                font-family: "Evergrow Sans", sans-serif;
            }
            #colophon .footer_top .container {
                border-bottom: 1px solid rgb(255 255 255 / 0.3);
                padding-bottom: 40px;
                margin-bottom: 40px;
                display: flex;
            }
            #colophon .footer_top .footer-column {
                display: flex;
                flex-direction: column;
            }
            #colophon .footer-menu_title {
                font-size: 12px;
                font-weight: 500;
                line-height: 18px;
                text-transform: uppercase;
                flex-basis: 25%;
                letter-spacing: 2.4px;
            }
            #colophon .footer-menu_title img {
                display: none;
            }
            #colophon .footer-menu__items {
                display: flex;
                flex-direction: column;
                gap: 8px;
            }
            #colophon .footer-menu__items li {
                font-size: 12px;
                font-weight: 400;
                line-height: 20px;
            }
            #colophon .footer-menu__items li a {
                text-decoration: none;
            }
            #colophon .footer_bottom .container {
                display: flex;
                justify-content: space-between;
            }
            #colophon .footer_bottom .content-left {
                font-size: 12px;
                font-weight: 400;
                line-height: 20px;
                display: flex;
                flex-direction: column;
                gap: 8px;
            }
            #colophon .footer_bottom .content-right {
                display: flex;
                align-items: center;
            }
            #colophon .social_icons {
                position: relative;
                display: flex;
                gap: 8px;
            }
            #colophon .social_icons img {
                width: 26px;
                height: 26px;
                border-radius: 50%;
            }
            #colophon .social_icons li {
                width: 26px;
                height: 26px;
                display: inline-block;
            }
            #colophon .social_icons li a {
                display: inline-block;
                width: 100%;
                height: 100%;
            }
            @media screen and (min-width: 1261px) {
                #colophon .footer_top .container {
                    gap: 50px;
                }
                #colophon .footer_top .footer-column {
                    gap: 40px;
                    flex-basis: 25%;
                }
                #colophon .footer_top .footer-column .footer-menu_title {
                    margin-bottom: 20px;
                }
                #colophon .footer_top .footer-column .footer-menu_title span {
                    color: rgb(255 255 255 / 0.5);
                }
                #colophon .footer_top .footer-menu__items a {
                    transition: opacity 0.2s;
                }
                #colophon .footer_top .footer-menu__items a:hover {
                    opacity: 0.5;
                }
                #colophon .footer_top .footer-menu__items.minified-items a:hover {
                    text-decoration: none;
                }
                #colophon .footer-column {
                    display: flex;
                    flex-direction: column;
                    gap: 40px;
                }
                #colophon .footer_bottom .container {
                    align-items: center;
                }
                #colophon .footer_bottom .content-right {
                    gap: 40px;
                }
            }
            @media screen and (max-width: 1260px) {
                #colophon .footer_top .container {
                    flex-direction: column;
                    gap: 26px;
                }
                #colophon .footer_top .footer-menu_title {
                    cursor: pointer;
                    position: relative;
                }
                #colophon .footer_top .footer-menu_title img {
                    position: absolute;
                    width: 18px;
                    height: 18px;
                    right: 0;
                    top: 0;
                    -webkit-transition: all 0.2s;
                    -moz-transition: all 0.2s;
                    transition: all 0.2s;
                    display: inline-block;
                }
                #colophon .footer_top .footer-menu_title.active {
                    opacity: 0.5;
                }
                #colophon .footer_top .footer-menu_title.active img {
                    -webkit-transform: rotateZ(-180deg);
                    -moz-transform: rotateZ(-180deg);
                    -ms-transform: rotateZ(-180deg);
                    -o-transform: rotateZ(-180deg);
                    transform: rotateZ(-180deg);
                }
                #colophon .footer_top .footer-menu__items {
                    margin-top: 20px;
                }
                #colophon .footer_top .footer-menu__items:not(.minified-items) {
                    display: none;
                }
                #colophon .footer_top .footer-menu__items li {
                    margin-bottom: 8px;
                }
                #colophon .footer_top .footer-menu__items li:last-child {
                    margin-bottom: 0;
                }
                #colophon .footer-column {
                    gap: 26px;
                }
                #colophon .footer_bottom .container {
                    align-items: center;
                }
                #colophon .footer_bottom .content-right {
                    gap: 10px;
                }
            }
            @media screen and (max-width: 767px) {
                #colophon .container {
                    max-width: calc(100% - 80px);
                }
                #colophon .footer-menu__items.minified-items li:nth-child(2):after {
                    content: none;
                }
                #colophon .footer_bottom .container {
                    align-items: flex-start;
                    flex-direction: column;
                    gap: 20px;
                }
                #colophon .footer_bottom .content-right {
                    justify-content: space-between;
                    width: 100%;
                }
            }
            .tw_button {
                display: inline-block;
                width: 220px;
                font-size: 14px;
                line-height: 20px;
                font-weight: 500;
                padding: 13px 0;
                border-radius: 6px;
                text-decoration: none;
                text-transform: none;
                text-align: center;
                box-sizing: border-box;
                color: #000;
            }
            .tw_button.blue_bg {
                background-color: #3339f1;
                color: #fff;
                border: 1px solid #3339f1;
            }
            .tw_button.white_bg {
                background-color: #fff;
                color: #000;
                cursor: pointer;
            }
            .tw_button.black_bg {
                background: #000;
                border: 1px solid #000;
                color: #fff;
            }
            .tw_button.black_outline {
                border: 1px solid #000;
            }
            @media screen and (min-width: 1261px) {
                .button_container {
                    margin-top: 48px;
                }
                .button_container .cancel_anytime {
                    font-size: 12px;
                    line-height: 18px;
                    margin-top: 12px;
                }
                .button_container.bottom {
                    margin-top: 64px;
                }
                .tw_button.loading .new-loader {
                    width: 20px;
                    height: 20px;
                }
                .tw_button.with-stars {
                    padding: 16px 0;
                    font-size: 16px;
                    line-height: 26px;
                    width: 260px;
                }
                .tw_button.with-stars:before {
                    width: 24px;
                    height: 24px;
                }
                .buttons-container {
                    margin-top: 48px;
                }
            }
            @media screen and (max-width: 1260px) and (min-width: 768px) {
                .button_container {
                    margin-top: 48px;
                }
                .button_container .cancel_anytime {
                    font-size: 12px;
                    line-height: 18px;
                    margin-top: 12px;
                }
                .button_container.bottom {
                    margin-top: 64px;
                }
                .tw_button.loading .new-loader {
                    width: 20px;
                    height: 20px;
                }
                .tw_button.with-stars {
                    padding: 16px 0;
                    font-size: 16px;
                    line-height: 26px;
                    width: 260px;
                }
                .tw_button.with-stars:before {
                    width: 24px;
                    height: 24px;
                }
                .buttons-container {
                    margin-top: 48px;
                }
            }
            @media screen and (max-width: 767px) {
                .button_container {
                    margin-top: 32px;
                }
                .button_container .cancel_anytime {
                    font-size: 10px;
                    line-height: 16px;
                    margin-top: 8px;
                }
                .tw_button.loading .new-loader {
                    width: 17px;
                    height: 17px;
                }
                .tw_button.with-stars {
                    padding: 13px 0;
                    font-size: 14px;
                    line-height: 20px;
                    width: 233px;
                }
                .tw_button.with-stars:before {
                    width: 20px;
                    height: 20px;
                }
                .buttons-container {
                    margin-top: 32px;
                }
            }
            .js .show-after-visible {
                transition-property: all;
                -webkit-transition-property: all;
                transition-duration: 0.5s;
                -webkit-transition-duration: 0.5s;
                transition-timing-function: cubic-bezier(0.12, 0.23, 0.5, 1);
                -webkit-transition-timing-function: cubic-bezier(0.12, 0.23, 0.5, 1);
                opacity: 0;
            }
            .js .show-after-visible.td0 {
                transition-delay: 0.09s;
                -webkit-transition-delay: 0.09s;
            }
            .js .show-after-visible.td1 {
                transition-delay: 0.1s;
                -webkit-transition-delay: 0.1s;
            }
            .js .show-after-visible.td2 {
                transition-delay: 0.2s;
                -webkit-transition-delay: 0.2s;
            }
            .js .show-after-visible.td3 {
                transition-delay: 0.3s;
                -webkit-transition-delay: 0.3s;
            }
            .js .show-after-visible.from-bottom {
                transform: translate(0, 30px);
                -webkit-transform: translate(0, 30px);
            }
            .top-bar-container {
                left: 0;
                width: 100%;
                z-index: 1000000;
                box-sizing: border-box;
                background: #3339f1;
                display: none;
            }
            @media screen and (min-width: 1261px) {
                body.with-topbar:not(.opened) {
                    margin-top: 55px;
                }
                body.with-topbar:not(.opened) .site_header {
                    top: 56px;
                }
                body.with-topbar:not(.opened).page-template-page-domains .top-bar-container,
                body.with-topbar:not(.opened).page-template-page-business-generator .top-bar-container,
                body.with-topbar:not(.opened).single-theme_10web_name_gen .top-bar-container {
                    position: fixed;
                }
                body.with-topbar:not(.opened).page-template-page-links .site_header {
                    background: #fff;
                }
                body.with-topbar:not(.opened) .fixed-menu {
                    top: 124px;
                }
                body.with-topbar:not(.scrolled):not(.opened) #page-header,
                body.with-topbar:not(.scrolled):not(.opened) .glossary-main-menu {
                    top: 56px;
                }
                body.with-topbar .ai_tools_header {
                    top: 56px;
                }
                body.with-topbar .cat_menu {
                    top: 137px;
                }
                body.with-topbar.page-template-page-ai-tools .top-bar-container,
                body.with-topbar.tax-ai_tool_categories .top-bar-container,
                body.with-topbar.ai-tools-template-default .top-bar-container {
                    position: fixed;
                }
                .fixed .top-bar-container {
                    position: fixed;
                }
                .top-bar-container {
                    position: absolute;
                    top: 0;
                    left: 0;
                }
                .top-bar-container .waving-hand {
                    width: 20px;
                    height: 20px;
                }
                .top-bar-container a.link:hover + div .dotted {
                    text-decoration-line: none;
                }
                .top-bar-container .container {
                    padding: 15px 0;
                }
                .top-bar-container .top-bar__content {
                    display: flex;
                    gap: 5px;
                    font-size: 18px;
                    line-height: 26px;
                }
                .top-bar-container .top-bar__content .dotted:hover {
                    text-decoration-line: none;
                }
            }
            @media screen and (max-width: 1260px) and (min-width: 768px) {
                body.with-topbar:not(.opened) {
                    margin-top: 56px;
                }
                body.with-topbar:not(.opened) .site_header {
                    top: 56px;
                }
                body.with-topbar:not(.opened).page-template-page-domains .top-bar-container,
                body.with-topbar:not(.opened).page-template-page-business-generator .top-bar-container,
                body.with-topbar:not(.opened).single-theme_10web_name_gen .top-bar-container {
                    position: fixed;
                }
                body.with-topbar:not(.opened) .fixed-menu {
                    top: 124px;
                }
                body.with-topbar:not(.scrolled):not(.scroll_disclaimer):not(.opened) #page-header,
                body.with-topbar:not(.scrolled):not(.scroll_disclaimer):not(.opened) .glossary-main-menu {
                    top: 56px;
                }
                body.with-topbar .ai_tools_header {
                    top: 56px;
                }
                body.with-topbar .cat_menu {
                    top: 37px;
                }
                body.with-topbar.page-template-page-ai-tools .top-bar-container,
                body.with-topbar.tax-ai_tool_categories .top-bar-container,
                body.with-topbar.ai-tools-template-default .top-bar-container {
                    position: fixed;
                }
                body.with-topbar.opened .top-bar-container {
                    display: none !important;
                }
                .fixed .top-bar-container {
                    position: fixed;
                }
                .top-bar-container {
                    position: absolute;
                    top: 0;
                    left: 0;
                }
                .top-bar-container .container {
                    padding: 15px 0;
                }
                .top-bar-container .top-bar__content {
                    display: flex;
                    gap: 5px;
                    font-size: 18px;
                    line-height: 26px;
                }
                .top-bar-container .top-bar__content .waving-hand {
                    width: 20px;
                    height: 20px;
                }
            }
            @media screen and (max-width: 767px) {
                body.with-topbar:not(.opened) {
                    margin-top: 70px;
                }
                body.with-topbar:not(.opened) .site_header {
                    top: 70px;
                }
                body.with-topbar:not(.opened).page-template-page-domains .top-bar-container,
                body.with-topbar:not(.opened).page-template-page-business-generator .top-bar-container,
                body.with-topbar:not(.opened).single-theme_10web_name_gen .top-bar-container {
                    position: fixed;
                }
                body.with-topbar:not(.opened) .fixed-menu {
                    top: 124px;
                }
                body.with-topbar:not(.scrolled):not(.scroll_disclaimer):not(.opened) #page-header,
                body.with-topbar:not(.scrolled):not(.scroll_disclaimer):not(.opened) .glossary-main-menu {
                    top: 70px;
                }
                body.with-topbar .ai_tools_header {
                    top: 70px;
                }
                body.with-topbar .cat_menu {
                    top: 37px;
                }
                body.with-topbar.page-template-page-ai-tools .top-bar-container,
                body.with-topbar.tax-ai_tool_categories .top-bar-container,
                body.with-topbar.ai-tools-template-default .top-bar-container {
                    position: fixed;
                }
                body.with-topbar.opened .top-bar-container {
                    display: none !important;
                }
                .top-bar-container {
                    position: fixed;
                    top: 0;
                }
                .top-bar-container .container {
                    padding: 12px 0;
                    display: flex;
                    flex-direction: row;
                    width: 348px;
                    max-width: calc(100% - 32px);
                    align-items: center;
                }
                .top-bar-container .top-bar__content {
                    font-size: 14px;
                    line-height: 23px;
                    display: block;
                    text-align: center;
                }
                .top-bar-container .top-bar__content .waving-hand {
                    width: 18px;
                    height: 18px;
                }
            }
            .sub-menu__container {
                z-index: 999999;
                top: 68px;
                left: 0;
            }
            .sub-menu__container .container {
                display: flex;
            }
            .sub-menu__container .container .sub-menu__title {
                opacity: 0.5;
                text-transform: uppercase;
                font-weight: 500;
                letter-spacing: 2.4px;
            }
            .sub-menu__container .container .column {
                display: flex;
                flex-direction: column;
            }
            .sub-menu__container .container .column ul {
                display: flex;
                flex-direction: column;
            }
            .sub-menu__container .container .left ul {
                gap: 20px;
            }
            .sub-menu__container .container li {
                font-size: 16px;
                font-weight: 500;
                line-height: 22px;
                display: flex;
                flex-direction: column;
                gap: 2px;
            }
            .sub-menu__container .container li span {
                font-size: 12px;
                font-weight: 300;
                line-height: 20px;
            }
            .sub-menu__container .container li a {
                text-decoration: none;
            }
            .sub-menu__container[data-id="product-item"] .left li {
                font-size: 24px;
                font-weight: 500;
                line-height: 30px;
            }
            .header__overlay {
                -webkit-backdrop-filter: blur(25px);
                backdrop-filter: blur(25px);
                visibility: hidden;
                position: fixed;
                opacity: 0;
                top: 68px;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100vh;
                z-index: 9998;
                transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1), visibility 0.32s;
            }
            .dark .sub-menu__container {
                background: #000;
            }
            .dark .sub-menu__container * {
                color: #fff;
            }
            .dark .header__overlay {
                background: rgb(0 0 0 / 0.5);
            }
            @media screen and (min-width: 1259px) {
                .sub-menu__container {
                    position: absolute;
                    overflow: hidden;
                    visibility: hidden;
                    width: 100%;
                    height: 0;
                    transition: height 0.2s cubic-bezier(0.4, 0, 0.6, 1), visibility 0.2s step-start, background 0.2s cubic-bezier(0.4, 0, 0.6, 1);
                }
                .sub-menu__container .container {
                    display: flex;
                    padding-top: 50px;
                }
                .sub-menu__container .container .sub-menu__title {
                    font-size: 12px;
                    line-height: 18px;
                }
                .sub-menu__container .container .column {
                    gap: 30px;
                }
                .sub-menu__container .container .column li:hover {
                    opacity: 0.5;
                }
                .sub-menu__container .container .left {
                    width: 320px;
                }
                .sub-menu__container .container .right {
                    width: 390px;
                }
                .sub-menu__container .container .right ul {
                    gap: 26px;
                }
                .sub-menu__container[data-id="tools-item"] .right ul {
                    gap: 20px;
                }
            }
            @media screen and (max-width: 1260px) {
                .sub-menu__container {
                    padding: 40px;
                    box-sizing: border-box;
                    position: fixed;
                    width: 360px;
                    height: calc(100vh - 194px) !important;
                    transform: translateX(-100%);
                    transition: transform 0.2s cubic-bezier(0.4, 0, 0.6, 1);
                }
                .sub-menu__container .container {
                    display: flex;
                    flex-direction: column;
                    gap: 50px;
                }
                .sub-menu__container .container .column {
                    gap: 20px;
                }
                .sub-menu__container .container .column ul {
                    gap: 20px;
                }
                .sub-menu__container .container .column ul li span {
                    display: none;
                }
                .menu-item-has-children.opened .sub-menu__container {
                    transform: translateX(0);
                }
            }
            @media screen and (max-width: 767px) {
                .sub-menu__container {
                    width: 100%;
                }
                .sub-menu__container .container {
                    max-width: 100%;
                }
            }
            #primary .horizontal-blocks.black_background {
                margin: 0;
            }
            #primary .horizontal-blocks.horizontal-blocks-3 {
                border-top: 1px solid rgb(255 255 255 / 0.3);
            }
            #primary .horizontal-blocks.horizontal-blocks-2 {
                border-top: 1px solid rgb(255 255 255 / 0.3);
            }
            #primary .horizontal-blocks.grey_background {
                margin-bottom: 0;
            }
            #primary .horizontal-blocks.grey_background .horizontal-blocks__item-desc {
                opacity: 0.8;
            }
            #primary .horizontal-blocks__item-title-container {
                display: flex;
                flex-direction: column;
            }
            #primary .video_container {
                margin-top: 0;
            }
            #primary .buttons-container .button_container {
                margin-top: 0;
            }
            @media screen and (min-width: 1261px) {
                #primary .hero {
                    margin-bottom: 152px;
                }
                #primary .horizontal-blocks.grey_background .horizontal-blocks__item-desc {
                    font-size: 18px;
                    line-height: 28px;
                }
                #primary .horizontal-blocks.grey_background .horizontal-blocks__item-image img {
                    height: 434px;
                }
                #primary .horizontal-blocks__item-title-container {
                    gap: 12px;
                }
            }
            @media screen and (max-width: 1260px) and (min-width: 768px) {
                #primary .hero {
                    margin-bottom: 96px;
                }
                #primary .horizontal-blocks__item-title-container {
                    gap: 12px;
                }
                #primary .horizontal-blocks.one-column .horizontal-blocks__item-info {
                    height: 414px;
                    justify-content: flex-start;
                }
                #primary .horizontal-blocks.grey_background .horizontal-blocks__item-desc {
                    font-size: 18px;
                    line-height: 28px;
                }
            }
            @media screen and (max-width: 767px) {
                #primary .hero {
                    margin-bottom: 72px;
                }
                #primary .posts .section-title {
                    font-size: 26px;
                    line-height: 34px;
                }
                #primary .posts .section-description {
                    font-size: 16px;
                    line-height: 24px;
                }
                #primary .horizontal-blocks.small_sizes .horizontal-blocks__item-desc {
                    font-size: 14px;
                    line-height: 20px;
                }
                #primary .horizontal-blocks.one-column .horizontal-blocks__item {
                    width: 323px;
                }
                #primary .horizontal-blocks.one-column .horizontal-blocks__item-title {
                    font-size: 26px;
                    line-height: 34px;
                }
                #primary .horizontal-blocks.one-column .horizontal-blocks__item-desc {
                    margin-top: 0;
                }
                #primary .horizontal-blocks.one-column .horizontal-blocks__item-info {
                    height: 392px;
                    justify-content: flex-start;
                }
                #primary .horizontal-blocks.one-column .horizontal-blocks__item-title-container {
                    gap: 8px;
                }
            }
            @media screen and (min-width: 1261px) {
                #primary .section1 {
                    padding-bottom: 0;
                }
                #primary .section1:after {
                    top: 164px;
                    height: calc(100% - 297px);
                }
                #primary .section1 .tw_button {
                    width: 300px;
                    font-size: 18px;
                    line-height: 28px;
                    padding: 17px 0;
                }
                #primary .section1 + .websites_created_container {
                    padding: 80px 0;
                }
                #primary .section1 + .websites_created_container .trustpilot_title {
                    font-size: 32px;
                    line-height: 44px;
                    margin-bottom: 20px;
                }
                #primary .cards.full-width {
                    margin-bottom: 152px;
                }
                #primary .cards.full-width .card .info-container {
                    padding: 42px 0;
                    width: 364px;
                }
                #primary .cards.full-width .card .card__desc {
                    font-size: 16px;
                    line-height: 24px;
                }
                #primary .cards.full-width .card .card__info {
                    gap: 12px;
                }
                #primary .cards.full-width .card .card__title {
                    font-size: 24px;
                    line-height: 36px;
                }
                #primary .cards.full-width .card .card__link-label {
                    padding: 0;
                    width: 40px;
                    height: 40px;
                }
                #primary .cards.full-width .card .card__link-label .link-icon {
                    width: 40px;
                    height: 40px;
                }
            }
            @media screen and (max-width: 1260px) and (min-width: 768px) {
                #primary .section1 .section1_right {
                    /*margin-left: calc(-1 * (100vw - 728px) / 2);*/
                    width: 100vw;
                }
                #primary .section1 .tw_button {
                    width: 300px;
                    font-size: 18px;
                    line-height: 28px;
                    padding: 17px 0;
                }
                #primary .section1 + .websites_created_container {
                    padding: 80px 0;
                }
                #primary .section1 + .websites_created_container .trustpilot_title {
                    font-size: 32px;
                    line-height: 44px;
                    margin-bottom: 20px;
                }
                #primary .cards.full-width {
                    margin-bottom: 96px;
                }
                #primary .cards.full-width .card .info-container {
                    padding: 40px 0;
                    width: 688px;
                }
                #primary .cards.full-width .card .card__desc {
                    font-size: 16px;
                    line-height: 24px;
                }
                #primary .cards.full-width .card .card__info {
                    gap: 12px;
                }
                #primary .cards.full-width .card .card__title {
                    font-size: 24px;
                    line-height: 36px;
                }
                #primary .cards.full-width .card .card__link-label {
                    padding: 0;
                    width: 40px;
                    height: 40px;
                }
                #primary .cards.full-width .card .card__link-label .link-icon {
                    width: 40px;
                    height: 40px;
                }
            }
            @media screen and (max-width: 767px) {
                #primary .section1 .container {
                    flex-direction: column;
                }
                #primary .section1 + .websites_created_container {
                    padding: 40px 0;
                }
                #primary .cards.full-width {
                    margin-bottom: 72px;
                }
                #primary .cards.full-width .card .info-container {
                    padding: 32px 0;
                    width: 311px;
                }
                #primary .cards.full-width .card .card__desc {
                    font-size: 12px;
                    line-height: 18px;
                }
                #primary .cards.full-width .card .card__info {
                    gap: 8px;
                }
                #primary .cards.full-width .card .card__title {
                    font-size: 18px;
                    line-height: 26px;
                }
                #primary .cards.full-width .card .card__link-label {
                    padding: 0;
                    width: 32px;
                    height: 32px;
                }
                #primary .cards.full-width .card .card__link-label .link-icon {
                    width: 32px;
                    height: 32px;
                }
            }
            .section1 {
                position: relative;
                overflow: hidden;
            }
            .section1 .container {
                display: flex;
            }
            .section1 .section1_left {
                position: relative;
                z-index: 1;
                    padding-right: 20px;
            }
            .section1 .section1_left .sub_title {
                opacity: 0.5;
                font-weight: 500;
            }
            .section1 .section1_left .button_container {
                display: inline-block;
                text-align: center;
                width: 100%;
            }
            .section1.black_bg {
                background: #fff;
            }
            .section1.black_bg > * {
                color: #fff;
            }
            .section1.with-sites-animations {
                position: relative;
            }
            @media screen and (min-width: 1261px) {
                .section1 {
                    padding: 164px 0 88px;
                }
                .section1 .video-thumbnail {
                    width: 720px;
                    height: 480px;
                }
                .section1 .video-thumbnail img {
                    border-radius: 24px;
                }
                .section1 .video-thumbnail .video_button img {
                    width: 70px !important;
                    height: 70px !important;
                }
                .section1 .container {
                    position: relative;
                }
                .section1 .sub_title {
                    font-size: 24px;
                    line-height: 36px;
                    margin-bottom: 8px;
                }
                .section1 .section1_left {
                    width: 650px;
                }
                .section1:not(.with-sites-animations, .industry-top-section) .section1_right {
                    position: absolute;
                    right: -276px;
                    top: 0;
                    width: 816px;
                    height: 480px;
                }
                .section1:not(.with-sites-animations, .industry-top-section) .section1_right video,
                .section1:not(.with-sites-animations, .industry-top-section) .section1_right img {
                    width: 816px;
                    height: 544px;
                }
                .section1.industry-top-section .section1_right {
                    position: absolute;
                    right: -276px;
                    top: 0;
                    width: 816px;
                    height: 480px;
                }
                .section1.industry-top-section .section1_right img {
                    width: 720px;
                    height: 480px;
                }
                .section1.with-sites-animations .section1_right {
                    height: 580px;
                    width: calc(622px + (100vw - 1272px) / 2);
                    margin-right: calc(-1 * (100vw - 1272px) / 2);
                }
                .section1 .bottom-intro-wrap {
                    margin-top: 96px;
                    padding-top: 80px;
                }
                .section1 .bottom-intro-wrap .container p {
                    font-size: 32px;
                    line-height: 137.5%;
                }
            }
            @media screen and (max-width: 1260px) and (min-width: 768px) {
                .section1 {
                    padding: 148px 0 0;
                    text-align: center;
                }
                .section1 .video-thumbnail {
                    width: 720px;
                    height: 480px;
                }
                .section1 .video-thumbnail img {
                    border-radius: 16px 16px 0 0;
                }
                .section1 .flex-container {
                    flex-direction: column;
                    gap: 64px;
                }
                .section1 .flex-container .section1_right {
                    display: flex;
                    flex-direction: column-reverse;
                    margin-top: 0;
                    flex: auto;
                    margin-bottom: 80px;
                }
                .section1 .flex-container .section1_right .hero_box {
                    margin-top: 0;
                    margin-bottom: 64px;
                }
                .section1 .flex-container .section1_right .hero_box * {
                    text-align: left;
                }
                .section1 .container {
                    position: relative;
                    flex-direction: column;
                }
                .section1 .sub_title {
                    font-size: 24px;
                    line-height: 36px;
                    margin-bottom: 8px;
                }
                .section1 .section1_right {
                    position: relative;
                    margin-top: 50px;
                }
                .section1 .section1_right img,
                .section1 .section1_right video {
                    width: 720px;
                    height: 480px;
                }
                .section1.with-sites-animations .section1_right:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 216px;
                }
                .section1 .bottom-intro-wrap {
                    margin-top: 64px;
                    padding-top: 64px;
                }
                .section1 .bottom-intro-wrap .container p {
                    font-size: 32px;
                    line-height: 137.5%;
                }
            }
            @media screen and (max-width: 767px) {
                .section1 {
                    padding: 132px 0 0;
                    text-align: center;
                }
                .section1 .container {
                    flex-direction: column;
                }
                .section1 .video-thumbnail img {
                    border-radius: 16px 16px 0 0;
                }
                .section1 .section1_left .sub_title {
                    font-size: 18px;
                    line-height: 26px;
                    margin-bottom: 4px;
                }
                .section1 .flex-container {
                    flex-direction: column;
                    gap: 64px;
                }
                .section1 .flex-container .section1_right {
                    display: flex;
                    flex-direction: column-reverse;
                    margin-top: 0;
                    flex: auto;
                    margin-bottom: 80px;
                }
                .section1 .flex-container .section1_right .hero_box {
                    margin-top: 0;
                    margin-bottom: 64px;
                    padding: 24px;
                }
                .section1 .flex-container .section1_right .hero_box .hero-box-title {
                    font-size: 16px;
                    line-height: 24px;
                }
                .section1 .flex-container .section1_right .hero_box .hero-box-desc {
                    font-size: 12px;
                    line-height: 18px;
                }
                .section1 .flex-container .section1_right .hero_box .hero-box-icon {
                    max-width: 57px;
                    flex: 0 0 57px;
                }
                .section1 .flex-container .section1_right .hero_box .hero-box-link {
                    width: 28px;
                    height: 28px;
                    flex: 0 0 28px;
                }
                .section1 .flex-container .section1_right .hero_box * {
                    text-align: left;
                }
                .section1 .section1_left .site-title {
                    font-size: 40px;
                    line-height: 48px;
                }
                .section1 .section1_right {
                    position: relative;
                    margin-top: 72px;
                }
                .section1:not(.with-sites-animations):not(.landing-hero) .site-title {
                    font-size: 40px;
                    line-height: 48px;
                }
                .section1.smaller_mobile_title .site-title {
                    font-size: 32px !important;
                    line-height: 42px !important;
                }
               /* .section1.with-sites-animations .section1_right:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 108px;
                    background: linear-gradient(0deg, #000 10%, #fff0 100%);
                }*/
                .section1 .bottom-intro-wrap {
                    margin-top: 48px;
                    padding-top: 48px;
                }
                .section1 .bottom-intro-wrap .container p {
                    font-size: 18px;
                    line-height: 144.444%;
                }
            }
            .sites-animations {
                overflow: hidden;
                padding-bottom: 12px;
                position: relative;
                display: flex;
                align-items: flex-end;
                box-sizing: border-box;
            }
            .sites-animations:before,
            .sites-animations:after {
                content: "";
                position: absolute;
                z-index: 1;
                top: 0;
                height: 100%;
            }
            .sites-animations .ai-sphere__container {
                position: absolute;
                z-index: 2;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }
            .sites-animations .ai-sphere {
                box-sizing: border-box;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 50%;
               
                box-shadow: 0 -4.375px 11.25px 3.125px rgb(92 204 129 / 0.25), 0 4.375px 11.25px 3.125px rgb(51 57 241 / 0.25);
            }
            .sites-animations .sites-animations__images {
                display: flex;
                flex-direction: column;
                width: 100%;
            }
            .sites-animations .sites-animations__images .show_case_inner {
                display: flex;
            }
            .sites-animations .sites-animations__images .show_case_inner .show_case_items {
                animation: sites-animation 70s linear infinite;
                animation-fill-mode: forwards;
            }
            .sites-animations .sites-animations__images .show_case_inner.animate_left {
                justify-content: flex-end;
            }
            .sites-animations .sites-animations__images .show_case_inner.animate_left .show_case_items {
                animation: sites-animation-left 70s linear infinite;
                align-self: flex-end;
            }
            .sites-animations .sites-animations__images .show_case_inner .show_case_items .items {
                display: flex;
            }
            .sites-animations .sites-animations__images .show_case_inner .show_case_items .animation {
                opacity: 0;
                transition: opacity 0.3s;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(132deg, rgb(255 255 255 / 0.2) 0%, rgb(255 255 255 / 0.5) 37.12%, rgb(255 255 255 / 0.2) 73.53%);
                background-size: 1200% 1200%;
                -webkit-animation: lazyLoadAnimation 2s ease infinite reverse;
                -moz-animation: lazyLoadAnimation 2s ease infinite reverse;
                animation: lazyLoadAnimation 2s ease infinite reverse;
            }
            .sites-animations .sites-animations__images .show_case_inner .show_case_items .item {
                position: relative;
                overflow: hidden;
            }
            .sites-animations .sites-animations__images .show_case_inner .show_case_items .item img.image-change {
                position: absolute;
                top: 0;
                left: 0;
            }
            .sites-animations .sites-animations__images .show_case_inner .show_case_items .images-group {
                display: flex;
                flex-direction: column;
                gap: 8px;
            }
            @media screen and (min-width: 768px) {
                .sites-animations {
                    height: 580px;
                }
                .sites-animations .ai-sphere {
                    width: 160px;
                    height: 160px;
                    padding: 35px;
                }
                .sites-animations .ai-sphere img {
                    width: 90px !important;
                    height: 90px !important;
                }
                .sites-animations .sites-animations__images {
                    gap: 16px;
                }
                .sites-animations .sites-animations__images .show_case_inner {
                    gap: 16px;
                }
                .sites-animations .sites-animations__images .show_case_inner:first-child .show_case_items {
                    width: 3504px;
                }
                .sites-animations .sites-animations__images .show_case_inner:nth-child(2) .show_case_items {
                    width: 3344px;
                }
                .sites-animations .sites-animations__images .item {
                    border-radius: 12px;
                    height: 280px;
                }
                .sites-animations .sites-animations__images .item img {
                    border-radius: 12px;
                    height: 280px;
                }
                .sites-animations .sites-animations__images .with-change-image {
                    width: 420px;
                }
                .sites-animations .sites-animations__images .with-change-image img {
                    width: 420px;
                }
                .sites-animations .sites-animations__images .service-medium {
                    width: 280px;
                }
                .sites-animations .sites-animations__images .service-medium img {
                    width: 280px;
                }
                .sites-animations .sites-animations__images .service-small {
                    width: 136px;
                }
                .sites-animations .sites-animations__images .service-small img {
                    width: 136px;
                }
                .sites-animations .sites-animations__images .show_case_items .items {
                    grid-column-gap: 16px;
                }
                .sites-animations .sites-animations__images .service-small {
                    width: 136px;
                    height: 280px;
                }
                .sites-animations .sites-animations__images .images-group img {
                    width: 136px;
                    height: 136px;
                }
            }
            @media screen and (max-width: 1260px) and (min-width: 768px) {
                .sites-animations {
                    height: 480px;
                    overflow: hidden;
                    align-items: flex-start;
                }
                .sites-animations:before,
                .sites-animations:after {
                    width: 160px;
                }
                /*.sites-animations:before {
                    left: 0;
                    background: linear-gradient(90deg, #000 25.5%, #fff0 100%);
                }
                .sites-animations:after {
                    right: 0;
                    background: linear-gradient(270deg, #000 25.5%, #fff0 100%);
                }*/
            }
            @media screen and (min-width: 1260px) {
                /*.sites-animations:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 200px;
                    height: 100%;
                    background: linear-gradient(90deg, #000 0%, #fff0 100%);
                }
                .sites-animations:after {
                    content: "";
                    position: absolute;
                    bottom: -44px;
                    top: auto;
                    left: 0;
                    width: 100%;
                    height: 320px;
                    background: linear-gradient(0deg, #000 25.5%, #fff0 100%);
                }*/
                .sites-animations__images {
                    position: absolute;
                    top: 0;
                }
            }
            @media screen and (max-width: 767px) {
                .sites-animations {
                    height: 368px;
                    align-items: flex-start;
                }
                .sites-animations .ai-sphere {
                    width: 100px;
                    height: 100px;
                    padding: 22px;
                }
                .sites-animations .ai-sphere img {
                    width: 56px !important;
                    height: 56px !important;
                }
                .sites-animations:before,
                .sites-animations:after {
                    width: 80px;
                }

                /*.sites-animations:before {
                    left: 0;
                    background: linear-gradient(90deg, #000 10%, #fff0 100%);
                }
                .sites-animations:after {
                    right: 0;
                    background: linear-gradient(270deg, #000 10%, #fff0 100%);
                }*/
                .sites-animations .sites-animations__images {
                    gap: 8px;
                }
                .sites-animations .sites-animations__images .show_case_inner {
                    gap: 8px;
                }
                .sites-animations .sites-animations__images .item {
                    border-radius: 8px;
                    height: 180px;
                }
                .sites-animations .sites-animations__images .item img {
                    border-radius: 8px;
                    height: 180px;
                }
                .sites-animations .sites-animations__images .with-change-image {
                    width: 270px;
                }
                .sites-animations .sites-animations__images .with-change-image img {
                    width: 270px;
                }
                .sites-animations .sites-animations__images .service-medium {
                    width: 180px;
                }
                .sites-animations .sites-animations__images .service-medium img {
                    width: 180px;
                }
                .sites-animations .sites-animations__images .service-small {
                    width: 86px;
                }
                .sites-animations .sites-animations__images .service-small img {
                    width: 86px;
                }
                .sites-animations .sites-animations__images .show_case_items .items {
                    grid-column-gap: 8px;
                }
                .sites-animations .sites-animations__images .images-group {
                    width: 86px;
                    height: 180px;
                }
                .sites-animations .sites-animations__images .images-group img {
                    width: 86px;
                    height: 86px;
                }
                .sites-animations .sites-animations__images img {
                    width: 270px;
                    height: 180px;
                }
            }
            .websites_created_container {
                display: flex;
                flex-direction: column;
                gap: 14px;
            }
            .websites_created_container .trustpilot-container {
                position: relative;
            }
            .websites_created_container .trustpilot_title {
                font-weight: 500;
            }
            .websites_created_container .trustpilot_title .bold {
                font-weight: 700;
            }
            .websites_created_container .micro_combo {
                display: flex;
                justify-content: center;
            }
            .websites_created_container.center {
                align-items: center;
            }
            .websites_created_container.black_bg {
                background: #000;
            }
            .websites_created_container.black_bg .trustpilot_title {
                color: #fff;
            }
            .websites_created_container.no-margin {
                margin: 0 !important;
            }
            @media screen and (min-width: 1261px) {
                .websites_created_container {
                    margin-top: 50px;
                    align-items: flex-start;
                }
                .websites_created_container .trustpilot_title {
                    font-size: 24px;
                    line-height: 36px;
                    margin-bottom: 16px;
                }
                .websites_created_container.center {
                    margin-top: 30px;
                    margin-bottom: 40px;
                }
                .websites_created_container.black_bg {
                    padding: 32px 0;
                }
                .websites_created_container.small-size {
                    margin: 48px 0 80px;
                }
                .websites_created_container.small-size .trustpilot_title {
                    font-size: 20px;
                    line-height: 30px;
                }
            }
            @media screen and (max-width: 1260px) and (min-width: 768px) {
                .websites_created_container {
                    margin-top: 40px;
                    align-items: center;
                }
                .websites_created_container.no-margin {
                    padding: 80px 0;
                }
                .websites_created_container .trustpilot_title {
                    font-size: 28px;
                    line-height: 40px;
                    margin-bottom: 24px;
                }
                .websites_created_container.center {
                    margin-top: 30px;
                    margin-bottom: 40px;
                }
                .websites_created_container.black_bg {
                    padding: 32px 0;
                }
                .websites_created_container.small-size {
                    margin: 48px 0 80px;
                }
                .websites_created_container.small-size .trustpilot_title {
                    font-size: 20px;
                    line-height: 30px;
                    margin-bottom: 16px;
                }
            }
            @media screen and (max-width: 767px) {
                .websites_created_container {
                    margin-top: 30px;
                    align-items: center;
                    justify-content: center;
                    height: 76px;
                }
                .websites_created_container.no-margin {
                    padding: 48px 0 !important;
                }
                .websites_created_container .trustpilot-container .websites-created {
                    font-size: 16px;
                    line-height: 24px;
                    max-width: 343px;
                    margin: 0 auto 16px auto;
                }
                .websites_created_container .trustpilot_title {
                    font-size: 16px;
                    line-height: 24px;
                    margin-bottom: 16px;
                }
                .websites_created_container.center {
                    margin: 30px auto 0;
                }
                .websites_created_container.black_bg {
                    padding: 32px 0;
                }
                .websites_created_container.black_bg .trustpilot-widget iframe {
                    width: 260px !important;
                    height: 40px !important;
                }
                .websites_created_container.small-size {
                    height: auto;
                    margin: 32px 0 44px;
                }
                .websites_created_container.small-size .trustpilot_title {
                    margin-bottom: 12px;
                }
                .websites_created_container.no-margin {
                    height: auto;
                    padding: 24px 0;
                }
            }
            .cards .cards__container {
                max-width: 100%;
            }
            .cards .cards-content {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }
            .cards .card {
                position: relative;
                box-sizing: border-box;
            }
            .cards .card.block {
                overflow: hidden;
                text-align: left;
            }
            .cards .card.block .anchor-link {
                text-decoration: none;
            }
            .cards .card.block .info-container {
                background: #fff;
            }
            .cards .card.block * {
                color: #000;
            }
            .cards .card.block .card__info {
                display: flex;
                flex-direction: column;
            }
            .cards .card.block .card__title {
                font-weight: 700;
            }
            .cards .card.block .card__desc {
                opacity: 0.8;
            }
            .cards .card.block.with-link .card__link-label {
                border-radius: 9999px;
                position: absolute;
                display: flex;
                align-items: center;
                box-sizing: border-box;
                overflow: hidden;
            }
            .cards .card.block.with-link .card__link-label .trot {
                transition: opacity 0.7s, transform 0.3s;
            }
            .cards .card.block.with-link .card__link-label .card__link-label-info {
                display: flex;
                align-items: center;
            }
            .cards.full-width .card {
                display: flex;
                justify-content: center;
            }
            .cards.full-width .cards__container {
                width: 100%;
            }
            .cards.full-width .cards-content {
                gap: 0;
            }
            .cards.full-width .cards__container {
                width: 100%;
            }
            .cards.black-bg {
                background: #000;
                border: solid rgb(255 255 255 / 0.5);
                border-width: 1px 0 1px 0;
            }
            .cards.black-bg .card {
                border-radius: 0 !important;
            }
            .cards.black-bg .info-container {
                background: transparent !important;
            }
            .cards.black-bg * {
                color: #ffffff !important;
            }
            @media screen and (min-width: 1261px) {
                .cards .cards__sub-title {
                    padding-bottom: 80px;
                    font-size: 20px;
                    line-height: 30px;
                    gap: 32px;
                }
                .cards .cards-content {
                    gap: 48px 24px;
                }
                .cards .card {
                    border-radius: 24px;
                }
                .cards .card.block {
                    border-radius: 24px;
                    width: calc((100% - 24px) / 2);
                    transition: transform 0.3s ease-in-out;
                }
                .cards .card.block .info-container {
                    padding: 40px 30px;
                }
                .cards .card.block .icon-container {
                    width: 48px;
                    height: 48px;
                    border-radius: 12px;
                    margin-bottom: 16px;
                }
                .cards .card.block .icon-container img {
                    width: 30px;
                    height: 30px;
                }
                .cards .card.block .card__info {
                    gap: 16px;
                }
                .cards .card.block .card__title {
                    font-size: 28px;
                    line-height: 40px;
                }
                .cards .card.block .card__desc {
                    font-size: 18px;
                    line-height: 28px;
                }
                .cards .card.block .card__image img {
                    border-radius: 0 0 24px 24px;
                }
                .cards .card.block.with-link {
                    cursor: pointer;
                }
                .cards .card.block.with-link .card__image {
                    position: relative;
                }
                .cards .card.block.with-link .card__image:after {
                    content: "";
                    position: absolute;
                    opacity: 0;
                    transition: opacity 0.2s;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: linear-gradient(180deg, #fff0 0%, rgb(255 255 255 / 0.8) 50%, #fff 100%);
                }
                .cards .card.block.with-link .card__link-label {
                    width: 56px;
                    height: 56px;
                    bottom: 20px;
                    right: 20px;
                    padding: 0 4px 0 12px;
                    gap: 8px;
                    transition: transform 0.3s ease-in-out;
                }
                .cards .card.block.with-link .card__link-label .label {
                    font-size: 20px;
                    line-height: 30px;
                    max-width: 0;
                    overflow: hidden;
                    white-space: nowrap;
                }
                .cards .card.block.with-link .card__link-label .link-icon {
                    width: 32px;
                    height: 32px;
                }
                .cards .card.block.with-link .card__link-label .card__link-label-info {
                    gap: 8px;
                }
                .cards .card.block.with-link .card__link-label .link-icon-hover {
                    opacity: 0;
                }
                .cards .card.block.with-link .card__link-label .link-icon-main {
                    position: absolute;
                }
                .cards .card.block.with-link:not(.full-width-item):hover {
                    transform: translate(8px, -8px);
                }
                .cards .card.block.with-link:not(.full-width-item):hover .card__image:after {
                    opacity: 1;
                }
                .cards .card.block.with-link:not(.full-width-item):hover .card__link-label {
                    width: auto;
                }
                .cards .card.block.with-link:not(.full-width-item):hover .card__link-label:not(.black-bg) {
                    padding: 0 12px 0 20px;
                }
                .cards .card.block.with-link:not(.full-width-item):hover .card__link-label .card__link-label-info {
                    opacity: 1;
                    transform: translateX(0);
                }
                .cards .card.block.with-link:not(.full-width-item):hover .card__link-label .label {
                    max-width: 200px;
                    transition: max-width 0.8s ease-out;
                }
                .cards .card.block.with-link:not(.full-width-item):hover .card__link-label .link-icon-hover {
                    opacity: 1;
                }
                .cards .card.block.with-link:not(.full-width-item):hover .card__link-label .link-icon-main {
                    opacity: 0;
                }
                .cards .card.block.with-link.full-width-item:hover {
                    position: relative;
                }
                .cards .card.block.with-link.full-width-item:hover:before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: rgb(255 255 255 / 0.1);
                    top: 0;
                    left: 0;
                }
                .cards .card.block.with-link.full-width-item:hover .card__link-label {
                    transform: translate(8px, -8px);
                }
                .cards .card.block.with-link.full-width-item:hover .card__link-label .link-icon-hover {
                    opacity: 1;
                }
                .cards .card.block.with-link.full-width-item:hover .card__link-label .link-icon-main {
                    opacity: 0;
                }
                .cards .card.link {
                    width: 261px;
                    padding: 12px 39px 12px 20px;
                }
                .cards .card.link .info-container {
                    gap: 12px;
                }
                .cards .card.link .card__title {
                    font-size: 14px;
                    line-height: 20px;
                }
                .cards .card.link .icon-container {
                    width: 24px;
                    height: 24px;
                    border-radius: 4px;
                }
                .cards .card.link .icon-container img {
                    width: 20px;
                    height: 20px;
                }
                .cards .card.link:after {
                    width: 15px;
                    height: 15px;
                    background-size: 15px;
                    top: 16px;
                    right: 16px;
                }
                .cards .card.link:hover {
                    background: rgb(255 255 255 / 0.2);
                }
                .cards .card.link:hover .card__title {
                    color: #fff;
                }
                .cards .card.link:hover:after {
                    opacity: 1;
                }
                .cards.four-line-desc .card.block .card__desc {
                    min-height: 112px;
                }
                .cards.three-items .card.block {
                    width: calc((100% - 48px) / 3);
                }
                .cards.three-items .card.block .info-container {
                    padding: 32px 32px 40px;
                }
                .cards.with-icons .card.block .info-container {
                    padding: 40px 30px;
                }
                .cards.with-icons .card.block .card__info {
                    gap: 12px;
                }
                .cards.black-bg .card:not(:last-child) {
                    border-right: 1px solid rgb(255 255 255 / 0.5);
                }
                .cards.top-arrow .card__link-label {
                    right: 24px;
                    top: 24px;
                    bottom: auto;
                }
                .cards.full-width .card.block {
                    width: 33.3333333333%;
                }
            }
            @media screen and (max-width: 1260px) and (min-width: 768px) {
                .cards.large_padding {
                    padding: 96px 0;
                }
                .cards .cards__container {
                    max-width: 728px;
                }
                .cards .cards__container .section__header-container.without-desc {
                    align-items: flex-start;
                }
                .cards .cards__container .section__header-container.without-desc .button_container {
                    margin-top: 48px !important;
                }
                .cards .cards__sub-title {
                    padding-bottom: 80px;
                    font-size: 20px;
                    line-height: 30px;
                    gap: 32px;
                }
                .cards .cards-content {
                    gap: 20px;
                }
                .cards .card {
                    border-radius: 24px;
                }
                .cards .card.block {
                    width: 100%;
                    border-radius: 24px;
                }
                .cards .card.block .info-container {
                    padding: 40px 30px;
                }
                .cards .card.block .icon-container {
                    width: 48px;
                    height: 48px;
                    border-radius: 12px;
                    margin-bottom: 16px;
                }
                .cards .card.block .icon-container img {
                    width: 30px;
                    height: 30px;
                }
                .cards .card.block .card__info {
                    gap: 12px;
                }
                .cards .card.block .card__title {
                    font-size: 28px;
                    line-height: 40px;
                }
                .cards .card.block .card__desc {
                    font-size: 18px;
                    line-height: 28px;
                }
                .cards .card.block .card__image img {
                    border-radius: 0 0 24px 24px;
                }
                .cards .card.block.with-link .card__link-label {
                    height: 56px;
                    bottom: 20px;
                    right: 20px;
                }
                .cards .card.block.with-link .card__link-label:not(.black-bg) {
                    padding: 0 12px 0 20px;
                }
                .cards .card.block.with-link .card__link-label .card__link-label-info {
                    gap: 8px;
                }
                .cards .card.block.with-link .card__link-label .label {
                    font-size: 20px;
                    line-height: 30px;
                }
                .cards .card.block.with-link .card__link-label .link-icon-main {
                    display: none;
                }
                .cards .card.block.with-link .card__link-label .link-icon {
                    width: 32px;
                    height: 32px;
                }
                .cards .card.link {
                    margin-top: 28px;
                    width: 261px;
                    padding: 12px 39px 12px 20px;
                }
                .cards .card.link .info-container {
                    gap: 12px;
                }
                .cards .card.link .card__title {
                    font-size: 14px;
                    line-height: 20px;
                }
                .cards .card.link .icon-container {
                    width: 24px;
                    height: 24px;
                    border-radius: 4px;
                }
                .cards .card.link .icon-container img {
                    width: 20px;
                    height: 20px;
                }
                .cards .card.link:after {
                    width: 15px;
                    height: 15px;
                    background-size: 15px;
                    top: 16px;
                    right: 16px;
                }
                .cards.black-bg .card:not(:last-child) {
                    border-bottom: 1px solid rgb(255 255 255 / 0.5);
                }
                .cards.top-arrow .card__link-label {
                    right: 24px;
                    top: 24px;
                    bottom: auto;
                }
            }
            @media screen and (max-width: 767px) {
                .cards.large_padding {
                    padding: 72px 0;
                }
                .cards .section_header-container.without-desc {
                    align-items: flex-start;
                }
                .cards .cards__container {
                    max-width: 343px;
                }
                .cards .cards__container .section__header-container.without-desc {
                    align-items: flex-start;
                }
                .cards .cards__container .section__header-container.without-desc .button_container {
                    margin-top: 32px !important;
                }
                .cards .cards__sub-title {
                    padding-bottom: 48px;
                    font-size: 12px;
                    line-height: 18px;
                    gap: 16px;
                }
                .cards .cards__sub-title .mobile {
                    display: block;
                }
                .cards .cards-content {
                    gap: 16px;
                }
                .cards .card {
                    border-radius: 24px;
                }
                .cards .card.block {
                    width: 100%;
                    border-radius: 16px;
                }
                .cards .card.block .info-container {
                    padding: 24px 24px 32px;
                }
                .cards .card.block .icon-container {
                    width: 40px;
                    height: 40px;
                    border-radius: 8px;
                    margin-bottom: 12px;
                }
                .cards .card.block .icon-container img {
                    width: 22px;
                    height: 22px;
                }
                .cards .card.block .card__info {
                    gap: 8px;
                }
                .cards .card.block .card__title {
                    font-size: 20px;
                    line-height: 28px;
                }
                .cards .card.block .card__desc {
                    font-size: 14px;
                    line-height: 20px;
                }
                .cards .card.block .card__image img {
                    border-radius: 0 0 16px 16px;
                }
                .cards .card.block:after {
                    width: 40px;
                    height: 40px;
                    background-size: 16px;
                    bottom: 20px;
                    right: 20px;
                }
                .cards .card.block.with-link .card__link-label {
                    height: 44px;
                    bottom: 16px;
                    right: 16px;
                }
                .cards .card.block.with-link .card__link-label:not(.black-bg) {
                    padding: 0 12px 0 20px;
                }
                .cards .card.block.with-link .card__link-label .card__link-label-info {
                    gap: 6px;
                }
                .cards .card.block.with-link .card__link-label .label {
                    font-size: 14px;
                    line-height: 20px;
                }
                .cards .card.block.with-link .card__link-label .link-icon-main {
                    display: none;
                }
                .cards .card.block.with-link .card__link-label .link-icon {
                    width: 20px;
                    height: 20px;
                }
                .cards .card.link {
                    margin-top: 18px;
                    width: 261px;
                    padding: 12px 39px 12px 20px;
                }
                .cards .card.link .info-container {
                    gap: 12px;
                }
                .cards .card.link .card__title {
                    font-size: 14px;
                    line-height: 20px;
                }
                .cards .card.link .icon-container {
                    width: 24px;
                    height: 24px;
                    border-radius: 4px;
                }
                .cards .card.link .icon-container img {
                    width: 20px;
                    height: 20px;
                }
                .cards .card.link:after {
                    width: 15px;
                    height: 15px;
                    background-size: 15px;
                    top: 16px;
                    right: 16px;
                }
                .cards.black-bg .card:not(:last-child) {
                    border-bottom: 1px solid rgb(255 255 255 / 0.5);
                }
                .cards.top-arrow .card__link-label {
                    right: 20px;
                    top: 20px;
                    bottom: auto;
                }
            }
            .fixed-menu {
                position: sticky;
                top: 68px;
                z-index: 2;
                padding: 12px 0;
            }
            .fixed-menu + .section {
                margin-top: 0;
            }
            .fixed-menu__container {
                position: relative;
                border-radius: 24px;
                padding: 4px;
                display: flex;
                flex-direction: row;
                align-items: center;
                width: fit-content;
                background: #fff;
                box-shadow: 0 8px 16px 0 rgb(0 0 0 / 0.1), 0 -6px 8px -4px rgb(0 0 0 / 0.06);
            }
            .fixed-menu__container .highlight {
                position: absolute;
                height: calc(100% - 8px);
                left: 0;
                top: 4px;
                background: #000;
                transition: all 0.3s;
                -webkit-transition: all 0.3s;
                border-radius: 24px;
            }
            .fixed-menu__container .fixed-menu__item {
                color: rgb(0 0 0 / 0.7);
                text-align: center;
                font-size: 14px;
                line-height: 20px;
                font-weight: 500;
                padding: 10px 20px;
                cursor: pointer;
                z-index: 1;
                white-space: nowrap;
            }
            .fixed-menu__container .fixed-menu__item.active {
                color: #fff;
            }
            @media screen and (min-width: 1261px) {
                .fixed-menu {
                    margin-bottom: 64px;
                    margin-left: calc((100% - 1272px) / 2);
                    width: fit-content;
                }
                .fixed-menu .container {
                    width: fit-content;
                    max-width: none;
                }
            }
            @media screen and (max-width: 1260px) and (min-width: 768px) {
                .fixed-menu {
                    margin-bottom: 64px;
                    margin-left: calc((100% - 728px) / 2);
                    width: fit-content;
                }
                .fixed-menu .container {
                    width: fit-content;
                    max-width: none;
                }
            }
            @media screen and (max-width: 767px) {
                .fixed-menu {
                    margin-bottom: 38px;
                    padding: 0;
                }
                .fixed-menu .container {
                    max-width: 100%;
                    padding: 12px 16px 22px;
                    overflow-x: auto;
                }
            }
            .video-list-slide .video-list-slide__header-container {
                justify-content: space-between;
                display: flex;
            }
            .video-list-slide .video-list-slide__content {
                display: flex;
                position: relative;
                overflow: hidden;
            }
            .video-list-slide .video-list-slide__tabs-overlay {
                position: absolute;
                background: linear-gradient(180deg, rgb(0 0 0 / 0.3) 0%, rgb(0 0 0 / 0.8) 100%);
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                visibility: hidden;
                opacity: 0;
                display: flex;
                align-items: flex-end;
                box-sizing: border-box;
                transition: all 0.2s;
            }
            .video-list-slide .video-list-slide__tabs-overlay .video-list-slide__tabs-container {
                display: flex;
                width: 100%;
                gap: 24px;
            }
            .video-list-slide .video-list-slide__tabs-overlay .video-play__container {
                padding: 11px 12px 11px 18px;
                background: #fff;
                border-radius: 20px;
                display: flex;
                align-items: center;
                cursor: pointer;
                gap: 10px;
                width: 92px;
                box-sizing: border-box;
            }
            .video-list-slide .video-list-slide__tabs-overlay .video-play__container .video-play {
                width: 12px;
                height: 12px;
            }
            .video-list-slide .video-list-slide__tabs-overlay .video-play__container .video-time {
                font-size: 12px;
                font-weight: 500;
                line-height: 18px;
            }
            .video-list-slide .video-list-slide__tabs-overlay .video-play__container.pause .video-play {
                background: url(https://10web.io/wp-content/themes/10web-theme/images/icons/pause-black.svg) no-repeat center;
            }
            .video-list-slide .video-list-slide__tabs-overlay .video-list-slide__tabs-titles {
                display: flex;
                gap: 16px;
                flex-direction: column;
                flex-grow: 1;
                position: relative;
            }
            .video-list-slide .video-list-slide__tabs-overlay .video-list-slide__tabs-titles .title {
                color: rgb(255 255 255 / 0.8);
                font-size: 14px;
                font-weight: 500;
                line-height: 20px;
                display: none;
            }
            .video-list-slide .video-list-slide__tabs-overlay .video-list-slide__tabs-titles .title.active {
                display: block;
            }
            .video-list-slide .video-list-slide__tabs-overlay .video-list-slide__tabs {
                display: flex;
                align-items: center;
                gap: 4px;
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
            }
            .video-list-slide .video-list-slide__tabs-overlay .video-list-slide__tabs .tab {
                cursor: pointer;
                position: relative;
                background: rgb(255 255 255 / 0.3);
                height: 4px;
                overflow: hidden;
                transition: height 0.2s;
            }
            .video-list-slide .video-list-slide__tabs-overlay .video-list-slide__tabs .tab:first-child {
                border-radius: 4px 0 0 4px;
            }
            .video-list-slide .video-list-slide__tabs-overlay .video-list-slide__tabs .tab:last-child {
                border-radius: 0 4px 4px 0;
            }
            .video-list-slide .video-list-slide__tabs-overlay .video-list-slide__tabs .tab.active .loading {
                background: #fff;
                left: 0;
                top: 0;
                height: 4px;
                width: 0;
                position: absolute;
                display: inline-block;
                transition: height 0.3s;
            }
            .video-list-slide .video-list-slide__tabs-overlay .video-list-slide__tabs.video-count-4 .tab {
                width: 25%;
            }
            .video-list-slide .video-list-slide__tabs-overlay .video-list-slide__tabs.video-count-5 .tab {
                width: 20%;
            }
            .video-list-slide .video-list-slide__videos video:not(.active) {
                display: none;
            }
            @media screen and (min-width: 1261px) {
                .video-list-slide {
                    overflow: hidden;
                }
                .video-list-slide .draggable {
                    overflow: visible !important;
                }
                .video-list-slide .video-list-slide__scroll {
                    width: 100%;
                    z-index: 1;
                    background: #fff;
                }
                .video-list-slide .video-list-slide__header-container {
                    align-items: flex-end;
                    margin-bottom: 64px;
                    gap: 40px;
                }
                .video-list-slide .video-list-slide__container {
                    padding: 0 calc((100% - 1272px) / 2);
                    gap: 40px;
                }
                .video-list-slide .video-list-slide__content {
                    width: 1066px;
                    height: 600px;
                    border-radius: 24px;
                }
                .video-list-slide .video-list-slide__content:not(:last-child) {
                    margin-right: 40px;
                }
                .video-list-slide .video-list-slide__tabs-overlay {
                    padding: 48px;
                }
                .video-list-slide .video-list-slide__tabs-overlay .video-list-slide__tabs:hover .tab,
                .video-list-slide .video-list-slide__tabs-overlay .video-list-slide__tabs:hover .loading {
                    height: 8px !important;
                }
            }
            @media screen and (max-width: 1260px) and (min-width: 768px) {
                .video-list-slide .video-list-slide__header-container {
                    flex-direction: column;
                    margin-bottom: 64px;
                }
                .video-list-slide .custom-scroll-transparent {
                    width: 728px;
                    margin: 0 auto;
                }
                .video-list-slide .video-list-slide__container {
                    display: flex;
                    flex-direction: column;
                    gap: 40px;
                }
                .video-list-slide .video-list-slide__tabs-overlay {
                    visibility: visible;
                    opacity: 1;
                }
                .video-list-slide .video-list-slide__content {
                    border-radius: 24px;
                }
                .video-list-slide .video-list-slide__tabs-overlay {
                    padding: 32px;
                }
            }
            @media screen and (max-width: 767px) {
                .video-list-slide .video-list-slide__header-container {
                    flex-direction: column;
                    margin-bottom: 48px;
                }
                .video-list-slide .custom-scroll-transparent {
                    width: calc(100% - 32px);
                    margin: 0 auto;
                }
                .video-list-slide .video-list-slide__container {
                    display: flex;
                    flex-direction: column;
                    gap: 24px;
                }
                .video-list-slide .video-list-slide__tabs-overlay {
                    visibility: visible;
                    opacity: 1;
                }
                .video-list-slide .video-list-slide__content {
                    border-radius: 16px;
                }
                .video-list-slide .video-list-slide__tabs-overlay {
                    padding: 20px;
                }
                .video-list-slide .video-list-slide__tabs-overlay .video-list-slide__tabs-titles .title {
                    font-size: 10px;
                    line-height: 16px;
                    white-space: nowrap;
                }
            }
            .slick-slider {
                position: relative;
                display: block;
                box-sizing: border-box;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                -webkit-touch-callout: none;
                -khtml-user-select: none;
                -ms-touch-action: pan-y;
                touch-action: pan-y;
                -webkit-tap-highlight-color: #fff0;
            }
            .slick-list {
                position: relative;
                display: block;
                overflow: hidden;
                margin: 0;
                padding: 0;
            }
            .slick-slider .slick-list,
            .slick-slider .slick-track {
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
            .slick-track {
                position: relative;
                top: 0;
                left: 0;
                display: block;
                margin-left: auto;
                margin-right: auto;
            }
            .slick-track:after,
            .slick-track:before {
                display: table;
                content: "";
            }
            .slick-track:after {
                clear: both;
            }
            .slick-loading .slick-track {
                visibility: hidden;
            }
            .slick-slide {
                display: none;
                float: left;
                height: 100%;
                min-height: 1px;
            }
            .slick-slide img {
                display: block;
            }
            .slick-initialized .slick-slide {
                display: block;
            }
            .slick-loading .slick-slide {
                visibility: hidden;
            }
            .slick-vertical .slick-slide {
                display: block;
                height: auto;
                border: 1px solid #fff0;
            }
            .horizontal-blocks .section-title {
                margin-bottom: 0;
            }
            .horizontal-blocks .horizontal-blocks__header-container {
                display: flex;
            }
            .horizontal-blocks .horizontal-blocks__items {
                display: flex;
                flex-wrap: wrap;
            }
            .horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item:last-child,
            .horizontal-blocks .horizontal-blocks__items.slide-on-mobile .horizontal-blocks__item:last-child {
                margin-right: 0;
            }
            .horizontal-blocks .horizontal-blocks__item {
                box-sizing: border-box;
                overflow: hidden;
                display: flex;
                flex-direction: column;
            }
            .horizontal-blocks .horizontal-blocks__item .horizontal-blocks__item-desc {
                opacity: 0.8;
            }
            .horizontal-blocks .horizontal-blocks__item .horizontal-blocks__item-desc ul {
                display: flex;
                flex-direction: column;
            }
            .horizontal-blocks .horizontal-blocks__item .horizontal-blocks__item-desc ul li {
                position: relative;
            }
            .horizontal-blocks .horizontal-blocks__item .horizontal-blocks__item-desc ul li:before {
                content: "";
                position: absolute;
                width: 4px;
                height: 4px;
                background: #000;
                border-radius: 4px;
            }
            .horizontal-blocks .horizontal-blocks__item-image {
                width: 100%;
            }
            .horizontal-blocks .horizontal-blocks__item-image img {
                max-width: 100%;
                height: auto;
            }
            .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-title {
                font-weight: 700;
            }
            .horizontal-blocks .horizontal-blocks__item-label {
                display: flex;
                width: fit-content;
                border-radius: 18px;
                background: rgb(51 57 241 / 0.1);
                align-items: center;
            }
            .horizontal-blocks .horizontal-blocks__item-label span {
                color: rgb(51 57 241 / 0.8);
                font-weight: 500;
            }
            .horizontal-blocks .slick-list.draggable {
                width: 100%;
            }
            .horizontal-blocks.overflow-visible .draggable {
                overflow: visible !important;
            }
            .horizontal-blocks.slide-on-mobile,
            .horizontal-blocks.slider {
                overflow: hidden;
            }
            .horizontal-blocks.slide-on-mobile .container,
            .horizontal-blocks.slider .container {
                position: relative;
            }
            .horizontal-blocks.slide-on-mobile .horizontal-blocks__items,
            .horizontal-blocks.slider .horizontal-blocks__items {
                flex-wrap: nowrap;
            }
            .horizontal-blocks.slide-on-mobile .slick-arrow,
            .horizontal-blocks.slider .slick-arrow {
                position: absolute;
                top: 50%;
                margin-top: -22px;
                display: none !important;
                background: rgb(0 0 0 / 0.1);
                backdrop-filter: blur(20px);
            }
            .horizontal-blocks.slide-on-mobile .slick-arrow:after,
            .horizontal-blocks.slider .slick-arrow:after {
                opacity: 1;
            }
            .horizontal-blocks.slide-on-mobile .slick-arrow.slick-next,
            .horizontal-blocks.slider .slick-arrow.slick-next {
                right: 0;
            }
            .horizontal-blocks.slide-on-mobile .slick-arrow.slick-prev,
            .horizontal-blocks.slider .slick-arrow.slick-prev {
                left: 0;
            }
            .horizontal-blocks.slide-on-mobile .slick-arrow.slick-disabled,
            .horizontal-blocks.slider .slick-arrow.slick-disabled {
                display: none !important;
            }
            .horizontal-blocks.black_background {
                background: #000;
            }
            .horizontal-blocks.black_background .horizontal-blocks__header * {
                color: #fff;
            }
            .horizontal-blocks.black_background .section-description {
                font-weight: 300;
            }
            .horizontal-blocks.black_background .horizontal-blocks__item {
                background: #fff;
                box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.1), 0 -3px 4px -2px rgb(0 0 0 / 0.06);
            }
            .horizontal-blocks.black_background.dark-mode .horizontal-blocks__item {
                box-shadow: none;
            }
            .horizontal-blocks.black_background .slick-arrow {
                position: static;
                margin-top: 0;
                display: none !important;
                background: rgb(255 255 255 / 0.2);
            }
            .horizontal-blocks.black_background .slick-arrow:after {
                content: "";
                background: url(https://10web.io/wp-content/themes/10web-theme/images/icons/arrows/arrow_white.svg) no-repeat center;
                opacity: 0.8;
                height: 32px;
                width: 32px;
                background-size: 32px;
            }
            .horizontal-blocks.black_background .slick-arrow.slick-next {
                right: 0;
            }
            .horizontal-blocks.black_background .slick-arrow.slick-prev {
                left: 0;
            }
            .horizontal-blocks.black_background .slick-arrow.slick-disabled {
                display: flex !important;
            }
            .horizontal-blocks.black_background .slick-arrow.slick-disabled:after {
                opacity: 0.2;
            }
            .horizontal-blocks.info-above-image .horizontal-blocks__item {
                position: relative;
                background: #fff0;
            }
            .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info {
                position: absolute;
                background: #fff;
                backdrop-filter: blur(35px);
                justify-content: space-between;
            }
            .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info .horizontal-blocks__item-title {
                color: #000;
                height: auto !important;
            }
            .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info .horizontal-blocks__item-desc {
                width: 316px;
                min-height: 150px;
            }
            .horizontal-blocks.info-above-image .horizontal-blocks__item:not(.slick-active) {
                opacity: 0.5;
            }
            .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-info {
                display: flex;
                box-sizing: border-box;
            }
            .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-title {
                font-weight: 700;
            }
            .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-desc {
                font-weight: 400;
            }
            .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-desc * {
                font-size: 14px;
                line-height: 20px;
            }
            .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-desc li:before {
                top: 9px;
                left: 12px;
            }
            .horizontal-blocks.grey_background {
                background: #f5f5f6;
            }
            .horizontal-blocks.grey_background .horizontal-blocks__item {
                background: #fff;
                box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.1), 0 -3px 4px -2px rgb(0 0 0 / 0.06);
            }
            .horizontal-blocks.one-line-title .horizontal-blocks__item-title {
                height: auto !important;
            }
            @media screen and (min-width: 1261px) {
                .horizontal-blocks {
                    margin: 152px 0;
                }
                .horizontal-blocks.no_margin {
                    margin: 0 !important;
                }
                .horizontal-blocks .section-description {
                    margin-top: 20px;
                }
                .horizontal-blocks .slick-buttons {
                    display: flex;
                }
                .horizontal-blocks .slick-arrow {
                    width: 48px;
                    height: 48px;
                }
                .horizontal-blocks .horizontal-blocks__header-container {
                    margin-bottom: 64px;
                    justify-content: space-between;
                    align-items: flex-end;
                    gap: 40px;
                }
                .horizontal-blocks .horizontal-blocks__header-container .horizontal-blocks__header {
                    width: 1012px;
                }
                .horizontal-blocks .items-count-3 {
                    gap: 24px;
                }
                .horizontal-blocks .items-count-3 .horizontal-blocks__items {
                    display: flex;
                    width: calc((100% - 48px) / 3);
                }
                .horizontal-blocks .items-count-3 .horizontal-blocks__items .horizontal-blocks__item {
                    width: 100%;
                }
                .horizontal-blocks .horizontal-blocks__items {
                    margin-top: 64px;
                    gap: 24px;
                }
                .horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item {
                    margin-right: 24px;
                }
                .horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item .horizontal-blocks__item-title {
                    height: 80px;
                }
                .horizontal-blocks .horizontal-blocks__item {
                    gap: 8px;
                    border-radius: 24px;
                    width: calc((100% - 48px) / 3);
                }
                .horizontal-blocks .horizontal-blocks__item.with-anchor-link:hover {
                    cursor: pointer;
                }
                .horizontal-blocks .horizontal-blocks__item-image img {
                    width: 408px;
                }
                .horizontal-blocks .horizontal-blocks__item-info {
                    padding: 32px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-sub_title {
                    font-size: 16px;
                    line-height: 24px;
                    margin-bottom: 8px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-title {
                    font-size: 28px;
                    line-height: 40px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc {
                    margin-top: 16px;
                    font-size: 18px;
                    line-height: 28px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul {
                    font-size: 18px;
                    line-height: 28px;
                    gap: 8px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul li {
                    padding-left: 28px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul li:before {
                    top: 13px;
                    left: 12px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc a:hover {
                    text-decoration: none;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-date {
                    font-size: 14px;
                    line-height: 20px;
                    margin-top: 20px;
                }
                .horizontal-blocks .horizontal-blocks__item-label {
                    padding: 8px 12px 8px 11px;
                    gap: 8px;
                }
                .horizontal-blocks .horizontal-blocks__item-label img {
                    width: 16px !important;
                    height: 16px !important;
                }
                .horizontal-blocks .horizontal-blocks__item-label span {
                    font-size: 14px;
                    line-height: 20px;
                }
                .horizontal-blocks .author {
                    gap: 16px;
                    margin-bottom: 20px;
                }
                .horizontal-blocks .author .author-image {
                    width: 48px;
                    height: 48px;
                }
                .horizontal-blocks .author .author-name {
                    font-size: 14px;
                    line-height: 20px;
                }
                .horizontal-blocks .author .author-username {
                    font-size: 12px;
                    line-height: 20px;
                }
                .horizontal-blocks.slider .horizontal-blocks__container {
                    width: calc(100% - 40px);
                    max-width: 100% !important;
                }
                .horizontal-blocks.slider .items-count-1 {
                    width: 1272px;
                    max-width: 100%;
                    margin: 0 auto;
                }
                .horizontal-blocks.slider .horizontal-blocks__item {
                    width: 408px;
                }
                .horizontal-blocks.slider .slick-arrow {
                    display: flex !important;
                }
                .horizontal-blocks.two-column .horizontal-blocks__item {
                    width: calc((100% - 24px) / 2);
                }
                .horizontal-blocks.two-column .horizontal-blocks__item img {
                    width: 100%;
                }
                .horizontal-blocks.small_sizes .horizontal-blocks__item-desc {
                    font-size: 16px;
                    line-height: 24px;
                }
                .horizontal-blocks.big_size .horizontal-blocks__item-info {
                    padding: 40px;
                }
                .horizontal-blocks.big_size .horizontal-blocks__item-title {
                    font-size: 32px;
                    line-height: 44px;
                }
                .horizontal-blocks.big_size .horizontal-blocks__item-desc {
                    margin-top: 20px;
                }
                .horizontal-blocks.black_background,
                .horizontal-blocks.grey_background {
                    padding: 80px 0;
                }
                .horizontal-blocks.flex-start .horizontal-blocks__items {
                    align-items: flex-start;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info {
                    border-radius: 16px;
                    padding: 40px 48px;
                    width: calc(100% - 48px);
                    left: 24px;
                    bottom: 24px;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-desc {
                    margin-top: 20px;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-image img {
                    border-radius: 32px;
                }
                .horizontal-blocks.one-column .horizontal-blocks__item {
                    width: 1102px;
                    border-radius: 32px;
                }
                .horizontal-blocks.one-column .horizontal-blocks__item img {
                    width: 1102px;
                    height: 620px;
                }
                .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-title {
                    font-size: 40px;
                    line-height: 52px;
                    width: 578px;
                }
                .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-desc {
                    width: 316px;
                }
                .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-desc li:before {
                    top: 9px;
                    left: 12px;
                }
                .horizontal-blocks.internal-links .horizontal-blocks__item-info {
                    padding: 32px 32px 40px;
                }
            }
            @media screen and (max-width: 1260px) and (min-width: 768px) {
                .horizontal-blocks {
                    margin: 96px 0;
                }
                .horizontal-blocks.gray_background {
                    padding: 64px 0;
                }
                .horizontal-blocks.no_margin {
                    margin: 0 !important;
                }
                .horizontal-blocks .section-description {
                    margin-top: 20px;
                }
                .horizontal-blocks .horizontal-blocks__header-container {
                    flex-direction: column;
                }
                .horizontal-blocks .items-count-3 {
                    gap: 20px;
                }
                .horizontal-blocks .items-count-3 .horizontal-blocks__items-tablet {
                    width: 354px;
                    gap: 20px;
                    display: flex;
                    flex-direction: column;
                }
                .horizontal-blocks .items-count-3 .horizontal-blocks__items-tablet .horizontal-blocks__item {
                    width: 354px;
                    border-radius: 24px;
                }
                .horizontal-blocks .horizontal-blocks__items {
                    margin-top: 64px;
                    gap: 20px;
                }
                .horizontal-blocks .horizontal-blocks__items.slide-on-mobile .horizontal-blocks__item,
                .horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item {
                    margin: 0 10px;
                }
                .horizontal-blocks .horizontal-blocks__items.slide-on-mobile .horizontal-blocks__item .horizontal-blocks__item-title,
                .horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item .horizontal-blocks__item-title {
                    height: 80px;
                }
                .horizontal-blocks .horizontal-blocks__items.slide-on-mobile .horizontal-blocks__item .horizontal-blocks__item-image img,
                .horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item .horizontal-blocks__item-image img {
                    width: 408px;
                }
                .horizontal-blocks .horizontal-blocks__item {
                    gap: 8px;
                    border-radius: 24px;
                }
                .horizontal-blocks .horizontal-blocks__item-image img {
                    width: 728px;
                }
                .horizontal-blocks .horizontal-blocks__item-info {
                    padding: 40px 40px 32px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-sub_title {
                    font-size: 16px;
                    line-height: 24px;
                    margin-bottom: 8px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-title {
                    font-size: 32px;
                    line-height: 44px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc {
                    margin-top: 16px;
                    font-size: 20px;
                    line-height: 30px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul {
                    font-size: 18px;
                    line-height: 28px;
                    gap: 8px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul li {
                    padding-left: 28px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul li:before {
                    top: 13px;
                    left: 12px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-date {
                    font-size: 14px;
                    line-height: 20px;
                    margin-top: 20px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-label {
                    padding: 8px 12px 8px 11px;
                    gap: 8px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-label img.label-icon {
                    width: 17px !important;
                    height: 17px !important;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-label span {
                    font-size: 14px;
                    line-height: 20px;
                }
                .horizontal-blocks .author {
                    gap: 16px;
                    margin-bottom: 20px;
                }
                .horizontal-blocks .author .author-image {
                    width: 48px;
                    height: 48px;
                }
                .horizontal-blocks .author .author-name {
                    font-size: 14px;
                    line-height: 20px;
                }
                .horizontal-blocks .author .author-username {
                    font-size: 12px;
                    line-height: 20px;
                }
                .horizontal-blocks.slide-on-mobile .horizontal-blocks__item,
                .horizontal-blocks.slider .horizontal-blocks__item {
                    width: 408px;
                }
                .horizontal-blocks.small_sizes .horizontal-blocks__item-info {
                    padding: 32px;
                }
                .horizontal-blocks.small_sizes .horizontal-blocks__item-desc {
                    font-size: 16px;
                    line-height: 24px;
                }
                .horizontal-blocks.small_sizes .horizontal-blocks__item-title {
                    font-size: 28px;
                    line-height: 40px;
                }
                .horizontal-blocks.black_background,
                .horizontal-blocks.grey_background {
                    padding: 64px 0;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info {
                    flex-direction: column;
                    gap: 32px;
                    border-radius: 16px;
                    padding: 40px 48px;
                    width: calc(100% - 48px);
                    left: 24px;
                    bottom: 24px;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info ul {
                    padding-left: 0;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-desc {
                    margin-top: 0;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-desc ul {
                    gap: 6px;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-title {
                    height: auto !important;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-image img {
                    border-radius: 24px;
                }
                .horizontal-blocks.dots-on-mobile .horizontal-blocks__items {
                    flex-wrap: wrap;
                    gap: 48px;
                    justify-content: center;
                }
                .horizontal-blocks.one-column .horizontal-blocks__item {
                    width: 708px;
                    border-radius: 32px;
                }
                .horizontal-blocks.one-column .horizontal-blocks__item img {
                    width: 708px !important;
                    height: 820px;
                }
                .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-title {
                    font-size: 40px;
                    line-height: 52px;
                }
                .horizontal-blocks.internal-links .horizontal-blocks__item-info {
                    padding: 32px 32px 40px;
                }
            }
            @media screen and (max-width: 767px) {
                .horizontal-blocks {
                    margin: 72px 0;
                }
                .horizontal-blocks.no_margin {
                    margin: 0 !important;
                }
                .horizontal-blocks.gray_background {
                    padding: 48px 0;
                }
                .horizontal-blocks .section-description {
                    margin-top: 16px;
                }
                .horizontal-blocks .horizontal-blocks__header-container {
                    flex-direction: column;
                }
                .horizontal-blocks .items-count-3 {
                    flex-direction: column;
                    gap: 16px;
                    margin-top: 48px;
                }
                .horizontal-blocks .items-count-3 .horizontal-blocks__items {
                    display: flex;
                    margin-top: 0;
                }
                .horizontal-blocks .items-count-3 .horizontal-blocks__items .horizontal-blocks__item {
                    width: 100%;
                }
                .horizontal-blocks .horizontal-blocks__items {
                    margin-top: 48px;
                    gap: 16px;
                }
                .horizontal-blocks .horizontal-blocks__items.slide-on-mobile .horizontal-blocks__item,
                .horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item {
                    margin-right: 16px;
                }
                .horizontal-blocks .horizontal-blocks__items.slide-on-mobile .horizontal-blocks__item .horizontal-blocks__item-title,
                .horizontal-blocks .horizontal-blocks__items.slider .horizontal-blocks__item .horizontal-blocks__item-title {
                    height: 56px;
                }
                .horizontal-blocks .horizontal-blocks__item {
                    gap: 8px;
                    border-radius: 16px;
                }
                .horizontal-blocks .horizontal-blocks__item-image img {
                    width: 100%;
                }
                .horizontal-blocks .horizontal-blocks__item-info {
                    padding: 24px;
                }
                .horizontal-blocks .horizontal-blocks__item-info.has_stars .author-name {
                    font-size: 14px;
                    line-height: 20px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-sub_title {
                    font-size: 16px;
                    line-height: 24px;
                    margin-bottom: 8px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-title {
                    font-size: 20px;
                    line-height: 28px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-title .subtitle {
                    font-size: 20px;
                    line-height: 28px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc {
                    margin-top: 12px;
                    font-size: 14px;
                    line-height: 20px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul {
                    font-size: 14px;
                    line-height: 20px;
                    gap: 8px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul li {
                    padding-left: 20px;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-desc ul li:before {
                    top: 7px !important;
                    left: 8px !important;
                }
                .horizontal-blocks .horizontal-blocks__item-info .horizontal-blocks__item-date {
                    font-size: 12px;
                    line-height: 18px;
                    margin-top: 16px;
                }
                .horizontal-blocks .horizontal-blocks__item-label {
                    padding: 6px 8px 6px 8px;
                    gap: 6px;
                }
                .horizontal-blocks .horizontal-blocks__item-label img.label-icon {
                    width: 12px !important;
                    height: 12px !important;
                }
                .horizontal-blocks .horizontal-blocks__item-label span {
                    font-size: 12px;
                    line-height: 18px;
                }
                .horizontal-blocks .author {
                    gap: 16px;
                    margin-bottom: 16px;
                }
                .horizontal-blocks .author .author-image {
                    width: 40px;
                    height: 40px;
                }
                .horizontal-blocks .author .author-name {
                    font-size: 12px;
                    line-height: 18px;
                }
                .horizontal-blocks .author .author-username {
                    font-size: 10px;
                    line-height: 16px;
                }
                .horizontal-blocks.slide-on-mobile .horizontal-blocks__items .horizontal-blocks__item,
                .horizontal-blocks.slider .horizontal-blocks__items .horizontal-blocks__item {
                    width: 300px;
                }
                .horizontal-blocks.small_sizes .horizontal-blocks__item-desc {
                    font-size: 12px;
                    line-height: 18px;
                }
                .horizontal-blocks.small_sizes .horizontal-blocks__item-title {
                    font-size: 20px;
                    line-height: 28px;
                }
                .horizontal-blocks.big_size .horizontal-blocks__item-title {
                    font-size: 24px;
                    line-height: 32px;
                }
                .horizontal-blocks.big_size .horizontal-blocks__item-desc {
                    margin-top: 16px;
                }
                .horizontal-blocks.swipe-on-mobile .horizontal-blocks__container {
                    max-width: 100%;
                    overflow-x: auto;
                }
                .horizontal-blocks.swipe-on-mobile .items-count-1 {
                    margin-left: 16px;
                }
                .horizontal-blocks.swipe-on-mobile .horizontal-blocks__items {
                    display: flex;
                    flex-wrap: nowrap;
                    justify-self: flex-start;
                    gap: 16px;
                    padding-right: 16px;
                }
                .horizontal-blocks.swipe-on-mobile .horizontal-blocks__item {
                    width: 300px;
                }
                .horizontal-blocks.black_background,
                .horizontal-blocks.grey_background {
                    padding: 48px 0;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info {
                    flex-direction: column;
                    gap: 24px;
                    border-radius: 8px;
                    padding: 32px 24px;
                    width: calc(100% - 24px);
                    left: 12px;
                    bottom: 12px;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info ul {
                    padding-left: 0;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-title {
                    height: auto !important;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-image img {
                    border-radius: 16px;
                }
                .horizontal-blocks.dots-on-mobile .horizontal-blocks__items {
                    flex-wrap: wrap;
                    gap: 32px;
                    justify-content: center;
                }
                .horizontal-blocks.one-column .horizontal-blocks__item {
                    width: 323px;
                    border-radius: 16px;
                }
                .horizontal-blocks.one-column .horizontal-blocks__item img {
                    width: 100%;
                    height: auto;
                }
                .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-title {
                    font-size: 30px;
                    line-height: 40px;
                }
                .horizontal-blocks.black_background,
                .horizontal-blocks.grey_background {
                    padding: 48px 0;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info {
                    flex-direction: column;
                    gap: 24px;
                    border-radius: 8px;
                    padding: 32px 24px;
                    width: calc(100% - 24px);
                    left: 12px;
                    bottom: 12px;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-info ul {
                    padding-left: 0;
                }
                .horizontal-blocks.info-above-image .horizontal-blocks__item .horizontal-blocks__item-title {
                    height: auto !important;
                }
                .horizontal-blocks.dots-on-mobile .horizontal-blocks__items {
                    flex-wrap: wrap;
                    gap: 32px;
                    justify-content: center;
                }
                .horizontal-blocks.one-column .horizontal-blocks__item {
                    width: 323px;
                    border-radius: 16px;
                }
                .horizontal-blocks.one-column .horizontal-blocks__item img {
                    width: 100%;
                    height: auto;
                }
                .horizontal-blocks.one-column .horizontal-blocks__item .horizontal-blocks__item-title {
                    font-size: 30px;
                    line-height: 40px;
                }
            }
            .header-description .section_title {
                font-weight: 700;
                text-align: center;
            }
            .header-description .section-description {
                text-align: center;
            }
            @media screen and (min-width: 1261px) {
                .header-description {
                    margin: 152px 0;
                }
                .header-description .section_title {
                    font-size: 56px;
                    line-height: 72px;
                }
                .header-description .section-description {
                    margin-top: 24px;
                }
                .header-description.big-sizes .section_title {
                    font-size: 64px;
                    line-height: 80px;
                }
                .header-description.small-sizes .section_title {
                    font-size: 52px;
                    line-height: 68px;
                }
                .header-description.grey-background {
                    padding: 80px 0;
                }
            }
            @media screen and (max-width: 1260px) and (min-width: 768px) {
                .header-description {
                    margin: 96px 0;
                }
                .header-description .section_title {
                    font-size: 56px;
                    line-height: 72px;
                }
                .header-description .section-description {
                    margin-top: 24px;
                }
                .header-description.big-sizes .section_title {
                    font-size: 64px;
                    line-height: 80px;
                }
                .header-description.small-sizes .section_title {
                    font-size: 52px;
                    line-height: 68px;
                }
                .header-description.grey-background {
                    padding: 64px 0;
                }
            }
            @media screen and (max-width: 767px) {
                .header-description {
                    margin: 72px 0;
                }
                .header-description .section_title {
                    font-size: 32px;
                    line-height: 42px;
                }
                .header-description .section-description {
                    margin-top: 20px;
                }
                .header-description.big-sizes .section_title {
                    font-size: 36px;
                    line-height: 44px;
                }
                .header-description.small-sizes .section_title {
                    font-size: 30px;
                    line-height: 40px;
                }
                .header-description.grey-background {
                    padding: 48px 0;
                }
            }
            .marquee-slide {
                overflow: hidden;
                padding-bottom: 12px;
            }
            .marquee-slide .section-title {
                text-align: left;
                font-weight: 700;
            }
            .marquee-slide .marquee-slide-content {
                display: flex;
            }
            .marquee-slide .show_case_inner {
                display: grid;
                grid-template-rows: auto;
                grid-template-columns: 1fr 1fr;
                grid-auto-columns: 1fr;
                align-self: flex-start;
            }
            .marquee-slide .show_case_inner .show_case_items {
                animation: marquee 60s linear infinite;
            }
            .marquee-slide .show_case_inner .show_case_items .items {
                grid-template-rows: auto;
                grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
                grid-auto-columns: 1fr;
                display: grid;
            }
            .marquee-slide .show_case_inner .show_case_items .items .item {
                white-space: nowrap;
                font-weight: 400;
                position: relative;
                box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.1), 0 -3px 4px -2px rgb(0 0 0 / 0.06);
                overflow: hidden;
            }
            @media screen and (min-width: 768px) {
                .marquee-slide .section_description {
                    margin-top: 12px;
                }
                .marquee-slide .section_description a:hover {
                    text-decoration: none;
                }
                .marquee-slide .section__header-container {
                    gap: 40px;
                }
                .marquee-slide .show_case_inner {
                    grid-column-gap: 24px;
                }
                .marquee-slide .show_case_inner .show_case_items .items {
                    grid-column-gap: 24px;
                }
                .marquee-slide .show_case_inner .show_case_items .items .item {
                    width: 720px;
                    border-radius: 16px;
                }
                .marquee-slide .show_case_inner .show_case_items .items .item img {
                    width: 720px;
                    height: 480px;
                }
                .marquee-slide .show_case_inner .show_case_items .items .item .marquee-slide__item-overlay {
                    gap: 12px;
                    padding: 0 48px 48px;
                }
                .marquee-slide .show_case_inner .show_case_items .items .item .marquee-slide__item-title {
                    font-size: 24px;
                    line-height: 36px;
                }
                .marquee-slide .show_case_inner .show_case_items .items .item .marquee-slide__item-description {
                    font-size: 16px;
                    line-height: 24px;
                }
            }
            @media screen and (max-width: 767px) {
                .marquee-slide .section_description {
                    margin-top: 12px;
                }
                .marquee-slide .show_case_inner {
                    grid-column-gap: 16px;
                }
                .marquee-slide .show_case_inner .show_case_items .items {
                    grid-column-gap: 16px;
                }
                .marquee-slide .show_case_inner .show_case_items .items .item {
                    width: 295px;
                    border-radius: 8px;
                }
                .marquee-slide .show_case_inner .show_case_items .items .item img {
                    width: 295px;
                    height: 196px;
                }
                .marquee-slide .show_case_inner .show_case_items .items .item .marquee-slide__item-overlay {
                    padding: 0 20px 20px;
                }
                .marquee-slide .show_case_inner .show_case_items .items .item .marquee-slide__item-overlay .marquee-slide__item-description {
                    display: none;
                }
                .marquee-slide .show_case_inner .show_case_items .items .item .marquee-slide__item-title {
                    font-size: 18px;
                    line-height: 26px;
                }
                .marquee-slide .show_case_inner .show_case_items .items .item.with-anchor-link .marquee-slide__item-overlay {
                    display: flex;
                }
            }
            .left-right {
                position: relative;
            }
            .left-right .container .section-title {
                text-align: left;
                font-weight: 700;
            }
            .left-right .container .left-right-content {
                position: relative;
            }
            .left-right .container .left-right-item {
                display: flex;
            }
            .left-right .container .left-right-item .section-description {
                font-weight: 400;
            }
            .left-right .container .left-right-item .left-right-item__tabs {
                display: none;
                flex-direction: column;
            }
            .left-right .container .left-right-item .left-right-item__tabs .tab {
                position: relative;
                cursor: pointer;
            }
            .left-right .container .left-right-item .left-right-item__tabs .tab .title {
                font-weight: 500;
            }
            .left-right .container .left-right-item .left-right-item__tabs .tab .description {
                opacity: 0;
                position: absolute;
            }
            .left-right .container .left-right-item .left-right-item__tabs .tab.active .description,
            .left-right .container .left-right-item .left-right-item__tabs .tab.active .icons {
                opacity: 1;
                position: relative;
            }
            .left-right .container .left-right-item .left-right-item__tabs .tab.active .loading {
                overflow: hidden;
                position: absolute;
                left: 0;
                top: 2px;
                border-radius: 3px;
                width: 6px;
                height: 100%;
            }
            .left-right .container .left-right-item .left-right-item__tabs .tab.active .loading .loading-fill {
                border-radius: 3px;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 0;
            }
            .left-right .container .left-right-item .left-right-item-images img,
            .left-right .container .left-right-item .left-right-item-images video {
                width: 100%;
                height: auto;
                border-radius: 8px;
            }
            .left-right .container .left-right-item .left-right-tabs-images {
                position: relative;
            }
            .left-right .container .left-right-item .left-right-tabs-images .tab-title {
                display: none;
            }
            .left-right .container .left-right-item .left-right-tabs-images .left-right-tabs-image .tab-title .title {
                font-weight: 700;
            }
            .left-right .container .left-right-item .left-right-tabs-images .left-right-tabs-image.active {
                display: block;
            }
            .left-right.black_background {
                background: #000;
            }
            .left-right.black_background * {
                color: #fff;
            }
            .left-right.black_background .tab .title {
                color: rgb(255 255 255 / 0.5);
            }
            .left-right.black_background .tab.active .title {
                color: #fff;
            }
            .left-right.black_background .tab.active .description {
                color: rgb(255 255 255 / 0.8);
            }
            .left-right.black_background .tab.active .loading {
                background-color: rgb(255 255 255 / 0.1);
            }
            .left-right.black_background .tab.active .loading .loading-fill {
                background-color: #3339f1;
            }
            @media screen and (min-width: 1261px) {
                .left-right .container .section_description {
                    margin-top: 12px;
                }
                .left-right .container .section_description a:hover {
                    text-decoration: none;
                }
                .left-right .container .left-right__header-container {
                    margin-bottom: 64px;
                    gap: 40px;
                    justify-content: space-between;
                    align-items: flex-end;
                }
                .left-right .container .left-right-item {
                    align-items: center;
                    justify-content: space-between;
                    flex-direction: row;
                }
                .left-right .container .left-right-item.right {
                    flex-direction: row-reverse;
                }
                .left-right .container .left-right-item.right .left-right-item-images {
                    margin-left: -50px;
                    margin-right: 0;
                }
                .left-right .container .left-right-content ul.info {
                    font-size: 20px;
                    line-height: 30px;
                    gap: 16px;
                }
                .left-right .container .left-right-content ul.info li {
                    padding-left: 30px;
                }
                .left-right .container .left-right-content ul.info li:before {
                    top: -5px;
                    font-size: 39px;
                }
                .left-right .container .left-right-content .left-right-item.with-video ul.info {
                    font-size: 16px;
                    line-height: 24px;
                    margin-top: 32px;
                }
                .left-right .container .left-right-content .left-right-item.with-video ul.info li:before {
                    top: -8px;
                }
                .left-right .container .left-right-content .left-right-item.with-video .left-right-item-images {
                    height: auto;
                }
                .left-right .container .left-right-content .left-right-item .section-description {
                    font-size: 18px;
                    line-height: 28px;
                }
                .left-right .container .left-right-content .left-right-item .section-title {
                    font-size: 32px;
                    line-height: 44px;
                }
                .left-right .container .left-right-item-content {
                    text-align: left;
                    width: 39.4%;
                }
                .left-right .container .left-right-item-content .left-right-item__tabs {
                    margin-top: 48px;
                    gap: 20px;
                    display: flex;
                }
                .left-right .container .left-right-item-content .left-right-item__tabs .tab {
                    padding-left: 30px;
                    display: flex;
                    align-items: center;
                }
                .left-right .container .left-right-item-content .left-right-item__tabs .tab .title {
                    font-size: 24px;
                    line-height: 36px;
                }
                .left-right .container .left-right-item-content .left-right-item__tabs .tab .description {
                    font-size: 16px;
                    line-height: 24px;
                    margin-top: 12px;
                }
                .left-right .container .left-right-item-content .left-right-item__tabs .tab .description a:hover {
                    text-decoration: none;
                }
                .left-right .container .left-right-item-content .left-right-item__tabs .tab .icons {
                    gap: 30px;
                    opacity: 0;
                    position: absolute;
                }
                .left-right .container .left-right-item-content .left-right-item__tabs .tab .icons img.icon {
                    height: 36px !important;
                }
                .left-right .container .left-right-item-content .left-right-item__tabs .tab:hover {
                    color: rgb(0 0 0 / 0.8);
                }
                .left-right .container .left-right-tabs-image {
                    display: none;
                    width: 100%;
                }
                .left-right .container .desktop-tags {
                    display: flex;
                    justify-content: center;
                    gap: 16px;
                }
                .left-right .container .desktop-tags .tag {
                    font-size: 16px;
                    line-height: 24px;
                    border-radius: 16px;
                    padding: 16px 24px;
                }
                .left-right .container .left-right-item-images {
                    width: 56.6%;
                    height: 480px;
                    margin-right: -50px;
                }
                .left-right .container .left-right-item-images.with-tags {
                    width: 882px;
                    height: auto;
                    margin-right: -160px;
                }
                .left-right .container img,
                .left-right .container video {
                    height: auto;
                }
                .left-right.white_background {
                    margin: 152px 0;
                }
                .left-right.black_background {
                    padding: 80px 0;
                }
                .left-right.black_background .left-right-item__tabs .tab:not(.active):hover .title {
                    color: rgb(255 255 255 / 0.8) !important;
                }
                .left-right.with-tags .section-title {
                    font-size: 32px;
                    line-height: 44px;
                }
                .left-right.with-tags .section-description {
                    font-size: 18px;
                    line-height: 28px;
                }
                .left-right.with-tags .left-right-item-content {
                    width: 40%;
                }
                .left-right.grey_background {
                    padding: 80px 0;
                }
                .left-right.with-icons .left-right-item-content .left-right-item__tabs {
                    gap: 32px;
                }
            }
            @media screen and (max-width: 1400px) and (min-width: 1261px) {
                .left-right .container br.desktop {
                    display: none;
                }
                .left-right .container .left-right-item.right .left-right-item-images {
                    margin-left: 0 !important;
                    margin-right: 0 !important;
                }
                .left-right .container .left-right-item-images {
                    margin-right: 0 !important;
                }
            }
            @media screen and (max-width: 1260px) and (min-width: 768px) {
                .left-right.gray_background {
                    padding: 64px 0;
                }
                .left-right.industry-niches {
                    padding-bottom: 0 !important;
                }
                .left-right .container .section_description {
                    margin-top: 12px;
                }
                .left-right .container .left-right__header-container {
                    flex-direction: column;
                }
                .left-right .container .left-right-item {
                    gap: 64px;
                    flex-direction: column;
                }
                .left-right .container .left-right-item.static-tags {
                    display: block;
                }
                .left-right .container .left-right-item .left-right-item__tabs {
                    margin: 64px 0 48px 0 !important;
                }
                .left-right .container .left-right-item-content.static-tags {
                    display: none;
                }
                .left-right .container .left-right-item-content > .button_container {
                    display: none;
                }
                .left-right .container .mobile-buttons {
                    display: block;
                }
                .left-right .container .left-right-content ul.info {
                    margin-top: 64px;
                    font-size: 20px;
                    line-height: 30px;
                    gap: 16px;
                }
                .left-right .container .left-right-content ul.info li {
                    padding-left: 30px;
                }
                .left-right .container .left-right-content ul.info li:before {
                    top: -5px;
                    font-size: 39px;
                }
                .left-right .container .left-right-content .left-right-item.with-video ul.info {
                    margin-top: 32px;
                }
                .left-right .container .left-right-content .left-right-item.with-video ul.info li:before {
                    top: -8px;
                }
                .left-right .container .left-right-content .left-right-item .section-description {
                    font-size: 18px;
                    line-height: 28px;
                }
                .left-right .container .left-right-content .left-right-item .section-title {
                    font-size: 32px;
                    line-height: 44px;
                }
                .left-right .container .static-tags-content {
                    margin-bottom: 40px;
                    display: block;
                }
                .left-right .container .static-tags-content .static-content-item {
                    display: none;
                }
                .left-right .container .static-tags-content .static-content-item img {
                    width: 100%;
                    height: auto;
                    margin-top: 40px;
                }
                .left-right .container .static-tags-content .static-content-item h3 {
                    font-size: 28px;
                    line-height: 40px;
                    margin-bottom: 12px;
                }
                .left-right .container .static-tags-content .static-content-item p {
                    color: rgb(255 255 255 / 0.8);
                    font-size: 16px;
                    line-height: 24px;
                }
                .left-right .container .static-tags-content .static-content-item.active {
                    display: block;
                }
                .left-right .container .static-tags-witcher-wrapper {
                    display: block;
                    overflow-x: scroll;
                }
                .left-right .container .static-tags-switcher {
                    display: flex;
                    width: min-content;
                    margin-top: 68px;
                    margin-bottom: 44px;
                }
                .left-right .container .left-right-item-images {
                    width: 728px;
                }
                .left-right .container .left-right-item-images.shared_image {
                    display: flex;
                    flex-direction: column-reverse;
                }
                .left-right .container .left-right-item-images.shared_image .left-right-tabs-images {
                    gap: 32px;
                    margin-bottom: 48px;
                }
                .left-right .container .left-right-item-images.static-tags {
                    display: none;
                }
                .left-right .container .left-right-item-images.single-image {
                    display: block;
                    position: static !important;
                    max-width: 720px !important;
                    height: 480px !important;
                    border-bottom-left-radius: 0 !important;
                    border-bottom-right-radius: 0 !important;
                }
                .left-right .container .left-right-item-images.single-image .left-right-tabs-images {
                    display: none;
                }
                .left-right .container .left-right-item-images.single-image img {
                    position: static !important;
                    height: auto !important;
                    width: 100% !important;
                    right: unset;
                    bottom: unset;
                }
                .left-right .container .left-right-item-images img,
                .left-right .container .left-right-item-images video {
                    width: 720px;
                    height: 480px;
                }
                .left-right .container .left-right-item-images .left-right-tabs-images {
                    display: flex;
                    flex-direction: column;
                    gap: 48px;
                }
                .left-right .container .left-right-item-images .left-right-tabs-images .left-right-tabs-image {
                    width: 728px;
                }
                .left-right .container .left-right-item-images .left-right-tabs-images .left-right-tabs-image .tab-title {
                    display: block;
                    margin-bottom: 40px;
                }
                .left-right .container .left-right-item-images .left-right-tabs-images .left-right-tabs-image .tab-title .title {
                    font-size: 28px;
                    line-height: 40px;
                }
                .left-right .container .left-right-item-images .left-right-tabs-images .left-right-tabs-image .tab-title .description {
                    font-size: 16px;
                    line-height: 24px;
                    margin-top: 12px;
                    opacity: 0.8;
                }
                .left-right .container .mobile-tags {
                    display: flex;
                    gap: 16px;
                }
                .left-right .container .mobile-tags .tag {
                    border-color: rgb(255 255 255 / 0.3);
                    color: #fff;
                    font-size: 16px;
                    line-height: 24px;
                    border-radius: 16px;
                    padding: 16px 24px;
                }
                .left-right .container .tab-switcher {
                    display: flex;
                    margin-bottom: 40px;
                }
                .left-right .container .icons {
                    gap: 30px;
                }
                .left-right .container .icons img.icon {
                    height: 36px !important;
                    width: auto !important;
                }
                .left-right.white_background {
                    margin: 96px 0;
                }
                .left-right.black_background {
                    padding: 64px 0;
                }
                .left-right.mobile-slide .left-right-tabs-image {
                    display: none;
                }
                .left-right.with-tags .section-title {
                    font-size: 32px;
                    line-height: 44px;
                }
                .left-right.with-tags .section-description {
                    font-size: 18px;
                    line-height: 28px;
                }
                .left-right.grey_background {
                    padding: 64px 0;
                }
            }
            @media screen and (max-width: 767px) {
                .left-right.industry-niches {
                    padding-bottom: 0 !important;
                }
                .left-right.gray_background {
                    padding: 48px 0;
                }
                .left-right .container .static-tags-content {
                    margin-bottom: 24px;
                    display: block;
                }
                .left-right .container .static-tags-content .static-content-item {
                    display: none;
                }
                .left-right .container .static-tags-content .static-content-item img {
                    width: 100%;
                    height: auto;
                    margin-top: 24px;
                }
                .left-right .container .static-tags-content .static-content-item h3 {
                    font-size: 20px;
                    line-height: 28px;
                    margin-bottom: 8px;
                }
                .left-right .container .static-tags-content .static-content-item p {
                    color: rgb(255 255 255 / 0.8);
                    font-size: 12px;
                    line-height: 18px;
                }
                .left-right .container .static-tags-content .static-content-item.active {
                    display: block;
                }
                .left-right .container .static-tags-witcher-wrapper {
                    display: block;
                    overflow-x: scroll;
                    width: calc(100% + 32px);
                    margin-left: -16px;
                    padding: 0 16px;
                }
                .left-right .container .static-tags-switcher {
                    display: inline-flex;
                    width: fit-content;
                    margin-top: 48px;
                    margin-bottom: 32px;
                }
                .left-right .container .section_description {
                    margin-top: 12px;
                }
                .left-right .container .left-right__header-container {
                    flex-direction: column;
                }
                .left-right .container .left-right-item {
                    gap: 48px;
                    flex-direction: column;
                }
                .left-right .container .left-right-item.static-tags {
                    display: block;
                }
                .left-right .container .left-right-item .section-description {
                    font-size: 14px;
                    line-height: 20px;
                }
                .left-right .container .left-right-item .section-title {
                    font-size: 24px;
                    line-height: 32px;
                }
                .left-right .container .left-right-item-content > .button_container {
                    display: none;
                }
                .left-right .container .mobile-buttons {
                    display: block;
                }
                .left-right .container .left-right-content ul.info {
                    margin-top: 48px;
                    font-size: 16px;
                    line-height: 24px;
                    gap: 12px;
                }
                .left-right .container .left-right-content ul.info li {
                    padding-left: 20px;
                }
                .left-right .container .left-right-content ul.info li:before {
                    top: -5px;
                    left: 5px;
                    font-size: 30px;
                }
                .left-right .container .left-right-content .left-right-item.with-video .section-description {
                    font-size: 14px;
                    line-height: 20px;
                }
                .left-right .container .left-right-content .left-right-item.with-video ul.info {
                    margin-top: 32px;
                }
                .left-right .container .left-right-content .left-right-item.with-video .section-title {
                    font-size: 24px;
                    line-height: 32px;
                }
                .left-right .container .left-right-item-images {
                    width: 100%;
                }
                .left-right .container .left-right-item-images.shared_image {
                    display: flex;
                    flex-direction: column-reverse;
                }
                .left-right .container .left-right-item-images.shared_image .left-right-tabs-images {
                    gap: 24px;
                    margin-bottom: 32px;
                }
                .left-right .container .left-right-item-images.static-tags {
                    display: none;
                }
                .left-right .container .left-right-item-images.single-image {
                    display: block;
                    position: static !important;
                    max-width: 343px;
                    height: 228px !important;
                    margin: 0 auto !important;
                    border-bottom-left-radius: 0 !important;
                    border-bottom-right-radius: 0 !important;
                }
                .left-right .container .left-right-item-images.single-image img {
                    position: static !important;
                    height: auto !important;
                    width: 100% !important;
                    right: unset;
                    bottom: unset;
                }
                .left-right .container .left-right-item-images.single-image .left-right-tabs-images {
                    display: none;
                }
                .left-right .container .left-right-item-images .left-right-tabs-images {
                    display: flex;
                    flex-direction: column;
                    gap: 32px;
                }
                .left-right .container .left-right-item-images .left-right-tabs-images .left-right-tabs-image {
                    width: 100%;
                }
                .left-right .container .left-right-item-images .left-right-tabs-images .left-right-tabs-image .tab-title {
                    display: block;
                    margin-bottom: 24px;
                }
                .left-right .container .left-right-item-images .left-right-tabs-images .left-right-tabs-image .tab-title .title {
                    font-size: 20px;
                    line-height: 28px;
                }
                .left-right .container .left-right-item-images .left-right-tabs-images .left-right-tabs-image .tab-title .description {
                    font-size: 14px;
                    line-height: 20px;
                    margin-top: 12px;
                    opacity: 0.8;
                }
                .left-right .container .mobile-tags {
                    display: flex;
                    gap: 12px;
                }
                .left-right .container .mobile-tags .tag {
                    border-color: rgb(255 255 255 / 0.3);
                    color: #fff;
                    font-size: 14px;
                    line-height: 20px;
                    border-radius: 12px;
                    padding: 12px 20px;
                }
                .left-right .container .tab-switcher {
                    display: flex;
                    margin-bottom: 32px;
                }
                .left-right .container .icons {
                    gap: 20px;
                }
                .left-right .container .icons img.icon {
                    height: 24px !important;
                    width: auto !important;
                    border-radius: 0 !important;
                }
                .left-right.white_background {
                    margin: 72px 0;
                }
                .left-right.black_background {
                    padding: 48px 0;
                }
                .left-right.mobile-slide .left-right-tabs-image {
                    display: none;
                }
                .left-right.with-tags .section-title {
                    font-size: 24px;
                    line-height: 32px;
                }
                .left-right.with-tags .section-description {
                    font-size: 14px;
                    line-height: 20px;
                }
                .left-right.grey_background {
                    padding: 48px 0;
                }
            }
            .loading-tabs .container .buttons-container {
                display: flex;
                flex-wrap: wrap;
                gap: 20px;
                position: relative;
            }
            .loading-tabs .container .mobile-buttons {
                display: none;
            }
            .loading-tabs .container .section-title {
                text-align: left;
                font-weight: 700;
            }
            .loading-tabs .container .loading-tabs-content {
                position: relative;
            }
            .loading-tabs .container .loading-tabs-item {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }
            .loading-tabs .container .loading-tabs-item .loading-tabs-item__tabs {
                display: flex;
                flex-direction: column;
            }
            .loading-tabs .container .loading-tabs-item .loading-tabs-item__tabs .tab {
                position: relative;
                cursor: pointer;
                gap: 12px;
                padding: 16px 24px;
                display: flex;
                align-items: center;
            }
            .loading-tabs .container .loading-tabs-item .loading-tabs-item__tabs .tab .title {
                font-weight: 500;
            }
            .loading-tabs .container .loading-tabs-item .loading-tabs-item__tabs .tab .circle-progress {
                display: none;
            }
            .loading-tabs .container .loading-tabs-item .loading-tabs-item__tabs .tab .play-icon {
                width: 20px;
                height: 20px;
            }
            .loading-tabs .container .loading-tabs-item .loading-tabs-item__tabs .tab.active {
                border-radius: 16px;
            }
            .loading-tabs .container .loading-tabs-item .loading-tabs-item__tabs .tab.active .circle-progress {
                display: inline-block;
            }
            .loading-tabs .container .loading-tabs-item .loading-tabs-item__tabs .tab.active .play-icon {
                display: none;
            }
            .loading-tabs .container .loading-tabs-item .loading-tabs-item-images {
                box-sizing: border-box;
            }
            .loading-tabs .container .loading-tabs-item .loading-tabs-item-images .slick-list {
                overflow: visible;
            }
            .loading-tabs .container .loading-tabs-item .loading-tabs-item-images img,
            .loading-tabs .container .loading-tabs-item .loading-tabs-item-images video {
                width: 100%;
                height: auto;
            }
            .loading-tabs .container .loading-tabs-item .loading-tabs-tabs-images {
                position: relative;
            }
            .loading-tabs .container .loading-tabs-item .loading-tabs-tabs-images .loading-tabs-tabs-image.active {
                display: block;
            }
            .loading-tabs .container .loading-tabs-item.right .loading-tabs-item-images {
                margin-left: 0;
            }
            .loading-tabs.grey_background {
                background: #f5f5f6;
            }
            .loading-tabs.grey_background .tab {
                color: rgb(0 0 0 / 0.8);
            }
            .loading-tabs.grey_background .tab.active {
                color: #000;
                background: #fff;
            }
            @media screen and (min-width: 1261px) {
                .loading-tabs .container .loading-tabs-item {
                    flex-direction: row;
                }
                .loading-tabs .container .loading-tabs-item.right {
                    flex-direction: row-reverse;
                }
                .loading-tabs .container .loading-tabs-content .section-title {
                    font-size: 52px;
                    line-height: 68px;
                }
                .loading-tabs .container .loading-tabs-item-content {
                    text-align: left;
                    width: 500px;
                }
                .loading-tabs .container .loading-tabs-item-content .loading-tabs-item__tabs {
                    margin-top: 48px;
                }
                .loading-tabs .container .loading-tabs-item-content .loading-tabs-item__tabs .tab .title {
                    font-size: 16px;
                    line-height: 24px;
                }
                .loading-tabs .container .loading-tabs-item-content .loading-tabs-item__tabs .tab:hover {
                    color: rgb(0 0 0 / 0.8);
                }
                .loading-tabs .container .loading-tabs-tabs-image {
                    width: 624px;
                    margin-bottom: 40px;
                }
                .loading-tabs .container .loading-tabs-item-images {
                    overflow: hidden;
                    width: 624px;
                    height: 788px;
                    padding-top: 80px;
                }
                .loading-tabs .container img,
                .loading-tabs .container video {
                    height: auto;
                    border-radius: 24px;
                }
            }
            @media screen and (max-width: 1260px) and (min-width: 768px) {
                .loading-tabs {
                    overflow: hidden;
                }
                .loading-tabs .container .loading-tabs-item {
                    flex-direction: column;
                    gap: 64px;
                }
                .loading-tabs .container .loading-tabs-item-content > .buttons-container {
                    display: none;
                }
                .loading-tabs .container .mobile-buttons {
                    display: block;
                }
                .loading-tabs .container .loading-tabs-content .loading-tabs-item .section-title {
                    font-size: 52px;
                    line-height: 68px;
                }
                .loading-tabs .container .loading-tabs-item-content {
                    text-align: left;
                }
                .loading-tabs .container .loading-tabs-item-content .loading-tabs-item__tabs {
                    margin-top: 48px;
                }
                .loading-tabs .container .loading-tabs-item-content .loading-tabs-item__tabs .tab .title {
                    font-size: 16px;
                    line-height: 24px;
                }
                .loading-tabs .container .loading-tabs-tabs-image {
                    width: 480px;
                    margin-right: 40px;
                }
                .loading-tabs .container .loading-tabs-item-images {
                    max-width: 100%;
                }
                .loading-tabs .container img,
                .loading-tabs .container video {
                    height: auto;
                    border-radius: 24px;
                }
                .loading-tabs .container .testimonials-swipe {
                    display: flex;
                    font-size: 16px;
                    line-height: 24px;
                    gap: 6px;
                }
                .loading-tabs .container .testimonials-swipe img {
                    width: 15px;
                    height: 15px;
                }
                .loading-tabs.grey_background {
                    padding: 64px 0;
                }
            }
            @media screen and (max-width: 767px) {
                .loading-tabs {
                    overflow: hidden;
                }
                .loading-tabs .container .loading-tabs-item {
                    flex-direction: column;
                    gap: 48px;
                }
                .loading-tabs .container .loading-tabs-item-content > .buttons-container {
                    display: none;
                }
                .loading-tabs .container .mobile-buttons {
                    display: block;
                }
                .loading-tabs .container .loading-tabs-content .loading-tabs-item .section-title {
                    font-size: 30px;
                    line-height: 40px;
                }
                .loading-tabs .container .loading-tabs-item-content {
                    text-align: left;
                }
                .loading-tabs .container .loading-tabs-item-content .loading-tabs-item__tabs {
                    margin-top: 32px;
                }
                .loading-tabs .container .loading-tabs-item-content .loading-tabs-item__tabs .tab .title {
                    font-size: 14px;
                    line-height: 20px;
                }
                .loading-tabs .container .loading-tabs-tabs-image {
                    width: 300px;
                    margin-right: 20px;
                }
                .loading-tabs .container .loading-tabs-item-images {
                    max-width: 100%;
                }
                .loading-tabs .container img,
                .loading-tabs .container video {
                    height: auto;
                    border-radius: 16px;
                }
                .loading-tabs.grey_background {
                    padding: 48px 0;
                }
            }
			
.ag-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #0168c1;
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
.yoga-services:hover .Individualized {
	position:relative;
	z-index:9999;
}


.yoga-services:hover h3 {
	color:#fff;
}


.yoga-services:hover em {
	color:#fff;
}


.yoga-services:hover p {
	color:#fff;
}


.yoga-services:hover ul li {
	color:#fff;
}
.yoga-services:hover .ag-courses-item_bg{
    height: 100%;
    width: 100%;
    background-color: #0168c1;
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.top-icon-slider:hover {
    transform: scale3d(1.06, 1.06, 1);
    z-index: 1;
    border-width: 1px !important;
    background: #fff;
    box-shadow: 0 2px 9px 0px rgb(0 90 167);
    border-radius: 10px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}