@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap";:root{--db-light: #111827;--db-dark: #F9FAFB;--db-gray: #D2D5DA;--db-dark-gray: #1f29371c;--db-blue: #93c5fd;--db-purple: #d8b4fe;--db-red: #FCA5A5;--light: #fcfcfc;--dark: #19171a;--primary-color: #e89902;--accent-color: #0f9253}@keyframes arrow-come{0%{transform:translate(-200%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes arrow-leave{0%{transform:translate(0);opacity:1}to{transform:translate(200%);opacity:0}}@keyframes slide-come{0%{transform:translate(200%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slide-out-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100vw);display:none}}@keyframes slide-out-left{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100vw);display:none}}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes gradient-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes fly-1{0%{transform:translateY(.1em)}to{transform:translateY(-.1em)}}@keyframes fly-x{0%{transform:translate(.1em)}to{transform:translate(-.1em)}}@keyframes pulse{0%{width:8px;height:8px;opacity:0}to{width:40px;height:40px;opacity:.5}}@keyframes flash{0%{box-shadow:0 0 0 8px #27bd7cb9}to{box-shadow:0 0 0 8px #27bd7714}}.show{display:flex;flex-direction:column;align-items:center}.show-block{display:block!important}.hide{display:none}.spin-arrow{transform:rotate(180deg);transition:transform .1s ease-out}html{box-sizing:border-box}*,*:before,*:after{margin:0;padding:0;box-sizing:inherit}ul{list-style-type:none}a{text-decoration:none;color:#111827}.dashboard{overflow:hidden;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"slnt" 0;background-color:var(--db-dark);color:var(--db-light);transition:color .5s ease,background-color .5s ease}.website{font-family:Figtree,sans-serif;font-optical-sizing:auto;width:100%;overflow-x:hidden}.website::-webkit-scrollbar{width:1rem}.website::-webkit-scrollbar-track{background:transparent}.website::-webkit-scrollbar-thumb{background:#d2d5da;border-radius:4px}.website::-webkit-scrollbar-thumb:hover{background:#9ca3af;cursor:pointer}.global_container{width:100%;padding-inline:16px;padding-block:8px;box-sizing:border-box;z-index:10}@media (min-width: 768px){.global_container{max-width:768px;margin:0 auto}}@media (min-width: 1025px){.global_container{max-width:1024px;margin:0 auto}}@media (min-width: 1280px){.global_container{max-width:1280px;margin:0 auto}}.dashboard-main-container{width:calc(100vw - 256px);height:calc(100vh - 64px);padding:1rem 2rem 2rem;overflow-x:hidden;overflow-y:scroll}.dashboard-main-container::-webkit-scrollbar{width:8px}.dashboard-main-container::-webkit-scrollbar-track{background:transparent}.dashboard-main-container::-webkit-scrollbar-thumb{background:#6d7280;border-radius:4px}.dashboard-main-container::-webkit-scrollbar-thumb:hover{background:#9ca3af;cursor:pointer}@media (max-width: 1024px){.dashboard-main-container{width:100vw;height:auto;padding:1rem;overflow-x:auto}}.dashboard-main-container-breadcrumbs{width:100%;padding:1rem;padding-left:0;display:flex;flex-direction:row;align-items:center}.dashboard-main-container-breadcrumbs a,.dashboard-main-container-breadcrumbs svg{color:var(--db-light);stroke:var(--db-light);margin-left:1rem;opacity:.7}.dashboard-main-container-breadcrumbs a:first-child,.dashboard-main-container-breadcrumbs svg:first-child{margin-left:0}.dashboard-main-container-breadcrumbs a:last-child,.dashboard-main-container-breadcrumbs svg:last-child{font-weight:600;opacity:1}.dashboard-main-container-breadcrumbs a:hover,.dashboard-main-container-breadcrumbs svg:hover{text-decoration:underline}.dashboard-main-container-actions{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin-bottom:1rem}.dashboard-main-container-table{border-collapse:collapse;width:100%}@media (max-width: 1024px){.dashboard-main-container-table{font-size:12px}}.dashboard-main-container-table th,.dashboard-main-container-table td{border:1px solid var(--db-gray);padding:1rem;text-align:start}.dashboard-main-container-table th img,.dashboard-main-container-table td img{width:50%}.dashboard-main-container-table th .dashboard-icon-button,.dashboard-main-container-table td .dashboard-icon-button{display:grid;margin-right:1rem}.dashboard-main-container-table th{text-align:center;background-color:var(--db-gray)}.dashboard-main-container-table tr:hover{background-color:var(--db-dark-gray)}.dashboard-main-container-table td:last-child{display:flex;justify-content:center;align-items:center}.dashboard-main-container-modules{border:1px solid var(--db-gray);border-radius:1rem;padding:1rem;overflow:scroll;height:calc(100vh - 200px)}.dashboard-main-container-modules::-webkit-scrollbar{width:8px}.dashboard-main-container-modules::-webkit-scrollbar-track{background:transparent}.dashboard-main-container-modules::-webkit-scrollbar-thumb{background:#6d7280;border-radius:4px}.dashboard-main-container-modules::-webkit-scrollbar-thumb:hover{background:#9ca3af;cursor:pointer}.dashboard-icon-button{cursor:pointer;transition:transform .2s ease-out;width:32px;height:32px;border-radius:8px;border:1px solid var(--db-light);display:grid;place-items:center;background-color:transparent}.dashboard-icon-button:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.dashboard-icon-button:active{transition:transform 50ms ease-out;transform:translateY(2px)}@media (max-width: 1024px){.dashboard-icon-button{width:28px;height:28px}}.dashboard-icon-button svg{width:24px;height:24px;stroke:var(--db-light)}@media (max-width: 1024px){.dashboard-icon-button svg{width:20px;height:20px}}.action-view{background-color:var(--db-blue)}.action-edit{background-color:var(--db-purple)}.action-delete{background-color:var(--db-red)}.dashboard-icon-dropdown{cursor:pointer;display:inline-block;height:32px;padding-inline:.5rem;border:1px solid var(--db-light);border-radius:8px;background-color:transparent;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;gap:.5rem}.dashboard-icon-dropdown span{font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:14px;color:var(--db-light)}.dashboard-icon-dropdown svg{stroke:var(--db-light)}.dashboard-dropdown-menu{position:absolute;z-index:9999;border:1px solid var(--db-light);border-radius:8px;background-color:var(--db-dark);box-shadow:0 4px 6px #0003;top:54px}.dashboard-dropdown-menu ul{width:100%;height:100%}.dashboard-dropdown-menu ul li{padding:.5rem;padding-inline:1.5rem;border-bottom:1px solid #E5E7EB}.dashboard-main-button{cursor:pointer;transition:transform .2s ease-out;height:32px;background-color:#22c55e;color:#fff;padding-inline:.5rem;border-radius:8px;display:flex;flex-direction:row;align-items:center;font-family:Inter,sans-serif;font-size:16px;border:none}.dashboard-main-button:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.dashboard-main-button:active{transition:transform 50ms ease-out;transform:translateY(2px)}.dashboard-main-button svg{stroke:#fff;margin-right:.5rem}.dashboard-secondary-button{cursor:pointer;transition:transform .2s ease-out;height:32px;background-color:transparent;color:var(--db-light);padding-inline:.5rem;border:1px solid var(--db-light);border-radius:8px;flex-direction:row;align-items:center;margin-right:1rem;display:flex;font-family:Inter,sans-serif;font-size:16px}.dashboard-secondary-button:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.dashboard-secondary-button:active{transition:transform 50ms ease-out;transform:translateY(2px)}.dashboard-secondary-button svg{stroke:var(--db-light);margin-right:.5rem}.dashboard-action-button{cursor:pointer;transition:transform .2s ease-out;height:32px;background-color:#1f2937;color:#f3f4f6;padding-inline:.5rem;border:1px solid var(--db-gray);border-radius:8px;font-family:Inter,sans-serif;display:flex;flex-direction:row;align-items:center;margin-bottom:3rem}.dashboard-action-button:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.dashboard-action-button:active{transition:transform 50ms ease-out;transform:translateY(2px)}.node-input,.node-display{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:3rem}.node-input label,.node-display label{font-size:16px;color:var(--db-light);margin-bottom:.5rem}.node-input input,.node-display input{transition:transform .2s ease-out;width:256px;height:32px;left:352px;top:242px;border:1px solid var(--db-gray);border-radius:8px;padding-inline:.5rem;color:var(--db-light);font-family:Inter,sans-serif;font-size:14px;font-weight:500;background-color:var(--db-dark);margin-bottom:1rem}.node-input input:hover,.node-display input:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.node-input input:active,.node-display input:active{transition:transform 50ms ease-out;transform:translateY(2px)}@media (max-width: 1024px){.node-input input,.node-display input{width:100%}}.node-input input::placeholder,.node-display input::placeholder{color:var(--db-gray);font-family:Inter,sans-serif;font-size:14px;font-weight:400}.node-input textarea,.node-display textarea{width:50%;border-radius:8px;border:1px solid var(--db-gray);padding:1rem;line-height:1.5;resize:none;overflow:scroll;transition:transform .2s ease-out;background-color:var(--db-dark);color:var(--db-light)}@media (max-width: 1024px){.node-input textarea,.node-display textarea{width:100%}}.node-input textarea:hover,.node-display textarea:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.node-input textarea:active,.node-display textarea:active{transition:transform 50ms ease-out;transform:translateY(2px)}.node-input textarea::-webkit-scrollbar,.node-display textarea::-webkit-scrollbar{width:8px}.node-input textarea::-webkit-scrollbar-track,.node-display textarea::-webkit-scrollbar-track{background:transparent}.node-input textarea::-webkit-scrollbar-thumb,.node-display textarea::-webkit-scrollbar-thumb{background:#6d7280;border-radius:4px}.node-input textarea::-webkit-scrollbar-thumb:hover,.node-display textarea::-webkit-scrollbar-thumb:hover{background:#9ca3af;cursor:pointer}.node-input select,.node-display select{cursor:pointer;outline:none;width:256px;height:32px;left:352px;top:242px;border:1px solid var(--db-gray);border-radius:8px;padding-inline:.5rem;background-color:var(--db-dark);color:var(--db-light);font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:transform .2s ease-out}.node-input select:hover,.node-display select:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.node-input select:active,.node-display select:active{transition:transform 50ms ease-out;transform:translateY(2px)}.node-input select::-webkit-scrollbar,.node-display select::-webkit-scrollbar{width:8px}.node-input select::-webkit-scrollbar-track,.node-display select::-webkit-scrollbar-track{background:transparent}.node-input select::-webkit-scrollbar-thumb,.node-display select::-webkit-scrollbar-thumb{background:#6d7280;border-radius:4px}.node-input select::-webkit-scrollbar-thumb:hover,.node-display select::-webkit-scrollbar-thumb:hover{background:#9ca3af;cursor:pointer}.node-permalink{display:flex;flex-direction:column;margin-bottom:3rem}.node-permalink label{font-size:16px;color:var(--db-light);margin-bottom:.5rem}.node-permalink-preview{margin-left:1rem}.node-permalink-preview input{outline:none;border:none;border-bottom:1px solid var(--db-gray);padding:.25rem .5rem;background-color:var(--db-dark);color:var(--db-light)}.node-shortcode-picker,.node-selector{margin-bottom:3rem;height:64px;width:fit-content;display:flex;flex-direction:column;justify-content:space-between}.node-shortcode-picker label,.node-selector label{font-size:16px;color:var(--db-light);margin-bottom:.1rem}.node-shortcode-picker select,.node-selector select{cursor:pointer;outline:none;width:256px;height:32px;left:352px;top:242px;border:1px solid var(--db-gray);border-radius:8px;padding-inline:.5rem;background-color:var(--db-dark);color:var(--db-light);font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:transform .2s ease-out}.node-shortcode-picker select:hover,.node-selector select:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.node-shortcode-picker select:active,.node-selector select:active{transition:transform 50ms ease-out;transform:translateY(2px)}.node-shortcode-picker select::-webkit-scrollbar,.node-selector select::-webkit-scrollbar{width:8px}.node-shortcode-picker select::-webkit-scrollbar-track,.node-selector select::-webkit-scrollbar-track{background:transparent}.node-shortcode-picker select::-webkit-scrollbar-thumb,.node-selector select::-webkit-scrollbar-thumb{background:#6d7280;border-radius:4px}.node-shortcode-picker select::-webkit-scrollbar-thumb:hover,.node-selector select::-webkit-scrollbar-thumb:hover{background:#9ca3af;cursor:pointer}.node-display input,.node-display textarea{background-color:var(--db-dark-gray);color:var(--db-light);height:256px}.node-display-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.node-display-action{margin-bottom:1rem;background-color:var(--db-blue);margin-right:1rem}.shortcode-editor{background-color:var(--db-dark-gray);border:1px solid var(--db-gray);border-radius:8px;padding:1rem;width:100%;margin-bottom:3rem;padding-inline:2rem}.shortcode-editor .node-input,.shortcode-editor .node-selector{margin-bottom:1rem}.shortcode-editor .node-input label,.shortcode-editor .node-selector label{text-transform:uppercase;font-size:12px}.shortcode-editor .node-input textarea,.shortcode-editor .node-selector textarea{font-family:Inter,sans-serif;width:50%}@media (max-width: 1024px){.shortcode-editor .node-input textarea,.shortcode-editor .node-selector textarea{width:100%}}.dashboard-images-gallery{display:flex;flex-wrap:wrap;width:100%;gap:.5rem}.dashboard-images-gallery a{overflow:hidden;width:24%;height:400px;display:grid;place-items:center;border:1px solid var(--db-gray)}.dashboard-images-gallery img{width:60%}.dashboard-final-actions{display:flex;flex-direction:row}.dashboard-row{display:flex;flex-direction:row;gap:1rem;width:50%}@media (max-width: 768px){.dashboard-row{width:100%}}.dashboard-row input{transition:transform .2s ease-out;width:256px;height:32px;left:352px;top:242px;border:1px solid var(--db-gray);border-radius:8px;padding-inline:.5rem;color:var(--db-light);font-family:Inter,sans-serif;font-size:14px;font-weight:500;background-color:var(--db-dark);margin-bottom:1rem}.dashboard-row input:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.dashboard-row input:active{transition:transform 50ms ease-out;transform:translateY(2px)}@media (max-width: 1024px){.dashboard-row input{width:100%}}.dashboard-row input::placeholder{color:var(--db-gray);font-family:Inter,sans-serif;font-size:14px;font-weight:400}.dashboard-row select{cursor:pointer;outline:none;width:256px;height:32px;left:352px;top:242px;border:1px solid var(--db-gray);border-radius:8px;padding-inline:.5rem;background-color:var(--db-dark);color:var(--db-light);font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:transform .2s ease-out}.dashboard-row select:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.dashboard-row select:active{transition:transform 50ms ease-out;transform:translateY(2px)}.dashboard-row select::-webkit-scrollbar{width:8px}.dashboard-row select::-webkit-scrollbar-track{background:transparent}.dashboard-row select::-webkit-scrollbar-thumb{background:#6d7280;border-radius:4px}.dashboard-row select::-webkit-scrollbar-thumb:hover{background:#9ca3af;cursor:pointer}.dashboard_sidebar{display:flex;flex-direction:column;width:256px;height:100vh;border-right:1px solid var(--db-gray);background-color:#fefefe}.dashboard_sidebar__logo{height:64px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--db-gray);width:100%}.dashboard_sidebar__logo img{margin-right:.5rem}.dashboard_sidebar__logo h1{font-size:24px}.dashboard_sidebar__search{width:100%;height:48px;display:flex;align-items:center;justify-content:center;padding:1rem}.dashboard_sidebar__search input{height:100%;border:none;outline:none;font-family:Inter,sans-serif}.dashboard_sidebar__search input::placeholder{color:#4b5563}.dashboard_sidebar__search svg{opacity:.5;margin-left:auto}.dashboard_sidebar__links{display:flex;flex-direction:column;align-items:start;overflow-y:scroll}.dashboard_sidebar__links::-webkit-scrollbar{width:8px}.dashboard_sidebar__links::-webkit-scrollbar-track{background:transparent}.dashboard_sidebar__links::-webkit-scrollbar-thumb{background:#6d7280;border-radius:4px}.dashboard_sidebar__links::-webkit-scrollbar-thumb:hover{background:#9ca3af;cursor:pointer}.dashboard_sidebar__links a,.dashboard_sidebar__links button{cursor:pointer;border:none;background-color:transparent;height:48px;padding:1rem;display:flex;flex-direction:row;align-items:center;opacity:.75;width:100%}.dashboard_sidebar__links a svg,.dashboard_sidebar__links button svg{margin-right:.5rem;stroke:var(--db-light);transition:transform .1s ease-out}.dashboard_sidebar__links a svg:last-child,.dashboard_sidebar__links button svg:last-child{margin-left:auto}.dashboard_sidebar__links a span,.dashboard_sidebar__links button span{text-transform:uppercase;font-family:Inter,sans-serif;color:var(--db-light);font-size:14px;font-weight:500}.dashboard_sidebar__links a:hover,.dashboard_sidebar__links button:hover{opacity:1;padding-left:1.5rem;transition:padding-left .1s ease-out}.dashboard_sidebar__links-innerlink{width:100%}.dashboard_sidebar__links-innerlink a{opacity:1;width:100%;height:48px;padding:1rem;background-color:var(--db-gray)}.dashboard_sidebar__links-innerlink a:hover>span{opacity:1}.dashboard_sidebar__links-innerlink a span{text-transform:uppercase;color:var(--db-light);font-size:12px;font-weight:500;opacity:.75}.dashboard_sidebar__button{position:fixed;z-index:10001;height:48px;width:48px;background-color:#ef4444;display:none;place-items:center;right:32px;bottom:32px;border:none;border-radius:16px;box-shadow:1px 1px 1px 1px #d2d5da}.dashboard_sidebar__button svg{height:50%;width:50%;color:#f9fafb}@media (max-width: 1024px){.dashboard_sidebar{display:none;position:fixed;background-color:#f9fafb;z-index:10000;width:100%}.dashboard_sidebar__button{display:grid}}.dashboard_header{height:64px;border-bottom:1px solid var(--db-gray);width:calc(100vw - 256px);display:flex;flex-direction:row;align-items:center;justify-content:flex-end;background-color:#fefefe;padding:1rem}@media (max-width: 1024px){.dashboard_header{width:100vw;justify-content:center}}.dashboard_header-buttons{display:flex;flex-direction:row;justify-content:space-evenly;padding:1rem;gap:1rem}.container{max-width:1200px;margin:auto}@media (max-width: 1024px){.container{max-width:100%}}.row{display:flex;flex-wrap:wrap}.v-center{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.header{display:block;width:100%;position:static;z-index:10000;background-color:var(--light);border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.header__info{background-color:var(--primary-color);color:var(--light);display:flex;flex-direction:row;justify-content:space-between}@media (max-width: 768px){.header__info{display:none}}.header__info .global_container{background-color:var(--primary-color);color:var(--light);display:flex;flex-direction:row;justify-content:space-between;padding-inline:2rem;padding-block:1rem}.header__info-node{display:flex;flex-direction:row;align-items:center;justify-content:center}@media (max-width: 1024px){.header__info-node{flex-direction:column}}.header__info-node p{font-size:14px}.header__info-node h3{font-size:16px;margin-left:1rem}@media (max-width: 1024px){.header__info-node h3{margin-left:0rem}}.header .logo a{display:grid;place-items:center}.header .logo a img{max-width:150px}.header .item-center{flex:0 0 66%}.header .item-right{flex:0 0 17%;display:flex;justify-content:flex-end}.header .item-right a{text-decoration:none;font-size:16px;color:#555;display:inline-block;margin-left:10px;transition:color .3s ease}.header .menu>ul>li{display:inline-block;line-height:50px}.header .menu>ul>li>a{font-size:18px;font-weight:500;color:#000;position:relative;text-transform:capitalize;transition:color .3s ease}.header .menu>ul>li .sub-menu{position:absolute;z-index:500;background-color:#fff;box-shadow:-2px 2px 70px -25px #0000004d;padding:20px 30px;transition:all .5s ease;margin-top:25px;opacity:0;visibility:hidden}@media (min-width: 992px){.header .menu>ul>li.menu-item-has-children:hover .sub-menu{margin-top:0;visibility:visible;opacity:1}}.header .menu>ul>li .sub-menu>ul>li{line-height:1}.header .menu>ul>li .sub-menu>ul>li>a{display:inline-block;padding:10px 0;font-size:15px;color:#555;transition:color .3s ease;text-decoration:none;text-transform:capitalize}.header .menu>ul>li .single-column-menu{min-width:280px;max-width:350px}.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li{line-height:1;display:block}.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a{padding:10px 0;display:inline-block;font-size:15px;color:#555;transition:color .3s ease}.header .menu>ul>li .sub-menu.mega-menu{left:50%;transform:translate(-50%)}.header .menu>ul>li .sub-menu.mega-menu-column-4{max-width:1100px;width:100%;display:flex;flex-wrap:wrap;padding:20px 15px}.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item{flex:0 0 25%;padding:0 15px}.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title{font-size:16px;color:var(--accent-color);font-weight:500;line-height:1;padding:10px 0}.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title{text-align:center}.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img{max-width:100%;width:100%;vertical-align:middle;margin-top:10px}.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,.header .menu>ul>li .sub-menu>ul>li>a:hover,.header .item-right a:hover,.header .menu>ul>li:hover>a{color:var(--accent-color)}.menu-main{width:100%;display:flex;flex-direction:row;align-items:row;justify-content:space-evenly}.banner-section{background-image:url(../img/banner.jpg);background-size:cover;background-position:center;height:700px;width:100%;display:block}.mobile-menu-head,.mobile-menu-trigger{display:none}@media (max-width: 991px){.header .item-center{order:3;flex:0 0 100%}.header .item-left,.header .item-right{flex:0 0 auto}.v-center{justify-content:space-between}}@media (max-width: 991px) and (max-width: 1024px){.v-center{justify-content:center}}@media (max-width: 991px){.header .mobile-menu-trigger{display:flex;height:30px;width:30px;margin-left:15px;cursor:pointer;align-items:center;justify-content:center}.header .mobile-menu-trigger span{display:block;height:2px;background-color:#333;width:24px;position:relative}.header .mobile-menu-trigger span:before,.header .mobile-menu-trigger span:after{content:"";position:absolute;left:0;width:100%;height:100%;background-color:#333}.header .mobile-menu-trigger span:before{top:-6px}.header .mobile-menu-trigger span:after{top:6px}.header .item-right{align-items:center}.header .menu{position:fixed;width:320px;background-color:#fff;left:0;top:0;height:100%;overflow:hidden;transform:translate(-100%);transition:all .5s ease;z-index:1099}.header .menu.active{transform:translate(0)}.header .menu>ul>li{line-height:1;margin:0;display:block}.header .menu>ul>li>a{line-height:50px;height:50px;padding:0 50px 0 15px;display:block;border-bottom:1px solid rgba(0,0,0,.1)}.header .menu>ul>li>a i{position:absolute;height:50px;width:50px;top:0;right:0;text-align:center;line-height:50px;transform:rotate(-90deg)}.header .menu .mobile-menu-head{display:flex;height:50px;border-bottom:1px solid rgba(0,0,0,.1);justify-content:space-between;align-items:center;position:relative;z-index:501;position:sticky;background-color:#fff;top:0}.header .menu .mobile-menu-head .go-back{height:50px;width:50px;border-right:1px solid rgba(0,0,0,.1);cursor:pointer;line-height:50px;text-align:center;color:#000;font-size:16px;display:flex;justify-content:center;align-items:center;display:none}.header .menu .mobile-menu-head .go-back svg{stroke:var(--dark);width:26px;height:26px;transform:rotate(180deg)}.header .menu .mobile-menu-head.active .go-back{display:flex}.header .menu .mobile-menu-head .current-menu-title{font-size:15px;font-weight:500;color:#000}.header .menu .mobile-menu-head .mobile-menu-close{height:50px;width:50px;border-left:1px solid rgba(0,0,0,.1);cursor:pointer;line-height:50px;text-align:center;color:#000;font-size:25px;display:flex;justify-content:center;align-items:center}.header .menu .mobile-menu-head .mobile-menu-close svg{stroke:var(--dark);width:26px;height:26px;transform:rotate(45deg)}.header .main-btn{display:none}.header .menu .menu-main{display:block;height:100%;overflow-x:hidden;overflow-y:auto}.header .menu>ul>li .sub-menu.mega-menu,.header .menu>ul>li .sub-menu{visibility:visible;opacity:1;position:absolute;box-shadow:none;margin:0;padding:65px 15px 15px;top:0;left:0;width:100%;height:100%;max-width:none;min-width:auto;display:none;transform:translate(0);overflow-y:auto}.header .menu>ul>li .sub-menu.active{display:block}@keyframes slideLeft{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img{height:100%}.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title{margin-bottom:20px}.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title{margin-bottom:0}.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item{flex:0 0 100%;padding:0}.header .menu>ul>li .sub-menu>ul>li>a,.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a{display:block}.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul{margin-bottom:15px}.menu-overlay{position:fixed;background-color:#00000080;left:0;top:0;width:100%;height:100%;z-index:1098;visibility:hidden;opacity:0;transition:all .5s ease}.menu-overlay.active{visibility:visible;opacity:1}}.BottomNav{display:none;flex-direction:row;background-color:var(--primary-color);justify-content:space-evenly;align-items:center;position:fixed;z-index:1000;width:100%;bottom:0}.BottomNav__left,.BottomNav__right{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;width:100%}.BottomNav__left a,.BottomNav__right a{text-decoration:none;height:4rem;width:50%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.BottomNav__left a svg,.BottomNav__right a svg{width:20px;height:20px}.BottomNav__left a p,.BottomNav__right a p{color:var(--light);font-size:10px;text-transform:uppercase}.BottomNav__middle{position:relative;bottom:2rem}.BottomNav__middle button{border:none;width:4rem;height:4rem;border-radius:25%;background-color:var(--accent-color);box-shadow:0 0 1px 5px #ffd66f56;display:grid;place-items:center}.BottomNav__middle button a svg{stroke:var(--light);width:28px;height:28px}@media (max-width: 1024px){.BottomNav{display:flex}}.footer{background-color:#f8f9fa;padding:40px 0;padding-bottom:8rem}.footer .container{display:flex;flex-wrap:wrap;justify-content:space-between}.footer img{width:10%;margin-bottom:1rem}@media (max-width: 1024px){.footer img{width:40%}}.footer .footer-content{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.footer .footer-content .footer-column{flex:1 1 100%;max-width:250px;margin-bottom:30px}@media (max-width: 1024px){.footer .footer-content .footer-column{max-width:100%}}.footer .footer-content .footer-column p{margin-bottom:1rem;line-height:1.5}.footer .footer-content .footer-column h4{font-size:18px;margin-bottom:15px}.footer .footer-content .footer-column ul{list-style:none;padding:0}.footer .footer-content .footer-column ul li{margin-bottom:10px}.footer .footer-content .footer-column ul li a{color:#333;text-decoration:none}.footer .footer-content .footer-column ul li a:hover{text-decoration:underline}.footer .footer-content .footer-column .social-links{display:flex;gap:10px}.footer .footer-content .footer-column .social-links li{width:30px;height:30px;background-color:#333;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:10px;transition:transform .2s ease-out}.footer .footer-content .footer-column .social-links li:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.footer .footer-content .footer-column .social-links li:active{transition:transform 50ms ease-out;transform:translateY(2px)}.footer .footer-content .footer-column .social-links li a{color:#333;text-decoration:none;display:grid;place-items:center}.footer .footer-content .footer-column .social-links li a:hover{text-decoration:underline}.footer .footer-content .footer-column .social-links li a svg{width:18px;height:18px}.footer .footer-content .footer-column .hashtag{margin-top:15px}.footer .footer-content .footer-column .hashtag span{margin-right:10px;font-size:14px;color:#555}@media screen and (min-width: 768px){.footer .footer-content .footer-column{flex:1 1 calc(25% - 30px)}}.main-btn{position:relative;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;gap:.5rem;padding:.5rem 2rem;border:1px solid transparent;background-color:var(--accent-color);border-radius:8px;box-shadow:0 0 0 2px var(--accent-color);cursor:pointer;overflow:hidden;transition:all .6s cubic-bezier(.23,1,.32,1)}.main-btn a{font-size:16px;font-weight:600;color:var(--light)}.main-btn a svg{position:absolute;width:16px;height:16px;stroke:var(--light);z-index:9;transition:all .8s cubic-bezier(.23,1,.32,1)}.main-btn a .arr-1{right:16px}.main-btn a .arr-2{left:-25%}.main-btn a .circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background-color:var(--accent-color);border-radius:50%;opacity:0;transition:all .8s cubic-bezier(.23,1,.32,1)}.main-btn a .text{position:relative;z-index:1;transform:translate(-12px);transition:all .8s cubic-bezier(.23,1,.32,1);margin-inline:.5rem}.main-btn:hover{box-shadow:0 0 0 12px transparent;border-radius:12px}.main-btn:hover a{color:var(--light)}.main-btn:hover a svg{stroke:var(--light)}.main-btn:hover a .arr-1{right:-25%}.main-btn:hover a .arr-2{left:16px}.main-btn:hover a .circle{width:420px;height:420px;opacity:1}.main-btn:hover a .text{transform:translate(12px)}.main-btn:active{scale:.95;box-shadow:0 0 0 4px var(--accent-color)}.sell-btn{background-color:var(--accent-color);border-radius:.3em;position:relative;overflow:hidden;cursor:pointer;transition:.5s;border:1px solid var(--accent-color);color:var(--accent-color);z-index:1;box-shadow:0 0 0 8px #bd272d55;animation:flash 1s infinite alternate}.sell-btn a{cursor:pointer;padding-inline:12px;padding-block:6px;border-radius:8px;gap:8px;display:flex;justify-content:center;align-items:center;flex-direction:row}.sell-btn a span{font-family:Inter,sans-serif;font-size:18px;font-weight:500;text-transform:capitalize;transition:transform .2s;color:var(--light)}.sell-btn a svg{stroke:var(--light);width:18px;height:18px}.sell-btn a svg{transition:opacity .1s ease-out}.sell-btn a svg:nth-child(2){animation:arrow-come .4s forwards}.sell-btn a svg:nth-child(3){animation:arrow-leave .4s forwards;display:none}.sell-btn:hover{box-shadow:0 0 0 8px #bd272d55;animation:none}.sell-btn:hover a span{transform:translate(4px);transition:transform .4s;color:var(--accent-color)}.sell-btn:hover a svg{stroke:var(--accent-color)}.sell-btn:hover a svg:nth-child(2){animation:arrow-leave .4s forwards;display:none}.sell-btn:hover a svg:nth-child(3){display:block;animation:arrow-come .4s forwards}.sell-btn:before,.sell-btn:after{content:"";display:block;width:50px;height:50px;transform:translate(-50%,-50%);position:absolute;border-radius:50%;z-index:-1;background-color:var(--light);transition:transform .5s ease,opacity .5s ease;opacity:0}.sell-btn:before{top:-2rem;left:-2rem}.sell-btn:after{left:calc(100% + 2rem);top:calc(100% + 2rem)}.sell-btn:hover:before,.sell-btn:hover:after{transform:translate(-50%,-50%) scale(10);opacity:1}.action_button{background:var(--accent-color);border:none;border-radius:8px;margin-right:1rem;transition:transform .2s ease-out}.action_button:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.action_button:active{transition:transform 50ms ease-out;transform:translateY(2px)}.action_button a{font-family:Inter,sans-serif;padding:.5rem 1rem;display:flex;flex-direction:row;align-items:center;justify-content:center;overflow:hidden;transition:all .2s;cursor:pointer;text-transform:capitalize}.action_button a span{color:var(--light);font-size:16px}.action_button a svg{stroke:var(--light);fill:transparent;margin-right:1rem;height:28px;width:28px}.section-btn{cursor:pointer;transition:transform .2s ease-out;border-radius:8px;background-color:var(--accent-color);color:var(--light);border:none;padding:.5rem 1rem}.section-btn:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.section-btn:active{transition:transform 50ms ease-out;transform:translateY(2px)}.section-btn a{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;color:var(--light);font-family:Inter,sans-serif;font-size:14px;text-transform:capitalize}.section-btn a svg{height:24px;width:24px;stroke:var(--light)}.section-btn a svg:first-child{margin-right:.5rem;animation:arrow-come .4s forwards}.section-btn a svg:last-child{animation:arrow-leave .4s forwards;display:none}.section-btn:hover a svg:first-child{animation:arrow-leave .4s forwards;display:none}.section-btn:hover a svg:last-child{animation:arrow-come .4s forwards;margin-left:.5rem;display:block}.option-btn{cursor:pointer;transition:transform .2s ease-out;border-radius:8px;padding:.5rem 1rem;background-color:var(--primary-color);border:none}.option-btn:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.option-btn:active{transition:transform 50ms ease-out;transform:translateY(2px)}.option-btn a{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;color:var(--light);font-family:Inter,sans-serif;font-size:16px;text-transform:capitalize;transition:background-color .1s ease-in}.option-btn a svg{height:16px;width:16px;stroke:var(--light);stroke-width:2;opacity:1}.option-btn:hover a{font-weight:600}.option-btn:hover a svg{transform:translate(4px);transition:transform .2s ease-out}@media (max-width: 1025px){.main-btn:hover a svg:last-child,.section-btn:hover a svg:last-child{display:none}}@media (max-width: 768px){.sell-btn{position:fixed;bottom:5rem;right:25%;z-index:1000}}.whatsapp-button{animation:fly-1 1s ease-in-out infinite alternate;position:fixed;bottom:32px;left:20px;width:64px;height:64px;background-color:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #0003;z-index:1000;cursor:pointer;transition:transform .2s ease-out}.whatsapp-button:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.whatsapp-button:active{transition:transform 50ms ease-out;transform:translateY(2px)}.whatsapp-icon{width:32px;height:32px}@media screen and (max-width: 768px){.whatsapp-button{bottom:68px}}.floating-actions{background-color:var(--primary-color);position:fixed;z-index:1000;bottom:calc(50% - 72px);right:0;border-top-left-radius:1rem;border-bottom-left-radius:1rem}@media (max-width: 1024px){.floating-actions{bottom:128px;border-top-left-radius:0rem;border-bottom-left-radius:0rem}}.floating-actions li button{border-top-left-radius:1rem;border-bottom-left-radius:1rem;width:48px;height:48px;border:none;background-color:var(--primary-color)}@media (max-width: 1024px){.floating-actions li button{border-top-left-radius:0rem;border-bottom-left-radius:0rem}}.floating-actions li button svg{stroke:var(--light);color:var(--light)}.floating-actions-menu{background-color:var(--primary-color);position:fixed;z-index:999;bottom:calc(50% - 72px);border-top-left-radius:1rem;border-bottom-left-radius:1rem;right:0;transform:translate(256px);transition:transform .2s ease}@media (max-width: 1024px){.floating-actions-menu{bottom:128px}}.floating-actions-menu ul li{height:48px;display:flex;width:180px;align-items:center;margin-right:64px}.floating-actions-menu ul li a{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-end}.floating-actions-menu ul li a span{color:var(--light)}.floating-actions-menu ul li a span:hover{color:var(--accent-color)}.floating-menu-active{transform:translate(0);transition:transform .1s ease}.dashboard_login{width:100vw;height:100vh;overflow:hidden;position:relative}.dashboard_login-content{position:absolute;z-index:1;height:100%;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.dashboard_login-content h1{font-size:48px;font-family:Inter,sans-serif;color:#111827;margin-bottom:2rem}.dashboard_login-content-text{text-align:center;margin-bottom:2rem}.dashboard_login-content-text h2{font-size:36px;font-family:Inter,sans-serif;color:#111827;margin-bottom:.5rem}.dashboard_login-content-text p{font-size:14px;font-family:Inter,sans-serif;color:#111827}.dashboard_login-content-form{display:flex;flex-direction:column;align-items:center;justify-content:center}.dashboard_login-content-form input{width:300px;height:36px;border-radius:8px;border:1px solid #111827;margin-bottom:1rem;padding:.5rem 1rem;transition:border-color .3s ease;transition:transform .2s ease-out}.dashboard_login-content-form input:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.dashboard_login-content-form input:active{transition:transform 50ms ease-out;transform:translateY(2px)}.dashboard_login-content-form input:nth-child(4){margin-bottom:2rem}.dashboard_login-content-form input::placeholder{color:#6d7280;text-transform:capitalize;font-family:Inter,sans-serif}.dashboard_login-content-form-submit{cursor:pointer;transition:transform .2s ease-out;color:#f9fafb;background-color:#111827;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.5rem 1rem;border:none;border-radius:8px;margin-bottom:3rem}.dashboard_login-content-form-submit:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.dashboard_login-content-form-submit:active{transition:transform 50ms ease-out;transform:translateY(2px)}.dashboard_login-content-form-submit span{font-size:16px;font-family:Inter,sans-serif;margin-right:.5rem}.dashboard_login-content-form-submit svg:nth-child(3){display:none}.dashboard_login-content-form-submit:hover svg:nth-child(2){display:none}.dashboard_login-content-form-submit:hover svg:nth-child(3){display:block}.dashboard_login-content-remember{font-family:Inter,sans-serif;font-size:12px;color:#6d7280;transition:transform .1s ease-out;margin-bottom:.5rem}.dashboard_login-content-remember:hover{transform:translateY(-2px);transition:transform 50ms ease}.hero-carousel{position:relative;height:100vh;overflow:hidden;display:flex;align-items:stretch;background-color:var(--dark)}.hero-carousel .nav-btn{position:absolute;z-index:20;top:0;bottom:0;width:4rem;background-color:#0000000d;color:#fff;border:none;cursor:pointer;transition:background-color .1s ease-out}.hero-carousel .nav-btn:hover{background-color:#0000001a}.hero-carousel .prev-btn{left:0}.hero-carousel .next-btn{right:0}.hero-carousel .hero-slider{background-size:cover;background-position-y:50%;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:transform .5s ease,opacity .5s ease}.hero-carousel .hero-slider.active{opacity:1;pointer-events:auto;transform:translate(0);z-index:10}.hero-carousel .hero-slider-dark-overlay{position:absolute;height:100vh;width:100vw;background:linear-gradient(to right,#00000080,#0000004d,#00000080);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:1}.hero-carousel .hero-slider-content{position:absolute;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:var(--light)}.hero-carousel .hero-slider-content h1{width:50%;font-size:64px;text-align:center;margin-bottom:2rem}.hero-carousel .hero-slider-content p{width:30%;text-align:center;margin-bottom:2rem;font-size:18px}.hero-carousel .hero-slider-content button{height:3rem}.hero-carousel .hero-slider-content button:hover{background-color:transparent}.hero-carousel .hero-slider-content button:hover:before,.hero-carousel .hero-slider-content button:hover:after{background-color:transparent}@media screen and (max-width: 768px){.hero-carousel .nav-btn{position:absolute;z-index:20;top:0;bottom:0;width:2rem;background-color:#0000000d;color:#fff;border:none;cursor:pointer;transition:background-color .1s ease-out}.hero-carousel .nav-btn:hover{background-color:#0000001a}.hero-carousel .prev-btn{left:0}.hero-carousel .next-btn{right:0}.hero-carousel .hero-slider-content h1{width:80%;font-size:32px;text-align:center;margin-bottom:2rem}.hero-carousel .hero-slider-content p{width:80%;text-align:center;margin-bottom:2rem;font-size:18px}.hero-carousel .hero-slider-content button{height:3rem}}.hero_slider_style2 .hero-carousel{position:relative;height:100vh;overflow:hidden;display:flex;align-items:stretch;background-color:var(--dark)}.hero_slider_style2 .hero-carousel .nav-btn{position:absolute;z-index:20;top:0;bottom:0;width:4rem;background-color:#0003;color:#fff;border:none;cursor:pointer;transition:background-color .1s ease-out}.hero_slider_style2 .hero-carousel .nav-btn:hover{background-color:#00000080}.hero_slider_style2 .hero-carousel .prev-btn{left:0}.hero_slider_style2 .hero-carousel .next-btn{right:0}.hero_slider_style2 .hero-carousel .hero-slider{background-size:cover;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:transform .5s ease,opacity .5s ease}.hero_slider_style2 .hero-carousel .hero-slider.active{opacity:1;pointer-events:auto;transform:translate(0)}.hero_slider_style2 .hero-carousel .hero-slider-dark-overlay{position:absolute;height:100%;width:100vw;background:linear-gradient(to right,#000c,#0006,#000c);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:1}.hero_slider_style2 .hero-carousel .hero-slider-content{position:absolute;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:var(--light)}.hero_slider_style2 .hero-carousel .hero-slider-content h1{width:50%;font-size:64px;text-align:center;margin-bottom:2rem}.hero_slider_style2 .hero-carousel .hero-slider-content p{width:30%;text-align:center;margin-bottom:2rem;font-size:18px}.hero_slider_style2 .hero-carousel .hero-slider-content button{height:3rem}.hero_slider_style2-indicator{position:absolute;z-index:10;bottom:0;display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:5vh;background:linear-gradient(to top,#222,#0000)}.hero_slider_style2-indicator svg{width:32px;rotate:90deg;stroke:var(--accent-color);margin-right:1rem;animation:fly-x .5s infinite alternate}@media screen and (max-width: 768px){.hero_slider_style2 .hero-carousel .nav-btn{position:absolute;z-index:20;top:0;bottom:0;width:2rem;background-color:#0000001a;color:#fff;border:none;cursor:pointer;transition:background-color .1s ease-out}.hero_slider_style2 .hero-carousel .nav-btn:hover{background-color:#00000080}.hero_slider_style2 .hero-carousel .prev-btn{left:0}.hero_slider_style2 .hero-carousel .next-btn{right:0}.hero_slider_style2 .hero-carousel .hero-slider-content h1{width:80%;font-size:32px;text-align:center;margin-bottom:2rem}.hero_slider_style2 .hero-carousel .hero-slider-content p{width:80%;text-align:center;margin-bottom:2rem;font-size:18px}.hero_slider_style2 .hero-carousel .hero-slider-content button{height:3rem}}.hero_section_style1{padding-block:calc(6rem + 96px);background-image:url(/build/assets/1920x1080-BlTRC5tg.png);background-position:center;color:var(--light);border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.hero_section_style1-content-text{display:flex;flex-direction:column;align-items:center;text-align:center}.hero_section_style1-content-text h1{font-size:48px;margin-bottom:2rem}@media (max-width: 768px){.hero_section_style1-content-text h1{font-size:32px}}.hero_section_style1-content-text p{font-size:18px;line-height:1.75;width:70%;margin-bottom:2rem}@media (max-width: 768px){.hero_section_style1-content-text p{width:100%;font-size:14px}}.hero_section_style1-content-text-actions{display:flex;flex-flow:row nowrap;gap:2rem}@media (max-width: 768px){.hero_section_style1-content-text-actions{flex-direction:column;gap:2rem}}.logos{overflow:hidden;padding:4rem 0;background:#fff;white-space:nowrap;position:relative}.logos:before,.logos:after{position:absolute;top:0;width:250px;height:100%;content:"";z-index:2}.logos:before{left:0;background:linear-gradient(to left,#fff0,#fff)}.logos:after{right:0;background:linear-gradient(to right,#fff0,#fff)}.logos:hover .logos-slide{animation-play-state:paused}.logos-slide{display:inline-block;animation:35s slide infinite linear}.logos-slide img{height:64px;margin:0 36px}@media (max-width: 768px){.logos-slide img{height:32px;margin:0 16px}.logos:before{left:0;background:transparent}.logos:after{right:0;background:transparent}}.brands_style2{display:flex;flex-direction:column;padding-block:2rem;padding-bottom:4rem}.brands_style2-content h2{font-size:36px;margin-bottom:2rem;text-align:center}.brands_style2-content-cards{display:grid;width:100%;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);place-items:center;row-gap:2rem}@media (max-width: 768px){.brands_style2-content-cards{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,1fr)}}.brands_style2-content-cards img{width:128px}.category_overview_style1{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;padding-block:4rem}.category_overview_style1-text{width:50%}.category_overview_style1-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.category_overview_style1-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.category_overview_style1-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:12px;font-weight:800}.category_overview_style1-text-title{font-size:36px;margin-bottom:2rem;text-transform:capitalize}@media (max-width: 768px){.category_overview_style1-text-title{font-size:28px}}.category_overview_style1-text-description{font-size:20px;width:100%;line-height:1.5;margin-bottom:2rem}@media (max-width: 768px){.category_overview_style1-text-description{font-size:16px;width:100%}}.category_overview_style1-content{display:flex;flex-direction:row;width:50%;gap:1rem}.category_overview_style1-content-item{border:1px solid #D2D5DA;border-radius:8px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;padding:1rem}.category_overview_style1-content-item-image{width:100%;margin-bottom:1rem}.category_overview_style1-content-item-image img{width:100%}.category_overview_style1-content-item-text{height:50%;text-align:center;display:flex;flex-direction:column;align-items:center}.category_overview_style1-content-item-text h3{margin-bottom:2rem;text-transform:capitalize}.category_overview_style1-content-item-text p{margin-bottom:1rem;line-height:1.5;font-size:14px}@media (max-width: 768px){.category_overview_style1{flex-direction:column;justify-content:space-evenly;gap:1rem;padding-block:2rem}.category_overview_style1-text{width:100%;padding-block:1rem}.category_overview_style1-text-description{width:100%}.category_overview_style1-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;gap:1rem}.category_overview_style1-content-item{border:1px solid #D2D5DA;border-radius:8px;display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:1rem}.category_overview_style1-content-item-image{height:50%;width:100%}.category_overview_style1-content-item-image img{width:100%}.category_overview_style1-content-item-text{height:50%;text-align:center;display:flex;flex-direction:column;align-items:center}.category_overview_style1-content-item-text h3{margin-bottom:2rem;text-transform:capitalize}.category_overview_style1-content-item-text p{margin-bottom:1rem;line-height:1.5;font-size:14px}}@media (max-width: 1025px){.category_overview_style1{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:2rem;padding-block:2rem}.category_overview_style1-text,.category_overview_style1-content{width:100%}.category_overview_style1-content-item{border:1px solid #D2D5DA;border-radius:8px;display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:1rem}.category_overview_style1-content-item-image{height:20%;width:100%;display:grid;place-items:center}.category_overview_style1-content-item-image img{width:70%}}.category_overview_style2{padding-block:2rem}.category_overview_style2 h2{font-size:32px;margin-bottom:2rem;width:50%}.category_overview_style2 p{width:48ch;line-height:1.5;margin-bottom:4rem}.category_overview_style2-categories{display:flex;flex-direction:row;justify-content:space-evenly;gap:1rem;width:100%}.category_overview_style2-categories-category{width:100%;display:flex;flex-direction:column;align-items:center}.category_overview_style2-categories-category:nth-child(1),.category_overview_style2-categories-category:nth-child(3){margin-top:7rem}.category_overview_style2-categories-category-image{width:350px;height:350px;border-radius:50%;margin-bottom:1rem;border:1px solid var(--primary-color);overflow:hidden;display:grid;place-items:center}.category_overview_style2-categories-category-image img{width:50%}.category_overview_style2-categories-category-text{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.category_overview_style2-categories-category-text:after{content:"";position:absolute;top:-80%;left:70%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background-color:var(--accent-color);z-index:5;opacity:0;animation:pulse 1s infinite alternate}.category_overview_style2-categories-category-text svg{width:48px;height:48px;color:var(--accent-color);stroke:var(--accent-color);fill:var(--accent-color);transform:translate(5.5rem,-7rem)}.category_overview_style2-categories-category-text h3{background-color:var(--accent-color);color:var(--light);padding:.5rem 1rem}@media (max-width: 1024px){.category_overview_style2{padding-block:2rem}.category_overview_style2 h2{font-size:32px;margin-bottom:2rem;width:50%}.category_overview_style2 p{width:70%;line-height:1.5;margin-bottom:4rem}.category_overview_style2-categories{display:flex;flex-direction:row;justify-content:space-evenly;gap:1rem;width:100%}.category_overview_style2-categories-category{width:100%;display:flex;flex-direction:column;align-items:center}.category_overview_style2-categories-category:nth-child(1),.category_overview_style2-categories-category:nth-child(3){margin-top:7rem}.category_overview_style2-categories-category-image{width:250px;height:250px;border-radius:50%;margin-bottom:1rem;border:1px solid var(--primary-color);overflow:hidden}.category_overview_style2-categories-category-image img{width:100%}.category_overview_style2-categories-category-text{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.category_overview_style2-categories-category-text:after{content:"";position:absolute;top:-80%;left:70%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background-color:var(--accent-color);z-index:-1;opacity:0;animation:pulse 1s infinite alternate}.category_overview_style2-categories-category-text svg{width:48px;height:48px;color:var(--accent-color);stroke:var(--accent-color);fill:var(--accent-color);transform:translate(5.5rem,-7rem)}.category_overview_style2-categories-category-text h3{background-color:var(--accent-color);color:var(--light);font-size:14px;padding:.5rem 1rem}}@media (max-width: 768px){.category_overview_style2{padding-block:2rem}.category_overview_style2 h2{font-size:32px;margin-bottom:2rem;width:50%}.category_overview_style2 p{width:70%;line-height:1.5;margin-bottom:4rem}.category_overview_style2-categories{display:flex;flex-direction:column;justify-content:space-evenly;gap:1rem;width:100%}.category_overview_style2-categories-category{width:100%;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center}.category_overview_style2-categories-category:nth-child(1),.category_overview_style2-categories-category:nth-child(3){margin-top:0rem}.category_overview_style2-categories-category-image{width:250px;height:250px;border-radius:50%;margin-bottom:1rem;border:1px solid var(--primary-color);overflow:hidden}.category_overview_style2-categories-category-image img{width:100%}.category_overview_style2-categories-category-text{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.category_overview_style2-categories-category-text:after{display:none}.category_overview_style2-categories-category-text svg{width:48px;height:48px;color:var(--accent-color);stroke:var(--accent-color);fill:var(--accent-color);transform:translate(5.5rem,-7rem);animation:fly-1 1s alternate infinite}.category_overview_style2-categories-category-text h3{background-color:var(--accent-color);color:var(--light);font-size:14px;padding:.5rem 1rem}}.category_overview_style3{display:flex;flex-direction:column;gap:1rem;padding-block:4rem;background-size:300px 300px;background-image:repeating-linear-gradient(to right,#e8e9f733,#e8e9f733 4px,#f8f8ff33 4px,#f8f8ff33);background-position:center}.category_overview_style3-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.category_overview_style3-content-text{padding-inline:1rem;width:70%;margin:auto 0;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center}.category_overview_style3-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.category_overview_style3-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.category_overview_style3-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.category_overview_style3-content-text-title{font-size:48px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}.category_overview_style3-content-text-description{width:70%;font-size:20px;line-height:1.75;margin-bottom:2rem;text-align:center}@media (max-width: 768px){.category_overview_style3-content-text{width:100%}.category_overview_style3-content-text-title{font-size:28px;margin-bottom:2.5rem;text-transform:capitalize}.category_overview_style3-content-text-description{width:100%;font-size:18px;line-height:1.75;margin-bottom:2rem}}.category_overview_style3-content-categories{display:flex;flex-direction:row;align-items:center;gap:4rem;width:100%}@media (max-width: 768px){.category_overview_style3-content-categories{flex-direction:column;gap:0}}.category_overview_style3-content-categories-category{width:50%;height:70vh;margin:2rem;background-image:url(/public/bgs/bg_category_1.png);background-position:center center;background-size:cover;background-repeat:no-repeat;display:flex;flex-direction:row;align-items:flex-end;border-radius:1rem}@media (max-width: 768px){.category_overview_style3-content-categories-category{width:100%;height:50vh;margin:1rem}}.category_overview_style3-content-categories-category:last-child{background-image:url(/public/bgs/bg_category_2.png)}@media (max-width: 768px){.category_overview_style3-content-categories-category{border-radius:0}}.category_overview_style3-content-categories-category-text{padding:2rem;color:var(--light);text-align:center;width:100%;opacity:0;transition:opacity .2s ease;display:grid;place-items:center;background:transparent}@media (max-width: 768px){.category_overview_style3-content-categories-category-text{background:linear-gradient(to top,#000000,transparent);opacity:1}}.category_overview_style3-content-categories-category-text h3{font-size:20px;margin-bottom:2rem}.category_overview_style3-content-categories-category-text p{width:70%}@media (max-width: 768px){.category_overview_style3-content-categories-category-text p{width:100%}}.category_overview_style3-content-categories-category:hover .category_overview_style3-content-categories-category-text{background:linear-gradient(to top,#000000,transparent);opacity:1;transition:opacity .2s ease}.category_overview_style4{display:flex;flex-direction:column;gap:1rem;padding-block:8rem;background-color:#f9fafb;background-size:300px 300px;background-image:repeating-linear-gradient(to right,#e8e9f733,#e8e9f733 4px,#f8f8ff33 4px,#f8f8ff33);background-position:center}.category_overview_style4-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.category_overview_style4-content-text{padding-inline:1rem;width:70%;margin:auto 0;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center}.category_overview_style4-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.category_overview_style4-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.category_overview_style4-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.category_overview_style4-content-text-title{font-size:48px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}.category_overview_style4-content-text-description{width:70%;font-size:20px;line-height:1.75;margin-bottom:2rem;text-align:center}@media (max-width: 768px){.category_overview_style4-content-text{width:100%}.category_overview_style4-content-text-title{font-size:28px;margin-bottom:2.5rem;text-transform:capitalize}.category_overview_style4-content-text-description{width:100%;font-size:18px;line-height:1.75;margin-bottom:2rem}}.category_overview_style4-content-category{display:flex;flex-direction:row;align-items:center;gap:4rem;width:100%}@media (max-width: 1024px){.category_overview_style4-content-category{flex-direction:column;gap:2rem}.category_overview_style4-content-category:last-child{flex-direction:column-reverse}}.category_overview_style4-content-category-image{width:50%;height:70vh;margin:2rem;border-radius:1rem;background-image:url(/public/bgs/bg_service_1.png);background-position:center center;background-size:cover;background-repeat:no-repeat;display:flex;flex-direction:row;align-items:flex-end}@media (max-width: 1024px){.category_overview_style4-content-category-image{width:80%}}@media (max-width: 768px){.category_overview_style4-content-category-image{width:100%;height:50vh;border-radius:0}}.category_overview_style4-content-category-image:last-child{background-image:url(/public/bgs/bg_service_2.png)}.category_overview_style4-content-category-image-text{padding:2rem;color:var(--light);text-align:center;width:100%;transition:opacity .2s ease;display:grid;place-items:center;background:linear-gradient(to top,#000000,transparent);opacity:1}.category_overview_style4-content-category-image-text h3{font-size:20px;margin-bottom:2rem}.category_overview_style4-content-category-image-text p{width:70%}.category_overview_style4-content-category-nodes{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2rem;place-items:center}@media (max-width: 768px){.category_overview_style4-content-category-nodes{display:flex;flex-direction:column}}.category_overview_style4-content-category-nodes-node{width:80%;border-radius:8px;padding:2rem 1rem;text-align:center}.category_overview_style4-content-category-nodes-node img{width:64px;margin-bottom:2rem}.category_overview_style4-content-category-nodes-node h3{color:var(--accent-color);margin-bottom:.5rem}.category_overview_style4-content-category-nodes-node p{line-height:1.5}.about_overview_style1{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.about_overview_style1-content{border:1px solid #D2D5DA;border-radius:8px;display:flex;flex-direction:row;gap:1rem;height:60vh}@media screen and (max-height: 800px){.about_overview_style1-content{height:80vh}}.about_overview_style1-content-text{padding-inline:1rem;width:100%;margin:auto 0}.about_overview_style1-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.about_overview_style1-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.about_overview_style1-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:12px;font-weight:800}.about_overview_style1-content-text-title{font-size:32px;margin-bottom:2rem;text-transform:capitalize}.about_overview_style1-content-text-description{width:48ch;line-height:1.5;margin-bottom:2rem}.about_overview_style1-content-image{width:100%;height:100%;overflow:hidden;border-top-right-radius:8px;border-bottom-right-radius:8px}.about_overview_style1-content-image img{height:100%;width:160%;position:relative;right:8rem}.about_overview_style1-nodes{display:flex;flex-direction:row;gap:1rem}.about_overview_style1-nodes-node{width:25%;padding:1rem}.about_overview_style1-nodes-node-icon{width:48px;height:48px;margin-bottom:1rem}.about_overview_style1-nodes-node-icon img{width:100%}.about_overview_style1-nodes-node h3{margin-bottom:.5rem}@media (max-width: 1025px){.about_overview_style1{padding-block:2rem}.about_overview_style1-content{flex-direction:column;gap:1rem;height:auto}.about_overview_style1-content-text{padding:1rem;width:100%}.about_overview_style1-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.about_overview_style1-content-text-description{width:70%;line-height:1.5;margin-bottom:2rem}.about_overview_style1-content-image{height:100%;width:100%;border-top-right-radius:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.about_overview_style1-content-image img{height:160%;width:160%;position:relative;right:8rem}.about_overview_style1-nodes{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem}.about_overview_style1-nodes-node{width:100%;padding:1rem}.about_overview_style1-nodes-node-icon{width:48px;height:48px;margin-bottom:1rem}.about_overview_style1-nodes-node-icon img{width:100%}.about_overview_style1-nodes-node h3{margin-bottom:.5rem}}@media (max-width: 768px){.about_overview_style1{padding-block:2rem}.about_overview_style1-content{flex-direction:column;gap:1rem;height:auto}.about_overview_style1-content-text{padding:1rem;width:100%}.about_overview_style1-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.about_overview_style1-content-text-description{width:100%;line-height:1.5;margin-bottom:2rem}.about_overview_style1-content-image{height:100%;width:100%;overflow:hidden;border-top-right-radius:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.about_overview_style1-content-image img{height:160%;width:160%;position:relative;right:8rem}.about_overview_style1-nodes{display:flex;flex-direction:column;gap:1rem}.about_overview_style1-nodes-node{width:100%;padding:1rem}.about_overview_style1-nodes-node-icon{width:48px;height:48px;margin-bottom:1rem}.about_overview_style1-nodes-node-icon img{width:100%}.about_overview_style1-nodes-node h3{margin-bottom:.5rem}}.about_overview_style2{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.about_overview_style2-content{border:1px solid #D2D5DA;border-radius:8px;display:flex;flex-direction:row;gap:1rem;height:60vh}@media screen and (max-height: 800px){.about_overview_style2-content{height:80vh}}.about_overview_style2-content-text{padding-inline:1rem;width:100%;margin:auto 0}.about_overview_style2-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.about_overview_style2-content-text-tag svg{height:24px;width:24px;stroke:var(--primary-color);margin-right:.5rem}.about_overview_style2-content-text-tag p{color:var(--primary-color);text-transform:uppercase;font-size:12px;font-weight:800}.about_overview_style2-content-text-title{font-size:32px;margin-bottom:2rem;text-transform:capitalize}.about_overview_style2-content-text-description{width:48ch;line-height:1.5;margin-bottom:2rem}.about_overview_style2-content-text button{background-color:var(--primary-color);border:1px solid var(--primary-color)}.about_overview_style2-content-text button:hover{border:1px solid var(--primary-color)}.about_overview_style2-content-text button:hover span,.about_overview_style2-content-text button:hover svg{color:var(--primary-color);stroke:var(--primary-color)}.about_overview_style2-content-image{width:100%;height:100%;overflow:hidden;border-top-left-radius:8px;border-bottom-left-radius:8px}.about_overview_style2-content-image img{width:100%;position:relative;bottom:8rem}.about_overview_style2-nodes{display:flex;flex-direction:row;gap:1rem}.about_overview_style2-nodes-node{width:25%;padding:1rem}.about_overview_style2-nodes-node-icon{width:48px;height:48px;margin-bottom:1rem}.about_overview_style2-nodes-node-icon img{width:100%}.about_overview_style2-nodes-node h3{margin-bottom:.5rem}@media (max-width: 1025px){.about_overview_style2{padding-block:2rem}.about_overview_style2-content{flex-direction:column;gap:1rem;height:auto}.about_overview_style2-content-text{padding:1rem;width:100%}.about_overview_style2-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.about_overview_style2-content-text-description{width:70%;line-height:1.5;margin-bottom:2rem}.about_overview_style2-content-image{height:50%;width:100%;border-radius:8px 8px 0 0/8px 8px 0px 0px}.about_overview_style2-content-image img{width:100%}.about_overview_style2-nodes{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem}.about_overview_style2-nodes-node{width:100%;padding:1rem}.about_overview_style2-nodes-node-icon{width:48px;height:48px;margin-bottom:1rem}.about_overview_style2-nodes-node-icon img{width:100%}.about_overview_style2-nodes-node h3{margin-bottom:.5rem}}@media (max-width: 768px){.about_overview_style2{padding-block:2rem}.about_overview_style2-content{flex-direction:column;gap:1rem;height:auto}.about_overview_style2-content-text{padding:1rem;width:100%}.about_overview_style2-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.about_overview_style2-content-text-description{width:100%;line-height:1.5;margin-bottom:2rem}.about_overview_style2-content-image{height:100%;width:100%;overflow:hidden;border-radius:8px 8px 0 0/8px 8px 0px 0px}.about_overview_style2-content-image img{position:relative;bottom:0rem}.about_overview_style2-nodes{display:flex;flex-direction:column;gap:1rem}.about_overview_style2-nodes-node{width:100%;padding:1rem}.about_overview_style2-nodes-node-icon{width:48px;height:48px;margin-bottom:1rem}.about_overview_style2-nodes-node-icon img{width:100%}.about_overview_style2-nodes-node h3{margin-bottom:.5rem}}.about_overview_style3{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.about_overview_style3-content{border:1px solid #D2D5DA;border-radius:8px;display:flex;flex-direction:row;gap:1rem}.about_overview_style3-content-text{padding-inline:1rem;width:100%;margin:auto 0;margin-bottom:1rem}.about_overview_style3-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.about_overview_style3-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.about_overview_style3-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:12px;font-weight:800}.about_overview_style3-content-text-title{font-size:32px;margin-bottom:2rem;text-transform:capitalize}.about_overview_style3-content-text-description{width:48ch;line-height:1.5;margin-bottom:2rem}.about_overview_style3-collection{display:flex;flex-direction:row;gap:1rem;border:1px solid #D2D5DA;border-radius:8px}.about_overview_style3-collection-nodes{display:flex;flex-direction:column;gap:1rem;width:50%}.about_overview_style3-collection-nodes-node{width:50%;width:90%;padding:1rem}.about_overview_style3-collection-nodes-node-icon{width:48px;height:48px;margin-bottom:1rem}.about_overview_style3-collection-nodes-node-icon img{width:100%}.about_overview_style3-collection-nodes-node h3{margin-bottom:.5rem}.about_overview_style3-collection-image{width:50%;overflow:hidden;border-top-right-radius:8px;border-bottom-right-radius:8px}.about_overview_style3-collection-image img{width:100%;height:100%}.about_overview_style3-collection-alternate-image{display:grid;place-items:center;width:50%;height:auto;overflow:hidden;border-top-left-radius:8px;border-bottom-left-radius:8px}.about_overview_style3-collection-alternate-image img{height:100%;width:100%}@media (max-width: 1024px){.about_overview_style3{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.about_overview_style3-content{border:1px solid #D2D5DA;border-radius:8px;display:flex;flex-direction:column;gap:1rem}.about_overview_style3-content-text{padding-inline:1rem;width:100%;margin:auto 0;margin-bottom:1rem}.about_overview_style3-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.about_overview_style3-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.about_overview_style3-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:12px;font-weight:800}.about_overview_style3-content-text-title{font-size:32px;margin-bottom:2rem;text-transform:capitalize}.about_overview_style3-content-text-description{width:70%;line-height:1.5;margin-bottom:2rem}.about_overview_style3-collection{display:flex;flex-direction:column;gap:1rem;border:1px solid #D2D5DA;border-radius:8px}.about_overview_style3-collection-nodes{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem}.about_overview_style3-collection-nodes-node{width:50%;width:90%;padding:1rem}.about_overview_style3-collection-nodes-node-icon{width:48px;height:48px;margin-bottom:1rem}.about_overview_style3-collection-nodes-node-icon img{width:100%}.about_overview_style3-collection-nodes-node h3{margin-bottom:.5rem}.about_overview_style3-collection-image{width:100%;height:100%;overflow:hidden;border-top-right-radius:0;border-bottom-right-radius:8px;border-bottom-left-radius:8px}.about_overview_style3-collection-image img{height:100%;width:100%}.about_overview_style3-collection-alternate-image{width:100%;height:auto;overflow:hidden;border-top-left-radius:8px;border-bottom-left-radius:8px}.about_overview_style3-collection-alternate-image img{height:100%;width:100%}}@media (max-width: 768px){.about_overview_style3{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.about_overview_style3-content{border:1px solid #D2D5DA;border-radius:8px;display:flex;flex-direction:column;gap:1rem}.about_overview_style3-content-text{padding-inline:1rem;width:100%;margin:auto 0;margin-bottom:1rem}.about_overview_style3-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.about_overview_style3-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.about_overview_style3-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:12px;font-weight:800}.about_overview_style3-content-text-title{font-size:32px;margin-bottom:2rem;text-transform:capitalize}.about_overview_style3-content-text-description{width:90%;line-height:1.5;margin-bottom:2rem}.about_overview_style3-collection{display:flex;flex-direction:column;gap:1rem;border:1px solid #D2D5DA;border-radius:8px}.about_overview_style3-collection-nodes{display:flex;flex-direction:column;gap:1rem;width:100%}.about_overview_style3-collection-nodes-node{width:50%;width:90%;padding:1rem}.about_overview_style3-collection-nodes-node-icon{width:48px;height:48px;margin-bottom:1rem}.about_overview_style3-collection-nodes-node-icon img{width:100%}.about_overview_style3-collection-nodes-node h3{margin-bottom:.5rem}.about_overview_style3-collection-image{width:100%;height:100%;overflow:hidden;border-top-right-radius:0;border-bottom-right-radius:8px;border-bottom-left-radius:8px}.about_overview_style3-collection-image img{height:100%;width:100%}.about_overview_style3-collection-alternate-image{width:100%;height:auto;overflow:hidden;border-top-left-radius:8px;border-bottom-left-radius:8px}.about_overview_style3-collection-alternate-image img{height:100%;width:100%}}.about_overview_style4{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.about_overview_style4-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.about_overview_style4-content-text{padding-inline:1rem;width:70%;margin:auto 0;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center}.about_overview_style4-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.about_overview_style4-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.about_overview_style4-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.about_overview_style4-content-text-title{font-size:48px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}.about_overview_style4-content-text-description{width:100%;font-size:18px;line-height:1.75;margin-bottom:2rem;text-align:center}.about_overview_style4-content-image{width:100%;overflow:hidden;border-radius:8px}.about_overview_style4-content-image img{width:100%;height:100%}@media (max-width: 1024px){.about_overview_style4{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.about_overview_style4-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.about_overview_style4-content-text{padding-inline:1rem;width:100%;margin:auto 0;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center}.about_overview_style4-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.about_overview_style4-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.about_overview_style4-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.about_overview_style4-content-text-title{font-size:36px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}.about_overview_style4-content-text-description{width:100%;font-size:16px;line-height:1.75;margin-bottom:2rem;text-align:center}.about_overview_style4-content-image{width:100%;overflow:hidden;border-radius:8px}.about_overview_style4-content-image img{width:100%;height:100%}}@media (max-width: 768px){.about_overview_style4{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.about_overview_style4-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.about_overview_style4-content-text{padding-inline:0rem;width:100%;margin:auto 0;margin-bottom:1rem;display:flex;flex-direction:column;align-items:flex-start}.about_overview_style4-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.about_overview_style4-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.about_overview_style4-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.about_overview_style4-content-text-title{font-size:32px;margin-bottom:2.5rem;text-transform:capitalize;text-align:start}.about_overview_style4-content-text-description{width:100%;font-size:16px;line-height:1.75;margin-bottom:2rem;text-align:start}.about_overview_style4-content-image{width:100%;overflow:hidden;border-radius:8px}.about_overview_style4-content-image img{width:100%;height:100%}}.about_overview_style5{gap:1rem;padding-block:4rem;height:100vh;background-image:url(/build/assets/1920x1080-BlTRC5tg.png);background-position:center center;background-repeat:no-repeat;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;border-radius:2rem}@media (max-width: 768px){.about_overview_style5{border-radius:0}}.about_overview_style5 .dark-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080}.about_overview_style5-content{display:flex;flex-direction:column;gap:1rem;align-items:center;color:#fff;z-index:1;position:relative}.about_overview_style5-content-text{padding-inline:1rem;width:70%;margin:auto 0;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center}.about_overview_style5-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.about_overview_style5-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.about_overview_style5-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.about_overview_style5-content-text-title{font-size:48px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}.about_overview_style5-content-text-description{width:100%;font-size:18px;line-height:1.75;margin-bottom:2rem;text-align:center}@media (max-width: 768px){.about_overview_style5-content-text{width:100%}.about_overview_style5-content-text-title{font-size:28px;margin-bottom:2.5rem;text-transform:capitalize}.about_overview_style5-content-text-description{width:100%;font-size:18px;line-height:1.75;margin-bottom:2rem}}.about_overview_style5-content-image{width:100%;overflow:hidden;border-radius:8px}.about_overview_style5-content-image img{width:100%;height:100%}.about_overview_style6{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.about_overview_style6-content{border-radius:8px;display:flex;flex-direction:column;gap:1rem}.about_overview_style6-content-text{padding-inline:1rem;width:100%;margin:auto 0}.about_overview_style6-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.about_overview_style6-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.about_overview_style6-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.about_overview_style6-content-text-title{font-size:36px;margin-bottom:2rem;text-transform:capitalize}@media (max-width: 768px){.about_overview_style6-content-text-title{font-size:28px}}.about_overview_style6-content-text-description{font-size:20px;width:70%;line-height:1.5;margin-bottom:2rem}@media (max-width: 768px){.about_overview_style6-content-text-description{font-size:16px;width:100%}}.about_overview_style6-content-text button{margin-bottom:2rem}.about_overview_style6-image{width:100%}.about_overview_style6-image img{width:100%;border-radius:2rem}.about_overview_style6-nodes{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;padding-block:2rem}@media (max-width: 768px){.about_overview_style6-nodes{display:flex;flex-direction:column}}.about_overview_style6-nodes-node{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.about_overview_style6-nodes-node-icon{width:64px;height:64px;margin-bottom:2rem}.about_overview_style6-nodes-node-icon img{width:100%}.about_overview_style6-nodes-node h3{margin-bottom:1rem;font-size:20px}.about_overview_style6-nodes-node p{width:80%;font-size:18px;line-height:1.5}.about_extension_style1{padding-bottom:4rem}.about_extension_style1-text{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1rem}.about_extension_style1-text h2{font-size:32px;margin-bottom:1rem;text-transform:capitalize}.about_extension_style1-text p{width:50%;font-size:18px;line-height:1.5;margin-bottom:2rem}.about_extension_style1-nodes{display:flex;flex-direction:row;gap:2rem}.about_extension_style1-nodes-node{flex:auto;width:25%}.about_extension_style1-nodes-node img{width:64px;margin-bottom:1rem}.about_extension_style1-nodes-node h3{color:var(--accent-color);margin-bottom:.5rem}.about_extension_style1-nodes-node p{line-height:1.5;text-align:start}@media (max-width: 1024px){.about_extension_style1{padding-block:1rem}.about_extension_style1-text{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1rem}.about_extension_style1-text h2{font-size:30px;margin-bottom:1rem;text-transform:capitalize}.about_extension_style1-text p{width:70%;font-size:16px;line-height:1.5;margin-bottom:2rem}.about_extension_style1-nodes{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2rem}.about_extension_style1-nodes-node{width:100%}.about_extension_style1-nodes-node img{width:64px;margin-bottom:1rem}.about_extension_style1-nodes-node h3{color:var(--accent-color);margin-bottom:.5rem}.about_extension_style1-nodes-node p{line-height:1.5;text-align:start}}@media (max-width: 768px){.about_extension_style1{padding-block:1rem}.about_extension_style1-text{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1rem}.about_extension_style1-text h2{font-size:28px;margin-bottom:1rem;text-transform:capitalize}.about_extension_style1-text p{width:100%;font-size:14px;line-height:1.5;margin-bottom:2rem}.about_extension_style1-nodes{display:flex;flex-direction:column;gap:2rem}.about_extension_style1-nodes-node{flex:auto;width:100%}.about_extension_style1-nodes-node img{width:48px;margin-bottom:1rem}.about_extension_style1-nodes-node h3{color:var(--accent-color);margin-bottom:.5rem}.about_extension_style1-nodes-node p{line-height:1.5;text-align:start}}.about_extension_style2{padding-bottom:4rem}.about_extension_style2-nodes{display:flex;flex-direction:row;gap:2rem}@media (max-width: 1024px){.about_extension_style2-nodes{display:grid;place-items:center;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}}@media (max-width: 768px){.about_extension_style2-nodes{display:flex;flex-direction:column}}.about_extension_style2-nodes-node{flex:auto;width:100%;border:1px solid var(--accent-color);border-top-right-radius:2rem;border-bottom-left-radius:2rem;padding:2rem 1rem;text-align:center}.about_extension_style2-nodes-node img{width:64px;margin-bottom:2rem}.about_extension_style2-nodes-node h3{color:var(--accent-color);margin-bottom:.5rem}.about_extension_style2-nodes-node p{line-height:1.5}.gallery_overview_style1{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:2rem;padding-block:4rem}.gallery_overview_style1-text{width:50%}.gallery_overview_style1-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.gallery_overview_style1-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.gallery_overview_style1-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:12px;font-weight:800}.gallery_overview_style1-text-title{font-size:32px;margin-bottom:2rem}.gallery_overview_style1-text-description{width:48ch;line-height:1.5;margin-bottom:2rem}.gallery_overview_style1-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(4,1fr);grid-column-gap:1rem;grid-row-gap:1rem;width:100%}.gallery_overview_style1-grid-item{transition:transform .2s ease-out;height:300px;overflow:hidden;position:relative;border-radius:8px}.gallery_overview_style1-grid-item:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.gallery_overview_style1-grid-item:active{transition:transform 50ms ease-out;transform:translateY(2px)}.gallery_overview_style1-grid-item:last-child{height:100%}.gallery_overview_style1-grid-item img{position:absolute;z-index:1;width:100%;height:100%;object-fit:cover}.gallery_overview_style1-grid-item-banner{opacity:0;position:absolute;z-index:2;width:100%;bottom:0;padding:1rem;color:var(--light);background:linear-gradient(to top,var(--dark) 0%,transparent 100%);transition:opacity .2s ease-in-out}.gallery_overview_style1-grid-item-banner h3{margin-bottom:.5rem}.gallery_overview_style1-grid-item-banner p{line-height:1.25}.gallery_overview_style1-grid-item:hover{cursor:pointer}.gallery_overview_style1-grid-item:hover .gallery_overview_style1-grid-item-banner{opacity:1;transition:opacity .2s ease-in-out}.gallery_overview_style1-grid .grid-item-1{grid-area:1/1/3/3}.gallery_overview_style1-grid .grid-item-2{grid-area:3/1/5/3}.gallery_overview_style1-grid .grid-item-3{grid-area:1/3/3/5}.gallery_overview_style1-grid .grid-item-4{grid-area:3/3/5/5}.gallery_overview_style1-grid .grid-item-5{grid-area:1/5/5/7}@media (max-width: 768px){.gallery_overview_style1{flex-direction:column;justify-content:space-evenly;gap:1rem;padding-block:2rem}.gallery_overview_style1-text{width:100%;padding-block:1rem}.gallery_overview_style1-text-description{width:100%}.gallery_overview_style1-grid{display:flex;flex-direction:column;grid-column-gap:1rem;grid-row-gap:1rem;width:100%}.gallery_overview_style1-grid-item{height:300px;overflow:hidden;position:relative}.gallery_overview_style1-grid-item:last-child{height:300px}.gallery_overview_style1-grid-item img{position:absolute;z-index:1;width:100%;height:100%;object-fit:cover}.gallery_overview_style1-grid-item-banner{opacity:0;position:absolute;z-index:2;width:100%;bottom:0;padding:1rem;color:var(--light);background:linear-gradient(to top,var(--dark) 0%,transparent 100%);transition:opacity .2s ease-in-out}.gallery_overview_style1-grid-item-banner h3{margin-bottom:.5rem}.gallery_overview_style1-grid-item-banner p{line-height:1.25}.gallery_overview_style1-grid-item:hover{cursor:pointer}.gallery_overview_style1-grid-item:hover .gallery_overview_style1-grid-item-banner{opacity:1;transition:opacity .2s ease-in-out}.gallery_overview_style1-grid .grid-item-1{grid-area:1/1/3/3}.gallery_overview_style1-grid .grid-item-2{grid-area:3/1/5/3}.gallery_overview_style1-grid .grid-item-3{grid-area:1/3/3/5}.gallery_overview_style1-grid .grid-item-4{grid-area:3/3/5/5}.gallery_overview_style1-grid .grid-item-5{grid-area:1/5/5/7}}@media (min-width: 769px) and (max-width: 1024px){.gallery_overview_style1{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:2rem;padding-block:2rem}.gallery_overview_style1-text{width:100%}.gallery_overview_style1-grid{display:flex;flex-wrap:wrap}.gallery_overview_style1-grid-item{flex:0 0 calc(33.333% - 1rem)}.gallery_overview_style1-grid-item:last-child{height:300px}}.project_popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999}.project_popup-content{overflow:hidden;background-color:#000;width:80%;height:100%;max-width:600px;margin:0 auto;border-radius:8px;box-shadow:0 0 10px #0000004d;position:relative;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:flex-end;color:var(--light)}.project_popup-content video{object-fit:contain}.project_popup-content-close{position:absolute;top:10px;right:10px;cursor:pointer}.project_popup-content-title,.project_popup-content-description,.project_popup-content-data{background-color:#000000b4;padding-inline:2rem;padding-bottom:1rem}.project_popup-content-title{padding-top:2rem;padding-bottom:.5rem}.project_popup-content-data{padding-bottom:2rem}.project_popup-content-data-point{margin-bottom:.2rem}.project_popup-content-data-point span{margin-left:1rem;font-weight:700}.project_popup.active{display:block}body.project_popup-open{overflow:hidden}.gallery_overview_style2{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.gallery_overview_style2-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.gallery_overview_style2-content-text{padding-inline:1rem;width:70%;margin:auto 0;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center}.gallery_overview_style2-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.gallery_overview_style2-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.gallery_overview_style2-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.gallery_overview_style2-content-text-title{font-size:48px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}.gallery_overview_style2-content-text-description{width:100%;font-size:18px;line-height:1.75;margin-bottom:2rem;text-align:center}.gallery_overview_style2-content-collection{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem}.gallery_overview_style2-content-collection img{width:100%;border-radius:8px;cursor:pointer;transition:transform .2s ease-out}.gallery_overview_style2-content-collection img:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.gallery_overview_style2-content-collection img:active{transition:transform 50ms ease-out;transform:translateY(2px)}@media (max-width: 1024px){.gallery_overview_style2{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.gallery_overview_style2-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.gallery_overview_style2-content-text{padding-inline:1rem;width:70%;margin:auto 0;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center}.gallery_overview_style2-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.gallery_overview_style2-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.gallery_overview_style2-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.gallery_overview_style2-content-text-title{font-size:36px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}.gallery_overview_style2-content-text-description{width:100%;font-size:16px;line-height:1.75;margin-bottom:2rem;text-align:center}.gallery_overview_style2-content-collection{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem}.gallery_overview_style2-content-collection img{width:100%;border-radius:8px;transition:transform .2s ease-out}.gallery_overview_style2-content-collection img:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.gallery_overview_style2-content-collection img:active{transition:transform 50ms ease-out;transform:translateY(2px)}}@media (max-width: 768px){.gallery_overview_style2{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.gallery_overview_style2-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.gallery_overview_style2-content-text{padding-inline:1rem;width:100%;margin:auto 0;margin-bottom:1rem;display:flex;flex-direction:column;align-items:flex-start}.gallery_overview_style2-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.gallery_overview_style2-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.gallery_overview_style2-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.gallery_overview_style2-content-text-title{font-size:32px;margin-bottom:2.5rem;text-transform:capitalize;text-align:start}.gallery_overview_style2-content-text-description{width:100%;font-size:16px;line-height:1.75;margin-bottom:2rem;text-align:start}.gallery_overview_style2-content-collection{display:flex;flex-direction:column;align-items:center;gap:1rem}.gallery_overview_style2-content-collection img{width:100%;border-radius:8px;transition:transform .2s ease-out}.gallery_overview_style2-content-collection img:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.gallery_overview_style2-content-collection img:active{transition:transform 50ms ease-out;transform:translateY(2px)}}.gallery_overview_style3{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.gallery_overview_style3-content{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.gallery_overview_style3-content-text{padding-inline:1rem;width:70%;margin:auto 0;margin-bottom:1rem;display:flex;flex-direction:column;align-items:flex-start}.gallery_overview_style3-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.gallery_overview_style3-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.gallery_overview_style3-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.gallery_overview_style3-content-text-title{font-size:48px;margin-bottom:2.5rem;text-transform:capitalize}.gallery_overview_style3-content-text-description{width:100%;font-size:18px;line-height:1.75;margin-bottom:2rem}.gallery_overview_style3-content-collection{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(5,1fr);gap:1rem}.gallery_overview_style3-content-collection img{width:100%;height:100%;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .2s ease-out}.gallery_overview_style3-content-collection img:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.gallery_overview_style3-content-collection img:active{transition:transform 50ms ease-out;transform:translateY(2px)}@media (max-width: 1024px){.gallery_overview_style3{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.gallery_overview_style3-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.gallery_overview_style3-content-text{padding-inline:1rem;width:70%;margin:auto 0;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center}.gallery_overview_style3-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.gallery_overview_style3-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.gallery_overview_style3-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.gallery_overview_style3-content-text-title{font-size:36px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}.gallery_overview_style3-content-text-description{width:100%;font-size:16px;line-height:1.75;margin-bottom:2rem;text-align:center}.gallery_overview_style3-content-collection{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(10,1fr);gap:1rem}.gallery_overview_style3-content-collection img{width:100%;border-radius:8px;transition:transform .2s ease-out}.gallery_overview_style3-content-collection img:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.gallery_overview_style3-content-collection img:active{transition:transform 50ms ease-out;transform:translateY(2px)}}@media (max-width: 768px){.gallery_overview_style3{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.gallery_overview_style3-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.gallery_overview_style3-content-text{padding-inline:1rem;width:100%;margin:auto 0;margin-bottom:1rem;display:flex;flex-direction:column;align-items:flex-start}.gallery_overview_style3-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.gallery_overview_style3-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.gallery_overview_style3-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.gallery_overview_style3-content-text-title{font-size:32px;margin-bottom:2.5rem;text-transform:capitalize;text-align:start}.gallery_overview_style3-content-text-description{width:100%;font-size:16px;line-height:1.75;margin-bottom:2rem;text-align:start}.gallery_overview_style3-content-collection{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(10,1fr);gap:1rem}.gallery_overview_style3-content-collection img{width:100%;border-radius:8px;transition:transform .2s ease-out}.gallery_overview_style3-content-collection img:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.gallery_overview_style3-content-collection img:active{transition:transform 50ms ease-out;transform:translateY(2px)}}.project_popup{display:none;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000000e6}.project_popup img{display:block;margin:auto;max-width:90%;max-height:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery_overview_style4{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.gallery_overview_style4-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.gallery_overview_style4-content-text{padding-inline:1rem;width:70%;margin:auto 0;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center}.gallery_overview_style4-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.gallery_overview_style4-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.gallery_overview_style4-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.gallery_overview_style4-content-text-title{font-size:48px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}.gallery_overview_style4-content-text-description{width:70%;font-size:20px;line-height:1.75;margin-bottom:2rem;text-align:center}@media (max-width: 768px){.gallery_overview_style4-content-text{width:100%}.gallery_overview_style4-content-text-title{font-size:28px;margin-bottom:2.5rem;text-transform:capitalize}.gallery_overview_style4-content-text-description{width:100%;font-size:18px;line-height:1.75;margin-bottom:2rem}}.gallery_overview_style4-content .swiper{width:100%}@media (max-width: 1024px){.gallery_overview_style4-content .swiper{width:100%}}.gallery_overview_style4-content .swiper .swiper-button-prev,.gallery_overview_style4-content .swiper .swiper-button-next{color:var(--accent-color)}.gallery_overview_style4-content-slide{display:flex;flex-direction:column;padding:2rem 0rem;gap:1rem;position:relative;width:120%}@media (max-width: 1024px){.gallery_overview_style4-content-slide{margin:1rem;padding:0rem;width:90%}}.gallery_overview_style4-content-slide img{border-radius:1rem;padding:0;width:100%}.gallery_overview_style4-content-slide-text{background-color:var(--accent-color);color:var(--light);box-shadow:0 4px 6px #0003;padding:2rem 1rem;width:50%;position:absolute;bottom:8px;left:8px;border-radius:1rem;height:fit-content}@media (max-width: 1024px){.gallery_overview_style4-content-slide-text{width:auto;position:static}}.gallery_overview_style4-content-slide-text h3{font-size:24px;margin-bottom:2rem}@media (max-width: 1024px){.gallery_overview_style4-content-slide-text h3{font-size:16px}}.gallery_overview_style4-content-slide-text p{font-size:18px;line-height:1.75}@media (max-width: 1024px){.gallery_overview_style4-content-slide-text p{font-size:12px}}.homepage_cta_style1{display:flex;flex-direction:row;align-items:flex-start;border-radius:8px;padding-block:2rem;margin-bottom:8rem;background:linear-gradient(131deg,var(--accent-color),var(--light));background-size:120% 120%;animation:gradient-animation 16s ease infinite}.homepage_cta_style1-text{width:60%;padding:2rem;color:var(--light)}.homepage_cta_style1-text h2{font-size:32px;text-transform:uppercase;margin-bottom:2rem}.homepage_cta_style1-text p{line-height:1.5;font-size:20px;margin-bottom:3rem;width:100%}.homepage_cta_style1-text button{margin-bottom:2rem;background-color:var(--light);height:4rem;padding-inline:4rem;border:none}.homepage_cta_style1-text button a span{font-size:24px;font-weight:600;color:var(--accent-color)}.homepage_cta_style1-text button a svg{stroke:var(--accent-color)}.homepage_cta_style1-image{width:50%;height:500px;padding:2rem;display:flex;justify-content:flex-end;align-items:flex-end;position:relative;top:8rem}.homepage_cta_style1-image img{height:100%}@media screen and (max-width: 768px){.homepage_cta_style1{flex-direction:column;margin-bottom:2rem}.homepage_cta_style1-text{width:100%;padding-block:2rem;padding-inline:0;color:var(--light)}.homepage_cta_style1-text h2{font-size:32px;text-transform:uppercase;margin-bottom:2rem}.homepage_cta_style1-text p{line-height:1.5;font-size:20px;margin-bottom:3rem;width:100%}.homepage_cta_style1-text button{margin-bottom:2rem;background-color:var(--light);height:3rem;width:100%;border:none}.homepage_cta_style1-text button a span{font-size:18px;font-weight:600;color:var(--accent-color)}.homepage_cta_style1-text button a svg{stroke:var(--accent-color)}.homepage_cta_style1-image{width:100%;padding:2rem;display:flex;justify-content:center;align-items:center;position:relative;top:0}.homepage_cta_style1-image img{height:100%}}@media screen and (max-width: 1024px){.homepage_cta_style1{flex-direction:column;margin-bottom:2rem}.homepage_cta_style1-text{width:80%;padding-block:2rem;padding-inline:0;color:var(--light)}.homepage_cta_style1-text h2{font-size:32px;text-transform:uppercase;margin-bottom:2rem}.homepage_cta_style1-text p{line-height:1.5;font-size:20px;margin-bottom:3rem;width:100%}.homepage_cta_style1-text button{margin-bottom:2rem;background-color:var(--light);height:3rem;border:none}.homepage_cta_style1-text button a span{font-size:18px;font-weight:600;color:var(--accent-color)}.homepage_cta_style1-text button a svg{stroke:var(--accent-color)}.homepage_cta_style1-image{width:80%;padding:2rem;display:flex;justify-content:center;align-items:center;position:relative;top:0}.homepage_cta_style1-image img{height:100%}}@media screen and (max-width: 768px){.homepage_cta_style1{flex-direction:column;margin-bottom:2rem}.homepage_cta_style1-text{width:90%;padding-block:2rem;padding-inline:0;color:var(--light)}.homepage_cta_style1-text h2{font-size:28px;text-transform:uppercase;margin-bottom:2rem}.homepage_cta_style1-text p{line-height:1.5;font-size:18px;margin-bottom:3rem;width:100%}.homepage_cta_style1-text button{margin-bottom:2rem;background-color:var(--light);height:3rem;border:none;width:100%;padding:0}.homepage_cta_style1-text button a{width:100%}.homepage_cta_style1-text button a span{font-size:16px;font-weight:600;color:var(--accent-color)}.homepage_cta_style1-text button a svg{stroke:var(--accent-color)}.homepage_cta_style1-image{width:100%;padding:2rem;display:flex;justify-content:center;align-items:center;overflow:hidden}.homepage_cta_style1-image img{width:150%}}.homepage_cta_style2{padding-block:8rem;background:linear-gradient(-45deg,var(--primary-color),var(--accent-color),var(--primary-color));background-size:400% 400%;animation:gradient 15s ease infinite;background-position-y:0}.homepage_cta_style2-content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:var(--light)}.homepage_cta_style2-content h2{font-size:36px;margin-bottom:2.5rem;text-transform:capitalize}@media (max-width: 1024px){.homepage_cta_style2-content h2{font-size:32px}}@media (max-width: 768px){.homepage_cta_style2-content h2{font-size:24px}}.homepage_cta_style2-content p{font-size:20px;line-height:1.5;width:80%;margin-bottom:2rem}.homepage_cta_style2-content button{background-color:transparent;border:1px solid var(--light)}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.page_banner_style1{padding-top:10vh}.page_banner_style1-content{display:flex;flex-direction:column;justify-content:flex-end}.page_banner_style1-content-logo{display:none}.page_banner_style1-content h2{font-size:48px;position:relative;color:transparent;background:linear-gradient(90deg,var(--accent-color) 0%,var(--primary-color) 50%,var(--accent-color) 100%);background-size:400% 400%;animation:gradient-animation 10s ease infinite;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;text-transform:capitalize}.page_banner_style1-content p{width:50%;margin-bottom:1rem}@media screen and (max-width: 768px){.page_banner_style1{padding-block:1rem}.page_banner_style1-content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.page_banner_style1-content-logo{display:block;height:3rem;margin-bottom:1.5rem}.page_banner_style1-content-logo img{height:100%}.page_banner_style1-content h2{font-size:32px;margin-bottom:1rem}.page_banner_style1-content p{width:90%;font-size:16px;margin-bottom:1rem}.page_banner_style1-content button{width:100%}}.editorial{display:block;width:100%;max-height:60px;margin-bottom:4rem}.parallax1>use{animation:move-forever1 10s linear infinite}.parallax1>use:nth-child(1){animation-delay:-2s}.parallax2>use{animation:move-forever2 8s linear infinite}.parallax2>use:nth-child(1){animation-delay:-2s}.parallax3>use{animation:move-forever3 6s linear infinite}.parallax3>use:nth-child(1){animation-delay:-2s}.parallax4>use{animation:move-forever4 4s linear infinite}.parallax4>use:nth-child(1){animation-delay:-2s}@keyframes move-forever1{0%{transform:translate(100px)}to{transform:translate(-200px)}}@keyframes move-forever2{0%{transform:translate(-90px)}to{transform:translate(85px)}}@keyframes move-forever3{0%{transform:translate(85px)}to{transform:translate(-90px)}}@keyframes move-forever4{0%{transform:translate(-90px)}to{transform:translate(85px)}}.contact_information_style1{display:flex;flex-direction:row;gap:1rem;padding-block:4rem}.contact_information_style1-text{width:50%}.contact_information_style1-text-title{font-size:32px;margin-bottom:2rem}.contact_information_style1-text-description{width:48ch;line-height:1.5;margin-bottom:2rem}.contact_information_style1-info{width:50%;display:flex;flex-direction:column;justify-content:center}.contact_information_style1-info-node{display:flex;flex-direction:row;align-items:center;margin-bottom:2rem}.contact_information_style1-info-node-image{height:48px;margin-right:1rem}.contact_information_style1-info-node-image img{height:100%}.contact_information_style1-info-node-text p{font-size:18px;margin-bottom:.5rem}@media screen and (max-width: 1024px){.contact_information_style1{display:flex;flex-direction:column;gap:1rem;padding-block:4rem}.contact_information_style1-text{width:70%}.contact_information_style1-text-title{font-size:32px;margin-bottom:2rem}.contact_information_style1-text-description{width:100%;line-height:1.5;margin-bottom:2rem}.contact_information_style1-text button{margin-bottom:1rem;width:70%}.contact_information_style1-info{width:50%;display:flex;flex-direction:column;justify-content:center}.contact_information_style1-info-node{display:flex;flex-direction:row;align-items:center;margin-bottom:2rem}.contact_information_style1-info-node-image{height:48px;margin-right:1rem}.contact_information_style1-info-node-image img{height:100%}.contact_information_style1-info-node-text p{font-size:18px;margin-bottom:.5rem}}@media screen and (max-width: 768px){.contact_information_style1{display:flex;flex-direction:column;gap:1rem;padding-block:2rem}.contact_information_style1-text{width:100%}.contact_information_style1-text button{margin-bottom:1rem;width:100%}.contact_information_style1-info{width:100%}}.contact_form_style1{display:flex;flex-direction:row;gap:1rem;padding-block:2rem}.contact_form_style1-text{width:50%}.contact_form_style1-text-title{width:80%;font-size:32px;margin-bottom:2rem}.contact_form_style1-text-description{width:80%;line-height:1.5;margin-bottom:2rem}.contact_form_style1-text-maptag{margin-bottom:1rem}.contact_form_style1-text-map{height:60%;border:1px solid #D2D5DA;border-radius:8px}.contact_form_style1-mapmobile{display:none}.contact_form_style1-form{display:flex;flex-direction:column;width:50%;border:1px solid #D2D5DA;border-radius:8px;padding:1rem;gap:1rem}.contact_form_style1-form-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.contact_form_style1-form input,.contact_form_style1-form textarea{width:100%;padding:1rem;border:1px solid #D2D5DA;border-radius:8px;transition:transform .2s ease-out}.contact_form_style1-form input:hover,.contact_form_style1-form textarea:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.contact_form_style1-form input:active,.contact_form_style1-form textarea:active{transition:transform 50ms ease-out;transform:translateY(2px)}.contact_form_style1-form input::placeholder,.contact_form_style1-form textarea::placeholder{font-family:Inter,sans-serif;font-size:16px}.contact_form_style1-form textarea{height:200px;font-family:Inter,sans-serif}.contact_form_style1-form-submit{background-color:var(--accent-color);font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:var(--light);cursor:pointer;transition:transform .2s ease-out}.contact_form_style1-form-submit:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.contact_form_style1-form-submit:active{transition:transform 50ms ease-out;transform:translateY(2px)}.contact_form_style1-form .success{border-color:#81c784}.contact_form_style1-form .error{border-color:#fca5a5}@media screen and (max-width: 1024px){.contact_form_style1{flex-direction:column}.contact_form_style1-text{width:100%}.contact_form_style1-text-title{width:100%;font-size:32px;margin-bottom:2rem}.contact_form_style1-text-description{width:100%;line-height:1.5;margin-bottom:2rem}.contact_form_style1-text-maptag{margin-bottom:1rem;display:none}.contact_form_style1-text-map{height:50vh;border:1px solid #D2D5DA;border-radius:8px;display:none}.contact_form_style1-form{display:flex;flex-direction:column;width:100%;border:1px solid #D2D5DA;border-radius:8px;padding:1rem;gap:1rem}.contact_form_style1-form-row{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}.contact_form_style1-form input,.contact_form_style1-form textarea{width:100%;padding:1rem;border:1px solid #D2D5DA;border-radius:8px;transition:transform .2s ease-out}.contact_form_style1-form input:hover,.contact_form_style1-form textarea:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.contact_form_style1-form input:active,.contact_form_style1-form textarea:active{transition:transform 50ms ease-out;transform:translateY(2px)}.contact_form_style1-form input::placeholder,.contact_form_style1-form textarea::placeholder{font-family:Inter,sans-serif;font-size:16px}.contact_form_style1-form textarea{height:200px}.contact_form_style1-form-submit{background-color:var(--accent-color);font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:var(--light);cursor:pointer;transition:transform .2s ease-out}.contact_form_style1-form-submit:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.contact_form_style1-form-submit:active{transition:transform 50ms ease-out;transform:translateY(2px)}.contact_form_style1-mapmobile{display:flex;flex-direction:column;padding-block:1rem}.contact_form_style1-mapmobile-maptag{margin-bottom:1rem}.contact_form_style1-mapmobile-map{height:50vh;border:1px solid #D2D5DA;border-radius:8px}}.contact_hero_style1 .hero-carousel{position:relative;height:80vh;overflow:hidden;display:flex;align-items:stretch;background-color:var(--dark)}.contact_hero_style1 .hero-carousel .hero-slider{background-size:cover;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:transform .5s ease,opacity .5s ease}.contact_hero_style1 .hero-carousel .hero-slider.active{opacity:1;pointer-events:auto;transform:translate(0)}.contact_hero_style1 .hero-carousel .hero-slider-dark-overlay{position:absolute;height:100%;width:100vw;background:linear-gradient(to right,#000c,#0006,#000c);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:1}.contact_hero_style1 .hero-carousel .hero-slider-content{position:absolute;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:var(--light)}.contact_hero_style1 .hero-carousel .hero-slider-content h1{width:50%;font-size:64px;text-align:center;margin-bottom:2rem}.contact_hero_style1 .hero-carousel .hero-slider-content p{width:30%;text-align:center;margin-bottom:2rem;font-size:18px}.contact_hero_style1 .hero-carousel .hero-slider-content button{height:3rem;margin-bottom:2rem}.contact_hero_style1-indicator{position:absolute;z-index:10;bottom:0;display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:5vh;background:linear-gradient(to top,#222,#0000)}.contact_hero_style1-indicator svg{width:32px;rotate:90deg;stroke:var(--accent-color);margin-right:1rem;animation:fly-x .5s infinite alternate}@media screen and (max-width: 768px){.contact_hero_style1 .hero-carousel .nav-btn{position:absolute;z-index:20;top:0;bottom:0;width:2rem;background-color:#0000001a;color:#fff;border:none;cursor:pointer;transition:background-color .1s ease-out}.contact_hero_style1 .hero-carousel .nav-btn:hover{background-color:#00000080}.contact_hero_style1 .hero-carousel .prev-btn{left:0}.contact_hero_style1 .hero-carousel .next-btn{right:0}.contact_hero_style1 .hero-carousel .hero-slider-content h1{width:80%;font-size:32px;text-align:center;margin-bottom:2rem}.contact_hero_style1 .hero-carousel .hero-slider-content p{width:80%;text-align:center;margin-bottom:2rem;font-size:18px}.contact_hero_style1 .hero-carousel .hero-slider-content button{height:3rem}}.contact_hero_style2{padding-top:12rem;padding-bottom:8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background-image:url(/build/assets/contact-hero-BY8Tf9ED.jpg);background-size:cover;background-position:center center}.contact_hero_style2-content{margin-bottom:2rem}.contact_hero_style2-content-text{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background-color:#0006;color:var(--light);padding:2rem}.contact_hero_style2-content h1{font-size:36px;margin-bottom:2rem}.contact_hero_style2-content p{font-size:16px;width:70%}.contact_hero_style2-panel{background-color:var(--accent-color);padding:2rem;border-radius:1rem;position:relative;top:2rem;display:flex;flex-direction:row;gap:2rem}.featured_article_style1{display:flex;flex-direction:column;padding-block:4rem}.featured_article_style1-title{display:flex;flex-direction:row;align-items:center;margin-bottom:2rem}.featured_article_style1-title svg{stroke:var(--primary-color);margin-right:1rem}.featured_article_style1-title-h2{color:var(--primary-color)}.featured_article_style1-featured{display:flex;flex-direction:row;border:1px solid #D2D5DA;border-radius:8px}.featured_article_style1-featured-image{border-top-left-radius:8px;border-bottom-left-radius:8px;width:50%;overflow:hidden}.featured_article_style1-featured-image img{width:100%;height:100%}.featured_article_style1-featured-text{width:50%;padding:2rem 1rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.featured_article_style1-featured-text h3{font-size:28px;margin-bottom:1rem}.featured_article_style1-featured-text p{font-size:16px;line-height:1.5;margin-bottom:2rem}@media screen and (max-width: 768px){.featured_article_style1-featured{display:flex;flex-direction:column;border:1px solid #D2D5DA}.featured_article_style1-featured-image{width:100%;overflow:hidden;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:0}.featured_article_style1-featured-image img{width:100%;height:100%}.featured_article_style1-featured-text{width:100%;padding:1rem}.featured_article_style1-featured-text h3{font-size:24px;margin-bottom:1rem}.featured_article_style1-featured-text p{line-height:1.5;margin-bottom:1rem}.featured_article_style1-featured-text button{width:100%}}.articles_list_style1{display:flex;flex-direction:column;padding-block:4rem}.articles_list_style1-title{display:flex;flex-direction:row;align-items:center;margin-bottom:2rem}.articles_list_style1-title svg{stroke:var(--primary-color);margin-right:1rem}.articles_list_style1-title-h2{color:var(--primary-color)}.articles_list_style1-item{display:flex;flex-direction:row;border:1px solid #D2D5DA;border-radius:8px;margin-bottom:2rem}.articles_list_style1-item-image{border-top-left-radius:8px;border-bottom-left-radius:8px;width:50%;overflow:hidden}.articles_list_style1-item-image img{width:100%;height:100%}.articles_list_style1-item-text{width:50%;padding:2rem 1rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.articles_list_style1-item-text h3{font-size:28px;margin-bottom:1rem}.articles_list_style1-item-text p{font-size:16px;line-height:1.5;margin-bottom:2rem}@media screen and (max-width: 768px){.articles_list_style1-item{display:flex;flex-direction:column;border:1px solid #D2D5DA}.articles_list_style1-item-image{width:100%;overflow:hidden;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:0}.articles_list_style1-item-image img{width:100%;height:100%}.articles_list_style1-item-text{width:100%;padding:1rem}.articles_list_style1-item-text h3{font-size:24px;margin-bottom:1rem}.articles_list_style1-item-text p{line-height:1.5;margin-bottom:1rem}.articles_list_style1-item-text button{width:100%}}.articles_list_style2{display:flex;flex-direction:column;padding-block:4rem}.articles_list_style2-title{display:flex;flex-direction:row;align-items:center;margin-bottom:2rem}.articles_list_style2-title svg{stroke:var(--primary-color);margin-right:1rem}.articles_list_style2-title-h2{color:var(--primary-color)}.articles_list_style2-items{display:grid;place-items:center;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 1024px){.articles_list_style2-items{display:flex;flex-direction:column}}.articles_list_style2-items-item{display:flex;flex-direction:column;border:1px solid #D2D5DA;border-radius:8px;margin-bottom:2rem;border-radius:1rem}.articles_list_style2-items-item-image{border-radius:1rem;width:100%;overflow:hidden}.articles_list_style2-items-item-image img{width:100%;height:100%}.articles_list_style2-items-item-text{width:100%;padding:2rem 1rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.articles_list_style2-items-item-text h3{font-size:20px;margin-bottom:1rem}.articles_list_style2-items-item-text p{font-size:16px;line-height:1.5;margin-bottom:2rem}.articles_list_style2-items-item-text button{width:100%}.category_with_examples_style1{display:flex;flex-direction:column;padding-block:2rem}.category_with_examples_style1-button{margin-bottom:1rem}.category_with_examples_style1-items{width:100%;display:flex;flex-direction:row;gap:2rem}.category_with_examples_style1-items-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border:1px solid #D2D5DA;width:100%;border-radius:8px}.category_with_examples_style1-items-item-tag{width:fit-content;align-self:flex-end;border-bottom:1px solid #D2D5DA;border-left:1px solid #D2D5DA;padding:.1rem .5rem}.category_with_examples_style1-items-item-tag p{font-weight:600;color:var(--primary-color)}.category_with_examples_style1-items-item img{width:80%;margin-bottom:auto}.category_with_examples_style1-items-item h3{margin-bottom:1rem}.category_with_examples_style1-items-item button{width:100%;border-top-left-radius:0;border-top-right-radius:0}.category_with_examples_style1-items-item button a{border-top-left-radius:0;border-top-right-radius:0}.category_with_examples_style1-items-more{width:100%;height:100%}.category_with_examples_style1-items-more a{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #D2D5DA;width:100%;border-radius:8px;cursor:pointer;transition:transform .2s ease-out}.category_with_examples_style1-items-more a:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.category_with_examples_style1-items-more a:active{transition:transform 50ms ease-out;transform:translateY(2px)}.category_with_examples_style1-items-more a h3{margin-bottom:1rem}.category_with_examples_style1-items-more a:hover h3{color:var(--accent-color)}.category_with_examples_style1-items-more a:hover svg{stroke:var(--accent-color)}@media screen and (max-width: 1024px){.category_with_examples_style1-items{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem}}@media screen and (max-width: 768px){.category_with_examples_style1-items{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(4,1fr);gap:1rem}}.products_list_style1{display:flex;flex-direction:column;padding-block:2rem}.products_list_style1-button{margin-bottom:1rem}.products_list_style1-items{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.products_list_style1-items-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border:1px solid #D2D5DA;width:100%;border-radius:8px;min-height:50vh}.products_list_style1-items-item-tag{width:fit-content;align-self:flex-end;border-bottom:1px solid #D2D5DA;border-left:1px solid #D2D5DA;padding:.1rem .5rem}.products_list_style1-items-item-tag p{font-weight:600;color:var(--primary-color)}.products_list_style1-items-item img{width:100%;margin-block:auto}.products_list_style1-items-item h3{margin-bottom:1rem}.products_list_style1-items-item button{width:100%;border-top-left-radius:0;border-top-right-radius:0}.products_list_style1-items-item button a{border-top-left-radius:0;border-top-right-radius:0}@media screen and (max-width: 1024px){.products_list_style1-items{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem}}@media screen and (max-width: 768px){.products_list_style1-items{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(4,1fr);gap:1rem}}.product_details_style1-banner{padding-top:10vh;display:flex;flex-direction:column;justify-content:flex-end}.product_details_style1-banner-logo{display:none}.product_details_style1-banner h2{font-size:48px;position:relative;color:transparent;background-image:linear-gradient(45deg,var(--accent-color),#ff00ff,var(--accent-color));background-size:400% 400%;animation:gradient-animation 10s ease infinite;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;text-transform:capitalize}.product_details_style1-banner p{width:50%;margin-bottom:1rem}.product_details_style1-hero{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.product_details_style1-hero-image-container{position:relative;overflow:hidden;max-width:calc(50% - 10px);margin-right:10px;width:50%}.product_details_style1-hero-image-container #zoom-container{overflow:hidden}.product_details_style1-hero-image-container-image{width:45%;display:block;margin:0 auto;transition:transform .5s ease}.product_details_style1-hero-image-container-image:hover{transform:scale(2);cursor:zoom-in}.product_details_style1-hero-thumbnails{display:flex;justify-content:center;margin-top:10px}.product_details_style1-hero-thumbnails-item{width:50px;height:50px;margin:0 8px;cursor:pointer;transition:transform .3s ease}.product_details_style1-hero-thumbnails-item:hover{transform:scale(1.1)}.product_details_style1-hero-details-container{padding-block:3rem;max-width:calc(50% - 10px);margin-left:10px;width:50%}@media (max-width: 1024px){.product_details_style1-hero-details-container{width:100%}}.product_details_style1-hero-details-container-detail h2{color:var(--primary-color);font-size:28px;margin-bottom:1rem}.product_details_style1-hero-details-container-detail p{font-size:16px;line-height:1.75;margin-bottom:1rem}.product_details_style1-hero-details-container-detail ul{margin-bottom:2rem}.product_details_style1-hero-details-container-detail ul li{display:flex;flex-direction:row;align-items:center;margin-bottom:1rem}.product_details_style1-hero-details-container-detail ul li span{font-weight:700}.product_details_style1-hero-details-container-detail ul li svg{margin-right:1rem}.product_details_style1-hero-prev-btn,.product_details_style1-hero-next-btn{width:50px;height:50px;border-radius:8px;background-color:transparent;border:1px solid #D2D5DA;cursor:pointer;transition:transform .2s ease-out}.product_details_style1-hero-prev-btn:hover,.product_details_style1-hero-next-btn:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.product_details_style1-hero-prev-btn:active,.product_details_style1-hero-next-btn:active{transition:transform 50ms ease-out;transform:translateY(2px)}.product_details_style1-technicals{padding-block:4rem;display:flex;flex-direction:row;gap:1rem}.product_details_style1-technicals-text{width:50%}@media (max-width: 1024px){.product_details_style1-technicals-text{width:100%}}.product_details_style1-technicals-text-title{color:var(--primary-color);font-size:28px;margin-bottom:1rem}.product_details_style1-technicals-text-description{color:var(--dark);font-size:16px;line-height:1.75;margin-bottom:4rem;width:80%}.product_details_style1-technicals-table-container{width:50%;display:inline-block;overflow-x:auto}.product_details_style1-technicals-table-container-table{width:100%;border-collapse:collapse;margin:0 auto}.product_details_style1-technicals-table-container-table thead{background-color:#e5e7eb;font-weight:800}.product_details_style1-technicals-table-container-table td{padding:1rem;border:1px solid #D2D5DA}.product_details_style1-technicals-table-container-table td:last-child{font-weight:700}@media screen and (max-width: 1024px){.product_details_style1-hero{flex-direction:column-reverse;padding-block:1rem}.product_details_style1-hero-image-container{max-width:100%;width:100%}.product_details_style1-hero-details-container{max-width:100%;margin:0}.product_details_style1-technicals{padding-block:1rem;display:flex;flex-direction:column}.product_details_style1-technicals-text,.product_details_style1-technicals-table-container{width:100%}}@media screen and (max-width: 768px){.product_details_style1-hero{flex-direction:column}.product_details_style1-hero-image-container{max-width:100%;width:100%}.product_details_style1-hero-details-container{max-width:100%;margin:0}.product_details_style1-banner{padding-top:0;padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.product_details_style1-banner-logo{display:block;height:3rem;margin-bottom:1.5rem}.product_details_style1-banner-logo img{height:100%}.product_details_style1-banner h2{font-size:32px;margin-bottom:1rem}.product_details_style1-banner p{width:90%;font-size:16px;margin-bottom:1rem}.product_details_style1-banner button{width:100%}}.testimonials_style1{padding-block:4rem}.testimonials_style1-text h2{font-size:32px;margin-bottom:2rem;width:50%}@media (max-width: 768px){.testimonials_style1-text h2{font-size:24px;width:100%}}.testimonials_style1-items{width:100%;overflow:hidden;display:grid;place-items:center}.testimonials_style1-items .testimonials_style1-items-item{display:none;width:fit-content img;width-margin-bottom:1rem}.testimonials_style1-items .testimonials_style1-items-item p{text-align:center;margin-bottom:1rem}.testimonials_style1-items .testimonials_style1-items-item:first-child{display:block}.testimonials_style1_navigation{display:flex;justify-content:center;align-items:center}.testimonials_style1_navigation .prev,.testimonials_style1_navigation .next{height:3rem;width:4rem;background-color:transparent;border:1px solid var(--accent-color);border-radius:8px;display:grid;place-items:center;margin-inline:2rem;cursor:pointer}.testimonials_style1_navigation .prev:hover,.testimonials_style1_navigation .next:hover{background-color:var(--accent-color)}.testimonials_style1_navigation .prev:hover svg,.testimonials_style1_navigation .next:hover svg{stroke:var(--light)}.testimonials_style1_navigation .prev svg,.testimonials_style1_navigation .next svg{width:24px;stroke:var(--accent-color)}.testimonials_style1_navigation .prev svg{transform:rotate(180deg)}.testimonials_style1_navigation .dots{display:flex}.testimonials_style1_navigation .dots .dot{width:10px;height:10px;border-radius:50%;margin:0 5px;border:1px solid var(--accent-color);cursor:pointer}.testimonials_style1_navigation .dots .dot.active{background-color:var(--accent-color)}.testimonials_style2{padding-block:4rem}.testimonials_style2-text{display:flex;flex-direction:column;align-items:center;padding-block:2rem}.testimonials_style2-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.testimonials_style2-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.testimonials_style2-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:12px;font-weight:800}.testimonials_style2-text-title{font-size:48px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}@media (max-width: 1024px){.testimonials_style2-text-title{font-size:36px}}@media (max-width: 768px){.testimonials_style2-text-title{font-size:32px}}.testimonials_style2-text-description{width:70%;font-size:18px;line-height:1.75;margin-bottom:2rem;text-align:center}@media (max-width: 768px){.testimonials_style2-text-description{width:100%}}.testimonials_style2-items{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2rem}@media (max-width: 768px){.testimonials_style2-items{display:flex;flex-direction:column}}.testimonials_style2-items-item{width:100%;border:1px solid #D2D5DA;border-radius:8px;padding:1rem}.testimonials_style2-items-item-name{margin-bottom:.5rem}.testimonials_style2-items-item-job{font-style:italic;margin-bottom:2rem}.testimonials_style2-items-item-review{padding-inline:2rem;line-height:1.75}.testimonials_style2-items-item svg{margin-inline:2rem;fill:var(--accent-color);margin-block:1rem}.testimonials_style3{display:flex;flex-direction:column;gap:1rem;padding-block:4rem;overflow:hidden}.testimonials_style3-content{display:flex;flex-direction:column;gap:1rem;align-items:center}.testimonials_style3-content-text{padding-inline:1rem;width:70%;margin:auto 0;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center}.testimonials_style3-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.testimonials_style3-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.testimonials_style3-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.testimonials_style3-content-text-title{font-size:48px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}.testimonials_style3-content-text-description{width:70%;font-size:20px;line-height:1.75;margin-bottom:2rem;text-align:center}@media (max-width: 768px){.testimonials_style3-content-text{width:100%}.testimonials_style3-content-text-title{font-size:28px;margin-bottom:2.5rem;text-transform:capitalize}.testimonials_style3-content-text-description{width:100%;font-size:18px;line-height:1.75;margin-bottom:2rem}}.testimonials_style3-content .swiper-2{width:100%}@media (max-width: 1024px){.testimonials_style3-content .swiper-2{width:100%}}.testimonials_style3-content .swiper-2 .swiper-button-prev,.testimonials_style3-content .swiper-2 .swiper-button-next{color:var(--accent-color)}.testimonials_style3-content-slide-title{display:flex;flex-direction:column;margin-bottom:2rem;text-align:center}.testimonials_style3-content-slide-title-name{font-size:24px;color:var(--accent-color)}.testimonials_style3-content-slide-title-job{font-size:18px;font-style:italic;margin-bottom:.5rem}.testimonials_style3-content-slide-title-location{font-size:18px;font-weight:600}.testimonials_style3-content-slide-content{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center;text-align:center}.testimonials_style3-content-slide-content-image{width:100%}@media (max-width: 1024px){.testimonials_style3-content-slide-content-image{width:50%}.testimonials_style3-content-slide-content-image img{width:100%}}.testimonials_style3-content-slide-content-text{font-size:18px;line-height:1.75;width:90%;padding:1rem}@media (max-width: 1024px){.testimonials_style3-content-slide-content-text{width:100%}}.product_overview_style1{display:flex;flex-direction:column;align-items:center;padding-block:4rem;background-color:var(--primary-color);color:var(--light);border-radius:16px;box-shadow:0 2px 4px 4px #00000040 inset}.product_overview_style1-title{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.product_overview_style1-title-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.product_overview_style1-title-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.product_overview_style1-title-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.product_overview_style1-title h2{font-size:48px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}.product_overview_style1-section{display:flex;flex-direction:row;align-items:center;gap:2rem;margin-bottom:3rem}.product_overview_style1-section-img{width:50%}.product_overview_style1-section-img img{width:100%;border-radius:8px}.product_overview_style1-section-text{width:50%;text-align:start}.product_overview_style1-section-text h3{font-size:28px;margin-bottom:2rem;text-transform:capitalize;color:var(--accent-color)}.product_overview_style1-section-text p{font-size:18px;line-height:1.75}.product_overview_style1-section-nodes{width:50%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem}.product_overview_style1-section-nodes-node{width:100%}.product_overview_style1-section-nodes-node img{width:64px;margin-bottom:1rem}.product_overview_style1-section-nodes-node h4{font-size:18px;margin-bottom:1rem;color:var(--accent-color)}.product_overview_style1-section-nodes-node p{font-size:16px;line-height:1.5}.product_overview_style1-actions{display:flex;flex-direction:row;gap:2rem;padding-top:2rem}.product_overview_style1-actions button{height:3rem;background-color:transparent}.product_overview_style1-actions button a span,.product_overview_style1-actions button a svg{color:var(--accent-color);stroke:var(--accent-color)}.product_overview_style1-actions button a:hover span,.product_overview_style1-actions button a:hover svg{color:var(--light);stroke:var(--light)}.product_overview_style1-actions button:nth-child(1){background-color:var(--accent-color)}.product_overview_style1-actions button:nth-child(1) a span,.product_overview_style1-actions button:nth-child(1) a svg{color:var(--light);stroke:var(--light)}@media (max-width: 1024px){.product_overview_style1{display:flex;flex-direction:column;align-items:center;padding-block:4rem}.product_overview_style1-title{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.product_overview_style1-title-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.product_overview_style1-title-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.product_overview_style1-title-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.product_overview_style1-title h2{font-size:36px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}.product_overview_style1-section{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem}.product_overview_style1-section-img{width:100%}.product_overview_style1-section-img img{border-radius:8px}.product_overview_style1-section-text{width:100%;text-align:start}.product_overview_style1-section-text h3{font-size:28px;margin-bottom:2rem;text-transform:capitalize;color:var(--accent-color)}.product_overview_style1-section-text p{font-size:18px;line-height:1.75}.product_overview_style1-section-nodes{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.product_overview_style1-section-nodes-node{text-align:center;width:100%}.product_overview_style1-section-nodes-node img{width:64px;margin-bottom:1rem}.product_overview_style1-section-nodes-node h4{font-size:18px;margin-bottom:1rem;color:var(--accent-color)}.product_overview_style1-section-nodes-node p{font-size:16px;line-height:1.5}.product_overview_style1-actions{display:flex;flex-direction:column;gap:2rem}}@media (max-width: 768px){.product_overview_style1{display:flex;flex-direction:column;align-items:center;padding-block:4rem}.product_overview_style1-title{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.product_overview_style1-title-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.product_overview_style1-title-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.product_overview_style1-title-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.product_overview_style1-title h2{font-size:36px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}.product_overview_style1-section{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem}.product_overview_style1-section-img{width:100%}.product_overview_style1-section-img img{border-radius:8px}.product_overview_style1-section-text{width:100%;text-align:start}.product_overview_style1-section-text h3{font-size:28px;margin-bottom:2rem;text-transform:capitalize;color:var(--accent-color)}.product_overview_style1-section-text p{font-size:18px;line-height:1.75}.product_overview_style1-section-nodes{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}.product_overview_style1-section-nodes-node{text-align:center;width:100%}.product_overview_style1-section-nodes-node img{width:64px;margin-bottom:1rem}.product_overview_style1-section-nodes-node h4{font-size:18px;margin-bottom:1rem;color:var(--accent-color)}.product_overview_style1-section-nodes-node p{font-size:16px;line-height:1.5}.product_overview_style1-actions{display:flex;flex-direction:column;gap:2rem}}.why_choose_us_style1{padding-block:4rem;display:flex;flex-direction:column}.why_choose_us_style1-content{display:flex;flex-direction:column;gap:3rem;align-items:center}.why_choose_us_style1-content-text{padding-inline:1rem;width:100%;margin:auto 0;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center}.why_choose_us_style1-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.why_choose_us_style1-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.why_choose_us_style1-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.why_choose_us_style1-content-text-title{font-size:48px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}.why_choose_us_style1-content-text-description{width:100%;font-size:18px;line-height:1.75;margin-bottom:2rem;text-align:center}.why_choose_us_style1-content-nodes{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2rem;place-items:center}.why_choose_us_style1-content-nodes-node{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}.why_choose_us_style1-content-nodes-node img{width:64px;margin-bottom:1rem}.why_choose_us_style1-content-nodes-node h3{color:var(--accent-color);margin-bottom:.5rem}.why_choose_us_style1-content-nodes-node p{line-height:1.5;width:70%}@media (max-width: 1024px){.why_choose_us_style1{padding-block:4rem;display:flex;flex-direction:column}.why_choose_us_style1-content{display:flex;flex-direction:column;gap:3rem;align-items:center}.why_choose_us_style1-content-text{padding-inline:1rem;width:100%;margin:auto 0;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center}.why_choose_us_style1-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.why_choose_us_style1-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.why_choose_us_style1-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.why_choose_us_style1-content-text-title{font-size:36px;margin-bottom:2.5rem;text-transform:capitalize;text-align:center}.why_choose_us_style1-content-text-description{width:70%;font-size:16px;line-height:1.75;margin-bottom:2rem;text-align:center}.why_choose_us_style1-content-nodes{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2rem;place-items:center}.why_choose_us_style1-content-nodes-node{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}.why_choose_us_style1-content-nodes-node img{width:64px;margin-bottom:1rem}.why_choose_us_style1-content-nodes-node h3{color:var(--accent-color);margin-bottom:.5rem}.why_choose_us_style1-content-nodes-node p{line-height:1.5;width:70%}}@media (max-width: 768px){.why_choose_us_style1{padding-block:4rem;display:flex;flex-direction:column}.why_choose_us_style1-content{display:flex;flex-direction:column;gap:3rem;align-items:center}.why_choose_us_style1-content-text{padding-inline:0rem;width:100%;margin:auto 0;margin-bottom:1rem;display:flex;flex-direction:column;align-items:flex-start}.why_choose_us_style1-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.why_choose_us_style1-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.why_choose_us_style1-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.why_choose_us_style1-content-text-title{font-size:32px;margin-bottom:2.5rem;text-transform:capitalize;text-align:start}.why_choose_us_style1-content-text-description{width:100%;font-size:16px;line-height:1.75;margin-bottom:2rem;text-align:start}.why_choose_us_style1-content-nodes{display:flex;flex-direction:column;align-items:flex-start;gap:3rem}.why_choose_us_style1-content-nodes-node{display:flex;flex-direction:column;align-items:flex-start;width:100%;text-align:start}.why_choose_us_style1-content-nodes-node img{width:64px;margin-bottom:1rem}.why_choose_us_style1-content-nodes-node h3{color:var(--accent-color);margin-bottom:.5rem}.why_choose_us_style1-content-nodes-node p{line-height:1.5;width:70%}}.products_categories_list_style1{display:flex;flex-direction:column;padding-block:2rem}.products_categories_list_style1-button{margin-bottom:1rem}.products_categories_list_style1-items{width:100%;display:flex;flex-direction:row;gap:2rem}.products_categories_list_style1-items-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border:1px solid #D2D5DA;width:100%;border-radius:8px}.products_categories_list_style1-items-item-tag{width:fit-content;align-self:flex-end;border-bottom:1px solid #D2D5DA;border-left:1px solid #D2D5DA;padding:.1rem .5rem}.products_categories_list_style1-items-item-tag p{font-weight:600;color:var(--primary-color)}.products_categories_list_style1-items-item img{width:100%;margin-bottom:auto}.products_categories_list_style1-items-item h3{margin-bottom:1rem}.products_categories_list_style1-items-item button{width:100%;border-top-left-radius:0;border-top-right-radius:0}.products_categories_list_style1-items-item button a{border-top-left-radius:0;border-top-right-radius:0}.products_categories_list_style1-items-more{width:100%;height:100%}.products_categories_list_style1-items-more a{min-height:50vh;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #D2D5DA;width:100%;border-radius:8px;cursor:pointer;transition:transform .2s ease-out}.products_categories_list_style1-items-more a:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.products_categories_list_style1-items-more a:active{transition:transform 50ms ease-out;transform:translateY(2px)}.products_categories_list_style1-items-more a h3{margin-bottom:1rem}.products_categories_list_style1-items-more a:hover h3{color:var(--accent-color)}.products_categories_list_style1-items-more a:hover svg{stroke:var(--accent-color)}@media screen and (max-width: 1024px){.products_categories_list_style1-items{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem}}@media screen and (max-width: 768px){.products_categories_list_style1-items{display:flex;flex-direction:column;gap:1rem}}.products_categories_list_style2{padding-block:4rem}.products_categories_list_style2-nodes{display:flex;flex-direction:row;align-items:center;gap:2rem}@media (max-width: 768px){.products_categories_list_style2-nodes{flex-direction:column}}.products_categories_list_style2-nodes-node{display:flex;flex-direction:column;align-items:center;gap:1rem}.products_categories_list_style2-nodes-node-image img{width:100%;border-radius:8px}.products_categories_list_style2-nodes-node button{height:3rem;width:100%;background-color:transparent}.products_categories_list_style2-nodes-node button:hover{background-color:var(--accent-color)}.products_categories_list_style2-nodes-node button:hover a span,.products_categories_list_style2-nodes-node button:hover a svg{color:var(--light);stroke:var(--light)}.products_categories_list_style2-nodes-node button a span,.products_categories_list_style2-nodes-node button a svg{color:var(--dark);stroke:var(--dark)}.word_from_director_style1{padding-block:4rem}.word_from_director_style1-content{display:flex;flex-direction:row;align-items:center;gap:1rem}@media (max-width: 1024px){.word_from_director_style1-content{flex-direction:column}}.word_from_director_style1-content-text{padding-inline:1rem;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-bottom:1rem}@media (max-width: 1024px){.word_from_director_style1-content-text{width:100%;padding-inline:0rem}}.word_from_director_style1-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.word_from_director_style1-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.word_from_director_style1-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.word_from_director_style1-content-text-title{font-size:36px;margin-bottom:2.5rem;text-transform:capitalize}.word_from_director_style1-content-text-description{width:100%;font-size:16px;line-height:1.75;margin-bottom:4rem;font-style:italic}.word_from_director_style1-content-text-nametag{align-self:flex-end;margin-right:2rem}.word_from_director_style1-content-image{width:100%;overflow:hidden;border-radius:50%;display:grid;place-items:center}@media (max-width: 768px){.word_from_director_style1-content-image{width:100%}}.word_from_director_style1-content-image img{width:100%;height:100%}.meet_the_team_style1{padding-block:4rem}.meet_the_team_style1-content{display:flex;flex-direction:column;gap:1rem}.meet_the_team_style1-content-text{padding-inline:1rem;width:50%;margin:auto 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-bottom:1rem}@media (max-width: 768px){.meet_the_team_style1-content-text{width:100%}}@media (max-width: 1024px){.meet_the_team_style1-content-text{padding-inline:0rem}}.meet_the_team_style1-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.meet_the_team_style1-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.meet_the_team_style1-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.meet_the_team_style1-content-text-title{font-size:36px;margin-bottom:2.5rem;text-transform:capitalize}.meet_the_team_style1-content-text-description{width:100%;font-size:16px;line-height:1.75;margin-bottom:4rem;font-style:italic}.meet_the_team_style1-content-text-nametag{align-self:flex-end;margin-right:2rem}.meet_the_team_style1-content-team{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:2rem}@media (max-width: 768px){.meet_the_team_style1-content-team{flex-direction:column}}.meet_the_team_style1-content-team-member{display:flex;flex-direction:column;align-items:center}.meet_the_team_style1-content-team-member img{width:70%;border-radius:25%;margin-bottom:1rem}.meet_the_team_style1-content-team-member h3{font-size:20px}.mission_value_vision_style1{padding-block:4rem}.mission_value_vision_style1-content{display:flex;flex-direction:column;gap:1rem}.mission_value_vision_style1-content-text{padding-inline:1rem;width:50%;margin:auto 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-bottom:1rem}@media (max-width: 768px){.mission_value_vision_style1-content-text{width:100%}}@media (max-width: 1024px){.mission_value_vision_style1-content-text{padding-inline:0rem}}.mission_value_vision_style1-content-text-tag{display:flex;flex-direction:row;width:fit-content;align-items:center;justify-content:space-evenly;margin-bottom:.5rem}.mission_value_vision_style1-content-text-tag svg{height:24px;width:24px;stroke:var(--accent-color);margin-right:.5rem}.mission_value_vision_style1-content-text-tag p{color:var(--accent-color);text-transform:uppercase;font-size:14px;font-weight:800}.mission_value_vision_style1-content-text-title{font-size:36px;margin-bottom:2.5rem;text-transform:capitalize}.mission_value_vision_style1-content-text-description{width:100%;font-size:16px;line-height:1.75;margin-bottom:4rem;font-style:italic}.mission_value_vision_style1-content-nodes{display:flex;flex-direction:row;gap:2rem}@media (max-width: 768px){.mission_value_vision_style1-content-nodes{flex-direction:column}}.mission_value_vision_style1-content-nodes-node{width:100%;padding:1rem;text-align:center;box-shadow:2px 2px 4px 4px #e5e7eb;border-radius:16px}@media (max-width: 768px){.mission_value_vision_style1-content-nodes-node{padding-block:2rem}}.mission_value_vision_style1-content-nodes-node img{width:64px;margin-bottom:1rem}.mission_value_vision_style1-content-nodes-node h3{margin-bottom:2rem;color:var(--accent-color)}.mission_value_vision_style1-content-nodes-node p{line-height:1.75}.double_screen_style1{display:flex;flex-direction:row;min-height:calc(100vh - 92px)}@media (max-width: 1024px){.double_screen_style1{min-height:auto;flex-direction:column}}.double_screen_style1-card{background-position:center center;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;color:var(--light)}.double_screen_style1-card h2{font-size:36px;margin-bottom:1.5rem}.double_screen_style1-card p{font-size:18px;line-height:1.75;width:75%;margin-bottom:2rem}@media (max-width: 1024px){.double_screen_style1-card{height:80vh}.double_screen_style1-card h2{font-size:24px;margin-bottom:1.5rem}.double_screen_style1-card p{font-size:16px;line-height:1.75;width:90%;margin-bottom:2rem}}.project_categories_list_style1{padding-block:4rem}.project_categories_list_style1-filter{display:flex;flex-direction:row;gap:1rem;margin-bottom:4rem}@media (max-width: 1024px){.project_categories_list_style1-filter{flex-direction:column}}.project_categories_list_style1-filter .category-button{padding:.5rem 1rem;font-size:20px;background-color:var(--light);color:var(--accent-color);border:1px solid var(--accent-color);border-radius:.5rem;cursor:pointer;transition:transform .2s ease-out}.project_categories_list_style1-filter .category-button:hover{transition:transform 50ms ease-out;transform:translateY(-2px);box-shadow:0 2px 4px #0003}.project_categories_list_style1-filter .category-button:active{transition:transform 50ms ease-out;transform:translateY(2px)}.project_categories_list_style1-categories{display:flex;flex-direction:column}.project_categories_list_style1-categories-category{display:flex;flex-direction:column;padding:2rem 0rem}.project_categories_list_style1-categories-category-title{font-size:28px;margin-bottom:1rem;font-weight:700;color:var(--accent-color)}.project_categories_list_style1-categories-category-description{font-size:18px;width:50%;margin-bottom:2rem}@media (max-width: 1024px){.project_categories_list_style1-categories-category-description{width:100%;margin-top:1rem}}.project_categories_list_style1-categories-category-items{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1024px){.project_categories_list_style1-categories-category-items{display:flex;flex-direction:column}}.project_categories_list_style1-categories-category-items-item{display:flex;flex-direction:column;align-items:center;transition:transform .4s ease}.project_categories_list_style1-categories-category-items-item:hover{transform:translateY(-2px);transition:transform 50ms ease}.project_categories_list_style1-categories-category-items-item h3{text-align:center}.project_categories_list_style1-categories-category-items-item img{border-radius:2rem;margin-bottom:1rem;width:80%}.project-category-activated{background-color:var(--accent-color)!important;color:var(--light)!important}.projects_list_style1-items{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1024px){.projects_list_style1-items{display:flex;flex-direction:column}}.projects_list_style1-items-item{display:flex;flex-direction:column;align-items:center;transition:transform .4s ease}.projects_list_style1-items-item:hover{transform:translateY(-2px);transition:transform 50ms ease}.projects_list_style1-items-item h3{text-align:center}.projects_list_style1-items-item img{border-radius:2rem;margin-bottom:1rem;width:80%}.project_details_style1{padding-block:4rem}.project_details_style1 h1{padding-block:2rem;font-size:36px;color:var(--accent-color)}.project_details_style1-overview{display:flex;flex-direction:row;gap:2rem}@media (max-width: 1024px){.project_details_style1-overview{flex-direction:column}}.project_details_style1-overview-image{width:100%}.project_details_style1-overview-image img{width:100%;border-radius:1rem}.project_details_style1-overview-text{width:100%}.project_details_style1-overview-text h2{font-size:24px;margin-bottom:1rem}.project_details_style1-overview-text p{font-size:18px;line-height:1.5;margin-bottom:1rem}.project_details_style1-overview-text ul{margin-bottom:2rem}.project_details_style1-overview-text ul li{display:flex;flex-direction:row;align-items:center;margin-bottom:1rem}.project_details_style1-overview-text ul li span{font-style:italic}.project_details_style1-overview-text ul li svg{margin-right:1rem;stroke:var(--accent-color)}.project_details_style1-overview-text-table-container{width:100%;display:inline-block;overflow-x:auto;margin-bottom:1rem}.project_details_style1-overview-text-table-container-table{width:100%;border-collapse:collapse;margin:0 auto}.project_details_style1-overview-text-table-container-table thead{background-color:#e5e7eb;font-weight:800}.project_details_style1-overview-text-table-container-table td{padding:1rem;border:1px solid #D2D5DA}.project_details_style1-overview-text-table-container-table td:last-child{font-weight:700}
