@charset "UTF-8";.section-working-on{padding:80px 0;background-color:var(--black)}@media screen and (max-width: 992px){.section-working-on{padding:40px 0}}.section-working-on .block-title{text-align:center}.section-working-on .block-title .section-subtitle{margin:0 auto;max-width:95%}@media screen and (max-width: 1600px){.section-working-on .block-title .section-subtitle{max-width:100%}}.section-working-on .block-title .excerpt{margin:0 auto;max-width:75%}@media screen and (max-width: 1250px){.section-working-on .block-title .excerpt{max-width:90%}}@media screen and (max-width: 992px){.section-working-on .block-title .excerpt{max-width:100%}}.section-working-on .divider{border:1px solid var(--light-blue);opacity:1;margin:36px auto;max-width:500px}@media screen and (max-width: 992px){.section-working-on .divider{max-width:140px}}.section-working-on .block-media{margin-top:40px}.section-working-on .block-media video,.section-working-on .block-media img{width:100%}.how-we-do-it{padding:80px 0;background-color:var(--black)}@media screen and (max-width: 992px){.how-we-do-it{padding:40px 0}}.how-we-do-it .how-we-do-it-block-title .main-title{margin-bottom:54px}@media screen and (max-width: 1250px){.how-we-do-it .how-we-do-it-block-title .main-title{margin-bottom:30px}}@media screen and (max-width: 992px){.how-we-do-it .how-we-do-it-block-title .main-title{margin-bottom:20px}}.how-we-do-it .how-we-do-it-block-title .section-subtitle{padding-right:150px}@media screen and (max-width: 1600px){.how-we-do-it .how-we-do-it-block-title .section-subtitle{padding-right:100px}}@media screen and (max-width: 1250px){.how-we-do-it .how-we-do-it-block-title .section-subtitle{padding-right:80px}}@media screen and (max-width: 992px){.how-we-do-it .how-we-do-it-block-title .section-subtitle{padding-right:0}}.how-we-do-it .how-we-do-it-media video,.how-we-do-it .how-we-do-it-media img{width:100%}.line-time-container{position:relative;width:100%;overflow:hidden;opacity:0;transition:opacity .3s ease-in-out}.line-time-container.visible{opacity:1}.line-time-container .time-line{width:100%;display:flex;justify-content:center;align-items:center;height:100%;position:relative}.line-time-container .time-line svg{width:100%;height:auto}.line-time-container .time-line svg path{fill:none;stroke:#fff;stroke-width:2}.line-time-container .time-line svg path:first-child{stroke-dasharray:1363;stroke-dashoffset:1363;animation:none}.line-time-container .time-line svg path:nth-child(2){opacity:0;animation:none}.line-time-container .time-line-number-container{width:60px;height:60px;border-radius:50%;background-color:var(--black);display:flex;align-items:center;justify-content:center;position:relative;z-index:1}@media screen and (max-width: 992px){.line-time-container .time-line-number-container{margin-bottom:100px;flex:1 0 auto}}.line-time-container .time-line-number-container.top{bottom:-10px}.line-time-container .time-line-number-container.bottom{top:-10px}.line-time-container .time-line-number-container .time-line-number{background-color:#00000080;width:100%;height:100%;border-radius:50%;display:flex;align-items:center;border:1px solid var(--light-blue);justify-content:center;font-family:var(--primary-font);color:var(--white);font-size:30px;font-weight:400}@media screen and (max-width: 992px){.line-time-container .time-line-number-container .time-line-number{font-size:25px}}.line-time-container .time-line-number-container.hidde{background-color:transparent}.line-time-container .time-line-number-container.hidde:before{display:none}.line-time-container .time-line-number-container.hidde .time-line-number{display:none}.line-time-container .time-line-number-container:before{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border-radius:50%;background:radial-gradient(circle,#000 40%,#3abfff 60%,#000);z-index:-2;filter:blur(5px);opacity:1}@media screen and (max-width: 992px){.line-time-container .time-line-number-container:before{top:-5px;left:-5px;right:-5px;bottom:-5px;filter:blur(5px);background:radial-gradient(circle,#000 60%,#3abfff,#000)}}.line-time-container .line-time-item{position:relative;display:flex;height:100%;flex-direction:column;column-gap:20px}@media screen and (max-width: 992px){.line-time-container .line-time-item{height:auto;flex-direction:row}}.line-time-container .line-time-item .line-time-description{flex-grow:1;max-width:74%}@media screen and (max-width: 1600px){.line-time-container .line-time-item .line-time-description{max-width:80%}}@media screen and (max-width: 1450px){.line-time-container .line-time-item .line-time-description{max-width:90%}}@media screen and (max-width: 1250px){.line-time-container .line-time-item .line-time-description{max-width:100%}}@media screen and (max-width: 992px){.line-time-container .line-time-item .line-time-description{flex-grow:0}}.line-time-container .line-title{position:absolute;right:0;top:50%;transform:translateY(-50%);margin:0;line-height:1;display:flex;height:100%;padding-right:150px;align-items:center}@media screen and (max-width: 1600px){.line-time-container .line-title{padding-right:120px}}@media screen and (max-width: 1250px){.line-time-container .line-title{padding-right:55px}}@media screen and (max-width: 992px){.line-time-container .line-title{padding-right:0}}.line-time-container .line-time-title{margin-top:30px}@media screen and (max-width: 992px){.line-time-container .line-time-title{margin-top:0;margin-bottom:17px}}.line-time-container .arista-container{display:block;margin-bottom:-5px}.line-time-container .arista-container.bottom{margin-top:-5px;margin-bottom:0}@keyframes drawMainLine{0%{stroke-dashoffset:1363}to{stroke-dashoffset:0}}@keyframes fadeInArrow{0%{opacity:0}to{opacity:1}}.line-time-container.visible{padding:80px 0}@media screen and (max-width: 992px){.line-time-container.visible{position:relative;padding:40px 0 20px}}.line-time-container.visible .time-line svg path:first-child{animation:drawMainLine 2s ease-in-out forwards}.line-time-container.visible .time-line svg path:nth-child(2){animation:fadeInArrow .3s ease-in forwards;animation-delay:2s}.line-time-container.visible .line-time-bottom{position:absolute;bottom:0;right:0;width:100%;height:100%;left:0;transform:translate(50%);z-index:-4}.line-time-container.visible .line-time-bottom svg path{stroke-dasharray:800;stroke-dashoffset:800;animation:drawLine 2s ease-out forwards}@keyframes drawLine{to{stroke-dashoffset:0}}.section-creactors-perspectives{padding:80px 0;background-color:var(--black);overflow:hidden}@media screen and (max-width: 992px){.section-creactors-perspectives{padding:0 0 40px}}.section-creactors-perspectives .section-subtitle{margin-top:35px}@media screen and (max-width: 992px){.section-creactors-perspectives .section-subtitle{margin-top:10px}}.section-creactors-perspectives .perspectives-swiper-container{cursor:none}.section-creactors-perspectives .perspective-item{opacity:0;transform:scale(1.1) translateY(150px);clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:all 1.5s ease-out}.section-creactors-perspectives.visible .perspective-item:nth-child(1){opacity:1;transform:scale(1) translateY(0);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);transition-delay:.2s}.section-creactors-perspectives.visible .perspective-item:nth-child(2){opacity:1;transform:scale(1) translateY(0);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);transition-delay:.4s}.section-creactors-perspectives.visible .perspective-item:nth-child(3){opacity:1;transform:scale(1) translateY(0);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);transition-delay:.6s}.section-creactors-perspectives.visible .perspective-item:nth-child(4){opacity:1;transform:scale(1) translateY(0);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);transition-delay:.8s}.section-creactors-perspectives.visible .perspective-item:nth-child(5){opacity:1;transform:scale(1) translateY(0);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);transition-delay:1s}.section-creactors-perspectives .drag-cursor{position:fixed;z-index:1000;transform:translate(-50%,-50%);pointer-events:none}.section-creactors-perspectives .drag-cursor .main-button{color:var(--black)}.section-creactors-perspectives .drag-cursor .main-button svg circle{fill:var(--black)}.section-creactors-perspectives .drag-cursor .main-button svg path{fill:var(--white)}@media screen and (max-width: 992px){.section-creactors-perspectives .swiper-pagination-progressbar{background-color:var(--white);height:1px!important;top:auto!important;bottom:0!important;margin-bottom:5px;left:15px;right:15px;width:calc(100% - 30px)}.section-creactors-perspectives .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:var(--white);border-radius:40px;height:3px!important;top:-1px!important}}.divider{margin:25px 0;opacity:1;border-color:var(--white)}.perspectives-swiper{margin-top:35px;padding-left:calc((100vw - 1650px)/2);width:100%;padding-right:0;overflow:visible}@media screen and (max-width: 1600px){.perspectives-swiper{padding-left:calc((100vw - 1400px)/2)}}@media screen and (max-width: 1450px){.perspectives-swiper{padding-left:calc((100vw - 1280px)/2)}}@media screen and (max-width: 1250px){.perspectives-swiper{padding-left:calc((100vw - 1140px)/2)}}@media screen and (max-width: 992px){.perspectives-swiper{padding-left:15px;padding-right:15px;margin-top:0;padding-bottom:35px}}.perspective-item{background-color:#f5f1f0;border-radius:40px;padding:35px;height:100%;display:flex;flex-direction:column}@media screen and (max-width: 992px){.perspective-item{padding:20px;border-radius:20px}}.perspectives-swiper .swiper-slide{height:auto}.perspective-author{display:flex;justify-content:space-between;align-items:flex-end;margin-top:45px}@media screen and (max-width: 992px){.perspective-author{margin-top:5px}}.perspective-author-image{width:160px;height:160px;border-radius:20px}@media screen and (max-width: 992px){.perspective-author-image{width:100px;height:100px}}.perspective-quote{flex-grow:1}.section-become-a-creactor{padding:80px 0;background-color:var(--black)}@media screen and (max-width: 992px){.section-become-a-creactor{padding:40px 0}}.section-become-a-creactor .main-title{margin-bottom:80px}@media screen and (max-width: 992px){.section-become-a-creactor .main-title{margin-bottom:40px}}.section-become-a-creactor .section-subtitle{margin-bottom:45px}@media screen and (max-width: 992px){.section-become-a-creactor .section-subtitle{margin-bottom:25px}}.section-become-a-creactor .become-a-creactor-media{position:relative;top:-160px;margin-bottom:-160px;mix-blend-mode:lighten}.section-become-a-creactor .become-a-creactor-media video{width:100%}@media screen and (max-width: 992px){.section-become-a-creactor .become-a-creactor-media video{display:none}}@media screen and (max-width: 992px){.section-become-a-creactor .become-a-creactor-media{display:none}}.section-positions{padding:80px 0;background-color:var(--black)}@media screen and (max-width: 992px){.section-positions{padding:40px 0}}.section-positions .positions-filters{display:flex;gap:16px;margin:50px 0 30px}@media screen and (max-width: 992px){.section-positions .positions-filters{margin:30px 0 20px;gap:10px;overflow-x:auto;padding-bottom:10px}}.section-positions .positions-filters .country{background-color:transparent;color:var(--white);border-radius:40px;border:1px solid var(--white);padding:8px 25px;font-size:20px;font-weight:300;font-family:var(--secondary-font)}@media screen and (max-width: 992px){.section-positions .positions-filters .country{font-size:12px;padding:8px 15px}}.section-positions .positions-filters .country.active,.section-positions .positions-filters .country:hover{background-color:var(--white);color:var(--black)}.section-positions .position{display:flex;justify-content:space-between;align-items:center;padding:70px 0 30px;border-bottom:1px solid var(--white)}@media screen and (max-width: 992px){.section-positions .position{padding:30px 0 26px;display:flex;flex-direction:column}}@media screen and (max-width: 992px){.section-positions .position .position-actions{width:100%}}@media screen and (max-width: 992px){.section-positions .position .position-actions .main-button{margin-left:auto}}.section-positions .not-finding-position-block{text-align:center;margin-top:50px}.section-positions .not-finding-position-block .firm-image{margin-bottom:-65px;position:relative;z-index:1}@media screen and (max-width: 992px){.section-positions .not-finding-position-block .firm-image{margin-bottom:-25px}.section-positions .not-finding-position-block .firm-image img{width:80%}}.section-positions .not-finding-position-block .value-item-title{margin-bottom:5px}.section-positions .not-finding-position-block .section-subtitle{margin-bottom:30px}.section-positions .not-finding-position-block .main-button{margin:30px auto}.section-positions .positions-empty-block{text-align:center;max-width:65%;margin:0 auto;padding:100px 0}@media screen and (max-width: 1600px){.section-positions .positions-empty-block{padding:80px 0}}@media screen and (max-width: 992px){.section-positions .positions-empty-block{padding:40px 0;max-width:100%}.section-positions .positions-empty-block .section-subtitle{font-size:20px;padding:0 40px}}.section-positions .positions-empty-block .vision-purpose-description{margin-bottom:30px}.section-positions .positions-empty-block .arrow-down-icon{display:block;margin:50px 0}@media screen and (max-width: 992px){.section-positions .positions-empty-block .arrow-down-icon{margin:30px 0}}.section-positions .positions-empty-block .main-button{margin:30px auto}
