/*!
Theme Name: Mindmaze
Theme URI: https://them.es/starter
Author: Denis Danchenko
Author URI: https://t.me/SteaveRayvon
Description: 
Version: 9.6.1
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: mindmaze
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor {
    font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

body {
    background: #e9ebf3 !important;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.hero-section {
    background: #e9ebf3;
    text-align: center;
    overflow: hidden;
}

.hero-section .logo {
    padding-top: 122px;
    padding-bottom: 80px;
}

.hero-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 900;
    font-size: 56px;
    line-height: 1.2;
    color: #2b2e3a;
    margin-bottom: 106px;
}

.hero-title .gradient-text {
    background: linear-gradient(170.873deg, #2f40ea 24.735%, #0089ff 101.37%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.game-showcase {
    background-color: #fdfdfd;
    background-image: url("./assets/image/bg-hero.png");
    background-size: cover;
    border-radius: 22px;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.03);
    padding: 32px 47px 54px 60px;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
    max-width: 1228px;
    margin-right: auto;
    margin-left: auto;
}

.game-showcase h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 900;
    font-size: 2.875rem;
    line-height: 1.1;
    color: #3b3f51;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.game-showcase p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 1.063rem;
    line-height: 1.588;
    color: #000;
}

.game-showcase .bold-text {
    font-weight: 700;
}

.game-phones {
    display: flex;
    justify-content: end;
    gap: 25px;
}

.game-phones > img:last-child {
    position: relative;
    top: -64.5px;
}

.game-icon {
    width: 114px;
    border-radius: 22.023px;
    border: 0.648px solid #CCCEDA;
    background: rgba(217, 211, 252, 0.00);
    margin-bottom: 37px;
    margin-top: 15px;
}

.game-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.store-buttons {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

.store-buttons img {
    height: 45px;
}

.phone-mockup {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 555.485px;
}

.about-section .content {
    background: url(./assets/image/about-bg.svg), linear-gradient(to top, #2f40ea, #0089ff);
    background-size: 365px, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: calc(100% - 25px) 43px, center;
    border-radius: 22px;
    box-shadow: 0px 3.359px 30.15px 0px rgba(0, 0, 0, 0.13);
    padding: 61px 43px 63px 61px;
    color: white;
    position: relative;
    overflow: hidden;
    max-width: 1228px;
    margin-right: auto;
    margin-left: auto;
}

.about-badge {
    background-color: rgba(255, 255, 255, 0.07);
    background-image: url('./assets/image/about-badge-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 8.398px 16.795px;
    border-radius: 41.988px;
    font-family: 'SF Pro Text', sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
    letter-spacing: 1.2344px;
    text-transform: uppercase;
    color: #fbfbfb;
    margin-bottom: 45px;
}

.about-section h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 900;
    font-size: 3.125rem;
    line-height: 1.1;
    /*letter-spacing: 1px;*/
    color: #fdfdfd;
    margin-bottom: 40px;
}

.feature-card {
    display: flex;
    gap: 73px;
    margin-top: 73px;
}

.feature-card .item {
    max-width: 326px;
}

.feature-card .icon {
    width: 48px;
    height: 48px;
    /*opacity: 0.5;*/
    margin-bottom: 24px;
}

.feature-card h3 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.1;
    /*letter-spacing: -0.96px;*/
    color: #fdfdfd;
    margin-bottom: 19px;
}

.feature-card p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 0.938rem;
    line-height: 1.5;
    color: white;
    opacity: 0.8;
    margin-bottom: 0;
    text-wrap-style: balance;
}

.tagline-section {
    text-align: center;
    padding: 176px 0;
}

.tagline-section .tag-logo {
    font-family: 'DM Sans', sans-serif;
    font-weight: 900;
    font-size: 33px;
    line-height: 1.3;
    letter-spacing: -1.3312px;
    color: #aab0c7;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.footer-section {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    margin-top: 60px;
}

.footer-section .copyright {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.963;
    letter-spacing: -0.32px;
    color: #6c7085;
}

.footer-section .footer-links {
    text-align: right;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    letter-spacing: -0.32px;
}

.footer-section .footer-links a {
    color: #3c3e4c;
    text-decoration: none;
    margin-left: 15px;
}

.footer-section .footer-links a:hover {
    text-decoration: underline;
}

.footer-section .footer-links .separator {
    color: #b9bbc5;
    margin: 0 15px;
}

