*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}li{list-style-type:none}button{border:none;background:none}a{text-decoration:unset}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#333}::-webkit-scrollbar-thumb{background:#64a0e6}::-webkit-scrollbar-thumb:hover{background:#4a90e2}h1{font-size:2.8rem;line-height:1.15em}@media screen and (min-width:992px){h1{font-size:3rem}}.h2,h2{font-size:2.4rem;line-height:1.2em}@media screen and (max-width:768px){.h2,h2{font-size:2.2rem}}.h3,h3{font-size:1.6rem}.h4,h4{font-size:1.4rem}button{font-family:inherit;font-size:inherit}a,button,li,p,small,span{font-size:1.2rem;color:#333}span{font-size:inherit}.h1,.h2,.h3,.h4,h1,h2,h3,h4{color:#333}a{color:#4a90e2}body{background-color:#f5f5f5;position:relative;scroll-behavior:smooth}svg{fill:#4a90e2}input,textarea{padding:.5rem 1rem;border:1px solid #e0e0e0;border-radius:6px;font-size:16px;font-family:inherit}label{font-weight:700;margin-bottom:.5rem}.header-hat{display:block;width:-moz-fit-content;width:fit-content;background-color:#f5f5f5;border:1px solid #e0e0e0;padding:4px .5rem;border-radius:6px;color:#4a90e2;z-index:2}button{cursor:pointer}.swiper-button-next,.swiper-button-prev{background-color:#fff;border-radius:6px;color:#4a90e2;transition:all .3s ease}.swiper-button-next:after,.swiper-button-prev:after{transform:scale(.6);transition:transform .3s ease}.btn--primary,.swiper-button-next:hover,.swiper-button-prev:hover{background-color:#4a90e2;color:#fff}.btn--primary{display:block;border-radius:6px;padding:.5rem 1rem;text-decoration:none;width:-moz-fit-content;width:fit-content;white-space:nowrap}.vertical-hero-swipers{display:flex;gap:1rem;height:500px;transform:rotate(2deg)}.vertical-hero-swipers__left,.vertical-hero-swipers__right{width:100%;overflow:unset!important}.vertical-hero-swipers__left__big-slide,.vertical-hero-swipers__right__big-slide{height:300px;border-radius:6px}.vertical-hero-swipers__left__small-slide,.vertical-hero-swipers__right__small-slide{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;height:100px!important;background-color:#e9e9e9;border-radius:6px;border:1px solid #e0e0e0}.accordion__item__header{padding:1.5rem 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;width:100%!important;gap:1.5rem}.accordion__item__header span{color:#4a90e2}.accordion__item__content{height:0;opacity:0;overflow-y:auto;transition:all .25s ease}.accordion__item__content.--active{padding:1.5rem 0;height:-moz-fit-content;height:fit-content;max-height:400px;opacity:1}.accordion__item__content h4,.accordion__item__content p{margin-bottom:1rem}.hamburger{cursor:pointer;margin-left:1rem}.hamburger div{width:26px;height:4px;background-color:#4a90e2;margin:6px 0;transition:.4s;border-radius:6px}.hamburger.--active div:first-of-type{transform:translateY(10px) rotate(-45deg)}.hamburger.--active div:nth-of-type(2){opacity:0}.hamburger.--active div:nth-of-type(3){transform:translateY(-10px) rotate(45deg)}.mobile-nav-container{width:100%;position:absolute;left:100%;top:100%;z-index:50;transition:all .5s ease-in-out;background-color:#f5f5f5;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;box-shadow:0 0 5px 0 rgba(0,0,0,.1),0 0 1px 0 rgba(0,0,0,.1)}.mobile-nav-container__nav{width:100%;background-color:#e9e9e9}.mobile-nav-container__nav ul li{padding:1.5rem 0;display:flex;justify-content:center;align-items:center}.mobile-nav-container__nav ul li:not(:last-of-type){border-bottom:1px solid #e0e0e0}.mobile-nav-container__lower{display:flex;justify-content:space-around;align-items:center;border-top:1px solid #e0e0e0}.mobile-nav-container__lower__item{flex-grow:1;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.mobile-nav-container__lower__item:first-of-type{border-right:1px solid #e0e0e0}.mobile-nav-container.--active{left:0}@media(min-width:1370px){.mobile-nav-container{display:none}}.tabbed-explainer{display:flex;align-items:center;gap:2rem}@media screen and (min-width:992px){.tabbed-explainer{flex-direction:row-reverse}.tabbed-explainer__graphics,.tabbed-explainer__text{flex-basis:50%}}.tabbed-explainer__text{display:flex;flex-direction:column;gap:2rem}.tabbed-explainer__text__item{display:flex;align-items:center;gap:1rem}.tabbed-explainer__text__item>div:first-of-type{padding:.5rem;border-radius:50%;background-color:#4a90e2}.tabbed-explainer__text__item>div:first-of-type>div{background-color:#fff;width:10px;height:10px;border-radius:50%}.tabbed-explainer__text__item>div:nth-of-type(2) span{color:#fff;font-size:1.6rem}.tabbed-explainer__text__item>div:nth-of-type(2) p{margin-top:.5rem}.rotating-circle{width:150px;height:150px;align-items:center;justify-content:center}.rotating-circle img{position:absolute;animation:circleRotate 22s linear infinite}@keyframes circleRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rotating-circle button{z-index:2}.personal-card{border:1px solid #e0e0e0;border-radius:6px;background-color:#e9e9e9}.personal-card__about{padding:1.5rem;display:flex;justify-content:center;flex-direction:column;align-items:center;margin-left:auto;margin-right:auto;text-align:center}.personal-card__about h3{margin-top:.5rem;margin-bottom:.5rem}.personal-card__about h4{margin-bottom:.5rem;font-style:italic}.personal-card__about img{border-radius:50%}.personal-card__experience{padding:1.5rem;overflow-y:auto;height:600px}.personal-card__experience__item{display:flex;gap:1.5rem;margin-bottom:1.5rem}.personal-card__experience__item:not(:last-of-type)>div:first-of-type>div div{height:calc(100% + 1.5rem)}.personal-card__experience__item>div:first-of-type{display:flex;gap:1.5rem}.personal-card__experience__item>div:first-of-type>span{width:50px}.personal-card__experience__item>div:first-of-type>div{display:flex;flex-direction:column;align-items:center;padding-top:5px;position:relative}.personal-card__experience__item>div:first-of-type>div span{border-radius:50%;display:block;width:10px;height:10px;background-color:#4a90e2}.personal-card__experience__item>div:first-of-type>div div{position:absolute;width:2px;background-image:linear-gradient(180deg,#4A90E2,#f5f5f5)}.personal-card__contact{padding:1.5rem;height:451px}.personal-card__contact ul{margin-top:1.5rem}.personal-card__contact ul li{display:flex;align-items:center;gap:.5rem}.personal-card__contact ul li:not(:last-of-type){margin-bottom:.5rem}.personal-card__contact ul li div{padding:.5rem;background-color:#fff;border-radius:6px}.personal-card nav{border-top:1px solid #e0e0e0}.personal-card nav ul{display:grid;grid-template-columns:1fr 1fr 1fr}.personal-card nav ul li:first-of-type button{border-bottom-left-radius:6px}.personal-card nav ul li:last-of-type button{border-bottom-right-radius:6px}.personal-card nav ul li button{padding:1rem;text-align:center;width:100%;height:100%;cursor:pointer}.personal-card nav ul li button:hover{background-color:#4a90e2;color:#fff}.personal-card nav ul li button.--active{border-bottom:4px inset #4a90e2}.swiper-image-carousel .swiper-slide img{border-radius:6px}.swiper-image-carousel .swiper-slide span{position:absolute;bottom:1.5rem;left:1.5rem;background-color:#f5f5f5;padding:.5rem 1rem;border-radius:6px;color:#4a90e2}.marquee-container{overflow:hidden;padding:2rem 0;background-color:#4a90e2}.marquee-container__marquee{display:flex;flex-wrap:nowrap;gap:2rem}.marquee-container__marquee span{white-space:nowrap;font-size:1.6rem;font-style:italic}.marquee-container__marquee span:nth-child(2n){color:#f5f5f5}.marquee-container__marquee span:nth-child(odd){color:#fff}.swiper{overflow:unset!important;overflow-x:clip!important}.swiper .swiper-slide{width:-moz-fit-content;width:fit-content}.product-card{border-radius:6px}.product-card__image{position:relative;height:250px}.product-card__image img{border-top-left-radius:6px;border-top-right-radius:6px}.product-card__image span{background-color:#e9e9e9;padding:6px;border-radius:6px;font-size:14px}.product-card__image span:not(:first-of-type){margin-left:.5rem}.product-card__image .bundle-badge{top:.5rem;left:.5rem;position:absolute;z-index:2}.product-card__image .badge-container{top:.5rem;right:.5rem;position:absolute;z-index:2;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.product-card__details{display:flex;flex-direction:column;padding:.5rem}.product-card__details__price{margin-left:auto}.product-card__details__price.--sale{text-decoration:line-through}.peer-review-card{padding:1.5rem;border:1px solid #e0e0e0;border-radius:6px;display:flex;flex-direction:column;background-color:#e9e9e9;min-height:450px}.peer-review-card>p{height:160px;overflow:hidden;position:relative}.peer-review-card>p:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(transparent 60%,#E9E9E9)}.peer-review-card__read-more-container{padding:.5rem;display:flex;justify-content:flex-end}.peer-review-card__read-more-container button:hover{color:#4a90e2}.peer-review-card__reviewer{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;flex:1 1}.peer-review-card__reviewer__image-name{display:flex;align-items:center;gap:.5rem}.peer-review-card__reviewer__image-name img{border-radius:50%}.peer-review-card__reviewer__roles span span{color:#4a90e2}.peer-review-card__reviewer__links{display:flex;align-items:center;gap:1.5rem}.vertical-usps-marquee{height:40px;position:-webkit-sticky;position:sticky;top:0;overflow:hidden;z-index:9999;border-bottom:1px solid #e0e0e0;background-color:#f5f5f5}.vertical-usps-marquee__item{height:40px;line-height:40px;text-align:center;white-space:nowrap;position:absolute;font-style:italic;width:100%;left:0;animation:slideUp 12s infinite;opacity:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.vertical-usps-marquee__item svg{fill:#4a90e2}.vertical-usps-marquee__item:first-child{animation-delay:-4s;top:0;opacity:1}.vertical-usps-marquee__item:nth-child(2){animation-delay:0s}.vertical-usps-marquee__item:nth-child(3){animation-delay:4s}@keyframes slideUp{0%,33.33%{top:40px;opacity:0}36.33%,63.33%{top:0;opacity:1}66.33%,to{top:-40px;opacity:0}}@media screen and (min-width:768px){.vertical-usps-marquee{display:flex;justify-content:space-evenly}.vertical-usps-marquee__item{position:static;animation:unset;opacity:unset}}.header>div:first-of-type{display:flex;justify-content:space-between;align-items:center;padding:2rem 8%;position:relative;border-bottom:1px solid #e0e0e0;overflow-x:clip}@media screen and (max-width:768px){.header>div:first-of-type img{width:225px;height:45px}}.header>div:first-of-type>a:first-of-type{display:none}@media screen and (min-width:1200px){.header>div:first-of-type>a:first-of-type{display:unset}}.header__desktop-nav{display:none}.header__desktop-nav ul{grid-template-columns:repeat(7,1fr);border-bottom:1px solid #e0e0e0}.header__desktop-nav ul li{background-color:#e9e9e9}.header__desktop-nav ul li.active{background-color:#4a90e2}.header__desktop-nav ul li.active a{color:#fff!important}.header__desktop-nav ul li a{display:block;padding:1rem 0;border-right:1px solid #e0e0e0;text-align:center;text-decoration:unset;transition:all .3s ease;font-weight:700;box-shadow:inset -10px 0 15px -10px rgba(0,0,0,.2),inset -2px 0 5px -1px rgba(0,0,0,.1)}.header__desktop-nav ul li a:hover{box-shadow:inset -10px 0 15px -10px rgba(0,0,0,.3),inset -2px 0 5px -1px rgba(0,0,0,.2)}@media(min-width:1370px){.header__desktop-nav{display:unset}.header__desktop-nav ul{display:grid}}.header__actions{display:flex;justify-content:space-between;align-items:center}.header__actions>a{text-decoration:underline}.header__actions__book-consultation{display:none;text-decoration:none!important}@media screen and (min-width:768px){.header__actions__book-consultation{display:unset}}@media screen and (min-width:1200px){.header__actions a{display:flex;align-items:center;gap:.5rem}}@media(min-width:1370px){.header .hamburger{display:none}}.footer{padding:5% 8% 0}.footer__bottom,.footer__top{display:flex;flex-direction:column}.footer__bottom__nav,.footer__bottom__socials,.footer__top__nav,.footer__top__socials{display:flex;align-items:center;gap:1.5rem}@media(min-width:1600px){.footer__bottom,.footer__top{flex-direction:row;justify-content:space-between}}.footer__top{margin-bottom:1.5rem;gap:1.5rem}.footer__top__nav ul{display:flex;flex-direction:column;gap:1rem}.footer__top__nav ul li{white-space:nowrap}@media(min-width:1600px){.footer__top__nav ul{flex-direction:row;justify-content:space-between}}.footer__top__socials a{background-color:#e9e9e9;border:1px solid #e0e0e0;border-radius:50%;padding:.5rem;display:flex;align-items:center}.footer__bottom{padding:1rem 0;border-top:1px solid #e0e0e0}.footer__bottom>div a{font-size:small}.footer__bottom>div a:first-of-type{margin-right:1rem}.footer__bottom>small{margin-top:.5rem;font-size:small}@media screen and (min-width:1200px){.footer__bottom>small{margin-top:unset}}.homepage__section1{display:flex;flex-direction:column;gap:2rem;padding:5% 8%;overflow:hidden;background-image:url(/images/buildings-4.png);background-repeat:no-repeat;background-size:cover;position:relative;align-items:center}@media screen and (min-width:992px){.homepage__section1{flex-direction:row;justify-content:space-evenly;align-items:center}}.homepage__section1:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(180deg,transparent,#f5f5f5);z-index:1;pointer-events:none}.homepage__section1__col1{max-width:600px;flex-basis:50%;z-index:2}.homepage__section1__col1 h1{margin-top:.5rem}.homepage__section1__col1>p{margin:1.5rem 0}.homepage__section1__col1__reviews{display:flex;flex-direction:column;gap:.5rem}.homepage__section1__col1__reviews>a{display:flex;align-items:center;gap:1rem;border:1px solid #e0e0e0;border-radius:6px;padding:.5rem;width:-moz-fit-content;width:fit-content;background-color:#f5f5f5}.homepage__section1__col1__reviews>a>div{display:flex;align-items:center}.homepage__section1__col1__reviews>a>div svg{fill:gold!important}.homepage__section1__col2{max-width:600px}.homepage__section1__col2 img{width:100%;max-width:450px;max-height:600px;object-fit:cover;object-position:top;border-radius:6px;border:1px solid #e0e0e0}.homepage__section2{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;padding:5% 8%}.homepage__section2>div{padding:1rem;border:1px solid #e0e0e0;border-radius:6px;background-color:#e9e9e9}.homepage__section2>div h3{margin:.5rem 0 1rem}@media screen and (min-width:768px){.homepage__section2{grid-template-columns:1fr 1fr}}@media screen and (min-width:992px){.homepage__section2{grid-template-columns:repeat(4,1fr)}}.homepage__section3{display:flex;flex-direction:column;gap:1.5rem;padding:5% 0;background-image:url(/images/buildings-1.png);background-repeat:no-repeat;background-size:cover;position:relative}.homepage__section3:before{top:0;height:80px;background:linear-gradient(0deg,transparent,#f5f5f5)}.homepage__section3:after,.homepage__section3:before{content:"";position:absolute;left:0;width:100%;z-index:1;pointer-events:none}.homepage__section3:after{bottom:0;height:100px;background:linear-gradient(180deg,transparent,#f5f5f5)}.homepage__section3__col1{padding:5% 8%}.homepage__section3__col1 h2{margin-top:.5rem;margin-bottom:1.5rem}.homepage__section3__col1__usps{margin:1.5rem 0;display:flex;flex-direction:column;gap:1rem}.homepage__section3__col1__usps>div h4{margin-bottom:.5rem}.homepage__section3__col2{position:relative;height:500px}@media screen and (min-width:992px){.homepage__section3__col2 img{border-top-right-radius:6px;border-bottom-right-radius:6px}.homepage__section3__col2__absolute-cta{display:unset}.homepage__section3{flex-direction:row-reverse;gap:unset}.homepage__section3__col1,.homepage__section3__col2{flex-basis:50%;height:unset}.homepage__section3__col1__usps{flex-direction:row}}.homepage__section4{display:flex;flex-direction:column;gap:1.5rem;padding:5% 0;z-index:1;background-image:url(/images/buildings-1.png);background-repeat:no-repeat;background-size:cover;position:relative}.homepage__section4:before{top:0;background:linear-gradient(0deg,transparent,#f5f5f5)}.homepage__section4:after,.homepage__section4:before{content:"";position:absolute;left:0;width:100%;height:80px;z-index:1;pointer-events:none}.homepage__section4:after{bottom:0;background:linear-gradient(180deg,transparent,#f5f5f5)}.homepage__section4__col1{padding:5% 8%}.homepage__section4__col1 h2{margin-top:.5rem;margin-bottom:1.5rem}.homepage__section4__col1__usps-list{margin:1.5rem 0}.homepage__section4__col1__usps-list li{display:flex;align-items:center;gap:.5rem}.homepage__section4__col1__usps-list li:not(:last-of-type){margin-bottom:1rem}.homepage__section4__col2{position:relative;height:500px}@media screen and (min-width:992px){.homepage__section4__col2 img{border-top-left-radius:6px;border-bottom-left-radius:6px}.homepage__section4{flex-direction:row;gap:unset}.homepage__section4__col1,.homepage__section4__col2{flex-basis:50%;height:unset}}.homepage__section5{padding:5% 8%}.homepage__section5__usp-container{border:1px solid #e0e0e0;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;background-color:#e9e9e9;border-radius:6px;padding:1.5rem}@media screen and (min-width:576px){.homepage__section5__usp-container{grid-template-columns:1fr 1fr}}@media screen and (min-width:992px){.homepage__section5__usp-container{grid-template-columns:repeat(4,1fr)}}.homepage__section5__usp-container>div{padding:1.5rem;display:flex;flex-direction:column;align-items:center}.homepage__section5__usp-container>div>span:first-of-type{font-size:42px;color:#333;width:120px;text-align:center;margin:.5rem 0}.homepage__section5__usp-container>div>span:nth-of-type(2){color:#333}.homepage #lower-particle-wrapper{position:relative}.homepage__section6{padding:5% 8%}.homepage__section6:before{content:"";position:absolute;top:0;left:0;width:100%;height:80px;background:linear-gradient(0deg,transparent,#f5f5f5);z-index:1;pointer-events:none}.homepage__section6__top{display:flex;flex-direction:column;gap:.5rem;align-items:center;margin-bottom:2rem}.homepage__section6__usps-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media screen and (min-width:576px){.homepage__section6__usps-grid{grid-template-columns:1fr 1fr}}@media screen and (min-width:992px){.homepage__section6__usps-grid{grid-template-columns:repeat(3,1fr)}}.homepage__section6__usps-grid>div{background-color:#e9e9e9;border:1px solid #e0e0e0;border-radius:6px;padding:1.5rem;text-align:center;z-index:2}.homepage__section6__usps-grid>div h3{margin-top:.5rem;margin-bottom:1rem}.homepage__section6__usps-grid>div p{margin-bottom:1rem}.homepage__section7{padding:5% 8%}.homepage__section7 h2{text-align:center}.homepage__section7 .swiper .swiper-slide{max-width:400px}.homepage__section7>div:first-of-type{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.homepage__section7:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(180deg,transparent,#f5f5f5);z-index:1;pointer-events:none}.close-protection__section1{padding:8%;border-bottom:1px solid #e0e0e0;background-image:url(/images/blazer-tighten.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.close-protection__section1 h1{background-color:#f5f5f5;padding:1rem;border-radius:6px;width:-moz-fit-content;width:fit-content;visibility:hidden}.close-protection__section2{padding:5% 8% 0}.close-protection__section2 h2{max-width:750px;padding-bottom:50px;border-bottom:1px solid #e0e0e0}.close-protection__section3{display:flex;flex-direction:column;gap:1.5rem;background-image:url(/images/buildings-3.png);background-repeat:no-repeat;background-size:cover;position:relative;padding:5% 0 0}.close-protection__section3:before{content:"";position:absolute;top:0;left:0;width:100%;height:80px;background:linear-gradient(0deg,transparent,#f5f5f5);z-index:1;pointer-events:none}.close-protection__section3__col1{padding:5% 8%}.close-protection__section3__col1 h2{margin-top:.5rem;margin-bottom:1.5rem}.close-protection__section3__col1__icon-usps{margin-top:1.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.close-protection__section3__col1__icon-usps>div{display:flex;flex-direction:column;gap:1rem}.close-protection__section3__col1__icon-usps>div p{color:#4a90e2}.close-protection__section3__col2{position:relative;height:500px}@media screen and (min-width:992px){.close-protection__section3{flex-direction:row;padding-bottom:unset;align-items:center}.close-protection__section3:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(180deg,transparent,#f5f5f5);z-index:1;pointer-events:none}.close-protection__section3__col2 img{border-top-left-radius:6px;border-bottom-left-radius:6px}.close-protection__section3__col1,.close-protection__section3__col2{flex-basis:50%}}.close-protection__section4{padding:5% 8%;display:flex;flex-direction:column;align-items:center;gap:50px;justify-content:space-evenly;text-align:center}.close-protection__section4 h2{color:#4a90e2}@media screen and (min-width:768px){.close-protection__section4{flex-direction:row}}.close-protection__section5{display:flex;flex-direction:column;gap:1.5rem;padding:5% 0;background-image:url(/images/buildings-2.png);background-repeat:no-repeat;background-size:cover;position:relative}.close-protection__section5:before{top:0;background:linear-gradient(0deg,transparent,#f5f5f5)}.close-protection__section5:after,.close-protection__section5:before{content:"";position:absolute;left:0;width:100%;height:80px;z-index:1;pointer-events:none}.close-protection__section5:after{bottom:0;background:linear-gradient(180deg,transparent,#f5f5f5)}.close-protection__section5__col1{padding:5% 8%}.close-protection__section5__col1 h2{margin-top:.5rem;margin-bottom:1.5rem}.close-protection__section5__col1__usps{display:flex;gap:1.5rem;margin-top:1.5rem}.close-protection__section5__col1__usps>div h4{margin-top:.5rem;margin-bottom:1rem;color:#4a90e2}.close-protection__section5__col2{position:relative;min-height:500px}@media screen and (min-width:992px){.close-protection__section5{flex-direction:row-reverse;gap:unset}.close-protection__section5__col1,.close-protection__section5__col2{flex-basis:50%;height:unset}.close-protection__section5__col2 img{border-top-right-radius:6px;border-bottom-right-radius:6px}.close-protection__section5__col1__usps{flex-direction:row}}.close-protection__section6{display:flex;flex-direction:column;gap:1.5rem;padding:5% 0}.close-protection__section6__col2{position:relative;min-height:500px}.close-protection__section6__col1{padding:5% 8%}.close-protection__section6__col1 h2{margin-top:.5rem;margin-bottom:1.5rem}.close-protection__section6__col1__usps{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.close-protection__section6__col1__usps>div h4{margin-bottom:1rem;color:#4a90e2}@media screen and (min-width:992px){.close-protection__section6{flex-direction:row;gap:unset}.close-protection__section6__col1,.close-protection__section6__col2{flex-basis:50%;height:unset}.close-protection__section6__col2 img{border-top-left-radius:6px;border-bottom-left-radius:6px}}.close-protection__section7{padding:5% 8% 0}.stunt-choreography__section1{padding:8%;border-bottom:1px solid #e0e0e0;background-image:url(/images/camera-studio.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.stunt-choreography__section1 h1{background-color:#f5f5f5;padding:1rem;border-radius:6px;width:-moz-fit-content;width:fit-content;visibility:hidden}.stunt-choreography__section2{padding:5% 8%;gap:2rem;display:flex;flex-direction:column;gap:1.5rem;background-image:url(/images/action-shot.png);background-repeat:no-repeat;background-size:cover;position:relative}.stunt-choreography__section2:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(180deg,transparent,#f5f5f5);z-index:1;pointer-events:none}@media screen and (min-width:992px){.stunt-choreography__section2{flex-direction:row;justify-content:space-evenly}.stunt-choreography__section2__col1{position:-webkit-sticky;position:sticky;top:50px}}.stunt-choreography__section2__col1{height:100%;flex-basis:50%;height:-moz-fit-content;height:fit-content}.stunt-choreography__section2__col1>h2{margin-bottom:1.5rem;margin-top:.5rem}.stunt-choreography__section2__col1 p,.stunt-choreography__section2__col1>div{max-width:550px}.stunt-choreography__section2__col1__icon-usps{margin-top:1.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.stunt-choreography__section2__col1__icon-usps>div{display:flex;flex-direction:column;gap:1rem}.stunt-choreography__section2__col1__icon-usps>div p{color:#4a90e2}.stunt-choreography__section2__col2{flex-basis:30%}.stunt-choreography__section2__col2 .personal-card{margin-left:auto;margin-right:auto;margin-bottom:1.5rem}.stunt-choreography__section2__col2__stats{margin-left:auto;margin-right:auto;border:1px solid #e0e0e0;padding:1.5rem;border-radius:6px;background-color:#e9e9e9}.stunt-choreography__section2__col2__stats ul li:first-of-type{padding-bottom:1rem}.stunt-choreography__section2__col2__stats ul li:last-of-type{padding-top:1rem}.stunt-choreography__section2__col2__stats ul li:not(:first-of-type):not(:last-of-type){padding:1rem 0}.stunt-choreography__section2__col2__stats ul li{display:flex;align-items:center;justify-content:space-between}.stunt-choreography__section2__col2__stats ul li:not(:last-of-type){border-bottom:1px solid #e0e0e0}.stunt-choreography__section3{padding:5% 8%}.stunt-choreography__section3 .swiper-slide{width:100%;max-width:560px}.stunt-choreography__section3 iframe{border-radius:6px;width:inherit}.violence-prevention__section1{padding:8%;border-bottom:1px solid #e0e0e0;background-image:url(/images/julien-teaching-sia-course.jpeg);background-position:center top -80px;background-repeat:no-repeat;background-size:cover}.violence-prevention__section1 h1{background-color:#f5f5f5;padding:1rem;border-radius:6px;width:-moz-fit-content;width:fit-content;visibility:hidden}.violence-prevention__section2{display:flex;flex-direction:column;gap:1.5rem;background-image:url(/images/buildings-3.png);background-repeat:no-repeat;background-size:cover;position:relative;padding:5% 0 0}.violence-prevention__section2__col1{padding:5% 8%}.violence-prevention__section2__col1 h2{margin-top:.5rem;margin-bottom:1.5rem}.violence-prevention__section2__col1__offer-usps{margin-top:1.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.violence-prevention__section2__col1__offer-usps>div{display:flex;flex-direction:column;gap:1rem}.violence-prevention__section2__col1__offer-usps>div h3,.violence-prevention__section2__col1__offer-usps>div p{color:#4a90e2}.violence-prevention__section2__col2{position:relative;height:500px}@media screen and (min-width:992px){.violence-prevention__section2{flex-direction:row;padding-bottom:unset;align-items:center}.violence-prevention__section2:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(180deg,transparent,#f5f5f5);z-index:1;pointer-events:none}.violence-prevention__section2__col2 img{border-top-left-radius:6px;border-bottom-left-radius:6px}.violence-prevention__section2__col1,.violence-prevention__section2__col2{flex-basis:50%}}.violence-prevention__section4{padding:5% 8%;gap:1.5rem}.violence-prevention__section4>h2,.violence-prevention__section4>p{text-align:center}.violence-prevention__section4>p{max-width:1000px;margin:1.5rem auto}.violence-prevention__section4 .accordion{max-width:1000px;margin:0 auto}.violence-prevention__section4 .accordion__item__header{display:flex;align-items:center}.violence-prevention__section4 .accordion__item__header>span{display:flex;align-items:center;gap:1rem}.violence-prevention__section4 .accordion__item__header>span>span{display:block;background-color:#4a90e2;padding:.5rem;color:#fff;border-radius:6px}.violence-prevention__section5{display:flex;flex-direction:column;gap:1.5rem;padding:5% 0;background-image:url(/images/buildings-2.png);background-repeat:no-repeat;background-size:cover;position:relative}.violence-prevention__section5:before{top:0;background:linear-gradient(0deg,transparent,#f5f5f5)}.violence-prevention__section5:after,.violence-prevention__section5:before{content:"";position:absolute;left:0;width:100%;height:80px;z-index:1;pointer-events:none}.violence-prevention__section5:after{bottom:0;background:linear-gradient(180deg,transparent,#f5f5f5)}.violence-prevention__section5__col1{padding:5% 8%}.violence-prevention__section5__col1 h2{margin-top:.5rem;margin-bottom:1.5rem}.violence-prevention__section5__col1 h4,.violence-prevention__section5__col1 p{margin-bottom:1.5rem}.violence-prevention__section5__col2{position:relative}@media screen and (min-width:992px){.violence-prevention__section5{flex-direction:row-reverse;gap:unset}.violence-prevention__section5__col1,.violence-prevention__section5__col2{flex-basis:50%;height:unset}.violence-prevention__section5__col2 img{border-top-right-radius:6px;border-bottom-right-radius:6px}}.violence-prevention__section6{padding:5% 8%}.violence-prevention__section6>div{display:flex;flex-direction:column;align-items:center;gap:2rem;justify-content:space-between;max-width:1000px;margin-left:auto;margin-right:auto}@media screen and (min-width:992px){.violence-prevention__section6>div{flex-direction:row}}.violence-prevention__section6>div strong{color:#4a90e2}.violence-prevention__section6>div p{font-size:1.4rem}@keyframes fadeInHoldFadeOut{0%{opacity:0;transform:translateX(100%)}12.5%{opacity:1;transform:translateX(0)}87.5%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.uk-threat-level{position:fixed;right:1.5rem;bottom:1.5rem;background-color:#f5f5f5;border:1px solid red;padding:1.5rem;border-radius:6px;box-shadow:0 0 5px 0 rgba(0,0,0,.1),0 0 1px 0 rgba(0,0,0,.1);opacity:0;animation:fadeInHoldFadeOut 6s ease-out forwards;z-index:5}.uk-threat-level>div{display:flex;align-items:center;gap:.5rem;justify-content:center;margin-bottom:.5rem}.uk-threat-level>div span{font-size:1.4rem;color:red}.uk-threat-level img,.uk-threat-level svg{fill:red}.contact__section1{padding:8%;border-bottom:1px solid #e0e0e0;background-image:url(/images/contact-stock.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.contact__section1 h1{background-color:#f5f5f5;padding:1rem;border-radius:6px;width:-moz-fit-content;width:fit-content;visibility:hidden}.contact__section2{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:5% 8%;background-image:url(/images/hands.png);background-repeat:no-repeat;background-size:cover;position:relative}.contact__section2:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(180deg,transparent,#f5f5f5);z-index:1;pointer-events:none}.contact__section2__col1{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:800px}.contact__section2__col1 h2{margin-top:.5rem;margin-bottom:1.5rem}.contact__section2__col1 h2,.contact__section2__col1 p{text-align:center}.contact__section2__col1__grid{margin-top:1.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.contact__section2__col1__grid>div{display:flex;align-items:center;gap:1rem}@media screen and (max-width:768px){.contact__section2__col1__grid>div{flex-direction:column;align-items:unset}}.contact__section2__col1__grid>div>div:first-of-type{background-color:#f5f5f5;border-radius:6px;padding:.5rem;width:-moz-fit-content;width:fit-content;display:flex;align-items:center}.contact__section2__col1__grid>div>div:nth-of-type(2) h3{margin-bottom:.5rem}.contact__section3,.legals-page{padding:5% 8%}.legals-page{max-width:1200px}.legals-page__header{padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.legals-page__header h1{margin-bottom:1.5rem}.legals-page h2{font-size:1.6rem!important;margin:1rem 0}.legals-page ul{margin-top:1rem}.legals-page ul li{list-style-type:disc;list-style-position:inside}.nengenharia__section1{display:flex;flex-direction:column;align-items:center;justify-content:center;background-image:url(/images/nengenharia-background.jpg);background-repeat:no-repeat;background-size:cover;background-position:top;position:relative;padding:5% 8% 0}.nengenharia__section1:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(180deg,transparent,#f5f5f5);z-index:1;pointer-events:none}@media(min-width:1250px){.nengenharia__section1{flex-direction:row}.nengenharia__section1>div:first-of-type{margin-bottom:unset}}.nengenharia__section1>div:first-of-type{display:flex;flex-direction:column;margin-bottom:5%}.nengenharia__section1>div:first-of-type:first-of-type{max-width:700px}.nengenharia__section1>div:first-of-type:first-of-type h1{max-width:600px;margin-top:.5rem;margin-bottom:1.5rem}.nengenharia__section1>div:first-of-type:first-of-type h1 span{color:#4a90e2}.nengenharia__section1>div:first-of-type:first-of-type>div{display:grid;grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem;margin-top:1.5rem}.nengenharia__section1>div:first-of-type:first-of-type>div>div{display:flex;gap:.5rem;align-items:center}.nengenharia__section1>div:first-of-type:first-of-type>div>div p{color:#4a90e2}@media screen and (min-width:768px){.nengenharia__section1>div:first-of-type:first-of-type>div{grid-template-columns:1fr 1fr}}.nengenharia__grid{padding:5% 8%;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;width:100%}.nengenharia__section4 h2{text-align:center}.nengenharia__section4 h2 span{color:#4a90e2}.nengenharia__section4__grid{padding:5% 8%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;grid-template-areas:"img1 img2 img3" "img4 img5 img6";grid-gap:.5rem;gap:.5rem;margin:0 auto}.nengenharia__section4__grid>div:first-child{grid-area:img1}.nengenharia__section4__grid>div:nth-child(2){grid-area:img2}.nengenharia__section4__grid>div:nth-child(3){grid-area:img3}.nengenharia__section4__grid>div:nth-child(4){grid-area:img4}.nengenharia__section4__grid>div:nth-child(5){grid-area:img5}.nengenharia__section4__grid>div:nth-child(6){grid-area:img6}.nengenharia__section4__grid>div img{width:100%;height:400px;object-fit:cover;display:block}@media(max-width:650px){.nengenharia__section4__grid{grid-template-columns:repeat(2,1fr);grid-template-areas:"img1 img2" "img3 img4" "img5 img6"}.nengenharia__section4__grid>div img{height:160px}}@media(max-width:450px){.nengenharia__section4__grid{grid-template-columns:1fr;grid-template-areas:"img1" "img2" "img3" "img4" "img5" "img6";max-width:320px}.nengenharia__section4__grid>div img{height:200px}}.tactical-courses__section1{padding:8%;border-bottom:1px solid #e0e0e0;background-image:url(/images/tactical-courses-hero.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover}.tactical-courses__section1 h1{background-color:#f5f5f5;padding:1rem;border-radius:6px;width:-moz-fit-content;width:fit-content;visibility:hidden}.tactical-courses__section2{padding:5% 8% 0}.tactical-courses__section2 p{margin-top:1.5rem;max-width:750px;padding-bottom:50px;border-bottom:1px solid #e0e0e0}.tactical-courses__section3{display:flex;flex-direction:column;gap:1.5rem;background-image:url(/images/buildings-3.png);background-repeat:no-repeat;background-size:cover;position:relative;padding:5% 0 0}.tactical-courses__section3:before{content:"";position:absolute;top:0;left:0;width:100%;height:80px;background:linear-gradient(0deg,transparent,#f5f5f5);z-index:1;pointer-events:none}.tactical-courses__section3__col1{padding:5% 8%}.tactical-courses__section3__col1 h2{margin-top:.5rem;margin-bottom:1.5rem}.tactical-courses__section3__col1__icon-usps{margin-top:1.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.tactical-courses__section3__col1__icon-usps>div{display:flex;flex-direction:column;gap:1rem}.tactical-courses__section3__col1__icon-usps>div p{color:#4a90e2}.tactical-courses__section3__col2{position:relative;height:500px}@media screen and (min-width:992px){.tactical-courses__section3{flex-direction:row;padding-bottom:unset;align-items:center}.tactical-courses__section3:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(180deg,transparent,#f5f5f5);z-index:1;pointer-events:none}.tactical-courses__section3__col2 img{border-top-left-radius:6px;border-bottom-left-radius:6px}.tactical-courses__section3__col1,.tactical-courses__section3__col2{flex-basis:50%}}.tactical-courses__section4{padding:5% 8%;display:flex;flex-direction:column;align-items:center;gap:50px;justify-content:space-evenly;text-align:center}.tactical-courses__section4 h2{color:#4a90e2}@media screen and (min-width:768px){.tactical-courses__section4{flex-direction:row}}.tactical-courses__section5{display:flex;flex-direction:column;gap:1.5rem;padding:5% 8%;background-image:url(/images/buildings-2.png);background-repeat:no-repeat;background-size:cover;position:relative}.tactical-courses__section5:before{top:0;background:linear-gradient(0deg,transparent,#f5f5f5)}.tactical-courses__section5:after,.tactical-courses__section5:before{content:"";position:absolute;left:0;width:100%;height:80px;z-index:1;pointer-events:none}.tactical-courses__section5:after{bottom:0;background:linear-gradient(180deg,transparent,#f5f5f5)}.tactical-courses__section5__col1{flex-basis:50%}.tactical-courses__section5__col1 h2{margin-top:.5rem;margin-bottom:1.5rem}.tactical-courses__section5__col1 p{margin-bottom:1rem}.tactical-courses__section5__col1 ul li:not(:last-of-type){margin-bottom:.5rem}.tactical-courses__section5__col2{position:relative;flex-basis:50%}.tactical-courses__section5__col2 img{display:block;margin:0 auto;max-width:100%}@media screen and (min-width:992px){.tactical-courses__section5{flex-direction:row;align-items:center;gap:unset}.tactical-courses__section5__col1,.tactical-courses__section5__col2{flex-basis:50%;height:unset}.tactical-courses__section5__col2 img{border-top-right-radius:6px;border-bottom-right-radius:6px}.tactical-courses__section5__col1__usps{flex-direction:row}}.tactical-courses__section5 h3,.tactical-courses__section5 ul{margin-bottom:1.5rem}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9329b4c88e9a4c65-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9f0283fb0a17d415-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b23d6f79e2f70fe0-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/15654ee4be496d3b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3ccba4c07802ced8-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f87b4cd8ba51c436-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a88c13d5f58b71d4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9329b4c88e9a4c65-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9f0283fb0a17d415-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b23d6f79e2f70fe0-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/15654ee4be496d3b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3ccba4c07802ced8-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f87b4cd8ba51c436-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a88c13d5f58b71d4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Slab Fallback;src:local("Times New Roman");ascent-override:89.69%;descent-override:23.20%;line-gap-override:0.00%;size-adjust:116.83%}.__className_ca60d3{font-family:Roboto Slab,Roboto Slab Fallback;font-style:normal}.__variable_ca60d3{--font-roboto-slab:"Roboto Slab","Roboto Slab Fallback"}