/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}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(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.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)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}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(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) 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(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@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)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@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)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@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}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}.rdw-option-wrapper{border:1px solid #f1f1f1;padding:5px;min-width:25px;height:20px;border-radius:2px;margin:0 4px;display:flex;justify-content:center;align-items:center;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-option-wrapper:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-option-active,.rdw-option-wrapper:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-option-disabled{opacity:.3;cursor:default}.rdw-dropdown-wrapper{height:30px;cursor:pointer;border:1px solid #f1f1f1;border-radius:2px;margin:0 3px;text-transform:capitalize;background:#fff}.rdw-dropdown-wrapper:focus{outline:none}.rdw-dropdown-wrapper:hover{box-shadow:1px 1px 0 #bfbdbd;background-color:#fff}.rdw-dropdown-wrapper:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-dropdown-carettoopen{border-top:6px solid #000}.rdw-dropdown-carettoclose,.rdw-dropdown-carettoopen{height:0;width:0;position:absolute;top:35%;right:10%;border-left:5px solid transparent;border-right:5px solid transparent}.rdw-dropdown-carettoclose{border-bottom:6px solid #000}.rdw-dropdown-selectedtext{display:flex;position:relative;height:100%;align-items:center;padding:0 5px}.rdw-dropdown-optionwrapper{z-index:100;position:relative;border:1px solid #f1f1f1;width:98%;background:#fff;border-radius:2px;margin:0;padding:0;max-height:250px;overflow-y:scroll}.rdw-dropdown-optionwrapper:hover{box-shadow:1px 1px 0 #bfbdbd;background-color:#fff}.rdw-dropdownoption-default{min-height:25px;display:flex;align-items:center;padding:0 5px}.rdw-dropdownoption-highlighted{background:#f1f1f1}.rdw-dropdownoption-active{background:#f5f5f5}.rdw-dropdownoption-disabled{opacity:.3;cursor:default}.rdw-inline-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-inline-dropdown{width:50px}.rdw-inline-dropdownoption{height:40px;display:flex;justify-content:center}.rdw-block-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-block-dropdown{width:110px}.rdw-fontsize-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-fontsize-dropdown{min-width:40px}.rdw-fontsize-option{display:flex;justify-content:center}.rdw-fontfamily-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-fontfamily-dropdown{width:115px}.rdw-fontfamily-placeholder{white-space:nowrap;max-width:90px;overflow:hidden;text-overflow:ellipsis}.rdw-fontfamily-optionwrapper{width:140px}.rdw-list-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-list-dropdown{width:50px;z-index:90}.rdw-list-dropdownOption{height:40px;display:flex;justify-content:center}.rdw-text-align-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-text-align-dropdown{width:50px;z-index:90}.rdw-text-align-dropdownOption{height:40px;display:flex;justify-content:center}.rdw-right-aligned-block{text-align:right}.rdw-left-aligned-block{text-align:left!important}.rdw-center-aligned-block{text-align:center!important}.rdw-justify-aligned-block{text-align:justify!important}.rdw-center-aligned-block>div,.rdw-justify-aligned-block>div,.rdw-left-aligned-block>div,.rdw-right-aligned-block>div{display:inline-block}.rdw-colorpicker-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-colorpicker-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:175px;height:175px;border:1px solid #f1f1f1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-colorpicker-modal-header{display:flex;padding-bottom:5px}.rdw-colorpicker-modal-style-label{font-size:15px;width:50%;text-align:center;cursor:pointer;padding:0 10px 5px}.rdw-colorpicker-modal-style-label-active{border-bottom:2px solid #0a66b7}.rdw-colorpicker-modal-options{margin:5px auto;display:flex;width:100%;height:100%;flex-wrap:wrap;overflow:scroll}.rdw-colorpicker-cube{width:22px;height:22px;border:1px solid #f1f1f1}.rdw-colorpicker-option{margin:3px;padding:0;min-height:20px;border:none;width:22px;height:22px;min-width:22px;box-shadow:inset 1px 2px 1px #bfbdbd}.rdw-colorpicker-option:hover{box-shadow:1px 2px 1px #bfbdbd}.rdw-colorpicker-option:active{box-shadow:-1px -2px 1px #bfbdbd}.rdw-colorpicker-option-active{box-shadow:0 0 2px 2px #bfbdbd}.rdw-link-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-link-dropdown{width:50px}.rdw-link-dropdownOption{height:40px;display:flex;justify-content:center}.rdw-link-dropdownPlaceholder{margin-left:8px}.rdw-link-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:235px;height:205px;border:1px solid #f1f1f1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-link-modal-label{font-size:15px}.rdw-link-modal-input{margin-top:5px;border-radius:2px;border:1px solid #f1f1f1;height:25px;margin-bottom:15px;padding:0 5px}.rdw-link-modal-input:focus{outline:none}.rdw-link-modal-buttonsection{margin:0 auto}.rdw-link-modal-target-option{margin-bottom:20px}.rdw-link-modal-target-option>span{margin-left:5px}.rdw-link-modal-btn{margin-left:10px;width:75px;height:30px;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-link-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-link-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-link-modal-btn:focus{outline:none!important}.rdw-link-modal-btn:disabled{background:#ece9e9}.rdw-link-dropdownoption{height:40px;display:flex;justify-content:center}.rdw-embedded-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-embedded-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:235px;height:180px;border:1px solid #f1f1f1;padding:15px;border-radius:2px;z-index:100;background:#fff;justify-content:space-between;box-shadow:3px 3px 5px #bfbdbd}.rdw-embedded-modal-header{font-size:15px;display:flex}.rdw-embedded-modal-header-option{width:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-direction:column}.rdw-embedded-modal-header-label{width:95px;margin-top:5px;background:#6eb8d4;border:1px solid #f1f1f1;border-bottom:2px solid #0a66b7}.rdw-embedded-modal-link-section{display:flex;flex-direction:column}.rdw-embedded-modal-link-input{width:88%;height:35px;margin:10px 0;border:1px solid #f1f1f1;border-radius:2px;font-size:15px;padding:0 5px}.rdw-embedded-modal-link-input-wrapper{display:flex;align-items:center}.rdw-embedded-modal-link-input:focus{outline:none}.rdw-embedded-modal-btn-section{display:flex;justify-content:center}.rdw-embedded-modal-btn{margin:0 3px;width:75px;height:30px;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-embedded-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-embedded-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-embedded-modal-btn:focus{outline:none!important}.rdw-embedded-modal-btn:disabled{background:#ece9e9}.rdw-embedded-modal-size{align-items:center;display:flex;margin:8px 0;justify-content:space-between}.rdw-embedded-modal-size-input{width:80%;height:20px;border:1px solid #f1f1f1;border-radius:2px;font-size:12px}.rdw-embedded-modal-size-input:focus{outline:none}.rdw-emoji-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-emoji-modal{overflow:auto;position:absolute;top:35px;left:5px;display:flex;flex-wrap:wrap;width:235px;height:180px;border:1px solid #f1f1f1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-emoji-icon{margin:2.5px;height:24px;width:24px;cursor:pointer;font-size:22px}.rdw-emoji-icon,.rdw-spinner{display:flex;justify-content:center;align-items:center}.rdw-spinner{height:100%;width:100%}.rdw-spinner>div{width:12px;height:12px;background-color:#333;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s ease-in-out infinite both}.rdw-spinner .rdw-bounce1{animation-delay:-.32s}.rdw-spinner .rdw-bounce2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.rdw-image-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-image-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:235px;border:1px solid #f1f1f1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-image-modal-header{font-size:15px;margin:10px 0;display:flex}.rdw-image-modal-header-option{width:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-direction:column}.rdw-image-modal-header-label{width:80px;background:#f1f1f1;border:1px solid #f1f1f1;margin-top:5px}.rdw-image-modal-header-label-highlighted{background:#6eb8d4;border-bottom:2px solid #0a66b7}.rdw-image-modal-upload-option{width:100%;color:gray;cursor:pointer;display:flex;border:none;font-size:15px;align-items:center;justify-content:center;background-color:#f1f1f1;outline:2px dashed gray;outline-offset:-10px;margin:10px 0;padding:9px 0}.rdw-image-modal-upload-option-highlighted{outline:2px dashed #0a66b7}.rdw-image-modal-upload-option-label{cursor:pointer;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:15px}.rdw-image-modal-upload-option-label span{padding:0 20px}.rdw-image-modal-upload-option-image-preview{max-width:100%;max-height:200px}.rdw-image-modal-upload-option-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.rdw-image-modal-url-section{display:flex;align-items:center}.rdw-image-modal-url-input{width:90%;height:35px;margin:15px 0 12px;border:1px solid #f1f1f1;border-radius:2px;font-size:15px;padding:0 5px}.rdw-image-modal-btn-section{margin:10px auto 0}.rdw-image-modal-url-input:focus{outline:none}.rdw-image-modal-btn{margin:0 5px;width:75px;height:30px;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-image-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-image-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-image-modal-btn:focus{outline:none!important}.rdw-image-modal-btn:disabled{background:#ece9e9}.rdw-image-modal-spinner{position:absolute;top:-3px;left:0;width:100%;height:100%;opacity:.5}.rdw-image-modal-alt-input{width:70%;height:20px;border:1px solid #f1f1f1;border-radius:2px;font-size:12px;margin-left:5px}.rdw-image-modal-alt-input:focus{outline:none}.rdw-image-modal-alt-lbl{font-size:12px}.rdw-image-modal-size{align-items:center;display:flex;margin:8px 0;justify-content:space-between}.rdw-image-modal-size-input{width:40%;height:20px;border:1px solid #f1f1f1;border-radius:2px;font-size:12px}.rdw-image-modal-size-input:focus{outline:none}.rdw-image-mandatory-sign{color:red;margin-left:3px;margin-right:3px}.rdw-remove-wrapper{position:relative}.rdw-history-wrapper,.rdw-remove-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-history-dropdownoption{height:40px;display:flex;justify-content:center}.rdw-history-dropdown{width:50px}.rdw-link-decorator-wrapper{position:relative}.rdw-link-decorator-icon{position:absolute;left:40%;top:0;cursor:pointer;background-color:#fff}.rdw-mention-link{text-decoration:none;color:#1236ff;background-color:#f0fbff;padding:1px 2px;border-radius:2px}.rdw-suggestion-wrapper{position:relative}.rdw-suggestion-dropdown{position:absolute;display:flex;flex-direction:column;border:1px solid #f1f1f1;min-width:100px;max-height:150px;overflow:auto;background:#fff;z-index:100}.rdw-suggestion-option{padding:7px 5px;border-bottom:1px solid #f1f1f1}.rdw-suggestion-option-active{background-color:#f1f1f1}.rdw-hashtag-link{text-decoration:none;color:#1236ff;background-color:#f0fbff;padding:1px 2px;border-radius:2px}.rdw-image-alignment-options-popup{position:absolute;background:#fff;display:flex;padding:5px 2px;border-radius:2px;border:1px solid #f1f1f1;width:105px;cursor:pointer;z-index:100}.rdw-alignment-option-left{justify-content:flex-start}.rdw-image-alignment-option{height:15px;width:15px;min-width:15px}.rdw-image-alignment,.rdw-image-imagewrapper{position:relative}.rdw-image-center{display:flex;justify-content:center}.rdw-image-left{display:flex}.rdw-image-right{display:flex;justify-content:flex-end}.rdw-image-alignment-options-popup-right{right:0}.rdw-editor-main{height:100%;overflow:auto;box-sizing:border-box}.rdw-editor-toolbar{padding:6px 5px 0;border-radius:2px;border:1px solid #f1f1f1;display:flex;justify-content:flex-start;background:#fff;flex-wrap:wrap;font-size:15px;margin-bottom:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.public-DraftStyleDefault-block{margin:1em 0}.rdw-editor-wrapper:focus{outline:none}.rdw-editor-wrapper{box-sizing:content-box}.rdw-editor-main blockquote{border-left:5px solid #f1f1f1;padding-left:5px}.rdw-editor-main pre{background:#f1f1f1;border-radius:3px;padding:1px 10px}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:left;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}@font-face{font-family:Avenir Next;src:local("Avenir Next Regular"),local("Avenir-Next-Regular"),url(/_next/static/media/AvenirNextCyr-Regular.0a6de87e.woff2) format("woff2"),url(/_next/static/media/AvenirNextCyr-Regular.d2b8db96.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-Regular.8e20d367.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:local("Avenir Next Medium"),local("Avenir-Next-Medium"),url(/_next/static/media/AvenirNextCyr-Medium.53941302.woff2) format("woff2"),url(/_next/static/media/AvenirNextCyr-Medium.9c2b4073.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-Medium.2d1bbb83.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Avenir Next;src:local("Avenir Next Demi"),local("Avenir-Next-Demi"),url(/_next/static/media/AvenirNextCyr-Demi.fca430a7.woff2) format("woff2"),url(/_next/static/media/AvenirNextCyr-Demi.21fcabf7.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-Demi.23b3f463.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Avenir Next;src:local("Avenir Next Bold"),local("Avenir-Next-Bold"),url(/_next/static/media/AvenirNextCyr-Bold.81e7cc89.woff2) format("woff2"),url(/_next/static/media/AvenirNextCyr-Bold.05ad1dce.woff) format("woff"),url(/_next/static/media/AvenirNextCyr-Bold.699a2517.ttf) format("truetype");font-weight:700;font-style:normal}html{color:#1a1a1a;font-family:Avenir Next,sans-serif!important;font-size:2.2222222222vh;line-height:normal;scroll-behavior:smooth;min-height:100%}@media screen and (max-aspect-ratio:2/1){html{font-size:1.1111111111vw}}@media only screen and (min-width:1440px)and (max-aspect-ratio:2/1){html{font-size:16px}}@media only screen and (min-height:720px)and (min-aspect-ratio:2/1){html{font-size:16px}}@media only screen and (min-width:768px)and (max-width:1024px){html{font-size:1.5625vw}}@media only screen and (max-width:767px){html{font-size:4.4444444444vw}}body{width:100%;background:#1d2747;display:flex;flex-direction:column}a{color:#fff;text-decoration:none}ul{list-style:none}*{box-sizing:border-box;margin:0;padding:0}textarea{overflow:auto;resize:vertical}textarea::-moz-placeholder{line-height:100%}textarea:-ms-input-placeholder{line-height:100%}textarea::placeholder{line-height:100%}input[type=number]{-moz-appearance:textfield}input[type=number]:focus,input[type=number]:hover{-moz-appearance:number-input}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{transition-delay:9999s;-webkit-transition-property:background-color,color;transition-property:background-color,color}@tailwind base;@tailwind components;@tailwind utilities;:root{--animate-delay:0.5s!important}.leaflet-marker-icon.leaflet-interactive{border:none;background:none}*{font-family:Avenir Next,sans-serif!important}.react-tel-input{font-style:normal!important;font-weight:400!important;font-size:100%!important}.react-tel-input,.react-tel-input .form-control{font-family:Avenir Next,sans-serif!important;line-height:100%!important}.react-tel-input .form-control{font-size:1em!important;width:100%!important;height:2.4375em!important;padding-left:3.4375em!important;background:none!important;outline:none!important;position:relative!important;box-shadow:none!important;border-radius:0!important;color:#f8f8fa!important;border:none!important;border-bottom:.125em solid #fff!important;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease}.react-tel-input .form-control::-webkit-input-placeholder{color:#aaafbd}.react-tel-input .form-control:-moz-placeholder,.react-tel-input .form-control::-moz-placeholder{color:#aaafbd}.react-tel-input .form-control:-ms-input-placeholder{color:#aaafbd}.react-tel-input .form-control:hover{border-color:#91a7fc!important}.react-tel-input .form-control:focus{border-color:#2e3d8d!important}.react-tel-input .flag-dropdown{background:none!important;border:none!important}.react-tel-input .selected-flag{padding-left:.75em!important}.react-tel-input .flag-dropdown.open .selected-flag,.react-tel-input .selected-flag:hover{background:none!important}.react-tel-input .country-list{width:-moz-max-content!important;width:max-content!important;max-width:17.5em!important;padding:.3125em 0!important;background:#1d2747!important;border-radius:.125em!important}.react-tel-input .country-list::-webkit-scrollbar{width:.25em!important}.react-tel-input .country-list::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2)!important;border-radius:100px!important}.react-tel-input .country-list .country .dial-code,.react-tel-input .country-list .country-name{font-size:1em!important;font-family:Avenir Next!important;font-style:normal!important;font-weight:400!important;color:#fff!important}.react-tel-input .country-list .country.highlight,.react-tel-input .country-list .country:hover{background-color:#2e3d8d!important}.react-tel-input .selected-flag .arrow{border-top:4px solid #fff!important}.carousel-container{padding-bottom:1.25em!important}@media only screen and (max-width:767px){.slide-item{padding:0 1.25em!important}}.custom-dot-list-style{height:3px!important}.react-multi-carousel-dot button{display:flex!important;width:49px!important;height:3px!important;background:rgba(29,39,71,.7)!important;border-radius:.9375em!important;outline:none!important;border:none!important}.custom-dot-list-style .react-multi-carousel-dot--active button{background:#2e3d8d!important}.portfolio-specific-slider .slick-track{display:flex;align-items:baseline}.portfolio-specific-slider .slick-slide{display:flex!important;position:relative!important;width:58.375em!important;height:35em!important}@media only screen and (min-width:768px)and (max-width:1024px){.portfolio-specific-slider .slick-slide{width:41em!important;height:30em!important}}@media only screen and (max-width:767px){.portfolio-specific-slider .slick-slide{width:100%!important;height:30em!important}}.portfolio-specific-slider .slick-slide div{width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.portfolio-specific-slider2 .slick-slide{display:flex!important;position:relative!important;width:31.75em!important;height:16.6875em!important}@media only screen and (min-width:768px)and (max-width:1024px){.portfolio-specific-slider2 .slick-slide{width:23em!important;height:15em!important}}@media only screen and (max-width:767px){.portfolio-specific-slider2 .slick-slide{display:none}}.portfolio-specific-slider2 .slick-slide div{width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.our-portfolio-slider .slick-track{display:flex;align-items:baseline}.Table_Wrapper{width:100%;overflow:hidden;margin-bottom:2em}.Table{display:grid}@media only screen and (max-width:767px){.Table{width:100%;max-width:21em;margin:0 auto}}.Table__head{padding:.625em;border-bottom:1px solid #91a7fc}.Table__head span{font-weight:500;font-size:.75em;line-height:1.25em;letter-spacing:.2px;text-transform:uppercase;color:rgba(26,26,26,.8)}.Table__col{padding:.625em;border-bottom:1px solid #e0e6ff}@media only screen and (max-width:767px){.Table__col{border-bottom:1px solid #91a7fc}}.Table__col span{font-weight:400;font-size:.8125em;line-height:1.25em;color:rgba(26,26,26,.8)}@media only screen and (max-width:767px){.Table{overflow-x:scroll}}.CookiePolicyTable{grid-template-columns:repeat(4,auto)}@media only screen and (max-width:767px){.CookiePolicyTable .Table__col,.CookiePolicyTable .Table__head{min-width:12.5em}}@media(min-width:768px){.CookiePolicyTable{grid-auto-flow:column;grid-template-rows:repeat(4,auto);grid-template-columns:inherit}}.PrivacyPolicyTable{grid-template-columns:repeat(10,auto)}@media only screen and (max-width:767px){.PrivacyPolicyTable .Table__col,.PrivacyPolicyTable .Table__head{min-width:18.75em}}@media(min-width:768px){.PrivacyPolicyTable{grid-auto-flow:column;grid-template-rows:repeat(10,auto);grid-template-columns:inherit}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-20px,0,0)}to{opacity:1;transform:translateZ(0)}}.Benefit_Description{animation-delay:0s}@media only screen and (max-width:767px){.Benefit_Description{animation-delay:calc(var(--animate-delay)*1)!important}.Benefit_Datas,.MainAboutUs_Bg{animation-delay:calc(var(--animate-delay)*2)}}.Header_Description{position:inherit;z-index:1000;--animate-delay:2.2s!important;animation-delay:calc(var(--animate-delay)*2)!important}.InvestForm{position:inherit;z-index:1000;--animate-delay:2s!important;animation-delay:calc(var(--animate-delay)*2.3)!important}@media only screen and (max-width:767px){.MainFooter_Button{width:100%}}.paragraph_animated{font-size:1em;font-style:normal;font-weight:400;line-height:133%;color:#fff}@media only screen and (max-width:767px){.paragraph_animated{font-size:.875em}}.paragraph_animated span{animation:letter-glow .7s ease 0s both}.paragraph_animated span:first-child{animation-delay:5ms}.paragraph_animated span:nth-child(2){animation-delay:.01s}.paragraph_animated span:nth-child(3){animation-delay:15ms}.paragraph_animated span:nth-child(4){animation-delay:.02s}.paragraph_animated span:nth-child(5){animation-delay:25ms}.paragraph_animated span:nth-child(6){animation-delay:.03s}.paragraph_animated span:nth-child(7){animation-delay:35ms}.paragraph_animated span:nth-child(8){animation-delay:.04s}.paragraph_animated span:nth-child(9){animation-delay:45ms}.paragraph_animated span:nth-child(10){animation-delay:.05s}.paragraph_animated span:nth-child(11){animation-delay:55ms}.paragraph_animated span:nth-child(12){animation-delay:.06s}.paragraph_animated span:nth-child(13){animation-delay:65ms}.paragraph_animated span:nth-child(14){animation-delay:.07s}.paragraph_animated span:nth-child(15){animation-delay:75ms}.paragraph_animated span:nth-child(16){animation-delay:.08s}.paragraph_animated span:nth-child(17){animation-delay:85ms}.paragraph_animated span:nth-child(18){animation-delay:.09s}.paragraph_animated span:nth-child(19){animation-delay:95ms}.paragraph_animated span:nth-child(20){animation-delay:.1s}.paragraph_animated span:nth-child(21){animation-delay:.105s}.paragraph_animated span:nth-child(22){animation-delay:.11s}.paragraph_animated span:nth-child(23){animation-delay:.115s}.paragraph_animated span:nth-child(24){animation-delay:.12s}.paragraph_animated span:nth-child(25){animation-delay:.125s}.paragraph_animated span:nth-child(26){animation-delay:.13s}.paragraph_animated span:nth-child(27){animation-delay:.135s}.paragraph_animated span:nth-child(28){animation-delay:.14s}.paragraph_animated span:nth-child(29){animation-delay:.145s}.paragraph_animated span:nth-child(30){animation-delay:.15s}.paragraph_animated span:nth-child(31){animation-delay:.155s}.paragraph_animated span:nth-child(32){animation-delay:.16s}.paragraph_animated span:nth-child(33){animation-delay:.165s}.paragraph_animated span:nth-child(34){animation-delay:.17s}.paragraph_animated span:nth-child(35){animation-delay:.175s}.paragraph_animated span:nth-child(36){animation-delay:.18s}.paragraph_animated span:nth-child(37){animation-delay:.185s}.paragraph_animated span:nth-child(38){animation-delay:.19s}.paragraph_animated span:nth-child(39){animation-delay:.195s}.paragraph_animated span:nth-child(40){animation-delay:.2s}.paragraph_animated span:nth-child(41){animation-delay:.205s}.paragraph_animated span:nth-child(42){animation-delay:.21s}.paragraph_animated span:nth-child(43){animation-delay:.215s}.paragraph_animated span:nth-child(44){animation-delay:.22s}.paragraph_animated span:nth-child(45){animation-delay:.225s}.paragraph_animated span:nth-child(46){animation-delay:.23s}.paragraph_animated span:nth-child(47){animation-delay:.235s}.paragraph_animated span:nth-child(48){animation-delay:.24s}.paragraph_animated span:nth-child(49){animation-delay:.245s}.paragraph_animated span:nth-child(50){animation-delay:.25s}.paragraph_animated span:nth-child(51){animation-delay:.255s}.paragraph_animated span:nth-child(52){animation-delay:.26s}.paragraph_animated span:nth-child(53){animation-delay:.265s}.paragraph_animated span:nth-child(54){animation-delay:.27s}.paragraph_animated span:nth-child(55){animation-delay:.275s}.paragraph_animated span:nth-child(56){animation-delay:.28s}.paragraph_animated span:nth-child(57){animation-delay:.285s}.paragraph_animated span:nth-child(58){animation-delay:.29s}.paragraph_animated span:nth-child(59){animation-delay:.295s}.paragraph_animated span:nth-child(60){animation-delay:.3s}.paragraph_animated span:nth-child(61){animation-delay:.305s}.paragraph_animated span:nth-child(62){animation-delay:.31s}.paragraph_animated span:nth-child(63){animation-delay:.315s}.paragraph_animated span:nth-child(64){animation-delay:.32s}.paragraph_animated span:nth-child(65){animation-delay:.325s}.paragraph_animated span:nth-child(66){animation-delay:.33s}.paragraph_animated span:nth-child(67){animation-delay:.335s}.paragraph_animated span:nth-child(68){animation-delay:.34s}.paragraph_animated span:nth-child(69){animation-delay:.345s}.paragraph_animated span:nth-child(70){animation-delay:.35s}.paragraph_animated span:nth-child(71){animation-delay:.355s}.paragraph_animated span:nth-child(72){animation-delay:.36s}.paragraph_animated span:nth-child(73){animation-delay:.365s}.paragraph_animated span:nth-child(74){animation-delay:.37s}.paragraph_animated span:nth-child(75){animation-delay:.375s}.paragraph_animated span:nth-child(76){animation-delay:.38s}.paragraph_animated span:nth-child(77){animation-delay:.385s}.paragraph_animated span:nth-child(78){animation-delay:.39s}.paragraph_animated span:nth-child(79){animation-delay:.395s}.paragraph_animated span:nth-child(80){animation-delay:.4s}.paragraph_animated span:nth-child(81){animation-delay:.405s}.paragraph_animated span:nth-child(82){animation-delay:.41s}.paragraph_animated span:nth-child(83){animation-delay:.415s}.paragraph_animated span:nth-child(84){animation-delay:.42s}.paragraph_animated span:nth-child(85){animation-delay:.425s}.paragraph_animated span:nth-child(86){animation-delay:.43s}.paragraph_animated span:nth-child(87){animation-delay:.435s}.paragraph_animated span:nth-child(88){animation-delay:.44s}.paragraph_animated span:nth-child(89){animation-delay:.445s}.paragraph_animated span:nth-child(90){animation-delay:.45s}.paragraph_animated span:nth-child(91){animation-delay:.455s}.paragraph_animated span:nth-child(92){animation-delay:.46s}.paragraph_animated span:nth-child(93){animation-delay:.465s}.paragraph_animated span:nth-child(94){animation-delay:.47s}.paragraph_animated span:nth-child(95){animation-delay:.475s}.paragraph_animated span:nth-child(96){animation-delay:.48s}.paragraph_animated span:nth-child(97){animation-delay:.485s}.paragraph_animated span:nth-child(98){animation-delay:.49s}.paragraph_animated span:nth-child(99){animation-delay:.495s}.paragraph_animated span:nth-child(100){animation-delay:.5s}.paragraph_animated span:nth-child(101){animation-delay:.505s}.paragraph_animated span:nth-child(102){animation-delay:.51s}.paragraph_animated span:nth-child(103){animation-delay:.515s}.paragraph_animated span:nth-child(104){animation-delay:.52s}.paragraph_animated span:nth-child(105){animation-delay:.525s}.paragraph_animated span:nth-child(106){animation-delay:.53s}.paragraph_animated span:nth-child(107){animation-delay:.535s}.paragraph_animated span:nth-child(108){animation-delay:.54s}.paragraph_animated span:nth-child(109){animation-delay:.545s}.paragraph_animated span:nth-child(110){animation-delay:.55s}.paragraph_animated span:nth-child(111){animation-delay:.555s}.paragraph_animated span:nth-child(112){animation-delay:.56s}.paragraph_animated span:nth-child(113){animation-delay:.565s}.paragraph_animated span:nth-child(114){animation-delay:.57s}.paragraph_animated span:nth-child(115){animation-delay:.575s}.paragraph_animated span:nth-child(116){animation-delay:.58s}.paragraph_animated span:nth-child(117){animation-delay:.585s}.paragraph_animated span:nth-child(118){animation-delay:.59s}.paragraph_animated span:nth-child(119){animation-delay:.595s}.paragraph_animated span:nth-child(120){animation-delay:.6s}.paragraph_animated span:nth-child(121){animation-delay:.605s}.paragraph_animated span:nth-child(122){animation-delay:.61s}.paragraph_animated span:nth-child(123){animation-delay:.615s}.paragraph_animated span:nth-child(124){animation-delay:.62s}.paragraph_animated span:nth-child(125){animation-delay:.625s}.paragraph_animated span:nth-child(126){animation-delay:.63s}.paragraph_animated span:nth-child(127){animation-delay:.635s}.paragraph_animated span:nth-child(128){animation-delay:.64s}.paragraph_animated span:nth-child(129){animation-delay:.645s}.paragraph_animated span:nth-child(130){animation-delay:.65s}.paragraph_animated span:nth-child(131){animation-delay:.655s}.paragraph_animated span:nth-child(132){animation-delay:.66s}.paragraph_animated span:nth-child(133){animation-delay:.665s}.paragraph_animated span:nth-child(134){animation-delay:.67s}.paragraph_animated span:nth-child(135){animation-delay:.675s}.paragraph_animated span:nth-child(136){animation-delay:.68s}.paragraph_animated span:nth-child(137){animation-delay:.685s}.paragraph_animated span:nth-child(138){animation-delay:.69s}.paragraph_animated span:nth-child(139){animation-delay:.695s}.paragraph_animated span:nth-child(140){animation-delay:.7s}.paragraph_animated span:nth-child(141){animation-delay:.705s}.paragraph_animated span:nth-child(142){animation-delay:.71s}.paragraph_animated span:nth-child(143){animation-delay:.715s}.paragraph_animated span:nth-child(144){animation-delay:.72s}.paragraph_animated span:nth-child(145){animation-delay:.725s}.paragraph_animated span:nth-child(146){animation-delay:.73s}.paragraph_animated span:nth-child(147){animation-delay:.735s}.paragraph_animated span:nth-child(148){animation-delay:.74s}.paragraph_animated span:nth-child(149){animation-delay:.745s}.paragraph_animated span:nth-child(150){animation-delay:.75s}.paragraph_animated span:nth-child(151){animation-delay:.755s}.paragraph_animated span:nth-child(152){animation-delay:.76s}.paragraph_animated span:nth-child(153){animation-delay:.765s}.paragraph_animated span:nth-child(154){animation-delay:.77s}.paragraph_animated span:nth-child(155){animation-delay:.775s}.paragraph_animated span:nth-child(156){animation-delay:.78s}.paragraph_animated span:nth-child(157){animation-delay:.785s}.paragraph_animated span:nth-child(158){animation-delay:.79s}.paragraph_animated span:nth-child(159){animation-delay:.795s}.paragraph_animated span:nth-child(160){animation-delay:.8s}.paragraph_animated span:nth-child(161){animation-delay:.805s}.paragraph_animated span:nth-child(162){animation-delay:.81s}.paragraph_animated span:nth-child(163){animation-delay:.815s}.paragraph_animated span:nth-child(164){animation-delay:.82s}.paragraph_animated span:nth-child(165){animation-delay:.825s}.paragraph_animated span:nth-child(166){animation-delay:.83s}.paragraph_animated span:nth-child(167){animation-delay:.835s}.paragraph_animated span:nth-child(168){animation-delay:.84s}.paragraph_animated span:nth-child(169){animation-delay:.845s}.paragraph_animated span:nth-child(170){animation-delay:.85s}.paragraph_animated span:nth-child(171){animation-delay:.855s}.paragraph_animated span:nth-child(172){animation-delay:.86s}.paragraph_animated span:nth-child(173){animation-delay:.865s}.paragraph_animated span:nth-child(174){animation-delay:.87s}.paragraph_animated span:nth-child(175){animation-delay:.875s}.paragraph_animated span:nth-child(176){animation-delay:.88s}.paragraph_animated span:nth-child(177){animation-delay:.885s}.paragraph_animated span:nth-child(178){animation-delay:.89s}.paragraph_animated span:nth-child(179){animation-delay:.895s}.paragraph_animated span:nth-child(180){animation-delay:.9s}.paragraph_animated span:nth-child(181){animation-delay:.905s}.paragraph_animated span:nth-child(182){animation-delay:.91s}.paragraph_animated span:nth-child(183){animation-delay:.915s}.paragraph_animated span:nth-child(184){animation-delay:.92s}.paragraph_animated span:nth-child(185){animation-delay:.925s}.paragraph_animated span:nth-child(186){animation-delay:.93s}.paragraph_animated span:nth-child(187){animation-delay:.935s}.paragraph_animated span:nth-child(188){animation-delay:.94s}.paragraph_animated span:nth-child(189){animation-delay:.945s}.paragraph_animated span:nth-child(190){animation-delay:.95s}.paragraph_animated span:nth-child(191){animation-delay:.955s}.paragraph_animated span:nth-child(192){animation-delay:.96s}.paragraph_animated span:nth-child(193){animation-delay:.965s}.paragraph_animated span:nth-child(194){animation-delay:.97s}.paragraph_animated span:nth-child(195){animation-delay:.975s}.paragraph_animated span:nth-child(196){animation-delay:.98s}.paragraph_animated span:nth-child(197){animation-delay:.985s}.paragraph_animated span:nth-child(198){animation-delay:.99s}.paragraph_animated span:nth-child(199){animation-delay:.995s}.paragraph_animated span:nth-child(200){animation-delay:1s}.paragraph_animated span:nth-child(201){animation-delay:1.005s}.paragraph_animated span:nth-child(202){animation-delay:1.01s}.paragraph_animated span:nth-child(203){animation-delay:1.015s}.paragraph_animated span:nth-child(204){animation-delay:1.02s}.paragraph_animated span:nth-child(205){animation-delay:1.025s}.paragraph_animated span:nth-child(206){animation-delay:1.03s}.paragraph_animated span:nth-child(207){animation-delay:1.035s}.paragraph_animated span:nth-child(208){animation-delay:1.04s}.paragraph_animated span:nth-child(209){animation-delay:1.045s}.paragraph_animated span:nth-child(210){animation-delay:1.05s}.paragraph_animated span:nth-child(211){animation-delay:1.055s}.paragraph_animated span:nth-child(212){animation-delay:1.06s}.paragraph_animated span:nth-child(213){animation-delay:1.065s}.paragraph_animated span:nth-child(214){animation-delay:1.07s}.paragraph_animated span:nth-child(215){animation-delay:1.075s}.paragraph_animated span:nth-child(216){animation-delay:1.08s}.paragraph_animated span:nth-child(217){animation-delay:1.085s}.paragraph_animated span:nth-child(218){animation-delay:1.09s}.paragraph_animated span:nth-child(219){animation-delay:1.095s}.paragraph_animated span:nth-child(220){animation-delay:1.1s}.paragraph_animated span:nth-child(221){animation-delay:1.105s}.paragraph_animated span:nth-child(222){animation-delay:1.11s}.paragraph_animated span:nth-child(223){animation-delay:1.115s}.paragraph_animated span:nth-child(224){animation-delay:1.12s}.paragraph_animated span:nth-child(225){animation-delay:1.125s}.paragraph_animated span:nth-child(226){animation-delay:1.13s}.paragraph_animated span:nth-child(227){animation-delay:1.135s}.paragraph_animated span:nth-child(228){animation-delay:1.14s}.paragraph_animated span:nth-child(229){animation-delay:1.145s}.paragraph_animated span:nth-child(230){animation-delay:1.15s}.paragraph_animated span:nth-child(231){animation-delay:1.155s}.paragraph_animated span:nth-child(232){animation-delay:1.16s}.paragraph_animated span:nth-child(233){animation-delay:1.165s}.paragraph_animated span:nth-child(234){animation-delay:1.17s}.paragraph_animated span:nth-child(235){animation-delay:1.175s}.paragraph_animated span:nth-child(236){animation-delay:1.18s}.paragraph_animated span:nth-child(237){animation-delay:1.185s}.paragraph_animated span:nth-child(238){animation-delay:1.19s}.paragraph_animated span:nth-child(239){animation-delay:1.195s}.paragraph_animated span:nth-child(240){animation-delay:1.2s}.paragraph_animated span:nth-child(241){animation-delay:1.205s}.paragraph_animated span:nth-child(242){animation-delay:1.21s}.paragraph_animated span:nth-child(243){animation-delay:1.215s}.paragraph_animated span:nth-child(244){animation-delay:1.22s}.paragraph_animated span:nth-child(245){animation-delay:1.225s}.paragraph_animated span:nth-child(246){animation-delay:1.23s}.paragraph_animated span:nth-child(247){animation-delay:1.235s}.paragraph_animated span:nth-child(248){animation-delay:1.24s}.paragraph_animated span:nth-child(249){animation-delay:1.245s}.paragraph_animated span:nth-child(250){animation-delay:1.25s}.paragraph_animated span:nth-child(251){animation-delay:1.255s}.paragraph_animated span:nth-child(252){animation-delay:1.26s}.paragraph_animated span:nth-child(253){animation-delay:1.265s}.paragraph_animated span:nth-child(254){animation-delay:1.27s}.paragraph_animated span:nth-child(255){animation-delay:1.275s}.paragraph_animated span:nth-child(256){animation-delay:1.28s}.paragraph_animated span:nth-child(257){animation-delay:1.285s}.paragraph_animated span:nth-child(258){animation-delay:1.29s}.paragraph_animated span:nth-child(259){animation-delay:1.295s}.paragraph_animated span:nth-child(260){animation-delay:1.3s}.paragraph_animated span:nth-child(261){animation-delay:1.305s}.paragraph_animated span:nth-child(262){animation-delay:1.31s}.paragraph_animated span:nth-child(263){animation-delay:1.315s}.paragraph_animated span:nth-child(264){animation-delay:1.32s}.paragraph_animated span:nth-child(265){animation-delay:1.325s}.paragraph_animated span:nth-child(266){animation-delay:1.33s}.paragraph_animated span:nth-child(267){animation-delay:1.335s}.paragraph_animated span:nth-child(268){animation-delay:1.34s}.paragraph_animated span:nth-child(269){animation-delay:1.345s}.paragraph_animated span:nth-child(270){animation-delay:1.35s}.paragraph_animated span:nth-child(271){animation-delay:1.355s}.paragraph_animated span:nth-child(272){animation-delay:1.36s}.paragraph_animated span:nth-child(273){animation-delay:1.365s}.paragraph_animated span:nth-child(274){animation-delay:1.37s}.paragraph_animated span:nth-child(275){animation-delay:1.375s}.paragraph_animated span:nth-child(276){animation-delay:1.38s}.paragraph_animated span:nth-child(277){animation-delay:1.385s}.paragraph_animated span:nth-child(278){animation-delay:1.39s}.paragraph_animated span:nth-child(279){animation-delay:1.395s}.paragraph_animated span:nth-child(280){animation-delay:1.4s}.paragraph_animated span:nth-child(281){animation-delay:1.405s}.paragraph_animated span:nth-child(282){animation-delay:1.41s}.paragraph_animated span:nth-child(283){animation-delay:1.415s}.paragraph_animated span:nth-child(284){animation-delay:1.42s}.paragraph_animated span:nth-child(285){animation-delay:1.425s}.paragraph_animated span:nth-child(286){animation-delay:1.43s}.paragraph_animated span:nth-child(287){animation-delay:1.435s}.paragraph_animated span:nth-child(288){animation-delay:1.44s}.paragraph_animated span:nth-child(289){animation-delay:1.445s}.paragraph_animated span:nth-child(290){animation-delay:1.45s}.paragraph_animated span:nth-child(291){animation-delay:1.455s}.paragraph_animated span:nth-child(292){animation-delay:1.46s}.paragraph_animated span:nth-child(293){animation-delay:1.465s}.paragraph_animated span:nth-child(294){animation-delay:1.47s}.paragraph_animated span:nth-child(295){animation-delay:1.475s}.paragraph_animated span:nth-child(296){animation-delay:1.48s}.paragraph_animated span:nth-child(297){animation-delay:1.485s}.paragraph_animated span:nth-child(298){animation-delay:1.49s}.paragraph_animated span:nth-child(299){animation-delay:1.495s}.paragraph_animated span:nth-child(300){animation-delay:1.5s}.paragraph_animated span:nth-child(301){animation-delay:1.505s}.paragraph_animated span:nth-child(302){animation-delay:1.51s}.paragraph_animated span:nth-child(303){animation-delay:1.515s}.paragraph_animated span:nth-child(304){animation-delay:1.52s}.paragraph_animated span:nth-child(305){animation-delay:1.525s}.paragraph_animated span:nth-child(306){animation-delay:1.53s}.paragraph_animated span:nth-child(307){animation-delay:1.535s}.paragraph_animated span:nth-child(308){animation-delay:1.54s}.paragraph_animated span:nth-child(309){animation-delay:1.545s}.paragraph_animated span:nth-child(310){animation-delay:1.55s}.paragraph_animated span:nth-child(311){animation-delay:1.555s}.paragraph_animated span:nth-child(312){animation-delay:1.56s}.paragraph_animated span:nth-child(313){animation-delay:1.565s}.paragraph_animated span:nth-child(314){animation-delay:1.57s}.paragraph_animated span:nth-child(315){animation-delay:1.575s}.paragraph_animated span:nth-child(316){animation-delay:1.58s}.paragraph_animated span:nth-child(317){animation-delay:1.585s}.paragraph_animated span:nth-child(318){animation-delay:1.59s}.paragraph_animated span:nth-child(319){animation-delay:1.595s}.paragraph_animated span:nth-child(320){animation-delay:1.6s}.paragraph_animated span:nth-child(321){animation-delay:1.605s}.paragraph_animated span:nth-child(322){animation-delay:1.61s}.paragraph_animated span:nth-child(323){animation-delay:1.615s}.paragraph_animated span:nth-child(324){animation-delay:1.62s}.paragraph_animated span:nth-child(325){animation-delay:1.625s}.paragraph_animated span:nth-child(326){animation-delay:1.63s}.paragraph_animated span:nth-child(327){animation-delay:1.635s}.paragraph_animated span:nth-child(328){animation-delay:1.64s}.paragraph_animated span:nth-child(329){animation-delay:1.645s}.paragraph_animated span:nth-child(330){animation-delay:1.65s}.paragraph_animated span:nth-child(331){animation-delay:1.655s}.paragraph_animated span:nth-child(332){animation-delay:1.66s}.paragraph_animated span:nth-child(333){animation-delay:1.665s}.paragraph_animated span:nth-child(334){animation-delay:1.67s}.paragraph_animated span:nth-child(335){animation-delay:1.675s}.paragraph_animated span:nth-child(336){animation-delay:1.68s}.paragraph_animated span:nth-child(337){animation-delay:1.685s}.paragraph_animated span:nth-child(338){animation-delay:1.69s}.paragraph_animated span:nth-child(339){animation-delay:1.695s}.paragraph_animated span:nth-child(340){animation-delay:1.7s}.paragraph_animated span:nth-child(341){animation-delay:1.705s}.paragraph_animated span:nth-child(342){animation-delay:1.71s}.paragraph_animated span:nth-child(343){animation-delay:1.715s}.paragraph_animated span:nth-child(344){animation-delay:1.72s}.paragraph_animated span:nth-child(345){animation-delay:1.725s}.paragraph_animated span:nth-child(346){animation-delay:1.73s}.paragraph_animated span:nth-child(347){animation-delay:1.735s}.paragraph_animated span:nth-child(348){animation-delay:1.74s}.paragraph_animated span:nth-child(349){animation-delay:1.745s}.paragraph_animated span:nth-child(350){animation-delay:1.75s}.paragraph_animated span:nth-child(351){animation-delay:1.755s}.paragraph_animated span:nth-child(352){animation-delay:1.76s}.paragraph_animated span:nth-child(353){animation-delay:1.765s}.paragraph_animated span:nth-child(354){animation-delay:1.77s}.paragraph_animated span:nth-child(355){animation-delay:1.775s}.paragraph_animated span:nth-child(356){animation-delay:1.78s}.paragraph_animated span:nth-child(357){animation-delay:1.785s}.paragraph_animated span:nth-child(358){animation-delay:1.79s}.paragraph_animated span:nth-child(359){animation-delay:1.795s}.paragraph_animated span:nth-child(360){animation-delay:1.8s}.paragraph_animated span:nth-child(361){animation-delay:1.805s}.paragraph_animated span:nth-child(362){animation-delay:1.81s}.paragraph_animated span:nth-child(363){animation-delay:1.815s}.paragraph_animated span:nth-child(364){animation-delay:1.82s}.paragraph_animated span:nth-child(365){animation-delay:1.825s}.paragraph_animated span:nth-child(366){animation-delay:1.83s}.paragraph_animated span:nth-child(367){animation-delay:1.835s}.paragraph_animated span:nth-child(368){animation-delay:1.84s}.paragraph_animated span:nth-child(369){animation-delay:1.845s}.paragraph_animated span:nth-child(370){animation-delay:1.85s}.paragraph_animated span:nth-child(371){animation-delay:1.855s}.paragraph_animated span:nth-child(372){animation-delay:1.86s}.paragraph_animated span:nth-child(373){animation-delay:1.865s}.paragraph_animated span:nth-child(374){animation-delay:1.87s}.paragraph_animated span:nth-child(375){animation-delay:1.875s}.paragraph_animated span:nth-child(376){animation-delay:1.88s}.paragraph_animated span:nth-child(377){animation-delay:1.885s}.paragraph_animated span:nth-child(378){animation-delay:1.89s}.paragraph_animated span:nth-child(379){animation-delay:1.895s}.paragraph_animated span:nth-child(380){animation-delay:1.9s}.paragraph_animated span:nth-child(381){animation-delay:1.905s}.paragraph_animated span:nth-child(382){animation-delay:1.91s}.paragraph_animated span:nth-child(383){animation-delay:1.915s}.paragraph_animated span:nth-child(384){animation-delay:1.92s}.paragraph_animated span:nth-child(385){animation-delay:1.925s}.paragraph_animated span:nth-child(386){animation-delay:1.93s}.paragraph_animated span:nth-child(387){animation-delay:1.935s}.paragraph_animated span:nth-child(388){animation-delay:1.94s}.paragraph_animated span:nth-child(389){animation-delay:1.945s}.paragraph_animated span:nth-child(390){animation-delay:1.95s}.paragraph_animated span:nth-child(391){animation-delay:1.955s}.paragraph_animated span:nth-child(392){animation-delay:1.96s}.paragraph_animated span:nth-child(393){animation-delay:1.965s}.paragraph_animated span:nth-child(394){animation-delay:1.97s}.paragraph_animated span:nth-child(395){animation-delay:1.975s}.paragraph_animated span:nth-child(396){animation-delay:1.98s}.paragraph_animated span:nth-child(397){animation-delay:1.985s}.paragraph_animated span:nth-child(398){animation-delay:1.99s}.paragraph_animated span:nth-child(399){animation-delay:1.995s}.paragraph_animated span:nth-child(400){animation-delay:2s}.paragraph_animated span:nth-child(401){animation-delay:2.005s}.paragraph_animated span:nth-child(402){animation-delay:2.01s}.paragraph_animated span:nth-child(403){animation-delay:2.015s}.paragraph_animated span:nth-child(404){animation-delay:2.02s}.paragraph_animated span:nth-child(405){animation-delay:2.025s}.paragraph_animated span:nth-child(406){animation-delay:2.03s}.paragraph_animated span:nth-child(407){animation-delay:2.035s}.paragraph_animated span:nth-child(408){animation-delay:2.04s}.paragraph_animated span:nth-child(409){animation-delay:2.045s}.paragraph_animated span:nth-child(410){animation-delay:2.05s}.paragraph_animated span:nth-child(411){animation-delay:2.055s}.paragraph_animated span:nth-child(412){animation-delay:2.06s}.paragraph_animated span:nth-child(413){animation-delay:2.065s}.paragraph_animated span:nth-child(414){animation-delay:2.07s}.paragraph_animated span:nth-child(415){animation-delay:2.075s}.paragraph_animated span:nth-child(416){animation-delay:2.08s}.paragraph_animated span:nth-child(417){animation-delay:2.085s}.paragraph_animated span:nth-child(418){animation-delay:2.09s}.paragraph_animated span:nth-child(419){animation-delay:2.095s}.paragraph_animated span:nth-child(420){animation-delay:2.1s}.paragraph_animated span:nth-child(421){animation-delay:2.105s}.paragraph_animated span:nth-child(422){animation-delay:2.11s}.paragraph_animated span:nth-child(423){animation-delay:2.115s}.paragraph_animated span:nth-child(424){animation-delay:2.12s}.paragraph_animated span:nth-child(425){animation-delay:2.125s}.paragraph_animated span:nth-child(426){animation-delay:2.13s}.paragraph_animated span:nth-child(427){animation-delay:2.135s}.paragraph_animated span:nth-child(428){animation-delay:2.14s}.paragraph_animated span:nth-child(429){animation-delay:2.145s}.paragraph_animated span:nth-child(430){animation-delay:2.15s}.paragraph_animated span:nth-child(431){animation-delay:2.155s}.paragraph_animated span:nth-child(432){animation-delay:2.16s}.paragraph_animated span:nth-child(433){animation-delay:2.165s}.paragraph_animated span:nth-child(434){animation-delay:2.17s}.paragraph_animated span:nth-child(435){animation-delay:2.175s}.paragraph_animated span:nth-child(436){animation-delay:2.18s}.paragraph_animated span:nth-child(437){animation-delay:2.185s}.paragraph_animated span:nth-child(438){animation-delay:2.19s}.paragraph_animated span:nth-child(439){animation-delay:2.195s}.paragraph_animated span:nth-child(440){animation-delay:2.2s}.paragraph_animated span:nth-child(441){animation-delay:2.205s}.paragraph_animated span:nth-child(442){animation-delay:2.21s}.paragraph_animated span:nth-child(443){animation-delay:2.215s}.paragraph_animated span:nth-child(444){animation-delay:2.22s}.paragraph_animated span:nth-child(445){animation-delay:2.225s}.paragraph_animated span:nth-child(446){animation-delay:2.23s}.paragraph_animated span:nth-child(447){animation-delay:2.235s}.paragraph_animated span:nth-child(448){animation-delay:2.24s}.paragraph_animated span:nth-child(449){animation-delay:2.245s}.paragraph_animated span:nth-child(450){animation-delay:2.25s}.paragraph_animated span:nth-child(451){animation-delay:2.255s}.paragraph_animated span:nth-child(452){animation-delay:2.26s}.paragraph_animated span:nth-child(453){animation-delay:2.265s}.paragraph_animated span:nth-child(454){animation-delay:2.27s}.paragraph_animated span:nth-child(455){animation-delay:2.275s}.paragraph_animated span:nth-child(456){animation-delay:2.28s}.paragraph_animated span:nth-child(457){animation-delay:2.285s}.paragraph_animated span:nth-child(458){animation-delay:2.29s}.paragraph_animated span:nth-child(459){animation-delay:2.295s}.paragraph_animated span:nth-child(460){animation-delay:2.3s}.paragraph_animated span:nth-child(461){animation-delay:2.305s}.paragraph_animated span:nth-child(462){animation-delay:2.31s}.paragraph_animated span:nth-child(463){animation-delay:2.315s}.paragraph_animated span:nth-child(464){animation-delay:2.32s}.paragraph_animated span:nth-child(465){animation-delay:2.325s}.paragraph_animated span:nth-child(466){animation-delay:2.33s}.paragraph_animated span:nth-child(467){animation-delay:2.335s}.paragraph_animated span:nth-child(468){animation-delay:2.34s}.paragraph_animated span:nth-child(469){animation-delay:2.345s}.paragraph_animated span:nth-child(470){animation-delay:2.35s}.paragraph_animated span:nth-child(471){animation-delay:2.355s}.paragraph_animated span:nth-child(472){animation-delay:2.36s}.paragraph_animated span:nth-child(473){animation-delay:2.365s}.paragraph_animated span:nth-child(474){animation-delay:2.37s}.paragraph_animated span:nth-child(475){animation-delay:2.375s}.paragraph_animated span:nth-child(476){animation-delay:2.38s}.paragraph_animated span:nth-child(477){animation-delay:2.385s}.paragraph_animated span:nth-child(478){animation-delay:2.39s}.paragraph_animated span:nth-child(479){animation-delay:2.395s}.paragraph_animated span:nth-child(480){animation-delay:2.4s}.paragraph_animated span:nth-child(481){animation-delay:2.405s}.paragraph_animated span:nth-child(482){animation-delay:2.41s}.paragraph_animated span:nth-child(483){animation-delay:2.415s}.paragraph_animated span:nth-child(484){animation-delay:2.42s}.paragraph_animated span:nth-child(485){animation-delay:2.425s}.paragraph_animated span:nth-child(486){animation-delay:2.43s}.paragraph_animated span:nth-child(487){animation-delay:2.435s}.paragraph_animated span:nth-child(488){animation-delay:2.44s}.paragraph_animated span:nth-child(489){animation-delay:2.445s}.paragraph_animated span:nth-child(490){animation-delay:2.45s}.paragraph_animated span:nth-child(491){animation-delay:2.455s}.paragraph_animated span:nth-child(492){animation-delay:2.46s}.paragraph_animated span:nth-child(493){animation-delay:2.465s}.paragraph_animated span:nth-child(494){animation-delay:2.47s}.paragraph_animated span:nth-child(495){animation-delay:2.475s}.paragraph_animated span:nth-child(496){animation-delay:2.48s}.paragraph_animated span:nth-child(497){animation-delay:2.485s}.paragraph_animated span:nth-child(498){animation-delay:2.49s}.paragraph_animated span:nth-child(499){animation-delay:2.495s}.paragraph_animated span:nth-child(500){animation-delay:2.5s}@keyframes letter-glow{0%{opacity:0;text-shadow:0 0 1px hsla(0,0%,100%,.1)}66%{opacity:1;text-shadow:0 0 20px hsla(0,0%,100%,.9)}77%{opacity:1}to{opacity:.7;text-shadow:0 0 20px hsla(0,0%,100%,0)}}.MuiPaper-root{z-index:1200!important}#editor p.empty,#editor p:empty{margin-bottom:10px;height:1px}.DraftEditor-editorContainer a{color:#2e3d8d}.rdw-link-modal{height:222px!important}section h2{font-weight:900;font-size:32px;line-height:1;margin:0 0 4px;display:inline-block;vertical-align:top}section p{margin:1em 0}section a{text-decoration:none;color:#1ea7fd}section ul{padding-left:30px;margin:1em 0}section li{margin-bottom:8px}section .tip{display:inline-block;border-radius:1em;font-size:11px;line-height:12px;font-weight:700;background:#e7fdd8;color:#66bf3c;padding:4px 12px;margin-right:10px;vertical-align:top}section .tip-wrapper{font-size:13px;line-height:20px;margin-top:40px;margin-bottom:40px}section .tip-wrapper svg{display:inline-block;height:12px;width:12px;margin-right:4px;vertical-align:top;margin-top:3px}section .tip-wrapper svg path{fill:#1ea7fd}.MuiSelect-select.MuiInputBase-input .SelectStatusRowStatusHidden{display:none}.baseTextEditor .rdw-option-wrapper{min-width:30px;height:30px}.baseTextEditor .public-DraftEditorPlaceholder-inner{color:rgba(26,26,26,.7)}.MuiSelect-popper{z-index:1299!important}.MuiInputBase-root{padding-left:10px!important}.project-details-slider .slick-list{margin:0 -1.125em!important}@media only screen and (min-width:768px)and (max-width:1024px){.project-details-slider .slick-list{margin:0 -.9375em!important}}@media only screen and (max-width:767px){.project-details-slider .slick-list{margin:0!important}}.project-details-slider .slick-slide{height:13.4375em!important;padding:0 1.125em!important}@media only screen and (min-width:768px)and (max-width:1024px){.project-details-slider .slick-slide{height:11.875em!important;padding:0 .9375em!important}}@media only screen and (max-width:767px){.project-details-slider .slick-slide{height:11.875em!important;padding:0!important}}.project-details-slider .slick-slide div{width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.application-layout .input-wrapperCss{height:56px!important}.application-layout .search-pagination button,.application-layout .table-filters .input-wrapperCss{height:44px!important}.demo-editor *{font-size:16px!important;line-height:18px!important;color:#000!important;background-color:#fff!important}.highcharts-container,.highcharts-root{width:100%!important;height:100%!important}.inputCheckAutofill input:-webkit-autofill{animation-name:onAutoFillStart;background-color:#8c97d9!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.inputCheckAutofill input:not(:-webkit-autofill){animation-name:onAutoFillCancel}@media(max-width:767px){.MuiInputLabel-shrink{font-size:16px!important;line-height:120%!important}.MuiInputLabel-root,.MuiMenuItem-root,.MuiSelect-select{font-size:18px!important;line-height:120%!important}}:root{--black:#000;--white:#fff;--transparent:transparent;--fullBlack:#000;--darkBlack:rgba(0,0,0,.87);--lightBlack:rgba(0,0,0,.54);--minBlack:rgba(0,0,0,.26);--faintBlack:rgba(0,0,0,.12);--fullWhite:#fff;--darkWhite:hsla(0,0%,100%,.87);--lightWhite:hsla(0,0%,100%,.54);--minWhite:hsla(0,0%,100%,.26);--faintWhite:hsla(0,0%,100%,.12);--grey300:#e0e0e0;--grey900:#212121;--gutter-width:0rem;--outer-margin:0rem;--gutter-compensation:calc((var(--gutter-width) * 0.5) * -1);--half-gutter-width:calc((var(--gutter-width) * 0.5));--xs-min:30;--sm-min:48;--md-min:64;--lg-min:75;--screen-xs-min:var(--xs-min) em;--screen-sm-min:var(--sm-min) em;--screen-md-min:var(--md-min) em;--screen-lg-min:var(--lg-min) em;--container-sm:calc(var(--sm-min) + var(--gutter-width));--container-md:calc(var(--md-min) + var(--gutter-width));--container-lg:calc(var(--lg-min) + var(--gutter-width))}.react-page-editable{margin-right:auto;margin-left:auto;padding-right:0;padding-right:var(--outer-margin,2rem);padding-left:0;padding-left:var(--outer-margin,2rem)}.react-page-row{box-sizing:border-box;display:flex;flex:1 1;flex-direction:row;flex-wrap:wrap;margin-right:calc((0rem * .5) * -1);margin-right:var(--gutter-compensation,-.5rem);margin-left:calc((0rem * .5) * -1);margin-left:var(--gutter-compensation,-.5rem);position:relative}.react-page-cell-xs,.react-page-cell-xs-1,.react-page-cell-xs-10,.react-page-cell-xs-11,.react-page-cell-xs-12,.react-page-cell-xs-2,.react-page-cell-xs-3,.react-page-cell-xs-4,.react-page-cell-xs-5,.react-page-cell-xs-6,.react-page-cell-xs-7,.react-page-cell-xs-8,.react-page-cell-xs-9,.react-page-cell-xs-offset-0,.react-page-cell-xs-offset-1,.react-page-cell-xs-offset-10,.react-page-cell-xs-offset-11,.react-page-cell-xs-offset-12,.react-page-cell-xs-offset-2,.react-page-cell-xs-offset-3,.react-page-cell-xs-offset-4,.react-page-cell-xs-offset-5,.react-page-cell-xs-offset-6,.react-page-cell-xs-offset-7,.react-page-cell-xs-offset-8,.react-page-cell-xs-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:calc((0rem * .5));padding-right:var(--half-gutter-width,.5rem);padding-left:calc((0rem * .5));padding-left:var(--half-gutter-width,.5rem);min-width:0}.react-page-cell-xs{flex-grow:1;flex-basis:0;width:100%;min-width:100%}.react-page-cell-xs-1{flex-basis:8.33333333%;width:8.33333333%}.react-page-cell-xs-2{flex-basis:16.66666667%;width:16.66666667%}.react-page-cell-xs-3{flex-basis:25%;width:25%;min-width:25%}.react-page-cell-xs-4{flex-basis:33.33333333%;width:33.33333333%}.react-page-cell-xs-5{flex-basis:41.66666667%;width:41.66666667%}.react-page-cell-xs-6{flex-basis:50%;width:50%;min-width:50%}.react-page-cell-xs-7{flex-basis:58.33333333%;width:58.33333333%}.react-page-cell-xs-8{flex-basis:66.66666667%;width:66.66666667%}.react-page-cell-xs-9{flex-basis:75%;width:75%;min-width:75%}.react-page-cell-xs-10{flex-basis:83.33333333%;width:83.33333333%}.react-page-cell-xs-11{flex-basis:91.66666667%;width:91.66666667%}.react-page-cell-xs-12{flex-basis:100%;width:100%;min-width:100%}.react-page-cell-xs-offset-0{margin-left:0}.react-page-cell-xs-offset-1{margin-left:8.33333333%}.react-page-cell-xs-offset-2{margin-left:16.66666667%}.react-page-cell-xs-offset-3{margin-left:25%}.react-page-cell-xs-offset-4{margin-left:33.33333333%}.react-page-cell-xs-offset-5{margin-left:41.66666667%}.react-page-cell-xs-offset-6{margin-left:50%}.react-page-cell-xs-offset-7{margin-left:58.33333333%}.react-page-cell-xs-offset-8{margin-left:66.66666667%}.react-page-cell-xs-offset-9{margin-left:75%}.react-page-cell-xs-offset-10{margin-left:83.33333333%}.react-page-cell-xs-offset-11{margin-left:91.66666667%}[dir=ltr] .start-xs{text-align:left}[dir=rtl] .start-xs{text-align:right}.start-xs{justify-content:flex-start}.center-xs{justify-content:center;text-align:center}[dir=ltr] .end-xs{text-align:right}[dir=rtl] .end-xs{text-align:left}.end-xs{justify-content:flex-end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width:48em){.react-page-cell-sm,.react-page-cell-sm-1,.react-page-cell-sm-10,.react-page-cell-sm-11,.react-page-cell-sm-12,.react-page-cell-sm-2,.react-page-cell-sm-3,.react-page-cell-sm-4,.react-page-cell-sm-5,.react-page-cell-sm-6,.react-page-cell-sm-7,.react-page-cell-sm-8,.react-page-cell-sm-9,.react-page-cell-sm-offset-0,.react-page-cell-sm-offset-1,.react-page-cell-sm-offset-10,.react-page-cell-sm-offset-11,.react-page-cell-sm-offset-12,.react-page-cell-sm-offset-2,.react-page-cell-sm-offset-3,.react-page-cell-sm-offset-4,.react-page-cell-sm-offset-5,.react-page-cell-sm-offset-6,.react-page-cell-sm-offset-7,.react-page-cell-sm-offset-8,.react-page-cell-sm-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:calc((0rem * .5));padding-right:var(--half-gutter-width,.5rem);padding-left:calc((0rem * .5));padding-left:var(--half-gutter-width,.5rem);min-width:0}.react-page-cell-sm{flex-grow:1;flex-basis:0;width:100%;min-width:100%}.react-page-cell-sm-1{flex-basis:8.33333333%;width:8.33333333%}.react-page-cell-sm-2{flex-basis:16.66666667%;width:16.66666667%}.react-page-cell-sm-3{flex-basis:25%;width:25%;min-width:25%}.react-page-cell-sm-4{flex-basis:33.33333333%;width:33.33333333%}.react-page-cell-sm-5{flex-basis:41.66666667%;width:41.66666667%}.react-page-cell-sm-6{flex-basis:50%;width:50%;min-width:50%}.react-page-cell-sm-7{flex-basis:58.33333333%;width:58.33333333%}.react-page-cell-sm-8{flex-basis:66.66666667%;width:66.66666667%}.react-page-cell-sm-9{flex-basis:75%;width:75%;min-width:75%}.react-page-cell-sm-10{flex-basis:83.33333333%;width:83.33333333%}.react-page-cell-sm-11{flex-basis:91.66666667%;width:91.66666667%}.react-page-cell-sm-12{flex-basis:100%;width:100%;min-width:100%}.react-page-cell-sm-offset-0{margin-left:0}.react-page-cell-sm-offset-1{margin-left:8.33333333%}.react-page-cell-sm-offset-2{margin-left:16.66666667%}.react-page-cell-sm-offset-3{margin-left:25%}.react-page-cell-sm-offset-4{margin-left:33.33333333%}.react-page-cell-sm-offset-5{margin-left:41.66666667%}.react-page-cell-sm-offset-6{margin-left:50%}.react-page-cell-sm-offset-7{margin-left:58.33333333%}.react-page-cell-sm-offset-8{margin-left:66.66666667%}.react-page-cell-sm-offset-9{margin-left:75%}.react-page-cell-sm-offset-10{margin-left:83.33333333%}.react-page-cell-sm-offset-11{margin-left:91.66666667%}[dir=ltr] .start-sm{text-align:left}[dir=rtl] .start-sm{text-align:right}.start-sm{justify-content:flex-start}.center-sm{justify-content:center;text-align:center}[dir=ltr] .end-sm{text-align:right}[dir=rtl] .end-sm{text-align:left}.end-sm{justify-content:flex-end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width:64em){.react-page-cell-md,.react-page-cell-md-1,.react-page-cell-md-10,.react-page-cell-md-11,.react-page-cell-md-12,.react-page-cell-md-2,.react-page-cell-md-3,.react-page-cell-md-4,.react-page-cell-md-5,.react-page-cell-md-6,.react-page-cell-md-7,.react-page-cell-md-8,.react-page-cell-md-9,.react-page-cell-md-offset-0,.react-page-cell-md-offset-1,.react-page-cell-md-offset-10,.react-page-cell-md-offset-11,.react-page-cell-md-offset-12,.react-page-cell-md-offset-2,.react-page-cell-md-offset-3,.react-page-cell-md-offset-4,.react-page-cell-md-offset-5,.react-page-cell-md-offset-6,.react-page-cell-md-offset-7,.react-page-cell-md-offset-8,.react-page-cell-md-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:calc((0rem * .5));padding-right:var(--half-gutter-width,.5rem);padding-left:calc((0rem * .5));padding-left:var(--half-gutter-width,.5rem);min-width:0}.react-page-cell-md{flex-grow:1;flex-basis:0;width:100%;min-width:100%}.react-page-cell-md-1{flex-basis:8.33333333%;width:8.33333333%}.react-page-cell-md-2{flex-basis:16.66666667%;width:16.66666667%}.react-page-cell-md-3{flex-basis:25%;width:25%;min-width:25%}.react-page-cell-md-4{flex-basis:33.33333333%;width:33.33333333%}.react-page-cell-md-5{flex-basis:41.66666667%;width:41.66666667%}.react-page-cell-md-6{flex-basis:50%;width:50%;min-width:50%}.react-page-cell-md-7{flex-basis:58.33333333%;width:58.33333333%}.react-page-cell-md-8{flex-basis:66.66666667%;width:66.66666667%}.react-page-cell-md-9{flex-basis:75%;width:75%;min-width:75%}.react-page-cell-md-10{flex-basis:83.33333333%;width:83.33333333%}.react-page-cell-md-11{flex-basis:91.66666667%;width:91.66666667%}.react-page-cell-md-12{flex-basis:100%;width:100%;min-width:100%}.react-page-cell-md-offset-0{margin-left:0}.react-page-cell-md-offset-1{margin-left:8.33333333%}.react-page-cell-md-offset-2{margin-left:16.66666667%}.react-page-cell-md-offset-3{margin-left:25%}.react-page-cell-md-offset-4{margin-left:33.33333333%}.react-page-cell-md-offset-5{margin-left:41.66666667%}.react-page-cell-md-offset-6{margin-left:50%}.react-page-cell-md-offset-7{margin-left:58.33333333%}.react-page-cell-md-offset-8{margin-left:66.66666667%}.react-page-cell-md-offset-9{margin-left:75%}.react-page-cell-md-offset-10{margin-left:83.33333333%}.react-page-cell-md-offset-11{margin-left:91.66666667%}[dir=ltr] .start-md{text-align:left}[dir=rtl] .start-md{text-align:right}.start-md{justify-content:flex-start}.center-md{justify-content:center;text-align:center}[dir=ltr] .end-md{text-align:right}[dir=rtl] .end-md{text-align:left}.end-md{justify-content:flex-end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width:75em){.react-page-cell-lg,.react-page-cell-lg-1,.react-page-cell-lg-10,.react-page-cell-lg-11,.react-page-cell-lg-12,.react-page-cell-lg-2,.react-page-cell-lg-3,.react-page-cell-lg-4,.react-page-cell-lg-5,.react-page-cell-lg-6,.react-page-cell-lg-7,.react-page-cell-lg-8,.react-page-cell-lg-9,.react-page-cell-lg-offset-0,.react-page-cell-lg-offset-1,.react-page-cell-lg-offset-10,.react-page-cell-lg-offset-11,.react-page-cell-lg-offset-12,.react-page-cell-lg-offset-2,.react-page-cell-lg-offset-3,.react-page-cell-lg-offset-4,.react-page-cell-lg-offset-5,.react-page-cell-lg-offset-6,.react-page-cell-lg-offset-7,.react-page-cell-lg-offset-8,.react-page-cell-lg-offset-9{box-sizing:border-box;flex:0 0 auto;padding-right:calc((0rem * .5));padding-right:var(--half-gutter-width,.5rem);padding-left:calc((0rem * .5));padding-left:var(--half-gutter-width,.5rem);min-width:0}.react-page-cell-lg{flex-grow:1;flex-basis:0;width:100%;min-width:100%}.react-page-cell-lg-1{flex-basis:8.33333333%;width:8.33333333%}.react-page-cell-lg-2{flex-basis:16.66666667%;width:16.66666667%}.react-page-cell-lg-3{flex-basis:25%;width:25%;min-width:25%}.react-page-cell-lg-4{flex-basis:33.33333333%;width:33.33333333%}.react-page-cell-lg-5{flex-basis:41.66666667%;width:41.66666667%}.react-page-cell-lg-6{flex-basis:50%;width:50%;min-width:50%}.react-page-cell-lg-7{flex-basis:58.33333333%;width:58.33333333%}.react-page-cell-lg-8{flex-basis:66.66666667%;width:66.66666667%}.react-page-cell-lg-9{flex-basis:75%;width:75%;min-width:75%}.react-page-cell-lg-10{flex-basis:83.33333333%;width:83.33333333%}.react-page-cell-lg-11{flex-basis:91.66666667%;width:91.66666667%}.react-page-cell-lg-12{flex-basis:100%;width:100%;min-width:100%}.react-page-cell-lg-offset-0{margin-left:0}.react-page-cell-lg-offset-1{margin-left:8.33333333%}.react-page-cell-lg-offset-2{margin-left:16.66666667%}.react-page-cell-lg-offset-3{margin-left:25%}.react-page-cell-lg-offset-4{margin-left:33.33333333%}.react-page-cell-lg-offset-5{margin-left:41.66666667%}.react-page-cell-lg-offset-6{margin-left:50%}.react-page-cell-lg-offset-7{margin-left:58.33333333%}.react-page-cell-lg-offset-8{margin-left:66.66666667%}.react-page-cell-lg-offset-9{margin-left:75%}.react-page-cell-lg-offset-10{margin-left:83.33333333%}.react-page-cell-lg-offset-11{margin-left:91.66666667%}[dir=ltr] .start-lg{text-align:left}[dir=rtl] .start-lg{text-align:right}.start-lg{justify-content:flex-start}.center-lg{justify-content:center;text-align:center}[dir=ltr] .end-lg{text-align:right}[dir=rtl] .end-lg{text-align:left}.end-lg{justify-content:flex-end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}.react-page-row-has-floating-children{display:block!important}.react-page-row-is-hovering-this:before{content:" ";position:absolute;background:#000;display:block;background:rgba(0,0,0,.87);background:var(--darkBlack);z-index:2}.react-page-row-is-hovering-above:before{top:0;height:4px;width:100%}.react-page-row-is-hovering-below:before{bottom:0;height:4px;width:100%}.react-page-row-is-hovering-left-of:before{top:0;left:0;bottom:0;width:4px}.react-page-row-is-hovering-right-of:before{top:0;right:0;bottom:0;width:4px}@keyframes reactPageCellResizeableAnimate{0%{background-color:hsla(0,0%,100%,.26);background-color:var(--minWhite);top:45%;bottom:45%}50%{background-color:hsla(0,0%,100%,.12);background-color:var(--faintWhite);top:0;bottom:0}to{background-color:hsla(0,0%,100%,.87);background-color:var(--darkWhite);top:45%;bottom:45%}}.react-page-row .resize-handle{position:absolute;z-index:6;width:4px;top:0;bottom:0;left:-2px;cursor:e-resize;background-color:rgba(0,0,0,.54);background-color:var(--lightBlack);mix-blend-mode:difference}.react-page-row .resize-handle:after{content:" ";background-color:hsla(0,0%,100%,.87);background-color:var(--darkWhite);position:absolute;top:40%;bottom:40%;left:0;right:0;transition:all .2s linear;mix-blend-mode:normal;animation-name:reactPageCellResizeableAnimate;animation-iteration-count:1;animation-timing-function:ease;animation-duration:.8s}.react-page-row .resize-handle:active:after,.react-page-row .resize-handle:hover:after{background-color:#fff;background-color:var(--fullWhite);top:0;bottom:0}.react-page-editable{position:relative;box-sizing:border-box;width:100%;min-height:560px;display:flex;flex:0 1 auto;flex-direction:column;align-items:stretch}.react-page-editable .react-page-cell-insert-new{cursor:cell;flex:1 1;min-height:100px;transition:all .4s ease;display:flex;justify-content:center;align-items:center;border:1px solid transparent;z-index:1;position:relative}.react-page-editable .react-page-cell-insert-new:after{content:"+";font-size:52px;font-family:monospace;line-height:52px;background-color:rgba(0,0,0,.26);background-color:var(--minBlack);color:#fff;width:52px;text-align:center;border-radius:50%}.react-page-editable .react-page-cell-insert-new.hover,.react-page-editable .react-page-cell-insert-new:hover{background:rgba(0,0,0,.26);background:var(--minBlack);border:1px solid hsla(0,0%,100%,.54);border:1px solid var(--lightWhite)}.react-page-editable.react-page-editable-mode-edit .react-page-cell-draggable,.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-draggable{cursor:move;position:relative;transition:opacity .2s ease}.react-page-editable.react-page-editable-mode-edit .react-page-cell-draggable-overlay,.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable-overlay,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-draggable-overlay{position:absolute;top:0;left:0;bottom:0;right:0;cursor:move;border:1px solid transparent;transition:all .4s ease}.react-page-editable.react-page-editable-mode-edit .react-page-cell-draggable-overlay-handle,.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable-overlay-handle,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-draggable-overlay-handle{position:absolute;top:0;right:0;width:2rem;height:2rem;cursor:move;background:rgba(0,0,0,.12);background:var(--faintBlack);content:"";z-index:500;opacity:0;transition:opacity .3s}.react-page-editable.react-page-editable-mode-edit .react-page-cell.react-page-cell-focused>div>div>div>div>.react-page-cell-draggable-overlay-handle,.react-page-editable.react-page-editable-mode-edit .react-page-cell:hover>div>div>div>div>.react-page-cell-draggable-overlay-handle,.react-page-editable.react-page-editable-mode-layout .react-page-cell.react-page-cell-focused>div>div>div>div>.react-page-cell-draggable-overlay-handle,.react-page-editable.react-page-editable-mode-layout .react-page-cell:hover>div>div>div>div>.react-page-cell-draggable-overlay-handle,.react-page-editable.react-page-editable-mode-resizing .react-page-cell.react-page-cell-focused>div>div>div>div>.react-page-cell-draggable-overlay-handle,.react-page-editable.react-page-editable-mode-resizing .react-page-cell:hover>div>div>div>div>.react-page-cell-draggable-overlay-handle{opacity:1}.react-page-editable.react-page-editable-mode-edit .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:before,.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:before,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:before{top:-300%}.react-page-editable.react-page-editable-mode-edit .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon,.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon{width:70%;top:50%}.react-page-editable.react-page-editable-mode-edit .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:after,.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:after,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:after{top:400%}.react-page-editable.react-page-editable-mode-edit .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:after,.react-page-editable.react-page-editable-mode-edit .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:before,.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:after,.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:before,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:after,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:before{width:100%}.react-page-editable.react-page-editable-mode-edit .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon,.react-page-editable.react-page-editable-mode-edit .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:after,.react-page-editable.react-page-editable-mode-edit .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:before,.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon,.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:after,.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:before,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:after,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-draggable-overlay-handle .react-page-cell-draggable-overlay-handle-icon:before{height:2px;position:absolute;content:"";left:50%;transform:translate(-50%,-50%);background:#fff}.react-page-editable.react-page-editable-mode-edit .react-page-cell:hover>div>div>div>.react-page-cell-draggable-overlay,.react-page-editable.react-page-editable-mode-layout .react-page-cell:hover>div>div>div>.react-page-cell-draggable-overlay,.react-page-editable.react-page-editable-mode-resizing .react-page-cell:hover>div>div>div>.react-page-cell-draggable-overlay{background:rgba(0,0,0,.12);background:var(--faintBlack);border:1px solid hsla(0,0%,100%,.54);border:1px solid var(--lightWhite);background-blend-mode:screen}.react-page-editable.react-page-editable-mode-edit .react-page-cell-draggable-overlay.react-page-cell-draggable-leaf,.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable-overlay.react-page-cell-draggable-leaf,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-draggable-overlay.react-page-cell-draggable-leaf{z-index:3}.react-page-editable.react-page-editable-mode-edit .react-page-cell-draggable-inline-left.react-page-cell-draggable-overlay,.react-page-editable.react-page-editable-mode-edit .react-page-cell-draggable-inline-right.react-page-cell-draggable-overlay,.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable-inline-left.react-page-cell-draggable-overlay,.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable-inline-right.react-page-cell-draggable-overlay,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-draggable-inline-left.react-page-cell-draggable-overlay,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-draggable-inline-right.react-page-cell-draggable-overlay{float:left;z-index:4}.react-page-editable.react-page-editable-mode-edit .react-page-cell-draggable-is-dragging,.react-page-editable.react-page-editable-mode-edit .react-page-cell-handle-is-dragging+div>.react-page-cell-droppable>.react-page-cell-draggable,.react-page-editable.react-page-editable-mode-edit .react-page-cell-handle-is-dragging+div>.react-page-cell-droppable>.react-page-cell-draggable-in-edit,.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable-is-dragging,.react-page-editable.react-page-editable-mode-layout .react-page-cell-handle-is-dragging+div>.react-page-cell-droppable>.react-page-cell-draggable,.react-page-editable.react-page-editable-mode-layout .react-page-cell-handle-is-dragging+div>.react-page-cell-droppable>.react-page-cell-draggable-in-edit,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-draggable-is-dragging,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-handle-is-dragging+div>.react-page-cell-droppable>.react-page-cell-draggable,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-handle-is-dragging+div>.react-page-cell-droppable>.react-page-cell-draggable-in-edit{opacity:.4;outline:none}.react-page-editable.react-page-editable-mode-layout .react-page-cell-draggable-overlay{border:1px solid rgba(0,0,0,.2)}.react-page-editable.react-page-editable-mode-layout .react-page-cell-move-actions{opacity:0;transition:.6s}.react-page-editable.react-page-editable-mode-layout .react-page-cell:hover>.react-page-cell-move-actions{opacity:.9}.react-page-cell-droppable-is-over-current:after{content:"";height:100px;width:100%;position:absolute;bottom:-100px}.react-page-cell-droppable-is-over-current:before{content:" ";display:block;position:absolute;z-index:1;background:rgba(0,0,0,.87);background:var(--darkBlack)}.react-page-cell-droppable-is-over-above:before,.react-page-cell-droppable-is-over-below:before{border-left:0;border-right:0}.react-page-cell-droppable-is-over-left-of:before,.react-page-cell-droppable-is-over-right-of:before{border-top:0;border-bottom:0}.react-page-cell-droppable-is-over-above:before{top:0;left:0;right:0;height:4px;border-left:0;border-right:0}.react-page-cell-droppable-leaf.react-page-cell-droppable-is-over-above:before{height:4px}.react-page-cell-droppable-is-over-below:before{bottom:0;left:0;right:0;height:4px}.react-page-cell-droppable-leaf.react-page-cell-droppable-is-over-below:before{height:4px}.react-page-cell-droppable-is-over-left-of:before{top:0;left:0;bottom:0;width:4px}.react-page-cell-droppable-leaf.react-page-cell-droppable-is-over-left-of:before{width:4px}.react-page-cell-droppable-is-over-right-of:before{top:0;right:0;bottom:0;width:4px}.react-page-cell-droppable-leaf.react-page-cell-droppable-is-over-right-of:before{width:4px}.react-page-cell-droppable-is-over-inline-left:before,.react-page-cell-droppable-is-over-inline-right:before{top:0;width:50%;height:36%;max-height:128px;background-color:#e0e0e0;background-color:var(--grey300);border:1px solid rgba(0,0,0,.26);border:1px solid var(--minBlack)}.react-page-cell-droppable-is-over-inline-left:before{left:0}.react-page-cell-droppable-is-over-inline-right:before{right:0}.react-page-cell-droppable-not-allowed{cursor:not-allowed}.react-page-cell-error{background-color:red;padding:8px;margin:2px;overflow:hidden}.react-page-cell-error strong{margin:0 auto}.react-page-cell-error code{overflow:scroll}.react-page-editable .react-page-cell-handle{display:none}.react-page-editable.react-page-editable-mode-edit .react-page-cell-handle,.react-page-editable.react-page-editable-mode-layout .react-page-cell-handle,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-handle{position:absolute;top:0;left:50%;transform:translateX(-50%) translateY(-100%);transition:opacity .4s ease;opacity:0;background:hsla(0,0%,100%,.95);text-align:center;color:rgba(0,0,0,.97);display:inline-block;padding:12px 24px;margin:0 auto;border-radius:12px 12px 0 0;text-transform:uppercase;font-size:14px;line-height:1.4;letter-spacing:.15em;box-shadow:0 -5px 5px rgba(0,0,0,.22);pointer-events:none}.react-page-editable.react-page-editable-mode-edit .react-page-cell-handle-drag-enabled,.react-page-editable.react-page-editable-mode-layout .react-page-cell-handle-drag-enabled,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-handle-drag-enabled{cursor:move}.react-page-editable.react-page-editable-mode-edit .react-page-cell.react-page-cell-focused>.react-page-cell-handle,.react-page-editable.react-page-editable-mode-edit .react-page-cell:hover>.react-page-cell-handle,.react-page-editable.react-page-editable-mode-layout .react-page-cell.react-page-cell-focused>.react-page-cell-handle,.react-page-editable.react-page-editable-mode-layout .react-page-cell:hover>.react-page-cell-handle,.react-page-editable.react-page-editable-mode-resizing .react-page-cell.react-page-cell-focused>.react-page-cell-handle,.react-page-editable.react-page-editable-mode-resizing .react-page-cell:hover>.react-page-cell-handle{opacity:1;pointer-events:all}.react-page-cell{display:flex;flex-direction:column;box-sizing:border-box}.react-page-cell-inline-left{float:left}.react-page-cell-inline-right{float:right}.react-page-cell-has-inline-neighbour{float:none;width:100%;display:block}.react-page-cell .react-page-cell-inner{height:100%;box-sizing:border-box;outline:none}.react-page-editable.react-page-editable-mode-edit .react-page-cell,.react-page-editable.react-page-editable-mode-layout .react-page-cell,.react-page-editable.react-page-editable-mode-resizing .react-page-cell{position:relative;transition:box-shadow .3s}.react-page-editable.react-page-editable-mode-edit .react-page-cell-is-draft,.react-page-editable.react-page-editable-mode-layout .react-page-cell-is-draft,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-is-draft{opacity:.3;outline:1px dashed #000}.react-page-editable.react-page-editable-mode-edit .react-page-cell-bring-to-front,.react-page-editable.react-page-editable-mode-layout .react-page-cell-bring-to-front,.react-page-editable.react-page-editable-mode-resizing .react-page-cell-bring-to-front{z-index:3}.react-page-editable.react-page-editable-mode-edit .react-page-cell.react-page-cell-has-plugin:hover,.react-page-editable.react-page-editable-mode-layout .react-page-cell.react-page-cell-has-plugin:hover,.react-page-editable.react-page-editable-mode-resizing .react-page-cell.react-page-cell-has-plugin:hover{z-index:2;box-shadow:0 0 10px rgba(0,0,0,.4);opacity:1}.react-page-editable.react-page-editable-mode-edit .react-page-cell.react-page-cell-focused.react-page-cell-focused,.react-page-editable.react-page-editable-mode-layout .react-page-cell.react-page-cell-focused.react-page-cell-focused,.react-page-editable.react-page-editable-mode-resizing .react-page-cell.react-page-cell-focused.react-page-cell-focused{z-index:1;box-shadow:0 0 50px rgba(0,0,0,.4);opacity:1}.react-page-editable.react-page-editable-mode-insert .react-page-cell{cursor:cell}.react-page-editable.react-page-editable-mode-insert .react-page-cell:hover{z-index:1;box-shadow:0 0 50px rgba(0,0,0,.4);opacity:1}.react-page-controls-mode-toggle-button-inner{float:right;margin:8px}.react-page-controls-mode-toggle-button-description{font-family:Roboto,sans-serif;font-size:16px;margin-top:18px;float:right;background:transparent;color:transparent;border:1px solid transparent;padding:2px 8px;text-align:right;display:none;transition:all .2s ease;white-space:nowrap;overflow:hidden}.react-page-controls-mode-toggle-button:hover .react-page-controls-mode-toggle-button-description{max-width:999px;background:rgba(0,0,0,.87);background:var(--darkBlack);color:#fff;color:var(--white);display:block;border:1px solid rgba(0,0,0,.12);border:1px solid var(--faintBlack)}.react-page-controls-mode-toggle-clearfix{clear:both}@keyframes fadeIn{0%{opacity:0;transform:scale(0)}80%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.react-page-controls-mode-toggle-control{z-index:1;animation:fadeIn .8s forwards;opacity:0}.react-page-plugin-drawer-item{cursor:pointer;z-index:1}.react-page-plugin-drawer-item:hover{z-index:2;box-shadow:0 0 20px #ccc}.react-page-controls-trash{position:fixed;bottom:-64px;z-index:500;left:50%;transition:bottom .2s ease;padding:8px}.react-page-controls-trash.react-page-controls-trash-active{bottom:16px}