.hero-section .hr {
    width: 100%;
    height: 1px;
    margin-bottom: 90px;
}
.hero-section .hr svg {
    width: 100%;
    height: 1px;
    max-width: 1106px;
    margin: 0 auto;
}
/* Footer styles */
.footer-divider {
    width: 100%;
    max-width: 1106px;
    height: 1px;
    margin: 0 auto 30px;
}

.footer-content {
    padding-bottom: 40px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo svg {
    width: 156px;
    height: 26px;
}

.footer-copyright {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: #6c7085;
    margin: 0;
    display: flex;
    align-items: center;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    letter-spacing: -0.32px;
}

.footer-links a {
    color: #3c3e4c;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #2f40ea;
    text-decoration: underline;
}

.footer-links .separator {
    color: #b9bbc5;
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    position: relative;
    top: 2px;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.h4, h4 {
    font-size: 1.2rem !important;
}
.footer-content .container {
    max-width: 1135px;
}
.game-phones img {
    max-width: 274px;
}
@media (max-width: 1199px) {
    .hero-section .logo svg {
        max-width: 225px;
    }

    .hero-section .logo {
        padding-top: 76px;
        padding-bottom: 52px;
    }

    .hero-section .hr {
        margin-bottom: 60px;
    }

    .game-showcase {
        padding: 58px 40px 63px 40px;
        background-image: url(./assets/image/bg-hero-tablet.png);
        background-repeat: no-repeat;
        background-position: center;
    }

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

    .game-icon {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .game-showcase h2 {
        margin-bottom: 67px;
        text-align: center;
    }

    .game-phones {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .game-phones > img:last-child {
        position: relative;
        top: -20px;
    }

    .game-showcase p {
        max-width: 577px;
        text-align: center;
        padding-top: 60px;
        margin-left: auto;
        margin-right: auto;
    }

    .store-buttons {
        margin-top: 53px;
        justify-content: center;
    }

    .feature-card {
        gap: 52px;
        margin-top: 52px;
        flex-direction: column;
    }

    .feature-card .item {
        display: flex;
        gap: 19px;
        max-width: 100%;
    }

    .feature-card .item .icon {
        position: relative;
        top: -11px;
    }

    .about-section .content {
        background-size: 273px, cover;
        background-position: calc(100% - 27px) 33px, center;
        padding: 61px 43px 79px 52px;
    }

    .tagline-section {
        padding: 114px 0;
    }

    .footer-left {
        flex-direction: column;
        align-items: start;
    }

    .privacy-content-wrapper {
        border-radius: 20px;
    }
}

@media (max-width: 768px) {
    .game-phones::before {
        content: ""; /* Псевдоэлемент без текста */
        display: inline-block; /* Делаем его блочным, чтобы он стал частью потока */
        width: 20px; /* Задаем ширину отступа */
    }
    .about-section,
    .hero-section {
        padding: 0 15px;
    }

    .hero-title {
        font-size: 43px;
        margin-bottom: 74px;
    }

    .game-showcase {
        padding: 37px 0px 47px 0px;
        margin-bottom: 37px;
    }
    .game-phones > img:first-child {
        margin-left: 30px;
    }
    .phone-mockup {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin: 30px auto;
        display: block;
    }
    .game-showcase p {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 44px;
    }
    .about-section .content {
        padding: 26px 26px 63px 26px;
        background-size: 257px, cover;
        background-position: calc(100% + 70px) 33px, center;
    }

    .about-section h2 {
        font-size: 42px;
        max-width: 292px;
    }

    .about-section h2 br {
        display: none;
    }

    .about-badge {
        margin-bottom: 150px;
    }

    .feature-card .item {
        display: flex;
        gap: 0;
        max-width: 100%;
        flex-direction: column;
    }

    .feature-card .item .icon {
        top: 0;
        margin-bottom: 18px;
    }

    .footer-section .footer-links {
        text-align: left;
        margin-top: 15px;
    }

    .game-icon {
        max-width: 86px;
        text-align: center;
    }

    .game-showcase h2 {
        text-transform: capitalize;
    }

    .game-showcase h2 > span:first-child {
        display: block;
    }

    .game-showcase h2 > span:last-child {
        text-transform: lowercase;
    }

    .game-phones img {
        max-width: 257px;
    }
    .game-phones > img:first-child {
        max-width: 303px;
    }

    .game-phones-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        padding-left: 30px;
    }

    .game-phones img {
        scroll-snap-align: start;
        width: 100%;
    }

    .game-phones-wrapper::-webkit-scrollbar {
        display: none;
    }

    .game-phones {
        overflow: visible;
        display: flex;
        justify-content: start;
        gap: 15px;
    }

    .game-phones > img:last-child {
        top: 0;
        max-width: 303px;
    }

    .footer-links {
        justify-content: center;
        margin-top: 15px;
    }

    .tagline-section .tag-logo {
        flex-direction: column;
        font-size: 42px;
    }

    .tagline-section .tag-logo svg {
        min-width: 68px;
        min-height: 68px;
    }

    .tagline-section .tag-logo > span > span {
        display: block;
    }

    .footer-content .row {
        text-align: center;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .footer-logo {
        width: 100%;
        justify-content: center;
    }

    .footer-left {
        gap: 23px;
        margin-top: 63px;
    }

    .footer-copyright {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .footer-divider {

    }

    .tagline-section {
        padding: 95px 0 66px 0;
    }

}

/**/
.privacy-policy-page {
    background-color: #e9ebf3;
    min-height: 100vh;
    padding: 0;
}

.privacy-policy-page .container-fluid {
    display: flex;
    flex-wrap: nowrap;
}

.pc-sidebar {
    width: 488px;
    max-width: 488px;
    min-width: 488px;
    flex-shrink: 0;
    padding-left: 34px;
    padding-top: 0;
}

.privacy-main-content {
    flex: 1;
    min-width: 0;
    padding: 0;
}

.privacy-policy-page .logo svg {
    max-width: 197px;
}

.privacy-main-content .logo {
    margin-bottom: 30px;
}

.privacy-main-content .logo.d-xl-none {
    padding: 45px 34px 0 34px;
}

.privacy-main-content .privacy-breadcrumb.d-xl-none {
    padding: 0 34px;
    margin-bottom: 43px;
}

.privacy-policy-page .pc-sidebar .logo {
    padding-left: 17px;
    padding-bottom: 54px;
    padding-top: 49px;
}

.privacy-breadcrumb {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: -0.34px;
}

.privacy-breadcrumb a {
    color: #a1a0b8;
    text-decoration: none;
}

.privacy-breadcrumb .separator {
    color: #a1a0b8;
    margin: 0 6px;
}

.privacy-breadcrumb .current {
    color: #2b2e3a;
}

.privacy-content-wrapper {
    background: #fdfdfd;
    border: 1.308px solid rgba(121, 97, 177, 0.18);
    padding: 88px 130px 80px;
    margin: 0 auto;
}

.privacy-content-wrapper h1 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 900;
    font-size: 47.099px;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #2b2e3a;
    margin-bottom: 24px;
}

.privacy-last-updated {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3125px;
    color: #2d2c45;
    margin-bottom: 0;
    padding-bottom: 44px;
    border-bottom: 1px solid rgba(121, 97, 177, 0.18);
}

.privacy-content h2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.18;
    letter-spacing: -0.52px;
    color: #2d2c45;
    margin-bottom: 24px;
    padding-top: 60px;
}

.privacy-content p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.312px;
    color: #2d2c45;
    margin-bottom: 20px;
}

.privacy-content ul {
    margin-bottom: 20px;
    padding-left: 27px;
}
.privacy-content ol li,
.privacy-content ul li {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.3125px;
    color: #2d2c45;
    margin-bottom: 10px;
}

.privacy-content ul li strong {
    font-weight: 700;
}

.privacy-content section {
    margin-bottom: 60px;
}

.privacy-content section:last-child {
    margin-bottom: 0;
}

/* Table of Contents Sidebar */
.privacy-toc {
    background: transparent;
    position: sticky;
    top: 0;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding-right: 34px;
}

/* Custom scrollbar */
.privacy-toc::-webkit-scrollbar {
    width: 6px;
}

.privacy-toc::-webkit-scrollbar-track {
    background: transparent;
}

.privacy-toc::-webkit-scrollbar-thumb {
    background: rgba(121, 97, 177, 0.3);
    border-radius: 3px;
}

.privacy-toc::-webkit-scrollbar-thumb:hover {
    background: rgba(121, 97, 177, 0.5);
}

.privacy-toc .logo svg {
    width: 100%;
    max-width: 180px;
    height: auto;
}

.privacy-toc .privacy-breadcrumb {
    margin-bottom: 42px;
    padding-left: 17.8px;
}

.privacy-toc .nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 60px;
}

.privacy-toc .nav-link {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: -0.34px;
    color: #2d2c45;
    padding: 12.22px 17.8px;
    border-radius: 10px;
    background: transparent;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
}

.privacy-toc .nav-link:hover,
.privacy-toc .nav-link.active {
    background: #ffffff;
    color: #2d2c45;
}

.privacy-toc .nav-link:focus {
    outline: none;
}

/* Toggle Button for Mobile */
.toc-toggle-btn {
    display: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    background: #ffffff;
    border-radius: 9px;
    border: 1px solid #D3D7E7;
    padding: 9px 0 9px 13px;
    color: #2D2C45;
    margin-bottom: 44px;
}

.toc-toggle-btn:hover {
    background: #f8f9fa;
}

.toc-toggle-btn svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    min-width: 24px;
    min-height: 24px;
}

