.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{position:absolute;top:-9999px;width:100px;height:100px;overflow-x:scroll}.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{position:relative;display:flex;flex:1 0 auto;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{height:34px;font-size:34px}.mdc-tab-indicator{display:flex;position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;pointer-events:none;z-index:1}.mdc-tab-indicator__content{transform-origin:left;opacity:0}.mdc-tab-indicator__content--underline{align-self:flex-end;box-sizing:border-box;width:100%;border-top-style:solid}.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);line-height:2.25rem;line-height:var(--mdc-typography-button-line-height,2.25rem);font-weight:500;font-weight:var(--mdc-typography-button-font-weight,500);letter-spacing:.0892857143em;letter-spacing:var(--mdc-typography-button-letter-spacing,.0892857143em);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);position:relative}.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{width:24px;height:24px;font-size: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{background:none;min-width:90px;display:flex;flex:1 0 auto;justify-content:center;box-sizing:border-box;margin:0;padding:0 24px;border:none;outline:none;text-align:center;white-space:nowrap;cursor:pointer;-webkit-appearance:none;z-index:1}.mdc-tab::-moz-focus-inner{padding:0;border:0}.mdc-tab--min-width{flex:0 1 auto}.mdc-tab__content{display:flex;align-items:center;justify-content:center;height:inherit;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{flex-direction:column;align-items:center;justify-content:center}.mdc-tab--stacked .mdc-tab__text-label{padding-top:6px;padding-bottom:4px}.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{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.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{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-tab.mdc-ripple-upgraded--unbounded .mdc-tab__ripple:after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,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{top:-50%;left:-50%;width:200%;height:200%}.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple:after{width:var(--mdc-ripple-fg-size,100%);height: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{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}.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{transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-press-opacity,.24)}.mdc-tab.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.24)}.mdc-tab__ripple{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;will-change:transform,opacity}.hero-wrapper{position:relative;overflow:hidden}.hero-wrapper .hero{position:relative;z-index:50}.hero-wrapper .hero .illustration-holder{position:relative;z-index:50;width:100%;height:0;padding-bottom:110%;transform:scale(0) rotate(-180deg);opacity:0;-webkit-animation:showIllustration 2s ease forwards;animation:showIllustration 2s ease forwards}.hero-wrapper .hero .illustration-holder.-circle{transform:scale(0) rotate(-1turn)}.hero-wrapper .hero .illustration-holder .glitch-image{position:absolute;left:50%;top:50%;width:95%;height:95%;transform:translate(-50%,-50%)}.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{left:49%;top:50.5%;animation:svg-glitch-effect 6s linear 3s infinite alternate-reverse}.hero-wrapper .hero .illustration-holder .glitch-image.item-02 path{fill:#94d5e0}.hero-wrapper .hero .illustration-holder .glitch-image.item-03{left:51%;top:49.5%;animation:svg-glitch-effect 6.5s linear 3s infinite alternate-reverse}.hero-wrapper .hero .illustration-holder .glitch-image.item-03 path{fill:#a8dde6}.hero-wrapper .hero .illustration-holder .glitch-image.item-04{left:51%;top:49.5%;animation:svg-glitch-effect 7s linear 3s infinite alternate-reverse}.hero-wrapper .hero .illustration-holder .glitch-image.item-04 path{fill:#a8dde6}.hero-wrapper .hero .illustration-holder .shots{position:absolute;left:50%;top:50%;width:90%;height:90%;transform:translate(-50%,-50%);z-index:50;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.hero-wrapper .hero .illustration-holder .shots img{max-width:100%;height:auto;vertical-align:middle}.hero-wrapper .hero .illustration-holder .shots .image-shot{position:absolute;left:50%;top:55%;width:50%;transform:translate(-50%,-50%);box-shadow:.25rem .5rem 1.5rem 0 rgba(0,0,0,.15);z-index:30;opacity:0;-webkit-animation:showShots 1s 2s forwards;animation:showShots 1s 2s forwards}.hero-wrapper .hero .illustration-holder .shots .image-shot.image-shot-02{left:10%;top:40%;transform:translate(0);width:50%;z-index:20;-webkit-animation:showShots 1s 2.2s forwards;animation:showShots 1s 2.2s forwards}.hero-wrapper .hero .illustration-holder .shots .image-shot.image-shot-03{left:70%;top:25%;transform:translate(-50%);width:35%;z-index:10;-webkit-animation:showShots 1s 2.4s forwards;animation:showShots 1s 2.4s forwards}.hero-wrapper .background-lines{z-index:0}.hero-wrapper .background-lines,.hero-wrapper .background-lines .line-elem{position:absolute;left:50%;top:50%;width:100%;height:100vh;transform:translate(-50%,-50%)}.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{left:49%;top:50.25%;opacity:.1;animation:svg-glitch-effect2 4.5s linear infinite alternate-reverse}.hero-wrapper .background-lines .line-elem.line-elem-03{left:51%;top:49.75%;opacity:.2;animation:svg-glitch-effect2 5.25s linear infinite alternate-reverse}.hero-wrapper .background-lines .line-elem.line-elem-04{left:51%;top:50.5%;opacity:.15;animation:svg-glitch-effect2 5.75s linear infinite alternate-reverse}@-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{transform:scale(1) rotate(0);opacity:1}}@keyframes showIllustration{to{transform:scale(1) rotate(0);opacity:1}}@-webkit-keyframes showShots{to{opacity:1}}@keyframes showShots{to{opacity:1}}.hexagon-holder{position:absolute;left:5.25%;top:49.5%;display:flex;flex-flow:row wrap;width:95%;height:2.5rem}.hexagon-holder.-holder2{left:9.25%;top:57.875%}.hexagon-holder .hexagon-item{position:relative;width:8%;height:0;margin-right:.5%;padding-bottom:9%;background-repeat:no-repeat;background-position:50%;background-size:contain;opacity:0;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 24 41.6-24z'/%3E%3Cpath fill='%23fff' d='M75.8 67.6V28L41.5 8.2 7.2 28v39.6l34.3 19.8 34.3-19.8z'/%3E%3Cpath fill='%23dadada' d='M11.9 31.5h59v13.3h-59zm0 19h59v13.3h-59z'/%3E%3C/svg%3E");-webkit-animation:showHexagons .5s linear 3.1s forwards;animation:showHexagons .5s linear 3.1s forwards}.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 24 41.6-24z'/%3E%3Cpath fill='%23fff' d='M75.8 67.6V28L41.5 8.2 7.2 28v39.6l34.3 19.8 34.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}}
/*# sourceMappingURL=https://cdn2.hubspot.net/hub/7186369/hub_generated/template_assets/58538700821/1655288785540/nobl9-theme/dist/css/bundle.css */