.header-2 * {transition:.3s;}
.header-2 {position:fixed; top:0; left:0; width:100vw; padding-top: 1rem; z-index: 100;}
.header-2 .container {background: rgba(0,0,0,.7); backdrop-filter: blur(3px); border-radius: 2rem; padding-top:1rem; padding-bottom: 1rem;}


.header-2 #logo {display:block; color:#fff;}
.header-2 #logo:hover {opacity:.75;}
.header-2 #logo img {filter:invert(1); max-width: 50px; padding-right: 0.5rem;}

.header-2 #header_items {margin:.5rem 0; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.header-2 #header_items .logo svg path {fill: var(--color-base);}
.header-2 #header_items .logo svg path.arrow {fill: var(--color-body);}
.header-2 .top_menu {}
.header-2 .top_menu ul {display:flex; padding: 0; gap:1rem; flex-wrap:wrap; margin:0;}
.header-2 .top_menu ul li {position: relative; flex: auto; text-align: center; display:block;}
.header-2 .top_menu ul li a {display:block; color:#fff;}
.header-2 .top_menu > ul > li:hover > a {text-decoration: underline;}
.header-2 .top_menu ul li ul {display:none; position:absolute; top:100%; right:0; background:rgba(0,0,0,.7); backdrop-filter: blur(3px); text-align:left; box-shadow: 0 6px 12px rgb(0 0 0 / 18%); padding: 1.5rem 0; border-radius: 2rem; white-space: nowrap;}
.header-2 .top_menu ul li ul li {text-align:left;}
.header-2 .top_menu ul li ul li a {color: #fff; text-decoration: none; padding:1rem 1.5rem; display: block;}
.header-2 .top_menu ul li ul li a i {margin-right: 1rem;}
.header-2 .top_menu ul li ul li:hover > a {background:rgba(0,0,0,1);}
.header-2 .top_menu ul li ul li ul li:hover a {box-shadow: 0 6px 12px rgb(0 0 0 / 18%);}
.header-2 .top_menu ul li:hover > ul {display: block;}
.header-2 .top_menu ul li ul li ul {display: none; top: 0; left: 100%; min-height: 100%;}
.header-2 .top_menu ul li ul li.parent > a {padding-right:2rem; position:relative;}
.header-2 .top_menu ul li ul li.parent > a::before {content: '\27A4'; position:absolute; right:.5rem; top:50%; transform:translateY(-50%);}

.mobile-window {position: fixed; z-index: 1000;}
.mobile-window * {transition: .3s;}
.mobile-window .logo img {filter:invert(1);}
.mobile-window .bg {position:fixed; background:rgba(0,0,0,.5); backdrop-filter: blur(1px); top:0; left:0; right:100%; bottom:0; border-radius:0 100% 100% 0;}
.mobile-window .window {width:0; background:rgba(0,0,0,.7); backdrop-filter: blur(2px); position:fixed; top:0; left:0; bottom:0; border-radius:0 100% 100% 0; opacity:0; padding:0; overflow:auto; display:flex; flex-direction: column; text-align: center;}
.mobile-window .close {position:fixed; top:0; left:300px; margin:1rem; font-size:0; color:#fff; cursor:pointer;}
.mobile-window .close:hover {opacity:.7;}
.mobile-window .window > div {margin:1rem 0;}
.mobile-window .mobile_menu {text-align:left; margin-bottom:auto;}
.mobile-window .mobile_menu ul {display:block; margin:0; padding:0;}
.mobile-window .mobile_menu ul li {display:block; margin:0; padding:0;}
.mobile-window .mobile_menu ul li a {color:#fff; display: block; padding: .5rem 1rem;}
.mobile-window .mobile_menu ul li ul {margin-left: 1rem; border-left: 1px dotted #ddd;}

body.active-menu {overflow:hidden;}
body.active-menu .mobile-window {display:block;}
body.active-menu .mobile-window .bg {right:0; border-radius:0;}
body.active-menu .mobile-window .close {font-size:3rem;}
body.active-menu .mobile-window .window {width:300px; border-radius: 0 2rem 2rem; opacity:1; padding:1rem;}

.breadcrumbs {display: none;}

[data-color="#000000FF"] {color:#000000FF}

:root {
    --bg: #f7f7fb;
    --surface: #ffffff;
    --muted: #6b7280;
    --text: #0f1720;
    --accent: #10a37f;
    --accent-600: #0e8d6f;
    --border: #e6e9ee;
    --shadow: 0 6px 18px rgba(15, 23, 32, 0.06);
    --header-height: 64px;
    --sidebar-width: 260px;
    --mid-width: 260px;
    --radius: 12px;
}

/* Reset / base */
* {
    box-sizing: border-box
}

/*html, body {*/
/*    height: 100%*/
/*}*/

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}

/* MODULE wrapper */
.cover-3 {
    height: 100%;
    position: relative;
    z-index: 200;
    pointer-events: none;
    background: #fff;
    background-image: repeating-linear-gradient(0deg,
    transparent,
    transparent 19px,
    rgba(75, 85, 99, 0.08) 19px,
    rgba(75, 85, 99, 0.08) 20px,
    transparent 20px,
    transparent 39px,
    rgba(75, 85, 99, 0.08) 39px,
    rgba(75, 85, 99, 0.08) 40px),
    repeating-linear-gradient(90deg,
            transparent,
            transparent 19px,
            rgba(75, 85, 99, 0.08) 19px,
            rgba(75, 85, 99, 0.08) 20px,
            transparent 20px,
            transparent 39px,
            rgba(75, 85, 99, 0.08) 39px,
            rgba(75, 85, 99, 0.08) 40px),
    radial-gradient(circle at 20px 20px, rgba(55, 65, 81, 0.12) 2px, transparent 2px),
    radial-gradient(circle at 40px 40px, rgba(55, 65, 81, 0.12) 2px, transparent 2px);
    background-size: 40px 40px, 40px 40px, 40px 40px, 40px 40px;
    background-repeat: repeat, repeat, repeat, repeat;
    display: block;
}

/* Optional layout wrapper: if absent, replace .cover-3 .layout → .cover-3 */
.cover-3 .layout {
    width: 100%;
    height: 100%;
}

.cover-3 #gigaGPT {
    color: #0a0e14;
}

.cover-3 #window-3 {display: flex; flex-direction: column; justify-content: space-between; overflow: auto;}

/* Grid layout on wide screens: left, middle, center */
@media (min-width: 992px) {
    .cover-3 .layout {
        display: grid;
        grid-template-columns: var(--sidebar-width) var(--mid-width) 1fr;
        grid-template-rows: auto 1fr;
        gap: 1rem;
        height: calc(100vh - 2rem);
        padding: 1rem;
        align-items: start;
    }

    .cover-3 #window-1 {
        grid-column: 1;
        grid-row: 1 / span 2;
        position: relative;
        margin-top: var(--header-height);
        height: calc(100vh - var(--header-height) - 2rem);
        overflow: auto;
        background: var(--surface);
        border-right: 1px solid var(--border);
        box-shadow: var(--shadow);
        border-radius: var(--radius);
        pointer-events: all;
    }

    .cover-3 #window-2 {
        grid-column: 2;
        grid-row: 1;
        margin-top: var(--header-height);
        height: auto;
        overflow: auto;
        background: var(--surface);
        border: 1px solid var(--border);
        box-shadow: var(--shadow);
        border-radius: var(--radius);
        pointer-events: all;
    }

    .cover-3 #window-3 {
        grid-column: 3;
        grid-row: 1 / span 2;
        position: relative;
        height: calc(100vh - 2rem);
        display: flex;
        flex-direction: column;
        align-items: center; /* centers inner content horizontally */
        /*padding: 2.5rem 6%;*/
        /*overflow: hidden;*/
        pointer-events: all;
    }

    .cover-3 #gigaGPT {
        margin-top: 5rem;
        text-wrap: nowrap;
    }
}

