/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction="horizontal"] [data-scroll-container]{height:100vh;display:inline-block;white-space:nowrap}[data-scroll-direction="horizontal"] [data-scroll-section]{display:inline-block;vertical-align:top;white-space:nowrap;height:100%}.c-scrollbar{position:absolute;right:0;top:0;width:11px;height:100%;transform-origin:center right;transition:transform 0.3s, opacity 0.3s;opacity:0}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-scrolling .c-scrollbar,.has-scroll-dragging .c-scrollbar{opacity:1}[data-scroll-direction="horizontal"] .c-scrollbar{width:100%;height:10px;top:auto;bottom:0;transform:scaleY(1)}[data-scroll-direction="horizontal"] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{position:absolute;top:0;right:0;background-color:black;opacity:0.5;width:7px;border-radius:10px;margin:2px;cursor:-webkit-grab;cursor:grab}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction="horizontal"] .c-scrollbar_thumb{right:auto;bottom:0}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*{box-sizing:border-box}html{max-width:100vw;overflow-x:hidden}[data-scroll-container]{max-width:100vw;overflow-x:hidden}body{min-width:320px;overflow-x:hidden;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:"neue-haas-unica",sans-serif;color:#262626;letter-spacing:-0.01em}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0}ul{list-style:none}h1,h2,h3,h4,h5,h6,p{margin:0}fieldset{padding:0;border:0;margin:0}input,textarea,button{outline:0}.center--x{left:50%;transform:translateX(-50%)}.center--y{top:50%;transform:translateY(-50%)}.center--xy{left:50%;top:50%;transform:translate(-50%, -50%)}.align--left{text-align:left}.align--center{text-align:center}.align--right{text-align:right}.flex{display:flex;flex-wrap:wrap}.flex--inline{display:inline-flex}.flex--r-nowrap{flex-wrap:nowrap}.flex--x-start{justify-content:flex-start}.flex--x-center{justify-content:center}.flex--x-end{justify-content:flex-end}.flex--x-between{justify-content:space-between}.flex--x-around{justify-content:space-around}.flex--y-start{align-items:flex-start}.flex--y-center{align-items:center}.flex--y-end{align-items:flex-end}.flex--y-stretch{align-items:stretch}.flex--y-baseline{align-items:baseline}.no-edge-margin>:first-child,.no-first-margin>:first-child{margin-top:0 !important}.no-edge-margin>:last-child,.no-last-margin>:last-child{margin-bottom:0 !important}.o--0{opacity:0}.o--1{opacity:0.1}.o--2{opacity:0.2}.o--3{opacity:0.3}.o--4{opacity:0.4}.o--5{opacity:0.5}.o--6{opacity:0.6}.o--7{opacity:0.7}.o--8{opacity:0.8}.o--9{opacity:0.9}.pos--rel{position:relative}.pos--abs{position:absolute}.pos--fix{position:fixed}.z--0{z-index:-1}.z--1{z-index:1}.z--2{z-index:2}.z--3{z-index:3}.z--4{z-index:4}.z--5{z-index:5}.z--6{z-index:6}.z--7{z-index:7}.z--8{z-index:8}.z--9{z-index:9}.z--10{z-index:10}.z--max{z-index:999}.ff--roc{font-family:"roc-grotesk",sans-serif}.ff--neue{font-family:"neue-haas-unica",sans-serif}.ff--freight{font-family:"freight-display-pro",serif}.fs--14{font-size:14px;font-size:calc(14 / 16 * 1rem)}.fs--15{font-size:15px;font-size:calc(15 / 16 * 1rem)}.fs--16{font-size:16px;font-size:calc(16 / 16 * 1rem)}.fs--18{font-size:18px;font-size:calc(18 / 16 * 1rem)}.fs--19{font-size:19px;font-size:calc(19 / 16 * 1rem)}.fs--20{font-size:20px;font-size:calc(20 / 16 * 1rem)}.fs--21{font-size:21px;font-size:calc(21 / 16 * 1rem)}.fs--22{font-size:22px;font-size:calc(22 / 16 * 1rem)}.fs--23{font-size:23px;font-size:calc(23 / 16 * 1rem)}.fs--40{font-size:40px;font-size:calc(40 / 16 * 1rem)}.fs--60{font-size:60px;font-size:calc(60 / 16 * 1rem)}.fs--99{font-size:99px;font-size:calc(99 / 16 * 1rem)}.fs--114{font-size:114px;font-size:calc(114 / 16 * 1rem)}.fc--white{color:#fff}.fc--black{color:#262626}.fc--grey{color:#979797}.fc--red{color:#FF4D4F}.fw--300{font-weight:300}.fw--400{font-weight:400}.fw--500{font-weight:500}.fw--600{font-weight:600}.fw--700{font-weight:700}.lh--120{line-height:calc(120 / 100)}.lh--140{line-height:calc(140 / 100)}.lh--180{line-height:calc(180 / 100)}.ls--t100{letter-spacing:-.1em}.ls--t25{letter-spacing:-.025em}.ls--t10{letter-spacing:-.01em}.tt--capital{text-transform:capitalize}.tt--lower{text-transform:lowercase}.tt--upper{text-transform:uppercase}.container{margin:0 auto;width:100%;padding:0 3.47vw}.container--large{max-width:1440px}.container--m{max-width:1325px}svg{display:inline-block}.icon--email{width:28px;height:22px}.icon--phone{width:23px;height:23px}.icon--arrow{width:16px;height:40px}.icon--arrow-down{width:24px;height:8px}.icon--close{width:16px;height:24px}.bookCta{display:inline-block;width:172px;height:172px;transition:transform 0.5s cubic-bezier(0.46, 1.87, 0.19, 0.97)}.bookCta--fixed{display:none}.bookCta:hover{transform:scale(1.2)}.bookCta:before{position:absolute;content:'';width:0;height:0;top:50%;left:50%;background:#FF4D4F;border-radius:50%;transform:translate(-50%, -50%);pointer-events:none;animation:pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);z-index:-1}.bookCta svg.book-cta{width:100%;height:100%}.bookCta svg.music-note{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:45px;height:auto}@keyframes pulse{80%{width:calc(100% + 58px);height:calc(100% + 58px)}100%{opacity:0}}@media (max-width: 960px){.bookCta--fixed{display:block;position:fixed;bottom:30px;right:30px;width:112px;height:112px;z-index:999}.bookCta--fixed svg.music-note{width:32px}}.arrowBtn{display:inline-block;width:86px;height:86px;border-radius:50%;border:1px solid rgba(0,0,0,0.4);transition:transform 0.5s cubic-bezier(0.46, 1.87, 0.19, 0.97)}.arrowBtn:hover{transform:scale(1.2) rotate(90deg)}.arrowBtn--small{width:80px;height:80px}.arrowBtn:after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:0;height:0;border-style:solid;border-width:6.5px 0 6.5px 9px;border-color:transparent transparent transparent #FF4D4F}@media (max-width: 1200px){.arrowBtn{width:8.949vw;height:8.949vw}}@media (max-width: 750px){.arrowBtn{width:10vw;height:10vw}}[data-split] .word{display:inline-block;overflow:hidden;line-height:1}[data-split] .word__wrap{transform:translateY(110%)}[data-split-lines] .line{opacity:0;transform:translateY(100px)}.complete [data-split] .word__wrap{transform:translateY(0)}.complete [data-split-lines] .line{opacity:1;transform:translateY(0)}.siteHeader .container{height:112px}.siteHeader__logo,.siteHeader__navItem,.siteHeader svg.bolts{opacity:0;transform:translateY(80px)}.siteHeader__logo{display:inline-block}.siteHeader__logo svg{width:93px;height:auto}.siteHeader__navItem{margin:0 28px}.siteHeader__navItem a{font-family:"roc-grotesk",sans-serif;color:#979797;text-transform:uppercase;font-size:14px;font-size:.875rem}.siteHeader svg.bolts{width:32px;height:auto}@media (max-width: 1200px){.siteHeader__navItem{margin:0 0 0 44px}.siteHeader svg.bolts{display:none}}@media (max-width: 960px){.siteHeader__navItem{margin:0 0 0 2.130vw}}@media (max-width: 750px){.siteHeader__nav{display:none}.siteHeader svg.bolts{display:block}}@media (max-width: 400px){.siteHeader .container{height:80px}}.footer:before{content:'';position:absolute;top:0;left:50%;width:calc(100% - 6.94vw);height:1px;background:#000;opacity:0.16;margin:0 auto;transform:translateX(-50%)}.footer .container{height:168px}.footer p{letter-spacing:0.025em}.footer__credit{margin:0 36px 0 0}.footer__label{margin:0 16px 0 0}.footer__social{display:inline-block;margin:0 0 0 30px}.footer__social--twitter svg{width:26px;height:20px}.footer__social--facebook{width:14px;height:23px}.footer__social--instagram{width:22px;height:22px}@media (max-width: 1400px){.footer{padding:0 0 40px}.footer .container{height:auto}.footer__logo{margin:40px 0 20px}.footer__copyright{order:3;width:40%}.footer__credit{order:4;width:60%;margin:0;text-align:right}.footer__socials{width:calc(100% - 93px);justify-content:flex-end;margin:16px 0 0}}@media (max-width: 750px){.footer__label{display:none}.footer__credit{order:3;width:100%;text-align:center;margin:10px 0}.footer__copyright{text-align:center;order:4;width:100%}}@media (max-width: 500px){.footer__credit{font-size:14px}.footer__copyright{font-size:12px}}.cursor{position:fixed;z-index:9999;top:0;left:0;pointer-events:none;user-select:none}@media (hover: none){.cursor{display:none}}.cursor:before{content:'';display:block;width:22px;height:22px;border-radius:50%;background-color:#FF4D4F;opacity:.8;transition:transform 0.5s cubic-bezier(0.46, 1.87, 0.19, 0.97);will-change:transform}.cursor.hover:before{transform:scale(4);opacity:.6}.preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:99999}.preloader__bg{top:0;left:0;right:0;bottom:0;background:#fff;z-index:1}.preloader.hide{pointer-events:none}.preloader .logo-outline{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:225px;height:auto;z-index:2;opacity:0}.preloader path{transition:fill .5s ease}.preloader .logo-outline .bolt.fill{fill:#FF4D4F !important}.preloader .logo-outline .logo.fill{fill:#000 !important}.hero{padding:84px 0 0}.hero__heading{font-family:"roc-grotesk",sans-serif;font-size:148px;letter-spacing:-0.026em;max-width:890px;line-height:0.1em}.hero__heading span{position:relative;top:-16px}.hero__heading em{font-style:italic;color:#FF4D4F}.hero__heading em .word__wrap{padding-right:16px}.hero__heading svg.bolts-alt{position:absolute;width:132px;height:auto;right:42px;bottom:38px;opacity:0}.hero__image{width:100%;margin:12px 0 0}.hero__image img{width:100%;height:auto}.hero__shutter{top:0;left:0;width:100%;height:100%;background:#fff}.hero__book{top:165px;right:162px}.hero__book.hide{transform:scale(0)}@media (max-width: 1400px){.hero__heading{font-size:124px;max-width:830px}.hero__heading svg.bolts-alt{width:120px;right:102px;bottom:34px}.hero__book{right:15px;top:125px}}@media (max-width: 960px){.hero__heading{font-size:106px;max-width:700px}.hero__heading svg.bolts-alt{width:100px;right:82px}.hero__book{display:none}}@media (max-width: 750px){.hero{padding:32px 0 0}.hero__heading{font-size:76px;max-width:466px}.hero__heading em .word__wrap{padding-right:10px}.hero__heading span{top:-8px}.hero__heading svg.bolts-alt{width:70px;right:12px;bottom:22px}.hero__book{display:none}}@media (max-width: 500px){.hero__heading{font-size:15.200vw}.hero__heading span{top:-1.600vw}.hero__heading svg.bolts-alt{width:14vw;right:2.400vw;bottom:4.400vw}}.about{padding:184px 0}.about__text{max-width:1170px;margin:30px auto 0;line-height:1.2;letter-spacing:0.002em}.about__text em{font-family:"freight-display-pro",serif;color:#FF4D4F;font-size:44px;font-size:2.75rem}.about svg.star-stroke{position:absolute;width:96px;height:auto;top:-100px;right:80px}.about svg.bolts{position:absolute;width:140px;height:auto;bottom:-218px;left:90px}@media (max-width: 1200px){.about__text{max-width:850px;font-size:34px;font-size:2.125rem}.about__text em{font-size:38px;font-size:2.375rem}}@media (max-width: 960px){.about{padding:124px 0}.about svg.star-stroke{top:-80px}.about svg.bolts{width:90px;bottom:-108px;left:70px}}@media (max-width: 750px){.about__text{font-size:4.790vw}.about__text em{font-size:5.589vw}.about svg.star-stroke{top:-90px;right:40px}.about svg.bolts{width:70px;bottom:-98px;left:40px}}@media (max-width: 500px){.about{padding:98px 0}.about__text{font-size:6.286vw}.about__text em{font-size:7.429vw}.about svg.star-stroke{top:-76px;right:20px;width:80px}.about svg.bolts{width:60px;bottom:-101px;left:30px}}.offerings{padding:84px 0 174px}.offerings .container{max-width:990px}.offerings__heading{margin:0 0 44px}.offerings__link{margin:0 0 -12px}.offerings__link:hover .offerings__title{color:#FF4D4F}.offerings__link:hover .arrowBtn{transform:scale(1.2) rotate(90deg)}.offerings__number{margin:10px 32px 0 0}.offerings__title{transition:color .5s}.offerings__title em .word{padding-right:4px}.offerings__title .word{padding:0 0 9px}.offerings .arrowBtn{top:20px;right:-138px;opacity:0}@media (max-width: 1200px){.offerings__link{margin:0 0 -0.999vw}.offerings__title{font-size:9.157vw}.offerings .arrowBtn{top:1.5vw;right:-14.360vw}}@media (max-width: 750px){.offerings{padding:84px 0 100px}.offerings__link{flex-direction:column}.offerings__title{font-size:9.983vw}.offerings .arrowBtn{top:6.656vw}}@media (max-width: 500px){.offerings{padding:12.8vw 0 20vw}.offerings__heading{margin:0 0 8.8vw;font-size:4.4vw}.offerings__number{margin:2vw 6.4vw 0 0}.offerings__title{font-size:11.6vw}.offerings .arrowBtn{display:none}}.imageMasked{margin:0 0 290px}.imageMasked__holder{height:auto;pointer-events:none}.imageMasked__image{width:100%;height:541px;object-fit:cover;clip-path:url(#imageMasked__clip);-webkit-clip-path:url(#imageMasked__clip)}.imageMasked__book{top:-78px;right:270px}.imageMasked svg.star-fill{position:absolute;width:221px;height:221px;bottom:-84px;left:146px;z-index:3}.imageMasked svg.bolts{position:absolute;width:54px;height:auto;top:-98px;right:198px}@media (max-width: 1400px){.imageMasked__image{height:38.615vw}}@media (max-width: 1200px){.imageMasked__book{right:15.609vw}.imageMasked svg.bolts{right:8.117vw}.imageMasked svg.star-fill{bottom:-124px;left:46px}}@media (max-width: 960px){.imageMasked__image{position:relative;width:calc(100% + 7.5vw);left:-3.47vw}.imageMasked__book,.imageMasked svg.bolts{display:none}.imageMasked svg.star-fill{bottom:-124px;left:46px}}@media (max-width: 750px){.imageMasked{margin:0 0 200px}.imageMasked svg.star-fill{bottom:-16.511vw;left:6.125vw;width:29.427vw;height:29.427vw}}@media (max-width: 500px){.imageMasked{margin:0 0 34vw}}.textBlock{padding:0 0 164px}.textBlock .container{max-width:1325px}.textBlock__heading{width:100%}.textBlock__heading span{margin:22px 28px 0 0}.textBlock__heading em .word__wrap{padding-right:4px}.textBlock__heading .word{margin:0 20px 0 0}.textBlock__content{width:50%;margin:50px 0 0}.textBlock__text{line-height:1.4;letter-spacing:0.002em;max-width:610px}.textBlock__text p{margin:0 0 10px}.textBlock__link{display:inline-block;margin:78px 0 0;letter-spacing:0.007em;line-height:1.4}.textBlock__link em{color:#FF4D4F}.textBlock__link .arrowBtn{top:-10px;right:-136px}.textBlock__cta{display:inline-block;width:158px;height:158px;bottom:54px;right:-16px;transition:transform 0.5s cubic-bezier(0.46, 1.87, 0.19, 0.97)}.textBlock__cta:hover{transform:scale(1.2)}.textBlock__cta:before{position:absolute;content:'';width:0;height:0;top:50%;left:50%;background:#FF4D4F;border-radius:50%;transform:translate(-50%, -50%);pointer-events:none;animation:pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);z-index:-1}.textBlock__cta svg{width:100%;height:100%}.textBlock__imageHolder{width:50%}.textBlock--school .textBlock__image{margin:24px 0 0 52px}.textBlock--school svg.bolts{position:absolute;width:88px;height:auto;top:-22px;right:-14px}.textBlock--school svg.star-stroke{position:absolute;width:179px;height:auto;bottom:0;left:113px}.textBlock--music .container{flex-direction:row-reverse}.textBlock--music .textBlock__image{position:relative;top:90px;left:-50px}.textBlock--music .textBlock__circle{bottom:-18px;right:65px;width:302px;height:302px;border-radius:50%;border:1px solid #FF4D4F;opacity:0.65}.textBlock--music svg.music-notes{position:absolute;top:92px;right:96px;width:57px;height:auto}.textBlock--workshops .textBlock__image{position:relative;top:-14px;right:-50px}.textBlock--workshops svg.bolts{position:absolute;width:126px;height:auto;top:-78px;left:136px}.textBlock--workshops .textBlock__letter{position:absolute;bottom:-58px;right:-60px}.textBlock--workshops svg.letter-s{width:295px;height:auto}@media (max-width: 1200px){.textBlock__heading{font-size:9.781vw}.textBlock--school .textBlock__image{margin:0 0 0 10px}.textBlock--school svg.star-stroke{bottom:120px;left:33px}.textBlock--music .textBlock__imageHolder{left:-100px}.textBlock--music .textBlock__circle{bottom:122px;right:-35px}}@media (max-width: 960px){.textBlock .container{flex-direction:column}.textBlock__content{width:100%}.textBlock__text{max-width:none}.textBlock__cta{display:none}.textBlock__imageHolder{width:600px;margin:130px auto 0}.textBlock__link .arrowBtn{top:-0.799vw;right:-12.783vw}.textBlock--music .textBlock__imageHolder{left:auto}.textBlock--music .textBlock__circle{bottom:-158px}.textBlock--workshops .textBlock__image{right:0}}@media (max-width: 750px){.textBlock__heading{position:relative;padding-left:50px;font-size:80px;align-items:flex-start}.textBlock__heading .word{line-height:1.2}.textBlock__heading .word__wrap{margin:-16px 0 0}.textBlock__heading em{height:80px}.textBlock__heading span{position:absolute;top:-12px;left:0}.textBlock__heading span .word__wrap{margin:0}.textBlock__imageHolder{width:100%}.textBlock--school .textBlock__image,.textBlock--workshops .textBlock__image,.textBlock--music .textBlock__image{width:100%}.textBlock--music .textBlock__image{top:0;left:0}.textBlock--music .textBlock__circle{bottom:-58px;right:-25px;width:250px;height:250px}.textBlock--workshops .textBlock__letter{bottom:-68px;right:-20px}.textBlock--workshops svg.letter-s{width:245px}.textBlock--workshops svg.bolts{left:0}}@media (max-width: 500px){.textBlock{padding:0 0 32.8vw}.textBlock__heading{padding-left:10vw;font-size:14.4vw}.textBlock__heading .word{margin:0 4vw 0 0}.textBlock__heading .word__wrap{margin:-3.2vw 0 0}.textBlock__heading em{height:14.4vw}.textBlock__heading em .word__wrap{padding-right:.8vw}.textBlock__heading span{font-size:4.4vw;top:-2.4vw;margin:4.4vw 5.6vw 0 0}.textBlock__text{font-size:4.6vw}.textBlock__content{margin:10vw 0 0}.textBlock__link{margin:15.6vw 0 0}.textBlock__link p{font-size:4.2vw}.textBlock__link .arrowBtn{top:-1.4vw;right:-20vw;width:15vw;height:15vw}.textBlock__imageHolder{margin:26vw auto 0}.textBlock--music .textBlock__circle{bottom:-11.6vw;right:-5vw;width:50vw;height:50vw}.textBlock--workshops .textBlock__letter{bottom:-13.6vw;right:-4vw}.textBlock--workshops svg.letter-s{width:49vw}}.featured{padding:200px 0;margin:0 0 180px}.featured:before{content:'';position:absolute;background:#F0F0F0;top:calc(50% + 10px);transform:translateY(-50%);left:0;width:100%;height:26%}.featured__content{width:50%;margin:0 0 0 50%}.featured__heading{margin:0 0 16px}.featured__heading span{margin:24px 24px 0 0}.featured__text{line-height:1.4;letter-spacing:0.002em;padding-right:65px}.featured__bolts{top:-70%;width:44%;left:61px}.featured svg.bolts-news{width:100%;height:auto}.featured svg.bolts{position:absolute;width:91px;height:auto;top:-140px;right:6px}.featured__tearTop{top:-7vw;left:0;width:100%;z-index:-1;pointer-events:none}.featured__tearBottom{bottom:-9vw;left:0;width:100%;z-index:-1;pointer-events:none}@media (max-width: 1400px){.featured:before{height:43%}}@media (max-width: 1200px){.featured:before{height:48%}.featured__content{width:100%;margin:0 auto;max-width:700px}.featured__text{padding:0}.featured__bolts{display:none}}@media (max-width: 960px){.featured{padding:160px 0}.featured:before{height:53%}.featured__heading{font-size:90px}}@media (max-width: 750px){.featured:before{height:70%}}@media (max-width: 600px){.featured{margin:0 0 110px}.featured:before{height:74%}}@media (max-width: 500px){.featured{margin:0 0 22vw}.featured:before{height:100vw}.featured__heading{font-size:17vw}.featured__heading span{font-size:4.4vw;margin:4.8vw 4.8vw 0 0}.featured__text{font-size:4.6vw}.featured__tearTop{top:0}.featured__tearBottom{bottom:0}}.contact{margin:0 0 190px}.contact__title{transition:color .5s;white-space:nowrap}.contact__text{max-width:590px;margin:33px 0 98px;letter-spacing:0.002em;line-height:1.35em}.contact__text span{color:#FF4D4F}.contact__prefix{margin:0 0 74px}.contact__link{padding-left:132px}.contact__link:hover .contact__title{color:#FF4D4F}.contact__link:hover .arrowBtn{transform:scale(1.2) rotate(0deg)}.contact__link:hover .arrowBtn:after{transform:translate(-50%, -50%) scale(0)}.contact__link:hover .mail{transform:translate(-50%, -50%) scale(1)}.contact__link--private{margin:18px 0 0 50px}.contact__link--therapy{margin:18px 0 0 100px}.contact__link--other{margin:18px 0 0 150px}.contact__link .arrowBtn{left:0;top:16px}.contact__link .arrowBtn:after{transition:transform 0.5s cubic-bezier(0.46, 1.87, 0.19, 0.97)}.contact__link .mail{width:30px;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0);transition:transform 0.5s cubic-bezier(0.46, 1.87, 0.19, 0.97)}.contact svg.bolts{position:absolute;width:116px;height:auto;bottom:360px;right:322px}@media (max-width: 1400px){.contact__link--private{margin:18px 0 0 40px}.contact__link--therapy{margin:18px 0 0 80px}.contact__link--other{margin:18px 0 0 120px}}@media (max-width: 1200px){.contact__link--private{margin:18px 0 0 0}.contact__link--therapy{margin:18px 0 0 0}.contact__link--other{margin:18px 0 0 0}.contact__title span{display:none}.contact__title em{text-transform:capitalize}.contact svg.bolts{bottom:370px;right:172px}}@media (max-width: 960px){.contact__link{padding-left:102px}.contact__title{font-size:80px;font-size:5rem}.contact svg.bolts{display:none}}@media (max-width: 750px){.contact__heading{max-width:390px;line-height:1}.contact__text{margin:33px 0 68px}.contact__prefix{margin:0 0 54px}.contact__link{padding-left:82px}.contact__title{font-size:66px;font-size:4.125rem}}@media (max-width: 500px){.contact{margin:0 0 20vw}.contact__heading{max-width:78vw;font-size:12vw}.contact__text{font-size:4.6vw;margin:6.6vw 0 13.6vw}.contact__prefix{font-size:4.4vw;margin:0 0 10.8vw}.contact__link{padding-left:16.4vw}.contact__title{font-size:13.2vw}}.mt--40{margin-top:40px}@media (max-width: 750px){.mt--40{margin-top:26.66667px}}.mb--40{margin-bottom:40px}@media (max-width: 750px){.mb--40{margin-bottom:26.66667px}}.mt--60{margin-top:60px}@media (max-width: 750px){.mt--60{margin-top:40px}}.mb--60{margin-bottom:60px}@media (max-width: 750px){.mb--60{margin-bottom:40px}}.mt--80{margin-top:80px}@media (max-width: 750px){.mt--80{margin-top:53.33333px}}.mb--80{margin-bottom:80px}@media (max-width: 750px){.mb--80{margin-bottom:53.33333px}}.mt--100{margin-top:100px}@media (max-width: 750px){.mt--100{margin-top:66.66667px}}.mb--100{margin-bottom:100px}@media (max-width: 750px){.mb--100{margin-bottom:66.66667px}}.mt--120{margin-top:120px}@media (max-width: 750px){.mt--120{margin-top:80px}}.mb--120{margin-bottom:120px}@media (max-width: 750px){.mb--120{margin-bottom:80px}}.mt--140{margin-top:140px}@media (max-width: 750px){.mt--140{margin-top:93.33333px}}.mb--140{margin-bottom:140px}@media (max-width: 750px){.mb--140{margin-bottom:93.33333px}}.mt--160{margin-top:160px}@media (max-width: 750px){.mt--160{margin-top:106.66667px}}.mb--160{margin-bottom:160px}@media (max-width: 750px){.mb--160{margin-bottom:106.66667px}}
