.performance-services-page{width:100%;margin-top:80px}.portfolioWrapper{position:relative;width:100%;overflow:hidden;background-color:#1a1a1a}.portfolioWrapper .arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;border:none;font-size:2rem;cursor:pointer;padding:10px;background-color:rgba(0,0,0,0);color:#fff}.portfolioWrapper .arrow.left{left:10px}.portfolioWrapper .arrow.right{right:10px}.portfolioWrapper .arrow:hover{color:#ccc}.portfolio{width:100%;height:93vh;overflow:hidden}.portfolioTrack{display:flex;width:100%}@media(max-width:1200px){.portfolioTrack{width:137.5%}}@media(max-width:900px){.portfolioTrack{width:200%}}@media(max-width:620px){.portfolioTrack{width:400%}}.portfolioItem{flex:0 0 25%;height:93vh;background:#d3d3d3;display:flex;justify-content:center;align-items:center;font-size:2rem;transition:flex-basis .5s}.portfolioItem:hover{flex-basis:33%}@media(max-width:1200px){.portfolioItem:hover{flex-basis:25%!important}}.itemsWrapper{width:100%;height:100%;background-color:rgba(19,19,19,.44);transition:.5s;position:relative}.itemsWrapper>img{width:100%;height:100%;object-fit:cover}.itemsWrapper>.bottomInfoWrapper{width:100%;height:0;background:rgba(0,0,0,0);position:absolute;bottom:0;z-index:10;transition:.5s;display:flex;align-items:center;justify-content:center;overflow:hidden;gap:40px}.itemsWrapper>.bottomInfoWrapper>h2{color:#cacaca;font-family:Oswald,sans-serif;font-size:2rem}.itemsWrapper:hover{background-color:rgba(0,0,0,0)}@media(max-width:1200px){.itemsWrapper:hover{background-color:rgba(19,19,19,.44)}}.itemsWrapper:hover .bottomInfoWrapper{background:linear-gradient(0deg,rgba(0,0,0,.77),rgba(0,0,0,.61) 57%,rgba(0,0,0,0));transition:.5s;height:300px}.ourTeam{width:100%;height:auto;padding:20px 10%;background-color:#1a1a1a;display:flex;flex-direction:column}@media(max-width:800px){.ourTeam{padding:20px 5%}}@media(max-width:520px){.ourTeam{padding:20px 2%}}.ourTeam .teamHeader{width:100%;height:10%;display:flex;align-items:center;justify-content:space-between}@media(max-width:730px){.ourTeam .teamHeader{flex-direction:column}}.ourTeam .teamHeader>h2{font-size:32px;text-transform:uppercase;font-family:Oswald,sans-serif;font-weight:500;color:rgba(0,0,0,0);background-image:linear-gradient(180deg,#ff5252,rgba(0,0,0,.48));background-clip:text;-webkit-background-clip:text}@media(max-width:1110px){.ourTeam .teamHeader>h2{font-size:26px}}@media(max-width:880px){.ourTeam .teamHeader>h2{font-size:20px}}.ourTeam .teamHeader>.catalogMenu{width:60%;height:50px}.ourTeam .teamHeader>.catalogMenu>ul{width:100%;height:100%;display:flex;align-items:center;gap:40px;justify-content:flex-end}@media(max-width:730px){.ourTeam .teamHeader>.catalogMenu>ul{justify-content:center}}@media(max-width:400px){.ourTeam .teamHeader>.catalogMenu>ul{gap:20px}}.ourTeam .teamHeader>.catalogMenu>ul>li{color:#cacaca;font-family:Roboto,sans-serif;font-size:18px;font-weight:500;cursor:pointer;transition:.5s}@media(max-width:400px){.ourTeam .teamHeader>.catalogMenu>ul>li{font-size:14px}}.ourTeam .teamHeader>.catalogMenu>ul>.active,.ourTeam .teamHeader>.catalogMenu>ul>li:hover{color:#ff5252}.ourTeam .teamBody{width:100%;max-height:1040px;overflow-y:scroll}.ourTeam .teamBody::-webkit-scrollbar{width:5px}.ourTeam .teamBody::-webkit-scrollbar-thumb{width:5px;background-color:hsla(0,0%,100%,.565);border-radius:8px}.teamItems{width:100%;padding:1rem;background-color:#1a1a1a;color:#fff;min-height:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;justify-content:center}@media(max-width:1024px){.teamItems{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.teamItems{grid-template-columns:1fr}}.teamItem{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border-radius:12px;background-color:#222;box-shadow:0 4px 8px rgba(0,0,0,.3);border-top:.2px solid rgba(198,198,198,.49);max-width:400px;width:100%;height:500px;cursor:pointer}.teamItem:hover .itemImage>img{transform:rotate(5deg) scale(1.1)}.teamItem .itemImage{width:100%;aspect-ratio:1/5;overflow:hidden}.teamItem .itemImage img{width:100%;height:100%;object-fit:cover;border-radius:4px;transition:.5s}.teamItem .itemDescription{width:100%;height:180px}.teamItem .itemDescription h2{font-size:1.3rem;margin:20px 0;color:#fff;font-weight:500;line-height:0;letter-spacing:.05em}.teamItem .itemDescription p{margin:0;color:#cacaca;font-size:.8rem;font-family:Roboto,sans-serif}.teamItem .itemStatus{display:flex;justify-content:space-between;width:100%;font-size:.9rem;color:#cacaca}.teamItem .itemStatus .author,.teamItem .itemStatus .date{color:#ff5252;font-family:Roboto,sans-serif;margin-bottom:0}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modalContent{background-color:#2a2a2a;border-radius:8px;max-width:1200px;width:90%;min-width:320px;height:85vh;position:relative;color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.3);display:flex;flex-direction:column;overflow:hidden}@media(min-width:551px){.modalContent{flex-direction:row}}.modalContent .modalWrapper{width:100%;height:100%;display:flex;flex-direction:column;overflow-y:auto;position:relative}@media(min-width:551px){.modalContent .modalWrapper{flex-direction:row}}.modalContent .modalWrapper .imageWrapper{width:400px;height:100%;position:relative}@media(max-width:550px){.modalContent .modalWrapper .imageWrapper{width:100%;display:flex;flex-direction:column;align-items:center}}.modalContent .modalWrapper .imageWrapper .imgContainer{width:100%;height:75%}.modalContent .modalWrapper .imageWrapper .imgContainer img{width:100%;height:100%;object-fit:cover}.modalContent .modalWrapper .imageWrapper>.infoBottomContainer{width:90%;position:absolute;left:5%;border-radius:16px;background-color:#cacaca;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:-20px}@media(max-width:550px){.modalContent .modalWrapper .imageWrapper>.infoBottomContainer{position:static;margin-top:-2%;height:25%}}.modalContent .modalWrapper .imageWrapper>.infoBottomContainer>.nameBox{width:170px;background-color:#ff5252;border-radius:16px;position:relative;top:-25px;display:flex;justify-content:center;align-items:center}@media(max-width:550px){.modalContent .modalWrapper .imageWrapper>.infoBottomContainer>.nameBox{top:-20px;margin-bottom:10px}}.modalContent .modalWrapper .imageWrapper>.infoBottomContainer>.nameBox>p{font-family:Roboto,sans-serif;text-align:center;position:relative;top:13px}.modalContent .modalWrapper .imageWrapper>.infoBottomContainer>.bottomInfo{width:100%;height:70%}.modalContent .modalWrapper .imageWrapper>.infoBottomContainer>.bottomInfo>p{font-family:Roboto,sans-serif;text-align:center;color:#000;margin-top:-10px;padding:1px;line-height:15px;margin-bottom:0!important;font-weight:600}.modalContent .modalWrapper .imageWrapper>.infoBottomContainer>.additionalInfo{width:100%;padding:10px}.modalContent .modalWrapper .imageWrapper>.infoBottomContainer>.additionalInfo>p{margin-bottom:0;color:#000}.modalContent .modalWrapper .allInfoWrapper{width:100%;padding:20px;box-sizing:border-box}@media(min-width:551px){.modalContent .modalWrapper .allInfoWrapper{width:70%;height:100%;overflow-y:auto}}.closeButton{position:absolute;top:-10px;right:1rem;font-size:1.5rem;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;z-index:9}.closeButton:hover{color:#ff5252}.masonry-grid{display:flex;margin-left:-16px;width:auto;padding-top:15px}@media(max-width:550px){.masonry-grid{padding-top:0}}.masonry-column{padding-left:16px;background-clip:padding-box}.card{background:#fff;border-radius:8px;margin-bottom:16px;padding:16px;box-shadow:0 2px 6px rgba(0,0,0,.1);font-family:sans-serif}.card>div>p{color:#000;margin-bottom:0}.card-title{background-color:#ff5252;color:#fff;font-weight:500;padding:8px 12px;border-radius:6px;margin-bottom:12px;font-family:Oswald,sans-serif}ul{margin:0}.bar{height:8px;border-radius:4px;background-color:#a5d8ff;margin-bottom:10px}.bar-60{width:60%}.bar-80{width:80%}.bar-100{width:100%}.card{color:#000;font-family:Roboto,sans-serif;font-size:14px}.rek{width:100%;height:60vh;background-image:url(/images/rekImage.jpg);background-size:cover;background-attachment:fixed;background-position:top}.rek .rekWrapper{width:100%;height:100%;background-color:rgba(19,19,19,.69);padding:0 10%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px}@media(max-width:620px){.rek .rekWrapper{padding:0 15px}}.rek .rekWrapper>h1{color:#cacaca;font-size:36px;text-transform:uppercase}.rek .rekWrapper>h1,.rek .rekWrapper>h2{text-align:center;font-family:Oswald,sans-serif}.rek .rekWrapper>h2{color:#ff5252;font-size:28px;text-transform:capitalize;font-style:italic}.rek .rekWrapper>p{color:#cacaca;font-size:22px;text-align:center;font-family:Roboto,sans-serif}@media(max-width:530px){.rek .rekWrapper>p{font-size:16px}}.services{width:100%;height:auto;position:relative;background-image:url(/images/serviceBg.jpeg);background-size:cover;background-position:50%}.services>.serviceImg{object-fit:cover;filter:grayscale(80%) blur(3px)}.services>.globWrapper{width:100%;height:auto;background-color:rgba(19,19,19,.84);top:0;padding:50px 10%;display:flex;align-items:center;flex-direction:column}@media(max-width:720px){.services>.globWrapper{padding:50px 3%}}.services>.globWrapper>.topContent{width:100%;height:200px;display:flex;padding:0 30px}@media(max-width:720px){.services>.globWrapper>.topContent{flex-direction:column;height:auto}}.services>.globWrapper>.topContent>.leftContent{width:50%;height:100%;display:flex;flex-direction:column;gap:30px;justify-content:center}@media(max-width:720px){.services>.globWrapper>.topContent>.leftContent{width:100%}}.services>.globWrapper>.topContent>.leftContent>p{font-size:18px;font-family:Oswald,sans-serif;color:#ff5252;font-style:italic}@media(max-width:720px){.services>.globWrapper>.topContent>.leftContent>p{text-align:center}}.services>.globWrapper>.topContent>.leftContent>h2{font-family:Oswald,sans-serif;font-size:28px;color:#cacaca;text-transform:uppercase}@media(max-width:720px){.services>.globWrapper>.topContent>.leftContent>h2{text-align:center}}@media(max-width:1110px){.services>.globWrapper>.topContent>.leftContent>h2>br{display:none}}.services>.globWrapper>.topContent>.rightContent{width:50%;height:100%;display:flex;justify-content:flex-end;align-items:center}@media(max-width:720px){.services>.globWrapper>.topContent>.rightContent{width:100%;align-items:flex-start;justify-content:center}}.services>.globWrapper>.topContent>.rightContent>p{width:70%;color:#cacaca;font-size:16px;font-family:Oswald,sans-serif;text-align:right;margin-top:30px}@media(max-width:1110px){.services>.globWrapper>.topContent>.rightContent>p{width:90%;margin-top:50px;font-size:14px}}@media(max-width:720px){.services>.globWrapper>.topContent>.rightContent>p{text-align:center}}.services>.globWrapper .contentContainer{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;justify-items:center;padding:1rem}@media(max-width:1024px){.services>.globWrapper .contentContainer{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.services>.globWrapper .contentContainer{grid-template-columns:1fr}}.servicesItem{width:100%;max-width:406px;height:406px;border-radius:12px;background-color:#222;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;position:relative;box-shadow:0 4px 12px rgba(0,0,0,.3);padding:20px;cursor:pointer}.servicesItem .servicesImage{position:absolute;top:0;left:0;width:100%;height:100%;background-position:50%;background-size:cover;background-repeat:no-repeat;z-index:1;transition:transform .3s ease}.servicesItem>.intoBox{width:100%;height:100%;border:1px solid rgba(186,186,186,.39);position:relative;z-index:2;border-radius:12px;transition:.5s}.servicesItem>.intoBox>.servicesContent{height:100%;display:flex;align-items:center;justify-content:center}.servicesItem>.intoBox>.servicesContent>h3{font-size:1.3em;background:linear-gradient(180deg,#ff5252,rgba(156,155,155,.6));-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);font-family:Oswald,sans-serif;font-style:italic;font-weight:600}.servicesItem:hover .intoBox{background-color:rgba(19,19,19,.44)}.guest{width:100%;height:auto;background-color:#1a1a1a;padding:50px 10%}@media(max-width:1500px){.guest{padding:50px 5%}}@media(max-width:1250px){.guest{padding:50px 0}}@media(max-width:1024px){.guest{padding:20px 0 0}}.guest>.topTitle{width:100%;height:auto;text-align:center}.guest>.topTitle>h2{color:#494949;font-family:Oswald,sans-serif;font-size:38px;font-weight:600;text-transform:uppercase;letter-spacing:7px}@media(max-width:422px){.guest>.topTitle>h2{font-size:34px}}.guest .globContainer,.guest .globContainer .swiper-wrapper{position:relative}.guest .globContainer .swiper{padding:5rem 0}.guest .globContainer .swiper-slide{display:flex;justify-content:center;transition:transform .4s ease}.guest .globContainer .swiper-slide .guestCard{transform:scale(1)}.guest .globContainer .swiper-slide-active .guestCard{transform:scale(1.1);z-index:2}.guest .globContainer .guestCard{position:relative;width:350px;height:550px;border-radius:30px;overflow:hidden;background-size:cover;background-position:50%;background-repeat:no-repeat;transition:transform .4s ease;box-shadow:0 10px 20px rgba(0,0,0,.5)}@media(max-width:1250px){.guest .globContainer .guestCard{width:300px;height:450px}}@media(max-width:422px){.guest .globContainer .guestCard{width:250px;height:350px}}.guest .globContainer .guestCard .leftLabel{width:80px;height:150px;position:absolute;bottom:0;left:0;background-color:#1a1a1a;border-top-right-radius:16px;padding:1rem 1.5rem;writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;transform:rotate(180deg);font-family:Oswald,sans-serif}@media(max-width:980px){.guest .globContainer .guestCard .leftLabel{width:60px;height:120px;padding:1rem}}.guest .globContainer .guestCard .leftLabel p{font-size:1.1rem;color:#ffc857;font-weight:700;margin:0}@media(max-width:980px){.guest .globContainer .guestCard .leftLabel p{font-size:.8rem}}.guest .globContainer .guestCard .leftLabel span{font-size:.8rem;color:#aaa}.guest .globContainer .swiper-button-next,.guest .globContainer .swiper-button-prev{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;cursor:pointer;z-index:10;color:#fff}.guest .globContainer .swiper-button-next:after,.guest .globContainer .swiper-button-prev:after{font-size:20px;font-weight:700}.guest .globContainer .swiper-button-prev{left:0}.guest .globContainer .swiper-button-next{right:0}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.guestModalOverlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:9999}.guestModal{background:#fff;border-radius:16px;padding:1rem;max-width:1100px;width:90%;position:relative;overflow-y:auto;max-height:85vh;display:flex;gap:2rem;flex-wrap:wrap}.guestModal::-webkit-scrollbar{width:5px}.guestModal::-webkit-scrollbar-thumb{width:5px;background-color:rgba(51,51,51,.565);border-radius:8px}.guestModal .left{flex:1 1 40%}.guestModal .left img{width:100%;height:60%;border-radius:12px;margin-bottom:1rem;object-fit:cover}@media(max-width:750px){.guestModal .left img{width:70%}}@media(max-width:420px){.guestModal .left img{width:100%}}.guestModal .left .info{color:#000}.guestModal .left .info h3{font-size:24px;margin-bottom:.5rem;font-family:Oswald,sans-serif}.guestModal .left .info>div{display:flex;flex-direction:column;gap:5px}.guestModal .left .info>div p{font-family:Oswald,sans-serif;font-size:16px;margin-bottom:0}.guestModal .right{flex:1 1 55%;display:flex;flex-direction:column}.guestModal .right .gallery{height:auto;padding:0;background-color:#fff!important}.guestModal .right .gallery h4{margin-bottom:.5rem;font-family:Oswald,sans-serif;color:#000;font-weight:600}@media(max-width:450px){.guestModal .right .gallery{margin-top:30px}}.guestModal .right .gallery .galleryMasonry{column-count:4;column-gap:10px;max-height:400px;overflow-y:auto;padding-right:6px}.guestModal .right .gallery .galleryMasonry::-webkit-scrollbar{width:5px;height:5px}.guestModal .right .gallery .galleryMasonry::-webkit-scrollbar-thumb{width:5px;background-color:hsla(0,0%,100%,.565);border-radius:8px}.guestModal .right .gallery .galleryMasonry img{width:100%;margin-bottom:10px;border-radius:8px;page-break-inside:avoid;break-inside:avoid;object-fit:cover}@media(max-width:768px){.guestModal .right .gallery .galleryMasonry{column-count:4}}@media(max-width:400px){.guestModal .right .gallery .galleryMasonry{column-count:2}}.guestModal .right .videos{height:500px;overflow-y:scroll}.guestModal .right .videos::-webkit-scrollbar{width:5px}.guestModal .right .videos::-webkit-scrollbar-thumb{width:5px;background-color:rgba(51,51,51,.565);border-radius:8px}.guestModal .right .videos h4{margin-bottom:.5rem;font-family:Oswald,sans-serif;color:#000}.guestModal .right .videos iframe{margin-bottom:1rem;border-radius:10px}.imageLightboxOverlay{position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:10000;cursor:zoom-out}.imageLightboxContent{position:relative;max-width:90%;max-height:90%;overflow:hidden}.imageLightboxContent img{max-width:100%;max-height:100%;border-radius:12px;box-shadow:0 10px 20px rgba(0,0,0,.7);cursor:default}.imageLightboxContent .closeBtn{position:absolute;top:10px;right:10px;background:#fff;border:none;font-size:2rem;border-radius:50%;padding:.2rem .6rem;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.5);line-height:1}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}a,a:active,a:focus,a:hover,a:visited{text-decoration:none}img{display:inline-block;vertical-align:middle;height:auto;max-width:100%}body{background:#13181d!important;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif!important;color:#fff!important;margin:0;font-size:13px;font-weight:400;line-height:1.55;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.h1,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Dosis,Helvetica Neue,Helvetica,Arial,sans-serif!important;margin-bottom:.5rem;font-weight:400!important;position:relative;letter-spacing:2px}a,a:hover{text-decoration:none!important}.h1,h1{font-size:2.875rem!important;line-height:1.2!important}.h1,.h2,h1,h2{letter-spacing:5px}.h2,h2{font-size:2.5rem;line-height:3rem}.h3,h3{font-size:1.125rem!important}.h4,h4{font-size:1.25rem!important;font-weight:400!important;line-height:2rem!important}.h4{font-weight:500!important}.h5,h5{font-size:1rem;line-height:unset!important}.h6,h6{font-size:.75rem!important;line-height:1.5rem!important;font-weight:700!important}.font-weight-600,.h5{font-weight:600!important}.avatar{flex-shrink:0;border-radius:50%}.avatar.avatar-lg{width:3.5rem;height:3.5rem}.avatar.avatar-sm{width:2.5rem;height:2.5rem}.block-title{display:inline-block;position:relative;padding:0 .625em}.block-title:before{position:absolute;content:"";width:100%;height:.875rem;background:#ff5252;bottom:.775rem;left:0}.span{font-size:.75rem}.big-icon{font-size:5rem;opacity:.5;color:#3b4b5b}blockquote{font-size:1.25rem;font-style:italic;margin:.7537rem 0;font-weight:300;line-height:1.5735rem}.p,p{line-height:1.9;margin-bottom:1.875rem;font-size:.8125rem;display:block}p span,small span{font-size:inherit}p em{display:block;font-weight:400!important}form{position:relative}em{margin-bottom:.5rem}.w-93{width:93%}.opc-70{opacity:.7}.vertical-align{display:flex!important;align-items:center;justify-content:center}.text-small{font-size:11px;display:inline-block}.block-content,.section,section{position:relative;overflow:hidden;width:100%}.block-content{padding-bottom:.3125rem}.front-p{position:relative;z-index:100}.uppercase{text-transform:uppercase;color:#fff!important}.text-white{color:#fff}.text-red{color:#ff5252}.bold{font-weight:700}.switch-fot{font-family:Source Code Pro,monospace}.form-control-border0{border:none}.height-70{height:70vh}img{margin-bottom:1rem;display:block}img.animated{transform:translateX(-10px) translateZ(0);transition:.45s ease;width:calc(100% + 10px);max-width:none}img.animated:hover{transform:translateX(0)}.sing{max-width:30%}.container{position:relative}::-moz-placeholder,input[type]:-moz-placeholder{color:rgba(85,45,35,.5)}:-ms-input-placeholder{color:rgba(85,45,35,.5)}::-webkit-input-placeholder{color:rgba(85,45,35,.5)}.zoom{animation:zoom 15s ease 0s infinite normal both;-webkit-animation:zoom 15s ease 0s infinite normal both;-moz-animation:zoom 15s ease 0s infinite normal both;-ms-animation:zoom 15s ease 0s infinite normal both;-o-animation:zoom 15s ease 0s infinite normal both}@keyframes zoom{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.slick-slide{transition:none}.lead{font-size:1rem}a.link{margin-bottom:1rem;display:block}.as-link{cursor:pointer}.block-hover,.block-tabs li,.but,.insta-Feed li img,.mobile-but .lines:after,.mobile-but .lines:before,.playlist li,a,input[type=text]{transition:.3s ease-in-out}.btn-s{padding:.29rem .725rem .29rem .625rem!important;font-size:.6875rem!important}.btn.with-ico i{margin-right:.5125rem}.with-ico i{display:inline-block;margin-right:.8125rem}.border-2{border-color:#ff5252!important}.border-3{border-color:hsla(0,0%,100%,.5)!important}.but:hover{color:#fff}.block-social li a{color:hsla(0,0%,100%,.7);border:2px solid hsla(0,0%,100%,.07);padding:.2875rem .55rem;font-size:.9357rem;display:inline-block;margin-right:.3rem}.block-social li a:hover{color:#fff}a.link:hover{opacity:.7;text-decoration:none}strong a{color:#fff}p a.link{margin-top:0;font-size:inherit;text-decoration:underline;display:inline-block}section.divider{padding-top:12rem;padding-bottom:12rem}section.main{padding-top:7.42857rem;padding-bottom:7.42857rem}.gap-one-bottom-md,div[class*=col-].gap-one-bottom-md{padding-bottom:5rem}.gap-one-top-md,div[class*=col-].gap-one-top-md{padding-top:5rem}.gap-double-md,div[class*=col-].gap-double-md{padding-top:5rem;padding-bottom:5rem}.gap-one-bottom-lg,div[class*=col-].gap-one-bottom-lg{padding-bottom:10rem}.gap-one-top-lg,div[class*=col-].gap-one-top-lg{padding-top:10rem}.gap-double-lg,div[class*=col-].gap-double-lg{padding-top:10rem;padding-bottom:10rem}.gap-one-bottom-sm,div[class*=col-].gap-one-bottom-sm{padding-bottom:3rem}.gap-one-top-sm,div[class*=col-].gap-one-top-sm{padding-top:3rem}.gap-double-sm,div[class*=col-].gap-double-sm{padding-top:3rem;padding-bottom:3rem}.bg-secondary{border-top:1px solid rgba(59,75,91,.3)}.bg-red{background:#ff5252}.text-shadow-dark{text-shadow:1px 1px 3px rgba(59,75,91,.7)}.about{width:100%;height:70vh;background-color:#1a1a1a;padding:0 10%}@media(max-width:1260px){.about{padding:0 5%}}@media(max-width:1150px){.about{padding:0 1%}}@media(max-width:1024px){.about{height:auto}}.about>.topContainer{width:100%;height:80%;display:flex}@media(max-width:1024px){.about>.topContainer{height:auto;flex-direction:column;padding:10px;align-items:center}}.about>.topContainer>.aboutInfoWrapper{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:20px}@media(max-width:1024px){.about>.topContainer>.aboutInfoWrapper{width:100%;padding:0 5%}}.about>.topContainer>.aboutInfoWrapper>h3{font-size:14px;font-weight:600;text-transform:uppercase;color:#ff5252;font-style:italic;font-family:Oswald,sans-serif}@media(max-width:1024px){.about>.topContainer>.aboutInfoWrapper>h3{font-size:10px}}.about>.topContainer>.aboutInfoWrapper>h2{font-size:32px;font-weight:600;text-transform:uppercase;color:#fff;font-family:Oswald,sans-serif}@media(max-width:1024px){.about>.topContainer>.aboutInfoWrapper>h2{font-size:24px}}.about>.topContainer>.aboutInfoWrapper>p{font-size:14px;color:#cacaca;font-family:Roboto,sans-serif;padding-right:20px}@media(max-width:1024px){.about>.topContainer>.aboutInfoWrapper>p{font-size:10px}}.about>.topContainer>.aboutSliderWrapper{width:50%;height:100%;display:flex;align-items:center;justify-content:center;padding-left:20px}@media(max-width:1024px){.about>.topContainer>.aboutSliderWrapper{width:100%;padding:20px 0}}.about>.lastInfo{width:100%;height:20%;display:flex;gap:10px}@media(max-width:462px){.about>.lastInfo{flex-direction:column;gap:0}}.about>.lastInfo>div{width:33.3%;height:100%;display:flex;justify-content:center;align-items:center;gap:40px;padding:0 10px}@media(max-width:1024px){.about>.lastInfo>div{flex-direction:column;gap:0}}@media(max-width:462px){.about>.lastInfo>div{width:100%;flex-direction:column;gap:0}}.about>.lastInfo>div>span{display:block;width:1px;height:60%;background-color:hsla(0,0%,80%,.43)}@media(max-width:1024px){.about>.lastInfo>div>span{display:none}}.about>.lastInfo>div>h2{font-size:59px;font-family:Oswald,sans-serif;background:linear-gradient(135deg,#ff5252,rgba(0,0,0,.48));-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}@media(max-width:720px){.about>.lastInfo>div>h2{font-size:45px}}.about>.lastInfo>div>p{font-size:22px;color:#cacaca;font-family:Oswald,sans-serif}@media(max-width:1200px){.about>.lastInfo>div>p{font-size:18px}}@media(max-width:1024px){.about>.lastInfo>div>p{height:auto;padding:25px;text-align:center}}@media(max-width:720px){.about>.lastInfo>div>p{font-size:15px}}@media(max-width:520px){.about>.lastInfo>div>p{font-size:12px}}@media(max-width:462px){.about>.lastInfo>div>p{font-size:100%}}.aboutSliderWrapper{max-width:680px;margin:0 auto;overflow:hidden}