/* Offcanvas Styles */
.offcanvas-privacy-toc {
    background-color: #e9ebf3;
    border-right: 1px solid rgba(121, 97, 177, 0.18);
}

.admin-bar .offcanvas-privacy-toc .offcanvas-header {
    padding: 50px 30px 0px 30px;
}

.offcanvas-privacy-toc .offcanvas-header {
    padding: 23px 30px 0 30px;
}

.offcanvas-privacy-toc .offcanvas-title {
    font-size: 20px;
}

.offcanvas-privacy-toc .offcanvas-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #2b2e3a;
}

.offcanvas-privacy-toc .offcanvas-body {
    padding: 25px 15px 15px 15px;
}

/* Footer Styles */
.privacy-toc .privacy-footer {
    padding-top: 15px;
    padding-left: 17.8px;
    position: fixed;
    bottom: 40px;
    background: #EAEBF3;
}

.privacy-footer-links {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
}

.privacy-footer-links a {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 31.391px;
    letter-spacing: -0.32px;
    color: #3c3e4c;
    text-decoration: none;
}

.privacy-footer-links a:hover {
    text-decoration: underline;
}

.privacy-footer-links .separator {
    color: #b9bbc5;
    font-size: 18px;
}

.privacy-footer-copyright {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 31.391px;
    letter-spacing: -0.32px;
    color: #3c3e4c;
    margin: 0;
}