/* Single-column / mobile fallback */
@media (max-width: 991px) {
    .cover-3 .layout {
        display: block;
        padding: 0
    }

    .cover-3 #window-1,
    .cover-3 #window-2,
    .cover-3 #window-3 {
        width: 100%;
        position: relative;
        background: transparent;
    }

    .cover-3 #window-1 {
        margin-top: var(--header-height);
        background: var(--surface);
        padding: 1rem;
        border-bottom: 1px solid var(--border)
    }

    .cover-3 #window-3 {
        padding: 1rem
    }
}

/* Panels base styles */
.cover-3 #window-1,
.cover-3 #window-2,
.cover-3 #window-3 {
    pointer-events: all;
    background: transparent;
}

/* Chat container centered constraints */
.cover-3 #window-3 .chat {
    width: 100%;
    max-width: 980px; /* keep chat content centered and not too wide */
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1 1 auto;
    align-items: stretch;
    /*overflow: hidden;*/
}

/* Messages area */
.cover-3 #window-3 .chat .messages {
    flex: 1 1 auto;
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-bottom: 180px; /* space for sticky/fixed input */
}

/* Message bubbles */
.cover-3 #window-3 .chat .messages > * {
    max-width: 78%;
    margin-right: auto;
    border-radius: 14px;
    padding: 0.85rem 1rem;
    background: linear-gradient(180deg, #ffffff, #fbfcfd);
    border: 1px solid var(--border);
    box-shadow: 0 4px 12px rgba(15, 23, 32, 0.04);
    color: var(--text);
    word-break: break-word;
    text-align: left;
}

