@layer swift3 {[data-vc-full-width] { position: relative; left: calc(50% - 50vw); width: 100vw; max-width: 100vw; margin-left: 0px !important; margin-right: 0px !important; }[consent-id]:not(.rcb-content-blocker):not([consent-transaction-complete]):not([consent-visual-use-parent^="children:"]):not([consent-confirm]) { opacity: 0 !important; }:root { --animate-duration: 1s; --animate-delay: 1s; --animate-repeat: 1; }@-webkit-keyframes bounce { 0%, 20%, 53%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px) scaleY(1.1); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px) scaleY(1.05); } 80% { transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px) scaleY(0.95); } 90% { transform: translate3d(0px, -4px, 0px) scaleY(1.02); } }@keyframes bounce { 0%, 20%, 53%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px) scaleY(1.1); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px) scaleY(1.05); } 80% { transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px) scaleY(0.95); } 90% { transform: translate3d(0px, -4px, 0px) scaleY(1.02); } }@-webkit-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@-webkit-keyframes pulse { 0% { transform: scaleX(1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scaleX(1); } }@keyframes pulse { 0% { transform: scaleX(1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scaleX(1); } }@-webkit-keyframes rubberBand { 0% { transform: scaleX(1); } 30% { transform: scale3d(1.25, 0.75, 1); } 40% { transform: scale3d(0.75, 1.25, 1); } 50% { transform: scale3d(1.15, 0.85, 1); } 65% { transform: scale3d(0.95, 1.05, 1); } 75% { transform: scale3d(1.05, 0.95, 1); } 100% { transform: scaleX(1); } }@keyframes rubberBand { 0% { transform: scaleX(1); } 30% { transform: scale3d(1.25, 0.75, 1); } 40% { transform: scale3d(0.75, 1.25, 1); } 50% { transform: scale3d(1.15, 0.85, 1); } 65% { transform: scale3d(0.95, 1.05, 1); } 75% { transform: scale3d(1.05, 0.95, 1); } 100% { transform: scaleX(1); } }@-webkit-keyframes shakeX { 0%, 100% { transform: translateZ(0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@keyframes shakeX { 0%, 100% { transform: translateZ(0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@-webkit-keyframes shakeY { 0%, 100% { transform: translateZ(0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(0px, -10px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(0px, 10px, 0px); } }@keyframes shakeY { 0%, 100% { transform: translateZ(0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(0px, -10px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(0px, 10px, 0px); } }@-webkit-keyframes headShake { 0% { transform: translateX(0px); } 6.5% { transform: translateX(-6px) rotateY(-9deg); } 18.5% { transform: translateX(5px) rotateY(7deg); } 31.5% { transform: translateX(-3px) rotateY(-5deg); } 43.5% { transform: translateX(2px) rotateY(3deg); } 50% { transform: translateX(0px); } }@keyframes headShake { 0% { transform: translateX(0px); } 6.5% { transform: translateX(-6px) rotateY(-9deg); } 18.5% { transform: translateX(5px) rotateY(7deg); } 31.5% { transform: translateX(-3px) rotateY(-5deg); } 43.5% { transform: translateX(2px) rotateY(3deg); } 50% { transform: translateX(0px); } }@-webkit-keyframes swing { 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } }@keyframes swing { 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } }@-webkit-keyframes tada { 0% { transform: scaleX(1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); } 100% { transform: scaleX(1); } }@keyframes tada { 0% { transform: scaleX(1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); } 100% { transform: scaleX(1); } }@-webkit-keyframes wobble { 0% { transform: translateZ(0px); } 15% { transform: translate3d(-25%, 0px, 0px) rotate(-5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate(3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate(-3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate(2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate(-1deg); } 100% { transform: translateZ(0px); } }@keyframes wobble { 0% { transform: translateZ(0px); } 15% { transform: translate3d(-25%, 0px, 0px) rotate(-5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate(3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate(-3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate(2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate(-1deg); } 100% { transform: translateZ(0px); } }@-webkit-keyframes jello { 0%, 11.1%, 100% { transform: translateZ(0px); } 22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { transform: skewX(-0.195312deg) skewY(-0.195312deg); } }@keyframes jello { 0%, 11.1%, 100% { transform: translateZ(0px); } 22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { transform: skewX(-0.195312deg) skewY(-0.195312deg); } }@-webkit-keyframes heartBeat { 0% { transform: scale(1); } 14% { transform: scale(1.3); } 28% { transform: scale(1); } 42% { transform: scale(1.3); } 70% { transform: scale(1); } }@keyframes heartBeat { 0% { transform: scale(1); } 14% { transform: scale(1.3); } 28% { transform: scale(1); } 42% { transform: scale(1.3); } 70% { transform: scale(1); } }@-webkit-keyframes backInDown { 0% { transform: translateY(-1200px) scale(0.7); opacity: 0.7; } 80% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@keyframes backInDown { 0% { transform: translateY(-1200px) scale(0.7); opacity: 0.7; } 80% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@-webkit-keyframes backInLeft { 0% { transform: translateX(-2000px) scale(0.7); opacity: 0.7; } 80% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@keyframes backInLeft { 0% { transform: translateX(-2000px) scale(0.7); opacity: 0.7; } 80% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@-webkit-keyframes backInRight { 0% { transform: translateX(2000px) scale(0.7); opacity: 0.7; } 80% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@keyframes backInRight { 0% { transform: translateX(2000px) scale(0.7); opacity: 0.7; } 80% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@-webkit-keyframes backInUp { 0% { transform: translateY(1200px) scale(0.7); opacity: 0.7; } 80% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@keyframes backInUp { 0% { transform: translateY(1200px) scale(0.7); opacity: 0.7; } 80% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@-webkit-keyframes backOutDown { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateY(700px) scale(0.7); opacity: 0.7; } }@keyframes backOutDown { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateY(700px) scale(0.7); opacity: 0.7; } }@-webkit-keyframes backOutLeft { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateX(-2000px) scale(0.7); opacity: 0.7; } }@keyframes backOutLeft { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateX(-2000px) scale(0.7); opacity: 0.7; } }@-webkit-keyframes backOutRight { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateX(2000px) scale(0.7); opacity: 0.7; } }@keyframes backOutRight { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateX(2000px) scale(0.7); opacity: 0.7; } }@-webkit-keyframes backOutUp { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateY(-700px) scale(0.7); opacity: 0.7; } }@keyframes backOutUp { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateY(-700px) scale(0.7); opacity: 0.7; } }@-webkit-keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; transform: scaleX(1); } }@keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; transform: scaleX(1); } }@-webkit-keyframes bounceInDown { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -3000px, 0px) scaleY(3); } 60% { opacity: 1; transform: translate3d(0px, 25px, 0px) scaleY(0.9); } 75% { transform: translate3d(0px, -10px, 0px) scaleY(0.95); } 90% { transform: translate3d(0px, 5px, 0px) scaleY(0.985); } 100% { transform: translateZ(0px); } }@keyframes bounceInDown { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -3000px, 0px) scaleY(3); } 60% { opacity: 1; transform: translate3d(0px, 25px, 0px) scaleY(0.9); } 75% { transform: translate3d(0px, -10px, 0px) scaleY(0.95); } 90% { transform: translate3d(0px, 5px, 0px) scaleY(0.985); } 100% { transform: translateZ(0px); } }@-webkit-keyframes bounceInLeft { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px) scaleX(3); } 60% { opacity: 1; transform: translate3d(25px, 0px, 0px) scaleX(1); } 75% { transform: translate3d(-10px, 0px, 0px) scaleX(0.98); } 90% { transform: translate3d(5px, 0px, 0px) scaleX(0.995); } 100% { transform: translateZ(0px); } }@keyframes bounceInLeft { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px) scaleX(3); } 60% { opacity: 1; transform: translate3d(25px, 0px, 0px) scaleX(1); } 75% { transform: translate3d(-10px, 0px, 0px) scaleX(0.98); } 90% { transform: translate3d(5px, 0px, 0px) scaleX(0.995); } 100% { transform: translateZ(0px); } }@-webkit-keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(3000px, 0px, 0px) scaleX(3); } 60% { opacity: 1; transform: translate3d(-25px, 0px, 0px) scaleX(1); } 75% { transform: translate3d(10px, 0px, 0px) scaleX(0.98); } 90% { transform: translate3d(-5px, 0px, 0px) scaleX(0.995); } 100% { transform: translateZ(0px); } }@keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(3000px, 0px, 0px) scaleX(3); } 60% { opacity: 1; transform: translate3d(-25px, 0px, 0px) scaleX(1); } 75% { transform: translate3d(10px, 0px, 0px) scaleX(0.98); } 90% { transform: translate3d(-5px, 0px, 0px) scaleX(0.995); } 100% { transform: translateZ(0px); } }@-webkit-keyframes bounceInUp { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 3000px, 0px) scaleY(5); } 60% { opacity: 1; transform: translate3d(0px, -20px, 0px) scaleY(0.9); } 75% { transform: translate3d(0px, 10px, 0px) scaleY(0.95); } 90% { transform: translate3d(0px, -5px, 0px) scaleY(0.985); } 100% { transform: translateZ(0px); } }@keyframes bounceInUp { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 3000px, 0px) scaleY(5); } 60% { opacity: 1; transform: translate3d(0px, -20px, 0px) scaleY(0.9); } 75% { transform: translate3d(0px, 10px, 0px) scaleY(0.95); } 90% { transform: translate3d(0px, -5px, 0px) scaleY(0.985); } 100% { transform: translateZ(0px); } }@-webkit-keyframes bounceOut { 20% { transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } }@keyframes bounceOut { 20% { transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } }@-webkit-keyframes bounceOutDown { 20% { transform: translate3d(0px, 10px, 0px) scaleY(0.985); } 40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px) scaleY(0.9); } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px) scaleY(3); } }@keyframes bounceOutDown { 20% { transform: translate3d(0px, 10px, 0px) scaleY(0.985); } 40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px) scaleY(0.9); } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px) scaleY(3); } }@-webkit-keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0px, 0px) scaleX(0.9); } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px) scaleX(2); } }@keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0px, 0px) scaleX(0.9); } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px) scaleX(2); } }@-webkit-keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0px, 0px) scaleX(0.9); } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px) scaleX(2); } }@keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0px, 0px) scaleX(0.9); } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px) scaleX(2); } }@-webkit-keyframes bounceOutUp { 20% { transform: translate3d(0px, -10px, 0px) scaleY(0.985); } 40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px) scaleY(0.9); } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px) scaleY(3); } }@keyframes bounceOutUp { 20% { transform: translate3d(0px, -10px, 0px) scaleY(0.985); } 40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px) scaleY(0.9); } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px) scaleY(3); } }@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(100%, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(100%, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInTopLeft { 0% { opacity: 0; transform: translate3d(-100%, -100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInTopLeft { 0% { opacity: 0; transform: translate3d(-100%, -100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInTopRight { 0% { opacity: 0; transform: translate3d(100%, -100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInTopRight { 0% { opacity: 0; transform: translate3d(100%, -100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInBottomLeft { 0% { opacity: 0; transform: translate3d(-100%, 100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInBottomLeft { 0% { opacity: 0; transform: translate3d(-100%, 100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInBottomRight { 0% { opacity: 0; transform: translate3d(100%, 100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInBottomRight { 0% { opacity: 0; transform: translate3d(100%, 100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 100%, 0px); } }@keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } }@keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } }@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@-webkit-keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px); } }@keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px); } }@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@-webkit-keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -100%, 0px); } }@keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -100%, 0px); } }@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@-webkit-keyframes fadeOutTopLeft { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(-100%, -100%, 0px); } }@keyframes fadeOutTopLeft { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(-100%, -100%, 0px); } }@-webkit-keyframes fadeOutTopRight { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(100%, -100%, 0px); } }@keyframes fadeOutTopRight { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(100%, -100%, 0px); } }@-webkit-keyframes fadeOutBottomRight { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(100%, 100%, 0px); } }@keyframes fadeOutBottomRight { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(100%, 100%, 0px); } }@-webkit-keyframes fadeOutBottomLeft { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(-100%, 100%, 0px); } }@keyframes fadeOutBottomLeft { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(-100%, 100%, 0px); } }@-webkit-keyframes flip { 0% { transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(-1turn); animation-timing-function: ease-out; } 40% { transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0px) rotateY(0deg); animation-timing-function: ease-in; } 100% { transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(0deg); animation-timing-function: ease-in; } }@keyframes flip { 0% { transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(-1turn); animation-timing-function: ease-out; } 40% { transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0px) rotateY(0deg); animation-timing-function: ease-in; } 100% { transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(0deg); animation-timing-function: ease-in; } }@-webkit-keyframes flipInX { 0% { transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateX(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateX(-5deg); } 100% { transform: perspective(400px); } }@keyframes flipInX { 0% { transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateX(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateX(-5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipInY { 0% { transform: perspective(400px) rotateY(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateY(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateY(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateY(-5deg); } 100% { transform: perspective(400px); } }@keyframes flipInY { 0% { transform: perspective(400px) rotateY(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateY(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateY(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateY(-5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateX(-20deg); opacity: 1; } 100% { transform: perspective(400px) rotateX(90deg); opacity: 0; } }@keyframes flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateX(-20deg); opacity: 1; } 100% { transform: perspective(400px) rotateX(90deg); opacity: 0; } }@-webkit-keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateY(-15deg); opacity: 1; } 100% { transform: perspective(400px) rotateY(90deg); opacity: 0; } }@keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateY(-15deg); opacity: 1; } 100% { transform: perspective(400px) rotateY(90deg); opacity: 0; } }@-webkit-keyframes lightSpeedInRight { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); } 100% { transform: translateZ(0px); } }@keyframes lightSpeedInRight { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); } 100% { transform: translateZ(0px); } }@-webkit-keyframes lightSpeedInLeft { 0% { transform: translate3d(-100%, 0px, 0px) skewX(30deg); opacity: 0; } 60% { transform: skewX(-20deg); opacity: 1; } 80% { transform: skewX(5deg); } 100% { transform: translateZ(0px); } }@keyframes lightSpeedInLeft { 0% { transform: translate3d(-100%, 0px, 0px) skewX(30deg); opacity: 0; } 60% { transform: skewX(-20deg); opacity: 1; } 80% { transform: skewX(5deg); } 100% { transform: translateZ(0px); } }@-webkit-keyframes lightSpeedOutRight { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@keyframes lightSpeedOutRight { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@-webkit-keyframes lightSpeedOutLeft { 0% { opacity: 1; } 100% { transform: translate3d(-100%, 0px, 0px) skewX(-30deg); opacity: 0; } }@keyframes lightSpeedOutLeft { 0% { opacity: 1; } 100% { transform: translate3d(-100%, 0px, 0px) skewX(-30deg); opacity: 0; } }@-webkit-keyframes rotateIn { 0% { transform: rotate(-200deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@keyframes rotateIn { 0% { transform: rotate(-200deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@-webkit-keyframes rotateInDownLeft { 0% { transform: rotate(-45deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@keyframes rotateInDownLeft { 0% { transform: rotate(-45deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@-webkit-keyframes rotateInDownRight { 0% { transform: rotate(45deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@keyframes rotateInDownRight { 0% { transform: rotate(45deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@-webkit-keyframes rotateInUpLeft { 0% { transform: rotate(45deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@keyframes rotateInUpLeft { 0% { transform: rotate(45deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@-webkit-keyframes rotateInUpRight { 0% { transform: rotate(-90deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@keyframes rotateInUpRight { 0% { transform: rotate(-90deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@-webkit-keyframes rotateOut { 0% { opacity: 1; } 100% { transform: rotate(200deg); opacity: 0; } }@keyframes rotateOut { 0% { opacity: 1; } 100% { transform: rotate(200deg); opacity: 0; } }@-webkit-keyframes rotateOutDownLeft { 0% { opacity: 1; } 100% { transform: rotate(45deg); opacity: 0; } }@keyframes rotateOutDownLeft { 0% { opacity: 1; } 100% { transform: rotate(45deg); opacity: 0; } }@-webkit-keyframes rotateOutDownRight { 0% { opacity: 1; } 100% { transform: rotate(-45deg); opacity: 0; } }@keyframes rotateOutDownRight { 0% { opacity: 1; } 100% { transform: rotate(-45deg); opacity: 0; } }@-webkit-keyframes rotateOutUpLeft { 0% { opacity: 1; } 100% { transform: rotate(-45deg); opacity: 0; } }@keyframes rotateOutUpLeft { 0% { opacity: 1; } 100% { transform: rotate(-45deg); opacity: 0; } }@-webkit-keyframes rotateOutUpRight { 0% { opacity: 1; } 100% { transform: rotate(90deg); opacity: 0; } }@keyframes rotateOutUpRight { 0% { opacity: 1; } 100% { transform: rotate(90deg); opacity: 0; } }@-webkit-keyframes hinge { 0% { animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate(80deg); animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate(60deg); animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@keyframes hinge { 0% { animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate(80deg); animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate(60deg); animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@-webkit-keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@-webkit-keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate(-120deg); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate(-120deg); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate(120deg); } }@keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate(120deg); } }@-webkit-keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } }@keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } }@-webkit-keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } }@keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } }@-webkit-keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomOutLeft { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); } }@keyframes zoomOutLeft { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); } }@-webkit-keyframes zoomOutRight { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); } }@keyframes zoomOutRight { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); } }@-webkit-keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideOutDown { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@keyframes slideOutDown { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes slideOutLeft { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@keyframes slideOutLeft { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@-webkit-keyframes slideOutRight { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@keyframes slideOutRight { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@-webkit-keyframes slideOutUp { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }@keyframes slideOutUp { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }.vc_clearfix::after, .vc_column-inner::after, .vc_el-clearfix, .vc_row::after { clear: both; }.vc_row::after, .vc_row::before { content: " "; display: table; }.vc_column_container { width: 100%; }.vc_row { margin-left: -15px; margin-right: -15px; }.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; box-sizing: border-box; }@media (min-width: 768px){.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 { float: left; }.vc_col-sm-12 { width: 100%; }.vc_col-sm-6 { width: 50%; }.vc_col-sm-5 { width: 41.6667%; }.vc_col-sm-1 { width: 8.33333%; }}.vc_clearfix::after, .vc_clearfix::before { content: " "; display: table; }#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .vc_message_box > p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child { margin-bottom: 0px; }.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li { margin-bottom: 35px; }.wpb-content-wrapper { margin: 0px; padding: 0px; border: none; overflow: unset; display: block; }.vc_row[data-vc-full-width] { transition:opacity 0.5s ease; overflow: hidden; }.vc_row.vc_row-flex { box-sizing: border-box; display: flex; flex-wrap: wrap; }.vc_row.vc_row-flex > .vc_column_container { display: flex; }.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner { flex-grow: 1; display: flex; flex-direction: column; z-index: 1; }.vc_row.vc_row-flex::after, .vc_row.vc_row-flex::before { display: none; }.vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner { justify-content: center; }.vc_column-inner::after, .vc_column-inner::before { content: " "; display: table; }.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section { padding-top: 35px; }.vc_column_container { padding-left: 0px; padding-right: 0px; }.vc_column_container > .vc_column-inner { box-sizing: border-box; padding-left: 15px; padding-right: 15px; width: 100%; }.vc_section { padding-left: 15px; padding-right: 15px; margin-left: -15px; margin-right: -15px; }.vc_section[data-vc-full-width] { transition:opacity 0.5s ease; overflow: hidden; }.vc_section[data-vc-full-width] > .vc_row { margin-left: 0px; margin-right: 0px; }.vc_section.vc_section-flex { box-sizing: border-box; display: flex; flex-flow: column; }.vc_section.vc_section-flex::after, .vc_section.vc_section-flex::before { display: none; }.vc_section.vc_section-o-content-middle { justify-content: center; }.vc_section.vc_section-o-content-bottom::after, .vc_section.vc_section-o-content-middle::after, .vc_section.vc_section-o-content-top::after { content: ""; width: 100%; height: 0px; overflow: hidden; visibility: hidden; display: block; }.vc_row.vc_row-o-equal-height > .vc_column_container { align-items: stretch; }@keyframes progress-bar-stripes { 0% { background-position: 40px 0px; } 100% { background-position: 0px 0px; } }@keyframes load7 { 0%, 100%, 80% { box-shadow: rgba(235, 235, 235, 0.75) 0px 2.5em 0px -1.3em; } 40% { box-shadow: rgba(235, 235, 235, 0.75) 0px 2.5em 0px 0px; } }@keyframes wpb_ttb { 0% { transform: translate(0px, -10%); opacity: 0; } 100% { transform: translate(0px, 0px); opacity: 1; } }@keyframes wpb_btt { 0% { transform: translate(0px, 10%); opacity: 0; } 100% { transform: translate(0px, 0px); opacity: 1; } }@keyframes wpb_ltr { 0% { transform: translate(-10%, 0px); opacity: 0; } 100% { transform: translate(0px, 0px); opacity: 1; } }@keyframes wpb_rtl { 0% { transform: translate(10%, 0px); opacity: 0; } 100% { transform: translate(0px, 0px); opacity: 1; } }@keyframes wpb_appear { 0% { transform: scale(0.5); opacity: 0.1; } 100% { transform: scale(1); opacity: 1; } }@keyframes vc_woo-add-cart-load { 0%, 100%, 80% { box-shadow: rgba(235, 235, 235, 0.75) 0px 2.5em 0px -1.3em; } 40% { box-shadow: rgba(235, 235, 235, 0.75) 0px 2.5em 0px 0px; } }body { --sr-7-css-loaded: 1; }@keyframes tp-rotateplane { 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); } 50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); } 100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }@keyframes tp-fade-in { 0% { opacity: 0; } 20% { opacity: 0; } 100% { opacity: 100; } }@keyframes tp-rotate { 100% { transform: rotate(360deg); } }@font-face{font-family:"ralewaymedium";font-weight:400;font-style:normal;src:url(https://www.auguri.at/wordpress/wp-content/swift-ai/cache/www.auguri.at/portfolio-item/mms-lhausen/__data/raleway-medium-webfont57aca7d3.woff) format('woff2');font-display:swap;}@font-face{font-family:"Brooklyn-Core";font-weight:400;font-style:normal;src:url(https://www.auguri.at/wordpress/wp-content/swift-ai/cache/www.auguri.at/portfolio-item/mms-lhausen/__data/Brooklyn-Core10584aa2.woff) format('woff2');font-display:swap;}[class*=" Bklyn-Core-"], [class^="Bklyn-Core-"] { speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: Brooklyn-Core !important; }.Bklyn-Core-Left-2::before { content: ""; }.Bklyn-Core-Right-2::before { content: ""; }.Bklyn-Core-Right-6::before { content: ""; }.fa { font-family: var(--fa-style-family, "Font Awesome 6 Free"); font-weight: var(--fa-style,900); }.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas { -webkit-font-smoothing: antialiased; display: var(--fa-display,inline-block); font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; }@-webkit-keyframes fa-beat { 0%, 90% { transform: scale(1); } 45% { transform: scale(var(--fa-beat-scale,1.25)); } }@keyframes fa-beat { 0%, 90% { transform: scale(1); } 45% { transform: scale(var(--fa-beat-scale,1.25)); } }@-webkit-keyframes fa-bounce { 0% { transform: scale(1, 1) translateY(0px); } 10% { transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0); } 30% { transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em)); } 50% { transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0); } 57% { transform: scale(1,1) translateY(var(--fa-bounce-rebound,-.125em)); } 64% { transform: scale(1, 1) translateY(0px); } 100% { transform: scale(1, 1) translateY(0px); } }@keyframes fa-bounce { 0% { transform: scale(1, 1) translateY(0px); } 10% { transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0); } 30% { transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em)); } 50% { transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0); } 57% { transform: scale(1,1) translateY(var(--fa-bounce-rebound,-.125em)); } 64% { transform: scale(1, 1) translateY(0px); } 100% { transform: scale(1, 1) translateY(0px); } }@-webkit-keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity,.4); } }@keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity,.4); } }@-webkit-keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity,.4); transform: scale(1); } 50% { opacity: 1; transform: scale(var(--fa-beat-fade-scale,1.125)); } }@keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity,.4); transform: scale(1); } 50% { opacity: 1; transform: scale(var(--fa-beat-fade-scale,1.125)); } }@-webkit-keyframes fa-flip { 50% { transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg)); } }@keyframes fa-flip { 50% { transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg)); } }@-webkit-keyframes fa-shake { 0% { transform: rotate(-15deg); } 4% { transform: rotate(15deg); } 24%, 8% { transform: rotate(-18deg); } 12%, 28% { transform: rotate(18deg); } 16% { transform: rotate(-22deg); } 20% { transform: rotate(22deg); } 32% { transform: rotate(-12deg); } 36% { transform: rotate(12deg); } 100%, 40% { transform: rotate(0deg); } }@keyframes fa-shake { 0% { transform: rotate(-15deg); } 4% { transform: rotate(15deg); } 24%, 8% { transform: rotate(-18deg); } 12%, 28% { transform: rotate(18deg); } 16% { transform: rotate(-22deg); } 20% { transform: rotate(22deg); } 32% { transform: rotate(-12deg); } 36% { transform: rotate(12deg); } 100%, 40% { transform: rotate(0deg); } }@-webkit-keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }.fa-th::before { content: ""; }:host, :root { --fa-style-family-brands: 'Font Awesome 6 Brands'; --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }.fa-instagram::before { content: ""; }.fa-facebook::before { content: ""; }:host, :root { --fa-style-family-classic: 'Font Awesome 6 Free'; --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }:host, :root { --fa-style-family-classic: 'Font Awesome 6 Free'; --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }@font-face{font-family:"FontAwesome";font-weight:400;font-style:normal;src:url(https://www.auguri.at/wordpress/wp-content/swift-ai/cache/www.auguri.at/portfolio-item/mms-lhausen/__data/fa-solid-90018195827.woff) format('woff2');font-display:swap;}@font-face{font-family:"FontAwesome";font-weight:400;font-style:normal;src:url(https://www.auguri.at/wordpress/wp-content/swift-ai/cache/www.auguri.at/portfolio-item/mms-lhausen/__data/fa-brands-4002f5bd5c7.woff) format('woff2');font-display:swap;}.fa.fa-linkedin-square { font-family: "Font Awesome 6 Brands"; font-weight: 400; }.fa.fa-linkedin-square::before { content: ""; }.fa.fa-facebook { font-family: "Font Awesome 6 Brands"; font-weight: 400; }.fa.fa-facebook::before { content: ""; }.fa.fa-instagram { font-family: "Font Awesome 6 Brands"; font-weight: 400; }.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0px; height: 0px; }.clearfix::after, .clearfix::before, .grid-100::after, .grid-100::before, .grid-10::after, .grid-10::before, .grid-15::after, .grid-15::before, .grid-20::after, .grid-20::before, .grid-25::after, .grid-25::before, .grid-30::after, .grid-30::before, .grid-33::after, .grid-33::before, .grid-35::after, .grid-35::before, .grid-40::after, .grid-40::before, .grid-45::after, .grid-45::before, .grid-50::after, .grid-50::before, .grid-55::after, .grid-55::before, .grid-5::after, .grid-5::before, .grid-60::after, .grid-60::before, .grid-65::after, .grid-65::before, .grid-66::after, .grid-66::before, .grid-70::after, .grid-70::before, .grid-75::after, .grid-75::before, .grid-80::after, .grid-80::before, .grid-85::after, .grid-85::before, .grid-90::after, .grid-90::before, .grid-95::after, .grid-95::before, .grid-container::after, .grid-container::before, .grid-offset::after, .grid-offset::before, .mobile-grid-100::after, .mobile-grid-100::before, .mobile-grid-10::after, .mobile-grid-10::before, .mobile-grid-15::after, .mobile-grid-15::before, .mobile-grid-20::after, .mobile-grid-20::before, .mobile-grid-25::after, .mobile-grid-25::before, .mobile-grid-30::after, .mobile-grid-30::before, .mobile-grid-33::after, .mobile-grid-33::before, .mobile-grid-35::after, .mobile-grid-35::before, .mobile-grid-40::after, .mobile-grid-40::before, .mobile-grid-45::after, .mobile-grid-45::before, .mobile-grid-50::after, .mobile-grid-50::before, .mobile-grid-55::after, .mobile-grid-55::before, .mobile-grid-5::after, .mobile-grid-5::before, .mobile-grid-60::after, .mobile-grid-60::before, .mobile-grid-65::after, .mobile-grid-65::before, .mobile-grid-66::after, .mobile-grid-66::before, .mobile-grid-70::after, .mobile-grid-70::before, .mobile-grid-75::after, .mobile-grid-75::before, .mobile-grid-80::after, .mobile-grid-80::before, .mobile-grid-85::after, .mobile-grid-85::before, .mobile-grid-90::after, .mobile-grid-90::before, .mobile-grid-95::after, .mobile-grid-95::before, .tablet-grid-100::after, .tablet-grid-100::before, .tablet-grid-10::after, .tablet-grid-10::before, .tablet-grid-15::after, .tablet-grid-15::before, .tablet-grid-20::after, .tablet-grid-20::before, .tablet-grid-25::after, .tablet-grid-25::before, .tablet-grid-30::after, .tablet-grid-30::before, .tablet-grid-33::after, .tablet-grid-33::before, .tablet-grid-35::after, .tablet-grid-35::before, .tablet-grid-40::after, .tablet-grid-40::before, .tablet-grid-45::after, .tablet-grid-45::before, .tablet-grid-50::after, .tablet-grid-50::before, .tablet-grid-55::after, .tablet-grid-55::before, .tablet-grid-5::after, .tablet-grid-5::before, .tablet-grid-60::after, .tablet-grid-60::before, .tablet-grid-65::after, .tablet-grid-65::before, .tablet-grid-66::after, .tablet-grid-66::before, .tablet-grid-70::after, .tablet-grid-70::before, .tablet-grid-75::after, .tablet-grid-75::before, .tablet-grid-80::after, .tablet-grid-80::before, .tablet-grid-85::after, .tablet-grid-85::before, .tablet-grid-90::after, .tablet-grid-90::before, .tablet-grid-95::after, .tablet-grid-95::before { content: "."; display: block; overflow: hidden; visibility: hidden; font-size: 0px; line-height: 0; width: 0px; height: 0px; }.clearfix::after, .grid-100::after, .grid-10::after, .grid-15::after, .grid-20::after, .grid-25::after, .grid-30::after, .grid-33::after, .grid-35::after, .grid-40::after, .grid-45::after, .grid-50::after, .grid-55::after, .grid-5::after, .grid-60::after, .grid-65::after, .grid-66::after, .grid-70::after, .grid-75::after, .grid-80::after, .grid-85::after, .grid-90::after, .grid-95::after, .grid-container::after, .grid-offset::after, .mobile-grid-100::after, .mobile-grid-10::after, .mobile-grid-15::after, .mobile-grid-20::after, .mobile-grid-25::after, .mobile-grid-30::after, .mobile-grid-33::after, .mobile-grid-35::after, .mobile-grid-40::after, .mobile-grid-45::after, .mobile-grid-50::after, .mobile-grid-55::after, .mobile-grid-5::after, .mobile-grid-60::after, .mobile-grid-65::after, .mobile-grid-66::after, .mobile-grid-70::after, .mobile-grid-75::after, .mobile-grid-80::after, .mobile-grid-85::after, .mobile-grid-90::after, .mobile-grid-95::after, .tablet-grid-100::after, .tablet-grid-10::after, .tablet-grid-15::after, .tablet-grid-20::after, .tablet-grid-25::after, .tablet-grid-30::after, .tablet-grid-33::after, .tablet-grid-35::after, .tablet-grid-40::after, .tablet-grid-45::after, .tablet-grid-50::after, .tablet-grid-55::after, .tablet-grid-5::after, .tablet-grid-60::after, .tablet-grid-65::after, .tablet-grid-66::after, .tablet-grid-70::after, .tablet-grid-75::after, .tablet-grid-80::after, .tablet-grid-85::after, .tablet-grid-90::after, .tablet-grid-95::after { clear: both; }.grid-container { margin-left: auto; margin-right: auto; max-width: 1200px; padding-left: 10px; padding-right: 10px; }.grid-10, .grid-100, .grid-15, .grid-20, .grid-25, .grid-30, .grid-33, .grid-35, .grid-40, .grid-45, .grid-5, .grid-50, .grid-55, .grid-60, .grid-65, .grid-66, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .mobile-grid-10, .mobile-grid-100, .mobile-grid-15, .mobile-grid-20, .mobile-grid-25, .mobile-grid-30, .mobile-grid-33, .mobile-grid-35, .mobile-grid-40, .mobile-grid-45, .mobile-grid-5, .mobile-grid-50, .mobile-grid-55, .mobile-grid-60, .mobile-grid-65, .mobile-grid-66, .mobile-grid-70, .mobile-grid-75, .mobile-grid-80, .mobile-grid-85, .mobile-grid-90, .mobile-grid-95, .tablet-grid-10, .tablet-grid-100, .tablet-grid-15, .tablet-grid-20, .tablet-grid-25, .tablet-grid-30, .tablet-grid-33, .tablet-grid-35, .tablet-grid-40, .tablet-grid-45, .tablet-grid-5, .tablet-grid-50, .tablet-grid-55, .tablet-grid-60, .tablet-grid-65, .tablet-grid-66, .tablet-grid-70, .tablet-grid-75, .tablet-grid-80, .tablet-grid-85, .tablet-grid-90, .tablet-grid-95 { box-sizing: border-box; padding-left: 10px; padding-right: 10px; }.grid-parent { padding-left: 0px; padding-right: 0px; }@media (min-width: 1025px){.hide-on-desktop { display: none !important; }.grid-15 { float: left; width: 15%; }.grid-85 { float: left; width: 85%; }.grid-33 { float: left; width: 33.3333%; }.grid-100 { clear: both; width: 100%; }}@-webkit-keyframes bounce { 20%, 53%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0px, 0px, 0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } }@keyframes bounce { 20%, 53%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0px, 0px, 0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } }@-webkit-keyframes flash { 50%, 0%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@keyframes flash { 50%, 0%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@-webkit-keyframes pulse { 0% { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scale3d(1, 1, 1); } }@keyframes pulse { 0% { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scale3d(1, 1, 1); } }@-webkit-keyframes rubberBand { 0% { transform: scale3d(1, 1, 1); } 30% { transform: scale3d(1.25, 0.75, 1); } 40% { transform: scale3d(0.75, 1.25, 1); } 50% { transform: scale3d(1.15, 0.85, 1); } 65% { transform: scale3d(0.95, 1.05, 1); } 75% { transform: scale3d(1.05, 0.95, 1); } 100% { transform: scale3d(1, 1, 1); } }@keyframes rubberBand { 0% { transform: scale3d(1, 1, 1); } 30% { transform: scale3d(1.25, 0.75, 1); } 40% { transform: scale3d(0.75, 1.25, 1); } 50% { transform: scale3d(1.15, 0.85, 1); } 65% { transform: scale3d(0.95, 1.05, 1); } 75% { transform: scale3d(1.05, 0.95, 1); } 100% { transform: scale3d(1, 1, 1); } }@-webkit-keyframes shake { 0%, 100% { transform: translate3d(0px, 0px, 0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@keyframes shake { 0%, 100% { transform: translate3d(0px, 0px, 0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@-webkit-keyframes headShake { 0% { transform: translateX(0px); } 6.5% { transform: translateX(-6px) rotateY(-9deg); } 18.5% { transform: translateX(5px) rotateY(7deg); } 31.5% { transform: translateX(-3px) rotateY(-5deg); } 43.5% { transform: translateX(2px) rotateY(3deg); } 50% { transform: translateX(0px); } }@keyframes headShake { 0% { transform: translateX(0px); } 6.5% { transform: translateX(-6px) rotateY(-9deg); } 18.5% { transform: translateX(5px) rotateY(7deg); } 31.5% { transform: translateX(-3px) rotateY(-5deg); } 43.5% { transform: translateX(2px) rotateY(3deg); } 50% { transform: translateX(0px); } }@-webkit-keyframes swing { 20% { transform: rotate3d(0, 0, 1, 15deg); } 40% { transform: rotate3d(0, 0, 1, -10deg); } 60% { transform: rotate3d(0, 0, 1, 5deg); } 80% { transform: rotate3d(0, 0, 1, -5deg); } 100% { transform: rotate3d(0, 0, 1, 0deg); } }@keyframes swing { 20% { transform: rotate3d(0, 0, 1, 15deg); } 40% { transform: rotate3d(0, 0, 1, -10deg); } 60% { transform: rotate3d(0, 0, 1, 5deg); } 80% { transform: rotate3d(0, 0, 1, -5deg); } 100% { transform: rotate3d(0, 0, 1, 0deg); } }@-webkit-keyframes tada { 0% { transform: scale3d(1, 1, 1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } 100% { transform: scale3d(1, 1, 1); } }@keyframes tada { 0% { transform: scale3d(1, 1, 1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } 100% { transform: scale3d(1, 1, 1); } }@-webkit-keyframes wobble { 0% { transform: translate3d(0px, 0px, 0px); } 15% { transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes wobble { 0% { transform: translate3d(0px, 0px, 0px); } 15% { transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes jello { 11.1%, 0%, 100% { transform: translate3d(0px, 0px, 0px); } 22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { transform: skewX(-0.195312deg) skewY(-0.195312deg); } }@keyframes jello { 11.1%, 0%, 100% { transform: translate3d(0px, 0px, 0px); } 22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { transform: skewX(-0.195312deg) skewY(-0.195312deg); } }@-webkit-keyframes heartBeat { 0% { transform: scale(1); } 14% { transform: scale(1.3); } 28% { transform: scale(1); } 42% { transform: scale(1.3); } 70% { transform: scale(1); } }@keyframes heartBeat { 0% { transform: scale(1); } 14% { transform: scale(1.3); } 28% { transform: scale(1); } 42% { transform: scale(1.3); } 70% { transform: scale(1); } }@-webkit-keyframes bounceIn { 20%, 40%, 60%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; transform: scale3d(1, 1, 1); } }@keyframes bounceIn { 20%, 40%, 60%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; transform: scale3d(1, 1, 1); } }@-webkit-keyframes bounceInDown { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 25px, 0px); } 75% { transform: translate3d(0px, -10px, 0px); } 90% { transform: translate3d(0px, 5px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes bounceInDown { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 25px, 0px); } 75% { transform: translate3d(0px, -10px, 0px); } 90% { transform: translate3d(0px, 5px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes bounceInLeft { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(25px, 0px, 0px); } 75% { transform: translate3d(-10px, 0px, 0px); } 90% { transform: translate3d(5px, 0px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes bounceInLeft { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(25px, 0px, 0px); } 75% { transform: translate3d(-10px, 0px, 0px); } 90% { transform: translate3d(5px, 0px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes bounceInRight { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-25px, 0px, 0px); } 75% { transform: translate3d(10px, 0px, 0px); } 90% { transform: translate3d(-5px, 0px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes bounceInRight { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-25px, 0px, 0px); } 75% { transform: translate3d(10px, 0px, 0px); } 90% { transform: translate3d(-5px, 0px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes bounceInUp { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 75% { transform: translate3d(0px, 10px, 0px); } 90% { transform: translate3d(0px, -5px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes bounceInUp { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 75% { transform: translate3d(0px, 10px, 0px); } 90% { transform: translate3d(0px, -5px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes bounceOut { 20% { transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } }@keyframes bounceOut { 20% { transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } }@-webkit-keyframes bounceOutDown { 20% { transform: translate3d(0px, 10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@keyframes bounceOutDown { 20% { transform: translate3d(0px, 10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@-webkit-keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@-webkit-keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@-webkit-keyframes bounceOutUp { 20% { transform: translate3d(0px, -10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@keyframes bounceOutUp { 20% { transform: translate3d(0px, -10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }.fadeIn { animation-name: fadeIn; }@-webkit-keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(100%, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(100%, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 100%, 0px); } }@keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } }@keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } }@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@-webkit-keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px); } }@keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px); } }@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@-webkit-keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -100%, 0px); } }@keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -100%, 0px); } }@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@-webkit-keyframes flip { 0% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, -360deg); animation-timing-function: ease-out; } 40% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg); animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; } 100% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; } }@keyframes flip { 0% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, -360deg); animation-timing-function: ease-out; } 40% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg); animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; } 100% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; } }@-webkit-keyframes flipInX { 0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } 100% { transform: perspective(400px); } }@keyframes flipInX { 0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipInY { 0% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } 100% { transform: perspective(400px); } }@keyframes flipInY { 0% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } }@keyframes flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } }@-webkit-keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } }@keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } }@-webkit-keyframes lightSpeedIn { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes lightSpeedIn { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@keyframes lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@-webkit-keyframes rotateIn { 0% { transform-origin: center center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 100% { transform-origin: center center; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes rotateIn { 0% { transform-origin: center center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 100% { transform-origin: center center; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: right bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: right bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } 100% { transform-origin: right bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } 100% { transform-origin: right bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes rotateOut { 0% { transform-origin: center center; opacity: 1; } 100% { transform-origin: center center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } }@keyframes rotateOut { 0% { transform-origin: center center; opacity: 1; } 100% { transform-origin: center center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } }@-webkit-keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } }@keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } }@-webkit-keyframes rotateOutDownRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@keyframes rotateOutDownRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@-webkit-keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@-webkit-keyframes rotateOutUpRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } }@keyframes rotateOutUpRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } }@-webkit-keyframes hinge { 0% { transform-origin: left top; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate3d(0, 0, 1, 80deg); transform-origin: left top; animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate3d(0, 0, 1, 60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@keyframes hinge { 0% { transform-origin: left top; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate3d(0, 0, 1, 80deg); transform-origin: left top; animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate3d(0, 0, 1, 60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@-webkit-keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@-webkit-keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg); } }@keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg); } }@-webkit-keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } }@keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } }@-webkit-keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } }@keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } }@-webkit-keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomOutLeft { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); transform-origin: left center; } }@keyframes zoomOutLeft { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); transform-origin: left center; } }@-webkit-keyframes zoomOutRight { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); transform-origin: right center; } }@keyframes zoomOutRight { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); transform-origin: right center; } }@-webkit-keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideOutDown { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@keyframes slideOutDown { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes slideOutLeft { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@keyframes slideOutLeft { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@-webkit-keyframes slideOutRight { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@keyframes slideOutRight { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@-webkit-keyframes slideOutUp { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }@keyframes slideOutUp { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }.animated { animation-duration: 1s; animation-fill-mode: both; }@-webkit-keyframes rotating { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@keyframes rotating { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@-webkit-keyframes portfolioFadeInUp { 0% { transform: translate3d(0px, 100px, 0px); opacity: 0; } 100% { transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes portfolioFadeInUp { 0% { transform: translate3d(0px, 100px, 0px); opacity: 0; } 100% { transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes portfolioZoomIn { 0% { transform: scale(0.001); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }@keyframes portfolioZoomIn { 0% { transform: scale(0.001); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }@-webkit-keyframes portfolioFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes portfolioFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes BrooklynFadeInLeftSlideUp { 0% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInLeftSlideUp { 0% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeOutLeftSlideUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } }@keyframes BrooklynFadeOutLeftSlideUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeOutRightSlideUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(50px, 0px, 0px); } }@keyframes BrooklynFadeOutRightSlideUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(50px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInRightSlideUp { 0% { opacity: 0; transform: translate3d(50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInRightSlideUp { 0% { opacity: 0; transform: translate3d(50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes slideInRight { 0% { opacity: 0; transform: translateX(2000px); } 60% { opacity: 1; transform: translateX(0px); } 80% { transform: translateX(10px); } 100% { transform: translateX(0px); opacity: 1; } }@keyframes slideInRight { 0% { opacity: 0; transform: translateX(2000px); } 60% { opacity: 1; transform: translateX(0px); } 80% { transform: translateX(10px); } 100% { transform: translateX(0px); opacity: 1; } }@-webkit-keyframes slideInLeft { 0% { opacity: 0; transform: translateX(-2000px); } 60% { opacity: 1; transform: translateX(0px); } 80% { transform: translateX(-10px); } 100% { transform: translateX(0px); opacity: 1; } }@keyframes slideInLeft { 0% { opacity: 0; transform: translateX(-2000px); } 60% { opacity: 1; transform: translateX(0px); } 80% { transform: translateX(-10px); } 100% { transform: translateX(0px); opacity: 1; } }.ut-shortcode-video-wrap { position: relative; }.ut-load-video { display: block; width: 100%; height: 100%; position: relative; cursor: pointer; }.ut-load-video img { vertical-align: bottom; margin: 0px auto; width: 100%; display: block; }.ut-load-video:hover i { color: #ffffff; border-color: #ffffff; }.ut-animate-element, .ut-animate-image { opacity: 0; }section { position: relative; }.vc_row { margin-left: -20px; margin-right: -20px; position: relative; }.vc_column_container > .vc_column-inner { padding-left: 20px; padding-right: 20px; }.vc_icon_element, .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li { margin-bottom: 40px; }.page.has-no-hero.ut-vc-enabled #primary, .single-portfolio.has-no-hero.ut-vc-enabled #primary { padding: 0px; }.page.ut-vc-enabled #primary, .single-portfolio.ut-vc-enabled #primary { padding: 0px; }.ut-vc-120.vc_section.vc_section-remove-padding-bottom, .ut-vc-160.vc_section.vc_section-remove-padding-bottom, .ut-vc-200.vc_section.vc_section-remove-padding-bottom, .ut-vc-80.vc_section.vc_section-remove-padding-bottom, .vc_section.vc_section-remove-padding-bottom { padding-bottom: 0px; }@media (min-width: 1025px){.ut-vc-120.vc_section, .ut-vc-120.vc_section.vc_section-has-fill { padding-top: 120px; padding-bottom: 80px; }.ut-vc-120.vc_section + .vc_row-full-width + .ut-vc-120.vc_section { padding-top: 80px; }.ut-vc-120.vc_section > .vc_row + .vc_row-full-width + .vc_row { margin-top: 40px; }}.ut-image-gallery { overflow: hidden !important; }.ut-image-gallery-item { margin: 0px; padding: 0px; text-align: center; }.ut-image-gallery-image { position: relative; }.ut-image-gallery-item.ut-animate-gallery-element > a { pointer-events: none; }.ut-image-gallery-item img:not(.gutter-shadow):not([class^="ut-box-shadow"]) { backface-visibility: hidden; border: none !important; box-shadow: #000000 0px 0px 0px !important; }.ut-image-gallery-item a { display: block; height: 100%; width: 100%; }.ut-image-gallery-20 .ut-image-gallery-item { padding: 0px 20px 20px 0px; }.ut-image-gallery-20 { margin-right: -20px; margin-bottom: -20px; }.ut-image-gallery-loader { width: 35px; height: 35px; }.ut-image-gallery-loader .ut-image-gallery-loader-inner { width: 100%; height: 100%; display: inline-block; padding: 0px; border-radius: 100%; animation: 0.8s linear 0s infinite normal none running image-gallery-loader; border-width: 2px; border-style: solid; border-color: rgba(255, 191, 0, 0.65) rgba(255, 191, 0, 0.15) rgba(255, 191, 0, 0.15) rgba(255, 191, 0, 0.65); border-image: initial; }@keyframes image-gallery-loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@-webkit-keyframes image-gallery-loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover, .lg-toolbar .lg-icon:hover { color: rgba(255, 255, 255, 0.5); }.lg-toolbar .lg-icon { color: #ffffff; font-size: 20px; }#ut-sitebody .lg-backdrop { background: rgba(20, 22, 24, 0.95); }#ut-sitebody .lg-sub-html { background: rgba(0, 0, 0, 0.5); }.ut-footer-area .grid-container { padding-left: 0px; padding-right: 0px; }.ut-footer-area .grid-10, .ut-footer-area .grid-100, .ut-footer-area .grid-15, .ut-footer-area .grid-20, .ut-footer-area .grid-25, .ut-footer-area .grid-30, .ut-footer-area .grid-33, .ut-footer-area .grid-35, .ut-footer-area .grid-40, .ut-footer-area .grid-45, .ut-footer-area .grid-5, .ut-footer-area .grid-50, .ut-footer-area .grid-55, .ut-footer-area .grid-60, .ut-footer-area .grid-65, .ut-footer-area .grid-66, .ut-footer-area .grid-70, .ut-footer-area .grid-75, .ut-footer-area .grid-80, .ut-footer-area .grid-85, .ut-footer-area .grid-90, .ut-footer-area .grid-95, .ut-footer-area .mobile-grid-10, .ut-footer-area .mobile-grid-100, .ut-footer-area .mobile-grid-15, .ut-footer-area .mobile-grid-20, .ut-footer-area .mobile-grid-25, .ut-footer-area .mobile-grid-30, .ut-footer-area .mobile-grid-33, .ut-footer-area .mobile-grid-35, .ut-footer-area .mobile-grid-40, .ut-footer-area .mobile-grid-45, .ut-footer-area .mobile-grid-5, .ut-footer-area .mobile-grid-50, .ut-footer-area .mobile-grid-55, .ut-footer-area .mobile-grid-60, .ut-footer-area .mobile-grid-65, .ut-footer-area .mobile-grid-66, .ut-footer-area .mobile-grid-75, .ut-footer-area .mobile-grid-80, .ut-footer-area .mobile-grid-85, .ut-footer-area .mobile-grid-90, .ut-footer-area .mobile-grid-95, .ut-footer-area .tablet-grid-10, .ut-footer-area .tablet-grid-100, .ut-footer-area .tablet-grid-15, .ut-footer-area .tablet-grid-20, .ut-footer-area .tablet-grid-25, .ut-footer-area .tablet-grid-30, .ut-footer-area .tablet-grid-33, .ut-footer-area .tablet-grid-35, .ut-footer-area .tablet-grid-40, .ut-footer-area .tablet-grid-45, .ut-footer-area .tablet-grid-5, .ut-footer-area .tablet-grid-50, .ut-footer-area .tablet-grid-55, .ut-footer-area .tablet-grid-60, .ut-footer-area .tablet-grid-65, .ut-footer-area .tablet-grid-66, .ut-footer-area .tablet-grid-70, .ut-footer-area .tablet-grid-75, .ut-footer-area .tablet-grid-80, .ut-footer-area .tablet-grid-85, .ut-footer-area .tablet-grid-90, .ut-footer-area .tablet-grid-95, .ut-footer-area.mobile-grid-70 { padding-left: 20px; padding-right: 20px; }.wpb_wrapper .page-header .lead > :last-child, .wpb_wrapper .section-header .lead > :last-child, .wpb_wrapper .ut-info > :last-child, .wpb_wrapper .ut-service-column > :last-child, .wpb_wrapper .ut-service-icon-box-content > :last-child { margin-bottom: 0px; }.wpb_wrapper .section-header > :first-child { margin-bottom: 20px; }.section-header > :last-child { margin-bottom: 0px !important; }#home .wpb_wrapper .page-header, #home .wpb_wrapper .section-header, .wpb_wrapper .page-header, .wpb_wrapper .section-header { margin-bottom: 0px; padding-bottom: 0px; }.wpb_wrapper .page-title, .wpb_wrapper .section-title { margin-bottom: 0px; }.wpb_wrapper .bklyn-list > :last-child { margin-bottom: 0px; }.wpb_wrapper .bklyn-list { margin-bottom: 0px; margin-left: 0px; list-style-position: outside; }.bklyn-fancy-list.bklyn-fancy-list-left .bklyn-list { list-style-position: outside; margin-left: 1em; }.bklyn-fancy-list .bklyn-list.bklyn-list-style-none li { padding-left: 0px; }.bklyn-list-item-space-xsmall .bklyn-fancy-list-content, .bklyn-list-item-space-xsmall:not(.bklyn-fancy-list-item-has-icon) { padding-left: 0.5em; }.bklyn-fancy-list { display: flex; }.bklyn-fancy-list-left { -webkit-box-align: start; align-items: flex-start; -webkit-box-pack: start; justify-content: flex-start; }.wpb_wrapper .bklyn-list li { margin-bottom: 0px; }.wpb_wrapper .bklyn-list li > :last-child { margin-bottom: 0px; padding-bottom: 0px; }.wpb_wrapper .bklyn-list.bklyn-list-style-none { margin-left: 0px; list-style: none !important; }.bklyn-overlay-effect { top: 0px; left: 0px; width: 100%; height: 100%; background-repeat: repeat; position: absolute; }#ut-portfolio-navigation-wrap { background: #f9f9f9; font-size: 24px; height: 120px; }#ut-portfolio-navigation-wrap .ut-main-portfolio-link, #ut-portfolio-navigation-wrap .ut-next-portfolio, #ut-portfolio-navigation-wrap .ut-prev-portfolio { height: 120px; }#ut-portfolio-navigation-wrap a { display: flex; -webkit-box-align: center; align-items: center; height: 100%; width: 100%; }#ut-portfolio-navigation-wrap .ut-next-portfolio a { -webkit-box-pack: start; justify-content: flex-start; }#ut-portfolio-navigation-wrap .ut-main-portfolio-link a { -webkit-box-pack: center; justify-content: center; }#ut-portfolio-navigation-wrap .ut-next-portfolio a { -webkit-box-pack: end; justify-content: flex-end; }#ut-portfolio-navigation-wrap .ut-prev-portfolio { text-align: left; }#ut-portfolio-navigation-wrap .ut-main-portfolio-link { text-align: center; }#ut-portfolio-navigation-wrap .ut-next-portfolio { text-align: right; }#ut-portfolio-navigation-wrap .ut-prev-portfolio a span { margin-left: 10px; line-height: 125%; }#ut-portfolio-navigation-wrap .ut-next-portfolio a span { margin-right: 10px; line-height: 125%; }#ut-portfolio-navigation-wrap .ut-next-portfolio.ut-underline-effect a span, #ut-portfolio-navigation-wrap .ut-prev-portfolio.ut-underline-effect a span { position: relative; font-size: 16px; }#ut-portfolio-navigation-wrap .ut-next-portfolio i, #ut-portfolio-navigation-wrap .ut-prev-portfolio i { font-size: 16px; }#ut-portfolio-navigation-wrap .ut-next-portfolio.ut-underline-effect a span::after, #ut-portfolio-navigation-wrap .ut-prev-portfolio.ut-underline-effect a span::after { position: absolute; bottom: -5px; content: ""; height: 2px; width: 0px; transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); background: #ffffff; }#ut-portfolio-navigation-wrap .ut-prev-portfolio.ut-underline-effect a span::after { left: 0px; }#ut-portfolio-navigation-wrap .ut-next-portfolio.ut-underline-effect a span::after { right: 0px; }#ut-portfolio-navigation-wrap .ut-next-portfolio.ut-underline-effect a:hover span::after, #ut-portfolio-navigation-wrap .ut-prev-portfolio.ut-underline-effect a:hover span::after { width: 100%; }@-webkit-keyframes fadeInFromNone { 0% { display: none; opacity: 0; } 1% { display: block; opacity: 0; } 100% { display: block; opacity: 1; } }@keyframes fadeInFromNone { 0% { display: none; opacity: 0; } 1% { display: block; opacity: 0; } 100% { display: block; opacity: 1; } }.ut-social-follow-module { font-size: 16px; margin: -10px 0px 0px; list-style: none !important; }.ut-social-follow-module.ut-social-follow-module-right { text-align: right; }.ut-social-follow-module a, .ut-social-follow-module a .fa { transition:color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }.ut-social-follow-module li { display: inline-block; margin: 10px 20px 0px 0px; text-align: center; position: relative; }.ut-social-follow-module.ut-social-follow-module-40 { margin: -10px 0px 0px; }.ut-social-follow-module.ut-social-follow-module-40 li { margin: 10px 40px 0px 0px; }.ut-social-follow-module li:last-child { margin-right: 0px; }.ut-social-follow-module .ut-social-follow-icon-only a { display: block; color: #151515; background: 0px 0px !important; }.ut-video-module { position: relative; }.ut-video-module-caption { text-align: center; position: relative; }.ut-video-module-caption .ut-load-video::before { position: absolute; content: ""; top: 0px; left: 0px; width: 100%; height: 100%; display: block; background: rgba(20, 22, 24, 0.5); z-index: 10; }.ut-video-module-caption-text { color: #ffffff; display: table; position: absolute; top: 50%; left: 50%; padding: 20px; width: 100%; z-index: 20; opacity: 1; transform: translate(-50%, -50%); transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }.ut-video-module-caption-text .ut-video-module-inner-caption-text { display: table-cell; vertical-align: middle; }.ut-video-module-play-icon { background: #151515; color: #ffffff; position: relative; height: 60px; width: 60px; vertical-align: middle; display: inline-block; text-align: center; border-radius: 50%; transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }.ut-video-module-caption-text i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition:color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }.ut-video-module-loading { display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }@-webkit-keyframes ut-video-play-border-animation { 0% { transform: scale(1); } 50% { opacity: 0.7; } 75% { opacity: 0.1; } 100% { opacity: 0; transform: scale(2.5); } }@keyframes ut-video-play-border-animation { 0% { transform: scale(1); } 50% { opacity: 0.7; } 75% { opacity: 0.1; } 100% { opacity: 0; transform: scale(2.5); } }@-webkit-keyframes ut-marker-border-animation { 0% { transform: scale(1); } 50% { opacity: 0.7; } 75% { opacity: 0.1; } 100% { opacity: 0; transform: scale(2.5); } }@keyframes ut-marker-border-animation { 0% { transform: scale(1); } 50% { opacity: 0.7; } 75% { opacity: 0.1; } 100% { opacity: 0; transform: scale(2.5); } }@media (min-width: 1024px){@-webkit-keyframes LtoRRevealInOnlyKeyframe { 0% { width: 0px; left: 0px; } 100% { width: 100%; left: 0px; } }@keyframes LtoRRevealInOnlyKeyframe { 0% { width: 0px; left: 0px; } 100% { width: 100%; left: 0px; } }@-webkit-keyframes LtoRRevealKeyframe { 0% { width: 0px; left: 0px; } 65% { width: 100%; left: 0px; } 100% { width: 0px; left: 100%; } }@keyframes LtoRRevealKeyframe { 0% { width: 0px; left: 0px; } 65% { width: 100%; left: 0px; } 100% { width: 0px; left: 100%; } }@-webkit-keyframes RtoLRevealInOnlyKeyframe { 0% { width: 0px; right: 0px; } 100% { width: 100%; right: 0px; } }@keyframes RtoLRevealInOnlyKeyframe { 0% { width: 0px; right: 0px; } 100% { width: 100%; right: 0px; } }@-webkit-keyframes RtoLRevealKeyframe { 0% { width: 0px; right: 0px; } 65% { width: 100%; right: 0px; } 100% { width: 0px; right: 100%; } }@keyframes RtoLRevealKeyframe { 0% { width: 0px; right: 0px; } 65% { width: 100%; right: 0px; } 100% { width: 0px; right: 100%; } }@-webkit-keyframes TtoBRevealInOnlyKeyframe { 0% { height: 0px; top: 0px; } 100% { height: 100%; top: 0px; } }@keyframes TtoBRevealInOnlyKeyframe { 0% { height: 0px; top: 0px; } 100% { height: 100%; top: 0px; } }@-webkit-keyframes TtoBRevealKeyframe { 0% { height: 0px; top: 0px; } 65% { height: 100%; top: 0px; } 100% { height: 0px; top: 100%; } }@keyframes TtoBRevealKeyframe { 0% { height: 0px; top: 0px; } 65% { height: 100%; top: 0px; } 100% { height: 0px; top: 100%; } }@-webkit-keyframes BtoTRevealInOnlyKeyframe { 0% { height: 0px; bottom: 0px; } 100% { height: 100%; bottom: 0px; } }@keyframes BtoTRevealInOnlyKeyframe { 0% { height: 0px; bottom: 0px; } 100% { height: 100%; bottom: 0px; } }@-webkit-keyframes BtoTRevealKeyframe { 0% { height: 0px; bottom: 0px; } 65% { height: 100%; bottom: 0px; } 100% { height: 0px; bottom: 100%; } }@keyframes BtoTRevealKeyframe { 0% { height: 0px; bottom: 0px; } 65% { height: 100%; bottom: 0px; } 100% { height: 0px; bottom: 100%; } }}[data-appear-effect] { visibility: hidden; }#ut-morph-box-app, #ut-morph-box-full { top: 0px; left: 0px; position: fixed; width: 100%; height: 100%; overflow: hidden; pointer-events: none; transform: translate3d(0px, 0px, 0px); }#ut-morph-box-app canvas { pointer-events: none; }#ut-morph-box-app { z-index: 10001 !important; }#ut-morph-box-full { z-index: 10003; }.ut-morph-box-item { position: absolute; top: 0px; width: 100%; height: 100%; pointer-events: none; visibility: hidden; padding: 80px; }.ut-morph-box-item img { visibility: hidden; z-index: -1; pointer-events: none; }.ut-morph-box-item-wrap { position: absolute; bottom: 0px; left: 0px; display: inline-block; padding: 20px; background: rgba(0, 0, 0, 0.2); opacity: 0; width: 100%; pointer-events: auto; }@media (min-width: 960px){.ut-morph-box-item-wrap { padding: 30px; width: 320px; }}@media (min-width: 1440px){.ut-morph-box-item-wrap { padding: 40px; width: 480px; }}.ut-morph-box-item-wrap h3 { margin: 0px 0px 5px; color: #ffffff; line-height: 125%; font-size: 20px; }@media (min-width: 1440px){.ut-morph-box-item-wrap h3 { font-size: 30px; }}#ut-morph-box-close { display: none; }.ut-morph-box-close { pointer-events: auto; width: 40px; height: 40px; position: absolute; right: 40px; top: 40px; fill: #ffffff; z-index: 10; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; border-radius: 50%; }.ut-morph-box-full-image { display: none; }.ut-morph-box-small-image { object-fit: cover; width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; visibility: hidden; pointer-events: none; }@-webkit-keyframes ut-typewriter-cursor { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }@keyframes ut-typewriter-cursor { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }@keyframes element-glitch-anim-1-horizontal { 0% { clip-path: polygon(0px 2%, 100% 2%, 100% 5%, 0px 5%); } 10% { clip-path: polygon(0px 15%, 100% 15%, 100% 15%, 0px 15%); } 20% { clip-path: polygon(0px 10%, 100% 10%, 100% 20%, 0px 20%); } 30% { clip-path: polygon(0px 1%, 100% 1%, 100% 2%, 0px 2%); } 40% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 50% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 60% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 70% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 80% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 90% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 100% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } }@keyframes element-glitch-anim-2-horizontal { 0% { clip-path: polygon(0px 25%, 100% 25%, 100% 30%, 0px 30%); } 15% { clip-path: polygon(0px 3%, 100% 3%, 100% 3%, 0px 3%); } 22% { clip-path: polygon(0px 5%, 100% 5%, 100% 20%, 0px 20%); } 31% { clip-path: polygon(0px 20%, 100% 20%, 100% 20%, 0px 20%); } 45% { clip-path: polygon(0px 40%, 100% 40%, 100% 40%, 0px 40%); } 51% { clip-path: polygon(0px 52%, 100% 52%, 100% 59%, 0px 59%); } 63% { clip-path: polygon(0px 60%, 100% 60%, 100% 60%, 0px 60%); } 76% { clip-path: polygon(0px 75%, 100% 75%, 100% 75%, 0px 75%); } 81% { clip-path: polygon(0px 65%, 100% 65%, 100% 40%, 0px 40%); } 94% { clip-path: polygon(0px 45%, 100% 45%, 100% 50%, 0px 50%); } 100% { clip-path: polygon(0px 14%, 100% 14%, 100% 33%, 0px 33%); } }@keyframes element-glitch-anim-3-horizontal { 0% { clip-path: polygon(0px 1%, 100% 1%, 100% 3%, 0px 3%); } 5% { clip-path: polygon(0px 10%, 100% 10%, 100% 9%, 0px 9%); } 10% { clip-path: polygon(0px 5%, 100% 5%, 100% 6%, 0px 6%); } 25% { clip-path: polygon(0px 20%, 100% 20%, 100% 20%, 0px 20%); } 27% { clip-path: polygon(0px 10%, 100% 10%, 100% 10%, 0px 10%); } 30% { clip-path: polygon(0px 30%, 100% 30%, 100% 25%, 0px 25%); } 33% { clip-path: polygon(0px 15%, 100% 15%, 100% 16%, 0px 16%); } 37% { clip-path: polygon(0px 40%, 100% 40%, 100% 39%, 0px 39%); } 40% { clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); } 45% { clip-path: polygon(0px 60%, 100% 60%, 100% 55%, 0px 55%); } 50% { clip-path: polygon(0px 30%, 100% 30%, 100% 31%, 0px 31%); } 53% { clip-path: polygon(0px 70%, 100% 70%, 100% 69%, 0px 69%); } 57% { clip-path: polygon(0px 40%, 100% 40%, 100% 41%, 0px 41%); } 60% { clip-path: polygon(0px 80%, 100% 80%, 100% 75%, 0px 75%); } 65% { clip-path: polygon(0px 50%, 100% 50%, 100% 51%, 0px 51%); } 70% { clip-path: polygon(0px 90%, 100% 90%, 100% 90%, 0px 90%); } 73% { clip-path: polygon(0px 60%, 100% 60%, 100% 60%, 0px 60%); } 80% { clip-path: polygon(0px 100%, 100% 100%, 100% 99%, 0px 99%); } 100% { clip-path: polygon(0px 70%, 100% 70%, 100% 71%, 0px 71%); } }@keyframes element-glitch-anim-1-vertical { 0% { clip-path: polygon(2% 0px, 5% 0px, 5% 100%, 2% 100%); } 10% { clip-path: polygon(15% 0px, 15% 0px, 15% 100%, 15% 100%); } 20% { clip-path: polygon(10% 0px, 20% 0px, 20% 100%, 10% 100%); } 30% { clip-path: polygon(1% 0px, 2% 0px, 2% 100%, 1% 100%); } 40% { clip-path: polygon(33% 0px, 33% 0px, 33% 100%, 33% 100%); } 50% { clip-path: polygon(44% 0px, 44% 0px, 44% 100%, 44% 100%); } 60% { clip-path: polygon(50% 0px, 20% 0px, 20% 100%, 50% 100%); } 70% { } 80% { } 90% { clip-path: polygon(50% 0px, 55% 0px, 55% 100%, 50% 100%); } 100% { clip-path: polygon(70% 0px, 80% 0px, 80% 100%, 70% 100%); } }@keyframes element-glitch-anim-2-vertical { 0% { clip-path: polygon(25% 0px, 30% 0px, 30% 100%, 25% 100%); } 15% { clip-path: polygon(3% 0px, 3% 0px, 3% 100%, 3% 100%); } 22% { clip-path: polygon(5% 0px, 20% 0px, 20% 100%, 5% 100%); } 31% { clip-path: polygon(20% 0px, 20% 0px, 20% 100%, 20% 100%); } 45% { clip-path: polygon(40% 0px, 40% 0px, 40% 100%, 40% 100%); } 51% { clip-path: polygon(52% 0px, 59% 0px, 59% 100%, 52% 100%); } 63% { clip-path: polygon(60% 0px, 60% 0px, 60% 100%, 60% 100%); } 76% { clip-path: polygon(75% 0px, 75% 0px, 75% 100%, 75% 100%); } 81% { clip-path: polygon(65% 0px, 40% 0px, 40% 100%, 65% 100%); } 94% { clip-path: polygon(45% 0px, 50% 0px, 50% 100%, 45% 100%); } 100% { clip-path: polygon(14% 0px, 33% 0px, 33% 100%, 14% 100%); } }@keyframes element-glitch-anim-3-vertical { 0% { clip-path: polygon(1% 0px, 3% 0px, 3% 100%, 1% 100%); } 5% { clip-path: polygon(10% 0px, 9% 0px, 9% 100%, 10% 100%); } 10% { } 25% { clip-path: polygon(20% 0px, 20% 0px, 20% 100%, 20% 100%); } 27% { clip-path: polygon(10% 0px, 10% 0px, 10% 100%, 10% 100%); } 30% { clip-path: polygon(30% 0px, 25% 0px, 25% 100%, 30% 100%); } 33% { clip-path: polygon(15% 0px, 16% 0px, 16% 100%, 15% 100%); } 37% { clip-path: polygon(40% 0px, 39% 0px, 39% 100%, 40% 100%); } 40% { clip-path: polygon(20% 0px, 21% 0px, 21% 100%, 20% 100%); } 45% { clip-path: polygon(60% 0px, 55% 0px, 55% 100%, 60% 100%); } 50% { clip-path: polygon(30% 0px, 31% 0px, 31% 100%, 30% 100%); } 53% { clip-path: polygon(70% 0px, 69% 0px, 69% 100%, 70% 100%); } 57% { clip-path: polygon(40% 0px, 41% 0px, 41% 100%, 40% 100%); } 60% { clip-path: polygon(80% 0px, 75% 0px, 75% 100%, 80% 100%); } 65% { clip-path: polygon(50% 0px, 51% 0px, 51% 100%, 50% 100%); } 70% { clip-path: polygon(90% 0px, 90% 0px, 90% 100%, 90% 100%); } 73% { clip-path: polygon(60% 0px, 60% 0px, 60% 100%, 60% 100%); } 80% { clip-path: polygon(100% 0px, 99% 0px, 99% 100%, 100% 100%); } 100% { clip-path: polygon(70% 0px, 71% 0px, 71% 100%, 70% 100%); } }@keyframes element-alternate-glitch-anim-1 { 0% { opacity: 1; transform: translate3d(var(--gap-horizontal),0,0); clip-path: polygon(0px 2%, 100% 2%, 100% 5%, 0px 5%); } 2% { clip-path: polygon(0px 15%, 100% 15%, 100% 15%, 0px 15%); } 4% { clip-path: polygon(0px 10%, 100% 10%, 100% 20%, 0px 20%); } 6% { clip-path: polygon(0px 1%, 100% 1%, 100% 2%, 0px 2%); } 8% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 10% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 12% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 14% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 16% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 18% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 20% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 21.9% { opacity: 1; transform: translate3d(var(--gap-horizontal),0,0); } 100%, 22% { opacity: 0; transform: translate3d(0px, 0px, 0px); clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); } }@keyframes element-alternate-glitch-anim-2 { 0% { opacity: 1; transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0); clip-path: polygon(0px 25%, 100% 25%, 100% 30%, 0px 30%); } 3% { clip-path: polygon(0px 3%, 100% 3%, 100% 3%, 0px 3%); } 5% { clip-path: polygon(0px 5%, 100% 5%, 100% 20%, 0px 20%); } 7% { clip-path: polygon(0px 20%, 100% 20%, 100% 20%, 0px 20%); } 9% { clip-path: polygon(0px 40%, 100% 40%, 100% 40%, 0px 40%); } 11% { clip-path: polygon(0px 52%, 100% 52%, 100% 59%, 0px 59%); } 13% { clip-path: polygon(0px 60%, 100% 60%, 100% 60%, 0px 60%); } 15% { clip-path: polygon(0px 75%, 100% 75%, 100% 75%, 0px 75%); } 17% { clip-path: polygon(0px 65%, 100% 65%, 100% 40%, 0px 40%); } 19% { clip-path: polygon(0px 45%, 100% 45%, 100% 50%, 0px 50%); } 20% { clip-path: polygon(0px 14%, 100% 14%, 100% 33%, 0px 33%); } 21.9% { opacity: 1; transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0); } 100%, 22% { opacity: 0; transform: translate3d(0px, 0px, 0px); clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); } }@keyframes element-alternate-glitch-anim-3 { 0% { opacity: 1; transform: translate3d(0,calc(-1 * var(--gap-vertical)),0) scale3d(-1,-1,1); clip-path: polygon(0px 1%, 100% 1%, 100% 3%, 0px 3%); } 1.5% { clip-path: polygon(0px 10%, 100% 10%, 100% 9%, 0px 9%); } 2% { clip-path: polygon(0px 5%, 100% 5%, 100% 6%, 0px 6%); } 2.5% { clip-path: polygon(0px 20%, 100% 20%, 100% 20%, 0px 20%); } 3% { clip-path: polygon(0px 10%, 100% 10%, 100% 10%, 0px 10%); } 5% { clip-path: polygon(0px 30%, 100% 30%, 100% 25%, 0px 25%); } 5.5% { clip-path: polygon(0px 15%, 100% 15%, 100% 16%, 0px 16%); } 7% { clip-path: polygon(0px 40%, 100% 40%, 100% 39%, 0px 39%); } 8% { clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); } 9% { clip-path: polygon(0px 60%, 100% 60%, 100% 55%, 0px 55%); } 10.5% { clip-path: polygon(0px 30%, 100% 30%, 100% 31%, 0px 31%); } 11% { clip-path: polygon(0px 70%, 100% 70%, 100% 69%, 0px 69%); } 13% { clip-path: polygon(0px 40%, 100% 40%, 100% 41%, 0px 41%); } 14% { clip-path: polygon(0px 80%, 100% 80%, 100% 75%, 0px 75%); } 14.5% { clip-path: polygon(0px 50%, 100% 50%, 100% 51%, 0px 51%); } 15% { clip-path: polygon(0px 90%, 100% 90%, 100% 90%, 0px 90%); } 16% { clip-path: polygon(0px 60%, 100% 60%, 100% 60%, 0px 60%); } 18% { clip-path: polygon(0px 100%, 100% 100%, 100% 99%, 0px 99%); } 20% { clip-path: polygon(0px 70%, 100% 70%, 100% 71%, 0px 71%); } 21.9% { opacity: 1; transform: translate3d(0,calc(-1 * var(--gap-vertical)),0) scale3d(-1,-1,1); } 100%, 22% { opacity: 0; transform: translate3d(0px, 0px, 0px); clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); } }@keyframes element-glitch-anim-flash { 0% { opacity: 0.2; transform: translate3d(var(--gap-horizontal),var(--gap-vertical),0); } 100%, 33% { opacity: 0; transform: translate3d(0px, 0px, 0px); } }.ut-simple-glitch-text-permanent { animation-iteration-count: infinite; animation-delay: 2s; animation-duration: 4s; display: inline-block; }.ut-simple-glitch-text-style-3-permanent { animation-name: glitch-anim-text-3; }@-webkit-keyframes glitch-anim-text { 0% { transform: translate3d(-10px, 0px, 0px) scale3d(-1, -1, 1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 10% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 20% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 35% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 50% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 60% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 70% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 80% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 90% { transform: translate3d(-10px, 0px, 0px) scale3d(-1, -1, 1); } 100% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%); } }@keyframes glitch-anim-text { 0% { transform: translate3d(-10px, 0px, 0px) scale3d(-1, -1, 1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 10% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 20% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 35% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 50% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 60% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 70% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 80% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 90% { transform: translate3d(-10px, 0px, 0px) scale3d(-1, -1, 1); } 100% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%); } }@-webkit-keyframes glitch-anim-text-permanent { 0% { transform: translate3d(0px, 0px, 0px) scale(0.9, 1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 2.5% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 5% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 8% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 12% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 15% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 17% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 20% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 22% { transform: translate3d(0px, 0px, 0px) scale(0.9, 1); } 25% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: none; } }@keyframes glitch-anim-text-permanent { 0% { transform: translate3d(0px, 0px, 0px) scale(0.9, 1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 2.5% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 5% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 8% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 12% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 15% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 17% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 20% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 22% { transform: translate3d(0px, 0px, 0px) scale(0.9, 1); } 25% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: none; } }@-webkit-keyframes glitch-anim-text-2 { 0% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 2% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 4% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 5% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 6% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 7% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 8% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 9% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 9.9% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); } 10%, 100% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: none; } }@keyframes glitch-anim-text-2 { 0% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 2% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 4% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 5% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 6% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 7% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 8% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 9% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 9.9% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); } 10%, 100% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: none; } }@-webkit-keyframes glitch-anim-text-2-permanent { 0% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 2% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 4% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 5% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 6% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 7% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 8% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 9% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 9.9% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); } 10% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%); } 11% { clip-path: none; } }@keyframes glitch-anim-text-2-permanent { 0% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 2% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 4% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 5% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 6% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 7% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 8% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 9% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 9.9% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); } 10% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%); } 11% { clip-path: none; } }@-webkit-keyframes glitch-anim-text-3 { 1% { transform: scaleY(1) skewX(0deg); } 2% { transform: scaleY(3) skewX(-60deg); } 3% { transform: scaleY(1) skewX(0deg); } 21% { transform: scaleX(1) scaleY(1) skewX(0deg); } 22% { transform: scaleX(1.5) scaleY(0.2) skewX(80deg); } 23% { transform: scaleX(1) scaleY(1) skewX(0deg); } }@keyframes glitch-anim-text-3 { 1% { transform: scaleY(1) skewX(0deg); } 2% { transform: scaleY(3) skewX(-60deg); } 3% { transform: scaleY(1) skewX(0deg); } 21% { transform: scaleX(1) scaleY(1) skewX(0deg); } 22% { transform: scaleX(1.5) scaleY(0.2) skewX(80deg); } 23% { transform: scaleX(1) scaleY(1) skewX(0deg); } }.lg-icon { font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: lg !important; }.lg-container { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }@-webkit-keyframes lg-right-end { 0% { left: 0px; } 50% { left: -30px; } 100% { left: 0px; } }@keyframes lg-right-end { 0% { left: 0px; } 50% { left: -30px; } 100% { left: 0px; } }@-webkit-keyframes lg-left-end { 0% { left: 0px; } 50% { left: 30px; } 100% { left: 0px; } }@keyframes lg-left-end { 0% { left: 0px; } 50% { left: 30px; } 100% { left: 0px; } }.lg-toolbar { z-index: 1082; left: 0px; position: absolute; top: 0px; width: 100%; }.lg-toolbar .lg-icon { color: #999999; cursor: pointer; float: right; font-size: 24px; height: 47px; line-height: 27px; padding: 10px 0px; text-align: center; width: 50px; outline: none medium; will-change: color; transition:color 0.2s linear; background: 0px 0px; border: none; box-shadow: none; text-decoration: none !important; }.lg-toolbar .lg-icon:hover { color: #ffffff; }.lg-toolbar .lg-close::after { content: ""; }.lg-sub-html { color: #eeeeee; font-size: 16px; padding: 10px 40px 0px; text-align: center; z-index: 1080; opacity: 0; transition:opacity 0.2s ease-out; }.lg-counter { color: #999999; display: inline-block; font-size: 16px; padding-left: 20px; padding-top: 12px; height: 47px; vertical-align: middle; }.lg-outer .lg-thumb-outer { background-color: #0d0a0a; width: 100%; max-height: 350px; overflow: hidden; float: left; }.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item { cursor: grab; }.lg-outer .lg-thumb-outer.lg-thumb-align-middle { text-align: center; }.lg-outer.lg-single-item .lg-thumb-outer { display: none; }.lg-outer .lg-thumb { padding: 5px 0px; height: 100%; margin-bottom: -5px; display: inline-block; vertical-align: middle; }@media (min-width: 768px){.lg-outer .lg-thumb { padding: 10px 0px; }}.lg-outer .lg-thumb-item { cursor: pointer; float: left; overflow: hidden; height: 100%; border-radius: 2px; margin-bottom: 5px; will-change: border-color; }@media (min-width: 768px){.lg-outer .lg-thumb-item { border-radius: 4px; border: 0px; transition:border-color 0.25s ease; }}.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover { border: 2px solid #a90707; }.lg-outer .lg-thumb-item img { width: 100%; height: 100%; object-fit: cover; display: block; }.lg-outer.lg-animate-thumb .lg-thumb { transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }@keyframes lg-play-stroke { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; } }@keyframes lg-play-rotate { 100% { transform: rotate(360deg); } }.lg-progress-bar { background-color: #333333; height: 5px; left: 0px; position: absolute; top: 0px; width: 100%; z-index: 1083; opacity: 0; will-change: opacity; transition:opacity 0.08s ease; }.lg-progress-bar .lg-progress { background-color: #a90707; height: 5px; width: 0px; }.lg-autoplay-button::after { content: ""; }.lg-single-item .lg-autoplay-button { opacity: 0.75; pointer-events: none; }.lg-fullscreen::after { content: ""; }.lg-outer .lg-dropdown-overlay { background-color: rgba(0, 0, 0, 0.25); inset: 0px; cursor: default; position: absolute; z-index: 1081; opacity: 0; visibility: hidden; will-change: visibility, opacity; transition:visibility, opacity 0s, 0.18s linear, linear; }.lg-outer .lg-dropdown { background-color: #ffffff; border-radius: 2px; font-size: 14px; list-style-type: none; margin: 0px; padding: 10px 0px; position: absolute; right: 0px; text-align: left; top: 50px; opacity: 0; visibility: hidden; transform: translate3d(0px, 5px, 0px); will-change: visibility, opacity, transform; transition:transform, visibility, opacity 0.18s, 0s, 0.18s linear, linear, linear; }.lg-outer .lg-dropdown::after { content: ""; display: block; height: 0px; width: 0px; position: absolute; border-width: 8px; border-style: solid; border-color: transparent transparent #ffffff; border-image: initial; right: 16px; top: -16px; }.lg-outer .lg-dropdown > li:last-child { margin-bottom: 0px; }.lg-outer .lg-dropdown > li:hover a { color: #333333; }.lg-outer .lg-dropdown a { color: #333333; display: block; white-space: pre; padding: 4px 12px; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; }.lg-outer .lg-dropdown a:hover { background-color: rgba(0, 0, 0, 0.07); }.lg-outer .lg-dropdown .lg-dropdown-text { display: inline-block; line-height: 1; margin-top: -3px; vertical-align: middle; }.lg-outer .lg-dropdown .lg-icon { color: #333333; display: inline-block; float: none; font-size: 20px; height: auto; line-height: 1; margin-right: 8px; padding: 0px; vertical-align: middle; width: auto; }.lg-outer .lg-share { position: relative; }.lg-outer .lg-share::after { content: ""; }.lg-outer .lg-share-facebook .lg-icon { color: #3b5998; }.lg-outer .lg-share-facebook .lg-icon::after { content: ""; }.lg-outer .lg-share-twitter .lg-icon { color: #00aced; }.lg-outer .lg-share-twitter .lg-icon::after { content: ""; }.lg-outer .lg-share-pinterest .lg-icon { color: #cb2027; }.lg-outer .lg-share-pinterest .lg-icon::after { content: ""; }.lg-group::after { content: ""; display: table; clear: both; }.lg-container { display: none; outline: 0px; }.lg-hide-sub-html .lg-sub-html, .lg-next, .lg-pager-outer, .lg-prev, .lg-toolbar { opacity: 0; will-change: transform, opacity; transition:transform, opacity 0.25s, 0.25s cubic-bezier(0, 0, 0.25, 1), cubic-bezier(0, 0, 0.25, 1); }.lg-outer { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 1050; text-align: left; opacity: 0.001; outline: 0px; will-change: auto; overflow: hidden; transition:opacity 0.15s ease; }.lg-outer * { box-sizing: border-box; }.lg-outer .lg-content { position: absolute; inset: 0px; }.lg-outer .lg-inner { width: 100%; position: absolute; left: 0px; top: 0px; bottom: 0px; transition:opacity 0.4s ease; white-space: nowrap; }.lg-backdrop { position: fixed; inset: 0px; z-index: 1040; background-color: #000000; opacity: 0; will-change: auto; transition:opacity 0.3s ease-in; }.lg-container { display: none; }.lg-components { transform: translate3d(0px, 100%, 0px); will-change: transform; transition:transform 0.35s ease-out; z-index: 1080; position: absolute; bottom: 0px; right: 0px; left: 0px; }html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ut-stroke-1, ut-stroke-2, ut-letter, ut-typewriter-1, ut-typewriter-2, ut-underline { border: 0px; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; }html { font-size: 100%; text-size-adjust: 100%; }body { line-height: 1; }article, aside, details, figcaption, figure, footer, header, nav, section { display: block; }ol, ul { list-style: none; }a:focus { outline: 0px; }a:hover, a:active { outline: 0px; }a img { border: 0px; }* { margin: 0px; padding: 0px; }*, ::after, ::before { box-sizing: border-box; }html { min-height: 100%; height: 100%; }body { background: #ffffff; color: #333333; font-size: 14px; font-family: sans-serif; margin: 0px; padding: 0px; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; min-height: 100%; height: 100%; line-height: 28px; overflow-x: hidden; width: 100%; text-size-adjust: 100%; }#ut-sitebody { position: relative; }#main-content { background: #ffffff; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-flex: 2; flex: 2 0 auto; z-index: 2; position: relative; }.main-content-background { -webkit-box-flex: 2; flex: 2 0 auto; }h1, h2, h3, h4, h5, h6 { color: #151515; line-height: 125%; font-weight: normal; margin-top: 0px; overflow-wrap: break-word; }h1 { font-size: 30px; margin-bottom: 20px; }h2 { font-size: 25px; margin-bottom: 20px; }h3 { font-size: 18px; margin-bottom: 20px; }h6 { font-size: 12px; margin-bottom: 20px; }.comment-content ul, .entry-content ul { list-style-type: disc; }ul, ol, dl { margin-left: 14px; }dfn, cite, em, i, address, q, samp, var { font-style: italic; }p, dd, pre, ul, ol, dl { margin-bottom: 20px; }a, .ut-custom-link-module i, .ut-title-style1, .entry-title, #ut-portfolio-navigation-wrap a span { cursor: pointer; text-decoration: none; outline: 0px; transition:color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }a:hover { color: #151515; cursor: pointer; }a img { border: none; vertical-align: bottom; }img { height: auto; max-width: 100%; border: 0px; vertical-align: bottom; image-rendering: -webkit-optimize-contrast; }.ut-horizontal-navigation { position: relative; }.ut-horizontal-navigation ul, .ut-horizontal-navigation ul li, .ut-horizontal-navigation ul ul { list-style: none; margin: 0px; padding: 0px; }.ut-horizontal-navigation ul { position: relative; z-index: 9999; }.ut-horizontal-navigation ul li { zoom: 1; }.ut-horizontal-navigation ul li.hover, .ut-horizontal-navigation ul li:hover { position: relative; z-index: 9999; cursor: default; }.ut-horizontal-navigation li { margin: 0px; float: left; zoom: 1; }.ut-horizontal-navigation ul ul { visibility: hidden; position: absolute; min-width: 260px; z-index: 9998; width: auto; padding: 0px; }.ut-horizontal-navigation ul li li a:not(.bklyn-btn):not(.ut-remove-header-cart-item) { display: block; text-decoration: none; position: relative; border-right: none; }.ut-horizontal-navigation ul ul li { float: none; white-space: nowrap; margin: 0px; line-height: 1; border-radius: 0px; }#ut-header-placeholder { -webkit-box-flex: 1; flex: 1 0 auto; }#header-section { line-height: 80px; will-change: transform; box-sizing: border-box; }.grid-container .ha-header-perspective { padding: 0px; }.ha-header { position: relative; top: 0px; left: 0px; width: 100%; padding: 0px; z-index: 10000; transform: translate3d(0px, 0px, 0px); box-shadow: transparent 0px 0px, transparent 0px 0px, rgba(0, 0, 0, 0.1) 0px 5px 5px -4px; }#header-section { transition: 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }#ut-header-placeholder { transition:height 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95); }#header-section.ut-header-floating { position: fixed; }.ha-header-perspective { width: 100%; height: 100%; position: relative; }.ha-header-perspective > div { position: relative; }.ha-header-front { z-index: 2; }.site-logo { color: #151515; display: table; text-align: left; margin: 0px; height: 80px; position: relative; }.site-logo img { max-height: 60px; vertical-align: middle; white-space: nowrap; color: transparent; }.page-header, .parallax-header, .section-header { text-align: center; padding-bottom: 30px; position: relative; }.page-title, .parallax-title, .section-title { font-size: 30px; margin-bottom: 20px; position: relative; }.header-left { text-align: left; }.lead, .taxonomy-description { font-size: 1.125em; line-height: 200%; }.ut-offset-anchor { width: 0px; height: 0px; display: block; overflow: hidden; visibility: hidden; }.ut-bklyn-onepage .ut-offset-anchor, .ut-bklyn-multisite .ut-offset-anchor { position: absolute; top: 0px; left: 0px; }.ut-bklyn-multisite .ut-scroll-up-waypoint { position: absolute; bottom: 0px; left: 0px; }@-webkit-keyframes fade-out { 33% { opacity: 1; } 66% { opacity: 0; } }@keyframes fade-out { 33% { opacity: 1; } 66% { opacity: 0; } }.ut-horizontal-navigation { font-family: ralewaymedium, sans-serif; float: right; }.ut-horizontal-navigation ul { position: relative; float: right; }.ut-horizontal-navigation ul li { position: relative; display: block; float: left; z-index: 2; }.ut-horizontal-navigation a { white-space: nowrap; text-transform: uppercase; font-size: 12px; position: relative; text-decoration: none; display: block; }.ut-main-navigation-link { padding-left: 15px; padding-right: 15px; }#header-section[data-style="style-6"] #navigation.ut-horizontal-navigation ul li:last-child .ut-main-navigation-link, #header-section[data-style="default"] #navigation.ut-horizontal-navigation ul li:last-child .ut-main-navigation-link { padding-right: 0px; }.ut-horizontal-navigation.ut-navigation-style-separator ul li a::after { content: "•"; position: absolute; top: 0px; color: #151515; left: -4px; }.ut-horizontal-navigation.ut-navigation-style-separator ul li:first-child a::after { display: none; }.ut-navigation-with-description-above .ut-main-navigation-link span { position: relative; }.ut-navigation-with-description-above .ut-has-description .ut-main-navigation-link { display: flex; -webkit-box-align: center; align-items: center; height: 80px; }.ut-navigation-with-description-above .ut-has-description .ut-main-navigation-link span { line-height: 1; display: block; }.ut-navigation-with-description-above .ut-has-description .ut-main-navigation-link span::before { content: attr(data-description); line-height: initial; font-size: 0.9em; display: block; text-align: right; margin-bottom: 2px; }#header-section, .ut-placeholder-light { background: #ffffff; }#header-section { border-bottom: 1px solid #dddddd; }#header-section .ut-top-header-sub-menu ul, #header-section .ut-horizontal-navigation .sub-menu, #header-section .ut-megamenu { background: #ffffff; border-width: 1px; border-style: solid; border-color: #dddddd; }#header-section .ut-header-extra-module .sub-menu, #header-section .ut-top-header-sub-menu ul, #header-section .ut-navigation-with-animation .sub-menu, #header-section .ut-navigation-with-animation .ut-megamenu { transition: 0.3s; }.ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-is-megamenu > .ut-megamenu, .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-menu-item-lvl-0 > ul.sub-menu { top: 150%; }.ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-is-megamenu:hover > .ut-megamenu, .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-menu-item-lvl-0:hover > ul.sub-menu { top: 100%; }#header-section, #header-section .ut-deactivated-link, #header-section .ut-deactivated-link:hover, #header-section .ut-deactivated-link:active { color: #151515; }#header-section a { color: #151515; }#header-section .ut-navigation-style-separator ul li a::after { color: #151515; }.ut-horizontal-navigation ul.sub-menu { box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 0px; text-align: left; opacity: 0; top: 100%; pointer-events: none; transform: translate3d(0px, 0px, 0px); }.ut-horizontal-navigation ul.sub-menu li > a { transition:color, background 0.3s, 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }.ut-horizontal-navigation ul li:hover > ul.sub-menu { opacity: 1; visibility: visible; pointer-events: auto; }.ut-horizontal-navigation ul.sub-menu ul, .ut-horizontal-navigation ul.sub-menu li { margin-left: 0px; }.ut-horizontal-navigation ul.sub-menu li a::after { display: none; }.ut-horizontal-navigation ul.sub-menu li > a { min-width: 200px; position: static; margin: 0px; padding: 0px 40px; font-size: 10px; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; background: none !important; }.ut-horizontal-navigation ul.sub-menu li > a:not(.ut-remove-header-cart-item):not(.ut-header-mini-cart-link) { height: 30px; line-height: 30px; }#ut-sitebody .ut-horizontal-navigation ul.sub-menu li:first-child { padding-top: 40px; }#ut-sitebody .ut-horizontal-navigation ul.sub-menu li:last-child { padding-bottom: 40px; }.ut-mm-trigger, .ut-header-cart-mobile { display: inline; float: right; }.ut-mm-trigger { cursor: pointer; text-align: right; position: relative; line-height: 80px; height: 80px; }#ut-mobile-nav { margin: 0px; }.ut-mobile-menu { line-height: 150%; margin: 0px; }#ut-mobile-menu { margin: 0px; padding: 10px 0px 0px 10px; text-align: left; font-size: 14px; }.ut-mobile-menu .sub-menu { margin: 0px 0px 0px 15px; }.ha-transparent .ut-mobile-menu a:not(.bklyn-btn), .ut-header-dark .ut-mobile-menu a:not(.bklyn-btn), .ut-mobile-menu a:not(.bklyn-btn) { padding: 10px 0px 10px 30px; display: block; position: relative; transition:none 0s ease; }.ut-mobile-menu a:not(.bklyn-btn) { color: #151515; }.ut-mobile-menu a:last-child { border-bottom: none; }.ut-header-light .ut-mobile-menu a:hover { color: #ffffff !important; }.ut-header-light #ut-mobile-nav { background: #ffffff; }.ut-header-light .ut-mobile-menu a { border-bottom: 1px solid #dddddd; }.ut-mobile-menu a:hover::before, .ut-mobile-menu a:hover { color: #ffffff; }.ut-mobile-menu li { padding: 0px; margin: 0px; }#ut-sitebody .ut-header-light .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger span::before, #ut-sitebody .ut-header-light .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger:not(.is-active) span, #ut-sitebody .ut-header-light .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger span::after { background-color: #151515; }#ut-mobile-nav { overflow: hidden; position: relative; left: -10px; display: none; }.ut-scroll-pane-wrap { overflow: hidden; }.ut-scroll-pane { overflow-y: scroll; padding-right: 20px; }.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; overflow: hidden; position: absolute !important; }.sidebar, .widget-container ul { margin: 0px; padding: 0px; list-style: none; }.widget-container { margin-bottom: 20px; }.widget-container select, .widget-container ul { margin-bottom: 20px; }.widget_categories ul, .widget_pages ul, .widget_nav_menu ul, .widget_recent_entries ul, .widget_recent_comments ul, .widget_meta ul, .widget_archive ul, .widget_media_image img { margin-bottom: 20px; }.widget_categories li, .widget_pages li, .widget_nav_menu li, .widget_recent_entries li, .widget_recent_comments li, .widget_recent_comments li.recentcomments, .widget_meta li, .widget_archive li { padding-left: 15px; position: relative; }.widget-container li:last-child { margin-bottom: 0px; padding-bottom: 0px; border-bottom: none; }.widget_recent_comments li::before, .widget_recent_comments li.recentcomments::before, .widget_categories li::before, .widget_pages li::before, .widget_nav_menu li::before, .widget_recent_entries li::before, .widget_meta li::before, .widget_archive li::before, .tweet_list li::before { font-family: FontAwesome; content: ""; font-weight: normal; font-style: normal; position: absolute; top: 0px; left: 0px; color: #151515; transition: 0.2s linear; }.ut-empty-div { border: none !important; display: none !important; height: 0px !important; visibility: hidden !important; opacity: 0 !important; width: 0px !important; }.footer { padding: 0px; background: #ffffff; position: relative; }.copyright { padding: 0px; margin: 0px; font-size: 11px; display: block; text-transform: uppercase; line-height: 150%; }.ut-footer-area { color: #777777; }.ut-spacing-80 .ut-footer-area, .ut-spacing-120 .ut-footer-area, .ut-spacing-160 .ut-footer-area, .ut-spacing-200 .ut-footer-area { padding-bottom: 40px; padding-top: 40px; }.footer.ut-footer-has-widgets { padding: 40px 0px 0px; }@media (min-width: 1025px){.ut-spacing-120 .ut-footer-area { padding-bottom: 80px; padding-top: 80px; }}.footer-content { background: #ffffff; color: #151515; text-align: center; padding: 40px 0px; }.ut-footer-has-widgets .footer-content { padding: 20px 0px; }.ut-footer-area ul.sidebar a { color: #151515; }.footer-content a, .copyright a { color: #151515; font-weight: bold; text-transform: uppercase; }button, input[type="submit"]:not(.hero-btn), input[type="button"]:not(.hero-btn) { font-family: sans-serif; font-weight: 400; vertical-align: baseline; display: inline-block; text-decoration: none; cursor: pointer; margin-bottom: 0px; line-height: 24px; background: padding-box #151515; color: #ffffff; padding: 8px 12px; text-transform: uppercase; text-align: center; border-radius: 3px; box-sizing: border-box; appearance: none; width: auto; transition:color 0.2s linear; border: none !important; outline: none !important; }button:hover, button:focus, button:active, input[type="button"]:not(.hero-btn):hover, input[type="button"]:not(.hero-btn):focus, input[type="button"]:not(.hero-btn):active, input[type="submit"]:not(.hero-btn):hover, input[type="submit"]:not(.hero-btn):focus, input[type="submit"]:not(.hero-btn):active { color: #ffffff; background: #ffbf00; border: none; }.ut-new-hide { display: none; }.dark cite, .dark, .dark .lead { color: #888888; }.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 { color: #151515; }@-webkit-keyframes stroke-offset { 0% { stroke-dashoffset: 35%; stroke-dasharray: 0, 100%; } }@keyframes stroke-offset { 0% { stroke-dashoffset: 35%; stroke-dasharray: 0, 100%; } }@keyframes rotate { 100% { transform: rotate(360deg); } }@keyframes rotate-reverse { 100% { transform: rotate(-360deg); } }@keyframes dash { 0% { stroke-dasharray: 2000, 2600; stroke-dashoffset: 0; } 50% { stroke-dasharray: 2400, 2600; stroke-dashoffset: -500px; } 100% { stroke-dasharray: 2000, 2600; stroke-dashoffset: 0; } }@keyframes dash2 { 0% { stroke-dasharray: 100, 2600; stroke-dashoffset: -2000px; } 50% { stroke-dasharray: 500, 2600; stroke-dashoffset: -1000px; } 100% { stroke-dasharray: 100, 2600; stroke-dashoffset: -1960px; } }.ut-hamburger-wrap { -webkit-box-flex: 1; flex: 1 1 0%; display: flex; -webkit-box-pack: end; justify-content: flex-end; }.ut-hamburger { display: inline-block; background: transparent; position: relative; overflow: hidden; margin: 0px; padding: 0px; width: 40px; height: 32px; font-size: 0px; text-indent: -9999px; box-shadow: none; border-radius: 0px; border: none; cursor: pointer; transition:opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }.ut-hamburger:hover, .ut-hamburger:active, .ut-hamburger:focus { background: transparent; }.ut-hamburger:focus { outline: none; }.ut-hamburger span { display: block; position: absolute; top: 14px; left: 6px; right: 6px; height: 3px; background: white; }.ut-hamburger span::before, .ut-hamburger span::after { position: absolute; display: block; left: 0px; width: 100%; height: 3px; background-color: #ffffff; content: ""; }.ut-hamburger span::before { top: -7px; }.ut-hamburger span::after { bottom: -7px; }.ut-hamburger--cross span, .ut-hamburger--cross span::before, .ut-hamburger--cross span::after { transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s; }.ut-hamburger--cross span, .ut-hamburger--cross span::before { transition-property: top, background, transform, -webkit-transform; }.ut-hamburger--cross span::after { transition-property: bottom, background, transform, -webkit-transform; }@-webkit-keyframes loading2 { 0% { transform: translateX(0px) scale(1); } 25% { transform: translateX(-50px) scale(0.3); } 50% { transform: translateX(0px) scale(1); } 75% { transform: translateX(50px) scale(0.3); } 100% { transform: translateX(0px) scale(1); } }@keyframes loading2 { 0% { transform: translateX(0px) scale(1); } 25% { transform: translateX(-50px) scale(0.3); } 50% { transform: translateX(0px) scale(1); } 75% { transform: translateX(50px) scale(0.3); } 100% { transform: translateX(0px) scale(1); } }@-webkit-keyframes loading3 { 0% { transform: rotate(0deg); } 25% { transform: rotate(180deg); } 50% { transform: rotate(180deg); } 75% { transform: rotate(360deg); } 100% { transform: rotate(360deg); } }@keyframes loading3 { 0% { transform: rotate(0deg); } 25% { transform: rotate(180deg); } 50% { transform: rotate(180deg); } 75% { transform: rotate(360deg); } 100% { transform: rotate(360deg); } }@-webkit-keyframes loading3-inner { 0% { height: 0%; } 25% { height: 0%; } 50% { height: 100%; } 75% { height: 100%; } 100% { height: 0%; } }@keyframes loading3-inner { 0% { height: 0%; } 25% { height: 0%; } 50% { height: 100%; } 75% { height: 100%; } 100% { height: 0%; } }@-webkit-keyframes ball4 { 0% { transform: translate(0px, 0px); } 5% { transform: translate(8px, -14px); } 10% { transform: translate(15px, -10px); } 17% { transform: translate(23px, -24px); } 20% { transform: translate(30px, -20px); } 27% { transform: translate(38px, -34px); } 30% { transform: translate(45px, -30px); } 37% { transform: translate(53px, -44px); } 40% { transform: translate(60px, -40px); } 50% { transform: translate(60px, 0px); } 57% { transform: translate(53px, -14px); } 60% { transform: translate(45px, -10px); } 67% { transform: translate(37px, -24px); } 70% { transform: translate(30px, -20px); } 77% { transform: translate(22px, -34px); } 80% { transform: translate(15px, -30px); } 87% { transform: translate(7px, -44px); } 90% { transform: translate(0px, -40px); } 100% { transform: translate(0px, 0px); } }@keyframes ball4 { 0% { transform: translate(0px, 0px); } 5% { transform: translate(8px, -14px); } 10% { transform: translate(15px, -10px); } 17% { transform: translate(23px, -24px); } 20% { transform: translate(30px, -20px); } 27% { transform: translate(38px, -34px); } 30% { transform: translate(45px, -30px); } 37% { transform: translate(53px, -44px); } 40% { transform: translate(60px, -40px); } 50% { transform: translate(60px, 0px); } 57% { transform: translate(53px, -14px); } 60% { transform: translate(45px, -10px); } 67% { transform: translate(37px, -24px); } 70% { transform: translate(30px, -20px); } 77% { transform: translate(22px, -34px); } 80% { transform: translate(15px, -30px); } 87% { transform: translate(7px, -44px); } 90% { transform: translate(0px, -40px); } 100% { transform: translate(0px, 0px); } }@-webkit-keyframes barUp1 { 0% { transform: scale(1, 0.2); } 40% { transform: scale(1, 0.2); } 50% { transform: scale(1, 1); } 90% { transform: scale(1, 1); } 100% { transform: scale(1, 0.2); } }@keyframes barUp1 { 0% { transform: scale(1, 0.2); } 40% { transform: scale(1, 0.2); } 50% { transform: scale(1, 1); } 90% { transform: scale(1, 1); } 100% { transform: scale(1, 0.2); } }@-webkit-keyframes barUp2 { 0% { transform: scale(1, 0.4); } 40% { transform: scale(1, 0.4); } 50% { transform: scale(1, 0.8); } 90% { transform: scale(1, 0.8); } 100% { transform: scale(1, 0.4); } }@keyframes barUp2 { 0% { transform: scale(1, 0.4); } 40% { transform: scale(1, 0.4); } 50% { transform: scale(1, 0.8); } 90% { transform: scale(1, 0.8); } 100% { transform: scale(1, 0.4); } }@-webkit-keyframes barUp3 { 0% { transform: scale(1, 0.6); } 100% { transform: scale(1, 0.6); } }@keyframes barUp3 { 0% { transform: scale(1, 0.6); } 100% { transform: scale(1, 0.6); } }@-webkit-keyframes barUp4 { 0% { transform: scale(1, 0.8); } 40% { transform: scale(1, 0.8); } 50% { transform: scale(1, 0.4); } 90% { transform: scale(1, 0.4); } 100% { transform: scale(1, 0.8); } }@keyframes barUp4 { 0% { transform: scale(1, 0.8); } 40% { transform: scale(1, 0.8); } 50% { transform: scale(1, 0.4); } 90% { transform: scale(1, 0.4); } 100% { transform: scale(1, 0.8); } }@-webkit-keyframes barUp5 { 0% { transform: scale(1, 1); } 40% { transform: scale(1, 1); } 50% { transform: scale(1, 0.2); } 90% { transform: scale(1, 0.2); } 100% { transform: scale(1, 1); } }@keyframes barUp5 { 0% { transform: scale(1, 1); } 40% { transform: scale(1, 1); } 50% { transform: scale(1, 0.2); } 90% { transform: scale(1, 0.2); } 100% { transform: scale(1, 1); } }@keyframes lol { 0% { opacity: 0; transform: translateX(-300px); } 33% { opacity: 1; transform: translateX(0px); } 66% { opacity: 1; transform: translateX(0px); } 100% { opacity: 0; transform: translateX(300px); } }@-webkit-keyframes lol { 0% { opacity: 0; transform: translateX(-300px); } 33% { opacity: 1; transform: translateX(0px); } 66% { opacity: 1; transform: translateX(0px); } 100% { opacity: 0; transform: translateX(300px); } }@-webkit-keyframes sk-cubeGridScaleDelay { 0%, 70%, 100% { transform: scale3d(1, 1, 1); } 35% { transform: scale3d(0, 0, 1); } }@keyframes sk-cubeGridScaleDelay { 0%, 70%, 100% { transform: scale3d(1, 1, 1); } 35% { transform: scale3d(0, 0, 1); } }@-webkit-keyframes ut-sk-bounce { 0%, 100% { transform: scale(0); } 50% { transform: scale(1); } }@keyframes ut-sk-bounce { 0%, 100% { transform: scale(0); } 50% { transform: scale(1); } }@-webkit-keyframes sk-circleFadeDelay { 0%, 39%, 100% { opacity: 0; } 40% { opacity: 1; } }@keyframes sk-circleFadeDelay { 0%, 39%, 100% { opacity: 0; } 40% { opacity: 1; } }.vc_section { margin-left: 0px; margin-right: 0px; }.vc_section[data-vc-full-width] { margin-left: -20px; margin-right: -20px; padding-left: 0px; padding-right: 0px; }@-webkit-keyframes BrooklynFadeInLeft { 0% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInLeft { 0% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInDown { 0% { opacity: 0; transform: translate3d(0px, -50px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInDown { 0% { opacity: 0; transform: translate3d(0px, -50px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInRight { 0% { opacity: 0; transform: translate3d(50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInRight { 0% { opacity: 0; transform: translate3d(50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInUp { 0% { opacity: 0; transform: translate3d(0px, 50px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInUp { 0% { opacity: 0; transform: translate3d(0px, 50px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInLeftShort { 0% { opacity: 0; transform: translate3d(-25px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInLeftShort { 0% { opacity: 0; transform: translate3d(-25px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInDownShortCut { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInDownShortCut { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInRightShort { 0% { opacity: 0; transform: translate3d(25px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInRightShort { 0% { opacity: 0; transform: translate3d(25px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInUpShortCut { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInUpShortCut { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } }@keyframes BrooklynFadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(50px, 0px, 0px); } }@keyframes BrooklynFadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(50px, 0px, 0px); } }.ut-hover-cursor { position: fixed; will-change: transform; pointer-events: none; z-index: 100001; transform: translate3d(-100%, -100%, 0px); width: 80px; height: 80px; transition:opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }.ut-hover-cursor .ut-hover-cursor-inner { display: block; width: 80px; height: 80px; transform: translate3d(-50%, -50%, 0px); transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1); transform-origin: center center; }.ut-hover-cursor svg { width: 100%; height: auto; }.ut-hover-cursor svg ellipse.circle { transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1); transform-origin: center center; shape-rendering: geometricprecision; }.ut-hover-cursor svg ellipse.circle { fill: transparent; stroke: rgba(255, 255, 255, 0.3); stroke-width: 1px; }.ut-hover-cursor svg ellipse.circle-animation { fill: transparent; stroke: rgba(255, 255, 255, 0.3); stroke-width: 1; shape-rendering: geometricprecision; stroke-dasharray: 150.72; transform-origin: center center; opacity: 0; }.ut-hover-cursor svg ellipse.circle-inner, .ut-hover-cursor svg ellipse.circle-spinner { transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1); fill: #ffffff; transform-origin: center center; }.ut-hover-cursor svg .plus, .ut-hover-cursor svg .cross-left, .ut-hover-cursor svg .cross-right, .ut-hover-cursor svg .arrow, .ut-hover-cursor svg .play { fill: #ffffff; transform-origin: center center; transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1); transform: scale(0); }.ut-hover-cursor svg .arrow.arrow-right { transform: scale(0) rotate(180deg); }.ut-hover-cursor svg .plus { shape-rendering: crispedges; }.ut-hover-cursor svg .plus.rotate { transform: scale(0) rotate(90deg); }.ut-hover-cursor svg .cross-left { transform: scale(0) rotate(45deg); }.ut-hover-cursor svg .cross-right { transform: scale(0) rotate(-45deg); }#ut-hover-cursor-pulse { width: 88px; height: 88px; border-radius: 50%; transform: translate3d(-100%, -100%, 0px); margin: -4px 0px 0px -4px; background: rgba(255, 255, 255, 0.5); opacity: 0.3; position: fixed; will-change: transform; pointer-events: none; top: 0px; backface-visibility: hidden; z-index: 100000; }.ut-hover-cursor.ut-hover-cursor-small svg ellipse.circle, .ut-hover-cursor.ut-hover-cursor-small svg ellipse.circle-animation { transform: scale(0.5); }@-webkit-keyframes circle-animation { 0% { transform: rotate(0deg); stroke-dashoffset: 31.68; } 50% { transform: rotate(720deg); stroke-dashoffset: 150.72; } 100% { transform: rotate(1080deg); stroke-dashoffset: 31.68; } }@keyframes circle-animation { 0% { transform: rotate(0deg); stroke-dashoffset: 31.68; } 50% { transform: rotate(720deg); stroke-dashoffset: 150.72; } 100% { transform: rotate(1080deg); stroke-dashoffset: 31.68; } }@keyframes GlitchUT1 { 0% { transform: translate(0px); } 20% { transform: translate(-5px, 5px); } 40% { transform: translate(-5px, -5px); } 60% { transform: translate(5px, 5px); } 80% { transform: translate(5px, -5px); } 100% { transform: translate(0px); } }@keyframes GlitchUT2After { 0% { clip-path: inset(47% 52% 53% 0px); } 5% { clip-path: inset(18% 19% 9% 0px); } 10% { clip-path: inset(58% 13% 16% 0px); } 15% { clip-path: inset(3% 98% 73% 0px); } 20% { clip-path: inset(63% 65% 39% 0px); } 25% { clip-path: inset(56% 84% 18% 0px); } 30% { clip-path: inset(15% 91% 66% 0px); } 35% { clip-path: inset(40% 16% 36% 0px); } 40% { clip-path: inset(32% 54% 67% 0px); } 45% { clip-path: inset(80% 91% 65% 0px); } 50% { clip-path: inset(33% 61% 93% 0px); } 55% { clip-path: inset(46% 21% 91% 0px); } 60% { clip-path: inset(12% 54% 98% 0px); } 65% { clip-path: inset(95% 33% 59% 0px); } 70% { clip-path: inset(67% 29% 63% 0px); } 75% { clip-path: inset(92% 67% 34% 0px); } 80% { clip-path: inset(26% 75% 71% 0px); } 85% { clip-path: inset(58% 4% 33% 0px); } 90% { clip-path: inset(39% 26% 52% 0px); } 95% { clip-path: inset(71% 46% 3% 0px); } 100% { clip-path: inset(20% 82% 71% 0px); } }@keyframes GlitchUT2Before { 0% { clip-path: inset(35% 88% 1% 0px); } 5% { clip-path: inset(76% 61% 69% 0px); } 10% { clip-path: inset(77% 93% 32% 0px); } 15% { clip-path: inset(56% 97% 45% 0px); } 20% { clip-path: inset(53% 59% 22% 0px); } 25% { clip-path: inset(30% 7% 6% 0px); } 30% { clip-path: inset(98% 31% 37% 0px); } 35% { clip-path: inset(86% 38% 89% 0px); } 40% { clip-path: inset(8% 82% 4% 0px); } 45% { clip-path: inset(95% 7% 46% 0px); } 50% { clip-path: inset(79% 73% 11% 0px); } 55% { clip-path: inset(75% 51% 33% 0px); } 60% { clip-path: inset(28% 8% 93% 0px); } 65% { clip-path: inset(89% 70% 60% 0px); } 70% { clip-path: inset(65% 54% 77% 0px); } 75% { clip-path: inset(65% 91% 74% 0px); } 80% { clip-path: inset(13% 27% 93% 0px); } 85% { clip-path: inset(45% 10% 64% 0px); } 90% { clip-path: inset(86% 3% 41% 0px); } 95% { clip-path: inset(15% 58% 1% 0px); } 100% { clip-path: inset(88% 33% 19% 0px); } }#header-section { backface-visibility: hidden; }@media (min-width: 1025px){.vc_row.vc_column-gap-0 { margin-left: 0px; margin-right: 0px; }}a { color: #e62241; }a:hover, a:active, .lead a:hover, .lead a:active, .logged-in-as a:hover, .logged-in-as a:active, .ut-twitter-rotator h2 a:hover, .ut-twitter-rotator h2 a:active, .wpb_text_column a:hover, .wpb_text_column a:active, .section-title a:hover, .section-title a:active, .ut-accordion-module-inner.entry-content a:hover, .ut-accordion-module-inner.entry-content a:active, .ut-vc-disabled .entry-content a:not(.checkout-button):not(.woocommerce-Button):hover, .ut-vc-disabled .entry-content a:not(.checkout-button):not(.woocommerce-Button):active, .comment-content a:not(.more-link):hover, .comment-content a:not(.more-link):active, .type-post .entry-content :not(.tags-links) a:not(.more-link):not([class*="mashicon-"]):not(.ut-prev-gallery-slide):not(.ut-next-gallery-slide):not(.ut-slider-maximize):not(.ut-owl-video-play-icon):not(.owl-item-link):not(.flex-prev):not(.flex-next):hover, .type-post .entry-content :not(.tags-links) a:not(.more-link):not([class*="mashicon-"]):not(.ut-prev-gallery-slide):not(.ut-next-gallery-slide):not(.ut-slider-maximize):not(.ut-owl-video-play-icon):not(.owl-item-link):not(.flex-prev):not(.flex-next):active { color: #e62241; }button:hover, button:focus, button:active, input[type="button"]:not(.hero-btn):hover, input[type="button"]:not(.hero-btn):focus, input[type="button"]:not(.hero-btn):active, input[type="submit"]:not(.hero-btn):hover, input[type="submit"]:not(.hero-btn):focus, input[type="submit"]:not(.hero-btn):active { background: #e62241; }@media (min-width: 1025px){.site-logo img { max-height: 60px; }}.site-logo img, .ut-site-logo img { opacity: 1; }body { font-family: "Open Sans"; font-weight: 400; }h1, h1.product_title { font-family: Cardo; font-weight: 700; }h1 { color: #151515; }h2 { font-family: "Open Sans"; font-weight: 600; font-size: 25px; font-style: normal; }h2 { color: #151515; }h3 { font-family: "Open Sans"; font-weight: 600; font-size: 18px; font-style: normal; line-height: 30px; }h3 { color: #151515; }h6 { font-family: "Open Sans"; font-weight: 600; font-size: 12px; line-height: 30px; }h6 { color: #151515; }.lead, .dark .lead, .taxonomy-description { font-family: "Open Sans"; font-weight: 400; font-size: 18px; line-height: 32px; }.lg-progress-bar .lg-progress { background-color: #e62241; }.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover { border-color: #e62241; }.ut-morph-box-item-wrap h3, .ut-morph-box-item-wrap p { color: #ffffff; }.ut-morph-box-close { fill: #ffffff; }.ut-morph-box-item-wrap { background: #d5051f; }.ut-morph-box-close { background: #d5051f; }.ut-morph-box-item-wrap h3 { letter-spacing: -0.03em; font-weight: 600; }.grid-container, .ut-top-header-centered .ut-header-inner, #ut-overlay-menu.ut-overlay-menu-centered .ut-overlay-menu-row { max-width: 1300px; }.ut-vc-offset-anchor-top, .ut-vc-offset-anchor-bottom, .ut-portfolio-offset-anchor-top { position: absolute; width: 0px; height: 0px; display: block; overflow: hidden; visibility: hidden; }.ut-vc-offset-anchor-top, .ut-portfolio-offset-anchor-top { top: 0px; left: 0px; }.ut-vc-offset-anchor-bottom { left: 0px; bottom: 0px; }.ut-scroll-up-waypoint-wrap { position: relative; }blockquote, img.size-auto, img.alignnone, img.size-full, img.size-large, img.size-medium, img.size-thumbnail, .ut-animate-image, .animated { animation-duration: 1.5s; }@-webkit-keyframes heroFadeIn { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 1; } }@keyframes heroFadeIn { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 1; } }@-webkit-keyframes heroRelFadeIn { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 1; } }@keyframes heroRelFadeIn { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 1; } }@-webkit-keyframes heroFadeInLeft { 0% { opacity: 0; transform: translate3d(-200px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes heroFadeInLeft { 0% { opacity: 0; transform: translate3d(-200px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes heroFadeInRight { 0% { opacity: 0; transform: translate3d(200px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes heroFadeInRight { 0% { opacity: 0; transform: translate3d(200px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes heroFadeInUp { 0% { opacity: 0; transform: translate3d(0px, 200px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes heroFadeInUp { 0% { opacity: 0; transform: translate3d(0px, 200px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes heroFadeInDown { 0% { opacity: 0; transform: translate3d(0px, -200px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes heroFadeInDown { 0% { opacity: 0; transform: translate3d(0px, -200px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes heroKenBurns { 0% { opacity: 0; transform-origin: center bottom; } 5% { opacity: 1; } 100% { transform: scale3d(1.3, 1.3, 1.3); animation-timing-function: ease-in; opacity: 1; } }@keyframes heroKenBurns { 0% { opacity: 0; transform-origin: center bottom; } 5% { opacity: 1; } 100% { transform: scale3d(1.3, 1.3, 1.3); animation-timing-function: ease-in; opacity: 1; } }@-webkit-keyframes heroKenBurnsOut { 0% { opacity: 0; transform-origin: center bottom; transform: scale3d(1.3, 1.3, 1.3); } 5% { opacity: 1; } 100% { transform: scale3d(1, 1, 1); animation-timing-function: ease-in; opacity: 1; } }@keyframes heroKenBurnsOut { 0% { opacity: 0; transform-origin: center bottom; transform: scale3d(1.3, 1.3, 1.3); } 5% { opacity: 1; } 100% { transform: scale3d(1, 1, 1); animation-timing-function: ease-in; opacity: 1; } }@-webkit-keyframes heroSlideInLeft { 0% { transform: translate3d(-200px, 0px, 0px); } 100% { transform: none; } }@keyframes heroSlideInLeft { 0% { transform: translate3d(-200px, 0px, 0px); } 100% { transform: none; } }@-webkit-keyframes heroSlideInRight { 0% { transform: translate3d(200px, 0px, 0px); } 100% { transform: none; } }@keyframes heroSlideInRight { 0% { transform: translate3d(200px, 0px, 0px); } 100% { transform: none; } }@-webkit-keyframes heroSlideInUp { 0% { transform: translate3d(0px, 200px, 0px); } 100% { transform: none; } }@keyframes heroSlideInUp { 0% { transform: translate3d(0px, 200px, 0px); } 100% { transform: none; } }@-webkit-keyframes heroSlideInDown { 0% { transform: translate3d(0px, -200px, 0px); } 100% { transform: none; } }@keyframes heroSlideInDown { 0% { transform: translate3d(0px, -200px, 0px); } 100% { transform: none; } }#ut-header-placeholder { height: 80px; max-height: 80px; }@media (min-width: 1025px){#header-section { line-height: 80px; }.ut-navigation-with-description-above .ut-has-description .ut-main-navigation-link { height: 80px; }.site-logo { height: 80px !important; line-height: 80px !important; }.ut-hamburger-wrap, .menu-item-object-megamenu-button { height: 80px; }}#header-section #ut-top-header .ut-top-header-sub-menu ul, #header-section #ut-mobile-menu a, #header-section #navigation.ut-horizontal-navigation a, #header-section #navigation-secondary.ut-horizontal-navigation a, #header-section .ut-header-extra-module-toolbar .ut-horizontal-navigation, #header-section .ut-header-extra-module-toolbar .ut-horizontal-navigation ul.sub-menu li > a, #header-section .ut-horizontal-navigation .ut-navigation-dropdown-only a, #header-section .ut-header-extra-module .bklyn-btn-header .bklyn-btn, #header-section .ut-header-mini-cart-action .bklyn-btn.bklyn-btn-mini, #header-section .ut-horizontal-navigation div > .bklyn-btn, #header-section .ut-header-extra-module-custom-fields .ut-horizontal-navigation a.ut-main-navigation-link { font-family: "Open Sans"; font-weight: 600; font-size: 14px; font-style: normal; letter-spacing: -0.03em; text-transform: none; }.ut-navigation-with-description-above .ut-has-description .ut-main-navigation-link span::before { font-size: 0.65em; }#header-section #ut-top-header .ut-top-header-sub-menu ul, #header-section #navigation.ut-horizontal-navigation ul.sub-menu li > a, #header-section #navigation.ut-horizontal-navigation .ut-navigation-column-list li a, #header-section #navigation-secondary.ut-horizontal-navigation ul.sub-menu li > a, #header-section #navigation-secondary.ut-horizontal-navigation .ut-navigation-column-list li a, #header-section .ut-header-extra-module-toolbar .ut-horizontal-navigation, #header-section .ut-header-extra-module-toolbar .ut-horizontal-navigation ul.sub-menu li > a, #header-section .ut-horizontal-navigation .ut-navigation-dropdown-only ul.sub-menu li > a { font-size: 12px; font-style: normal; font-weight: 600; text-transform: none; }#header-section a:hover, #header-section a:active { color: #e62241; }#header-section li.current_page_item:not(.menu-item-object-custom) > a, #header-section li.current-menu-item:not(.menu-item-object-custom) > a, #header-section li.current_page_parent > a, #header-section li.current_page_ancestor > a, #header-section li.current-menu-ancestor > a { color: #e62241; }#header-section .site-logo { width: 100%; }#primary { float: left; }#primary .section-title, #ut-custom-hero .section-title, #ut-custom-contact-section .section-title { font-family: Cardo; font-weight: 700; font-size: 50px; font-style: normal; line-height: 60px; letter-spacing: -0.03em; }#ut-portfolio-navigation-wrap { background: transparent; }#ut-portfolio-navigation-wrap, #ut-portfolio-navigation-wrap .ut-prev-portfolio, #ut-portfolio-navigation-wrap .ut-next-portfolio, #ut-portfolio-navigation-wrap .ut-main-portfolio-link { height: 120px; }#ut-portfolio-navigation-wrap a { color: #151515; }#ut-portfolio-navigation-wrap a:visited { color: #151515; }#ut-portfolio-navigation-wrap a:hover { color: #000000; }#ut-portfolio-navigation-wrap a:active { color: #000000; }#ut-portfolio-navigation-wrap a span { color: #151515; }#ut-portfolio-navigation-wrap a:visited span { color: #151515; }#ut-portfolio-navigation-wrap a:hover span { color: #151515; }#ut-portfolio-navigation-wrap a:active span { color: #151515; }#ut-portfolio-navigation-wrap .ut-prev-portfolio.ut-underline-effect a span::after { background: #d5051f; }#ut-portfolio-navigation-wrap .ut-next-portfolio.ut-underline-effect a span::after { background: #d5051f; }#ut-portfolio-navigation-wrap .ut-main-portfolio-link a { color: #151515; }#ut-portfolio-navigation-wrap .ut-main-portfolio-link a:visited { color: #151515; }#ut-portfolio-navigation-wrap .ut-main-portfolio-link a:hover { color: #d5051f; }#ut-portfolio-navigation-wrap .ut-main-portfolio-link a:active { color: #d5051f; }#ut-portfolio-navigation-wrap .ut-prev-portfolio a span, #ut-portfolio-navigation-wrap .ut-next-portfolio a span { font-size: 14px; font-weight: 600; }#ut-portfolio-navigation-wrap .ut-prev-portfolio.ut-underline-effect a span, #ut-portfolio-navigation-wrap .ut-next-portfolio.ut-underline-effect a span { font-size: 14px; font-weight: 600; }#ut-portfolio-navigation-wrap .ut-prev-portfolio i, #ut-portfolio-navigation-wrap .ut-next-portfolio i { font-size: 14px; }#ut-portfolio-navigation-wrap .ut-prev-portfolio.ut-underline-effect a span, #ut-portfolio-navigation-wrap .ut-next-portfolio.ut-underline-effect a span { text-overflow: ellipsis; white-space: pre; overflow: hidden; padding-bottom: 4px; margin-bottom: -4px; }#ut-portfolio-navigation-wrap .ut-prev-portfolio.ut-underline-effect a span::after, #ut-portfolio-navigation-wrap .ut-next-portfolio.ut-underline-effect a span::after { bottom: 0px; }.bklyn-section-separator { overflow: hidden; position: absolute; left: 0px; width: 100%; line-height: 0; direction: ltr; pointer-events: none; }.bklyn-section-separator.bklyn-section-separator-top { transform: rotate(180deg); top: -1px; }.bklyn-section-separator svg { display: block; width: calc(100% + 2px); position: relative; left: 50%; transform: translateX(-50%); }.bklyn-section-separator .bklyn-section-separator-path-fill { transform-origin: center center; transform: rotateY(0deg); }.ut-social-follow-module a:hover, .ut-social-follow-module a:active { color: #e62241; }.ut-image-gallery-loader .ut-image-gallery-loader-inner { border-width: 2px; border-style: solid; border-color: rgba(230, 34, 65, 0.65) rgba(230, 34, 65, 0.15) rgba(230, 34, 65, 0.15) rgba(230, 34, 65, 0.65); border-image: initial; }.vc_row-has-fill:not(:root), .vc_section-has-fill:not(:root), .vc_col-has-fill:not(:root) { backface-visibility: hidden; }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg ellipse.circle { stroke: #000000; }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg ellipse.circle { fill: rgba(255, 255, 255, 0); }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg ellipse.circle-animation { stroke: #000000; }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg ellipse.circle-inner { fill: #c60a28; }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg .plus { fill: #c60a28; }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg .arrow { fill: #c60a28; }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg .cross-left, .ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg .cross-right { fill: #c60a28; }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] + #ut-hover-cursor-pulse { background: rgba(199, 10, 35, 0.5); }.vc_custom_1737964150198 { margin-bottom: 0px !important; }.vc_custom_1636982344077 { margin-bottom: 20px !important; }.vc_custom_1644746514978 { margin-bottom: 0px !important; }.vc_custom_1644746449871 { margin-bottom: 0px !important; }.footer-content a:hover { color: #e62241; }.toTop:hover, .copyright a:hover, .ut-footer-dark a.toTop:hover { color: #e62241; }.ut-footer-area ul.sidebar a:hover { color: #e62241; }#ut-sitebody .ut-footer-area, #ut-sitebody .ut-footer-area select, #ut-sitebody .ut-footer-area textarea, #ut-sitebody .ut-footer-area input[type="text"], #ut-sitebody .ut-footer-area input[type="tel"], #ut-sitebody .ut-footer-area input[type="email"], #ut-sitebody .ut-footer-area input[type="password"], #ut-sitebody .ut-footer-area input[type="number"], #ut-sitebody .ut-footer-area input[type="search"] { color: rgba(255, 255, 255, 0.5) !important; }#ut-sitebody .ut-footer-area a { color: rgba(255, 255, 255, 0.5) !important; }#ut-sitebody .ut-footer-area a:hover, #ut-sitebody .ut-footer-area a:active { color: #ffffff !important; }#ut-sitebody .ut-footer-area .fa, #ut-sitebody .ut-footer-areaa .fa, #ut-sitebody .ut-footer-area .widget_categories li::before, #ut-sitebody .ut-footer-area .widget_pages li::before, #ut-sitebody .ut-footer-area .widget_nav_menu li::before, #ut-sitebody .ut-footer-area .widget_recent_entries li::before, #ut-sitebody .ut-footer-area .widget_meta li::before, #ut-sitebody .ut-footer-area .widget_archive li::before, #ut-sitebody .ut-footer-area .ut_widget_contact .ut-address::before, #ut-sitebody .ut-footer-area .ut_widget_contact .ut-phone::before, #ut-sitebody .ut-footer-area .ut_widget_contact .ut-fax::before, #ut-sitebody .ut-footer-area .ut_widget_contact .ut-email::before, #ut-sitebody .ut-footer-area .ut_widget_contact .ut-internet::before, #ut-sitebody .ut-footer-area .tweet_list li::before, #ut-sitebody .ut-footer-area .widget_recent_comments li::before, #ut-sitebody .ut-footer-area .widget_recent_comments li.recentcomments::before { color: rgba(255, 255, 255, 0.5) !important; }#ut-sitebody .footer-content, #ut-sitebody .footer-content .copyright { color: rgba(255, 255, 255, 0.5) !important; }#ut-sitebody .footer-content a { color: rgba(255, 255, 255, 0.5); }#ut-sitebody .footer-content a:hover, #ut-sitebody .footer-content a:focus, #ut-sitebody .footer-content a:active { color: #ffffff; }.copyright:not(a) { font-weight: 600; }.copyright a { font-weight: 600; }.footer.ut-footer-custom, .ut-footer-custom a.toTop { background: #141618; }.footer .footer-content { background: #131416; padding-top: 20px; }.footer.ut-footer-has-widgets { padding: 0px; }.vc_custom_1737964630239 { margin-bottom: 0px !important; }.vc_custom_1644437533907 { margin-bottom: 10px !important; }.vc_custom_1644437542774 { margin-bottom: 10px !important; }.vc_custom_1637056506347 { margin-bottom: 10px !important; }.boostKeyframe { transform: scale3d(1, 1, 1); }#ut_custom_heading68edf0d8145cf { letter-spacing: -0.04em; font-size: 120px !important; line-height: 120% !important; }@media (min-width: 1025px) and (max-width: 1679px){#ut_custom_heading68edf0d8145cf { line-height: 120% !important; letter-spacing: -0.04em; }}#ut_custom_heading68edf0d8145cf { text-align: center; }#ut_custom_heading68edf0d81466a { font-size: 25px !important; }#ut_custom_heading68edf0d81466a { text-align: center; }#ut_vs_68edf0d816280.ut-shortcode-video-wrap .ut-video-module-caption .ut-load-video::before { background: transparent; }#ut_vs_68edf0d816280.ut-shortcode-video-wrap .ut-video-module-caption-text i { color: #ffffff; }#ut_vs_68edf0d816280.ut-shortcode-video-wrap .ut-load-video:hover .ut-video-module-caption-text i { color: #fff5f5; }#ut_custom_heading68edf0d81eee7 { color: #d5051f; }#ut_custom_heading68edf0d81eee7 { letter-spacing: 0.1em; font-size: 10px !important; line-height: 30px !important; }@media (min-width: 1025px) and (max-width: 1679px){#ut_custom_heading68edf0d81eee7 { letter-spacing: 0.1em; }}#ut_custom_heading68edf0d81eee7 { text-align: left; }#ut_custom_heading68edf0d81eee7 { text-transform: uppercase; }#ut_fl_68edf0d81f6a3435473755.bklyn-fancy-list { font-size: 14px !important; }#ut_fl_68edf0d81f6a3435473755.bklyn-fancy-list { line-height: 28px !important; }#ut_fl_68edf0d81f6a3435473755 ul { list-style-type: none; }#ut_custom_heading68edf0d81f845 { color: #d5051f; }#ut_custom_heading68edf0d81f845 { letter-spacing: 0.1em; font-size: 10px !important; line-height: 30px !important; }@media (min-width: 1025px) and (max-width: 1679px){#ut_custom_heading68edf0d81f845 { letter-spacing: 0.1em; }}#ut_custom_heading68edf0d81f845 { text-align: left; }#ut_custom_heading68edf0d81f845 { text-transform: uppercase; }#ut_fl_68edf0d820022842595864.bklyn-fancy-list { font-size: 14px !important; }#ut_fl_68edf0d820022842595864.bklyn-fancy-list { line-height: 28px !important; }#ut_fl_68edf0d820022842595864 ul { list-style-type: none; }#ut_custom_heading68edf0d82056b { color: #d5051f; }#ut_custom_heading68edf0d82056b { letter-spacing: 0.1em; font-size: 10px !important; line-height: 30px !important; }@media (min-width: 1025px) and (max-width: 1679px){#ut_custom_heading68edf0d82056b { letter-spacing: 0.1em; }}#ut_custom_heading68edf0d82056b { text-align: left; }#ut_custom_heading68edf0d82056b { text-transform: uppercase; }#ut_fl_68edf0d820d67413789986.bklyn-fancy-list { font-size: 14px !important; }#ut_fl_68edf0d820d67413789986.bklyn-fancy-list { line-height: 28px !important; }#ut_fl_68edf0d820d67413789986 ul { list-style-type: none; }#ut_ig_68edf0d822a8f .ut-animate-gallery-element { opacity: 0; }#ut_custom_heading68edf0d825777 { font-family: Cardo; font-weight: 700; font-style: normal; }#ut_custom_heading68edf0d825777 { font-size: 44px !important; line-height: 150% !important; }@media (min-width: 1025px) and (max-width: 1679px){#ut_custom_heading68edf0d825777 { line-height: 150% !important; }}#ut_custom_heading68edf0d825777 { text-align: left; }#ut-separator-68edf0d82eee0 { width: calc(100% + 2px); }#ut-separator-68edf0d82eee0 svg { width: calc(100% + 2px); left: 50%; }#ut-separator-68edf0d82eee0 svg { transform: translateX(-50%); }#ut-separator-68edf0d82eee0 { height: 80px; }#ut-separator-68edf0d82eee0 svg { height: 100%; }.ut-svg-color-68edf0d82eed7 { fill: #ffffff !important; }#ut-empty-space-68edf0d82fd11 { height: 40px; }#ut_header_68edf0d8312d8 h3.section-title, #ut_header_68edf0d8312d8 h3.section-title span { color: #ffffff; }#ut_header_68edf0d8312d8 h3.section-title { letter-spacing: -0.03em; font-size: 80px !important; line-height: 90px !important; }#ut_header_68edf0d8312d8 .lead { color: rgba(255, 255, 255, 0.7); }#ut_header_68edf0d8312d8 .lead p { color: rgba(255, 255, 255, 0.7); }#ut-empty-space-68edf0d831c06 { display: none; }#ut_custom_heading68edf0d832383 { color: #ffffff; }#ut_custom_heading68edf0d832383 { letter-spacing: -0.03em; font-size: 60px !important; line-height: 100% !important; }@media (min-width: 1025px) and (max-width: 1679px){#ut_custom_heading68edf0d832383 { line-height: 100% !important; letter-spacing: -0.03em; }}#ut_custom_heading68edf0d832383 { text-align: right; }#ut_custom_heading68edf0d83240b a { color: #ffffff; }#ut_custom_heading68edf0d83240b a:hover { color: #e62241; }#ut_custom_heading68edf0d83240b a:active { color: #e62241; }#ut_custom_heading68edf0d83240b a:focus { color: #e62241; }#ut_custom_heading68edf0d83240b { font-size: 24px !important; }#ut_custom_heading68edf0d83240b { text-align: right; }#ut-empty-space-68edf0d832616 { height: 20px; }#ut_sf_68edf0d832682 li a i { color: #ffffff; }#ut_sf_68edf0d832682 li a:hover i { color: rgba(255, 255, 255, 0.5); }#ut_sf_68edf0d832682 li a:focus i { color: rgba(255, 255, 255, 0.5); }#ut_sf_68edf0d832682 { font-size: 26px; }#ut_sf_68edf0d832682 .ut-social-follow-0 a i { color: #e62241; }#ut_sf_68edf0d832682 .ut-social-follow-1 a i { color: #e62241; }#ut_sf_68edf0d832682 .ut-social-follow-2 a i { color: #e62241; }#ut-empty-space-68edf0d832870 { display: none; }#ut-row-68edf0d8303d8 { margin-top: 0px !important; }#ut-section-68edf0d82e823 { margin-bottom: 0px !important; padding-bottom: 0px !important; background-color: #141618 !important; }body.swift-nojs [data-s3cid="16"]{max-height:3085.796875px;}body.swift-nojs [data-s3cid="17"]{max-height:2541.796875px;}body.swift-nojs [data-s3cid="18"]{max-height:2541.796875px;}body.swift-nojs [data-s3cid="19"]{max-height:2541.796875px;}body.swift-nojs [data-s3cid="20"]{max-height:2541.796875px;}body.swift-nojs [data-s3cid="21"]{max-height:2541.796875px;}body.swift-nojs [data-s3cid="22"]{max-height:2541.796875px;}body.swift-nojs [data-s3cid="23"]{max-height:2541.796875px;}body.swift-nojs [data-s3cid="24"]{max-height:413.65625px;}body.swift-nojs [data-s3cid="25"]{max-height:293.65625px;}body.swift-nojs [data-s3cid="26"]{max-width:1260px;max-height:293.65625px;}body.swift-nojs [data-s3cid="27"]{max-width:1260px;max-height:293.65625px;}body.swift-nojs [data-s3cid="28"]{max-width:1220px;max-height:273.65625px;}body.swift-nojs [data-s3cid="29"]{max-width:1260px;}body.swift-nojs [data-s3cid="31"]{max-height:806.125px;}body.swift-nojs [data-s3cid="46"]{max-width:1260px;}body.swift-nojs [data-s3cid="48"]{max-height:260px;}body.swift-nojs [data-s3cid="62"]{max-width:1260px;}body.swift-nojs [data-s3cid="64"]{max-height:382.015625px;}body.swift-nojs [data-s3cid="65"]{max-height:302.015625px;}body.swift-nojs [data-s3cid="66"]{max-width:1260px;max-height:302.015625px;}body.swift-nojs [data-s3cid="67"]{max-width:1260px;max-height:302.015625px;}body.swift-nojs [data-s3cid="68"]{max-width:1220px;max-height:262.015625px;}body.swift-nojs [data-s3cid="69"]{max-width:1220px;max-height:262.015625px;}body.swift-nojs [data-s3cid="70"]{max-width:1240px;max-height:282.015625px;}body.swift-nojs [data-s3cid="77"]{max-width:1240px;}body.swift-nojs [data-s3cid="79"]{max-width:1260px;}body.swift-nojs [data-s3cid="91"]{max-width:1260px;}body.swift-nojs [data-s3cid="113"]{max-width:1260px;}body.swift-nojs [data-s3cid="114"]{max-width:1260px;}body.swift-nojs [data-s3cid="115"]{max-width:1220px;}body.swift-nojs [data-s3cid="116"]{max-width:1220px;}body.swift-nojs [data-s3cid="117"]{max-width:1260px;}body.swift-nojs [data-s3cid="119"]{max-width:525px;}body.swift-nojs [data-s3cid="120"]{max-width:525px;}body.swift-nojs [data-s3cid="121"]{max-width:485px;}body.swift-nojs [data-s3cid="122"]{max-width:485px;}body.swift-nojs [data-s3cid="123"]{max-width:485px;}body.swift-nojs [data-s3cid="124"]{max-width:485px;}body.swift-nojs [data-s3cid="125"]{max-width:485px;}body.swift-nojs [data-s3cid="127"]{max-width:105px;}body.swift-nojs [data-s3cid="128"]{max-width:105px;}body.swift-nojs [data-s3cid="129"]{max-width:65px;}body.swift-nojs [data-s3cid="130"]{max-width:630px;}body.swift-nojs [data-s3cid="131"]{max-width:630px;}body.swift-nojs [data-s3cid="132"]{max-width:590px;}body.swift-nojs [data-s3cid="133"]{max-width:590px;}body.swift-nojs [data-s3cid="134"]{max-width:590px;}body.swift-nojs [data-s3cid="135"]{max-width:590px;}body.swift-nojs [data-s3cid="137"]{max-width:1260px;}html{opacity:1}}