.hc-vca-animated-text.animate-in-view{opacity:0}.hc-vca-animated-text.animate-in-view.animate{opacity:1}.hc-vca-animated-text.style1 .textblind{color:#fff;position:relative;padding-left:18px;font-weight:bold;font-size:4rem;text-transform:uppercase;line-height:1}.hc-vca-animated-text.style1 .textblind .word-part{display:block;overflow:hidden}.hc-vca-animated-text.style1 .textblind .word-part.animate:nth-child(1) span{-webkit-animation:dropin 0.7s 0s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;animation:dropin 0.7s 0s cubic-bezier(0.215, 0.61, 0.355, 1) forwards}.hc-vca-animated-text.style1 .textblind .word-part.animate:nth-child(2) span{-webkit-animation:dropin 0.7s 0.125s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;animation:dropin 0.7s 0.125s cubic-bezier(0.215, 0.61, 0.355, 1) forwards}.hc-vca-animated-text.style1 .textblind .word-part.animate:nth-child(3) span{-webkit-animation:dropin 0.7s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;animation:dropin 0.7s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) forwards}.hc-vca-animated-text.style1 .textblind .word-part span{display:block;opacity:0;transform:translateY(-100%)}@-webkit-keyframes dropin{0%{transform:translateY(-100%);opacity:1}100%{transform:translateY(0);opacity:1}}@keyframes dropin{0%{transform:translateY(-100%);opacity:1}100%{transform:translateY(0);opacity:1}}.hc-vca-animated-text.style2 .text-container{width:100%;max-width:1000px;margin-left:50px;padding-top:40px}.hc-vca-animated-text.style2 .text-container .text-title{color:rgba(255,67,54,0);font-size:60px;margin-left:-50px;position:relative}.hc-vca-animated-text.style2 .text-container .title-mask{width:0%;height:100%;background-color:#FF4336;position:absolute;top:0;left:0;transition:0.4s}.hc-vca-animated-text.style2 .text-container .text-title.at2-open .title-mask{width:100%;transition:0.4s}.hc-vca-animated-text.style2 .text-container .text-title.at2-switch .title-mask{left:auto;right:0;transition:0.4s}.hc-vca-animated-text.style2 .text-container .text-title.at2-close .title-mask{width:0%;transition:0.4s}.hc-vca-animated-text.style2 .text-container .text-subtitle{font-size:20px;color:rgba(255,255,0,0);position:relative}.hc-vca-animated-text.style2 .text-container .subtitle-mask{width:0%;height:100%;background-color:yellow;position:absolute;top:0;left:0}.hc-vca-animated-text.style2 .text-container .text-subtitle.at2-open .subtitle-mask{width:100%;transition:0.4s}.hc-vca-animated-text.style2 .text-container .text-subtitle.at2-switch .subtitle-mask{left:auto;right:0;transition:0.4s}.hc-vca-animated-text.style2 .text-container .text-subtitle.at2-close .subtitle-mask{width:0%;transition:0.4s}.hc-vca-animated-text.style3 .cut-text{font-size:3rem;line-height:3rem}.hc-vca-animated-text.style3 h1{display:inline-block;position:relative}.hc-vca-animated-text.style3 h1 span{display:inline-block}.hc-vca-animated-text.style3 h1>span{display:block;position:relative}.hc-vca-animated-text.style3 h1>span>span{transition:0.4s;opacity:0}.hc-vca-animated-text.style3 h1>span>span>span{overflow:hidden}.hc-vca-animated-text.style3 h1>span>span:nth-child(1){transform:translateX(-10px)}.hc-vca-animated-text.style3 h1>span>span:nth-child(1)>span{transform:translateY(-50%)}.hc-vca-animated-text.style3 h1>span>span:nth-child(1)>span>span{transform:translateY(50%)}.hc-vca-animated-text.style3 h1>span>span:nth-child(2){position:absolute;top:0;left:0;transform:translateX(10px)}.hc-vca-animated-text.style3 h1>span>span:nth-child(2)>span{transform:translateY(50%)}.hc-vca-animated-text.style3 h1>span>span:nth-child(2)>span>span{transform:translateY(-50%)}.hc-vca-animated-text.style3 h1.move>span>span{opacity:1;transform:translate(0)}.hc-vca-animated-text.style4 svg{margin-top:50px}.hc-vca-animated-text.style4 .st0{fill:none;stroke:#FFFFFF}.hc-vca-animated-text.style4 .st1{fill:none;stroke:#FFFFFF}.hc-vca-animated-text.style4.animate path:nth-child(n){stroke-dasharray:1200;stroke-dashoffset:0;-webkit-animation:dash 5s linear forwards;-o-animation:dash 5s linear forwards;-moz-animation:dash 5s linear forwards;animation:dash 5s linear forwards}@-webkit-keyframes dash{from{stroke-dashoffset:1200}to{stroke-dashoffset:0}}.hc-vca-animated-text.style5 .rotatingText{align-items:center;display:flex;text-align:center}.hc-vca-animated-text.style5 .rotatingText-content{position:relative;width:100%}.hc-vca-animated-text.style5 .rotatingText-description{font-style:italic;margin:0}.hc-vca-animated-text.style5 .rotatingText-adjective{font-size:40px;left:0;margin-bottom:0;margin-top:40px;opacity:0;position:absolute;right:0;text-align:center;text-transform:uppercase;top:0}@media (min-width: 768px){.hc-vca-animated-text.style5 .rotatingText-adjective{font-size:70px}}.hc-vca-animated-text.style5.animate .rotatingText-adjective{-webkit-animation-name:rotate-text-up;animation-name:rotate-text-up;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes rotate-text-up{0%{transform:translate3d(0, 80px, 0);opacity:0}20%,80%{transform:translate3d(0, 0, 0);opacity:1}100%{transform:translate3d(0, -40px, 0);opacity:0}}@keyframes rotate-text-up{0%{transform:translate3d(0, 80px, 0);opacity:0}20%,80%{transform:translate3d(0, 0, 0);opacity:1}100%{transform:translate3d(0, -40px, 0);opacity:0}}@-webkit-keyframes fade-text-in{0%{opacity:0;transform:translate3d(0, 80px, 0)}50%,100%{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes fade-text-in{0%{opacity:0;transform:translate3d(0, 80px, 0)}50%,100%{opacity:1;transform:translate3d(0, 0, 0)}}.hc-vca-animated-text.style6 .text-container{height:135px;margin:0 auto;position:relative;overflow:hidden}.hc-vca-animated-text.style6 .title{line-height:120px;font-size:120px;display:inline;opacity:0;position:relative}.hc-vca-animated-text.style6.animate .title{animation-name:intro;animation-duration:0.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:backwards;margin:0;opacity:1}@keyframes intro{0%{top:150px}98%{top:-5px}100%{top:0%}}.hc-vca-animated-text.splitted-text{display:flex;justify-content:center;align-items:center;font-size:30px}.hc-vca-animated-text.splitted-text h1{overflow:hidden;line-height:1;font-weight:300}.hc-vca-animated-text.splitted-text .text-container h1 span{animation-delay:0.1s;letter-spacing:3px;display:inline-block;text-transform:uppercase}.hc-vca-animated-text.style7 .text-container h1 span{animation-duration:0.5s;-webkit-animation-duration:0.5s;animation-iteration-count:1;-webkit-animation-iteration-count:1;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;transition-timing-function:ease-out;transform:translate3d(-30%, -100%, 0);opacity:0}.hc-vca-animated-text.style7.animate .text-container h1 span{animation-name:rampUp;-webkit-animation-name:rampUp}@keyframes rampUp{0%{transform:translate3d(-30%, 100%, 0)}10%{transform:translate3d(-30%, 100%, 0);opacity:1}100%{transform:translate3d(0, 0, 0);opacity:1}}.hc-vca-animated-text.style8 .text-container h1 span{opacity:0;animation-duration:0.15s;-webkit-animation-duration:0.15s;animation-iteration-count:1;-webkit-animation-iteration-count:1;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.hc-vca-animated-text.style8.animate .text-container h1 span{animation-name:dropIn;-webkit-animation-name:dropIn}@-webkit-keyframes dropIn{0%{opacity:0;transform:translate3d(0, -60vh, 0)}75%{opacity:1;transform:translate3d(0, 1.5vh, 0)}100%{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes dropIn{0%{opacity:0;transform:translate3d(0, -60vh, 0)}75%{opacity:1;transform:translate3d(0, 1.5vh, 0)}100%{opacity:1;transform:translate3d(0, 0, 0)}}.hc-vca-animated-text.style9 .text-container h1 span{display:inline-block;opacity:0;transition-timing-function:cubic-bezier(0.075, 0.82, 0.165, 1)}.hc-vca-animated-text.style9.animate .text-container h1 span{animation:easeSlideLeft 1.5s forwards}@keyframes easeSlideLeft{from{opacity:0;transform:translateX(200px)}to{opacity:1;transform:translateX(0%)}}.hc-vca-animated-text.style10 .text-container{display:flex;justify-content:center;align-content:center;flex-direction:column}.hc-vca-animated-text.style10 h1{text-align:center;text-transform:uppercase;font-size:50px;color:#fff;margin:0 auto;white-space:nowrap}@media screen and (max-width: 768px){.hc-vca-animated-text.style10 h1{font-size:30px}}.hc-vca-animated-text.style10 .text-animation{position:relative;width:100%}.hc-vca-animated-text.style10 .text-animation div{overflow:hidden;width:50%;height:100%;transform:skewX(-20deg)}.hc-vca-animated-text.style10 .text-animation div::before{content:"";position:absolute;width:0%;height:4px;background:#fff}.hc-vca-animated-text.style10 .text-animation span{padding:0 10px}.hc-vca-animated-text.style10 .animation-left::before{left:0}.hc-vca-animated-text.style10.animate .animation-left::before{animation:widthLineLeft 1.2s 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.1) forwards}.hc-vca-animated-text.style10 .animation-left span{display:block;transform:translateX(100%) skewX(20deg)}.hc-vca-animated-text.style10.animate .animation-left span{animation:slideLeft 1.2s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.1) forwards}.hc-vca-animated-text.style10 .animation-right{position:absolute;right:0;top:0}.hc-vca-animated-text.style10 .animation-right:before{bottom:0;right:0}.hc-vca-animated-text.style10.animate .animation-right:before{animation:widthLineRight 1.2s 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.1) forwards}.hc-vca-animated-text.style10 .animation-right span{position:absolute;width:100%;left:-100%;transform:translateX(-100%) skewX(20deg)}.hc-vca-animated-text.style10.animate .animation-right span{animation:slideRight 1.2s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.1) forwards}@keyframes slideLeft{from{transform:translateX(100%) skewX(20deg)}to{transform:translateX(0%) skewX(20deg)}}@keyframes slideRight{from{transform:translateX(-100%) skewX(20deg)}to{transform:translateX(0%) skewX(20deg)}}@keyframes widthLineLeft{0%{width:0%;left:0%}50%{width:100%;left:0%}100%{width:0%;left:100%}}@keyframes widthLineRight{0%{width:0%;right:0%}50%{width:100%;right:0%}100%{width:0%;right:100%}}.hc-vca-animated-text.style11{background-position:center !important;background-size:cover !important}.hc-vca-animated-text.style11 .main-container{margin:0;padding:0;position:relative;cursor:none;overflow:hidden;height:500px}.hc-vca-animated-text.style11 .text-container{color:#fff;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;justify-content:center;align-items:center}.hc-vca-animated-text.style11 .text-container::before{content:"";left:0;background:#fff;width:100%;height:0%;position:absolute;bottom:0;transform-origin:bottom}.hc-vca-animated-text.style11.animate .text-container::before{animation:splash 3s cubic-bezier(0.8, 0.2, 0.2, 0.8) forwards}.hc-vca-animated-text.style11 span{text-transform:uppercase;font-weight:bold;font-size:24px;letter-spacing:2rem;opacity:0}.hc-vca-animated-text.style11.animate span{animation:blurMe 1.4s ease-in-out forwards}.hc-vca-animated-text.style11 span{animation-delay:2.2s}.hc-vca-animated-text.style11 .cursor{position:fixed;transform:translate(-50%, -50%);border:1px solid #fff;padding:1rem;border-radius:50%;pointer-events:none;mix-blend-mode:difference;opacity:0;transition:transform 250ms ease, left 60ms linear, top 60ms linear}.hc-vca-animated-text.style11 .inner-cursor{position:fixed;transform:translate(-50%, -50%);background-color:#fff;padding:1rem;border-radius:50%;pointer-events:none;opacity:0;mix-blend-mode:difference;transform-origin:center;transition:transform 250ms ease, left 60ms linear, top 60ms linear;animation:revealCursor 1s ease 5s forwards}.hc-vca-animated-text.style11.flashit .cursor{animation:blinkCursor 0.5s ease infinite;opacity:1}.hc-vca-animated-text.style11.flashit .inner-cursor{transform:translate(-50%, -50%) scale(1.5)}@media (max-width: 768px){.hc-vca-animated-text.style11 .text-container{display:inline-block;padding:0 40px}.hc-vca-animated-text.style11 span{display:inline-block;top:50%;position:relative}}@keyframes blinkCursor{0%{transform:translate(-50%, -50%) scale(1.5)}50%{transform:translate(-50%, -50%) scale(2.5)}100%{transform:translate(-50%, -50%) scale(1.5)}}@keyframes blurMe{0%{filter:blur(10px);opacity:0}100%{filter:blur(0px);opacity:1}}@keyframes splash{0%{height:0%}50%{height:100%}100%{top:0;height:0%}}@keyframes revealCursor{100%{opacity:1}}.hc-vca-animated-text.style12 .text-container{display:flex;font-size:25px}.hc-vca-animated-text.style12 .text-container h1{position:relative;letter-spacing:3px;font-weight:300;text-transform:uppercase;letter-spacing:3px;padding-right:30px;overflow:hidden}.hc-vca-animated-text.style12 .text-container h1 div{margin:0 auto;transform:translateX(calc(100% + 30px))}.hc-vca-animated-text.style12.animate .text-container h1 div{animation:leftSlide 1.1s cubic-bezier(0.68, -0.55, 0.265, 1.1) forwards}.hc-vca-animated-text.style12 .text-container h1::after,.hc-vca-animated-text.style12 .text-container h1::before{animation-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-animation-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1)}.hc-vca-animated-text.style12 .text-container h1::before{content:"";position:absolute;right:0;height:100%;background:#333;z-index:10}.hc-vca-animated-text.style12.animate .text-container h1::before{animation:hiddingSlide forwards}.hc-vca-animated-text.style12 .text-container h1::after{content:"";position:absolute;background:white;width:75px;margin:auto 0;top:5px;bottom:0;height:70%;animation-duration:1s;animation-fill-mode:forwards}.hc-vca-animated-text.style12.animate .text-container h1::after{animation-name:rightSlide}@keyframes leftSlide{0%{transform:translateX(calc(100% + 30px))}100%{transform:translateX(0%)}}@keyframes rightSlide{0%{right:100%;width:70px}100%{opacity:1;right:0%;width:24px}}@keyframes hiddingSlide{0%{width:100%}100%{width:0%}}.hc-vca-animated-text.style13 .anim-text-banner{font-size:100px;line-height:80px;font-weight:bold;white-space:nowrap;overflow:hidden;padding:100px 50px;text-transform:uppercase;font-weight:400}.hc-vca-animated-text.style13 .anim-text-banner>span{display:inline-block;clip:rect(0px, 0px, 300px, 0px);color:#575757}.hc-vca-animated-text.style13 .anim-text-parent{position:relative;color:#ff9933;left:120px}.hc-vca-animated-text.style13 .anim-text-parent>.v-bar{position:absolute;width:0px;height:10px;background:#ff9933;display:inline-block;top:0px;left:-20px;transform:translate(-100%, 450%)}.hc-vca-animated-text.style13 .anim-text-parent>.anim-text{overflow:hidden;white-space:nowrap;top:0;left:0;position:absolute;transition:width 1s ease;clip:rect(0px, 0px, 300px, 0px)}.hc-vca-animated-text.style14 .text-container{font-weight:900;font-size:80px;line-height:80px;letter-spacing:0.02em}@media (max-width: 480px){.hc-vca-animated-text.style14 .text-container{font-size:50px}}.hc-vca-animated-text.style14 span{cursor:pointer;-webkit-text-stroke-color:#fff;-webkit-text-stroke-width:0.02em;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-repeat:no-repeat;-webkit-transition:background-size 0.5s cubic-bezier(0.67, 0.01, 0.15, 0.98);transition:background-size 0.5s cubic-bezier(0.67, 0.01, 0.15, 0.98)}.hc-vca-animated-text.style14 .animate-top{background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50.1%, transparent));background-image:linear-gradient(180deg, #fff 0%, #fff 50%, transparent 50.1%);background-position:100% 0%;background-size:100% 0%}.hc-vca-animated-text.style14 .animate-top:hover{background-size:100% 200%}.hc-vca-animated-text.style14 .animate-right{background-image:-webkit-gradient(linear, right top, left top, from(#fff), color-stop(50%, #fff), color-stop(50.1%, transparent));background-image:linear-gradient(270deg, #fff 0%, #fff 50%, transparent 50.1%);background-position:100% 0%;background-size:0% 100%}.hc-vca-animated-text.style14 .animate-right:hover{background-size:200% 100%}.hc-vca-animated-text.style14 .animate-bottom{background-image:-webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #fff), color-stop(50.1%, transparent));background-image:linear-gradient(0deg, #fff 0%, #fff 50%, transparent 50.1%);background-position:100% 100%;background-size:100% 0%}.hc-vca-animated-text.style14 .animate-bottom:hover{background-size:100% 200%}.hc-vca-animated-text.style14 .animate-left{background-image:-webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50.1%, transparent));background-image:linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50.1%);background-size:0% 100%}.hc-vca-animated-text.style14 .animate-left:hover{background-size:200% 100%}.hc-vca-animated-text.style14 .animate-angle{background-image:linear-gradient(135deg, #fff 0%, #fff 50%, transparent 50.1%);background-size:0% 100%}.hc-vca-animated-text.style14 .animate-angle:hover{background-size:220% 100%}.hc-vca-animated-text.style14 .animate-radial{background-image:radial-gradient(circle farthest-corner at center center, #fff 0%, #fff 50%, transparent 50.1%);background-position:50% 50%;background-size:0% 0%}.hc-vca-animated-text.style14 .animate-radial:hover{background-size:200% 400%}.hc-vca-animated-text.style15 .main-container{position:relative;margin:0;overflow:hidden}.hc-vca-animated-text.style15 .texto{transition:.3s;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.hc-vca-animated-text.style15 .texto h1{margin:0;letter-spacing:-.15rem;font-size:40px;font-weight:900;line-height:70px}.hc-vca-animated-text.style15 .texto h1 .text-container{margin:1rem;position:relative}.hc-vca-animated-text.style15 .texto h1 .text-container .word{text-rendering:optimizeLegibility !important;white-space:pre;left:50%;transform:translate(-50%, -10%);opacity:0;display:block;top:0;position:absolute}@media screen and (max-width: 768px){.hc-vca-animated-text.style15 .texto h1{font-size:32px;line-height:50px}}@media screen and (max-width: 480px){.hc-vca-animated-text.style15 .texto h1{font-size:20px;line-height:32px}}.hc-vca-animated-text.style15 .letter{text-rendering:optimizeLegibility !important;display:inline-block;position:relative;transform:translateZ(25px);transform-origin:50% 50% 25px}.hc-vca-animated-text.style15 .letter.out{transform:rotateX(90deg);transition:transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hc-vca-animated-text.style15 .letter.behind{transform:rotateX(-90deg)}.hc-vca-animated-text.style15 .letter.in{transform:rotateX(0deg);transition:transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275)}@-webkit-keyframes opacity{0%,100%{opacity:0}50%{opacity:1}}@-webkit-keyframes change{0%,12.66%,100%{transform:translate3d(0, 0, 0)}16.66%,29.32%{transform:translate3d(0, -25%, 0)}33.32%,45.98%{transform:translate3d(0, -50%, 0)}49.98%,62.64%{transform:translate3d(0, -75%, 0)}66.64%,79.3%{transform:translate3d(0, -50%, 0)}83.3%,95.96%{transform:translate3d(0, -25%, 0)}}@-o-keyframes opacity{0%,100%{opacity:0}50%{opacity:1}}@-o-keyframes change{0%,12.66%,100%{transform:translate3d(0, 0, 0)}16.66%,29.32%{transform:translate3d(0, -25%, 0)}33.32%,45.98%{transform:translate3d(0, -50%, 0)}49.98%,62.64%{transform:translate3d(0, -75%, 0)}66.64%,79.3%{transform:translate3d(0, -50%, 0)}83.3%,95.96%{transform:translate3d(0, -25%, 0)}}@-moz-keyframes opacity{0%,100%{opacity:0}50%{opacity:1}}@-moz-keyframes change{0%,12.66%,100%{transform:translate3d(0, 0, 0)}16.66%,29.32%{transform:translate3d(0, -25%, 0)}33.32%,45.98%{transform:translate3d(0, -50%, 0)}49.98%,62.64%{transform:translate3d(0, -75%, 0)}66.64%,79.3%{transform:translate3d(0, -50%, 0)}83.3%,95.96%{transform:translate3d(0, -25%, 0)}}@keyframes opacity{0%,100%{opacity:0}50%{opacity:1}}@keyframes change{0%,12.66%,100%{transform:translate3d(0, 0, 0)}16.66%,29.32%{transform:translate3d(0, -25%, 0)}33.32%,45.98%{transform:translate3d(0, -50%, 0)}49.98%,62.64%{transform:translate3d(0, -75%, 0)}66.64%,79.3%{transform:translate3d(0, -50%, 0)}83.3%,95.96%{transform:translate3d(0, -25%, 0)}}.hc-vca-animated-text.style16 .text-container{overflow:hidden;color:#2d2d2d}.hc-vca-animated-text.style16 .text-heading{margin:80px 0 0 80px;font-size:64px;display:flex;flex-direction:column}.hc-vca-animated-text.style16 .text-heading>div{overflow:hidden}.hc-vca-animated-text.style16 .text-heading>div>p{margin:0;line-height:117%}.hc-vca-animated-text.style16 .text-heading>div{-webkit-animation-delay:0.02s;animation-delay:0.02s}.hc-vca-animated-text.style16 .slide-up{transform:translateY(100%)}.hc-vca-animated-text.style16.animate .slide-up{-webkit-animation:slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;animation:slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both}@-webkit-keyframes slide-up{0%{transform:translateY(100%)}100%{transform:translateY(0)}}@keyframes slide-up{0%{transform:translateY(100%)}100%{transform:translateY(0)}}.hc-vca-animated-text.style17 h1{transform:scale(0.94)}.hc-vca-animated-text.style17.animate h1{animation:scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1)}@keyframes scale{100%{transform:scale(1)}}.hc-vca-animated-text.style17 span{display:inline-block;margin-right:10px;opacity:0;filter:blur(4px)}.hc-vca-animated-text.style17.animate span{animation-name:fade-in;animation-duration:0.8s;animation-fill-mode:forwards;transition-timing-function:cubic-bezier(0.11, 0, 0.5, 0)}@keyframes fade-in{100%{opacity:1;filter:blur(0)}}.hc-vca-animated-text.style18 .text-container{display:flex}.hc-vca-animated-text.style18 .text-container span{font-size:4rem;font-weight:bold}.hc-vca-animated-text.style18.animate .text-container span{animation:shakeAnimation 0.5s infinite}@keyframes shakeAnimation{0%{transform:translate(1px, -2px) rotate(-1deg)}10%{transform:translate(-1px, 2px) rotate(-1deg)}20%{transform:translate(1px, 2px) rotate(0deg)}30%{transform:translate(3px, 2px) rotate(0deg)}40%{transform:translate(1px, -1px) rotate(1deg)}50%{transform:translate(-1px, -2px) rotate(-1deg)}60%{transform:translate(-3px, 1px) rotate(0deg)}70%{transform:translate(3px, 1px) rotate(-1deg)}80%{transform:translate(-1px, -1px) rotate(1deg)}90%{transform:translate(-3px, 0px) rotate(1deg)}100%{transform:translate(1px, 1px) rotate(0deg)}}.hc-vca-animated-text.style19 .text-container{width:100%;display:flex;justify-content:center;align-items:center}.hc-vca-animated-text.style19 .text-container .text-box{width:250px;height:250px;position:relative;display:flex;justify-content:center;flex-direction:column}.hc-vca-animated-text.style19 .text-container .text-box .text-title{width:100%;position:relative;display:flex;align-items:center}.hc-vca-animated-text.style19 .text-container .text-box .text-title .text-block{width:0%;height:100%;background-color:#ffb510;position:absolute;display:flex}.animate.hc-vca-animated-text.style19 .text-container .text-box .text-title .text-block{animation:mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards}.hc-vca-animated-text.style19 .text-container .text-box .text-title h1{opacity:0;display:flex;align-items:baseline;position:relative}.animate.hc-vca-animated-text.style19 .text-container .text-box .text-title h1{-webkit-animation:mainFadeIn 2s forwards;-o-animation:mainFadeIn 2s forwards;animation:mainFadeIn 2s forwards;animation-delay:1.6s}.hc-vca-animated-text.style19 .text-container .text-box .text-title h1 span{width:0px;height:0px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#ffb510;margin-left:5px;margin-top:-10px;position:absolute;bottom:13px;right:-12px}.animate.hc-vca-animated-text.style19 .text-container .text-box .text-title h1 span{-webkit-animation:load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;animation:popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;animation:popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;animation-delay:2s}.hc-vca-animated-text.style19 .text-container .text-box .text-role{width:100%;position:relative;display:flex;align-items:center;margin-top:-10px;margin-left:10px}.hc-vca-animated-text.style19 .text-container .text-box .text-role .text-block{width:0%;height:100%;background-color:#e91e63;position:absolute;display:flex}.animate.hc-vca-animated-text.style19 .text-container .text-box .text-role .text-block{animation:secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;animation-delay:2s}.hc-vca-animated-text.style19 .text-container .text-box .text-role p{margin:0;opacity:0;font-weight:400;text-transform:uppercase;letter-spacing:5px}.animate.hc-vca-animated-text.style19 .text-container .text-box .text-role p{animation:secFadeIn 2s forwards;animation-delay:3.2s}@keyframes mainBlock{0%{width:0%;left:0}50%{width:100%;left:0}100%{width:0;left:100%}}@keyframes secBlock{0%{width:0%;left:0}50%{width:100%;left:0}100%{width:0;left:100%}}@keyframes mainFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes popIn{0%{width:0px;height:0px;border:0px solid #ddd;opacity:0}50%{width:10px;height:10px;opacity:1;bottom:45px}65%{width:7px;height:7px;bottom:0px;width:15px}80%{width:10px;height:10px;bottom:20px}100%{width:7px;height:7px;border:0px solid #222;bottom:13px}}@keyframes secFadeIn{0%{opacity:0}100%{opacity:0.5}}@keyframes top{0%{opacity:0;bottom:-80px}100%{opacity:1;bottom:0px}}@keyframes icon{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.3) rotate(-2deg)}100%{opacity:1;bottom:0px}}.hc-vca-animated-text.style20{height:260px}.hc-vca-animated-text.style20 .animated-title{height:260px;left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);width:100%}.hc-vca-animated-text.style20 .animated-title>div{height:50%;overflow:hidden;position:absolute;width:100%}.hc-vca-animated-text.style20 .animated-title>div div{line-height:55px;font-size:55px;padding:20px 0;position:absolute}.hc-vca-animated-text.style20 .animated-title>div div span{display:block}.hc-vca-animated-text.style20 .animated-title>div.text-top{border-bottom:3px solid #000;top:0}.hc-vca-animated-text.style20.animate .animated-title>div.text-top div{animation:showTopText 1s;animation-fill-mode:forwards}.hc-vca-animated-text.style20 .animated-title>div.text-top div{animation-delay:0.5s;bottom:0;transform:translate(0, 100%)}.hc-vca-animated-text.style20 .animated-title>div.text-top div .text-main{opacity:0.7}.hc-vca-animated-text.style20 .animated-title>div.text-bottom{bottom:0}.hc-vca-animated-text.style20.animate .animated-title>div.text-bottom div{animation:showBottomText 0.5s;animation-fill-mode:forwards}.hc-vca-animated-text.style20 .animated-title>div.text-bottom div{animation-delay:1.75s;top:0;transform:translate(0, -100%)}@keyframes showTopText{0%{transform:translate3d(0, 100%, 0)}40%,60%{transform:translate3d(0, 50%, 0)}100%{transform:translate3d(0, 0, 0)}}@keyframes showBottomText{0%{transform:translate3d(0, -100%, 0)}100%{transform:translate3d(0, 0, 0)}}.hc-vca-animated-text.style21 .text-container{display:flex;justify-content:center;align-content:center;flex-direction:column}.hc-vca-animated-text.style21 h1{text-align:center}.hc-vca-animated-text.style21 .text-animation{text-align:center;text-transform:uppercase;font-size:50px;letter-spacing:1px;display:inline-block;opacity:0}.animate.hc-vca-animated-text.style21 .text-animation{animation:fadeIn 1.5s forwards;transition-timing-function:cubic-bezier(0.785, 0.135, 0.15, 0.86)}.hc-vca-animated-text.style21 .text-first{display:inline-block;z-index:1;position:relative}.animate.hc-vca-animated-text.style21 .text-first{animation:firstSpan 1.5s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86)}.hc-vca-animated-text.style21 .text-oh{display:inline-flex;overflow:hidden}.hc-vca-animated-text.style21 .text-second{font-weight:100;z-index:-1;display:inline-block}.animate.hc-vca-animated-text.style21 .text-second{animation:secondSpan 1.5s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86)}@keyframes fadeIn{0%{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}100%{transform:scale(1);opacity:1}}@keyframes firstSpan{0%{transform:translateX(50%)}60%{transform:translateX(50%)}100%{transform:translateX(0%)}}@keyframes secondSpan{0%{transform:translateX(-100%)}60%{transform:translateX(-100%)}100%{transform:translateX(0%)}}.hc-vca-animated-text.style22 .text-title{animation:glitch 1s linear infinite}@keyframes glitch{2%,64%{transform:translate(2px, 0) skew(0deg)}4%,60%{transform:translate(-2px, 0) skew(0deg)}62%{transform:translate(0, 0) skew(5deg)}}.hc-vca-animated-text.style22 .text-title:before,.hc-vca-animated-text.style22 .text-title:after{content:attr(title);position:absolute;left:0}.hc-vca-animated-text.style22 .text-title:before{animation:glitchTop 1s linear infinite;clip-path:polygon(0 0, 100% 0, 100% 33%, 0 33%);-webkit-clip-path:polygon(0 0, 100% 0, 100% 33%, 0 33%)}@keyframes glitchTop{2%,64%{transform:translate(2px, -2px)}4%,60%{transform:translate(-2px, 2px)}62%{transform:translate(13px, -1px) skew(-13deg)}}.hc-vca-animated-text.style22 .text-title:after{animation:glitchBotom 1.5s linear infinite;clip-path:polygon(0 67%, 100% 67%, 100% 100%, 0 100%);-webkit-clip-path:polygon(0 67%, 100% 67%, 100% 100%, 0 100%)}@keyframes glitchBotom{2%,64%{transform:translate(-2px, 0)}4%,60%{transform:translate(-2px, 0)}62%{transform:translate(-22px, 5px) skew(21deg)}}