.cover-3 #window-3 .chat .messages .ai li:last-child {margin-bottom: 1em;}

.cover-3 #window-3 .chat .messages .user {
    margin-left: auto;
    margin-right: 0;
    background: linear-gradient(180deg, #e8ffef, #f1fff7);
    border: 1px solid rgba(16, 163, 127, 0.12);
    box-shadow: 0 6px 20px rgba(16, 163, 127, 0.06);
}

/* Media inside messages */
.cover-3 #window-3 .chat .messages img,
.cover-3 #window-3 .chat .messages video,
.cover-3 #window-3 .chat .messages audio {
    max-width: 100%;
    border-radius: 10px;
    background: #fff;
}

.cover-3 #window-3 .chat .siri {
    mix-blend-mode: darken;
    border: none;
    background: transparent;
    box-shadow: none;
}

/* Files area */
.cover-3 #window-3 .files .image {
    width: 33%;
    flex: 0 0 auto;
    border-radius: 8px;
    overflow: hidden
}

.cover-3 #window-3 .files .audio {
    width: 100%
}

/* Input form: centered fixed at bottom */
.cover-3 #window-3 .chat form {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    width: min(980px, calc(100% - 32px));
    max-width: 980px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 10px 16px;
    /*display: flex;*/
    align-items: center;
    gap: 0.6rem;
    box-shadow: 0 14px 40px rgba(2, 6, 23, 0.08);
    pointer-events: all;
    z-index: 220;
}

/* Ensure form is above scroll arrow if needed */
#scrollArrow {
    z-index: 230
}

/* Input control */
.cover-3 #window-3 .chat form .form-control {
    border: none;
    outline: none;
    background: transparent;
    resize: none;
    padding: 0.4rem 0;
    font-size: 15px;
    width: 100%;
    color: var(--text);
    max-height: 20vh;
}

.cover-3 #window-3 .chat form .form-control:focus {
    outline: none;
    border-color: inherit;
    box-shadow: 0 0 0 3px rgba(16, 163, 127, 0.12);
}

/* design panel/buttons inside form */
.cover-3 #window-3 .chat form .design-panel {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex: 0 0 auto;
    margin: 0px;
}

.cover-3 #window-3 .chat form .control-panel {
    margin: 0px;
}

.cover-3 #window-3 .chat form .control-panel [name="submit"],
.cover-3 #window-3 .chat form .design-panel [name="record"] {
    background: transparent;
    border: none;
    color: var(--accent);
    cursor: pointer;
    margin: 0.45rem;
    border-radius: 8px;
    width: 4rem;
    height: 4rem;
}

.cover-3 #window-3 .chat form .design-panel [type="button"] {
    background: rgba(16, 163, 127, 0.06);
    color: var(--accent);
    border-color: var(--accent-600);
}

.cover-3 #window-3 .chat form .design-panel [type="button"]:hover {
    background: rgba(16, 163, 127, 0.4);
    color: var(--accent-600);
}

.cover-3 #window-3 .chat form .control-panel [name="submit"]:hover {
    background: rgba(16, 163, 127, 0.06);
    color: var(--accent-600);
}

/* Buttons & icons */
.cover-3 .btn {
    padding: 0.45rem;
    border-radius: 8px
}

.cover-3 i {
    transition: .18s ease;
    cursor: pointer;
    color: var(--muted)
}

.cover-3 i:hover {
    color: var(--accent-600);
    transform: translateY(-2px)
}

/* Accordion / list items */
.cover-3 .btn-link {
    display: flex;
    gap: .5rem;
    align-items: center;
    padding: .5rem;
    text-decoration: none;
    color: var(--text);
    border-radius: 10px
}

.cover-3 .btn-link:hover {
    background: rgba(2, 6, 23, 0.03)
}

/* Upload area & progress */
.cover-3 #uploadArea .card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow)
}

