:root{--font-family-Nunito:var(--font-nunito-sans,"Nunito Sans",sans-serif);--font-family-Plus:var(--font-plus-jakarta,"Plus Jakarta Sans",sans-serif);--baseLight-color:#fff;--baseDark-color:#000;--bg-color:#FCFAF7;--title-color-1:#0E0F0E;--title-color-2:#262626;--title-color-3:#343434;--text-color-1:#646464;--text-color-2:#505050;--border-color-1:#C0C0C0;--border-radius10:10px;--border-radius36:36px;--space-section:200px;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.5rem;--text-7xl:4rem;--text-8xl:4.375rem}*,:after,:before{margin:0;padding:0;box-sizing:border-box}a,button,input,textarea{cursor:pointer;outline:none;background:transparent;text-decoration:none;box-shadow:none}a{text-decoration:none;color:inherit}html{scroll-behavior:smooth;font-size:100%}ul{list-style:none;padding:0;margin:0}img{vertical-align:middle}body{margin:0;padding:0;font-family:var(--font-family-Nunito);overflow-x:hidden;position:relative;background-color:var(--bg-color);color:var(--title-color-1)}.container{width:100%;display:grid;grid-template-columns:1fr 1320px 1fr;grid-template-areas:". content ."}.container>*{grid-area:content}.btn{cursor:pointer;overflow:hidden;border-radius:var(--border-radius10);padding:.8rem 1.5rem;display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;text-align:center;position:relative;font-weight:600;font-style:normal;line-height:normal}.btn,.btn--icon{transition:all .3s ease}.btn--icon{-webkit-margin-start:.5rem;margin-inline-start:.5rem}.btn--rounded{border-radius:var(--border-radius36)}.btn--primary{background-color:var(--title-color-2);border:1px solid var(--title-color-2);color:var(--baseLight-color)}.btn--primary:hover{background-color:var(--baseLight-color);color:var(--title-color-2)}.btn--primary:hover .btn--icon{filter:brightness(.2)}.center{text-align:center}.hero--title{font-weight:700;line-height:130%}.hero--text,.hero--title{color:var(--title-color-1);font-style:normal}.hero--text{font-weight:400;line-height:normal;margin-block:1rem 1.25rem}header{z-index:999;position:fixed;top:0;left:0;width:100%;padding-block:1.5rem;display:flex;justify-content:space-between;align-items:center;background:var(--baseLight-color);transition:all .5s;box-shadow:4px 4px 20px 0 rgba(0,0,0,.12)}.header--logo{max-width:170px}.header--logo img{width:100%}.header--content{display:flex;align-items:center;justify-content:space-between}.darkPage{background-color:rgba(38,38,38,.5);width:100%;height:100%;position:fixed;z-index:1;visibility:hidden;opacity:0;top:0;left:0;transition:opacity 1s linear}.darkPage.open{opacity:1;visibility:visible}.header--menu{display:flex;align-items:center;column-gap:2.5rem}.nav-icon{position:absolute;right:15px;z-index:3;top:50%;transform:translateY(-50%);transition:transform .5s;display:none;cursor:pointer}.nav-icon div,.nav-icon:after,.nav-icon:before{background-color:var(--text-color-1);content:"";display:block;width:28px;height:2px;margin:5px 0;transition:all .2s ease-in-out}.nav-icon.open:before{transform:translateY(6px) rotate(135deg)}.nav-icon.open div{transform:scale(0)}.nav-icon.open:after{transform:translateY(-8px) rotate(-135deg)}.header--menu nav>ul{display:flex;align-items:center;column-gap:3.75rem}.header--menu nav>ul>li>a{display:block;width:100%;color:#001B03;font-family:var(--font-family-Nunito);font-size:16px;font-style:normal;font-weight:400;line-height:normal}.accordion{display:flex;flex-direction:row;justify-content:space-between;cursor:pointer}.accordion,.accordion img{transition:all .3s ease}.accordion.open img{transform:rotate(-180deg);filter:brightness(0)}.panel{max-height:0;overflow:hidden;transition:max-height .4s ease}.hero{padding-block:120px 100px}.hero,.hero--content{display:flex;align-items:center}.hero--content{flex-wrap:wrap;justify-content:space-between;width:90%;margin-inline:auto}.hero--left{width:55%}.hero--right ul li{display:flex;align-items:center;padding-block:1.25rem;padding-inline:1.125rem;column-gap:.75rem}.hero--right ul li:not(:last-child){border-bottom:1px solid var(--border-color-1)}.hero--right ul li>span{color:var(--text-color-1);font-style:normal;font-weight:400;line-height:150%}.services{-webkit-margin-after:var(--space-section);margin-block-end:var(--space-section)}.serviceImageIndex,.serviceImageIndex img{width:100%;height:auto;display:block}.services--content{width:90%;margin-inline:auto;border-radius:var(--border-radius10);background:var(--baseLight-color);padding:5rem 6.25rem;margin-top:-80px;position:relative}.services--content>h2{color:var(--title-color-1);font-weight:700;line-height:120%}.services--content>h2,.services--content>p{text-align:center;font-family:var(--font-family-Nunito);font-style:normal}.services--content>p{color:var(--baseDark-color);font-weight:400;line-height:150%;margin-block:1.25rem 3.75rem}.services--content ul{display:flex;column-gap:96px}.services--content ul li{display:flex;flex-direction:column;align-items:center;justify-content:center}.services--content ul li h3{color:var(--title-color-3);font-family:var(--font-family-Nunito);font-style:normal;font-weight:600;line-height:130%;margin-block:.75rem}.services--content ul li p{color:var(--text-color-2);text-align:center;font-style:normal;font-weight:400;line-height:130%}.benefits{-webkit-margin-after:var(--space-section);margin-block-end:var(--space-section)}.benefits--title{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:1.5rem}.benefits--title>h2{color:var(--title-color-1);font-family:var(--font-family-Nunito);font-style:normal;font-weight:700;line-height:120%}.benefits--title>p{color:#001B03;font-family:var(--font-family-Plus);font-style:normal;font-weight:400;line-height:130%}.benefits ul{-webkit-margin-before:2rem;margin-block-start:2rem}.benefits ul,.benefits ul li{display:flex;justify-content:space-between}.benefits ul li{border-radius:var(--border-radius10);padding:2rem;flex-direction:column}.benefits ul li:not(:first-child){width:28.5%;border:1px solid #b1b1b1;background:#FFF;align-items:flex-start}.benefits ul li:not(:first-child)>div h4{color:var(--title-color-2);font-family:var(--font-family-Plus);font-style:normal;font-weight:600;line-height:130%;-webkit-margin-after:1.25rem;margin-block-end:1.25rem}.benefits ul li:not(:first-child)>div p{color:var(--text-color-2);font-family:Plus Jakarta Sans;font-style:normal;font-weight:400;line-height:130%}.benefits ul li:first-child{width:40%;background-color:var(--title-color-2)}.benefits ul li:first-child div>h4{font-size:30px;font-weight:600}.benefits ul li:first-child div>h4,.benefits ul li:first-child div>p{color:var(--baseLight-color);font-family:var(--font-family-Plus);font-style:normal;line-height:130%}.benefits ul li:first-child div>p{font-weight:400;margin-block:.75rem 1.5rem}.benefits ul li:first-child>img{-webkit-margin-start:auto;margin-inline-start:auto;display:block}.benefits ul li:nth-child(2){flex-direction:column-reverse;justify-content:flex-end}.benefits ul li:nth-child(2)>img{-webkit-margin-after:3.125rem;margin-block-end:3.125rem}.benefits ul li:nth-child(3)>img{-webkit-margin-before:3.125rem;margin-block-start:3.125rem}.works{position:relative;-webkit-margin-after:var(--space-section);margin-block-end:var(--space-section);-webkit-padding-before:100px;padding-block-start:100px}.works:before{position:absolute;content:"";width:100%;height:calc(100% - 200px);top:0;left:0;background-color:var(--title-color-2)}.works--title{display:flex;justify-content:center;align-items:center;position:relative;flex-wrap:wrap}.works--title p{color:var(--baseLight-color);text-align:center;font-family:var(--font-family-Nunito);font-style:normal;font-weight:500;line-height:150%}.works--content{width:90%;margin-inline:auto;-webkit-margin-before:3.75rem;margin-block-start:3.75rem;position:relative;background-color:var(--baseLight-color);border-radius:var(--border-radius10);padding:5rem;display:flex;justify-content:space-between}.works--content .works--list,.works--content .works--text{width:50%}.works--content .works--text{-webkit-padding-end:142px;padding-inline-end:142px}.works--content .works--text h5{color:var(--baseDark-color);font-family:var(--font-family-Nunito);font-size:45px;font-style:normal;font-weight:700;line-height:130%;-webkit-margin-after:1.25rem;margin-block-end:1.25rem}.works--content .works--list{-webkit-padding-start:2.5rem;padding-inline-start:2.5rem;border-left:1px solid var(--border-color-1)}.works--content .works--list ul li:not(:last-child){-webkit-margin-after:2.5rem;margin-block-end:2.5rem}.works--content .works--list ul li .accordion h6{color:#595959;font-family:var(--font-family-Nunito);font-style:normal;font-weight:600;line-height:130%;-webkit-margin-after:.75rem;margin-block-end:.75rem;transition:all .3s ease}.works--content .works--list ul li .accordion.open h6{color:var(--baseDark-color)}.works--content .works--list ul li .panel p{color:#595959;font-family:var(--font-family-Nunito);font-style:normal;font-weight:400;line-height:130%;-webkit-margin-after:1.25rem;margin-block-end:1.25rem}.join{-webkit-margin-after:var(--space-section);margin-block-end:var(--space-section)}.join--content h3{color:var(--title-color-1);text-align:center;font-family:var(--font-family-Nunito);font-style:normal;font-weight:600;line-height:120%}.testimonial-slider{position:relative;overflow:hidden;width:100%;-webkit-margin-before:2.5rem;margin-block-start:2.5rem;border-radius:var(--border-radius10)}.slider-track{display:flex;transition:transform .4s ease;will-change:transform}.slider-slide{flex-shrink:0;width:100%;height:600px;position:relative;border-radius:var(--border-radius10);overflow:hidden}.slider-slide:before{position:absolute;content:"";width:100%;height:100%;top:0;left:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.7))}.slider-slide img{width:100%;height:100%;object-fit:cover}.slider-slide .info{position:absolute;left:2rem;right:2rem;bottom:2rem;z-index:2}.slider-slide .info p{color:var(--baseLight-color);font-family:var(--font-family-Nunito);font-style:italic;font-weight:300;line-height:120%}.slider-slide .info span{color:#fff;display:block;-webkit-margin-before:10px;margin-block-start:10px;font-family:var(--font-family-Nunito);font-weight:400}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:3;background:rgba(255,255,255,.9);border:2px solid var(--baseDark-color);border-radius:50%;width:44px;height:44px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease;padding:0}.slider-btn:hover{background:var(--baseDark-color)}.slider-btn:hover img{filter:brightness(0) invert(1)}.slider-btn--prev{left:1rem}.slider-btn--next{right:1rem}.faq{-webkit-margin-after:var(--space-section);margin-block-end:var(--space-section)}.faq--title h4{font-weight:700}.faq--title h4,.faq--title p{color:var(--title-color-1);font-family:var(--font-family-Nunito);font-style:normal;line-height:120%}.faq--title p{font-weight:500;margin-block:1.25rem 3.75rem}.faq--content ul li{padding-block:1.25rem}.faq--content ul li:not(:last-child){border-bottom:1px solid var(--border-color-1)}.faq--content ul li .accordion p{color:var(--title-color-3);font-weight:600}.faq--content ul li .accordion p,.faq--content ul li .panel p{font-family:var(--font-family-Nunito);font-style:normal;line-height:130%}.faq--content ul li .panel p{color:#595959;font-weight:400;-webkit-margin-after:1.25rem;margin-block-end:1.25rem;padding-inline:2rem;-webkit-margin-before:2rem;margin-block-start:2rem}.ready{position:relative}.ready:before{position:absolute;content:"";width:100%;height:calc(100% - 350px);bottom:0;left:0;background-color:var(--title-color-2)}.ready--content{background-color:var(--baseLight-color);width:90%;margin-inline:auto;border-radius:var(--border-radius10);min-height:464px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-block:100px;padding-inline:1rem;position:relative}.ready--content h6{font-weight:700;line-height:120%}.ready--content h6,.ready--content p{color:var(--title-color-1);text-align:center;font-family:var(--font-family-Nunito);font-style:normal}.ready--content p{font-weight:400;line-height:130%;margin-block:2rem 2.5rem}footer{-webkit-padding-before:7rem;padding-block-start:7rem;background-color:var(--title-color-2)}.footer--up>ul{display:flex;justify-content:space-between}.footer--up>ul>li .headerWiget{-webkit-margin-after:1.5rem;margin-block-end:1.5rem}.footer--up>ul>li .headerWiget h3{color:var(--baseLight-color);font-family:var(--font-family-Nunito);font-size:32px;font-style:normal;font-weight:500;line-height:120%}.footer--up>ul>li:is(:first-child,:nth-child(4)){width:26%}.footer--up>ul>li:first-child .headerWiget h3{font-size:50px;font-weight:600}.footer--up>ul>li .bodywidget a,.footer--up>ul>li .bodywidget p{color:rgba(255,255,255,.8);font-family:var(--font-family-Nunito);font-style:normal;font-weight:400;line-height:170%}.footer--up>ul>li:first-child .bodywidget p{color:var(--baseLight-color);line-height:140%;-webkit-padding-end:5rem;padding-inline-end:5rem;-webkit-margin-after:2rem;margin-block-end:2rem}.footer--up>ul>li .bodywidget>ul li{-webkit-margin-after:1.5rem;margin-block-end:1.5rem}.footer--down{padding-block:2rem;border-top:1px solid rgba(192,192,192,.4);color:rgba(255,255,255,.6);text-align:center;font-family:var(--font-family-Nunito);font-style:normal;font-weight:400;line-height:140%;-webkit-margin-before:2.5rem;margin-block-start:2.5rem}@media screen and (min-width:1920px){.container{grid-template-columns:1fr 1400px 1fr}}@media screen and (min-width:1440px) and (max-width:1919px){.container{grid-template-columns:1fr 1330px 1fr}}@media screen and (min-width:1320px) and (max-width:1439px){.container{grid-template-columns:1fr 1310px 1fr}}@media screen and (min-width:1200px) and (max-width:1319px){.container{grid-template-columns:1fr 1140px 1fr}}@media screen and (min-width:993px) and (max-width:1199px){.container{grid-template-columns:1fr 970px 1fr}}@media screen and (min-width:769px) and (max-width:992px){.container{grid-template-columns:1fr 750px 1fr}}@media screen and (max-width:768px){.container{grid-template-columns:1fr 95% 1fr}}@media screen and (min-width:1440px){.btn{font-size:var(--text-lg)}.hero--title{font-size:60px}.hero--text{font-size:28px}.ready--content h6{font-size:55px}.footer--up>ul>li .headerWiget h3,.ready--content p{font-size:var(--text-3xl)}.footer--up>ul>li:first-child .headerWiget h3{font-size:var(--text-5xl)}.footer--down{font-size:var(--text-lg)}}@media screen and (min-width:1320px) and (max-width:1439px){.btn{font-size:var(--text-lg)}.hero--title{font-size:var(--text-5xl)}.hero--text{font-size:var(--text-2xl)}.ready--content h6{font-size:var(--text-5xl)}.ready--content p{font-size:var(--text-2xl)}}@media screen and (max-width:1319px){.hero--title{font-size:var(--text-5xl)}.hero--text{font-size:var(--text-2xl)}.ready--content h6{font-size:var(--text-4xl)}.ready--content p{font-size:var(--text-xl)}.header--menu nav>ul{column-gap:2rem}}@media screen and (max-width:1200px){.hero--title{font-size:var(--text-4xl)}.hero--text{font-size:var(--text-xl)}.ready--content{width:95%}.header--menu,.header--menu nav>ul{column-gap:1rem}.footer--up>ul>li:first-child .headerWiget h3{font-size:var(--text-2xl)}.footer--up>ul>li:first-child .bodywidget p{-webkit-padding-end:0;padding-inline-end:0}}@media screen and (max-width:992px){:root{--space-section:100px}.hero--title{font-size:var(--text-3xl)}.hero--text{font-size:var(--text-lg)}.ready--content h6{font-size:var(--text-3xl)}.header--menu a.btn{padding:.8rem;font-size:var(--text-sm)}.footer--up>ul{flex-wrap:wrap}.footer--up>ul>li{width:48.5%!important;-webkit-margin-after:1.5rem;margin-block-end:1.5rem;border-radius:var(--border-radius10);border:1px solid var(--border-color-1)}.footer--up>ul>li .headerWiget{background-color:var(--text-color-1);padding:1rem;border-top-right-radius:9px;border-top-left-radius:9px}.footer--up>ul>li .bodywidget{padding-inline:1rem}}@media screen and (max-width:768px){.nav-icon{display:block}.header--menu a.btn{-webkit-margin-end:2.5rem;margin-inline-end:2.5rem}.header--menu nav{position:fixed;display:block;min-width:300px;right:-100%;background:var(--bg-color);top:0;padding:30px;height:100%;transition:right .5s,visibility .5s;visibility:hidden;overflow-y:auto;z-index:2}.header--menu nav.active{right:0;visibility:visible}.header--menu nav>ul{flex-direction:column;row-gap:2rem;-webkit-margin-before:5rem;margin-block-start:5rem}.footer--up>ul>li{width:100%!important}}@media screen and (max-width:576px){:root{--space-section:80px}.ready--content p{font-size:var(--text-lg)}}@media screen and (max-width:425px){.hero--text{font-size:var(--text-base)}.ready--content h6{font-size:var(--text-2xl)}.header--menu a.btn{padding:.8rem;font-size:var(--text-xs)}.header--menu nav{min-width:250px}}@media screen and (max-width:375px){.ready--content h6{font-size:var(--text-xl)}}@media screen and (min-width:1440px){.hero--right ul li>span{font-size:var(--text-xl)}.benefits--title>h2,.faq--title h4,.join--content h3,.services--content>h2{font-size:55px}.faq--content ul li .panel p,.services--content>p,.works--content .works--list ul li .panel p{font-size:22px}.benefits--title>p,.faq--title p,.services--content ul li h3{font-size:var(--text-2xl)}.benefits ul li:first-child div>h4{font-size:var(--text-3xl)}.benefits ul li:not(:first-child)>div h4{font-size:var(--text-2xl)}.faq--content ul li .accordion p{font-size:26px}.works--content .works--text h5{font-size:45px}.works--content .works--list ul li .accordion h6{font-size:var(--text-3xl)}.works--title p{font-size:28px}}@media screen and (min-width:1320px) and (max-width:1439px){.hero--right ul li>span{font-size:var(--text-xl)}.benefits--title>h2,.faq--title h4,.join--content h3,.services--content>h2{font-size:var(--text-5xl)}.benefits ul li:first-child div>h4,.services--content ul li h3{font-size:var(--text-2xl)}.benefits ul li:first-child div>p{font-size:var(--text-lg)}.benefits ul li:not(:first-child)>div h4{font-size:var(--text-xl)}.works--content .works--text{-webkit-padding-end:100px;padding-inline-end:100px}.works--content .works--text h5{font-size:var(--text-4xl)}.works--content .works--list ul li .accordion h6,.works--title p{font-size:var(--text-2xl)}}@media screen and (max-width:1319px){.hero--right ul li>span{font-size:var(--text-lg)}.faq--title h4,.join--content h3,.services--content>h2{font-size:var(--text-4xl)}.services--content{padding:5rem}.services--content ul{column-gap:35px}.services--content ul li h3{font-size:var(--text-xl)}.benefits ul li:first-child div>h4{font-size:var(--text-2xl)}.benefits ul li:first-child div>p{font-size:var(--text-lg)}.works--content .works--text{-webkit-padding-end:60px;padding-inline-end:60px}.works--content .works--text h5{font-size:var(--text-3xl)}.works--content .works--list ul li .accordion h6{font-size:var(--text-xl)}.works--title p{font-size:var(--text-2xl)}}@media screen and (max-width:1200px){.hero--content,.services--content{width:95%}.benefits ul li{width:32.5%!important;padding:2rem 1.5rem}.benefits ul li:first-child div>h4{font-size:var(--text-xl)}.benefits ul li:first-child div>p{font-size:var(--text-base)}.works--content{width:100%}.works--content .works--text{-webkit-padding-end:30px;padding-inline-end:30px}.works--content .works--text h5{font-size:var(--text-3xl)}.works--content .works--list ul li .accordion h6,.works--title p{font-size:var(--text-xl)}}@media screen and (max-width:992px){.hero--content{width:100%}.services--content{padding:3rem}.benefits--title>h2,.faq--title h4,.join--content h3,.services--content>h2{font-size:var(--text-3xl)}.benefits--title,.works--content{flex-direction:column}.works--content{padding:4rem}.works--content .works--list,.works--content .works--text{width:100%}.works--content .works--text{-webkit-padding-end:0;padding-inline-end:0}.works--content .works--list{-webkit-padding-start:0;padding-inline-start:0;border-left:0;-webkit-margin-before:2.5rem;margin-block-start:2.5rem}.works--content .works--list ul li:not(:last-child){-webkit-margin-after:2rem;margin-block-end:2rem}.works--title p{font-size:var(--text-lg)}}@media screen and (max-width:768px){.hero--content{flex-direction:column}.hero--left,.hero--right{width:100%}.hero--left{-webkit-margin-after:2rem;margin-block-end:2rem}.hero--left h1 br{display:none}.services--content{-webkit-margin-before:-50px;margin-block-start:-50px}.services--content ul{flex-direction:column;width:90%;margin-inline:auto}.services--content ul li:not(:last-child){-webkit-margin-after:1.5rem;margin-block-end:1.5rem}.benefits ul{flex-wrap:wrap}.benefits ul li:first-child{width:100%!important;-webkit-margin-after:1rem;margin-block-end:1rem}.benefits ul li:not(:first-child){width:49%!important}.join--content h3 br{display:none}.works--content{padding:3rem}.slider-slide{height:420px}}@media screen and (max-width:576px){.hero{-webkit-padding-after:80px;padding-block-end:80px}.services--content{padding:3rem 2rem;-webkit-margin-before:-24px;margin-block-start:-24px}.services--content ul{width:95%}.services--content ul li h3{font-size:var(--text-lg)}.benefits ul li:not(:first-child){width:100%!important}.benefits ul li:nth-child(2){-webkit-margin-after:1rem;margin-block-end:1rem}.faq--content ul li .panel p{padding-inline:1.5rem}.works--content .works--text h5{font-size:var(--text-2xl)}.works--content .works--list ul li .accordion h6{font-size:var(--text-lg)}.slider-slide{height:320px}}@media screen and (max-width:425px){.hero--right ul li>span{font-size:var(--text-base)}.services--content{padding:3rem 1.5rem}.services--content ul{width:100%}.benefits--title>h2,.faq--title h4,.join--content h3,.services--content>h2{font-size:var(--text-2xl)}.benefits ul li:first-child div>h4{font-size:var(--text-lg)}.faq--content ul li .panel p{padding-inline:1rem}.works--content{padding:3rem 2rem}}@media screen and (max-width:375px){.benefits--title>h2,.faq--title h4,.join--content h3,.services--content>h2{font-size:var(--text-xl)}.works--content{padding:2rem 1.5rem}}