html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}html{scroll-behavior:smooth}body,h1,h2,h3,h4,h5,h6,p,label,span{font-family:"Montserrat",sans-serif}h1{font-size:24px;line-height:32px;font-weight:600;color:#2e2e2e}@media(min-width: 1024px){h1{font-size:48px;line-height:60px}}h2{font-size:28px;font-weight:600;color:#2e2e2e}@media(min-width: 640px){h2{font-size:24px}}@media(min-width: 1024px){h2{font-size:28px}}h4{font-size:14px;font-weight:700;color:#2e2e2e}@media(min-width: 1024px){h4{font-size:28px}}h6{font-size:14px;font-weight:600;color:#2e2e2e}@media(min-width: 1024px){h6{font-size:18px}}.text--primary{color:#a00}.nav{height:65px;display:flex;align-items:center;background:rgba(0,0,0,0);position:fixed;top:0;left:0;right:0;width:100%;z-index:99}.nav-wrapper{width:100%;height:100%;max-width:300px;margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;align-items:center}@media(min-width: 640px){.nav-wrapper{max-width:640px}}@media(min-width: 1024px){.nav-wrapper{max-width:960px;border-bottom:1px solid #fff}}@media(min-width: 1280px){.nav-wrapper{max-width:1100px}}.nav-brand__image img{width:90px;height:auto}.nav-menu{position:fixed;inset:0;width:100%;height:calc(100% - 65px);z-index:2;background:rgba(0,0,1,.85);margin-top:65px;display:flex;align-items:center;opacity:0;transform:scale(0.75);transition:.2s all ease-out;transform-origin:top center;visibility:hidden}@media(min-width: 1024px){.nav-menu{visibility:visible;position:relative;inset:unset;width:unset;height:unset;background-color:rgba(0,0,0,0);margin-top:0;display:unset;opacity:1;transform:scale(1)}}.nav-menu--active{opacity:1;transform:scale(1);visibility:visible}.nav-menu__list{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:300px;margin-left:auto;margin-right:auto}.nav-menu__list>*+*{margin-top:30px}@media(min-width: 640px){.nav-menu__list{max-width:640px}}@media(min-width: 1024px){.nav-menu__list{flex-direction:row;max-width:unset;width:unset;margin:unset}.nav-menu__list>*+*{margin-top:0;margin-left:40px}}.nav-menu__list-item{position:relative}.nav-menu__item-link{text-decoration:none;font-size:16px;font-weight:600;color:#fafbfc}.nav-menu__item-link:hover{text-decoration:underline}@media(min-width: 1024px){.nav-menu__item-link{font-size:12px;color:#fafbfc}}.nav-parent__head{display:flex;align-items:center;justify-content:center;text-decoration:none;margin-bottom:16px}.nav-parent__head img{width:20px;height:20px}@media(min-width: 1024px){.nav-parent__head{margin-bottom:0}}.nav-parent__wrapper{list-style:none;background-color:rgba(0,0,1,.75);display:none}@media(min-width: 1024px){.nav-parent__wrapper{position:absolute;top:42px;left:-12px}}.nav-parent__wrapper--active{display:block}.nav-parent__item{display:block;padding:8px 12px}.nav-parent__item:hover{background-color:rgba(255,255,255,.15)}.nav-parent__item-child{display:flex;align-items:center;text-decoration:none}.nav-parent__item-child img{width:20px;height:20px}.nav-parent__item-child span{display:inline-block;font-size:12px;color:#fafbfc;margin-left:16px}.nav-icon__chevron{width:12px !important;height:12px !important;margin-left:16px;filter:brightness(0) invert(1)}.nav-toggle{display:block}@media(min-width: 1024px){.nav-toggle{display:none}}.nav-burger{position:relative;border:none;outline:none;background-color:rgba(0,0,0,0);cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center}.nav-burger>*+*{margin-top:5px}.nav-burger--active .nav-burger__bar:first-child{transform:rotate(-45deg)}.nav-burger--active .nav-burger__bar:nth-child(2){opacity:0}.nav-burger--active .nav-burger__bar:last-child{transform:rotate(45deg)}.nav-burger__bar{display:block;position:relative;width:25px;height:3px;background-color:#fff;opacity:1;transition:.3s all ease-out}.nav-burger__bar:first-child{transform-origin:right top}.nav-burger__bar:last-child{transform-origin:right bottom}@media(min-width: 1024px){.nav-burger__bar{display:none}}.nav--dark{background:#000001;box-shadow:0 0 5px rgba(0,0,1,.18)}.nav--dark .nav-wrapper{border-bottom:none}.hero{width:100%;height:800px;overflow:hidden;position:relative}.hero__image{position:absolute;width:100%;height:100%;overflow:hidden}.hero__image::before{content:"";position:absolute;width:100%;height:100%;background-image:linear-gradient(0deg, #000001 0%, transparent 50%);z-index:1}.hero__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:.5s all ease-out}.hero__image-wrapper{height:100%;width:100%}.hero__content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero__content-container{position:relative;width:100%;max-width:300px;margin-left:auto;margin-right:auto;z-index:1}@media(min-width: 640px){.hero__content-container{max-width:640px}}@media(min-width: 1024px){.hero__content-container{max-width:960px}}@media(min-width: 1280px){.hero__content-container{max-width:1100px}}.hero__content--align-center{align-items:center}.hero__content-text{max-width:753px}.hero__content-text>*+*{margin-top:30px}.hero__content-text-title{color:#fafbfc}.row{display:flex;flex-flow:row wrap;height:100%}.row--between-center{justify-content:space-between;align-items:center}@media(min-width: 0){.col-1{box-sizing:border-box;flex-grow:0;width:8.3333333333%}.col-2{box-sizing:border-box;flex-grow:0;width:16.6666666667%}.col-3{box-sizing:border-box;flex-grow:0;width:25%}.col-4{box-sizing:border-box;flex-grow:0;width:33.3333333333%}.col-5{box-sizing:border-box;flex-grow:0;width:41.6666666667%}.col-6{box-sizing:border-box;flex-grow:0;width:50%}.col-7{box-sizing:border-box;flex-grow:0;width:58.3333333333%}.col-8{box-sizing:border-box;flex-grow:0;width:66.6666666667%}.col-9{box-sizing:border-box;flex-grow:0;width:75%}.col-10{box-sizing:border-box;flex-grow:0;width:83.3333333333%}.col-11{box-sizing:border-box;flex-grow:0;width:91.6666666667%}.col-12{box-sizing:border-box;flex-grow:0;width:100%}}@media(min-width: 640px){.col-md-1{box-sizing:border-box;flex-grow:0;width:8.3333333333%}.col-md-2{box-sizing:border-box;flex-grow:0;width:16.6666666667%}.col-md-3{box-sizing:border-box;flex-grow:0;width:25%}.col-md-4{box-sizing:border-box;flex-grow:0;width:33.3333333333%}.col-md-5{box-sizing:border-box;flex-grow:0;width:41.6666666667%}.col-md-6{box-sizing:border-box;flex-grow:0;width:50%}.col-md-7{box-sizing:border-box;flex-grow:0;width:58.3333333333%}.col-md-8{box-sizing:border-box;flex-grow:0;width:66.6666666667%}.col-md-9{box-sizing:border-box;flex-grow:0;width:75%}.col-md-10{box-sizing:border-box;flex-grow:0;width:83.3333333333%}.col-md-11{box-sizing:border-box;flex-grow:0;width:91.6666666667%}.col-md-12{box-sizing:border-box;flex-grow:0;width:100%}}@media(min-width: 1024px){.col-lg-1{box-sizing:border-box;flex-grow:0;width:8.3333333333%}.col-lg-2{box-sizing:border-box;flex-grow:0;width:16.6666666667%}.col-lg-3{box-sizing:border-box;flex-grow:0;width:25%}.col-lg-4{box-sizing:border-box;flex-grow:0;width:33.3333333333%}.col-lg-5{box-sizing:border-box;flex-grow:0;width:41.6666666667%}.col-lg-6{box-sizing:border-box;flex-grow:0;width:50%}.col-lg-7{box-sizing:border-box;flex-grow:0;width:58.3333333333%}.col-lg-8{box-sizing:border-box;flex-grow:0;width:66.6666666667%}.col-lg-9{box-sizing:border-box;flex-grow:0;width:75%}.col-lg-10{box-sizing:border-box;flex-grow:0;width:83.3333333333%}.col-lg-11{box-sizing:border-box;flex-grow:0;width:91.6666666667%}.col-lg-12{box-sizing:border-box;flex-grow:0;width:100%}}@media(min-width: 1280px){.col-xl-1{box-sizing:border-box;flex-grow:0;width:8.3333333333%}.col-xl-2{box-sizing:border-box;flex-grow:0;width:16.6666666667%}.col-xl-3{box-sizing:border-box;flex-grow:0;width:25%}.col-xl-4{box-sizing:border-box;flex-grow:0;width:33.3333333333%}.col-xl-5{box-sizing:border-box;flex-grow:0;width:41.6666666667%}.col-xl-6{box-sizing:border-box;flex-grow:0;width:50%}.col-xl-7{box-sizing:border-box;flex-grow:0;width:58.3333333333%}.col-xl-8{box-sizing:border-box;flex-grow:0;width:66.6666666667%}.col-xl-9{box-sizing:border-box;flex-grow:0;width:75%}.col-xl-10{box-sizing:border-box;flex-grow:0;width:83.3333333333%}.col-xl-11{box-sizing:border-box;flex-grow:0;width:91.6666666667%}.col-xl-12{box-sizing:border-box;flex-grow:0;width:100%}}.content--founder{height:auto;position:relative}.content--home-team{scroll-margin-top:120px}.content--home-services{scroll-margin-top:120px}.about{position:relative;width:100%;height:auto;overflow:hidden}.about::before{content:"";position:absolute;z-index:1;top:0;left:0;right:0;height:160px;width:100%;background-image:linear-gradient(#000001, transparent)}.about::after{content:"";z-index:1;height:200px;width:100%;background-image:linear-gradient(transparent, #000001);position:absolute;bottom:0;left:0;right:0}.about__container{position:relative;width:100%;max-width:300px;margin-left:auto;margin-right:auto;padding-top:120px;padding-bottom:100px;z-index:2;display:flex;flex-direction:column;align-items:center}@media(min-width: 640px){.about__container{max-width:640px;justify-content:center}}@media(min-width: 1024px){.about__container{padding-top:80px;padding-bottom:160px;max-width:960px;flex-direction:row;justify-content:space-between}}@media(min-width: 1280px){.about__container{max-width:1100px}}.about__side-img{display:block;width:100%;height:280px}.about__side-img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media(min-width: 1024px){.about__side-img{width:380px;height:504px}.about__side-img img{height:100%;width:100%}}.about__content{width:100%;background:#d3d3d3;padding:32px;padding-top:48px;box-shadow:0 0 5px rgba(0,0,1,.18)}@media(min-width: 1024px){.about__content{padding:64px;width:723px}}.about__content-logo{width:100%;margin-left:auto;margin-right:auto;margin-bottom:56px;margin-bottom:42px}.about__content-logo img{width:100%;height:100%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover}@media(min-width: 640px){.about__content-logo{width:264px;height:105px}}@media(min-width: 1024px){.about__content-logo{width:352px;height:140px}}.about__content-text{margin-bottom:32px}.about__content-text p{font-size:12px;line-height:20px;margin-bottom:10px;text-align:justify;color:#000;text-indent:20px}@media(min-width: 1024px){.about__content-text{margin-bottom:64px}.about__content-text p{font-size:18px;line-height:28px;margin-bottom:16px;text-indent:40px}}.about__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute}.founder{position:relative;z-index:2;width:100%;max-width:300px;margin-left:auto;margin-right:auto;padding-top:40px;padding-bottom:110px}@media(min-width: 640px){.founder{max-width:640px}}@media(min-width: 1024px){.founder{max-width:960px;padding-bottom:280px;padding-top:80px}}@media(min-width: 1280px){.founder{max-width:1100px}}.founder__bg-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute}.founder__content{display:flex;align-items:center;flex-direction:column}@media(min-width: 640px){.founder__content{flex-direction:row}}.founder__description{width:100%;background:#d3d3d3;padding:32px}@media(min-width: 1024px){.founder__description{width:535px;padding:64px}}.founder__description-vision{width:100%;height:auto;margin-bottom:48px}.founder__description-vision img{width:100%;height:100%;filter:invert(1)}@media(min-width: 1024px){.founder__description-vision{width:407px;height:91px;margin-bottom:64px;margin-top:40px}}.founder__description-article p{font-size:12px;line-height:20px;color:#000;text-align:justify;margin-bottom:10px;text-indent:20px}@media(min-width: 1024px){.founder__description-article p{font-size:18px;line-height:28px;margin-bottom:16px;text-indent:40px}}.founder__image{width:100%;max-width:481px}.founder__image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.home-team{background-color:#2e2e2e;height:520px;width:100%;position:relative}.home-team::after{content:"";z-index:1;height:100%;width:100%;background:rgba(0,0,1,.45);position:absolute;bottom:0;left:0;right:0}@media(min-width: 1024px){.home-team{height:752px}}.home-team__container{height:100%;position:relative;z-index:2}.home-team__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute}.home-team__title{font-weight:700;text-align:center;color:#fafbfc;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2;width:300px}@media(min-width: 1024px){.home-team__title{width:960px;font-size:64px}}.home-team__splide{display:none !important}.home-team__slider{margin-top:30px}@media(min-width: 1024px){.home-team__slider{margin-top:0}}.home-team__item{width:283px;height:auto;min-height:458px;flex-shrink:0}.home-team__item:first-child{margin-left:calc((100% - 300px)/2)}.home-team__item:nth-last-child(2){margin:0 !important}@media(min-width: 1024px){.home-team__item:first-child{margin-left:calc((100% - 960px)/2)}}@media(min-width: 1280px){.home-team__item:first-child{margin-left:calc((100% - 1100px)/2)}}.home-team__item--shadow{height:100%;width:calc((100% - 300px)/2);margin:0 !important;background:rgba(0,0,0,0)}@media(min-width: 640px){.home-team__item--shadow{width:calc((100% - 640px)/2)}}@media(min-width: 1024px){.home-team__item--shadow{width:calc((100% - 960px)/2)}}@media(min-width: 1280px){.home-team__item--shadow{width:calc((100% - 1100px)/2)}}.home-team__item-wrapper{width:283px;height:auto;min-height:458px;flex-shrink:0;position:relative;height:auto;min-height:458px}.home-team__item-img{width:262px;height:379px;position:absolute;right:-5px;top:-5px;z-index:1}.home-team__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.home-team__item-info{background:#fff;padding:20px;padding-top:320px;position:absolute;bottom:0}.home-team__item-info-title{margin-bottom:8px;color:#2e2e2e}.home-team__item-info-subtitle{font-size:14px;color:rgba(46,46,46,.75)}.home-team__slider-controls{display:none}@media(min-width: 1024px){.home-team__slider-controls{position:absolute;top:50%;transform:translateY(-50%);left:calc((100vw - 1288px)/2);z-index:1;width:1288px;display:flex;align-items:center;justify-content:space-between}}.home-team-slider__control-left,.home-team-slider__control-right{outline:none;border:none;width:56px !important;height:56px !important;border-radius:50px;background:#c4c4c4;cursor:pointer;display:flex;align-items:center;justify-content:center}.home-team-slider__control-left img,.home-team-slider__control-right img{width:25px;height:auto}.home-team__upper{width:100%;height:auto;position:relative;z-index:2;transform:translateY(-50%)}.home-team__upper-title{padding:28px;padding-left:calc((100% - 300px)/2);box-shadow:0 0 5px rgba(0,0,1,.18);background:#d3d3d3}@media(min-width: 640px){.home-team__upper-title{padding-left:calc((100% - 640px)/2)}}@media(min-width: 1024px){.home-team__upper-title{padding:40px;padding-left:calc((100% - 960px)/2)}}@media(min-width: 1280px){.home-team__upper-title{padding-left:calc((100% - 1100px)/2);max-width:550px}}@media(min-width: 1440px){.home-team__upper-title{max-width:none}}.home-team__upper-title-text{font-size:36px;font-weight:600;color:#000;text-transform:uppercase}@media(min-width: 1024px){.home-team__upper-title-text{font-size:48px}}.home-services{position:relative;width:100%;height:auto;overflow:hidden}.home-services::before{content:"";position:absolute;z-index:1;top:0;left:0;right:0;height:150px;width:100%;background-image:linear-gradient(#000001, transparent)}.home-services::after{content:"";z-index:1;height:200px;width:100%;background-image:linear-gradient(transparent, #000001);position:absolute;bottom:0;left:0;right:0}.home-services__wrapper{position:relative;z-index:2;width:100%;max-width:300px;margin-left:auto;margin-right:auto}@media(min-width: 640px){.home-services__wrapper{max-width:640px}}@media(min-width: 1024px){.home-services__wrapper{max-width:960px}}@media(min-width: 1280px){.home-services__wrapper{max-width:1100px}}.home-services__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute}.home-services__quote{width:100%;margin-left:auto;margin-right:auto;margin-bottom:100px;padding:32px;background:#d3d3d3;box-shadow:0 0 5px rgba(0,0,1,.18);position:relative;z-index:2}.home-services__quote blockquote{font-size:12px;line-height:20px;text-align:center;color:#000}@media(min-width: 1024px){.home-services__quote{width:912px;padding:26px 64px;margin-bottom:60px}.home-services__quote blockquote{font-size:18px;line-height:28px}}.home-services__information{width:100%;padding:32px;margin-bottom:60px;box-shadow:0 0 5px rgba(0,0,1,.18);position:relative;z-index:2;background:#d3d3d3}.home-services__information p{font-size:12px;line-height:20px;text-align:justify;margin-bottom:10px;color:#000;text-indent:20px}@media(min-width: 1024px){.home-services__information{width:912px;padding:52px 158px;margin-left:auto;margin-right:auto;margin-bottom:120px}.home-services__information p{font-size:18px;line-height:28px;text-align:justify;margin-bottom:16px;text-indent:40px}}.home-services__information-title{text-transform:uppercase;font-size:32px;margin-bottom:32px;color:#000;text-align:center}@media(min-width: 1024px){.home-services__information-title{font-size:48px;margin-bottom:52px}}.home-services__images{justify-content:space-between}.home-services__images>*+*{margin-top:60px}@media(min-width: 1024px){.home-services__images>*+*{margin-top:0}}.home-services__images-link{display:block;text-decoration:none;width:100%;height:100%}.home-services__images-item{width:100%;height:300px;position:relative;border:none;box-shadow:0 0 5px rgba(0,0,1,.18);transition:.5s all ease-out}.home-services__images-item:hover{border:2px solid #fff}.home-services__images-item:hover figure img{transform:scale(1.25)}@media(min-width: 1024px){.home-services__images-item{width:48%;height:300px}}@media(min-width: 1280px){.home-services__images-item{width:535px;height:347px}}.home-services__item-image{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.home-services__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.1);transition:.5s all ease-out}.home-services__item-description{position:relative;height:100%;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;padding:20px}.home-services__item-description::before{content:"";bottom:0;left:0;width:100%;height:100px;background-image:linear-gradient(transparent, #000001);position:absolute}.home-services__item-description-title{position:relative;z-index:1;color:#fafbfc}.home-services__item-description-subtitle{position:relative;z-index:1;color:#fafbfc;font-size:12px}.identity{width:100%;height:auto;position:relative;overflow:hidden}.identity::before{content:"";position:absolute;z-index:1;top:0;left:0;right:0;height:100px;width:100%;background-image:linear-gradient(#000001, transparent)}.identity::after{content:"";z-index:1;height:100%;width:100%;background:rgba(0,0,1,.45);position:absolute;bottom:0;left:0;right:0}.identity__container{padding:100px 0;max-width:1100px;margin-left:auto;margin-right:auto;display:flex;justify-content:center;position:relative;z-index:2}@media(min-width: 1024px){.identity__container{padding:280px 0}}.identity__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute}.identity__wrapper{width:312px;height:312px;position:relative;position:relative}@media(min-width: 1024px){.identity__wrapper{width:777px;height:777px}}.identity__diagram{height:100%;width:100%;display:flex;justify-content:center;transform-origin:center;transition:1s all ease-in-out}@media(min-width: 1024px){.identity__diagram{transform-origin:center}}.identity__diagram-shape{width:312px;height:312px}.identity__diagram-shape path{opacity:.5;transition:.5s all ease-out}@media(min-width: 1024px){.identity__diagram-shape{width:777px;height:777px}}.identity__diagram-shape--active{opacity:1 !important}.identity__diagram-slice--active{opacity:1 !important}.identity__diagram-slice{position:absolute;display:inline-flex;align-items:center;justify-content:center;transform-origin:49% 156px;width:126px;height:36px;cursor:pointer}.identity__diagram-slice span{display:block;font-size:16px;font-weight:700;z-index:1;color:#fff}.identity__diagram-slice svg{width:150px;height:auto}.identity__diagram-slice svg path{fill:#a00;opacity:.5}.identity__diagram-slice:hover svg path{fill:#a00;opacity:1}@media(min-width: 1024px){.identity__diagram-slice{transform-origin:49% 388px;width:310px;height:95px}.identity__diagram-slice svg{width:370px}.identity__diagram-slice span{font-size:28px}}.identity__diagram-slice--rot-0{transform:rotate(0deg)}.identity__diagram-slice--rot-60{transform:rotate(60deg)}.identity__diagram-slice--rot-120{transform:rotate(120deg)}.identity__diagram-slice--rot-180{transform:rotate(180deg)}.identity__diagram-slice--rot-240{transform:rotate(240deg)}.identity__diagram-slice--rot-300{transform:rotate(300deg)}.identity__contents{position:absolute;width:250px;height:250px;top:calc(50% + .5px);left:calc(50% + .5px);transform:translate(-50%, -50%);border-radius:50%;padding:20px;display:flex;align-items:center;justify-content:center}@media(min-width: 1024px){.identity__contents{width:591px;height:590px;padding:60px}}.identity__content-detail{position:relative;display:none}.identity__content-detail--active{position:relative;display:block}.identity__detail-title{margin-bottom:10px;text-align:center;color:#fafbfc}@media(min-width: 1024px){.identity__detail-title{margin-bottom:23px}}.identity__detail-link{display:block;text-align:center;font-size:10px;font-weight:700;color:#fafbfc;text-decoration:none}.identity__detail-link:hover{text-decoration:underline}@media(min-width: 1024px){.identity__detail-link{font-size:24px}}.indetity__detail-list{width:120px;display:block;margin-left:auto;margin-right:auto}@media(min-width: 1024px){.indetity__detail-list{width:270px}}.identity__detail-list-item{font-size:10px;font-weight:600;margin-bottom:8px;color:#fafbfc;line-height:14px;position:relative}.identity__detail-list-item::before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background-color:#a00;left:-16px;top:2px}@media(min-width: 1024px){.identity__detail-list-item{font-size:24px;margin-bottom:24px;line-height:30px}.identity__detail-list-item::before{content:"";position:absolute;width:16px;height:16px;left:-24px;top:6px}}.testimony{position:relative;z-index:2;background:rgba(0,0,1,.45);scroll-margin-top:120px}.testimony__upper{width:100%;position:relative;z-index:2;transform:translateY(-50%);margin-bottom:40px}.testimony__upper-title{padding:28px;padding-left:calc((100% - 300px)/2);box-shadow:0 0 5px rgba(0,0,1,.18);background:#d3d3d3}@media(min-width: 640px){.testimony__upper-title{padding-left:calc((100% - 640px)/2)}}@media(min-width: 1024px){.testimony__upper-title{padding:40px;padding-left:calc((100% - 960px)/2)}}@media(min-width: 1280px){.testimony__upper-title{padding-left:calc((100% - 1100px)/2)}}.testimony__upper-title-text{font-size:36px;font-weight:600;color:#000;text-transform:uppercase}@media(min-width: 1024px){.testimony__upper-title-text{font-size:48px}}.testimony__client-item{display:flex;background:#d3d3d3;padding:18px;flex-shrink:0;width:300px}.testimony__client-item:first-child{margin-left:calc((100% - 300px)/2)}@media(min-width: 1024px){.testimony__client-item{padding:32px;width:628px}.testimony__client-item:first-child{margin-left:calc((100% - 960px)/2)}}@media(min-width: 1280px){.testimony__client-item:first-child{margin-left:calc((100% - 1100px)/2)}}.testimony__client-item--shadow{height:100%;width:calc((100% - 300px)/2);margin:0 !important;background:rgba(0,0,0,0)}@media(min-width: 640px){.testimony__client-item--shadow{width:calc((100% - 640px)/2)}}@media(min-width: 1024px){.testimony__client-item--shadow{width:calc((100% - 960px)/2)}}@media(min-width: 1280px){.testimony__client-item--shadow{width:calc((100% - 1100px)/2)}}.testimony__client-item-img{width:110px;height:110px}.testimony__client-item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media(min-width: 1024px){.testimony__client-item-img{width:220px;height:176px}}.testimony__client-item-info{margin-left:18px}.testimony__client-item-info>*+*{margin-top:13px}@media(min-width: 1024px){.testimony__client-item-info{margin-left:30px}.testimony__client-item-info>*+*{margin-top:24px}}.testimony__client-name{color:#000;margin-bottom:3px}@media(min-width: 1024px){.testimony__client-name{margin-bottom:6px}}.testimony__client-company{color:#000;font-size:10px}@media(min-width: 1024px){.testimony__client-company{font-size:14px}}.testimony__client-quote{font-size:10px;font-weight:600;line-height:14px;color:#000}@media(min-width: 1024px){.testimony__client-quote{font-size:14px;line-height:20px}}.testimony__client-rates>*+*{margin-left:5px}.testimony__client-rates img{width:13px;height:13px;filter:invert(1)}@media(min-width: 1024px){.testimony__client-rates>*+*{margin-left:13px}.testimony__client-rates img{width:18px;height:18px}}.testimony__clients-controls{display:none}@media(min-width: 1024px){.testimony__clients-controls{position:absolute;top:50%;transform:translateY(-50%);left:calc((100vw - 1288px)/2);z-index:1;width:1288px;display:flex;align-items:center;justify-content:space-between}}.testimony__controls-left,.testimony__controls-right{outline:none;border:none;width:56px !important;height:56px !important;border-radius:50px;background:#c4c4c4;cursor:pointer;display:flex;align-items:center;justify-content:center}.testimony__controls-left img,.testimony__controls-right img{width:25px;height:auto}.testimony__indicators{position:relative !important;width:100%;height:auto;padding:56px 0 !important}.testimony__indicators>*+*{margin-left:4px !important}@media(min-width: 1024px){.testimony__indicators{padding:100px 0 !important}}.testimony__indicator-item{position:relative;width:20px !important;height:20px !important;border:4px solid #fff !important;background-color:rgba(0,0,0,0) !important;opacity:1 !important}.testimony__indicator-item.is-active{background-color:#fff !important;border:none !important;transform:scale(1) !important;opacity:1 !important}.services{position:relative;width:100%;height:auto;min-height:100vh;overflow:hidden}.services__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute}.services__wrapper{position:relative;z-index:1;width:300px;background:#d3d3d3;margin:100px auto;padding:32px}@media(min-width: 640px){.services__wrapper{margin:120px auto;width:640px}}@media(min-width: 1024px){.services__wrapper{margin:140px auto;padding:56px;width:960px}}@media(min-width: 1280px){.services__wrapper{width:1100px}}.services__wrapper--extra-space{padding-bottom:300px}.services__wrapper--no-margin-bottom{margin-bottom:0}.services__title{color:#000;text-transform:uppercase;border-bottom:1px solid #000001;padding-bottom:20px;margin-bottom:20px}@media(min-width: 1024px){.services__title{font-size:48px;padding-bottom:40px;margin-bottom:40px}}.services__subtitle{color:#000;text-transform:capitalize;font-size:18px;line-height:28px;margin-bottom:20px}@media(min-width: 1024px){.services__subtitle{font-size:36px;line-height:40px;margin-bottom:40px}}.services__info-list>*+*{display:block;margin-top:16px}.services__info-list p,.services__info-item p{font-size:12px;line-height:20px;color:#000}@media(min-width: 640px){.services__info-list p,.services__info-item p{font-size:14px;line-height:24px}}@media(min-width: 1024px){.services__info-list p,.services__info-item p{font-size:18px;line-height:28px}}.services__item-mark{font-weight:700;color:#a00}.services__image-wrapper{position:relative;z-index:1;width:300px;margin:0 auto;justify-content:center;margin-top:-240px;margin-bottom:100px}@media(min-width: 640px){.services__image-wrapper{width:640px;margin-top:-200px}}@media(min-width: 1024px){.services__image-wrapper{width:960px}}@media(min-width: 1280px){.services__image-wrapper{width:1100px}}.services__image-attached{height:347px}.services__image-attached img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.team{position:relative;width:100%;height:auto;min-height:100vh;overflow:hidden}.team__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute}.team__wrapper{position:relative;z-index:1;width:300px;background:#fff;margin:80px auto;padding:32px}@media(min-width: 640px){.team__wrapper{margin:120px auto;width:640px}}@media(min-width: 1024px){.team__wrapper{margin:140px auto;padding:56px;width:960px}}.team__wrapper--extra-space{padding-bottom:300px}.team__wrapper--no-margin-bottom{margin-bottom:0}.team__title{color:#2e2e2e;text-transform:uppercase;border-bottom:1px solid #000001;padding-bottom:20px;margin-bottom:20px}@media(min-width: 1024px){.team__title{font-size:48px;padding-bottom:40px;margin-bottom:40px}}.team__info{display:flex;flex-direction:column-reverse;flex-wrap:nowrap}.team__info>*+*{margin-bottom:40px}@media(min-width: 640px){.team__info{flex-direction:row}.team__info>*+*{margin-bottom:0;margin-left:40px}}.team__info-description p{font-size:12px;line-height:20px;color:#2e2e2e;margin-bottom:16px}@media(min-width: 640px){.team__info-description p{font-size:14px;line-height:24px}}@media(min-width: 1024px){.team__info-description p{font-size:18px;line-height:28px}}.team__founder{position:relative}.team__founder-img{width:100%;height:350px}.team__founder-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media(min-width: 640px){.team__founder-img{width:346px;height:515px;position:relative;right:-80px}}.team__founder-description{background-color:#2e2e2e;padding:12px}@media(min-width: 640px){.team__founder-description{padding:24px;position:relative;right:-40px}}.team__founder-name{color:#fafbfc;margin-bottom:2px}@media(min-width: 1024px){.team__founder-name{margin-bottom:8px}}.team__founder-company{color:rgba(250,251,252,.75);font-size:10px}@media(min-width: 1024px){.team__founder-company{font-size:14px}}.contact{position:relative;width:100%;height:auto;min-height:100vh;overflow:hidden}.contact__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute}.contact__wrapper{position:relative;z-index:1;width:300px;background:#d3d3d3;margin:100px auto;padding:32px}@media(min-width: 640px){.contact__wrapper{margin:120px auto;width:640px}}@media(min-width: 1024px){.contact__wrapper{margin:140px auto;padding:56px;width:960px}}@media(min-width: 1280px){.contact__wrapper{width:1100px}}.contact__title{color:#000;text-transform:uppercase;border-bottom:1px solid #000001;padding-bottom:20px;margin-bottom:20px}@media(min-width: 1024px){.contact__title{font-size:48px;padding-bottom:40px;margin-bottom:40px}}.contact__form{position:relative}.contact__form-control{display:flex;flex-direction:column;margin-bottom:16px}.contact__form-control>*+*{margin-top:10px}@media(min-width: 1024px){.contact__form-control{margin-bottom:24px}.contact__form-control>*+*{margin-top:16px}}.contact__form-label{font-size:12px;color:#000}@media(min-width: 640px){.contact__form-label{font-size:14px;font-size:12px}}@media(min-width: 1024px){.contact__form-label{font-size:18px}}.contact__form-input{font-family:"Montserrat",sans-serif;font-size:14px;color:#000;font-weight:600;line-height:1.5;letter-spacing:.5px;outline-width:0;border:1px solid #fff;background:#fff;padding:12px}@media(min-width: 1024px){.contact__form-input{font-size:18px;font-weight:700;padding:16px}}.contact__form-button{display:flex;justify-content:center}.footer{width:100%;height:auto;background-color:#000001;padding:28px 0}@media(min-width: 1024px){.footer{padding:48px 0}}.footer__container{width:100%;max-width:300px;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;flex-direction:column}@media(min-width: 640px){.footer__container{max-width:640px}}@media(min-width: 1024px){.footer__container{flex-direction:row;justify-content:space-between;max-width:960px}}@media(min-width: 1280px){.footer__container{max-width:1100px}}.footer__content-center,.footer__content-left,.footer__content-right{display:flex;flex-direction:column;align-items:center}.footer__content-center>*+*,.footer__content-left>*+*,.footer__content-right>*+*{margin-top:6px}@media(min-width: 1024px){.footer__content-center,.footer__content-left,.footer__content-right{align-items:flex-start}.footer__content-center>*+*,.footer__content-left>*+*,.footer__content-right>*+*{margin-top:14px}}.footer__content-left{order:2;margin-top:14px}@media(min-width: 1024px){.footer__content-left{margin-top:0;order:1}}.footer__content-right{order:3;margin-top:14px}@media(min-width: 1024px){.footer__content-right{margin-top:0;align-items:flex-end}}.footer__content-center{order:1}@media(min-width: 1024px){.footer__content-center{order:2;align-items:center}}.footer__left-item,.footer__right-item{display:flex;align-items:center}.footer__left-item img,.footer__right-item img{height:auto;width:17px;margin-right:8px}.footer__left-item h6,.footer__left-item address,.footer__right-item h6,.footer__right-item address{color:#fafbfc}.footer__left-item address,.footer__right-item address{font-size:12px}.footer__left-item address a,.footer__right-item address a{font-size:12px;color:#fafbfc;text-decoration:none}.footer__left-item address a:hover,.footer__right-item address a:hover{text-decoration:underline}@media(min-width: 1024px){.footer__left-item img,.footer__right-item img{width:25px;margin-right:10px}.footer__left-item address,.footer__right-item address{font-size:18px}.footer__left-item address a,.footer__right-item address a{font-size:18px;color:#fafbfc;text-decoration:none}}.btn{border:none;outline:none;display:flex;justify-content:center;align-items:center;text-decoration:none;transition:.5s all ease-out;cursor:pointer;width:156px;height:40px;font-size:14px;font-weight:600;letter-spacing:1px}@media(min-width: 1024px){.btn{font-size:18px;width:158px;height:60px}}.btn--small{width:94px;height:28px;font-size:12px;font-weight:400}.btn--primary{background-color:#a00;color:#fafbfc}.btn--primary:hover{background-color:#700}.btn--dark{background-color:#000001;color:#fafbfc}.btn--dark:hover{background-color:#000}.btn--white{background-color:#fff;color:#2e2e2e}.btn--white:hover{background-color:#e6e6e6}.btn--shadow{box-shadow:0 4px 8px rgba(0,0,1,.12)}