.cover-3 .progress-bar {
    height: 8px;
    background: linear-gradient(90deg, var(--accent), var(--accent-600));
    border-radius: 8px;
    width: 0%;
    transition: width .35s ease
}

/* Login form */
.cover-3 #aiLoginForm {
    display: none;
    max-width: 480px;
    padding: 3.25rem 2rem;
    margin: 0 auto;
    background: var(--surface);
    border-radius: 14px;
    box-shadow: var(--shadow);
    text-align: center;
}

.cover-3 #aiLoginForm .phone-input {
    background: #f5f7fb;
    color: var(--text);
    border-radius: 12px;
    padding: 0 1rem;
    position: relative;
    font-size: 18px
}

.cover-3 #aiLoginForm .phone-input .form-control {
    border: none;
    background: transparent;
    padding: .5rem 0;
}

/* Scroll Arrow (floating) */
#scrollArrow {
    position: fixed;
    right: 1.25rem;
    bottom: 86px; /* above the fixed form */
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--surface);
    color: var(--accent-600);
    border: 1px solid var(--border);
    box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
    cursor: pointer;
    z-index: 2147483647;
    pointer-events: auto;
    transition: transform 0.15s ease, opacity 0.12s ease;
}

#scrollArrow svg {
    width: 1.25rem;
    height: 1.25rem
}

#scrollArrow:active {
    transform: scale(0.98)
}

#scrollArrow.hide {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px)
}

/* Responsive small tweaks */
@media (max-width: 520px) {
    .cover-3 #window-3 .chat form {
        width: calc(100% - 20px);
        left: 50%;
        transform: translateX(-50%);
        padding: 8px 12px;
        bottom: 12px;
    }

    .cover-3 #window-3 .chat .messages {
        padding-bottom: 140px
    }

    #scrollArrow {
        bottom: 74px
    }
}

/* Accessibility focus */
.cover-3 .btn:focus, .cover-3 .btn-link:focus, #scrollArrow:focus {
    outline: 3px solid rgba(16, 163, 127, 0.12);
    outline-offset: 2px;
}

/* Ensure interactive elements accept pointer events */
.cover-3 * {
    pointer-events: auto
}

