@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);*{--primary-hue-saturation:var(--primary-hue),var(--primary-saturation);--primary-color-hsl:var(--primary-hue-saturation),var(--primary-lightness);--primary-text-color-hsl:var(--primary-hue-saturation),var(--primary-text-lightness);--primary-color:hsl(var(--primary-color-hsl));--primary-text-color:hsl(var(--primary-text-color-hsl));--highlight-color-lightness:97%;--highlight-color-lightness-darker:92%;--highlight-color-hsla:var(--primary-color-hsl),0.1;--highlight-color:hsla(var(--highlight-color-hsla));--highlight-color-darker-hsla:var(--primary-color-hsl),0.18;--highlight-color-darker:hsla(var(--highlight-color-darker-hsla));--sidebar-text-color:#babccb;--sidebar-icon-color:rgba(215, 218, 222, 0.81)}.card-border-shadow{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.01),0 2px 1px -1px rgba(0,0,0,.02);box-shadow:0 1px 3px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.01),0 2px 1px -1px rgba(0,0,0,.02);border-radius:12px}.bar-legend,.chart-legend,.doughnut-legend,.line-legend,.pie-legend,.polararea-legend,.radar-legend{list-style-type:none;margin-top:5px;text-align:center;-webkit-padding-start:0;-moz-padding-start:0;padding-left:0}.bar-legend li,.chart-legend li,.doughnut-legend li,.line-legend li,.pie-legend li,.polararea-legend li,.radar-legend li{display:inline-block;white-space:nowrap;position:relative;margin-bottom:4px;border-radius:5px;padding:2px 8px 2px 28px;font-size:smaller;cursor:default}.bar-legend li span,.chart-legend li span,.doughnut-legend li span,.line-legend li span,.pie-legend li span,.polararea-legend li span,.radar-legend li span{display:block;position:absolute;left:0;top:0;width:20px;height:20px;border-radius:5px}/*!
 * Animate.css -http://daneden.me/animate
 * Version - 3.4.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2015 Daniel Eden
 */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.croppie-container{width:100%;height:100%}.croppie-container .cr-image{z-index:-1;position:absolute;top:0;left:0;-webkit-transform-origin:0 0;transform-origin:0 0;max-height:none;max-width:none}.croppie-container .cr-boundary{position:relative;overflow:hidden;margin:0 auto;z-index:1;width:100%;height:100%}.croppie-container .cr-resizer,.croppie-container .cr-viewport{position:absolute;border:2px solid #fff;margin:auto;top:0;bottom:0;right:0;left:0;-webkit-box-shadow:0 0 2000px 2000px rgba(0,0,0,.5);box-shadow:0 0 2000px 2000px rgba(0,0,0,.5);z-index:0}.croppie-container .cr-resizer{z-index:2;-webkit-box-shadow:none;box-shadow:none;pointer-events:none}.croppie-container .cr-resizer-horisontal,.croppie-container .cr-resizer-vertical{position:absolute;pointer-events:all}.croppie-container .cr-resizer-horisontal::after,.croppie-container .cr-resizer-vertical::after{display:block;position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #000;background:#fff;width:10px;height:10px;content:""}.croppie-container .cr-resizer-vertical{bottom:-5px;cursor:row-resize;width:100%;height:10px}.croppie-container .cr-resizer-vertical::after{left:50%;margin-left:-5px}.croppie-container .cr-resizer-horisontal{right:-5px;cursor:col-resize;width:10px;height:100%}.croppie-container .cr-resizer-horisontal::after{top:50%;margin-top:-5px}.croppie-container .cr-original-image{display:none}.croppie-container .cr-vp-circle{border-radius:50%}.croppie-container .cr-overlay{z-index:1;position:absolute;cursor:move;-ms-touch-action:none;touch-action:none}.croppie-container .cr-slider-wrap{width:75%;margin:15px auto;text-align:center}.croppie-result{position:relative;overflow:hidden}.croppie-result img{position:absolute}.croppie-container .cr-image,.croppie-container .cr-overlay,.croppie-container .cr-viewport{-webkit-transform:translateZ(0);transform:translateZ(0)}.cr-slider{-webkit-appearance:none;width:300px;max-width:100%;padding-top:8px;padding-bottom:8px;background-color:transparent}.cr-slider::-webkit-slider-runnable-track{width:100%;height:3px;background:rgba(0,0,0,.5);border:0;border-radius:3px}.cr-slider::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:focus{outline:0}.cr-slider::-moz-range-track{width:100%;height:3px;background:rgba(0,0,0,.5);border:0;border-radius:3px}.cr-slider::-moz-range-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}.cr-slider::-ms-track{width:100%;height:5px;background:0 0;border-color:transparent;border-width:6px 0;color:transparent}.cr-slider::-ms-fill-lower{background:rgba(0,0,0,.5);border-radius:10px}.cr-slider::-ms-fill-upper{background:rgba(0,0,0,.5);border-radius:10px}.cr-slider::-ms-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:1px}.cr-slider:focus::-ms-fill-lower{background:rgba(0,0,0,.5)}.cr-slider:focus::-ms-fill-upper{background:rgba(0,0,0,.5)}.cr-rotate-controls{position:absolute;bottom:5px;left:5px;z-index:1}.cr-rotate-controls button{border:0;background:0 0}.cr-rotate-controls i:before{display:inline-block;font-style:normal;font-weight:900;font-size:22px}.cr-rotate-l i:before{content:"â†º"}.cr-rotate-r i:before{content:"â†»"}.nvd3 .nv-axis{pointer-events:none;opacity:1}.nvd3 .nv-axis path{fill:none;stroke:#000;stroke-opacity:.75;shape-rendering:crispEdges}.nvd3 .nv-axis path.domain{stroke-opacity:.75}.nvd3 .nv-axis.nv-x path.domain{stroke-opacity:0}.nvd3 .nv-axis line{fill:none;stroke:#e5e5e5;shape-rendering:crispEdges}.nvd3 .nv-axis .zero line,.nvd3 .nv-axis line.zero{stroke-opacity:.75}.nvd3 .nv-axis .nv-axisMaxMin text{font-weight:700}.nvd3 .x .nv-axis .nv-axisMaxMin text,.nvd3 .x2 .nv-axis .nv-axisMaxMin text,.nvd3 .x3 .nv-axis .nv-axisMaxMin text{text-anchor:middle}.nvd3 .nv-axis.nv-disabled{opacity:0}.nvd3 .nv-bars rect{fill-opacity:.75;-webkit-transition:fill-opacity 250ms linear;transition:fill-opacity 250ms linear}.nvd3 .nv-bars rect.hover{fill-opacity:1}.nvd3 .nv-bars .hover rect{fill:#add8e6}.nvd3 .nv-bars text{fill:rgba(0,0,0,0)}.nvd3 .nv-bars .hover text{fill:#000}.nvd3 .nv-discretebar .nv-groups rect,.nvd3 .nv-multibar .nv-groups rect,.nvd3 .nv-multibarHorizontal .nv-groups rect{stroke-opacity:0;-webkit-transition:fill-opacity 250ms linear;transition:fill-opacity 250ms linear}.nvd3 .nv-candlestickBar .nv-ticks rect:hover,.nvd3 .nv-discretebar .nv-groups rect:hover,.nvd3 .nv-multibar .nv-groups rect:hover,.nvd3 .nv-multibarHorizontal .nv-groups rect:hover{fill-opacity:1}.nvd3 .nv-discretebar .nv-groups text,.nvd3 .nv-multibarHorizontal .nv-groups text{font-weight:700;fill:#000;stroke:rgba(0,0,0,0)}.nvd3 .nv-boxplot circle{fill-opacity:.5}.nvd3 .nv-boxplot circle:hover{fill-opacity:1}.nvd3 .nv-boxplot rect:hover{fill-opacity:1}.nvd3 line.nv-boxplot-median{stroke:#000}.nv-boxplot-tick:hover{stroke-width:2.5px}.nvd3.nv-bullet{font:10px sans-serif}.nvd3.nv-bullet .nv-measure{fill-opacity:.8}.nvd3.nv-bullet .nv-measure:hover{fill-opacity:1}.nvd3.nv-bullet .nv-marker{stroke:#000;stroke-width:2px}.nvd3.nv-bullet .nv-markerTriangle{stroke:#000;fill:#fff;stroke-width:1.5px}.nvd3.nv-bullet .nv-markerLine{stroke:#000;stroke-width:1.5px}.nvd3.nv-bullet .nv-tick line{stroke:#666;stroke-width:.5px}.nvd3.nv-bullet .nv-range.nv-s0{fill:#eee}.nvd3.nv-bullet .nv-range.nv-s1{fill:#ddd}.nvd3.nv-bullet .nv-range.nv-s2{fill:#ccc}.nvd3.nv-bullet .nv-title{font-size:14px;font-weight:700}.nvd3.nv-bullet .nv-subtitle{fill:#999}.nvd3.nv-bullet .nv-range{fill:#bababa;fill-opacity:.4}.nvd3.nv-bullet .nv-range:hover{fill-opacity:.7}.nvd3.nv-candlestickBar .nv-ticks .nv-tick{stroke-width:1px}.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover{stroke-width:2px}.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect{stroke:#2ca02c;fill:#2ca02c}.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect{stroke:#d62728;fill:#d62728}.with-transitions .nv-candlestickBar .nv-ticks .nv-tick{-webkit-transition:stroke-width 250ms linear,stroke-opacity 250ms linear;transition:stroke-width 250ms linear,stroke-opacity 250ms linear}.nvd3.nv-candlestickBar .nv-ticks line{stroke:#333}.nv-force-node{stroke:#fff;stroke-width:1.5px}.nv-force-link{stroke:#999;stroke-opacity:.6}.nv-force-node text{stroke-width:0}.nvd3 .nv-check-box .nv-box{fill-opacity:0;stroke-width:2}.nvd3 .nv-check-box .nv-check{fill-opacity:0;stroke-width:4}.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check{fill-opacity:0;stroke-opacity:0}.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check{opacity:0}.nvd3.nv-linePlusBar .nv-bar rect{fill-opacity:.75}.nvd3.nv-linePlusBar .nv-bar rect:hover{fill-opacity:1}.nvd3 .nv-groups path.nv-line{fill:none}.nvd3 .nv-groups path.nv-area{stroke:none}.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point{fill-opacity:0;stroke-opacity:0}.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point{fill-opacity:.5!important;stroke-opacity:.5!important}.with-transitions .nvd3 .nv-groups .nv-point{-webkit-transition:stroke-width 250ms linear,stroke-opacity 250ms linear;transition:stroke-width 250ms linear,stroke-opacity 250ms linear}.nvd3 .nv-groups .nv-point.hover,.nvd3.nv-scatter .nv-groups .nv-point.hover{stroke-width:7px;fill-opacity:.95!important;stroke-opacity:.95!important}.nvd3 .nv-point-paths path{stroke:#aaa;stroke-opacity:0;fill:#eee;fill-opacity:0}.nvd3 .nv-indexLine{cursor:ew-resize}svg.nvd3-svg{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;width:100%;height:100%}.nvtooltip.with-3d-shadow,.with-3d-shadow .nvtooltip{-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);border-radius:5px}.nvd3 text{font:normal 12px Arial,sans-serif}.nvd3 .title{font:bold 14px Arial,sans-serif}.nvd3 .nv-background{fill:#fff;fill-opacity:0}.nvd3.nv-noData{font-size:18px;font-weight:700}.nv-brush .extent{fill-opacity:.125;shape-rendering:crispEdges}.nv-brush .resize path{fill:#eee;stroke:#666}.nvd3 .nv-legend .nv-series{cursor:pointer}.nvd3 .nv-legend .nv-disabled circle{fill-opacity:0}.nvd3 .nv-brush .extent{fill-opacity:0!important}.nvd3 .nv-brushBackground rect{stroke:#000;stroke-width:.4;fill:#fff;fill-opacity:.7}@media print{.nvd3 text{stroke-width:0;fill-opacity:1}}.nvd3.nv-ohlcBar .nv-ticks .nv-tick{stroke-width:1px}.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover{stroke-width:2px}.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive{stroke:#2ca02c}.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative{stroke:#d62728}.nvd3 .background path{fill:none;stroke:#eee;stroke-opacity:.4;shape-rendering:crispEdges}.nvd3 .foreground path{fill:none;stroke-opacity:.7}.nvd3 .nv-parallelCoordinates-brush .extent{fill:#fff;fill-opacity:.6;stroke:gray;shape-rendering:crispEdges}.nvd3 .nv-parallelCoordinates .hover{fill-opacity:1;stroke-width:3px}.nvd3 .missingValuesline line{fill:none;stroke:#000;stroke-width:1;stroke-opacity:1;stroke-dasharray:5,5}.nvd3.nv-pie path{stroke-opacity:0;-webkit-transition:fill-opacity 250ms linear,stroke-width 250ms linear,stroke-opacity 250ms linear;transition:fill-opacity 250ms linear,stroke-width 250ms linear,stroke-opacity 250ms linear}.nvd3.nv-pie .nv-pie-title{font-size:24px;fill:rgba(19,196,249,.59)}.nvd3.nv-pie .nv-slice text{stroke:#000;stroke-width:0}.nvd3.nv-pie path{stroke:#fff;stroke-width:1px;stroke-opacity:1}.nvd3.nv-pie path{fill-opacity:.7}.nvd3.nv-pie .hover path{fill-opacity:1}.nvd3.nv-pie .nv-label{pointer-events:none}.nvd3.nv-pie .nv-label rect{fill-opacity:0;stroke-opacity:0}.nvd3 .nv-groups .nv-point.hover{stroke-width:20px;stroke-opacity:.5}.nvd3 .nv-scatter .nv-point.hover{fill-opacity:1}.nv-noninteractive{pointer-events:none}.nv-distx,.nv-disty{pointer-events:none}.nvd3.nv-sparkline path{fill:none}.nvd3.nv-sparklineplus g.nv-hoverValue{pointer-events:none}.nvd3.nv-sparklineplus .nv-hoverValue line{stroke:#333;stroke-width:1.5px}.nvd3.nv-sparklineplus,.nvd3.nv-sparklineplus g{pointer-events:all}.nvd3 .nv-hoverArea{fill-opacity:0;stroke-opacity:0}.nvd3.nv-sparklineplus .nv-xValue,.nvd3.nv-sparklineplus .nv-yValue{stroke-width:0;font-size:.9em;font-weight:400}.nvd3.nv-sparklineplus .nv-yValue{stroke:#f66}.nvd3.nv-sparklineplus .nv-maxValue{stroke:#2ca02c;fill:#2ca02c}.nvd3.nv-sparklineplus .nv-minValue{stroke:#d62728;fill:#d62728}.nvd3.nv-sparklineplus .nv-currentValue{font-weight:700;font-size:1.1em}.nvd3.nv-stackedarea path.nv-area{fill-opacity:.7;stroke-opacity:0;-webkit-transition:fill-opacity 250ms linear,stroke-opacity 250ms linear;transition:fill-opacity 250ms linear,stroke-opacity 250ms linear}.nvd3.nv-stackedarea path.nv-area.hover{fill-opacity:.9}.nvd3.nv-stackedarea .nv-groups .nv-point{stroke-opacity:0;fill-opacity:0}.nvtooltip{position:absolute;background-color:#fff;color:#000;padding:1px;border:1px solid rgba(0,0,0,.2);z-index:10000;display:block;font-family:Arial,sans-serif;font-size:13px;text-align:left;pointer-events:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.nvtooltip{background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.5);border-radius:4px}.nvtooltip.with-transitions,.with-transitions .nvtooltip{-webkit-transition:opacity 50ms linear;transition:opacity 50ms linear;-webkit-transition-delay:.2s;transition-delay:.2s}.nvtooltip.x-nvtooltip,.nvtooltip.y-nvtooltip{padding:8px}.nvtooltip h3{margin:0;padding:4px 14px;line-height:18px;font-weight:400;background-color:rgba(247,247,247,.75);color:#000;text-align:center;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.nvtooltip p{margin:0;padding:5px 14px;text-align:center}.nvtooltip span{display:inline-block;margin:2px 0}.nvtooltip table{margin:6px;border-spacing:0}.nvtooltip table td{padding:2px 9px 2px 0;vertical-align:middle}.nvtooltip table td.key{font-weight:400}.nvtooltip table td.key.total{font-weight:700}.nvtooltip table td.value{text-align:right;font-weight:700}.nvtooltip table td.percent{color:#a9a9a9}.nvtooltip table tr.highlight td{padding:1px 9px 1px 0;border-bottom-style:solid;border-bottom-width:1px;border-top-style:solid;border-top-width:1px}.nvtooltip table td.legend-color-guide div{width:8px;height:8px;vertical-align:middle}.nvtooltip table td.legend-color-guide div{width:12px;height:12px;border:1px solid #999}.nvtooltip .footer{padding:3px;text-align:center}.nvtooltip-pending-removal{pointer-events:none;display:none}.nvd3 .nv-interactiveGuideLine{pointer-events:none}.nvd3 line.nv-guideline{stroke:#ccc}.scrollableContainer{position:relative;padding-top:35px;overflow:hidden}.scrollableContainer .headerSpacer{position:absolute;height:36px;top:0;right:0;left:0}.scrollableContainer th .orderWrapper{position:absolute;top:0;right:2px;cursor:pointer}.scrollableContainer th .orderWrapper .order{font-size:8pt;color:#bdbdbd}.scrollableContainer th .orderWrapper .active{color:#464646}.scrollArea{height:100%;overflow-x:auto;overflow-y:auto;border-top:1px solid #e9eef2}.scrollArea table td{padding:8px 15px 8px 15px}.scrollArea table th .box{padding:0 15px!important;text-transform:uppercase;font-size:12px;color:#777;font-weight:700}.scrollArea table{overflow-x:auto;overflow-y:auto;margin-bottom:0;width:100%;border:none}.scrollArea table th{padding:0!important;border:none!important;min-width:40px}.scrollArea table .th-inner{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;top:0;height:36px;line-height:36px}.scrollArea table th .box{padding:0 8px;padding-right:11px}@-moz-document url-prefix(){.scrollArea table th .box{border-right:1px solid #ddd;border-left:none}}.scrollArea table .th-inner .ng-scope{display:block;overflow:hidden;text-overflow:ellipsis}.scrollArea table tr th:first-child th .box{border-left:none}.scrollArea table .th-inner.condensed{padding:0 3px}.scrollArea table tbody tr td:first-child{border-left:none}.scrollArea table tbody tr td:last-child{border-right:none}.scrollArea table tbody tr:first-child td{border-top:none}.scrollArea table tbody tr td{overflow:hidden;text-overflow:ellipsis}.scrollableContainer .scaler{position:absolute;top:0;width:2px;height:100%;background-color:#cfcfcf}.scrollableContainer th .resize-rod{position:absolute;top:0;right:0;cursor:col-resize;width:4px;height:100%}.scrollable-resizing .scrollableContainer{cursor:col-resize;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}scrollable-table .box{display:none!important}scrollable-table th{height:0!important;min-height:0!important;line-height:0!important}scrollable-table .th-inner .box{display:block!important}.ta-hidden-input{width:1px;height:1px;border:none;margin:0;padding:0;position:absolute;top:-10000px;left:-10000px;opacity:0;overflow:hidden}.ta-root.focussed>.ta-scroll-window.form-control{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ta-editor.ta-html,.ta-scroll-window.form-control{min-height:300px;height:auto;overflow:auto;font-family:inherit;font-size:100%}.ta-scroll-window.form-control{position:relative;padding:0}.ta-scroll-window>.ta-bind{height:auto;min-height:346px;padding:6px 12px}.ta-editor:focus{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ta-resizer-handle-overlay{z-index:100;position:absolute;display:none}.ta-resizer-handle-overlay>.ta-resizer-handle-info{position:absolute;bottom:16px;right:16px;border:1px solid #000;background-color:#fff;padding:0 4px;opacity:.7}.ta-resizer-handle-overlay>.ta-resizer-handle-background{position:absolute;bottom:5px;right:5px;left:5px;top:5px;border:1px solid #000;background-color:rgba(0,0,0,.2)}.ta-resizer-handle-overlay>.ta-resizer-handle-corner{width:10px;height:10px;position:absolute}.ta-resizer-handle-overlay>.ta-resizer-handle-corner-tl{top:0;left:0;border-left:1px solid #000;border-top:1px solid #000}.ta-resizer-handle-overlay>.ta-resizer-handle-corner-tr{top:0;right:0;border-right:1px solid #000;border-top:1px solid #000}.ta-resizer-handle-overlay>.ta-resizer-handle-corner-bl{bottom:0;left:0;border-left:1px solid #000;border-bottom:1px solid #000}.ta-resizer-handle-overlay>.ta-resizer-handle-corner-br{bottom:0;right:0;border:1px solid #000;cursor:se-resize;background-color:#fff}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.bottom{margin-top:10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.ta-editor.ta-text-editor .popover .popover-content .pull-right{float:right}.ta-editor.ta-text-editor .popover .popover-content .btn{height:28px;border-radius:100%;border:0}.ta-editor .ta-resizer-handle-overlay{display:none!important}.textangular-error-message{margin-top:-24px!important}.switch-light span span,.switch-toggle a{display:none}@media only screen{.switch-light{display:block;min-height:1.875em;position:relative;overflow:visible;padding:0;margin-left:6.25em}.switch-light *{-webkit-box-sizing:border-box;box-sizing:border-box}.switch-light a{display:block;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.switch-light label,.switch-light>span{line-height:1.875em;vertical-align:middle}.switch-light label{position:relative;z-index:3;display:block;width:100%}.switch-light input{position:absolute;opacity:0;z-index:5}.switch-light input:checked~a{right:0}.switch-light>span{position:absolute;left:-6.25em;width:100%;margin:0;padding-right:6.25em;text-align:left}.switch-light>span span{position:absolute;top:0;left:0;z-index:5;display:block;width:50%;margin-left:6.25em;text-align:center}.switch-light>span span:last-child{left:50%}.switch-light a{position:absolute;right:50%;top:0;z-index:4;display:block;width:50%;height:100%;padding:0}.switch-toggle{display:block;min-height:1.875em;margin-bottom:30px;position:relative;display:table;table-layout:fixed;padding:0!important}.switch-toggle *{-webkit-box-sizing:border-box;box-sizing:border-box}.switch-toggle a{display:block;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.switch-toggle label,.switch-toggle>span{line-height:1.875em;vertical-align:middle}.switch-toggle *{font-size:16px}.switch-toggle input{position:absolute;opacity:0}.switch-toggle input+label{position:relative;z-index:2;display:table-cell;width:50%;padding:3px 17px;margin:0;text-align:center}.switch-toggle a{position:absolute;top:0;left:0;padding:0;z-index:1;width:50%;height:100%}.switch-toggle input:last-of-type:checked~a{left:50%}.switch-toggle.switch-3 a,.switch-toggle.switch-3 label{width:33.3333333333%}.switch-toggle.switch-3 input:checked:nth-of-type(2)~a{left:33.3333333333%}.switch-toggle.switch-3 input:checked:last-of-type~a{left:66.6666666667%}.switch-toggle.switch-4 a,.switch-toggle.switch-4 label{width:25%}.switch-toggle.switch-4 input:checked:nth-of-type(2)~a{left:25%}.switch-toggle.switch-4 input:checked:nth-of-type(3)~a{left:50%}.switch-toggle.switch-4 input:checked:last-of-type~a{left:75%}.switch-toggle.switch-5 a,.switch-toggle.switch-5 label{width:20%}.switch-toggle.switch-5 input:checked:nth-of-type(2)~a{left:20%}.switch-toggle.switch-5 input:checked:nth-of-type(3)~a{left:40%}.switch-toggle.switch-5 input:checked:nth-of-type(4)~a{left:60%}.switch-toggle.switch-5 input:checked:last-of-type~a{left:80%}.switch-candy{background-color:#959595;color:#fdfdff!important;text-align:center;-webkit-box-shadow:inset 0 2px 6px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.02);box-shadow:inset 0 2px 6px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.02)}.switch-candy label{font-weight:700!important;cursor:pointer;-webkit-transition:color .2s ease-out;transition:color .2s ease-out}.switch-candy input:checked+label{color:#fff;cursor:default}.switch-candy a{border:1px solid #00698b;background:#169265}.switch-candy>span{color:#333;text-shadow:none}.switch-candy span{color:#fff}.switch-candy.switch-candy-blue a{background-color:#38a3d4}.switch-candy.switch-candy-yellow a{background-color:#f5e560}.switch-android{background-color:#464747;border-radius:1px;-webkit-box-shadow:inset rgba(0,0,0,.1) 0 1px 0;box-shadow:inset rgba(0,0,0,.1) 0 1px 0;color:#fff}.switch-android label{color:#fff}.switch-android>span span{opacity:0;margin-left:7.1875em;-webkit-transition:all .1s;transition:all .1s}.switch-android>span span:first-of-type{opacity:1}.switch-android input+label,.switch-android>span span{font-size:85%;line-height:2.15625em}.switch-android a{background-color:#666;border-radius:1px;-webkit-box-shadow:inset rgba(255,255,255,.2) 0 1px 0,inset rgba(0,0,0,.3) 0 -1px 0;box-shadow:inset rgba(255,255,255,.2) 0 1px 0,inset rgba(0,0,0,.3) 0 -1px 0}.switch-android.switch-light input:checked~a{background-color:#0e88b1}.switch-android.switch-light input:checked~span span:first-of-type{opacity:0}.switch-android.switch-light input:checked~span span:last-of-type{opacity:1}.switch-android.switch-toggle,.switch-android>span span{text-transform:uppercase}.switch-ios.switch-light{color:#868686}.switch-ios.switch-light a{left:0;width:1.875em;background-color:#fff;border:1px solid #d3d3d3;border-radius:100%;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-box-shadow:inset 0 -3px 3px rgba(0,0,0,.025),0 1px 4px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.1);box-shadow:inset 0 -3px 3px rgba(0,0,0,.025),0 1px 4px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.1)}.switch-ios.switch-light>span span{width:100%;left:0;opacity:0}.switch-ios.switch-light>span span:first-of-type{opacity:1;padding-left:1.875em}.switch-ios.switch-light>span span:last-of-type{padding-right:1.875em}.switch-ios.switch-light>span:before{content:"";display:block;width:100%;height:100%;position:absolute;left:6.25em;top:0;background-color:#fafafa;border:1px solid #d3d3d3;border-radius:30px;-webkit-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-box-shadow:inset rgba(0,0,0,.1) 0 1px 0;box-shadow:inset rgba(0,0,0,.1) 0 1px 0}.switch-ios.switch-light input:checked~a{left:100%;margin-left:-1.875em}.switch-ios.switch-light input:checked~span:before{border-color:#53d76a;-webkit-box-shadow:inset 0 0 0 30px #53d76a;box-shadow:inset 0 0 0 30px #53d76a}.switch-ios.switch-light input:checked~span span:first-of-type{opacity:0}.switch-ios.switch-light input:checked~span span:last-of-type{opacity:1;color:#fff}.switch-ios.switch-toggle{background-color:#fafafa;border:1px solid #d3d3d3;border-radius:30px;-webkit-box-shadow:inset rgba(0,0,0,.1) 0 1px 0;box-shadow:inset rgba(0,0,0,.1) 0 1px 0}.switch-ios.switch-toggle a{background-color:#53d76a;border-radius:25px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.switch-ios.switch-toggle label{color:#868686}.switch-ios input:checked+label{color:#3a3a3a}}@media only screen and (-webkit-max-device-pixel-ratio:2) and (max-device-width:80em){.switch-light,.switch-toggle{-webkit-animation:webkitSiblingBugfix infinite 1s}}@-webkit-keyframes webkitSiblingBugfix{from{-webkit-transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(0,0,0)}}:root{--zapier-brand:#3d4592;--zapier-brand-120:#2c3266;--zapier-text:#000;--zapier-text-80:#222;--zapier-bg-5:rgb(255 255 255 / 30%);--zapier-bg-5b:rgb(0 0 0 / 3%);--zapier-bg-0:rgb(255 255 255 / 60%);--zapier-icon-bg:#fff;--zapier-icon-color:rgb(0 0 0 / 40%);--zapier-icon-border-color:rgb(0 0 0 / 10%);--zapier-service-icon-border-color:rgb(0 0 0 / 10%);--zapier-input-border-color:rgb(0 0 0 / 50%);--zapier-border-color:rgb(0 0 0 / 30%);--zapier-modal-background-color:#fff;--zapier-modal-border-color:rgb(0 0 0 / 60%);--zapier-zap-state-off-bg:#403f3e;--zapier-zap-state-off-text:#fff;--zapier-zap-state-on-bg:#0f884e;--zapier-zap-state-on-text:#fff;--zapier-avatar-bg:#1a4a4c;--zapier-avatar-text:#fff;--zapier-button-text:#fff;--zapier-button-bg:var(--zapier-brand);--zapier-elevation-5:0 5px 10px 0 rgb(0 0 0 / 10%);--zapier-elevation-6:0 5px 10px 0 rgb(0 0 0 / 20%);--zapier-elevation-30:0 10px 20px 0 rgb(0 0 0 / 30%);--zapier-elevation-zap:0 8px 8px -8px rgb(0 0 0 / 20%);--zapier-grid-unit:10px;--zapier-button-input-border-radius:3px;--zapier-font-family:"Inter",Helvetica,arial,sans-serif;--zapier-font-size-26px:max(calc(16px * 1.625), 1.625rem);--zapier-font-size-20px:max(calc(16px * 1.25), 1.25rem);--zapier-font-size-18px:max(calc(16px * 1.125), 1.125rem);--zapier-font-size-16px:max(16px, 1rem);--zapier-font-size-14px:max(calc(16px * 0.875), 0.875rem);--zapier-font-size-12px:max(calc(16px * 0.75), 0.75rem)}[data-theme=dark]{--zapier-brand:#90a1ed;--zapier-brand-120:#f0f1fa;--zapier-text:#fff;--zapier-text-80:rgb(255 255 255 / 80%);--zapier-bg-5:rgb(255 255 255 / 10%);--zapier-bg-5b:rgb(255 255 255 / 3%);--zapier-bg-0:rgb(255 255 255 / 10%);--zapier-icon-color:rgb(255 255 255 / 70%);--zapier-icon-border-color:rgb(0 0 0 / 20%);--zapier-border-color:rgb(255 255 255 / 40%);--zapier-input-border-color:var(--zapier-border-color);--zapier-service-icon-border-color:rgb(0 0 0 / 20%);--zapier-button-text:#000;--zapier-button-bg:#fff;--zapier-modal-background-color:#222;--zapier-modal-border-color:rgb(255 255 255 / 40%);--zapier-elevation-5:0 5px 10px 0 rgb(0 0 0 / 60%);--zapier-elevation-30:0 10px 10px -10px rgb(0 0 0 / 80%)}body{--google-font-color-materialiconstwotone:none}.material-icons.md-primary{color:var(--primary-color)!important}.material-icons.md-12{font-size:12px}.material-icons.md-14{font-size:14px}.material-icons.md-16{font-size:16px}.material-icons.md-18{font-size:18px}.material-icons.md-24{font-size:24px}.material-icons.md-36{font-size:36px;height:36px;width:36px}.material-icons.md-48{font-size:48px;height:48px;width:48px}.material-icons.md-dark{color:rgba(0,0,0,.54)}.material-icons.md-dark.md-inactive{color:rgba(0,0,0,.26)}.material-icons.md-light{color:#fff}.material-icons.md-light.md-inactive{color:rgba(255,255,255,.3)}#payment-form-wrapper .example.example2{background-color:#fff;margin:20px}#payment-form-wrapper .stripe-card-form .example.example2{margin:0}#payment-form-wrapper .example.example2 input{font-size:15px;font-weight:400}#payment-form-wrapper .example.example2 .field{position:relative;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;height:50px;margin:35px 0 0 0}#payment-form-wrapper .example.example2 .field.expire-field{width:32%;-webkit-box-flex:2;-ms-flex:2;flex:2}#payment-form-wrapper .example.example2 .field.cvc-field{min-width:15%;width:15%;margin-left:20px}@media (max-width:500px){#payment-form-wrapper .example.example2 .field{-webkit-box-flex:0;-ms-flex:0;flex:0}#payment-form-wrapper .example.example2 .field.card-field{-webkit-box-flex:2;-ms-flex:2;flex:2;min-width:100%}#payment-form-wrapper .example.example2 .field.expire-field{-webkit-box-flex:1;-ms-flex:1;flex:1}}#payment-form-wrapper .example.example2 .baseline{position:absolute;width:100%;height:1px;left:0;bottom:0;background-color:#000;-webkit-transition:background-color .3s cubic-bezier(.165,.84,.44,1);transition:background-color .3s cubic-bezier(.165,.84,.44,1)}#payment-form-wrapper .example.example2 label{position:absolute;width:100%;left:0;bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transform-origin:0 50%;transform-origin:0 50%;cursor:text;-webkit-transition-property:color,-webkit-transform;transition-property:color,-webkit-transform;transition-property:color,transform;transition-property:color,transform,-webkit-transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-timing-function:cubic-bezier(.165,.84,.44,1)}#payment-form-wrapper .example.example2 .input{position:absolute;width:100%;left:0;bottom:0;padding-bottom:7px;color:#32325d;background-color:transparent}#payment-form-wrapper .example.example2 .input::-webkit-input-placeholder{color:transparent;-webkit-transition:color .3s cubic-bezier(.165,.84,.44,1);transition:color .3s cubic-bezier(.165,.84,.44,1)}#payment-form-wrapper .example.example2 .input::-moz-placeholder{color:transparent;-moz-transition:color .3s cubic-bezier(.165,.84,.44,1);transition:color .3s cubic-bezier(.165,.84,.44,1)}#payment-form-wrapper .example.example2 .input:-ms-input-placeholder{color:transparent;-ms-transition:color .3s cubic-bezier(.165,.84,.44,1);transition:color .3s cubic-bezier(.165,.84,.44,1)}#payment-form-wrapper .example.example2 .input.StripeElement{opacity:0;-webkit-transition:opacity .3s cubic-bezier(.165,.84,.44,1);transition:opacity .3s cubic-bezier(.165,.84,.44,1);will-change:opacity}#payment-form-wrapper .example.example2 .input.focused,#payment-form-wrapper .example.example2 .input:not(.empty){opacity:1}#payment-form-wrapper .example.example2 .input.focused+label,#payment-form-wrapper .example.example2 .input.ng-not-empty+label,#payment-form-wrapper .example.example2 .input:not(.empty)+label{color:#aab7c4;-webkit-transform:scale(.85) translateY(-25px);transform:scale(.85) translateY(-25px);cursor:default;font-size:18px}#payment-form-wrapper .example.example2 .input.focused+label{color:#169265}#payment-form-wrapper .example.example2 .input.invalid+label{color:#f44336}#payment-form-wrapper .example.example2 .input.focused+label+.baseline{background-color:#169265;height:2px}#payment-form-wrapper .example.example2 .input.focused.invalid+label+.baseline{background-color:#e25950;height:2px}#payment-form-wrapper .example.example2 button,#payment-form-wrapper .example.example2 input{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;border-style:none}#payment-form-wrapper .example.example2 input:-webkit-autofill{-webkit-text-fill-color:#e39f48;-webkit-transition:background-color 100000000s;transition:background-color 100000000s;-webkit-animation:1ms void-animation-out}#payment-form-wrapper .example.example2 .StripeElement--webkit-autofill{background:0 0!important}#payment-form-wrapper .example.example2 button,#payment-form-wrapper .example.example2 input{-webkit-animation:1ms void-animation-out}#payment-form-wrapper .example.example2 button{display:block;width:calc(100% - 30px);margin:40px 15px 0;background-color:#169265;border-radius:4px;color:#fff;text-transform:uppercase;font-weight:600;cursor:pointer}#payment-form-wrapper .example.example2 button span{font-weight:700!important}#payment-form-wrapper .example.example2 .error svg{margin-top:0!important}#payment-form-wrapper .example.example2 .error svg .base{fill:#e25950}#payment-form-wrapper .example.example2 .error svg .glyph{fill:#fff}#payment-form-wrapper .example.example2 .error .message{color:#e25950}#payment-form-wrapper .example.example2 .success .icon .border{stroke:#abe9d2}#payment-form-wrapper .example.example2 .success .icon .checkmark{stroke:#169265}#payment-form-wrapper .example.example2 .success .title{color:#32325d;font-size:16px!important}#payment-form-wrapper .example.example2 .success .message{color:#8898aa;font-size:13px!important}#payment-form-wrapper .example.example2 .success .reset path{fill:#169265}#payment-form-wrapper .promo-button{color:var(--primary-text-color);font-size:15px}.activity-list{margin:3px 0}.activity-list .activity-hidden{-moz-filter:blur(3px);-o-filter:blur(3px);-ms-filter:blur(3px);-webkit-filter:blur(3px);filter:blur(3px)}.activity-list .no-content-section .no-content-inner{margin-top:75px}.full-height-activity .activity-list{height:789px!important}.activity-list .activity-list-item-icon{color:#fff;border-radius:50px;padding:6px;background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#838383),to(#537895));background:linear-gradient(to top,#838383 0,#537895 100%)}.activity-list .activity-detail{border-left:5px solid var(--primary-color)}.activity-list .grey-bar{margin:15px 0}.activity-list a{color:var(--primary-text-color)!important;font-weight:500}.activity-list a:hover{color:var(--primary-color)!important}.activity-list .md-list-item-inner,.activity-list md-list-item{padding:0!important}.activity-list .activity-detail{padding:0 20px;margin:10px 0 6px 0}.activity-list .activity-detail.extra-activity-detail{margin:18px 0 9px 0}.activity-list p{color:#666;margin:5px 0}.activity-list .bordered-activity-item{border-bottom:solid 1px #eee}.activity-list .bordered-activity-item:last-child{border-bottom:none}.activity-list .time-section{cursor:default;color:#929292;margin-top:5px}.activity-list .time-section .event-section{display:-webkit-box;display:-ms-flexbox;display:flex}.activity-list .time-section .event-section .event-link{color:#929292;font-size:12px;font-weight:400!important;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-list .time-section .event-link:hover{color:var(--primary-text-color)}.activity-list star-rating .layout-row{margin-bottom:5px;margin-top:2px}.activity-list .activity-query,.activity-list .activity-survey{border-top:solid 1px #eee;margin-top:5px;padding-top:5px}md-dialog-content .activity-list{margin:0}.house-pane-section.activity-list{margin-bottom:20px}.full-height-activity #activity-container{height:calc(100vh - 160px)}.trial-banner-active .full-height-activity #activity-container{height:calc(100vh - 210px)}.activity-list-item{margin:0}.warnings-menu{max-width:700px}.warnings-menu a{font-weight:700}.warnings-menu .warning-icon{margin-right:16px}.warnings-menu md-menu-item{min-height:70px;border-bottom:solid 1px #eee}.warnings-menu md-menu-item:last-child{border-bottom:none}.admin-scrollable-table{overflow:visible!important}.admin-scrollable-table .md-cell{max-width:170px!important;padding-right:20px!important}.admin-scrollable-table tbody.md-body>tr.md-row{height:55px!important}.admin-scrollable-table tbody.md-body>tr.md-row *{line-height:20px}.badge,.label{display:inline-block;padding:6px 8px;font-size:14px;font-weight:600;line-height:14px;color:#fff;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:6px}.badge:empty,.label:empty{display:none}a.badge:focus,a.badge:hover,a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.badge-important,.label-important{background-color:#b94a48}.badge-important[href],.label-important[href]{background-color:#953b39}.badge-warning,.label-warning{background-color:#f89406}.badge-warning[href],.label-warning[href]{background-color:#c67605}.badge-success,.label-success{background-color:#468847}.label-sandbox{background-color:#655c88}.label-legacy{background-color:#e793e3}.label-leader{background-color:#52bed6}.badge-success[href],.label-success[href]{background-color:#356635}.badge-info,.label-info{background-color:#3a87ad}.badge-info[href],.label-info[href]{background-color:#2d6987}.badge-inverse,.label-inverse{background-color:#333}.badge-inverse[href],.label-inverse[href]{background-color:#1a1a1a}.btn .badge,.btn .label{position:relative;top:-1px}.btn-mini .badge,.btn-mini .label{top:0}.pendo-btn svg{border-radius:14px;width:28px;height:28px}.alert{margin-bottom:40px;margin-top:5px;border-radius:8px;font-weight:600;padding:8px 8px;font-size:14px;line-height:20px}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-warning{color:#ad3a3a;background-color:#f7d9d9;border-color:#f1bcbc}.alert-dense{font-size:13px}.alert-org-form{margin-top:-10px}.bulk-action-bar .md-button{margin:0 16px}.bulk-action-bar .md-button md-icon{margin-top:-4px;margin-right:5px}.bulk-action-bar .md-button.md-icon-button md-icon{margin:0}body .md-button{border-radius:8px;font-weight:600}.btn-active,.btn-inactive{border:2px solid!important;border-radius:8px!important}.btn-active md-icon,.btn-inactive md-icon{padding:4px;font-size:22px}.first-opt.btn-active,.first-opt.btn-inactive{border-color:var(--secondary-color);color:var(--secondary-color)}.first-opt.btn-active md-icon,.first-opt.btn-inactive md-icon{color:var(--secondary-color)}.first-opt.btn-active{background:var(--secondary-button-color)}.second-opt.btn-active,.second-opt.btn-inactive{border-color:#adadad;color:#939393}.second-opt.btn-active md-icon,.second-opt.btn-inactive md-icon{color:#939393}.second-opt.btn-active{border-color:#939393;background:#939393!important}.btn-active{color:#fff!important}.btn-active md-icon{color:#fff!important}.btn-disabled{background:#676767!important;color:#fff!important}.payment-form .accepted-cards img{-webkit-transition:all .2s ease;transition:all .2s ease}.payment-form .accepted-cards img{width:40px;margin-right:17px;margin-top:5px;border-radius:5px!important;cursor:default;border:solid 1px #ced2d6}.payment-form .accepted-cards img:hover{-webkit-transform:scale(1.25);transform:scale(1.25)}.payment-form .input[type=number]::-webkit-outer-spin-button,.payment-form input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.payment-form input[type=number]{-moz-appearance:textfield}@media (min-width:900px) and (max-width:1280px){.payment-headline{max-width:60%}}.plan-info{position:relative;padding:8px;border:1px solid #eaecf0;border-radius:1rem;-webkit-box-shadow:0 12px 16px -4px rgba(0,0,0,.0784313725),0 4px 6px -2px rgba(16,24,40,.031372549);box-shadow:0 12px 16px -4px rgba(0,0,0,.0784313725),0 4px 6px -2px rgba(16,24,40,.031372549)}.plan-info.rec-plan{margin-top:30px}@media (min-width:768px){.plan-info.rec-plan{margin-top:8px}}.plan-info.rec-plan:after{content:"Most Popular";position:absolute;left:16px;top:-24px;background-color:#169265;color:#fff;padding:2px 11px;border-radius:5px 5px 0 0;font-weight:600}.plan-info.current-plan:after{content:"Current Plan";position:absolute;left:16px;top:-24px;background-color:var(--primary-color);color:#fff;padding:2px 11px;border-radius:5px 5px 0 0;font-weight:600}.plan-info.current-plan .button-switch-bar-button-container.selected{background-color:var(--primary-color)!important;color:#fff!important}.plan-icon{padding:8px;background:#eaf4f0;border-radius:8px}.button-switch-bar{background-color:rgba(0,0,0,.015);border:1px solid rgba(0,0,0,.05);border-radius:.5rem;padding:.475rem}.button-switch-bar .button-switch-bar-button-container{cursor:pointer;padding:6px;font-weight:600;border-radius:5px;margin:0 4px}.button-switch-bar .button-switch-bar-button-container.active{background:#fff;-webkit-box-shadow:0 1px 3px rgba(16,24,40,.1019607843),0 1px 2px rgba(16,24,40,.0588235294);box-shadow:0 1px 3px rgba(16,24,40,.1019607843),0 1px 2px rgba(16,24,40,.0588235294)}.button-switch-bar .button-switch-bar-button-container.selected{background-color:var(--primary-color)!important;color:#fff!important}.current-plan-style{border:2px solid var(--primary-color)}.plan-info .main-details .plan-name{text-transform:uppercase;font-size:14px;margin:10px 0 0;font-weight:400;color:#494949;letter-spacing:.5px}.plan-info .main-details .plan-price{font-size:52px;margin:0;font-weight:600;margin-top:5px;padding:5px 10px;color:#494949}.invoice-details-content{text-align:left;border-radius:8px;background-color:#f2f2f2;margin:20px}.invoice-details-content .invoice-details-text *{text-align:left!important}.plan-coverage-item{padding:3px 10px}.plan-helper-info{color:#0b132b;opacity:.65;font-weight:500;font-size:13px;letter-spacing:.3px;min-height:30px}.plan-info .main-details *{text-align:center}.plan-info .main-details .plan-interval{font-size:13px;margin:0;color:#0b132b}.plan-info .main-details .plan-interval span{opacity:.65}.plan-info .main-details .plan-interval .plan-interval-annual{opacity:1;color:var(--primary-text-color)}.plan-info .plan-size{font-size:15px;font-weight:500;margin:0;padding:2px 5px}.plan-size.small-margin-bottom{margin-bottom:25px!important}.plan-info .main-details .plan-size md-icon{margin-right:5px;margin-left:-16px}.plan-info .plan-benefits p{font-size:15px;line-height:20px}.plan-info .plan-seperator{height:2px;border-radius:2px;width:35px;background:#50e3c2}.upgrade-plan-form .switch-toggle{width:100%;margin-bottom:0}.upgrade-plan-form .switch-candy{background:#d8d8d8;border:1px rgba(0,0,0,.0392156863) solid;border-radius:4px}.upgrade-plan-form .switch-candy a{border:1px solid var(--primary-color);background:var(--primary-color);border-radius:4px}.upgrade-plan-form .switch-toggle input+label{color:#494949}.upgrade-plan-form .switch-toggle input+label.selected-interval{color:#fff}.discount-tag{padding:6px 9px;background:#4dbad3;color:#fff;border-radius:5px;margin:3px;margin-left:10px;position:relative;margin-right:-83px;height:19px;font-weight:600}.sign-up-page .discount-tag{height:20px}.offboard-page .discount-tag{height:19px}.discount-tag:after{content:" ";position:absolute;width:0;height:0;left:-11px;top:9px;border:6px solid;border-color:transparent #4dbad3 transparent transparent}.greyed{color:#b9b9b9!important}.plan-li-icon{margin-right:1px;margin-top:0;margin-left:-6px}.canvass-form star-rating>.layout-row{margin-top:-7px}.canvass-form md-input-container{margin:12px 0 6px 0}.canvass-form md-input-container .md-errors-spacer{min-height:10px}md-input-container .non-input-label{color:#7a7a7a;margin:0 0 4px 0!important;font-size:14px}.canvass-form md-input-container md-select{margin-bottom:10px}.canvass-form md-input-container md-switch{margin:3px 16px 8px 0}.canvass-issue-dialog md-input-container,.canvass-survey-dialog md-input-container{margin-top:30px;margin-bottom:25px}.canvass-form .canvass-reception-label{margin-top:5px!important;color:rgba(0,0,0,.54)!important;font-size:12px!important}.canvass-survey-form md-input-container{margin:5px 0}.survey-option{padding:8px 16px;height:unset}.survey-option .md-text{white-space:unset;overflow:initial}.survey-select .md-select-value span:first-child:after{content:""!important}.canvass-status-list .dndPlaceholder{min-height:92px;background:var(--light-background-color)!important;background-color:var(--light-background-color)!important}.canvass-status-list .create-new-card-button{background:#f6f6f6;height:66px;cursor:pointer!important;border-radius:inherit;font-weight:600;font-size:16px}.create-new-card-button:hover{background:#ecedee;height:66px}.create-new-card-button *{color:#818491}.canvaser-tracking-overview{min-height:138px}.canvasser-tracking-day-heading-row{padding:14px 18px}.canvasser-tracking-map-tooltip{width:250px}.canvasser-tracking-page .md-dialog-container{z-index:1!important}.canvasser-tracking-page .no-content-section .no-content-image md-icon{height:200px}.canvasser-tracking-gps-stat-container{position:relative;margin:3px 6px 5px 0;background:var(--light-background-color);border-radius:20px;padding:3px 14px 3px 7px;font-weight:600;height:20px;line-height:21px;font-size:13px;color:rgba(0,0,0,.8);cursor:pointer}.canvasser-tracking-gps-stat-container md-icon{margin-right:6px;margin-top:-2px}.canvasser-tracking-gps-stat-container span{height:20px}.canvasser-tracking-gps-stat-container:hover{background:rgba(0,0,0,.15);color:#000}.canvasser-tracking-gps-stat-container.active-pill{border:solid 2px hsla(var(--primary-text-color-hsl),.6);height:16px;line-height:16px;padding-left:5px;padding-right:12px}.canvasser-tracking-expand{background:var(--light-background-color)}@media (min-width:960px) and (max-width:1476px){.canvasser-tracking-gps-stat-name{display:none}}.canvasser-tracking-page .md-scroll-mask{display:none}.canvasser-tracking-page .overview-card-icon{height:200px!important}.canvasser-tracking-page .loading-grey-fade{width:50px;height:28px;margin-top:4px}.canvasser-tracking-page .condensed-headline-stats{margin:0;padding:12px;background:var(--light-background-color)}.canvasser-tracking-page .condensed-headline-stats .stat-figure{font-size:35px!important;font-weight:600}.canvasser-tracking-page .condensed-headline-stats .stat-name{font-size:13px;font-weight:500!important}.canvasser-tracking-page .condensed-headline-stats .stat-elem{min-width:60px;padding:5px}.faded-loading-row{opacity:.7!important}.online-text{color:#30c682!important;font-weight:700!important}.online-text-badge{color:#27bf7a!important;font-weight:700!important;background:rgba(41,184,119,.1019607843)!important;padding:0 12px 0 10px;border-radius:8px;text-transform:uppercase}.online-text-badge md-icon{color:#27bf7a!important;margin-right:3px}.heading-dropdowns{padding:8px 20px 12px;background:#fff}.heading-dropdowns .dropdown-container{padding-right:24px;min-width:200px}.heading-dropdowns md-select{margin:0;margin-right:8px;width:100%}.tracking-overview-card-pull-up{margin-top:-17px!important}.canvasser-tracking .canvass-list{padding:8px;overflow:auto;background:#fff}.canvasser-tracking .canvass-list md-list{border:solid 1px #f0f0f0;border-radius:12px;-webkit-box-shadow:0 2px 4px 2px rgba(0,0,0,.05);box-shadow:0 2px 4px 2px rgba(0,0,0,.05)}.canvasser-tracking .canvass-list md-list .canvasser-tracking-day-heading-row{padding:8px 8px 8px 16px}.canvasser-tracking .canvass-list .canvass-badge{opacity:.9;margin-right:6px}.canvasser-tracking .canvasser-stat-heading{font-size:12px;color:#777}.canvasser-tracking .selected-canvass-activity{background:var(--light-background-color);border-left:solid 4px hsla(var(--primary-text-color-hsl),.8)}.canvasser-tracking .selected-canvass-activity,.canvasser-tracking .selected-canvass-activity a{font-weight:700!important}.canvasser-tracking .selected-canvass-activity:hover{cursor:pointer}.canvasser-tracking .angular-google-map-container{border-top-left-radius:8px;border-bottom-left-radius:8px}.canvasser-tracking .stats-heading-row{border-top-right-radius:8px;padding:10px 24px 10px 16px!important;background:var(--light-background-color)!important;-webkit-filter:brightness(1);filter:brightness(1)}.canvasser-tracking .canvassers-content{border-bottom-right-radius:8px;background-color:#fff;overflow-y:scroll}@media (max-width:599px){.canvasser-tracking .angular-google-map-container{border-top-right-radius:8px;border-bottom-left-radius:0}.canvasser-tracking .canvasser-tracking-map .angular-google-map-container{height:400px!important}.canvasser-tracking .canvassers-content{border-bottom-left-radius:8px}.canvasser-tracking .stats-heading-row{border-top:solid 1px rgba(0,0,0,.12);border-radius:0}}.canvasser-tracking .overview-card{margin:0 0 8px 0;padding:8px 16px;min-height:210px}@media (min-width:599px){.canvasser-tracking .overview-card{min-height:154px}}.color-picker-option .md-text{width:100%}.palette-item{padding:0;border-radius:8px;cursor:pointer;height:25px;opacity:.85;min-width:160px;position:relative}.palette-item .palette-heading{margin:-18px 0 10px;background:#fff;padding:0 12px;text-align:center}.palette-item .color-pill{height:25px}.palette-item .selected-palette-checkmark{position:absolute;top:9px;left:50%;margin-left:-15px}.palette-item .selected-palette-checkmark md-icon{color:#fff;border:solid 2px #fff;border-radius:50%;background:rgba(0,0,0,.65)}.palette-item .palette-row .color-pill:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.palette-item .palette-row .color-pill:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.create-widget-dialog .md-sidenav-right{border-left:solid 1px rgba(0,0,0,.12)}.palette-square{padding:0;border-radius:4px;height:26px;width:40px;opacity:.85;margin-right:5px;margin-top:-12px}.palette-square .color-square-portion{height:19px;min-width:19px}md-select-menu .palette-item{opacity:.85}.checklist{overflow:auto;position:relative}.checklist-complete{color:#818a89;text-decoration:line-through;display:inline}.checklist-incomplete{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.checklist-progressbar{width:94%;margin-top:10px;margin-bottom:16px!important}.checklist-progressbar .md-container{height:20px;border-radius:25px;background:#d3e9f1;margin:14px}.checklist-progressbar .md-container .md-bar{height:20px;background:linear-gradient(315deg,hsl(var(--primary-hue-saturation),calc(var(--primary-lightness) + 7%)) 0,var(--primary-color) 74%);border-radius:10px!important}.checklist-close{position:absolute;right:8px}md-icon.checklist-icon{font-size:32px;height:32px;width:32px!important;margin:8px!important}md-icon.checklist-icon-complete{color:var(--primary-color)}md-icon.checklist-icon-incomplete{border:1px dashed #717274;border-radius:25px;color:#fff;font-size:30px;width:30px!important;height:30px}.checklist-incomplete a,a.checklist-incomplete{color:var(--primary-text-color)!important}.choose-import-card,.intergration-list-page .integration-card{margin:10px;position:relative;cursor:pointer}.choose-import-card md-card-footer,.intergration-list-page .integration-card md-card-footer{background-color:#f2f2f2;padding:20px;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.choose-import-card md-card-footer h2,.choose-import-card md-card-footer p,.intergration-list-page .integration-card md-card-footer h2,.intergration-list-page .integration-card md-card-footer p{margin:0}.choose-import-card md-card-footer h2,.intergration-list-page .integration-card md-card-footer h2{font-size:18px;margin-bottom:6px}.choose-import-card md-card-footer,.intergration-list-page .integration-card md-card-footer{min-height:105px}.choose-import-card .voter-file-icon,.intergration-list-page .integration-card .voter-file-icon{color:#14a364}.choose-import-card:hover,.intergration-list-page .integration-card:hover{-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.35),0 1px 1px 0 rgba(0,0,0,.2),0 2px 1px -1px rgba(0,0,0,.18);box-shadow:0 1px 5px 0 rgba(0,0,0,.35),0 1px 1px 0 rgba(0,0,0,.2),0 2px 1px -1px rgba(0,0,0,.18)}.choose-import-card md-icon,.intergration-list-page .integration-card md-icon{font-size:48px;width:48px;height:48px;margin-top:30px;margin-bottom:30px}.import-options-style{font-size:17px;margin:36px 8px 8px 18px}.columns-dialog md-list{max-height:85vh}.columns-dialog md-list md-list-item{border-bottom:solid 1px #eee}.columns-dialog md-list md-list-item md-checkbox{width:25px;margin-left:10px}.columns-dialog md-list .dndPlaceholder{height:53px;background:#eee}.drag-icon{cursor:move;padding:5px 10px 5px 0}.draggable{cursor:move}.app-consent-page .logos-container{display:block}.app-consent-page .logos-container img{margin:0 10px}.app-consent-page .logos-container .ecanvasser-logo{height:76px;display:block;margin-top:7px}.app-consent-page .logos-container .arrow-logo{height:35px;opacity:.5;display:block;margin:25px 5px 25px 20px}.app-consent-page .logos-container .app-logo{height:85px;display:block}.app-consent-page .logos-container .logo-row{margin-bottom:25px;margin-top:25px}.app-consent-page .highlight-text{font-weight:500;margin:0}.app-consent-page .bottom-spacer{height:150px}.input-letter-space{letter-spacing:5px}@media screen and (max-width:1440px){.credit-card-box{width:320px!important;height:240px!important}.back,.front{width:320px!important;height:210px!important}.back .logo{top:140px!important}}.credit-card-box{-webkit-perspective:1000;perspective:1000;width:400px;height:280px;position:relative;top:20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.credit-card-box.hover .flip,.credit-card-box:hover .flip{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.credit-card-box .back,.credit-card-box .front{width:400px;height:250px;border-radius:15px;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:linear-gradient(135deg,#00a0c7,#005276);position:absolute;color:#fff;font-family:Sans-Serif;top:0;left:0;text-shadow:0 1px 1px hsla(0deg,0%,0%,.3);-webkit-box-shadow:0 1px 6px hsla(0deg,0%,0%,.3);box-shadow:0 1px 6px hsla(0deg,0%,0%,.3)}.credit-card-box .back::before,.credit-card-box .front::before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:url(http://cdn.flaticon.com/svg/44/44386.svg) no-repeat center;background-size:cover;opacity:.05}.credit-card-box .flip{-webkit-transition:.6s;transition:.6s;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;position:relative}.credit-card-box .logo{position:absolute;top:9px;right:20px;width:60px}.credit-card-box .logo img{height:auto;max-width:100%;vertical-align:middle;border:0}.credit-card-box .logo svg{width:100%;height:auto;fill:#fff}.credit-card-box .front{z-index:2;-webkit-transform:rotateY(0);transform:rotateY(0)}.credit-card-box .back{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.credit-card-box .back .logo{top:185px}.credit-card-box .chip{position:absolute;width:60px;height:45px;top:20px;left:20px;background:linear-gradient(135deg,hsl(269deg,54%,87%) 0,hsl(200deg,64%,89%) 44%,hsl(18deg,55%,94%) 100%);border-radius:8px}.credit-card-box .chip::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;border:4px solid hsla(0deg,0%,50%,.1);width:80%;height:70%;border-radius:5px}.credit-card-box .strip{background:linear-gradient(135deg,hsl(0deg,0%,25%),hsl(0deg,0%,10%));position:absolute;width:100%;height:50px;top:30px;left:0}.credit-card-box .number{position:absolute;margin:0 auto;top:103px;left:19px;font-size:38px}.credit-card-box label{font-size:10px;letter-spacing:1px;text-shadow:none;text-transform:uppercase;font-weight:400;opacity:.5;display:block;margin-bottom:3px}.credit-card-box .card-expiration-date,.credit-card-box .card-holder{position:absolute;margin:0 auto;top:180px;left:19px;font-size:22px;text-transform:capitalize}.credit-card-box .card-expiration-date{text-align:right;left:auto;right:20px}.credit-card-box .cvc{height:18px!important;background:#fff;width:91%;border-radius:5px;top:110px;left:0;right:0;position:absolute;margin:0 auto;color:#000;text-align:right;padding:10px}.credit-card-box .cvc label{margin:-25px 0 14px;color:#fff}md-list[dnd-list]{min-height:48px;padding-left:0}md-list[dnd-list] .dndDraggingSource,md-list[dnd-list] .leave-active{display:none}md-list-item.disabled{cursor:default!important;background:#f8f8f8!important}md-list-item.disabled .md-button:focus,md-list-item.disabled .md-button:hover{background:0 0!important}.fields-table .no-content-section .no-content-inner{width:420px}.android-mockup-canvass{background:url(https://assets.ecanvasser.com/usa/app/img/mockups/android-noborder.png) no-repeat top center;width:250px!important;height:530px!important}.iphone-mockup-canvass{background:url(https://assets.ecanvasser.com/usa/app/img/mockups/iphone-noborder.png) no-repeat top center;width:250px!important;height:530px!important}.canvass-mockup{background-size:contain;-webkit-filter:drop-shadow(1px 10px 6px rgba(0, 0, 0, .5));filter:drop-shadow(1px 10px 6px rgba(0, 0, 0, .5));max-width:100%;margin:auto!important}.canvass-mockup .dark-icon,.canvass-mockup .field-icon{color:#000!important}.canvass-mockup .mockup-body{margin:auto;position:relative;overflow-x:hidden;overflow-y:auto;border-top:3px solid var(--primary-color)}.android-mockup-canvass .mockup-body{width:calc(100% - 18px);height:calc(100% - 130px);top:64px;left:1px}.android-mockup-canvass .mockup-body .mockup-fields{background:#fff;margin-top:8px!important}.android-mockup-canvass .mockup-body .mockup-fields:first-child{margin-top:0!important}.android-mockup-canvass .mockup-body .main-canvass-screen .canvass-list{background:#f2f2f2}.iphone-mockup-canvass .mockup-body{width:calc(100% - 29px);height:calc(100% - 123px);top:70px;left:0}.android-mockup-canvass md-list-item .md-list-item-inner .md-secondary-container,.android-mockup-canvass md-list-item .md-secondary-container,.iphone-mockup-canvass md-list-item .md-list-item-inner .md-secondary-container,.iphone-mockup-canvass md-list-item .md-secondary-container{display:none}.android-mockup-canvass .mockup-body .md-subheader,.iphone-mockup-canvass .mockup-body .md-subheader{background:#f2f2f7;text-transform:uppercase}.android-mockup-canvass .mockup-body .mockup-fields md-list-item,.android-mockup-canvass .mockup-body md-list-item.subheader{min-height:44px!important;height:44px!important}.android-mockup-canvass .mockup-body .mockup-fields md-list-item{margin-top:4px}.android-mockup-canvass .mockup-body .add-voter-item{min-height:40px;height:40px;margin-bottom:4px!important}.android-mockup-canvass .mockup-body .add-voter-item p{font-size:13px;color:rgba(0,0,0,.54);letter-spacing:.01em;font-weight:500}.iphone-mockup-canvass .mockup-body md-list-item{min-height:40px!important;height:40px!important;padding:0 12px!important}.mockup-body md-divider{border-top-color:rgba(0,0,0,.08)}.iphone-mockup-canvass .mockup-body md-list-item,.iphone-mockup-canvass .mockup-body md-list-item p{font-size:14px}.iphone-mockup-canvass .mockup-body .md-subheader .md-subheader-content{font-size:12px}.iphone-mockup-canvass .mockup-body .md-subheader .md-subheader-inner{padding:16px 12px 6px;font-size:12px!important;letter-spacing:.3px}.mockup-body md-list{padding:0!important}.android-mockup-canvass md-list-item{margin:0!important;padding:0 8px!important}.android-mockup-canvass .reception-section .teal-subheading{margin-bottom:6px!important}.mockup-body .teal-subheading{font-weight:500!important;color:var(--primary-text-color)!important;font-size:14px!important;margin-bottom:3px}.mockup-body .android-subheading{font-weight:600!important;color:#000!important;font-size:16px!important;margin-bottom:3px}.mockup-body .mockup-stars md-icon{margin-right:5px;font-size:26px}.iphone-mockup-canvass .mockup-body .mockup-stars{margin-top:2px;margin-bottom:1px}.android-mockup-canvass .mockup-body .mockup-stars{margin-top:5px}.iphone-mockup-canvass .mockup-stars md-icon{margin-right:5px;font-size:28px;height:30px;width:25px;min-height:31px;min-width:25px}.android-mockup-canvass .mockup-stars md-icon{margin-right:5px;font-size:29px;width:27px;height:30px;min-height:29px;min-width:28px}.iphone-mockup-canvass .ios-rating-text{margin:8px;font-size:12px!important}.android-mockup-canvass .android-rating-text{margin:10px 0!important}.canvass-mockup ::-webkit-scrollbar-track{-webkit-box-shadow:none;border-radius:4px}.canvass-mockup ::-webkit-scrollbar{width:4px;background-color:#f5f5f5}.canvass-mockup ::-webkit-scrollbar-thumb{border-radius:4px;background-color:#e6e6e6}.app-preview-sidebar{margin:0;background:#fff;-webkit-box-shadow:0 2px 8px -1px rgba(0,0,0,.2);box-shadow:0 2px 8px -1px rgba(0,0,0,.2);padding:8px 14px}.leader-customize-page .accordion-card{max-height:calc(100vh - 258px)}.customize-page .accordion-header{border-radius:8px!important}.customize-page .section-heading-container{padding:0 16px;min-height:90px;background:#fff;z-index:2}.customize-page .section-heading-container .md-title{padding:16px 0 5px}.customize-page .section-heading-container .action-btn-container{padding-top:12px}.customize-page .section-heading-container .action-btn-container md-button md-icon{margin-top:-2px}.customize-page .section-heading-container .md-body-1,.customize-page .section-heading-container .profilecard-accordion-card .accordion-header,.profilecard-accordion-card .customize-page .section-heading-container .accordion-header{margin:5px 0 16px}.custom-field-attachment-image{max-height:calc(100vh - 300px);width:auto;max-width:100%}.multiple-custom-field-attachment-dialog .md-dialog-content,.single-custom-field-attachment-dialog .md-dialog-content{min-height:400px}.single-custom-field-attachment-dialog embed{width:100%!important}.cf-attachment-cards-container{margin:16px}.cf-attachment-card{position:relative;border:solid 1px rgba(0,0,0,.16);border-radius:8px;margin:16px;width:200px;height:200px}.cf-attachment-card img{border-radius:8px}.cf-attachment-card .backdrop{position:absolute;width:100%;height:100%;border-radius:8px;background:rgba(0,0,0,.1)}.cf-attachment-card embed{width:100%!important}.cf-attachment-card .cf-attachment-card-footer{position:absolute;bottom:0;background:#f5f5f5;border-top:solid 1px rgba(0,0,0,.16);padding:7px 0 7px 10px;width:100%;border-bottom-left-radius:8px;border-bottom-right-radius:8px;cursor:default}.cf-attachment-card .cf-attachment-card-footer .file-type-icon{-ms-flex-item-align:center;align-self:center}.cf-attachment-card .cf-attachment-card-footer .file-name-text{font-weight:500;font-size:13px;line-height:15px;padding-right:10px;padding-left:5px;-ms-flex-item-align:center;align-self:center}.cf-attachment-card .cf-attachment-card-footer .download-attachment{margin-right:8px!important}.cf-attachment-card .cf-attachment-card-footer embed{width:100%!important}.customize-page .overview-card{padding:12px;background:#fff}.customize-page .overview-card .overview-card-icon{margin-right:20px}.customize-page .active-widget .accordion-header{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.effort-types .selected-item{background:rgba(var(--primary-color),.07)}.customize-page-sidenav{background:#fff;border-right:solid 1px rgba(0,0,0,.12);width:242px;z-index:3}.customize-page-sidenav .sidenav .active-page{background:var(--highlight-color);border-left:3px solid var(--primary-color)}.customize-page-sidenav .sidenav .active-page:hover{background:var(--highlight-color-darker)!important;border-left:3px solid var(--primary-color)}.customize-page-sidenav md-content{padding:16px 16px 0 0;background:#fff}.mockup-pane-container{z-index:3}.create-effort-form md-subheader{padding:4px 16px}.create-effort-form md-content{background:#fff}.create-effort-form .effort-types-container{max-height:calc(100vh - 210px)}.create-effort-form .form-content-container{max-height:calc(100vh - 166px)}.create-effort-form md-input-container{padding:24px 32px 12px}.create-effort-form md-dialog-actions{border-top:solid 1px rgba(0,0,0,.12)}@media (max-width:1400px){.mockup-pane-container{width:290px;max-width:290px;min-width:280px!important}}@media (max-width:1200px){.customize-page-sidenav{width:150px!important}}@media (max-width:960px){.customize-page-sidenav{width:70px!important}.customize-page-sidenav md-content{padding:8px 8px 0 0}.customize-page-sidenav .md-button{min-width:61px!important;width:61px!important}.customize-page-sidenav .md-button md-icon{margin:0!important}.customize-page .overview-card{padding:8px 12px}.mockup-pane-container{position:absolute;right:0}}@media (max-width:450px){.mockup-pane-container{width:90%;max-width:90%}.customize-page-help{margin-top:-3px}}.ios-switch{display:inline-block;cursor:pointer;-webkit-tap-highlight-color:transparent}.ios-switch i{position:relative;display:inline-block;width:46px;height:26px;background-color:#e6e6e6;border-radius:23px;vertical-align:text-bottom;-webkit-transition:all .3s linear;transition:all .3s linear;margin-right:0;margin-left:5px}.ios-switch i::before{content:"";position:absolute;left:0;width:42px;height:22px;background-color:#fff;border-radius:11px;-webkit-transform:translate3d(2px,2px,0) scale3d(1,1,1);transform:translate3d(2px,2px,0) scale3d(1,1,1);-webkit-transition:all .25s linear;transition:all .25s linear}.ios-switch i::after{content:"";position:absolute;left:0;width:22px;height:22px;background-color:#fff;border-radius:11px;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.24);box-shadow:0 2px 2px rgba(0,0,0,.24);-webkit-transform:translate3d(2px,2px,0);transform:translate3d(2px,2px,0);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.ios-switch:active i::after{width:28px;-webkit-transform:translate3d(2px,2px,0);transform:translate3d(2px,2px,0)}.ios-switch:active input:checked+i::after{-webkit-transform:translate3d(16px,2px,0);transform:translate3d(16px,2px,0)}.ios-switch input{display:none}.ios-switch input:checked+i{background-color:#4bd763}.ios-switch input:checked+i::before{-webkit-transform:translate3d(18px,2px,0) scale3d(0,0,0);transform:translate3d(18px,2px,0) scale3d(0,0,0)}.ios-switch input:checked+i::after{-webkit-transform:translate3d(22px,2px,0);transform:translate3d(22px,2px,0)}.mockup-banner-image,.mockup-banner-image .banner-shadow{height:100px;width:90%;margin:auto;margin-top:14px}.mockup-banner-image .banner-shadow{position:absolute;width:100%;-webkit-box-shadow:inset 7px 0 4px -2px rgba(255,255,255,.5),inset -7px 0 4px -2px rgba(255,255,255,.5);box-shadow:inset 7px 0 4px -2px rgba(255,255,255,.5),inset -7px 0 4px -2px rgba(255,255,255,.5);top:0;left:0}.android-mockup-canvass .talking-points-section{background:#fff;max-height:313px;overflow:auto}.android-mockup-canvass .talking-points-section .tp-heading{padding:14px 6px 2px}.android-mockup-canvass .talking-points-section .tp-heading md-icon{color:#000}.android-mockup-canvass .talking-points-section .tp-heading .tp-heading-text{margin-left:5px;font-size:14px;margin-top:2px}.android-mockup-canvass .talking-points-section .tp-text{font-size:11px;padding:3px 8px}.iphone-mockup-canvass .mockup-banner-image,.iphone-mockup-canvass .mockup-banner-image .banner-shadow{height:84px}.iphone-mockup-canvass .mockup-banner-image .banner-shadow{position:absolute;width:100%;-webkit-box-shadow:inset 7px 0 4px -2px rgba(255,255,255,.5),inset -7px 0 4px -2px rgba(255,255,255,.5);box-shadow:inset 7px 0 4px -2px rgba(255,255,255,.5),inset -7px 0 4px -2px rgba(255,255,255,.5);top:0;left:0}.iphone-mockup-canvass .talking-points-section{background:#fff;max-height:327px;overflow:auto}.iphone-mockup-canvass .talking-points-section .tp-heading{padding:14px 6px 2px}.iphone-mockup-canvass .talking-points-section .tp-heading md-icon{color:#000}.iphone-mockup-canvass .talking-points-section .tp-heading .tp-heading-text{margin-left:5px;font-size:13px;margin-top:2px}.iphone-mockup-canvass .talking-points-section .tp-text{font-size:11px;padding:6px 8px}.check-switch,.require-signature-switch{margin-right:15px}.check-switch .md-container,.require-signature-switch .md-container{margin-right:16px}.check-switch .md-thumb{background-image:url(https://assets.ecanvasser.com/usa/app/img/icons/check-circle-black.png);width:25px;height:25px;margin-top:-2px;-webkit-transition:all .2s ease;transition:all .2s ease;background-size:18px;background-repeat:no-repeat;background-position:center center}.check-switch.md-checked .md-thumb{background:url(https://assets.ecanvasser.com/usa/app/img/icons/check-circle-white.png),var(--primary-color);background-size:18px;background-repeat:no-repeat;background-position:center center}.require-signature-switch .md-thumb{background-image:url(https://assets.ecanvasser.com/usa/app/img/icons/draw-black.png);width:25px;height:25px;margin-top:-2px;-webkit-transition:all .2s ease;transition:all .2s ease;background-size:18px;background-repeat:no-repeat;background-position:center center}.require-signature-switch.md-checked .md-thumb{background:url(https://assets.ecanvasser.com/usa/app/img/icons/draw-white.png),var(--primary-color);background-size:18px;background-repeat:no-repeat;background-position:center center}.disabled-section{background:#f8f8f8!important}.canvass-status-color-picker .md-button.md-icon-button{margin-right:10px!important;margin-bottom:5px!important;border:solid 4px #fff;padding:2px}.canvass-status-color-picker .md-button.md-icon-button.selected-status{border:solid 4px var(--primary-color)}.nv-group,.nvd3.nv-pie path{fill-opacity:.85!important}.nv-y path.domain{display:none}.widget-section .card-tabs .card-tab{margin:6px 9px;min-width:125px}.dashboard-select-dropdown h3{cursor:pointer;font-size:30px;max-width:550px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.dashboard-select-dropdown .expand-icon{margin-left:5px}.dashboard-select-dropdown md-subheader{margin-right:16px;margin-left:2px}.dummy-data-banner-card{margin:12px 14px 0}.dashboard-section{margin:6px}.data-table .column-heading .sort-icon-loading-container{width:30px}.data-table .column-heading .sort-icon-loading-container .sort-icon-container{margin-bottom:-8px}.data-table .column-heading .sort-icon-loading-container .sort-icon-container md-icon{margin:5px!important}.data-table .column-heading .sort-icon-loading-container .loading-container{margin-left:5px}.data-table .title-cell{padding-right:120px;min-width:250px}.data-table .open-in-new-container{width:40px}.data-table .open-in-new-container a:hover,.data-table .open-in-new-container md-button:hover{text-decoration:none!important}.data-table .open-in-new-container a:hover md-icon,.data-table .open-in-new-container md-button:hover md-icon{color:rgba(0,0,0,.85)}.data-table .open-in-new-container a,.data-table .open-in-new-container md-button{text-decoration:none!important}.data-table .open-in-new-container a md-icon,.data-table .open-in-new-container md-button md-icon{margin-top:3px}.data-table .star-icon{position:relative;top:-2px;margin-right:-10px}.data-table .dates-breakdown-heading-row{opacity:.7}.data-table .dates-breakdown-heading-row td{color:#000}.data-table .dates-breakdown-heading-row .back-button{margin-right:10px;margin-left:-13px}.create-widget-dialog .md-dialog-content{min-height:600px}.create-widget-dialog .data-overtime-container{margin-top:-5px}.create-widget-dialog .checkbox-section{margin-top:12px}.create-widget-dialog .date-explained{margin:-22px 18px 0}.create-widget-dialog .open-filter-button{padding-left:17px}.create-widget-dialog .create-widget-middle-section{background:var(--light-background-color);padding:8px 16px}.create-widget-dialog .widget-card{border-radius:12px;min-height:50vh}.create-widget-dialog .md-sidenav-right .style-section{margin-top:30px}.create-widget-dialog .md-sidenav-right.md-locked-open{margin-bottom:80px}.download-in-progress-card{z-index:100;position:absolute;left:50vw;top:50vh;margin-left:-60px;margin-top:-60px;background:#fff;border-radius:15px;padding:20px;opacity:100%}.nvd3.nv-pie .hover path{fill-opacity:1!important}.nvd3 text{font-size:13px!important;font-family:Inter,Arial,sans-serif;font-weight:600;color:rgba(0,0,0,.87)}.nvd3.nv-multiBarWithLegend text{font-weight:500}.nvd3.nv-pie .nv-label rect{fill-opacity:1!important;stroke-opacity:1!important;width:156px!important;height:25px!important;fill:rgba(255,255,255,.55)!important;stroke-width:0!important;-webkit-transform:translate(-78px,-17px);transform:translate(-78px,-17px)}nvd3.line-bar-chart .nv-axis.nv-y path.domain{stroke-opacity:0!important}nvd3.line-bar-chart line{stroke-width:.5px}nvd3.line-bar-chart .nv-x .tick line{stroke-opacity:0}nvd3.line-bar-chart .nv-x text{text-anchor:middle!important}nvd3.line-bar-chart .nv-y2 .tick line{stroke-opacity:.7}nvd3.line-bar-chart .nv-axis path.domain{stroke-width:.5px;stroke:#e1e1e1}nvd3.line-bar-chart text{font-family:Inter,Roboto,Arial,sans-serif!important}.pie-chart-legend .dot{opacity:.85;border-radius:10px;height:15px;width:15px;min-width:15px!important;min-height:15px!important;margin:1px 12px 0 5px}.pie-chart-legend{min-width:300px}.pie-chart-legend.top-position{border-bottom:1px solid rgba(0,0,0,.08)}.pie-chart-legend.bottom-position{border-top:1px solid rgba(0,0,0,.08)}.pie-chart-legend.left-position{border-right:1px solid rgba(0,0,0,.08);width:40%}.pie-chart-legend.right-position{border-left:1px solid rgba(0,0,0,.08);width:40%}.small-chart__no-data-text{margin-top:30%}.pie-chart-title{font-size:16px;font-weight:500}.pie-chart-container{min-height:200px}.stats-table-title{font-weight:600;padding:16px;font-size:16px;padding-right:8px}.stats-table-title .text,.widget-header .text{color:rgba(0,0,0,.75);font-weight:500}.stats-table-title .text .subtext{color:#929292;margin-left:10px;font-size:14px}.stats-heading-row{background:var(--light-background-color);-webkit-filter:brightness(.98);filter:brightness(.98);padding:8px 16px!important}.pivot-heading-row{background:var(--light-background-color)}.pivot-heading-row th:first-child{background:var(--lighter-background-color)}.pivot-heading-row th:not(:first-child){padding-left:10px!important}.pivot-data-row td:first-child{background:var(--light-background-color);border-right:solid 1px rgba(0,0,0,.12)}.pivot-data-row td:not(:first-child){padding-left:10px!important}.stats-progress-bar{height:20px;margin-left:-50px;margin-right:10px;margin-top:-2px;z-index:0;opacity:.9}.stats-progress-bar .md-container{height:24px;background-color:#d0e6e4}.stats-progress-bar .md-container .md-bar{height:30px}.stats-progress-bar .md-container .md-dashed:before{height:30px}.result-export-form h5{margin:15px}.no-data-available *{color:#9f9f9f;text-align:center;padding:5px 10px}.no-data-available md-icon{height:70px;width:70px;font-size:70px;margin-top:-70px}.create-widget-dialog .color-dropdown-button{margin:20px 18px 5px 18px}.chart-available-space-container{min-height:280px!important}.angular-google-map,.angular-google-map-container{height:100%!important}.dashboard-section{min-height:500px!important}.dashboard-section .no-content-section .no-content-inner{margin-top:50px}.dashboard-section .activity-list{height:auto!important}.dashboard-section .activity-list .filled-star{color:#ffc10c;margin-right:2px}.dashboard-section .agm-style-mtc-bbw,.dashboard-section .gm-fullscreen-control,.dashboard-section .gmnoprint,.dashboard-section a[aria-label="Open this area in Google Maps (opens a new window)"]{display:none!important}.dashboard-section md-card{overflow:auto;margin:0}.dashboard-section .grid-stack-item .hover-icon md-icon,.dashboard-section .grid-stack-item .ui-resizable-handle,.dashboard-section .grid-stack-item .widget-controls md-icon{visibility:hidden!important}.dashboard-section .grid-stack-item:hover .hover-icon md-icon,.dashboard-section .grid-stack-item:hover .ui-resizable-handle,.dashboard-section .grid-stack-item:hover .widget-controls md-icon{visibility:visible!important}.dashboard-section .hover-icon md-icon,.dashboard-section .ui-resizable-handle,.dashboard-section .widget-controls md-icon{display:block!important;-webkit-transition:.1s linear all!important;transition:.1s linear all!important}.dashboard-section .ui-resizable-handle{opacity:.6}.dashboard-section .drag-handle{cursor:-webkit-grab;cursor:grab}.dashboard-section .edit-disabled-widget .drag-handle{cursor:default}.dashboard-section .nv-discreteBarWithAxes .nv-x .tick line{display:none}.dashboard-section .drag-handle{cursor:-webkit-grab;cursor:grab;margin-right:4px}.dashboard-section .grid-stack-item .widget-controls{height:40px;width:100px}.dashboard-section .grid-stack-item .widget-controls md-icon{display:block;visibility:visible;opacity:1}.dashboard-section .grid-stack-item .hover-icon md-icon,.dashboard-section .grid-stack-item .ui-resizable-handle{display:block;visibility:visible;opacity:1}.dashboard-section .widget-controls{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.dashboard-section .widget-controls md-icon{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.dashboard-section .card-tabs .card-tab .stat-number{font-size:44px}.dashboard-section .dndPlaceholder{background:0 0}.dashboard-section .fill-height{height:100%;max-width:100%}.dashboard-section .grid-list-background{margin-top:16px;padding:6px;background-image:url(https://assets.ecanvasser.com/usa/app/img/tile-background.svg);background-size:16.6666666667%}.data-record-dialog{background:#fafafa;padding:20px}.data-record-content{background:#fff;border-radius:5px;border:1px solid #dcdcdc}.data-record-content md-list-item{max-height:30px;min-height:30px;padding:8px 4px}.data-record-content form,.data-record-content section{border-bottom:1px solid #dcdcdc}.data-record-content form p,.data-record-content section p{max-width:none;padding:4px}.data-record-content section:first-child div:first-child{border-right:1px solid #dcdcdc}.data-record-content section:last-child{border-bottom:none}.data-record-table{border-collapse:collapse;border-spacing:0;margin:8px}.data-record-table th{color:#fff;background:var(--primary-text-color);text-align:left}.data-record-table td,.data-record-table th{border:1px solid #dcdcdc;padding:10px}md-dialog md-toolbar,md-sidenav md-toolbar{background:#fff!important;border-bottom:solid 3px var(--primary-color)}md-dialog md-toolbar *,md-sidenav md-toolbar *{color:var(--dark-color)}md-dialog md-toolbar md-icon,md-sidenav md-toolbar md-icon{color:var(--dark-color)!important;fill:var(--dark-color)!important}md-dialog md-toolbar.hide-border{border-bottom:none}md-dialog md-toolbar.transparent-toolbar{border-bottom:none}.division-campaigns-content{height:350px;overflow-y:scroll;overflow-x:hidden;padding-bottom:10px;border:solid 1px #eee;border-radius:8px}.division-campaigns-content md-list-item{border-bottom:solid 1px #eee}.division-card-heading{height:225px}.divisions-page .condensed-headline-stats .stat-figure{font-size:33px!important;font-weight:600}.divisions-page .overview-title{font-weight:600!important;font-size:31px}.md-dialog-transparent{position:absolute;max-height:100%!important;max-width:100%;height:100%;width:100%;background-color:rgba(0,0,0,.6);padding:3%}.file-progress-fixed{width:380px;position:absolute;left:16px;bottom:20px;z-index:50}.file-progress-fixed md-content{max-height:300px}.card-mouse-enter{position:absolute;right:0}.card-hover{background-color:rgba(158,158,158,.2)}.doc-md-list-item{height:50px;padding:0!important}.doc-md-list-item md-progress-linear .md-container{height:3px}.doc-md-list-item .doc-list-item-body{padding:5px 15px}.doc-md-list-item .md-icon-button{margin:0!important}.duplicate-dialog .what-happens-section{margin-top:40px}.duplicate-dialog .what-happens-section h2{cursor:pointer}.duplicate-dialog .what-happens-section h2:hover{color:var(--primary-text-color)}.duplicate-dialog .what-happens-section .read-more{margin-top:16px}.duplicate-dialog .contact-container{border:#eee 1px solid;border-radius:8px;cursor:pointer;margin:16px}.duplicate-dialog .contact-container h2{padding:8px 8px 0}.duplicate-dialog .contact-container .hint{padding:0 8px;margin-top:4px}.duplicate-dialog .contact-container:hover{-webkit-box-shadow:0 0 0 2px rgba(var(--primary-color),.6),0 0 12px 0 rgba(var(--primary-color),.2);box-shadow:0 0 0 2px rgba(var(--primary-color),.6),0 0 12px 0 rgba(var(--primary-color),.2)}.duplicate-dialog .contact-container.selected{border:var(--primary-color) 2px solid;background:rgba(var(--primary-color),.02)}.duplicate-dialog .contact-container.selected .md-subheader{background:rgba(var(--primary-color),.05)}.duplicate-dialog .contact-container.selected h2{color:var(--primary-text-color)}.duplicate-dialog .contact-container.selected:hover{-webkit-box-shadow:none;box-shadow:none;cursor:default}.create-emailblast-page .card-sub-row{padding:10px 24px!important}.create-emailblast-page .email-body{min-height:150px}.create-emailblast-page .auto-save-text{margin-left:30px;color:#777;font-weight:300;font-size:14px;text-transform:none!important}.create-emailblast-page .table-section{height:500px;margin-top:0!important;border:solid 1px #eee}.create-emailblast-page .selected-section .md-subhead{color:var(--primary-text-color)}.create-emailblast-page .heading-row .md-subhead{text-transform:uppercase}.s48,.s48 svg{width:48px;height:48px;font-size:48px!important}.s36,.s36 svg{width:36px;height:36px;font-size:36px!important;min-height:36px;min-width:36px}.main-side-nav md-menu-item a md-icon,.main-side-nav md-menu-item a md-icon svg,.s22,.s22 svg{width:22px;height:22px;font-size:22px;min-height:22px;min-width:22px}.s28,.s28 svg{width:28px!important;height:28px!important;font-size:28px!important;min-height:28px!important;min-width:28px!important}.s30,.s30 svg{width:30px!important;height:30px!important;font-size:30px!important;min-height:30px!important;min-width:30px!important}md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon),md-list.md-dense:not(.md-dense-disabled) md-list-item>md-icon:first-child:not(.md-avatar-icon){margin-top:auto!important;margin-bottom:auto!important}md-progress-linear.s3 .md-container{height:3px}md-progress-linear.s3 .md-container .md-bar{height:3px}.dot-loader{width:15px;aspect-ratio:1;border-radius:50%;-webkit-animation:l5 1s infinite linear alternate;animation:l5 1s infinite linear alternate}@-webkit-keyframes l5{0%{-webkit-box-shadow:20px 0 rgba(0,0,0,.5333333333),-20px 0 rgba(0,0,0,.1333333333);box-shadow:20px 0 rgba(0,0,0,.5333333333),-20px 0 rgba(0,0,0,.1333333333);background:rgba(0,0,0,.5333333333)}33%{-webkit-box-shadow:20px 0 rgba(0,0,0,.5333333333),-20px 0 rgba(0,0,0,.1333333333);box-shadow:20px 0 rgba(0,0,0,.5333333333),-20px 0 rgba(0,0,0,.1333333333);background:rgba(0,0,0,.1333333333)}66%{-webkit-box-shadow:20px 0 rgba(0,0,0,.1333333333),-20px 0 rgba(0,0,0,.5333333333);box-shadow:20px 0 rgba(0,0,0,.1333333333),-20px 0 rgba(0,0,0,.5333333333);background:rgba(0,0,0,.1333333333)}100%{-webkit-box-shadow:20px 0 rgba(0,0,0,.1333333333),-20px 0 rgba(0,0,0,.5333333333);box-shadow:20px 0 rgba(0,0,0,.1333333333),-20px 0 rgba(0,0,0,.5333333333);background:rgba(0,0,0,.5333333333)}}@keyframes l5{0%{-webkit-box-shadow:20px 0 rgba(0,0,0,.5333333333),-20px 0 rgba(0,0,0,.1333333333);box-shadow:20px 0 rgba(0,0,0,.5333333333),-20px 0 rgba(0,0,0,.1333333333);background:rgba(0,0,0,.5333333333)}33%{-webkit-box-shadow:20px 0 rgba(0,0,0,.5333333333),-20px 0 rgba(0,0,0,.1333333333);box-shadow:20px 0 rgba(0,0,0,.5333333333),-20px 0 rgba(0,0,0,.1333333333);background:rgba(0,0,0,.1333333333)}66%{-webkit-box-shadow:20px 0 rgba(0,0,0,.1333333333),-20px 0 rgba(0,0,0,.5333333333);box-shadow:20px 0 rgba(0,0,0,.1333333333),-20px 0 rgba(0,0,0,.5333333333);background:rgba(0,0,0,.1333333333)}100%{-webkit-box-shadow:20px 0 rgba(0,0,0,.1333333333),-20px 0 rgba(0,0,0,.5333333333);box-shadow:20px 0 rgba(0,0,0,.1333333333),-20px 0 rgba(0,0,0,.5333333333);background:rgba(0,0,0,.5333333333)}}md-chips .md-chips{-webkit-box-shadow:none;box-shadow:none}md-chips.clickable-chips md-chip{cursor:pointer}md-chips.clickable-chips md-chip:hover{cursor:pointer;background:rgba(0,0,0,.2)}md-icon[md-svg-src]{height:auto}.md-open-menu-container{border-radius:12px!important}.form-section-padded{padding:24px}.top-primary-color-border{border-top:solid 2px var(--primary-color)}.limit-figure{color:#777}.limit-figure.approaching-limit{color:#e79500}.limit-figure.reached-limit{color:#de0808}.signature-svg-container-small svg{height:auto!important;width:180px!important}.signature-svg-container-extra-small svg{height:auto!important;width:60px!important}.signature-svg-container{height:450px;overflow:hidden}.signature-svg-container svg{height:auto!important;width:270px!important}.clickable-elem{cursor:pointer}.clickable-table-row{cursor:pointer}.clickable-table-row:hover{background:var(--lighter-background-color)}.s26,.s26 svg{width:26px;height:26px;font-size:26px!important;min-height:26px;min-width:26px}.s28,.s28 svg{width:28px;height:28px;font-size:28px!important;min-height:28px;min-width:28px}.s20,.s20 svg,.view-event .details-section .detail md-icon,.view-event .details-section .detail md-icon svg{width:20px;font-size:20px}.s18,.s18 svg{width:18px;font-size:18px!important;height:18px;min-height:18px;min-width:18px}.s16,.s16 svg{width:16px!important;font-size:16px!important;height:16px!important;min-height:16px;min-width:16px}.s14,.s14 svg{width:14px;font-size:14px!important;height:14px;min-height:14px;min-width:14px}.s12,.s12 svg{width:14px;font-size:14px!important;height:14px;min-height:14px;min-width:14px}.mr-4{margin-right:4px}.mr-8{margin-right:8px}.ml-16{margin-left:16px}.px-8{padding-left:8px;padding-right:8px}.margin-auto{margin:auto}.vc-icon-margin{margin-right:32px}md-list.md-dense md-list-item .md-list-item-inner .vc-icon-margin{margin-right:36px}.view-event .details-section .detail md-icon,md-icon.s20{width:20px;font-size:20px;min-height:20px;min-width:20px;height:20px}md-icon.s18{width:18px;font-size:18px;min-height:18px;min-width:18px;height:18px}.main-side-nav md-menu-item a md-icon,md-icon.s22{width:22px;font-size:22px;min-height:22px;min-width:22px;height:22px}.s34,md-icon.s34{width:34px;font-size:34px;min-height:34px;min-width:34px;height:34px}.s38,md-icon.s38{width:38px!important;font-size:38px!important;min-height:38px!important;min-width:38px!important;height:38px!important}.s40,md-icon.s40{width:40px!important;font-size:40px!important;min-height:40px!important;min-width:40px!important;height:40px!important}.s44,md-icon.s44{width:34px;font-size:34px;min-height:34px;min-width:34px;height:34px}.md-icon-button.small-icon-button{width:34px!important;height:34px!important;font-size:34px!important;min-height:34px!important;padding:2px!important}.md-icon-button.small-icon-button md-icon{width:22px!important;height:22px!important;font-size:22px!important;min-width:22px!important;max-width:22px!important;min-height:22px!important}.md-icon-button.mini-icon-button{width:29px!important;height:29px!important;font-size:29px!important;min-height:29px!important;padding:2px!important}.md-icon-button.mini-icon-button md-icon{width:19px!important;height:19px!important;font-size:19px!important;min-width:19px!important;max-width:19px!important;min-height:19px!important;margin-left:3px!important}.md-icon-button.x-mini-icon-button{width:22px!important;height:22px!important;font-size:22px!important;min-height:22px!important;padding:2px!important}.md-icon-button.x-mini-icon-button md-icon{width:17px!important;height:17px!important;font-size:17px!important;min-width:17px!important;max-width:17px!important;min-height:17px!important;margin-left:1px!important}.md-icon-button.square-icon-button{border-radius:5px!important}.md-icon-button.s34{height:34px;width:34px;font-size:34px!important;min-height:51px!important;min-width:51px!important}md-option .md-text{padding-top:3px}md-option .md-text md-icon:first-child,md-select-value .md-text md-icon:first-child{margin-right:5px}.s56,.s56 svg{width:56px;height:56px;font-size:56px!important;min-height:56px;min-width:56px}.s68,.s68 svg{width:68px;height:68px;font-size:68px!important;min-height:68px;min-width:68px}.s78,.s78 svg{width:78px;height:78px;font-size:78px!important;min-height:78px;min-width:78px}.h68,.h68 svg{height:68px;font-size:68px}.s88,.s88 svg{width:88px;height:88px;font-size:88px!important;min-height:88px;min-width:88px}.s100,.s100 svg{width:100px;height:100px;font-size:100px!important;min-height:100px;min-width:100px}.s128,.s128 svg{width:128px;height:128px;font-size:128px!important;min-height:128px;min-width:128px}.s144,.s144 svg{width:144px;height:144px;font-size:144px!important;min-height:144px;min-width:144px}.s164,.s164 svg{width:164px;height:164px;font-size:164px!important;min-height:164px;min-width:164px}.s220,.s220 svg{width:220px;height:220px;font-size:220px!important;min-height:220px;min-width:220px}.s100,.s100 svg{width:100px;height:100px;font-size:100px!important;min-height:100px;min-width:100px}.s256,.s256 svg{width:256px;height:256px!important;font-size:256px!important;min-height:256px;min-width:256px}:focus{outline:0}:focus{outline:0}.toolbar-title{font-weight:700;font-size:16px}.card-row .md-button.md-icon-button{height:36px;padding:0}md-list .flat-card-row{background:#fff;border-bottom:solid 1px rgba(0,0,0,.12)}a{cursor:pointer}.pill{display:inline-block;font-weight:700;font-size:11px;text-align:center;text-transform:uppercase;vertical-align:inherit;-ms-hyphens:manual;hyphens:manual;line-height:20px;min-height:20px;background-color:var(--light-background-color);color:rgba(0,0,0,.52);padding:0 8px;border-radius:8px;margin-bottom:5px;margin-right:5px}.pill-success{background-color:rgba(22,146,101,.2);color:#169265}.pill-failure{background-color:rgba(201,78,57,.2);color:#d34f46}.pill-info{background-color:rgba(22,136,146,.2);color:#3199a1}.essentials-badge{margin-top:8px;background:#ea8c2b;background-color:#ea8c2b!important;padding:4px 12px;font-size:13px!important}.navbar-brand-logo{margin-right:5px}json-tree .key{color:var(--primary-color)!important;font-weight:500}.voxcitio-brand-logo-container .navbar-brand-logo{margin-top:5px;height:33px;max-width:180px}.white-background{background:#fff}.ecanvasser-brand-logo-container{width:100%;padding:14px 7px 7px 14px;border-radius:0;margin-top:0;margin-bottom:0}.ecanvasser-brand-logo-container .navbar-brand-logo{width:180px}.under-logo-account-name{display:block;font-size:12px;font-weight:600;overflow:hidden;text-align:center;white-space:nowrap;text-overflow:ellipsis;padding-top:4px;max-width:180px;margin:auto;color:rgba(255,255,255,.7)}.ecanvasser-brand-logo-container.clickable-logo:hover{background:rgba(255,255,255,.06);-webkit-transition:all .3s;transition:all .3s}md-sidenav .division-icon{color:var(--sidebar-leader-text)}.leader-brand-logo-container h1{text-align:center;font-size:22px;color:var(--sidebar-leader-text);margin:0}.plus-toggle-btn{padding:2px;border:solid 1px rgba(134,134,134,.58);border-radius:4px;background:#f8f8f8}.plus-toggle-btn md-icon{color:#848484}.plus-toggle-btn[disabled]{padding:2px;border:solid 1px rgba(203,203,203,.58);border-radius:4px;background:#f8f8f8}.plus-toggle-btn[disabled] md-icon{color:#d5d5d5}.blurred-section{-moz-filter:blur(3px);-o-filter:blur(3px);-ms-filter:blur(3px);-webkit-filter:blur(3px);filter:blur(3px)}.two-line-subheader{padding:10px 4px;background:#fafafa;border-top:2px solid #f2f2f2;border-bottom:2px solid #f2f2f2}.md-subheader.not-sticky{position:relative!important}.two-line-subheader .md-subheader-inner{padding:8px 0!important}.bold,.checklist-incomplete,.overview-card .overview-title,.page-heading-text,.profilecard-list .md-headline,.sidenav .md-button.active-page,.widget-footer .md-button,.widget-header .md-button,md-optgroup label,strong{font-weight:600!important}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase!important}md-dialog,md-dialog.md-default-theme{border-radius:12px!important}md-dialog md-dialog-content{max-height:calc(100vh - 160px);display:block}@media (min-width:0) and (max-width:959px) and (orientation:portrait){md-dialog md-dialog-content{max-height:none!important}}md-dialog.force-fullscreen md-dialog-content{max-height:none!important;display:block}.md-dialog-content-body{line-height:25px}.bulk-edit-form .bulk-edit-select{width:100%;margin-left:0!important}.bulk-edit-form .bulk-edit-clear-btn{margin:18px 4px!important}.icon-customized{margin-left:10px;margin-top:-1px;color:#b2b2b2}md-dialog-content p,md-dialog-content ul{max-width:700px;line-height:20px;margin:5px}md-dialog-content .dialog-info-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}md-dialog-content .dialog-info-message md-icon{position:absolute;margin-right:10px;margin-top:3px}.floating-badge-container{position:relative}.floating-badge{position:absolute;top:-5px;border-radius:20px;font-size:12px;height:20px;width:20px;right:0;color:#fff;text-align:center;line-height:21px}.red-badge{background:#fd3a57}.button-green{background-color:#2e932e!important}.badge{border-radius:18px;font-size:12px;font-weight:700;min-width:18px;height:18px;text-align:center;padding:4px;margin:0 4px;line-height:18px;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.badge.s10{height:10px;width:10px;min-width:10px}.md-sidenav.shadow{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2);box-shadow:0 2px 4px -1px rgba(0,0,0,.2)}.md-sidenav.md-sidenav-top.sidenav-double-toolbar-offset{top:112px}.md-sidenav.md-sidenav-top{top:64px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.map-page-main .md-sidenav.md-sidenav-top{top:0}.md-sidenav.people-page-filter-container.md-sidenav-top{top:104px}md-sidenav.admin-page-filter-container.md-sidenav-top{top:179px}.primary-text-color{color:var(--primary-text-color)!important}.primary-text-color md-icon{color:var(--primary-text-color)!important}.primary-text-color .md-select-value{color:var(--primary-text-color)!important}.primary-text-color .md-select-value span{color:var(--primary-text-color)!important}.filter-sidenav{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)!important}.read-only-filters *{cursor:default!important}.read-only-filters .md-button:hover{background-color:transparent!important}.md-sidenav.sidenav{width:215px}.sidenav .md-button{white-space:nowrap;overflow:hidden;border-top-right-radius:24px;border-bottom-right-radius:24px}.public-api-page .no-content-section .no-content-image md-icon{height:150px}.outlined-button .md-select-icon{padding-right:4px}.outlined-button md-date-range .md-select-value,md-select.outlined-button .md-select-value{border:none!important}md-select.outlined-button .md-select-value{min-height:21px!important;height:24px!important}md-select.outlined-button .md-select-value .md-select-icon{padding-right:3px;margin-bottom:-4px;color:var(--primary-text-color)}md-select.outlined-button.md-primary .md-text{color:var(--primary-text-color)!important}.sidenav md-toolbar.md-accent{background-color:#fff}.main-side-nav .md-subheader .md-subheader-inner{padding:0 16px}.md-sidenav.sidenav-fixed-top{top:0!important;z-index:70}.white-container md-content{background-color:#fff}.sidenav-offset{margin-left:215px}.leader-gradient,.nav-gradient .md-nav-bar{background:-webkit-gradient(linear,right top,left top,color-stop(10%,#4bcdc3),color-stop(90%,#0493ac))!important;background:linear-gradient(270deg,#4bcdc3 10%,#0493ac 90%)!important}md-nav-bar.no-border .md-nav-bar{border:none!important}md-nav-bar.top-tab-bar,md-toolbar.top-tab-bar{z-index:5;-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2);box-shadow:0 2px 4px -1px rgba(0,0,0,.2)}md-nav-bar.top-tab-bar .md-nav-bar,md-toolbar.top-tab-bar .md-nav-bar{border:none}md-nav-bar.top-tab-bar .top-tab-bar-help,md-toolbar.top-tab-bar .top-tab-bar-help{min-width:35px!important;padding:0;margin:0}md-nav-bar.top-tab-bar .top-tab-bar-help md-icon,md-toolbar.top-tab-bar .top-tab-bar-help md-icon{color:#fff;padding:12px}.show{opacity:1}.animate-show.ng-hide-remove{-webkit-transition:all linear .5s;transition:all linear .5s}.animate-show.ng-hide{opacity:0}.loading-grey-fade{color:transparent;background:linear-gradient(100deg,#eceff1 30%,#f6f7f8 50%,#eceff1 70%);background-size:400%;-webkit-animation:loading-grey-fade 1.2s ease-in-out infinite;animation:loading-grey-fade 1.2s ease-in-out infinite}@-webkit-keyframes loading-grey-fade{0%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes loading-grey-fade{0%{background-position:100% 50%}100%{background-position:0 50%}}.item-list-help{margin-right:16px}.main-content-container{margin-right:0;margin-left:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.tab-sidenav-offset{margin-left:215px!important}.filter-sidenav-offset{margin-right:320px!important}.md-toolbar-tools.filter-sidenav-offset{padding-right:320px!important}.md-button.small-text-button{font-size:12px;padding:0;margin:0}.md-button.narrow-button{min-width:60px}.md-button.small-text-button md-icon{margin:0 4px;font-size:22px}.md-button.next-step-button md-icon{margin-left:5px;margin-top:-2px;margin-right:-12px}.white-text *{color:#fff!important}@media (min-width:600px){.filter-nav-offset{margin-right:320px}}@media (max-width:960px){.search-container{padding:0 12px}md-dialog.md-dialog-fullscreen{border-radius:0!important}.md-sidenav.sidenav-fixed{top:49px}.md-sidenav.md-sidenav-top.sidenav-double-toolbar-offset{top:96px}}@media (max-width:837px){.md-sidenav.md-sidenav-top.sidenav-double-toolbar-offset{top:104px}}md-tabs.md-dense md-pagination-wrapper md-tab-item{min-width:100px}@media (max-width:599px){md-tabs .md-tab{font-size:12px;padding:12px 16px}.md-toolbar-tools>.md-button:last-child{margin:0}}@media (max-width:399px){md-tabs .md-tab{font-size:12px;padding:12px 10px}}.toggle-switch-button{border:1px solid rgba(0,0,0,.54);border-radius:8px;height:35px}.toggle-switch-button md-icon{color:rgba(0,0,0,.54)}.toggle-switch-button .md-button.selected{background:rgba(0,0,0,.54)}.teal-toggle-switch.toggle-switch-button{border:1px solid rgba(2,70,89,.88)}.teal-toggle-switch.toggle-switch-button md-icon{color:rgba(128,128,128,.8)}.teal-toggle-switch.toggle-switch-button .md-button{background:rgba(211,211,211,.2)}.teal-toggle-switch.toggle-switch-button .md-button:hover{background:rgba(19,19,19,.14)}.teal-toggle-switch.toggle-switch-button .md-button:hover md-icon{color:rgba(79,79,79,.7)}.teal-toggle-switch.toggle-switch-button .md-button.selected{background:var(--primary-color)}.teal-toggle-switch.toggle-switch-button .md-button.selected:hover md-icon{color:#fff}.teal-toggle-switch.toggle-switch-button md-divider{border-right-color:rgba(0,0,0,.6)}.slightly-wide-toggle-switch.toggle-switch-button .md-button{min-width:60px}.toggle-switch-button .md-button{margin:0;min-width:45px;min-height:33px;line-height:33px}.toggle-switch-button .md-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:5px}.toggle-switch-button .md-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:6px;border-bottom-left-radius:6px}.toggle-switch-button .md-button.selected md-icon{color:#fff}md-tabs .md-tab{font-weight:700}md-tooltip.small-top-margin{margin-top:4px!important}md-bottom-sheet{z-index:2147483001!important;border-top-right-radius:12px!important;border-top-left-radius:12px!important;max-width:700px;margin:auto;bottom:80px!important}md-bottom-sheet md-list{padding:0!important}md-bottom-sheet md-list md-list-item{min-height:72px!important;max-height:400px!important;height:auto!important}md-bottom-sheet md-list md-list-item .md-list-item-text{padding:16px 0}md-bottom-sheet .md-bottom-sheet-body{max-height:70vh;overflow:scroll}md-bottom-sheet .bottom-sheet-heading{border-top-right-radius:12px!important;border-top-left-radius:12px!important;font-weight:700;margin:0;padding:8px;border-bottom:1px solid rgba(0,0,0,.09);border-bottom:3px solid var(--primary-color)}md-bottom-sheet{z-index:2147483001;border-top-right-radius:12px!important;border-top-left-radius:12px!important}md-toast{margin-left:248px;-webkit-transition:all .4s;transition:all .4s}md-toast.md-left.md-bottom{margin-left:248px}.mini-nav-bar-active md-toast.md-left.md-bottom{margin-left:67px}md-toast.md-default-theme .md-toast-content{background:var(--dark-color)!important;border-radius:8px}md-toast .md-toast-content{font-weight:500}md-toast.md-right{right:70px!important}md-toast.md-bottom{bottom:12px!important}md-date-range .md-select-value{border-bottom:#dcdcdc 1px solid}md-date-range .md-select-value .md-select-icon{color:#737373}.md-date-range-picker__calendar__selected{background:var(--primary-color)!important}.md-date-range-picker__templates .md-button{-webkit-box-shadow:none!important;box-shadow:none!important}.md-custom-menu-content md-date-range-picker{margin-top:12px}md-progress-linear.loading-data-bar,md-progress-linear.loading-data-bar .md-container,md-progress-linear.loading-data-bar .md-container .md-bar{height:2px!important}.progress-container{height:100%}md-progress-circular.white-progress-circular svg path{stroke:#fff!important}.innset-shadow{-webkit-box-shadow:inset 5px 5px 5px #ccc;box-shadow:inset 5px 5px 5px #ccc}.main{height:100%}.empty-cell:before{content:"-"}.empty-cell{color:#a7bfcb!important}.card-row{background-color:#fff;margin:0 8px;-webkit-box-shadow:0 -1px 0 #dfdfdf,rgba(120,126,151,.19) 0 2px 6px 0;box-shadow:0 -1px 0 #dfdfdf,rgba(120,126,151,.19) 0 2px 6px 0}.invisible{visibility:hidden}.card-row .card-actions{position:absolute;right:0;margin-top:0;margin-right:26px!important}.preview-elem-value pre{font-family:Inter,Roboto,Arial,sans-serif!important;margin:0}.card-sub-row{background:#fff;margin:0!important;padding:0!important}.card-sub-row.sending-to{max-height:70%!important;height:70%!important;min-height:70%!important;padding-left:16px}.card-row>.md-button{line-height:20px!important}.no-side-padding{padding-left:0!important;padding-right:0!important}.no-side-margin{margin-left:0!important;margin-right:0!important}md-list-item.no-side-padding .md-button:first-child{padding-left:0!important;padding-right:0!important}.md-listheading.md-subheader{margin-bottom:1px!important;z-index:1!important}.no-vert-padding{padding-top:0!important;padding-bottom:0!important}.no-vert-margin{margin-top:0!important;margin-bottom:0!important}.no-left-padding{padding-left:0!important}.no-right-padding{padding-right:0!important}.no-left-margin{margin-left:0!important}.no-right-margin{margin-right:0!important}.no-horz-margin{margin-right:0!important;margin-left:0!important}.no-horz-padding{padding-right:0!important;padding-left:0!important}.warning-label{color:#da0000;font-size:15px;position:relative}star-rating md-icon{color:rgba(0,0,0,.25)!important}.filled-star,star-rating .filled-star{color:#ffcd06!important}.custom-fields star-rating .filled-star{color:var(--primary-color)!important}star-rating>.layout-row{margin-left:-8px;margin-bottom:3px}star-rating .md-button.md-icon-button{width:32px;padding:8px 0}.canvass-mockup star-rating .md-button.md-icon-button{padding:8px 0;width:30px;margin:2px}star-rating:active,star-rating:focus{outline:0}star-rating.ng-invalid.invalid-form md-icon{color:#da0000!important}.numberCircle{height:100px;width:100px;font-size:30px;background:#fff;border:2px solid #959595;color:#777;text-align:center;border-radius:50%;-webkit-box-sizing:content-box;box-sizing:content-box;margin:0 14px}.numberCircle md-progress-circular{margin-bottom:10px;margin-top:5px}.numberCircle md-progress-circular svg path{stroke:#959595}.numberCircle .max-figure{color:#959595;margin-top:7px;font-size:11px}.numberCircle .stat-name{opacity:.8;font-size:12px;font-weight:600;line-height:12px;margin-bottom:-4px}.numberCircleContainer{position:relative;cursor:default}.number-circle-settings-icon{position:absolute!important;top:13px;right:4px}.numberCircle.greenCircle{color:#21bb85;border-color:#21bb85}.numberCircle.greenCircle md-progress-circular svg path{stroke:#21bb85}.numberCircle.userCircle{color:var(--primary-color);border-color:var(--primary-color)}.numberCircle.userCircle md-progress-circular svg path{stroke:var(--primary-color)}.numberCircle.inviteCircle{color:#349cb0;border-color:#41aec5}.numberCircle.inviteCircle md-progress-circular svg path{stroke:#41aec5}.numberCircle.superUserCircle{color:#0d1329;border-color:#0d1329}.numberCircle.superUserCircle md-progress-circular svg path{stroke:#0d1329}.numberCircle.purpleCircle{color:#6d5b97;border-color:#6d5b97}.numberCircle.purpleCircle md-progress-circular svg path{stroke:#6d5b97}star-rating md-icon{font-size:30px!important;width:30px!important;height:30px!important;margin-top:2px}star-rating .md-icon-button{width:45px;height:51px}.md-button.md-small{min-width:1%;padding-left:15px;padding-right:15px}.toolbar-no-scroll md-tab-content{overflow:hidden}md-list-item.md-2-line .md-list-item-text h3{margin-bottom:3px!important}md-list .md-list-item-inner .list-item-offset{margin-left:24px}md-checkbox.md-checked .md-icon:after,md-checkbox.md-default-theme.md-checked .md-icon:after,md-checkbox.md-navbar-theme.md-checked .md-icon:after{border-color:#fff}md-checkbox.md-checked .md-ink-ripple,md-checkbox.md-default-theme.md-checked .md-ink-ripple{color:var(--primary-color)}md-checkbox.md-checked .md-icon,md-checkbox.md-default-theme.md-checked .md-icon{background-color:var(--primary-color)}md-checkbox.slim-checkbox{margin:0!important;width:20px}md-input-container md-list-item .md-no-style{padding:0!important}.back-button-text{margin-bottom:-1px;padding-right:4px}.pill-chip-button{padding:30px;border:solid 1px rgba(0,0,0,.16);border-radius:8px;background:grey;background:#f3f3f3}.pill-chip-button md-icon{color:#5c5c5c}.vert-gap{margin-top:20px!important;margin-bottom:20px!important}.vert-gap-top{margin-top:20px!important}.vert-gap-bottom{margin-top:20px!important}.vert-gap-small{margin-top:10px!important;margin-bottom:10px!important}.vert-gap-small{margin-top:10px!important;margin-bottom:10px!important}.vert-gap-medium{margin-top:30px!important;margin-bottom:30px!important}.vert-gap-large{margin-top:40px!important;margin-bottom:40px!important}.vert-gap-x-large{margin-top:100px!important;margin-bottom:100px!important}.clickable-toolbar{cursor:pointer}.shared-license-icon{color:#6d5b97!important}.user-icon{color:#0d1329!important}.input-label{color:#7d7d7d;font-family:Inter,Roboto,Arial,sans-serif!important;margin:3px 0}.hint{font-size:12px!important;color:#555}md-input-container .hint{position:absolute;left:2px;right:auto;bottom:7px;font-size:12px;margin-bottom:-3px;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);line-height:16px}md-input-container .hint.relative-hint{position:relative!important;left:auto;right:auto;bottom:auto;margin-bottom:auto;top:13px;z-index:-1}.color-picker .color-item{width:31px;height:25px;border-radius:5px;display:inline-block;margin:13px 5px 0 0;cursor:pointer}.color-picker .color-item:focus{outline:0}.color-picker .color-item:hover{opacity:.8}.color-picker .color-item .selected-inner{width:calc(100% - 12px);height:calc(100% - 12px);margin:3px;border-radius:5px!important;border:3px solid #e3e3e3}md-card .card-delete-button{position:absolute;right:1px;top:1px;z-index:201!important;padding:0!important;margin:0!important;border-radius:0!important}md-card .card-delete-button button{opacity:0;padding:0!important;-webkit-transition:all .3s ease!important;transition:all .3s ease!important;z-index:201!important;min-height:18px!important;margin:0!important;height:35px!important;width:28px!important;border-radius:0!important}md-card .card-delete-button button md-icon{height:15px!important;width:15px!important;margin:0!important}md-card:hover .card-delete-button button{opacity:1}#privacy #privacy-notice-list .sample-badge,.text-badge{background-color:var(--primary-color);padding:4px 10px;font-weight:600;font-size:14px;border-radius:7px;color:#fff;display:inline-block;min-width:30px;text-align:center}.card-row-options-menu{padding:4px 2px}.md-button.normal-text{text-transform:none!important;font-size:inherit}md-toolbar.small-toolbar{min-height:48px}md-toolbar.small-toolbar .md-toolbar-tools{height:48px;font-size:16px}.content-bottom-padding{padding-bottom:100px!important}md-list-item.disabled-item *{color:#ccc;cursor:default}md-list-item[disabled=disabled] *{cursor:default}md-dialog .dialog-section{padding:20px 25px}a{text-decoration:none!important}.flat-cards md-card{-webkit-box-shadow:none;box-shadow:none;border:1px solid rgba(0,0,0,.12)}.content-sections{-webkit-box-shadow:0 -1px 0 #e0e0e0,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);box-shadow:0 -1px 0 #e0e0e0,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)}.section-list{padding:0}.section-list .content-section{background-color:#fff}md-toast.md-error-toast-theme .md-toast-content{background-color:#d03f4c}md-toast.md-info-toast-theme .md-toast-content{background-color:#406fbd!important}md-toast{z-index:10000!important}.section-list-item{-webkit-box-shadow:none!important;box-shadow:none!important;margin:0!important}.selected-section{background-color:#fff!important}.selected-section :not([disabled]):hover{background-color:initial!important}.selected-section .md-button{cursor:default!important}.selected-section .md-button .md-ripple-container{display:none!important}.md-subheader-inner .md-icon-button{height:25px!important;margin-top:-17px!important;position:relative;top:4px}.md-button.md-icon-button.small-icon-button{width:24px;height:24px;padding:0;margin:0}.card-stats{color:#777;min-height:64px}.card-stats .app-heading{font-size:16px;color:#4a4a4a;margin-left:10px}.card-stats .campaign-overview-stat-row{padding:8px 16px}.card-stats .stat-number{font-size:23px;padding-left:1px;color:#4a4a4a}.card-stats .reception-star-icon{margin:3px 4px}.card-stats md-icon{color:#4a4a4a}@media (max-width:770px){.card-stats .campaign-overview-stat-row{padding:8px 4px}}.card-tabs{max-width:100%}.card-tabs .card-tab{color:#777;padding:0 10px;min-width:145px;min-height:64px;border-top:4px #fff solid;text-align:left}.card-tabs .card-tab .stat-number{margin-top:5px;padding-left:1px;color:var(--dark-color);font-size:41px;font-weight:600}.card-tabs .card-tab .stat-heading{font-size:13px}.card-tabs .card-tab .reception-star-icon{margin-top:-5px;margin-right:-10px}.card-tabs .card-tab .hit-rate-num{margin-right:-5px}.card-tabs .card-tab:focus{outline:0}.card-tabs .card-tab.active{border-top:4px var(--primary-color) solid;color:#000}.card-tabs md-icon{color:#444}.condensed-headline-stats{margin-top:5px}.condensed-headline-stats .stat-elem{margin-right:40px}.condensed-headline-stats .stat-name{font-size:18px;color:#888;font-weight:600!important}.condensed-headline-stats .stat-figure{font-size:23px!important;margin-top:3px}.survey-headline-stats{margin-bottom:30px}.survey-headline-stats .card-tabs .card-tab{min-width:150px}.survey-headline-stats .card-tabs .card-tab .stat-heading,.survey-headline-stats .card-tabs .card-tab .stat-number{text-align:center}.light-grey-button{background:#d7d9de!important;color:#1d1f23!important}.light-grey-button[disabled]:hover{background-color:#d7d9de!important;-webkit-filter:brightness(100%);filter:brightness(100%)}.light-grey-button md-icon{color:#1d1f23!important}.light-grey-icon-button md-icon{color:#cbcbcb!important}.light-grey-icon-button:hover md-icon{color:#9d9d9d!important}.md-primary.highlight-button{background:var(--primary-color)!important;color:#fff!important}.md-primary.highlight-button md-icon{color:#fff!important}.declined-button{background:#cf3f3e!important}.md-primary.active-button{background:rgba(var(--primary-color),.18)!important;color:var(--primary-text-color)!important}.md-primary.active-button md-icon{color:var(--primary-color)!important}.md-primary.highlight-button:hover{-webkit-filter:brightness(85%);filter:brightness(85%)}.md-primary.highlight-button:hover md-icon{color:hsl(var(--primary-hue-saturation),calc(var(--primary-lightness) + 10%))}.secondary-button{background:var(--secondary-button-color)!important;color:var(--secondary-button-color-text)!important}.secondary-button md-icon{color:var(--secondary-button-color-text)!important}.md-chip-content{font-weight:600}.outlined-button{border:solid 2px var(--primary-color)!important;background:#fff;height:36px;line-height:28px!important}.outlined-button.white-background{background:#fff!important}md-input-container.outlined-button{border-radius:8px;height:31px}md-input-container.outlined-button md-chips .md-chips{-webkit-box-shadow:none!important;box-shadow:none!important}vc-group-info-dialog vc-group-dashboard{height:calc(100vh - 170px)}.outlined-button.md-icon-button{padding:6px!important}.outlined-button.outlined-black{border:solid 2px rgba(0,0,0,.65)!important;color:rgba(0,0,0,.65)}.outlined-button.outlined-black md-icon{color:rgba(0,0,0,.65)!important}.outlined-button.outlined-black[disabled]{border:solid 2px rgba(0,0,0,.3)!important;color:rgba(0,0,0,.3);background:rgba(0,0,0,.06)}.outlined-button.outlined-black[disabled] md-icon{color:rgba(0,0,0,.3)!important}.outlined-button.outlined-grey{border:solid 2px rgba(0,0,0,.35)!important;color:rgba(0,0,0,.5)}.outlined-button.outlined-grey md-icon{color:rgba(0,0,0,.5)!important}.outlined-button.outlined-grey[disabled]{border:solid 2px rgba(0,0,0,.2)!important;color:rgba(0,0,0,.2);background:rgba(0,0,0,.06)!important}.outlined-button.outlined-grey[disabled] md-icon{color:rgba(0,0,0,.2)!important}.grey-button{background:#9b9b9b!important;color:#fff!important}.grey-button md-icon{color:#fff!important}.md-icon-button.black-white-button{color:#000!important;background:#fff!important}.skipped-lines-link{color:#ee7323}.flat-raised{-webkit-box-shadow:none!important;box-shadow:none!important}.flat-raised:hover{-webkit-filter:brightness(90%);filter:brightness(90%)}.md-button.md-primary.flat-raised[disabled]{color:#fff;background-color:var(--primary-color);opacity:.6}.md-button.md-primary.flat-raised[disabled] md-icon{color:#fff;opacity:.6}.md-button.md-primary.flat-raised[disabled]:hover{background-color:var(--primary-color)!important;opacity:.6!important}.md-button.grey-button.flat-raised[disabled]{color:#fff;background-color:var(--primary-color);opacity:.4}.md-button.column-button{background-color:inherit!important;min-width:100px}.md-button.column-button md-icon{color:#fff!important;background:var(--primary-color);opacity:.85;padding:10px;border-radius:50px;margin-top:10px}.md-button.column-button .md-caption{margin-top:2px}.md-button.md-button--right{margin-left:auto}.effort-select--right{margin-left:auto}.effort-select--map{margin:0 20px}.xs-icon{font-size:14px}.pointer{cursor:pointer}.grey-icon{color:rgba(0,0,0,.54)!important}.online-dot{color:rgba(2,222,2,.7294117647)}.offline-dot{color:rgba(192,192,192,.73)}md-divider.white-divider{border-top-color:rgba(255,255,255,.5)}md-divider.slightly-light-divider{border-top-color:rgba(0,0,0,.09)}md-divider.light-divider{border-top-color:rgba(0,0,0,.06)}md-divider.very-light-divider{border-top-color:rgba(0,0,0,.04)}.checkbox-margin-top{margin-top:16px!important}.select-all-margin{margin-bottom:13px!important;margin-right:10px!important}.font-500{font-weight:500}.light-grey-icon,.light-grey-icon md-icon{color:#cbcbcb!important}.light-grey-icon:hover,.light-grey-icon:hover md-icon{color:#828282!important}.card-transparent{padding:8px 32px!important;font-size:15px;color:#676767;font-weight:500;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings-header{padding:2px 6px!important}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.italic{font-style:italic}.campaign-stats-section .badge{border-radius:5px;font-size:18px!important;height:auto!important;padding:12px;color:#fff!important;min-width:45px}.campaign-stats-section .badge md-icon{color:#fff!important}.right-column-heading-align{margin-left:30px!important}.campaign-stats-section .badge md-icon{margin-top:-8px;position:relative;top:1px;margin-left:2px}.no-style{margin:0!important;padding:0!important}.d3-loading-container{height:300px!important}md-dialog.force-fullscreen{height:100%!important;border-radius:0!important}.d3-chart-container{min-height:316px!important}.large-menu-content{max-height:400px}@media (min-width:600px){.card-transparent md-dialog{max-height:calc(100% - 50px)!important}}.inline-answers md-radio-button{display:inline-block;outline:0}.inline-answers md-radio-button .md-label{margin-left:25px;margin-right:20px}md-radio-button .description-text{color:#444}.no-margin{margin:0!important}.no-box-shadow{-webkit-box-shadow:none!important;box-shadow:none!important}.very-tall-select md-select-menu,.very-tall-select md-select-menu md-content{max-height:80vh!important}.no-padding md-select-menu md-content{padding:0!important}.no-border .md-select-value .md-select-icon{margin-bottom:-4px}.no-border .md-select-value,md-select.no-border.md-default-theme:not([disabled]):focus .md-select-value,md-select.no-border:not([disabled]):focus .md-select-value{border-bottom-color:transparent;margin:0}.md-dialog-is-showing .md-select-backdrop{background-color:rgba(0,0,0,.15)}.no-border{border:none!important}.no-bottom-border{border-bottom:none!important}.no-top-border{border-top:none!important}.no-left-border{border-left:none!important}.no-right-border{border-right:none!important}.no-bottom-margin{margin-bottom:0!important}.no-top-margin{margin-top:0!important}.custom-margin-left{margin-left:-7px!important}.no-padding{padding:0!important}.no-bottom-padding{padding-bottom:0!important}.no-top-padding{padding-top:0!important}.no-outline{outline:0!important}.md-virtual-repeat-scroller md-list-item:first-child{margin-top:1px}.tooltip-multiline{height:auto!important}.tooltip-large{font-size:12px!important;line-height:16px!important;padding:8px!important}md-tooltip{font-size:11px!important;line-height:14px!important;padding:4px 8px!important;height:auto!important;background:var(--dark-color)!important;border-radius:8px!important;max-width:300px;white-space:pre-wrap!important;color:#fff!important;opacity:86%!important;text-align:center}.icon-styling-for-button{width:24px!important;height:24px!important;margin:5px 0 0 0!important}.small-padding{padding:2px}.progress-circular-margin{margin:35px auto}.filter-pane .fake-subheader,.filter-pane .md-subheader{border-top:solid 1px rgba(0,0,0,.12);border-bottom:solid 1px rgba(0,0,0,.12);margin-top:-1px}.filter-pane .filter-hide-button{border:solid 1px #c9c9c9;margin-left:-17px!important;margin-right:12px!important;border-radius:0 8px 8px 0!important;-webkit-box-shadow:1px 2px 3px 0 rgba(0,0,0,.15);box-shadow:1px 2px 3px 0 rgba(0,0,0,.15);padding:4px!important;width:34px!important;min-width:34px!important}.filter-pane .effort-subheader{cursor:pointer}.filter-pane md-list .md-button{border-radius:0!important}.filter-pane .filter-subheader-icon{margin-top:-3px}.filter-pane .effort-subheader .list-archive-icon{float:right;margin-top:-4px}.widget-footer{margin-top:-1px;border-top:solid 1px #e0e0e0;z-index:2}.widget-header{border-bottom:solid 1px #e0e0e0;min-height:48px}.md-icon-button.btn-mini{width:24px!important;height:24px!important;padding:0 1px!important;margin:0 1px}.widget-header .md-icon-button{margin-top:6px!important}.widget-header.grey-header{background:#f1f1f1!important}.widget-footer .md-button,.widget-header .md-button{font-size:13px;position:relative;height:36px;bottom:-1px}.results-page .widget-footer .md-button,.widget-header .md-button{margin:9px 6px}.widget-footer .md-button md-icon,.widget-header .md-button md-icon{margin-top:0}.widget-footer md-select .md-select-value,.widget-footer md-select.md-default-theme .md-select-value,.widget-header md-select .md-select-value,.widget-header md-select.md-default-theme .md-select-value{border-bottom-color:transparent}.list-archive-icon{float:left!important;margin-right:8px!important;position:relative}md-select.borderless-select .md-select-value{border-bottom-color:transparent!important;margin:0}md-select.bold-select .md-select-value{font-weight:500}md-select-value .list-archive-icon{margin-top:2px}md-select-menu,md-select-menu md-content{max-height:385px!important}md-optgroup label{border:solid #eee;border-width:1px 0 1px 0;background:#fafafa!important}md-option .list-archive-icon{top:-2px}md-option .option-label{color:rgba(0,0,0,.54);font-size:12px}.nvtooltip{font-family:Inter,Roboto,Arial,sans-serif!important}md-select-value span:first-child{padding:5px 0 2px 0}.md-display-1{margin:8px 0}.heading-row md-select{margin-bottom:12px}.list-fab-container{position:relative!important;margin:0!important;padding:0!important}.corner-list-fab{position:absolute!important;top:-28px;right:-23px;z-index:65!important}md-list{position:relative!important}.list-heading-row{padding-left:16px!important;padding-right:16px!important;margin-right:8px;margin-left:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar{width:6px;height:6px;background-color:rgba(233,234,241,.18)}::-webkit-scrollbar-thumb{border-radius:8px;-webkit-box-shadow:inset 0 0 2px rgba(39,39,110,.03);background-color:#d8d9e1}.dark-sidenav ::-webkit-scrollbar{width:6px;height:6px;background-color:transparent}.dark-sidenav ::-webkit-scrollbar-thumb{background-color:rgba(192,207,248,.3)}.help-text-small .no-content-section .no-content-inner{margin-top:20px;max-width:95%}@media (max-height:810px){.help-text-small .no-content-section .no-content-image{margin-bottom:0}.help-text-small .no-content-section .no-content-image svg{height:16vh}.help-text-small .no-content-section .md-title{font-size:18px}}@media (max-height:775px){.help-text-small .no-content-section .no-content-image{display:none}}.no-content-section .no-content-inner{margin-top:-75px;width:800px;max-width:90%}.no-content-section *{text-align:center!important}.no-content-section .no-content-image{margin-bottom:15px;max-width:100%}.no-content-section .no-content-image md-icon{height:23vh;width:auto}.help-text-small .no-content-section .no-content-image svg{height:18vh}.no-content-section .md-title{margin:10px;font-weight:500;font-size:22px;color:#444}.help-text-small .no-content-section .md-title{font-size:20px}.no-content-section .md-subhead{margin:2px 0 10px;font-size:15px}.no-content-section .useful-tip{margin-bottom:6px;margin-top:18px;color:#0d3349}.help-text-small .no-content-section .md-subhead,.help-text-small .no-content-section .useful-tip{font-size:13px}.small-link{font-size:13px}.help-text-small .no-content-section .small-link{font-size:12px}.no-content-section a{color:var(--primary-text-color)}.small-emoji{font-size:18px;line-height:15px}md-list-item.small-side-padding>.md-button{padding-left:4px!important;padding-right:4px!important}.btn-success{background:#15b26d!important;color:#fff!important}.btn-success:hover{-webkit-filter:brightness(85%);filter:brightness(85%);color:#fff!important}.btn-success.btn-disabled{background:rgba(21,178,109,.6)!important}.btn-success.btn-disabled:hover{background:rgba(21,178,109,.6)!important}.btn[disabled=disabled]{opacity:.6}.trial-button[disabled=disabled]{opacity:.6!important;cursor:default!important}.btn-wide{padding:0 40px!important}.content-margin{margin:8px 32px!important}.card-row-table md-list{padding:0;height:100%}.card-row-table md-list .card-row{-webkit-box-shadow:0 -1px 0 #dfdfdf,rgba(120,126,151,.19) 0 2px 6px 0;box-shadow:0 -1px 0 #dfdfdf,rgba(120,126,151,.19) 0 2px 6px 0}.card-row-table md-list md-list-item{margin:0}.draggable{cursor:move}.drag-disabled .draggable{cursor:default}.draggable.card-row md-icon{color:#8e8e8e}.accordion-header{cursor:pointer;border-bottom:none!important}.active-widget .accordion-header{cursor:default!important}.active-widget.accordion-card{min-height:350px}.active-widget .accordion-header{background:var(--highlight-color)!important}.leader-view .active-widget .accordion-header{background:var(--highlight-color)!important}.active-widget .accordion-header,.active-widget .accordion-header md-icon{color:var(--primary-color)}.active-widget .accordion-header .text{color:var(--primary-text-color)}.leader-view .active-widget .accordion-header,.leader-view .active-widget .accordion-header md-icon{color:var(--primary-color)}.leader-view .active-widget .accordion-header .text{color:var(--primary-text-color)}.accordion-card .accordion-content{-webkit-box-shadow:none!important;box-shadow:none!important;border-bottom:solid 1px #e0e0e0}.accordion-card .md-card-row{-webkit-box-shadow:none!important;box-shadow:none!important;border:solid 1px #e0e0e0;border-bottom:none}.accordion-card .md-card-row:last-child{border-bottom:solid 1px #e0e0e0}.right-text-list-item{font-size:13px;margin-bottom:-3px;text-align:right}.md-ripple-container{border-radius:inherit}.disable-md-clickable .md-ripple-container{display:none}.user-list-section .no-content-section .no-content-inner{margin-top:-100px}.hover-shadow-item:hover{-webkit-box-shadow:0 5px 7px -1px rgba(0,0,0,.1);box-shadow:0 5px 7px -1px rgba(0,0,0,.1)}.hide-shadow .hover-shadow-item:hover{-webkit-box-shadow:none!important;box-shadow:none!important}.dndPlaceholder{background-color:#f1f1f1;display:block;min-height:49px}[dnd-list] .dndPlaceholder{background-color:#f1f1f1;display:block}.hide-dndPlaceholder{display:none!important}.no-search-nav-tabs{position:absolute;left:45%;left:calc(50% - 106px);top:16px;-webkit-box-shadow:none!important;box-shadow:none!important}.no-errors-spacer .md-errors-spacer{display:none!important}@media (max-width:929px){.no-search-nav-tabs{top:8px}}.margin-support-link{right:8px!important;position:relative!important}.margin-support-link md-icon{color:rgba(0,0,0,.54)!important}.md-nav-bar .md-button._md-nav-button.md-focused{background:0 0!important}.md-nav-bar .md-button._md-nav-button{border-bottom-left-radius:0;border-bottom-right-radius:0}.new-nav-bar{z-index:5}.new-nav-bar .md-nav-bar{border-style:none!important;border-width:0!important}.accordion-card{max-height:calc(100vh - 380px)}.button-extra-wide{padding-right:100px!important;padding-left:100px!important}.button-wide{padding-right:40px!important;padding-left:40px!important}.button-pretty-wide{padding-right:24px!important;padding-left:24px!important}.button-slightly-wide{padding-right:16px!important;padding-left:16px!important}.info-pill{background:#deecfc;color:#2d6cb7;border-radius:23px;padding:6px 15px;font-size:13px;font-weight:600}.pill-button{border-radius:50%}.pill-button{border-radius:16px!important}.dense-button{height:30px!important;min-height:30px!important;line-height:30px!important}.dense-button.pill-button{border-radius:15px!important}.condensed-button{height:28px!important;font-size:13px!important;line-height:28px!important;min-height:28px!important}.button-slightly-wide md-icon{margin-right:6px;margin-left:-6px}md-input-container.md-black-theme .md-input,md-input-container.md-black-theme md-select .md-select-value{border-color:#000}md-input-container.md-black-theme label{color:rgba(0,0,0,.8)}md-input-container.md-black-theme md-select *{color:rgba(0,0,0,.8)}.md-button.upgrade-button{min-height:30px;height:32px;margin-top:4px!important;margin-left:15px}.md-button.upgrade-button span{position:relative;top:-2px}md-card{border-radius:12px!important}#content .md-button.md-raised,#content md-card{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.01),0 2px 1px -1px rgba(0,0,0,.02);box-shadow:0 1px 3px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.01),0 2px 1px -1px rgba(0,0,0,.02)}.square-corners,.square-corners .md-button.md-no-style{border-radius:0}.rounded-list md-list-item:first-child,.rounded-list md-list-item:first-child .md-button.md-no-style,.rounded-top,.rounded-top .md-button.md-no-style,md-list md-list-item:first-child,md-list-item:first-child .md-button.md-no-style{border-top-left-radius:12px;border-top-right-radius:12px}.rounded-bottom,.rounded-bottom .md-button.md-no-style,.rounded-list md-list-item:last-child,.rounded-list md-list-item:last-child .md-button.md-no-style,md-list md-list-item:last-child,md-list md-list-item:last-child .md-button.md-no-style{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.no-rounded-corners{border-radius:0!important}.no-rounded-bottom{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.no-rounded-top{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-corners{border-radius:12px}.box-list md-list-item{border-radius:0}.box-list md-list-item:first-child,.box-list md-list-item:first-child .md-button.md-no-style{border-radius:0}.top-border-dialog-actions{border-top:solid 1px rgba(0,0,0,.12)}.circular{border-radius:50%;position:relative;overflow:hidden}.warning-info-message{background:rgba(255,0,0,.1019607843);padding:10px;border-radius:8px;margin:10px 0;border:2px solid rgba(255,0,0,.4)}.circular img{display:inline;margin:0 auto;height:100%;width:auto}.box-list md-list-item:last-child,.box-list md-list-item:last-child .md-button.md-no-style{border-bottom-left-radius:12px!important;border-bottom-right-radius:12px!important}.contained-box-list md-list-item,.contained-box-list md-list-item .md-button.md-no-style,.contained-box-list md-list-item:first-child,.contained-box-list md-list-item:first-child .md-button.md-no-style,.contained-box-list md-list-item:last-child,.contained-box-list md-list-item:last-child .md-button.md-no-style{border-radius:0!important}.contained-box-list.contained-box-list--with-border{border:solid 1px #dedede;max-height:300px;overflow-x:auto}md-sidenav md-menu-item>.md-button span:not(.match){position:relative;bottom:-2px}md-sidenav md-menu-item>.md-button span.match{font-weight:700;color:#fff}.fake-subheader{padding:16px;font-size:14px;letter-spacing:1px;color:#707173;text-transform:uppercase;font-weight:800;background:var(--light-background-color)}.lighter-background-color{background:var(--lighter-background-color)}.relative-positioning{position:relative}.sidenav-header{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.main-side-nav .sidenav-header{margin-top:4px}.main-side-nav md-menu-item{font-size:13px!important;height:38px!important;min-height:38px!important}.main-side-nav md-menu-item a{padding-top:0!important;padding-bottom:0!important}.main-side-nav md-menu-item .page-title{font-size:14px!important;font-weight:600}.main-side-nav md-menu-item .active-page .page-title{font-weight:700}.nb-import-rows md-list-item{padding:0!important}.nb-import-rows md-list-item .list-item-content{padding:6px 16px 6px 32px!important}.nb-import-rows md-list-item .md-body-2{font-size:18px;font-weight:700!important}.nb-import-rows md-list-item .md-caption{color:rgba(119,119,119,.768627451);font-size:13px;font-weight:600}.nb-import-rows md-list-item .list-progress-status{font-weight:700}.promo-card{padding:8px}.md-headline{font-weight:600!important}.full-width-content-container{width:100%;max-width:1500px}.promo-card-title .md-headline{margin-bottom:10px;margin-top:16px;font-weight:500}.promo-card-title a{color:var(--primary-text-color)}.promo-card-title a md-icon{color:var(--primary-color);margin-top:-4px}.promo-card-content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.promo-card-app{background:linear-gradient(128deg,#1596bb 0,#6d5b97 100%);color:#fff;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:47%;border-radius:12px;padding:4px}.promo-card-app .promo-app-icon-container{border:solid 3px rgba(255,255,255,.82);border-radius:5px;margin-right:8px}.go-promo-card{background:#52bed6}.walk-promo-card{background:rgba(36,50,92,.47)}.promo-card-app p{margin:1px 10px}.promo-card-app .download-link-container{width:100%;padding-top:4px;margin:0!important;-ms-flex-wrap:wrap;flex-wrap:wrap}.promo-card-app .download-link-container img{padding:4px;height:38px;width:auto;max-width:100%;max-width:calc(100% - 4px)}.nav-profile-photo{padding:0!important;width:41px!important;height:41px!important;min-height:28px!important;margin-left:10px!important;margin-right:10px!important}.nav-profile-photo img.stock-icon-profile-photo{padding:3px}button.icon-text-btn{padding-right:12px!important}button.icon-text-btn md-icon{padding-right:2px!important}.border-bottom{border-bottom:1px solid;border-color:rgba(0,0,0,.12)}.border-bottom-light{border-bottom:1px solid;border-color:rgba(0,0,0,.06)}.border-top-light{border-top:1px solid;border-color:rgba(0,0,0,.06)}.info-message-section{background-color:#e0eff7;font-size:13px;border:solid 2px rgba(117,172,201,.43);padding:6px;border-radius:5px;color:#2c7297!important}.info-message-section a{color:#2c7297!important;font-weight:700}.info-message-section a:hover{color:#124865!important}.light-border-bottom{border-bottom:1px solid rgba(0,0,0,.06)}.light-border-top{border-top:1px solid rgba(0,0,0,.06)}.border-top{border-top:1px solid;border-color:rgba(0,0,0,.12)}.border-left{border-left:1px solid;border-color:rgba(0,0,0,.12)}.border-right{border-right:1px solid;border-color:rgba(0,0,0,.12)}.no-border-radius md-list-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.no-border-radius md-list-item:last-child{border-bottom-left-radius:0;border-bottom-right-radius:0}.top-border-radius{border-top-left-radius:12px;border-top-right-radius:12px}.no-top-border-radius md-list-item:first-child{border-top-left-radius:0!important;border-top-right-radius:0!important}.no-top-border-radius md-list-item:first-child .md-button.md-no-style{border-top-left-radius:0!important;border-top-right-radius:0!important}.map-placeholder-background{background:url(https://assets.ecanvasser.com/usa/app/img/map/new-york-background.png);background-size:cover}.heading-link{color:#000;cursor:pointer}.black-link{color:#000}.black-link:hover{color:var(--primary-text-color)}.heading-link:hover md-icon{color:var(--primary-color)!important}.heading-link:hover{color:var(--primary-text-color)!important}md-list-item[disabled=disabled] .md-button:first-child:hover{background:0 0}md-chips md-chip .md-chip-remove md-icon svg{width:18px;margin-left:5px}.dense-chips md-chips-wrap{padding:2px 1px}.dense-chips md-chips-wrap md-chip{height:28px;line-height:28px;margin:6px 6px 0 0;padding-right:8px}.dense-chips md-chips-wrap md-chip .md-chip-remove{margin-top:-2px;position:relative;left:-4px}.black-icon{color:#000!important}.trial-banner{background:#fcc798;padding:8px 20px;z-index:1;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.3);box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}.error-banner{background-color:#fac6c6;width:100%;padding:8px 20px;z-index:1;margin:0!important;font-weight:700}.trial-banner .trial-days-remaining{font-weight:700;color:rgba(0,0,0,.54);font-size:16px}.grey-link{color:#9b9b9b!important;font-size:12px;cursor:pointer}.grey-link:hover{color:#868686;text-decoration:underline!important}.md-button.md-raised.alt-primary{background-color:var(--secondary-color)!important}.leader-view .survey-page .md-button.md-raised.alt-primary{background-color:#4fb9d2!important}.leader-view .survey-page .md-button.md-raised.alt-primary{background-color:#4ab3cb!important}.md-button.md-teal-theme.md-raised.btn-not-selected{background-color:#fff}.word-break{word-break:break-all}md-content.white-content{background:#fff}.transparent-toolbar{background:0 0!important}.ellipsis{overflow:hidden;text-overflow:ellipsis}.custom-white-button:hover{-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.24)!important;box-shadow:0 2px 6px 0 rgba(0,0,0,.24)!important;font-weight:700}.opacity50{opacity:.5!important}@media (max-width:959px) and (min-width:0) and (orientation:landscape){.md-toolbar-tools{height:56px!important;max-height:56px!important}}.big-scrollbar ::-webkit-scrollbar{width:10px!important;height:10px!important}.page-heading-text{font-size:33px;color:var(--dark-color)}.page-subheading-text{font-size:18px!important;color:grey;font-weight:500}.overview-card{padding:16px}.overview-card .overview-title{font-size:33px;color:var(--dark-color)}.overview-card .overview-description,.overview-card .overview-title{margin:5px 0}.overview-card .overview-description{font-size:15px!important;color:grey;font-weight:500;margin-top:12px}.overview-card .overview-card-icon{width:147px}.overview-card .md-button.md-icon-button{margin:6px 0 0 3px!important}.overview-card .md-button.md-icon-button .md-icon{color:rgba(0,0,0,.54)!important}.overview-card .md-button.md-icon-button.extra-margin{margin:9px 0 0 3px!important}.overview-card.fill-overview-card{margin:0!important;border-radius:0!important}@media (max-width:599px){.overview-card{padding:12px}.overview-card .overview-description,.overview-card .overview-title{margin:2px 0}.overview-card .overview-description{font-size:15px!important}md-bottom-sheet .bottom-sheet-heading{padding:4px 2px}}.error-message{font-family:Inter,Roboto,Arial,sans-serif,sans-serif!important;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;font-size:12px;line-height:14px;overflow:hidden;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);padding-top:5px;padding-right:5px;padding-left:0;color:#d50000;opacity:1;margin-top:0}.error-label{background-color:#e2a09f}.bm-banner{padding:15px 15px 15px!important;font-size:14px!important;top:80px;bottom:unset!important;border-radius:12px!important}.md-button.md-default-theme:not([disabled]).md-focused,.md-button.md-default-theme:not([disabled]):hover,.md-button:not([disabled]).md-focused,.md-button:not([disabled]):hover{background-color:rgba(158,158,158,.1)}.disabled-text{color:#d3d3d3!important}.scrollable-container{overflow-y:scroll}.overflow-hidden{overflow:hidden}.plan-heading{font-size:30px;padding:18px 20px 8px}.plan-card{border-radius:10px!important;margin-top:40px}.plan-card-container,.plan-card-heading-container{width:100%}.plan-card-container{-ms-flex-wrap:wrap;flex-wrap:wrap}.plan-card-section{min-height:215px;-ms-flex-wrap:wrap;flex-wrap:wrap}.plan-card-attr{padding:8px}.plan-card-section-right{padding-left:28px}.plan-card-buttons{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:auto}.plan-card-buttons .md-button{font-size:smaller}.plan-name-heading{font-family:Inter,sans-serif;font-size:50px;font-weight:700;padding:40px 20px}.plan-name-heading--pro{background-color:#578aca}.plan-name-heading--standard{background-color:#69d8bd}.plan-name-heading--standardplus{background-color:#ffb37f}.plan-name-heading--starter{background-color:#eabcbf}.plan-name-heading--leader{background-color:var(--secondary-color)}.plan-name-heading--legacy{color:#fff;background-color:var(--dark-color)}.plan-details{width:100%}.plan-details-content{-ms-flex-wrap:wrap;flex-wrap:wrap}.plan-details-card{margin:16px 10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.plan-details-card-heading{background-color:var(--light-background-color);color:rgba(0,0,0,.92);border-radius:10px 10px 0 0}.plan-details-card-icon{margin:-2px 8px 0 0;color:var(--primary-color)}.md-button.md-icon-button.md-icon-button--in-row{margin-top:8px}.campaign-overview h3 .subtext{color:#a9a9a9;margin:0 0 0 10px;font-size:18px;display:inline-block;position:relative;top:-3px;font-weight:600}.house-form .angular-google-map,.house-form .angular-google-map-container,.location-form .angular-google-map,.location-form .angular-google-map-container{padding:0;margin:0;border-radius:0}.house-form md-input-container .md-errors-spacer,.location-form md-input-container .md-errors-spacer{min-height:10px}.house-form .house-input-section,.location-form .house-input-section{border-left:solid 1px rgba(0,0,0,.15);min-height:500px}.house-form .confirm-map-location,.location-form .confirm-map-location{margin:auto 0;background:#fff;z-index:999999;display:block;position:absolute;padding:4px 20px;top:65px}.confirm-import-form .angular-google-map,.confirm-import-form .angular-google-map-container{width:calc(100% - 6px);padding:0;margin:4px 6px 0 0;border-radius:16px}.house-pane .angular-google-map-container{height:300px!important}.houseoccupant-edit-form md-input-container{margin:12px 0 6px 0}.houseoccupant-edit-form md-input-container .md-errors-spacer{min-height:10px}.houseoccupant-edit-form md-input-container .md-errors-spacer{min-height:10px}.houseoccupant-edit-form md-autocomplete md-progress-linear{top:42px!important}.houseoccupant-edit-form md-list-item .md-list-item-inner{padding:0!important}.houseoccupant-edit-form md-list-item .md-list-item-inner .material-icons{margin-right:18px!important}.houseoccupant-edit-form .field-icon{margin-right:18px!important}.houseoccupant-edit-form .houseoccupant-section .houseoccupant-section-inner{margin:10px 20px}.houseoccupant-edit-form .houseoccupant-section md-input-container md-select{margin-bottom:10px}.houseoccupant-edit-form .houseoccupant-section md-input-container md-switch{margin:3px 16px 8px 0}.houseoccupant-edit-form .houseoccupant-section md-input-container .non-input-label,.houseoccupant-edit-form .houseoccupant-section md-input-container md-switch{color:#7a7a7a}.houseoccupant-edit-form .houseoccupant-section md-input-container .non-input-label{margin:0 0 10px 0}.houseoccupant-view-form md-list{padding-top:0}.houseoccupant-edit-form md-dialog-actions{border-top:solid 1px #e0e0e0}.houseoccupant-view-form .activity-item-body{margin-left:26px!important}.houseoccupant-view-form .canvass-activity-item .activity-item-body,.houseoccupant-view-form .canvass-activity-item .time-section{margin-left:18px!important}.houseoccupant-view-form .houseoccupant-activity-list{padding:2px}.contacts-section{display:-webkit-box;display:-ms-flexbox;display:flex}.missing-required-field{color:#d50000!important}md-icon.color-e74c3c svg path.outline-fill{fill:#e74c3c}md-icon.color-97B088 svg path.outline-fill{fill:#97b088}md-icon.color-2ECC71 svg path.outline-fill{fill:#2ecc71}md-icon.color-16A085 svg path.outline-fill{fill:#16a085}md-icon.color-3498db svg path.outline-fill{fill:#3498db}md-icon.color-2980b9 svg path.outline-fill{fill:#2980b9}md-icon.color-7f8c8d svg path.outline-fill{fill:#7f8c8d}md-icon.color-e67e22 svg path.outline-fill{fill:#e67e22}md-icon.color-D33257 svg path.outline-fill{fill:#d33257}md-icon.color-B05F6D svg path.outline-fill{fill:#b05f6d}md-icon.color-8A2D3C svg path.outline-fill{fill:#8a2d3c}md-icon.color-953163 svg path.outline-fill{fill:#953163}md-icon.color-8e44ad svg path.outline-fill{fill:#8e44ad}md-icon.color-2c3e50 svg path.outline-fill{fill:#2c3e50}md-icon.color-d0021b svg path.outline-fill{fill:#d0021b}md-icon.color-0a613b svg path.outline-fill{fill:#0a613b}md-icon.color-14b26d svg path.outline-fill{fill:#14b26d}md-icon.color-00637f svg path.outline-fill{fill:#00637f}md-icon.color-46cbf0 svg path.outline-fill{fill:#46cbf0}md-icon.color-4986E7 svg path.outline-fill{fill:#4986e7}md-icon.color-46cbf0 svg path.outline-fill{fill:#46cbf0}md-icon.color-4986E7 svg path.outline-fill{fill:#4986e7}md-icon.color-2f3292 svg path.outline-fill{fill:#2f3292}md-icon.color-8e68c6 svg path.outline-fill{fill:#8e68c6}md-icon.color-ff1961 svg path.outline-fill{fill:#ff1961}md-icon.color-F691B3 svg path.outline-fill{fill:#f691b3}md-icon.color-disabled svg path.outline-fill{fill:rgba(0,0,0,.54)!important}md-icon.color-e74c3c svg path.outline-fill{fill:#e74c3c}md-icon.color-97B088 svg path.outline-fill{fill:#97b088}md-icon.color-2ECC71 svg path.outline-fill{fill:#2ecc71}md-icon.color-16A085 svg path.outline-fill{fill:#16a085}md-icon.color-3498db svg path.outline-fill{fill:#3498db}md-icon.color-2980b9 svg path.outline-fill{fill:#2980b9}md-icon.color-7f8c8d svg path.outline-fill{fill:#7f8c8d}md-icon.color-e67e22 svg path.outline-fill{fill:#e67e22}md-icon.color-B05F6D svg path.outline-fill{fill:#b05f6d}md-icon.color-8A2D3C svg path.outline-fill{fill:#8a2d3c}md-icon.color-953163 svg path.outline-fill{fill:#953163}md-icon.color-8e44ad svg path.outline-fill{fill:#8e44ad}md-icon.color-2c3e50 svg path.outline-fill{fill:#2c3e50}md-icon.color-d0021b svg path.outline-fill{fill:#d0021b}md-icon.color-0a613b svg path.outline-fill{fill:#0a613b}md-icon.color-14b26d svg path.outline-fill{fill:#14b26d}md-icon.color-00637f svg path.outline-fill{fill:#00637f}md-icon.color-46cbf0 svg path.outline-fill{fill:#46cbf0}md-icon.color-4986E7 svg path.outline-fill{fill:#4986e7}md-icon.color-2f3292 svg path.outline-fill{fill:#2f3292}md-icon.color-8e68c6 svg path.outline-fill{fill:#8e68c6}md-icon.color-ff1961 svg path.outline-fill{fill:#ff1961}md-icon.color-F691B3 svg path.outline-fill{fill:#f691b3}md-icon.color-f97319 svg path.outline-fill{fill:#f97319}md-icon.color-disabled svg path.outline-fill{fill:rgba(0,0,0,.54)!important}.intergration-list-page .integration-card{min-height:240px}.intergration-list-page .integration-card md-card-footer{background-color:#f2f2f2;padding:20px;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.intergration-list-page .integration-card md-card-footer h2,.intergration-list-page .integration-card md-card-footer p{margin:0}.intergration-list-page .integration-card md-card-footer h2{font-size:18px;margin-bottom:6px}@media screen and (min-width:960px){.intergration-list-page .integration-card md-card-footer{height:90px}}.intergration-list-page .integration-card .integration-card-logo{width:240px;margin:10px auto}.intergration-list-page .integration-card .integration-card-logo--salesforce{width:165px}.intergration-list-page .integration-card .integration-card-api-logo{width:210px;height:130px;margin:10px auto}.integration-page .integration-card{margin-top:10px;margin-bottom:60px}.integration-page .integration-card img{width:240px;margin-left:32px}.integration-page .integration-card img.integration-card-img--salesforce{width:160px;margin:20px 32px}.integration-page .integration-card img.integration-card-img--go{width:140px;margin:30px}.integration-page .integration-card img.integration-card-img--walk{width:140px;margin:30px}.integration-page .integration-card-heading{padding:16px;padding-left:32px;background-color:#fbfbfb;border-top:2px solid #f2f2f2;border-bottom:2px solid #f2f2f2}.integration-page .integration-card-heading h2{padding-bottom:8px}.integration-page .integration-card-heading h2,.integration-page .integration-card-heading p{margin:0}.integration-page .integration-card-content .not-installed-img{margin-bottom:15px;max-width:100%}.integration-page .integration-card-content .not-installed-img md-icon{height:23vh;width:auto}.integration-page .integration-card-content .md-title{font-size:24px;margin-bottom:0}.integration-page .integration-card-content md-select{margin-top:0}.integration-page .integration-card-panel{border:1px solid rgba(0,0,0,.12);border-radius:5px}.integration-page .integration-card-panel md-switch{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;width:100%;margin:0;padding:10px}.integration-page .integration-card-panel md-switch .md-label{margin:10px;width:90%}.integration-page .integration-card-panel md-switch .md-container{margin-right:26px}.integration-page .integration-card .integration-card-logo{min-height:130px;padding-bottom:20px;border-bottom:2px solid #f2f2f2;position:relative}.integration-page .integration-card .integration-card-logo--salesforce{width:165px}.integration-page .integration-card .integration-card-heading{min-height:95px}.integration-page .integration-card .install-row{margin:26px 24px 20px}.integration-page .integration-card .integration-description{margin-left:34px;margin-top:-28px;font-weight:600}.integration-page .integration-card .integration-card-content{min-height:362px}.integration-page .integration-card .integration-card-content .two-line-subheader{padding:10px 24px}.integration-page .integration-card .integration-card-content-section{padding:16px 16px}.integration-page .integration-saved{color:green}.integration-page .integration-saved md-icon{color:green;padding-right:10px}.integration-page .integration-working span{color:var(--primary-text-color);margin:0 auto}.disabled-field .mapped-field{color:grey!important;background:#ddd!important}.disabled-field .mapped-field md-icon{color:grey!important}.mapped-field{color:#fff!important;background:var(--primary-color)!important}.mapped-field md-icon{color:#fff!important}.login-card{min-width:300px}.link:hover{text-decoration:underline!important;color:var(--primary-text-color)!important}.issues-page{overflow:hidden}.mockup-pane-container{min-width:328px}.issues-page .issues-list{padding:0!important}.issues-page .md-nav-bar,.issues-page md-toolbar{background:#fff!important}.bulk-issue-toolbar{width:600px!important;max-width:100vw;z-index:3!important;margin-top:-1px;border-bottom:1px solid #ddd}.bulk-issue-toolbar .md-toolbar-tools{padding:0!important}.issue-status-form .closed-issues-message{margin-bottom:23px;margin-top:45px}.issues-page.bulk-action-active{overflow:hidden}.issues-page .active-mailbox button{border-bottom:solid 2px #fff!important;padding-bottom:10px!important}.issues-page .issues-list md-list-item{margin:0}.issues-page .issues-heading-row{margin:0;padding-left:16px;border-right:solid 1px rgba(0,0,0,.12);z-index:1}.issues-page .issues-heading-row md-switch{height:28px}.issues-list .card-row{margin:0 1px 0 0}.grey-bar{height:14px;margin:7px 0;border-radius:4px;background:#f6f7f8;background:-webkit-gradient(linear,left top,right top,color-stop(8%,#edeef6),color-stop(18%,#e9ebef),color-stop(40%,#edeef6));background:linear-gradient(to right,#edeef6 8%,#e9ebef 18%,#edeef6 40%)}.issues-list .card-row .md-caption{color:#777}.issues-list .card-row .card-actions{margin-right:0!important}.issues-list .card-row .card-actions .priority-icon{margin-top:10px}.high-issue-priority md-icon{color:#b12e23}.medium-issue-priority md-icon{color:#faa71a}.low-issue-priority md-icon{color:#feed33}.chat-box-container .note-chat-box{background:#e6f3ff;border-bottom:none!important}.chat-box-container .issue-note-footer{background:#e6f3ff;padding-bottom:10px}.chat-box-container .email-chat-box{background:#fff;height:250px!important;border-bottom-color:#fff!important}.chat-box-container .note-chat-box{height:120px!important}.chat-box-container .email-chat-box,.chat-box-container .note-chat-box{padding:12px 10px;overflow-y:auto}.chat-box-container .note-box-container{padding:0;margin:0}.chat-box-container .email-meta-inputs{padding:0 8px}.chat-box-container .md-resize-handle{display:none!important}.people-pane-container{border-left:solid 1px #e0e0e0;background:#fff}.people-pane-container md-content{background:#fff}.people-pane-container md-list md-list-item md-icon{margin-right:15px!important}.message-wrapper .circle-wrapper .letters{font-weight:600;position:relative;top:6px;font-size:27px;text-transform:uppercase;width:45px;text-align:center;display:block;cursor:default}.message-wrapper .body-wrapper *{font-size:16px}.body-wrapper #divtagdefaultwrapper div:last-child,.body-wrapper .gmail_extra,.body-wrapper .issue-email-body>div:nth-child(2),.body-wrapper .issue-email-body>div:nth-child(3),.body-wrapper .yahoo_quoted,.body-wrapper blockquote{display:none}.message-caption{text-align:center;margin-top:8px;color:#969696}.me .message-caption{text-align:right;margin-right:70px}.them .message-caption{text-align:left;margin-left:70px}.message-caption.strikethrough-caption{border-bottom:1px solid var(--highlight-color-darker);margin:-10px 20px 10px 20px}.message-caption.strikethrough-caption span:first-child{position:relative;bottom:-12px;background:var(--light-background-color);padding:0 16px}.message-caption.strikethrough-caption span md-icon{color:#9a9a9a;margin-right:5px}.issue-chat-box-container,.issue-list-content{position:relative}.issue-list-content{border-right:solid 1px #e0e0e0}.issue-chat-box-container .email-subject-box-container{margin-bottom:0;padding-bottom:0}.issue-chat-box-container .email-body-box-container{margin-top:0;margin-bottom:0;padding:0}.chat-box-navbar .md-nav-item:first-of-type{margin-left:0!important}.chat-box-navbar .md-button{margin:0!important}.chat-box-navbar ._md-nav-button{background:#f2f8fa}.chat-box-navbar .md-unselected{background:#fff}.message-wrapper{position:relative;overflow:hidden;width:100%;margin:21px 0;padding:21px 0}.message-wrapper .circle-wrapper{height:45px;width:45px;border-radius:50%;margin:0 5px;-webkit-filter:drop-shadow(0 1px 1px rgba(0, 0, 0, .3));filter:drop-shadow(0 1px 1px rgba(0, 0, 0, .3))}.message-wrapper .text-wrapper{padding:21px;min-height:35px;width:60%;margin:0 21px;-webkit-filter:drop-shadow(0 1px 1px rgba(0, 0, 0, .3));filter:drop-shadow(0 1px 1px rgba(0, 0, 0, .3));border-radius:2px;font-weight:300;position:relative}.message-wrapper .text-wrapper .subject-wrapper{margin-bottom:13px;padding-bottom:13px;font-weight:500}.message-wrapper .text-wrapper:before{content:"";width:0;height:0}.message-wrapper .text-wrapper p{margin:5px 0!important}.message-wrapper.them .circle-wrapper{border:solid 1px #ddd}.message-wrapper.them .subject-wrapper{border-bottom:1px solid #b4b4b4}.message-wrapper.them .circle-wrapper,.message-wrapper.them .text-wrapper{background:#fff;float:left;color:#333}.message-wrapper.them .text-wrapper:before{border-width:0 10px 10px 0;border-color:transparent #fff transparent transparent;position:absolute;top:0;left:-9px;border-style:solid}.message-wrapper.me .circle-wrapper,.message-wrapper.me .text-wrapper{background:var(--primary-color);float:right;color:#fff}.message-wrapper.me .subject-wrapper{border-bottom:1px solid #fff}.message-wrapper.me .text-wrapper{background:var(--primary-color)}.message-wrapper.me .text-wrapper:before{border-width:10px 10px 0 0;border-color:var(--primary-color) transparent transparent transparent;position:absolute;top:0;right:-9px;border-style:solid}.message-wrapper.note .circle-wrapper,.message-wrapper.note .text-wrapper{background:#e6f3ff;color:#000}.message-wrapper.note .text-wrapper{background:#e6f3ff;color:#000;margin:0 auto;margin-right:10px}.message-wrapper.note .text-wrapper:before{border-width:10px 10px 0 0;border-color:#e6f3ff transparent transparent transparent;position:absolute;top:0;right:-9px;border-style:solid}@media (max-width:560px){.wrapper{width:100%;height:100%;height:100vh;top:0;left:0;-webkit-transform:translateX(0);transform:translateX(0)}.wrapper .inner{height:100%;height:100vh}}.issue-assign-switch{margin-right:15px}.issue-assign-switch .md-thumb{background-image:url(https://assets.ecanvasser.com/usa/app/img/icons/person-black.png);width:25px;height:25px;margin-top:-2px;-webkit-transition:all .2s ease;transition:all .2s ease;background-size:19px;background-position:center center}.issue-assign-switch.md-checked .md-thumb{background:url(https://assets.ecanvasser.com/usa/app/img/icons/person.png),var(--primary-color);background-size:19px;background-position:center center}.md-checked .md-thumb:hover,.md-thumb:hover{-webkit-filter:drop-shadow(0 2px 3px rgba(0, 0, 0, .4));filter:drop-shadow(0 2px 3px rgba(0, 0, 0, .4))}md-switch .md-bar{width:37px}.message-board-container{min-height:170px;height:100%}.md-number-badge[data-badge]::after,.mdl-badge[data-badge]::after{font-size:.3em;width:2em;height:2em}.issues-mailbox-nav .md-nav-item{position:relative}.issues-mailbox-nav md-nav-ink-bar{display:none}.issues-mailbox-nav .md-active{border-bottom:solid 2px #fff;padding-bottom:10px!important}.issues-mailbox-nav .md-number-badge[data-badge]::after{content:attr(data-badge);position:absolute;top:3px;right:2px;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center;font-family:Inter,Roboto,Arial,sans-serif!important;font-size:12px;width:auto!important;border-radius:50%;color:#fff;background:#000!important;font-weight:700;min-width:16px;padding:3px;height:14px;border:solid 1px rgba(255,255,255,.5)}md-nav-bar.issues-mailbox-nav .all-issues-mailbox.md-number-badge[data-badge]::after{background:rgba(0,0,0,.1)!important}md-nav-bar.issues-mailbox-nav .on-hold-issues-mailbox{padding-right:22px;border-right:1px solid rgba(255,255,255,.16)}.new-issue-status md-icon{color:#ed3132!important}.acknowledged-issue-status md-icon{color:#44a8c5!important}.open-issue-status md-icon{color:#15b26d!important}.on-hold-issue-status md-icon{color:#9c9c9c!important}md-nav-bar.issues-mailbox-nav .closed-issues-mailbox{padding-right:5px;padding-left:10px}.issue-email-footer{background:#fff;padding-bottom:10px}.issue-email-footer .md-chips,.message-wrapper .md-chips{-webkit-box-shadow:none!important;box-shadow:none!important}.issue-email-footer .md-chips .md-chip-input-container .md-input{display:none!important}.issue-chat-box-submit-button{margin-right:20px!important}.issue-chat-option-buttons{position:relative}.md-chip-content md-progress-circular{display:inline-block;margin-top:7px;margin-left:5px}.selected-issue{border-left:solid 5px var(--primary-color)}.selected-issue .issue-title{color:var(--primary-text-color)}.selected-issue>.md-button{margin-left:-5px!important}.issue-overview-section .issue-text{padding:0 17px}.issues-list-container{position:relative}.create-issue-dialog .md-select-input-container{margin-bottom:48px}.create-issue-dialog md-input-container{margin:8px 0 18px 0}.create-issue-dialog md-input-container .md-errors-spacer{min-height:24px}.issue-list-item-text{margin:5px 0}.closed-issue-info-message{text-align:center;padding:20px;background:#e6e6e6;margin:0;line-height:20px}.closed-issue-info-message md-icon{margin-right:6px;margin-top:-2px}.issues-list .no-content-section .no-content-inner{margin-top:75px}.truncate-text{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.issue-mailbox-select .md-text,.issue-mailbox-select-option .md-text{padding-top:6px;width:100%!important}.issue-mailbox-select .md-text .badge,.issue-mailbox-select-option .md-text .badge{margin-top:-3px!important;background:#ddd;color:#444}.issue-mailbox-select .md-text .badge,.issue-mailbox-select-option .md-text .badge{margin-top:-3px!important;background:#ddd;color:#444}.issue-mailbox-select .md-text .badge span,.issue-mailbox-select-option .md-text .badge span{padding:0 10px;top:0}.issue-mailbox-select-option[selected] .md-text .badge{background:var(--primary-color);color:#fff}.issue-badge{color:#fff;position:absolute;top:5px;left:26px;width:20px;padding:0;height:20px;margin:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.issue-mailbox-badge{display:-webkit-box;display:-ms-flexbox;display:flex;width:34px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.date-picker-full-width._md-datepicker-floating-label._md-datepicker-has-calendar-icon>label:not(.md-no-float):not(.md-container-ignore){left:0;right:0}@media only screen and (min-width:600px){.date-picker-full-width._md-datepicker-floating-label._md-datepicker-has-calendar-icon>label:not(.md-no-float):not(.md-container-ignore){left:34px}}.date-picker-full-width md-datepicker{display:inline-block;padding:0;width:100%}.date-picker-full-width md-datepicker .md-datepicker-button{float:right!important;margin-left:-12px;left:12px}@media only screen and (min-width:600px){.date-picker-full-width md-datepicker .md-datepicker-button{float:left!important;left:0}}.date-picker-full-width md-datepicker .md-datepicker-input-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:0}@media only screen and (min-width:600px){.date-picker-full-width md-datepicker .md-datepicker-input-container{margin-left:12px}}.date-picker-full-width md-datepicker .md-datepicker-input-container .md-datepicker-input{max-width:100%;min-width:100%}.date-picker-full-width md-datepicker .md-datepicker-input-container .md-datepicker-triangle-button{right:8px}.date-picker-full-width .md-input-messages-animation .md-input-message-animation{margin-left:34px}#leaderboard .leaderboard-user-image{height:36px;margin:12px}#leaderboard .table-text{margin-left:12px}#leaderboard .rank{min-width:60px}.leader-leaderboard-headline-stats{padding:8px 16px;width:800px;max-width:100%}.leader-leaderboard-headline-stats .stat-elem .stat-figure{font-size:30px!important}.result-controls .date-range-menu .md-select-value{border-bottom-color:#e1e1e1;height:46px!important}.result-controls .md-chips{padding-bottom:9px}.leader-export{overflow:hidden}.leader-export .leader-export-label{max-width:100%;width:100%;margin:0;border-bottom:1px solid #f2f2f2}.leader-export .leader-export-row{width:100%;margin:0;border-bottom:1px solid #f2f2f2}.leader-export .leader-export-row .leader-export-row-btn{margin-left:auto}.leader-export .leader-export-row .leader-export-row-header{font-weight:600}.leader-export .leader-export-row .leader-export-row-header md-checkbox{padding:8px}.leader-export .leader-export-row-content{background:var(--lighter-background-color);margin:0}.leader-export .leader-export-survey{padding:8px 32px;margin:0}.map-page-main .angular-google-map,.map-page-main .angular-google-map-container{height:100%;width:100%;padding:0;margin:0}.prospector-imports-card{position:absolute;bottom:12px;left:12px;z-index:10;min-width:340px}.prospector-imports-card .fake-subheader{padding:12px 16px}.map-page-main .map-page-main-map .angular-google-map .gmnoprint .gm-svpc{margin-top:-35px!important;margin-left:-14px!important}.map-page-main .angular-google-map .gmnoprint .gm-svpc{border-radius:8px!important}.angular-google-map .gmnoprint button[aria-label="Zoom in"]{border-top-right-radius:8px!important;border-top-left-radius:8px!important}.angular-google-map .gmnoprint button[aria-label="Zoom out"]{border-bottom-right-radius:8px!important;border-bottom-left-radius:8px!important}.map-page-main .map-page-main-map .angular-google-map .gmnoprint[data-control-height="81"]{margin-top:-55px!important;margin-left:-14px!important}.map-page-main .map-page-main-map .angular-google-map .gmnoprint.gm-bundled-control div.gmnoprint[data-control-height="40"]:first-child{margin-top:-47px;margin-left:-14px}.map-page-main .map-page-main-map .angular-google-map .gmnoprint.gm-bundled-control div.gmnoprint[data-control-height="40"]:first-child div:first-child{border-radius:8px!important}.map-page-main .map-page-main-map .angular-google-map .gmnoprint.gm-bundled-control gmp-internal-camera-control{margin-top:-67px;margin-left:-14px}.map-page-main .map-page-main-map .angular-google-map .gmnoprint.gm-bundled-control gmp-internal-camera-control button{border-radius:8px!important}.map-page-main .map-page-main-map .angular-google-map .gmnoprint.gm-bundled-control .gmnoprint[data-control-height="122"]{margin-top:-50px;margin-left:-14px}.map-page-main .map-page-main-map .angular-google-map .gmnoprint.gm-bundled-control .gmnoprint[data-control-height="122"] div:first-child{border-radius:8px!important}.free-draw-mode-active .angular-google-map{-ms-touch-action:none!important;touch-action:none!important}.map-page-main .angular-google-map .gmnoprint[data-control-height="81"] div[draggable=false]{border-radius:8px!important}.map-page-main .angular-google-map .gmnoprint[data-control-height="81"] div[draggable=false] img{width:22px!important;height:22px!important}.my-location-button{position:absolute!important;bottom:223px;right:18px;z-index:2;border-radius:8px!important;background-color:#fff!important}.my-location-button md-icon{color:#666!important}.my-location-button.location-active md-icon{color:#5896e4!important}.actual-map-page-main{margin-top:0}.map-page-main md-sidenav{z-index:1;border-right:solid 1px rgba(0,0,0,.18)}.map-page-main .gm-ui-hover-effect{display:none!important}.map-page-main .md-sidenav-right{border-left:solid 1px rgba(0,0,0,.18)}.map-page-main.create-house-mode .gm-style-iw,.map-page-main.create-house-mode .gm-style-iw-tc{margin-top:20px!important}.map-toolbar{position:absolute;margin:0!important;top:0;z-index:1;background:#fff;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:8px;border-top-left-radius:0!important;border-top-right-radius:0!important}.map-toolbar md-divider{border-top-color:rgba(0,0,0,.2);border-right-color:rgba(0,0,0,.2);border-left-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.2)}.map-toolbar .search-container{border-top:solid 1px rgba(0,0,0,.2)}.map-toolbar .search-container .autocomplete-flat .md-whiteframe-z1{border-bottom:none}.map-toolbar .md-button.md-fab.md-fab-top-right{top:50px}.map-toolbar.tab-filter-offset{right:340px}.map-toolbar .button-bar .disabled-button{background:#e8e8e8}.map-toolbar .button-bar .disabled-button .md-icon-button.mini-icon-button md-icon{color:#a6a6a6!important}.map-toolbar .button-bar .md-icon-button.mini-icon-button{width:36px!important;height:36px!important;font-size:36px!important;min-height:36px!important;padding:2px!important}.map-toolbar .button-bar .md-icon-button.mini-icon-button md-icon{color:rgba(0,0,0,.84);margin:auto!important}.map-toolbar .button-bar .md-icon-button.mini-icon-button md-icon.cut-turf-icon{width:22px!important;height:22px!important;font-size:22px!important;min-width:22px!important;max-width:22px!important;min-height:22px!important}.map-toolbar .button-bar .md-icon-button.mini-icon-button md-icon.filter-icon{width:16px!important;height:16px!important;font-size:16px!important;min-width:16px!important;max-width:16px!important;min-height:16px!important;position:relative}.map-toolbar .button-bar .active-mode-button{background:var(--primary-color)}.map-toolbar .button-bar .active-mode-button .md-button md-icon{color:rgba(255,255,255,.95)}.map-toolbar .button-bar .floating-badge{position:absolute;border-radius:20px;font-size:12px;height:18px;width:18px;color:#fff;text-align:center;line-height:19px;font-weight:700;padding:0;top:1px;right:3px}.turf-cut-options-toolbar{position:absolute;z-index:5}.turf-cut-options-toolbar .md-button{padding:0 12px;margin:0}.turf-cut-options-toolbar .md-button.rounded-bottom{border-top-right-radius:0;border-top-left-radius:0}.turf-cut-options-toolbar .md-button.rounded-top{border-bottom-right-radius:0;border-bottom-left-radius:0}.turf-cut-options-toolbar .button-container md-icon{color:#000!important;margin-right:10px}.turf-cut-options-toolbar .button-container.active-mode-button{background:var(--secondary-button-color);color:#fff}.turf-cut-options-toolbar .button-container.active-mode-button md-icon{color:#fff!important}.turf-cut-options-toolbar .md-icon-button{height:36px!important}@media (min-width:600px){.turf-cut-options-toolbar{right:6px;top:6px}}@media (max-width:959px){.marker-loading .button-bar{border-top:solid 1px rgba(0,0,0,.2)}}@media (max-width:599px){.turf-cut-options-toolbar{left:6px;bottom:6px}.turf-cut-options-toolbar .button-container md-icon{margin-right:0}.map-view-options-bottom-sheet{z-index:2}}.marker-loading{color:#333}.marker-loading .loading-markers-text{padding:8px 28px;min-height:22px;font-size:15px}.marker-loading .loading-markers-text md-progress-circular{margin:0 16px}.marker-loading .md-icon-button.md-accent md-icon{color:#333!important}.marker-loading .md-caption{text-align:center}.marker-loading .marker-loading-icons{max-width:70px}md-progress-circular.dark-spinner svg path{stroke:#000}md-menu-item>.md-button{font-size:16px}.fab-container-bottom-left{top:auto;right:auto;bottom:20px;left:20px;position:absolute}.map-side-info{z-index:2;max-width:80%;min-width:300px;width:auto!important}.map-side-info .map-side-info-content{width:400px;min-width:300px}.map-side-info .resize{background:var(--light-background-color);height:100%;width:12px;cursor:col-resize;-ms-flex-negative:0;flex-shrink:0;position:relative;z-index:10;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-left:solid 1px rgba(0,0,0,.08)}.map-side-info .resize::before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:3px;height:15px;border-inline:1px solid var(--dark-color)}.map-info-offset{margin-left:400px!important;-webkit-transition-property:margin-left!important;transition-property:margin-left!important;-webkit-transition-duration:.2s!important;transition-duration:.2s!important}.canvass-circle-teal{background-color:var(--primary-color)}.canvass-circle-blue{background-color:#0574b2}.canvass-circle-green{background-color:#00632f}.canvass-circle-red{background-color:#fa3032}.canvass-circle-orange{background-color:#f87e33}.canvass-circle-gray{background-color:grey}.map-mobile-warning{position:fixed;top:125px;left:12px;right:13px}.geocode-warning-card{position:fixed;bottom:4px;right:55px;padding:3px 10px;background:#ee7313;color:#fff;font-weight:600;max-width:330px}.geocode-warning-card-button{width:45px!important}.geocode-warning-card-button md-icon{color:#fff}.geocode-warning-card.tab-filter-offset{right:330px}.map-page-main-map .gm-ui-hover-effect{top:5px!important;right:5px!important}.map-tooltip *,.map-tooltip-stat-figure,.map-tooltip-stat-heading{font-family:Inter,Roboto,Arial,sans-serif!important}.map-tooltip .house-input-button-section .md-button{padding:0 30px;margin:3px 8px}.map-tooltip .house-input-section md-input-container{margin:8px 0}.map-toolbar.turf-sidenav-offset{margin-left:340px!important}.map-tooltip{font-size:14px}.map-tooltip .map-tooltip-stat{margin:6px 4px}.map-tooltip .map-tooltip-title{margin:0 4px 16px;font-weight:700}.map-tooltip .map-tooltip-stat-heading{min-width:165px;width:73%;display:inline-block;font-weight:600}.map-tooltip .map-tooltip-stat-figure{width:50px;text-align:right;display:inline-block;font-weight:500}.map-list-search-container{height:inherit;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.map-list-search-container md-input-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:inherit}.md-bottom-sheet-backdrop{background-color:rgba(33,33,33,.3)!important}.map-view-options-bottom-sheet{background:#fff!important;padding:0;border-top:0}.map-view-options-bottom-sheet .condensed-list-item{min-height:60px!important;height:60px!important}.map-view-options-bottom-sheet .condensed-list-item .md-list-item-inner{height:60px!important}.map-view-options-bottom-sheet .first-item .md-subheader-inner{border-top-right-radius:12px;border-top-left-radius:12px}.map-view-options-bottom-sheet .bottom-sheet-form-section{padding:16px}.map-view-options-bottom-sheet .hint{font-size:13px!important;margin:0;color:#888}.map-view-options-bottom-sheet .md-subheader-inner{padding:4px 16px!important;background:var(--light-background-color)}.map-view-options-bottom-sheet .md-subheader-inner .md-subheader-content{line-height:40px}.map-view-options-bottom-sheet .map-type-container{margin-right:10px;cursor:pointer}.map-view-options-bottom-sheet .map-type-container .img-container{border-radius:20px;border:3px solid #fff;height:70px}.map-view-options-bottom-sheet .map-type-container .img-container img{width:59px;height:58px;margin:auto auto;border-radius:18px;border:3px solid #fff}.map-view-options-bottom-sheet .map-type-container p{font-weight:500;font-size:14px;margin:6px}.map-view-options-bottom-sheet .map-type-container:hover img{border-color:var(--primary-color)}.map-view-options-bottom-sheet .map-type-container:hover p{color:var(--primary-color)}.map-view-options-bottom-sheet .map-type-container.active-type .img-container{border-color:var(--primary-color)}.map-view-options-bottom-sheet .map-type-container.active-type p{font-weight:600;color:var(--primary-color)}.map-view-options-bottom-sheet .map-type-container.active-type:hover .img-container img{border-color:#fff}.map-view-options-bottom-sheet .map-type-container.active-type:hover p{font-weight:600;color:var(--primary-color)}.map-page-main-map .gm-style-iw-t[style="right: 0px; bottom: 16px;"] .gm-style-iw-tc::after{margin-top:-28px!important}.map-page-main-map .gm-style-iw[aria-label=user-marker].gm-style-iw-c{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.map-page-main-map .gm-style-iw[aria-label=user-marker].gm-style-iw-c .gm-style-iw-d{overflow:hidden!important;padding:7px}.map-page-main-map .gm-style-iw[aria-label=user-marker].gm-style-iw-c .gm-style .gm-style-iw-c{overflow:visible!important}.map-page-main-map .gm-style-iw[aria-label=user-marker].gm-style-iw-c .md-avatar{padding:4px;-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.3);box-shadow:0 2px 7px 1px rgba(0,0,0,.3);z-index:1000;border-radius:50%;background:#fff;width:100px;height:100px}.map-page-main-map .gm-style-iw[aria-label=user-marker].gm-style-iw-c .user-text-content{background:#fff;height:70px;margin-left:-48px;padding:0 28px 0 65px;margin-top:19px;border-radius:16px;-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.3);box-shadow:0 2px 7px 1px rgba(0,0,0,.3);margin-right:10px;min-width:200px}@media (max-width:959px){md-toast.md-default-theme .md-toast-content{border-radius:0}.md-dialog-is-showing .dummy-intercom-bubble,.md-dialog-is-showing .intercom-lightweight-app{display:none}}@media (max-width:600px){md-sidenav{min-width:calc(100% - 140px)!important}.admin-panel md-sidenav{width:215px!important;min-width:215px!important}md-tooltip{display:none}.campaign-overview-stat-row .stat-number{border-bottom:solid 1px rgba(0,0,0,.07)}.card-stats .campaign-overview-stat-row{padding:0}.card-stats .reception-star-icon{margin-top:2px;margin-left:2px;margin-right:-2px}.campaign-homepage md-content:first-child{padding:5px}.card-tabs .card-tab{padding:0;width:25%}.card-tabs .card-tab .stat-number{font-size:25px}md-sidenav{z-index:70}.corner-list-fab{right:-2px}.card-transparent{padding:6px 20px 6px 24px!important}.md-toolbar-tools{padding:0 8px!important}.main .stats-heading-row{padding:8px!important}.house-form .angular-google-map,.house-form .angular-google-map-container,.location-form .angular-google-map,.location-form .angular-google-map-container{height:220px!important}.table-text{margin-left:10px!important}.field-list-card{max-height:37vh}.active-widget.accordion-card{min-height:calc(100vh - 125px)}.mockup-pane-container{min-width:100%}.issues-page .issues-heading-row{padding-left:10px}.no-content-section .no-results-hint-divider,.no-content-section .useful-tip{display:none}.user-list-section .no-content-section .no-content-inner{margin-top:-150px}md-card md-card-content{padding:8px!important}.md-sidenav.sidenav-fixed{top:55px}}#topbar .brand-icon{padding:8px}.notification-menu-content{max-width:480px;max-height:448px;height:448px;width:480px}.notification-unseen{background-color:var(--light-background-color)}.floatingNav{-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.08),0 2px 2px 0 rgba(0,0,0,.06),0 3px 1px -2px rgba(0,0,0,.05)!important;box-shadow:0 1px 5px 0 rgba(0,0,0,.08),0 2px 2px 0 rgba(0,0,0,.06),0 3px 1px -2px rgba(0,0,0,.05)!important;-webkit-transition-property:background-color,fill,color,-webkit-box-shadow!important;transition-property:background-color,fill,color,-webkit-box-shadow!important;transition-property:background-color,fill,color,box-shadow!important;transition-property:background-color,fill,color,box-shadow,-webkit-box-shadow!important;-webkit-transition-duration:.5s!important;transition-duration:.5s!important}.main-navbar{z-index:5;min-height:55px!important;height:55px!important}.main-navbar .md-icon-button.md-raised{background:#fff}.main-navbar .md-toolbar-tools{padding-left:8px}.white-navbar{background:#fff!important}.border-navbar{border-bottom:solid 1px rgba(0,0,0,.12);-webkit-box-shadow:2px 1px 8px rgba(0,0,0,.06);box-shadow:2px 1px 8px rgba(0,0,0,.06);z-index:5}.fully-transparent-navbar{background:0 0!important}.fully-transparent-navbar .search-container md-autocomplete{background:#fff!important}.search-container md-autocomplete{background:0 0!important}.search-container .autocomplete-flat .md-whiteframe-z1{-webkit-box-shadow:none;box-shadow:none;border-bottom:2px solid var(--dark-color)}.profile-menu-content{max-width:300px;width:300px;min-height:396px}.profile-menu-content .profile-icon{margin-right:20px}.profile-menu-content md-menu-item{min-height:38px;height:38px}.profile-menu-content md-menu-item>.md-button{font-size:13px!important;line-height:30px;font-weight:500!important}.profile-menu-content md-menu-item>.md-button md-icon{width:20px;font-size:20px;min-height:20px;min-width:20px;height:20px}.custom-menu-content{padding:0;max-height:62vh;overflow:auto}.profile-menu-content{max-height:80vh;padding:0;overflow:auto;background:#fff!important}.profile-menu-content *{color:rgba(0,0,0,.8)!important}@media (max-width:599px){.custom-menu-content{top:0;left:0;position:fixed;width:100%;height:100%;min-height:100%;min-width:100%;bottom:0;right:0}}md-card.delete-options-container{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.01),0 2px 1px -1px rgba(0,0,0,.02);box-shadow:0 1px 3px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.01),0 2px 1px -1px rgba(0,0,0,.02);border-radius:12px;max-width:1200px;margin-right:auto;margin-left:auto;margin-top:25px;padding-bottom:40px}.delete-options-container .choose-import-card,.delete-options-container .intergration-list-page .integration-card,.intergration-list-page .delete-options-container .integration-card{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.01),0 2px 1px -1px rgba(0,0,0,.02);box-shadow:0 1px 3px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.01),0 2px 1px -1px rgba(0,0,0,.02);border-radius:12px;border:solid 1px rgba(0,0,0,.1);margin:5px 15px;background:#fff;color:var(--primary-text-color);text-align:center}.delete-options-container .choose-import-card md-icon,.delete-options-container .intergration-list-page .integration-card md-icon,.intergration-list-page .delete-options-container .integration-card md-icon{color:var(--secondary-color);font-size:60px;width:60px}.delete-options-container .choose-import-card.selected,.delete-options-container .intergration-list-page .selected.integration-card,.intergration-list-page .delete-options-container .selected.integration-card{background:var(--secondary-color);color:#fff}.delete-options-container .choose-import-card.selected md-icon,.delete-options-container .intergration-list-page .selected.integration-card md-icon,.intergration-list-page .delete-options-container .selected.integration-card md-icon{color:#fff}.delete-options-container .choose-import-card.selected:after,.delete-options-container .choose-import-card.selected:before,.delete-options-container .intergration-list-page .selected.integration-card:after,.delete-options-container .intergration-list-page .selected.integration-card:before,.intergration-list-page .delete-options-container .selected.integration-card:after,.intergration-list-page .delete-options-container .selected.integration-card:before{bottom:-25px;left:56%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:2}.delete-options-container .choose-import-card.selected:after,.delete-options-container .intergration-list-page .selected.integration-card:after,.intergration-list-page .delete-options-container .selected.integration-card:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:22px;margin-left:-33px}.delete-options-container .choose-import-card.selected:before,.delete-options-container .intergration-list-page .selected.integration-card:before,.intergration-list-page .delete-options-container .selected.integration-card:before{border-color:rgba(101,117,128,0);border-bottom-color:#e2e2e2;border-width:24px;margin-left:-35px}.delete-options-container md-card{cursor:pointer}.delete-options-container md-card-title{min-height:38px}.delete-options-container .essentials-price{color:var(--primary-text-color);font-size:48px;margin:0;font-weight:700}.delete-options-container .essentials-price span{font-weight:400;font-size:20px}.delete-options-container ul{list-style-type:none}.delete-options-container ul md-icon{color:var(--primary-color);padding-right:6px}.delete-options-section{position:relative;border:solid 1px rgba(0,0,0,.1);margin:0 15px!important;padding:16px;top:2px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.01),0 2px 1px -1px rgba(0,0,0,.02);box-shadow:0 1px 3px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.01),0 2px 1px -1px rgba(0,0,0,.02);border-radius:12px}@media (max-width:1126px){.delete-options-container .choose-import-card,.delete-options-container .intergration-list-page .integration-card,.intergration-list-page .delete-options-container .integration-card{margin:5px 0}}@media (max-width:600px){.delete-options-container .choose-import-card md-card-title,.delete-options-container .intergration-list-page .integration-card md-card-title,.intergration-list-page .delete-options-container .integration-card md-card-title{font-size:12px}}@media (max-width:1604px){.delete-options-container .choose-import-card,.delete-options-container .intergration-list-page .integration-card,.intergration-list-page .delete-options-container .integration-card{margin:5px;min-height:156px}}.delete-warning{background:#fde4b7;border-radius:6px}.delete-warning md-icon{color:#000}.leader-results-page .stats-type-select .md-select-value{margin-bottom:0!important}.leader-results-page .effort-stats-dropdown{margin:8px 8px!important}.leader-results-chip .md-chip-remove md-icon{position:relative;left:4px;top:8px}.leader-results-body .leader-results-autocomplete,.leader-results-body .md-virtual-repeat-container{width:100%;min-width:256px}.leader-results-body .result-controls-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.leader-results-body .export-button{width:100%}@media (min-width:768px){.leader-results-body .result-controls-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.leader-results-body .export-button{width:-webkit-min-content;width:-moz-min-content;width:min-content}}@media (min-width:768px) and (max-width:991px){.leader-results-body .leader-results-autocomplete,.leader-results-body .md-virtual-repeat-container{width:320px}}@media (min-width:992px){.leader-results-body .leader-results-autocomplete,.leader-results-body .md-virtual-repeat-container{width:264px}}.leader-results-body .autocomplete-container label{display:none}.leader-results-body .autocomplete-container .md-input-container{margin:0}.leader-results-body .autocomplete-container .md-chip-input-container{margin:0;padding:0 0 0 12px}.leader-results-body .autocomplete-container .md-chips{padding:0 0 0 20px;height:30px}.leader-results-body .autocomplete-container .md-chips.md-focused{height:auto}.leader-results-body .autocomplete-container .md-chips>.ng-scope{margin-top:0;margin-bottom:6px}.leader-results-body .autocomplete-container .md-chip-content{font-size:14px;font-weight:700}.clear-search-chips md-chips-wrap md-chip{display:none!important}.clear-box-shadow md-chips-wrap{-webkit-box-shadow:none!important;box-shadow:none!important}.loading-spacer{height:2px;background:rgba(0,0,0,.02)}.organisation-user-page .main-card{margin:16px}.organisation-user-page .main-card .stats-container{margin:8px 13px}.organisation-user-page .main-card .stats-container .condensed-headline-stats{margin-top:5px}.organisation-user-page .main-card .headline-image{width:145px;padding:20px}.organisation-user-page .main-card .main-navigation-bar{padding-left:13px;padding-right:25px}.organisation-user-page .main-card .main-navigation-bar .md-nav-item md-icon{margin:-4px 5px 0 0}.organisation-user-page .main-card .main-navigation-bar md-nav-item md-icon.map-icon{margin:-3px 5px 0 0}.organisation-user-page .main-card .main-navigation-bar .search-container{margin-left:-10px!important;width:200px}.organisation-user-page .main-card .main-navigation-bar .clear-search{margin-left:-46px}.organisation-user-page .main-card .main-navigation-bar md-divider{margin:0 20px}.organisation-user-page .main-card .main-navigation-bar .icon-text-btn md-icon{margin-top:-5px}.condensed-user-card .cover-image{height:75px;width:100%;border-top-left-radius:8px;border-top-right-radius:8px}.condensed-user-card .md-avatar{width:100px;height:100px;margin-bottom:-50px;padding:2px;border:solid 1px #d2d2d2;border-radius:50%;background:#fff}.condensed-user-card .card-content{margin-top:64px!important;width:100%}.condensed-user-card .card-content .details-section{height:120px;padding:0 20px}.condensed-user-card .card-content .details-section .user-name{margin-bottom:8px;font-size:16px}.condensed-user-card .card-content .details-section .contact-detail{margin-bottom:5px}.condensed-user-card .card-content .details-section .last-active{font-size:13px}.condensed-user-card .card-content .button-container{margin:8px}.user-map .gm-ui-hover-effect{display:none!important}.user-map .gm-style-iw.gm-style-iw-c{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.user-map .gm-style-iw-d{overflow:hidden!important;padding:7px}.user-map .gm-style .gm-style-iw-tc::after{margin-top:-28px}.user-map .gm-style .gm-style-iw-c{overflow:visible!important}.user-map .gm-style-iw-a .md-avatar{padding:4px;-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.3);box-shadow:0 2px 7px 1px rgba(0,0,0,.3);z-index:1000;border-radius:50%;background:#fff;width:100px;height:100px}.user-map .gm-style-iw-a .user-text-content{background:#fff;height:70px;margin-left:-48px;padding:0 28px 0 65px;margin-top:19px;border-radius:16px;-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.3);box-shadow:0 2px 7px 1px rgba(0,0,0,.3);margin-right:10px;min-width:200px}.houseoccupant-virtual-repeat .card-row{height:96px}.group-virtual-repeat .grey-bar:first-child{margin-top:6px}.group-virtual-repeat .grey-bar{margin:7px 0}.people-list-container .list-top-bar{min-height:56px}.people-tab-bar{background:#fff}.people-list-container .list-top-bar md-select .md-select-value,.people-tab-bar .md-select-value{border-bottom-color:transparent!important;margin:0!important}.group-info-dialog .group-info-scrollable-section{max-height:calc(100vh - 200px)}md-menu-item .list-archive-icon{top:5px}.filter-sidenav{z-index:60}.people-tab-bar md-select{margin:0}.people-tab-bar .showing-number-section{margin:0 32px}.people-tab-bar .selected-item-title{margin-left:10px}@media (min-width:1200px){.people-tab-bar .selected-item-title{margin-left:40px}}.people-tab-bar md-toolbar{height:48px;min-height:48px;background:#fff!important}.people-tab-bar .divider-container,.people-tab-bar .divider-container md-divider{height:100%}.people-tab-bar .margin-support-link{margin-right:40px!important;margin-left:12px!important}.people-tab-bar .floating-badge{top:3px;left:29px;font-weight:700}.canvass-badge{color:#fff;padding:2px 6px;border-radius:3px}@media (max-width:599px){.houseoccupant-virtual-repeat .card-row{height:92px}}.badge.canvassed-badge{background-color:#0a613a;color:#fff}.badge.revisit-badge{background-color:#0574b2;color:#fff}.badge.uninterested-badge{background-color:#d0051b;color:#fff}.badge.total-badge{background-color:grey;color:#fff}.filter-pane .filter-subheader-icon{margin-right:5px}.filter-pane md-list-item._md-button-wrap{border-bottom:solid 1px rgba(0,0,0,.06)}.create-emailblast-page .no-content-section .no-content-inner{margin-top:75px}.canvass-figure-badges .badge{min-width:28px!important;min-height:28px!important;width:auto!important;height:auto!important;margin:0 4px!important;border-radius:30px!important}.badge span{position:relative;padding:6px;font-weight:500}.field-icon-form{-ms-flex-item-align:center;align-self:center}.people-tab-bar .dummy-data-banner{-webkit-box-shadow:none;box-shadow:none}.planner-page .overview-card{padding:4px 24px}.planner-page .nav-bar-container{padding-left:16px;padding-right:16px}.planner-tab-icon{margin:0 4px 2px}.planner-tab-xs{margin:6px 20px 7px 20px}.event-date-container{margin-bottom:20px}.event-date{width:80px;min-width:80px;height:80px;-webkit-box-shadow:rgba(0,0,0,.2) 0 0 12px 0;box-shadow:rgba(0,0,0,.2) 0 0 12px 0;border-radius:8px;background:#fff}.event-date .top-line{background:#f3425f;width:100%;height:23px;padding:2px;border-top-right-radius:8px;border-top-left-radius:8px;text-transform:uppercase}.event-date .date-text{color:#050505;font-size:3rem;text-align:center}.event-date.small{width:65px;min-width:65px;height:65px;margin:10px}.event-date.small .top-line{height:15px;padding:2px;width:auto;text-transform:uppercase}.event-date.small .date-text{font-size:2rem;padding:2px 5px}.event-list-view a:hover md-list-item{background:rgba(0,0,0,.03)}.event-list-view a:hover md-list-item img{-webkit-filter:brightness(95%)}.appointment-date-happening,.event-date-happening{color:#f3425f;font-weight:800;text-transform:uppercase;margin:0}md-autocomplete.no-float>md-autocomplete-wrap>md-input-container{margin-top:0}md-autocomplete.no-float>md-autocomplete-wrap>md-input-container>label{-webkit-transform:none;transform:none;-webkit-transition-property:none;transition-property:none;color:#bdbdbd;position:absolute;top:10px}md-autocomplete.no-float>md-autocomplete-wrap>md-input-container.md-input-focused>label{color:transparent}md-autocomplete.no-float>md-autocomplete-wrap>md-input-container.md-input-has-value>label{color:transparent}.step-pill{background:#f0f2f5;height:8px;margin:0 3px;border-radius:4px}.step-pill.active-pill{background:var(--primary-color)}.event-heading{font-size:28px;font-weight:800}.appointment-heading{font-size:24px;font-weight:500}.create-event-form md-autocomplete md-progress-linear{bottom:12px!important}.create-event-form .form-section{padding:22px 20px}.create-event-form .cr-viewport{border:none}.create-event-form .cr-boundary{border-radius:8px}.create-event-form .date-container{margin-right:30px}.create-event-form md-input-container{margin:12px 0;padding:0}.create-event-form md-input-container .error-message{line-height:24px}.create-event-form md-input-container .md-input,.create-event-form md-input-container md-select{background:#f6f7fb;min-height:45px;border-bottom:none;border-radius:8px}.create-event-form md-input-container .md-input.ng-invalid-required,.create-event-form md-input-container .md-input.ng-invalid-url{border:solid 1px #ca0000!important}.create-event-form md-input-container .md-input.ng-invalid-required.ng-not-empty{border:none!important}.create-event-form md-input-container .md-input{padding:8px 12px!important}.create-event-form md-input-container md-select{width:150px;padding:0 10px}.create-event-form md-input-container md-select md-select-value{border-bottom:none!important}.create-event-form md-input-container .effort-select{width:260px}.create-event-form md-input-container .md-datepicker-triangle-button{display:none}.create-event-form .md-input-focused .md-input.ng-invalid-url{border:none!important}.create-event-form .input-label{color:#4b4b4b;margin-bottom:8px;margin-left:3px;font-size:15px;-webkit-transition:color .2s ease;transition:color .2s ease}.create-event-form .input-label md-icon{-webkit-transition:color .2s ease;transition:color .2s ease;margin:-3px 5px 0 0}.create-event-form .md-input-focused .input-label{color:var(--primary-text-color)}.create-event-form .angular-google-map,.create-event-form .angular-google-map-container{height:300px;width:100%;padding:0;margin:0;border-radius:8px}.event-card{max-width:960px}.event-blurred-image-container{position:absolute;overflow:hidden;z-index:1;height:270px;width:100%}.blurred-image{-webkit-filter:blur(20px);filter:blur(20px)}.event-details-with-cover{margin-top:-55px}.view-event{position:relative}.view-event .main-section{padding:30px 24px}.view-event .main-section md-card{margin-bottom:16px}.view-event .start-column{margin:0 8px 0 0}.view-event .end-column{margin:0 0 0 8px}.view-event .response-buttons-container{margin-left:20px}.view-event .response-buttons-container .md-button md-icon{margin-top:-3px;margin-right:8px}.view-event .angular-google-map,.view-event .angular-google-map-container{height:300px;width:100%;padding:0;margin:0;border-top-right-radius:8px;border-top-left-radius:8px}.view-event .details-section .detail{line-height:22px}.view-event .details-section .detail md-icon{color:#a6a6a6;margin-right:10px}.view-event .details-section .detail{padding:12px 5px}.view-event .declined-users md-list-item{opacity:.6}.view-event .croppie-result{width:513px!important;height:270px!important;border-radius:8px!important}.view-event #cover-image{width:513px;height:270px;background:#fff;max-width:100%}.view-event .event-blurred-image-container{position:absolute;overflow:hidden;z-index:1}.view-event .blurred-image{-webkit-filter:blur(20px);filter:blur(20px)}.event-card-wrapper{width:350px}.tabs-with-badges .tab{margin:6px;color:#a0a6b5;font-weight:600;cursor:pointer}.tabs-with-badges .tab:hover{color:#9299aa}.tabs-with-badges .tab:hover .badge{background:#9299aa}.tabs-with-badges .badge{background:#a0a6b5;color:#fff;font-size:15px;padding:7px 10px 7px 15px;font-weight:600}.tabs-with-badges .badge .badge-count{margin-left:10px;font-weight:600}.tabs-with-badges .active-tab{color:var(--primary-text-color)}.tabs-with-badges .active-tab .badge{background:var(--primary-color);color:#fff;font-weight:700}.tabs-with-badges .active-tab .badge .badge-count{font-weight:700}.tabs-with-badges .active-tab.overdue-tab .badge{background:#f3425f}.tabs-with-badges .active-tab:hover{color:hsl(var(--primary-hue-saturation),calc(var(--primary-lightness) + 5%))}.tabs-with-badges .active-tab:hover .badge{background:hsl(var(--primary-hue-saturation),calc(var(--primary-lightness) + 5%))}.tabs-with-badges .active-tab:hover.overdue-tab{color:#f3425f}.tabs-with-badges .active-tab:hover.overdue-tab .badge{background:#f3425f}.section-width-events{width:553px;max-width:100%}.img-upload-container{height:270px!important}.img-upload-container md-icon{-webkit-transition:opacity .2s ease;transition:opacity .2s ease;cursor:pointer;opacity:.7;color:#fff!important}.img-upload-container .md-icon-button:hover md-icon,.img-upload-container md-icon:hover{-webkit-transition:opacity .2s ease;transition:opacity .2s ease;opacity:.95}.event-cover-upload-section{height:270px;background:#34495e}.event-cover-upload-section #image-preview,.event-cover-upload-section .cr-original-image{height:270px!important;max-width:513px!important;max-height:270px!important}.cover-photo-preview{position:relative}.cover-photo-preview .cr-viewport{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;background-color:rgba(0,0,0,.4);opacity:0}.cover-photo-preview .img-change-buttons{position:absolute;z-index:100;display:none}.cover-photo-preview .img-change-buttons md-divider{border-color:#fff;border-width:2px;margin:8px 10px;opacity:.7}.cover-photo-preview .img-change-buttons .md-button:hover md-icon{opacity:1}.event-preview-card .event-blurred-image-container{border-radius:0!important}.event-preview-card.desktop-preview{max-width:960px!important}.event-preview-card.mobile-preview{max-width:490px!important}.event-card .mobile-preview .event-details-with-cover,.event-preview-card.mobile-preview .event-details-with-cover{margin-top:0}.event-card .mobile-preview .main-section,.event-preview-card.mobile-preview .main-section{padding:20px 16px}.event-card .mobile-preview .start-column,.event-preview-card.mobile-preview .start-column{margin:0!important}.event-card .mobile-preview .end-column,.event-preview-card.mobile-preview .end-column{margin:0!important}.event-small-card:hover img{-webkit-filter:brightness(95%)}.event-small-card:hover,.event-style-card:hover{background:rgba(0,0,0,.03)}.event-small-card,.event-style-card{cursor:pointer}.event-style-card.selected-event-card{background:var(--highlight-color);border:solid 3px var(--primary-color)}.event-style-card{min-height:185px;border-radius:10px!important;text-align:center}.appointment-small-card,.event-small-card{padding-bottom:16px}.appointment-small-card .appointment-date,.appointment-small-card .event-date,.event-small-card .appointment-date,.event-small-card .event-date{position:absolute}.appointment-small-card .appointment-heading,.appointment-small-card .event-heading,.event-small-card .appointment-heading,.event-small-card .event-heading{font-size:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:54px;margin-top:5px}.appointment-small-card .appointment-description,.appointment-small-card .event-description,.event-small-card .appointment-description,.event-small-card .event-description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;min-height:100px;margin-top:12px}.appointment-small-card .no-cover-image,.event-small-card .no-cover-image{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(31,70,93,.25)),color-stop(98%,#fff));background:linear-gradient(180deg,rgba(31,70,93,.25) 0,#fff 98%);padding:20px 20px 0}.appointment-small-card{padding:16px 14px 10px;margin:8px}.cover-photo-preview:hover .img-change-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.cover-photo-preview:hover .cr-viewport{-webkit-transition:opacity .3s ease;transition:opacity .3s ease;opacity:1}.recurring-date-picker .md-datepicker-open{overflow:visible}@media (max-width:600px){.create-event-form .form-section{padding:15px 14px}}.appointment-complete{color:#3fb26d!important}.appointment-overdue{color:#f3425f!important}.appointment-todo{color:#4b4b4b!important}.appointment-datepicker .md-datepicker-input-container{margin-left:0!important}.appointment-filter .filter-assignee{padding:0 3px 0 10px}.appointment-filter .filter-date-range{margin:14px 20px}.appointment-filter .filter-date-range-icon{position:relative;top:2px;margin:2px 6px 3px 4px}.appointment-filter .filter-status{margin:34px 20px}.small-avatar{width:25px;position:relative;top:2px;padding:0;float:left;margin-top:-5px;margin-right:7px}.appointment-form .details-section{padding:0 12px}.appointment-form .details-section md-list-item>md-icon:first-child:not(.md-avatar-icon){margin-top:10px}.appointment-list-container .checkbox-cell{width:50px}.appointment-list-container .checkbox-cell md-checkbox{margin-top:5px!important}.appointment-list-container .time-cell{padding-left:15px;padding-right:10px;width:14%}.appointment-list-container .scrollable-table{background:#fff}.appointment-list-container .md-subheader{border-bottom:solid 1px rgba(0,0,0,.12);padding:8px 32px 0 32px}.appointment-list-container .heading-row{padding-top:0;padding-bottom:0;font-size:14px}.appointment-list-container .heading-row,.appointment-list-container md-list-item{padding-left:18px!important;padding-right:18px!important}.appointment-list-container md-list-item{font-size:14px;font-weight:500;height:62px}.appointment-list-container md-list-item a:hover{text-decoration:underline!important}.appointment-list-container md-list-item .line-1{padding-bottom:6px;padding-top:6px}.appointment-list-container md-list-item .line-2{font-size:13px;font-weight:400;color:grey}.appointment-action-bar{margin:0 8px}.appointment-action-bar .floating-badge{top:8px;right:3px;font-weight:700}.appointment-action-bar .chips-container{padding:8px}.appointment-action-bar md-toolbar{background-color:initial!important}.appointment-action-bar md-toolbar .md-toolbar-tools{padding:0 16px}.appointment-action-bar md-toolbar .md-toolbar-tools .action-buttons .md-icon-button{margin-left:16px}@media (max-width:600px){.appointment-list-container .checkbox-cell{width:50px!important}.appointment-list-container .time-cell{width:90px}.appointment-list-container .heading-row,.appointment-list-container md-list-item{padding-left:8px!important;padding-right:8px!important}}.appointment-table-header{font-weight:600;background-color:#fff}.appointment-status{padding-left:16px;font-weight:700!important}.appointment-status-container{padding:0 30px 0 20px}.appointment-day-count{display:inline-block;background:#959595;color:#fff;border-radius:40px;text-align:center;margin-left:14px;font-size:13px;margin-top:-6px;min-height:22px;min-width:22px;position:relative;top:2px}.appointment-assignee{height:48px}#privacy .profilecard-list .md-headline{margin-bottom:8px}#privacy #privacy-notice-list .sample-badge{border-radius:4px;font-size:11px;margin-left:8px;padding:0 8px}#privacy #privacy-notice-list .sample-badge.sample-badge-expired{background-color:#bdbdbd}.profilecard-list .md-headline{margin-bottom:5px;font-size:26px!important}.profilecard-list .md-subhead{color:grey;font-size:16px!important}.profilecard{font-size:13px}.profilecard .md-icon-button{margin:6px}.profilecard-accordion-card{max-height:100%;margin-top:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.profilecard-accordion-card .accordion-header{background:#fff!important;padding-left:16px;-webkit-transition:background-color .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);transition:background-color .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1)}.profilecard-accordion-card .accordion-header--open{background-color:#f2f2f2!important}.profilecard-accordion-card .accordion-header.md-focused,.profilecard-accordion-card .accordion-header:hover{background-color:#f5f5f5!important}.profilecard-accordion-card md-content md-list-item{background-color:#fbfbfb;padding-left:60px;border-radius:0}@media (max-width:599px){.profilecard-accordion-card md-content md-list-item{padding-left:16px}}.profilecard-accordion-card md-content md-list-item._md-button-wrap{padding-left:0}.profilecard-accordion-card md-content md-list-item._md-button-wrap .md-button.md-no-style{padding-left:60px;border-radius:0}.profilecard-list:last-child{margin-bottom:50px}.profilecard-list .md-headline{font-size:20px}.profilecard-list .md-subhead{font-size:15px}.profilecard-list-item .md-button,.profilecard-list-item button{min-height:56px}.profilecard-list-item--no-icon{margin-left:12px!important}.profilecard-list-item--title{text-transform:uppercase;margin-left:12px!important;font-weight:700;color:#707173}.profilecard-list-item--data{color:#000}.profilecard-list-item--image{margin-top:5px;width:38px}.profilecard-list md-card{border-bottom-left-radius:0;border-bottom-right-radius:0;padding:20px}@media (max-width:599px){.profilecard-list md-card{padding:8px}}.profilecard-list .profilecard-accordion-card{padding:0;margin-bottom:0}.profilecard-list .profilecard-accordion-card:last-child,.profilecard-list .profilecard-accordion-card:last-child md-content{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.profilecard-list .first-icon{margin-right:10px!important;margin-left:10px!important}.md-listheading{font-weight:500;font-size:13px;color:#616161}.profilecard .md-listheading{z-index:1!important}.wrap-image-circle{height:62px;width:62px;padding:0!important;border-radius:50%;overflow:hidden}.edit-img-button{background-color:var(--primary-color)!important;margin:-60px 0 0 -5px!important;color:#fff!important}.edit-img-button span{font-size:10px!important;position:relative;top:-7px}.close-icon{color:#000!important}.photo-content{width:520px!important}.photo-content.dashed-container{height:320px;border:2px dashed rgba(0,0,0,.1)}.toolbar-no-color{background-color:#fff!important;color:#000!important}.custom-cancel-button{margin-left:0!important;min-width:22px!important}.add-photo-button-container{position:relative!important;margin:0!important;padding:0!important}.no-overflow{overflow:hidden!important}.cr-slider::-webkit-slider-thumb{background-color:var(--primary-color)!important;cursor:pointer!important}.custom-margin{margin-left:0!important}.bordered-on-top{border-top:solid rgba(0,0,0,.1) 1px}.md-button.active{background-color:var(--highlight-color)!important;font-weight:600}.md-button.active:hover{background-color:var(--highlight-color-darker)!important}.md-button.active md-icon,.md-button.active span{color:var(--primary-color)!important}.change-password-modal .view-password-button{float:right;position:absolute!important;margin-top:16px!important;right:14px}.prospector-form .md-subheader.has-active-filters .md-subheader-content{font-weight:900;color:var(--primary-text-color)!important}.prospector-form .has-active-filters{font-weight:700!important;color:var(--primary-text-color)!important}.prospector-form .count-heading{padding:0 16px 16px;text-align:center;border-bottom:solid 3px var(--primary-color)}.prospector-form .count-heading .heading-text{font-size:55px;font-weight:300;margin:0}.prospector-form .count-heading .subheading-text{font-size:20px;font-weight:400;margin:0}.prospector-form .count-heading .explainer-text{font-size:14px;color:#777;font-weight:400;margin:10px 0 0}.prospector-form md-progress-linear.loading-data-bar,.prospector-form md-progress-linear.loading-data-bar .md-container,.prospector-form md-progress-linear.loading-data-bar .md-container .md-bar{height:3px!important}.prospector-form .prospector-heading-loading{opacity:.5}.prospector-form .filters-container{position:relative}.prospector-form .filters-container .filter-section .filter-section-body .filter-name-section{cursor:pointer;position:relative;padding:16px 12px;color:#2a2a2a;font-weight:500;font-size:14px}.prospector-form .filters-container .filter-section .filter-section-body .filter-name-section md-icon,.prospector-form .filters-container .filter-section .filter-section-body .filter-name-section p{margin:0;line-height:14px;height:16px;min-height:14px}.prospector-form .filters-container .filter-section .filter-section-body .filter-name-section md-icon{color:#000}.prospector-form .filters-container .filter-section .filter-section-body .filter-name-section p{padding-right:5px}.prospector-form .filters-container .filter-section .filter-section-body .filter-name-section:hover{background:var(--lighter-background-color)}.prospector-form .filters-container .filter-section .filter-section-body .filter-options-container{margin:4px 14px 14px;padding:0;max-height:680px;overflow:auto;border:solid 1px rgba(0,0,0,.06);background:rgba(0,0,0,.03);background:var(--lighter-background-color);border-radius:5px}.prospector-form .filters-container .filter-section .filter-section-body .filter-options-container .filter-options-section-head{height:33px}.prospector-form .filters-container .filter-section .filter-section-body .filter-options-container .filter-options-section-head .search-input-container{margin:0;padding:0}.prospector-form .filters-container .filter-section .filter-section-body .filter-options-container .filter-options-section-head .search-input-container #placeholder{font-size:13px!important}.prospector-form .filters-container .filter-section .filter-section-body .filter-options-container .filter-options-section-head .search-input-container input{padding:16px 40px;font-size:13px}.prospector-form .filters-container .filter-section .filter-section-body .filter-options-container .filter-options-section-head .search-input-container md-icon{color:#777}.prospector-form .filters-container .filter-section .filter-section-body .filter-options-container .filter-options-section-head .search-input-container .search-icon{margin-left:13px}.prospector-form .filters-container .filter-section .filter-section-body .filter-options-container .filter-options-section-head .search-input-container .clear-icon{margin-right:13px}.prospector-form .filters-container .filter-section .filter-section-body .filter-options-container .filter-options-section-body{padding:6px 12px}.prospector-form .filters-container .filter-section .filter-section-body .filter-options-container md-checkbox .md-container{margin-top:19px}.prospector-form .filters-container .filter-section .filter-section-body .filter-options-container .md-label{font-size:13px;margin-left:28px}.prospector-form .filters-container .filter-section .filter-section-body .filter-options-container md-checkbox .md-icon{width:16px;height:16px}.prospector-form .filters-container .filter-section .filter-section-body .filter-options-container md-checkbox.md-checked .md-icon:after{width:6px;height:11px;left:3px;top:-1px}.prospector-form .filters-container .filter-section .filter-section-body .filter-options-container .md-dense :not(.md-dense-disabled) md-checkbox:not(.md-dense-disabled),.prospector-form .filters-container .filter-section .filter-section-body .filter-options-container .md-dense>md-checkbox:not(.md-dense-disabled){min-height:32px}.prospector-form .filters-container .filter-section.filter-is-open .filter-name-section{color:#000}.prospector-form .filters-container .filter-tree-section{border-radius:5px}.prospector-form .filters-container .filter-tree-section .tree-line-container{width:10px;opacity:60%}.prospector-form .filters-container .filter-tree-section .tree-line-container .tree-line{width:1px;margin:0 auto;height:100%;border-right:solid 2px var(--primary-color)}.prospector-form .filters-container .filter-section-background .tree-line-container{width:10px;opacity:60%;padding-left:6px}.prospector-form .filters-container .filter-section-background .tree-line-container .tree-line{width:1px;margin:0 auto;height:100%;border-right:solid 2px var(--primary-color)}.prospector-form .filters-container .tree-line-container:hover{opacity:100%;cursor:pointer}.create-widget-dialog .md-input-container,.create-widget-dialog md-input-container{margin:32px 16px}.create-widget-dialog md-autocomplete .md-input-container,.create-widget-dialog md-autocomplete md-input-container{margin:18px 0}.label-styling{color:rgba(0,0,0,.54);padding-left:3px;padding-right:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.table-data-row{border-top:1px #ccc solid}.survey-response-tile{overflow:hidden}.canvass-type-filter{padding:12px 8px 0;display:-webkit-box;display:-ms-flexbox;display:flex}.canvass-type-filter--66{width:66%}.canvass-type-filter__button{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.md-button.md-raised.canvass-type-filter__button{margin:0}.md-button.md-raised.canvass-type-filter__button--selected:not([disabled]){-webkit-box-shadow:inset 0 2px 5px 0 rgba(0,0,0,.26);box-shadow:inset 0 2px 5px 0 rgba(0,0,0,.26);background-color:#eee}.md-button.export-button{margin-left:auto}.stats-hitrate-figure{z-index:5}.hitrate-bar-container{padding-bottom:4px!important}.results-page{padding:8px}.stats-progress-bar.empty-hitrate{margin-left:-46px}.stats-progress-bar.full-hitrate{margin-left:-57px}.effort-stats-dropdown{margin:15px 8px!important}.effort-stats-controls-container{margin-top:10px!important}.effort-stats-switch *{font-size:13px}.effort-stats-switch .switch-toggle{margin:10px 20px 0 20px}.effort-stats-list.stats-loading md-list-item{opacity:.55}.effort-stats-headings div{cursor:pointer}.stats-heading-row .selected-order md-progress-circular{margin-left:5px;margin-top:3px}.stats-heading-row .selected-order md-icon{margin-top:-2px!important}.effort-stats-controls-container .small-text-button{margin-top:16px;padding:0 10px 0 15px}.effort-stats-controls-container .small-text-button.small-back-button{margin-top:10px;padding:0 10px 0 15px;margin-right:20px;margin-left:5px}.effort-stats-list md-list-item .grey-bar{height:20px;margin:0}.fullscreen-grouped-stats-container md-virtual-repeat-container{height:calc(100vh - 244px)}.grid-stack-item>.grid-stack-item-content{border-radius:12px;background:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.01),0 2px 1px -1px rgba(0,0,0,.02);box-shadow:0 1px 3px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.01),0 2px 1px -1px rgba(0,0,0,.02)}.grid-stack-item>.ui-resizable-se{opacity:.5;bottom:9px!important;right:9px!important}.grid-stack-placeholder>.placeholder-content{border-radius:12px!important;background-color:rgba(79,170,183,.13)!important;border:2px dashed #4faab7;padding:0}.generated-at-caption{position:relative;top:18px}.survey-results-widget .widget-header{margin-bottom:20px}.custom-field-stats-card{min-height:420px}.overview-stats-row,.overview-stats-row .chart-loading-container{min-height:500px}.survey-question-card{height:calc(100% - 30px);margin:20px 10px;width:100%}.free-text-legend-container .pie-chart-legend{margin-top:0}.free-text-legend-container{overflow-y:auto;margin-top:10px;border-top:solid 1px #e1e1e1}.free-text-legend-container.empty-legend{border-top:none;margin-top:0}.pie-chart-legend .legend-list-item{margin:12px;font-size:14px;font-weight:500}.results-page .top-heading-section{overflow:visible;padding:0 8px 0 8px;background:#fff;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.01),0 2px 1px -1px rgba(0,0,0,.02);box-shadow:0 1px 3px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.01),0 2px 1px -1px rgba(0,0,0,.02)}.results-page .top-heading-section .first-row{padding:0 4px}.results-page .top-heading-section .second-row{padding:4px 12px}.results-page md-divider{border-top-color:rgba(0,0,0,.08)}.results-page .table-type-widget-section md-divider{border-top-color:rgba(0,0,0,.12)}.results-page .nvd3 .nv-axis line{stroke:rgba(0,0,0,.08)}.stats-heading-row md-progress-circular{margin-top:4px;margin-left:5px}#chart-canvasses{margin-top:5px}.resizeable{position:absolute;top:0;left:0;resize:both}.ui-draggable-dragging,.ui-draggable-dragging *{cursor:-webkit-grabbing!important;cursor:grabbing!important}.widget-section .stats-table-title{padding:3px 0 0 14px}.widget-section .widget-title{padding:8px 4px 7px}.widget-section.fullscreen-widget .stats-table-title{padding:6px 0 10px 12px}.widget-section.fullscreen-widget .widget-title{padding:8px 4px 10px;font-size:25px}.widget-filter-pill{display:inline-block;font-weight:700;font-size:11px;text-align:center;text-transform:uppercase;vertical-align:inherit;-ms-hyphens:manual;hyphens:manual;line-height:20px;min-height:20px;background-color:var(--light-background-color);color:rgba(0,0,0,.52);padding:0 8px;border-radius:8px;margin-bottom:5px;margin-right:5px}.widget-filter-pill md-icon{margin-right:5px;margin-left:-2px}.widget-filter-pill.bigger-pill{padding:2px 14px;border-radius:20px;font-size:13px}.widget-filter-pill.bigger-pill md-icon{margin:0 8px 0 0}.widget-filter-pill.bigger-pill .remove-button{margin-left:8px;margin-right:-4px}.widget-filter-pill.bigger-pill .remove-button md-icon{width:16px!important;height:16px!important;font-size:16px!important;min-width:16px!important;max-width:16px!important;min-height:16px!important}.global-filters .widget-filter-pill{margin:0 3px;padding-right:3px}.widget-filter-pill.global-filter-pill{background:var(--svg-background);color:rgba(0,0,0,.8)}.widget-filter-pill.global-filter-pill md-icon{color:rgba(0,0,0,.8)}.widget-filter-pill.info-pill{background:rgba(84,165,226,.28);color:rgba(35,49,100,.81)}.widget-filter-pill.info-pill md-icon{color:rgba(35,49,100,.81)}.background-tiles .background-tile{border:solid 1px rgba(0,0,0,.18)!important;background:rgba(0,0,0,.03);opacity:.5;border-radius:12px;width:calc(16.6667% - 10px);padding-top:calc(16.6667% - 10px);margin-top:calc(0% + 0px)}.custom-field-stats-card .md-progress-container{height:2px!important}.custom-field-stats-card .md-progress-container md-progress-linear{height:2px}.custom-field-stats-card .md-progress-container md-progress-linear .md-container{height:2px}.custom-field-stats-card .md-progress-container md-progress-linear .md-container .md-bar{height:2px}.custom-field-stats-card .md-progress-container md-progress-linear .md-container .md-dashed:before{height:2px}.survey-question-card .no-data-available md-icon{margin-top:70px}.page-back-button{margin:15px 0 5px 0!important}.survey-results-page-title{padding:0 15px}.survey-results-page-title h1{margin:0;padding:0;font-size:25px;font-weight:400}.survey-results-page-title p{padding:0 2px;margin:10px 30px 10px 0;font-size:15px}.results-page .effort-stats-dropdown{margin:8px}.results-page .statistics-overview-section md-card{margin-top:8px!important;margin-bottom:16px!important}.button-control-row{margin:0 4px}.button-control-row md-input-container{padding:0 10px}.small-survey-results md-card{-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #e1e1e1!important}.small-survey-results .heading-stats-dropdown md-select{margin:0}.effort-stats-list-container{min-height:380px}.no-data-message-large{min-height:400px}.bar-chart-container{margin:5px 10px 20px 0}.bar-chart-legend .dot{border-radius:0;opacity:.85;margin:1px 10px 0 0}.free-text-legend-container .bar-chart-legend{margin-top:0}.bar-chart-legend .legend-list-item{margin:10px}.dummy-data-banner{background-color:#ccedf9;margin:8px;z-index:1}.results-page .dummy-data-banner{border-radius:12px}.main-side-nav-container{position:absolute;width:100%;height:100%}.main-side-nav{height:100%}.sidenav-expand-container{position:absolute}.sidenav-expand-container .side-nav-open-collapse-button-container{-webkit-transition:all .4s;transition:all .4s;position:absolute;right:-244px;top:45px;z-index:80;padding:10px}.sidenav-expand-container-mini .side-nav-open-collapse-button-container{right:-88px}.main-side-nav .big-only,.main-side-nav .mini-only{-webkit-transition:all .4s;transition:all .4s}.main-side-nav{-webkit-transition:width .4s;transition:width .4s;overflow-x:hidden}.main-side-nav .clickable-brand-logo-container,.main-side-nav .mini-brand-icon{height:121px;margin-bottom:8px}.main-side-nav md-input-container .md-input::-webkit-input-placeholder{font-size:14px!important}.main-side-nav md-input-container .md-input::-moz-placeholder{font-size:14px!important}.main-side-nav md-input-container .md-input:-ms-input-placeholder{font-size:14px!important}.main-side-nav md-input-container .md-input::-ms-input-placeholder{font-size:14px!important}.main-side-nav md-input-container .md-input::placeholder{font-size:14px!important}.main-side-nav .mini-brand-icon img{max-width:32px}.main-side-nav md-content{overflow-x:hidden;padding-bottom:12px}.main-side-nav .md-button{width:calc(100% - 22px);line-height:38px}.main-side-nav .pinned-page .page-icon:after{-webkit-transition:none;transition:none;background:url(https://assets.ecanvasser.com/usa/app/img/icons/pushpin.svg);background-size:14px 14px;position:relative;top:1px;left:-8px;display:inline-block;width:14px;height:14px;border-radius:5px;content:""}.main-side-nav .pinned-page .page-icon:before{-webkit-transition:all .4s;transition:all .4s;background-size:16px 16px;border-radius:40px;top:17px;left:30px;display:inline-block;width:16px;height:16px;content:"";position:absolute}.main-side-nav .delete-pinned-item,.main-side-nav .pin-page-button{display:none;float:right;margin-top:12px;margin-right:-2px;cursor:pointer;padding:0 2px}.main-side-nav .delete-pinned-item:hover{color:#fff}.main-side-nav .pin-page-button{opacity:.6}.main-side-nav .pin-page-button:hover{opacity:.96}.main-side-nav .pinned-page:hover .delete-pinned-item,.main-side-nav .sidenav-page-item:hover .pin-page-button{display:block}.main-side-nav .mini-only{display:none}.main-side-nav .big-only{display:block}.main-side-nav .subheading-text{margin-bottom:8px!important;text-transform:none;font-size:12px;font-weight:600;color:rgba(255,255,255,.48)}.side-nav-open-collapse-button-container .md-icon-button{-webkit-box-shadow:1px 1px 2px 0 rgba(0,0,0,.5)!important;box-shadow:1px 1px 2px 0 rgba(0,0,0,.5)!important;background:#e5e5e5}.side-nav-open-collapse-button-container .md-icon-button:hover{background-color:var(--svg-primary)!important;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,.5)!important;box-shadow:1px 1px 4px 0 rgba(0,0,0,.5)!important;border:none}.side-nav-open-collapse-button-container .md-icon-button:hover md-icon{color:rgba(255,255,255,.8)!important}.main:not(.has-custom-theme) .main-side-nav .pinned-page .page-icon:before{background-color:var(--dark-color)!important}.main:not(.has-custom-theme) .main-side-nav .pinned-page:hover .page-icon:before{background-color:#23273b!important}.main:not(.has-custom-theme) .main-side-nav .pinned-page .active-page .page-icon:before{left:27px;background-color:#2c3143!important}.main:not(.has-custom-theme) .main-side-nav .pinned-page .active-page:hover .page-icon:before{background-color:#484b5b!important}.main:not(.has-custom-theme) .leader-sidenav-container .main-side-nav .pinned-page .page-icon:before{background-color:#242c4a!important}.main:not(.has-custom-theme) .leader-sidenav-container .main-side-nav .pinned-page:hover .page-icon:before{background-color:#373d58!important}.main:not(.has-custom-theme) .leader-sidenav-container .main-side-nav .pinned-page .active-page .page-icon:before{left:27px;background-color:#40465f!important}.main:not(.has-custom-theme) .leader-sidenav-container .main-side-nav .pinned-page .active-page:hover .page-icon:before{background-color:#575d72!important}.sidenav-section-divider{margin:18px 8px 18px 11px!important;border-top-width:2px;border-top-color:rgba(255,255,255,.25)!important}.main-side-nav.mini-side-nav{position:fixed!important}.mini-nav-bar-active .main-content-container{margin-left:58px}.main-side-nav.mini-side-nav:hover{-webkit-box-shadow:0 3px 15px -1px rgba(0,0,0,.3),0 5px 18px 0 rgba(0,0,0,.24),0 1px 24px 0 rgba(0,0,0,.22);box-shadow:0 3px 15px -1px rgba(0,0,0,.3),0 5px 18px 0 rgba(0,0,0,.24),0 1px 24px 0 rgba(0,0,0,.22)}.md-sidenav-backdrop{-webkit-transition:opacity .4s;transition:opacity .4s}.invisible-backdrop{opacity:0!important;margin-left:-10000px;position:static}.visible-backdrop{opacity:.6!important;margin-left:0;position:absolute}.main-side-nav.mini-side-nav-add-active,.main-side-nav.mini-side-nav:not(:hover){width:58px}.main-side-nav.mini-side-nav-add-active md-content,.main-side-nav.mini-side-nav:not(:hover) md-content{overflow-x:hidden}.main-side-nav.mini-side-nav-add-active .mini-only,.main-side-nav.mini-side-nav:not(:hover) .mini-only{display:block}.main-side-nav.mini-side-nav-add-active .big-only,.main-side-nav.mini-side-nav:not(:hover) .big-only{display:none}.main-side-nav.mini-side-nav-add-active .sidenav-header,.main-side-nav.mini-side-nav:not(:hover) .sidenav-header{display:none}.main-side-nav.mini-side-nav-add-active .md-button,.main-side-nav.mini-side-nav-add-active md-button,.main-side-nav.mini-side-nav:not(:hover) .md-button,.main-side-nav.mini-side-nav:not(:hover) md-button{min-width:58px}.sidenav .import-list-item md-icon{margin-right:20px!important}.dark-sidenav .md-subheader{color:#fff;background:0 0}.dark-sidenav .md-button{-webkit-transition:all .4s;transition:all .4s;color:var(--sidebar-text-color)}.dark-sidenav .md-button md-icon{color:rgba(255,255,255,.5)}.dark-sidenav .md-button:hover{background-color:rgba(255,255,255,.065)!important;color:rgba(255,255,255,.9)}.dark-sidenav .md-button:hover md-icon{color:var(--sidebar-text-color)}.dark-sidenav .sidenav-bottom-sticky-section{padding-top:8px;background:rgba(255,255,255,.1098039216);border-top:solid 1px rgba(255,255,255,.2)}.dark-sidenav .active-page{color:#fff!important;background-color:rgba(255,255,255,.1);border-left:3px solid #dde2ff;padding-left:13px}.dark-sidenav .active-page md-icon{color:var(--secondary-color)}.sidenav .active-page:hover{background-color:rgba(255,255,255,.2)!important;border-left:3px solid #c8cfff}.sidenav .active-page:hover md-icon{color:var(--secondary-color)}.sidenav md-divider{margin:8px 0}.dot{height:12px;width:12px;border-radius:6px}.dot.md-primary{background:var(--primary-color)}.dot.live{background-color:#36b47c}.dot.notlive{background-color:#a5a4a7}.light-background-color{background:var(--lighter-background-color)}.survey-actions{background:#fff!important;height:32px;line-height:26px!important;min-height:32px!important}.survey-card-clickable-area{cursor:pointer;position:relative;border-radius:12px 12px 0 0}.survey-card-clickable-area .arrow-icon{color:#b2b2b2;margin-right:20px}.all-surveys-list .survey-name{color:#000}.survey-card-clickable-area:hover{background:var(--lighter-background-color)}.clickable-title:hover{cursor:pointer;color:var(--primary-text-color)}.live-heading{font-size:16px}.live-heading.live{background-color:#36b47c}.live-heading.live.disabled{background-color:rgba(54,180,124,.5019607843);cursor:pointer!important}.live-heading.live:hover,.md-button.live-heading.live:hover{background-color:#2f9c6b!important}.live-heading.live.disabled:hover,.md-button.live-heading.live.disabled:hover{background-color:rgba(54,180,124,.5019607843)!important}.md-button.live-heading{text-transform:capitalize!important;font-size:16px;line-height:30px;min-height:30px}.live-heading.notlive{background-color:#a5a4a7}.live-heading.notlive:hover{background-color:#919093!important}.survey-questions .no-content-section .no-content-inner{margin-top:75px}table.scrollable-table.md-table th.md-column md-icon{height:18px!important;width:18px!important;font-size:18px!important;line-height:18px!important}.scrollable-table td,.scrollable-table th{white-space:nowrap!important}.scrollable-table .md-cell,.scrollable-table .md-column{max-width:350px;overflow:hidden}.scrollable-table ::-webkit-scrollbar{width:10px!important;height:10px!important}.scrollable-table thead{border-top:solid 1px rgba(0,0,0,.12);background:var(--light-background-color)}.scrollable-table thead.md-head>tr.md-row{height:45px!important}.scrollable-table .md-table-progress{display:none!important}.scrollable-table th{border-bottom:solid 1px #e0e0e0;font-size:14px!important}.scrollable-table td.md-cell{border-top:none!important;border-bottom:1px rgba(0,0,0,.12) solid}.scrollable-table .table-cell{font-size:14px}.scrollable-table .md-table-progress th{border:none!important}.scrollable-table .avatar-cell{width:26px}.scrollable-table .checkbox-cell{width:20px}.scrollable-table .avatar{width:30px;position:relative;top:2px;padding:0;float:left;margin-top:-7px;margin-right:-12px}.scrollable-table .voter-name-container{position:relative;top:2px}.scrollable-table md-checkbox .md-ink-ripple{color:var(--primary-color)!important}.scrollable-table md-checkbox.md-default-theme:not([disabled]).md-checked .md-ink-ripple,.scrollable-table md-checkbox:not([disabled]).md-checked .md-ink-ripple{color:var(--primary-color)}.scrollable-table md-checkbox.md-default-theme:not([disabled]).md-checked .md-icon,.scrollable-table md-checkbox:not([disabled]).md-checked .md-icon{background-color:var(--primary-color)}.scrollable-table md-checkbox.md-default-theme:not([disabled]).md-checked .md-icon:after,.scrollable-table md-checkbox:not([disabled]).md-checked .md-icon:after{border-color:rgba(255,255,255,.87)}.scrollable-table a{color:rgba(0,0,0,.87)}.scrollable-table a:hover{text-decoration:underline!important;color:var(--primary-text-color)!important}.scrollable-table .star-icon{margin:-3px 0 0 3px;color:#ffbc00}.scrollable-table .star-icon.empty-star{color:#d9d9d9}.scrollable-table.data-loading tbody tr{opacity:.7}.data-loading-cell{opacity:.7}.data-loading-cell.loading-cell-light{opacity:.4}.scrollable-table.data-loading.md-table.md-row-select tbody.md-body>tr.md-row:not([disabled]):hover{background:#fff!important}.scrollable-table .no-data-table-row{background:#fbfbfb!important}.scrollable-table .no-data-table-row td div{opacity:.5}.loading-data-bar{margin-top:-3px;z-index:3}.loading-data-filler{height:1px;margin-top:-2px}.delete-talking-point-btn{margin:2px 20px!important;background-color:#fff!important}.customs-padding{padding:0 0 20px 0!important}.category-padding{padding:0 23px 0 23px!important}.team-list._md-button-wrap .md-button.md-no-style{padding:5px 0!important}.team-nav-item-wrap .md-nav-item md-icon{margin:-4px 5px 0 0}.custom-box-shadow md-list .card-row{-webkit-box-shadow:0 -1px 0 #e0e0e0,0 0 2px rgba(0,0,0,.06),0 1px 1px rgba(0,0,0,.15)!important;box-shadow:0 -1px 0 #e0e0e0,0 0 2px rgba(0,0,0,.06),0 1px 1px rgba(0,0,0,.15)!important}.team-scoreboard{min-height:600px}.team-scoreboard .no-content-section .no-content-inner{margin-top:50px}.icon-as-image{height:24px!important;width:24px!important;margin:22px 8px 4px 22px!important}#style-scroll::-webkit-scrollbar-track{border-bottom-right-radius:15px}.team-badge{border-radius:0 70px 70px 0!important;min-width:18px;min-height:20px;color:#fff}.team-badge div{font-family:Inter,Roboto,Arial,sans-serif;font-weight:700;font-size:23px;margin:0 12px}.team-badge md-icon{color:#fff}.table-text{margin-left:30px;font-family:Inter,Roboto,Arial,sans-serif;font-weight:800;font-size:16px}.table-number-info div{font-family:Inter,Roboto,Arial,sans-serif;font-weight:600;font-size:16px}.team-table-header div{font-family:Inter,Roboto,Arial,sans-serif;font-weight:600;font-size:16px!important}.border-bottom-radius{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.no-border-top-radius md-list-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.no-border-top-radius md-list-item:first-child .md-button.md-no-style{border-top-left-radius:0;border-top-right-radius:0}.team-nav-item-wrap .md-nav-item button._md-nav-button.md-accent.md-button.md-ink-ripple.md-active.md-primary{color:var(--primary-text-color)!important}.team-scoreboard-heading div{cursor:pointer}.no-border-bottom-radius md-list-item:last-child{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.no-border-bottom-radius md-list-item:last-child .md-button.md-no-style{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.border-bottom-radius md-list-item:last-child .md-button.md-no-style{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.team-nav-bar{z-index:5}.team-nav-bar .md-nav-bar{border-style:none!important;border-width:0!important}.team-nav-bar md-nav-ink-bar{background-color:var(--primary-color)!important}.team-nav-bar .team-help-icon{margin-left:10px}@media (min-width:599px){.team-nav-bar .team-help-icon{margin-left:45px!important}}.ld-drop-drown-wrap div md-input-container md-select{margin-right:20px}.team-stats-headings div{cursor:pointer}.team-stats-headings div md-progress-circular{margin-left:10px}.square{min-height:60px;min-width:50px}.square.border-right{border-right:solid 1px #ddd}.team-user-image{height:36px;margin:16px 8px 2px 16px}.members-page .md-sidenav.md-sidenav-top{top:211px}.user-licenses-explained-dialog p{line-height:23px}.ta-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.ta-toolbar .ta-button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.ta-toolbar .ta-button-group .md-button.md-icon-button{width:32px;height:32px;padding:8px 3px}.ta-toolbar .ta-button-group button{min-width:0;min-height:0;line-height:normal;margin-left:0;color:#707173;font-size:14px}.ta-toolbar .ta-button-group button md-icon{color:#707173;font-size:16px}.ta-toolbar .ta-button-group button.active{background-color:#f2f2f2}.ta-text-editor .ta-bind{border-bottom:1px solid rgba(0,0,0,.117647)}.ta-text-editor .ta-bind:focus{border-bottom:2px solid var(--primary-color);outline:0}.md-input-invalid .ta-text-editor .ta-bind{border-bottom:1px solid #d50000!important}.create-privacyNotice-form .md-input-invalid .md-required{color:#d50000}.create-privacyNotice-form .md-input-invalid .md-required::after{color:#d50000}.ta-scroll-window{height:360px;overflow-y:scroll}.transparent-toolbar{background-color:rgba(0,0,0,0)}.userInviteForm .user-invite-inputs{margin-top:25px;margin-bottom:10px}.userInviteForm .user-invite-inputs .md-input-container{margin-bottom:0}.rounded-accent-border{border:2px rgba(0,0,0,.16) solid!important;border-radius:5px!important}.walk-app-button{color:rgba(36,50,92,.47)!important}.go-app-button{color:#52bed6!important}.selected-go-app-button{background:#52bed6!important;color:#fff!important}.selected-walk-app-button{background:rgba(36,50,92,.47)!important;color:#fff!important}.invite-dialog-section{padding:6px 0;border-bottom:solid 1px #e4e4e4;margin:10px 0}.invite-heading-row{cursor:pointer}.invite-heading-row:hover .invite-heading{color:#0d3349}.invite-heading-value{color:#000;font-weight:500}.team-chip{background-color:#e0e0e0!important;color:#424242!important;border-radius:16px!important;min-height:32px!important;line-height:32px!important;margin:8px 8px 0 0!important;padding:0 4px 0 12px!important;text-transform:capitalize!important}.team-chip.static-chip{padding:0 16px!important}.team-chip .md-icon{margin:0 0 3px 3px!important}.team-chip:focus,.team-chip:focus .md-icon{background-color:var(--primary-color)!important;color:#fff!important}.invite-confirmation-edit{margin-right:-35px!important;top:8px!important}.app-type-card{min-height:230px}.app-type-card .md-title{margin-top:16px}.app-type-card .card-subtitle{margin-top:8px;max-width:220px;color:#666;font-size:14px}.contained-box-list.bordered{border:solid 1px rgba(0,0,0,.06)}.invite-teams-section{height:270px;overflow:auto;max-height:24vh;border-radius:12px}.user-invite-form .step-heading{font-size:18px}@media (max-height:700px){.user-invite-form .vert-gap-large{margin-top:20px!important;margin-bottom:20px!important}.user-invite-form md-radio-button{margin-bottom:12px!important}.user-invite-form .invite-permission-description{margin-bottom:12px!important;font-size:14px}.user-invite-form .step-heading{font-size:16px;margin:10px}.user-invite-form .md-headline{padding:3px 8px}}.user-pane .cover-image-section{border-bottom:solid 1px rgba(0,0,0,.12)}.user-pane .cover-image-section .profile-image-container{padding-left:26px}.user-pane .cover-image-section .profile-image-container img{width:100px;height:100px;margin-top:16px;margin-bottom:-50px;padding:2px;border:solid 1px #d2d2d2;border-radius:50%;background:#fff}.user-pane .cover-image-section .profile-image-container.stretched-cover{padding-top:66px}.user-pane .cover-image-section .extra-large-profile-image-container img{width:150px;height:150px}.user-pane .cover-image-section .extra-large-profile-image-circle-wrapper{width:150px;height:150px;border-radius:50%}.user-pane .cover-image-section .extra-large-profile-image-circle-wrapper .add-img-btn{position:absolute;right:0}.user-pane .cover-image-section .profile-image-container.stretched-cover{padding-top:66px}.user-pane .action-buttons{margin-top:10px}.user-pane .heading-section{margin-top:50px;padding-left:30px}.user-pane md-list{padding-top:0;padding-left:16px}.user-pane md-list md-list-item>md-icon:first-child:not(.md-avatar-icon){margin-right:14px}.user-pane.centered .heading-section{padding-left:8px;padding-right:8px}.user-pane.centered .profile-image-container{padding:0}.user-pane.centered .profile-image-container img{margin-left:auto;margin-right:auto}.user-pane.large-user-pane .cover-image-section .extra-large-profile-image-container img{margin-top:36px}.user-pane.large-user-pane .heading-section h2{font-size:38px}.house-view-modal md-list{padding-top:0}.house-pane md-list{padding-top:0!important}.selected-field{background:rgba(0,127,163,.15)!important}.currently-selected-field{background:rgba(0,150,39,.52)!important}.conflict-vertical-container .card-row,.conflict-vertical-container .card-row>.md-button.md-no-style{min-height:112px}.import-columns-table .md-cell{min-width:150px}.import-columns-table .md-cell .mn-button{margin:8px 0}.conflict-vertical-container .conflict-card.card-selected{background-color:rgba(158,158,158,.2)}.center{text-align:center}.conflicts-button{padding:0 17px!important}.import-status--complete,.import-status--inprogress,.import-status--warning{font-weight:700}.import-status--warning{color:#fe4e4a!important}.import-status--complete{color:#46ae4c!important}.import-status--inprogress{color:#329ec9!important}.import-status-list{margin:20px}.import-status-list dd{margin:0;margin-bottom:10px}.import-icon{position:absolute;margin-top:0;margin-left:10px}.import-columns-dialog md-list{border-right:solid 1px #e0e0e0!important}.import-columns-dialog .md-subheader-inner .md-icon-button{float:right!important}.import-options{max-height:390px!important}.import-action-button{line-height:28px}.import-delete-button{background-color:#b30000!important;color:#fff!important}.import-delete-button md-icon{color:#fff!important}.import-data-type-card,.import-option-card{height:320px}.import-data-type-card .import-option-card-icon,.import-option-card .import-option-card-icon{width:70%;margin:10px auto}.import-data-type-card .import-option-card-content,.import-option-card .import-option-card-content{min-height:45%;text-align:center}.import-data-type-card .import-option-card-subtitle,.import-option-card .import-option-card-subtitle{font-size:14px;color:grey;font-weight:500;margin:6px 0 0 0}.import-data-type-card .import-option-card-title,.import-option-card .import-option-card-title{font-weight:700;font-size:16px;color:#000;padding:0;margin:0}.import-data-type-card .import-option-card-button,.import-option-card .import-option-card-button{height:36px;margin-bottom:auto}.import-data-type-card{height:280px;cursor:pointer}.import-data-type-card:hover{background-color:#f5f5f5!important;border:1px solid var(--primary-color)}.import-data-type-card.selected-item{border:4px solid var(--primary-color)}.import-data-type-card .import-data-type-card-icon{text-align:center;width:100px;margin:10px auto;background-color:var(--primary-color);border-radius:12px}.import-data-type-card .import-data-type-card-icon.import-type--contacts{background-color:var(--secondary-color)}.import-data-type-card .import-data-type-card-icon.import-type--houses{background-color:var(--dark-color)}.import-data-type-card .import-data-type-card-icon md-icon{height:70px;font-size:70px;width:70px;color:#fff}.import-option-card:first-child{margin-left:0}.import-option-card:last-child{margin-right:0}.disabled-import-column{background:#e3e3e3;color:grey}.welcome__main{width:800px;margin:20px 20px 5px 20px;padding:20px;text-align:center;max-width:100%}.welcome__header{margin-top:24px;margin-bottom:5px}.welcome-fields-container{min-height:634px!important}.welcome__body-text{margin:40px;margin-top:10px}.welcome__header{font-size:32px;font-weight:700}.welcome__header-dense{font-size:28px;font-weight:700;width:600px;margin-left:auto;margin-right:auto;margin-top:16px;margin-bottom:5px;max-width:100%}.welcome__body-text{font-size:18px;line-height:26px}.welcome__input{font-size:18px;text-align:left;color:#0d3349}.welcome__input input{font-size:18px!important}.welcome__input md-select{max-width:440px;margin-top:4px}@media (max-width:600px){.welcome__main{width:auto;margin:0;padding:8px;text-align:center}.welcome__body-text{margin:16px 8px}}.welcome-section .welcome-content{width:800px;max-width:100%}.welcome-section *{text-align:center!important}.welcome-image-content{margin-top:-90px;width:800px;background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;max-width:75%;height:calc(100vh - 123px)!important}.welcome-content .md-title{margin:10px;font-weight:400;font-size:22px;color:#444}.welcome-content .md-subhead{margin:2px 0 10px;font-size:15px}.welcome-content .useful-tip{margin-bottom:6px;margin-top:18px;color:#0d3349}.welcome-text-content{margin-top:60px}.welcome-text-content .get-start-btn{margin-top:60px}md-input-container.welcome__input{max-width:500px;margin:0 auto;padding:0 36px!important;margin-bottom:0}md-input-container.welcome__input md-icon{margin-left:40px;margin-top:-4px}md-input-container.welcome__input input{height:36px;padding-left:40px;border-bottom-color:#000}md-input-container.welcome__input label{margin-left:40px}md-input-container.welcome__input.no-icon-input input{padding-left:8px}md-input-container.welcome__input.no-icon-input label{margin-left:16px}md-input-container.welcome__input.select-input label{margin-left:74px}.welcome__input md-select.campaign-type-select .md-select-value{background:url(https://assets.ecanvasser.com/usa/app/img/icons/how_to_vote.svg);background-repeat:no-repeat;background-size:34px 24px}.welcome__input md-select.found-us-select .md-select-value{background:url(https://assets.ecanvasser.com/usa/app/img/icons/person_search.svg);background-repeat:no-repeat;background-size:30px 38px}@media (max-width:960px){.welcome__input md-select.found-us-select .md-select-value{background-size:30px 27px}}.welcome__input md-select .md-select-value{border-bottom-color:#000!important;text-align:left!important}.welcome__input md-select .md-select-value span:first-child{padding:0 0 2px!important;margin-left:37px;height:30px}.welcome__tip{margin:0 auto 20px}.sign-up-page .brand img{max-height:150px;max-width:205px}.sign-up-page .logo{width:280px;margin:0 auto}.sign-up-page .logo.voxcitio-logo{width:240px;padding:32px 0}.sign-up-page md-input-container{margin:5px}.sign-up-page md-input-container .md-input-has-value{color:rgba(0,0,0,.75)}.sign-up-page p{color:#898c9c;padding-left:16px;padding-right:16px}.sign-up-page .md-headline{color:var(--dark-color);font-weight:600}.sign-up-page .vert-gap{margin:22px 0!important}.sign-up-page .error{margin:5px 5px 5px 30px}.sign-up-page md-input-container input{border-color:#000;height:28px}.sign-up-page md-input-container label{color:rgba(0,0,0,.55);font-weight:400;margin-bottom:1px}.sign-up-page md-input-container md-select *{color:#000}.sign-up-page md-input-container md-select .md-select-value{border-color:rgba(0,0,0,.8)}.sign-up-page md-input-container md-select span{color:rgba(0,0,0,.8)}.sign-up-page md-input-container.md-input-invalid label{color:#d50000}.sign-up-page md-input-container.md-input-invalid{color:#d50000}.sign-up-page body .content{background:var(--signup-background);background-size:cover}@media (min-width:700px){.sign-up-page body .content{min-height:100vh}}.sign-up-page body{background:var(--signup-background)}.sign-in-page body .content{background:var(--signup-background)}.sign-up-page .material-icons{font-family:"Material Symbols Rounded"!important;color:rgba(0,0,0,.75)}.sign-up-page .fa{font-family:FontAwesome!important}.goodbye-page body,.sign-up-page body{padding:65px auto!important;overflow-y:auto!important;overflow-x:hidden!important}.goodbye-page body{font-size:20px}.goodbye-page body .heading-text{font-weight:600;font-size:27px;color:#000}.goodbye-page,.goodbye-page body,.sign-up-page,.sign-up-page body{min-width:100px!important}.goodbye-page body *,.sign-up-page body *{font-family:Inter,Roboto,Arial,sans-serif!important}.goodbye-page .graphic-div,.sign-up-form .graphic-div{padding:45px 10px 15px 2px}.goodbye-page .graphic-div-container,.sign-up-form .graphic-div-container{margin-left:0}.sign-up-form .graphic-div .ecanvasser-graphic{-webkit-filter:drop-shadow(-2px 0 2px rgba(0, 0, 0, .23))}.sign-up-form .warning-banner{font-weight:600;text-align:center;background:#f9decc;border-radius:14px;width:90%;padding:10px;margin-top:10px}.sign-up-page .navbar{padding-left:7%;padding-right:7%;margin-bottom:0;margin-top:20px}.sign-up-form .create-campaign-button{width:50%}.md-icon-margin-button li md-icon{margin:-2px 10px 0 0!important}.goodbye-page .header .logo,.sign-up-page .header .logo{padding-top:5vh;margin-bottom:30px}.goodbye-page .header .logo{width:300px;margin:auto}.login-form,.sign-up-form{padding:0!important}.login-form{width:450px!important}.sign-up-form .login-buttons .btn{position:relative;top:-3px}.sign-up-form .login-buttons .btn{color:var(--primary-text-color)!important;padding:12px 26px 8px 26px;font-size:12px}.create-credit-card-modal .btn{padding:6px 11px}.create-credit-card-modal label{text-align:left}.sign-up-page .logo{padding:40px 0 8px 0}.sign-up-form h1{margin-top:0;line-height:29px;margin-bottom:10px;font-size:24px;color:#4a4a4a;letter-spacing:0;font-weight:600}.sign-up-form .form-head .subtitle{font-size:16px;color:#4a4a4a;letter-spacing:0;margin-bottom:5px}.sign-up-form .form-head .subtitle-less{font-size:15px;color:#4a4a4a;letter-spacing:0;margin-bottom:5px}.sign-up-form .form-head .subtext{font-size:13px}.sign-up-form h2{color:#999;padding:10px;font-size:31px}.login-form,.sign-up-form{background-color:#fff;-webkit-box-shadow:0 3px 13px rgba(50,50,50,.45);box-shadow:0 3px 13px rgba(50,50,50,.45);border-radius:14px!important;color:#777}.sign-up-source md-select-value span:first-child{padding:0}.form-and-logo-container{width:100%;max-width:1400px;margin:0 auto 50px}.form-and-logo-container .sign-up-form{width:550px;margin:0 auto;max-width:100%;position:relative;border-radius:40px!important}.form-and-logo-container .join-form{width:auto;margin:0 auto;max-width:95%;position:relative;border-radius:40px!important}.signup-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media (min-width:900px){.signup-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.signup-container .signup-container__form,.signup-container .signup-container__promo{width:100%;padding:20px}@media (min-width:900px){.signup-container .signup-container__form,.signup-container .signup-container__promo{width:50%}}.signup-container .signup-container__promo{background-color:#f2f2f2;border-top-left-radius:10px;border-bottom-left-radius:10px}@media (min-width:900px){.signup-container .signup-container__promo{padding:80px 10px 40px}}.signup-container .signup-container__promo img{max-width:600px;width:100%;height:initial;-webkit-filter:drop-shadow(0 0 5px rgba(0, 0, 0, .15));filter:drop-shadow(0 0 5px rgba(0, 0, 0, .15))}.signup-container .signup-container__promo ul{padding:0 40px;list-style:none;color:#000}.signup-container .signup-container__promo ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.signup-container .signup-container__promo ul li md-icon{font-size:22px;margin:2px 10px 0 0;color:var(--primary-color)}.signup-container .signup-container__promo ul li p{-ms-flex-wrap:wrap;flex-wrap:wrap}.signup-container .signup-container__form{padding-top:0}@media (min-width:900px){.signup-container .signup-container__form{padding:60px 50px}}.login-page .form-and-logo-container,.skinny-form{width:600px;margin:0 auto;max-width:95%}.twofa-form{margin:0 auto;width:450px;max-width:98%}.twofa-form .setup-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.twofa-form .twofa-setup-col{margin:10px 50px 20px auto}.twofa-form .auth-form .twofa-wrapper{margin:20px auto;max-width:300px}@media (min-width:450px){.twofa-form .auth-form .twofa-wrapper .twofa-input-container{background-image:-webkit-gradient(linear,right top,left top,color-stop(70%,#000),color-stop(0,rgba(255,255,255,0)));background-image:linear-gradient(to left,#000 70%,rgba(255,255,255,0) 0);background-position:37px bottom;background-size:50px 1px;background-repeat:repeat-x;max-width:initial;margin:5px}.twofa-form .auth-form .twofa-wrapper .twofa-input-container .authenticate-input{letter-spacing:34px;border:0 solid transparent!important;width:350px;text-indent:11px;text-align:initial}}.twofa-form .auth-form .twofa-icon{margin:0 auto;width:100%}.twofa-form .auth-form .twofa-input-container{margin:0 auto;max-width:120px}.twofa-form .auth-form .authenticate-input{font-size:25px!important;text-align:center}@media (min-width:900px){.twofa-form.setup-form{width:1000px!important}.twofa-form .setup-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:0 20px}.twofa-form .twofa-setup-col{width:50%;margin-left:auto;margin-right:100px}}.sign-up-form .login-container,.sign-up-form .social-login-container{padding:0 5px}.login-form .form-body,.sign-up-form .form-body{background-color:#fff;border-radius:14px}.sign-up-form .form-body{margin:0 45px 25px 45px;padding:20px}.signup-completed-body{padding:20px 62px 10px!important}@media (max-width:700px){.sign-up-form .form-body{margin:10px 20px;padding:15px}.sign-up-form .terms-explainer{margin:20px 0 20px}.signup-completed-body{padding:20px 30px 50px!important}}.login-form .form-body{padding:0 20px 30px 20px;margin:16px}.sign-up-form .form-body-register{background-color:#fff;padding:0 50px 20px 50px;border-radius:5px!important}.sign-up-form .steps-container{position:relative;width:100%}.sign-up-form .steps-container .steps-container_steps{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:30px auto 0}@media (min-width:900px){.sign-up-form .steps-container .steps-container_steps{position:absolute;top:30px;right:0;width:43%;margin:0}}@media (min-width:1000px){.sign-up-form .steps-container .steps-container_steps{right:-4%}}.sign-up-form .steps-container .steps-container--card,.sign-up-form .steps-container .steps-container--plan{top:55px}.sign-up-form .steps-container .step{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin-right:70px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.sign-up-form .steps-container .step p{text-align:center}.sign-up-form .steps-container .step.step-2:after,.sign-up-form .steps-container .step.step-2:before{content:"";display:inline-block;position:absolute;background:#33b2d6;height:1px;width:180%;top:13px;left:-103px}.sign-up-form .steps-container .step.step-2:after{left:48px;width:185%}.sign-up-form .steps-container .step.step-2 md-icon{margin-left:17px}.sign-up-form .steps-container .step.step-3{margin-right:0}.sign-up-form .steps-container .step.active .step_icon{background:var(--primary-color)}.sign-up-form .steps-container .step.active p{color:#000}.sign-up-form .steps-container .step .step_icon{display:inline-block;background:#33b2d6;color:#fff;padding:4px 10px;border-radius:25px;font-weight:700}.sign-up-form .steps-container .step md-icon{color:#33b2d6;font-size:35px;margin-top:-4px}.content .login-form .trial-button,.content .sign-up-form .trial-button{background-color:var(--primary-color);text-shadow:0 0 3px rgba(0,0,0,.1)!important}.login-form .trial-button:hover,.sign-up-form .trial-button:hover{background-color:hsl(var(--primary-hue-saturation),calc(var(--primary-lightness) + 20%));color:hsl(var(--primary-hue-saturation),calc(var(--primary-lightness) + 20%))}.login-form .login-error{position:absolute}.sign-up-page .content .btn-social-icon{display:inline-block;width:calc(50% - 12px)!important;padding:9px 0;font-size:18px;line-height:1.33;border-radius:3px!important}.sign-up-form .btn-social-icon i{font-size:17px}.sign-up-form .btn-social{margin-bottom:15px}.sign-up-form .social-signin-buttons{padding:30px 15px}.sign-up-form .social-signin-buttons .btn-lg{margin:5px}.sign-up-form .form-group{margin:6px 0 17px}.sign-up-form .form-head{padding:25px 0 20px;text-align:center}.sign-up-form input::-ms-clear,.sign-up-form input::-ms-reveal{display:none}.login-form .form-head{padding-top:20px}.sign-up-form input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset!important}.sign-up-form .btn{border-radius:3px!important;border:none}.sign-up-form .bottom-controls{padding-bottom:10px}.sign-up-form .forgot-button{width:calc(50% - 11px)!important;margin:0 4px!important}.sign-up-form .forgot-password{font-size:12px;cursor:pointer;font-weight:400;color:#898c9c}.sign-up-form .fpass-container{margin-top:1px}.sign-up-form .forgot-password-cancel{margin-right:10px}.content .trial-button.trial-button-grey{text-shadow:none;background-color:#dcdcdc!important;color:#676767!important}.sign-up-page .trial-button.trial-button-grey:hover{background-color:#c3c3c3!important}.login-form input[type=checkbox],.sign-up-form input[type=checkbox]{border:1px solid rgba(0,0,0,.06)!important;-webkit-appearance:none;width:21px!important;height:21px!important;padding:0 1px;background:#c2c2c2;cursor:pointer;border-radius:6px;margin-left:1px}.sign-up-form md-checkbox.md-teal-theme.md-checked .md-icon{background-color:#484848!important}.sign-up-form .terms-text{position:relative;top:1px;font-size:small;padding:11px}.sign-up-form md-checkbox{margin-bottom:12px;margin-left:2px!important}.login-form input[type=checkbox]:checked,.sign-up-form input[type=checkbox]:checked{background:#484848}.terms-conditions input[type=checkbox],.terms-marketing input[type=checkbox]{float:left!important}.terms-conditions input[type=checkbox]+span,.terms-marketing input[type=checkbox]+span{float:left!important;margin-left:5px}.auth-form .login-container{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.auth-form .login-container .btn,.content .sign-up-form .trial-button,.login-form .trial-button{margin:20px 0;color:#fff;cursor:pointer;font-size:15px;letter-spacing:1px;text-align:center;padding:10px 30px;text-transform:uppercase;-webkit-transition:all .2s;transition:all .2s;background:var(--primary-color);width:100%;border-radius:50px!important;font-weight:700;outline:0!important;white-space:initial;height:45px}.auth-form .login-container .btn{margin:20px 10px}.content .login-form .trial-button:hover,.content .sign-up-form .trial-button:hover{background-color:hsl(var(--primary-hue-saturation),calc(var(--primary-lightness) - 5%))}.content .login-form .trial-button[disabled=disabled]:hover,.content .sign-up-form .trial-button[disabled=disabled]:hover{background-color:hsl(var(--primary-hue-saturation),calc(var(--primary-lightness) - 5%))}.sign-up-page #footer{position:relative;display:block;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;width:400px;margin:25px auto;background:0 0}.sign-up-page #footer a{display:block;padding:10px;color:#fff;font-size:16px;text-align:center}.sign-up-page #footer a:hover{color:#ddd!important}.sign-up-page #footer a span{text-decoration:underline}@media (max-width:1600px){.sign-up-form h1{margin-top:7px;font-size:20px}}@media (max-width:700px){.form-and-logo-container{margin:0 auto!important;width:95%}.sign-up-form{width:100%}}@media (max-height:750px){.sign-up-page md-input-container{margin:1px 5px}}.login-form .login-error{position:absolute}.sign-up-form .error-input{border:1px #c58484 solid!important}.sign-up-form .credit-card-form{margin-top:0}.sign-up-form .or-line .or{position:relative;top:-10px;background-color:#fff;padding:10px;color:silver;font-size:13px;font-weight:700}.sign-up-form .btn-social{margin-bottom:15px;border-radius:4px!important}.content .social-signin-buttons .btn-facebook{background-color:#f9f9f9;color:#2b4988;border:solid 1px #ddd;border-bottom:2px solid #677ca9}.content .social-signin-buttons .btn-facebook:focus,.content .social-signin-buttons .btn-facebook:hover{background-color:#2b4988!important;color:#fff!important;border-bottom:solid 1px #ddd!important}.content .social-signin-buttons .btn-google{background-color:#f9f9f9;color:#cd3b29;border:solid 1px #ddd;border-bottom:2px solid #d55d4f}.content .social-signin-buttons .btn-google:focus,.content .social-signin-buttons .btn-google:hover{background-color:#cd3b29!important;color:#fff!important;border-bottom:solid 1px #ddd!important}.sign-up-form .terms{padding-bottom:10px;text-align:left}.sign-up-form .terms label{font-weight:400!important;margin-left:10px;font-size:14px!important;padding-top:10px}.logging-in-text{height:575px!important}.creating-account-text{height:492px}.skinny-form .creating-account-text{height:639px}.skinny-form .validating-user-text{height:552px}.creating-account-text .loading-text,.logging-in-text .loading-text,.validating-user-text .loading-text{margin:16px;font-size:16px}.sign-up-form .terms-explainer{text-align:left;margin:25px 0 40px}.sign-up-form .terms-explainer .layout-row{margin:5px 0}.terms-conditions span,.terms-marketing span{margin-top:8px}.terms-conditions,.terms-marketing{width:491px;display:inline-block;margin:5px 0 0 0!important}.floatClear{clear:both}.terms-conditions input[type=checkbox],.terms-marketing input[type=checkbox]{float:left!important}.terms-conditions input[type=checkbox]+span,.terms-marketing input[type=checkbox]+span{float:left!important;margin-left:5px}.login-form input[type=checkbox]:focus,.sign-up-form input[type=checkbox]:focus{outline:0!important}.clearfix{clear:both}.sign-up-form h2{color:#999;padding-top:5px;font-size:35px;font-weight:400}.login-link,.login-link:hover{color:#fff;font-weight:600}.sign-up-form a{color:var(--primary-text-color);font-weight:600;font-size:15px;letter-spacing:0;text-decoration:none}.sign-up-form a:hover{color:var(--primary-text-color)}.md-input:-webkit-autofill~label:not(.md-no-float){-webkit-transform:translate3d(0,6px,0) scale(.75);transform:translate3d(0,6px,0) scale(.75);-webkit-transition:width cubic-bezier(.25,.8,.25,1) .4s,-webkit-transform cubic-bezier(.25,.8,.25,1) .4s;transition:width cubic-bezier(.25,.8,.25,1) .4s,-webkit-transform cubic-bezier(.25,.8,.25,1) .4s;transition:transform cubic-bezier(.25,.8,.25,1) .4s,width cubic-bezier(.25,.8,.25,1) .4s;transition:transform cubic-bezier(.25,.8,.25,1) .4s,width cubic-bezier(.25,.8,.25,1) .4s,-webkit-transform cubic-bezier(.25,.8,.25,1) .4s;width:"calc((100% - 18px) / 0.75)";color:rgba(0,0,0,.54)}.view-password-button{float:right;position:absolute!important;margin-top:-3px!important}.sign-in-page .view-password-button{right:34px!important}.sign-up-page .view-password-button{right:60px!important}.reset-password-page .view-password-button{right:30px!important;margin-top:0!important}.sign-up-page md-select-menu,.sign-up-page md-select-menu md-content{max-height:380px;padding:0!important}.form-body .microsoft-button{border-radius:50px;height:45px}.form-body .microsoft-button.md-button *{vertical-align:middle}.social-login-container .md-button{width:100%;margin:20px 0 0 0;text-transform:uppercase!important;font-size:14px;border:1px #b3b3b3 solid;color:#8c8c8c}.social-login-container .md-button:hover{color:#737373}.social-login-container .md-button .social-icon{position:absolute;left:15px;top:10px}#or{position:relative;width:300px;max-width:100%;font-weight:600;margin:0 auto;line-height:25px;height:25px;text-align:center;color:#979797}#or::after,#or::before{position:absolute;width:130px;height:1px;max-width:40%;top:10px;background-color:#cacaca;content:""}#or::before{left:0}#or::after{right:0}.new-signup-page{height:100%;background:#fff}.new-signup-page .steps-container .md-button{text-transform:none!important;font-size:16px;padding:5px 24px}.new-signup-page .steps-container .md-button.md-raised{color:#fff}.new-signup-page .steps-container .input-field-container input{font-size:17px!important}.new-signup-page .example.example2 input{color:#000;font-weight:500;font-family:sans-serif}.new-signup-page .example.example2 label{font-size:18px!important;padding-bottom:4px;font-weight:500!important;color:#aab7c4}.new-signup-page .plan-info{cursor:pointer;border:1px solid #eaecf0!important;border-radius:8px;margin:8px;padding:8px 16px}.new-signup-page .plan-info .main-details{padding:8px 20px}.new-signup-page .plan-info .main-details .plan-name{min-width:144px}.new-signup-page .plan-info .plan-li-icon{margin-right:5px}.new-signup-page .plan-info .plan-coverage-item{margin-bottom:12px;line-height:20px}.new-signup-page .plan-info .main-details .plan-name{font-weight:600;text-transform:none;font-size:18px}.new-signup-page .plan-info .plan-seperator{display:none}.new-signup-page .plan-info.selected-plan-preview{padding:10px 8px;margin:25px 0 0}.new-signup-page .plan-info.selected-plan-preview .main-details{padding:2px 8px}.new-signup-page .plan-info.selected-plan-preview .plan-price{font-weight:600;font-size:24px;margin:0;padding:5px 0}.new-signup-page .plan-info.selected-plan-preview .plan-name{min-width:0;text-align:left;font-size:24px;margin:0;padding:5px 0;font-weight:600;letter-spacing:0}.new-signup-page .plan-info.selected-plan-preview .plan-name-subtext{font-size:12px;margin:0;color:#a7a7a7}.new-signup-page .plan-info.selected-plan-preview .plan-interval{margin:0}.new-signup-page .plan-info.selected-plan-preview .plan-seperator{display:none}.new-signup-page .plan-info.selected-plan-preview .left-column *{text-align:left}.new-signup-page .plan-info.selected-plan-preview .right-column *{text-align:right}.new-signup-page .plan-interval-text{font-size:24px;margin-left:-14px}.new-signup-page .discount-tag{margin-bottom:3px;padding:0;background:#e9f4f7;color:#47aec5;border:solid 1px #b7dde5;font-weight:700;width:117px;border-radius:5px;font-size:14px;text-align:center}.new-signup-page .discount-tag:after{display:none}.new-signup-page .plan-info.selected{background:rgba(22,146,100,.05)!important;border:solid 1px rgba(22,146,100,.4)!important}.new-signup-page .plan-info.selected .button-switch-bar-button-container.active{background:var(--primary-color);color:#fff;-webkit-box-shadow:0 1px 3px rgba(16,24,40,.1019607843),0 1px 2px rgba(16,24,40,.0588235294);box-shadow:0 1px 3px rgba(16,24,40,.1019607843),0 1px 2px rgba(16,24,40,.0588235294)}.new-signup-page .plan-info:hover{background:rgba(22,146,100,.035)!important;border:solid 1px rgba(22,146,100,.3)!important}.new-signup-page .plan-info .feature-info{color:silver;height:18px;font-size:18px;margin-left:5px}.new-signup-page .heading-section{margin-bottom:30px}.new-signup-page .payment-step .heading-section{margin-bottom:10px}.new-signup-page .plan-step .heading-section{margin-bottom:40px}.new-signup-page .plan-step .cta-container{margin-top:10px}.new-signup-page .plan-interval-section{max-width:700px;margin:auto auto 45px}.new-signup-page .plan-interval-section .grey-button{background:#b6b6b6!important}.new-signup-page .plan-decimal{color:#a1a1a1;margin-left:-7px;font-size:14px}.new-signup-page .heading-image{width:160px;margin-bottom:20px}.new-signup-page .step-headline{text-align:center;font-size:2.25rem;margin-bottom:12px}.new-signup-page .step-subheading{text-align:center;font-size:1.125rem;line-height:25px;margin-bottom:7px;color:#898c9c}.new-signup-page .finish-step .step-headline{text-align:center;font-size:1.225rem;margin-bottom:20px;color:#565967}.new-signup-page .finish-step .heading-image{width:610px;margin-bottom:20px}.new-signup-page .steps-container .skinny-step{padding-left:48px;padding-right:48px;width:528px}.new-signup-page .back-button-container{margin-top:30px}.new-signup-page .promo-code-container{margin-top:30px}.new-signup-page .full-width-cta{width:100%;margin:0}.new-signup-page .blue-link{color:#26879d;font-weight:700}.new-signup-page .disclaimer-text{font-size:14px;line-height:22px;color:#6d7e96;text-align:center}.new-signup-page .disclaimer-text md-checkbox{margin-right:12px}.new-signup-page .disclaimer-text md-checkbox .md-container{position:relative}.new-signup-page .disclaimer-text md-checkbox.md-checked .md-ink-ripple,.new-signup-page .disclaimer-text md-checkbox.md-default-theme.md-checked .md-ink-ripple{color:#39b0c9}.new-signup-page .disclaimer-text md-checkbox.md-checked .md-icon,.new-signup-page .disclaimer-text md-checkbox.md-default-theme.md-checked .md-icon{background-color:#39b0c9}.new-signup-page .disclaimer-text .md-label{text-align:left;margin-left:15px;padding-right:24px}.new-signup-page .info-text{color:grey}.new-signup-page .brand-logo img{width:193px}.new-signup-page .nav-section{padding:32px 5%}.new-signup-page .loading-data-bar,.new-signup-page .signup-progress-container{margin-top:0;height:8px!important}.new-signup-page md-progress-linear.loading-data-bar,.new-signup-page md-progress-linear.loading-data-bar .md-container,.new-signup-page md-progress-linear.loading-data-bar .md-container .md-bar{height:8px!important}.new-signup-page md-progress-linear .md-container,.new-signup-page md-progress-linear.md-default-theme .md-container{background-color:rgba(203,215,203,.29)}.new-signup-page .loading-data-bar.create-account-progress{height:16px!important}.new-signup-page md-progress-linear.loading-data-bar.create-account-progress,.new-signup-page md-progress-linear.loading-data-bar.create-account-progress .md-container,.new-signup-page md-progress-linear.loading-data-bar.create-account-progress .md-container .md-bar{height:16px!important;border-radius:16px}.new-signup-page md-progress-linear.create-account-progress .md-container,.new-signup-page md-progress-linear.md-default-theme.create-account-progress .md-container{background-color:#d0e9e0}@media (min-width:350px){.new-signup-page .twofa-input-container{margin:10px 20px 30px;width:200px}.new-signup-page .twofa-input-container input.authenticate-input{letter-spacing:10px!important;text-align:center;font-size:26px!important;padding-bottom:25px!important;padding-top:14px!important}}@media (min-width:450px){.new-signup-page .twofa-input-container{background-image:-webkit-gradient(linear,right top,left top,color-stop(70%,var(--primary-color)),color-stop(0,rgba(255,255,255,0)));background-image:linear-gradient(to left,var(--primary-color) 70%,rgba(255,255,255,0) 0);background-position:-24px bottom;background-size:17.5% 2px;background-repeat:repeat-x;max-width:initial;margin:10px 0 30px;width:405px}.new-signup-page .twofa-input-container input.authenticate-input{letter-spacing:56px!important;border:0 solid transparent!important;width:515px;text-indent:12px;text-align:initial;font-size:32px!important;padding-bottom:25px!important;padding-top:14px!important}}.new-signup-page .step-1 .disclaimer-text{margin:10px 0}.new-signup-page .payment-error-spacer{margin-bottom:0!important}.new-signup-page .password-field-container{margin:10px 0 20px;position:relative}.new-signup-page .view-password-button{float:right;position:absolute!important;margin-top:-50px!important;right:5px!important}.new-signup-page .payment-form-selected-plan{background:#fff!important;cursor:pointer;padding:8px 20px;border:solid 2px rgba(22,146,100,.4392156863)!important;border-radius:8px}.new-signup-page .payment-form-selected-plan:hover{background:rgba(22,146,100,.025)!important;border:solid 2px rgba(22,146,100,.58)!important}.new-signup-page .confetti-wrapper{position:relative;min-height:100vh;width:100vw}.new-signup-page [class|=confetti]{position:absolute}.new-signup-page .confetti-0{width:22px;height:8.8px;background-color:#e79b61;top:-10%;left:23%;opacity:.6454211488;-webkit-transform:rotate(79.0867916539deg);transform:rotate(79.0867916539deg);border-radius:2px;-webkit-animation:drop-0 13s 1s infinite;animation:drop-0 13s 1s infinite}@-webkit-keyframes drop-0{100%{top:110%;left:25%}}@keyframes drop-0{100%{top:110%;left:25%}}.new-signup-page .confetti-1{width:29px;height:11.6px;background-color:#0f884e;top:-10%;left:60%;opacity:.9709605929;-webkit-transform:rotate(24.357652688deg);transform:rotate(24.357652688deg);border-radius:2px;-webkit-animation:drop-1 10s 8s infinite;animation:drop-1 10s 8s infinite}@-webkit-keyframes drop-1{100%{top:110%;left:67%}}@keyframes drop-1{100%{top:110%;left:67%}}.new-signup-page .confetti-2{width:10px;height:4px;background-color:#4dbad3;top:-10%;left:61%;opacity:.647257747;-webkit-transform:rotate(34.6477877566deg);transform:rotate(34.6477877566deg);border-radius:2px;-webkit-animation:drop-2 10s 8s infinite;animation:drop-2 10s 8s infinite}@-webkit-keyframes drop-2{100%{top:110%;left:74%}}@keyframes drop-2{100%{top:110%;left:74%}}.new-signup-page .confetti-3{width:13px;height:5.2px;background-color:#0f884e;top:-10%;left:50%;opacity:.6075141601;-webkit-transform:rotate(124.6331580064deg);transform:rotate(124.6331580064deg);border-radius:2px;-webkit-animation:drop-3 10s 3s infinite;animation:drop-3 10s 3s infinite}@-webkit-keyframes drop-3{100%{top:110%;left:62%}}@keyframes drop-3{100%{top:110%;left:62%}}.new-signup-page .confetti-4{width:25px;height:10px;background-color:#0f884e;top:-10%;left:14%;opacity:1.3213512896;-webkit-transform:rotate(304.7546970352deg);transform:rotate(304.7546970352deg);border-radius:2px;-webkit-animation:drop-4 11s 4s infinite;animation:drop-4 11s 4s infinite}@-webkit-keyframes drop-4{100%{top:110%;left:21%}}@keyframes drop-4{100%{top:110%;left:21%}}.new-signup-page .confetti-5{width:9px;height:3.6px;background-color:#e79b61;top:-10%;left:33%;opacity:1.3361091658;-webkit-transform:rotate(314.9616711756deg);transform:rotate(314.9616711756deg);border-radius:2px;-webkit-animation:drop-5 5s 5s infinite;animation:drop-5 5s 5s infinite}@-webkit-keyframes drop-5{100%{top:110%;left:35%}}@keyframes drop-5{100%{top:110%;left:35%}}.new-signup-page .confetti-6{width:11px;height:4.4px;background-color:#3d4592;top:-10%;left:83%;opacity:.9540853187;-webkit-transform:rotate(265.7591793205deg);transform:rotate(265.7591793205deg);border-radius:2px;-webkit-animation:drop-6 10s 6s infinite;animation:drop-6 10s 6s infinite}@-webkit-keyframes drop-6{100%{top:110%;left:94%}}@keyframes drop-6{100%{top:110%;left:94%}}.new-signup-page .confetti-7{width:11px;height:4.4px;background-color:#4dbad3;top:-10%;left:7%;opacity:1.3132723535;-webkit-transform:rotate(332.1001154179deg);transform:rotate(332.1001154179deg);border-radius:2px;-webkit-animation:drop-7 10s 7s infinite;animation:drop-7 10s 7s infinite}@-webkit-keyframes drop-7{100%{top:110%;left:9%}}@keyframes drop-7{100%{top:110%;left:9%}}.new-signup-page .confetti-8{width:23px;height:9.2px;background-color:#e79b61;top:-10%;left:64%;opacity:1.3413321036;-webkit-transform:rotate(301.2373441926deg);transform:rotate(301.2373441926deg);border-radius:2px;-webkit-animation:drop-8 13s 6s infinite;animation:drop-8 13s 6s infinite}@-webkit-keyframes drop-8{100%{top:110%;left:76%}}@keyframes drop-8{100%{top:110%;left:76%}}.new-signup-page .confetti-9{width:19px;height:7.6px;background-color:#0f884e;top:-10%;left:37%;opacity:1.269417545;-webkit-transform:rotate(132.7550043565deg);transform:rotate(132.7550043565deg);border-radius:2px;-webkit-animation:drop-9 12s 4s infinite;animation:drop-9 12s 4s infinite}@-webkit-keyframes drop-9{100%{top:110%;left:51%}}@keyframes drop-9{100%{top:110%;left:51%}}.new-signup-page .confetti-10{width:13px;height:5.2px;background-color:#0f884e;top:-10%;left:30%;opacity:1.472619952;-webkit-transform:rotate(244.3840216376deg);transform:rotate(244.3840216376deg);border-radius:2px;-webkit-animation:drop-10 14s 6s infinite;animation:drop-10 14s 6s infinite}@-webkit-keyframes drop-10{100%{top:110%;left:39%}}@keyframes drop-10{100%{top:110%;left:39%}}.new-signup-page .confetti-11{width:18px;height:7.2px;background-color:#e79b61;top:-10%;left:42%;opacity:1.1355161076;-webkit-transform:rotate(354.6147276844deg);transform:rotate(354.6147276844deg);border-radius:2px;-webkit-animation:drop-11 6s 7s infinite;animation:drop-11 6s 7s infinite}@-webkit-keyframes drop-11{100%{top:110%;left:51%}}@keyframes drop-11{100%{top:110%;left:51%}}.new-signup-page .confetti-12{width:18px;height:7.2px;background-color:#0f884e;top:-10%;left:37%;opacity:1.0516408176;-webkit-transform:rotate(214.8346124985deg);transform:rotate(214.8346124985deg);border-radius:2px;-webkit-animation:drop-12 7s 2s infinite;animation:drop-12 7s 2s infinite}@-webkit-keyframes drop-12{100%{top:110%;left:49%}}@keyframes drop-12{100%{top:110%;left:49%}}.new-signup-page .confetti-13{width:20px;height:8px;background-color:#4dbad3;top:-10%;left:67%;opacity:.7689471097;-webkit-transform:rotate(200.8689183942deg);transform:rotate(200.8689183942deg);border-radius:2px;-webkit-animation:drop-13 10s 4s infinite;animation:drop-13 10s 4s infinite}@-webkit-keyframes drop-13{100%{top:110%;left:71%}}@keyframes drop-13{100%{top:110%;left:71%}}.new-signup-page .confetti-14{width:28px;height:11.2px;background-color:#e79b61;top:-10%;left:86%;opacity:1.1413261036;-webkit-transform:rotate(343.4909686282deg);transform:rotate(343.4909686282deg);border-radius:2px;-webkit-animation:drop-14 13s 7s infinite;animation:drop-14 13s 7s infinite}@-webkit-keyframes drop-14{100%{top:110%;left:94%}}@keyframes drop-14{100%{top:110%;left:94%}}.new-signup-page .confetti-15{width:21px;height:8.4px;background-color:#0f884e;top:-10%;left:83%;opacity:1.4665611037;-webkit-transform:rotate(53.6083428936deg);transform:rotate(53.6083428936deg);border-radius:2px;-webkit-animation:drop-15 12s 6s infinite;animation:drop-15 12s 6s infinite}@-webkit-keyframes drop-15{100%{top:110%;left:86%}}@keyframes drop-15{100%{top:110%;left:86%}}.new-signup-page .confetti-16{width:10px;height:4px;background-color:#0f884e;top:-10%;left:6%;opacity:1.1957806679;-webkit-transform:rotate(129.5221894772deg);transform:rotate(129.5221894772deg);border-radius:2px;-webkit-animation:drop-16 13s 2s infinite;animation:drop-16 13s 2s infinite}@-webkit-keyframes drop-16{100%{top:110%;left:10%}}@keyframes drop-16{100%{top:110%;left:10%}}.new-signup-page .confetti-17{width:25px;height:10px;background-color:#4dbad3;top:-10%;left:45%;opacity:1.1426336936;-webkit-transform:rotate(293.1441511319deg);transform:rotate(293.1441511319deg);border-radius:2px;-webkit-animation:drop-17 5s 8s infinite;animation:drop-17 5s 8s infinite}@-webkit-keyframes drop-17{100%{top:110%;left:59%}}@keyframes drop-17{100%{top:110%;left:59%}}.new-signup-page .confetti-18{width:27px;height:10.8px;background-color:#0f884e;top:-10%;left:78%;opacity:1.3636748649;-webkit-transform:rotate(278.9049381431deg);transform:rotate(278.9049381431deg);border-radius:2px;-webkit-animation:drop-18 9s 7s infinite;animation:drop-18 9s 7s infinite}@-webkit-keyframes drop-18{100%{top:110%;left:87%}}@keyframes drop-18{100%{top:110%;left:87%}}.new-signup-page .confetti-19{width:23px;height:9.2px;background-color:#e79b61;top:-10%;left:48%;opacity:.850180916;-webkit-transform:rotate(40.1402102537deg);transform:rotate(40.1402102537deg);border-radius:2px;-webkit-animation:drop-19 7s 1s infinite;animation:drop-19 7s 1s infinite}@-webkit-keyframes drop-19{100%{top:110%;left:62%}}@keyframes drop-19{100%{top:110%;left:62%}}.new-signup-page .confetti-20{width:10px;height:4px;background-color:#0f884e;top:-10%;left:37%;opacity:.8498362336;-webkit-transform:rotate(326.7912720591deg);transform:rotate(326.7912720591deg);border-radius:2px;-webkit-animation:drop-20 13s 6s infinite;animation:drop-20 13s 6s infinite}@-webkit-keyframes drop-20{100%{top:110%;left:46%}}@keyframes drop-20{100%{top:110%;left:46%}}.new-signup-page .confetti-21{width:15px;height:6px;background-color:#4dbad3;top:-10%;left:1%;opacity:.9215088089;-webkit-transform:rotate(174.1520903464deg);transform:rotate(174.1520903464deg);border-radius:2px;-webkit-animation:drop-21 13s 5s infinite;animation:drop-21 13s 5s infinite}@-webkit-keyframes drop-21{100%{top:110%;left:9%}}@keyframes drop-21{100%{top:110%;left:9%}}.new-signup-page .confetti-22{width:24px;height:9.6px;background-color:#e79b61;top:-10%;left:65%;opacity:1.2380417602;-webkit-transform:rotate(169.7252163251deg);transform:rotate(169.7252163251deg);border-radius:2px;-webkit-animation:drop-22 13s 6s infinite;animation:drop-22 13s 6s infinite}@-webkit-keyframes drop-22{100%{top:110%;left:67%}}@keyframes drop-22{100%{top:110%;left:67%}}.new-signup-page .confetti-23{width:18px;height:7.2px;background-color:#e79b61;top:-10%;left:25%;opacity:.5702602428;-webkit-transform:rotate(52.4535324347deg);transform:rotate(52.4535324347deg);border-radius:2px;-webkit-animation:drop-23 7s 8s infinite;animation:drop-23 7s 8s infinite}@-webkit-keyframes drop-23{100%{top:110%;left:39%}}@keyframes drop-23{100%{top:110%;left:39%}}.new-signup-page .confetti-24{width:18px;height:7.2px;background-color:#4dbad3;top:-10%;left:45%;opacity:.6981270282;-webkit-transform:rotate(66.926594485deg);transform:rotate(66.926594485deg);border-radius:2px;-webkit-animation:drop-24 6s 6s infinite;animation:drop-24 6s 6s infinite}@-webkit-keyframes drop-24{100%{top:110%;left:55%}}@keyframes drop-24{100%{top:110%;left:55%}}.new-signup-page .confetti-25{width:9px;height:3.6px;background-color:#0f884e;top:-10%;left:6%;opacity:1.3829976087;-webkit-transform:rotate(212.3563391709deg);transform:rotate(212.3563391709deg);border-radius:2px;-webkit-animation:drop-25 10s 7s infinite;animation:drop-25 10s 7s infinite}@-webkit-keyframes drop-25{100%{top:110%;left:9%}}@keyframes drop-25{100%{top:110%;left:9%}}.new-signup-page .confetti-26{width:18px;height:7.2px;background-color:#4dbad3;top:-10%;left:62%;opacity:.9600438387;-webkit-transform:rotate(51.5983878299deg);transform:rotate(51.5983878299deg);border-radius:2px;-webkit-animation:drop-26 10s 3s infinite;animation:drop-26 10s 3s infinite}@-webkit-keyframes drop-26{100%{top:110%;left:76%}}@keyframes drop-26{100%{top:110%;left:76%}}.new-signup-page .confetti-27{width:20px;height:8px;background-color:#0f884e;top:-10%;left:4%;opacity:.5156155064;-webkit-transform:rotate(220.8063483237deg);transform:rotate(220.8063483237deg);border-radius:2px;-webkit-animation:drop-27 5s 6s infinite;animation:drop-27 5s 6s infinite}@-webkit-keyframes drop-27{100%{top:110%;left:5%}}@keyframes drop-27{100%{top:110%;left:5%}}.new-signup-page .confetti-28{width:26px;height:10.4px;background-color:#e79b61;top:-10%;left:97%;opacity:.6436755054;-webkit-transform:rotate(53.3741556666deg);transform:rotate(53.3741556666deg);border-radius:2px;-webkit-animation:drop-28 9s 5s infinite;animation:drop-28 9s 5s infinite}@-webkit-keyframes drop-28{100%{top:110%;left:107%}}@keyframes drop-28{100%{top:110%;left:107%}}.new-signup-page .confetti-29{width:22px;height:8.8px;background-color:#0f884e;top:-10%;left:36%;opacity:1.0411177331;-webkit-transform:rotate(81.3482102928deg);transform:rotate(81.3482102928deg);border-radius:2px;-webkit-animation:drop-29 5s 1s infinite;animation:drop-29 5s 1s infinite}@-webkit-keyframes drop-29{100%{top:110%;left:40%}}@keyframes drop-29{100%{top:110%;left:40%}}.new-signup-page .confetti-30{width:29px;height:11.6px;background-color:#4dbad3;top:-10%;left:98%;opacity:.8034291046;-webkit-transform:rotate(87.9969624482deg);transform:rotate(87.9969624482deg);border-radius:2px;-webkit-animation:drop-30 11s 4s infinite;animation:drop-30 11s 4s infinite}@-webkit-keyframes drop-30{100%{top:110%;left:110%}}@keyframes drop-30{100%{top:110%;left:110%}}.new-signup-page .confetti-31{width:11px;height:4.4px;background-color:#0f884e;top:-10%;left:21%;opacity:1.4443689507;-webkit-transform:rotate(86.3730920594deg);transform:rotate(86.3730920594deg);border-radius:2px;-webkit-animation:drop-31 14s 3s infinite;animation:drop-31 14s 3s infinite}@-webkit-keyframes drop-31{100%{top:110%;left:36%}}@keyframes drop-31{100%{top:110%;left:36%}}.new-signup-page .confetti-32{width:29px;height:11.6px;background-color:#3d4592;top:-10%;left:57%;opacity:.8263347075;-webkit-transform:rotate(199.515652297deg);transform:rotate(199.515652297deg);border-radius:2px;-webkit-animation:drop-32 12s 7s infinite;animation:drop-32 12s 7s infinite}@-webkit-keyframes drop-32{100%{top:110%;left:72%}}@keyframes drop-32{100%{top:110%;left:72%}}.new-signup-page .confetti-33{width:19px;height:7.6px;background-color:#4dbad3;top:-10%;left:73%;opacity:.96056798;-webkit-transform:rotate(65.2036827179deg);transform:rotate(65.2036827179deg);border-radius:2px;-webkit-animation:drop-33 7s 7s infinite;animation:drop-33 7s 7s infinite}@-webkit-keyframes drop-33{100%{top:110%;left:86%}}@keyframes drop-33{100%{top:110%;left:86%}}.new-signup-page .confetti-34{width:18px;height:7.2px;background-color:#3d4592;top:-10%;left:6%;opacity:.8262629816;-webkit-transform:rotate(51.4235640057deg);transform:rotate(51.4235640057deg);border-radius:2px;-webkit-animation:drop-34 7s 5s infinite;animation:drop-34 7s 5s infinite}@-webkit-keyframes drop-34{100%{top:110%;left:18%}}@keyframes drop-34{100%{top:110%;left:18%}}.new-signup-page .confetti-35{width:18px;height:7.2px;background-color:#0f884e;top:-10%;left:53%;opacity:1.4399376905;-webkit-transform:rotate(249.8611795976deg);transform:rotate(249.8611795976deg);border-radius:2px;-webkit-animation:drop-35 13s 1s infinite;animation:drop-35 13s 1s infinite}@-webkit-keyframes drop-35{100%{top:110%;left:63%}}@keyframes drop-35{100%{top:110%;left:63%}}.new-signup-page .confetti-36{width:22px;height:8.8px;background-color:#e79b61;top:-10%;left:7%;opacity:1.483654831;-webkit-transform:rotate(194.7907101965deg);transform:rotate(194.7907101965deg);border-radius:2px;-webkit-animation:drop-36 13s 6s infinite;animation:drop-36 13s 6s infinite}@-webkit-keyframes drop-36{100%{top:110%;left:21%}}@keyframes drop-36{100%{top:110%;left:21%}}.new-signup-page .confetti-37{width:11px;height:4.4px;background-color:#4dbad3;top:-10%;left:89%;opacity:.9869524863;-webkit-transform:rotate(40.2325626169deg);transform:rotate(40.2325626169deg);border-radius:2px;-webkit-animation:drop-37 14s 5s infinite;animation:drop-37 14s 5s infinite}@-webkit-keyframes drop-37{100%{top:110%;left:102%}}@keyframes drop-37{100%{top:110%;left:102%}}.new-signup-page .confetti-38{width:20px;height:8px;background-color:#0f884e;top:-10%;left:24%;opacity:1.2806962105;-webkit-transform:rotate(299.0417238793deg);transform:rotate(299.0417238793deg);border-radius:2px;-webkit-animation:drop-38 6s 5s infinite;animation:drop-38 6s 5s infinite}@-webkit-keyframes drop-38{100%{top:110%;left:27%}}@keyframes drop-38{100%{top:110%;left:27%}}.new-signup-page .confetti-39{width:25px;height:10px;background-color:#e79b61;top:-10%;left:96%;opacity:1.0028841891;-webkit-transform:rotate(321.9708976699deg);transform:rotate(321.9708976699deg);border-radius:2px;-webkit-animation:drop-39 11s 2s infinite;animation:drop-39 11s 2s infinite}@-webkit-keyframes drop-39{100%{top:110%;left:109%}}@keyframes drop-39{100%{top:110%;left:109%}}.new-signup-page .confetti-40{width:17px;height:6.8px;background-color:#4dbad3;top:-10%;left:90%;opacity:.7572468411;-webkit-transform:rotate(105.173653485deg);transform:rotate(105.173653485deg);border-radius:2px;-webkit-animation:drop-40 10s 4s infinite;animation:drop-40 10s 4s infinite}@-webkit-keyframes drop-40{100%{top:110%;left:98%}}@keyframes drop-40{100%{top:110%;left:98%}}.new-signup-page .confetti-41{width:23px;height:9.2px;background-color:#3d4592;top:-10%;left:69%;opacity:1.4030900478;-webkit-transform:rotate(277.0673133274deg);transform:rotate(277.0673133274deg);border-radius:2px;-webkit-animation:drop-41 13s 1s infinite;animation:drop-41 13s 1s infinite}@-webkit-keyframes drop-41{100%{top:110%;left:83%}}@keyframes drop-41{100%{top:110%;left:83%}}.new-signup-page .confetti-42{width:30px;height:12px;background-color:#4dbad3;top:-10%;left:6%;opacity:.6123942587;-webkit-transform:rotate(32.0128634492deg);transform:rotate(32.0128634492deg);border-radius:2px;-webkit-animation:drop-42 14s 8s infinite;animation:drop-42 14s 8s infinite}@-webkit-keyframes drop-42{100%{top:110%;left:16%}}@keyframes drop-42{100%{top:110%;left:16%}}.new-signup-page .confetti-43{width:23px;height:9.2px;background-color:#3d4592;top:-10%;left:35%;opacity:.8789638594;-webkit-transform:rotate(302.6926463527deg);transform:rotate(302.6926463527deg);border-radius:2px;-webkit-animation:drop-43 8s 5s infinite;animation:drop-43 8s 5s infinite}@-webkit-keyframes drop-43{100%{top:110%;left:46%}}@keyframes drop-43{100%{top:110%;left:46%}}.new-signup-page .confetti-44{width:9px;height:3.6px;background-color:#4dbad3;top:-10%;left:71%;opacity:1.4881364838;-webkit-transform:rotate(13.8975061789deg);transform:rotate(13.8975061789deg);border-radius:2px;-webkit-animation:drop-44 10s 2s infinite;animation:drop-44 10s 2s infinite}@-webkit-keyframes drop-44{100%{top:110%;left:73%}}@keyframes drop-44{100%{top:110%;left:73%}}.new-signup-page .confetti-45{width:24px;height:9.6px;background-color:#0f884e;top:-10%;left:29%;opacity:1.1949195669;-webkit-transform:rotate(161.5576724554deg);transform:rotate(161.5576724554deg);border-radius:2px;-webkit-animation:drop-45 9s 6s infinite;animation:drop-45 9s 6s infinite}@-webkit-keyframes drop-45{100%{top:110%;left:30%}}@keyframes drop-45{100%{top:110%;left:30%}}.new-signup-page .confetti-46{width:21px;height:8.4px;background-color:#0f884e;top:-10%;left:50%;opacity:1.4539579412;-webkit-transform:rotate(268.8356348096deg);transform:rotate(268.8356348096deg);border-radius:2px;-webkit-animation:drop-46 7s 2s infinite;animation:drop-46 7s 2s infinite}@-webkit-keyframes drop-46{100%{top:110%;left:60%}}@keyframes drop-46{100%{top:110%;left:60%}}.new-signup-page .confetti-47{width:13px;height:5.2px;background-color:#0f884e;top:-10%;left:41%;opacity:.7044862469;-webkit-transform:rotate(10.0041292382deg);transform:rotate(10.0041292382deg);border-radius:2px;-webkit-animation:drop-47 14s 3s infinite;animation:drop-47 14s 3s infinite}@-webkit-keyframes drop-47{100%{top:110%;left:50%}}@keyframes drop-47{100%{top:110%;left:50%}}.new-signup-page .confetti-48{width:13px;height:5.2px;background-color:#3d4592;top:-10%;left:55%;opacity:1.3756318565;-webkit-transform:rotate(323.8518237026deg);transform:rotate(323.8518237026deg);border-radius:2px;-webkit-animation:drop-48 14s 5s infinite;animation:drop-48 14s 5s infinite}@-webkit-keyframes drop-48{100%{top:110%;left:68%}}@keyframes drop-48{100%{top:110%;left:68%}}.new-signup-page .confetti-49{width:19px;height:7.6px;background-color:#e79b61;top:-10%;left:9%;opacity:.7269957219;-webkit-transform:rotate(309.6298795425deg);transform:rotate(309.6298795425deg);border-radius:2px;-webkit-animation:drop-49 10s 4s infinite;animation:drop-49 10s 4s infinite}@-webkit-keyframes drop-49{100%{top:110%;left:24%}}@keyframes drop-49{100%{top:110%;left:24%}}.new-signup-page .confetti-50{width:26px;height:10.4px;background-color:#4dbad3;top:-10%;left:40%;opacity:1.0167439605;-webkit-transform:rotate(51.0184481555deg);transform:rotate(51.0184481555deg);border-radius:2px;-webkit-animation:drop-50 11s 6s infinite;animation:drop-50 11s 6s infinite}@-webkit-keyframes drop-50{100%{top:110%;left:47%}}@keyframes drop-50{100%{top:110%;left:47%}}.new-signup-page .confetti-51{width:17px;height:6.8px;background-color:#e79b61;top:-10%;left:13%;opacity:1.3865534342;-webkit-transform:rotate(223.6984060505deg);transform:rotate(223.6984060505deg);border-radius:2px;-webkit-animation:drop-51 7s 7s infinite;animation:drop-51 7s 7s infinite}@-webkit-keyframes drop-51{100%{top:110%;left:19%}}@keyframes drop-51{100%{top:110%;left:19%}}.new-signup-page .confetti-52{width:17px;height:6.8px;background-color:#3d4592;top:-10%;left:58%;opacity:1.0916420344;-webkit-transform:rotate(270.1219160059deg);transform:rotate(270.1219160059deg);border-radius:2px;-webkit-animation:drop-52 14s 1s infinite;animation:drop-52 14s 1s infinite}@-webkit-keyframes drop-52{100%{top:110%;left:67%}}@keyframes drop-52{100%{top:110%;left:67%}}.new-signup-page .confetti-53{width:25px;height:10px;background-color:#3d4592;top:-10%;left:43%;opacity:1.2638606526;-webkit-transform:rotate(205.8686050565deg);transform:rotate(205.8686050565deg);border-radius:2px;-webkit-animation:drop-53 13s 6s infinite;animation:drop-53 13s 6s infinite}@-webkit-keyframes drop-53{100%{top:110%;left:58%}}@keyframes drop-53{100%{top:110%;left:58%}}.new-signup-page .confetti-54{width:25px;height:10px;background-color:#3d4592;top:-10%;left:5%;opacity:1.1142381112;-webkit-transform:rotate(332.9875777994deg);transform:rotate(332.9875777994deg);border-radius:2px;-webkit-animation:drop-54 14s 1s infinite;animation:drop-54 14s 1s infinite}@-webkit-keyframes drop-54{100%{top:110%;left:9%}}@keyframes drop-54{100%{top:110%;left:9%}}.new-signup-page .confetti-55{width:17px;height:6.8px;background-color:#3d4592;top:-10%;left:79%;opacity:1.3907413737;-webkit-transform:rotate(103.4806482506deg);transform:rotate(103.4806482506deg);border-radius:2px;-webkit-animation:drop-55 12s 2s infinite;animation:drop-55 12s 2s infinite}@-webkit-keyframes drop-55{100%{top:110%;left:90%}}@keyframes drop-55{100%{top:110%;left:90%}}.new-signup-page .confetti-56{width:11px;height:4.4px;background-color:#e79b61;top:-10%;left:30%;opacity:.5192622003;-webkit-transform:rotate(303.595977677deg);transform:rotate(303.595977677deg);border-radius:2px;-webkit-animation:drop-56 6s 2s infinite;animation:drop-56 6s 2s infinite}@-webkit-keyframes drop-56{100%{top:110%;left:44%}}@keyframes drop-56{100%{top:110%;left:44%}}.new-signup-page .confetti-57{width:26px;height:10.4px;background-color:#3d4592;top:-10%;left:6%;opacity:1.0557599328;-webkit-transform:rotate(107.811166639deg);transform:rotate(107.811166639deg);border-radius:2px;-webkit-animation:drop-57 13s 8s infinite;animation:drop-57 13s 8s infinite}@-webkit-keyframes drop-57{100%{top:110%;left:17%}}@keyframes drop-57{100%{top:110%;left:17%}}.new-signup-page .confetti-58{width:26px;height:10.4px;background-color:#4dbad3;top:-10%;left:70%;opacity:1.1156739619;-webkit-transform:rotate(290.0948778067deg);transform:rotate(290.0948778067deg);border-radius:2px;-webkit-animation:drop-58 11s 5s infinite;animation:drop-58 11s 5s infinite}@-webkit-keyframes drop-58{100%{top:110%;left:85%}}@keyframes drop-58{100%{top:110%;left:85%}}.new-signup-page .confetti-59{width:30px;height:12px;background-color:#0f884e;top:-10%;left:95%;opacity:1.2288562414;-webkit-transform:rotate(112.2179974801deg);transform:rotate(112.2179974801deg);border-radius:2px;-webkit-animation:drop-59 10s 7s infinite;animation:drop-59 10s 7s infinite}@-webkit-keyframes drop-59{100%{top:110%;left:110%}}@keyframes drop-59{100%{top:110%;left:110%}}.new-signup-page .confetti-60{width:14px;height:5.6px;background-color:#0f884e;top:-10%;left:7%;opacity:.6298758502;-webkit-transform:rotate(76.2415619235deg);transform:rotate(76.2415619235deg);border-radius:2px;-webkit-animation:drop-60 11s 6s infinite;animation:drop-60 11s 6s infinite}@-webkit-keyframes drop-60{100%{top:110%;left:14%}}@keyframes drop-60{100%{top:110%;left:14%}}.new-signup-page .confetti-61{width:18px;height:7.2px;background-color:#0f884e;top:-10%;left:62%;opacity:.8210406432;-webkit-transform:rotate(305.8317709397deg);transform:rotate(305.8317709397deg);border-radius:2px;-webkit-animation:drop-61 10s 5s infinite;animation:drop-61 10s 5s infinite}@-webkit-keyframes drop-61{100%{top:110%;left:64%}}@keyframes drop-61{100%{top:110%;left:64%}}.new-signup-page .confetti-62{width:11px;height:4.4px;background-color:#e79b61;top:-10%;left:15%;opacity:1.4774839428;-webkit-transform:rotate(167.3068181226deg);transform:rotate(167.3068181226deg);border-radius:2px;-webkit-animation:drop-62 8s 8s infinite;animation:drop-62 8s 8s infinite}@-webkit-keyframes drop-62{100%{top:110%;left:25%}}@keyframes drop-62{100%{top:110%;left:25%}}.new-signup-page .confetti-63{width:19px;height:7.6px;background-color:#0f884e;top:-10%;left:83%;opacity:.9011226126;-webkit-transform:rotate(120.8272699467deg);transform:rotate(120.8272699467deg);border-radius:2px;-webkit-animation:drop-63 12s 2s infinite;animation:drop-63 12s 2s infinite}@-webkit-keyframes drop-63{100%{top:110%;left:95%}}@keyframes drop-63{100%{top:110%;left:95%}}.new-signup-page .confetti-64{width:11px;height:4.4px;background-color:#e79b61;top:-10%;left:20%;opacity:1.2222052354;-webkit-transform:rotate(214.09335998deg);transform:rotate(214.09335998deg);border-radius:2px;-webkit-animation:drop-64 7s 7s infinite;animation:drop-64 7s 7s infinite}@-webkit-keyframes drop-64{100%{top:110%;left:30%}}@keyframes drop-64{100%{top:110%;left:30%}}.new-signup-page .confetti-65{width:18px;height:7.2px;background-color:#0f884e;top:-10%;left:85%;opacity:1.0275918333;-webkit-transform:rotate(106.6491349475deg);transform:rotate(106.6491349475deg);border-radius:2px;-webkit-animation:drop-65 9s 4s infinite;animation:drop-65 9s 4s infinite}@-webkit-keyframes drop-65{100%{top:110%;left:100%}}@keyframes drop-65{100%{top:110%;left:100%}}.new-signup-page .confetti-66{width:26px;height:10.4px;background-color:#0f884e;top:-10%;left:9%;opacity:.8105302988;-webkit-transform:rotate(136.8207717947deg);transform:rotate(136.8207717947deg);border-radius:2px;-webkit-animation:drop-66 7s 6s infinite;animation:drop-66 7s 6s infinite}@-webkit-keyframes drop-66{100%{top:110%;left:12%}}@keyframes drop-66{100%{top:110%;left:12%}}.new-signup-page .confetti-67{width:12px;height:4.8px;background-color:#e79b61;top:-10%;left:53%;opacity:.7585816572;-webkit-transform:rotate(203.7626205804deg);transform:rotate(203.7626205804deg);border-radius:2px;-webkit-animation:drop-67 11s 3s infinite;animation:drop-67 11s 3s infinite}@-webkit-keyframes drop-67{100%{top:110%;left:59%}}@keyframes drop-67{100%{top:110%;left:59%}}.new-signup-page .confetti-68{width:25px;height:10px;background-color:#4dbad3;top:-10%;left:24%;opacity:1.2206371988;-webkit-transform:rotate(38.5857172273deg);transform:rotate(38.5857172273deg);border-radius:2px;-webkit-animation:drop-68 10s 6s infinite;animation:drop-68 10s 6s infinite}@-webkit-keyframes drop-68{100%{top:110%;left:35%}}@keyframes drop-68{100%{top:110%;left:35%}}.new-signup-page .confetti-69{width:22px;height:8.8px;background-color:#0f884e;top:-10%;left:95%;opacity:1.339621392;-webkit-transform:rotate(219.6949456254deg);transform:rotate(219.6949456254deg);border-radius:2px;-webkit-animation:drop-69 10s 2s infinite;animation:drop-69 10s 2s infinite}@-webkit-keyframes drop-69{100%{top:110%;left:102%}}@keyframes drop-69{100%{top:110%;left:102%}}.new-signup-page .confetti-70{width:16px;height:6.4px;background-color:#0f884e;top:-10%;left:73%;opacity:1.4486929475;-webkit-transform:rotate(29.6124859607deg);transform:rotate(29.6124859607deg);border-radius:2px;-webkit-animation:drop-70 13s 5s infinite;animation:drop-70 13s 5s infinite}@-webkit-keyframes drop-70{100%{top:110%;left:74%}}@keyframes drop-70{100%{top:110%;left:74%}}.new-signup-page .confetti-71{width:11px;height:4.4px;background-color:#4dbad3;top:-10%;left:93%;opacity:.6300720156;-webkit-transform:rotate(155.7348046519deg);transform:rotate(155.7348046519deg);border-radius:2px;-webkit-animation:drop-71 14s 6s infinite;animation:drop-71 14s 6s infinite}@-webkit-keyframes drop-71{100%{top:110%;left:102%}}@keyframes drop-71{100%{top:110%;left:102%}}.new-signup-page .confetti-72{width:10px;height:4px;background-color:#4dbad3;top:-10%;left:2%;opacity:.8260937359;-webkit-transform:rotate(199.0711267424deg);transform:rotate(199.0711267424deg);border-radius:2px;-webkit-animation:drop-72 10s 3s infinite;animation:drop-72 10s 3s infinite}@-webkit-keyframes drop-72{100%{top:110%;left:13%}}@keyframes drop-72{100%{top:110%;left:13%}}.new-signup-page .confetti-73{width:9px;height:3.6px;background-color:#3d4592;top:-10%;left:11%;opacity:1.2516209698;-webkit-transform:rotate(200.1677568209deg);transform:rotate(200.1677568209deg);border-radius:2px;-webkit-animation:drop-73 8s 2s infinite;animation:drop-73 8s 2s infinite}@-webkit-keyframes drop-73{100%{top:110%;left:14%}}@keyframes drop-73{100%{top:110%;left:14%}}.new-signup-page .confetti-74{width:20px;height:8px;background-color:#0f884e;top:-10%;left:83%;opacity:1.219891046;-webkit-transform:rotate(251.8120967584deg);transform:rotate(251.8120967584deg);border-radius:2px;-webkit-animation:drop-74 10s 8s infinite;animation:drop-74 10s 8s infinite}@-webkit-keyframes drop-74{100%{top:110%;left:84%}}@keyframes drop-74{100%{top:110%;left:84%}}.new-signup-page .confetti-75{width:20px;height:8px;background-color:#0f884e;top:-10%;left:87%;opacity:1.033186212;-webkit-transform:rotate(280.9805150571deg);transform:rotate(280.9805150571deg);border-radius:2px;-webkit-animation:drop-75 5s 4s infinite;animation:drop-75 5s 4s infinite}@-webkit-keyframes drop-75{100%{top:110%;left:93%}}@keyframes drop-75{100%{top:110%;left:93%}}.new-signup-page .confetti-76{width:20px;height:8px;background-color:#4dbad3;top:-10%;left:23%;opacity:.5158185458;-webkit-transform:rotate(205.650422169deg);transform:rotate(205.650422169deg);border-radius:2px;-webkit-animation:drop-76 12s 1s infinite;animation:drop-76 12s 1s infinite}@-webkit-keyframes drop-76{100%{top:110%;left:27%}}@keyframes drop-76{100%{top:110%;left:27%}}.new-signup-page .confetti-77{width:10px;height:4px;background-color:#0f884e;top:-10%;left:76%;opacity:.5147801182;-webkit-transform:rotate(129.1851638909deg);transform:rotate(129.1851638909deg);border-radius:2px;-webkit-animation:drop-77 14s 3s infinite;animation:drop-77 14s 3s infinite}@-webkit-keyframes drop-77{100%{top:110%;left:85%}}@keyframes drop-77{100%{top:110%;left:85%}}.new-signup-page .confetti-78{width:29px;height:11.6px;background-color:#0f884e;top:-10%;left:4%;opacity:.838850768;-webkit-transform:rotate(64.0483370024deg);transform:rotate(64.0483370024deg);border-radius:2px;-webkit-animation:drop-78 12s 3s infinite;animation:drop-78 12s 3s infinite}@-webkit-keyframes drop-78{100%{top:110%;left:17%}}@keyframes drop-78{100%{top:110%;left:17%}}.new-signup-page .confetti-79{width:9px;height:3.6px;background-color:#4dbad3;top:-10%;left:23%;opacity:1.3607014514;-webkit-transform:rotate(95.0797758213deg);transform:rotate(95.0797758213deg);border-radius:2px;-webkit-animation:drop-79 8s 6s infinite;animation:drop-79 8s 6s infinite}@-webkit-keyframes drop-79{100%{top:110%;left:24%}}@keyframes drop-79{100%{top:110%;left:24%}}.new-signup-page .confetti-80{width:9px;height:3.6px;background-color:#0f884e;top:-10%;left:70%;opacity:.6505572767;-webkit-transform:rotate(354.2198014286deg);transform:rotate(354.2198014286deg);border-radius:2px;-webkit-animation:drop-80 13s 5s infinite;animation:drop-80 13s 5s infinite}@-webkit-keyframes drop-80{100%{top:110%;left:78%}}@keyframes drop-80{100%{top:110%;left:78%}}.new-signup-page .confetti-81{width:27px;height:10.8px;background-color:#e79b61;top:-10%;left:42%;opacity:.8715603862;-webkit-transform:rotate(205.6337285676deg);transform:rotate(205.6337285676deg);border-radius:2px;-webkit-animation:drop-81 14s 8s infinite;animation:drop-81 14s 8s infinite}@-webkit-keyframes drop-81{100%{top:110%;left:50%}}@keyframes drop-81{100%{top:110%;left:50%}}.new-signup-page .confetti-82{width:12px;height:4.8px;background-color:#0f884e;top:-10%;left:31%;opacity:.7915177836;-webkit-transform:rotate(307.4869313194deg);transform:rotate(307.4869313194deg);border-radius:2px;-webkit-animation:drop-82 10s 3s infinite;animation:drop-82 10s 3s infinite}@-webkit-keyframes drop-82{100%{top:110%;left:37%}}@keyframes drop-82{100%{top:110%;left:37%}}.new-signup-page .confetti-83{width:28px;height:11.2px;background-color:#3d4592;top:-10%;left:21%;opacity:.6593576008;-webkit-transform:rotate(12.1464725101deg);transform:rotate(12.1464725101deg);border-radius:2px;-webkit-animation:drop-83 13s 1s infinite;animation:drop-83 13s 1s infinite}@-webkit-keyframes drop-83{100%{top:110%;left:35%}}@keyframes drop-83{100%{top:110%;left:35%}}.new-signup-page .confetti-84{width:25px;height:10px;background-color:#0f884e;top:-10%;left:88%;opacity:.9564406974;-webkit-transform:rotate(179.2322471328deg);transform:rotate(179.2322471328deg);border-radius:2px;-webkit-animation:drop-84 8s 8s infinite;animation:drop-84 8s 8s infinite}@-webkit-keyframes drop-84{100%{top:110%;left:103%}}@keyframes drop-84{100%{top:110%;left:103%}}.new-signup-page .confetti-85{width:23px;height:9.2px;background-color:#3d4592;top:-10%;left:99%;opacity:.5028780791;-webkit-transform:rotate(86.7531000112deg);transform:rotate(86.7531000112deg);border-radius:2px;-webkit-animation:drop-85 7s 6s infinite;animation:drop-85 7s 6s infinite}@-webkit-keyframes drop-85{100%{top:110%;left:107%}}@keyframes drop-85{100%{top:110%;left:107%}}.new-signup-page .confetti-86{width:27px;height:10.8px;background-color:#e79b61;top:-10%;left:10%;opacity:1.1978003663;-webkit-transform:rotate(158.288917772deg);transform:rotate(158.288917772deg);border-radius:2px;-webkit-animation:drop-86 5s 7s infinite;animation:drop-86 5s 7s infinite}@-webkit-keyframes drop-86{100%{top:110%;left:18%}}@keyframes drop-86{100%{top:110%;left:18%}}.new-signup-page .confetti-87{width:21px;height:8.4px;background-color:#3d4592;top:-10%;left:32%;opacity:.5654595396;-webkit-transform:rotate(45.19006133deg);transform:rotate(45.19006133deg);border-radius:2px;-webkit-animation:drop-87 5s 5s infinite;animation:drop-87 5s 5s infinite}@-webkit-keyframes drop-87{100%{top:110%;left:37%}}@keyframes drop-87{100%{top:110%;left:37%}}.new-signup-page .confetti-88{width:19px;height:7.6px;background-color:#0f884e;top:-10%;left:33%;opacity:.7296580477;-webkit-transform:rotate(97.9357817702deg);transform:rotate(97.9357817702deg);border-radius:2px;-webkit-animation:drop-88 8s 4s infinite;animation:drop-88 8s 4s infinite}@-webkit-keyframes drop-88{100%{top:110%;left:41%}}@keyframes drop-88{100%{top:110%;left:41%}}.new-signup-page .confetti-89{width:23px;height:9.2px;background-color:#3d4592;top:-10%;left:35%;opacity:.8905089826;-webkit-transform:rotate(37.0740988873deg);transform:rotate(37.0740988873deg);border-radius:2px;-webkit-animation:drop-89 7s 6s infinite;animation:drop-89 7s 6s infinite}@-webkit-keyframes drop-89{100%{top:110%;left:45%}}@keyframes drop-89{100%{top:110%;left:45%}}.new-signup-page .confetti-90{width:11px;height:4.4px;background-color:#e79b61;top:-10%;left:69%;opacity:.5078374877;-webkit-transform:rotate(73.1904816745deg);transform:rotate(73.1904816745deg);border-radius:2px;-webkit-animation:drop-90 7s 1s infinite;animation:drop-90 7s 1s infinite}@-webkit-keyframes drop-90{100%{top:110%;left:84%}}@keyframes drop-90{100%{top:110%;left:84%}}.new-signup-page .confetti-91{width:15px;height:6px;background-color:#0f884e;top:-10%;left:87%;opacity:.9910427139;-webkit-transform:rotate(241.6311812593deg);transform:rotate(241.6311812593deg);border-radius:2px;-webkit-animation:drop-91 5s 7s infinite;animation:drop-91 5s 7s infinite}@-webkit-keyframes drop-91{100%{top:110%;left:101%}}@keyframes drop-91{100%{top:110%;left:101%}}.new-signup-page .confetti-92{width:30px;height:12px;background-color:#3d4592;top:-10%;left:48%;opacity:.7030317362;-webkit-transform:rotate(329.6936695133deg);transform:rotate(329.6936695133deg);border-radius:2px;-webkit-animation:drop-92 5s 8s infinite;animation:drop-92 5s 8s infinite}@-webkit-keyframes drop-92{100%{top:110%;left:52%}}@keyframes drop-92{100%{top:110%;left:52%}}.new-signup-page .confetti-93{width:13px;height:5.2px;background-color:#3d4592;top:-10%;left:95%;opacity:1.0589679076;-webkit-transform:rotate(326.8098776524deg);transform:rotate(326.8098776524deg);border-radius:2px;-webkit-animation:drop-93 10s 2s infinite;animation:drop-93 10s 2s infinite}@-webkit-keyframes drop-93{100%{top:110%;left:98%}}@keyframes drop-93{100%{top:110%;left:98%}}.new-signup-page .confetti-94{width:21px;height:8.4px;background-color:#3d4592;top:-10%;left:20%;opacity:1.3722507348;-webkit-transform:rotate(193.7069369426deg);transform:rotate(193.7069369426deg);border-radius:2px;-webkit-animation:drop-94 14s 5s infinite;animation:drop-94 14s 5s infinite}@-webkit-keyframes drop-94{100%{top:110%;left:27%}}@keyframes drop-94{100%{top:110%;left:27%}}.new-signup-page .confetti-95{width:29px;height:11.6px;background-color:#e79b61;top:-10%;left:67%;opacity:.5133640621;-webkit-transform:rotate(313.9009466237deg);transform:rotate(313.9009466237deg);border-radius:2px;-webkit-animation:drop-95 13s 5s infinite;animation:drop-95 13s 5s infinite}@-webkit-keyframes drop-95{100%{top:110%;left:68%}}@keyframes drop-95{100%{top:110%;left:68%}}.new-signup-page .confetti-96{width:19px;height:7.6px;background-color:#4dbad3;top:-10%;left:24%;opacity:1.1372100036;-webkit-transform:rotate(98.2914303135deg);transform:rotate(98.2914303135deg);border-radius:2px;-webkit-animation:drop-96 6s 5s infinite;animation:drop-96 6s 5s infinite}@-webkit-keyframes drop-96{100%{top:110%;left:26%}}@keyframes drop-96{100%{top:110%;left:26%}}.new-signup-page .confetti-97{width:27px;height:10.8px;background-color:#4dbad3;top:-10%;left:57%;opacity:.5656604504;-webkit-transform:rotate(146.9604115159deg);transform:rotate(146.9604115159deg);border-radius:2px;-webkit-animation:drop-97 13s 1s infinite;animation:drop-97 13s 1s infinite}@-webkit-keyframes drop-97{100%{top:110%;left:72%}}@keyframes drop-97{100%{top:110%;left:72%}}.new-signup-page .confetti-98{width:16px;height:6.4px;background-color:#4dbad3;top:-10%;left:21%;opacity:.666426725;-webkit-transform:rotate(115.3806417979deg);transform:rotate(115.3806417979deg);border-radius:2px;-webkit-animation:drop-98 5s 4s infinite;animation:drop-98 5s 4s infinite}@-webkit-keyframes drop-98{100%{top:110%;left:28%}}@keyframes drop-98{100%{top:110%;left:28%}}.new-signup-page .confetti-99{width:12px;height:4.8px;background-color:#0f884e;top:-10%;left:94%;opacity:1.2653477066;-webkit-transform:rotate(284.2286369009deg);transform:rotate(284.2286369009deg);border-radius:2px;-webkit-animation:drop-99 6s 2s infinite;animation:drop-99 6s 2s infinite}@-webkit-keyframes drop-99{100%{top:110%;left:98%}}@keyframes drop-99{100%{top:110%;left:98%}}.new-signup-page .confetti-100{width:23px;height:9.2px;background-color:#0f884e;top:-10%;left:13%;opacity:.517596729;-webkit-transform:rotate(355.1885028319deg);transform:rotate(355.1885028319deg);border-radius:2px;-webkit-animation:drop-100 12s 1s infinite;animation:drop-100 12s 1s infinite}@-webkit-keyframes drop-100{100%{top:110%;left:28%}}@keyframes drop-100{100%{top:110%;left:28%}}.new-signup-page .confetti-101{width:28px;height:11.2px;background-color:#4dbad3;top:-10%;left:7%;opacity:.8270310785;-webkit-transform:rotate(346.1632353415deg);transform:rotate(346.1632353415deg);border-radius:2px;-webkit-animation:drop-101 12s 1s infinite;animation:drop-101 12s 1s infinite}@-webkit-keyframes drop-101{100%{top:110%;left:21%}}@keyframes drop-101{100%{top:110%;left:21%}}.new-signup-page .confetti-102{width:24px;height:9.6px;background-color:#0f884e;top:-10%;left:59%;opacity:.677869597;-webkit-transform:rotate(175.5819696365deg);transform:rotate(175.5819696365deg);border-radius:2px;-webkit-animation:drop-102 6s 1s infinite;animation:drop-102 6s 1s infinite}@-webkit-keyframes drop-102{100%{top:110%;left:61%}}@keyframes drop-102{100%{top:110%;left:61%}}.new-signup-page .confetti-103{width:11px;height:4.4px;background-color:#3d4592;top:-10%;left:4%;opacity:.7551114689;-webkit-transform:rotate(7.4228202543deg);transform:rotate(7.4228202543deg);border-radius:2px;-webkit-animation:drop-103 5s 6s infinite;animation:drop-103 5s 6s infinite}@-webkit-keyframes drop-103{100%{top:110%;left:18%}}@keyframes drop-103{100%{top:110%;left:18%}}.new-signup-page .confetti-104{width:30px;height:12px;background-color:#4dbad3;top:-10%;left:89%;opacity:.6271940906;-webkit-transform:rotate(47.3798120395deg);transform:rotate(47.3798120395deg);border-radius:2px;-webkit-animation:drop-104 7s 2s infinite;animation:drop-104 7s 2s infinite}@-webkit-keyframes drop-104{100%{top:110%;left:93%}}@keyframes drop-104{100%{top:110%;left:93%}}.new-signup-page .confetti-105{width:10px;height:4px;background-color:#0f884e;top:-10%;left:32%;opacity:.9513019836;-webkit-transform:rotate(295.1005713905deg);transform:rotate(295.1005713905deg);border-radius:2px;-webkit-animation:drop-105 10s 6s infinite;animation:drop-105 10s 6s infinite}@-webkit-keyframes drop-105{100%{top:110%;left:37%}}@keyframes drop-105{100%{top:110%;left:37%}}.new-signup-page .confetti-106{width:12px;height:4.8px;background-color:#4dbad3;top:-10%;left:15%;opacity:1.4158482927;-webkit-transform:rotate(50.1499845726deg);transform:rotate(50.1499845726deg);border-radius:2px;-webkit-animation:drop-106 14s 8s infinite;animation:drop-106 14s 8s infinite}@-webkit-keyframes drop-106{100%{top:110%;left:27%}}@keyframes drop-106{100%{top:110%;left:27%}}.new-signup-page .confetti-107{width:14px;height:5.6px;background-color:#3d4592;top:-10%;left:46%;opacity:1.3282543242;-webkit-transform:rotate(251.2420123202deg);transform:rotate(251.2420123202deg);border-radius:2px;-webkit-animation:drop-107 5s 7s infinite;animation:drop-107 5s 7s infinite}@-webkit-keyframes drop-107{100%{top:110%;left:50%}}@keyframes drop-107{100%{top:110%;left:50%}}.new-signup-page .confetti-108{width:12px;height:4.8px;background-color:#3d4592;top:-10%;left:11%;opacity:1.3153342012;-webkit-transform:rotate(267.5600092283deg);transform:rotate(267.5600092283deg);border-radius:2px;-webkit-animation:drop-108 14s 4s infinite;animation:drop-108 14s 4s infinite}@-webkit-keyframes drop-108{100%{top:110%;left:17%}}@keyframes drop-108{100%{top:110%;left:17%}}.new-signup-page .confetti-109{width:28px;height:11.2px;background-color:#4dbad3;top:-10%;left:36%;opacity:1.2786725785;-webkit-transform:rotate(192.5767685381deg);transform:rotate(192.5767685381deg);border-radius:2px;-webkit-animation:drop-109 8s 4s infinite;animation:drop-109 8s 4s infinite}@-webkit-keyframes drop-109{100%{top:110%;left:50%}}@keyframes drop-109{100%{top:110%;left:50%}}.new-signup-page .confetti-110{width:30px;height:12px;background-color:#4dbad3;top:-10%;left:14%;opacity:1.0504800021;-webkit-transform:rotate(173.534214058deg);transform:rotate(173.534214058deg);border-radius:2px;-webkit-animation:drop-110 14s 6s infinite;animation:drop-110 14s 6s infinite}@-webkit-keyframes drop-110{100%{top:110%;left:28%}}@keyframes drop-110{100%{top:110%;left:28%}}.new-signup-page .confetti-111{width:30px;height:12px;background-color:#0f884e;top:-10%;left:82%;opacity:1.2807738569;-webkit-transform:rotate(274.035985787deg);transform:rotate(274.035985787deg);border-radius:2px;-webkit-animation:drop-111 12s 1s infinite;animation:drop-111 12s 1s infinite}@-webkit-keyframes drop-111{100%{top:110%;left:93%}}@keyframes drop-111{100%{top:110%;left:93%}}.new-signup-page .confetti-112{width:23px;height:9.2px;background-color:#0f884e;top:-10%;left:59%;opacity:.7040641901;-webkit-transform:rotate(149.7833268602deg);transform:rotate(149.7833268602deg);border-radius:2px;-webkit-animation:drop-112 14s 7s infinite;animation:drop-112 14s 7s infinite}@-webkit-keyframes drop-112{100%{top:110%;left:71%}}@keyframes drop-112{100%{top:110%;left:71%}}.new-signup-page .confetti-113{width:13px;height:5.2px;background-color:#4dbad3;top:-10%;left:85%;opacity:1.1825157038;-webkit-transform:rotate(182.6291462394deg);transform:rotate(182.6291462394deg);border-radius:2px;-webkit-animation:drop-113 14s 1s infinite;animation:drop-113 14s 1s infinite}@-webkit-keyframes drop-113{100%{top:110%;left:89%}}@keyframes drop-113{100%{top:110%;left:89%}}.new-signup-page .confetti-114{width:11px;height:4.4px;background-color:#0f884e;top:-10%;left:19%;opacity:.8609359977;-webkit-transform:rotate(275.5858067757deg);transform:rotate(275.5858067757deg);border-radius:2px;-webkit-animation:drop-114 5s 1s infinite;animation:drop-114 5s 1s infinite}@-webkit-keyframes drop-114{100%{top:110%;left:25%}}@keyframes drop-114{100%{top:110%;left:25%}}.new-signup-page .confetti-115{width:20px;height:8px;background-color:#3d4592;top:-10%;left:59%;opacity:1.4399394052;-webkit-transform:rotate(96.9489872103deg);transform:rotate(96.9489872103deg);border-radius:2px;-webkit-animation:drop-115 5s 2s infinite;animation:drop-115 5s 2s infinite}@-webkit-keyframes drop-115{100%{top:110%;left:60%}}@keyframes drop-115{100%{top:110%;left:60%}}.new-signup-page .confetti-116{width:22px;height:8.8px;background-color:#0f884e;top:-10%;left:3%;opacity:1.1916225378;-webkit-transform:rotate(60.3318871068deg);transform:rotate(60.3318871068deg);border-radius:2px;-webkit-animation:drop-116 6s 1s infinite;animation:drop-116 6s 1s infinite}@-webkit-keyframes drop-116{100%{top:110%;left:5%}}@keyframes drop-116{100%{top:110%;left:5%}}.new-signup-page .confetti-117{width:21px;height:8.4px;background-color:#0f884e;top:-10%;left:50%;opacity:1.3195501895;-webkit-transform:rotate(21.7643447713deg);transform:rotate(21.7643447713deg);border-radius:2px;-webkit-animation:drop-117 7s 4s infinite;animation:drop-117 7s 4s infinite}@-webkit-keyframes drop-117{100%{top:110%;left:64%}}@keyframes drop-117{100%{top:110%;left:64%}}.new-signup-page .confetti-118{width:17px;height:6.8px;background-color:#0f884e;top:-10%;left:93%;opacity:1.4020873497;-webkit-transform:rotate(56.4898518486deg);transform:rotate(56.4898518486deg);border-radius:2px;-webkit-animation:drop-118 12s 5s infinite;animation:drop-118 12s 5s infinite}@-webkit-keyframes drop-118{100%{top:110%;left:105%}}@keyframes drop-118{100%{top:110%;left:105%}}.new-signup-page .confetti-119{width:27px;height:10.8px;background-color:#3d4592;top:-10%;left:79%;opacity:.6653299101;-webkit-transform:rotate(355.9232289676deg);transform:rotate(355.9232289676deg);border-radius:2px;-webkit-animation:drop-119 13s 7s infinite;animation:drop-119 13s 7s infinite}@-webkit-keyframes drop-119{100%{top:110%;left:83%}}@keyframes drop-119{100%{top:110%;left:83%}}.new-signup-page .confetti-120{width:12px;height:4.8px;background-color:#0f884e;top:-10%;left:38%;opacity:1.4503262276;-webkit-transform:rotate(43.842389372deg);transform:rotate(43.842389372deg);border-radius:2px;-webkit-animation:drop-120 8s 8s infinite;animation:drop-120 8s 8s infinite}@-webkit-keyframes drop-120{100%{top:110%;left:45%}}@keyframes drop-120{100%{top:110%;left:45%}}.new-signup-page .confetti-121{width:21px;height:8.4px;background-color:#4dbad3;top:-10%;left:37%;opacity:1.4937772438;-webkit-transform:rotate(104.6214324695deg);transform:rotate(104.6214324695deg);border-radius:2px;-webkit-animation:drop-121 7s 8s infinite;animation:drop-121 7s 8s infinite}@-webkit-keyframes drop-121{100%{top:110%;left:39%}}@keyframes drop-121{100%{top:110%;left:39%}}.new-signup-page .confetti-122{width:20px;height:8px;background-color:#3d4592;top:-10%;left:79%;opacity:.5434400907;-webkit-transform:rotate(252.8246840828deg);transform:rotate(252.8246840828deg);border-radius:2px;-webkit-animation:drop-122 5s 4s infinite;animation:drop-122 5s 4s infinite}@-webkit-keyframes drop-122{100%{top:110%;left:92%}}@keyframes drop-122{100%{top:110%;left:92%}}.new-signup-page .confetti-123{width:12px;height:4.8px;background-color:#3d4592;top:-10%;left:27%;opacity:1.0001958394;-webkit-transform:rotate(281.4190065631deg);transform:rotate(281.4190065631deg);border-radius:2px;-webkit-animation:drop-123 14s 6s infinite;animation:drop-123 14s 6s infinite}@-webkit-keyframes drop-123{100%{top:110%;left:36%}}@keyframes drop-123{100%{top:110%;left:36%}}.new-signup-page .confetti-124{width:14px;height:5.6px;background-color:#0f884e;top:-10%;left:56%;opacity:1.4443246733;-webkit-transform:rotate(227.8513595938deg);transform:rotate(227.8513595938deg);border-radius:2px;-webkit-animation:drop-124 5s 6s infinite;animation:drop-124 5s 6s infinite}@-webkit-keyframes drop-124{100%{top:110%;left:71%}}@keyframes drop-124{100%{top:110%;left:71%}}.new-signup-page .confetti-125{width:23px;height:9.2px;background-color:#0f884e;top:-10%;left:77%;opacity:1.1562745557;-webkit-transform:rotate(30.267272189deg);transform:rotate(30.267272189deg);border-radius:2px;-webkit-animation:drop-125 5s 1s infinite;animation:drop-125 5s 1s infinite}@-webkit-keyframes drop-125{100%{top:110%;left:80%}}@keyframes drop-125{100%{top:110%;left:80%}}.new-signup-page .confetti-126{width:28px;height:11.2px;background-color:#0f884e;top:-10%;left:71%;opacity:.906330382;-webkit-transform:rotate(327.6727955395deg);transform:rotate(327.6727955395deg);border-radius:2px;-webkit-animation:drop-126 8s 3s infinite;animation:drop-126 8s 3s infinite}@-webkit-keyframes drop-126{100%{top:110%;left:81%}}@keyframes drop-126{100%{top:110%;left:81%}}.new-signup-page .confetti-127{width:24px;height:9.6px;background-color:#3d4592;top:-10%;left:64%;opacity:.5112956087;-webkit-transform:rotate(352.0666511185deg);transform:rotate(352.0666511185deg);border-radius:2px;-webkit-animation:drop-127 13s 6s infinite;animation:drop-127 13s 6s infinite}@-webkit-keyframes drop-127{100%{top:110%;left:68%}}@keyframes drop-127{100%{top:110%;left:68%}}.new-signup-page .confetti-128{width:11px;height:4.4px;background-color:#3d4592;top:-10%;left:30%;opacity:.8203547272;-webkit-transform:rotate(339.4738131778deg);transform:rotate(339.4738131778deg);border-radius:2px;-webkit-animation:drop-128 13s 2s infinite;animation:drop-128 13s 2s infinite}@-webkit-keyframes drop-128{100%{top:110%;left:42%}}@keyframes drop-128{100%{top:110%;left:42%}}.new-signup-page .confetti-129{width:19px;height:7.6px;background-color:#0f884e;top:-10%;left:15%;opacity:.5875347029;-webkit-transform:rotate(331.5259120983deg);transform:rotate(331.5259120983deg);border-radius:2px;-webkit-animation:drop-129 9s 2s infinite;animation:drop-129 9s 2s infinite}@-webkit-keyframes drop-129{100%{top:110%;left:17%}}@keyframes drop-129{100%{top:110%;left:17%}}.new-signup-page .confetti-130{width:16px;height:6.4px;background-color:#0f884e;top:-10%;left:94%;opacity:.7880074783;-webkit-transform:rotate(306.2403188182deg);transform:rotate(306.2403188182deg);border-radius:2px;-webkit-animation:drop-130 5s 3s infinite;animation:drop-130 5s 3s infinite}@-webkit-keyframes drop-130{100%{top:110%;left:95%}}@keyframes drop-130{100%{top:110%;left:95%}}.new-signup-page .confetti-131{width:11px;height:4.4px;background-color:#0f884e;top:-10%;left:21%;opacity:.5949917354;-webkit-transform:rotate(245.0252410842deg);transform:rotate(245.0252410842deg);border-radius:2px;-webkit-animation:drop-131 11s 4s infinite;animation:drop-131 11s 4s infinite}@-webkit-keyframes drop-131{100%{top:110%;left:22%}}@keyframes drop-131{100%{top:110%;left:22%}}.new-signup-page .confetti-132{width:21px;height:8.4px;background-color:#0f884e;top:-10%;left:83%;opacity:.5354926809;-webkit-transform:rotate(206.6987355506deg);transform:rotate(206.6987355506deg);border-radius:2px;-webkit-animation:drop-132 12s 8s infinite;animation:drop-132 12s 8s infinite}@-webkit-keyframes drop-132{100%{top:110%;left:91%}}@keyframes drop-132{100%{top:110%;left:91%}}.new-signup-page .confetti-133{width:10px;height:4px;background-color:#4dbad3;top:-10%;left:39%;opacity:1.2237272859;-webkit-transform:rotate(70.9256008098deg);transform:rotate(70.9256008098deg);border-radius:2px;-webkit-animation:drop-133 10s 1s infinite;animation:drop-133 10s 1s infinite}@-webkit-keyframes drop-133{100%{top:110%;left:40%}}@keyframes drop-133{100%{top:110%;left:40%}}.new-signup-page .confetti-134{width:19px;height:7.6px;background-color:#e79b61;top:-10%;left:100%;opacity:1.0653761959;-webkit-transform:rotate(243.3154931204deg);transform:rotate(243.3154931204deg);border-radius:2px;-webkit-animation:drop-134 12s 2s infinite;animation:drop-134 12s 2s infinite}@-webkit-keyframes drop-134{100%{top:110%;left:102%}}@keyframes drop-134{100%{top:110%;left:102%}}.new-signup-page .confetti-135{width:10px;height:4px;background-color:#4dbad3;top:-10%;left:32%;opacity:1.0834747781;-webkit-transform:rotate(243.1968780676deg);transform:rotate(243.1968780676deg);border-radius:2px;-webkit-animation:drop-135 10s 6s infinite;animation:drop-135 10s 6s infinite}@-webkit-keyframes drop-135{100%{top:110%;left:43%}}@keyframes drop-135{100%{top:110%;left:43%}}.new-signup-page .confetti-136{width:15px;height:6px;background-color:#0f884e;top:-10%;left:61%;opacity:.9906080969;-webkit-transform:rotate(168.6133627172deg);transform:rotate(168.6133627172deg);border-radius:2px;-webkit-animation:drop-136 7s 6s infinite;animation:drop-136 7s 6s infinite}@-webkit-keyframes drop-136{100%{top:110%;left:67%}}@keyframes drop-136{100%{top:110%;left:67%}}.new-signup-page .confetti-137{width:24px;height:9.6px;background-color:#e79b61;top:-10%;left:21%;opacity:.6080412129;-webkit-transform:rotate(88.5558550609deg);transform:rotate(88.5558550609deg);border-radius:2px;-webkit-animation:drop-137 12s 6s infinite;animation:drop-137 12s 6s infinite}@-webkit-keyframes drop-137{100%{top:110%;left:27%}}@keyframes drop-137{100%{top:110%;left:27%}}.new-signup-page .confetti-138{width:11px;height:4.4px;background-color:#0f884e;top:-10%;left:28%;opacity:1.486283237;-webkit-transform:rotate(72.1856646231deg);transform:rotate(72.1856646231deg);border-radius:2px;-webkit-animation:drop-138 11s 5s infinite;animation:drop-138 11s 5s infinite}@-webkit-keyframes drop-138{100%{top:110%;left:36%}}@keyframes drop-138{100%{top:110%;left:36%}}.new-signup-page .confetti-139{width:27px;height:10.8px;background-color:#e79b61;top:-10%;left:94%;opacity:.5948464214;-webkit-transform:rotate(76.4077299049deg);transform:rotate(76.4077299049deg);border-radius:2px;-webkit-animation:drop-139 14s 7s infinite;animation:drop-139 14s 7s infinite}@-webkit-keyframes drop-139{100%{top:110%;left:97%}}@keyframes drop-139{100%{top:110%;left:97%}}.new-signup-page .confetti-140{width:25px;height:10px;background-color:#3d4592;top:-10%;left:52%;opacity:1.1316486146;-webkit-transform:rotate(42.2180880522deg);transform:rotate(42.2180880522deg);border-radius:2px;-webkit-animation:drop-140 6s 5s infinite;animation:drop-140 6s 5s infinite}@-webkit-keyframes drop-140{100%{top:110%;left:53%}}@keyframes drop-140{100%{top:110%;left:53%}}.new-signup-page .confetti-141{width:11px;height:4.4px;background-color:#4dbad3;top:-10%;left:56%;opacity:.9388861765;-webkit-transform:rotate(179.1294085072deg);transform:rotate(179.1294085072deg);border-radius:2px;-webkit-animation:drop-141 8s 8s infinite;animation:drop-141 8s 8s infinite}@-webkit-keyframes drop-141{100%{top:110%;left:65%}}@keyframes drop-141{100%{top:110%;left:65%}}.new-signup-page .confetti-142{width:14px;height:5.6px;background-color:#0f884e;top:-10%;left:88%;opacity:1.3996171058;-webkit-transform:rotate(54.1354167031deg);transform:rotate(54.1354167031deg);border-radius:2px;-webkit-animation:drop-142 13s 6s infinite;animation:drop-142 13s 6s infinite}@-webkit-keyframes drop-142{100%{top:110%;left:100%}}@keyframes drop-142{100%{top:110%;left:100%}}.new-signup-page .confetti-143{width:24px;height:9.6px;background-color:#0f884e;top:-10%;left:82%;opacity:.8428797904;-webkit-transform:rotate(78.2708568505deg);transform:rotate(78.2708568505deg);border-radius:2px;-webkit-animation:drop-143 14s 4s infinite;animation:drop-143 14s 4s infinite}@-webkit-keyframes drop-143{100%{top:110%;left:84%}}@keyframes drop-143{100%{top:110%;left:84%}}.new-signup-page .confetti-144{width:27px;height:10.8px;background-color:#3d4592;top:-10%;left:72%;opacity:1.4762177325;-webkit-transform:rotate(85.8657624706deg);transform:rotate(85.8657624706deg);border-radius:2px;-webkit-animation:drop-144 10s 8s infinite;animation:drop-144 10s 8s infinite}@-webkit-keyframes drop-144{100%{top:110%;left:76%}}@keyframes drop-144{100%{top:110%;left:76%}}.new-signup-page .confetti-145{width:9px;height:3.6px;background-color:#0f884e;top:-10%;left:55%;opacity:.5058227379;-webkit-transform:rotate(328.8932658048deg);transform:rotate(328.8932658048deg);border-radius:2px;-webkit-animation:drop-145 6s 6s infinite;animation:drop-145 6s 6s infinite}@-webkit-keyframes drop-145{100%{top:110%;left:66%}}@keyframes drop-145{100%{top:110%;left:66%}}.new-signup-page .confetti-146{width:17px;height:6.8px;background-color:#3d4592;top:-10%;left:78%;opacity:.7880365726;-webkit-transform:rotate(267.316486819deg);transform:rotate(267.316486819deg);border-radius:2px;-webkit-animation:drop-146 9s 2s infinite;animation:drop-146 9s 2s infinite}@-webkit-keyframes drop-146{100%{top:110%;left:88%}}@keyframes drop-146{100%{top:110%;left:88%}}.new-signup-page .confetti-147{width:25px;height:10px;background-color:#4dbad3;top:-10%;left:4%;opacity:.8582333612;-webkit-transform:rotate(10.9080909219deg);transform:rotate(10.9080909219deg);border-radius:2px;-webkit-animation:drop-147 13s 5s infinite;animation:drop-147 13s 5s infinite}@-webkit-keyframes drop-147{100%{top:110%;left:19%}}@keyframes drop-147{100%{top:110%;left:19%}}.new-signup-page .confetti-148{width:25px;height:10px;background-color:#e79b61;top:-10%;left:44%;opacity:1.0865419001;-webkit-transform:rotate(307.7720528747deg);transform:rotate(307.7720528747deg);border-radius:2px;-webkit-animation:drop-148 6s 4s infinite;animation:drop-148 6s 4s infinite}@-webkit-keyframes drop-148{100%{top:110%;left:58%}}@keyframes drop-148{100%{top:110%;left:58%}}.new-signup-page .confetti-149{width:19px;height:7.6px;background-color:#4dbad3;top:-10%;left:57%;opacity:1.2869302948;-webkit-transform:rotate(155.1352092364deg);transform:rotate(155.1352092364deg);border-radius:2px;-webkit-animation:drop-149 5s 4s infinite;animation:drop-149 5s 4s infinite}@-webkit-keyframes drop-149{100%{top:110%;left:59%}}@keyframes drop-149{100%{top:110%;left:59%}}.new-signup-page .confetti-150{width:15px;height:6px;background-color:#0f884e;top:-10%;left:97%;opacity:1.0701563421;-webkit-transform:rotate(47.019294906deg);transform:rotate(47.019294906deg);border-radius:2px;-webkit-animation:drop-150 9s 8s infinite;animation:drop-150 9s 8s infinite}@-webkit-keyframes drop-150{100%{top:110%;left:106%}}@keyframes drop-150{100%{top:110%;left:106%}}@media (max-width:599px){.new-signup-page .steps-container{display:block;margin:auto}.new-signup-page .steps-container .skinny-step{padding-left:16px;padding-right:16px}.new-signup-page .brand-logo img{width:170px}.new-signup-page .nav-section{padding:25px 3% 12px}.new-signup-page .promo-code-container{margin-top:5px}.new-signup-page .back-button-container{margin-top:15px}}@media (max-height:860px){.new-signup-page .vertical-spacer{display:none}.new-signup-page .heading-section{margin-bottom:10px}.new-signup-page .step-headline{margin:5px;font-size:2rem}.new-signup-page .step-subheading{font-size:1em;margin-bottom:2px}.new-signup-page .password-field-container{margin:5px 0 25px}.new-signup-page .nav-section{padding:20px 5% 12px}.new-signup-page .steps-container{display:block;margin:auto}.new-signup-page .payment-error-spacer{display:none}}.new-signup-page .example.example2 label,.new-signup-page .input-field-container label{display:block;font-size:15px!important;padding-bottom:0;font-weight:500;color:#828b93;padding-top:11px}.new-signup-page .example.example2{position:relative}.new-signup-page .example.example2 .field.card-field{min-width:100%;position:relative}.new-signup-page .example.example2 .input,.new-signup-page .input-field-container input{display:block;width:100%;padding:12px 20px;margin:8px 0;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #c5cdd3;-webkit-transition:.5s!important;transition:.5s;outline:0;border-radius:8px;font-size:1em!important;font-weight:400}.new-signup-page .example.example2 .input{font-size:1em!important}.new-signup-page .example.example2 .input::-webkit-input-placeholder,.new-signup-page .input-field-container input::-webkit-input-placeholder,.new-signup-page .input::-webkit-input-placeholder{color:#757575;font-size:15px;font-weight:500;font-family:sans-serif!important}.new-signup-page .example.example2 .input::-moz-placeholder,.new-signup-page .input-field-container input::-moz-placeholder,.new-signup-page .input::-moz-placeholder{color:#757575;font-size:15px;font-weight:500;font-family:sans-serif!important}.new-signup-page .example.example2 .input:-ms-input-placeholder,.new-signup-page .input-field-container input:-ms-input-placeholder,.new-signup-page .input:-ms-input-placeholder{color:#757575;font-size:15px;font-weight:500;font-family:sans-serif!important}.new-signup-page .example.example2 .input::-ms-input-placeholder,.new-signup-page .input-field-container input::-ms-input-placeholder,.new-signup-page .input::-ms-input-placeholder{color:#757575;font-size:15px;font-weight:500;font-family:sans-serif!important}.new-signup-page .example.example2 .input::placeholder,.new-signup-page .input-field-container input::placeholder,.new-signup-page .input::placeholder{color:#757575;font-size:15px;font-weight:500;font-family:sans-serif!important}.new-signup-page .example.example2 .field.expire-field{width:32%;-webkit-box-flex:2;-ms-flex:2;flex:2}.new-signup-page .field,.new-signup-page .input-field-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.new-signup-page .example.example2 .field.cvc-field{min-width:15%;width:15%;margin-left:20px}.new-signup-page .input-field-container input:focus,.new-signup-page .input.focused{border-color:var(--primary-color)!important}.new-signup-page .example.example2 .input.focused+label,.new-signup-page .input-field-container input:focus+label{color:var(--primary-color);-webkit-transition:color .3s cubic-bezier(.165,.84,.44,1);transition:color .3s cubic-bezier(.165,.84,.44,1)}.panel{position:absolute;top:0;right:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 40px);padding:0 20px 20px}.panel.ng-hide{right:-100vw}.panel-hide-right.ng-hide{right:-100vw}.panel-hide-left.ng-hide{right:100vw}.panel.ng-hide-add,.panel.ng-hide-remove{-webkit-transition:0s linear all;transition:0s linear all}.panel.ng-hide-add-active,.panel.ng-hide-remove-active{-webkit-transition:all ease-in-out .5s;transition:all ease-in-out .5s}.panel.ng-show-add-active{display:block}.new-welcome-page{overflow:scroll!important;background:#f0f6f8}.new-welcome-page .cards-container{position:relative}.new-welcome-page md-card.welcome-step{border-radius:14px;min-height:710px;margin:auto!important;-webkit-box-shadow:rgba(99,99,99,.2) 0 2px 8px 0!important;box-shadow:rgba(99,99,99,.2) 0 2px 8px 0!important;max-width:1200px;width:90%;padding:32px 16px;overflow:hidden}.new-welcome-page .hero-image{max-width:100%}.new-welcome-page .nav-section{padding:32px 5% 16px;min-height:80px}.new-welcome-page .brand-logo img{width:193px}.new-welcome-page .step-1 .text-container{margin-top:30px}.new-welcome-page .step-1 .hero-image-container{max-height:300px;max-width:650px;margin:20px auto 0}.new-welcome-page .welcome-step .headline{font-size:2.6rem;margin:0 auto;padding:10px 20px;max-width:520px;font-weight:600}.new-welcome-page .welcome-step .headline.big-headline{font-size:3.15rem}.new-welcome-page .welcome-step .subtext{max-width:470px;margin:0 auto;padding:10px 20px;color:#7f7f7f;font-size:17px;line-height:30px}.new-welcome-page .welcome-step .subtext.narrow-subtext{max-width:270px}.new-welcome-page .welcome-step .subtext.slightly-narrow-subtext{max-width:390px}.new-welcome-page .welcome-step .three-lines-accent{width:50px;padding:2px 24px}.new-welcome-page .welcome-step .cta-container{padding:30px 20px}.new-welcome-page .welcome-step .cta-container .md-button{margin:0;padding:2px 22px}.new-welcome-page .welcome-step md-input-container .md-input{min-width:325px}.new-welcome-page .welcome-step .welcome-options-container{margin:6px 0}.new-welcome-page .welcome-step .welcome-options-container .welcome-option-pill{margin:0 12px 12px 0;border:solid 2px rgba(148,157,154,.44)!important;border-radius:8px;padding:8px 16px;cursor:pointer}.new-welcome-page .welcome-step .welcome-options-container .welcome-option-pill.selected{background:rgba(22,146,100,.075)!important;border:solid 2px rgba(22,146,100,.78)!important}.new-welcome-page .welcome-step .welcome-options-container .welcome-option-pill:hover{background:rgba(22,146,100,.075)!important;border:solid 2px rgba(22,146,100,.58)!important}.new-welcome-page .canvass-status-list md-card{cursor:default!important;-webkit-box-shadow:rgba(99,99,99,.2) 0 2px 8px 0!important;box-shadow:rgba(99,99,99,.2) 0 2px 8px 0!important;padding:0 10px;margin-bottom:20px;border-radius:12px}.new-welcome-page .canvass-status-list md-card md-list-item{cursor:default!important}.new-welcome-page .canvass-status-list h3{font-weight:600}.new-welcome-page .canvass-status-list .dndPlaceholder{min-height:94px;background:#fff!important}.new-welcome-page input{width:100%;max-width:300px;padding:12px 20px;margin:8px 0;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #dae2e5;-webkit-transition:.5s!important;transition:.5s;outline:0;border-radius:8px;font-size:18px!important;font-weight:500;text-align:center}.new-welcome-page input::-webkit-input-placeholder{color:#c1ced3}.new-welcome-page input::-moz-placeholder{color:#c1ced3}.new-welcome-page input:-ms-input-placeholder{color:#c1ced3}.new-welcome-page input::-ms-input-placeholder{color:#c1ced3}.new-welcome-page input::placeholder{color:#c1ced3}.new-welcome-page input:focus{border-color:var(--primary-color)}.new-welcome-page label{color:var(--primary-color);font-weight:600;display:block}.edit-text-hover-box{min-height:26px}.edit-text-hover-box .input-element{display:none;border-radius:5px;border:solid 1px rgba(128,128,128,.3882352941);padding:2px 5px}.edit-text-hover-box .text-element{margin-left:5px!important}.edit-text-hover-box:hover .input-element{display:block}.edit-text-hover-box:hover .text-element{display:none}.grab-reorder-handle{cursor:-webkit-grab;cursor:grab}.dndDragover,.dndDragover *{cursor:-webkit-grabbing!important;cursor:grabbing!important}.steps-progress-circles .progress-line{width:80px;height:2px;background:#e7e7e7}.steps-progress-circles md-icon{color:#e7e7e7}.steps-progress-circles .step-circle-container{width:24px;height:24px}.steps-progress-circles .step-circle-container md-icon{display:none;margin-top:-1px}.steps-progress-circles .step-circle-number{background:#e7e7e7;border-radius:24px;font-size:12px;font-weight:700;color:#797e89;padding:8px;text-align:center;line-height:9px}.steps-progress-circles .active-step .step-circle-number{background:var(--primary-color);color:#fff}.steps-progress-circles .completed-step{cursor:pointer}.steps-progress-circles .completed-step .step-circle-number{display:none}.steps-progress-circles .completed-step md-icon{color:var(--primary-color);display:block}.steps-progress-circles .progress-line.green-line{background:var(--primary-color)}.new-welcome-page .campaign-name-form{margin-top:30px;margin-bottom:30px}@media (max-width:599px){.new-welcome-page .panel{width:calc(100% - 20px);padding:10px}.new-welcome-page .nav-section{padding:20px}.new-welcome-page .steps-progress-circles{padding-top:20px;padding-bottom:20px}.new-welcome-page .three-lines-accent{width:40px;padding:5px 13px}.new-welcome-page .text-center .three-lines-accent{margin:auto}.new-welcome-page md-card.welcome-step{min-height:calc(100vh - 190px)}.new-welcome-page .welcome-step .headline{font-size:1.6rem;padding:5px 10px;max-width:520px}.new-welcome-page .welcome-step .headline.big-headline{font-size:2.5rem}.new-welcome-page .welcome-step .subtext{max-width:470px;font-size:15px;padding:5px 10px;line-height:23px}.new-welcome-page .welcome-step .subtext.narrow-subtext{max-width:270px}.new-welcome-page .welcome-step .subtext.slightly-narrow-subtext{max-width:390px}.new-welcome-page .welcome-step .welcome-options-container .welcome-option-pill{margin:0 8px 8px 0;padding:6px 8px}.new-welcome-page .campaign-name-form{margin-top:30px;margin-bottom:30px}}@media (max-height:860px){.new-welcome-page .welcome-step-body{display:block}}@media (max-height:860px) and (min-width:599px){.new-welcome-page .steps-progress-circles-container{position:absolute;top:24px;right:40px}}@media (max-height:860px){.new-welcome-page .nav-section{min-height:64px;padding-top:16px}}@media (max-height:860px){.new-welcome-page md-card.welcome-step{min-height:500px;padding:24px 16px}}@media (max-height:860px){.new-welcome-page .welcome-step .headline{font-size:2.1rem;padding:4px 20px}.new-welcome-page .welcome-step .headline.big-headline{font-size:2.6rem}.new-welcome-page .welcome-step .subtext.narrow-subtext{max-width:245px}.new-welcome-page .welcome-step .three-lines-accent{width:40px;padding:0 24px}.new-welcome-page .welcome-step .subtext{max-width:405px;padding:5px 20px;font-size:15px;line-height:25px}.new-welcome-page .welcome-step .cta-container{padding:15px 20px}}@media (max-height:860px){.new-welcome-page .campaign-name-form{margin-top:16px;margin-bottom:16px}}@media (max-height:860px){.new-welcome-page .step-1 .hero-image-container{max-height:180px;margin:0 auto}.new-welcome-page .step-1 .text-container{margin-top:5px}}@media (max-height:860px){.new-welcome-page .step-3 .cta-container{padding-top:4px}}@media (max-height:860px){.new-welcome-page .canvass-status-list .create-new-card-button{height:50px}}.md-body-1,.profilecard-accordion-card .accordion-header,html,input,select,textarea{font-family:Inter,sans-serif!important;font-size:15px!important}.card-stats .app-heading,.light{font-weight:300!important}.normal-weight{font-weight:400!important}.bold,.checklist-incomplete,.overview-card .overview-title,.page-heading-text,.profilecard-list .md-headline,.sidenav .md-button.active-page,.widget-footer .md-button,.widget-header .md-button,md-optgroup label,strong{font-weight:700!important}.back-button,.card-stats .app-heading,.card-stats .stat-heading,.card-tabs .card-tab .stat-heading,.checklist-complete,.checklist-incomplete,.create-emailblast-page .section-list-item .md-subhead,.create-event-form .input-label,.customize-page-sidenav .sidenav .active-page,.event-description a,.iphone-mockup-canvass .mockup-body .md-subheader .md-subheader-content,.limit-figure.approaching-limit,.limit-figure.reached-limit,.md-body-2,.md-button.md-primary,.md-button.md-raised,.md-nav-bar .md-button,.md-nav-bar a,.md-nav-bar button,.md-toolbar-tools,.semi-bold,.stats-table-title .text,.widget-header .text,md-card-title,md-dialog .md-button,md-toolbar h2{font-weight:600!important}.fine-bold,.invite-heading,.iphone-mockup-canvass .mockup-body md-list-item,.iphone-mockup-canvass .mockup-body md-list-item p,.profilecard-list-item--data,.sidenav .md-button,.welcome__body-text{font-weight:500!important}.dark-sidenav .active-page,.extra-bold,.md-subheader .md-subheader-content{font-weight:800!important}.md-headline{font-size:20px}.back-button-text{font-size:13px;letter-spacing:1px}md-toolbar h2{font-size:22px}.sidenav .md-button{font-size:15px}.sidenav .md-button.active-page{font-size:15px}.md-subheader .md-subheader-content{font-size:14px;letter-spacing:1px;text-transform:uppercase}.checklist-complete,.checklist-incomplete,.stats-table-title .text,.widget-header .text{font-size:15px}.card-stats .app-heading{font-size:15px}.grey-text{color:#bcc0c4}.vc-svg-container svg{width:100%;height:100%}.svg-primary{fill:var(--svg-primary)!important}.svg-dark{fill:var(--svg-dark)!important}.svg-light-accent{fill:var(--svg-light-accent)!important}.svg-background{fill:var(--svg-background)!important}.svg-primary-stroke{stroke:var(--svg-primary)!important}.svg-dark-stroke{stroke:var(--svg-dark)!important}.svg-light-accent-stroke{stroke:var(--svg-light-accent)!important}.svg-background-stroke{stroke:var(--svg-background)!important}.grid-stack{position:relative}.grid-stack-rtl{direction:ltr}.grid-stack-rtl>.grid-stack-item{direction:rtl}.grid-stack-placeholder>.placeholder-content{background-color:rgba(0,0,0,.1);margin:0;position:absolute;width:auto;z-index:0!important}.grid-stack>.grid-stack-item{position:absolute;padding:0}.grid-stack>.grid-stack-item>.grid-stack-item-content{margin:0;position:absolute;width:auto;overflow-x:hidden;overflow-y:auto}.grid-stack>.grid-stack-item.size-to-content:not(.size-to-content-max)>.grid-stack-item-content{overflow-y:hidden}.grid-stack-item>.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle{display:none}.grid-stack-item>.ui-resizable-ne,.grid-stack-item>.ui-resizable-nw,.grid-stack-item>.ui-resizable-se,.grid-stack-item>.ui-resizable-sw{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20"><path d="m10 3 2 2H8l2-2v14l-2-2h4l-2 2"/></svg>');background-repeat:no-repeat;background-position:center}.grid-stack-item>.ui-resizable-ne{-webkit-transform:translate(0,10px) rotate(45deg);transform:translate(0,10px) rotate(45deg)}.grid-stack-item>.ui-resizable-sw{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.grid-stack-item>.ui-resizable-nw{-webkit-transform:translate(0,10px) rotate(-45deg);transform:translate(0,10px) rotate(-45deg)}.grid-stack-item>.ui-resizable-se{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;top:0}.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:0;left:25px;right:25px}.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;top:0}.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;top:15px;bottom:15px}.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px}.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:0;right:25px}.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px}.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;top:15px;bottom:15px}.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack-item.ui-draggable-dragging{will-change:left,top;cursor:move}.grid-stack-item.ui-resizable-resizing{will-change:width,height}.ui-draggable-dragging,.ui-resizable-resizing{z-index:10000}.ui-draggable-dragging>.grid-stack-item-content,.ui-resizable-resizing>.grid-stack-item-content{-webkit-box-shadow:1px 4px 6px rgba(0,0,0,.2);box-shadow:1px 4px 6px rgba(0,0,0,.2);opacity:.8}.grid-stack-animate,.grid-stack-animate .grid-stack-item{-webkit-transition:left .3s,top .3s,height .3s,width .3s;transition:left .3s,top .3s,height .3s,width .3s}.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack-animate .grid-stack-item.ui-resizable-resizing{-webkit-transition:left 0s,top 0s,height 0s,width 0s;transition:left 0s,top 0s,height 0s,width 0s}.grid-stack>.grid-stack-item[gs-y="0"]{top:0}.grid-stack>.grid-stack-item[gs-x="0"]{left:0}.gs-12>.grid-stack-item{width:8.333%}.gs-12>.grid-stack-item[gs-x="1"]{left:8.333%}.gs-12>.grid-stack-item[gs-w="2"]{width:16.667%}.gs-12>.grid-stack-item[gs-x="2"]{left:16.667%}.gs-12>.grid-stack-item[gs-w="3"]{width:25%}.gs-12>.grid-stack-item[gs-x="3"]{left:25%}.gs-12>.grid-stack-item[gs-w="4"]{width:33.333%}.gs-12>.grid-stack-item[gs-x="4"]{left:33.333%}.gs-12>.grid-stack-item[gs-w="5"]{width:41.667%}.gs-12>.grid-stack-item[gs-x="5"]{left:41.667%}.gs-12>.grid-stack-item[gs-w="6"]{width:50%}.gs-12>.grid-stack-item[gs-x="6"]{left:50%}.gs-12>.grid-stack-item[gs-w="7"]{width:58.333%}.gs-12>.grid-stack-item[gs-x="7"]{left:58.333%}.gs-12>.grid-stack-item[gs-w="8"]{width:66.667%}.gs-12>.grid-stack-item[gs-x="8"]{left:66.667%}.gs-12>.grid-stack-item[gs-w="9"]{width:75%}.gs-12>.grid-stack-item[gs-x="9"]{left:75%}.gs-12>.grid-stack-item[gs-w="10"]{width:83.333%}.gs-12>.grid-stack-item[gs-x="10"]{left:83.333%}.gs-12>.grid-stack-item[gs-w="11"]{width:91.667%}.gs-12>.grid-stack-item[gs-x="11"]{left:91.667%}.gs-12>.grid-stack-item[gs-w="12"]{width:100%}.gs-1>.grid-stack-item{width:100%}.gs-2>.grid-stack-item{width:50%}.gs-2>.grid-stack-item[gs-x="1"]{left:50%}.gs-2>.grid-stack-item[gs-w="2"]{width:100%}.gs-3>.grid-stack-item{width:33.333%}.gs-3>.grid-stack-item[gs-x="1"]{left:33.333%}.gs-3>.grid-stack-item[gs-w="2"]{width:66.667%}.gs-3>.grid-stack-item[gs-x="2"]{left:66.667%}.gs-3>.grid-stack-item[gs-w="3"]{width:100%}.gs-4>.grid-stack-item{width:25%}.gs-4>.grid-stack-item[gs-x="1"]{left:25%}.gs-4>.grid-stack-item[gs-w="2"]{width:50%}.gs-4>.grid-stack-item[gs-x="2"]{left:50%}.gs-4>.grid-stack-item[gs-w="3"]{width:75%}.gs-4>.grid-stack-item[gs-x="3"]{left:75%}.gs-4>.grid-stack-item[gs-w="4"]{width:100%}.gs-5>.grid-stack-item{width:20%}.gs-5>.grid-stack-item[gs-x="1"]{left:20%}.gs-5>.grid-stack-item[gs-w="2"]{width:40%}.gs-5>.grid-stack-item[gs-x="2"]{left:40%}.gs-5>.grid-stack-item[gs-w="3"]{width:60%}.gs-5>.grid-stack-item[gs-x="3"]{left:60%}.gs-5>.grid-stack-item[gs-w="4"]{width:80%}.gs-5>.grid-stack-item[gs-x="4"]{left:80%}.gs-5>.grid-stack-item[gs-w="5"]{width:100%}.gs-6>.grid-stack-item{width:16.667%}.gs-6>.grid-stack-item[gs-x="1"]{left:16.667%}.gs-6>.grid-stack-item[gs-w="2"]{width:33.333%}.gs-6>.grid-stack-item[gs-x="2"]{left:33.333%}.gs-6>.grid-stack-item[gs-w="3"]{width:50%}.gs-6>.grid-stack-item[gs-x="3"]{left:50%}.gs-6>.grid-stack-item[gs-w="4"]{width:66.667%}.gs-6>.grid-stack-item[gs-x="4"]{left:66.667%}.gs-6>.grid-stack-item[gs-w="5"]{width:83.333%}.gs-6>.grid-stack-item[gs-x="5"]{left:83.333%}.gs-6>.grid-stack-item[gs-w="6"]{width:100%}.gs-7>.grid-stack-item{width:14.286%}.gs-7>.grid-stack-item[gs-x="1"]{left:14.286%}.gs-7>.grid-stack-item[gs-w="2"]{width:28.571%}.gs-7>.grid-stack-item[gs-x="2"]{left:28.571%}.gs-7>.grid-stack-item[gs-w="3"]{width:42.857%}.gs-7>.grid-stack-item[gs-x="3"]{left:42.857%}.gs-7>.grid-stack-item[gs-w="4"]{width:57.143%}.gs-7>.grid-stack-item[gs-x="4"]{left:57.143%}.gs-7>.grid-stack-item[gs-w="5"]{width:71.429%}.gs-7>.grid-stack-item[gs-x="5"]{left:71.429%}.gs-7>.grid-stack-item[gs-w="6"]{width:85.714%}.gs-7>.grid-stack-item[gs-x="6"]{left:85.714%}.gs-7>.grid-stack-item[gs-w="7"]{width:100%}.gs-8>.grid-stack-item{width:12.5%}.gs-8>.grid-stack-item[gs-x="1"]{left:12.5%}.gs-8>.grid-stack-item[gs-w="2"]{width:25%}.gs-8>.grid-stack-item[gs-x="2"]{left:25%}.gs-8>.grid-stack-item[gs-w="3"]{width:37.5%}.gs-8>.grid-stack-item[gs-x="3"]{left:37.5%}.gs-8>.grid-stack-item[gs-w="4"]{width:50%}.gs-8>.grid-stack-item[gs-x="4"]{left:50%}.gs-8>.grid-stack-item[gs-w="5"]{width:62.5%}.gs-8>.grid-stack-item[gs-x="5"]{left:62.5%}.gs-8>.grid-stack-item[gs-w="6"]{width:75%}.gs-8>.grid-stack-item[gs-x="6"]{left:75%}.gs-8>.grid-stack-item[gs-w="7"]{width:87.5%}.gs-8>.grid-stack-item[gs-x="7"]{left:87.5%}.gs-8>.grid-stack-item[gs-w="8"]{width:100%}.gs-9>.grid-stack-item{width:11.111%}.gs-9>.grid-stack-item[gs-x="1"]{left:11.111%}.gs-9>.grid-stack-item[gs-w="2"]{width:22.222%}.gs-9>.grid-stack-item[gs-x="2"]{left:22.222%}.gs-9>.grid-stack-item[gs-w="3"]{width:33.333%}.gs-9>.grid-stack-item[gs-x="3"]{left:33.333%}.gs-9>.grid-stack-item[gs-w="4"]{width:44.444%}.gs-9>.grid-stack-item[gs-x="4"]{left:44.444%}.gs-9>.grid-stack-item[gs-w="5"]{width:55.556%}.gs-9>.grid-stack-item[gs-x="5"]{left:55.556%}.gs-9>.grid-stack-item[gs-w="6"]{width:66.667%}.gs-9>.grid-stack-item[gs-x="6"]{left:66.667%}.gs-9>.grid-stack-item[gs-w="7"]{width:77.778%}.gs-9>.grid-stack-item[gs-x="7"]{left:77.778%}.gs-9>.grid-stack-item[gs-w="8"]{width:88.889%}.gs-9>.grid-stack-item[gs-x="8"]{left:88.889%}.gs-9>.grid-stack-item[gs-w="9"]{width:100%}.gs-10>.grid-stack-item{width:10%}.gs-10>.grid-stack-item[gs-x="1"]{left:10%}.gs-10>.grid-stack-item[gs-w="2"]{width:20%}.gs-10>.grid-stack-item[gs-x="2"]{left:20%}.gs-10>.grid-stack-item[gs-w="3"]{width:30%}.gs-10>.grid-stack-item[gs-x="3"]{left:30%}.gs-10>.grid-stack-item[gs-w="4"]{width:40%}.gs-10>.grid-stack-item[gs-x="4"]{left:40%}.gs-10>.grid-stack-item[gs-w="5"]{width:50%}.gs-10>.grid-stack-item[gs-x="5"]{left:50%}.gs-10>.grid-stack-item[gs-w="6"]{width:60%}.gs-10>.grid-stack-item[gs-x="6"]{left:60%}.gs-10>.grid-stack-item[gs-w="7"]{width:70%}.gs-10>.grid-stack-item[gs-x="7"]{left:70%}.gs-10>.grid-stack-item[gs-w="8"]{width:80%}.gs-10>.grid-stack-item[gs-x="8"]{left:80%}.gs-10>.grid-stack-item[gs-w="9"]{width:90%}.gs-10>.grid-stack-item[gs-x="9"]{left:90%}.gs-10>.grid-stack-item[gs-w="10"]{width:100%}.gs-11>.grid-stack-item{width:9.091%}.gs-11>.grid-stack-item[gs-x="1"]{left:9.091%}.gs-11>.grid-stack-item[gs-w="2"]{width:18.182%}.gs-11>.grid-stack-item[gs-x="2"]{left:18.182%}.gs-11>.grid-stack-item[gs-w="3"]{width:27.273%}.gs-11>.grid-stack-item[gs-x="3"]{left:27.273%}.gs-11>.grid-stack-item[gs-w="4"]{width:36.364%}.gs-11>.grid-stack-item[gs-x="4"]{left:36.364%}.gs-11>.grid-stack-item[gs-w="5"]{width:45.455%}.gs-11>.grid-stack-item[gs-x="5"]{left:45.455%}.gs-11>.grid-stack-item[gs-w="6"]{width:54.545%}.gs-11>.grid-stack-item[gs-x="6"]{left:54.545%}.gs-11>.grid-stack-item[gs-w="7"]{width:63.636%}.gs-11>.grid-stack-item[gs-x="7"]{left:63.636%}.gs-11>.grid-stack-item[gs-w="8"]{width:72.727%}.gs-11>.grid-stack-item[gs-x="8"]{left:72.727%}.gs-11>.grid-stack-item[gs-w="9"]{width:81.818%}.gs-11>.grid-stack-item[gs-x="9"]{left:81.818%}.gs-11>.grid-stack-item[gs-w="10"]{width:90.909%}.gs-11>.grid-stack-item[gs-x="10"]{left:90.909%}.gs-11>.grid-stack-item[gs-w="11"]{width:100%}json-tree{-webkit-box-sizing:border-box;box-sizing:border-box}json-tree *,json-tree :after,json-tree :before{-webkit-box-sizing:border-box;box-sizing:border-box}json-tree .key{vertical-align:middle}json-tree .expandable{position:relative}json-tree .expandable::before{pointer-events:none}json-tree .expandable::before,json-tree .expandable>.key{cursor:pointer}json-tree .branch-preview{display:inline-block;vertical-align:middle}json-tree ul{padding-left:20px}json-tree li,json-tree ul{list-style:none}json-tree li{line-height:1.5em}json-tree .key{color:#d02828;padding:5px 10px 5px 15px}json-tree .key::after{content:":"}json-tree json-node.expandable::before{content:"▶";position:absolute;left:0;font-size:10px;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}json-tree json-node.expandable.expanded::before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}json-tree .branch-preview,json-tree .leaf-value{word-break:break-all}json-tree .branch-preview{overflow:hidden;font-style:italic;max-width:40%;height:1.5em;opacity:.7}md-date-range{cursor:pointer}md-date-range-picker{display:block;max-width:664px}md-date-range-picker .md-date-range-picker__one-panel{display:block;max-width:340px}.md-date-range-picker [event-key] *{pointer-events:none}.md-date-range-picker{position:relative;background:#fff}.md-date-range-picker__title{text-align:center;font-size:1rem;background:#106cc8;color:#fff;margin:0;padding:16px 0}.md-date-range-picker__month-year{text-align:center;font-size:1rem;background:#eee;margin:0;padding:0 0}.md-date-range-picker__month-year .md-select-icon{display:none}.md-date-range-picker__month-year md-select{margin:10px 0}.md-date-range-picker__templates{background:#eee}.md-date-range-picker__calendar-wrapper{padding:0 0;width:308px;min-width:308px}.md-date-range-picker__week{background:#e0e0e0}.md-date-range-picker__calendar__grid{font-size:13px;color:#222;padding:0;display:inline-block;width:44px;height:44px;line-height:44px;text-align:center;position:relative;outline:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:50%;background:rgba(255,255,255,0)}.md-date-range-picker__calendar .md-date-range-picker__calendar__grid{cursor:pointer}.md-date-range-picker__calendar__not-in-active-month{color:rgba(0,0,0,.5)}.md-date-range-picker__calendar .md-date-range-picker__calendar__grid:hover:not(.md-date-range-picker__calendar__selected):not(.md-date-range-picker__calendar__disabled){-webkit-transition:background .3s ease-out;transition:background .3s ease-out;background:rgba(0,0,0,.1)}.md-date-range-picker__calendar__selected{background:#106cc8;color:#fff;border-radius:0}.md-date-range-picker__calendar__selected.md-date-range-picker__calendar__disabled{background:rgba(0,0,0,.2)}.md-date-range-picker__calendar__not-in-active-month.md-date-range-picker__calendar__selected{color:rgba(255,255,255,.2)}.md-date-range-picker__calendar__today{font-weight:700}.md-date-range-picker__calendar .md-date-range-picker__calendar__grid.md-date-range-picker__calendar__disabled{opacity:.3;cursor:not-allowed}.md-date-range-picker__calendar__start{border-top-left-radius:50%;border-bottom-left-radius:50%}.md-date-range-picker__calendar__end{border-top-right-radius:50%;border-bottom-right-radius:50%}.md-date-range-picker__select{z-index:100}.md-date-range-picker__calendar__selection{pointer-events:none}md-backdrop.md-edit-dialog-backdrop{z-index:80}md-edit-dialog{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:fixed;z-index:81;background-color:#f9f9f9;border-radius:2px;cursor:default}md-edit-dialog>.md-content{padding:16px 24px 0}md-edit-dialog>.md-content .md-title{color:rgba(0,0,0,.87);margin-bottom:8px}md-edit-dialog>.md-content md-input-container{margin:0;font-size:13px}md-edit-dialog>.md-content md-input-container input{float:none}md-edit-dialog>.md-content md-input-container .md-errors-spacer{min-height:auto;min-width:auto;color:rgba(0,0,0,.54)}md-edit-dialog>.md-content md-input-container .md-errors-spacer .md-char-counter{padding:5px 2px 5px 0}md-edit-dialog>.md-content md-input-container [ng-message]{padding:5px 0 5px 2px}md-edit-dialog>.md-actions{margin:0 16px 8px}md-edit-dialog>.md-actions .md-button{margin:0;min-width:initial}md-edit-dialog>.md-actions .md-button+.md-button{margin-left:8px}.md-table-pagination{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 24px;font-size:12px;color:rgba(0,0,0,.54);border-top:1px rgba(0,0,0,.12) solid}.md-table-pagination md-select{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;min-width:64px}.md-table-pagination md-select:not([disabled]):focus .md-select-value{color:rgba(0,0,0,.54)}.md-table-pagination md-select .md-select-value{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto}.md-table-pagination md-select .md-select-value span.md-select-icon{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center;margin-right:-6px!important}.md-table-pagination md-select .md-select-value span.md-select-icon:after{top:initial;-webkit-transform:scaleY(.5) scaleX(1);transform:scaleY(.5) scaleX(1)}.md-table-pagination>*{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;height:56px}.md-table-pagination>.buttons:not(:first-child),.md-table-pagination>.limit-select:not(:first-child){margin-left:32px}.md-table-pagination>.buttons{margin-right:-16px}.md-table-pagination>.buttons>.md-button.md-icon-button{margin:0}.md-table-pagination>.buttons>.label+.md-button.md-icon-button{margin-left:20px}md-select.md-table-select{margin:0}md-select.md-table-select>.md-select-value{padding:0;min-width:0;min-height:24px;border-bottom:0!important}md-select.md-table-select>.md-select-value>span{display:block;height:auto;-webkit-transform:none!important;transform:none!important}md-select.md-table-select>.md-select-value>span>.md-text{display:inherit;height:inherit;-webkit-transform:inherit;transform:inherit}md-select.md-table-select>.md-select-value>span.md-select-icon{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;height:24px;margin:0}md-select.md-table-select>.md-select-value>span.md-select-icon:after{top:initial}.md-select-menu-container.md-pagination-select,.md-select-menu-container.md-table-select{margin-left:-2px;border-radius:2px}.md-select-menu-container.md-pagination-select md-content,.md-select-menu-container.md-pagination-select md-select-menu,.md-select-menu-container.md-table-select md-content,.md-select-menu-container.md-table-select md-select-menu{border-radius:inherit}.md-select-menu-container.md-pagination-select md-content,.md-select-menu-container.md-table-select md-content{padding:0}.md-select-menu-container.md-table-select .md-text{font-size:13px}.md-select-menu-container.md-pagination-select .md-text{font-size:12px}md-toolbar.md-table-toolbar{-webkit-box-shadow:none;box-shadow:none}md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default,md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default{background-color:#fff;color:rgba(0,0,0,.87)}md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default .md-button,md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default .md-button{color:rgba(0,0,0,.87)}@media only screen and (max-width:959px) and (min-width:0) and (orientation:landscape){md-toolbar.md-table-toolbar .md-toolbar-tools{height:64px;max-height:initial}}md-toolbar.md-table-toolbar .md-toolbar-tools{padding:0 24px}md-toolbar.md-table-toolbar .md-toolbar-tools md-icon{color:rgba(0,0,0,.54)}md-toolbar.md-table-toolbar .md-toolbar-tools>.md-button.md-icon-button{margin:0}md-toolbar.md-table-toolbar .md-toolbar-tools>.md-button.md-icon-button:first-child{margin-left:-12px}md-toolbar.md-table-toolbar .md-toolbar-tools>.md-button.md-icon-button:last-child{margin-right:-12px}md-card>md-table-container:first-child,md-card>md-toolbar.md-table-toolbar:first-child{border-top-left-radius:2px;border-top-right-radius:2px}md-card>md-table-container:last-child,md-card>md-toolbar.md-table-toolbar:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}md-table-container{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}table.md-table{width:100%;border-spacing:0;overflow:hidden}table.md-table thead.md-head>tr.md-row{height:56px}table.md-table tbody.md-body>tr.md-row,table.md-table tfoot.md-foot>tr.md-row{height:48px}table.md-table thead.md-head+.md-table-progress md-progress-linear{top:-3px}table.md-table .md-table-progress th{padding:0}table.md-table .md-table-progress th md-progress-linear{height:0;-webkit-transition:opacity 1s;transition:opacity 1s}table.md-table .md-table-progress th md-progress-linear.ng-hide{opacity:0}table.md-table .md-table-progress th md-progress-linear>.md-container{height:3px;top:0;-webkit-transition:none;transition:none}table.md-table .md-table-progress th md-progress-linear>.md-container>.md-bar{height:3px}table.md-table th.md-column{color:rgba(0,0,0,.54);font-size:12px;font-weight:700;white-space:nowrap}table.md-table th.md-column.md-sort{cursor:pointer}table.md-table th.md-column md-icon{height:16px;width:16px;font-size:16px!important;line-height:16px!important}table.md-table th.md-column md-icon.md-sort-icon{color:rgba(0,0,0,.26);opacity:0;transition:-webkit-transform .25s,opacity .25s;-webkit-transition:opacity .25s,-webkit-transform .25s;transition:opacity .25s,-webkit-transform .25s;transition:transform .25s,opacity .25s;transition:transform .25s,opacity .25s,-webkit-transform .25s}table.md-table th.md-column md-icon.md-sort-icon.md-asc{-webkit-transform:rotate(0);transform:rotate(0)}table.md-table th.md-column md-icon.md-sort-icon.md-desc{-webkit-transform:rotate(180deg);transform:rotate(180deg)}table.md-table th.md-column md-icon:not(:first-child){margin-left:8px}table.md-table th.md-column md-icon:not(:last-child){margin-right:8px}table.md-table th.md-column.md-active,table.md-table th.md-column.md-active md-icon{color:rgba(0,0,0,.87)}table.md-table th.md-column.md-active md-icon.md-sort-icon,table.md-table th.md-column:hover md-icon.md-sort-icon{opacity:1}table.md-table tr.md-row[data-ng-repeat].ng-leave,table.md-table tr.md-row[ng-repeat].ng-leave,table.md-table tr.md-row[ng\:repeat].ng-leave,table.md-table tr.md-row[x-ng-repeat].ng-leave{display:none}table.md-table.md-row-select tbody.md-body>tr.md-row{-webkit-transition:background-color .2s;transition:background-color .2s}table.md-table.md-row-select tbody.md-body>tr.md-row:not([disabled]):hover{background-color:#eee!important}table.md-table.md-row-select tbody.md-body>tr.md-row.md-selected{background-color:#f5f5f5}table.md-table.md-row-select td.md-cell:first-child,table.md-table.md-row-select th.md-column:first-child{width:20px;padding:0 0 0 24px}table.md-table.md-row-select td.md-cell:nth-child(2),table.md-table.md-row-select th.md-column:nth-child(2){padding:0 24px}table.md-table.md-row-select td.md-cell:nth-child(n+3):nth-last-child(n+2),table.md-table.md-row-select th.md-column:nth-child(n+3):nth-last-child(n+2){padding:0 56px 0 0}table.md-table:not(.md-row-select) td.md-cell:first-child,table.md-table:not(.md-row-select) th.md-column:first-child{padding:0 24px}table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2),table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2){padding:0 56px 0 0}table.md-table td.md-cell,table.md-table th.md-column{vertical-align:middle;text-align:left}table.md-table td.md-cell>*,table.md-table th.md-column>*{vertical-align:middle}table.md-table td.md-cell:last-child,table.md-table th.md-column:last-child{padding:0 24px 0 0}table.md-table td.md-cell.md-clickable,table.md-table th.md-column.md-clickable{cursor:pointer}table.md-table td.md-cell.md-clickable:focus,table.md-table th.md-column.md-clickable:focus{outline:0}table.md-table td.md-cell.md-numeric,table.md-table th.md-column.md-numeric{text-align:right}table.md-table td.md-cell md-checkbox,table.md-table th.md-column md-checkbox{margin:0;width:20px}table.md-table td.md-cell{color:rgba(0,0,0,.87);font-size:13px;border-top:1px rgba(0,0,0,.12) solid}table.md-table td.md-cell.md-numeric md-select{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end}table.md-table td.md-cell.md-numeric md-select .md-select-value{-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto}table.md-table td.md-cell.md-placeholder{color:rgba(0,0,0,.26)}table.md-table td.md-cell md-select>.md-select-value>span.md-select-icon{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;color:rgba(0,0,0,.54);width:18px;text-align:right}table.md-table td.md-cell md-select>.md-select-value>span.md-select-icon:after{-webkit-transform:scaleY(.4) scaleX(.8);transform:scaleY(.4) scaleX(.8)}/*!
 * AngularJS Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.2.5
 */body,html{height:100%;position:relative}body{margin:0;padding:0}[tabindex="-1"]:focus{outline:0}.inset{padding:10px}a.md-no-style,button.md-no-style{font-weight:400;background-color:inherit;text-align:left;border:none;padding:0;margin:0}button,input,select,textarea{vertical-align:baseline}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[type=button][disabled],input[type=reset][disabled],input[type=submit][disabled]{cursor:default}textarea{vertical-align:top;overflow:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box;-webkit-box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input:-webkit-autofill{text-shadow:none}.md-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;text-transform:none;width:1px}.md-shadow{position:absolute;top:0;left:0;bottom:0;right:0;border-radius:inherit;pointer-events:none}.md-shadow-bottom-z-1{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}.md-shadow-bottom-z-2{-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.4);box-shadow:0 4px 8px 0 rgba(0,0,0,.4)}.md-shadow-animated.md-shadow{-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1)}.md-ripple-container{pointer-events:none;position:absolute;overflow:hidden;left:0;top:0;width:100%;height:100%;-webkit-transition:all .55s cubic-bezier(.25,.8,.25,1);transition:all .55s cubic-bezier(.25,.8,.25,1)}.md-ripple{position:absolute;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;opacity:0;border-radius:50%}.md-ripple.md-ripple-placed{-webkit-transition:margin .9s cubic-bezier(.25,.8,.25,1),border .9s cubic-bezier(.25,.8,.25,1),width .9s cubic-bezier(.25,.8,.25,1),height .9s cubic-bezier(.25,.8,.25,1),opacity .9s cubic-bezier(.25,.8,.25,1),-webkit-transform .9s cubic-bezier(.25,.8,.25,1);transition:margin .9s cubic-bezier(.25,.8,.25,1),border .9s cubic-bezier(.25,.8,.25,1),width .9s cubic-bezier(.25,.8,.25,1),height .9s cubic-bezier(.25,.8,.25,1),opacity .9s cubic-bezier(.25,.8,.25,1),-webkit-transform .9s cubic-bezier(.25,.8,.25,1);transition:margin .9s cubic-bezier(.25,.8,.25,1),border .9s cubic-bezier(.25,.8,.25,1),width .9s cubic-bezier(.25,.8,.25,1),height .9s cubic-bezier(.25,.8,.25,1),opacity .9s cubic-bezier(.25,.8,.25,1),transform .9s cubic-bezier(.25,.8,.25,1);transition:margin .9s cubic-bezier(.25,.8,.25,1),border .9s cubic-bezier(.25,.8,.25,1),width .9s cubic-bezier(.25,.8,.25,1),height .9s cubic-bezier(.25,.8,.25,1),opacity .9s cubic-bezier(.25,.8,.25,1),transform .9s cubic-bezier(.25,.8,.25,1),-webkit-transform .9s cubic-bezier(.25,.8,.25,1)}.md-ripple.md-ripple-scaled{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.md-ripple.md-ripple-active,.md-ripple.md-ripple-full,.md-ripple.md-ripple-visible{opacity:.2}.md-ripple.md-ripple-remove{-webkit-animation:md-remove-ripple .9s cubic-bezier(.25,.8,.25,1);animation:md-remove-ripple .9s cubic-bezier(.25,.8,.25,1)}@-webkit-keyframes md-remove-ripple{0%{opacity:.15}100%{opacity:0}}@keyframes md-remove-ripple{0%{opacity:.15}100%{opacity:0}}.md-padding{padding:8px}.md-margin{margin:8px}.md-scroll-mask{position:absolute;background-color:transparent;top:0;right:0;bottom:0;left:0;z-index:50}.md-scroll-mask>.md-scroll-mask-bar{display:block;position:absolute;background-color:#fafafa;right:0;top:0;bottom:0;z-index:65;-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.3);box-shadow:inset 0 0 1px rgba(0,0,0,.3)}.md-no-momentum{-webkit-overflow-scrolling:auto}.md-no-flicker{-webkit-filter:blur(0)}@media (min-width:960px){.md-padding{padding:16px}}body[dir=ltr],body[dir=rtl],html[dir=ltr],html[dir=rtl]{unicode-bidi:embed}bdo[dir=rtl]{direction:rtl;unicode-bidi:bidi-override}bdo[dir=ltr]{direction:ltr;unicode-bidi:bidi-override}@media (max-width:599px){.layout-row:not(.layout-xs-column)>.md-auto-horizontal-margin:not(:first-child),.layout-xs-row>.md-auto-horizontal-margin:not(:first-child){margin-left:16px}[dir=rtl] .layout-row:not(.layout-xs-column)>.md-auto-horizontal-margin:not(:first-child),[dir=rtl] .layout-xs-row>.md-auto-horizontal-margin:not(:first-child){margin-left:0;margin-right:16px}}@media (min-width:600px) and (max-width:959px){.layout-gt-xs-row:not(.layout-sm-column)>.md-auto-horizontal-margin:not(:first-child),.layout-row:not(.layout-gt-xs-column):not(.layout-sm-column)>.md-auto-horizontal-margin:not(:first-child),.layout-sm-row:not(.layout-sm-column)>.md-auto-horizontal-margin:not(:first-child){margin-left:16px}[dir=rtl] .layout-gt-xs-row:not(.layout-sm-column)>.md-auto-horizontal-margin:not(:first-child),[dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-sm-column)>.md-auto-horizontal-margin:not(:first-child),[dir=rtl] .layout-sm-row:not(.layout-sm-column)>.md-auto-horizontal-margin:not(:first-child){margin-left:0;margin-right:16px}}@media (min-width:960px) and (max-width:1279px){.layout-gt-sm-row:not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child),.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child),.layout-md-row:not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child),.layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child){margin-left:16px}[dir=rtl] .layout-gt-sm-row:not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child),[dir=rtl] .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child),[dir=rtl] .layout-md-row:not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child),[dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column)>.md-auto-horizontal-margin:not(:first-child){margin-left:0;margin-right:16px}}@media (min-width:1280px) and (max-width:1919px){.layout-gt-md-row:not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child),.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child),.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child),.layout-lg-row:not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child),.layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child){margin-left:16px}[dir=rtl] .layout-gt-md-row:not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child),[dir=rtl] .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child),[dir=rtl] .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child),[dir=rtl] .layout-lg-row:not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child),[dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>.md-auto-horizontal-margin:not(:first-child){margin-left:0;margin-right:16px}}@media (min-width:1920px){.layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child),.layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child),.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child),.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child),.layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child),.layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child){margin-left:16px}[dir=rtl] .layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child),[dir=rtl] .layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child),[dir=rtl] .layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child),[dir=rtl] .layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child),[dir=rtl] .layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child),[dir=rtl] .layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column)>.md-auto-horizontal-margin:not(:first-child){margin-left:0;margin-right:16px}}body,html{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:default;min-height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.md-display-4{font-size:112px;font-weight:300;letter-spacing:-.01em;line-height:112px}.md-display-3{font-size:56px;font-weight:400;letter-spacing:-.005em;line-height:56px}.md-display-2{font-size:45px;font-weight:400;line-height:64px}.md-display-1{font-size:34px;font-weight:400;line-height:40px}.md-headline{font-size:24px;font-weight:400;line-height:32px}.md-title{font-size:20px;font-weight:500;letter-spacing:.005em}.md-subhead{font-size:16px;font-weight:400;letter-spacing:.01em;line-height:24px}.md-body-1,.profilecard-accordion-card .accordion-header{font-size:14px;font-weight:400;letter-spacing:.01em;line-height:20px}.md-body-2{font-size:14px;font-weight:500;letter-spacing:.01em;line-height:24px}.md-caption{font-size:12px;letter-spacing:.02em}.md-button{letter-spacing:.01em}button,html,input,select,textarea{font-family:Roboto,"Helvetica Neue",sans-serif}button,input,select,textarea{font-size:100%}.md-panel-outer-wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.md-panel-inner-wrapper{position:fixed}._md-panel-offscreen{left:-9999px}._md-panel-hidden{display:none}._md-panel-shown .md-panel{opacity:1;-webkit-transition:none;transition:none}.md-panel{opacity:0;position:relative}.md-panel._md-panel-shown{opacity:1;-webkit-transition:none;transition:none}.md-panel._md-panel-animate-enter{opacity:1;-webkit-transition:all .3s cubic-bezier(0,0,.2,1);transition:all .3s cubic-bezier(0,0,.2,1)}.md-panel._md-panel-animate-leave{opacity:1;-webkit-transition:all .3s cubic-bezier(.4,0,1,1);transition:all .3s cubic-bezier(.4,0,1,1)}.md-panel._md-panel-animate-fade-out,.md-panel._md-panel-animate-scale-out{opacity:0}.md-panel._md-panel-backdrop{height:100%;position:fixed;width:100%}.md-panel._md-opaque-enter{opacity:.48;-webkit-transition:opacity .3s cubic-bezier(0,0,.2,1);transition:opacity .3s cubic-bezier(0,0,.2,1)}.md-panel._md-opaque-leave{-webkit-transition:opacity .3s cubic-bezier(.4,0,1,1);transition:opacity .3s cubic-bezier(.4,0,1,1)}._md-panel-fullscreen{border-radius:0;left:0;min-height:100%;min-width:100%;position:fixed;top:0}md-autocomplete{border-radius:2px;display:block;height:40px;position:relative;overflow:visible;min-width:190px}md-autocomplete[disabled] input{cursor:default}md-autocomplete[md-floating-label]{border-radius:0;background:0 0;height:auto}md-autocomplete[md-floating-label] md-input-container{padding-bottom:0}md-autocomplete[md-floating-label] md-autocomplete-wrap{height:auto}md-autocomplete[md-floating-label] .md-show-clear-button button{display:block;position:absolute;right:0;top:20px;width:30px;height:30px}md-autocomplete[md-floating-label] .md-show-clear-button input{padding-right:30px}[dir=rtl] md-autocomplete[md-floating-label] .md-show-clear-button input{padding-right:0;padding-left:30px}md-autocomplete md-autocomplete-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;overflow:visible;height:40px}md-autocomplete md-autocomplete-wrap.md-menu-showing{z-index:51}md-autocomplete md-autocomplete-wrap input,md-autocomplete md-autocomplete-wrap md-input-container{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}md-autocomplete md-autocomplete-wrap md-progress-linear{position:absolute;bottom:-2px;left:0}md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline{bottom:40px;right:2px;left:2px;width:auto}md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate{position:absolute;top:0;left:0;width:100%;height:3px;-webkit-transition:none;transition:none}md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate .md-container{-webkit-transition:none;transition:none;height:3px}md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-enter.ng-enter-active{opacity:1}md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}md-autocomplete md-autocomplete-wrap md-progress-linear .md-mode-indeterminate.ng-leave.ng-leave-active{opacity:0}md-autocomplete input:not(.md-input){font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;-webkit-box-shadow:none;box-shadow:none;outline:0;background:0 0;width:100%;padding:0 15px;line-height:40px;height:40px}md-autocomplete input:not(.md-input)::-ms-clear{display:none}md-autocomplete .md-show-clear-button button{position:relative;line-height:20px;text-align:center;width:30px;height:30px;cursor:pointer;border:none;border-radius:50%;padding:0;font-size:12px;background:0 0;margin:auto 5px}md-autocomplete .md-show-clear-button button:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}md-autocomplete .md-show-clear-button button:focus{outline:0}md-autocomplete .md-show-clear-button button:focus:after{-webkit-transform:scale(1);transform:scale(1);opacity:1}md-autocomplete .md-show-clear-button button md-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0) scale(.9);transform:translate3d(-50%,-50%,0) scale(.9)}md-autocomplete .md-show-clear-button button md-icon path{stroke-width:0}md-autocomplete .md-show-clear-button button.ng-enter{-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .15s ease-out;transition:-webkit-transform .15s ease-out;transition:transform .15s ease-out;transition:transform .15s ease-out,-webkit-transform .15s ease-out}md-autocomplete .md-show-clear-button button.ng-enter.ng-enter-active{-webkit-transform:scale(1);transform:scale(1)}md-autocomplete .md-show-clear-button button.ng-leave{-webkit-transition:-webkit-transform .15s ease-out;transition:-webkit-transform .15s ease-out;transition:transform .15s ease-out;transition:transform .15s ease-out,-webkit-transform .15s ease-out}md-autocomplete .md-show-clear-button button.ng-leave.ng-leave-active{-webkit-transform:scale(0);transform:scale(0)}@media screen and (-ms-high-contrast:active){md-autocomplete input{border:1px solid #fff}md-autocomplete .md-autocomplete-suggestion:focus{color:#fff}}.md-standard-list-container.md-autocomplete-suggestions-container,.md-virtual-repeat-container.md-autocomplete-suggestions-container{position:absolute;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);z-index:100;height:100%}.md-standard-list-container.md-autocomplete-suggestions-container .highlight,.md-virtual-repeat-container.md-autocomplete-suggestions-container .highlight{font-weight:700}.md-standard-list-container{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;overflow:hidden;overflow-y:auto;padding:0}.md-standard-list-container.md-not-found,.md-virtual-repeat-container.md-not-found{height:48px}.md-autocomplete-suggestions{margin:0;list-style:none;padding:0}.md-autocomplete-suggestions .md-autocomplete-suggestion{font-size:14px;overflow:hidden;padding:0 15px;line-height:48px;height:48px;-webkit-transition:background .15s linear;transition:background .15s linear;margin:0;white-space:nowrap;text-overflow:ellipsis}.md-autocomplete-suggestions .md-autocomplete-suggestion:focus{outline:0}.md-autocomplete-suggestions .md-autocomplete-suggestion:not(.md-not-found-wrapper){cursor:pointer}@media screen and (-ms-high-contrast:active){.md-autocomplete-suggestions,md-autocomplete{border:1px solid #fff}}md-backdrop{-webkit-transition:opacity 450ms;transition:opacity 450ms;position:absolute;top:0;bottom:0;left:0;right:0;z-index:50}md-backdrop.md-menu-backdrop{position:fixed!important;z-index:99}md-backdrop.md-select-backdrop{z-index:81;-webkit-transition-duration:0;transition-duration:0}md-backdrop.md-dialog-backdrop{z-index:79}md-backdrop.md-bottom-sheet-backdrop{z-index:69}md-backdrop.md-sidenav-backdrop{z-index:59}md-backdrop.md-click-catcher{position:absolute}md-backdrop.md-opaque{opacity:.48}md-backdrop.md-opaque.ng-enter{opacity:0}md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active{opacity:.48}md-backdrop.md-opaque.ng-leave{opacity:.48;-webkit-transition:opacity .4s;transition:opacity .4s}md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active{opacity:0}md-bottom-sheet{position:absolute;left:0;right:0;bottom:0;padding:8px 16px 88px 16px;z-index:70;border-top-width:1px;border-top-style:solid;-webkit-transform:translate3d(0,80px,0);transform:translate3d(0,80px,0);-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}md-bottom-sheet.md-has-header{padding-top:0}md-bottom-sheet.ng-enter{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}md-bottom-sheet.ng-enter-active{opacity:1;display:block;-webkit-transform:translate3d(0,80px,0)!important;transform:translate3d(0,80px,0)!important}md-bottom-sheet.ng-leave-active{-webkit-transform:translate3d(0,100%,0)!important;transform:translate3d(0,100%,0)!important;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2)}md-bottom-sheet .md-subheader{background-color:transparent;font-family:Roboto,"Helvetica Neue",sans-serif;line-height:56px;padding:0;white-space:nowrap}md-bottom-sheet md-inline-icon{display:inline-block;height:24px;width:24px;fill:#444}md-bottom-sheet md-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;outline:0}md-bottom-sheet md-list-item:hover{cursor:pointer}md-bottom-sheet.md-list md-list-item{padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px}md-bottom-sheet.md-grid{padding-left:24px;padding-right:24px;padding-top:0}md-bottom-sheet.md-grid md-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all .5s;transition:all .5s;-webkit-box-align:center;-ms-flex-align:center;align-items:center}md-bottom-sheet.md-grid md-list-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .5s;transition:all .5s;height:96px;margin-top:8px;margin-bottom:8px}@media (max-width:960px){md-bottom-sheet.md-grid md-list-item{-webkit-box-flex:1;-ms-flex:1 1 33.3333333333%;flex:1 1 33.3333333333%;max-width:33.3333333333%}md-bottom-sheet.md-grid md-list-item:nth-of-type(3n+1){-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}md-bottom-sheet.md-grid md-list-item:nth-of-type(3n){-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (min-width:960px) and (max-width:1279px){md-bottom-sheet.md-grid md-list-item{-webkit-box-flex:1;-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%}}@media (min-width:1280px) and (max-width:1919px){md-bottom-sheet.md-grid md-list-item{-webkit-box-flex:1;-ms-flex:1 1 16.6666666667%;flex:1 1 16.6666666667%;max-width:16.6666666667%}}@media (min-width:1920px){md-bottom-sheet.md-grid md-list-item{-webkit-box-flex:1;-ms-flex:1 1 14.2857142857%;flex:1 1 14.2857142857%;max-width:14.2857142857%}}md-bottom-sheet.md-grid md-list-item::before{display:none}md-bottom-sheet.md-grid md-list-item .md-list-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:48px;padding-bottom:16px}md-bottom-sheet.md-grid md-list-item .md-grid-item-content{border:1px solid transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:80px}md-bottom-sheet.md-grid md-list-item .md-grid-text{font-weight:400;line-height:16px;font-size:13px;margin:0;white-space:nowrap;width:64px;text-align:center;text-transform:none;padding-top:8px}@media screen and (-ms-high-contrast:active){md-bottom-sheet{border:1px solid #fff}}button.md-button::-moz-focus-inner{border:0}.md-button{display:inline-block;position:relative;cursor:pointer;min-height:36px;min-width:88px;line-height:36px;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:0;border:0;padding:0 8px;margin:6px 8px;background:0 0;color:currentColor;white-space:nowrap;text-transform:uppercase;font-weight:500;font-size:14px;font-style:inherit;font-variant:inherit;font-family:inherit;text-decoration:none;overflow:hidden;-webkit-transition:background-color .4s cubic-bezier(.25,.8,.25,1),-webkit-box-shadow .4s cubic-bezier(.25,.8,.25,1);transition:background-color .4s cubic-bezier(.25,.8,.25,1),-webkit-box-shadow .4s cubic-bezier(.25,.8,.25,1);transition:box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);transition:box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1),-webkit-box-shadow .4s cubic-bezier(.25,.8,.25,1)}.md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled),.md-dense>.md-button:not(.md-dense-disabled){min-height:32px}.md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled),.md-dense>.md-button:not(.md-dense-disabled){line-height:32px}.md-dense :not(.md-dense-disabled) .md-button:not(.md-dense-disabled),.md-dense>.md-button:not(.md-dense-disabled){font-size:13px}.md-button:focus{outline:0}.md-button:focus,.md-button:hover{text-decoration:none}.md-button.ng-hide,.md-button.ng-leave{-webkit-transition:none;transition:none}.md-button.md-cornered{border-radius:0}.md-button.md-icon{padding:0;background:0 0}.md-button.md-raised:not([disabled]){-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}.md-button.md-icon-button{margin:0 6px;height:40px;min-width:0;line-height:24px;padding:8px;width:40px;border-radius:50%}.md-button.md-fab{z-index:20;line-height:56px;min-width:0;width:56px;height:56px;vertical-align:middle;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 5px 0 rgba(0,0,0,.26);border-radius:50%;background-clip:padding-box;overflow:hidden;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-property:background-color,-webkit-box-shadow,-webkit-transform;transition-property:background-color,-webkit-box-shadow,-webkit-transform;transition-property:background-color,box-shadow,transform;transition-property:background-color,box-shadow,transform,-webkit-box-shadow,-webkit-transform}.md-button.md-fab.md-fab-bottom-right{top:auto;right:20px;bottom:20px;left:auto;position:absolute}.md-button.md-fab.md-fab-bottom-left{top:auto;right:auto;bottom:20px;left:20px;position:absolute}.md-button.md-fab.md-fab-top-right{top:20px;right:20px;bottom:auto;left:auto;position:absolute}.md-button.md-fab.md-fab-top-left{top:20px;right:auto;bottom:auto;left:20px;position:absolute}.md-button.md-fab.md-mini{line-height:40px;width:40px;height:40px}.md-button.md-fab.ng-hide,.md-button.md-fab.ng-leave{-webkit-transition:none;transition:none}.md-button.md-fab[disabled]{-webkit-box-shadow:none;box-shadow:none}.md-button:not([disabled]).md-fab.md-focused,.md-button:not([disabled]).md-raised.md-focused{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}.md-button:not([disabled]).md-fab:active,.md-button:not([disabled]).md-raised:active{-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.4);box-shadow:0 4px 8px 0 rgba(0,0,0,.4)}.md-button .md-ripple-container{border-radius:inherit;background-clip:padding-box;overflow:hidden;-webkit-transform:translateZ(0)}.md-button.md-icon-button md-icon,button.md-button.md-fab md-icon{display:block}.md-toast-open-top .md-button.md-fab-top-left,.md-toast-open-top .md-button.md-fab-top-right{-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transform:translate3d(0,42px,0);transform:translate3d(0,42px,0)}.md-toast-open-top .md-button.md-fab-top-left:not([disabled]).md-focused,.md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover,.md-toast-open-top .md-button.md-fab-top-right:not([disabled]).md-focused,.md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover{-webkit-transform:translate3d(0,41px,0);transform:translate3d(0,41px,0)}.md-toast-open-bottom .md-button.md-fab-bottom-left,.md-toast-open-bottom .md-button.md-fab-bottom-right{-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transform:translate3d(0,-42px,0);transform:translate3d(0,-42px,0)}.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]).md-focused,.md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover,.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]).md-focused,.md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover{-webkit-transform:translate3d(0,-43px,0);transform:translate3d(0,-43px,0)}.md-button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.md-button-group>.md-button{-webkit-box-flex:1;-ms-flex:1;flex:1;display:block;overflow:hidden;width:0;border-width:1px 0 1px 1px;border-radius:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.md-button-group>.md-button:first-child{border-radius:2px 0 0 2px}.md-button-group>.md-button:last-child{border-right-width:1px;border-radius:0 2px 2px 0}@media screen and (-ms-high-contrast:active){.md-button.md-fab,.md-button.md-raised{border:1px solid #fff}}md-card{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:8px;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12)}md-card md-card-header{padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}md-card md-card-header:first-child md-card-avatar{margin-right:12px}[dir=rtl] md-card md-card-header:first-child md-card-avatar{margin-right:auto;margin-left:12px}md-card md-card-header:last-child md-card-avatar{margin-left:12px}[dir=rtl] md-card md-card-header:last-child md-card-avatar{margin-left:auto;margin-right:12px}md-card md-card-header md-card-avatar{width:40px;height:40px}md-card md-card-header md-card-avatar .md-user-avatar,md-card md-card-header md-card-avatar md-icon{border-radius:50%}md-card md-card-header md-card-avatar md-icon{padding:8px}md-card md-card-header md-card-avatar md-icon>svg{height:inherit;width:inherit}md-card md-card-header md-card-avatar+md-card-header-text{max-height:40px}md-card md-card-header md-card-avatar+md-card-header-text .md-title{font-size:14px}md-card md-card-header md-card-header-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}md-card md-card-header md-card-header-text .md-subhead{font-size:14px}md-card md-card-title-media img,md-card>img,md-card>md-card-header img{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;height:auto}md-card md-card-title{padding:24px 16px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}md-card md-card-title+md-card-content{padding-top:0}md-card md-card-title md-card-title-text{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex}md-card md-card-title md-card-title-text .md-subhead{padding-top:0;font-size:14px}md-card md-card-title md-card-title-text:only-child .md-subhead{padding-top:12px}md-card md-card-title md-card-title-media{margin-top:-8px}md-card md-card-title md-card-title-media .md-media-sm{height:80px;width:80px}md-card md-card-title md-card-title-media .md-media-md{height:112px;width:112px}md-card md-card-title md-card-title-media .md-media-lg{height:152px;width:152px}md-card md-card-content{display:block;padding:16px}md-card md-card-content>p:first-child{margin-top:0}md-card md-card-content>p:last-child{margin-bottom:0}md-card md-card-content .md-media-xl{height:240px;width:240px}md-card md-card-actions{margin:8px}md-card md-card-actions.layout-column .md-button:not(.md-icon-button){margin:2px 0}md-card md-card-actions.layout-column .md-button:not(.md-icon-button):first-of-type{margin-top:0}md-card md-card-actions.layout-column .md-button:not(.md-icon-button):last-of-type{margin-bottom:0}md-card md-card-actions.layout-column .md-button.md-icon-button{margin-top:6px;margin-bottom:6px}md-card md-card-actions md-card-icon-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button){margin:0 4px}md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type{margin-left:0}[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type{margin-left:auto;margin-right:0}md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type{margin-right:0}[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type{margin-right:auto;margin-left:0}md-card md-card-actions:not(.layout-column) .md-button.md-icon-button{margin-left:6px;margin-right:6px}md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type{margin-left:12px}[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type{margin-left:auto;margin-right:12px}md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type{margin-right:12px}[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type{margin-right:auto;margin-left:12px}md-card md-card-actions:not(.layout-column) .md-button+md-card-icon-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}md-card md-card-footer{margin-top:auto;padding:16px}@media screen and (-ms-high-contrast:active){md-card{border:1px solid #fff}}.md-image-no-fill>img{width:auto;height:auto}.md-inline-form md-checkbox{margin-top:14px;margin-bottom:auto}md-checkbox{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;white-space:nowrap;cursor:pointer;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;min-width:18px;min-height:48px}.md-dense :not(.md-dense-disabled) md-checkbox:not(.md-dense-disabled),.md-dense>md-checkbox:not(.md-dense-disabled){min-height:36px}md-checkbox.md-focused:not([disabled]) .md-container:before{left:-8px;top:-8px;right:-8px;bottom:-8px}md-checkbox.md-focused:not([disabled]):not(.md-checked) .md-container:before{background-color:rgba(0,0,0,.12)}md-checkbox .md-container{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;width:18px;height:18px;left:0;right:auto}[dir=rtl] md-checkbox .md-container{left:auto}[dir=rtl] md-checkbox .md-container{right:0}md-checkbox .md-container:before{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;border-radius:50%;content:"";position:absolute;display:block;height:auto;left:0;top:0;right:0;bottom:0;-webkit-transition:all .5s;transition:all .5s;width:auto}md-checkbox .md-container:after{-webkit-box-sizing:border-box;box-sizing:border-box;content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px}md-checkbox .md-container .md-ripple-container{position:absolute;display:block;width:auto;height:auto;left:-15px;top:-15px;right:-15px;bottom:-15px}md-checkbox .md-icon{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:240ms;transition:240ms;position:absolute;top:0;left:0;width:18px;height:18px;border-width:2px;border-style:solid;border-radius:2px}md-checkbox.md-checked .md-icon{border-color:transparent}md-checkbox.md-checked .md-icon:after{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:4px;top:0;display:table;width:6px;height:12px;border-width:2px;border-style:solid;border-top:0;border-left:0;content:""}md-checkbox[disabled]{cursor:default}md-checkbox.md-indeterminate .md-icon:after{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:table;width:10.8px;height:2px;border-width:2px;border-style:solid;border-top:0;border-left:0;content:""}md-checkbox .md-container{top:auto;left:auto;right:auto;margin:3px;margin-top:21px}md-checkbox .md-label{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:inline-block;vertical-align:middle;white-space:normal;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;margin-top:10px;margin-bottom:auto;margin-left:36px}[dir=rtl] md-checkbox .md-label{margin-left:0;margin-right:36px}md-checkbox .md-label:empty{margin-left:24px;margin-right:0}[dir=rtl] md-checkbox .md-label:empty{margin-left:0}[dir=rtl] md-checkbox .md-label:empty{margin-right:24px}md-input-container .md-checkbox-link-label{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:inline-block;vertical-align:middle;white-space:normal;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;cursor:pointer;top:-21px;margin-left:18px;margin-right:0}[dir=rtl] md-input-container .md-checkbox-link-label{margin-left:0}[dir=rtl] md-input-container .md-checkbox-link-label{margin-right:18px}.md-contact-chips .md-chips md-chip{padding:0 25px 0 0}[dir=rtl] .md-contact-chips .md-chips md-chip{padding:0 0 0 25px}.md-contact-chips .md-chips md-chip .md-contact-avatar{float:left}[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-avatar{float:right}.md-contact-chips .md-chips md-chip .md-contact-avatar img{height:32px;border-radius:16px}.md-contact-chips .md-chips md-chip .md-contact-name{display:inline-block;height:32px;margin-left:8px}[dir=rtl] .md-contact-chips .md-chips md-chip .md-contact-name{margin-left:auto;margin-right:8px}.md-contact-suggestion{height:56px}.md-contact-suggestion img{height:40px;border-radius:20px;margin-top:8px}.md-contact-suggestion .md-contact-name{margin-left:8px;width:120px}[dir=rtl] .md-contact-suggestion .md-contact-name{margin-left:auto;margin-right:8px}.md-contact-suggestion .md-contact-email,.md-contact-suggestion .md-contact-name{display:inline-block;overflow:hidden;text-overflow:ellipsis}.md-contact-chips-suggestions li{height:100%}md-chips{display:-webkit-box;display:-ms-flexbox;display:flex}.md-chips{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-family:Roboto,"Helvetica Neue",sans-serif;font-size:13px;padding:0 0 8px 3px;vertical-align:middle}.md-chips:after{content:"";display:table;clear:both}[dir=rtl] .md-chips{padding:0 3px 8px 0}.md-chips.md-readonly .md-chip-input-container{min-height:32px}.md-chips:not(.md-readonly){cursor:text}.md-chips.md-removable md-chip{padding-right:28px}[dir=rtl] .md-chips.md-removable md-chip{padding-right:0;padding-left:28px}.md-chips.md-removable md-chip .md-chip-content{padding-right:4px}[dir=rtl] .md-chips.md-removable md-chip .md-chip-content{padding-right:0;padding-left:4px}.md-chips md-chip{cursor:default;border-radius:16px;display:block;height:32px;line-height:32px;margin:8px 8px 0 0;padding:0 12px 0 12px;float:left;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;position:relative}[dir=rtl] .md-chips md-chip{margin:8px 0 0 8px}[dir=rtl] .md-chips md-chip{float:right}.md-chips md-chip .md-chip-content{display:block;float:left;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}[dir=rtl] .md-chips md-chip .md-chip-content{float:right}.md-chips md-chip .md-chip-content:focus{outline:0}.md-chips md-chip._md-chip-content-edit-is-enabled{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.md-chips md-chip .md-chip-remove-container{position:absolute;right:0;line-height:22px}[dir=rtl] .md-chips md-chip .md-chip-remove-container{right:auto;left:0}.md-chips md-chip .md-chip-remove{text-align:center;width:32px;height:32px;min-width:0;padding:0;background:0 0;border:none;-webkit-box-shadow:none;box-shadow:none;margin:0;position:relative}.md-chips md-chip .md-chip-remove md-icon{height:18px;width:18px;min-height:18px;min-width:18px;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.md-chips .md-chip-input-container{display:block;line-height:32px;margin:8px 8px 0 0;padding:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;float:left}[dir=rtl] .md-chips .md-chip-input-container{margin:8px 0 0 8px}[dir=rtl] .md-chips .md-chip-input-container{float:right}.md-chips .md-chip-input-container input{width:100%}.md-chips .md-chip-input-container input:not([type]),.md-chips .md-chip-input-container input[type=email],.md-chips .md-chip-input-container input[type=number],.md-chips .md-chip-input-container input[type=tel],.md-chips .md-chip-input-container input[type=text],.md-chips .md-chip-input-container input[type=url]{border:0;height:32px;line-height:32px;padding:0}.md-chips .md-chip-input-container input:not([type]):focus,.md-chips .md-chip-input-container input[type=email]:focus,.md-chips .md-chip-input-container input[type=number]:focus,.md-chips .md-chip-input-container input[type=tel]:focus,.md-chips .md-chip-input-container input[type=text]:focus,.md-chips .md-chip-input-container input[type=url]:focus{outline:0}.md-chips .md-chip-input-container md-autocomplete,.md-chips .md-chip-input-container md-autocomplete-wrap{background:0 0;height:32px}.md-chips .md-chip-input-container md-autocomplete md-autocomplete-wrap{-webkit-box-shadow:none;box-shadow:none}.md-chips .md-chip-input-container md-autocomplete input{position:relative}.md-chips .md-chip-input-container input{border:0;height:32px;line-height:32px;padding:0}.md-chips .md-chip-input-container input:focus{outline:0}.md-chips .md-chip-input-container md-autocomplete,.md-chips .md-chip-input-container md-autocomplete-wrap{height:32px}.md-chips .md-chip-input-container md-autocomplete{-webkit-box-shadow:none;box-shadow:none}.md-chips .md-chip-input-container md-autocomplete input{position:relative}.md-chips .md-chip-input-container:not(:first-child){margin:8px 8px 0 0}[dir=rtl] .md-chips .md-chip-input-container:not(:first-child){margin:8px 0 0 8px}.md-chips .md-chip-input-container input{background:0 0;border-width:0}.md-chips md-autocomplete button{display:none}@media screen and (-ms-high-contrast:active){.md-chip-input-container,md-chip{border:1px solid #fff}.md-chip-input-container md-autocomplete{border:none}}md-content{display:block;position:relative;overflow:auto;-webkit-overflow-scrolling:touch}md-content[md-scroll-y]{overflow-y:auto;overflow-x:hidden}md-content[md-scroll-x]{overflow-x:auto;overflow-y:hidden}@media print{md-content{overflow:visible!important}}md-calendar{font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.md-calendar-scroll-mask{display:inline-block;overflow:hidden;height:308px}.md-calendar-scroll-mask .md-virtual-repeat-scroller{overflow-y:scroll;-webkit-overflow-scrolling:touch}.md-calendar-scroll-mask .md-virtual-repeat-scroller::-webkit-scrollbar{display:none}.md-calendar-scroll-mask .md-virtual-repeat-offsetter{width:100%}.md-calendar-scroll-container{-webkit-box-shadow:inset -3px 3px 6px rgba(0,0,0,.2);box-shadow:inset -3px 3px 6px rgba(0,0,0,.2);display:inline-block;height:308px;width:346px}.md-calendar-date{height:44px;width:44px;text-align:center;padding:0;border:none;-webkit-box-sizing:content-box;box-sizing:content-box}.md-calendar-date:first-child{padding-left:16px}[dir=rtl] .md-calendar-date:first-child{padding-left:0;padding-right:16px}.md-calendar-date:last-child{padding-right:16px}[dir=rtl] .md-calendar-date:last-child{padding-right:0;padding-left:16px}.md-calendar-date.md-calendar-date-disabled{cursor:default}.md-calendar-date-selection-indicator{-webkit-transition:background-color,color .4s cubic-bezier(.25,.8,.25,1);transition:background-color,color .4s cubic-bezier(.25,.8,.25,1);border-radius:50%;display:inline-block;width:40px;height:40px;line-height:40px}.md-calendar-date:not(.md-disabled) .md-calendar-date-selection-indicator{cursor:pointer}.md-calendar-month-label{height:44px;font-size:14px;font-weight:500;padding:0 0 0 24px}[dir=rtl] .md-calendar-month-label{padding:0 24px 0 0}.md-calendar-month-label.md-calendar-label-clickable{cursor:pointer}.md-calendar-month-label md-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .md-calendar-month-label md-icon{-webkit-transform:none;transform:none}.md-calendar-month-label span{vertical-align:middle}.md-calendar-day-header{table-layout:fixed;border-spacing:0;border-collapse:collapse}.md-calendar-day-header th{height:40px;width:44px;text-align:center;padding:0;border:none;-webkit-box-sizing:content-box;box-sizing:content-box;font-weight:400}.md-calendar-day-header th:first-child{padding-left:16px}[dir=rtl] .md-calendar-day-header th:first-child{padding-left:0;padding-right:16px}.md-calendar-day-header th:last-child{padding-right:16px}[dir=rtl] .md-calendar-day-header th:last-child{padding-right:0;padding-left:16px}.md-calendar{table-layout:fixed;border-spacing:0;border-collapse:collapse}.md-calendar tr:last-child td{border-bottom-width:1px;border-bottom-style:solid}.md-calendar:first-child{border-top:1px solid transparent}.md-calendar tbody,.md-calendar td,.md-calendar tr{vertical-align:middle;-webkit-box-sizing:content-box;box-sizing:content-box}md-datepicker{white-space:nowrap;overflow:hidden;vertical-align:middle}.md-inline-form md-datepicker{margin-top:12px}.md-datepicker-button{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;background:0 0;vertical-align:middle;position:relative}.md-datepicker-button:before{top:0;left:0;bottom:0;right:0;position:absolute;content:"";speak:none}.md-datepicker-input{font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;-webkit-box-shadow:none;box-shadow:none;outline:0;background:0 0;min-width:120px;max-width:328px;padding:0 0 5px}.md-datepicker-input::-ms-clear{display:none}._md-datepicker-floating-label>md-datepicker{overflow:visible}._md-datepicker-floating-label>md-datepicker .md-datepicker-input-container{border:none}._md-datepicker-floating-label>md-datepicker .md-datepicker-button{float:left;margin-top:-16px;top:13.5px}[dir=rtl] ._md-datepicker-floating-label>md-datepicker .md-datepicker-button{float:right}._md-datepicker-floating-label .md-input{float:none}._md-datepicker-floating-label._md-datepicker-has-calendar-icon>label:not(.md-no-float):not(.md-container-ignore){right:18px;left:auto;width:calc(100% - 84px)}[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon>label:not(.md-no-float):not(.md-container-ignore){right:auto}[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon>label:not(.md-no-float):not(.md-container-ignore){left:18px}._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation{margin-left:64px}[dir=rtl] ._md-datepicker-floating-label._md-datepicker-has-calendar-icon .md-input-message-animation{margin-left:auto;margin-right:64px}._md-datepicker-has-triangle-icon{padding-right:18px;margin-right:-18px}[dir=rtl] ._md-datepicker-has-triangle-icon{padding-right:0;padding-left:18px}[dir=rtl] ._md-datepicker-has-triangle-icon{margin-right:auto;margin-left:-18px}.md-datepicker-input-container{position:relative;border-bottom-width:1px;border-bottom-style:solid;display:inline-block;width:auto}.md-icon-button+.md-datepicker-input-container{margin-left:12px}[dir=rtl] .md-icon-button+.md-datepicker-input-container{margin-left:auto;margin-right:12px}.md-datepicker-input-container.md-datepicker-focused{border-bottom-width:2px}.md-datepicker-is-showing .md-scroll-mask{z-index:99}.md-datepicker-calendar-pane{position:absolute;top:0;left:-100%;z-index:100;border-width:1px;border-style:solid;background:0 0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transition:-webkit-transform .2s cubic-bezier(.25,.8,.25,1);transition:-webkit-transform .2s cubic-bezier(.25,.8,.25,1);transition:transform .2s cubic-bezier(.25,.8,.25,1);transition:transform .2s cubic-bezier(.25,.8,.25,1),-webkit-transform .2s cubic-bezier(.25,.8,.25,1)}.md-datepicker-calendar-pane.md-pane-open{-webkit-transform:scale(1);transform:scale(1)}.md-datepicker-input-mask{height:40px;width:340px;position:relative;overflow:hidden;background:0 0;pointer-events:none;cursor:text}.md-datepicker-calendar{opacity:0;-webkit-transition:opacity .2s cubic-bezier(.5,0,.25,1);transition:opacity .2s cubic-bezier(.5,0,.25,1)}.md-pane-open .md-datepicker-calendar{opacity:1}.md-datepicker-calendar md-calendar:focus{outline:0}.md-datepicker-expand-triangle{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid}.md-datepicker-triangle-button{position:absolute;right:0;bottom:-2.5px;-webkit-transform:translateX(45%);transform:translateX(45%)}[dir=rtl] .md-datepicker-triangle-button{right:auto;left:0}[dir=rtl] .md-datepicker-triangle-button{-webkit-transform:translateX(-45%);transform:translateX(-45%)}.md-datepicker-triangle-button.md-button.md-icon-button{height:36px;width:36px;position:absolute;padding:8px}md-datepicker[disabled] .md-datepicker-input-container{border-bottom-color:transparent}md-datepicker[disabled] .md-datepicker-triangle-button{display:none}.md-datepicker-open{overflow:hidden}.md-datepicker-open .md-datepicker-input-container,.md-datepicker-open input.md-input{border-bottom-color:transparent}.md-datepicker-open .md-datepicker-triangle-button,.md-datepicker-open.md-input-has-placeholder>label,.md-datepicker-open.md-input-has-value>label{display:none}.md-datepicker-pos-adjusted .md-datepicker-input-mask{display:none}.md-datepicker-calendar-pane .md-calendar{-webkit-transform:translateY(-85px);transform:translateY(-85px);-webkit-transition:-webkit-transform .65s cubic-bezier(.25,.8,.25,1);transition:-webkit-transform .65s cubic-bezier(.25,.8,.25,1);transition:transform .65s cubic-bezier(.25,.8,.25,1);transition:transform .65s cubic-bezier(.25,.8,.25,1),-webkit-transform .65s cubic-bezier(.25,.8,.25,1);-webkit-transition-delay:125ms;transition-delay:125ms}.md-datepicker-calendar-pane.md-pane-open .md-calendar{-webkit-transform:translateY(0);transform:translateY(0)}.md-dialog-is-showing{max-height:100%}.md-dialog-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:80;overflow:hidden}md-dialog{opacity:0;min-width:240px;max-width:80%;max-height:80%;position:relative;overflow:auto;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}md-dialog.md-transition-in{opacity:1;-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1)}md-dialog.md-transition-out{opacity:0;-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transform:translate(0,100%) scale(.2);transform:translate(0,100%) scale(.2)}md-dialog>form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto}md-dialog .md-dialog-content{padding:24px}md-dialog md-dialog-content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto;-webkit-overflow-scrolling:touch}md-dialog md-dialog-content:not([layout=row])>:first-child:not(.md-subheader){margin-top:0}md-dialog md-dialog-content:focus{outline:0}md-dialog md-dialog-content .md-subheader{margin:0}md-dialog md-dialog-content .md-dialog-content-body{width:100%}md-dialog md-dialog-content .md-prompt-input-container{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}md-dialog md-dialog-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:0;padding-right:8px;padding-left:16px;min-height:52px;overflow:hidden}[dir=rtl] md-dialog md-dialog-actions{padding-right:16px}[dir=rtl] md-dialog md-dialog-actions{padding-left:8px}md-dialog md-dialog-actions .md-button{margin-bottom:8px;margin-left:8px;margin-right:0;margin-top:8px}[dir=rtl] md-dialog md-dialog-actions .md-button{margin-left:0}[dir=rtl] md-dialog md-dialog-actions .md-button{margin-right:8px}md-dialog.md-content-overflow md-dialog-actions{border-top-width:1px;border-top-style:solid}@media screen and (-ms-high-contrast:active){md-dialog{border:1px solid #fff}}@media (max-width:959px){md-dialog.md-dialog-fullscreen{min-height:100%;min-width:100%;border-radius:0}}md-divider{display:block;border-top-width:1px;border-top-style:solid;margin:0}md-divider[md-inset]{margin-left:80px}[dir=rtl] md-divider[md-inset]{margin-left:auto;margin-right:80px}@media (max-width:599px){.layout-row:not(.layout-xs-column)>md-divider,.layout-xs-row>md-divider{border-top-width:0;border-right-width:1px;border-right-style:solid}}@media (min-width:600px) and (max-width:959px){.layout-gt-xs-row:not(.layout-sm-column)>md-divider,.layout-row:not(.layout-gt-xs-column):not(.layout-sm-column)>md-divider,.layout-sm-row:not(.layout-sm-column)>md-divider{border-top-width:0;border-right-width:1px;border-right-style:solid}}@media (min-width:960px) and (max-width:1279px){.layout-gt-sm-row:not(.layout-md-column)>md-divider,.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column)>md-divider,.layout-md-row:not(.layout-md-column)>md-divider,.layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column)>md-divider{border-top-width:0;border-right-width:1px;border-right-style:solid}}@media (min-width:1280px) and (max-width:1919px){.layout-gt-md-row:not(.layout-lg-column)>md-divider,.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column)>md-divider,.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>md-divider,.layout-lg-row:not(.layout-lg-column)>md-divider,.layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>md-divider{border-top-width:0;border-right-width:1px;border-right-style:solid}}@media (min-width:1920px){.layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column)>md-divider,.layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column)>md-divider,.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>md-divider,.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>md-divider,.layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>md-divider,.layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column)>md-divider{border-top-width:0;border-right-width:1px;border-right-style:solid}}md-fab-speed-dial{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:20}md-fab-speed-dial.md-fab-bottom-right{top:auto;right:20px;bottom:20px;left:auto;position:absolute}md-fab-speed-dial.md-fab-bottom-left{top:auto;right:auto;bottom:20px;left:20px;position:absolute}md-fab-speed-dial.md-fab-top-right{top:20px;right:20px;bottom:auto;left:auto;position:absolute}md-fab-speed-dial.md-fab-top-left{top:20px;right:auto;bottom:auto;left:20px;position:absolute}md-fab-speed-dial:not(.md-hover-full){pointer-events:none}md-fab-speed-dial:not(.md-hover-full) .md-fab-action-item,md-fab-speed-dial:not(.md-hover-full) md-fab-trigger{pointer-events:auto}md-fab-speed-dial:not(.md-hover-full).md-is-open{pointer-events:auto}md-fab-speed-dial ._md-css-variables{z-index:20}md-fab-speed-dial.md-is-open .md-fab-action-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}md-fab-speed-dial md-fab-actions{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}md-fab-speed-dial md-fab-actions .md-fab-action-item{-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2)}md-fab-speed-dial.md-down{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}md-fab-speed-dial.md-down md-fab-trigger{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}md-fab-speed-dial.md-down md-fab-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}md-fab-speed-dial.md-up{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}md-fab-speed-dial.md-up md-fab-trigger{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}md-fab-speed-dial.md-up md-fab-actions{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}md-fab-speed-dial.md-left{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}md-fab-speed-dial.md-left md-fab-trigger{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}md-fab-speed-dial.md-left md-fab-actions{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}md-fab-speed-dial.md-left md-fab-actions .md-fab-action-item{-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2)}md-fab-speed-dial.md-right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}md-fab-speed-dial.md-right md-fab-trigger{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}md-fab-speed-dial.md-right md-fab-actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}md-fab-speed-dial.md-right md-fab-actions .md-fab-action-item{-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2)}md-fab-speed-dial.md-fling-remove .md-fab-action-item>*,md-fab-speed-dial.md-scale-remove .md-fab-action-item>*{visibility:hidden}md-fab-speed-dial.md-fling .md-fab-action-item{opacity:1}md-fab-speed-dial.md-fling.md-animations-waiting .md-fab-action-item{opacity:0;-webkit-transition-duration:0s;transition-duration:0s}md-fab-speed-dial.md-scale .md-fab-action-item{-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-duration:.1428571429s;transition-duration:.1428571429s}md-fab-toolbar{display:block}md-fab-toolbar.md-fab-bottom-right{top:auto;right:20px;bottom:20px;left:auto;position:absolute}md-fab-toolbar.md-fab-bottom-left{top:auto;right:auto;bottom:20px;left:20px;position:absolute}md-fab-toolbar.md-fab-top-right{top:20px;right:20px;bottom:auto;left:auto;position:absolute}md-fab-toolbar.md-fab-top-left{top:20px;right:auto;bottom:auto;left:20px;position:absolute}md-fab-toolbar .md-fab-toolbar-wrapper{display:block;position:relative;overflow:hidden;height:68px}md-fab-toolbar md-fab-trigger{position:absolute;z-index:20}md-fab-toolbar md-fab-trigger button{overflow:visible!important}md-fab-toolbar md-fab-trigger .md-fab-toolbar-background{display:block;position:absolute;z-index:21;opacity:1;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2)}md-fab-toolbar md-fab-trigger md-icon{position:relative;z-index:22;opacity:1;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}md-fab-toolbar.md-left md-fab-trigger{right:0}[dir=rtl] md-fab-toolbar.md-left md-fab-trigger{right:auto;left:0}md-fab-toolbar.md-left .md-toolbar-tools{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}md-fab-toolbar.md-left .md-toolbar-tools>.md-button:first-child{margin-right:.6rem}[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools>.md-button:first-child{margin-right:auto;margin-left:.6rem}md-fab-toolbar.md-left .md-toolbar-tools>.md-button:first-child{margin-left:-.8rem}[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools>.md-button:first-child{margin-left:auto;margin-right:-.8rem}md-fab-toolbar.md-left .md-toolbar-tools>.md-button:last-child{margin-right:8px}[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools>.md-button:last-child{margin-right:auto;margin-left:8px}md-fab-toolbar.md-right md-fab-trigger{left:0}[dir=rtl] md-fab-toolbar.md-right md-fab-trigger{left:auto;right:0}md-fab-toolbar.md-right .md-toolbar-tools{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}md-fab-toolbar md-toolbar{background-color:transparent!important;pointer-events:none;z-index:23}md-fab-toolbar md-toolbar .md-toolbar-tools{padding:0 20px;margin-top:3px}md-fab-toolbar md-toolbar .md-fab-action-item{opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-duration:.15s;transition-duration:.15s}md-fab-toolbar.md-is-open md-fab-trigger>button{-webkit-box-shadow:none;box-shadow:none}md-fab-toolbar.md-is-open md-fab-trigger>button md-icon{opacity:0}md-fab-toolbar.md-is-open .md-fab-action-item{opacity:1;-webkit-transform:scale(1);transform:scale(1)}md-grid-list{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:relative}md-grid-list md-grid-tile,md-grid-list md-grid-tile-footer,md-grid-list md-grid-tile-header,md-grid-list md-grid-tile>figure{-webkit-box-sizing:border-box;box-sizing:border-box}md-grid-list md-grid-tile{display:block;position:absolute}md-grid-list md-grid-tile figure{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;padding:0;margin:0}md-grid-list md-grid-tile md-grid-tile-footer,md-grid-list md-grid-tile md-grid-tile-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.18);overflow:hidden;position:absolute;left:0;right:0}md-grid-list md-grid-tile md-grid-tile-footer h3,md-grid-list md-grid-tile md-grid-tile-footer h4,md-grid-list md-grid-tile md-grid-tile-header h3,md-grid-list md-grid-tile md-grid-tile-header h4{font-weight:400;margin:0 0 0 16px}md-grid-list md-grid-tile md-grid-tile-footer h3,md-grid-list md-grid-tile md-grid-tile-header h3{font-size:14px}md-grid-list md-grid-tile md-grid-tile-footer h4,md-grid-list md-grid-tile md-grid-tile-header h4{font-size:12px}md-grid-list md-grid-tile md-grid-tile-header{top:0}md-grid-list md-grid-tile md-grid-tile-footer{bottom:0}@media screen and (-ms-high-contrast:active){md-grid-tile{border:1px solid #fff}md-grid-tile-footer{border-top:1px solid #fff}}md-icon{margin:auto;background-repeat:no-repeat no-repeat;display:inline-block;vertical-align:middle;fill:currentColor;height:24px;width:24px;min-height:24px;min-width:24px}md-icon svg{pointer-events:none;display:block}md-icon[md-font-icon]{line-height:24px;width:auto}md-input-container{display:inline-block;position:relative;padding:2px;margin:18px 0;vertical-align:middle}md-input-container:after{content:"";display:table;clear:both}md-input-container.md-block{display:block}md-input-container .md-errors-spacer{float:right;min-height:24px;min-width:1px}[dir=rtl] md-input-container .md-errors-spacer{float:left}md-input-container>md-icon{position:absolute;top:8px;left:2px;right:auto}[dir=rtl] md-input-container>md-icon{left:auto}[dir=rtl] md-input-container>md-icon{right:2px}md-input-container input[type=color],md-input-container input[type=date],md-input-container input[type=datetime-local],md-input-container input[type=datetime],md-input-container input[type=email],md-input-container input[type=month],md-input-container input[type=number],md-input-container input[type=password],md-input-container input[type=search],md-input-container input[type=tel],md-input-container input[type=text],md-input-container input[type=time],md-input-container input[type=url],md-input-container input[type=week],md-input-container textarea{-moz-appearance:none;-webkit-appearance:none}md-input-container input[type=date],md-input-container input[type=datetime-local],md-input-container input[type=month],md-input-container input[type=time],md-input-container input[type=week]{min-height:30px}md-input-container textarea{resize:none;overflow:hidden}md-input-container textarea.md-input{min-height:30px;-ms-flex-preferred-size:auto}md-input-container textarea[md-no-autogrow]{height:auto;overflow:auto}md-input-container label:not(.md-container-ignore){position:absolute;bottom:100%;left:0;right:auto}[dir=rtl] md-input-container label:not(.md-container-ignore){left:auto}[dir=rtl] md-input-container label:not(.md-container-ignore){right:0}md-input-container label:not(.md-container-ignore).md-required:after{content:" *";font-size:13px;vertical-align:top}md-input-container .md-placeholder,md-input-container label:not(.md-no-float):not(.md-container-ignore){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;pointer-events:none;-webkit-font-smoothing:antialiased;padding-left:2px;padding-right:0;z-index:1;-webkit-transform:translate3d(0,28px,0) scale(1);transform:translate3d(0,28px,0) scale(1);-webkit-transition:-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);max-width:100%;-webkit-transform-origin:left top;transform-origin:left top}[dir=rtl] md-input-container .md-placeholder,[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore){padding-left:0}[dir=rtl] md-input-container .md-placeholder,[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore){padding-right:2px}[dir=rtl] md-input-container .md-placeholder,[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore){-webkit-transform-origin:right top;transform-origin:right top}md-input-container.md-input-has-value .md-placeholder,md-input-container.md-input-has-value label:not(.md-no-float):not(.md-container-ignore){padding-left:3px;padding-right:0}[dir=rtl] md-input-container.md-input-has-value .md-placeholder,[dir=rtl] md-input-container.md-input-has-value label:not(.md-no-float):not(.md-container-ignore){padding-left:0}[dir=rtl] md-input-container.md-input-has-value .md-placeholder,[dir=rtl] md-input-container.md-input-has-value label:not(.md-no-float):not(.md-container-ignore){padding-right:3px}md-input-container .md-placeholder{position:absolute;top:0;opacity:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}md-input-container.md-input-focused .md-placeholder{opacity:1;-webkit-transform:translate3d(0,24px,0);transform:translate3d(0,24px,0)}md-input-container.md-input-has-value .md-placeholder{-webkit-transition:none;transition:none;opacity:0}md-input-container:not(.md-input-has-value):not(.md-input-has-placeholder) input:not(:focus){color:transparent}md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field{color:transparent}md-input-container .md-input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:block;margin-top:0;background:0 0;padding-top:2px;padding-bottom:1px;padding-left:0;padding-right:2px;border-width:0 0 1px 0;line-height:26px;height:30px;-ms-flex-preferred-size:26px;border-radius:0;border-style:solid;-webkit-transition:border-color .4s cubic-bezier(.25,.8,.25,1);transition:border-color .4s cubic-bezier(.25,.8,.25,1);width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;float:left}[dir=rtl] md-input-container .md-input{padding-left:2px}[dir=rtl] md-input-container .md-input{padding-right:0}[dir=rtl] md-input-container .md-input{float:right}md-input-container .md-input:focus{outline:0}md-input-container .md-input:invalid{outline:0;-webkit-box-shadow:none;box-shadow:none}md-input-container .md-input.md-no-flex{-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important}md-input-container .md-char-counter{text-align:right;padding-right:2px;padding-left:0}[dir=rtl] md-input-container .md-char-counter{text-align:left}[dir=rtl] md-input-container .md-char-counter{padding-right:0}[dir=rtl] md-input-container .md-char-counter{padding-left:2px}md-input-container .md-input-messages-animation{position:relative;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;overflow:hidden;clear:left}[dir=rtl] md-input-container .md-input-messages-animation{clear:right}md-input-container .md-char-counter,md-input-container .md-input-message-animation{font-size:12px;line-height:14px;overflow:hidden;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);opacity:1;margin-top:0;padding-top:8px}md-input-container .md-char-counter:not(.md-char-counter),md-input-container .md-input-message-animation:not(.md-char-counter){padding-right:5px;padding-left:0}[dir=rtl] md-input-container .md-char-counter:not(.md-char-counter),[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter){padding-right:0}[dir=rtl] md-input-container .md-char-counter:not(.md-char-counter),[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter){padding-left:5px}md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation{opacity:0;margin-top:-100px}md-input-container .md-input-message-animation.ng-enter-prepare{opacity:0;margin-top:-100px}md-input-container .md-input-message-animation.ng-enter:not(.ng-enter-active){opacity:0;margin-top:-100px}md-input-container.md-input-focused label:not(.md-no-float),md-input-container.md-input-has-placeholder label:not(.md-no-float),md-input-container.md-input-has-value label:not(.md-no-float){-webkit-transform:translate3d(0,6px,0) scale(.75);transform:translate3d(0,6px,0) scale(.75);-webkit-transition:width cubic-bezier(.25,.8,.25,1) .4s,-webkit-transform cubic-bezier(.25,.8,.25,1) .4s;transition:width cubic-bezier(.25,.8,.25,1) .4s,-webkit-transform cubic-bezier(.25,.8,.25,1) .4s;transition:transform cubic-bezier(.25,.8,.25,1) .4s,width cubic-bezier(.25,.8,.25,1) .4s;transition:transform cubic-bezier(.25,.8,.25,1) .4s,width cubic-bezier(.25,.8,.25,1) .4s,-webkit-transform cubic-bezier(.25,.8,.25,1) .4s}md-input-container.md-input-has-value label{-webkit-transition:none;transition:none}md-input-container .md-input.ng-invalid.ng-dirty,md-input-container.md-input-focused .md-input,md-input-container.md-input-resized .md-input{padding-bottom:0;border-width:0 0 2px 0}[disabled] md-input-container .md-input,md-input-container .md-input[disabled]{background-position:bottom -1px left 0;background-size:4px 1px;background-repeat:repeat-x}md-input-container.md-icon-float{-webkit-transition:margin-top .4s cubic-bezier(.25,.8,.25,1);transition:margin-top .4s cubic-bezier(.25,.8,.25,1)}md-input-container.md-icon-float>label{pointer-events:none;position:absolute}md-input-container.md-icon-float>md-icon{top:8px;left:2px;right:auto}[dir=rtl] md-input-container.md-icon-float>md-icon{left:auto}[dir=rtl] md-input-container.md-icon-float>md-icon{right:2px}md-input-container.md-icon-left>label .md-placeholder,md-input-container.md-icon-left>label:not(.md-no-float):not(.md-container-ignore),md-input-container.md-icon-right>label .md-placeholder,md-input-container.md-icon-right>label:not(.md-no-float):not(.md-container-ignore){width:calc(100% - 36px);padding:0}md-input-container.md-icon-left{padding-left:36px;padding-right:0}[dir=rtl] md-input-container.md-icon-left{padding-left:0}[dir=rtl] md-input-container.md-icon-left{padding-right:36px}md-input-container.md-icon-left>label{left:36px;right:auto}[dir=rtl] md-input-container.md-icon-left>label{left:auto}[dir=rtl] md-input-container.md-icon-left>label{right:36px}md-input-container.md-icon-right{padding-left:0;padding-right:36px}[dir=rtl] md-input-container.md-icon-right{padding-left:36px}[dir=rtl] md-input-container.md-icon-right{padding-right:0}md-input-container.md-icon-right>md-icon:last-of-type{margin:0;right:2px;left:auto}[dir=rtl] md-input-container.md-icon-right>md-icon:last-of-type{right:auto}[dir=rtl] md-input-container.md-icon-right>md-icon:last-of-type{left:2px}md-input-container.md-icon-left.md-icon-right{padding-left:36px;padding-right:36px}md-input-container.md-icon-left.md-icon-right>label .md-placeholder,md-input-container.md-icon-left.md-icon-right>label:not(.md-no-float):not(.md-container-ignore){width:calc(100% - 72px)}.md-resize-wrapper{position:relative}.md-resize-wrapper:after{content:"";display:table;clear:both}.md-resize-handle{position:absolute;bottom:-5px;left:0;height:10px;background:0 0;width:100%;cursor:ns-resize}@media screen and (-ms-high-contrast:active){md-input-container.md-default-theme>md-icon{fill:#fff}}md-list{display:block;padding:8px 0 8px 0}md-list .md-subheader{font-size:14px;font-weight:500;letter-spacing:.01em;line-height:1.2em}md-list.md-dense:not(.md-dense-disabled) md-list-item,md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner{min-height:40px}md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner::before,md-list.md-dense:not(.md-dense-disabled) md-list-item::before{content:"";min-height:40px;visibility:hidden;display:inline-block}md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner md-icon:first-child,md-list.md-dense:not(.md-dense-disabled) md-list-item md-icon:first-child{width:20px;height:20px}md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon),md-list.md-dense:not(.md-dense-disabled) md-list-item>md-icon:first-child:not(.md-avatar-icon){margin-right:36px;margin-top:4px;margin-bottom:4px}[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon),[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item>md-icon:first-child:not(.md-avatar-icon){margin-right:auto;margin-left:36px}md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar,md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar-icon,md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar,md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar-icon{margin-right:20px;margin-top:6px;margin-bottom:6px}[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar,[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar-icon,[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar,[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar-icon{margin-right:auto;margin-left:20px}md-list.md-dense:not(.md-dense-disabled) md-list-item .md-avatar,md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-avatar{-webkit-box-flex:0;-ms-flex:none;flex:none;width:36px;height:36px}md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-secondary-container .md-secondary.md-button,md-list.md-dense:not(.md-dense-disabled) md-list-item .md-secondary-container .md-secondary.md-button{margin-top:4px;margin-bottom:4px}md-list.md-dense:not(.md-dense-disabled) md-list-item .md-list-item-inner .md-secondary-container md-checkbox:not(.md-dense-disabled),md-list.md-dense:not(.md-dense-disabled) md-list-item .md-secondary-container md-checkbox:not(.md-dense-disabled){min-height:40px}md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text.md-offset,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style .md-list-item-text.md-offset,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text.md-offset,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style .md-list-item-text.md-offset{margin-left:56px}[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text.md-offset,[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style .md-list-item-text.md-offset,[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text.md-offset,[dir=rtl] md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style .md-list-item-text.md-offset{margin-left:auto;margin-right:56px}md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text h3,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text h4,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text p,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style .md-list-item-text h3,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style .md-list-item-text h4,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style .md-list-item-text p,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text h3,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text h4,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text p,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style .md-list-item-text h3,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style .md-list-item-text h4,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style .md-list-item-text p{line-height:1.05;font-size:12px;padding-bottom:4px}md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-list-item-text h3,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style .md-list-item-text h3,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line .md-list-item-text h3,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style .md-list-item-text h3{font-size:13px}md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style{min-height:60px}md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line::before,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style::before{content:"";min-height:60px;visibility:hidden;display:inline-block}md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line .md-avatar-icon,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-avatar,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style .md-avatar-icon,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-2-line>.md-no-style>.md-avatar{margin-top:12px}md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style{min-height:76px}md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line::before,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style::before{content:"";min-height:76px;visibility:hidden;display:inline-block}md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-avatar,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style>.md-avatar,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>.md-no-style>md-icon:first-child,md-list.md-dense:not(.md-dense-disabled) md-list-item.md-3-line>md-icon:first-child{margin-top:16px}md-list.md-dense:not(.md-dense-disabled) .md-subheader-inner{padding-top:12px;padding-bottom:12px}md-list-item{position:relative}md-list-item.md-proxy-focus.md-focused .md-no-style{-webkit-transition:background-color .15s linear;transition:background-color .15s linear}md-list-item._md-button-wrap{position:relative}md-list-item._md-button-wrap>div.md-button:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 16px;margin:0;font-weight:400;text-align:left;border:medium none}[dir=rtl] md-list-item._md-button-wrap>div.md-button:first-child{text-align:right}md-list-item._md-button-wrap>div.md-button:first-child>.md-button:first-child{position:absolute;top:0;left:0;height:100%;margin:0;padding:0}md-list-item._md-button-wrap>div.md-button:first-child .md-list-item-inner{width:100%}md-list-item._md-button-wrap>div.md-button:first-child .md-list-item-inner::before{content:"";min-height:inherit;visibility:hidden;display:inline-block}md-list-item .md-no-style,md-list-item.md-no-proxy{position:relative;padding:0 16px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}md-list-item .md-no-style.md-button,md-list-item.md-no-proxy.md-button{font-size:inherit;height:inherit;text-align:left;text-transform:none;width:100%;white-space:normal;-webkit-box-orient:inherit;-webkit-box-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;border-radius:0;margin:0}[dir=rtl] md-list-item .md-no-style.md-button,[dir=rtl] md-list-item.md-no-proxy.md-button{text-align:right}md-list-item .md-no-style.md-button>.md-ripple-container,md-list-item.md-no-proxy.md-button>.md-ripple-container{border-radius:0}md-list-item .md-no-style:focus,md-list-item.md-no-proxy:focus{outline:0}md-list-item.md-clickable:hover{cursor:pointer}md-list-item md-divider{position:absolute;bottom:0;left:0;width:100%}[dir=rtl] md-list-item md-divider{left:auto;right:0}md-list-item md-divider[md-inset]{left:72px;width:calc(100% - 72px);margin:0!important}[dir=rtl] md-list-item md-divider[md-inset]{left:auto;right:72px}md-list-item,md-list-item .md-list-item-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:48px;height:auto}md-list-item .md-list-item-inner::before,md-list-item::before{content:"";min-height:48px;visibility:hidden;display:inline-block}md-list-item .md-list-item-inner>div.md-primary>md-icon:not(.md-avatar-icon),md-list-item .md-list-item-inner>div.md-secondary>md-icon:not(.md-avatar-icon),md-list-item .md-list-item-inner>md-icon.md-secondary:not(.md-avatar-icon),md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon),md-list-item>div.md-primary>md-icon:not(.md-avatar-icon),md-list-item>div.md-secondary>md-icon:not(.md-avatar-icon),md-list-item>md-icon.md-secondary:not(.md-avatar-icon),md-list-item>md-icon:first-child:not(.md-avatar-icon){width:24px;margin-top:16px;margin-bottom:12px;-webkit-box-sizing:content-box;box-sizing:content-box}md-list-item .md-list-item-inner md-checkbox.md-secondary,md-list-item .md-list-item-inner>div.md-primary>md-checkbox,md-list-item .md-list-item-inner>div.md-secondary>md-checkbox,md-list-item .md-list-item-inner>md-checkbox,md-list-item md-checkbox.md-secondary,md-list-item>div.md-primary>md-checkbox,md-list-item>div.md-secondary>md-checkbox,md-list-item>md-checkbox{-ms-flex-item-align:center;align-self:center}md-list-item .md-list-item-inner md-checkbox.md-secondary .md-label,md-list-item .md-list-item-inner>div.md-primary>md-checkbox .md-label,md-list-item .md-list-item-inner>div.md-secondary>md-checkbox .md-label,md-list-item .md-list-item-inner>md-checkbox .md-label,md-list-item md-checkbox.md-secondary .md-label,md-list-item>div.md-primary>md-checkbox .md-label,md-list-item>div.md-secondary>md-checkbox .md-label,md-list-item>md-checkbox .md-label{display:none}md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon),md-list-item>md-icon:first-child:not(.md-avatar-icon){margin-right:32px}[dir=rtl] md-list-item .md-list-item-inner>md-icon:first-child:not(.md-avatar-icon),[dir=rtl] md-list-item>md-icon:first-child:not(.md-avatar-icon){margin-right:auto;margin-left:32px}md-list-item .md-avatar,md-list-item .md-avatar-icon,md-list-item .md-list-item-inner .md-avatar,md-list-item .md-list-item-inner .md-avatar-icon{margin-top:8px;margin-bottom:8px;margin-right:16px;border-radius:50%;-webkit-box-sizing:content-box;box-sizing:content-box}[dir=rtl] md-list-item .md-avatar,[dir=rtl] md-list-item .md-avatar-icon,[dir=rtl] md-list-item .md-list-item-inner .md-avatar,[dir=rtl] md-list-item .md-list-item-inner .md-avatar-icon{margin-right:auto;margin-left:16px}md-list-item .md-avatar,md-list-item .md-list-item-inner .md-avatar{-webkit-box-flex:0;-ms-flex:none;flex:none;width:40px;height:40px}md-list-item .md-avatar-icon,md-list-item .md-list-item-inner .md-avatar-icon{padding:8px}md-list-item .md-avatar-icon svg,md-list-item .md-list-item-inner .md-avatar-icon svg{width:24px;height:24px}md-list-item .md-list-item-inner>md-checkbox,md-list-item>md-checkbox{width:24px;min-height:40px;margin-left:0;margin-right:29px}[dir=rtl] md-list-item .md-list-item-inner>md-checkbox,[dir=rtl] md-list-item>md-checkbox{margin-left:29px}[dir=rtl] md-list-item .md-list-item-inner>md-checkbox,[dir=rtl] md-list-item>md-checkbox{margin-right:0}md-list-item .md-list-item-inner .md-secondary-container,md-list-item .md-secondary-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-ms-flex-negative:0;flex-shrink:0;margin:auto;margin-right:0;margin-left:auto}[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container,[dir=rtl] md-list-item .md-secondary-container{margin-right:auto}[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container,[dir=rtl] md-list-item .md-secondary-container{margin-left:0}md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type,md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type,md-list-item .md-secondary-container .md-button:last-of-type,md-list-item .md-secondary-container .md-icon-button:last-of-type{margin-right:0}[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-button:last-of-type,[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container .md-icon-button:last-of-type,[dir=rtl] md-list-item .md-secondary-container .md-button:last-of-type,[dir=rtl] md-list-item .md-secondary-container .md-icon-button:last-of-type{margin-right:auto;margin-left:0}md-list-item .md-list-item-inner .md-secondary-container md-checkbox,md-list-item .md-secondary-container md-checkbox{margin:0 6px;padding:0 8px;min-height:40px}md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child,md-list-item .md-secondary-container md-checkbox:last-child{width:40px;margin-right:0}[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-checkbox:last-child,[dir=rtl] md-list-item .md-secondary-container md-checkbox:last-child{margin-right:auto;margin-left:0}md-list-item .md-list-item-inner .md-secondary-container md-switch,md-list-item .md-secondary-container md-switch{margin-top:0;margin-bottom:0;margin-right:-6px}[dir=rtl] md-list-item .md-list-item-inner .md-secondary-container md-switch,[dir=rtl] md-list-item .md-secondary-container md-switch{margin-right:auto;margin-left:-6px}md-list-item .md-list-item-inner>.md-list-item-inner>p,md-list-item .md-list-item-inner>p,md-list-item>.md-list-item-inner>p,md-list-item>p{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0}md-list-item.md-2-line,md-list-item.md-2-line>.md-no-style,md-list-item.md-3-line,md-list-item.md-3-line>.md-no-style{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}md-list-item.md-2-line.md-long-text,md-list-item.md-2-line>.md-no-style.md-long-text,md-list-item.md-3-line.md-long-text,md-list-item.md-3-line>.md-no-style.md-long-text{margin-top:8px;margin-bottom:8px}md-list-item.md-2-line .md-list-item-text,md-list-item.md-2-line>.md-no-style .md-list-item-text,md-list-item.md-3-line .md-list-item-text,md-list-item.md-3-line>.md-no-style .md-list-item-text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:auto;text-overflow:ellipsis;overflow:hidden}md-list-item.md-2-line .md-list-item-text.md-offset,md-list-item.md-2-line>.md-no-style .md-list-item-text.md-offset,md-list-item.md-3-line .md-list-item-text.md-offset,md-list-item.md-3-line>.md-no-style .md-list-item-text.md-offset{margin-left:56px}[dir=rtl] md-list-item.md-2-line .md-list-item-text.md-offset,[dir=rtl] md-list-item.md-2-line>.md-no-style .md-list-item-text.md-offset,[dir=rtl] md-list-item.md-3-line .md-list-item-text.md-offset,[dir=rtl] md-list-item.md-3-line>.md-no-style .md-list-item-text.md-offset{margin-left:auto;margin-right:56px}md-list-item.md-2-line .md-list-item-text h3,md-list-item.md-2-line>.md-no-style .md-list-item-text h3,md-list-item.md-3-line .md-list-item-text h3,md-list-item.md-3-line>.md-no-style .md-list-item-text h3{font-size:16px;font-weight:400;letter-spacing:.01em;margin:0;line-height:1.2em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}md-list-item.md-2-line .md-list-item-text h4,md-list-item.md-2-line>.md-no-style .md-list-item-text h4,md-list-item.md-3-line .md-list-item-text h4,md-list-item.md-3-line>.md-no-style .md-list-item-text h4{font-size:14px;letter-spacing:.01em;margin:3px 0 1px 0;font-weight:400;line-height:1.2em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}md-list-item.md-2-line .md-list-item-text p,md-list-item.md-2-line>.md-no-style .md-list-item-text p,md-list-item.md-3-line .md-list-item-text p,md-list-item.md-3-line>.md-no-style .md-list-item-text p{font-size:14px;font-weight:500;letter-spacing:.01em;margin:0;line-height:1.6em}md-list-item.md-2-line,md-list-item.md-2-line>.md-no-style{height:auto;min-height:72px}md-list-item.md-2-line::before,md-list-item.md-2-line>.md-no-style::before{content:"";min-height:72px;visibility:hidden;display:inline-block}md-list-item.md-2-line .md-avatar-icon,md-list-item.md-2-line>.md-avatar,md-list-item.md-2-line>.md-no-style .md-avatar-icon,md-list-item.md-2-line>.md-no-style>.md-avatar{margin-top:12px}md-list-item.md-2-line>.md-no-style>md-icon:first-child,md-list-item.md-2-line>md-icon:first-child{-ms-flex-item-align:start;align-self:flex-start}md-list-item.md-2-line .md-list-item-text,md-list-item.md-2-line>.md-no-style .md-list-item-text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}md-list-item.md-3-line,md-list-item.md-3-line>.md-no-style{height:auto;min-height:88px}md-list-item.md-3-line::before,md-list-item.md-3-line>.md-no-style::before{content:"";min-height:88px;visibility:hidden;display:inline-block}md-list-item.md-3-line>.md-avatar,md-list-item.md-3-line>.md-no-style>.md-avatar,md-list-item.md-3-line>.md-no-style>md-icon:first-child,md-list-item.md-3-line>md-icon:first-child{margin-top:16px}.md-open-menu-container{position:fixed;left:0;top:0;z-index:100;opacity:0;border-radius:2px;max-height:calc(100vh - 10px);overflow:auto}.md-open-menu-container md-menu-divider{margin-top:4px;margin-bottom:4px;height:1px;min-height:1px;max-height:1px;width:100%}.md-open-menu-container md-menu-content>*{opacity:0}.md-open-menu-container:not(.md-clickable){pointer-events:none}.md-open-menu-container.md-active{opacity:1;-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transition-duration:.2s;transition-duration:.2s}.md-open-menu-container.md-active>md-menu-content>*{opacity:1;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-delay:.1s;transition-delay:.1s}.md-open-menu-container.md-leave{opacity:0;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-duration:250ms;transition-duration:250ms}md-menu-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px 0;max-height:304px;overflow-y:auto}md-menu-content.md-dense{max-height:208px}md-menu-content.md-dense md-menu-item{height:32px;min-height:32px}md-menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;min-height:48px;height:48px;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}md-menu-item>*{width:100%;margin:auto 0;padding-left:16px;padding-right:16px}md-menu-item>a.md-button{padding-top:5px}md-menu-item>.md-button{text-align:left;display:inline-block;border-radius:0;margin:auto 0;font-size:15px;text-transform:none;font-weight:400;height:100%;padding-left:16px;padding-right:16px;width:100%}md-menu-item>.md-button::-moz-focus-inner{padding:0;border:0}[dir=rtl] md-menu-item>.md-button{text-align:right}md-menu-item>.md-button md-icon{margin:auto 16px auto 0}[dir=rtl] md-menu-item>.md-button md-icon{margin:auto 0 auto 16px}md-menu-item>.md-button p{display:inline-block;margin:auto}md-menu-item>.md-button span{margin-top:auto;margin-bottom:auto}md-menu-item>.md-button .md-ripple-container{border-radius:inherit}md-toolbar .md-menu{height:auto;margin:auto;padding:0}@media (max-width:959px){md-menu-content{min-width:112px}md-menu-content[width="3"]{min-width:168px}md-menu-content[width="4"]{min-width:224px}md-menu-content[width="5"]{min-width:280px}md-menu-content[width="6"]{min-width:336px}md-menu-content[width="7"]{min-width:392px}}@media (min-width:960px){md-menu-content{min-width:96px}md-menu-content[width="3"]{min-width:192px}md-menu-content[width="4"]{min-width:256px}md-menu-content[width="5"]{min-width:320px}md-menu-content[width="6"]{min-width:384px}md-menu-content[width="7"]{min-width:448px}}md-toolbar.md-menu-toolbar h2.md-toolbar-tools{line-height:1rem;height:auto;padding:28px;padding-bottom:12px}md-toolbar.md-has-open-menu{position:relative;z-index:100}md-menu-bar{padding:0 20px;display:block;position:relative;z-index:2}md-menu-bar .md-menu{display:inline-block;padding:0;position:relative}md-menu-bar button{font-size:14px;padding:0 10px;margin:0;border:0;background-color:transparent;height:40px}md-menu-bar md-backdrop.md-menu-backdrop{z-index:-2}md-menu-content.md-menu-bar-menu.md-dense{max-height:none;padding:16px 0}md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent{position:relative}md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent>md-icon{position:absolute;padding:0;width:24px;top:6px;left:24px}[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent>md-icon{left:auto;right:24px}md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu>.md-button,md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent>.md-button{padding:0 32px 0 64px}[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu>.md-button,[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item.md-indent>.md-button{padding:0 64px 0 32px}md-menu-content.md-menu-bar-menu.md-dense .md-button{min-height:0;height:32px}md-menu-content.md-menu-bar-menu.md-dense .md-button span{float:left}[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span{float:right}md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text{float:right;margin:0 8px}[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-button span.md-alt-text{float:left}md-menu-content.md-menu-bar-menu.md-dense md-menu-divider{margin:8px 0}md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button,md-menu-content.md-menu-bar-menu.md-dense md-menu-item>.md-button{text-align:left}[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button,[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense md-menu-item>.md-button{text-align:right}md-menu-content.md-menu-bar-menu.md-dense .md-menu{padding:0}md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button{position:relative;margin:0;width:100%;text-transform:none;font-weight:400;border-radius:0;padding-left:16px}[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button{padding-left:0;padding-right:16px}md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button:after{display:block;content:"▼";position:absolute;top:0;speak:none;-webkit-transform:rotate(270deg) scaleY(.45) scaleX(.9);transform:rotate(270deg) scaleY(.45) scaleX(.9);right:28px}[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button:after{-webkit-transform:rotate(90deg) scaleY(.45) scaleX(.9);transform:rotate(90deg) scaleY(.45) scaleX(.9)}[dir=rtl] md-menu-content.md-menu-bar-menu.md-dense .md-menu>.md-button:after{right:auto;left:28px}.md-nav-bar{border-style:solid;border-width:0 0 1px;height:48px;position:relative}._md-nav-bar-list{outline:0;list-style:none;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.md-nav-item:first-of-type{margin-left:8px}.md-button._md-nav-button{line-height:24px;margin:0 4px;padding:12px 16px;-webkit-transition:background-color .35s cubic-bezier(.35,0,.25,1);transition:background-color .35s cubic-bezier(.35,0,.25,1)}.md-button._md-nav-button:focus{outline:0}md-nav-ink-bar{background-color:#000;position:absolute;bottom:0;left:0;width:100%;height:2px;-webkit-transform-origin:left top;transform-origin:left top;will-change:transform;-webkit-transition:-webkit-transform 125ms cubic-bezier(.35,0,.25,1);transition:-webkit-transform 125ms cubic-bezier(.35,0,.25,1);transition:transform 125ms cubic-bezier(.35,0,.25,1);transition:transform 125ms cubic-bezier(.35,0,.25,1),-webkit-transform 125ms cubic-bezier(.35,0,.25,1)}md-nav-ink-bar.ng-animate{-webkit-transition:none;transition:none}md-nav-extra-content{min-height:48px;padding-right:12px}@-webkit-keyframes indeterminate-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes indeterminate-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}md-progress-circular{position:relative;display:block;-webkit-transform:scale(1,1);transform:scale(1,1)}[dir=rtl] md-progress-circular{-webkit-transform:scale(-1,1);transform:scale(-1,1)}md-progress-circular._md-progress-circular-disabled{visibility:hidden}md-progress-circular.md-mode-indeterminate svg{-webkit-animation:indeterminate-rotate 1.568s linear infinite;animation:indeterminate-rotate 1.568s linear infinite}md-progress-circular svg{position:absolute;overflow:visible;top:0;left:0}md-progress-linear{display:block;position:relative;width:100%;height:5px;padding-top:0!important;margin-bottom:0!important;-webkit-transform:scale(1,1);transform:scale(1,1)}[dir=rtl] md-progress-linear{-webkit-transform:scale(-1,1);transform:scale(-1,1)}md-progress-linear._md-progress-linear-disabled{visibility:hidden}md-progress-linear .md-container{display:block;position:relative;overflow:hidden;width:100%;height:5px;-webkit-transform:translate(0,0) scale(1,1);transform:translate(0,0) scale(1,1)}md-progress-linear .md-container .md-bar{position:absolute;left:0;top:0;bottom:0;width:100%;height:5px}md-progress-linear .md-container .md-dashed:before{content:"";display:none;position:absolute;margin-top:0;height:5px;width:100%;background-color:transparent;background-size:10px 10px!important;background-position:0 -23px}md-progress-linear .md-container .md-bar1,md-progress-linear .md-container .md-bar2{-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}md-progress-linear .md-container.md-mode-query .md-bar1{display:none}md-progress-linear .md-container.md-mode-query .md-bar2{-webkit-transition:all .2s linear;transition:all .2s linear;-webkit-animation:query .8s infinite cubic-bezier(.39,.575,.565,1);animation:query .8s infinite cubic-bezier(.39,.575,.565,1)}md-progress-linear .md-container.md-mode-determinate .md-bar1{display:none}md-progress-linear .md-container.md-mode-indeterminate .md-bar1{-webkit-animation:md-progress-linear-indeterminate-scale-1 4s infinite,md-progress-linear-indeterminate-1 4s infinite;animation:md-progress-linear-indeterminate-scale-1 4s infinite,md-progress-linear-indeterminate-1 4s infinite}md-progress-linear .md-container.md-mode-indeterminate .md-bar2{-webkit-animation:md-progress-linear-indeterminate-scale-2 4s infinite,md-progress-linear-indeterminate-2 4s infinite;animation:md-progress-linear-indeterminate-scale-2 4s infinite,md-progress-linear-indeterminate-2 4s infinite}md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container{-webkit-animation:none;animation:none}md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar1{-webkit-animation-name:none;animation-name:none}md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar2{-webkit-animation-name:none;animation-name:none}md-progress-linear .md-container.md-mode-buffer{background-color:transparent!important;-webkit-transition:all .2s linear;transition:all .2s linear}md-progress-linear .md-container.md-mode-buffer .md-dashed:before{display:block;-webkit-animation:buffer 3s infinite linear;animation:buffer 3s infinite linear}@-webkit-keyframes query{0%{opacity:1;-webkit-transform:translateX(35%) scale(.3,1);transform:translateX(35%) scale(.3,1)}100%{opacity:0;-webkit-transform:translateX(-50%) scale(0,1);transform:translateX(-50%) scale(0,1)}}@keyframes query{0%{opacity:1;-webkit-transform:translateX(35%) scale(.3,1);transform:translateX(35%) scale(.3,1)}100%{opacity:0;-webkit-transform:translateX(-50%) scale(0,1);transform:translateX(-50%) scale(0,1)}}@-webkit-keyframes buffer{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}@keyframes buffer{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}@-webkit-keyframes md-progress-linear-indeterminate-scale-1{0%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:linear;animation-timing-function:linear}36.6%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:cubic-bezier(.334731432,.124819821,.785843996,1);animation-timing-function:cubic-bezier(.334731432,.124819821,.785843996,1)}69.15%{-webkit-transform:scaleX(.83);transform:scaleX(.83);-webkit-animation-timing-function:cubic-bezier(.225732004,0,.233648906,1.3709798);animation-timing-function:cubic-bezier(.225732004,0,.233648906,1.3709798)}100%{-webkit-transform:scaleX(.1);transform:scaleX(.1)}}@keyframes md-progress-linear-indeterminate-scale-1{0%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:linear;animation-timing-function:linear}36.6%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:cubic-bezier(.334731432,.124819821,.785843996,1);animation-timing-function:cubic-bezier(.334731432,.124819821,.785843996,1)}69.15%{-webkit-transform:scaleX(.83);transform:scaleX(.83);-webkit-animation-timing-function:cubic-bezier(.225732004,0,.233648906,1.3709798);animation-timing-function:cubic-bezier(.225732004,0,.233648906,1.3709798)}100%{-webkit-transform:scaleX(.1);transform:scaleX(.1)}}@-webkit-keyframes md-progress-linear-indeterminate-1{0%{left:-105.1666666667%;-webkit-animation-timing-function:linear;animation-timing-function:linear}20%{left:-105.1666666667%;-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495818703);animation-timing-function:cubic-bezier(.5,0,.701732,.495818703)}69.15%{left:21.5%;-webkit-animation-timing-function:cubic-bezier(.302435,.38135197,.55,.956352125);animation-timing-function:cubic-bezier(.302435,.38135197,.55,.956352125)}100%{left:95.4444444444%}}@keyframes md-progress-linear-indeterminate-1{0%{left:-105.1666666667%;-webkit-animation-timing-function:linear;animation-timing-function:linear}20%{left:-105.1666666667%;-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495818703);animation-timing-function:cubic-bezier(.5,0,.701732,.495818703)}69.15%{left:21.5%;-webkit-animation-timing-function:cubic-bezier(.302435,.38135197,.55,.956352125);animation-timing-function:cubic-bezier(.302435,.38135197,.55,.956352125)}100%{left:95.4444444444%}}@-webkit-keyframes md-progress-linear-indeterminate-scale-2{0%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:cubic-bezier(.205028172,.057050836,.57660995,.453970841);animation-timing-function:cubic-bezier(.205028172,.057050836,.57660995,.453970841)}19.15%{-webkit-transform:scaleX(.57);transform:scaleX(.57);-webkit-animation-timing-function:cubic-bezier(.152312994,.196431957,.648373778,1.00431535);animation-timing-function:cubic-bezier(.152312994,.196431957,.648373778,1.00431535)}44.15%{-webkit-transform:scaleX(.91);transform:scaleX(.91);-webkit-animation-timing-function:cubic-bezier(.25775882,-.003163357,.211761916,1.38178961);animation-timing-function:cubic-bezier(.25775882,-.003163357,.211761916,1.38178961)}100%{-webkit-transform:scaleX(.1);transform:scaleX(.1)}}@keyframes md-progress-linear-indeterminate-scale-2{0%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:cubic-bezier(.205028172,.057050836,.57660995,.453970841);animation-timing-function:cubic-bezier(.205028172,.057050836,.57660995,.453970841)}19.15%{-webkit-transform:scaleX(.57);transform:scaleX(.57);-webkit-animation-timing-function:cubic-bezier(.152312994,.196431957,.648373778,1.00431535);animation-timing-function:cubic-bezier(.152312994,.196431957,.648373778,1.00431535)}44.15%{-webkit-transform:scaleX(.91);transform:scaleX(.91);-webkit-animation-timing-function:cubic-bezier(.25775882,-.003163357,.211761916,1.38178961);animation-timing-function:cubic-bezier(.25775882,-.003163357,.211761916,1.38178961)}100%{-webkit-transform:scaleX(.1);transform:scaleX(.1)}}@-webkit-keyframes md-progress-linear-indeterminate-2{0%{left:-54.8888888889%;-webkit-animation-timing-function:cubic-bezier(.15,0,.5150584,.409684966);animation-timing-function:cubic-bezier(.15,0,.5150584,.409684966)}25%{left:-17.25%;-webkit-animation-timing-function:cubic-bezier(.3103299,.284057684,.8,.733718979);animation-timing-function:cubic-bezier(.3103299,.284057684,.8,.733718979)}48.35%{left:29.5%;-webkit-animation-timing-function:cubic-bezier(.4,.627034903,.6,.902025796);animation-timing-function:cubic-bezier(.4,.627034903,.6,.902025796)}100%{left:117.3888888889%}}@keyframes md-progress-linear-indeterminate-2{0%{left:-54.8888888889%;-webkit-animation-timing-function:cubic-bezier(.15,0,.5150584,.409684966);animation-timing-function:cubic-bezier(.15,0,.5150584,.409684966)}25%{left:-17.25%;-webkit-animation-timing-function:cubic-bezier(.3103299,.284057684,.8,.733718979);animation-timing-function:cubic-bezier(.3103299,.284057684,.8,.733718979)}48.35%{left:29.5%;-webkit-animation-timing-function:cubic-bezier(.4,.627034903,.6,.902025796);animation-timing-function:cubic-bezier(.4,.627034903,.6,.902025796)}100%{left:117.3888888889%}}md-radio-button{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin-bottom:16px;white-space:nowrap;cursor:pointer;position:relative}md-radio-button[disabled]{cursor:default}md-radio-button[disabled] .md-container{cursor:default}md-radio-button .md-container{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;width:20px;height:20px;cursor:pointer;left:0;right:auto}[dir=rtl] md-radio-button .md-container{left:auto}[dir=rtl] md-radio-button .md-container{right:0}md-radio-button .md-container .md-ripple-container{position:absolute;display:block;width:auto;height:auto;left:-15px;top:-15px;right:-15px;bottom:-15px}md-radio-button .md-container:before{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;border-radius:50%;content:"";position:absolute;display:block;height:auto;left:0;top:0;right:0;bottom:0;-webkit-transition:all .5s;transition:all .5s;width:auto}md-radio-button.md-align-top-left>div.md-container{top:12px}md-radio-button .md-off{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;left:0;width:20px;height:20px;border-style:solid;border-width:2px;border-radius:50%;-webkit-transition:border-color ease .28s;transition:border-color ease .28s}md-radio-button .md-on{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;left:0;width:20px;height:20px;border-radius:50%;-webkit-transition:-webkit-transform ease .28s;transition:-webkit-transform ease .28s;transition:transform ease .28s;transition:transform ease .28s,-webkit-transform ease .28s;-webkit-transform:scale(0);transform:scale(0)}md-radio-button.md-checked .md-on{-webkit-transform:scale(.5);transform:scale(.5)}md-radio-button .md-label{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:inline-block;margin-left:30px;margin-right:0;vertical-align:middle;white-space:normal;pointer-events:none;width:auto}[dir=rtl] md-radio-button .md-label{margin-left:0}[dir=rtl] md-radio-button .md-label{margin-right:30px}md-radio-group:focus{outline:0}md-radio-group.md-focused.ng-not-empty .md-checked .md-container:before{left:-8px;top:-8px;right:-8px;bottom:-8px}md-radio-group.md-focused.ng-empty>md-radio-button:first-child .md-container:before{left:-8px;top:-8px;right:-8px;bottom:-8px}md-radio-group[disabled] md-radio-button{cursor:default}md-radio-group[disabled] md-radio-button .md-container{cursor:default}@media (max-width:599px){.layout-row:not(.layout-xs-column)>md-radio-button,.layout-xs-row>md-radio-button{margin-bottom:0}}@media (min-width:600px) and (max-width:959px){.layout-gt-xs-row:not(.layout-sm-column)>md-radio-button,.layout-row:not(.layout-gt-xs-column):not(.layout-sm-column)>md-radio-button,.layout-sm-row:not(.layout-sm-column)>md-radio-button{margin-bottom:0}}@media (min-width:960px) and (max-width:1279px){.layout-gt-sm-row:not(.layout-md-column)>md-radio-button,.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-md-column)>md-radio-button,.layout-md-row:not(.layout-md-column)>md-radio-button,.layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-md-column)>md-radio-button{margin-bottom:0}}@media (min-width:1280px) and (max-width:1919px){.layout-gt-md-row:not(.layout-lg-column)>md-radio-button,.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-lg-column)>md-radio-button,.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>md-radio-button,.layout-lg-row:not(.layout-lg-column)>md-radio-button,.layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-lg-column)>md-radio-button{margin-bottom:0}}@media (min-width:1920px){.layout-gt-lg-row:not(.layout-gt-lg-column):not(.layout-xl-column)>md-radio-button,.layout-gt-md-row:not(.layout-gt-lg-column):not(.layout-xl-column)>md-radio-button,.layout-gt-sm-row:not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>md-radio-button,.layout-gt-xs-row:not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>md-radio-button,.layout-row:not(.layout-gt-xs-column):not(.layout-gt-sm-column):not(.layout-gt-md-column):not(.layout-gt-lg-column):not(.layout-xl-column)>md-radio-button,.layout-xl-row:not(.layout-gt-lg-column):not(.layout-xl-column)>md-radio-button{margin-bottom:0}}.md-inline-form md-radio-group{margin:18px 0 19px}.md-inline-form md-radio-group md-radio-button{display:inline-block;height:30px;padding:2px 10px 2px 6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:0;margin-bottom:0}.md-inline-form md-radio-group md-radio-button .md-label{top:4px}.md-inline-form md-radio-group md-radio-button .md-container{margin-top:2px}@media screen and (-ms-high-contrast:active){md-radio-button.md-default-theme .md-on{background-color:#fff}}md-input-container:not([md-no-float]) .md-select-placeholder span:first-child{-webkit-transition:-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);-webkit-transform-origin:left top;transform-origin:left top}[dir=rtl] md-input-container:not([md-no-float]) .md-select-placeholder span:first-child{-webkit-transform-origin:right top;transform-origin:right top}md-input-container.md-input-focused:not([md-no-float]) md-select:not([placeholder]) .md-select-placeholder span:first-child{-webkit-transform:translate(-2px,-22px) scale(.75);transform:translate(-2px,-22px) scale(.75)}.md-select-menu-container{position:fixed;left:0;top:0;z-index:90;opacity:0;display:none;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.md-select-menu-container:not(.md-clickable){pointer-events:none}.md-select-menu-container md-progress-circular{display:table;margin:24px auto!important}.md-select-menu-container.md-active{display:block;opacity:1}.md-select-menu-container.md-active md-select-menu{-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transition-duration:150ms;transition-duration:150ms}.md-select-menu-container.md-active md-select-menu>*{opacity:1;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transition-delay:.1s;transition-delay:.1s}.md-select-menu-container.md-leave{opacity:0;-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-duration:250ms;transition-duration:250ms}.md-inline-form md-select{margin-top:20px}.md-inline-form md-input-container>md-select,md-input-container>md-select{margin-top:0}md-input-container>md-select{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}md-input-container:not(.md-input-has-value) md-select.ng-required:not(.md-no-asterisk) .md-select-value span:first-child:after,md-input-container:not(.md-input-has-value) md-select[required]:not(.md-no-asterisk) .md-select-value span:first-child:after{content:" *";font-size:13px;vertical-align:top}md-input-container.md-input-invalid md-select .md-select-value{border-bottom-style:solid;padding-bottom:1px}md-select{display:-webkit-box;display:-ms-flexbox;display:flex}md-select.ng-required.ng-empty.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after,md-select[required].ng-empty.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after{content:" *";font-size:13px;vertical-align:top}md-select[disabled] .md-select-value{background-position:bottom -1px left 0;background-size:4px 1px;background-repeat:repeat-x;padding-bottom:2px;padding-top:1px;-webkit-transform:translateY(1px);transform:translateY(1px)}md-select:focus{outline:0}md-select[disabled]:hover{cursor:default}md-select:not([disabled]):hover{cursor:pointer}md-select:not([disabled]):focus .md-select-value{border-bottom-style:solid;border-bottom-width:2px;padding-bottom:0}md-input-container md-select:not([disabled]):focus .md-select-value{border-bottom-width:2px}md-input-container md-select[disabled] .md-select-value{background-position:bottom -1px left 0}md-input-container md-select .md-select-value{min-height:26px;border-bottom-width:1px;padding-bottom:1px}md-input-container md-select .md-select-value.md-select-placeholder{padding-left:0;padding-right:2px}[dir=rtl] md-input-container md-select .md-select-value.md-select-placeholder{padding-left:2px}[dir=rtl] md-input-container md-select .md-select-value.md-select-placeholder{padding-right:0}.md-select-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:2px;padding-bottom:1px;padding-left:0;padding-right:2px;border-bottom-width:1px;border-bottom-style:solid;background-color:rgba(0,0,0,0);position:relative;-webkit-box-sizing:content-box;box-sizing:content-box;min-width:88px;min-height:26px;margin-bottom:auto;-ms-flex-item-align:start;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}[dir=rtl] .md-select-value{padding-left:2px}[dir=rtl] .md-select-value{padding-right:0}.md-select-value>span:not(.md-select-icon){max-width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.md-select-value>span:not(.md-select-icon) .md-text{display:inline}.md-select-value .md-select-icon{display:block;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:right;width:24px;-webkit-transform:translateY(-2px);transform:translateY(-2px);font-size:1.2rem}[dir=rtl] .md-select-value .md-select-icon{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}[dir=rtl] .md-select-value .md-select-icon{text-align:left}.md-select-value .md-select-icon:after{display:block;content:"▼";position:relative;top:2px;right:-4px;left:auto;speak:none;font-size:13px;-webkit-transform:scaleY(.5);transform:scaleY(.5)}[dir=rtl] .md-select-value .md-select-icon:after{right:auto}[dir=rtl] .md-select-value .md-select-icon:after{left:-4px}.md-select-value.md-select-placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;pointer-events:none;-webkit-font-smoothing:antialiased;z-index:1}md-select-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);max-height:256px;min-height:48px;overflow-y:hidden;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(1);transform:scale(1)}md-select-menu.md-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}md-select-menu:not(.md-overflow) md-content{padding-top:8px;padding-bottom:8px}[dir=rtl] md-select-menu{-webkit-transform-origin:right top;transform-origin:right top}md-select-menu md-content{min-width:136px;min-height:48px;max-height:256px;overflow-y:auto}md-select-menu>*{opacity:0}md-option{cursor:pointer;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;-webkit-transition:background .15s linear;transition:background .15s linear;padding:0 16px 0 16px;height:48px}md-option[disabled]{cursor:default}md-option:focus{outline:0}md-option .md-text{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}md-optgroup{display:block}md-optgroup label{display:block;font-size:14px;text-transform:uppercase;padding:16px;font-weight:500}md-optgroup md-option{padding-left:32px;padding-right:32px}@media screen and (-ms-high-contrast:active){.md-select-backdrop{background-color:transparent}md-select-menu{border:1px solid #fff}}md-select-menu[multiple] md-option.md-checkbox-enabled{padding-left:40px;padding-right:16px}[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled{padding-left:16px}[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled{padding-right:40px}md-select-menu[multiple] md-option.md-checkbox-enabled .md-container{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;width:18px;height:18px;left:0;right:auto}[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container{left:auto}[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container{right:0}md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:before{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:transparent;border-radius:50%;content:"";position:absolute;display:block;height:auto;left:0;top:0;right:0;bottom:0;-webkit-transition:all .5s;transition:all .5s;width:auto}md-select-menu[multiple] md-option.md-checkbox-enabled .md-container:after{-webkit-box-sizing:border-box;box-sizing:border-box;content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px}md-select-menu[multiple] md-option.md-checkbox-enabled .md-container .md-ripple-container{position:absolute;display:block;width:auto;height:auto;left:-15px;top:-15px;right:-15px;bottom:-15px}md-select-menu[multiple] md-option.md-checkbox-enabled .md-icon{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:240ms;transition:240ms;position:absolute;top:0;left:0;width:18px;height:18px;border-width:2px;border-style:solid;border-radius:2px}md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon{border-color:transparent}md-select-menu[multiple] md-option.md-checkbox-enabled[selected] .md-icon:after{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:4px;top:0;display:table;width:6px;height:12px;border-width:2px;border-style:solid;border-top:0;border-left:0;content:""}md-select-menu[multiple] md-option.md-checkbox-enabled[disabled]{cursor:default}md-select-menu[multiple] md-option.md-checkbox-enabled.md-indeterminate .md-icon:after{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:table;width:10.8px;height:2px;border-width:2px;border-style:solid;border-top:0;border-left:0;content:""}md-select-menu[multiple] md-option.md-checkbox-enabled .md-container{margin-left:10.6666666667px;margin-right:auto}[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container{margin-left:auto}[dir=rtl] md-select-menu[multiple] md-option.md-checkbox-enabled .md-container{margin-right:10.6666666667px}md-sidenav{-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:60;width:320px;max-width:320px;bottom:0;overflow:auto;-webkit-overflow-scrolling:touch}md-sidenav ul{list-style:none}md-sidenav.md-closed{display:none}md-sidenav.md-closed-add,md-sidenav.md-closed-remove{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.2s ease-in all;transition:.2s ease-in all}md-sidenav.md-closed-add.md-closed-add-active,md-sidenav.md-closed-remove.md-closed-remove-active{-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}md-sidenav.md-locked-open-add,md-sidenav.md-locked-open-remove{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}md-sidenav.md-locked-open,md-sidenav.md-locked-open.md-closed,md-sidenav.md-locked-open.md-closed.md-sidenav-left,md-sidenav.md-locked-open.md-closed.md-sidenav-right{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}md-sidenav.md-locked-open-remove.md-closed{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}md-sidenav.md-closed.md-locked-open-add{position:static;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}md-sidenav.md-closed.md-locked-open-add:not(.md-locked-open-add-active){-webkit-transition:width .3s cubic-bezier(.55,0,.55,.2),min-width .3s cubic-bezier(.55,0,.55,.2);transition:width .3s cubic-bezier(.55,0,.55,.2),min-width .3s cubic-bezier(.55,0,.55,.2);width:0!important;min-width:0!important}md-sidenav.md-closed.md-locked-open-add-active{-webkit-transition:width .3s cubic-bezier(.55,0,.55,.2),min-width .3s cubic-bezier(.55,0,.55,.2);transition:width .3s cubic-bezier(.55,0,.55,.2),min-width .3s cubic-bezier(.55,0,.55,.2)}md-sidenav.md-locked-open-remove-active{-webkit-transition:width .3s cubic-bezier(.55,0,.55,.2),min-width .3s cubic-bezier(.55,0,.55,.2);transition:width .3s cubic-bezier(.55,0,.55,.2),min-width .3s cubic-bezier(.55,0,.55,.2);width:0!important;min-width:0!important}.md-sidenav-backdrop.md-locked-open{display:none}.md-sidenav-left,md-sidenav{left:0;top:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.md-sidenav-left.md-closed,md-sidenav.md-closed{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.md-sidenav-right{left:100%;top:0;-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}.md-sidenav-right.md-closed{-webkit-transform:translate(0,0);transform:translate(0,0)}@media (min-width:600px){md-sidenav{max-width:400px}}@media (max-width:456px){md-sidenav{width:calc(100% - 56px);min-width:calc(100% - 56px);max-width:calc(100% - 56px)}}@media screen and (-ms-high-contrast:active){.md-sidenav-left,md-sidenav{border-right:1px solid #fff}.md-sidenav-right{border-left:1px solid #fff}}@-webkit-keyframes sliderFocusThumb{0%{-webkit-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.7);transform:scale(.7)}}@keyframes sliderFocusThumb{0%{-webkit-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.7);transform:scale(.7)}}@-webkit-keyframes sliderDiscreteFocusThumb{0%{-webkit-transform:scale(.7);transform:scale(.7)}50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(0);transform:scale(0)}}@keyframes sliderDiscreteFocusThumb{0%{-webkit-transform:scale(.7);transform:scale(.7)}50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes sliderDiscreteFocusRing{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(0);transform:scale(0)}}@keyframes sliderDiscreteFocusRing{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(0);transform:scale(0)}}md-slider{height:48px;min-width:128px;position:relative;margin-left:4px;margin-right:4px;padding:0;display:block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}md-slider *,md-slider :after{-webkit-box-sizing:border-box;box-sizing:border-box}md-slider .md-slider-wrapper{outline:0;width:100%;height:100%}md-slider .md-slider-content{position:relative}md-slider .md-track-container{width:100%;position:absolute;top:23px;height:2px}md-slider .md-track{position:absolute;left:0;right:0;height:100%}md-slider .md-track-fill{-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transition-property:width,height;transition-property:width,height}md-slider .md-track-ticks{position:absolute;left:0;right:0;height:100%}md-slider .md-track-ticks canvas{width:100%;height:100%}md-slider .md-thumb-container{position:absolute;left:0;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transition-property:left,right,bottom;transition-property:left,right,bottom}[dir=rtl] md-slider .md-thumb-container{left:auto;right:0}md-slider .md-thumb{z-index:1;position:absolute;left:-10px;top:14px;width:20px;height:20px;border-radius:20px;-webkit-transform:scale(.7);transform:scale(.7);-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}[dir=rtl] md-slider .md-thumb{left:auto;right:-10px}md-slider .md-thumb:after{content:"";position:absolute;width:20px;height:20px;border-radius:20px;border-width:3px;border-style:solid;-webkit-transition:inherit;transition:inherit}md-slider .md-sign{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;left:-14px;top:-17px;width:28px;height:28px;border-radius:28px;-webkit-transform:scale(.4) translate3d(0,67.5px,0);transform:scale(.4) translate3d(0,67.5px,0);-webkit-transition:all .3s cubic-bezier(.35,0,.25,1);transition:all .3s cubic-bezier(.35,0,.25,1)}md-slider .md-sign:after{position:absolute;content:"";left:0;border-radius:16px;top:19px;border-left:14px solid transparent;border-right:14px solid transparent;border-top-width:16px;border-top-style:solid;opacity:0;-webkit-transform:translate3d(0,-8px,0);transform:translate3d(0,-8px,0);-webkit-transition:all .2s cubic-bezier(.35,0,.25,1);transition:all .2s cubic-bezier(.35,0,.25,1)}[dir=rtl] md-slider .md-sign:after{left:auto;right:0}md-slider .md-sign .md-thumb-text{z-index:1;font-size:12px;font-weight:700}md-slider .md-focus-ring{position:absolute;left:-17px;top:7px;width:34px;height:34px;border-radius:34px;-webkit-transform:scale(.7);transform:scale(.7);opacity:0;-webkit-transition:all .35s cubic-bezier(.35,0,.25,1);transition:all .35s cubic-bezier(.35,0,.25,1)}[dir=rtl] md-slider .md-focus-ring{left:auto;right:-17px}md-slider .md-disabled-thumb{position:absolute;left:-14px;top:10px;width:28px;height:28px;border-radius:28px;-webkit-transform:scale(.5);transform:scale(.5);border-width:4px;border-style:solid;display:none}[dir=rtl] md-slider .md-disabled-thumb{left:auto;right:-14px}md-slider.md-min .md-sign{opacity:0}md-slider:focus{outline:0}md-slider.md-dragging .md-thumb-container,md-slider.md-dragging .md-track-fill{-webkit-transition:none;transition:none}md-slider:not([md-discrete]) .md-sign,md-slider:not([md-discrete]) .md-track-ticks{display:none}md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper .md-thumb:hover{-webkit-transform:scale(.8);transform:scale(.8)}md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring{-webkit-transform:scale(1);transform:scale(1);opacity:1}md-slider:not([md-discrete]):not([disabled]) .md-slider-wrapper.md-focused .md-thumb{-webkit-animation:sliderFocusThumb .7s cubic-bezier(.35,0,.25,1);animation:sliderFocusThumb .7s cubic-bezier(.35,0,.25,1)}md-slider:not([md-discrete]):not([disabled]).md-active .md-slider-wrapper .md-thumb{-webkit-transform:scale(1);transform:scale(1)}md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-focus-ring{-webkit-transform:scale(0);transform:scale(0);-webkit-animation:sliderDiscreteFocusRing .5s cubic-bezier(.35,0,.25,1);animation:sliderDiscreteFocusRing .5s cubic-bezier(.35,0,.25,1)}md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb{-webkit-animation:sliderDiscreteFocusThumb .5s cubic-bezier(.35,0,.25,1);animation:sliderDiscreteFocusThumb .5s cubic-bezier(.35,0,.25,1)}md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-thumb,md-slider[md-discrete]:not([disabled]).md-active .md-thumb{-webkit-transform:scale(0);transform:scale(0)}md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign,md-slider[md-discrete]:not([disabled]) .md-slider-wrapper.md-focused .md-sign:after,md-slider[md-discrete]:not([disabled]).md-active .md-sign,md-slider[md-discrete]:not([disabled]).md-active .md-sign:after{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}md-slider[md-discrete][disabled][readonly] .md-thumb{-webkit-transform:scale(0);transform:scale(0)}md-slider[md-discrete][disabled][readonly] .md-sign,md-slider[md-discrete][disabled][readonly] .md-sign:after{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}md-slider[disabled] .md-track-fill{display:none}md-slider[disabled] .md-track-ticks{opacity:0}md-slider[disabled]:not([readonly]) .md-sign{opacity:0}md-slider[disabled] .md-thumb{-webkit-transform:scale(.5);transform:scale(.5)}md-slider[disabled] .md-disabled-thumb{display:block}md-slider[md-vertical]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:128px;min-width:0}md-slider[md-vertical] .md-slider-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:12px;padding-bottom:12px;width:48px;-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}md-slider[md-vertical] .md-track-container{height:100%;width:2px;top:0;left:calc(50% - 1px)}md-slider[md-vertical] .md-thumb-container{top:auto;margin-bottom:23px;left:calc(50% - 1px);bottom:0}md-slider[md-vertical] .md-thumb-container .md-thumb:after{left:1px}md-slider[md-vertical] .md-thumb-container .md-focus-ring{left:-16px}md-slider[md-vertical] .md-track-fill{bottom:0}md-slider[md-vertical][md-discrete] .md-sign{left:-40px;top:9.5px;-webkit-transform:scale(.4) translate3d(67.5px,0,0);transform:scale(.4) translate3d(67.5px,0,0)}md-slider[md-vertical][md-discrete] .md-sign:after{top:9.5px;left:19px;border-top:14px solid transparent;border-right:0;border-bottom:14px solid transparent;border-left-width:16px;border-left-style:solid;opacity:0;-webkit-transform:translate3d(0,-8px,0);transform:translate3d(0,-8px,0);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}md-slider[md-vertical][md-discrete] .md-sign .md-thumb-text{z-index:1;font-size:12px;font-weight:700}md-slider[md-vertical][md-discrete] .md-focused .md-sign:after,md-slider[md-vertical][md-discrete].md-active .md-sign:after,md-slider[md-vertical][md-discrete][disabled][readonly] .md-sign:after{top:0}md-slider[md-vertical][disabled][readonly] .md-thumb{-webkit-transform:scale(0);transform:scale(0)}md-slider[md-vertical][disabled][readonly] .md-sign,md-slider[md-vertical][disabled][readonly] .md-sign:after{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}md-slider[md-invert]:not([md-vertical]) .md-track-fill{left:auto;right:0}[dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill{left:0}[dir=rtl] md-slider[md-invert]:not([md-vertical]) .md-track-fill{right:auto}md-slider[md-invert][md-vertical] .md-track-fill{bottom:auto;top:0}md-slider-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}md-slider-container>:first-child:not(md-slider),md-slider-container>:last-child:not(md-slider){min-width:25px;max-width:42px;height:25px;-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transition-property:color,max-width;transition-property:color,max-width}md-slider-container>:first-child:not(md-slider){margin-right:16px}[dir=rtl] md-slider-container>:first-child:not(md-slider){margin-right:auto;margin-left:16px}md-slider-container>:last-child:not(md-slider){margin-left:16px}[dir=rtl] md-slider-container>:last-child:not(md-slider){margin-left:auto;margin-right:16px}md-slider-container[md-vertical]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}md-slider-container[md-vertical]>:first-child:not(md-slider),md-slider-container[md-vertical]>:last-child:not(md-slider){margin-right:0;margin-left:0;text-align:center}md-slider-container md-input-container input[type=number]{text-align:center;padding-left:15px;height:50px;margin-top:-25px}[dir=rtl] md-slider-container md-input-container input[type=number]{padding-left:0;padding-right:15px}@media screen and (-ms-high-contrast:active){md-slider.md-default-theme .md-track{border-bottom:1px solid #fff}}.md-sticky-clone{z-index:2;top:0;left:0;right:0;position:absolute!important;-webkit-transform:translate3d(-9999px,-9999px,0);transform:translate3d(-9999px,-9999px,0)}.md-sticky-clone[sticky-state=active]{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.md-sticky-clone[sticky-state=active]:not(.md-sticky-no-effect) .md-subheader-inner{-webkit-animation:subheaderStickyHoverIn .3s ease-out both;animation:subheaderStickyHoverIn .3s ease-out both}@-webkit-keyframes subheaderStickyHoverIn{0%{-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent}100%{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.16);box-shadow:0 2px 4px 0 rgba(0,0,0,.16)}}@keyframes subheaderStickyHoverIn{0%{-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent}100%{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.16);box-shadow:0 2px 4px 0 rgba(0,0,0,.16)}}@-webkit-keyframes subheaderStickyHoverOut{0%{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.16);box-shadow:0 2px 4px 0 rgba(0,0,0,.16)}100%{-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent}}@keyframes subheaderStickyHoverOut{0%{-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.16);box-shadow:0 2px 4px 0 rgba(0,0,0,.16)}100%{-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent}}.md-subheader-wrapper:not(.md-sticky-no-effect){-webkit-transition:.2s ease-out margin;transition:.2s ease-out margin}.md-subheader-wrapper:not(.md-sticky-no-effect) .md-subheader{margin:0}.md-subheader-wrapper:not(.md-sticky-no-effect).md-sticky-clone{z-index:2}.md-subheader-wrapper:not(.md-sticky-no-effect)[sticky-state=active]{margin-top:-2px}.md-subheader-wrapper:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state=active] .md-subheader-inner:after{-webkit-animation:subheaderStickyHoverOut .3s ease-out both;animation:subheaderStickyHoverOut .3s ease-out both}.md-subheader{display:block;font-size:14px;font-weight:500;line-height:1em;margin:0;position:relative}.md-subheader .md-subheader-inner{display:block;padding:16px}.md-subheader .md-subheader-content{display:block;z-index:1;position:relative}[md-swipe-left],[md-swipe-right]{-ms-touch-action:pan-y;touch-action:pan-y}[md-swipe-down],[md-swipe-up]{-ms-touch-action:pan-x;touch-action:pan-x}.md-inline-form md-switch{margin-top:18px;margin-bottom:19px}md-switch{margin:16px 0;white-space:nowrap;cursor:pointer;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:30px;line-height:28px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:inherit;margin-right:16px}[dir=rtl] md-switch{margin-left:16px}[dir=rtl] md-switch{margin-right:inherit}md-switch:last-of-type{margin-left:inherit;margin-right:0}[dir=rtl] md-switch:last-of-type{margin-left:0}[dir=rtl] md-switch:last-of-type{margin-right:inherit}md-switch[disabled]{cursor:default}md-switch[disabled] .md-container{cursor:default}md-switch .md-container{cursor:-webkit-grab;cursor:grab;width:36px;height:24px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:8px;float:left}[dir=rtl] md-switch .md-container{margin-right:0;margin-left:8px}md-switch.md-inverted .md-container{margin-right:initial;margin-left:8px}[dir=rtl] md-switch.md-inverted .md-container{margin-right:8px}[dir=rtl] md-switch.md-inverted .md-container{margin-left:initial}md-switch:not([disabled]) .md-dragging,md-switch:not([disabled]).md-dragging .md-container{cursor:-webkit-grabbing;cursor:grabbing}md-switch.md-focused .md-thumb:before{left:-8px;top:-8px;right:-8px;bottom:-8px}md-switch .md-label{border-color:transparent;border-width:0;float:left}md-switch .md-bar{left:1px;width:34px;top:5px;height:14px;border-radius:8px;position:absolute}md-switch .md-thumb-container{top:2px;left:0;width:16px;position:absolute;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:1}md-switch.md-checked .md-thumb-container{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}md-switch .md-thumb{position:absolute;margin:0;left:0;top:0;outline:0;height:20px;width:20px;border-radius:50%;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12)}md-switch .md-thumb:before{background-color:transparent;border-radius:50%;content:"";position:absolute;display:block;height:auto;left:0;top:0;right:0;bottom:0;-webkit-transition:all .5s;transition:all .5s;width:auto}md-switch .md-thumb .md-ripple-container{position:absolute;display:block;width:auto;height:auto;left:-20px;top:-20px;right:-20px;bottom:-20px}md-switch:not(.md-dragging) .md-bar,md-switch:not(.md-dragging) .md-thumb,md-switch:not(.md-dragging) .md-thumb-container{-webkit-transition:all 80ms linear;transition:all 80ms linear;-webkit-transition-property:background-color,-webkit-transform;transition-property:background-color,-webkit-transform;transition-property:transform,background-color;transition-property:transform,background-color,-webkit-transform}md-switch:not(.md-dragging) .md-bar,md-switch:not(.md-dragging) .md-thumb{-webkit-transition-delay:50ms;transition-delay:50ms}@media screen and (-ms-high-contrast:active){md-switch.md-default-theme .md-bar{background-color:#666}md-switch.md-default-theme.md-checked .md-bar{background-color:#9e9e9e}md-switch.md-default-theme .md-thumb{background-color:#fff}}@-webkit-keyframes md-tab-content-hide{0%{opacity:1}50%{opacity:1}100%{opacity:0}}@keyframes md-tab-content-hide{0%{opacity:1}50%{opacity:1}100%{opacity:0}}md-tab-data{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;opacity:0}md-tabs{display:block;margin:0;border-radius:2px;overflow:hidden;position:relative;-ms-flex-negative:0;flex-shrink:0}md-tabs:not(.md-no-tab-content):not(.md-dynamic-height){min-height:248px}md-tabs[md-align-tabs=bottom]{padding-bottom:48px}md-tabs[md-align-tabs=bottom]>md-tabs-wrapper{position:absolute;bottom:0;left:0;right:0;height:48px;z-index:2}md-tabs[md-align-tabs=bottom]>md-tabs-content-wrapper{top:0;bottom:48px}md-tabs.md-dynamic-height md-tabs-content-wrapper{min-height:0;position:relative;top:auto;left:auto;right:auto;bottom:auto;overflow:visible}md-tabs.md-dynamic-height md-tab-content.md-active{position:relative}md-tabs[md-border-bottom] md-tabs-wrapper{border-width:0 0 1px;border-style:solid}md-tabs[md-border-bottom]:not(.md-dynamic-height) md-tabs-content-wrapper{top:49px}md-tabs-wrapper{display:block;position:relative;-webkit-transform:translate(0,0);transform:translate(0,0)}md-tabs-wrapper md-next-button,md-tabs-wrapper md-prev-button{height:100%;width:32px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);line-height:1em;z-index:2;cursor:pointer;font-size:16px;background:transparent no-repeat center center;-webkit-transition:all .5s cubic-bezier(.35,0,.25,1);transition:all .5s cubic-bezier(.35,0,.25,1)}md-tabs-wrapper md-next-button:focus,md-tabs-wrapper md-prev-button:focus{outline:0}md-tabs-wrapper md-next-button.md-disabled,md-tabs-wrapper md-prev-button.md-disabled{opacity:.25;cursor:default}md-tabs-wrapper md-next-button.ng-leave,md-tabs-wrapper md-prev-button.ng-leave{-webkit-transition:none;transition:none}md-tabs-wrapper md-next-button md-icon,md-tabs-wrapper md-prev-button md-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}[dir=rtl] md-tabs-wrapper md-next-button,[dir=rtl] md-tabs-wrapper md-prev-button{-webkit-transform:rotateY(180deg) translateY(-50%);transform:rotateY(180deg) translateY(-50%)}md-tabs-wrapper md-prev-button{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==)}[dir=rtl] md-tabs-wrapper md-prev-button{left:auto;right:0}md-tabs-wrapper md-next-button{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K)}[dir=rtl] md-tabs-wrapper md-next-button{right:auto;left:0}md-tabs-wrapper md-next-button md-icon{-webkit-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg)}md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper{width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}md-tabs-canvas{position:relative;overflow:hidden;display:block;height:48px}md-tabs-canvas:after{content:"";display:table;clear:both}md-tabs-canvas .md-dummy-wrapper{position:absolute;top:0;left:0}[dir=rtl] md-tabs-canvas .md-dummy-wrapper{left:auto;right:0}md-tabs-canvas.md-paginated{margin:0 32px}md-tabs-canvas.md-center-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}md-tabs-canvas.md-center-tabs .md-tab{float:none;display:inline-block}md-pagination-wrapper{height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:-webkit-transform .5s cubic-bezier(.35,0,.25,1);transition:-webkit-transform .5s cubic-bezier(.35,0,.25,1);transition:transform .5s cubic-bezier(.35,0,.25,1);transition:transform .5s cubic-bezier(.35,0,.25,1),-webkit-transform .5s cubic-bezier(.35,0,.25,1);position:absolute;left:0;-webkit-transform:translate(0,0);transform:translate(0,0)}md-pagination-wrapper:after{content:"";display:table;clear:both}[dir=rtl] md-pagination-wrapper{left:auto;right:0}md-pagination-wrapper.md-center-tabs{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}md-pagination-wrapper md-tab-item{min-width:72px}@media (min-width:600px){md-pagination-wrapper md-tab-item{min-width:160px}}md-tabs-content-wrapper{display:block;position:absolute;top:48px;left:0;right:0;bottom:0;overflow:hidden}md-tab-content{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition:-webkit-transform .5s cubic-bezier(.35,0,.25,1);transition:-webkit-transform .5s cubic-bezier(.35,0,.25,1);transition:transform .5s cubic-bezier(.35,0,.25,1);transition:transform .5s cubic-bezier(.35,0,.25,1),-webkit-transform .5s cubic-bezier(.35,0,.25,1);overflow:auto;-webkit-transform:translate(0,0);transform:translate(0,0)}md-tab-content.md-no-scroll{bottom:auto;overflow:hidden}md-tab-content.md-no-transition,md-tab-content.ng-leave{-webkit-transition:none;transition:none}md-tab-content.md-left:not(.md-active){-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-animation:1s md-tab-content-hide;animation:1s md-tab-content-hide;visibility:hidden}[dir=rtl] md-tab-content.md-left:not(.md-active){-webkit-transform:translateX(100%);transform:translateX(100%)}md-tab-content.md-left:not(.md-active) *{-webkit-transition:visibility 0s linear;transition:visibility 0s linear;-webkit-transition-delay:.5s;transition-delay:.5s;visibility:hidden}md-tab-content.md-right:not(.md-active){-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-animation:1s md-tab-content-hide;animation:1s md-tab-content-hide;visibility:hidden}[dir=rtl] md-tab-content.md-right:not(.md-active){-webkit-transform:translateX(-100%);transform:translateX(-100%)}md-tab-content.md-right:not(.md-active) *{-webkit-transition:visibility 0s linear;transition:visibility 0s linear;-webkit-transition-delay:.5s;transition-delay:.5s;visibility:hidden}md-tab-content>div{-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;min-width:0}md-tab-content>div.ng-leave{-webkit-animation:1s md-tab-content-hide;animation:1s md-tab-content-hide}md-ink-bar{position:absolute;left:auto;right:auto;bottom:0;height:2px}md-ink-bar.md-left{-webkit-transition:left 125ms cubic-bezier(.35,0,.25,1),right .25s cubic-bezier(.35,0,.25,1);transition:left 125ms cubic-bezier(.35,0,.25,1),right .25s cubic-bezier(.35,0,.25,1)}md-ink-bar.md-right{-webkit-transition:left .25s cubic-bezier(.35,0,.25,1),right 125ms cubic-bezier(.35,0,.25,1);transition:left .25s cubic-bezier(.35,0,.25,1),right 125ms cubic-bezier(.35,0,.25,1)}md-tab{position:absolute;z-index:-1;left:-9999px}.md-tab{font-size:14px;text-align:center;line-height:24px;padding:12px;-webkit-transition:background-color .35s cubic-bezier(.35,0,.25,1);transition:background-color .35s cubic-bezier(.35,0,.25,1);cursor:pointer;white-space:nowrap;position:relative;text-transform:uppercase;float:left;font-weight:500;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}[dir=rtl] .md-tab{float:right}.md-tab.md-focused,.md-tab:focus{-webkit-box-shadow:none;box-shadow:none;outline:0}.md-tab.md-active{cursor:default}.md-tab.md-disabled{pointer-events:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;opacity:.5;cursor:default}.md-tab.ng-leave{-webkit-transition:none;transition:none}md-toolbar+md-dialog-content md-tabs,md-toolbar+md-tabs{border-top-left-radius:0;border-top-right-radius:0}.md-toast-text{padding:0 8px}md-toast{position:absolute;z-index:105;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;overflow:hidden;padding:8px;opacity:1;-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}md-toast .md-toast-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-height:168px;max-width:100%;min-height:48px;padding:0 16px;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 5px 0 rgba(0,0,0,.26);border-radius:2px;font-size:14px;overflow:hidden;-webkit-transform:translate3d(0,0,0) rotateZ(0);transform:translate3d(0,0,0) rotateZ(0);-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}md-toast .md-toast-content::before{content:"";min-height:48px;visibility:hidden;display:inline-block}[dir=rtl] md-toast .md-toast-content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}md-toast .md-toast-content span{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}md-toast.md-capsule{border-radius:24px}md-toast.md-capsule .md-toast-content{border-radius:24px}md-toast.ng-leave-active .md-toast-content{-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2)}md-toast.md-swipedown .md-toast-content,md-toast.md-swipeleft .md-toast-content,md-toast.md-swiperight .md-toast-content,md-toast.md-swipeup .md-toast-content{-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1)}md-toast.ng-enter{opacity:0}md-toast.ng-enter .md-toast-content{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}md-toast.ng-enter.md-top .md-toast-content{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}md-toast.ng-enter.ng-enter-active{opacity:1}md-toast.ng-enter.ng-enter-active .md-toast-content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}md-toast.ng-leave.ng-leave-active .md-toast-content{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}md-toast.ng-leave.ng-leave-active.md-top .md-toast-content{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}md-toast .md-action{line-height:19px;margin-left:24px;margin-right:0;cursor:pointer;text-transform:uppercase;float:right}md-toast .md-button{min-width:0;margin-right:0;margin-left:8px}[dir=rtl] md-toast .md-button{margin-right:8px}[dir=rtl] md-toast .md-button{margin-left:0}@media (max-width:959px){md-toast{left:0;right:0;width:100%;max-width:100%;min-width:0;border-radius:0;bottom:0;padding:0}md-toast.ng-leave.ng-leave-active.md-swipeup .md-toast-content{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}md-toast.ng-leave.ng-leave-active.md-swipedown .md-toast-content{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}}@media (min-width:960px){md-toast{min-width:304px}md-toast.md-bottom{bottom:0}md-toast.md-left{left:0}md-toast.md-right{right:0}md-toast.md-top{top:0}md-toast._md-start{left:0}[dir=rtl] md-toast._md-start{left:auto;right:0}md-toast._md-end{right:0}[dir=rtl] md-toast._md-end{right:auto;left:0}md-toast.ng-leave.ng-leave-active.md-swipeleft .md-toast-content{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}md-toast.ng-leave.ng-leave-active.md-swiperight .md-toast-content{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}}@media (min-width:1920px){md-toast .md-toast-content{max-width:568px}}@media screen and (-ms-high-contrast:active){md-toast{border:1px solid #fff}}.md-toast-animating{overflow:hidden!important}md-toolbar{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:2;font-size:20px;min-height:64px;width:100%}md-toolbar._md-toolbar-transitions{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(.35,0,.25,1);transition-timing-function:cubic-bezier(.35,0,.25,1);-webkit-transition-property:background-color,fill,color;transition-property:background-color,fill,color}md-toolbar.md-whiteframe-z1-add,md-toolbar.md-whiteframe-z1-remove{-webkit-transition:-webkit-box-shadow .5s linear;transition:-webkit-box-shadow .5s linear;transition:box-shadow .5s linear;transition:box-shadow .5s linear,-webkit-box-shadow .5s linear}md-toolbar md-toolbar-filler{width:72px}md-toolbar *,md-toolbar :after,md-toolbar :before{-webkit-box-sizing:border-box;box-sizing:border-box}md-toolbar.ng-animate{-webkit-transition:none;transition:none}md-toolbar.md-tall{height:128px;min-height:128px;max-height:128px}md-toolbar.md-medium-tall{height:88px;min-height:88px;max-height:88px}md-toolbar.md-medium-tall .md-toolbar-tools{height:48px;min-height:48px;max-height:48px}md-toolbar>.md-indent{margin-left:64px}[dir=rtl] md-toolbar>.md-indent{margin-left:auto;margin-right:64px}md-toolbar~md-content>md-list{padding:0}md-toolbar~md-content>md-list md-list-item:last-child md-divider{display:none}.md-toolbar-tools{font-size:20px;letter-spacing:.005em;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;height:64px;max-height:64px;padding:0 16px;margin:0}.md-toolbar-tools h1,.md-toolbar-tools h2,.md-toolbar-tools h3{font-size:inherit;font-weight:inherit;margin:inherit}.md-toolbar-tools a{color:inherit;text-decoration:none}.md-toolbar-tools .fill-height{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.md-toolbar-tools md-checkbox{margin:inherit}.md-toolbar-tools .md-button{margin-top:0;margin-bottom:0}.md-toolbar-tools .md-button,.md-toolbar-tools .md-button.md-icon-button md-icon{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(.35,0,.25,1);transition-timing-function:cubic-bezier(.35,0,.25,1);-webkit-transition-property:background-color,fill,color;transition-property:background-color,fill,color}.md-toolbar-tools .md-button.md-icon-button md-icon.ng-animate,.md-toolbar-tools .md-button.ng-animate{-webkit-transition:none;transition:none}.md-toolbar-tools>.md-button:first-child{margin-left:-8px}[dir=rtl] .md-toolbar-tools>.md-button:first-child{margin-left:auto;margin-right:-8px}.md-toolbar-tools>.md-button:last-child{margin-right:-8px}[dir=rtl] .md-toolbar-tools>.md-button:last-child{margin-right:auto;margin-left:-8px}.md-toolbar-tools>md-menu:last-child{margin-right:-8px}[dir=rtl] .md-toolbar-tools>md-menu:last-child{margin-right:auto;margin-left:-8px}.md-toolbar-tools>md-menu:last-child>.md-button{margin-right:0}[dir=rtl] .md-toolbar-tools>md-menu:last-child>.md-button{margin-right:auto;margin-left:0}@media screen and (-ms-high-contrast:active){.md-toolbar-tools{border-bottom:1px solid #fff}}@media (min-width:0) and (max-width:959px) and (orientation:portrait){md-toolbar{min-height:56px}.md-toolbar-tools{height:56px;max-height:56px}}@media (min-width:0) and (max-width:959px) and (orientation:landscape){md-toolbar{min-height:48px}.md-toolbar-tools{height:48px;max-height:48px}}.md-tooltip{display:inline-block;pointer-events:none;border-radius:4px;overflow:hidden;opacity:0;font-weight:500;font-size:14px;white-space:nowrap;text-overflow:ellipsis;height:32px;line-height:32px;padding-right:16px;padding-left:16px}.md-tooltip.md-origin-top{-webkit-transform-origin:center bottom;transform-origin:center bottom;margin-top:-24px}.md-tooltip.md-origin-right{-webkit-transform-origin:left center;transform-origin:left center;margin-left:24px}.md-tooltip.md-origin-bottom{-webkit-transform-origin:center top;transform-origin:center top;margin-top:24px}.md-tooltip.md-origin-left{-webkit-transform-origin:right center;transform-origin:right center;margin-left:-24px}@media (min-width:960px){.md-tooltip{font-size:10px;height:22px;line-height:22px;padding-right:8px;padding-left:8px}.md-tooltip.md-origin-top{margin-top:-14px}.md-tooltip.md-origin-right{margin-left:14px}.md-tooltip.md-origin-bottom{margin-top:14px}.md-tooltip.md-origin-left{margin-left:-14px}}.md-tooltip.md-show-add{-webkit-transform:scale(0);transform:scale(0)}.md-tooltip.md-show{-webkit-transition:all .4s cubic-bezier(.25,.8,.25,1);transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transform:scale(1);transform:scale(1);opacity:.9}.md-tooltip.md-hide{-webkit-transition:all .3s cubic-bezier(.55,0,.55,.2);transition:all .3s cubic-bezier(.55,0,.55,.2);-webkit-transition-duration:150ms;transition-duration:150ms;-webkit-transform:scale(0);transform:scale(0);opacity:0}.md-truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.md-truncate.md-clip{text-overflow:clip}.md-truncate.flex{width:0}.md-virtual-repeat-container{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;overflow:hidden;padding:0;position:relative}.md-virtual-repeat-container .md-virtual-repeat-scroller{bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;margin:0;overflow-x:hidden;padding:0;position:absolute;right:0;top:0;-webkit-overflow-scrolling:touch}.md-virtual-repeat-container .md-virtual-repeat-sizer{-webkit-box-sizing:border-box;box-sizing:border-box;height:1px;display:block;margin:0;padding:0;width:1px}.md-virtual-repeat-container .md-virtual-repeat-offsetter{-webkit-box-sizing:border-box;box-sizing:border-box;left:0;margin:0;padding:0;position:absolute;right:0;top:0}.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-scroller{overflow-x:auto;overflow-y:hidden}.md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter{bottom:16px;right:auto;white-space:nowrap}[dir=rtl] .md-virtual-repeat-container.md-orient-horizontal .md-virtual-repeat-offsetter{right:auto;left:auto}.md-whiteframe-1dp,.md-whiteframe-z1{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12)}.md-whiteframe-2dp{-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12);box-shadow:0 1px 5px 0 rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12)}.md-whiteframe-3dp{-webkit-box-shadow:0 1px 8px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12);box-shadow:0 1px 8px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12)}.md-whiteframe-4dp,.md-whiteframe-z2{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.md-whiteframe-5dp{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.md-whiteframe-6dp{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.md-whiteframe-7dp,.md-whiteframe-z3{-webkit-box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12);box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.md-whiteframe-8dp{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.md-whiteframe-9dp{-webkit-box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12);box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.md-whiteframe-10dp,.md-whiteframe-z4{-webkit-box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12);box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.md-whiteframe-11dp{-webkit-box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12);box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.md-whiteframe-12dp{-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12);box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.md-whiteframe-13dp,.md-whiteframe-z5{-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.md-whiteframe-14dp{-webkit-box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12);box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.md-whiteframe-15dp{-webkit-box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12);box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.md-whiteframe-16dp{-webkit-box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.md-whiteframe-17dp{-webkit-box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12);box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.md-whiteframe-18dp{-webkit-box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12);box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.md-whiteframe-19dp{-webkit-box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12);box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.md-whiteframe-20dp{-webkit-box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12);box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.md-whiteframe-21dp{-webkit-box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12);box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.md-whiteframe-22dp{-webkit-box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12);box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.md-whiteframe-23dp{-webkit-box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12);box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.md-whiteframe-24dp{-webkit-box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}@media screen and (-ms-high-contrast:active){md-whiteframe{border:1px solid #fff}}@media print{[md-whiteframe],md-whiteframe{background-color:#fff}}.ng-cloak,.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak]{display:none!important}@-moz-document url-prefix(){.layout-fill{margin:0;width:100%;min-height:100%;height:100%}}.flex-order{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-order--20{-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}.flex-order--19{-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}.flex-order--18{-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}.flex-order--17{-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}.flex-order--16{-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}.flex-order--15{-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}.flex-order--14{-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}.flex-order--13{-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}.flex-order--12{-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}.flex-order--11{-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}.flex-order--10{-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}.flex-order--9{-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}.flex-order--8{-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}.flex-order--7{-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}.flex-order--6{-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}.flex-order--5{-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}.flex-order--4{-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}.flex-order--3{-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}.flex-order--2{-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}.flex-order--1{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.flex-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.flex-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.flex-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.flex-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.flex-order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.flex-order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.flex-order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.flex-order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.flex-order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.flex-order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.flex-order-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.flex-order-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.flex-order-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.flex-order-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.flex-order-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.flex-order-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.flex-order-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.flex-order-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.flex-offset-0,.layout-margin .flex-offset-0,.layout-margin .offset-0,.offset-0{margin-left:0}[dir=rtl] .flex-offset-0,[dir=rtl] .layout-margin .flex-offset-0,[dir=rtl] .layout-margin .offset-0,[dir=rtl] .offset-0{margin-left:auto;margin-right:0}.flex-offset-5,.layout-margin .flex-offset-5,.layout-margin .offset-5,.offset-5{margin-left:5%}[dir=rtl] .flex-offset-5,[dir=rtl] .layout-margin .flex-offset-5,[dir=rtl] .layout-margin .offset-5,[dir=rtl] .offset-5{margin-left:auto;margin-right:5%}.flex-offset-10,.layout-margin .flex-offset-10,.layout-margin .offset-10,.offset-10{margin-left:10%}[dir=rtl] .flex-offset-10,[dir=rtl] .layout-margin .flex-offset-10,[dir=rtl] .layout-margin .offset-10,[dir=rtl] .offset-10{margin-left:auto;margin-right:10%}.flex-offset-15,.layout-margin .flex-offset-15,.layout-margin .offset-15,.offset-15{margin-left:15%}[dir=rtl] .flex-offset-15,[dir=rtl] .layout-margin .flex-offset-15,[dir=rtl] .layout-margin .offset-15,[dir=rtl] .offset-15{margin-left:auto;margin-right:15%}.flex-offset-20,.layout-margin .flex-offset-20,.layout-margin .offset-20,.offset-20{margin-left:20%}[dir=rtl] .flex-offset-20,[dir=rtl] .layout-margin .flex-offset-20,[dir=rtl] .layout-margin .offset-20,[dir=rtl] .offset-20{margin-left:auto;margin-right:20%}.flex-offset-25,.layout-margin .flex-offset-25,.layout-margin .offset-25,.offset-25{margin-left:25%}[dir=rtl] .flex-offset-25,[dir=rtl] .layout-margin .flex-offset-25,[dir=rtl] .layout-margin .offset-25,[dir=rtl] .offset-25{margin-left:auto;margin-right:25%}.flex-offset-30,.layout-margin .flex-offset-30,.layout-margin .offset-30,.offset-30{margin-left:30%}[dir=rtl] .flex-offset-30,[dir=rtl] .layout-margin .flex-offset-30,[dir=rtl] .layout-margin .offset-30,[dir=rtl] .offset-30{margin-left:auto;margin-right:30%}.flex-offset-35,.layout-margin .flex-offset-35,.layout-margin .offset-35,.offset-35{margin-left:35%}[dir=rtl] .flex-offset-35,[dir=rtl] .layout-margin .flex-offset-35,[dir=rtl] .layout-margin .offset-35,[dir=rtl] .offset-35{margin-left:auto;margin-right:35%}.flex-offset-40,.layout-margin .flex-offset-40,.layout-margin .offset-40,.offset-40{margin-left:40%}[dir=rtl] .flex-offset-40,[dir=rtl] .layout-margin .flex-offset-40,[dir=rtl] .layout-margin .offset-40,[dir=rtl] .offset-40{margin-left:auto;margin-right:40%}.flex-offset-45,.layout-margin .flex-offset-45,.layout-margin .offset-45,.offset-45{margin-left:45%}[dir=rtl] .flex-offset-45,[dir=rtl] .layout-margin .flex-offset-45,[dir=rtl] .layout-margin .offset-45,[dir=rtl] .offset-45{margin-left:auto;margin-right:45%}.flex-offset-50,.layout-margin .flex-offset-50,.layout-margin .offset-50,.offset-50{margin-left:50%}[dir=rtl] .flex-offset-50,[dir=rtl] .layout-margin .flex-offset-50,[dir=rtl] .layout-margin .offset-50,[dir=rtl] .offset-50{margin-left:auto;margin-right:50%}.flex-offset-55,.layout-margin .flex-offset-55,.layout-margin .offset-55,.offset-55{margin-left:55%}[dir=rtl] .flex-offset-55,[dir=rtl] .layout-margin .flex-offset-55,[dir=rtl] .layout-margin .offset-55,[dir=rtl] .offset-55{margin-left:auto;margin-right:55%}.flex-offset-60,.layout-margin .flex-offset-60,.layout-margin .offset-60,.offset-60{margin-left:60%}[dir=rtl] .flex-offset-60,[dir=rtl] .layout-margin .flex-offset-60,[dir=rtl] .layout-margin .offset-60,[dir=rtl] .offset-60{margin-left:auto;margin-right:60%}.flex-offset-65,.layout-margin .flex-offset-65,.layout-margin .offset-65,.offset-65{margin-left:65%}[dir=rtl] .flex-offset-65,[dir=rtl] .layout-margin .flex-offset-65,[dir=rtl] .layout-margin .offset-65,[dir=rtl] .offset-65{margin-left:auto;margin-right:65%}.flex-offset-70,.layout-margin .flex-offset-70,.layout-margin .offset-70,.offset-70{margin-left:70%}[dir=rtl] .flex-offset-70,[dir=rtl] .layout-margin .flex-offset-70,[dir=rtl] .layout-margin .offset-70,[dir=rtl] .offset-70{margin-left:auto;margin-right:70%}.flex-offset-75,.layout-margin .flex-offset-75,.layout-margin .offset-75,.offset-75{margin-left:75%}[dir=rtl] .flex-offset-75,[dir=rtl] .layout-margin .flex-offset-75,[dir=rtl] .layout-margin .offset-75,[dir=rtl] .offset-75{margin-left:auto;margin-right:75%}.flex-offset-80,.layout-margin .flex-offset-80,.layout-margin .offset-80,.offset-80{margin-left:80%}[dir=rtl] .flex-offset-80,[dir=rtl] .layout-margin .flex-offset-80,[dir=rtl] .layout-margin .offset-80,[dir=rtl] .offset-80{margin-left:auto;margin-right:80%}.flex-offset-85,.layout-margin .flex-offset-85,.layout-margin .offset-85,.offset-85{margin-left:85%}[dir=rtl] .flex-offset-85,[dir=rtl] .layout-margin .flex-offset-85,[dir=rtl] .layout-margin .offset-85,[dir=rtl] .offset-85{margin-left:auto;margin-right:85%}.flex-offset-90,.layout-margin .flex-offset-90,.layout-margin .offset-90,.offset-90{margin-left:90%}[dir=rtl] .flex-offset-90,[dir=rtl] .layout-margin .flex-offset-90,[dir=rtl] .layout-margin .offset-90,[dir=rtl] .offset-90{margin-left:auto;margin-right:90%}.flex-offset-95,.layout-margin .flex-offset-95,.layout-margin .offset-95,.offset-95{margin-left:95%}[dir=rtl] .flex-offset-95,[dir=rtl] .layout-margin .flex-offset-95,[dir=rtl] .layout-margin .offset-95,[dir=rtl] .offset-95{margin-left:auto;margin-right:95%}.flex-offset-33,.layout-margin .flex-offset-33,.layout-margin .offset-33,.offset-33{margin-left:33.3333333333%}.flex-offset-66,.layout-margin .flex-offset-66,.layout-margin .offset-66,.offset-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-66,[dir=rtl] .layout-margin .flex-offset-66,[dir=rtl] .layout-margin .offset-66,[dir=rtl] .offset-66{margin-left:auto;margin-right:66.6666666667%}.layout-align,.layout-align-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-start,.layout-align-start-center,.layout-align-start-end,.layout-align-start-start,.layout-align-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-center,.layout-align-center-center,.layout-align-center-end,.layout-align-center-start,.layout-align-center-stretch{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.layout-align-end,.layout-align-end-center,.layout-align-end-end,.layout-align-end-start,.layout-align-end-stretch{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-space-around,.layout-align-space-around-center,.layout-align-space-around-end,.layout-align-space-around-start,.layout-align-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-space-between,.layout-align-space-between-center,.layout-align-space-between-end,.layout-align-space-between-start,.layout-align-space-between-stretch{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.layout-align-center-start,.layout-align-end-start,.layout-align-space-around-start,.layout-align-space-between-start,.layout-align-start-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-center-center,.layout-align-end-center,.layout-align-space-around-center,.layout-align-space-between-center,.layout-align-start-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-center-center>*,.layout-align-end-center>*,.layout-align-space-around-center>*,.layout-align-space-between-center>*,.layout-align-start-center>*{max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-align-center-end,.layout-align-end-end,.layout-align-space-around-end,.layout-align-space-between-end,.layout-align-start-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-center-stretch,.layout-align-end-stretch,.layout-align-space-around-stretch,.layout-align-space-between-stretch,.layout-align-start-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-grow{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-initial{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-none{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-noshrink{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-nogrow{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-column>.flex-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex{min-width:0}.layout-column>.flex-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex{min-height:0}.layout,.layout-column,.layout-row{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}.layout-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.layout-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.layout-padding-sm>*,.layout-padding>.flex-sm{padding:4px}.layout-padding,.layout-padding-gt-sm,.layout-padding-gt-sm>*,.layout-padding-md,.layout-padding-md>*,.layout-padding>*,.layout-padding>.flex,.layout-padding>.flex-gt-sm,.layout-padding>.flex-md{padding:8px}.layout-padding-gt-lg>*,.layout-padding-gt-md>*,.layout-padding-lg>*,.layout-padding>.flex-gt-lg,.layout-padding>.flex-gt-md,.layout-padding>.flex-lg{padding:16px}.layout-margin-sm>*,.layout-margin>.flex-sm{margin:4px}.layout-margin,.layout-margin-gt-sm,.layout-margin-gt-sm>*,.layout-margin-md,.layout-margin-md>*,.layout-margin>*,.layout-margin>.flex,.layout-margin>.flex-gt-sm,.layout-margin>.flex-md{margin:8px}.layout-margin-gt-lg>*,.layout-margin-gt-md>*,.layout-margin-lg>*,.layout-margin>.flex-gt-lg,.layout-margin>.flex-gt-md,.layout-margin>.flex-lg{margin:16px}.layout-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.layout-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.layout-fill{margin:0;width:100%;min-height:100%;height:100%}@media (max-width:599px){.hide-xs:not(.show-xs):not(.show),.hide:not(.show-xs):not(.show){display:none}.flex-order-xs--20{-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}.flex-order-xs--19{-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}.flex-order-xs--18{-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}.flex-order-xs--17{-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}.flex-order-xs--16{-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}.flex-order-xs--15{-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}.flex-order-xs--14{-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}.flex-order-xs--13{-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}.flex-order-xs--12{-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}.flex-order-xs--11{-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}.flex-order-xs--10{-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}.flex-order-xs--9{-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}.flex-order-xs--8{-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}.flex-order-xs--7{-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}.flex-order-xs--6{-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}.flex-order-xs--5{-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}.flex-order-xs--4{-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}.flex-order-xs--3{-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}.flex-order-xs--2{-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}.flex-order-xs--1{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-order-xs-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-order-xs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-order-xs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.flex-order-xs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.flex-order-xs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.flex-order-xs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.flex-order-xs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.flex-order-xs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.flex-order-xs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.flex-order-xs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.flex-order-xs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.flex-order-xs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.flex-order-xs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.flex-order-xs-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.flex-order-xs-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.flex-order-xs-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.flex-order-xs-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.flex-order-xs-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.flex-order-xs-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.flex-order-xs-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.flex-order-xs-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.flex-offset-xs-0,.layout-margin .flex-offset-xs-0,.layout-margin .offset-xs-0,.offset-xs-0{margin-left:0}[dir=rtl] .flex-offset-xs-0,[dir=rtl] .layout-margin .flex-offset-xs-0,[dir=rtl] .layout-margin .offset-xs-0,[dir=rtl] .offset-xs-0{margin-left:auto;margin-right:0}.flex-offset-xs-5,.layout-margin .flex-offset-xs-5,.layout-margin .offset-xs-5,.offset-xs-5{margin-left:5%}[dir=rtl] .flex-offset-xs-5,[dir=rtl] .layout-margin .flex-offset-xs-5,[dir=rtl] .layout-margin .offset-xs-5,[dir=rtl] .offset-xs-5{margin-left:auto;margin-right:5%}.flex-offset-xs-10,.layout-margin .flex-offset-xs-10,.layout-margin .offset-xs-10,.offset-xs-10{margin-left:10%}[dir=rtl] .flex-offset-xs-10,[dir=rtl] .layout-margin .flex-offset-xs-10,[dir=rtl] .layout-margin .offset-xs-10,[dir=rtl] .offset-xs-10{margin-left:auto;margin-right:10%}.flex-offset-xs-15,.layout-margin .flex-offset-xs-15,.layout-margin .offset-xs-15,.offset-xs-15{margin-left:15%}[dir=rtl] .flex-offset-xs-15,[dir=rtl] .layout-margin .flex-offset-xs-15,[dir=rtl] .layout-margin .offset-xs-15,[dir=rtl] .offset-xs-15{margin-left:auto;margin-right:15%}.flex-offset-xs-20,.layout-margin .flex-offset-xs-20,.layout-margin .offset-xs-20,.offset-xs-20{margin-left:20%}[dir=rtl] .flex-offset-xs-20,[dir=rtl] .layout-margin .flex-offset-xs-20,[dir=rtl] .layout-margin .offset-xs-20,[dir=rtl] .offset-xs-20{margin-left:auto;margin-right:20%}.flex-offset-xs-25,.layout-margin .flex-offset-xs-25,.layout-margin .offset-xs-25,.offset-xs-25{margin-left:25%}[dir=rtl] .flex-offset-xs-25,[dir=rtl] .layout-margin .flex-offset-xs-25,[dir=rtl] .layout-margin .offset-xs-25,[dir=rtl] .offset-xs-25{margin-left:auto;margin-right:25%}.flex-offset-xs-30,.layout-margin .flex-offset-xs-30,.layout-margin .offset-xs-30,.offset-xs-30{margin-left:30%}[dir=rtl] .flex-offset-xs-30,[dir=rtl] .layout-margin .flex-offset-xs-30,[dir=rtl] .layout-margin .offset-xs-30,[dir=rtl] .offset-xs-30{margin-left:auto;margin-right:30%}.flex-offset-xs-35,.layout-margin .flex-offset-xs-35,.layout-margin .offset-xs-35,.offset-xs-35{margin-left:35%}[dir=rtl] .flex-offset-xs-35,[dir=rtl] .layout-margin .flex-offset-xs-35,[dir=rtl] .layout-margin .offset-xs-35,[dir=rtl] .offset-xs-35{margin-left:auto;margin-right:35%}.flex-offset-xs-40,.layout-margin .flex-offset-xs-40,.layout-margin .offset-xs-40,.offset-xs-40{margin-left:40%}[dir=rtl] .flex-offset-xs-40,[dir=rtl] .layout-margin .flex-offset-xs-40,[dir=rtl] .layout-margin .offset-xs-40,[dir=rtl] .offset-xs-40{margin-left:auto;margin-right:40%}.flex-offset-xs-45,.layout-margin .flex-offset-xs-45,.layout-margin .offset-xs-45,.offset-xs-45{margin-left:45%}[dir=rtl] .flex-offset-xs-45,[dir=rtl] .layout-margin .flex-offset-xs-45,[dir=rtl] .layout-margin .offset-xs-45,[dir=rtl] .offset-xs-45{margin-left:auto;margin-right:45%}.flex-offset-xs-50,.layout-margin .flex-offset-xs-50,.layout-margin .offset-xs-50,.offset-xs-50{margin-left:50%}[dir=rtl] .flex-offset-xs-50,[dir=rtl] .layout-margin .flex-offset-xs-50,[dir=rtl] .layout-margin .offset-xs-50,[dir=rtl] .offset-xs-50{margin-left:auto;margin-right:50%}.flex-offset-xs-55,.layout-margin .flex-offset-xs-55,.layout-margin .offset-xs-55,.offset-xs-55{margin-left:55%}[dir=rtl] .flex-offset-xs-55,[dir=rtl] .layout-margin .flex-offset-xs-55,[dir=rtl] .layout-margin .offset-xs-55,[dir=rtl] .offset-xs-55{margin-left:auto;margin-right:55%}.flex-offset-xs-60,.layout-margin .flex-offset-xs-60,.layout-margin .offset-xs-60,.offset-xs-60{margin-left:60%}[dir=rtl] .flex-offset-xs-60,[dir=rtl] .layout-margin .flex-offset-xs-60,[dir=rtl] .layout-margin .offset-xs-60,[dir=rtl] .offset-xs-60{margin-left:auto;margin-right:60%}.flex-offset-xs-65,.layout-margin .flex-offset-xs-65,.layout-margin .offset-xs-65,.offset-xs-65{margin-left:65%}[dir=rtl] .flex-offset-xs-65,[dir=rtl] .layout-margin .flex-offset-xs-65,[dir=rtl] .layout-margin .offset-xs-65,[dir=rtl] .offset-xs-65{margin-left:auto;margin-right:65%}.flex-offset-xs-70,.layout-margin .flex-offset-xs-70,.layout-margin .offset-xs-70,.offset-xs-70{margin-left:70%}[dir=rtl] .flex-offset-xs-70,[dir=rtl] .layout-margin .flex-offset-xs-70,[dir=rtl] .layout-margin .offset-xs-70,[dir=rtl] .offset-xs-70{margin-left:auto;margin-right:70%}.flex-offset-xs-75,.layout-margin .flex-offset-xs-75,.layout-margin .offset-xs-75,.offset-xs-75{margin-left:75%}[dir=rtl] .flex-offset-xs-75,[dir=rtl] .layout-margin .flex-offset-xs-75,[dir=rtl] .layout-margin .offset-xs-75,[dir=rtl] .offset-xs-75{margin-left:auto;margin-right:75%}.flex-offset-xs-80,.layout-margin .flex-offset-xs-80,.layout-margin .offset-xs-80,.offset-xs-80{margin-left:80%}[dir=rtl] .flex-offset-xs-80,[dir=rtl] .layout-margin .flex-offset-xs-80,[dir=rtl] .layout-margin .offset-xs-80,[dir=rtl] .offset-xs-80{margin-left:auto;margin-right:80%}.flex-offset-xs-85,.layout-margin .flex-offset-xs-85,.layout-margin .offset-xs-85,.offset-xs-85{margin-left:85%}[dir=rtl] .flex-offset-xs-85,[dir=rtl] .layout-margin .flex-offset-xs-85,[dir=rtl] .layout-margin .offset-xs-85,[dir=rtl] .offset-xs-85{margin-left:auto;margin-right:85%}.flex-offset-xs-90,.layout-margin .flex-offset-xs-90,.layout-margin .offset-xs-90,.offset-xs-90{margin-left:90%}[dir=rtl] .flex-offset-xs-90,[dir=rtl] .layout-margin .flex-offset-xs-90,[dir=rtl] .layout-margin .offset-xs-90,[dir=rtl] .offset-xs-90{margin-left:auto;margin-right:90%}.flex-offset-xs-95,.layout-margin .flex-offset-xs-95,.layout-margin .offset-xs-95,.offset-xs-95{margin-left:95%}[dir=rtl] .flex-offset-xs-95,[dir=rtl] .layout-margin .flex-offset-xs-95,[dir=rtl] .layout-margin .offset-xs-95,[dir=rtl] .offset-xs-95{margin-left:auto;margin-right:95%}.flex-offset-xs-33,.layout-margin .flex-offset-xs-33,.layout-margin .offset-xs-33,.offset-xs-33{margin-left:33.3333333333%}.flex-offset-xs-66,.layout-margin .flex-offset-xs-66,.layout-margin .offset-xs-66,.offset-xs-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-xs-66,[dir=rtl] .layout-margin .flex-offset-xs-66,[dir=rtl] .layout-margin .offset-xs-66,[dir=rtl] .offset-xs-66{margin-left:auto;margin-right:66.6666666667%}.layout-align-xs,.layout-align-xs-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-xs-start,.layout-align-xs-start-center,.layout-align-xs-start-end,.layout-align-xs-start-start,.layout-align-xs-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-xs-center,.layout-align-xs-center-center,.layout-align-xs-center-end,.layout-align-xs-center-start,.layout-align-xs-center-stretch{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.layout-align-xs-end,.layout-align-xs-end-center,.layout-align-xs-end-end,.layout-align-xs-end-start,.layout-align-xs-end-stretch{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-xs-space-around,.layout-align-xs-space-around-center,.layout-align-xs-space-around-end,.layout-align-xs-space-around-start,.layout-align-xs-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-xs-space-between,.layout-align-xs-space-between-center,.layout-align-xs-space-between-end,.layout-align-xs-space-between-start,.layout-align-xs-space-between-stretch{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.layout-align-xs-center-start,.layout-align-xs-end-start,.layout-align-xs-space-around-start,.layout-align-xs-space-between-start,.layout-align-xs-start-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-xs-center-center,.layout-align-xs-end-center,.layout-align-xs-space-around-center,.layout-align-xs-space-between-center,.layout-align-xs-start-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-xs-center-center>*,.layout-align-xs-end-center>*,.layout-align-xs-space-around-center>*,.layout-align-xs-space-between-center>*,.layout-align-xs-start-center>*{max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-align-xs-center-end,.layout-align-xs-end-end,.layout-align-xs-space-around-end,.layout-align-xs-space-between-end,.layout-align-xs-start-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-xs-center-stretch,.layout-align-xs-end-stretch,.layout-align-xs-space-around-stretch,.layout-align-xs-space-between-stretch,.layout-align-xs-start-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-xs{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-grow{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-initial{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-none{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-noshrink{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-nogrow{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-column>.flex-xs-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-xs-column>.flex-xs-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:0}.flex-xs-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xs-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xs-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xs-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex-xs-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-row>.flex{min-width:0}.layout-xs-column>.flex-xs-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex-xs-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xs-column>.flex{min-height:0}.layout-xs,.layout-xs-column,.layout-xs-row{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}.layout-xs-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.layout-xs-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (min-width:600px){.flex-order-gt-xs--20{-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}.flex-order-gt-xs--19{-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}.flex-order-gt-xs--18{-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}.flex-order-gt-xs--17{-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}.flex-order-gt-xs--16{-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}.flex-order-gt-xs--15{-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}.flex-order-gt-xs--14{-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}.flex-order-gt-xs--13{-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}.flex-order-gt-xs--12{-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}.flex-order-gt-xs--11{-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}.flex-order-gt-xs--10{-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}.flex-order-gt-xs--9{-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}.flex-order-gt-xs--8{-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}.flex-order-gt-xs--7{-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}.flex-order-gt-xs--6{-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}.flex-order-gt-xs--5{-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}.flex-order-gt-xs--4{-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}.flex-order-gt-xs--3{-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}.flex-order-gt-xs--2{-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}.flex-order-gt-xs--1{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-order-gt-xs-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-order-gt-xs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-order-gt-xs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.flex-order-gt-xs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.flex-order-gt-xs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.flex-order-gt-xs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.flex-order-gt-xs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.flex-order-gt-xs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.flex-order-gt-xs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.flex-order-gt-xs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.flex-order-gt-xs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.flex-order-gt-xs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.flex-order-gt-xs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.flex-order-gt-xs-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.flex-order-gt-xs-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.flex-order-gt-xs-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.flex-order-gt-xs-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.flex-order-gt-xs-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.flex-order-gt-xs-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.flex-order-gt-xs-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.flex-order-gt-xs-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.flex-offset-gt-xs-0,.layout-margin .flex-offset-gt-xs-0,.layout-margin .offset-gt-xs-0,.offset-gt-xs-0{margin-left:0}[dir=rtl] .flex-offset-gt-xs-0,[dir=rtl] .layout-margin .flex-offset-gt-xs-0,[dir=rtl] .layout-margin .offset-gt-xs-0,[dir=rtl] .offset-gt-xs-0{margin-left:auto;margin-right:0}.flex-offset-gt-xs-5,.layout-margin .flex-offset-gt-xs-5,.layout-margin .offset-gt-xs-5,.offset-gt-xs-5{margin-left:5%}[dir=rtl] .flex-offset-gt-xs-5,[dir=rtl] .layout-margin .flex-offset-gt-xs-5,[dir=rtl] .layout-margin .offset-gt-xs-5,[dir=rtl] .offset-gt-xs-5{margin-left:auto;margin-right:5%}.flex-offset-gt-xs-10,.layout-margin .flex-offset-gt-xs-10,.layout-margin .offset-gt-xs-10,.offset-gt-xs-10{margin-left:10%}[dir=rtl] .flex-offset-gt-xs-10,[dir=rtl] .layout-margin .flex-offset-gt-xs-10,[dir=rtl] .layout-margin .offset-gt-xs-10,[dir=rtl] .offset-gt-xs-10{margin-left:auto;margin-right:10%}.flex-offset-gt-xs-15,.layout-margin .flex-offset-gt-xs-15,.layout-margin .offset-gt-xs-15,.offset-gt-xs-15{margin-left:15%}[dir=rtl] .flex-offset-gt-xs-15,[dir=rtl] .layout-margin .flex-offset-gt-xs-15,[dir=rtl] .layout-margin .offset-gt-xs-15,[dir=rtl] .offset-gt-xs-15{margin-left:auto;margin-right:15%}.flex-offset-gt-xs-20,.layout-margin .flex-offset-gt-xs-20,.layout-margin .offset-gt-xs-20,.offset-gt-xs-20{margin-left:20%}[dir=rtl] .flex-offset-gt-xs-20,[dir=rtl] .layout-margin .flex-offset-gt-xs-20,[dir=rtl] .layout-margin .offset-gt-xs-20,[dir=rtl] .offset-gt-xs-20{margin-left:auto;margin-right:20%}.flex-offset-gt-xs-25,.layout-margin .flex-offset-gt-xs-25,.layout-margin .offset-gt-xs-25,.offset-gt-xs-25{margin-left:25%}[dir=rtl] .flex-offset-gt-xs-25,[dir=rtl] .layout-margin .flex-offset-gt-xs-25,[dir=rtl] .layout-margin .offset-gt-xs-25,[dir=rtl] .offset-gt-xs-25{margin-left:auto;margin-right:25%}.flex-offset-gt-xs-30,.layout-margin .flex-offset-gt-xs-30,.layout-margin .offset-gt-xs-30,.offset-gt-xs-30{margin-left:30%}[dir=rtl] .flex-offset-gt-xs-30,[dir=rtl] .layout-margin .flex-offset-gt-xs-30,[dir=rtl] .layout-margin .offset-gt-xs-30,[dir=rtl] .offset-gt-xs-30{margin-left:auto;margin-right:30%}.flex-offset-gt-xs-35,.layout-margin .flex-offset-gt-xs-35,.layout-margin .offset-gt-xs-35,.offset-gt-xs-35{margin-left:35%}[dir=rtl] .flex-offset-gt-xs-35,[dir=rtl] .layout-margin .flex-offset-gt-xs-35,[dir=rtl] .layout-margin .offset-gt-xs-35,[dir=rtl] .offset-gt-xs-35{margin-left:auto;margin-right:35%}.flex-offset-gt-xs-40,.layout-margin .flex-offset-gt-xs-40,.layout-margin .offset-gt-xs-40,.offset-gt-xs-40{margin-left:40%}[dir=rtl] .flex-offset-gt-xs-40,[dir=rtl] .layout-margin .flex-offset-gt-xs-40,[dir=rtl] .layout-margin .offset-gt-xs-40,[dir=rtl] .offset-gt-xs-40{margin-left:auto;margin-right:40%}.flex-offset-gt-xs-45,.layout-margin .flex-offset-gt-xs-45,.layout-margin .offset-gt-xs-45,.offset-gt-xs-45{margin-left:45%}[dir=rtl] .flex-offset-gt-xs-45,[dir=rtl] .layout-margin .flex-offset-gt-xs-45,[dir=rtl] .layout-margin .offset-gt-xs-45,[dir=rtl] .offset-gt-xs-45{margin-left:auto;margin-right:45%}.flex-offset-gt-xs-50,.layout-margin .flex-offset-gt-xs-50,.layout-margin .offset-gt-xs-50,.offset-gt-xs-50{margin-left:50%}[dir=rtl] .flex-offset-gt-xs-50,[dir=rtl] .layout-margin .flex-offset-gt-xs-50,[dir=rtl] .layout-margin .offset-gt-xs-50,[dir=rtl] .offset-gt-xs-50{margin-left:auto;margin-right:50%}.flex-offset-gt-xs-55,.layout-margin .flex-offset-gt-xs-55,.layout-margin .offset-gt-xs-55,.offset-gt-xs-55{margin-left:55%}[dir=rtl] .flex-offset-gt-xs-55,[dir=rtl] .layout-margin .flex-offset-gt-xs-55,[dir=rtl] .layout-margin .offset-gt-xs-55,[dir=rtl] .offset-gt-xs-55{margin-left:auto;margin-right:55%}.flex-offset-gt-xs-60,.layout-margin .flex-offset-gt-xs-60,.layout-margin .offset-gt-xs-60,.offset-gt-xs-60{margin-left:60%}[dir=rtl] .flex-offset-gt-xs-60,[dir=rtl] .layout-margin .flex-offset-gt-xs-60,[dir=rtl] .layout-margin .offset-gt-xs-60,[dir=rtl] .offset-gt-xs-60{margin-left:auto;margin-right:60%}.flex-offset-gt-xs-65,.layout-margin .flex-offset-gt-xs-65,.layout-margin .offset-gt-xs-65,.offset-gt-xs-65{margin-left:65%}[dir=rtl] .flex-offset-gt-xs-65,[dir=rtl] .layout-margin .flex-offset-gt-xs-65,[dir=rtl] .layout-margin .offset-gt-xs-65,[dir=rtl] .offset-gt-xs-65{margin-left:auto;margin-right:65%}.flex-offset-gt-xs-70,.layout-margin .flex-offset-gt-xs-70,.layout-margin .offset-gt-xs-70,.offset-gt-xs-70{margin-left:70%}[dir=rtl] .flex-offset-gt-xs-70,[dir=rtl] .layout-margin .flex-offset-gt-xs-70,[dir=rtl] .layout-margin .offset-gt-xs-70,[dir=rtl] .offset-gt-xs-70{margin-left:auto;margin-right:70%}.flex-offset-gt-xs-75,.layout-margin .flex-offset-gt-xs-75,.layout-margin .offset-gt-xs-75,.offset-gt-xs-75{margin-left:75%}[dir=rtl] .flex-offset-gt-xs-75,[dir=rtl] .layout-margin .flex-offset-gt-xs-75,[dir=rtl] .layout-margin .offset-gt-xs-75,[dir=rtl] .offset-gt-xs-75{margin-left:auto;margin-right:75%}.flex-offset-gt-xs-80,.layout-margin .flex-offset-gt-xs-80,.layout-margin .offset-gt-xs-80,.offset-gt-xs-80{margin-left:80%}[dir=rtl] .flex-offset-gt-xs-80,[dir=rtl] .layout-margin .flex-offset-gt-xs-80,[dir=rtl] .layout-margin .offset-gt-xs-80,[dir=rtl] .offset-gt-xs-80{margin-left:auto;margin-right:80%}.flex-offset-gt-xs-85,.layout-margin .flex-offset-gt-xs-85,.layout-margin .offset-gt-xs-85,.offset-gt-xs-85{margin-left:85%}[dir=rtl] .flex-offset-gt-xs-85,[dir=rtl] .layout-margin .flex-offset-gt-xs-85,[dir=rtl] .layout-margin .offset-gt-xs-85,[dir=rtl] .offset-gt-xs-85{margin-left:auto;margin-right:85%}.flex-offset-gt-xs-90,.layout-margin .flex-offset-gt-xs-90,.layout-margin .offset-gt-xs-90,.offset-gt-xs-90{margin-left:90%}[dir=rtl] .flex-offset-gt-xs-90,[dir=rtl] .layout-margin .flex-offset-gt-xs-90,[dir=rtl] .layout-margin .offset-gt-xs-90,[dir=rtl] .offset-gt-xs-90{margin-left:auto;margin-right:90%}.flex-offset-gt-xs-95,.layout-margin .flex-offset-gt-xs-95,.layout-margin .offset-gt-xs-95,.offset-gt-xs-95{margin-left:95%}[dir=rtl] .flex-offset-gt-xs-95,[dir=rtl] .layout-margin .flex-offset-gt-xs-95,[dir=rtl] .layout-margin .offset-gt-xs-95,[dir=rtl] .offset-gt-xs-95{margin-left:auto;margin-right:95%}.flex-offset-gt-xs-33,.layout-margin .flex-offset-gt-xs-33,.layout-margin .offset-gt-xs-33,.offset-gt-xs-33{margin-left:33.3333333333%}.flex-offset-gt-xs-66,.layout-margin .flex-offset-gt-xs-66,.layout-margin .offset-gt-xs-66,.offset-gt-xs-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-gt-xs-66,[dir=rtl] .layout-margin .flex-offset-gt-xs-66,[dir=rtl] .layout-margin .offset-gt-xs-66,[dir=rtl] .offset-gt-xs-66{margin-left:auto;margin-right:66.6666666667%}.layout-align-gt-xs,.layout-align-gt-xs-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-gt-xs-start,.layout-align-gt-xs-start-center,.layout-align-gt-xs-start-end,.layout-align-gt-xs-start-start,.layout-align-gt-xs-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-gt-xs-center,.layout-align-gt-xs-center-center,.layout-align-gt-xs-center-end,.layout-align-gt-xs-center-start,.layout-align-gt-xs-center-stretch{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.layout-align-gt-xs-end,.layout-align-gt-xs-end-center,.layout-align-gt-xs-end-end,.layout-align-gt-xs-end-start,.layout-align-gt-xs-end-stretch{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-gt-xs-space-around,.layout-align-gt-xs-space-around-center,.layout-align-gt-xs-space-around-end,.layout-align-gt-xs-space-around-start,.layout-align-gt-xs-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-gt-xs-space-between,.layout-align-gt-xs-space-between-center,.layout-align-gt-xs-space-between-end,.layout-align-gt-xs-space-between-start,.layout-align-gt-xs-space-between-stretch{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.layout-align-gt-xs-center-start,.layout-align-gt-xs-end-start,.layout-align-gt-xs-space-around-start,.layout-align-gt-xs-space-between-start,.layout-align-gt-xs-start-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-gt-xs-center-center,.layout-align-gt-xs-end-center,.layout-align-gt-xs-space-around-center,.layout-align-gt-xs-space-between-center,.layout-align-gt-xs-start-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-gt-xs-center-center>*,.layout-align-gt-xs-end-center>*,.layout-align-gt-xs-space-around-center>*,.layout-align-gt-xs-space-between-center>*,.layout-align-gt-xs-start-center>*{max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-align-gt-xs-center-end,.layout-align-gt-xs-end-end,.layout-align-gt-xs-space-around-end,.layout-align-gt-xs-space-between-end,.layout-align-gt-xs-start-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-gt-xs-center-stretch,.layout-align-gt-xs-end-stretch,.layout-align-gt-xs-space-around-stretch,.layout-align-gt-xs-space-between-stretch,.layout-align-gt-xs-start-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-gt-xs{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-grow{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-initial{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-none{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-noshrink{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-nogrow{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-column>.flex-gt-xs-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-gt-xs-column>.flex-gt-xs-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:0}.flex-gt-xs-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-xs-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-xs-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-xs-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-row>.flex{min-width:0}.layout-gt-xs-column>.flex-gt-xs-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex-gt-xs-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-xs-column>.flex{min-height:0}.layout-gt-xs,.layout-gt-xs-column,.layout-gt-xs-row{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}.layout-gt-xs-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.layout-gt-xs-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (min-width:600px) and (max-width:959px){.hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show),.hide:not(.show-gt-xs):not(.show-sm):not(.show){display:none}.hide-sm:not(.show-gt-xs):not(.show-sm):not(.show){display:none}.flex-order-sm--20{-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}.flex-order-sm--19{-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}.flex-order-sm--18{-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}.flex-order-sm--17{-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}.flex-order-sm--16{-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}.flex-order-sm--15{-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}.flex-order-sm--14{-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}.flex-order-sm--13{-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}.flex-order-sm--12{-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}.flex-order-sm--11{-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}.flex-order-sm--10{-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}.flex-order-sm--9{-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}.flex-order-sm--8{-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}.flex-order-sm--7{-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}.flex-order-sm--6{-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}.flex-order-sm--5{-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}.flex-order-sm--4{-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}.flex-order-sm--3{-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}.flex-order-sm--2{-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}.flex-order-sm--1{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.flex-order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.flex-order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.flex-order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.flex-order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.flex-order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.flex-order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.flex-order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.flex-order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.flex-order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.flex-order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.flex-order-sm-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.flex-order-sm-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.flex-order-sm-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.flex-order-sm-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.flex-order-sm-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.flex-order-sm-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.flex-order-sm-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.flex-order-sm-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.flex-offset-sm-0,.layout-margin .flex-offset-sm-0,.layout-margin .offset-sm-0,.offset-sm-0{margin-left:0}[dir=rtl] .flex-offset-sm-0,[dir=rtl] .layout-margin .flex-offset-sm-0,[dir=rtl] .layout-margin .offset-sm-0,[dir=rtl] .offset-sm-0{margin-left:auto;margin-right:0}.flex-offset-sm-5,.layout-margin .flex-offset-sm-5,.layout-margin .offset-sm-5,.offset-sm-5{margin-left:5%}[dir=rtl] .flex-offset-sm-5,[dir=rtl] .layout-margin .flex-offset-sm-5,[dir=rtl] .layout-margin .offset-sm-5,[dir=rtl] .offset-sm-5{margin-left:auto;margin-right:5%}.flex-offset-sm-10,.layout-margin .flex-offset-sm-10,.layout-margin .offset-sm-10,.offset-sm-10{margin-left:10%}[dir=rtl] .flex-offset-sm-10,[dir=rtl] .layout-margin .flex-offset-sm-10,[dir=rtl] .layout-margin .offset-sm-10,[dir=rtl] .offset-sm-10{margin-left:auto;margin-right:10%}.flex-offset-sm-15,.layout-margin .flex-offset-sm-15,.layout-margin .offset-sm-15,.offset-sm-15{margin-left:15%}[dir=rtl] .flex-offset-sm-15,[dir=rtl] .layout-margin .flex-offset-sm-15,[dir=rtl] .layout-margin .offset-sm-15,[dir=rtl] .offset-sm-15{margin-left:auto;margin-right:15%}.flex-offset-sm-20,.layout-margin .flex-offset-sm-20,.layout-margin .offset-sm-20,.offset-sm-20{margin-left:20%}[dir=rtl] .flex-offset-sm-20,[dir=rtl] .layout-margin .flex-offset-sm-20,[dir=rtl] .layout-margin .offset-sm-20,[dir=rtl] .offset-sm-20{margin-left:auto;margin-right:20%}.flex-offset-sm-25,.layout-margin .flex-offset-sm-25,.layout-margin .offset-sm-25,.offset-sm-25{margin-left:25%}[dir=rtl] .flex-offset-sm-25,[dir=rtl] .layout-margin .flex-offset-sm-25,[dir=rtl] .layout-margin .offset-sm-25,[dir=rtl] .offset-sm-25{margin-left:auto;margin-right:25%}.flex-offset-sm-30,.layout-margin .flex-offset-sm-30,.layout-margin .offset-sm-30,.offset-sm-30{margin-left:30%}[dir=rtl] .flex-offset-sm-30,[dir=rtl] .layout-margin .flex-offset-sm-30,[dir=rtl] .layout-margin .offset-sm-30,[dir=rtl] .offset-sm-30{margin-left:auto;margin-right:30%}.flex-offset-sm-35,.layout-margin .flex-offset-sm-35,.layout-margin .offset-sm-35,.offset-sm-35{margin-left:35%}[dir=rtl] .flex-offset-sm-35,[dir=rtl] .layout-margin .flex-offset-sm-35,[dir=rtl] .layout-margin .offset-sm-35,[dir=rtl] .offset-sm-35{margin-left:auto;margin-right:35%}.flex-offset-sm-40,.layout-margin .flex-offset-sm-40,.layout-margin .offset-sm-40,.offset-sm-40{margin-left:40%}[dir=rtl] .flex-offset-sm-40,[dir=rtl] .layout-margin .flex-offset-sm-40,[dir=rtl] .layout-margin .offset-sm-40,[dir=rtl] .offset-sm-40{margin-left:auto;margin-right:40%}.flex-offset-sm-45,.layout-margin .flex-offset-sm-45,.layout-margin .offset-sm-45,.offset-sm-45{margin-left:45%}[dir=rtl] .flex-offset-sm-45,[dir=rtl] .layout-margin .flex-offset-sm-45,[dir=rtl] .layout-margin .offset-sm-45,[dir=rtl] .offset-sm-45{margin-left:auto;margin-right:45%}.flex-offset-sm-50,.layout-margin .flex-offset-sm-50,.layout-margin .offset-sm-50,.offset-sm-50{margin-left:50%}[dir=rtl] .flex-offset-sm-50,[dir=rtl] .layout-margin .flex-offset-sm-50,[dir=rtl] .layout-margin .offset-sm-50,[dir=rtl] .offset-sm-50{margin-left:auto;margin-right:50%}.flex-offset-sm-55,.layout-margin .flex-offset-sm-55,.layout-margin .offset-sm-55,.offset-sm-55{margin-left:55%}[dir=rtl] .flex-offset-sm-55,[dir=rtl] .layout-margin .flex-offset-sm-55,[dir=rtl] .layout-margin .offset-sm-55,[dir=rtl] .offset-sm-55{margin-left:auto;margin-right:55%}.flex-offset-sm-60,.layout-margin .flex-offset-sm-60,.layout-margin .offset-sm-60,.offset-sm-60{margin-left:60%}[dir=rtl] .flex-offset-sm-60,[dir=rtl] .layout-margin .flex-offset-sm-60,[dir=rtl] .layout-margin .offset-sm-60,[dir=rtl] .offset-sm-60{margin-left:auto;margin-right:60%}.flex-offset-sm-65,.layout-margin .flex-offset-sm-65,.layout-margin .offset-sm-65,.offset-sm-65{margin-left:65%}[dir=rtl] .flex-offset-sm-65,[dir=rtl] .layout-margin .flex-offset-sm-65,[dir=rtl] .layout-margin .offset-sm-65,[dir=rtl] .offset-sm-65{margin-left:auto;margin-right:65%}.flex-offset-sm-70,.layout-margin .flex-offset-sm-70,.layout-margin .offset-sm-70,.offset-sm-70{margin-left:70%}[dir=rtl] .flex-offset-sm-70,[dir=rtl] .layout-margin .flex-offset-sm-70,[dir=rtl] .layout-margin .offset-sm-70,[dir=rtl] .offset-sm-70{margin-left:auto;margin-right:70%}.flex-offset-sm-75,.layout-margin .flex-offset-sm-75,.layout-margin .offset-sm-75,.offset-sm-75{margin-left:75%}[dir=rtl] .flex-offset-sm-75,[dir=rtl] .layout-margin .flex-offset-sm-75,[dir=rtl] .layout-margin .offset-sm-75,[dir=rtl] .offset-sm-75{margin-left:auto;margin-right:75%}.flex-offset-sm-80,.layout-margin .flex-offset-sm-80,.layout-margin .offset-sm-80,.offset-sm-80{margin-left:80%}[dir=rtl] .flex-offset-sm-80,[dir=rtl] .layout-margin .flex-offset-sm-80,[dir=rtl] .layout-margin .offset-sm-80,[dir=rtl] .offset-sm-80{margin-left:auto;margin-right:80%}.flex-offset-sm-85,.layout-margin .flex-offset-sm-85,.layout-margin .offset-sm-85,.offset-sm-85{margin-left:85%}[dir=rtl] .flex-offset-sm-85,[dir=rtl] .layout-margin .flex-offset-sm-85,[dir=rtl] .layout-margin .offset-sm-85,[dir=rtl] .offset-sm-85{margin-left:auto;margin-right:85%}.flex-offset-sm-90,.layout-margin .flex-offset-sm-90,.layout-margin .offset-sm-90,.offset-sm-90{margin-left:90%}[dir=rtl] .flex-offset-sm-90,[dir=rtl] .layout-margin .flex-offset-sm-90,[dir=rtl] .layout-margin .offset-sm-90,[dir=rtl] .offset-sm-90{margin-left:auto;margin-right:90%}.flex-offset-sm-95,.layout-margin .flex-offset-sm-95,.layout-margin .offset-sm-95,.offset-sm-95{margin-left:95%}[dir=rtl] .flex-offset-sm-95,[dir=rtl] .layout-margin .flex-offset-sm-95,[dir=rtl] .layout-margin .offset-sm-95,[dir=rtl] .offset-sm-95{margin-left:auto;margin-right:95%}.flex-offset-sm-33,.layout-margin .flex-offset-sm-33,.layout-margin .offset-sm-33,.offset-sm-33{margin-left:33.3333333333%}.flex-offset-sm-66,.layout-margin .flex-offset-sm-66,.layout-margin .offset-sm-66,.offset-sm-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-sm-66,[dir=rtl] .layout-margin .flex-offset-sm-66,[dir=rtl] .layout-margin .offset-sm-66,[dir=rtl] .offset-sm-66{margin-left:auto;margin-right:66.6666666667%}.layout-align-sm,.layout-align-sm-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-sm-start,.layout-align-sm-start-center,.layout-align-sm-start-end,.layout-align-sm-start-start,.layout-align-sm-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-sm-center,.layout-align-sm-center-center,.layout-align-sm-center-end,.layout-align-sm-center-start,.layout-align-sm-center-stretch{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.layout-align-sm-end,.layout-align-sm-end-center,.layout-align-sm-end-end,.layout-align-sm-end-start,.layout-align-sm-end-stretch{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-sm-space-around,.layout-align-sm-space-around-center,.layout-align-sm-space-around-end,.layout-align-sm-space-around-start,.layout-align-sm-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-sm-space-between,.layout-align-sm-space-between-center,.layout-align-sm-space-between-end,.layout-align-sm-space-between-start,.layout-align-sm-space-between-stretch{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.layout-align-sm-center-start,.layout-align-sm-end-start,.layout-align-sm-space-around-start,.layout-align-sm-space-between-start,.layout-align-sm-start-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-sm-center-center,.layout-align-sm-end-center,.layout-align-sm-space-around-center,.layout-align-sm-space-between-center,.layout-align-sm-start-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-sm-center-center>*,.layout-align-sm-end-center>*,.layout-align-sm-space-around-center>*,.layout-align-sm-space-between-center>*,.layout-align-sm-start-center>*{max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-align-sm-center-end,.layout-align-sm-end-end,.layout-align-sm-space-around-end,.layout-align-sm-space-between-end,.layout-align-sm-start-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-sm-center-stretch,.layout-align-sm-end-stretch,.layout-align-sm-space-around-stretch,.layout-align-sm-space-between-stretch,.layout-align-sm-start-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-sm{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-grow{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-initial{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-none{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-noshrink{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-nogrow{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-column>.flex-sm-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-sm-column>.flex-sm-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:0}.flex-sm-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-sm-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-sm-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-sm-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex-sm-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-row>.flex{min-width:0}.layout-sm-column>.flex-sm-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex-sm-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-sm-column>.flex{min-height:0}.layout-sm,.layout-sm-column,.layout-sm-row{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}.layout-sm-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.layout-sm-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (min-width:960px){.flex-order-gt-sm--20{-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}.flex-order-gt-sm--19{-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}.flex-order-gt-sm--18{-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}.flex-order-gt-sm--17{-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}.flex-order-gt-sm--16{-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}.flex-order-gt-sm--15{-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}.flex-order-gt-sm--14{-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}.flex-order-gt-sm--13{-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}.flex-order-gt-sm--12{-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}.flex-order-gt-sm--11{-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}.flex-order-gt-sm--10{-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}.flex-order-gt-sm--9{-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}.flex-order-gt-sm--8{-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}.flex-order-gt-sm--7{-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}.flex-order-gt-sm--6{-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}.flex-order-gt-sm--5{-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}.flex-order-gt-sm--4{-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}.flex-order-gt-sm--3{-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}.flex-order-gt-sm--2{-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}.flex-order-gt-sm--1{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-order-gt-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-order-gt-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-order-gt-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.flex-order-gt-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.flex-order-gt-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.flex-order-gt-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.flex-order-gt-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.flex-order-gt-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.flex-order-gt-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.flex-order-gt-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.flex-order-gt-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.flex-order-gt-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.flex-order-gt-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.flex-order-gt-sm-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.flex-order-gt-sm-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.flex-order-gt-sm-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.flex-order-gt-sm-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.flex-order-gt-sm-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.flex-order-gt-sm-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.flex-order-gt-sm-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.flex-order-gt-sm-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.flex-offset-gt-sm-0,.layout-margin .flex-offset-gt-sm-0,.layout-margin .offset-gt-sm-0,.offset-gt-sm-0{margin-left:0}[dir=rtl] .flex-offset-gt-sm-0,[dir=rtl] .layout-margin .flex-offset-gt-sm-0,[dir=rtl] .layout-margin .offset-gt-sm-0,[dir=rtl] .offset-gt-sm-0{margin-left:auto;margin-right:0}.flex-offset-gt-sm-5,.layout-margin .flex-offset-gt-sm-5,.layout-margin .offset-gt-sm-5,.offset-gt-sm-5{margin-left:5%}[dir=rtl] .flex-offset-gt-sm-5,[dir=rtl] .layout-margin .flex-offset-gt-sm-5,[dir=rtl] .layout-margin .offset-gt-sm-5,[dir=rtl] .offset-gt-sm-5{margin-left:auto;margin-right:5%}.flex-offset-gt-sm-10,.layout-margin .flex-offset-gt-sm-10,.layout-margin .offset-gt-sm-10,.offset-gt-sm-10{margin-left:10%}[dir=rtl] .flex-offset-gt-sm-10,[dir=rtl] .layout-margin .flex-offset-gt-sm-10,[dir=rtl] .layout-margin .offset-gt-sm-10,[dir=rtl] .offset-gt-sm-10{margin-left:auto;margin-right:10%}.flex-offset-gt-sm-15,.layout-margin .flex-offset-gt-sm-15,.layout-margin .offset-gt-sm-15,.offset-gt-sm-15{margin-left:15%}[dir=rtl] .flex-offset-gt-sm-15,[dir=rtl] .layout-margin .flex-offset-gt-sm-15,[dir=rtl] .layout-margin .offset-gt-sm-15,[dir=rtl] .offset-gt-sm-15{margin-left:auto;margin-right:15%}.flex-offset-gt-sm-20,.layout-margin .flex-offset-gt-sm-20,.layout-margin .offset-gt-sm-20,.offset-gt-sm-20{margin-left:20%}[dir=rtl] .flex-offset-gt-sm-20,[dir=rtl] .layout-margin .flex-offset-gt-sm-20,[dir=rtl] .layout-margin .offset-gt-sm-20,[dir=rtl] .offset-gt-sm-20{margin-left:auto;margin-right:20%}.flex-offset-gt-sm-25,.layout-margin .flex-offset-gt-sm-25,.layout-margin .offset-gt-sm-25,.offset-gt-sm-25{margin-left:25%}[dir=rtl] .flex-offset-gt-sm-25,[dir=rtl] .layout-margin .flex-offset-gt-sm-25,[dir=rtl] .layout-margin .offset-gt-sm-25,[dir=rtl] .offset-gt-sm-25{margin-left:auto;margin-right:25%}.flex-offset-gt-sm-30,.layout-margin .flex-offset-gt-sm-30,.layout-margin .offset-gt-sm-30,.offset-gt-sm-30{margin-left:30%}[dir=rtl] .flex-offset-gt-sm-30,[dir=rtl] .layout-margin .flex-offset-gt-sm-30,[dir=rtl] .layout-margin .offset-gt-sm-30,[dir=rtl] .offset-gt-sm-30{margin-left:auto;margin-right:30%}.flex-offset-gt-sm-35,.layout-margin .flex-offset-gt-sm-35,.layout-margin .offset-gt-sm-35,.offset-gt-sm-35{margin-left:35%}[dir=rtl] .flex-offset-gt-sm-35,[dir=rtl] .layout-margin .flex-offset-gt-sm-35,[dir=rtl] .layout-margin .offset-gt-sm-35,[dir=rtl] .offset-gt-sm-35{margin-left:auto;margin-right:35%}.flex-offset-gt-sm-40,.layout-margin .flex-offset-gt-sm-40,.layout-margin .offset-gt-sm-40,.offset-gt-sm-40{margin-left:40%}[dir=rtl] .flex-offset-gt-sm-40,[dir=rtl] .layout-margin .flex-offset-gt-sm-40,[dir=rtl] .layout-margin .offset-gt-sm-40,[dir=rtl] .offset-gt-sm-40{margin-left:auto;margin-right:40%}.flex-offset-gt-sm-45,.layout-margin .flex-offset-gt-sm-45,.layout-margin .offset-gt-sm-45,.offset-gt-sm-45{margin-left:45%}[dir=rtl] .flex-offset-gt-sm-45,[dir=rtl] .layout-margin .flex-offset-gt-sm-45,[dir=rtl] .layout-margin .offset-gt-sm-45,[dir=rtl] .offset-gt-sm-45{margin-left:auto;margin-right:45%}.flex-offset-gt-sm-50,.layout-margin .flex-offset-gt-sm-50,.layout-margin .offset-gt-sm-50,.offset-gt-sm-50{margin-left:50%}[dir=rtl] .flex-offset-gt-sm-50,[dir=rtl] .layout-margin .flex-offset-gt-sm-50,[dir=rtl] .layout-margin .offset-gt-sm-50,[dir=rtl] .offset-gt-sm-50{margin-left:auto;margin-right:50%}.flex-offset-gt-sm-55,.layout-margin .flex-offset-gt-sm-55,.layout-margin .offset-gt-sm-55,.offset-gt-sm-55{margin-left:55%}[dir=rtl] .flex-offset-gt-sm-55,[dir=rtl] .layout-margin .flex-offset-gt-sm-55,[dir=rtl] .layout-margin .offset-gt-sm-55,[dir=rtl] .offset-gt-sm-55{margin-left:auto;margin-right:55%}.flex-offset-gt-sm-60,.layout-margin .flex-offset-gt-sm-60,.layout-margin .offset-gt-sm-60,.offset-gt-sm-60{margin-left:60%}[dir=rtl] .flex-offset-gt-sm-60,[dir=rtl] .layout-margin .flex-offset-gt-sm-60,[dir=rtl] .layout-margin .offset-gt-sm-60,[dir=rtl] .offset-gt-sm-60{margin-left:auto;margin-right:60%}.flex-offset-gt-sm-65,.layout-margin .flex-offset-gt-sm-65,.layout-margin .offset-gt-sm-65,.offset-gt-sm-65{margin-left:65%}[dir=rtl] .flex-offset-gt-sm-65,[dir=rtl] .layout-margin .flex-offset-gt-sm-65,[dir=rtl] .layout-margin .offset-gt-sm-65,[dir=rtl] .offset-gt-sm-65{margin-left:auto;margin-right:65%}.flex-offset-gt-sm-70,.layout-margin .flex-offset-gt-sm-70,.layout-margin .offset-gt-sm-70,.offset-gt-sm-70{margin-left:70%}[dir=rtl] .flex-offset-gt-sm-70,[dir=rtl] .layout-margin .flex-offset-gt-sm-70,[dir=rtl] .layout-margin .offset-gt-sm-70,[dir=rtl] .offset-gt-sm-70{margin-left:auto;margin-right:70%}.flex-offset-gt-sm-75,.layout-margin .flex-offset-gt-sm-75,.layout-margin .offset-gt-sm-75,.offset-gt-sm-75{margin-left:75%}[dir=rtl] .flex-offset-gt-sm-75,[dir=rtl] .layout-margin .flex-offset-gt-sm-75,[dir=rtl] .layout-margin .offset-gt-sm-75,[dir=rtl] .offset-gt-sm-75{margin-left:auto;margin-right:75%}.flex-offset-gt-sm-80,.layout-margin .flex-offset-gt-sm-80,.layout-margin .offset-gt-sm-80,.offset-gt-sm-80{margin-left:80%}[dir=rtl] .flex-offset-gt-sm-80,[dir=rtl] .layout-margin .flex-offset-gt-sm-80,[dir=rtl] .layout-margin .offset-gt-sm-80,[dir=rtl] .offset-gt-sm-80{margin-left:auto;margin-right:80%}.flex-offset-gt-sm-85,.layout-margin .flex-offset-gt-sm-85,.layout-margin .offset-gt-sm-85,.offset-gt-sm-85{margin-left:85%}[dir=rtl] .flex-offset-gt-sm-85,[dir=rtl] .layout-margin .flex-offset-gt-sm-85,[dir=rtl] .layout-margin .offset-gt-sm-85,[dir=rtl] .offset-gt-sm-85{margin-left:auto;margin-right:85%}.flex-offset-gt-sm-90,.layout-margin .flex-offset-gt-sm-90,.layout-margin .offset-gt-sm-90,.offset-gt-sm-90{margin-left:90%}[dir=rtl] .flex-offset-gt-sm-90,[dir=rtl] .layout-margin .flex-offset-gt-sm-90,[dir=rtl] .layout-margin .offset-gt-sm-90,[dir=rtl] .offset-gt-sm-90{margin-left:auto;margin-right:90%}.flex-offset-gt-sm-95,.layout-margin .flex-offset-gt-sm-95,.layout-margin .offset-gt-sm-95,.offset-gt-sm-95{margin-left:95%}[dir=rtl] .flex-offset-gt-sm-95,[dir=rtl] .layout-margin .flex-offset-gt-sm-95,[dir=rtl] .layout-margin .offset-gt-sm-95,[dir=rtl] .offset-gt-sm-95{margin-left:auto;margin-right:95%}.flex-offset-gt-sm-33,.layout-margin .flex-offset-gt-sm-33,.layout-margin .offset-gt-sm-33,.offset-gt-sm-33{margin-left:33.3333333333%}.flex-offset-gt-sm-66,.layout-margin .flex-offset-gt-sm-66,.layout-margin .offset-gt-sm-66,.offset-gt-sm-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-gt-sm-66,[dir=rtl] .layout-margin .flex-offset-gt-sm-66,[dir=rtl] .layout-margin .offset-gt-sm-66,[dir=rtl] .offset-gt-sm-66{margin-left:auto;margin-right:66.6666666667%}.layout-align-gt-sm,.layout-align-gt-sm-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-gt-sm-start,.layout-align-gt-sm-start-center,.layout-align-gt-sm-start-end,.layout-align-gt-sm-start-start,.layout-align-gt-sm-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-gt-sm-center,.layout-align-gt-sm-center-center,.layout-align-gt-sm-center-end,.layout-align-gt-sm-center-start,.layout-align-gt-sm-center-stretch{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.layout-align-gt-sm-end,.layout-align-gt-sm-end-center,.layout-align-gt-sm-end-end,.layout-align-gt-sm-end-start,.layout-align-gt-sm-end-stretch{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-gt-sm-space-around,.layout-align-gt-sm-space-around-center,.layout-align-gt-sm-space-around-end,.layout-align-gt-sm-space-around-start,.layout-align-gt-sm-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-gt-sm-space-between,.layout-align-gt-sm-space-between-center,.layout-align-gt-sm-space-between-end,.layout-align-gt-sm-space-between-start,.layout-align-gt-sm-space-between-stretch{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.layout-align-gt-sm-center-start,.layout-align-gt-sm-end-start,.layout-align-gt-sm-space-around-start,.layout-align-gt-sm-space-between-start,.layout-align-gt-sm-start-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-gt-sm-center-center,.layout-align-gt-sm-end-center,.layout-align-gt-sm-space-around-center,.layout-align-gt-sm-space-between-center,.layout-align-gt-sm-start-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-gt-sm-center-center>*,.layout-align-gt-sm-end-center>*,.layout-align-gt-sm-space-around-center>*,.layout-align-gt-sm-space-between-center>*,.layout-align-gt-sm-start-center>*{max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-align-gt-sm-center-end,.layout-align-gt-sm-end-end,.layout-align-gt-sm-space-around-end,.layout-align-gt-sm-space-between-end,.layout-align-gt-sm-start-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-gt-sm-center-stretch,.layout-align-gt-sm-end-stretch,.layout-align-gt-sm-space-around-stretch,.layout-align-gt-sm-space-between-stretch,.layout-align-gt-sm-start-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-gt-sm{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-grow{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-initial{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-none{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-noshrink{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-nogrow{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-column>.flex-gt-sm-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-gt-sm-column>.flex-gt-sm-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:0}.flex-gt-sm-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-sm-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-sm-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-sm-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-row>.flex{min-width:0}.layout-gt-sm-column>.flex-gt-sm-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex-gt-sm-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-sm-column>.flex{min-height:0}.layout-gt-sm,.layout-gt-sm-column,.layout-gt-sm-row{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}.layout-gt-sm-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.layout-gt-sm-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (min-width:960px) and (max-width:1279px){.hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),.hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show){display:none}.hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show){display:none}.flex-order-md--20{-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}.flex-order-md--19{-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}.flex-order-md--18{-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}.flex-order-md--17{-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}.flex-order-md--16{-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}.flex-order-md--15{-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}.flex-order-md--14{-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}.flex-order-md--13{-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}.flex-order-md--12{-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}.flex-order-md--11{-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}.flex-order-md--10{-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}.flex-order-md--9{-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}.flex-order-md--8{-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}.flex-order-md--7{-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}.flex-order-md--6{-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}.flex-order-md--5{-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}.flex-order-md--4{-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}.flex-order-md--3{-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}.flex-order-md--2{-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}.flex-order-md--1{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.flex-order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.flex-order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.flex-order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.flex-order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.flex-order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.flex-order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.flex-order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.flex-order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.flex-order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.flex-order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.flex-order-md-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.flex-order-md-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.flex-order-md-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.flex-order-md-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.flex-order-md-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.flex-order-md-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.flex-order-md-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.flex-order-md-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.flex-offset-md-0,.layout-margin .flex-offset-md-0,.layout-margin .offset-md-0,.offset-md-0{margin-left:0}[dir=rtl] .flex-offset-md-0,[dir=rtl] .layout-margin .flex-offset-md-0,[dir=rtl] .layout-margin .offset-md-0,[dir=rtl] .offset-md-0{margin-left:auto;margin-right:0}.flex-offset-md-5,.layout-margin .flex-offset-md-5,.layout-margin .offset-md-5,.offset-md-5{margin-left:5%}[dir=rtl] .flex-offset-md-5,[dir=rtl] .layout-margin .flex-offset-md-5,[dir=rtl] .layout-margin .offset-md-5,[dir=rtl] .offset-md-5{margin-left:auto;margin-right:5%}.flex-offset-md-10,.layout-margin .flex-offset-md-10,.layout-margin .offset-md-10,.offset-md-10{margin-left:10%}[dir=rtl] .flex-offset-md-10,[dir=rtl] .layout-margin .flex-offset-md-10,[dir=rtl] .layout-margin .offset-md-10,[dir=rtl] .offset-md-10{margin-left:auto;margin-right:10%}.flex-offset-md-15,.layout-margin .flex-offset-md-15,.layout-margin .offset-md-15,.offset-md-15{margin-left:15%}[dir=rtl] .flex-offset-md-15,[dir=rtl] .layout-margin .flex-offset-md-15,[dir=rtl] .layout-margin .offset-md-15,[dir=rtl] .offset-md-15{margin-left:auto;margin-right:15%}.flex-offset-md-20,.layout-margin .flex-offset-md-20,.layout-margin .offset-md-20,.offset-md-20{margin-left:20%}[dir=rtl] .flex-offset-md-20,[dir=rtl] .layout-margin .flex-offset-md-20,[dir=rtl] .layout-margin .offset-md-20,[dir=rtl] .offset-md-20{margin-left:auto;margin-right:20%}.flex-offset-md-25,.layout-margin .flex-offset-md-25,.layout-margin .offset-md-25,.offset-md-25{margin-left:25%}[dir=rtl] .flex-offset-md-25,[dir=rtl] .layout-margin .flex-offset-md-25,[dir=rtl] .layout-margin .offset-md-25,[dir=rtl] .offset-md-25{margin-left:auto;margin-right:25%}.flex-offset-md-30,.layout-margin .flex-offset-md-30,.layout-margin .offset-md-30,.offset-md-30{margin-left:30%}[dir=rtl] .flex-offset-md-30,[dir=rtl] .layout-margin .flex-offset-md-30,[dir=rtl] .layout-margin .offset-md-30,[dir=rtl] .offset-md-30{margin-left:auto;margin-right:30%}.flex-offset-md-35,.layout-margin .flex-offset-md-35,.layout-margin .offset-md-35,.offset-md-35{margin-left:35%}[dir=rtl] .flex-offset-md-35,[dir=rtl] .layout-margin .flex-offset-md-35,[dir=rtl] .layout-margin .offset-md-35,[dir=rtl] .offset-md-35{margin-left:auto;margin-right:35%}.flex-offset-md-40,.layout-margin .flex-offset-md-40,.layout-margin .offset-md-40,.offset-md-40{margin-left:40%}[dir=rtl] .flex-offset-md-40,[dir=rtl] .layout-margin .flex-offset-md-40,[dir=rtl] .layout-margin .offset-md-40,[dir=rtl] .offset-md-40{margin-left:auto;margin-right:40%}.flex-offset-md-45,.layout-margin .flex-offset-md-45,.layout-margin .offset-md-45,.offset-md-45{margin-left:45%}[dir=rtl] .flex-offset-md-45,[dir=rtl] .layout-margin .flex-offset-md-45,[dir=rtl] .layout-margin .offset-md-45,[dir=rtl] .offset-md-45{margin-left:auto;margin-right:45%}.flex-offset-md-50,.layout-margin .flex-offset-md-50,.layout-margin .offset-md-50,.offset-md-50{margin-left:50%}[dir=rtl] .flex-offset-md-50,[dir=rtl] .layout-margin .flex-offset-md-50,[dir=rtl] .layout-margin .offset-md-50,[dir=rtl] .offset-md-50{margin-left:auto;margin-right:50%}.flex-offset-md-55,.layout-margin .flex-offset-md-55,.layout-margin .offset-md-55,.offset-md-55{margin-left:55%}[dir=rtl] .flex-offset-md-55,[dir=rtl] .layout-margin .flex-offset-md-55,[dir=rtl] .layout-margin .offset-md-55,[dir=rtl] .offset-md-55{margin-left:auto;margin-right:55%}.flex-offset-md-60,.layout-margin .flex-offset-md-60,.layout-margin .offset-md-60,.offset-md-60{margin-left:60%}[dir=rtl] .flex-offset-md-60,[dir=rtl] .layout-margin .flex-offset-md-60,[dir=rtl] .layout-margin .offset-md-60,[dir=rtl] .offset-md-60{margin-left:auto;margin-right:60%}.flex-offset-md-65,.layout-margin .flex-offset-md-65,.layout-margin .offset-md-65,.offset-md-65{margin-left:65%}[dir=rtl] .flex-offset-md-65,[dir=rtl] .layout-margin .flex-offset-md-65,[dir=rtl] .layout-margin .offset-md-65,[dir=rtl] .offset-md-65{margin-left:auto;margin-right:65%}.flex-offset-md-70,.layout-margin .flex-offset-md-70,.layout-margin .offset-md-70,.offset-md-70{margin-left:70%}[dir=rtl] .flex-offset-md-70,[dir=rtl] .layout-margin .flex-offset-md-70,[dir=rtl] .layout-margin .offset-md-70,[dir=rtl] .offset-md-70{margin-left:auto;margin-right:70%}.flex-offset-md-75,.layout-margin .flex-offset-md-75,.layout-margin .offset-md-75,.offset-md-75{margin-left:75%}[dir=rtl] .flex-offset-md-75,[dir=rtl] .layout-margin .flex-offset-md-75,[dir=rtl] .layout-margin .offset-md-75,[dir=rtl] .offset-md-75{margin-left:auto;margin-right:75%}.flex-offset-md-80,.layout-margin .flex-offset-md-80,.layout-margin .offset-md-80,.offset-md-80{margin-left:80%}[dir=rtl] .flex-offset-md-80,[dir=rtl] .layout-margin .flex-offset-md-80,[dir=rtl] .layout-margin .offset-md-80,[dir=rtl] .offset-md-80{margin-left:auto;margin-right:80%}.flex-offset-md-85,.layout-margin .flex-offset-md-85,.layout-margin .offset-md-85,.offset-md-85{margin-left:85%}[dir=rtl] .flex-offset-md-85,[dir=rtl] .layout-margin .flex-offset-md-85,[dir=rtl] .layout-margin .offset-md-85,[dir=rtl] .offset-md-85{margin-left:auto;margin-right:85%}.flex-offset-md-90,.layout-margin .flex-offset-md-90,.layout-margin .offset-md-90,.offset-md-90{margin-left:90%}[dir=rtl] .flex-offset-md-90,[dir=rtl] .layout-margin .flex-offset-md-90,[dir=rtl] .layout-margin .offset-md-90,[dir=rtl] .offset-md-90{margin-left:auto;margin-right:90%}.flex-offset-md-95,.layout-margin .flex-offset-md-95,.layout-margin .offset-md-95,.offset-md-95{margin-left:95%}[dir=rtl] .flex-offset-md-95,[dir=rtl] .layout-margin .flex-offset-md-95,[dir=rtl] .layout-margin .offset-md-95,[dir=rtl] .offset-md-95{margin-left:auto;margin-right:95%}.flex-offset-md-33,.layout-margin .flex-offset-md-33,.layout-margin .offset-md-33,.offset-md-33{margin-left:33.3333333333%}.flex-offset-md-66,.layout-margin .flex-offset-md-66,.layout-margin .offset-md-66,.offset-md-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-md-66,[dir=rtl] .layout-margin .flex-offset-md-66,[dir=rtl] .layout-margin .offset-md-66,[dir=rtl] .offset-md-66{margin-left:auto;margin-right:66.6666666667%}.layout-align-md,.layout-align-md-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-md-start,.layout-align-md-start-center,.layout-align-md-start-end,.layout-align-md-start-start,.layout-align-md-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-md-center,.layout-align-md-center-center,.layout-align-md-center-end,.layout-align-md-center-start,.layout-align-md-center-stretch{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.layout-align-md-end,.layout-align-md-end-center,.layout-align-md-end-end,.layout-align-md-end-start,.layout-align-md-end-stretch{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-md-space-around,.layout-align-md-space-around-center,.layout-align-md-space-around-end,.layout-align-md-space-around-start,.layout-align-md-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-md-space-between,.layout-align-md-space-between-center,.layout-align-md-space-between-end,.layout-align-md-space-between-start,.layout-align-md-space-between-stretch{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.layout-align-md-center-start,.layout-align-md-end-start,.layout-align-md-space-around-start,.layout-align-md-space-between-start,.layout-align-md-start-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-md-center-center,.layout-align-md-end-center,.layout-align-md-space-around-center,.layout-align-md-space-between-center,.layout-align-md-start-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-md-center-center>*,.layout-align-md-end-center>*,.layout-align-md-space-around-center>*,.layout-align-md-space-between-center>*,.layout-align-md-start-center>*{max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-align-md-center-end,.layout-align-md-end-end,.layout-align-md-space-around-end,.layout-align-md-space-between-end,.layout-align-md-start-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-md-center-stretch,.layout-align-md-end-stretch,.layout-align-md-space-around-stretch,.layout-align-md-space-between-stretch,.layout-align-md-start-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-md{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-grow{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-initial{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-none{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-noshrink{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-nogrow{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-column>.flex-md-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-md-column>.flex-md-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:0}.flex-md-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-md-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-md-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-md-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex-md-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-row>.flex{min-width:0}.layout-md-column>.flex-md-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex-md-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-md-column>.flex{min-height:0}.layout-md,.layout-md-column,.layout-md-row{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}.layout-md-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.layout-md-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (min-width:1280px){.flex-order-gt-md--20{-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}.flex-order-gt-md--19{-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}.flex-order-gt-md--18{-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}.flex-order-gt-md--17{-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}.flex-order-gt-md--16{-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}.flex-order-gt-md--15{-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}.flex-order-gt-md--14{-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}.flex-order-gt-md--13{-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}.flex-order-gt-md--12{-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}.flex-order-gt-md--11{-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}.flex-order-gt-md--10{-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}.flex-order-gt-md--9{-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}.flex-order-gt-md--8{-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}.flex-order-gt-md--7{-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}.flex-order-gt-md--6{-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}.flex-order-gt-md--5{-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}.flex-order-gt-md--4{-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}.flex-order-gt-md--3{-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}.flex-order-gt-md--2{-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}.flex-order-gt-md--1{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-order-gt-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-order-gt-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-order-gt-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.flex-order-gt-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.flex-order-gt-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.flex-order-gt-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.flex-order-gt-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.flex-order-gt-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.flex-order-gt-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.flex-order-gt-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.flex-order-gt-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.flex-order-gt-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.flex-order-gt-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.flex-order-gt-md-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.flex-order-gt-md-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.flex-order-gt-md-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.flex-order-gt-md-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.flex-order-gt-md-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.flex-order-gt-md-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.flex-order-gt-md-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.flex-order-gt-md-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.flex-offset-gt-md-0,.layout-margin .flex-offset-gt-md-0,.layout-margin .offset-gt-md-0,.offset-gt-md-0{margin-left:0}[dir=rtl] .flex-offset-gt-md-0,[dir=rtl] .layout-margin .flex-offset-gt-md-0,[dir=rtl] .layout-margin .offset-gt-md-0,[dir=rtl] .offset-gt-md-0{margin-left:auto;margin-right:0}.flex-offset-gt-md-5,.layout-margin .flex-offset-gt-md-5,.layout-margin .offset-gt-md-5,.offset-gt-md-5{margin-left:5%}[dir=rtl] .flex-offset-gt-md-5,[dir=rtl] .layout-margin .flex-offset-gt-md-5,[dir=rtl] .layout-margin .offset-gt-md-5,[dir=rtl] .offset-gt-md-5{margin-left:auto;margin-right:5%}.flex-offset-gt-md-10,.layout-margin .flex-offset-gt-md-10,.layout-margin .offset-gt-md-10,.offset-gt-md-10{margin-left:10%}[dir=rtl] .flex-offset-gt-md-10,[dir=rtl] .layout-margin .flex-offset-gt-md-10,[dir=rtl] .layout-margin .offset-gt-md-10,[dir=rtl] .offset-gt-md-10{margin-left:auto;margin-right:10%}.flex-offset-gt-md-15,.layout-margin .flex-offset-gt-md-15,.layout-margin .offset-gt-md-15,.offset-gt-md-15{margin-left:15%}[dir=rtl] .flex-offset-gt-md-15,[dir=rtl] .layout-margin .flex-offset-gt-md-15,[dir=rtl] .layout-margin .offset-gt-md-15,[dir=rtl] .offset-gt-md-15{margin-left:auto;margin-right:15%}.flex-offset-gt-md-20,.layout-margin .flex-offset-gt-md-20,.layout-margin .offset-gt-md-20,.offset-gt-md-20{margin-left:20%}[dir=rtl] .flex-offset-gt-md-20,[dir=rtl] .layout-margin .flex-offset-gt-md-20,[dir=rtl] .layout-margin .offset-gt-md-20,[dir=rtl] .offset-gt-md-20{margin-left:auto;margin-right:20%}.flex-offset-gt-md-25,.layout-margin .flex-offset-gt-md-25,.layout-margin .offset-gt-md-25,.offset-gt-md-25{margin-left:25%}[dir=rtl] .flex-offset-gt-md-25,[dir=rtl] .layout-margin .flex-offset-gt-md-25,[dir=rtl] .layout-margin .offset-gt-md-25,[dir=rtl] .offset-gt-md-25{margin-left:auto;margin-right:25%}.flex-offset-gt-md-30,.layout-margin .flex-offset-gt-md-30,.layout-margin .offset-gt-md-30,.offset-gt-md-30{margin-left:30%}[dir=rtl] .flex-offset-gt-md-30,[dir=rtl] .layout-margin .flex-offset-gt-md-30,[dir=rtl] .layout-margin .offset-gt-md-30,[dir=rtl] .offset-gt-md-30{margin-left:auto;margin-right:30%}.flex-offset-gt-md-35,.layout-margin .flex-offset-gt-md-35,.layout-margin .offset-gt-md-35,.offset-gt-md-35{margin-left:35%}[dir=rtl] .flex-offset-gt-md-35,[dir=rtl] .layout-margin .flex-offset-gt-md-35,[dir=rtl] .layout-margin .offset-gt-md-35,[dir=rtl] .offset-gt-md-35{margin-left:auto;margin-right:35%}.flex-offset-gt-md-40,.layout-margin .flex-offset-gt-md-40,.layout-margin .offset-gt-md-40,.offset-gt-md-40{margin-left:40%}[dir=rtl] .flex-offset-gt-md-40,[dir=rtl] .layout-margin .flex-offset-gt-md-40,[dir=rtl] .layout-margin .offset-gt-md-40,[dir=rtl] .offset-gt-md-40{margin-left:auto;margin-right:40%}.flex-offset-gt-md-45,.layout-margin .flex-offset-gt-md-45,.layout-margin .offset-gt-md-45,.offset-gt-md-45{margin-left:45%}[dir=rtl] .flex-offset-gt-md-45,[dir=rtl] .layout-margin .flex-offset-gt-md-45,[dir=rtl] .layout-margin .offset-gt-md-45,[dir=rtl] .offset-gt-md-45{margin-left:auto;margin-right:45%}.flex-offset-gt-md-50,.layout-margin .flex-offset-gt-md-50,.layout-margin .offset-gt-md-50,.offset-gt-md-50{margin-left:50%}[dir=rtl] .flex-offset-gt-md-50,[dir=rtl] .layout-margin .flex-offset-gt-md-50,[dir=rtl] .layout-margin .offset-gt-md-50,[dir=rtl] .offset-gt-md-50{margin-left:auto;margin-right:50%}.flex-offset-gt-md-55,.layout-margin .flex-offset-gt-md-55,.layout-margin .offset-gt-md-55,.offset-gt-md-55{margin-left:55%}[dir=rtl] .flex-offset-gt-md-55,[dir=rtl] .layout-margin .flex-offset-gt-md-55,[dir=rtl] .layout-margin .offset-gt-md-55,[dir=rtl] .offset-gt-md-55{margin-left:auto;margin-right:55%}.flex-offset-gt-md-60,.layout-margin .flex-offset-gt-md-60,.layout-margin .offset-gt-md-60,.offset-gt-md-60{margin-left:60%}[dir=rtl] .flex-offset-gt-md-60,[dir=rtl] .layout-margin .flex-offset-gt-md-60,[dir=rtl] .layout-margin .offset-gt-md-60,[dir=rtl] .offset-gt-md-60{margin-left:auto;margin-right:60%}.flex-offset-gt-md-65,.layout-margin .flex-offset-gt-md-65,.layout-margin .offset-gt-md-65,.offset-gt-md-65{margin-left:65%}[dir=rtl] .flex-offset-gt-md-65,[dir=rtl] .layout-margin .flex-offset-gt-md-65,[dir=rtl] .layout-margin .offset-gt-md-65,[dir=rtl] .offset-gt-md-65{margin-left:auto;margin-right:65%}.flex-offset-gt-md-70,.layout-margin .flex-offset-gt-md-70,.layout-margin .offset-gt-md-70,.offset-gt-md-70{margin-left:70%}[dir=rtl] .flex-offset-gt-md-70,[dir=rtl] .layout-margin .flex-offset-gt-md-70,[dir=rtl] .layout-margin .offset-gt-md-70,[dir=rtl] .offset-gt-md-70{margin-left:auto;margin-right:70%}.flex-offset-gt-md-75,.layout-margin .flex-offset-gt-md-75,.layout-margin .offset-gt-md-75,.offset-gt-md-75{margin-left:75%}[dir=rtl] .flex-offset-gt-md-75,[dir=rtl] .layout-margin .flex-offset-gt-md-75,[dir=rtl] .layout-margin .offset-gt-md-75,[dir=rtl] .offset-gt-md-75{margin-left:auto;margin-right:75%}.flex-offset-gt-md-80,.layout-margin .flex-offset-gt-md-80,.layout-margin .offset-gt-md-80,.offset-gt-md-80{margin-left:80%}[dir=rtl] .flex-offset-gt-md-80,[dir=rtl] .layout-margin .flex-offset-gt-md-80,[dir=rtl] .layout-margin .offset-gt-md-80,[dir=rtl] .offset-gt-md-80{margin-left:auto;margin-right:80%}.flex-offset-gt-md-85,.layout-margin .flex-offset-gt-md-85,.layout-margin .offset-gt-md-85,.offset-gt-md-85{margin-left:85%}[dir=rtl] .flex-offset-gt-md-85,[dir=rtl] .layout-margin .flex-offset-gt-md-85,[dir=rtl] .layout-margin .offset-gt-md-85,[dir=rtl] .offset-gt-md-85{margin-left:auto;margin-right:85%}.flex-offset-gt-md-90,.layout-margin .flex-offset-gt-md-90,.layout-margin .offset-gt-md-90,.offset-gt-md-90{margin-left:90%}[dir=rtl] .flex-offset-gt-md-90,[dir=rtl] .layout-margin .flex-offset-gt-md-90,[dir=rtl] .layout-margin .offset-gt-md-90,[dir=rtl] .offset-gt-md-90{margin-left:auto;margin-right:90%}.flex-offset-gt-md-95,.layout-margin .flex-offset-gt-md-95,.layout-margin .offset-gt-md-95,.offset-gt-md-95{margin-left:95%}[dir=rtl] .flex-offset-gt-md-95,[dir=rtl] .layout-margin .flex-offset-gt-md-95,[dir=rtl] .layout-margin .offset-gt-md-95,[dir=rtl] .offset-gt-md-95{margin-left:auto;margin-right:95%}.flex-offset-gt-md-33,.layout-margin .flex-offset-gt-md-33,.layout-margin .offset-gt-md-33,.offset-gt-md-33{margin-left:33.3333333333%}.flex-offset-gt-md-66,.layout-margin .flex-offset-gt-md-66,.layout-margin .offset-gt-md-66,.offset-gt-md-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-gt-md-66,[dir=rtl] .layout-margin .flex-offset-gt-md-66,[dir=rtl] .layout-margin .offset-gt-md-66,[dir=rtl] .offset-gt-md-66{margin-left:auto;margin-right:66.6666666667%}.layout-align-gt-md,.layout-align-gt-md-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-gt-md-start,.layout-align-gt-md-start-center,.layout-align-gt-md-start-end,.layout-align-gt-md-start-start,.layout-align-gt-md-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-gt-md-center,.layout-align-gt-md-center-center,.layout-align-gt-md-center-end,.layout-align-gt-md-center-start,.layout-align-gt-md-center-stretch{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.layout-align-gt-md-end,.layout-align-gt-md-end-center,.layout-align-gt-md-end-end,.layout-align-gt-md-end-start,.layout-align-gt-md-end-stretch{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-gt-md-space-around,.layout-align-gt-md-space-around-center,.layout-align-gt-md-space-around-end,.layout-align-gt-md-space-around-start,.layout-align-gt-md-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-gt-md-space-between,.layout-align-gt-md-space-between-center,.layout-align-gt-md-space-between-end,.layout-align-gt-md-space-between-start,.layout-align-gt-md-space-between-stretch{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.layout-align-gt-md-center-start,.layout-align-gt-md-end-start,.layout-align-gt-md-space-around-start,.layout-align-gt-md-space-between-start,.layout-align-gt-md-start-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-gt-md-center-center,.layout-align-gt-md-end-center,.layout-align-gt-md-space-around-center,.layout-align-gt-md-space-between-center,.layout-align-gt-md-start-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-gt-md-center-center>*,.layout-align-gt-md-end-center>*,.layout-align-gt-md-space-around-center>*,.layout-align-gt-md-space-between-center>*,.layout-align-gt-md-start-center>*{max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-align-gt-md-center-end,.layout-align-gt-md-end-end,.layout-align-gt-md-space-around-end,.layout-align-gt-md-space-between-end,.layout-align-gt-md-start-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-gt-md-center-stretch,.layout-align-gt-md-end-stretch,.layout-align-gt-md-space-around-stretch,.layout-align-gt-md-space-between-stretch,.layout-align-gt-md-start-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-gt-md{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-grow{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-initial{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-none{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-noshrink{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-nogrow{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-column>.flex-gt-md-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-gt-md-column>.flex-gt-md-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:0}.flex-gt-md-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-md-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-md-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-md-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-row>.flex{min-width:0}.layout-gt-md-column>.flex-gt-md-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex-gt-md-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-md-column>.flex{min-height:0}.layout-gt-md,.layout-gt-md-column,.layout-gt-md-row{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}.layout-gt-md-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.layout-gt-md-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (min-width:1280px) and (max-width:1919px){.hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),.hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),.hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show){display:none}.hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show){display:none}.flex-order-lg--20{-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}.flex-order-lg--19{-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}.flex-order-lg--18{-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}.flex-order-lg--17{-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}.flex-order-lg--16{-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}.flex-order-lg--15{-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}.flex-order-lg--14{-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}.flex-order-lg--13{-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}.flex-order-lg--12{-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}.flex-order-lg--11{-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}.flex-order-lg--10{-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}.flex-order-lg--9{-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}.flex-order-lg--8{-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}.flex-order-lg--7{-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}.flex-order-lg--6{-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}.flex-order-lg--5{-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}.flex-order-lg--4{-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}.flex-order-lg--3{-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}.flex-order-lg--2{-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}.flex-order-lg--1{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.flex-order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.flex-order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.flex-order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.flex-order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.flex-order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.flex-order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.flex-order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.flex-order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.flex-order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.flex-order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.flex-order-lg-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.flex-order-lg-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.flex-order-lg-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.flex-order-lg-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.flex-order-lg-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.flex-order-lg-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.flex-order-lg-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.flex-order-lg-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.flex-offset-lg-0,.layout-margin .flex-offset-lg-0,.layout-margin .offset-lg-0,.offset-lg-0{margin-left:0}[dir=rtl] .flex-offset-lg-0,[dir=rtl] .layout-margin .flex-offset-lg-0,[dir=rtl] .layout-margin .offset-lg-0,[dir=rtl] .offset-lg-0{margin-left:auto;margin-right:0}.flex-offset-lg-5,.layout-margin .flex-offset-lg-5,.layout-margin .offset-lg-5,.offset-lg-5{margin-left:5%}[dir=rtl] .flex-offset-lg-5,[dir=rtl] .layout-margin .flex-offset-lg-5,[dir=rtl] .layout-margin .offset-lg-5,[dir=rtl] .offset-lg-5{margin-left:auto;margin-right:5%}.flex-offset-lg-10,.layout-margin .flex-offset-lg-10,.layout-margin .offset-lg-10,.offset-lg-10{margin-left:10%}[dir=rtl] .flex-offset-lg-10,[dir=rtl] .layout-margin .flex-offset-lg-10,[dir=rtl] .layout-margin .offset-lg-10,[dir=rtl] .offset-lg-10{margin-left:auto;margin-right:10%}.flex-offset-lg-15,.layout-margin .flex-offset-lg-15,.layout-margin .offset-lg-15,.offset-lg-15{margin-left:15%}[dir=rtl] .flex-offset-lg-15,[dir=rtl] .layout-margin .flex-offset-lg-15,[dir=rtl] .layout-margin .offset-lg-15,[dir=rtl] .offset-lg-15{margin-left:auto;margin-right:15%}.flex-offset-lg-20,.layout-margin .flex-offset-lg-20,.layout-margin .offset-lg-20,.offset-lg-20{margin-left:20%}[dir=rtl] .flex-offset-lg-20,[dir=rtl] .layout-margin .flex-offset-lg-20,[dir=rtl] .layout-margin .offset-lg-20,[dir=rtl] .offset-lg-20{margin-left:auto;margin-right:20%}.flex-offset-lg-25,.layout-margin .flex-offset-lg-25,.layout-margin .offset-lg-25,.offset-lg-25{margin-left:25%}[dir=rtl] .flex-offset-lg-25,[dir=rtl] .layout-margin .flex-offset-lg-25,[dir=rtl] .layout-margin .offset-lg-25,[dir=rtl] .offset-lg-25{margin-left:auto;margin-right:25%}.flex-offset-lg-30,.layout-margin .flex-offset-lg-30,.layout-margin .offset-lg-30,.offset-lg-30{margin-left:30%}[dir=rtl] .flex-offset-lg-30,[dir=rtl] .layout-margin .flex-offset-lg-30,[dir=rtl] .layout-margin .offset-lg-30,[dir=rtl] .offset-lg-30{margin-left:auto;margin-right:30%}.flex-offset-lg-35,.layout-margin .flex-offset-lg-35,.layout-margin .offset-lg-35,.offset-lg-35{margin-left:35%}[dir=rtl] .flex-offset-lg-35,[dir=rtl] .layout-margin .flex-offset-lg-35,[dir=rtl] .layout-margin .offset-lg-35,[dir=rtl] .offset-lg-35{margin-left:auto;margin-right:35%}.flex-offset-lg-40,.layout-margin .flex-offset-lg-40,.layout-margin .offset-lg-40,.offset-lg-40{margin-left:40%}[dir=rtl] .flex-offset-lg-40,[dir=rtl] .layout-margin .flex-offset-lg-40,[dir=rtl] .layout-margin .offset-lg-40,[dir=rtl] .offset-lg-40{margin-left:auto;margin-right:40%}.flex-offset-lg-45,.layout-margin .flex-offset-lg-45,.layout-margin .offset-lg-45,.offset-lg-45{margin-left:45%}[dir=rtl] .flex-offset-lg-45,[dir=rtl] .layout-margin .flex-offset-lg-45,[dir=rtl] .layout-margin .offset-lg-45,[dir=rtl] .offset-lg-45{margin-left:auto;margin-right:45%}.flex-offset-lg-50,.layout-margin .flex-offset-lg-50,.layout-margin .offset-lg-50,.offset-lg-50{margin-left:50%}[dir=rtl] .flex-offset-lg-50,[dir=rtl] .layout-margin .flex-offset-lg-50,[dir=rtl] .layout-margin .offset-lg-50,[dir=rtl] .offset-lg-50{margin-left:auto;margin-right:50%}.flex-offset-lg-55,.layout-margin .flex-offset-lg-55,.layout-margin .offset-lg-55,.offset-lg-55{margin-left:55%}[dir=rtl] .flex-offset-lg-55,[dir=rtl] .layout-margin .flex-offset-lg-55,[dir=rtl] .layout-margin .offset-lg-55,[dir=rtl] .offset-lg-55{margin-left:auto;margin-right:55%}.flex-offset-lg-60,.layout-margin .flex-offset-lg-60,.layout-margin .offset-lg-60,.offset-lg-60{margin-left:60%}[dir=rtl] .flex-offset-lg-60,[dir=rtl] .layout-margin .flex-offset-lg-60,[dir=rtl] .layout-margin .offset-lg-60,[dir=rtl] .offset-lg-60{margin-left:auto;margin-right:60%}.flex-offset-lg-65,.layout-margin .flex-offset-lg-65,.layout-margin .offset-lg-65,.offset-lg-65{margin-left:65%}[dir=rtl] .flex-offset-lg-65,[dir=rtl] .layout-margin .flex-offset-lg-65,[dir=rtl] .layout-margin .offset-lg-65,[dir=rtl] .offset-lg-65{margin-left:auto;margin-right:65%}.flex-offset-lg-70,.layout-margin .flex-offset-lg-70,.layout-margin .offset-lg-70,.offset-lg-70{margin-left:70%}[dir=rtl] .flex-offset-lg-70,[dir=rtl] .layout-margin .flex-offset-lg-70,[dir=rtl] .layout-margin .offset-lg-70,[dir=rtl] .offset-lg-70{margin-left:auto;margin-right:70%}.flex-offset-lg-75,.layout-margin .flex-offset-lg-75,.layout-margin .offset-lg-75,.offset-lg-75{margin-left:75%}[dir=rtl] .flex-offset-lg-75,[dir=rtl] .layout-margin .flex-offset-lg-75,[dir=rtl] .layout-margin .offset-lg-75,[dir=rtl] .offset-lg-75{margin-left:auto;margin-right:75%}.flex-offset-lg-80,.layout-margin .flex-offset-lg-80,.layout-margin .offset-lg-80,.offset-lg-80{margin-left:80%}[dir=rtl] .flex-offset-lg-80,[dir=rtl] .layout-margin .flex-offset-lg-80,[dir=rtl] .layout-margin .offset-lg-80,[dir=rtl] .offset-lg-80{margin-left:auto;margin-right:80%}.flex-offset-lg-85,.layout-margin .flex-offset-lg-85,.layout-margin .offset-lg-85,.offset-lg-85{margin-left:85%}[dir=rtl] .flex-offset-lg-85,[dir=rtl] .layout-margin .flex-offset-lg-85,[dir=rtl] .layout-margin .offset-lg-85,[dir=rtl] .offset-lg-85{margin-left:auto;margin-right:85%}.flex-offset-lg-90,.layout-margin .flex-offset-lg-90,.layout-margin .offset-lg-90,.offset-lg-90{margin-left:90%}[dir=rtl] .flex-offset-lg-90,[dir=rtl] .layout-margin .flex-offset-lg-90,[dir=rtl] .layout-margin .offset-lg-90,[dir=rtl] .offset-lg-90{margin-left:auto;margin-right:90%}.flex-offset-lg-95,.layout-margin .flex-offset-lg-95,.layout-margin .offset-lg-95,.offset-lg-95{margin-left:95%}[dir=rtl] .flex-offset-lg-95,[dir=rtl] .layout-margin .flex-offset-lg-95,[dir=rtl] .layout-margin .offset-lg-95,[dir=rtl] .offset-lg-95{margin-left:auto;margin-right:95%}.flex-offset-lg-33,.layout-margin .flex-offset-lg-33,.layout-margin .offset-lg-33,.offset-lg-33{margin-left:33.3333333333%}.flex-offset-lg-66,.layout-margin .flex-offset-lg-66,.layout-margin .offset-lg-66,.offset-lg-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-lg-66,[dir=rtl] .layout-margin .flex-offset-lg-66,[dir=rtl] .layout-margin .offset-lg-66,[dir=rtl] .offset-lg-66{margin-left:auto;margin-right:66.6666666667%}.layout-align-lg,.layout-align-lg-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-lg-start,.layout-align-lg-start-center,.layout-align-lg-start-end,.layout-align-lg-start-start,.layout-align-lg-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-lg-center,.layout-align-lg-center-center,.layout-align-lg-center-end,.layout-align-lg-center-start,.layout-align-lg-center-stretch{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.layout-align-lg-end,.layout-align-lg-end-center,.layout-align-lg-end-end,.layout-align-lg-end-start,.layout-align-lg-end-stretch{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-lg-space-around,.layout-align-lg-space-around-center,.layout-align-lg-space-around-end,.layout-align-lg-space-around-start,.layout-align-lg-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-lg-space-between,.layout-align-lg-space-between-center,.layout-align-lg-space-between-end,.layout-align-lg-space-between-start,.layout-align-lg-space-between-stretch{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.layout-align-lg-center-start,.layout-align-lg-end-start,.layout-align-lg-space-around-start,.layout-align-lg-space-between-start,.layout-align-lg-start-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-lg-center-center,.layout-align-lg-end-center,.layout-align-lg-space-around-center,.layout-align-lg-space-between-center,.layout-align-lg-start-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-lg-center-center>*,.layout-align-lg-end-center>*,.layout-align-lg-space-around-center>*,.layout-align-lg-space-between-center>*,.layout-align-lg-start-center>*{max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-align-lg-center-end,.layout-align-lg-end-end,.layout-align-lg-space-around-end,.layout-align-lg-space-between-end,.layout-align-lg-start-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-lg-center-stretch,.layout-align-lg-end-stretch,.layout-align-lg-space-around-stretch,.layout-align-lg-space-between-stretch,.layout-align-lg-start-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-lg{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-grow{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-initial{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-none{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-noshrink{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-nogrow{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-column>.flex-lg-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-lg-column>.flex-lg-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:0}.flex-lg-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-lg-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-lg-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-lg-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex-lg-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-row>.flex{min-width:0}.layout-lg-column>.flex-lg-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex-lg-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-lg-column>.flex{min-height:0}.layout-lg,.layout-lg-column,.layout-lg-row{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}.layout-lg-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.layout-lg-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (min-width:1920px){.flex-order-gt-lg--20{-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}.flex-order-gt-lg--19{-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}.flex-order-gt-lg--18{-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}.flex-order-gt-lg--17{-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}.flex-order-gt-lg--16{-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}.flex-order-gt-lg--15{-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}.flex-order-gt-lg--14{-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}.flex-order-gt-lg--13{-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}.flex-order-gt-lg--12{-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}.flex-order-gt-lg--11{-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}.flex-order-gt-lg--10{-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}.flex-order-gt-lg--9{-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}.flex-order-gt-lg--8{-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}.flex-order-gt-lg--7{-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}.flex-order-gt-lg--6{-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}.flex-order-gt-lg--5{-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}.flex-order-gt-lg--4{-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}.flex-order-gt-lg--3{-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}.flex-order-gt-lg--2{-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}.flex-order-gt-lg--1{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-order-gt-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-order-gt-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-order-gt-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.flex-order-gt-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.flex-order-gt-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.flex-order-gt-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.flex-order-gt-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.flex-order-gt-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.flex-order-gt-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.flex-order-gt-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.flex-order-gt-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.flex-order-gt-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.flex-order-gt-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.flex-order-gt-lg-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.flex-order-gt-lg-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.flex-order-gt-lg-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.flex-order-gt-lg-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.flex-order-gt-lg-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.flex-order-gt-lg-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.flex-order-gt-lg-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.flex-order-gt-lg-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.flex-offset-gt-lg-0,.layout-margin .flex-offset-gt-lg-0,.layout-margin .offset-gt-lg-0,.offset-gt-lg-0{margin-left:0}[dir=rtl] .flex-offset-gt-lg-0,[dir=rtl] .layout-margin .flex-offset-gt-lg-0,[dir=rtl] .layout-margin .offset-gt-lg-0,[dir=rtl] .offset-gt-lg-0{margin-left:auto;margin-right:0}.flex-offset-gt-lg-5,.layout-margin .flex-offset-gt-lg-5,.layout-margin .offset-gt-lg-5,.offset-gt-lg-5{margin-left:5%}[dir=rtl] .flex-offset-gt-lg-5,[dir=rtl] .layout-margin .flex-offset-gt-lg-5,[dir=rtl] .layout-margin .offset-gt-lg-5,[dir=rtl] .offset-gt-lg-5{margin-left:auto;margin-right:5%}.flex-offset-gt-lg-10,.layout-margin .flex-offset-gt-lg-10,.layout-margin .offset-gt-lg-10,.offset-gt-lg-10{margin-left:10%}[dir=rtl] .flex-offset-gt-lg-10,[dir=rtl] .layout-margin .flex-offset-gt-lg-10,[dir=rtl] .layout-margin .offset-gt-lg-10,[dir=rtl] .offset-gt-lg-10{margin-left:auto;margin-right:10%}.flex-offset-gt-lg-15,.layout-margin .flex-offset-gt-lg-15,.layout-margin .offset-gt-lg-15,.offset-gt-lg-15{margin-left:15%}[dir=rtl] .flex-offset-gt-lg-15,[dir=rtl] .layout-margin .flex-offset-gt-lg-15,[dir=rtl] .layout-margin .offset-gt-lg-15,[dir=rtl] .offset-gt-lg-15{margin-left:auto;margin-right:15%}.flex-offset-gt-lg-20,.layout-margin .flex-offset-gt-lg-20,.layout-margin .offset-gt-lg-20,.offset-gt-lg-20{margin-left:20%}[dir=rtl] .flex-offset-gt-lg-20,[dir=rtl] .layout-margin .flex-offset-gt-lg-20,[dir=rtl] .layout-margin .offset-gt-lg-20,[dir=rtl] .offset-gt-lg-20{margin-left:auto;margin-right:20%}.flex-offset-gt-lg-25,.layout-margin .flex-offset-gt-lg-25,.layout-margin .offset-gt-lg-25,.offset-gt-lg-25{margin-left:25%}[dir=rtl] .flex-offset-gt-lg-25,[dir=rtl] .layout-margin .flex-offset-gt-lg-25,[dir=rtl] .layout-margin .offset-gt-lg-25,[dir=rtl] .offset-gt-lg-25{margin-left:auto;margin-right:25%}.flex-offset-gt-lg-30,.layout-margin .flex-offset-gt-lg-30,.layout-margin .offset-gt-lg-30,.offset-gt-lg-30{margin-left:30%}[dir=rtl] .flex-offset-gt-lg-30,[dir=rtl] .layout-margin .flex-offset-gt-lg-30,[dir=rtl] .layout-margin .offset-gt-lg-30,[dir=rtl] .offset-gt-lg-30{margin-left:auto;margin-right:30%}.flex-offset-gt-lg-35,.layout-margin .flex-offset-gt-lg-35,.layout-margin .offset-gt-lg-35,.offset-gt-lg-35{margin-left:35%}[dir=rtl] .flex-offset-gt-lg-35,[dir=rtl] .layout-margin .flex-offset-gt-lg-35,[dir=rtl] .layout-margin .offset-gt-lg-35,[dir=rtl] .offset-gt-lg-35{margin-left:auto;margin-right:35%}.flex-offset-gt-lg-40,.layout-margin .flex-offset-gt-lg-40,.layout-margin .offset-gt-lg-40,.offset-gt-lg-40{margin-left:40%}[dir=rtl] .flex-offset-gt-lg-40,[dir=rtl] .layout-margin .flex-offset-gt-lg-40,[dir=rtl] .layout-margin .offset-gt-lg-40,[dir=rtl] .offset-gt-lg-40{margin-left:auto;margin-right:40%}.flex-offset-gt-lg-45,.layout-margin .flex-offset-gt-lg-45,.layout-margin .offset-gt-lg-45,.offset-gt-lg-45{margin-left:45%}[dir=rtl] .flex-offset-gt-lg-45,[dir=rtl] .layout-margin .flex-offset-gt-lg-45,[dir=rtl] .layout-margin .offset-gt-lg-45,[dir=rtl] .offset-gt-lg-45{margin-left:auto;margin-right:45%}.flex-offset-gt-lg-50,.layout-margin .flex-offset-gt-lg-50,.layout-margin .offset-gt-lg-50,.offset-gt-lg-50{margin-left:50%}[dir=rtl] .flex-offset-gt-lg-50,[dir=rtl] .layout-margin .flex-offset-gt-lg-50,[dir=rtl] .layout-margin .offset-gt-lg-50,[dir=rtl] .offset-gt-lg-50{margin-left:auto;margin-right:50%}.flex-offset-gt-lg-55,.layout-margin .flex-offset-gt-lg-55,.layout-margin .offset-gt-lg-55,.offset-gt-lg-55{margin-left:55%}[dir=rtl] .flex-offset-gt-lg-55,[dir=rtl] .layout-margin .flex-offset-gt-lg-55,[dir=rtl] .layout-margin .offset-gt-lg-55,[dir=rtl] .offset-gt-lg-55{margin-left:auto;margin-right:55%}.flex-offset-gt-lg-60,.layout-margin .flex-offset-gt-lg-60,.layout-margin .offset-gt-lg-60,.offset-gt-lg-60{margin-left:60%}[dir=rtl] .flex-offset-gt-lg-60,[dir=rtl] .layout-margin .flex-offset-gt-lg-60,[dir=rtl] .layout-margin .offset-gt-lg-60,[dir=rtl] .offset-gt-lg-60{margin-left:auto;margin-right:60%}.flex-offset-gt-lg-65,.layout-margin .flex-offset-gt-lg-65,.layout-margin .offset-gt-lg-65,.offset-gt-lg-65{margin-left:65%}[dir=rtl] .flex-offset-gt-lg-65,[dir=rtl] .layout-margin .flex-offset-gt-lg-65,[dir=rtl] .layout-margin .offset-gt-lg-65,[dir=rtl] .offset-gt-lg-65{margin-left:auto;margin-right:65%}.flex-offset-gt-lg-70,.layout-margin .flex-offset-gt-lg-70,.layout-margin .offset-gt-lg-70,.offset-gt-lg-70{margin-left:70%}[dir=rtl] .flex-offset-gt-lg-70,[dir=rtl] .layout-margin .flex-offset-gt-lg-70,[dir=rtl] .layout-margin .offset-gt-lg-70,[dir=rtl] .offset-gt-lg-70{margin-left:auto;margin-right:70%}.flex-offset-gt-lg-75,.layout-margin .flex-offset-gt-lg-75,.layout-margin .offset-gt-lg-75,.offset-gt-lg-75{margin-left:75%}[dir=rtl] .flex-offset-gt-lg-75,[dir=rtl] .layout-margin .flex-offset-gt-lg-75,[dir=rtl] .layout-margin .offset-gt-lg-75,[dir=rtl] .offset-gt-lg-75{margin-left:auto;margin-right:75%}.flex-offset-gt-lg-80,.layout-margin .flex-offset-gt-lg-80,.layout-margin .offset-gt-lg-80,.offset-gt-lg-80{margin-left:80%}[dir=rtl] .flex-offset-gt-lg-80,[dir=rtl] .layout-margin .flex-offset-gt-lg-80,[dir=rtl] .layout-margin .offset-gt-lg-80,[dir=rtl] .offset-gt-lg-80{margin-left:auto;margin-right:80%}.flex-offset-gt-lg-85,.layout-margin .flex-offset-gt-lg-85,.layout-margin .offset-gt-lg-85,.offset-gt-lg-85{margin-left:85%}[dir=rtl] .flex-offset-gt-lg-85,[dir=rtl] .layout-margin .flex-offset-gt-lg-85,[dir=rtl] .layout-margin .offset-gt-lg-85,[dir=rtl] .offset-gt-lg-85{margin-left:auto;margin-right:85%}.flex-offset-gt-lg-90,.layout-margin .flex-offset-gt-lg-90,.layout-margin .offset-gt-lg-90,.offset-gt-lg-90{margin-left:90%}[dir=rtl] .flex-offset-gt-lg-90,[dir=rtl] .layout-margin .flex-offset-gt-lg-90,[dir=rtl] .layout-margin .offset-gt-lg-90,[dir=rtl] .offset-gt-lg-90{margin-left:auto;margin-right:90%}.flex-offset-gt-lg-95,.layout-margin .flex-offset-gt-lg-95,.layout-margin .offset-gt-lg-95,.offset-gt-lg-95{margin-left:95%}[dir=rtl] .flex-offset-gt-lg-95,[dir=rtl] .layout-margin .flex-offset-gt-lg-95,[dir=rtl] .layout-margin .offset-gt-lg-95,[dir=rtl] .offset-gt-lg-95{margin-left:auto;margin-right:95%}.flex-offset-gt-lg-33,.layout-margin .flex-offset-gt-lg-33,.layout-margin .offset-gt-lg-33,.offset-gt-lg-33{margin-left:33.3333333333%}.flex-offset-gt-lg-66,.layout-margin .flex-offset-gt-lg-66,.layout-margin .offset-gt-lg-66,.offset-gt-lg-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-gt-lg-66,[dir=rtl] .layout-margin .flex-offset-gt-lg-66,[dir=rtl] .layout-margin .offset-gt-lg-66,[dir=rtl] .offset-gt-lg-66{margin-left:auto;margin-right:66.6666666667%}.layout-align-gt-lg,.layout-align-gt-lg-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-gt-lg-start,.layout-align-gt-lg-start-center,.layout-align-gt-lg-start-end,.layout-align-gt-lg-start-start,.layout-align-gt-lg-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-gt-lg-center,.layout-align-gt-lg-center-center,.layout-align-gt-lg-center-end,.layout-align-gt-lg-center-start,.layout-align-gt-lg-center-stretch{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.layout-align-gt-lg-end,.layout-align-gt-lg-end-center,.layout-align-gt-lg-end-end,.layout-align-gt-lg-end-start,.layout-align-gt-lg-end-stretch{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-gt-lg-space-around,.layout-align-gt-lg-space-around-center,.layout-align-gt-lg-space-around-end,.layout-align-gt-lg-space-around-start,.layout-align-gt-lg-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-gt-lg-space-between,.layout-align-gt-lg-space-between-center,.layout-align-gt-lg-space-between-end,.layout-align-gt-lg-space-between-start,.layout-align-gt-lg-space-between-stretch{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.layout-align-gt-lg-center-start,.layout-align-gt-lg-end-start,.layout-align-gt-lg-space-around-start,.layout-align-gt-lg-space-between-start,.layout-align-gt-lg-start-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-gt-lg-center-center,.layout-align-gt-lg-end-center,.layout-align-gt-lg-space-around-center,.layout-align-gt-lg-space-between-center,.layout-align-gt-lg-start-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-gt-lg-center-center>*,.layout-align-gt-lg-end-center>*,.layout-align-gt-lg-space-around-center>*,.layout-align-gt-lg-space-between-center>*,.layout-align-gt-lg-start-center>*{max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-align-gt-lg-center-end,.layout-align-gt-lg-end-end,.layout-align-gt-lg-space-around-end,.layout-align-gt-lg-space-between-end,.layout-align-gt-lg-start-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-gt-lg-center-stretch,.layout-align-gt-lg-end-stretch,.layout-align-gt-lg-space-around-stretch,.layout-align-gt-lg-space-between-stretch,.layout-align-gt-lg-start-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-gt-lg{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-grow{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-initial{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-none{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-noshrink{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-nogrow{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-column>.flex-gt-lg-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-gt-lg-column>.flex-gt-lg-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:0}.flex-gt-lg-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-gt-lg-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-gt-lg-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-gt-lg-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-row>.flex{min-width:0}.layout-gt-lg-column>.flex-gt-lg-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex-gt-lg-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-gt-lg-column>.flex{min-height:0}.layout-gt-lg,.layout-gt-lg-column,.layout-gt-lg-row{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}.layout-gt-lg-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.layout-gt-lg-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-order-xl--20{-webkit-box-ordinal-group:-19;-ms-flex-order:-20;order:-20}.flex-order-xl--19{-webkit-box-ordinal-group:-18;-ms-flex-order:-19;order:-19}.flex-order-xl--18{-webkit-box-ordinal-group:-17;-ms-flex-order:-18;order:-18}.flex-order-xl--17{-webkit-box-ordinal-group:-16;-ms-flex-order:-17;order:-17}.flex-order-xl--16{-webkit-box-ordinal-group:-15;-ms-flex-order:-16;order:-16}.flex-order-xl--15{-webkit-box-ordinal-group:-14;-ms-flex-order:-15;order:-15}.flex-order-xl--14{-webkit-box-ordinal-group:-13;-ms-flex-order:-14;order:-14}.flex-order-xl--13{-webkit-box-ordinal-group:-12;-ms-flex-order:-13;order:-13}.flex-order-xl--12{-webkit-box-ordinal-group:-11;-ms-flex-order:-12;order:-12}.flex-order-xl--11{-webkit-box-ordinal-group:-10;-ms-flex-order:-11;order:-11}.flex-order-xl--10{-webkit-box-ordinal-group:-9;-ms-flex-order:-10;order:-10}.flex-order-xl--9{-webkit-box-ordinal-group:-8;-ms-flex-order:-9;order:-9}.flex-order-xl--8{-webkit-box-ordinal-group:-7;-ms-flex-order:-8;order:-8}.flex-order-xl--7{-webkit-box-ordinal-group:-6;-ms-flex-order:-7;order:-7}.flex-order-xl--6{-webkit-box-ordinal-group:-5;-ms-flex-order:-6;order:-6}.flex-order-xl--5{-webkit-box-ordinal-group:-4;-ms-flex-order:-5;order:-5}.flex-order-xl--4{-webkit-box-ordinal-group:-3;-ms-flex-order:-4;order:-4}.flex-order-xl--3{-webkit-box-ordinal-group:-2;-ms-flex-order:-3;order:-3}.flex-order-xl--2{-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}.flex-order-xl--1{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.flex-order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.flex-order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.flex-order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.flex-order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.flex-order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.flex-order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.flex-order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.flex-order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.flex-order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.flex-order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.flex-order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.flex-order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.flex-order-xl-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.flex-order-xl-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.flex-order-xl-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.flex-order-xl-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.flex-order-xl-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.flex-order-xl-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.flex-order-xl-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.flex-order-xl-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.flex-offset-xl-0,.layout-margin .flex-offset-xl-0,.layout-margin .offset-xl-0,.offset-xl-0{margin-left:0}[dir=rtl] .flex-offset-xl-0,[dir=rtl] .layout-margin .flex-offset-xl-0,[dir=rtl] .layout-margin .offset-xl-0,[dir=rtl] .offset-xl-0{margin-left:auto;margin-right:0}.flex-offset-xl-5,.layout-margin .flex-offset-xl-5,.layout-margin .offset-xl-5,.offset-xl-5{margin-left:5%}[dir=rtl] .flex-offset-xl-5,[dir=rtl] .layout-margin .flex-offset-xl-5,[dir=rtl] .layout-margin .offset-xl-5,[dir=rtl] .offset-xl-5{margin-left:auto;margin-right:5%}.flex-offset-xl-10,.layout-margin .flex-offset-xl-10,.layout-margin .offset-xl-10,.offset-xl-10{margin-left:10%}[dir=rtl] .flex-offset-xl-10,[dir=rtl] .layout-margin .flex-offset-xl-10,[dir=rtl] .layout-margin .offset-xl-10,[dir=rtl] .offset-xl-10{margin-left:auto;margin-right:10%}.flex-offset-xl-15,.layout-margin .flex-offset-xl-15,.layout-margin .offset-xl-15,.offset-xl-15{margin-left:15%}[dir=rtl] .flex-offset-xl-15,[dir=rtl] .layout-margin .flex-offset-xl-15,[dir=rtl] .layout-margin .offset-xl-15,[dir=rtl] .offset-xl-15{margin-left:auto;margin-right:15%}.flex-offset-xl-20,.layout-margin .flex-offset-xl-20,.layout-margin .offset-xl-20,.offset-xl-20{margin-left:20%}[dir=rtl] .flex-offset-xl-20,[dir=rtl] .layout-margin .flex-offset-xl-20,[dir=rtl] .layout-margin .offset-xl-20,[dir=rtl] .offset-xl-20{margin-left:auto;margin-right:20%}.flex-offset-xl-25,.layout-margin .flex-offset-xl-25,.layout-margin .offset-xl-25,.offset-xl-25{margin-left:25%}[dir=rtl] .flex-offset-xl-25,[dir=rtl] .layout-margin .flex-offset-xl-25,[dir=rtl] .layout-margin .offset-xl-25,[dir=rtl] .offset-xl-25{margin-left:auto;margin-right:25%}.flex-offset-xl-30,.layout-margin .flex-offset-xl-30,.layout-margin .offset-xl-30,.offset-xl-30{margin-left:30%}[dir=rtl] .flex-offset-xl-30,[dir=rtl] .layout-margin .flex-offset-xl-30,[dir=rtl] .layout-margin .offset-xl-30,[dir=rtl] .offset-xl-30{margin-left:auto;margin-right:30%}.flex-offset-xl-35,.layout-margin .flex-offset-xl-35,.layout-margin .offset-xl-35,.offset-xl-35{margin-left:35%}[dir=rtl] .flex-offset-xl-35,[dir=rtl] .layout-margin .flex-offset-xl-35,[dir=rtl] .layout-margin .offset-xl-35,[dir=rtl] .offset-xl-35{margin-left:auto;margin-right:35%}.flex-offset-xl-40,.layout-margin .flex-offset-xl-40,.layout-margin .offset-xl-40,.offset-xl-40{margin-left:40%}[dir=rtl] .flex-offset-xl-40,[dir=rtl] .layout-margin .flex-offset-xl-40,[dir=rtl] .layout-margin .offset-xl-40,[dir=rtl] .offset-xl-40{margin-left:auto;margin-right:40%}.flex-offset-xl-45,.layout-margin .flex-offset-xl-45,.layout-margin .offset-xl-45,.offset-xl-45{margin-left:45%}[dir=rtl] .flex-offset-xl-45,[dir=rtl] .layout-margin .flex-offset-xl-45,[dir=rtl] .layout-margin .offset-xl-45,[dir=rtl] .offset-xl-45{margin-left:auto;margin-right:45%}.flex-offset-xl-50,.layout-margin .flex-offset-xl-50,.layout-margin .offset-xl-50,.offset-xl-50{margin-left:50%}[dir=rtl] .flex-offset-xl-50,[dir=rtl] .layout-margin .flex-offset-xl-50,[dir=rtl] .layout-margin .offset-xl-50,[dir=rtl] .offset-xl-50{margin-left:auto;margin-right:50%}.flex-offset-xl-55,.layout-margin .flex-offset-xl-55,.layout-margin .offset-xl-55,.offset-xl-55{margin-left:55%}[dir=rtl] .flex-offset-xl-55,[dir=rtl] .layout-margin .flex-offset-xl-55,[dir=rtl] .layout-margin .offset-xl-55,[dir=rtl] .offset-xl-55{margin-left:auto;margin-right:55%}.flex-offset-xl-60,.layout-margin .flex-offset-xl-60,.layout-margin .offset-xl-60,.offset-xl-60{margin-left:60%}[dir=rtl] .flex-offset-xl-60,[dir=rtl] .layout-margin .flex-offset-xl-60,[dir=rtl] .layout-margin .offset-xl-60,[dir=rtl] .offset-xl-60{margin-left:auto;margin-right:60%}.flex-offset-xl-65,.layout-margin .flex-offset-xl-65,.layout-margin .offset-xl-65,.offset-xl-65{margin-left:65%}[dir=rtl] .flex-offset-xl-65,[dir=rtl] .layout-margin .flex-offset-xl-65,[dir=rtl] .layout-margin .offset-xl-65,[dir=rtl] .offset-xl-65{margin-left:auto;margin-right:65%}.flex-offset-xl-70,.layout-margin .flex-offset-xl-70,.layout-margin .offset-xl-70,.offset-xl-70{margin-left:70%}[dir=rtl] .flex-offset-xl-70,[dir=rtl] .layout-margin .flex-offset-xl-70,[dir=rtl] .layout-margin .offset-xl-70,[dir=rtl] .offset-xl-70{margin-left:auto;margin-right:70%}.flex-offset-xl-75,.layout-margin .flex-offset-xl-75,.layout-margin .offset-xl-75,.offset-xl-75{margin-left:75%}[dir=rtl] .flex-offset-xl-75,[dir=rtl] .layout-margin .flex-offset-xl-75,[dir=rtl] .layout-margin .offset-xl-75,[dir=rtl] .offset-xl-75{margin-left:auto;margin-right:75%}.flex-offset-xl-80,.layout-margin .flex-offset-xl-80,.layout-margin .offset-xl-80,.offset-xl-80{margin-left:80%}[dir=rtl] .flex-offset-xl-80,[dir=rtl] .layout-margin .flex-offset-xl-80,[dir=rtl] .layout-margin .offset-xl-80,[dir=rtl] .offset-xl-80{margin-left:auto;margin-right:80%}.flex-offset-xl-85,.layout-margin .flex-offset-xl-85,.layout-margin .offset-xl-85,.offset-xl-85{margin-left:85%}[dir=rtl] .flex-offset-xl-85,[dir=rtl] .layout-margin .flex-offset-xl-85,[dir=rtl] .layout-margin .offset-xl-85,[dir=rtl] .offset-xl-85{margin-left:auto;margin-right:85%}.flex-offset-xl-90,.layout-margin .flex-offset-xl-90,.layout-margin .offset-xl-90,.offset-xl-90{margin-left:90%}[dir=rtl] .flex-offset-xl-90,[dir=rtl] .layout-margin .flex-offset-xl-90,[dir=rtl] .layout-margin .offset-xl-90,[dir=rtl] .offset-xl-90{margin-left:auto;margin-right:90%}.flex-offset-xl-95,.layout-margin .flex-offset-xl-95,.layout-margin .offset-xl-95,.offset-xl-95{margin-left:95%}[dir=rtl] .flex-offset-xl-95,[dir=rtl] .layout-margin .flex-offset-xl-95,[dir=rtl] .layout-margin .offset-xl-95,[dir=rtl] .offset-xl-95{margin-left:auto;margin-right:95%}.flex-offset-xl-33,.layout-margin .flex-offset-xl-33,.layout-margin .offset-xl-33,.offset-xl-33{margin-left:33.3333333333%}.flex-offset-xl-66,.layout-margin .flex-offset-xl-66,.layout-margin .offset-xl-66,.offset-xl-66{margin-left:66.6666666667%}[dir=rtl] .flex-offset-xl-66,[dir=rtl] .layout-margin .flex-offset-xl-66,[dir=rtl] .layout-margin .offset-xl-66,[dir=rtl] .offset-xl-66{margin-left:auto;margin-right:66.6666666667%}.layout-align-xl,.layout-align-xl-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-xl-start,.layout-align-xl-start-center,.layout-align-xl-start-end,.layout-align-xl-start-start,.layout-align-xl-start-stretch{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-xl-center,.layout-align-xl-center-center,.layout-align-xl-center-end,.layout-align-xl-center-start,.layout-align-xl-center-stretch{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.layout-align-xl-end,.layout-align-xl-end-center,.layout-align-xl-end-end,.layout-align-xl-end-start,.layout-align-xl-end-stretch{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-xl-space-around,.layout-align-xl-space-around-center,.layout-align-xl-space-around-end,.layout-align-xl-space-around-start,.layout-align-xl-space-around-stretch{-ms-flex-pack:distribute;justify-content:space-around}.layout-align-xl-space-between,.layout-align-xl-space-between-center,.layout-align-xl-space-between-end,.layout-align-xl-space-between-start,.layout-align-xl-space-between-stretch{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.layout-align-xl-center-start,.layout-align-xl-end-start,.layout-align-xl-space-around-start,.layout-align-xl-space-between-start,.layout-align-xl-start-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-xl-center-center,.layout-align-xl-end-center,.layout-align-xl-space-around-center,.layout-align-xl-space-between-center,.layout-align-xl-start-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-xl-center-center>*,.layout-align-xl-end-center>*,.layout-align-xl-space-around-center>*,.layout-align-xl-space-between-center>*,.layout-align-xl-start-center>*{max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-align-xl-center-end,.layout-align-xl-end-end,.layout-align-xl-space-around-end,.layout-align-xl-space-between-end,.layout-align-xl-start-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-xl-center-stretch,.layout-align-xl-end-stretch,.layout-align-xl-space-around-stretch,.layout-align-xl-space-between-stretch,.layout-align-xl-start-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-xl{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-grow{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-initial{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-none{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-noshrink{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-nogrow{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-column>.flex-xl-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:0%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.layout-xl-column>.flex-xl-0{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:0%;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:0}.flex-xl-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:5%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-5{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:5%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:10%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-10{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:10%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:15%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-15{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:15%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:20%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-20{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:25%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-25{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:25%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:30%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-30{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:30%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:35%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-35{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:35%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:40%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-40{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:40%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:45%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-45{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:45%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:50%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-50{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:50%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:55%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-55{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:55%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:60%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-60{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:60%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:65%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-65{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:65%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:70%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-70{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:70%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:75%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-75{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:75%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:80%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-80{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:80%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:85%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-85{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:85%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:90%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-90{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:90%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:95%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-95{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:95%;-webkit-box-sizing:border-box;box-sizing:border-box}.flex-xl-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-100{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-row>.flex-xl-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-33{-webkit-box-flex:1;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-column>.flex-xl-66{-webkit-box-flex:1;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:33.33%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex-xl-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:66.66%;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-row>.flex{min-width:0}.layout-xl-column>.flex-xl-33{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:33.33%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex-xl-66{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:66.66%;-webkit-box-sizing:border-box;box-sizing:border-box}.layout-xl-column>.flex{min-height:0}.layout-xl,.layout-xl-column,.layout-xl-row{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex}.layout-xl-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.layout-xl-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show){display:none}.hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show){display:none}}@media print{.hide-print:not(.show-print):not(.show){display:none!important}}