.offcanvas-privacy-toc .btn-close {
    width: 24px;
    height: 24px;
    padding: 0;
    color: #A5A4BC;
    opacity: 0.3;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .privacy-policy-page .container-fluid {
        display: block;
    }

    .offcanvas-privacy-toc {
        background: #E9EBF3 !important;
    }

    .privacy-main-content {
        width: 100%;
        padding: 0px 0px 80px;
    }

    footer {
        display: block;
    }

    .toc-toggle-btn {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 100%;
        margin-bottom: 44px;
    }

    .privacy-toc.desktop-only {
        display: none !important;
    }

    .privacy-content-wrapper {
        padding: 33px;
    }

    .privacy-content-wrapper h1 {
        font-size: 47px;
    }

    .privacy-content h2 {
        font-size: 26px;
        padding-top: 60px;
    }
    .toc-toggle-btn {
        position: sticky;
        top: 20px;
        z-index: 1030;
    }

    .admin-bar .toc-toggle-btn {
        top: 40px;
    }
}

@media (max-width: 767px) {

    .privacy-main-content {
        padding: 0;
    }

    .privacy-content ul {
        margin-bottom: 0;
    }

    .privacy-policy-page .container-fluid {
        padding: 0;
    }

    .privacy-last-updated {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .offcanvas-privacy-toc {
        max-width: 340px;
    }

    .privacy-main-content .logo.d-xl-none {
        padding: 24px 28px 0 28px;
        margin-bottom: 15px;
    }

    .privacy-main-content .privacy-breadcrumb.d-xl-none {
        padding: 0 28px;
        margin-bottom: 33px;
    }

    .privacy-content-wrapper {
        padding: 23px 29px;
    }

    .privacy-content-wrapper h1 {
        font-size: 37px;
    }

    .privacy-content h2 {
        font-size: 26px;
        padding-top: 40px;
    }

    .privacy-content p,
    .privacy-content ul li {

    }
}