[data-color="#ffffffff"] {color:#ffffffff}

.articles-2 .items .content {padding: 100px 1rem; background: #fff;}
.articles-2 .items .row {height:100%;}

.articles-2 .items .img {position: relative; overflow: hidden; height: 100%; display: block;}
.articles-2 .items .img img {transition: .3s; position: absolute; z-index: -2; left: 0; top: 0; width:100%; height: 100%; object-fit: cover; border-radius: 0;}
.articles-2 .items .img .module-background {z-index: -1;}

.articles-2 .items .item:hover img {transform: scale(1.1) rotate(-1deg);}
.articles-2 .owl-js .row {flex-direction: column-reverse;}
.articles-2 .owl-js .row .content {background: #fff; padding: 1rem;}
.articles-2 .owl-js .row > * {width:100%;}


.articles-2.zerro-flex-row-reverse .container > .row,
.articles-2.zerro-flex-row-reverse .container-fluid > .row {flex-direction: row !important;}

.articles-2 .row {
    --row-revers: row-reverse !important;
}
.articles-2.zerro-flex-row-reverse .row {
    --row-revers: row !important;
}

@media (max-width: 575px) {
    .articles-2 .items .item.col-xs-2:nth-child(12n-6) .row,
    .articles-2 .items .item.col-xs-2:nth-child(12n-5) .row,
    .articles-2 .items .item.col-xs-2:nth-child(12n-4) .row,
    .articles-2 .items .item.col-xs-2:nth-child(12n-3) .row,
    .articles-2 .items .item.col-xs-2:nth-child(12n-2) .row,
    .articles-2 .items .item.col-xs-2:nth-child(12n-1) .row,
    .articles-2 .items .item.col-xs-2:nth-child(12n) .row,
    .articles-2 .items .item.col-xs-3:nth-child(8n-3) .row,
    .articles-2 .items .item.col-xs-3:nth-child(8n-2) .row,
    .articles-2 .items .item.col-xs-3:nth-child(8n-1) .row,
    .articles-2 .items .item.col-xs-3:nth-child(8n) .row,
    .articles-2 .items .item.col-xs-4:nth-child(6n-2) .row,
    .articles-2 .items .item.col-xs-4:nth-child(6n-1) .row,
    .articles-2 .items .item.col-xs-4:nth-child(6n) .row,
    .articles-2 .items .item.col-xs-6:nth-child(4n-1) .row,
    .articles-2 .items .item.col-xs-6:nth-child(4n) .row,
    .articles-2 .items .item.col-xs-12:nth-child(4n) .row {flex-direction: var(--row-revers);}
}
@media (min-width: 576px) and (max-width: 767px) {
    .articles-2 .items .item.col-sm-2:nth-child(12n-6) .row,
    .articles-2 .items .item.col-sm-2:nth-child(12n-5) .row,
    .articles-2 .items .item.col-sm-2:nth-child(12n-4) .row,
    .articles-2 .items .item.col-sm-2:nth-child(12n-3) .row,
    .articles-2 .items .item.col-sm-2:nth-child(12n-2) .row,
    .articles-2 .items .item.col-sm-2:nth-child(12n-1) .row,
    .articles-2 .items .item.col-sm-2:nth-child(12n) .row,
    .articles-2 .items .item.col-sm-3:nth-child(8n-3) .row,
    .articles-2 .items .item.col-sm-3:nth-child(8n-2) .row,
    .articles-2 .items .item.col-sm-3:nth-child(8n-1) .row,
    .articles-2 .items .item.col-sm-3:nth-child(8n) .row,
    .articles-2 .items .item.col-sm-4:nth-child(6n-2) .row,
    .articles-2 .items .item.col-sm-4:nth-child(6n-1) .row,
    .articles-2 .items .item.col-sm-4:nth-child(6n) .row,
    .articles-2 .items .item.col-sm-6:nth-child(4n-1) .row,
    .articles-2 .items .item.col-sm-6:nth-child(4n) .row,
    .articles-2 .items .item.col-sm-12:nth-child(2n) .row {flex-direction: var(--row-revers);}
}

@media (min-width: 768px) and (max-width: 991px) {
    .articles-2 .items .item.col-md-2:nth-child(12n-6) .row,
    .articles-2 .items .item.col-md-2:nth-child(12n-5) .row,
    .articles-2 .items .item.col-md-2:nth-child(12n-4) .row,
    .articles-2 .items .item.col-md-2:nth-child(12n-3) .row,
    .articles-2 .items .item.col-md-2:nth-child(12n-2) .row,
    .articles-2 .items .item.col-md-2:nth-child(12n-1) .row,
    .articles-2 .items .item.col-md-2:nth-child(12n) .row,
    .articles-2 .items .item.col-md-3:nth-child(8n-3) .row,
    .articles-2 .items .item.col-md-3:nth-child(8n-2) .row,
    .articles-2 .items .item.col-md-3:nth-child(8n-1) .row,
    .articles-2 .items .item.col-md-3:nth-child(8n) .row,
    .articles-2 .items .item.col-md-4:nth-child(6n-2) .row,
    .articles-2 .items .item.col-md-4:nth-child(6n-1) .row,
    .articles-2 .items .item.col-md-4:nth-child(6n) .row,
    .articles-2 .items .item.col-md-6:nth-child(4n-1) .row,
    .articles-2 .items .item.col-md-6:nth-child(4n) .row,
    .articles-2 .items .item.col-md-12:nth-child(2n) .row {flex-direction: var(--row-revers);}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .articles-2 .items .item.col-lg-2:nth-child(12n-6) .row,
    .articles-2 .items .item.col-lg-2:nth-child(12n-5) .row,
    .articles-2 .items .item.col-lg-2:nth-child(12n-4) .row,
    .articles-2 .items .item.col-lg-2:nth-child(12n-3) .row,
    .articles-2 .items .item.col-lg-2:nth-child(12n-2) .row,
    .articles-2 .items .item.col-lg-2:nth-child(12n-1) .row,
    .articles-2 .items .item.col-lg-2:nth-child(12n) .row,
    .articles-2 .items .item.col-lg-3:nth-child(8n-3) .row,
    .articles-2 .items .item.col-lg-3:nth-child(8n-2) .row,
    .articles-2 .items .item.col-lg-3:nth-child(8n-1) .row,
    .articles-2 .items .item.col-lg-3:nth-child(8n) .row,
    .articles-2 .items .item.col-lg-4:nth-child(6n-2) .row,
    .articles-2 .items .item.col-lg-4:nth-child(6n-1) .row,
    .articles-2 .items .item.col-lg-4:nth-child(6n) .row,
    .articles-2 .items .item.col-lg-6:nth-child(4n-1) .row,
    .articles-2 .items .item.col-lg-6:nth-child(4n) .row,
    .articles-2 .items .item.col-lg-12:nth-child(2n) .row {flex-direction: var(--row-revers);}
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .articles-2 .items .item.col-xl-2:nth-child(12n-6) .row,
    .articles-2 .items .item.col-xl-2:nth-child(12n-5) .row,
    .articles-2 .items .item.col-xl-2:nth-child(12n-4) .row,
    .articles-2 .items .item.col-xl-2:nth-child(12n-3) .row,
    .articles-2 .items .item.col-xl-2:nth-child(12n-2) .row,
    .articles-2 .items .item.col-xl-2:nth-child(12n-1) .row,
    .articles-2 .items .item.col-xl-2:nth-child(12n) .row,
    .articles-2 .items .item.col-xl-3:nth-child(8n-3) .row,
    .articles-2 .items .item.col-xl-3:nth-child(8n-2) .row,
    .articles-2 .items .item.col-xl-3:nth-child(8n-1) .row,
    .articles-2 .items .item.col-xl-3:nth-child(8n) .row,
    .articles-2 .items .item.col-xl-4:nth-child(6n-2) .row,
    .articles-2 .items .item.col-xl-4:nth-child(6n-1) .row,
    .articles-2 .items .item.col-xl-4:nth-child(6n) .row,
    .articles-2 .items .item.col-xl-6:nth-child(4n-1) .row,
    .articles-2 .items .item.col-xl-6:nth-child(4n) .row,
    .articles-2 .items .item.col-xl-12:nth-child(2n) .row {flex-direction: var(--row-revers);}
}
@media (min-width: 1400px) {
    .articles-2 .items .item.col-xxl-2:nth-child(12n-6) .row,
    .articles-2 .items .item.col-xxl-2:nth-child(12n-5) .row,
    .articles-2 .items .item.col-xxl-2:nth-child(12n-4) .row,
    .articles-2 .items .item.col-xxl-2:nth-child(12n-3) .row,
    .articles-2 .items .item.col-xxl-2:nth-child(12n-2) .row,
    .articles-2 .items .item.col-xxl-2:nth-child(12n-1) .row,
    .articles-2 .items .item.col-xxl-2:nth-child(12n) .row,
    .articles-2 .items .item.col-xxl-3:nth-child(8n-3) .row,
    .articles-2 .items .item.col-xxl-3:nth-child(8n-2) .row,
    .articles-2 .items .item.col-xxl-3:nth-child(8n-1) .row,
    .articles-2 .items .item.col-xxl-3:nth-child(8n) .row,
    .articles-2 .items .item.col-xxl-4:nth-child(6n-2) .row,
    .articles-2 .items .item.col-xxl-4:nth-child(6n-1) .row,
    .articles-2 .items .item.col-xxl-4:nth-child(6n) .row,
    .articles-2 .items .item.col-xxl-6:nth-child(4n-1) .row,
    .articles-2 .items .item.col-xxl-6:nth-child(4n) .row,
    .articles-2 .items .item.col-xxl-12:nth-child(2n) .row {flex-direction: var(--row-revers);}
}


.module.articles-2 {padding:100px 0;}
[data-color="#000000FF"] {color:#000000FF}

.texts-1 [data-image] {mix-blend-mode:multiply;}
.texts-1 img {width: 100%;}
.texts-1 .cards-title {font-weight: bold;}
.texts-1 .cards-uptitle { opacity: 0.7;}
.texts-1 .row {align-items: center;}

.module.texts-1 {padding:100px 0;}
[data-color="#000"] {color:#000}

.footer-1 {padding:3rem 0;}
.footer-1 ul {display:block; margin:0; padding:0;}
.footer-1 ul li {display:block; margin:0; padding:0; border-bottom:1px solid var(--color-inverse);}
.footer-1 ul li a {display:block; margin:0; padding:.3rem 1rem;}
.footer-1 .zerro-author {display: flex; color:#A2A2A2;}
.footer-1 .zerro-author:hover {color:#A2A2A2;}
.footer-1 .zerro-author::before {content: url('/assets/images/zerro.svg'); margin-right:1rem; filter:grayscale(1) invert(1);}
.footer-1 .row:nth-child(1) {padding-bottom:1.5rem; margin-bottom:1.5rem; border-bottom:1px solid #a2a2a2;}
.footer-1 .row:nth-child(2) a:hover {filter:contrast(3);}


[data-color="#ffffffFF"] {color:#ffffffFF}
[data-color="#A2A2A2"] {color:#A2A2A2}

