.tf-title-section .title-section .subtitle{font-size:14px;font-weight:700;line-height:24px;letter-spacing:.08em;display:inline-block;text-transform:uppercase;color:var(--theme-primary-color);margin-bottom:4px}.splitting .word,.splitting .char{display:inline-block}.splitting .char{position:relative}.splitting .char::before,.splitting .char::after{content:attr(data-char);position:absolute;top:0;left:0;visibility:hidden;transition:inherit;user-select:none}.splitting{--word-center:calc(( var(--word-total) - 1 ) / 2);--char-center:calc(( var(--char-total) - 1 ) / 2);--line-center:calc(( var(--line-total) - 1 ) / 2)}.splitting .word{--word-percent:calc(var(--word-index) / var(--word-total));--line-percent:calc(var(--line-index) / var(--line-total))}.splitting .char{--char-percent:calc(var(--char-index) / var(--char-total));--char-offset:calc(var(--char-index) - var(--char-center));--distance:calc(( var(--char-offset) * var(--char-offset) ) / var(--char-center));--distance-sine:calc(var(--char-offset) / var(--char-center));--distance-percent:calc(( var(--distance) / var(--char-center) ))}.splitting.tf-animated .char{animation-fill-mode:both;animation-duration:1000ms;animation-delay:calc(200ms + calc(15ms * var(--char-index)))}.splitting.tf-animated .char{animation-name:uicoreFadeInUp!important;animation-timing-function:cubic-bezier(.25,.1,.25,1)}.tf-text.tf-highlighted-text.type .item-text{position:relative}.tf-text.tf-highlighted-text.type .item-text::after{content:"";width:100%;height:3px;background:currentColor;position:absolute;left:0;bottom:3px}.animationtext.font-style-normal i,.animationtext.font-style-normal em{font-style:normal}.no-js .cd-words-wrapper .item-text{opacity:0}.no-js .cd-words-wrapper .item-text.is-visible{opacity:1}.animationtext.rotate-1 .cd-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.animationtext.rotate-1 .item-text{opacity:0;-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg)}.animationtext.rotate-1 .item-text.is-visible{opacity:1;-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);-o-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-animation:cd-rotate-1-in 1.2s;-moz-animation:cd-rotate-1-in 1.2s;animation:cd-rotate-1-in 1.2s}.animationtext.rotate-1 .item-text.is-hidden{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:cd-rotate-1-out 1.2s;-moz-animation:cd-rotate-1-out 1.2s;animation:cd-rotate-1-out 1.2s}.animationtext.type .cd-words-wrapper{vertical-align:top;overflow:hidden}.animationtext.type .cd-words-wrapper::after{content:"";position:absolute;right:0;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:90%;width:1px;background-color:#aebcb9}.animationtext.type .cd-words-wrapper.waiting::after{-webkit-animation:cd-pulse 1s infinite;-moz-animation:cd-pulse 1s infinite;animation:cd-pulse 1s infinite}.animationtext.type .item-text{visibility:hidden}.animationtext.type .item-text.is-visible{visibility:visible}.animationtext.type i{position:absolute;visibility:hidden;font-style:normal}.animationtext.type i.in{position:relative;visibility:visible}.animationtext.rotate-2 .cd-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.animationtext.rotate-2 i,.animationtext.rotate-2 em{display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}.animationtext.rotate-2 .item-text{opacity:0}.animationtext.rotate-2 i{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-20px) rotateX(90deg);-moz-transform:translateZ(-20px) rotateX(90deg);-ms-transform:translateZ(-20px) rotateX(90deg);-o-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg);opacity:0}.is-visible .animationtext.rotate-2 i{opacity:1}.animationtext.rotate-2 i.in{-webkit-animation:cd-rotate-2-in .4s forwards;-moz-animation:cd-rotate-2-in .4s forwards;animation:cd-rotate-2-in .4s forwards}.animationtext.rotate-2 i.out{-webkit-animation:cd-rotate-2-out .4s forwards;-moz-animation:cd-rotate-2-out .4s forwards;animation:cd-rotate-2-out .4s forwards}.animationtext.rotate-2 em{-webkit-transform:translateZ(20px);-moz-transform:translateZ(20px);-ms-transform:translateZ(20px);-o-transform:translateZ(20px);transform:translateZ(20px)}.no-csstransitions .animationtext.rotate-2 i{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);-o-transform:rotateX(0deg);transform:rotateX(0deg);opacity:0}.no-csstransitions .animationtext.rotate-2 i em{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.no-csstransitions .animationtext.rotate-2 .is-visible i{opacity:1}.animationtext.loading-bar span{display:inline-block;padding:.2em 0}.animationtext.loading-bar .cd-words-wrapper{overflow:hidden;vertical-align:top}.animationtext.loading-bar .cd-words-wrapper::after{content:"";position:absolute;left:0;bottom:0;height:3px;width:0;background:#0096a7;z-index:2;-webkit-transition:width .3s -.1s;-moz-transition:width .3s -.1s;transition:width .3s -.1s}.animationtext.loading-bar .cd-words-wrapper.is-loading::after{width:100%;-webkit-transition:width 3s;-moz-transition:width 3s;transition:width 3s}.animationtext.loading-bar .item-text{top:.2em;opacity:0;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s}.animationtext.loading-bar .item-text.is-visible{opacity:1;top:0}.animationtext.slide .item-text.is-hidden{-webkit-animation:slide-out .6s;-moz-animation:slide-out .6s;animation:slide-out .6s}.animationtext.clip span{display:inline-block;padding:0}.animationtext.clip .cd-words-wrapper{overflow:hidden;vertical-align:top}.animationtext.clip .cd-words-wrapper::after{content:"";position:absolute;top:0;right:0;width:2px;height:100%;background-color:#aebcb9}.animationtext.clip .item-text{opacity:0}.animationtext.clip .item-text.is-visible{opacity:1}.animationtext.zoom .cd-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.animationtext.zoom .item-text{opacity:0}.animationtext.zoom .item-text.is-visible{opacity:1;-webkit-animation:zoom-in .8s;-moz-animation:zoom-in .8s;animation:zoom-in .8s}.animationtext.zoom .item-text.is-hidden{-webkit-animation:zoom-out .8s;-moz-animation:zoom-out .8s;animation:zoom-out .8s}.animationtext.rotate-3 .cd-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.animationtext.rotate-3 .item-text{opacity:0}.animationtext.rotate-3 i{display:inline-block;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-backface-visibility:hidden;backface-visibility:hidden;font-style:normal}.is-visible .animationtext.rotate-3 i{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}.animationtext.rotate-3 i.in{-webkit-animation:cd-rotate-3-in .6s forwards;-moz-animation:cd-rotate-3-in .6s forwards;animation:cd-rotate-3-in .6s forwards}.animationtext.rotate-3 i.out{-webkit-animation:cd-rotate-3-out .6s forwards;-moz-animation:cd-rotate-3-out .6s forwards;animation:cd-rotate-3-out .6s forwards}.no-csstransitions .animationtext.rotate-3 i{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);opacity:0}.no-csstransitions .animationtext.rotate-3 .is-visible i{opacity:1}.animationtext.scale .item-text{opacity:0}.animationtext.scale .item-text.is-visible{opacity:1}.animationtext.scale i{display:inline-block;opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.animationtext.scale .item-text.is-visible{-webkit-animation:scale-up .6s forwards;-moz-animation:scale-up .6s forwards;animation:scale-up .6s forwards}.animationtext.scale .item-text{-webkit-animation:scale-down .6s forwards;-moz-animation:scale-down .6s forwards;animation:scale-down .6s forwards}.no-csstransitions .animationtext.scale .item-text{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}.no-csstransitions .animationtext.scale .is-visible i{opacity:1}.animationtext.push .item-text{opacity:0}.animationtext.push .item-text.is-visible{opacity:1;-webkit-animation:push-in .6s;-moz-animation:push-in .6s;animation:push-in .6s}.animationtext.push .item-text.is-hidden{-webkit-animation:push-out .6s;-moz-animation:push-out .6s;animation:push-out .6s}.tf-highlighted .item{display:none}.tf-highlighted .item.active{display:block}.tf-highlighted-drop-in{position:relative;font-weight:200;font-size:4em}.tf-highlighted-drop-in .text-wrapper{position:relative;display:inline-block;padding-top:.2em;padding-right:.05em;padding-bottom:.1em;overflow:hidden}.tf-highlighted-drop-in .letter{transform-origin:50% 100%;display:inline-block;line-height:1em}@media (min-width:992px){.tf-headline-wrap.tf-headline-break .tf-text{zoom:1}.tf-headline-wrap.tf-headline-break .tf-text:before,.tf-headline-wrap.tf-headline-break .tf-text:after{content:"";display:table}.tf-headline-wrap.tf-headline-break .tf-text:after{clear:both}}@media (max-width:991px){.tf-headline-wrap.tf-headline-break-tablet .tf-text{zoom:1}.tf-headline-wrap.tf-headline-break-tablet .tf-text:before,.tf-headline-wrap.tf-headline-break-tablet .tf-text:after{content:"";display:table}.tf-headline-wrap.tf-headline-break-tablet .tf-text:after{clear:both}}@media (max-width:767px){.tf-headline-wrap.tf-headline-break-mobi .tf-text{zoom:1}.tf-headline-wrap.tf-headline-break-mobi .tf-text:before,.tf-headline-wrap.tf-headline-break-mobi .tf-text:after{content:"";display:table}.tf-headline-wrap.tf-headline-break-mobi .tf-text:after{clear:both}.animationtext.rotate-1 .cd-words-wrapper{width:100%!important}.animationtext.rotate-1 .cd-words-wrapper .item-text{white-space:unset!important}}