.mdc-tab-bar{width:100%}.mdc-tab{height:48px}.mdc-tab--stacked{height:72px}.mdc-tab-scroller{overflow-y:hidden}.mdc-tab-scroller.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content{transition:transform .25s cubic-bezier(.4,0,.2,1)}.mdc-tab-scroller__test{height:100px;overflow-x:scroll;position:absolute;top:-9999px;width:100px}.mdc-tab-scroller__scroll-area{-webkit-overflow-scrolling:touch;display:flex;overflow-x:hidden}.mdc-tab-scroller__scroll-area::-webkit-scrollbar,.mdc-tab-scroller__test::-webkit-scrollbar{display:none}.mdc-tab-scroller__scroll-area--scroll{overflow-x:scroll}.mdc-tab-scroller__scroll-content{display:flex;flex:1 0 auto;position:relative;transform:none;will-change:transform}.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content{justify-content:flex-start}.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content{justify-content:flex-end}.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content{justify-content:center}.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area{-webkit-overflow-scrolling:auto}.mdc-tab-indicator .mdc-tab-indicator__content--underline{border-color:#27bad3;border-color:var(--mdc-theme-primary,#27bad3)}.mdc-tab-indicator .mdc-tab-indicator__content--icon{color:#f09143;color:var(--mdc-theme-secondary,#f09143)}.mdc-tab-indicator .mdc-tab-indicator__content--underline{border-top-width:2px}.mdc-tab-indicator .mdc-tab-indicator__content--icon{font-size:34px;height:34px}.mdc-tab-indicator{display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.mdc-tab-indicator__content{opacity:0;transform-origin:left}.mdc-tab-indicator__content--underline{align-self:flex-end;border-top-style:solid;box-sizing:border-box;width:100%}.mdc-tab-indicator__content--icon{align-self:center;margin:0 auto}.mdc-tab-indicator--active .mdc-tab-indicator__content{opacity:1}.mdc-tab-indicator .mdc-tab-indicator__content{transition:transform .25s cubic-bezier(.4,0,.2,1)}.mdc-tab-indicator--no-transition .mdc-tab-indicator__content{transition:none}.mdc-tab-indicator--fade .mdc-tab-indicator__content{transition:opacity .15s linear}.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content{transition-delay:.1s}.mdc-tab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-button-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-button-font-size,.875rem);font-weight:500;font-weight:var(--mdc-typography-button-font-weight,500);letter-spacing:.0892857143em;letter-spacing:var(--mdc-typography-button-letter-spacing,.0892857143em);line-height:2.25rem;line-height:var(--mdc-typography-button-line-height,2.25rem);position:relative;text-decoration:none;-webkit-text-decoration:var(--mdc-typography-button-text-decoration,none);text-decoration:var(--mdc-typography-button-text-decoration,none);text-transform:uppercase;text-transform:var(--mdc-typography-button-text-transform,uppercase)}.mdc-tab .mdc-tab__text-label{color:rgba(0,0,0,.6)}.mdc-tab .mdc-tab__icon{color:rgba(0,0,0,.54);fill:currentColor}.mdc-tab__content{position:relative}.mdc-tab__icon{font-size:24px;height:24px;width:24px}.mdc-tab--active .mdc-tab__icon,.mdc-tab--active .mdc-tab__text-label{color:#27bad3;color:var(--mdc-theme-primary,#27bad3)}.mdc-tab--active .mdc-tab__icon{fill:currentColor}.mdc-tab{-webkit-appearance:none;background:none;border:none;box-sizing:border-box;cursor:pointer;display:flex;flex:1 0 auto;justify-content:center;margin:0;min-width:90px;outline:none;padding:0 24px;text-align:center;white-space:nowrap;z-index:1}.mdc-tab::-moz-focus-inner{border:0;padding:0}.mdc-tab--min-width{flex:0 1 auto}.mdc-tab__content{align-items:center;display:flex;height:inherit;justify-content:center;pointer-events:none}.mdc-tab__text-label{display:inline-block;line-height:1}.mdc-tab__icon,.mdc-tab__text-label{transition:color .15s linear;z-index:2}.mdc-tab--stacked .mdc-tab__content{align-items:center;flex-direction:column;justify-content:center}.mdc-tab--stacked .mdc-tab__text-label{padding-bottom:4px;padding-top:6px}.mdc-tab--active .mdc-tab__icon,.mdc-tab--active .mdc-tab__text-label{transition-delay:.1s}.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label{padding-left:8px;padding-right:0}.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir=rtl],[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label{padding-left:0;padding-right:8px}@-webkit-keyframes mdc-ripple-fg-radius-in{0%{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-radius-in{0%{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@keyframes mdc-ripple-fg-opacity-in{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}.mdc-tab{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-tab .mdc-tab__ripple:after,.mdc-tab .mdc-tab__ripple:before{border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute}.mdc-tab .mdc-tab__ripple:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.mdc-tab .mdc-tab__ripple:after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple:before{transform:scale(var(--mdc-ripple-fg-scale,1))}.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple:after{left:0;top:0;transform:scale(0);transform-origin:center center}.mdc-tab.mdc-ripple-upgraded--unbounded .mdc-tab__ripple:after{left:var(--mdc-ripple-left,0);top:var(--mdc-ripple-top,0)}.mdc-tab.mdc-ripple-upgraded--foreground-activation .mdc-tab__ripple:after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-tab.mdc-ripple-upgraded--foreground-deactivation .mdc-tab__ripple:after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.mdc-tab .mdc-tab__ripple:after,.mdc-tab .mdc-tab__ripple:before{height:200%;left:-50%;top:-50%;width:200%}.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple:after{height:var(--mdc-ripple-fg-size,100%);width:var(--mdc-ripple-fg-size,100%)}.mdc-tab .mdc-tab__ripple:after,.mdc-tab .mdc-tab__ripple:before{background-color:#27bad3;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#27bad3))}.mdc-tab.mdc-ripple-surface--hover .mdc-tab__ripple:before,.mdc-tab:hover .mdc-tab__ripple:before{opacity:.08;opacity:var(--mdc-ripple-hover-opacity,.08)}.mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__ripple:before,.mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple:before{opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24);transition-duration:75ms}.mdc-tab:not(.mdc-ripple-upgraded) .mdc-tab__ripple:after{transition:opacity .15s linear}.mdc-tab:not(.mdc-ripple-upgraded):active .mdc-tab__ripple:after{opacity:.24;opacity:var(--mdc-ripple-press-opacity,.24);transition-duration:75ms}.mdc-tab.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.24)}.mdc-tab__ripple{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;will-change:transform,opacity}.hero-wrapper{overflow:hidden;position:relative}.hero-wrapper .hero{position:relative;z-index:50}.hero-wrapper .hero .illustration-holder{-webkit-animation:showIllustration 2s ease forwards;animation:showIllustration 2s ease forwards;height:0;opacity:0;padding-bottom:110%;position:relative;transform:scale(0) rotate(-180deg);width:100%;z-index:50}.hero-wrapper .hero .illustration-holder.-circle{transform:scale(0) rotate(-1turn)}.hero-wrapper .hero .illustration-holder .glitch-image{height:95%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:95%}.hero-wrapper .hero .illustration-holder .glitch-image.item-02,.hero-wrapper .hero .illustration-holder .glitch-image.item-03,.hero-wrapper .hero .illustration-holder .glitch-image.item-04{clip:rect(0,0,0,0)}.hero-wrapper .hero .illustration-holder .glitch-image.item-02{animation:svg-glitch-effect 6s linear 3s infinite alternate-reverse;left:49%;top:50.5%}.hero-wrapper .hero .illustration-holder .glitch-image.item-02 path{fill:#94d5e0}.hero-wrapper .hero .illustration-holder .glitch-image.item-03{animation:svg-glitch-effect 6.5s linear 3s infinite alternate-reverse;left:51%;top:49.5%}.hero-wrapper .hero .illustration-holder .glitch-image.item-03 path{fill:#a8dde6}.hero-wrapper .hero .illustration-holder .glitch-image.item-04{animation:svg-glitch-effect 7s linear 3s infinite alternate-reverse;left:51%;top:49.5%}.hero-wrapper .hero .illustration-holder .glitch-image.item-04 path{fill:#a8dde6}.hero-wrapper .hero .illustration-holder .shots{height:90%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:90%;z-index:50}.hero-wrapper .hero .illustration-holder .shots img{height:auto;max-width:100%;vertical-align:middle}.hero-wrapper .hero .illustration-holder .shots .image-shot{-webkit-animation:showShots 1s 2s forwards;animation:showShots 1s 2s forwards;box-shadow:.25rem .5rem 1.5rem 0 rgba(0,0,0,.15);left:50%;opacity:0;position:absolute;top:55%;transform:translate(-50%,-50%);width:50%;z-index:30}.hero-wrapper .hero .illustration-holder .shots .image-shot.image-shot-02{-webkit-animation:showShots 1s 2.2s forwards;animation:showShots 1s 2.2s forwards;left:10%;top:40%;transform:translate(0);width:50%;z-index:20}.hero-wrapper .hero .illustration-holder .shots .image-shot.image-shot-03{-webkit-animation:showShots 1s 2.4s forwards;animation:showShots 1s 2.4s forwards;left:70%;top:25%;transform:translate(-50%);width:35%;z-index:10}.hero-wrapper .background-lines{z-index:0}.hero-wrapper .background-lines,.hero-wrapper .background-lines .line-elem{height:100vh;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.hero-wrapper .background-lines .line-elem.line-elem-02,.hero-wrapper .background-lines .line-elem.line-elem-03{clip:rect(0,0,0,0)}.hero-wrapper .background-lines .line-elem.line-elem-02{animation:svg-glitch-effect2 4.5s linear infinite alternate-reverse;left:49%;opacity:.1;top:50.25%}.hero-wrapper .background-lines .line-elem.line-elem-03{animation:svg-glitch-effect2 5.25s linear infinite alternate-reverse;left:51%;opacity:.2;top:49.75%}.hero-wrapper .background-lines .line-elem.line-elem-04{animation:svg-glitch-effect2 5.75s linear infinite alternate-reverse;left:51%;opacity:.15;top:50.5%}@-webkit-keyframes svg-glitch-effect{50%{clip:rect(0,78px,700px,691px)}55%{clip:rect(0,602px,700px,310px)}60%{clip:rect(0,423px,700px,313px)}65%{clip:rect(0,609px,700px,307px)}70%{clip:rect(0,262px,700px,331px)}75%{clip:rect(0,616px,700px,420px)}80%{clip:rect(0,192px,700px,516px)}85%{clip:rect(0,154px,700px,71px)}90%{clip:rect(0,251px,700px,95px)}95%{clip:rect(0,261px,700px,574px)}to{clip:rect(0,665px,700px,240px)}}@keyframes svg-glitch-effect{50%{clip:rect(0,78px,700px,691px)}55%{clip:rect(0,602px,700px,310px)}60%{clip:rect(0,423px,700px,313px)}65%{clip:rect(0,609px,700px,307px)}70%{clip:rect(0,262px,700px,331px)}75%{clip:rect(0,616px,700px,420px)}80%{clip:rect(0,192px,700px,516px)}85%{clip:rect(0,154px,700px,71px)}90%{clip:rect(0,251px,700px,95px)}95%{clip:rect(0,261px,700px,574px)}to{clip:rect(0,665px,700px,240px)}}@-webkit-keyframes svg-glitch-effect2{0%{clip:rect(292px,2000px,827px,0)}10%{clip:rect(307px,2000px,472px,0)}20%{clip:rect(216px,2000px,151px,0)}30%{clip:rect(436px,2000px,127px,0)}40%{clip:rect(306px,2000px,616px,0)}50%{clip:rect(2px,2000px,727px,0)}60%{clip:rect(459px,2000px,10px,0)}70%{clip:rect(993px,2000px,186px,0)}80%{clip:rect(204px,2000px,189px,0)}90%{clip:rect(344px,2000px,484px,0)}to{clip:rect(943px,2000px,544px,0)}}@keyframes svg-glitch-effect2{0%{clip:rect(292px,2000px,827px,0)}10%{clip:rect(307px,2000px,472px,0)}20%{clip:rect(216px,2000px,151px,0)}30%{clip:rect(436px,2000px,127px,0)}40%{clip:rect(306px,2000px,616px,0)}50%{clip:rect(2px,2000px,727px,0)}60%{clip:rect(459px,2000px,10px,0)}70%{clip:rect(993px,2000px,186px,0)}80%{clip:rect(204px,2000px,189px,0)}90%{clip:rect(344px,2000px,484px,0)}to{clip:rect(943px,2000px,544px,0)}}@-webkit-keyframes showIllustration{to{opacity:1;transform:scale(1) rotate(0)}}@keyframes showIllustration{to{opacity:1;transform:scale(1) rotate(0)}}@-webkit-keyframes showShots{to{opacity:1}}@keyframes showShots{to{opacity:1}}.hexagon-holder{display:flex;flex-flow:row wrap;height:2.5rem;left:5.25%;position:absolute;top:49.5%;width:95%}.hexagon-holder.-holder2{left:9.25%;top:57.875%}.hexagon-holder .hexagon-item{-webkit-animation:showHexagons .5s linear 3.1s forwards;animation:showHexagons .5s linear 3.1s forwards;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 83.2 96.1'%3E%3Cpath fill='%2333ac42' d='M83.2 72.1V24L41.6 0 0 24v48.1l41.6 24z'/%3E%3Cpath fill='%23fff' d='M75.8 67.6V28L41.5 8.2 7.2 28v39.6l34.3 19.8z'/%3E%3Cpath fill='%23dadada' d='M11.9 31.5h59v13.3h-59zm0 19h59v13.3h-59z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;height:0;margin-right:.5%;opacity:0;padding-bottom:9%;position:relative;width:8%}.hexagon-holder .hexagon-item.-red{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 83.2 96.1'%3E%3Cpath fill='%23cd3e44' d='M83.2 72.1V24L41.6 0 0 24v48.1l41.6 24z'/%3E%3Cpath fill='%23fff' d='M75.8 67.6V28L41.5 8.2 7.2 28v39.6l34.3 19.8z'/%3E%3Cpath fill='%23dadada' d='M11.9 31.5h59v13.3h-59zm0 19h59v13.3h-59z'/%3E%3C/svg%3E")}.hexagon-holder .hexagon-item:first-child{-webkit-animation-delay:3.2s;animation-delay:3.2s}.hexagon-holder .hexagon-item:nth-child(2){-webkit-animation-delay:3.3s;animation-delay:3.3s}.hexagon-holder .hexagon-item:nth-child(3){-webkit-animation-delay:3.4s;animation-delay:3.4s}.hexagon-holder .hexagon-item:nth-child(4){-webkit-animation-delay:3.5s;animation-delay:3.5s}.hexagon-holder .hexagon-item:nth-child(5){-webkit-animation-delay:3.6s;animation-delay:3.6s}.hexagon-holder .hexagon-item:nth-child(6){-webkit-animation-delay:3.7s;animation-delay:3.7s}.hexagon-holder .hexagon-item:nth-child(7){-webkit-animation-delay:3.8s;animation-delay:3.8s}.hexagon-holder .hexagon-item:nth-child(8){-webkit-animation-delay:3.9s;animation-delay:3.9s}.hexagon-holder .hexagon-item:nth-child(9){-webkit-animation-delay:4s;animation-delay:4s}.hexagon-holder .hexagon-item:nth-child(10){-webkit-animation-delay:4.1s;animation-delay:4.1s}.hexagon-holder .hexagon-item:nth-child(11){-webkit-animation-delay:4.2s;animation-delay:4.2s}@-webkit-keyframes showHexagons{to{opacity:1}}@keyframes showHexagons{to{opacity:1}}