.animation{opacity:0;position:relative;animation-fill-mode:forwards}.animation-wrapper{overflow:hidden}.to-up-item{transform:translate(0,100%);display:block}@keyframes slideLeft{0%{opacity:0;transform:translateX(50%)}100%{opacity:1;transform:translateX(0)}}.slideLeft{animation-name:slideLeft;animation-duration:1s}@keyframes slideRight{0%{opacity:0;transform:translateX(-50px)}100%{opacity:1;transform:translateX(0)}}.slideRight{animation-name:slideRight;animation-duration:1s}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}100%{opacity:1;transform:translateY(0)}}.slideUp{animation-name:slideUp;animation-duration:1s}@keyframes slideDown{0%{opacity:0;transform:translateY(-50%)}100%{opacity:1;transform:translateX(0)}}.slideDown{animation-name:slideDown;animation-duration:1s}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{animation-name:fadeIn;animation-duration:1.5s}@keyframes toUp{0%{transform:translate(0,100%);opacity:1}100%{transform:translate(0);opacity:1}}.toUp{animation:toUp 0.6s linear;animation-fill-mode:forwards}@keyframes toDown{0%{transform:translate(0,-100%);opacity:1}50%{transform:translate(0,5%);opacity:1}75%{transform:translate(0,3%);opacity:1}100%{transform:translate(0);opacity:1}}.toDown{animation:toDown 0.8s ease-in;animation-fill-mode:forwards}@keyframes preloaderToBottom{0%{height:100%;opacity:1}15%{bottom:20px;height:100%}30%{bottom:0;height:100%}70%{opacity:1}100%{height:0;display:none;opacity:0}}@keyframes preloaderToLeft{0%{width:100%;opacity:1}15%{left:20px;width:100%}30%{left:0;width:100%}70%{opacity:1}100%{width:0;display:none;opacity:0}}@keyframes preloaderToRight{0%{width:100%;opacity:1}15%{right:20px;width:100%}30%{right:0;width:100%}70%{opacity:1}100%{width:0;display:none;opacity:0}}@keyframes preloaderCircleIn{0%{transform:scale(1);opacity:1;border-radius:50%}90%{opacity:1}100%{transform:scale(0);border-radius:50%}}@keyframes preloaderCircleOut{0%{transform:scale(0);opacity:1;border-radius:50%}99%{transform:scale(1);border-radius:50%}100%{opacity:0;transform:scale(1);border-radius:50%}}@keyframes preloaderToTop{0%{height:100%;opacity:1}15%{top:20px;height:100%}30%{top:0;height:100%}70%{opacity:1}100%{height:0;display:none;opacity:0}}@keyframes toRight{0%{width:0%;opacity:1}100%{width:100%;opacity:1}}.toRight{animation:toRight 1s ease-out;animation-fill-mode:forwards}@keyframes hidePreloader{0%{opacity:1}100%{opacity:0;height:0}}*{margin:0;box-sizing:border-box;-webkit-box-sizing:border-box}img{max-width:100%;height:auto;display:block}html{font-size:10px;line-height:1.2}html.scroll-off{overflow-y:hidden}body{font-family:var(--body-font);background:#f5f5f5}h1,h2,h3,h4,h5,h6,b,strong{font-family:var(--body-font)}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:400}h1{font-size:4rem}h2{font-size:3rem}h3{font-size:2.8rem}h4{font-size:2.4rem}h5{font-size:2rem}h6{font-size:1.6rem}.list-unstyled{list-style:none;padding-left:0}a{color:var(--danger);text-decoration:none}.img-placeholder{position:relative;display:block}.img-placeholder:after{content:"";display:block;padding-top:100%}.img-placeholder img,.img-placeholder video,.img-placeholder iframe{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}figure{margin-bottom:0}.section-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.7rem;border-bottom:1px solid rgb(20 20 20 / .1);position:relative}.section-header:before{content:"";display:block;position:absolute;bottom:-1px;left:0;background-color:var(--danger);width:6rem;height:.4rem}.section-header .section-title{margin-bottom:0}.section-header .section-title .section-link{display:block;color:var(--primary);font-family:var(--body-font);font-size:1.6rem;font-style:normal;font-weight:700;line-height:16px;letter-spacing:.8px;text-transform:uppercase}.section-header .see-all{display:flex;align-items:center;color:var(--danger);font-family:var(--body-font);font-size:1.4rem;font-style:normal;font-weight:600;line-height:100%}@media (min-width:992px){.section-header .see-all{font-size:1.6rem}}.section-header .see-all span{display:flex;align-items:center;margin-left:.8rem}.page-header{padding:4.2rem 0}@media (min-width:992px){.page-header{padding:5.6rem 0}}.page-header .page-title{color:var(--primary);text-align:center;font-family:var(--body-font);font-size:3.6rem;font-style:normal;font-weight:600;line-height:115%;letter-spacing:-.72px;position:relative;padding-bottom:2.4rem}@media (min-width:1265px){.page-header .page-title{font-size:4.8rem;line-height:120%;letter-spacing:-.96px}}.page-header .page-title:after{content:"";display:block;position:absolute;bottom:0;left:50%;transform:translateX(-50%);background-color:var(--danger);width:6.4rem;height:.6rem}@media (min-width:992px){.layout{display:flex;justify-content:space-between;align-items:flex-start}}@media (min-width:992px){.layout .main-content{flex:0 0 calc(100% - 332px);width:calc(100% - 332px)}}@media (min-width:992px){.layout .sidebar{flex:0 0 300px;width:300px;margin-inline:0}}.se-pre-con{position:fixed;left:0;top:0;width:100%;height:100%;z-index:999999;background:url(/wp-content/themes/cubestheme/frontend/img/loading.gif) center no-repeat var(--light);background-size:110px auto;text-align:center}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#fff0}::-webkit-scrollbar-thumb{background-color:var(--danger);border:2px solid #fff0;background-clip:content-box}*{scrollbar-width:thin;scrollbar-color:var(--danger) #fff0}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .4);z-index:10000;display:none}.modal.active{display:block}.modal .modal-wrapper{width:100%;height:100%}.modal .modal-wrapper .modal-inner{background-color:var(--secondary);flex:0 0 500px;width:500px;max-width:90%}.modal .modal-wrapper .modal-inner .modal-header{padding:2rem 1.5rem}.modal .modal-wrapper .modal-inner .modal-header .modal-title{font-size:24px;line-height:1.2}.modal .modal-wrapper .modal-inner .modal-body{padding:2rem 2rem 3rem;max-height:90vh;overflow-y:auto}.modal .modal-wrapper .modal-inner .modal-body h4{margin-bottom:2rem}@media (min-width:768px){.modal .modal-wrapper .modal-inner .modal-body .form-control{line-height:4rem}}@media (min-width:768px){.modal .modal-wrapper .modal-inner .modal-body .form-group{margin-bottom:1rem}}.modal .modal-wrapper .modal-inner .modal-body #notify-wrap{padding-top:2rem}.modal .modal-wrapper .modal-inner .modal-body #notify-wrap h5{margin-bottom:2rem}.modal .modal-wrapper .modal-inner .modal-body #notify-wrap #cpn_notify_form{max-width:100%;display:flex;flex-wrap:wrap}.modal .modal-wrapper .modal-inner .modal-body #notify-wrap #cpn_notify_form input{height:5.6rem;max-width:100%;width:100%;display:block;font-size:1.6rem;border:1px solid rgb(28 27 26 / .1);padding:0 2.4rem;background-color:#fff;font-family:var(--body-font);font-weight:400;line-height:159%;color:var(--primary)}.modal .modal-wrapper .modal-inner .modal-body #notify-wrap #cpn_notify_form button{padding:1rem 2rem;font-size:1.4rem;font-weight:400;line-height:100%;text-transform:uppercase;letter-spacing:1.4px}.modal .modal-wrapper .modal-inner .modal-body #notify-wrap #cpn_notify_form #cpn_form_message{flex:0 0 100%;width:100%;font-family:var(--body-font);font-weight:400;margin-top:1rem;font-size:1.4rem}.modal .modal-wrapper .modal-inner .modal-footer{padding:2rem;text-align:center}.modal .modal-wrapper .modal-inner .modal-footer .modal-close{background-color:var(--primary);color:var(--secondary);font-family:var(--body-font);font-weight:400;border:none}.modal .modal-wrapper .modal-inner .fake-input{line-height:4rem;border:2px solid #d9d9d9;font-size:1.4rem;padding:0 2.5rem;border-radius:9px}@media (min-width:768px){.modal .modal-wrapper .modal-inner .fake-input{font-size:1.6rem}}.modal .modal-wrapper .modal-inner button{border:none;cursor:pointer;padding:1rem 2rem}.modal .modal-wrapper .modal-inner .modal-close{cursor:pointer}.modal .modal-wrapper .modal-inner .modal-close .error line{stroke:red;stroke-dashoffset:-50px;stroke-dasharray:50px}.modal .modal-wrapper .modal-inner .modal-close .error line .left{animation:drawLine 0.6s ease-in both}.modal .modal-wrapper .modal-inner .modal-close .error line .right{animation:drawLine 0.6s ease-in 0.4s both}.modal .modal-wrapper .modal-body .warning-icon{display:block;max-width:80px;margin-inline:auto;margin-bottom:1rem}.modal .modal-wrapper .modal-body .warning-icon .warning circle.animationSvg{stroke:#ffba00;stroke-dasharray:1,200;stroke-dashoffset:2;animation:drawCircle 0.6s ease-in both,warningFillSvg 0.6s ease-in 0.4s both}.modal .modal-wrapper .modal-body .warning-icon .warning path,.modal .modal-wrapper .modal-body .warning-icon .warning line{stroke:#fff}.modal .modal-wrapper .modal-body .warning-icon .warning path{stroke-dashoffset:-50px;stroke-dasharray:50px;animation:drawLine 0.6s ease-in 0.9s both}.modal .modal-wrapper .modal-body .warning-icon .warning line{animation:drawDot 0.5s ease-in 0.6s both}.modal .modal-wrapper .modal-body p{color:var(--primary);font-family:var(--body-font);font-size:1.4rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.28px}@media (min-width:992px){.modal .modal-wrapper .modal-body p{font-size:1.6rem}}.modal .modal-wrapper .modal-body .modal-close{padding:1rem 2rem;transition:0.4s linear;background-color:var(--primary);color:var(--secondary);font-family:var(--body-font);font-size:1.4rem;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase;height:3.8rem;margin-inline:.5rem;letter-spacing:1.4px}.modal .modal-wrapper .modal-body .modal-close.close-wishlist{background-color:var(--primary);color:var(--secondary);font-family:var(--body-font);font-size:1.4rem;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase;height:3.8rem;margin-inline:.5rem}.modal .thankyou-icon,.modal .error-icon{width:80px;height:80px;display:flex;justify-content:center;align-items:center;margin:0 auto 20px;border-radius:50%;background:green}.modal .thankyou-icon svg,.modal .error-icon svg{fill:var(--secondary)}.modal .thankyou-icon svg.success circle.animationSvg{stroke:#1f4f3c;stroke-dasharray:1,200;stroke-dashoffset:2;animation:drawCircle 0.6s ease-in both,successFillSvg 0.6s ease-in 0.4s both}.modal .thankyou-icon svg.success path{stroke:#fff;stroke-dashoffset:-50px;stroke-dasharray:50px;animation:drawLine 0.6s ease-in 0.8s both}.modal .thankyou-icon svg.close circle.animationSvg{stroke:red;stroke-dasharray:1,200;stroke-dashoffset:2;animation:drawCircle 0.6s ease-in both,dangerFillSvg 0.6s ease-in 0.4s both}.modal .thankyou-icon svg.close line{stroke:var(--light)}.modal .thankyou-icon svg.close line{stroke-dashoffset:-50px;stroke-dasharray:50px}.modal .thankyou-icon svg.close line.left{animation:drawLine 0.6s ease-in 0.5s both;stroke-dashoffset:0}.modal .thankyou-icon svg.close line.right{animation:drawLine 0.6s ease-in 0.8s both;stroke-dashoffset:0}.modal .error-icon{background-color:red}@keyframes drawCircle{from{stroke-dasharray:1,200;stroke-dashoffset:2}to{stroke-dasharray:200,0;stroke-dashoffset:0}}@keyframes successFillSvg{from{fill:#fff0}to{fill:#1f4f3c}}@keyframes warningFillSvg{from{fill:#fff0}to{fill:#ffba00}}@keyframes dangerFillSvg{from{fill:#fff0}to{fill:red}}@keyframes drawLine{from{stroke-dashoffset:-50px}to{stroke-dashoffset:0}}@keyframes drawDot{from{stroke-width:0}to{stroke-width:8}}.fixed-top{position:fixed;top:0;left:0;width:100%;z-index:1000}.position-relative{position:relative}.text-uppercase{text-transform:uppercase!important}.list-unstyled{list-style:none;padding-left:0}.text-left{text-align:left}.text-right{text-align:right}.text-justify{text-align:justify}.text-center{text-align:center}.position-relative{position:relative}.position-absolute{position:absolute}.position-static{position:static}.position-fixed{position:fixed}.btn-secondary,.btn-light,.btn-dark,.btn-white,.btn-info,.btn-warning-light,.btn-warning,.btn-danger,.btn-primary{display:inline-block;border:none;cursor:pointer;transition:0.2s linear;font-size:1.4rem;line-height:1.8rem;letter-spacing:.19px;border-radius:3rem}.btn-block{display:block}.btn-primary{background-color:var(--primary);color:colorYiq(var(--primary))!important}.bg-primary{background-color:var(--primary)}.text-primary{color:var(--primary)!important}.btn-danger{background-color:var(--danger);color:colorYiq(var(--danger))!important}.bg-danger{background-color:var(--danger)}.text-danger{color:var(--danger)!important}.btn-warning{background-color:var(--warning);color:colorYiq(var(--warning))!important}.bg-warning{background-color:var(--warning)}.text-warning{color:var(--warning)!important}.btn-warning-light{background-color:var(--warning-light);color:colorYiq(var(--warning-light))!important}.bg-warning-light{background-color:var(--warning-light)}.text-warning-light{color:var(--warning-light)!important}.btn-info{background-color:var(--info);color:colorYiq(var(--info))!important}.bg-info{background-color:var(--info)}.text-info{color:var(--info)!important}.btn-white{background-color:var(--light);color:colorYiq(var(--light))!important}.bg-white{background-color:var(--light)}.text-white{color:var(--light)!important}.btn-dark{background-color:var(--danger);color:colorYiq(var(--danger))!important}.bg-dark{background-color:var(--danger)}.text-dark{color:var(--danger)!important}.btn-light{background-color:var(--light);color:colorYiq(var(--light))!important}.bg-light{background-color:var(--light)}.text-light{color:var(--light)!important}.btn-secondary{background-color:var(--secondary);color:colorYiq(var(--secondary))!important}.bg-secondary{background-color:var(--secondary)}.text-secondary{color:var(--secondary)!important}.row{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap;flex-direction:row}.row>[class*=dz-col-]{width:100%;padding-left:15px;padding-right:15px}.row.no-gutters{margin-left:0px!important;margin-right:0px!important}.row.no-gutters>[class*=dz-col-]{padding-left:0px!important;padding-right:0px!important}.container,.container-fluid{width:100%;max-width:100%;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto}.dz-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dz-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dz-col-3{flex:0 0 25%;max-width:25%}.dz-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dz-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dz-col-6{flex:0 0 50%;max-width:50%}.dz-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dz-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dz-col-9{flex:0 0 75%;max-width:75%}.dz-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dz-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dz-col-12{flex:0 0 100%;max-width:100%}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-inline-block{display:inline-block!important}.d-inline-flex{display:inline-flex!important}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-stretch{align-content:stretch}.align-content-between{align-content:space-between}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}@media (min-width:450px){.dz-col-xm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dz-col-xm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dz-col-xm-3{flex:0 0 25%;max-width:25%}.dz-col-xm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dz-col-xm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dz-col-xm-6{flex:0 0 50%;max-width:50%}.dz-col-xm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dz-col-xm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dz-col-xm-9{flex:0 0 75%;max-width:75%}.dz-col-xm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dz-col-xm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dz-col-xm-12{flex:0 0 100%;max-width:100%}.d-xm-none{display:none!important}.d-xm-block{display:block!important}.d-xm-flex{display:flex!important}.d-xm-inline-block{display:inline-block!important}.d-xm-inline-flex{display:inline-flex!important}.flex-xm-wrap{flex-wrap:wrap}.flex-xm-nowrap{flex-wrap:nowrap}.flex-xm-row{flex-direction:row}.flex-xm-column{flex-direction:column}.align-items-xm-start{align-items:flex-start}.align-items-xm-end{align-items:flex-end}.align-items-xm-center{align-items:center}.align-items-xm-stretch{align-items:stretch}.align-content-xm-start{align-content:flex-start}.align-content-xm-end{align-content:flex-end}.align-content-xm-center{align-content:center}.align-content-xm-stretch{align-content:stretch}.align-content-xm-between{align-content:space-between}.justify-content-xm-start{justify-content:flex-start}.justify-content-xm-end{justify-content:flex-end}.justify-content-xm-center{justify-content:center}.justify-content-xm-between{justify-content:space-between}.justify-content-xm-around{justify-content:space-around}}@media (min-width:576px){.dz-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dz-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dz-col-sm-3{flex:0 0 25%;max-width:25%}.dz-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dz-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dz-col-sm-6{flex:0 0 50%;max-width:50%}.dz-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dz-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dz-col-sm-9{flex:0 0 75%;max-width:75%}.dz-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dz-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dz-col-sm-12{flex:0 0 100%;max-width:100%}.d-sm-none{display:none!important}.d-sm-block{display:block!important}.d-sm-flex{display:flex!important}.d-sm-inline-block{display:inline-block!important}.d-sm-inline-flex{display:inline-flex!important}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.align-items-sm-start{align-items:flex-start}.align-items-sm-end{align-items:flex-end}.align-items-sm-center{align-items:center}.align-items-sm-stretch{align-items:stretch}.align-content-sm-start{align-content:flex-start}.align-content-sm-end{align-content:flex-end}.align-content-sm-center{align-content:center}.align-content-sm-stretch{align-content:stretch}.align-content-sm-between{align-content:space-between}.justify-content-sm-start{justify-content:flex-start}.justify-content-sm-end{justify-content:flex-end}.justify-content-sm-center{justify-content:center}.justify-content-sm-between{justify-content:space-between}.justify-content-sm-around{justify-content:space-around}}@media (min-width:768px){.container{max-width:740px}.dz-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dz-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dz-col-md-3{flex:0 0 25%;max-width:25%}.dz-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dz-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dz-col-md-6{flex:0 0 50%;max-width:50%}.dz-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dz-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dz-col-md-9{flex:0 0 75%;max-width:75%}.dz-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dz-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dz-col-md-12{flex:0 0 100%;max-width:100%}.d-md-none{display:none!important}.d-md-block{display:block!important}.d-md-flex{display:flex!important}.d-md-inline-block{display:inline-block!important}.d-md-inline-flex{display:inline-flex!important}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.align-items-md-start{align-items:flex-start}.align-items-md-end{align-items:flex-end}.align-items-md-center{align-items:center}.align-items-md-stretch{align-items:stretch}.align-content-md-start{align-content:flex-start}.align-content-md-end{align-content:flex-end}.align-content-md-center{align-content:center}.align-content-md-stretch{align-content:stretch}.align-content-md-between{align-content:space-between}.justify-content-md-start{justify-content:flex-start}.justify-content-md-end{justify-content:flex-end}.justify-content-md-center{justify-content:center}.justify-content-md-between{justify-content:space-between}.justify-content-md-around{justify-content:space-around}}@media (min-width:992px){.container{max-width:960px}.dz-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dz-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dz-col-lg-3{flex:0 0 25%;max-width:25%}.dz-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dz-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dz-col-lg-6{flex:0 0 50%;max-width:50%}.dz-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dz-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dz-col-lg-9{flex:0 0 75%;max-width:75%}.dz-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dz-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dz-col-lg-12{flex:0 0 100%;max-width:100%}.d-lg-none{display:none!important}.d-lg-block{display:block!important}.d-lg-flex{display:flex!important}.d-lg-inline-block{display:inline-block!important}.d-lg-inline-flex{display:inline-flex!important}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.align-items-lg-start{align-items:flex-start}.align-items-lg-end{align-items:flex-end}.align-items-lg-center{align-items:center}.align-items-lg-stretch{align-items:stretch}.align-content-lg-start{align-content:flex-start}.align-content-lg-end{align-content:flex-end}.align-content-lg-center{align-content:center}.align-content-lg-stretch{align-content:stretch}.align-content-lg-between{align-content:space-between}.justify-content-lg-start{justify-content:flex-start}.justify-content-lg-end{justify-content:flex-end}.justify-content-lg-center{justify-content:center}.justify-content-lg-between{justify-content:space-between}.justify-content-lg-around{justify-content:space-around}}@media (min-width:1265px){.container{max-width:1260px}.dz-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dz-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dz-col-xl-3{flex:0 0 25%;max-width:25%}.dz-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dz-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dz-col-xl-6{flex:0 0 50%;max-width:50%}.dz-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dz-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dz-col-xl-9{flex:0 0 75%;max-width:75%}.dz-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dz-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dz-col-xl-12{flex:0 0 100%;max-width:100%}.d-xl-none{display:none!important}.d-xl-block{display:block!important}.d-xl-flex{display:flex!important}.d-xl-inline-block{display:inline-block!important}.d-xl-inline-flex{display:inline-flex!important}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.align-items-xl-start{align-items:flex-start}.align-items-xl-end{align-items:flex-end}.align-items-xl-center{align-items:center}.align-items-xl-stretch{align-items:stretch}.align-content-xl-start{align-content:flex-start}.align-content-xl-end{align-content:flex-end}.align-content-xl-center{align-content:center}.align-content-xl-stretch{align-content:stretch}.align-content-xl-between{align-content:space-between}.justify-content-xl-start{justify-content:flex-start}.justify-content-xl-end{justify-content:flex-end}.justify-content-xl-center{justify-content:center}.justify-content-xl-between{justify-content:space-between}.justify-content-xl-around{justify-content:space-around}}@media (min-width:1450px){.container{max-width:1390px}.dz-col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.dz-col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dz-col-xxl-3{flex:0 0 25%;max-width:25%}.dz-col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dz-col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.dz-col-xxl-6{flex:0 0 50%;max-width:50%}.dz-col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.dz-col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.dz-col-xxl-9{flex:0 0 75%;max-width:75%}.dz-col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.dz-col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.dz-col-xxl-12{flex:0 0 100%;max-width:100%}.d-xxl-none{display:none!important}.d-xxl-block{display:block!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-inline-flex{display:inline-flex!important}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.align-items-xxl-start{align-items:flex-start}.align-items-xxl-end{align-items:flex-end}.align-items-xxl-center{align-items:center}.align-items-xxl-stretch{align-items:stretch}.align-content-xxl-start{align-content:flex-start}.align-content-xxl-end{align-content:flex-end}.align-content-xxl-center{align-content:center}.align-content-xxl-stretch{align-content:stretch}.align-content-xxl-between{align-content:space-between}.justify-content-xxl-start{justify-content:flex-start}.justify-content-xxl-end{justify-content:flex-end}.justify-content-xxl-center{justify-content:center}.justify-content-xxl-between{justify-content:space-between}.justify-content-xxl-around{justify-content:space-around}}header .header-top{background-color:var(--danger);padding:1.1rem 0}@media (min-width:992px){header .header-top .header-top-wrapper{display:flex;align-items:center;justify-content:space-between}}header .header-top .header-top-wrapper .header-top-left{display:flex;align-items:center;justify-content:space-between}@media (min-width:992px){header .header-top .header-top-wrapper .header-top-left{justify-content:flex-start}}header .header-top .header-top-wrapper .header-top-left .site-desc{color:var(--secondary);font-family:var(--body-font);font-size:1.3rem;font-style:normal;font-weight:600;line-height:100%}@media (min-width:992px){header .header-top .header-top-wrapper .header-top-left .site-desc{position:relative;padding-right:1.6rem;margin-right:1.6rem;font-size:1.4rem}header .header-top .header-top-wrapper .header-top-left .site-desc::after{content:"";display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:100%;background-color:var(--secondary)}}header .header-top .header-top-wrapper .header-top-left .social-links{display:flex;align-items:center;gap:1.6rem}header .header-top .header-top-wrapper .header-top-left .social-links .social-item{display:block;flex:0 0 1.8rem;width:1.8rem}header .header-top .header-top-wrapper .header-top-left .social-links .social-item svg{fill:var(--secondary)}header .header-top .header-top-wrapper .header-top-right{display:none}@media (min-width:992px){header .header-top .header-top-wrapper .header-top-right{display:flex;align-items:center}header .header-top .header-top-wrapper .header-top-right .search-page{display:flex;align-items:center;gap:.8rem;position:relative;padding-right:1.6rem;margin-right:1.6rem}header .header-top .header-top-wrapper .header-top-right .search-page::after{content:"";display:block;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:100%;background-color:var(--secondary)}header .header-top .header-top-wrapper .header-top-right .search-page span{display:block}header .header-top .header-top-wrapper .header-top-right .search-page span.text{color:var(--secondary);font-family:var(--body-font);font-size:1.4rem;font-style:normal;font-weight:600;line-height:100%}header .header-top .header-top-wrapper .header-top-right .language-switcher{display:flex;align-items:center;background:#fff0;border:none;padding:0}header .header-top .header-top-wrapper .header-top-right .language-switcher .text{color:var(--secondary);font-family:var(--body-font);font-size:1.4rem;font-style:normal;font-weight:600;line-height:100%}}header .header-bottom{padding:2rem 0;background-color:var(--secondary)}@media (min-width:992px){header .header-bottom{padding:0}}header .header-bottom .header-bottom-wrapper{display:flex;align-items:center;justify-content:space-between}header .header-bottom .header-bottom-wrapper .logo,header .header-bottom .header-bottom-wrapper .custom-logo{display:block;max-width:13.7rem}@media (min-width:992px){header .header-bottom .header-bottom-wrapper .logo,header .header-bottom .header-bottom-wrapper .custom-logo{max-width:14.1rem}}header .header-bottom .header-bottom-wrapper .navbar-toggler{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;width:4.8rem;height:4.8rem;cursor:pointer;position:relative;background-color:var(--danger);border-radius:6px;border:1px solid rgb(20 20 20 / .1)}@media (min-width:992px){header .header-bottom .header-bottom-wrapper .navbar-toggler{display:none}}header .header-bottom .header-bottom-wrapper .navbar-toggler.active span:nth-of-type(1){top:50%;transform:translateY(-50%) rotate(45deg);border-radius:6px;height:2.5px}header .header-bottom .header-bottom-wrapper .navbar-toggler.active span:nth-of-type(2){opacity:0}header .header-bottom .header-bottom-wrapper .navbar-toggler.active span:nth-of-type(3){top:50%;bottom:auto;transform:translateY(-50%) rotate(-45deg);width:2.4rem;right:unset;border-radius:6px;height:2.5px}header .header-bottom .header-bottom-wrapper .navbar-toggler span{display:block;width:2.4rem;height:2px;background-color:var(--secondary);position:absolute;transition:0.3s linear;border-radius:6px}header .header-bottom .header-bottom-wrapper .navbar-toggler span:nth-of-type(1){top:1.5rem}header .header-bottom .header-bottom-wrapper .navbar-toggler span:nth-of-type(2){top:50%;transform:translateY(-50%)}header .header-bottom .header-bottom-wrapper .navbar-toggler span:nth-of-type(3){bottom:1.5rem;width:1.8rem;right:1.2rem}header .header-bottom .header-bottom-wrapper .main-menu-wrapper{display:block;position:fixed;height:100vh;width:100%;right:-100%;padding:3.2rem 2.4rem 32rem;top:142.2px;z-index:999999;transition:0.3s linear;overflow-y:auto;background-color:var(--secondary)}@media (min-width:992px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper{position:relative;height:auto;width:auto;right:unset;padding:0;top:unset;z-index:unset;overflow-y:unset}}header .header-bottom .header-bottom-wrapper .main-menu-wrapper.menu-on{right:0}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu{padding-bottom:17.8rem;border-bottom:1px solid rgb(20 20 20 / .1)}@media (min-width:992px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu{padding-bottom:0;border-bottom:none;display:flex;align-items:center}}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item:not(:last-of-type){margin-bottom:3.2rem}@media (min-width:992px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item:not(:last-of-type){margin-bottom:0;margin-right:1.6rem}}@media (min-width:1265px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item:not(:last-of-type){margin-right:3.2rem}}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item.special{border-radius:8px;border:1px solid rgb(20 20 20 / .1);background:var(--danger);padding:2rem 0}@media (min-width:992px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item.special{padding:1.5rem}}@media (min-width:1265px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item.special{padding:1.9rem 3.2rem}}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item.special:hover .nav-link .nav-link-name{color:var(--secondary)}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item.special.active .nav-link .nav-link-name{color:var(--secondary)}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item.special .nav-link{justify-content:center}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item.special .nav-link .nav-link-name{color:var(--secondary);font-size:1.6rem;font-weight:700;text-transform:uppercase}@media (min-width:992px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item.special .nav-link .nav-link-name{font-size:1.4rem}}@media (min-width:1265px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item.special .nav-link .nav-link-name{font-size:1.6rem}}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item:hover .nav-link .nav-link-name{color:var(--danger)}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item.active .nav-link .nav-link-name{color:var(--danger)}@media (min-width:992px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item{position:relative;padding:4.7rem 0}}@media (min-width:992px) and (min-width:992px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item:hover .nav-submenu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-link{display:flex;align-items:center}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-link .nav-link-name{display:block;color:var(--primary);font-family:var(--body-font);font-size:1.8rem;font-style:normal;font-weight:500;line-height:100%;transition:0.3s linear}@media (min-width:992px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-link .nav-link-name{font-size:1.6rem}}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-link .toggle-submenu-desk{display:none}@media (min-width:992px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-link .toggle-submenu-desk{display:flex;align-items:center;margin-left:1.2rem}}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-link .toggle-submenu-mob{display:flex;align-items:center;margin-left:1.2rem}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-link .toggle-submenu-mob svg{transition:transform 0.3s ease}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-link .toggle-submenu-mob.rotated svg{transform:rotate(180deg);transition:transform 0.3s ease}@media (min-width:992px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-link .toggle-submenu-mob{display:none}}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-submenu{display:none;padding-top:3.2rem}@media (min-width:992px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-submenu{opacity:0;visibility:hidden;transform:translateY(-15px);transition:all 0.3s ease;pointer-events:none;position:absolute;top:100%;left:0;border-radius:0 0 6px 6px;border-right:1px solid rgb(20 20 20 / .1);border-bottom:1px solid rgb(20 20 20 / .1);border-left:1px solid rgb(20 20 20 / .1);background:var(--secondary);z-index:101;padding:2.4rem;display:flex;flex-direction:column;min-width:max-content}}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-submenu .nav-submenu-item:not(:last-of-type){margin-bottom:3.2rem}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-submenu .nav-submenu-item:hover .nav-submenu-link .nav-submenu-title{color:var(--danger)}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-submenu .nav-submenu-item.active .nav-submenu-link .nav-submenu-title{color:var(--danger)}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-submenu-link{display:flex;align-items:center}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-submenu-link .nav-submenu-title{display:block;color:var(--primary);font-family:var(--body-font);font-size:1.8rem;font-style:normal;font-weight:500;line-height:100%}@media (min-width:992px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu .nav-item .nav-submenu .nav-submenu-item .nav-submenu-link .nav-submenu-title{font-size:1.6rem}}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu-action{padding-top:2.4rem}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu-action .search-page{display:block;margin-bottom:2.5rem}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu-action .search-page .icon{display:none}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu-action .search-page .text{display:block;color:var(--primary);font-family:var(--body-font);font-size:1.6rem;font-style:normal;font-weight:500;line-height:112.5%}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu-action .language-switcher{display:flex;align-items:center;border:none;background:none;padding:0}header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu-action .language-switcher .text{display:block;color:var(--primary);font-family:var(--body-font);font-size:1.6rem;font-style:normal;font-weight:500;line-height:112.5%}@media (min-width:992px){header .header-bottom .header-bottom-wrapper .main-menu-wrapper .main-menu-action{display:none}}.pagination-wrapper{padding-top:4.8rem}@media (min-width:1265px){.pagination-wrapper{padding-top:5.6rem}}.pagination-wrapper .page-numbers{display:flex;justify-content:center;align-items:center;gap:.8rem;list-style:none;padding:0}@media (min-width:1265px){.pagination-wrapper .page-numbers{gap:1.2rem}}.pagination-wrapper .page-numbers .page-numbers{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.4rem;line-height:150%;transition:0.4s linear;font-family:var(--body-font);color:var(--primary);font-weight:400;text-transform:uppercase;border-radius:8px;border:1px solid rgb(20 20 20 / .1);background:var(--secondary);width:4rem;height:4rem}.pagination-wrapper .page-numbers .page-numbers.current{border:1px solid var(--danger)}.pagination-wrapper .page-numbers .page-numbers:hover{border:1px solid var(--danger)}.pagination-wrapper .page-numbers .page-numbers.next{background:var(--danger)}.pagination-wrapper .page-numbers .page-numbers.prev{background:var(--danger)}.pagination{padding-top:4.8rem}@media (min-width:1265px){.pagination{padding-top:5.6rem}}.pagination .nav-links{display:flex;justify-content:center;align-items:center;gap:.8rem;list-style:none;padding:0}@media (min-width:1265px){.pagination .nav-links{gap:1.2rem}}.pagination .nav-links .page-numbers{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.4rem;line-height:150%;transition:0.4s linear;font-family:var(--body-font);color:var(--primary);font-weight:400;text-transform:uppercase;border-radius:8px;border:1px solid rgb(20 20 20 / .1);background:var(--secondary);width:4rem;height:4rem}.pagination .nav-links .page-numbers.current{border:1px solid var(--danger)}.pagination .nav-links .page-numbers:hover{border:1px solid var(--danger)}.pagination .nav-links .page-numbers.next{background:var(--danger)}.pagination .nav-links .page-numbers.prev{background:var(--danger)}@media (min-width:1265px){.search-form-wrapper .search-form .form-group-wrapper{display:flex}}.search-form-wrapper .search-form .form-group-wrapper .form-group{position:relative;margin-bottom:1.2rem}@media (min-width:1265px){.search-form-wrapper .search-form .form-group-wrapper .form-group{margin-bottom:0;flex:1;width:100%}}.search-form-wrapper .search-form .form-group-wrapper .form-group .input-group{width:100%;height:5.6rem;border-radius:8px;border:1px solid rgb(20 20 20 / .1);padding:0 1.6rem;color:var(--primary);font-family:var(--body-font);font-size:1.4rem;font-weight:400;line-height:1}@media (min-width:1265px){.search-form-wrapper .search-form .form-group-wrapper .form-group .input-group{height:6.4rem;padding:0 2.4rem;font-size:1.6rem}}.search-form-wrapper .search-form .form-group-wrapper .form-group .input-group:focus-visible{outline:none}.search-form-wrapper .search-form .form-group-wrapper .form-group .input-group::placeholder{color:rgb(35 31 32 / .4);opacity:1}.search-form-wrapper .search-form .form-group-wrapper .form-group .icon{position:absolute;right:1.6rem;top:50%;transform:translateY(-50%);border:none}.search-form-wrapper .search-form .form-group-wrapper .search-btn{display:block;border-radius:8px;border:1px solid rgb(20 20 20 / .1);background:var(--danger);padding:2rem 0;text-align:center;color:var(--secondary);font-family:var(--body-font);font-size:1.6rem;font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase;width:100%}@media (min-width:1265px){.search-form-wrapper .search-form .form-group-wrapper .search-btn{flex:0 0 15.8rem;width:15.8rem;margin-left:1.6rem}}.single-news-wrapper{padding:4.2rem 0 5.6rem;background-color:var(--secondary)}@media (min-width:992px){.single-news-wrapper{padding:4.2rem 0 9.6rem}}.single-news-wrapper .layout{margin-bottom:5.6rem}@media (min-width:992px){.single-news-wrapper .layout{margin-bottom:0}}.single-news-wrapper .layout .main-content{margin-bottom:5.6rem}@media (min-width:992px){.single-news-wrapper .layout .main-content{margin-bottom:0}}.single-news-wrapper .layout .main-content .single-news{max-width:89.6rem}.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-category-wrapper{display:flex;align-items:center;margin-bottom:1.2rem}.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-category-wrapper .single-news-category{display:block;color:var(--danger);font-family:var(--body-font);font-size:1.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.65px;line-height:100%}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-category-wrapper .single-news-category{font-size:1.4rem;letter-spacing:.7px}}.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-title{color:var(--primary);font-family:var(--body-font);font-size:3.6rem;font-weight:600;line-height:115%;margin-bottom:2.4rem;letter-spacing:-.72px}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-title{font-size:5.6rem;letter-spacing:-1.12px}}.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-short-desc{color:rgb(35 31 32 / .7);font-family:var(--body-font);font-size:1.8rem;font-weight:400;line-height:150%;margin-bottom:3.2rem;letter-spacing:-.36px}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-short-desc{font-size:2rem;letter-spacing:-.4px}}.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-action{padding:2.4rem 0;border-top:1px solid rgb(20 20 20 / .1);border-bottom:1px solid rgb(20 20 20 / .1);margin-bottom:3.2rem}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-action{display:flex;align-items:center;justify-content:space-between}}.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-action .date-author{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.6rem}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-action .date-author{gap:.8rem;margin-bottom:0}}.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-action .date-author .date{display:block;color:var(--primary);font-family:var(--body-font);font-size:1.4rem;font-weight:500;line-height:100%;position:relative;text-transform:uppercase;letter-spacing:-.28px}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-action .date-author .date{font-size:1.6rem;letter-spacing:-.32px}}.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-action .date-author .author-wrapper{display:flex;align-items:center;position:relative;padding-left:1.8rem}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-action .date-author .author-wrapper{padding-left:1.6rem}}.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-action .date-author .author-wrapper:before{content:"";display:block;position:absolute;width:.6rem;height:.6rem;border-radius:1px;background-color:var(--danger);left:0;top:50%;transform:translateY(-50%)}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-action .date-author .author-wrapper:before{width:.8rem;height:.8rem}}.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-action .date-author .author-wrapper .author-label{display:block;color:var(--primary);font-family:var(--body-font);font-size:1.4rem;font-weight:400;line-height:100%;letter-spacing:-.28px}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-action .date-author .author-wrapper .author-label{font-size:1.6rem;letter-spacing:-.32px}}.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-action .date-author .author-wrapper .author-name{display:block;color:var(--primary);font-family:var(--body-font);font-size:1.4rem;font-weight:500;line-height:100%;letter-spacing:-.28px;margin-left:.5rem}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-action .date-author .author-wrapper .author-name{font-size:1.6rem;letter-spacing:-.32px}}.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-image-wrapper{margin-bottom:3.2rem}.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-image-wrapper .single-news-image{position:relative;display:block;border-radius:12px;overflow:hidden;margin-bottom:0}.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-image-wrapper .single-news-image:after{content:"";display:block;padding-top:64%}.single-news-wrapper .layout .main-content .single-news .single-news-header .single-news-image-wrapper .single-news-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.single-news-wrapper .layout .main-content .single-news .single-news-content{border-bottom:1px solid rgb(20 20 20 / .1)}.single-news-wrapper .layout .main-content .single-news .single-news-content h2,.single-news-wrapper .layout .main-content .single-news .single-news-content h3,.single-news-wrapper .layout .main-content .single-news .single-news-content h4,.single-news-wrapper .layout .main-content .single-news .single-news-content h5,.single-news-wrapper .layout .main-content .single-news .single-news-content h6{color:var(--primary);font-family:var(--body-font);font-weight:600;line-height:125%;letter-spacing:-.44px;margin-bottom:1.6rem}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-content h2,.single-news-wrapper .layout .main-content .single-news .single-news-content h3,.single-news-wrapper .layout .main-content .single-news .single-news-content h4,.single-news-wrapper .layout .main-content .single-news .single-news-content h5,.single-news-wrapper .layout .main-content .single-news .single-news-content h6{margin-bottom:2.4rem;letter-spacing:-.48px}}.single-news-wrapper .layout .main-content .single-news .single-news-content a{color:var(--danger);text-decoration:underline}.single-news-wrapper .layout .main-content .single-news .single-news-content em{font-style:italic}.single-news-wrapper .layout .main-content .single-news .single-news-content strong{font-weight:600}.single-news-wrapper .layout .main-content .single-news .single-news-content h2{font-size:2.4rem}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-content h2{font-size:2.8rem}}.single-news-wrapper .layout .main-content .single-news .single-news-content h3{font-size:2.2rem}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-content h3{font-size:2.4rem}}.single-news-wrapper .layout .main-content .single-news .single-news-content h4{font-size:2rem}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-content h4{font-size:2.2rem}}.single-news-wrapper .layout .main-content .single-news .single-news-content h5{font-size:1.8rem}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-content h5{font-size:2rem}}.single-news-wrapper .layout .main-content .single-news .single-news-content h6{font-size:1.6rem}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-content h6{font-size:1.8rem}}.single-news-wrapper .layout .main-content .single-news .single-news-content p{color:rgb(35 31 32 / .7);font-family:var(--body-font);font-size:1.6rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.32px;margin-bottom:3.2rem}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-content p{font-size:1.8rem;letter-spacing:-.36px}}.single-news-wrapper .layout .main-content .single-news .single-news-content ol,.single-news-wrapper .layout .main-content .single-news .single-news-content ul{margin-bottom:3.2rem;padding-left:2rem}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-content ol,.single-news-wrapper .layout .main-content .single-news .single-news-content ul{margin-bottom:4.2rem}}.single-news-wrapper .layout .main-content .single-news .single-news-content ol li,.single-news-wrapper .layout .main-content .single-news .single-news-content ul li{color:rgb(35 31 32 / .7);font-family:var(--body-font);font-size:1.6rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.32px;margin-bottom:1rem}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-content ol li,.single-news-wrapper .layout .main-content .single-news .single-news-content ul li{font-size:1.8rem;letter-spacing:-.36px}}.single-news-wrapper .layout .main-content .single-news .single-news-content ol li:last-of-type,.single-news-wrapper .layout .main-content .single-news .single-news-content ul li:last-of-type{margin-bottom:0}.single-news-wrapper .layout .main-content .single-news .single-news-content blockquote{border-radius:0 12px 12px 0;border-left:6px solid #e50b14;background:#f5f5f5;padding:3.2rem;margin-bottom:3.2rem;position:relative}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-content blockquote{margin-bottom:3.2rem;padding:4.2rem}}.single-news-wrapper .layout .main-content .single-news .single-news-content blockquote p{color:var(--primary);font-family:var(--body-font);font-weight:500;font-size:1.8rem;line-height:150%;letter-spacing:-.36px;margin-bottom:3.2rem}.single-news-wrapper .layout .main-content .single-news .single-news-content blockquote p:last-of-type{margin-bottom:0}.single-news-wrapper .layout .main-content .single-news .single-news-content p>picture>img,.single-news-wrapper .layout .main-content .single-news .single-news-content p>img{width:100%;height:auto}@media (min-width:576px){.single-news-wrapper .layout .main-content .single-news .single-news-content p>picture>img.alignleft,.single-news-wrapper .layout .main-content .single-news .single-news-content p>img.alignleft{float:left;width:auto;max-width:calc(50% - 1rem);margin-right:1rem}}@media (min-width:576px){.single-news-wrapper .layout .main-content .single-news .single-news-content p>picture>img.alignright,.single-news-wrapper .layout .main-content .single-news .single-news-content p>img.alignright{float:right;width:auto;max-width:calc(50% - 1rem);margin-left:1rem}}@media (min-width:576px){.single-news-wrapper .layout .main-content .single-news .single-news-content p>picture>img.aligncenter,.single-news-wrapper .layout .main-content .single-news .single-news-content p>img.aligncenter{width:auto;max-width:100%;display:block;margin-inline:auto}}.single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper{margin-bottom:3.2rem;overflow:hidden}.single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper figure{margin:0!important;border-radius:8px;overflow:hidden}.single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper img{display:block;width:100%}.single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper.aligncenter{margin-inline:auto}@media (min-width:576px){.single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper.alignright{max-width:calc(50% - 1rem);width:auto;float:right;margin-left:1rem}.single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper.alignright img{width:100%}.single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper.alignleft{max-width:calc(50% - 1rem);width:auto;float:left;margin-right:1rem}.single-news-wrapper .layout .main-content .single-news .single-news-content .image-wrapper.alignleft img{width:100%}}.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper{margin-bottom:3.2rem;overflow:hidden}.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item{display:none!important;width:100%;position:relative;text-decoration:none;border-radius:8px;overflow:hidden}.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;background:linear-gradient(0deg,rgb(0 0 0 / .35) 0%,rgb(0 0 0 / .35) 100%);z-index:1}.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item figure{margin-bottom:0}.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item:first-of-type{display:block!important}.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item img{width:100%;display:block}.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item .image-source{margin-bottom:0;position:absolute;bottom:0;left:0;width:100%;height:auto;display:flex;align-items:center;justify-content:end;color:var(--secondary);font-family:var(--body-font);font-weight:500;font-size:1.2rem;line-height:100%;padding:1.2rem 2.4rem;background:rgb(35 31 32 / .7);border-bottom-left-radius:12px;border-bottom-right-radius:12px;z-index:2}@media (min-width:992px){.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item .image-source{font-size:1.4rem}}.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item .display-gallery{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:1.9rem 3.2rem;background:var(--danger);color:var(--secondary);margin-bottom:0;border-radius:8px;border:1px solid rgb(20 20 20 / .1);z-index:2}.single-news-wrapper .layout .main-content .single-news .single-news-content .gallery-wrapper .gallery-item .display-gallery span{font-family:var(--body-font);font-weight:700;font-size:1.6rem;line-height:100%;text-transform:uppercase}.image-info{position:relative}.image-info .img-source{position:absolute;bottom:0;left:0;width:100%;height:auto;display:flex;align-items:center;justify-content:end;color:var(--secondary);font-family:var(--body-font);font-weight:500;font-size:1.2rem;line-height:100%;padding:1.2rem 2.4rem;background:rgb(35 31 32 / .7);border-bottom-left-radius:12px;border-bottom-right-radius:12px}@media (min-width:992px){.image-info .img-source{font-size:1.4rem}}.image-info .img-source .label{display:flex;align-items:center;margin-right:.5rem}.instagram-media{max-width:70%!important;min-width:300px!important;margin-inline:auto!important;margin:0 auto 2.4rem!important}@media (min-width:1265px){.instagram-media{margin:0 auto 3.2rem!important}}iframe:not(.instagram-media){max-width:100%!important}iframe[src*=facebook]{display:block;margin:0 auto 2.4rem!important}@media (min-width:1265px){iframe[src*=facebook]{margin:0 auto 3.2rem!important}}iframe[src*=linkedin]{display:block;margin:0 auto 2.4rem!important}@media (min-width:1265px){iframe[src*=linkedin]{margin:0 auto 3.2rem!important}}iframe[src*=youtube],iframe[src*=vimeo]{display:block;border-radius:8px;width:100%!important;height:auto!important;aspect-ratio:16/9;margin:0 auto 2.4rem!important}@media (min-width:1265px){iframe[src*=youtube],iframe[src*=vimeo]{margin:0 auto 3.2rem!important}}.twitter-tweet{margin-inline:auto!important;margin-top:0!important;margin:0 auto 2.4rem!important}@media (min-width:1265px){.twitter-tweet{margin:0 auto 3.2rem!important}}.tags-wrapper{padding:2.4rem 0;border-bottom:1px solid rgb(45 45 45 / .1)}@media (min-width:992px){.tags-wrapper{padding:3.2rem 0;display:flex;align-items:center}}.tags-wrapper .tag-title{text-align:center;display:block;color:var(--primary);font-family:var(--body-font);font-size:1.6rem;font-style:normal;font-weight:500;line-height:100%;margin-bottom:1.6rem}@media (min-width:992px){.tags-wrapper .tag-title{text-align:start;margin-bottom:0;margin-right:1.6rem}}.tags-wrapper .tags-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.6rem}.tags-wrapper .tags-list .tag-link{display:block;color:var(--info);font-family:var(--body-font);font-size:1.6rem;font-weight:600;line-height:normal;text-transform:capitalize}.tags-wrapper .tags-list .tag-link:not(:last-of-type){padding-right:1.6rem;border-right:1px solid rgb(45 45 45 / .2)}.share-links-wrapper{display:flex;align-items:center;gap:1.6rem}.share-links-wrapper .share-label{display:block;color:var(--primary);font-family:var(--body-font);font-size:1.4rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.28px}@media (min-width:992px){.share-links-wrapper .share-label{font-size:1.6rem;letter-spacing:-.32px}}.share-links-wrapper .share-links{display:flex;align-items:center;gap:2.4rem}.share-links-wrapper .share-links .share-link{display:block}.share-links-wrapper .share-links .share-link.copy{position:relative}.share-links-wrapper .share-links .share-link.copy .tooltip{position:absolute;bottom:100%;left:0;width:100%;color:var(--primary);font-family:var(--body-font);font-size:1.4rem}.share-links-wrapper .share-links .share-link svg{fill:var(--danger)}.share-bottom{padding:1.6rem 0;border-bottom:1px solid rgb(20 20 20 / .1)}@media (min-width:992px){.share-bottom{padding:2.4rem 0}}.share-bottom .share-links-wrapper{justify-content:center}.news-item:hover .news-item-image-wrapper .news-item-image img{transform:scale(1.1)}.news-item:hover .news-item-data .news-item-title a{text-decoration-color:var(--primary)}.news-item .news-item-image-wrapper{position:relative}.news-item .news-item-image-wrapper .news-item-image{position:relative;display:block;border-radius:6px;overflow:hidden;margin-bottom:0}.news-item .news-item-image-wrapper .news-item-image:after{content:"";display:block;padding-top:75%}.news-item .news-item-image-wrapper .news-item-image img,.news-item .news-item-image-wrapper .news-item-image video,.news-item .news-item-image-wrapper .news-item-image iframe{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:0.3s ease}.news-item .news-item-image-wrapper .news-item-date{position:absolute;top:1.6rem;left:1.6rem;border-radius:3.5px;border-bottom:4.375px solid var(--danger);background:var(--secondary);width:3.2rem;height:3.2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width:992px){.news-item .news-item-image-wrapper .news-item-date{width:4.8rem;height:4.8rem}}.news-item .news-item-image-wrapper .news-item-date .day{display:block;color:var(--primary);font-family:var(--body-font);font-size:1.2rem;font-style:normal;font-weight:700;line-height:100%;letter-spacing:-.24px}@media (min-width:992px){.news-item .news-item-image-wrapper .news-item-date .day{font-size:1.8rem;letter-spacing:-.36px}}.news-item .news-item-image-wrapper .news-item-date .month{display:block;color:var(--primary);font-family:var(--body-font);font-size:9.333px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.187px;text-transform:uppercase}@media (min-width:992px){.news-item .news-item-image-wrapper .news-item-date .month{font-size:1.4rem;letter-spacing:-.28px}}.news-item .news-item-data .news-item-category-wrapper .news-item-category{display:block;color:var(--danger);font-family:var(--body-font);font-size:1.3rem;font-style:normal;font-weight:600;line-height:100%;letter-spacing:.65px;text-transform:uppercase}@media (min-width:992px){.news-item .news-item-data .news-item-category-wrapper .news-item-category{font-size:1.4rem;letter-spacing:.7px}}.news-item .news-item-data .news-item-title{position:relative;margin-bottom:0;font-weight:600;font-family:var(--body-font)}.news-item .news-item-data .news-item-title a{color:var(--primary);display:block;font-family:var(--body-font);font-weight:600;text-decoration:underline #fff0;transition:text-decoration 0.3s ease}.news-item .news-item-data .news-item-description{margin-bottom:0;color:rgb(35 31 32 / .7)}.news-item .news-item-data .author{display:flex;align-items:center;position:relative;padding-left:1.4rem}.news-item .news-item-data .author:before{content:"";display:block;position:absolute;left:0;top:50%;transform:translateY(-50%);background-color:var(--danger);width:.6rem;height:.6rem;border-radius:1px}.news-item .news-item-data .author .author-label{display:block;color:var(--primary);font-family:var(--body-font);font-size:1.3rem;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.26px}@media (min-width:992px){.news-item .news-item-data .author .author-label{font-size:1.4rem;letter-spacing:-.28px}}.news-item .news-item-data .author .author-name{display:block;color:var(--primary);font-family:var(--body-font);font-size:1.3rem;font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.26px;margin-left:.8rem}@media (min-width:992px){.news-item .news-item-data .author .author-name{font-size:1.4rem;letter-spacing:-.28px}}.latest-news{padding:4.8rem 0;background-color:var(--secondary)}@media (min-width:992px){.latest-news{padding:6.4rem 0 9.6rem}}.latest-news .section-header{margin-bottom:3.2rem}@media (min-width:992px){.latest-news .section-header{margin-bottom:4.2rem}}@media (min-width:992px){.latest-news .latest-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3.2rem}}@media (min-width:1265px){.latest-news .latest-list{grid-template-columns:repeat(4,1fr)}}.latest-news .latest-list .news-item:first-of-type{margin-bottom:3.2rem}@media (min-width:992px){.latest-news .latest-list .news-item:first-of-type{margin-bottom:0;grid-column:1/3;display:flex;align-items:center;justify-content:space-between}}@media (min-width:1265px){.latest-news .latest-list .news-item:first-of-type{justify-content:flex-start;grid-column:1/5}}.latest-news .latest-list .news-item:first-of-type .news-item-image-wrapper{margin-bottom:2.4rem}@media (min-width:992px){.latest-news .latest-list .news-item:first-of-type .news-item-image-wrapper{margin-bottom:0;flex:0 0 48%;width:48%}}@media (min-width:1265px){.latest-news .latest-list .news-item:first-of-type .news-item-image-wrapper{flex:0 0 66.4rem;width:66.4rem;margin-right:3.2rem}}.latest-news .latest-list .news-item:first-of-type .news-item-image-wrapper .news-item-date{top:1.6rem;left:1.6rem;width:5.6rem;height:5.6rem}.latest-news .latest-list .news-item:first-of-type .news-item-image-wrapper .news-item-date .day{font-size:2rem}.latest-news .latest-list .news-item:first-of-type .news-item-image-wrapper .news-item-date .month{font-size:1.4rem}@media (min-width:992px){.latest-news .latest-list .news-item:first-of-type .news-item-data{flex:0 0 48%;width:48%}}@media (min-width:1265px){.latest-news .latest-list .news-item:first-of-type .news-item-data{flex:1;width:100%}}.latest-news .latest-list .news-item:first-of-type .news-item-data .news-item-category-wrapper .news-item-category{margin-bottom:1.2rem}.latest-news .latest-list .news-item:first-of-type .news-item-data .news-item-title{margin-bottom:1.6rem}@media (min-width:1265px){.latest-news .latest-list .news-item:first-of-type .news-item-data .news-item-title{margin-bottom:2.4rem}}.latest-news .latest-list .news-item:first-of-type .news-item-data .news-item-title a{font-size:3.2rem;line-height:120%;letter-spacing:-.64px}@media (min-width:1265px){.latest-news .latest-list .news-item:first-of-type .news-item-data .news-item-title a{font-size:5.6rem;letter-spacing:-1.12px}}.latest-news .latest-list .news-item:first-of-type .news-item-data .news-item-description{font-family:var(--body-font);font-size:1.6rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.32px;margin-bottom:2.4rem}@media (min-width:1265px){.latest-news .latest-list .news-item:first-of-type .news-item-data .news-item-description{font-size:1.8rem;letter-spacing:-.36px}}.latest-news .latest-list .news-item:not(:first-of-type){display:flex;align-items:flex-start}@media (min-width:992px){.latest-news .latest-list .news-item:not(:first-of-type){display:block}}.latest-news .latest-list .news-item:not(:first-of-type):not(:last-of-type){margin-bottom:2.4rem}@media (min-width:992px){.latest-news .latest-list .news-item:not(:first-of-type):not(:last-of-type){margin-bottom:0}}.latest-news .latest-list .news-item:not(:first-of-type) .news-item-image-wrapper{flex:0 0 10rem;width:10rem;margin-right:1.6rem}@media (min-width:992px){.latest-news .latest-list .news-item:not(:first-of-type) .news-item-image-wrapper{width:100%;margin-right:0;margin-bottom:2.4rem}}.latest-news .latest-list .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image::after{padding-top:100%}@media (min-width:992px){.latest-news .latest-list .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image::after{padding-top:75%}}.latest-news .latest-list .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-date{top:.8rem;left:.8rem}@media (min-width:992px){.latest-news .latest-list .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-date{top:1.6rem;left:1.6rem}}.latest-news .latest-list .news-item:not(:first-of-type) .news-item-data .news-item-category-wrapper .news-item-category{margin-bottom:.8rem}@media (min-width:992px){.latest-news .latest-list .news-item:not(:first-of-type) .news-item-data .news-item-category-wrapper .news-item-category{margin-bottom:1.2rem}}.latest-news .latest-list .news-item:not(:first-of-type) .news-item-data .news-item-title{margin-bottom:1.6rem}@media (min-width:992px){.latest-news .latest-list .news-item:not(:first-of-type) .news-item-data .news-item-title{margin-bottom:1.2rem}}.latest-news .latest-list .news-item:not(:first-of-type) .news-item-data .news-item-title a{font-size:1.8rem;line-height:120%;letter-spacing:-.36px}@media (min-width:992px){.latest-news .latest-list .news-item:not(:first-of-type) .news-item-data .news-item-title a{font-size:2.6rem;letter-spacing:-.52px}}.latest-news .latest-list .news-item:not(:first-of-type) .news-item-data .news-item-description{display:none}@media (min-width:768px){.latest-news .latest-list .news-item:not(:first-of-type) .news-item-data .news-item-description{display:block;font-family:var(--body-font);font-size:1.6rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.32px;margin-bottom:2.4rem}}.news-box-landscape{padding:4.8rem 0;background-color:var(--secondary);overflow:hidden}@media (min-width:992px){.news-box-landscape{padding:9.6rem 0}}.news-box-landscape .section-header{margin-bottom:3.2rem}@media (min-width:992px){.news-box-landscape .section-header{margin-bottom:4.2rem}}.news-box-landscape .news-box-landscape-slider.swiper{overflow:visible}@media (min-width:992px){.news-box-landscape .news-box-landscape-slider.swiper{overflow:hidden}}.news-box-landscape .news-box-landscape-slider .swiper-wrapper{padding-bottom:3.2rem}.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide{width:26.6rem}@media (min-width:992px){.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide{width:31.6rem}}.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-image-wrapper{margin-bottom:1.6rem}@media (min-width:992px){.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-image-wrapper{margin-bottom:2.4rem}}.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-image-wrapper .news-item-date{width:4.2rem;height:4.2rem}@media (min-width:992px){.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-image-wrapper .news-item-date{width:4.8rem;height:4.8rem}}.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-image-wrapper .news-item-date .day{font-size:15.75px;letter-spacing:-.315px}@media (min-width:992px){.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-image-wrapper .news-item-date .day{font-size:1.8rem;letter-spacing:-.36px}}.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-image-wrapper .news-item-date .month{font-size:12.25px;letter-spacing:-.245px}@media (min-width:992px){.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-image-wrapper .news-item-date .month{font-size:1.4rem;letter-spacing:-.28px}}.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-category-wrapper{display:none}.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-title{margin-bottom:1.2rem}.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-title a{font-size:2rem;line-height:120%;letter-spacing:-.4px}@media (min-width:992px){.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-title a{font-size:2.6rem;letter-spacing:-.52px}}.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-description{font-family:var(--body-font);font-size:1.6rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.32px;margin-bottom:0}.news-box-landscape .news-box-landscape-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .author{display:none}.news-box-landscape .news-box-landscape-slider .swiper-scrollbar{background:#d9d9d9;width:100%;left:0;height:3px}.news-box-landscape .news-box-landscape-slider .swiper-scrollbar .swiper-scrollbar-drag{height:5px;background:var(--danger)}.category-box{padding:4.8rem 0;background-color:var(--secondary)}@media (min-width:992px){.category-box{padding:9.6rem 0}}@media (min-width:992px){.category-box .category-box-wrapper{display:flex}}.category-box .category-box-wrapper .category-box-item-wrapper .section-header{margin-bottom:3.2rem}@media (min-width:1265px){.category-box .category-box-wrapper .category-box-item-wrapper .section-header .section-title a{font-size:1.6rem}}@media (min-width:1265px){.category-box .category-box-wrapper .category-box-item-wrapper .section-header .see-all{font-size:1.6rem}}.category-box .category-box-wrapper .category-box-item-wrapper:not(:last-of-type){margin-bottom:4.2rem}@media (min-width:992px){.category-box .category-box-wrapper .category-box-item-wrapper{flex:0 0 calc(33.3333333333% - 21.3333333333px);width:calc(33.3333333333% - 21.3333333333px);margin-right:32px}.category-box .category-box-wrapper .category-box-item-wrapper:last-of-type{margin-right:0}.category-box .category-box-wrapper .category-box-item-wrapper:not(:last-of-type){margin-bottom:0}}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:not(:first-of-type){padding:1.6rem 0;border-bottom:1px solid rgb(20 20 20 / .1)}@media (min-width:992px){.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:not(:first-of-type){padding:2.4rem 0}}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:not(:first-of-type) .news-item-image-wrapper{display:none}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:not(:first-of-type) .news-item-data .news-item-category-wrapper{display:none}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:not(:first-of-type) .news-item-data .news-item-title{margin-bottom:1.6rem}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:not(:first-of-type) .news-item-data .news-item-title a{font-size:1.8rem;line-height:125%;letter-spacing:-.36px}@media (min-width:992px){.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:not(:first-of-type) .news-item-data .news-item-title a{font-size:2.2rem;letter-spacing:-.44px}}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:not(:first-of-type) .news-item-data .news-item-description{display:none}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type{padding-bottom:1.6rem;border-bottom:1px solid rgb(20 20 20 / .1)}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-image-wrapper{margin-bottom:1.6rem}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-image-wrapper .news-item-image:after{padding-top:50%}@media (min-width:576px){.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-image-wrapper .news-item-image:after{padding-top:75%}}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-image-wrapper .news-item-date{width:4.8rem;height:4.8rem}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-image-wrapper .news-item-date .day{font-size:1.8rem;letter-spacing:-.36px}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-image-wrapper .news-item-date .month{font-size:1.4rem;letter-spacing:-.28px}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-data .news-item-category-wrapper{display:none}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-data .news-item-title{margin-bottom:1.6rem}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-data .news-item-title a{font-size:2rem;line-height:120%;letter-spacing:-.4px}@media (min-width:768px){.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-data .news-item-title a{font-size:2.6rem;letter-spacing:-.52px}}.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-data .news-item-description{display:none}.latest-page .latest-page-wrapper{background-color:var(--secondary);padding:4.8rem 0}@media (min-width:992px){.latest-page .latest-page-wrapper{padding:5.6rem 0 9.6rem}}.latest-page .latest-page-wrapper .layout .main-content{margin-bottom:5.6rem}@media (min-width:992px){.latest-page .latest-page-wrapper .layout .main-content{margin-bottom:0}}.latest-page .latest-page-wrapper .layout .main-content .lead-news{padding-bottom:3.2rem;margin-bottom:3.2rem;border-bottom:1px solid rgb(20 20 20 / .1)}@media (min-width:1265px){.latest-page .latest-page-wrapper .layout .main-content .lead-news{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3.2rem}}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:first-of-type{margin-bottom:3.2rem}@media (min-width:1265px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:first-of-type{margin-bottom:0;grid-column:1/4;display:flex;align-items:center}}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:first-of-type .news-item-image-wrapper{margin-bottom:2.4rem}@media (min-width:1265px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:first-of-type .news-item-image-wrapper{order:2;margin-bottom:0;flex:0 0 49rem;width:49rem;margin-left:3.2rem}}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:first-of-type .news-item-image-wrapper .news-item-date{width:5.6rem;height:5.6rem;top:1.6rem;left:1.6rem}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:first-of-type .news-item-image-wrapper .news-item-date .day{font-size:2rem}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:first-of-type .news-item-image-wrapper .news-item-date .month{font-size:1.4rem}@media (min-width:1265px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:first-of-type .news-item-data{order:1;flex:1;width:100%}}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:first-of-type .news-item-data .news-item-category-wrapper{margin-bottom:1.2rem}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:first-of-type .news-item-data .news-item-title{margin-bottom:1.6rem}@media (min-width:1265px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:first-of-type .news-item-data .news-item-title{margin-bottom:2.4rem}}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:first-of-type .news-item-data .news-item-title a{font-size:3.2rem;line-height:120%;letter-spacing:-.64px}@media (min-width:1265px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:first-of-type .news-item-data .news-item-title a{font-size:4.8rem;letter-spacing:-.96px}}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:first-of-type .news-item-data .news-item-description{font-size:1.6rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.32px;margin-bottom:2.4rem}@media (min-width:1265px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:first-of-type .news-item-data .news-item-description{font-size:1.8rem;letter-spacing:-.36px;margin-bottom:3.2rem}}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type){display:flex;align-items:flex-start}@media (min-width:1265px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type){display:block}}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type):not(:last-of-type){margin-bottom:2.4rem}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type):not(:last-of-type){margin-bottom:3.2rem}}@media (min-width:1265px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type):not(:last-of-type){margin-bottom:0}}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-image-wrapper{flex:0 0 10rem;width:10rem;margin-right:1.6rem}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-image-wrapper{flex:0 0 31.6rem;width:31.6rem;margin-right:3.2rem}}@media (min-width:1265px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-image-wrapper{width:100%;margin-right:0;margin-bottom:2.4rem}}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image::after{padding-top:100%}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-image::after{padding-top:75%}}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-date{left:.8rem;top:.8rem}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-date{width:4.8rem;height:4.8rem;top:1.6rem;left:1.6rem}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-date .day{font-size:1.8rem}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-image-wrapper .news-item-date .month{font-size:1.4rem}}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-data{flex:1;width:100%}}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-data .news-item-category-wrapper{margin-bottom:.8rem}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-data .news-item-category-wrapper{margin-bottom:1.2rem}}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-data .news-item-title{margin-bottom:1.6rem}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-data .news-item-title{margin-bottom:1.2rem}}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-data .news-item-title a{font-size:1.8rem;line-height:120%;letter-spacing:-.36px}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-data .news-item-title a{font-size:2.6rem;letter-spacing:-.52px}}.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-data .news-item-description{display:none}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .lead-news .news-item:not(:first-of-type) .news-item-data .news-item-description{display:block;font-size:1.6rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.32px;margin-bottom:2.4rem}}.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item{display:flex;align-items:flex-start}@media (min-width:1265px){.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item{align-items:center}}.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item:not(:last-of-type){margin-bottom:2.4rem}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item:not(:last-of-type){margin-bottom:3.2rem}}.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-image-wrapper{flex:0 0 10rem;width:10rem;margin-right:1.6rem}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-image-wrapper{flex:0 0 31.6rem;width:31.6rem;margin-right:3.2rem}}.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-image-wrapper .news-item-image::after{padding-top:100%}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-image-wrapper .news-item-image::after{padding-top:75%}}.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-image-wrapper .news-item-date{left:.8rem;top:.8rem}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-image-wrapper .news-item-date{width:4.8rem;height:4.8rem;top:1.6rem;left:1.6rem}.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-image-wrapper .news-item-date .day{font-size:1.8rem}.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-image-wrapper .news-item-date .month{font-size:1.4rem}}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-data{flex:1;width:100%}}.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-data .news-item-category-wrapper{margin-bottom:.8rem}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-data .news-item-category-wrapper{margin-bottom:1.2rem}}.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-data .news-item-title{margin-bottom:1.6rem}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-data .news-item-title{margin-bottom:1.2rem}}.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-data .news-item-title a{font-size:1.8rem;line-height:120%;letter-spacing:-.36px}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-data .news-item-title a{font-size:2.6rem;letter-spacing:-.52px}}.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-data .news-item-description{display:none}@media (min-width:768px){.latest-page .latest-page-wrapper .layout .main-content .news-list .news-item .news-item-data .news-item-description{display:block;font-size:1.6rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.32px;margin-bottom:2.4rem}}@media (min-width:992px){.related-news{padding-top:9.6rem}}.related-news .section-header{margin-bottom:3.2rem}@media (min-width:1265px){.related-news .related-news-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:3.2rem}}.related-news .related-news-wrapper .news-item{display:flex;align-items:flex-start}@media (min-width:1265px){.related-news .related-news-wrapper .news-item{display:block}}.related-news .related-news-wrapper .news-item:not(:last-of-type){margin-bottom:2.4rem}@media (min-width:768px){.related-news .related-news-wrapper .news-item:not(:last-of-type){margin-bottom:3.2rem}}@media (min-width:1265px){.related-news .related-news-wrapper .news-item:not(:last-of-type){margin-bottom:0}}.related-news .related-news-wrapper .news-item .news-item-image-wrapper{flex:0 0 10rem;width:10rem;margin-right:1.6rem}@media (min-width:768px){.related-news .related-news-wrapper .news-item .news-item-image-wrapper{flex:0 0 31.6rem;width:31.6rem;margin-right:3.2rem}}@media (min-width:1265px){.related-news .related-news-wrapper .news-item .news-item-image-wrapper{width:100%;margin-right:0;margin-bottom:2.4rem}}.related-news .related-news-wrapper .news-item .news-item-image-wrapper .news-item-image::after{padding-top:100%}@media (min-width:768px){.related-news .related-news-wrapper .news-item .news-item-image-wrapper .news-item-image::after{padding-top:75%}}.related-news .related-news-wrapper .news-item .news-item-image-wrapper .news-item-date{left:.8rem;top:.8rem}@media (min-width:768px){.related-news .related-news-wrapper .news-item .news-item-image-wrapper .news-item-date{width:4.8rem;height:4.8rem;top:1.6rem;left:1.6rem}.related-news .related-news-wrapper .news-item .news-item-image-wrapper .news-item-date .day{font-size:1.8rem}.related-news .related-news-wrapper .news-item .news-item-image-wrapper .news-item-date .month{font-size:1.4rem}}@media (min-width:768px){.related-news .related-news-wrapper .news-item .news-item-data{flex:1;width:100%}}.related-news .related-news-wrapper .news-item .news-item-data .news-item-category-wrapper{margin-bottom:.8rem}@media (min-width:768px){.related-news .related-news-wrapper .news-item .news-item-data .news-item-category-wrapper{margin-bottom:1.2rem}}.related-news .related-news-wrapper .news-item .news-item-data .news-item-title{margin-bottom:1.6rem}@media (min-width:768px){.related-news .related-news-wrapper .news-item .news-item-data .news-item-title{margin-bottom:1.2rem}}.related-news .related-news-wrapper .news-item .news-item-data .news-item-title a{font-size:1.8rem;line-height:120%;letter-spacing:-.36px}@media (min-width:768px){.related-news .related-news-wrapper .news-item .news-item-data .news-item-title a{font-size:2.6rem;letter-spacing:-.52px}}.related-news .related-news-wrapper .news-item .news-item-data .news-item-description{display:none}@media (min-width:768px){.related-news .related-news-wrapper .news-item .news-item-data .news-item-description{display:block;font-size:1.6rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.32px;margin-bottom:2.4rem}}.action-box{background-color:var(--secondary);padding:4.8rem 0}@media (min-width:992px){.action-box{padding:9.6rem 0}}.action-box.home{padding:0}@media (min-width:992px){.action-box.home{padding:0}}@media (min-width:992px){.action-box .action-box-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:3.2rem}}.action-box .action-box-wrapper .action-box-item{border-radius:16px;background:#f5f5f5;padding:3.2rem 2.4rem}@media (min-width:1265px){.action-box .action-box-wrapper .action-box-item{padding:5.6rem}}.action-box .action-box-wrapper .action-box-item:not(:last-of-type){margin-bottom:2.4rem}@media (min-width:992px){.action-box .action-box-wrapper .action-box-item:not(:last-of-type){margin-bottom:0}}.action-box .action-box-wrapper .action-box-item .action-box-image{position:relative;display:block;max-width:6.4rem;margin-bottom:2.4rem}@media (min-width:1265px){.action-box .action-box-wrapper .action-box-item .action-box-image{margin-bottom:3.2rem;max-width:9.6rem}}.action-box .action-box-wrapper .action-box-item .action-box-image:after{content:"";display:block;padding-top:100%}.action-box .action-box-wrapper .action-box-item .action-box-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.action-box .action-box-wrapper .action-box-item .action-box-title{color:var(--primary);font-family:var(--body-font);font-size:2.8rem;font-style:normal;font-weight:600;line-height:120%;letter-spacing:-.56px;margin-bottom:1.2rem}@media (min-width:1265px){.action-box .action-box-wrapper .action-box-item .action-box-title{font-size:4.8rem;letter-spacing:-.96px;margin-bottom:1.6rem}}.action-box .action-box-wrapper .action-box-item .action-box-desc{color:rgb(35 31 32 / .7);font-family:var(--body-font);font-size:1.6rem;font-style:normal;font-weight:400;line-height:150%;letter-spacing:-.32px;margin-bottom:3.2rem}@media (min-width:1265px){.action-box .action-box-wrapper .action-box-item .action-box-desc{font-size:1.8rem;letter-spacing:-.36px;margin-bottom:3.2rem}}.action-box .action-box-wrapper .action-box-item .action-box-link{display:inline-block;border-radius:8px;border:1px solid rgb(20 20 20 / .1);background:var(--danger);padding:2rem 3.2rem;color:var(--secondary);font-family:var(--body-font);font-size:1.6rem;font-style:normal;font-weight:700;line-height:100%;text-transform:uppercase}@media (min-width:1265px){.action-box .action-box-wrapper .action-box-item .action-box-link{padding:2.4rem 4.2rem}}.action-box.sidebar-box{padding:0}@media (min-width:992px){.action-box.sidebar-box{padding:0}}@media (min-width:992px){.action-box.sidebar-box .action-box-wrapper{display:block}}@media (min-width:992px){.action-box.sidebar-box .action-box-wrapper .action-box-item{padding:2.4rem}.action-box.sidebar-box .action-box-wrapper .action-box-item:not(:last-of-type){margin-bottom:3.2rem}}@media (min-width:992px){.action-box.sidebar-box .action-box-wrapper .action-box-item .action-box-image{max-width:5.6rem;margin-bottom:1.6rem}}.action-box.sidebar-box .action-box-wrapper .action-box-item .action-box-title{margin-bottom:3.2rem}@media (min-width:992px){.action-box.sidebar-box .action-box-wrapper .action-box-item .action-box-title{font-size:2.6rem;letter-spacing:-.52px}}@media (min-width:992px){.action-box.sidebar-box .action-box-wrapper .action-box-item .action-box-link{display:block;padding:1.9rem 3.2rem;text-align:center}}.latest{margin-bottom:4.8rem}@media (min-width:992px){.latest{margin-bottom:3.2rem}}.latest .section-header{margin-bottom:3.2rem}.latest .latest-list .news-item{padding:2.4rem 0;border-bottom:1px solid rgb(20 20 20 / .1);position:relative}.latest .latest-list .news-item:first-of-type{padding-top:0}.latest .latest-list .news-item .news-item-image-wrapper{display:none}.latest .latest-list .news-item .news-item-data .news-item-category-wrapper{margin-bottom:1.2rem}.latest .latest-list .news-item .news-item-data .news-item-title{margin-bottom:0}.latest .latest-list .news-item .news-item-data .news-item-title a{font-size:1.8rem;line-height:125%;letter-spacing:-.36px;font-weight:600}@media (min-width:992px){.latest .latest-list .news-item .news-item-data .news-item-title a{font-size:2rem;letter-spacing:-.4px}}.latest .latest-list .news-item .news-item-data .news-item-description{display:none}.latest .latest-list .news-item .news-item-data .author{display:none}footer .footer-top{padding:4.8rem 0}footer .footer-top .footer-top-wrapper{display:flex;flex-direction:column;align-items:center}footer .footer-top .footer-top-wrapper .footer-logo{display:block;max-width:19.6rem;margin-bottom:3.2rem}footer .footer-top .footer-top-wrapper .social-links{display:flex;align-items:center;gap:1.2rem;margin-bottom:3.2rem}footer .footer-top .footer-top-wrapper .social-links .social-item{flex:0 0 4.8rem;width:4.8rem;height:4.8rem;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid rgb(20 20 20 / .1);background:var(--secondary)}footer .footer-top .footer-top-wrapper .social-links .social-item svg{width:2.4rem;height:2.4rem}footer .footer-top .footer-top-wrapper .footer-menu{text-align:center}@media (min-width:992px){footer .footer-top .footer-top-wrapper .footer-menu{text-align:start;display:flex;align-items:center;justify-content:center;gap:1.6rem}}@media (min-width:1265px){footer .footer-top .footer-top-wrapper .footer-menu{gap:3.2rem}}footer .footer-top .footer-top-wrapper .footer-menu .footer-menu-item:not(:last-of-type){margin-bottom:3.2rem}@media (min-width:992px){footer .footer-top .footer-top-wrapper .footer-menu .footer-menu-item:not(:last-of-type){margin-bottom:0}}footer .footer-top .footer-top-wrapper .footer-menu .footer-menu-item:hover .footer-menu-link{color:var(--danger)}footer .footer-top .footer-top-wrapper .footer-menu .footer-menu-item.active .footer-menu-link{color:var(--danger)}footer .footer-top .footer-top-wrapper .footer-menu .footer-menu-item .footer-menu-link{display:block;color:var(--primary);font-family:var(--body-font);font-size:1.6rem;font-style:normal;font-weight:500;line-height:100%;transition:0.3s linear}footer .footer-bottom{background-color:var(--danger);padding:1.6rem 0}@media (min-width:992px){footer .footer-bottom .footer-bottom-wrapper{display:flex;align-items:center;justify-content:space-between}}footer .footer-bottom .footer-bottom-wrapper .copyright{color:var(--secondary);text-align:center;font-family:var(--body-font);font-size:1.4rem;font-style:normal;font-weight:600;line-height:142.857%;margin-bottom:1.6rem}@media (min-width:992px){footer .footer-bottom .footer-bottom-wrapper .copyright{margin-bottom:0;line-height:100%}}footer .footer-bottom .footer-bottom-wrapper .static-menu{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}footer .footer-bottom .footer-bottom-wrapper .static-menu .static-menu-item:not(:last-of-type)::after{content:"|";margin:0 1.6rem;color:var(--secondary)}footer .footer-bottom .footer-bottom-wrapper .static-menu .static-menu-item .static-menu-link{color:var(--secondary);font-family:var(--body-font);font-size:1.4rem;font-style:normal;font-weight:600;line-height:100%}