@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600&family=Raleway:ital,wght@0,400;0,600;0,900;1,400;1,600&display=swap";:root{--header-height: 3rem;--hue-color: 21;--primary-color: hsl(var(--hue-color), 99%, 50%);--first-color: hsl(var(--hue-color), 40%, 16%);--first-color-second: hsl(var(--hue-color), 64%, 22%);--first-color-alt: hsl(var(--hue-color), 64%, 15%);--title-color: #000;--text-color: hsl(var(--hue-color), 24%, 35%);--text-color-light: hsl(var(--hue-color), 8%, 60%);--input-color: hsl(var(--hue-color), 24%, 97%);--body-color: hsl(var(--hue-color), 100%, 99%);--white-color: #FFF;--black-color: #000;--scroll-bar-color: hsl(var(--hue-color), 12%, 90%);--scroll-thumb-color: hsl(var(--hue-color), 12%, 75%);--body-font: "Open Sans", sans-serif;--title-font: "Raleway", sans-serif;--biggest-font-size: 2.5rem;--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1rem;--normal-font-size: .938rem;--small-font-size: .813rem;--smaller-font-size: .75rem;--font-medium: 500;--font-semi-bold: 600;--font-extra-bold: 900;--mb-0-25: .25rem;--mb-0-5: .5rem;--mb-0-62: .62rem;--mb-0-75: .75rem;--mb-1: 1rem;--mb-1-25: 1.25rem;--mb-1-5: 1.5rem;--mb-2: 2rem;--mb-2-5: 2.5rem;--z-tooltip: 10;--z-fixed: 100;--img-transition: .3s;--img-hidden: hidden;--img-scale: scale(1.1)}@media screen and (min-width: 968px){:root{--biggest-font-size: 4rem;--h1-font-size: 2.25rem;--h2-font-size: 1.75rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .813rem}}body.dark-theme{--first-color-second: hsl(var(--hue-color), 54%, 12%);--title-color: hsl(var(--hue-color), 24%, 95%);--text-color: hsl(var(--hue-color), 8%, 75%);--input-color: hsl(var(--hue-color), 29%, 16%);--body-color: hsl(var(--hue-color), 29%, 12%);--scroll-bar-color: hsl(var(--hue-color), 12%, 48%);--scroll-thumb-color: hsl(var(--hue-color), 12%, 36%)}.nav__dark{display:flex;align-items:center;column-gap:2rem;position:absolute;left:3rem;bottom:4rem}.change-theme,.change-theme-name{color:var(--text-color)}.change-theme{cursor:pointer;font-size:1rem}.change-theme-name{font-size:var(--small-font-size)}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body{margin:var(--header-height) 0 0 0;font-family:var(--body-font);font-size:var(--normal-font-size);background-color:#f3f4f6;color:#000}@media screen and (min-width: 768px){body{margin:0}}@media screen and (min-height: 721px){body{margin:0}}h1,h2,h3{color:var(--title-color);font-weight:var(--font-semi-bold);font-family:var(--title-font)}ul{list-style:none}a{text-decoration:none}img,video{max-width:100%;height:auto}img{transition:.4s}img:hover.hover-scale{transform:scale(1.1)}button,input{border:none;font-family:var(--body-font);font-size:var(--normal-font-size)}button{cursor:pointer}input{outline:none}.main{overflow-x:hidden;margin-top:90px}.section{position:relative}.section__header{color:#000;text-align:center}.section__header h2{font-size:48px;font-weight:900;margin-bottom:30px}@media screen and (max-width: 320px){.section__header h2{font-size:28px;margin-bottom:1rem}}.section__header p{font-size:24px}@media screen and (max-width: 320px){.section__header p{font-size:1rem}}.section__footer{text-align:center}.section__footer .more__blog{height:60px;background-color:#fe6613;font-size:22px;font-weight:600;padding-left:2rem;padding-right:2rem;border-radius:100px;display:inline-flex;align-items:center;color:#000;width:max-content;column-gap:7px;margin-left:auto;margin-right:auto}@media screen and (max-width: 320px){.section__footer .more__blog{height:40px;font-size:1rem;padding-left:1rem;padding-right:1rem;margin-top:1rem}}.section__footer .more__blog:hover .icon{margin-left:10px}.section__footer .more__blog .icon{transition:.4s}.section__title{font-size:var(--h2-font-size);color:var(--title-color);text-align:center;text-transform:capitalize;margin-bottom:var(--mb-2)}.container{max-width:968px;padding-left:var(--mb-1);padding-right:var(--mb-1)}@media screen and (min-width: 1024px){.container{margin-left:auto;margin-right:auto}}@media screen and (min-width: 1200px){.container{max-width:1160px}}.grid{display:grid;gap:1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;width:max-content;gap:.75rem}.button .icon{transition:.2s;font-size:32px}@media screen and (max-width: 320px){.button .icon{font-size:.9rem;margin-left:.4rem}}.button-primary{background-color:#fe6613;color:#000;transition:.3s}.button-primary:hover{background-color:#000;color:#fe6613}.button-primary:hover .icon{margin-right:-7px}.button-gray{background-color:#e6e6e6;color:#000}.button-gray.active{background-color:#fe6613}.button-secondary{background-color:#000;color:#fe6613}.button-xl{height:60px;font-size:22px;font-weight:600}@media screen and (max-width: 320px){.button-xl{height:40px;min-height:30px;font-size:1rem;padding-left:1rem;padding-right:1rem}}.button-circle{width:60px;min-width:60px;border-radius:100px}.button-pill{padding-left:2rem;padding-right:2rem;border-radius:100px}.header{width:100%;position:fixed;top:0;left:0;z-index:var(--z-fixed);background-color:#fff;box-shadow:0 1px 20px rgba(0,0,0,.1);height:90px}.nav__logo{color:#000;font-weight:700;display:flex;align-items:center;font-size:1.2rem}.nav__logo img{margin-right:var(--mb-0-75)}.hero{display:flex;flex-direction:column;align-items:center;position:relative;width:100%}.hero__container{width:100%;height:calc(100vh - 90px - 200px);display:flex;background-color:#f8f8f8}@media only screen and (max-width: 767px){.hero__container{padding-top:20px;padding-bottom:20px;height:100%}}.hero .hero__wrapper{width:100%;max-width:1160px;display:flex;align-items:center}.hero .swiper-container{width:100%;max-width:1160px;height:100%}.hero .swiper-container .swiper-pagination .swiper-pagination-bullet{width:10px;height:4px;border-radius:10px;transition:.4s}.hero .swiper-container .swiper-pagination .swiper-pagination-bullet-active{width:25px}.hero .hero__item{width:100%;max-width:1160px;display:flex;align-items:center;justify-content:center;column-gap:40px;margin:0 auto;overflow:hidden}@media only screen and (max-width: 767px){.hero .hero__item{flex-direction:column;row-gap:20px}}.hero .hero__item>div{width:50%}@media only screen and (max-width: 767px){.hero .hero__item>div{width:100%;height:50%}}.hero .hero__item.swiper-slide-active .hero__title,.hero .hero__item.swiper-slide-active .hero__description,.hero .hero__item.swiper-slide-active .media__png,.hero .hero__item.swiper-slide-active .media__jpg{transform:translateX(0%);opacity:1}.hero .hero__content{display:flex;flex-direction:column;justify-content:center}@media only screen and (max-width: 767px){.hero .hero__content{text-align:center;align-items:center}}.hero .hero__content .hero__title,.hero .hero__content .hero__description{transform:translatey(20%);opacity:0;transition:transform 1500ms;will-change:transform}.hero .hero__content .hero__title{font-size:48px;font-weight:900}@media only screen and (max-width: 767px){.hero .hero__content .hero__title{font-size:20px}}.hero .hero__content .hero__description{font-size:24px;margin-top:30px}@media only screen and (max-width: 767px){.hero .hero__content .hero__description{font-size:14px;margin-top:15px}}.hero .hero__content .button{margin-top:60px}@media only screen and (max-width: 767px){.hero .hero__content .button{margin-top:30px;height:44px;font-size:14px}}.hero .hero__media .media__png{width:100%;height:100%;overflow:hidden}.hero .hero__media .media__png img{max-width:100%}.hero .hero__media .media__png,.hero .hero__media .media__jpg{transform:translateX(50%);opacity:0;transition:transform 1500ms;will-change:transform}.hero .hero__media .media__jpg{width:100%;height:100%;overflow:hidden;border-radius:50px;max-width:500px}@media only screen and (max-width: 767px){.hero .hero__media .media__jpg{border-radius:15px}}.hero .hero__media .media__jpg img{width:100%;height:100%;object-fit:cover}.hero:after{content:"";background:url("../../assets/img/border.svg");background-size:110%;background-repeat:no-repeat;background-position:center top;display:block;height:197px;min-height:100%;width:100%;pointer-events:none}.main{overflow-x:hidden}.swiper-container{width:100%;padding-bottom:40px !important}.swiper-container .swiper-pagination-bullet{background-color:rgba(0,0,0,.3) !important}.swiper-container .swiper-pagination-bullet-active{background-color:#fe6613 !important}.home__pagination{display:flex;align-items:flex-end;flex-direction:column;text-align:right}.home__pagination-number{font-size:6rem;font-weight:var(--font-extra-bold);font-family:var(--title-font);color:var(--black-color);margin-bottom:var(--mb-0-62)}.home__pagination-line{display:flex;column-gap:1rem}.home__pagination-line span{width:20px;height:4px;background-color:var(--first-color)}.home__pagination-line span.active{width:50px}.tabe{margin:5rem 0}.tabe__wrapper{max-width:1160px;margin:0 auto}.tabe .tabe__header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.13);height:80px;margin-bottom:1.5rem}@media screen and (max-width: 767px){.tabe .tabe__header{flex-direction:column;height:auto}}.tabe .tabe__header .tabe__title{font-size:1rem}@media screen and (max-width: 767px){.tabe .tabe__header .tabe__title{font-size:48px;font-weight:900;margin-bottom:30px}}@media screen and (max-width: 400px){.tabe .tabe__header .tabe__title{font-size:1rem}}.tabe .tabe__header .tabe__link{height:100%;display:flex;column-gap:1rem}@media screen and (max-width: 767px){.tabe .tabe__header .tabe__link{justify-content:space-between;width:100%}}@media screen and (max-width: 400px){.tabe .tabe__header .tabe__link{overflow-y:auto}}.tabe .tabe__header .tabe__link button{border:none;padding:10px;background-color:rgba(0,0,0,0);color:#232c3d;font-size:1rem;cursor:pointer;transition:.4s;font-weight:600}.tabe .tabe__header .tabe__link button:hover{box-shadow:0 4px 0 rgba(0,0,0,.13)}.tabe .tabe__header .tabe__link button.active{color:#fe6613;box-shadow:0 4px 0 #fe6613}.tabe .tabe__content .tabe__item{display:none;text-align:left}.tabe .tabe__content .tabe__item.active{display:flex;flex-direction:column}.tabe .tabe__content .tabe__item .tabe__description{margin-bottom:1.5rem}.tabe .tabe__content .tabe__item .tabe__description h3{font-size:1.5rem;margin-bottom:1rem}.tabe .tabe__content .tabe__item .tabe__description p{margin-bottom:1.2rem;font-size:20px;color:#000}.tabe .tabe__content .tabe__item .tabe_slider{display:flex;cursor:grab}.tabe .tabe__content .tabe__item .tabe_slider .tabe__slider-wrapper{display:flex}.tabe .tabe__content .tabe__item .tabe_slider .tabe__slider-wrapper .tabe__slider-item{width:200px}.tabe .tabe__content .tabe__item .tabe_slider .tabe__slider-wrapper .tabe__slider-item .tabe__slider-img{height:200px;margin-bottom:.5rem;overflow:hidden;border-radius:10px}.tabe .tabe__content .tabe__item .tabe_slider .tabe__slider-wrapper .tabe__slider-item .tabe__slider-img:hover img{transform:scale(1.1)}.tabe .tabe__content .tabe__item .tabe_slider .tabe__slider-wrapper .tabe__slider-item .tabe__slider-img img{object-fit:cover;width:100%;height:100%;transition:.3s}.tabe .tabe__content .tabe__item .tabe_slider .tabe__slider-wrapper .tabe__slider-item .tabe__slider-title{font-size:.9rem;color:#000;font-weight:600}.works{display:flex;flex-direction:column;margin-bottom:100px}.work{height:500px;width:100%;height:700px;position:relative;background-color:#f3f3f3;padding-top:4rem;padding-bottom:4rem}@media screen and (max-width: 320px){.work{padding-top:2.7rem;padding-bottom:2.7rem}}.work:nth-child(even){background-color:#fff}.work:nth-child(even) .work__wrapper{display:flex;flex-direction:row-reverse}@media screen and (max-width: 320px){.work:nth-child(even) .work__wrapper{flex-direction:column}}.work:nth-child(even) .work__name{right:auto;left:1.5rem}@media screen and (max-width: 320px){.work:nth-child(even) .work__name{left:auto;right:0}}.work:nth-child(even) .work__active{border-radius:0;border-bottom-left-radius:50px;border-top-left-radius:50px}@media screen and (max-width: 320px){.work:nth-child(even) .work__active{border-radius:0}}.work:nth-child(even) .work__content{align-items:flex-end}@media screen and (max-width: 320px){.work:nth-child(even) .work__content{align-items:flex-start}}.work:nth-child(even) .work__slider{justify-content:flex-end}.work:nth-child(even) .work__slider-wrapper{flex-direction:row-reverse}@media screen and (max-width: 320px){.work:nth-child(even) .work__slider-wrapper{flex-direction:row}}.work:nth-child(even) .work__p-n{left:1rem;right:auto}@media screen and (max-width: 320px){.work:nth-child(even) .work__p-n{left:auto;right:1rem}}.work__wrapper{display:flex;column-gap:2.5rem;height:100%}@media screen and (max-width: 320px){.work__wrapper{column-gap:1rem;flex-direction:column}}.work__wrapper>div{width:50%}@media screen and (max-width: 320px){.work__wrapper>div{width:100%}}.work__wrapper .work__name{position:absolute;right:1.5rem;top:0;writing-mode:tb-rl;display:flex;align-items:center;font-size:.9rem;color:#000}@media screen and (max-width: 320px){.work__wrapper .work__name{font-size:.7rem;right:.5rem;writing-mode:unset;flex-direction:row-reverse;top:1rem;right:0}}.work__wrapper .work__name:before{content:"";width:1px;height:70px;background-color:#000;margin-bottom:1rem}@media screen and (max-width: 320px){.work__wrapper .work__name:before{height:1px;width:30px;margin-bottom:0;margin-left:1rem}}.work .work__active-content{height:100%;position:relative}@media screen and (max-width: 320px){.work .work__active-content{margin-bottom:1rem;height:250px}}.work .work__active-content .work__active{overflow:hidden;border-bottom-right-radius:50px;border-top-right-radius:50px;height:100%;display:block;position:relative}@media screen and (max-width: 320px){.work .work__active-content .work__active{border-radius:0;height:220px}}.work .work__active-content .work__active:hover .work__active-img{background-position:bottom}.work .work__active-content .work__active-img{background-size:cover;transition:.5s;height:100%;width:100%;background-position:top}.work .work__active-content .work__p-n{position:absolute;bottom:-1rem;right:1rem;display:flex;column-gap:20px}@media screen and (max-width: 320px){.work .work__active-content .work__p-n{width:100%;justify-content:flex-end;column-gap:1rem;bottom:1rem}}.work .work__active-content .work__p-n a{width:50px;height:50px;background-color:#000;color:#fff;z-index:1;border-radius:100px;display:flex;align-items:center;justify-content:center;font-size:20px;transition:.3s}@media screen and (max-width: 320px){.work .work__active-content .work__p-n a{width:30px;height:30px}}.work .work__active-content .work__p-n a:nth-child(1){transform:rotate(180deg)}.work .work__active-content .work__p-n a:hover{background-color:#fe6613;color:#000}.work .work__content{display:flex;flex-direction:column;justify-content:space-around}@media screen and (max-width: 320px){.work .work__content{padding-left:1rem;padding-right:1rem}}.work .work__content .work__description{width:calc(100% - 5rem);padding-left:5px}@media screen and (max-width: 320px){.work .work__content .work__description{width:100%}}.work .work__content .work__description h2{font-size:3rem;font-weight:900;margin-bottom:7px;color:#000}@media screen and (max-width: 320px){.work .work__content .work__description h2{font-size:1.5rem}}.work .work__content .work__description span{font-size:1.5rem;color:#8c8c8c;margin-bottom:20px;display:block}@media screen and (max-width: 320px){.work .work__content .work__description span{font-size:.9rem;margin-bottom:1rem}}.work .work__content .work__description p{font-size:1.5rem;color:#000}@media screen and (max-width: 320px){.work .work__content .work__description p{font-size:1rem}}.work .work__content .work__description .button{margin-top:2.5rem}.work .work__content .work__slider{display:flex;margin-top:1rem}.work .work__content .work__slider-wrapper{display:flex;column-gap:2.5rem}@media screen and (max-width: 320px){.work .work__content .work__slider-wrapper{column-gap:1rem}}.work .work__content .work__slider .work__slider-item .work__slider-img{width:250px;height:170px;overflow:hidden;border-radius:25px}@media screen and (max-width: 320px){.work .work__content .work__slider .work__slider-item .work__slider-img{width:120px;height:90px;border-radius:7px}}.work .work__content .work__slider .work__slider-item .work__slider-img:hover img{transform:scale(1.1)}.work .work__content .work__slider .work__slider-item .work__slider-img img{width:100%;height:100%;object-fit:cover;filter:grayscale(0.8);transition:.3s}.work .work__content .work__slider .work__slider-item .work__slider-title{font-size:1rem;margin-top:10px;font-weight:600;color:#000;display:inline-block}@media screen and (max-width: 320px){.work .work__content .work__slider .work__slider-item .work__slider-title{font-size:.75rem}}.customer__reviews{margin-bottom:100px}.customer__reviews .container{display:flex;flex-direction:column;row-gap:60px}@media screen and (max-width: 320px){.customer__reviews .container{row-gap:1rem}}.customer__reviews .review__container{display:flex}.customer__reviews .review__wrapper{display:flex}.customer__reviews .review__wrapper .review__item{display:flex;flex-direction:column;width:100%;row-gap:25px;padding:50px;border:1px solid rgba(0,0,0,.07);border-radius:50px}@media screen and (max-width: 320px){.customer__reviews .review__wrapper .review__item{padding:1rem;border-radius:1rem;row-gap:1rem}}.customer__reviews .review__wrapper .review__item .review__header{display:flex;align-items:center;column-gap:25px}@media screen and (max-width: 320px){.customer__reviews .review__wrapper .review__item .review__header{column-gap:1rem}}.customer__reviews .review__wrapper .review__item .review__header .review__img{width:70px;height:70px;border-radius:100px;background-color:rgba(0,0,0,.1);overflow:hidden}@media screen and (max-width: 320px){.customer__reviews .review__wrapper .review__item .review__header .review__img{width:40px;height:40px}}.customer__reviews .review__wrapper .review__item .review__header .review__img img{width:100%;height:100%;object-fit:cover}.customer__reviews .review__wrapper .review__item .review__header .review_data{display:flex;flex-direction:column;row-gap:5px}@media screen and (max-width: 320px){.customer__reviews .review__wrapper .review__item .review__header .review_data{row-gap:0}}.customer__reviews .review__wrapper .review__item .review__header .review_data .customer__name{font-size:24px;color:#000;font-weight:600}@media screen and (max-width: 320px){.customer__reviews .review__wrapper .review__item .review__header .review_data .customer__name{font-size:1rem}}.customer__reviews .review__wrapper .review__item .review__header .review_data .customer__title{font-size:20px;color:rgba(0,0,0,.3)}@media screen and (max-width: 320px){.customer__reviews .review__wrapper .review__item .review__header .review_data .customer__title{font-size:.8rem}}.customer__reviews .review__wrapper .review__item .review__content{font-size:22px;color:#000}@media screen and (max-width: 320px){.customer__reviews .review__wrapper .review__item .review__content{font-size:1rem}}.home__blogs .container{display:flex;flex-direction:column;row-gap:60px}.home__blogs .blog__header{color:#000;text-align:center}.home__blogs .blog__header h2{font-size:48px;font-weight:900;margin-bottom:30px}.home__blogs .blog__header p{font-size:24px}.home__blogs .blog{display:flex;column-gap:40px}@media screen and (max-width: 767px){.home__blogs .blog{flex-direction:column;row-gap:40px}}.home__blogs .blog .blog__item{display:flex;column-gap:25px;padding:50px;box-shadow:0 4px 4px rgba(0,0,0,.07);border-radius:50px}@media screen and (max-width: 320px){.home__blogs .blog .blog__item{flex-direction:column;padding:1rem;border-radius:1rem}}.home__blogs .blog .blog__item .blog__media{display:flex;flex-direction:column;row-gap:25px}@media screen and (max-width: 320px){.home__blogs .blog .blog__item .blog__media{margin-bottom:1rem}}.home__blogs .blog .blog__item .blog__media .blog__img{width:150px;height:220px;overflow:hidden;border-radius:15px;position:relative}@media screen and (max-width: 320px){.home__blogs .blog .blog__item .blog__media .blog__img{width:100%;height:180px}}.home__blogs .blog .blog__item .blog__media .blog__img:hover img{transform:scale(1.1)}.home__blogs .blog .blog__item .blog__media .blog__img img{width:100%;height:100%;object-fit:cover;transition:.3s}.home__blogs .blog .blog__item .blog__media .blog_sign{display:flex;align-items:center;column-gap:7px;font-size:1rem;color:#d2d2d2;height:40px}@media screen and (max-width: 320px){.home__blogs .blog .blog__item .blog__media .blog_sign{display:none}}.home__blogs .blog .blog__item .blog__media .blog_sign .icon{font-size:1.5rem}.home__blogs .blog .blog__item .blog__description{display:flex;flex-direction:column;row-gap:25px}.home__blogs .blog .blog__item .blog__description-content{height:220px;display:flex;flex-direction:column}@media screen and (max-width: 320px){.home__blogs .blog .blog__item .blog__description-content{height:auto}}.home__blogs .blog .blog__item .blog__description-content h2{font-size:24px;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-bottom:5px}@media screen and (max-width: 320px){.home__blogs .blog .blog__item .blog__description-content h2{font-size:1rem}}.home__blogs .blog .blog__item .blog__description-content span{font-size:1rem;color:#a5a5a5;margin-bottom:20px;display:block}@media screen and (max-width: 320px){.home__blogs .blog .blog__item .blog__description-content span{margin-bottom:1rem;font-size:.75rem}}.home__blogs .blog .blog__item .blog__description-content p{font-size:20px;color:#000;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}@media screen and (max-width: 320px){.home__blogs .blog .blog__item .blog__description-content p{font-size:1rem}}.home__blogs .blog .blog__item .blog__description .blog__actions{display:flex;justify-content:space-between}.home__blogs .blog .blog__item .blog__description .blog__actions .blog__comments,.home__blogs .blog .blog__item .blog__description .blog__actions .blog__link{display:flex;align-items:center;padding-left:15px;padding-right:15px;height:40px;border-radius:100px;column-gap:7px;color:#000;font-weight:600;font-size:13px;transition:.4s}.home__blogs .blog .blog__item .blog__description .blog__actions .blog__comments .icon,.home__blogs .blog .blog__item .blog__description .blog__actions .blog__link .icon{font-size:16px;font-weight:normal;transition:.4s}.home__blogs .blog .blog__item .blog__description .blog__actions .blog__comments{background-color:rgba(0,0,0,.05)}.home__blogs .blog .blog__item .blog__description .blog__actions .blog__comments:hover{background-color:#fe6613}.home__blogs .blog .blog__item .blog__description .blog__actions .blog__link{background-color:#fe6613}.home__blogs .blog .blog__item .blog__description .blog__actions .blog__link:hover .icon{padding-left:5px}.herocard{height:calc(100vh - var(--header-height) - 1.5rem);display:flex;align-items:center;background-color:#fcfcfc;margin-bottom:80px;box-shadow:0px 1px 4px -1px rgba(0,0,0,.1)}.herocard .container{display:flex;flex-direction:column;align-items:center;justify-content:center}.herocard .wrapper{display:flex;align-items:center;column-gap:2rem}.herocard .wrapper>div{width:50%}.herocard .herocard__description{display:flex;flex-direction:column}.herocard .herocard__description h1{font-size:48px;font-weight:900}.herocard .herocard__description p{font-size:24px;margin-top:1rem}.herocard .herocard__description .herocard__action{margin-top:60px;display:flex;column-gap:1.5rem}.herocard .herocard__img .herocard__img-content{width:100%;height:500px;border-radius:30px;overflow:hidden}.herocard .herocard__img .herocard__img-content img{width:100%;height:100%;object-fit:cover}.service__branches{margin-bottom:80px}.service__branches .branches{display:grid;grid-template-columns:repeat(6, 1fr);grid-template-rows:repeat(4, 1fr);grid-column-gap:50px;grid-row-gap:50px;counter-reset:item}.service__branches .branches .branches__item{padding:50px 40px;position:relative;background-color:#f8f8f8;border-radius:20px;transition:.2s}.service__branches .branches .branches__item:hover{box-shadow:inset 0px 0px 0px 4px #fe6613}.service__branches .branches .branches__item:before{counter-increment:item;content:counter(item, decimal-leading-zero);position:absolute;top:10px;left:20px;font-size:150px;font-weight:900;color:rgba(0,0,0,.04)}.service__branches .branches .branches__item .branches__header{display:flex;justify-content:flex-end;width:100%}.service__branches .branches .branches__item .branches__header .branches__icon{position:relative;display:flex;align-items:center;justify-content:center}.service__branches .branches .branches__item .branches__header .branches__icon:after{content:"";width:50px;height:50px;border-radius:100px;position:absolute;right:-10px;background:linear-gradient(50deg, rgba(254, 102, 19, 0.2) 40%, rgb(254, 102, 19) 80%)}.service__branches .branches .branches__item .branches__header .branches__icon .icon{font-size:70px}.service__branches .branches .branches__item .branches__description{display:flex;flex-direction:column;row-gap:1rem}.service__branches .branches .branches__item .branches__description h3{font-size:36px;font-weight:900}.service__branches .branches .branches__item .branches__description p{font-size:24px}.service__branches .branches .branches__item:nth-child(1){grid-area:1/1/2/7}.service__branches .branches .branches__item:nth-child(2){grid-area:2/1/3/4}.service__branches .branches .branches__item:nth-child(3){grid-area:2/4/3/7}.service__branches .branches .branches__item:nth-child(4){grid-area:3/1/4/7}.service__branches .branches .branches__item:nth-child(5){grid-area:4/1/5/4}.service__branches .branches .branches__item:nth-child(6){grid-area:4/4/5/7}.accordion__section{position:relative}.accordion__section .container{display:flex;flex-direction:column;row-gap:60px}.accordion__section .accordion{font-size:1rem;width:100%;margin:0 auto;border-radius:5px;display:flex;flex-direction:column;row-gap:1rem}.accordion__section .accordion .accordion__item{background:#f8f8f8;border-radius:20px}.accordion__section .accordion .accordion__item .accordion__header{padding:30px;color:#000;cursor:pointer;font-size:.7em;letter-spacing:.1em;transition:all .3s;display:flex;justify-content:space-between;align-items:center}.accordion__section .accordion .accordion__item .accordion__header:hover{position:relative;z-index:5}.accordion__section .accordion .accordion__item .accordion__header h3{font-size:36px;font-weight:900}.accordion__section .accordion .accordion__item .accordion__header .header__content{display:flex;align-items:center;column-gap:30px}.accordion__section .accordion .accordion__item .accordion__header .header__content .header__icon{position:relative;display:flex;align-items:center;justify-content:center}.accordion__section .accordion .accordion__item .accordion__header .header__content .header__icon:after{content:"";width:50px;height:50px;border-radius:100px;position:absolute;left:-10px;background:linear-gradient(50deg, rgba(254, 102, 19, 0.2) 40%, rgb(254, 102, 19) 80%)}.accordion__section .accordion .accordion__item .accordion__header .header__content .header__icon .icon{font-size:70px}.accordion__section .accordion .accordion__item>.accordion__header:after{content:"+";width:40px;height:40px;font-size:28px;font-weight:900;background-color:#ededed;border-radius:100px;position:relative;display:flex;align-items:center;justify-content:center;transition:.3s}.accordion__section .accordion .accordion__item.active>.accordion__header:after{content:"-";background-color:#fe6613}.accordion__section .accordion .accordion__item .accordion__item .accordion__header{background:#ffdcc9;color:#000;padding:20px;font-size:24px;font-weight:900}.accordion__section .accordion .accordion__item .accordion__content{color:#353535;display:none}.accordion__section .accordion .accordion__item .accordion__content .accordion__wrapper{padding:0 40px 40px;display:flex}.accordion__section .accordion .accordion__item .accordion__content .accordion__wrapper>div{flex:1}.accordion__section .accordion .accordion__item .accordion__content .accordion__wrapper .accordion__description p{font-size:24px}.accordion__section .accordion .accordion__item .accordion__content .accordion__wrapper .accordion__media{max-width:420px}.question_answer{position:relative}.question_answer .container{display:flex;flex-direction:column;row-gap:60px}.question_answer .wrapper{display:flex;align-items:center;background-color:#f8f8f8;border-radius:20px;padding:40px;column-gap:40px;width:100%}.question_answer>div{width:100%}.question_answer .answer__media img{max-width:350px}.question_answer .answer__data{width:100%}.question_answer .accordion{font-size:1rem;width:100%;display:flex;flex-direction:column;row-gap:1rem}.question_answer .accordion .accordion__item{border-radius:20px;border:1px solid #ddd}.question_answer .accordion .accordion__item .accordion__header{padding:1.5rem;cursor:pointer;font-size:1rem;display:flex;justify-content:space-between;align-items:center}.question_answer .accordion .accordion__item .accordion__header h3{font-size:22px;font-weight:900}.question_answer .accordion .accordion__item .accordion__header .header__content{display:flex;align-items:center;column-gap:30px}.question_answer .accordion .accordion__item .accordion__header .header__content .header__icon{position:relative;display:flex;align-items:center;justify-content:center}.question_answer .accordion .accordion__item .accordion__header .header__content .header__icon:after{content:"";width:50px;height:50px;border-radius:100px;position:absolute;left:-10px;background:linear-gradient(50deg, rgba(254, 102, 19, 0.2) 40%, rgb(254, 102, 19) 80%)}.question_answer .accordion .accordion__item .accordion__header .header__content .header__icon .icon{font-size:70px}.question_answer .accordion .accordion__item>.accordion__header:after{content:"+";width:40px;height:40px;font-size:28px;font-weight:900;background-color:#ededed;border-radius:100px;position:relative;display:flex;align-items:center;justify-content:center;transition:.3s}.question_answer .accordion .accordion__item.active>.accordion__header:after{content:"-";background-color:#fe6613}.question_answer .accordion .accordion__item .accordion__item .accordion__header{background:#ffdcc9;color:#000;padding:20px;font-size:24px;font-weight:900}.question_answer .accordion .accordion__item .accordion__content{color:#353535;display:none}.question_answer .accordion .accordion__item .accordion__content .accordion__wrapper{padding:0 20px 20px;display:flex}.question_answer .accordion .accordion__item .accordion__content .accordion__wrapper .accordion__description p{font-size:20px}.ref__herocard{height:calc(100vh - var(--header-height) - 12rem);display:flex;align-items:center;background-color:#fcfcfc;margin-bottom:80px;box-shadow:0px 1px 4px -1px rgba(0,0,0,.1)}.ref__herocard .container{display:flex;flex-direction:column;align-items:center;justify-content:center}.ref__herocard .wrapper{display:flex;align-items:center;column-gap:2rem}.ref__herocard .wrapper .herocard__description{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.ref__herocard .wrapper .herocard__description h1{font-size:48px;font-weight:900}.ref__herocard .wrapper .herocard__description p{font-size:24px;margin-top:1rem}.ref__herocard .wrapper .herocard__description .herocard__action{margin-top:60px;display:flex;column-gap:1.5rem}.referances .container{width:100%}.referances .grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(375px, 1fr));grid-gap:60px}.referances .grid-item{display:flex;flex-direction:column;row-gap:2rem;color:#000;border:1px solid rgba(0,0,0,.07);border-radius:20px}.referances .grid-item .referance__media{width:100%;height:350px;overflow:hidden;border-radius:20px}.referances .grid-item .referance__media img{width:100%;height:100%;object-fit:cover}.referances .grid-item .referance__description{padding:0 2rem 2rem;display:flex;align-items:center;justify-content:space-between}.referances .grid-item .referance__description .referance__titles{display:flex;flex-direction:column;row-gap:5px}.referances .grid-item .referance__description .referance__titles h3{font-size:30px;font-weight:700}.referances .grid-item .referance__description .referance__titles span{font-size:18px;color:rgba(0,0,0,.5)}.ref__herocard{height:calc(100vh - var(--header-height) - 12rem);display:flex;align-items:center;background-color:#fcfcfc;margin-bottom:80px;box-shadow:0px 1px 4px -1px rgba(0,0,0,.1)}.ref__herocard .container{display:flex;flex-direction:column;align-items:center;justify-content:center}.ref__herocard .wrapper{display:flex;align-items:center;column-gap:2rem}.ref__herocard .wrapper .herocard__description{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.ref__herocard .wrapper .herocard__description h1{font-size:48px;font-weight:900}.ref__herocard .wrapper .herocard__description span{font-size:20px;margin-top:10px;color:rgba(0,0,0,.5)}.ref__herocard .wrapper .herocard__description p{font-size:24px;margin-top:1rem}.ref__herocard .wrapper .herocard__description .herocard__action{margin-top:60px;display:flex;column-gap:1.5rem}.referance .container{display:flex;flex-direction:column;row-gap:60px}.referance .referance__media{overflow:hidden;width:100%;height:600px;display:block;position:relative;border-radius:20px}.referance .referance__media:hover .referance__img{background-position:bottom}.referance .referance__media .referance__img{width:100%;height:100%;object-fit:cover;background-position:top;transition:2s}.referance .referance__data{background-color:#f8f8f8;padding:50px;border-radius:20px;display:flex;flex-direction:column;row-gap:3rem}.referance .referance__data .data__item{display:flex;flex-direction:column;row-gap:20px}.referance .referance__data .data__item .date__title{font-size:14px;color:rgba(0,0,0,.5)}.referance .referance__data .data__item .data_fonts{display:flex;flex-direction:column;row-gap:2rem}.referance .referance__data .data__item .data_fonts .font__item{display:flex;column-gap:1rem}.referance .referance__data .data__item .data_fonts .font__item .font__name{font-weight:bold;font-size:30px;width:275px}.referance .referance__data .data__item .data_fonts .font__item .font__preview{font-size:24px;flex:1;letter-spacing:4px;display:flex;flex-direction:column;row-gap:1rem}.referance .referance__data .data__item .data_fonts .font__item .font__preview .font__preview-big{text-transform:uppercase}.referance .referance__data .data__item .data_fonts .font__item .font__preview .font__preview-small{text-transform:lowercase}.referance .referance__data .data__item .data__colors{display:flex;column-gap:2rem}.referance .referance__data .data__item .data__colors .color__item{text-align:center;display:flex;flex-direction:column;row-gap:10px}.referance .referance__data .data__item .data__colors .color__item span:nth-child(1){width:60px;height:60px;border-radius:100px;text-align:center}.referance .referance__data .data__item .data__colors .color__item span:nth-child(2){font-size:14px;color:#000;font-weight:600}.referance .referance__data .data__item .data__tools{display:flex;column-gap:2rem}.about{height:calc(100vh - var(--header-height));display:flex;flex-direction:column;margin-bottom:80px}.about .container{display:flex;flex-direction:column;align-items:center;justify-content:center}.about .aboud__header{display:flex;flex-direction:column;margin-bottom:100px}.about .aboud__header .aboud__media{width:100%;height:330px;overflow:hidden;margin-bottom:50px}.about .aboud__header .aboud__media img{width:100%;height:100%;object-fit:cover}.about .aboud__header .aboud__title .container{display:flex;flex-direction:column;justify-content:center;text-align:center;row-gap:32px}.about .aboud__header .aboud__title h1{font-size:72px;font-weight:900}.about .aboud__header .aboud__title p{font-size:48px}.aboud__content{display:flex;flex-direction:column;row-gap:100px;margin-bottom:100px}.aboud__content .aboud__item:nth-child(even) .content__header{flex-direction:row-reverse}.aboud__content .aboud__item:nth-child(even) .content__header .content__media{border-bottom-left-radius:0;border-top-left-radius:0;border-bottom-right-radius:20px;border-top-right-radius:20px}.aboud__content .aboud__item:nth-child(even) .content__header .content__title{padding-right:140px;padding-left:0}.aboud__content .aboud__item .content__header{display:flex;align-items:center;column-gap:64px;margin-bottom:64px}.aboud__content .aboud__item .content__header>div{width:100%}.aboud__content .aboud__item .content__header .content__media{height:330px;overflow:hidden;border-bottom-left-radius:20px;border-top-left-radius:20px}.aboud__content .aboud__item .content__header .content__media img{width:100%;height:100%;object-fit:cover}.aboud__content .aboud__item .content__header .content__title{padding-left:140px}.aboud__content .aboud__item .content__header .content__title h2{font-size:64px;font-weight:900}.aboud__content .aboud__item .content__description p{font-size:36px}.team .wrapper{display:grid;grid-template-columns:repeat(auto-fit, minmax(252px, 1fr));grid-gap:40px}.team .team__item{background-color:#000;border-radius:20px;padding:40px;display:flex;flex-direction:column;align-items:center}.team .team__item .team__media{width:172px;height:172px;border-radius:100px;position:relative;margin-bottom:25px}.team .team__item .team__media:before{content:"";position:absolute;bottom:-14px;left:5px;width:168px;height:168px;border-radius:100px;background:linear-gradient(132.12deg, #002BFF 19.25%, rgba(0, 0, 0, 0.5) 87.32%)}.team .team__item .team__media .team__img{width:172px;height:172px;border-radius:100px;overflow:hidden;position:absolute;top:0;left:0}.team .team__item .team__media .team__img img{width:100%;height:100%;object-fit:cover}.team .team__item .team__media .team__modal .modal__button{width:30px;height:30px;background-color:#fe6613;color:#000;border-radius:100px;position:absolute;right:10px;bottom:10px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px}.team .team__item .team__media .team__modal .modal__container{display:flex;column-gap:40px}.team .team__item .team__media .team__modal .modal__header{display:flex;flex-direction:column;align-items:center;row-gap:20px}.team .team__item .team__media .team__modal .modal__header>.team__social{flex-direction:column;row-gap:20px}.team .team__item .team__media .team__modal .modal__content>.team__info{text-align:left}.team .team__item .team__media .team__modal .modal__content>.team__info p{font-size:20px;color:#fff;margin-top:25px}.team .team__item .team__media .team__modal .modal__content .team__skills{display:flex;flex-direction:column;row-gap:15px}.team .team__item .team__media .team__modal .modal__content .team__skills .team__skills-title{color:#fe6613;font-size:18px}.team .team__item .team__info{display:flex;flex-direction:column;row-gap:5px;text-align:center;margin-bottom:40px}.team .team__item .team__info .team__name{font-size:20px;color:#fff}.team .team__item .team__info .team__title{font-size:16px;color:#fe6613}.team .team__item .team__social{display:flex;column-gap:20px;justify-content:center}.team .team__item .team__social a{color:#fe6613;font-size:24px}#footer{width:100%;display:flex;flex-direction:column;background-color:#000}#footer .container{width:100%}#footer .footer__address{display:flex;column-gap:1rem;align-items:center;justify-content:center;padding-top:35px;padding-bottom:35px;border-bottom:1px solid rgba(255,255,255,.06);padding-left:1rem;padding-right:1rem}@media screen and (max-width: 320px){#footer .footer__address{flex-direction:column;row-gap:1rem}}@media screen and (max-width: 727px){#footer .footer__address{flex-direction:column;row-gap:1rem}}#footer .footer__address .address__map .address__map-img{height:100%;width:100%;max-width:290px;min-width:100px}#footer .footer__address .address__description{display:flex;align-items:center;flex-direction:column;text-align:center;row-gap:2rem}#footer .footer__address .address__description>.icon{font-size:35px;color:#fe6613}#footer .footer__address .address__description p{font-size:24px;color:#fff}#footer .footer__menu{display:flex;align-items:center;padding-top:60px;padding-bottom:60px;width:100%}@media screen and (max-width: 767px){#footer .footer__menu{flex-direction:column;row-gap:60px}}#footer .footer__menu .footer__logo{display:flex;justify-content:flex-start;width:400px}@media screen and (max-width: 767px){#footer .footer__menu .footer__logo{width:100%;justify-content:center}}#footer .footer__menu .footer__logo a{display:flex;flex-direction:column;align-items:center;row-gap:20px;text-align:center;color:#fff}#footer .footer__menu .footer__logo a span{font-size:28px;font-weight:700;letter-spacing:1.5px}#footer .footer__menu .footer__logo a p{font-size:24px}#footer .footer__menu .footer__nav{display:flex;justify-content:space-between;flex:1}@media screen and (max-width: 767px){#footer .footer__menu .footer__nav{flex-direction:column;row-gap:60px}}#footer .footer__menu .footer__nav .footer__nav-link .nav__title,#footer .footer__menu .footer__nav .footer__nav-social .nav__title,#footer .footer__menu .footer__nav .footer__nav-subscribe .nav__title{font-size:20px;font-weight:600;color:#fe6613}#footer .footer__menu .footer__nav .footer__nav-link{display:flex;flex-direction:column;row-gap:10px}@media screen and (max-width: 767px){#footer .footer__menu .footer__nav .footer__nav-link{align-items:center}}#footer .footer__menu .footer__nav .footer__nav-link .nav__list{display:flex;flex-direction:column;row-gap:15px}@media screen and (max-width: 767px){#footer .footer__menu .footer__nav .footer__nav-link .nav__list{flex-direction:row;column-gap:15px;flex-wrap:wrap;justify-content:center}}#footer .footer__menu .footer__nav .footer__nav-link .nav__list a{font-size:16px;color:#fff}#footer .footer__menu .footer__nav .footer__nav-social{display:flex;flex-direction:column;row-gap:10px}@media screen and (max-width: 767px){#footer .footer__menu .footer__nav .footer__nav-social{align-items:center}}#footer .footer__menu .footer__nav .footer__nav-social .social__list{display:flex;gap:10px;flex-wrap:wrap;max-width:110px}@media screen and (max-width: 767px){#footer .footer__menu .footer__nav .footer__nav-social .social__list{flex-direction:row;column-gap:15px;max-width:100%}}#footer .footer__menu .footer__nav .footer__nav-social .social__list a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:2px solid #fe6613;border-radius:100px;color:#fe6613;transition:.4s}#footer .footer__menu .footer__nav .footer__nav-social .social__list a:hover{background-color:#fe6613;color:#000}#footer .footer__menu .footer__nav .footer__nav-social .social__list a .icon{font-size:20px}#footer .footer__menu .footer__nav .footer__nav-subscribe{display:flex;flex-direction:column;row-gap:10px}@media screen and (max-width: 767px){#footer .footer__menu .footer__nav .footer__nav-subscribe{align-items:center}}#footer .footer__menu .footer__nav .footer__nav-subscribe p{color:#fff;font-size:16px;margin-bottom:10px}#footer .footer__menu .footer__nav .footer__nav-subscribe form{position:relative;display:flex;align-items:center}@media screen and (max-width: 767px){#footer .footer__menu .footer__nav .footer__nav-subscribe form{width:90%}}#footer .footer__menu .footer__nav .footer__nav-subscribe form input{width:100%;max-width:330px;height:50px;border-radius:100px;border:2px solid #fe6613;background-color:rgba(0,0,0,0);color:#fe6613;font-size:14px;padding-left:2.7rem;padding-right:3rem}@media screen and (max-width: 767px){#footer .footer__menu .footer__nav .footer__nav-subscribe form input{max-width:100%}}#footer .footer__menu .footer__nav .footer__nav-subscribe form input::placeholder{color:#fe6613}#footer .footer__menu .footer__nav .footer__nav-subscribe form .input__icon{position:absolute;color:#fe6613;left:1rem;font-size:20px}#footer .footer__menu .footer__nav .footer__nav-subscribe form a{position:absolute;color:#fe6613;right:0;font-size:25px;height:50px;width:50px;display:flex;align-items:center;justify-content:center;border-radius:100px;transition:.4s}#footer .footer__menu .footer__nav .footer__nav-subscribe form a:hover{background-color:rgba(254,102,19,.1)}#footer .footer__alt{display:flex;justify-content:space-between;color:#fff;font-size:16px;padding-top:35px;padding-bottom:35px;border-top:1px solid rgba(255,255,255,.06)}@media screen and (max-width: 767px){#footer .footer__alt{flex-direction:column-reverse;row-gap:30px;align-items:center}}#footer .footer__alt .footer__alt-nav{display:flex;column-gap:30px}#footer .footer__alt .footer__alt-nav a{color:#fff;transition:.4s}#footer .footer__alt .footer__alt-nav a:hover{color:#fe6613}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff }.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size: 44px }.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color: #ffffff }.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color: #000000 }.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color: #ffffff }.swiper-pagination-black{--swiper-pagination-color: #000000 }.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.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%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff }.swiper-lazy-preloader-black{--swiper-preloader-color: #000 }@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.nav{display:flex;justify-content:space-between;height:100%;width:100%;align-items:center}.stellarnav{position:relative;z-index:9900;display:flex;justify-content:space-between;height:100%}.stellarnav.mobile ul{top:120% !important;transition:.4s}.stellarnav.mobile.active ul{top:100% !important;transition:.4s}.stellarnav a{color:#000}.stellarnav>ul{display:flex;justify-content:flex-end}.stellarnav ul{display:flex;position:relative;column-gap:20px;align-items:center}.stellarnav li{display:block;position:relative}.stellarnav li a{padding:15px 0;display:block;color:#000;font-size:18px;font-weight:600;transition:.1s}.stellarnav li a:hover{color:#fe6613}.stellarnav>ul>li{display:flex;align-items:center;height:100%}.stellarnav ul ul{top:100%;width:220px;position:absolute;z-index:9900;text-align:left;display:none;background-color:#f8f8f8 !important;box-shadow:0 10px 20px rgba(0,0,0,.1) !important;font-size:10px !important}.stellarnav li li{display:block;padding:0 20px}.stellarnav ul ul ul{top:0;left:220px}.stellarnav>ul>li:hover>ul>li:hover>ul{opacity:1;visibility:visible;top:0}.stellarnav>ul>li.drop-left>ul{right:0}.stellarnav li.drop-left ul ul{left:auto;right:220px}.stellarnav.light{background:#fff}.stellarnav.light a{color:#000}.stellarnav.light ul ul{background:#fff}.stellarnav.light li a{color:#000}.stellarnav.dark{background:#000}.stellarnav.dark a{color:#fff}.stellarnav.dark ul ul{background:#000}.stellarnav.dark li a{color:#fff}.stellarnav.fixed{position:fixed;width:100%;top:0;left:0;z-index:9999}body.stellarnav-noscroll-x{overflow-x:hidden}.stellarnav li.has-sub>a:after{content:"";height:24px;width:24px;display:inline-block;float:right;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z'/%3E%3C/svg%3E") no-repeat 50% 50%;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z'/%3E%3C/svg%3E") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background-color:#000;transition:.1s;margin-left:5px}.stellarnav li a{position:relative}.stellarnav li a::before{content:"";position:absolute;bottom:0;right:0;width:0;height:3px;background-color:#fe6613;transition:width .6s cubic-bezier(0.25, 1, 0.5, 1)}@media(hover: hover)and (pointer: fine){.stellarnav li a:hover::before{left:0;right:auto;width:100%}}.stellarnav li.has-sub:hover>a:after{background-color:#fe6613}.stellarnav li li.has-sub>a:after{transform:rotate(270deg)}.stellarnav li.drop-left li.has-sub>a:after{transform:rotate(90deg)}.stellarnav.hide-arrows li.has-sub>a:after,.stellarnav.hide-arrows li li.has-sub>a:after,.stellarnav.hide-arrows li.drop-left li.has-sub>a:after{display:none}.stellarnav .menu-toggle,.stellarnav .close-menu,.stellarnav .call-btn-mobile,.stellarnav .location-btn-mobile{display:none;text-transform:uppercase;text-decoration:none}.stellarnav .dd-toggle{display:none;position:absolute;top:0;right:0;padding:0;width:48px;height:48px;text-align:center;z-index:9999;border:0}.stellarnav.mobile>ul>li>a.dd-toggle{padding:0}.stellarnav li.call-btn-mobile,.stellarnav li.location-btn-mobile{display:none}.stellarnav svg{fill:currentColor;width:1em;height:1em;position:relative;top:2px}.stellarnav a.dd-toggle .icon-plus{box-sizing:border-box;transition:transform .3s;width:12px;height:100%;position:relative;vertical-align:middle;display:inline-block}.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after{content:"";display:block;width:12px;height:0px;top:50%;position:absolute;transition:width .3s}.stellarnav a.dd-toggle .icon-plus:before{border-bottom:solid 2px #000;transform:rotate(90deg)}.stellarnav a.dd-toggle .icon-plus:after{border-bottom:solid 2px #fe6613}.stellarnav li.open>a.dd-toggle .icon-plus{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.stellarnav.light a.dd-toggle .icon-plus:before{border-color:#000}.stellarnav.light a.dd-toggle .icon-plus:after{border-color:#000}.stellarnav.dark a.dd-toggle .icon-plus:before{border-color:#fff}.stellarnav.dark a.dd-toggle .icon-plus:after{border-color:#fff}.stellarnav .icon-close{box-sizing:border-box;width:12px;height:12px;position:relative;display:inline-block}.stellarnav .icon-close:before{content:"";display:block;width:12px;height:0px;border-bottom:solid 3px #777;position:absolute;top:50%;transform:rotate(45deg)}.stellarnav .icon-close:after{content:"";display:block;width:12px;height:0px;top:50%;border-bottom:solid 3px #777;position:absolute;transform:rotate(-45deg)}.stellarnav.light .icon-close:before{border-color:#000}.stellarnav.light .icon-close:after{border-color:#000}.stellarnav.dark .icon-close:before{border-color:#fff}.stellarnav.dark .icon-close:after{border-color:#fff}.stellarnav .menu-toggle,.stellarnav .call-btn-mobile,.stellarnav .location-btn-mobile,.stellarnav .close-menu{padding:15px 0 15px 15px;box-sizing:border-box}.stellarnav .menu-toggle span.bars{display:flex;flex-direction:column;align-items:flex-end;row-gap:5px}.stellarnav .menu-toggle span.bars span{height:3px;border-radius:6px;background:#000;transition:.3s}.stellarnav .menu-toggle span.bars span:nth-child(1){background:#000;width:10px}.stellarnav.active .menu-toggle span.bars span:nth-child(1){width:15px}.stellarnav .menu-toggle span.bars span:nth-child(2){background:#fe6613;width:20px}.stellarnav .menu-toggle span.bars span:nth-child(3){background:#000;width:15px}.stellarnav.active .menu-toggle span.bars span:nth-child(3){width:10px}.stellarnav .full{width:100%}.stellarnav .half{width:50%}.stellarnav .third{width:33%;text-align:center}.stellarnav .location-btn-mobile.third{text-align:center}.stellarnav .location-btn-mobile.half{text-align:right}.stellarnav.light .third,.stellarnav.light .half{border-left:1px solid rgba(0,0,0,.15)}.stellarnav.light.left .third,.stellarnav.light.left .half{border-bottom:1px solid rgba(0,0,0,.15)}.stellarnav.light.right .third,.stellarnav.light.right .half{border-bottom:1px solid rgba(0,0,0,.15)}.stellarnav.light .third:first-child,.stellarnav.light .half:first-child{border-left:0}.stellarnav.dark .third,.stellarnav.dark .half{border-left:1px solid rgba(255,255,255,.15)}.stellarnav.dark.left .third,.stellarnav.dark.left .half{border-bottom:1px solid rgba(255,255,255,.15)}.stellarnav.dark.right .third,.stellarnav.dark.right .half{border-bottom:1px solid rgba(255,255,255,.15)}.stellarnav.light.left .menu-toggle,.stellarnav.light.right .menu-toggle{border-bottom:0}.stellarnav.dark.left .menu-toggle,.stellarnav.dark.right .menu-toggle{border-bottom:0}.stellarnav.dark .third:first-child,.stellarnav.dark .half:first-child{border-left:0}.stellarnav.light .menu-toggle span.bars span{background:#000}.stellarnav.dark .menu-toggle span.bars span{background:#fff}.stellarnav.mobile{position:static}.stellarnav.mobile.fixed{position:static}.stellarnav.mobile ul{position:relative;display:none}.stellarnav.mobile.active{padding-bottom:0}.stellarnav.mobile.active>ul{position:absolute;width:100%;top:100%;left:0}.stellarnav.mobile ul{text-align:left}.stellarnav.mobile>ul>li{display:block}.stellarnav.mobile>ul>li>a{padding:15px}.stellarnav.mobile ul{background-color:#fff;box-shadow:0 20px 20px rgba(0,0,0,.2)}.stellarnav.mobile ul ul{position:relative;width:auto;display:none;padding:1rem}.stellarnav.mobile ul ul ul{left:auto;top:auto}.stellarnav.mobile li.drop-left ul ul{right:auto}.stellarnav.mobile li a{border-bottom:1px solid rgba(0,0,0,.02)}.stellarnav.mobile>ul{border-top:1px solid rgba(0,0,0,.05)}.stellarnav.mobile.light li a{border-bottom:1px solid rgba(0,0,0,.15)}.stellarnav.mobile.light>ul{border-top:1px solid rgba(0,0,0,.15)}.stellarnav.mobile li a.dd-toggle{border:0}.stellarnav.mobile.light li a.dd-toggle{border:0}.stellarnav.mobile .menu-toggle,.stellarnav.mobile .dd-toggle,.stellarnav.mobile .close-menu,.stellarnav.mobile .call-btn-mobile,.stellarnav.mobile .location-btn-mobile{display:inline-block}.stellarnav.mobile li.call-btn-mobile{border-right:1px solid rgba(255,255,255,.1);box-sizing:border-box}.stellarnav.mobile li.call-btn-mobile,.stellarnav.mobile li.location-btn-mobile{display:inline-block;width:50%;text-transform:uppercase;text-align:center}.stellarnav.mobile li.call-btn-mobile.full,.stellarnav.mobile li.location-btn-mobile.full{display:block;width:100%;text-transform:uppercase;border-right:0;text-align:left}.stellarnav.mobile.light ul{background:#fff}.stellarnav.mobile.dark ul{background:#000}.stellarnav.mobile.dark ul ul{background:rgba(255,255,255,.08)}.stellarnav.mobile.light li.call-btn-mobile{border-right:1px solid rgba(0,0,0,.1)}.stellarnav.mobile.top{position:absolute;width:100%;top:0;left:0;z-index:9999}.stellarnav.mobile li.has-sub>a:after,.stellarnav.mobile li li.has-sub>a:after,.stellarnav.mobile li.drop-left li.has-sub>a:after{display:none}.stellarnav.mobile.right>ul,.stellarnav.mobile.left>ul{position:fixed;top:0;bottom:0;width:100%;max-width:280px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.stellarnav.mobile.right>ul{right:0}.stellarnav.mobile.right .close-menu,.stellarnav.mobile.left .close-menu{display:inline-block;text-align:right}.stellarnav.mobile.left>ul{left:0}.stellarnav.mobile.right .location-btn-mobile.half,.stellarnav.mobile.right .call-btn-mobile.half,.stellarnav.mobile.right .close-menu.half{text-align:center}.stellarnav.mobile.right .location-btn-mobile.third,.stellarnav.mobile.right .call-btn-mobile.third,.stellarnav.mobile.right .close-menu.third{text-align:center}.stellarnav.mobile.left .location-btn-mobile.half,.stellarnav.mobile.left .call-btn-mobile.half,.stellarnav.mobile.left .close-menu.half{text-align:center}.stellarnav.mobile.left .location-btn-mobile.third,.stellarnav.mobile.left .call-btn-mobile.third,.stellarnav.mobile.left .close-menu.third{text-align:center}.stellarnav.mobile.left .menu-toggle.half,.stellarnav.mobile.left .menu-toggle.third,.stellarnav.mobile.right .menu-toggle.half,.stellarnav.mobile.right .menu-toggle.third{text-align:left}.stellarnav.mobile.left .close-menu.third span,.stellarnav.mobile.right .close-menu.third span{display:none}.stellarnav.desktop li.mega ul ul{background:none}.stellarnav.desktop li.mega li{display:inline-block;vertical-align:top;margin-left:-4px}.stellarnav.desktop li.mega li li{display:block;position:relative;left:4px}.stellarnav.desktop li.mega ul ul{width:auto}.stellarnav.desktop>ul>li.mega{position:inherit}.stellarnav.desktop>ul>li.mega>ul{width:100%}.stellarnav.desktop>ul>li.mega>ul li.has-sub ul{display:block;position:relative;left:auto}.stellarnav.desktop>ul>li.mega>ul>li{padding-bottom:15px;box-sizing:border-box}.stellarnav.desktop li.mega li li a{padding:5px 15px}.stellarnav.desktop li.mega li.has-sub a:after{display:none}.stellarnav.desktop>ul>li.mega>ul>li>a{color:#ff0}@media only screen and (max-width: 768px){.stellarnav{overflow:hidden;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.stellarnav ul{position:relative;display:none}}@media only screen and (max-width: 420px){.stellarnav.mobile .call-btn-mobile.third span,.stellarnav.mobile .location-btn-mobile.third span{display:none}}.skillbar{display:flex;flex-direction:column;row-gap:15px;position:relative}.skillbar-item{display:flex;justify-content:space-between;align-items:center;column-gap:25px;width:100%;background-color:rgba(254,102,19,.08);padding:20px 25px;border-radius:10px;transition:.4s}.skillbar-title{width:200px;font-size:18px;color:#fe6613}.skillbar-bar{width:100%;background-color:rgba(254,102,19,.2);border-radius:10px}.skillbar-bar .skilbar-progress{height:10px;width:0px;background-color:#fe6613;border-radius:10px}.skillbar-percent{width:70px;font-size:18px;color:#fe6613;text-align:right}.skillbar-percent.skillbar-count:after{content:"%"}.modal{z-index:999}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.95);display:flex;justify-content:center;align-items:center;z-index:998}.modal__container{background-color:#000;padding:40px;max-width:1160px;max-height:100vh;border-radius:20px;overflow-y:auto;box-sizing:border-box}.modal__header{display:flex}.modal__title{margin-top:0;margin-bottom:0;font-weight:600;font-size:1.25rem;line-height:1.25;color:#00449e;box-sizing:border-box}.modal__close{background-color:#fe6613;border:0;color:#000;position:absolute;right:40px;top:40px;width:30px;height:30px;border-radius:100px;font-size:1rem;display:flex;align-items:center;justify-content:center}.modal__close .icon{pointer-events:none}.modal__content{margin-top:2rem;margin-bottom:2rem;line-height:1.5;color:rgba(0,0,0,.8)}.modal__btn{font-size:.875rem;padding-left:1rem;padding-right:1rem;padding-top:.5rem;padding-bottom:.5rem;background-color:#e6e6e6;color:rgba(0,0,0,.8);border-radius:.25rem;border-style:none;border-width:0;cursor:pointer;-webkit-appearance:button;text-transform:none;overflow:visible;line-height:1.15;margin:0;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.modal__btn:focus,.modal__btn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.modal__btn-primary{background-color:#00449e;color:#fff}@keyframes mmfadeIn{from{opacity:0}to{opacity:1}}@keyframes mmfadeOut{from{opacity:1}to{opacity:0}}@keyframes mmslideIn{from{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{from{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide{display:none}.micromodal-slide.is-open{display:block}.micromodal-slide[aria-hidden=false] .modal__overlay{animation:mmfadeIn .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=false] .modal__container{animation:mmslideIn .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=true] .modal__overlay{animation:mmfadeOut .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide[aria-hidden=true] .modal__container{animation:mmslideOut .3s cubic-bezier(0, 0, 0.2, 1)}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform}/*# sourceMappingURL=style.css.map */