/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--yop-red:#b00000;--black:#3b3b3b;--blue:#2A9FD6;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#CC0000;--orange:#fd7e14;--yellow:#FF8800;--green:#77B300;--teal:#20c997;--cyan:#9933CC;--white:#fff;--gray:#555;--gray-dark:#222;--primary:#2A9FD6;--secondary:#555;--success:#77B300;--info:#9933CC;--warning:#FF8800;--danger:#CC0000;--light:#f8f9fa;--dark:#222;--darker:#060606;--border-accent:#282828;}html,body{margin:0;padding:0;}html{font-size:100%;box-sizing:border-box;overflow-x:hidden;}*,*:before,*:after{box-sizing:inherit;}body{background-color:var(--darker);color:var(--darker);font-family:'Open Sans',sans-serif;font-weight:400;font-style:normal;line-height:1.6;word-wrap:break-word;white-space:normal;text-rendering:optimizeLegibility;font-variant-ligatures:common-ligatures;font-feature-settings:"kern";font-kerning:normal;}a{color:currentColor;}a:hover,a:focus{text-decoration:underline;}img{max-width:100%;height:auto;}strong{font-weight:600;}h1,h2,h3,h4,h5,h6{color:#b00000;font-style:normal;font-weight:700;margin:0 0 .4rem 0;padding:0;line-height:1.2;font-family:'Ubuntu',sans-serif;}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:currentColor;text-decoration:none;}h1{font-size:1.8em;}@media (min-width:768px){h1{font-size:2.5em;}}h2{font-size:1.2rem;line-height:1.6;}h3{font-size:1rem;font-weight:700;letter-spacing:1.2px;line-height:1.6;}h2.minimal,h3.minimal{margin:0;}h2.ckeditor-light,h3.ckeditor-light{font-weight:400;}h2 a,h3 a{color:currentColor;text-decoration:none;}h2 a:hover,h2 a:focus,h3 a:hover,h3 a:focus{text-decoration:underline;}p{margin:0 0 2em 0;}p:last-child{margin:0;}p.lead{font-size:1.4em;line-height:1.8;margin:1.4em 0;}abbr[title],acronym[title]{cursor:help;border-bottom:1px dotted #b00000;}abbr{position:relative;}abbr:hover::after{position:absolute;bottom:100%;left:100%;display:block;padding:1em;border-radius:1em;background:#b00000;color:#fff;content:attr(title);}.ie9 img[src$=".svg"]{width:100%;}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){img[src$=".svg"]{width:100%;}}.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.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;}@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0);}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0);}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0);}90%{transform:translate3d(0,-4px,0);}}@keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);transform:translate3d(0,0,0);}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-30px,0);}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);transform:translate3d(0,-15px,0);}90%{transform:translate3d(0,-4px,0);}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom;}@-webkit-keyframes flash{from,50%,to{opacity:1;}25%,75%{opacity:0;}}@keyframes flash{from,50%,to{opacity:1;}25%,75%{opacity:0;}}.flash{-webkit-animation-name:flash;animation-name:flash;}@-webkit-keyframes pulse{from{transform:scale3d(1,1,1);}50%{transform:scale3d(1.05,1.05,1.05);}to{transform:scale3d(1,1,1);}}@keyframes pulse{from{transform:scale3d(1,1,1);}50%{transform:scale3d(1.05,1.05,1.05);}to{transform:scale3d(1,1,1);}}.pulse{-webkit-animation-name:pulse;animation-name:pulse;}@-webkit-keyframes rubberBand{from{transform:scale3d(1,1,1);}30%{transform:scale3d(1.25,0.75,1);}40%{transform:scale3d(0.75,1.25,1);}50%{transform:scale3d(1.15,0.85,1);}65%{transform:scale3d(0.95,1.05,1);}75%{transform:scale3d(1.05,0.95,1);}to{transform:scale3d(1,1,1);}}@keyframes rubberBand{from{transform:scale3d(1,1,1);}30%{transform:scale3d(1.25,0.75,1);}40%{transform:scale3d(0.75,1.25,1);}50%{transform:scale3d(1.15,0.85,1);}65%{transform:scale3d(0.95,1.05,1);}75%{transform:scale3d(1.05,0.95,1);}to{transform:scale3d(1,1,1);}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand;}@-webkit-keyframes shake{from,to{transform:translate3d(0,0,0);}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0);}20%,40%,60%,80%{transform:translate3d(10px,0,0);}}@keyframes shake{from,to{transform:translate3d(0,0,0);}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0);}20%,40%,60%,80%{transform:translate3d(10px,0,0);}}.shake{-webkit-animation-name:shake;animation-name:shake;}@-webkit-keyframes headShake{0%{transform:translateX(0);}6.5%{transform:translateX(-6px) rotateY(-9deg);}18.5%{transform:translateX(5px) rotateY(7deg);}31.5%{transform:translateX(-3px) rotateY(-5deg);}43.5%{transform:translateX(2px) rotateY(3deg);}50%{transform:translateX(0);}}@keyframes headShake{0%{transform:translateX(0);}6.5%{transform:translateX(-6px) rotateY(-9deg);}18.5%{transform:translateX(5px) rotateY(7deg);}31.5%{transform:translateX(-3px) rotateY(-5deg);}43.5%{transform:translateX(2px) rotateY(3deg);}50%{transform:translateX(0);}}.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%{transform:rotate3d(0,0,1,15deg);}40%{transform:rotate3d(0,0,1,-10deg);}60%{transform:rotate3d(0,0,1,5deg);}80%{transform:rotate3d(0,0,1,-5deg);}to{transform:rotate3d(0,0,1,0deg);}}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg);}40%{transform:rotate3d(0,0,1,-10deg);}60%{transform:rotate3d(0,0,1,5deg);}80%{transform:rotate3d(0,0,1,-5deg);}to{transform:rotate3d(0,0,1,0deg);}}.swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing;}@-webkit-keyframes tada{from{transform:scale3d(1,1,1);}10%,20%{transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg);}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}to{transform:scale3d(1,1,1);}}@keyframes tada{from{transform:scale3d(1,1,1);}10%,20%{transform:scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg);}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}to{transform:scale3d(1,1,1);}}.tada{-webkit-animation-name:tada;animation-name:tada;}@-webkit-keyframes wobble{from{transform:none;}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);}to{transform:none;}}@keyframes wobble{from{transform:none;}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);}to{transform:none;}}.wobble{-webkit-animation-name:wobble;animation-name:wobble;}@-webkit-keyframes jello{from,11.1%,to{transform:none;}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg);}33.3%{transform:skewX(6.25deg) skewY(6.25deg);}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg);}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg);}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg);}77.7%{transform:skewX(0.39062deg) skewY(0.39062deg);}88.8%{transform:skewX(-0.19531deg) skewY(-0.19531deg);}}@keyframes jello{from,11.1%,to{transform:none;}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg);}33.3%{transform:skewX(6.25deg) skewY(6.25deg);}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg);}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg);}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg);}77.7%{transform:skewX(0.39062deg) skewY(0.39062deg);}88.8%{transform:skewX(-0.19531deg) skewY(-0.19531deg);}}.jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center;}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0;transform:scale3d(0.3,0.3,0.3);}20%{transform:scale3d(1.1,1.1,1.1);}40%{transform:scale3d(0.9,0.9,0.9);}60%{opacity:1;transform:scale3d(1.03,1.03,1.03);}80%{transform:scale3d(0.97,0.97,0.97);}to{opacity:1;transform:scale3d(1,1,1);}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0;transform:scale3d(0.3,0.3,0.3);}20%{transform:scale3d(1.1,1.1,1.1);}40%{transform:scale3d(0.9,0.9,0.9);}60%{opacity:1;transform:scale3d(1.03,1.03,1.03);}80%{transform:scale3d(0.97,0.97,0.97);}to{opacity:1;transform:scale3d(1,1,1);}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0;transform:translate3d(0,-3000px,0);}60%{opacity:1;transform:translate3d(0,25px,0);}75%{transform:translate3d(0,-10px,0);}90%{transform:translate3d(0,5px,0);}to{transform:none;}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0;transform:translate3d(0,-3000px,0);}60%{opacity:1;transform:translate3d(0,25px,0);}75%{transform:translate3d(0,-10px,0);}90%{transform:translate3d(0,5px,0);}to{transform:none;}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown;}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0;transform:translate3d(-3000px,0,0);}60%{opacity:1;transform:translate3d(25px,0,0);}75%{transform:translate3d(-10px,0,0);}90%{transform:translate3d(5px,0,0);}to{transform:none;}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);}0%{opacity:0;transform:translate3d(-3000px,0,0);}60%{opacity:1;transform:translate3d(25px,0,0);}75%{transform:translate3d(-10px,0,0);}90%{transform:translate3d(5px,0,0);}to{transform:none;}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft;}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);}from{opacity:0;transform:translate3d(3000px,0,0);}60%{opacity:1;transform:translate3d(-25px,0,0);}75%{transform:translate3d(10px,0,0);}90%{transform:translate3d(-5px,0,0);}to{transform:none;}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);}from{opacity:0;transform:translate3d(3000px,0,0);}60%{opacity:1;transform:translate3d(-25px,0,0);}75%{transform:translate3d(10px,0,0);}90%{transform:translate3d(-5px,0,0);}to{transform:none;}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight;}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);}from{opacity:0;transform:translate3d(0,3000px,0);}60%{opacity:1;transform:translate3d(0,-20px,0);}75%{transform:translate3d(0,10px,0);}90%{transform:translate3d(0,-5px,0);}to{transform:translate3d(0,0,0);}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);}from{opacity:0;transform:translate3d(0,3000px,0);}60%{opacity:1;transform:translate3d(0,-20px,0);}75%{transform:translate3d(0,10px,0);}90%{transform:translate3d(0,-5px,0);}to{transform:translate3d(0,0,0);}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp;}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9,0.9,0.9);}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1);}to{opacity:0;transform:scale3d(0.3,0.3,0.3);}}@keyframes bounceOut{20%{transform:scale3d(0.9,0.9,0.9);}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1);}to{opacity:0;transform:scale3d(0.3,0.3,0.3);}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0);}40%,45%{opacity:1;transform:translate3d(0,-20px,0);}to{opacity:0;transform:translate3d(0,2000px,0);}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0);}40%,45%{opacity:1;transform:translate3d(0,-20px,0);}to{opacity:0;transform:translate3d(0,2000px,0);}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown;}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0);}to{opacity:0;transform:translate3d(-2000px,0,0);}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0);}to{opacity:0;transform:translate3d(-2000px,0,0);}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft;}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0);}to{opacity:0;transform:translate3d(2000px,0,0);}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0);}to{opacity:0;transform:translate3d(2000px,0,0);}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight;}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0);}40%,45%{opacity:1;transform:translate3d(0,20px,0);}to{opacity:0;transform:translate3d(0,-2000px,0);}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0);}40%,45%{opacity:1;transform:translate3d(0,20px,0);}to{opacity: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;transform:translate3d(0,-100%,0);}to{opacity:1;transform:none;}}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0);}to{opacity:1;transform:none;}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;}@-webkit-keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0);}to{opacity:1;transform:none;}}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0);}to{opacity:1;transform:none;}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig;}@-webkit-keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0);}to{opacity:1;transform:none;}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0);}to{opacity:1;transform:none;}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;}@-webkit-keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0);}to{opacity:1;transform:none;}}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0);}to{opacity:1;transform:none;}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;}@-webkit-keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0);}to{opacity:1;transform:none;}}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0);}to{opacity:1;transform:none;}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;}@-webkit-keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0);}to{opacity:1;transform:none;}}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0);}to{opacity:1;transform:none;}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig;}@-webkit-keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0);}to{opacity:1;transform:none;}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0);}to{opacity:1;transform:none;}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}@-webkit-keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0);}to{opacity:1;transform:none;}}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0);}to{opacity:1;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;transform:translate3d(0,100%,0);}}@keyframes fadeOutDown{from{opacity:1;}to{opacity:0;transform:translate3d(0,100%,0);}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown;}@-webkit-keyframes fadeOutDownBig{from{opacity:1;}to{opacity:0;transform:translate3d(0,2000px,0);}}@keyframes fadeOutDownBig{from{opacity:1;}to{opacity:0;transform:translate3d(0,2000px,0);}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig;}@-webkit-keyframes fadeOutLeft{from{opacity:1;}to{opacity:0;transform:translate3d(-100%,0,0);}}@keyframes fadeOutLeft{from{opacity:1;}to{opacity:0;transform:translate3d(-100%,0,0);}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft;}@-webkit-keyframes fadeOutLeftBig{from{opacity:1;}to{opacity:0;transform:translate3d(-2000px,0,0);}}@keyframes fadeOutLeftBig{from{opacity:1;}to{opacity:0;transform:translate3d(-2000px,0,0);}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig;}@-webkit-keyframes fadeOutRight{from{opacity:1;}to{opacity:0;transform:translate3d(100%,0,0);}}@keyframes fadeOutRight{from{opacity:1;}to{opacity:0;transform:translate3d(100%,0,0);}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight;}@-webkit-keyframes fadeOutRightBig{from{opacity:1;}to{opacity:0;transform:translate3d(2000px,0,0);}}@keyframes fadeOutRightBig{from{opacity:1;}to{opacity:0;transform:translate3d(2000px,0,0);}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig;}@-webkit-keyframes fadeOutUp{from{opacity:1;}to{opacity:0;transform:translate3d(0,-100%,0);}}@keyframes fadeOutUp{from{opacity:1;}to{opacity:0;transform:translate3d(0,-100%,0);}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp;}@-webkit-keyframes fadeOutUpBig{from{opacity:1;}to{opacity:0;transform:translate3d(0,-2000px,0);}}@keyframes fadeOutUpBig{from{opacity:1;}to{opacity:0;transform:translate3d(0,-2000px,0);}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig;}@-webkit-keyframes flip{from{transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}80%{transform:perspective(400px) scale3d(0.95,0.95,0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}to{transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}}@keyframes flip{from{transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}80%{transform:perspective(400px) scale3d(0.95,0.95,0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}to{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{transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1;}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg);}to{transform:perspective(400px);}}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1;}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg);}to{transform:perspective(400px);}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX;}@-webkit-keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1;}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg);}to{transform:perspective(400px);}}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1;}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg);}to{transform:perspective(400px);}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY;}@-webkit-keyframes flipOutX{from{transform:perspective(400px);}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1;}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0;}}@keyframes flipOutX{from{transform:perspective(400px);}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1;}to{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{transform:perspective(400px);}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1;}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0;}}@keyframes flipOutY{from{transform:perspective(400px);}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1;}to{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{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;}60%{transform:skewX(20deg);opacity:1;}80%{transform:skewX(-5deg);opacity:1;}to{transform:none;opacity:1;}}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;}60%{transform:skewX(20deg);opacity:1;}80%{transform:skewX(-5deg);opacity:1;}to{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{transform:translate3d(100%,0,0) skewX(30deg);opacity:0;}}@keyframes lightSpeedOut{from{opacity:1;}to{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{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0;}to{transform-origin:center;transform:none;opacity:1;}}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0;}to{transform-origin:center;transform:none;opacity:1;}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;}@-webkit-keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0;}to{transform-origin:left bottom;transform:none;opacity:1;}}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0;}to{transform-origin:left bottom;transform:none;opacity:1;}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;}@-webkit-keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0;}to{transform-origin:right bottom;transform:none;opacity:1;}}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0;}to{transform-origin:right bottom;transform:none;opacity:1;}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;}@-webkit-keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0;}to{transform-origin:left bottom;transform:none;opacity:1;}}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0;}to{transform-origin:left bottom;transform:none;opacity:1;}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;}@-webkit-keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0;}to{transform-origin:right bottom;transform:none;opacity:1;}}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0;}to{transform-origin:right bottom;transform:none;opacity:1;}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;}@-webkit-keyframes rotateOut{from{transform-origin:center;opacity:1;}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0;}}@keyframes rotateOut{from{transform-origin:center;opacity:1;}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0;}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;}@-webkit-keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1;}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0;}}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1;}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0;}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;}@-webkit-keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1;}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0;}}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1;}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0;}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;}@-webkit-keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1;}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0;}}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1;}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0;}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;}@-webkit-keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1;}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0;}}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1;}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0;}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;}@-webkit-keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;}to{transform:translate3d(0,700px,0);opacity:0;}}@keyframes hinge{0%{transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;}to{transform:translate3d(0,700px,0);opacity:0;}}.hinge{-webkit-animation-name:hinge;animation-name:hinge;}@-webkit-keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);}to{opacity:1;transform:none;}}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);}to{opacity:1;transform:none;}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn;}@-webkit-keyframes rollOut{from{opacity:1;}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);}}@keyframes rollOut{from{opacity:1;}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut;}@-webkit-keyframes zoomIn{from{opacity:0;transform:scale3d(0.3,0.3,0.3);}50%{opacity:1;}}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3,0.3,0.3);}50%{opacity:1;}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn;}@-webkit-keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);}}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown;}@-webkit-keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);}}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft;}@-webkit-keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);}}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight;}@-webkit-keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);}}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);}60%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp;}@-webkit-keyframes zoomOut{from{opacity:1;}50%{opacity:0;transform:scale3d(0.3,0.3,0.3);}to{opacity:0;}}@keyframes zoomOut{from{opacity:1;}50%{opacity:0;transform:scale3d(0.3,0.3,0.3);}to{opacity:0;}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut;}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(42px,0,0);}to{opacity:0;transform:scale(0.1) translate3d(-2000px,0,0);transform-origin:left center;}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(42px,0,0);}to{opacity:0;transform:scale(0.1) translate3d(-2000px,0,0);transform-origin:left center;}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-42px,0,0);}to{opacity:0;transform:scale(0.1) translate3d(2000px,0,0);transform-origin:right center;}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-42px,0,0);}to{opacity:0;transform:scale(0.1) translate3d(2000px,0,0);transform-origin:right center;}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);}to{opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0,-2000px,0);transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;}@-webkit-keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible;}to{transform:translate3d(0,0,0);}}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible;}to{transform:translate3d(0,0,0);}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown;}@-webkit-keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible;}to{transform:translate3d(0,0,0);}}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible;}to{transform:translate3d(0,0,0);}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft;}@-webkit-keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible;}to{transform:translate3d(0,0,0);}}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible;}to{transform:translate3d(0,0,0);}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight;}@-webkit-keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible;}to{transform:translate3d(0,0,0);}}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible;}to{transform:translate3d(0,0,0);}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp;}@-webkit-keyframes slideOutDown{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(0,100%,0);}}@keyframes slideOutDown{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(0,100%,0);}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown;}@-webkit-keyframes slideOutLeft{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(-100%,0,0);}}@keyframes slideOutLeft{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(-100%,0,0);}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft;}@-webkit-keyframes slideOutRight{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(100%,0,0);}}@keyframes slideOutRight{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(100%,0,0);}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight;}@-webkit-keyframes slideOutUp{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(0,-100%,0);}}@keyframes slideOutUp{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(0,-100%,0);}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp;}body{display:flex;flex-direction:column;}body:before{content:"";position:fixed;top:0;left:0;height:100vh;width:100%;background:radial-gradient(black 15%,transparent 16%) 0 0,radial-gradient(black 15%,transparent 16%) 8px 8px,radial-gradient(rgba(255,255,255,0.1) 15%,transparent 20%) 0 1px,radial-gradient(rgba(255,255,255,0.1) 15%,transparent 20%) 8px 9px;background-color:#282828;background-size:16px 16px;}main{z-index:1;position:relative;max-width:1100px;padding:1rem;font-size:1rem;color:var(--darker);margin:1rem auto 4rem auto;border:1px solid transparent;background-color:rgba(255,255,255,0.9);}@media (min-width:768px){main{font-size:1.125rem;}}.layout-sidebar-first{position:relative;z-index:1;}@media (min-width:768px){main{padding:3rem;}}@media (min-width:1100px){main{margin-top:20vw;padding:3rem 10rem;}}.fixedsticky-withoutfixedfixed .fixedsticky-off,.fixed-supported .fixedsticky-off{position:static;}.fixedsticky-withoutfixedfixed .fixedsticky-on,.fixed-supported .fixedsticky-on{position:fixed;}.fixedsticky-dummy{display:none;}.fixedsticky-on + .fixedsticky-dummy{display:block;}[id='header']{transition:background-color 200ms linear;box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);transition:box-shadow 280ms cubic-bezier(0.4,0,0.2,1);will-change:box-shadow;height:3rem;background:radial-gradient(circle farthest-corner,#333,#111);border-bottom:1px solid var(--border-accent);width:100%;position:sticky;top:0;z-index:5;}[id='header'] .block-system-branding-block{width:70%;max-width:5rem;}[id='header'] .block-system-branding-block a{display:block;}[id='header'] .block-system-branding-block a img{margin:0 1em;width:8rem;transition:transform 200ms linear;vertical-align:middle;}[id='header'] .block-system-branding-block a:hover img,[id='header'] .block-system-branding-block a:focus img{transform:scale(1.1);}@media (min-width:768px){[id='header']{display:flex;justify-content:flex-start;align-items:center;height:4.5em;}[id='header'] .block-system-branding-block{flex:0 1 10rem;max-width:15rem;}}.layout-footer{background-color:#000;position:relative;padding:2rem 3rem;border-top:13px solid #b00000;background-size:contain;background:url(/themes/custom/yop/img/widgets/yop-logo-whitedot.svg) center top/contain no-repeat,radial-gradient(circle farthest-corner,#333,#111);color:#fff;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;}.layout-footer ul.menu{margin:0;padding:1em;list-style:none;}.layout-footer ul.menu li.menu-item{margin:0;padding:0;display:inline-block;}.layout-footer ul.menu a{display:inline-block;background:linear-gradient(to right,currentColor,currentColor);background-size:0% 2px;background-repeat:no-repeat;background-position:left bottom;padding:.2rem .5rem;color:var(--white);font-size:1.2em;font-weight:700;position:relative;text-decoration:none;margin:0 .3rem;}.layout-footer ul.menu a:hover,.layout-footer ul.menu a:focus,.layout-footer ul.menu a.is-active{-webkit-animation:underline .25s ease-in-out forwards;animation:underline .25s ease-in-out forwards;text-decoration:none;}.layout-footer .copyright{flex:1 0 100%;display:flex;opacity:0.6;justify-content:space-between;text-align:right;}@-webkit-keyframes underline{to{background-size:100% 4px;}}@keyframes underline{to{background-size:100% 4px;}}.path-frontpage main{background:none;margin-top:0;}.path-frontpage main h1{color:var(--white);}.path-frontpage main .highlighted-list{position:relative;box-shadow:-1rem 0 2rem #000;z-index:0;}.path-frontpage main .highlighted-list ul{color:#fff;border-radius:8px;position:relative;margin:0;padding:0;list-style:none;}.path-frontpage main .highlighted-list ul:before{content:'';background:linear-gradient(130deg,#b00000,#cc3333 41.07%,#054877 76.05%);position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px);z-index:-1;border-radius:12px;}.path-frontpage main .highlighted-card{position:relative;padding:1.5rem;border-radius:.5rem;color:var(--white);background:radial-gradient(circle farthest-corner,#333,#111);margin:0;}.path-frontpage main .highlighted-card .node{display:flex;flex-direction:column;min-height:100%;}.path-frontpage main .highlighted-card header{position:relative;margin-bottom:auto;}.path-frontpage main .highlighted-card header time{font-size:80%;color:#7a7a8c;}.path-frontpage main .highlighted-card header img{border-radius:.5rem;margin-bottom:.5rem;}.path-frontpage main .highlighted-card h2{font-size:20px;color:inherit;margin:.25rem 0 auto 0;}.path-frontpage main .highlighted-card h2 a{transition:all .2s ease-in-out;}.path-frontpage main .highlighted-card h2 a:hover,.path-frontpage main .highlighted-card h2 a:focus{text-decoration:none;background:linear-gradient(to right,#b00000,#cc3333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;background-clip:text;box-decoration-break:clone;text-shadow:none;}.path-frontpage main .highlighted-card .field-tags{list-style:none;margin:0;padding:0;}.path-frontpage main .highlighted-card .field-tags li{margin:0;padding:0;}.path-frontpage main .highlighted-card .field-tags a{position:relative;display:inline-block;margin:.3rem .3rem .3rem 0;color:#7a7a8c;text-transform:uppercase;font-weight:700;font-size:.66rem;white-space:nowrap;border:3px solid #2b2b2b;text-decoration:none;border-radius:2rem;padding:.2rem .85rem .25rem .85rem;}.path-frontpage main .highlighted-card .field-tags a:hover,.path-frontpage main .highlighted-card .field-tags a:focus{background:linear-gradient(to right,#b00000,#cc3333);background-clip:border-box;border-color:var(--white);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;box-decoration-break:clone;text-shadow:none;}.test{background:linear-gradient(to bottom,rgba(255,255,255,0.15) 0%,rgba(0,0,0,0.15) 100%),radial-gradient(at top center,rgba(255,255,255,0.4) 0%,rgba(0,0,0,0.4) 120%) #989898;background-blend-mode:multiply,multiply;}.blueish{background-image:linear-gradient(to top,#09203f 0%,#537895 100%);}.vicious-stance{background-image:linear-gradient(60deg,#29323c 0%,#485563 100%);}.slick-carbon{background:linear-gradient(to bottom,#323232 0%,#3F3F3F 40%,#1C1C1C 150%),linear-gradient(to top,rgba(255,255,255,0.4) 0%,rgba(0,0,0,0.25) 200%);background-blend-mode:multiply;}@media (min-width:500px){nav:not(#toolbar-bar){display:flex;flex-direction:column;justify-content:center;}}[id='block-main-navigation']{margin-right:auto;}ul.main-menu:not(.contextual-links){margin:0;padding:0;list-style:none;display:none;}ul.main-menu:not(.contextual-links) li.menu-item{margin:0;padding:0;flex:0 1 auto;}@media (min-width:1100px){ul.main-menu:not(.contextual-links){display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-end;}}ul.main-menu:not(.contextual-links) a{font-family:'Ubuntu',sans-serif;margin:0 .2em;padding:.2em .8em;font-size:1.2em;text-decoration:none;display:block;border-radius:30px;border:2px solid transparent;color:#e6e6e6;transition:color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out;}ul.main-menu:not(.contextual-links) a:hover,ul.main-menu:not(.contextual-links) a:focus,ul.main-menu:not(.contextual-links) a.is-active{background-color:#b00000;background:#cc3333;background:linear-gradient(to right,#b00000,#cc3333);color:#fff;border:2px solid #b00000;}ul.main-menu:not(.contextual-links) .menu-item--expanded{position:relative;}ul.main-menu:not(.contextual-links) .menu-item--expanded > .menu{transition:opacity .1s ease-in-out,transform .1s ease-in-out;opacity:0;top:2.5em;transform:translateY(-10vh);position:absolute;margin:0;padding:0;list-style:none;border-radius:1em;max-width:200px;}ul.main-menu:not(.contextual-links) .menu-item--expanded > .menu > li a{margin:.5em;box-shadow:-1rem 0 2rem #000;background:radial-gradient(circle farthest-corner,#333,#111);}ul.main-menu:not(.contextual-links) .menu-item--expanded:hover > .menu,ul.main-menu:not(.contextual-links) .menu-item--expanded:focus > .menu{opacity:1;transform:translateY(0);}.tabs ul{margin:0 0 1em;padding:0;list-style:none;}.tabs li{display:inline-block;}.tabs li a{display:block;color:#b00000;line-height:2;padding:0 1rem;}.tabs li a.is-active{background-color:#ffffff;border:1px solid #b00000;}.breadcrumb{margin-bottom:1em;font-size:0.9em;}@media (min-width:500px){.breadcrumb{display:block;}}.breadcrumb p,.breadcrumb ol,.breadcrumb li{display:inline-block;}.breadcrumb p{margin:0;}.breadcrumb ol{margin:0;padding:0;list-style:none;}.breadcrumb li a{text-decoration:none;color:var(--gray);transition:color .1s ease-in-out;}.breadcrumb li a:hover,.breadcrumb li a:focus{color:#b00000;}.breadcrumb li:not(:first-child):before{content:'\0203A';margin:0 0.4em;display:inline-block;}.mobile-menu{position:absolute;width:100%;margin:0;padding:0;background-color:#fff;list-style:none;top:100%;right:0;z-index:6;box-shadow:1px 1px 9px 0 rgba(0,0,0,0.1);}.js .mobile-menu{transform:translateX(-110%);transition:all .2s ease-in;position:absolute;left:0;}.js .mobile-menu.open{transform:translateX(0);}@media (min-width:1100px){.js .mobile-menu{display:none;}}.mobile-menu li{margin:0;padding:0;border-bottom:1px solid rgba(0,0,0,0.2);}.mobile-menu li > ul{list-style:none;margin:0;padding:0;}.mobile-menu li.menu-item--expanded{position:relative;}.mobile-menu li.menu-item--expanded > ul{display:none;}.mobile-menu a{padding:0.5em 1em;color:currentColor;text-decoration:none;display:block;text-shadow:none;}.mobile-menu a:hover,.mobile-menu a:focus{background-color:#b00000;color:#fff;}.mobile-menu-button{text-align:right;display:block;transition:color .2s ease-in-out;color:var(--white);position:absolute;right:0;top:0;height:100%;padding:0 1em;}.mobile-menu-button:hover,.mobile-menu-button:focus{color:var(--white);background-color:#b00000;}.mobile-menu-button > span{vertical-align:middle;}@media (min-width:1100px){.mobile-menu-button{display:none;}}.menu-arrow{width:3em;display:inline-block;position:absolute;right:0;top:0;color:var(--yop-red);cursor:pointer;text-align:center;line-height:2.5em;}.menu-arrow.open{transform:rotate(90deg);}[id="block-socialmedia"]{padding:1em;}[id="block-socialmedia"] .block-title{display:none;}[id="block-socialmedia"] ul.menu{float:right;padding:0;margin:0 0 0 1em;list-style:none;font-size:1.2em;}[id="block-socialmedia"] ul.menu li{float:left;}[id="block-socialmedia"] ul.menu li + li a{margin-left:.4rem;}[id="block-socialmedia"] ul.menu a{border-radius:10px;display:block;overflow:hidden;width:1.5em !important;height:1.5em !important;text-indent:-9999em;background-size:contain;background-position:center center;background-repeat:no-repeat;filter:grayscale(100%);transition:all .3s ease;}[id="block-socialmedia"] ul.menu a:hover{filter:grayscale(0);}[id="block-socialmedia"] ul.menu [href*="facebook"]{background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='-5 -5 35 35'%3E%3Cpath fill='%233B5998' d='M-5-5h35v35H-5z'/%3E%3Cpath fill='%23fff' d='M9.7 15.33V9.865h3.278V5.718l.02-.445.06-.77c.07-.645.305-1.294.71-1.94.42-.69 1.09-1.303 2.024-1.842.943-.538 2.3-.81 4.063-.81h4.98v5.463h-3.643c-.38 0-.716.136-1.013.404-.298.25-.445.494-.445.743v3.346h5.1l-.183 2.056-.203 1.76-.243 1.647h-4.512V30h-6.722V15.33H9.7z'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100%;width:35px;height:35px;}[id="block-socialmedia"] ul.menu [href*="youtube"]{background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 35 35'%3E%3Cstyle%3E.st0%7Bfill:url(%23SVGID_1_)%7D.st1%7Bclip-path:url(%23SVGID_3_)%7D.st2%7Bclip-path:url(%23SVGID_5_);fill:%23fff%7D%3C/style%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' y1='17.5' x2='35' y2='17.5' gradientTransform='rotate(90 17.5 17.5)'%3E%3Cstop offset='0' stop-color='%23E32E28'/%3E%3Cstop offset='.54' stop-color='%23D12827'/%3E%3Cstop offset='1' stop-color='%23BE2126'/%3E%3C/linearGradient%3E%3Cpath class='st0' d='M35 0v35H0V0h35z'/%3E%3Cdefs%3E%3Cpath id='SVGID_2_' d='M29.64 12.55s-.24-1.71-.98-2.46c-.94-.99-2-.99-2.48-1.05-3.47-.25-8.67-.25-8.67-.25h-.01s-5.2 0-8.67.25c-.49.06-1.54.06-2.48 1.05-.74.75-.98 2.46-.98 2.46s-.25 2-.25 4.01v1.88c0 2 .25 4.01.25 4.01s.24 1.71.98 2.46c.94.99 2.18.96 2.73 1.06 1.98.19 8.42.25 8.42.25s5.21-.01 8.67-.26c.48-.06 1.54-.06 2.48-1.05.74-.75.98-2.46.98-2.46s.25-2 .25-4.01v-1.88c.01-2.01-.24-4.01-.24-4.01m-14.7 8.16v-6.96l6.69 3.49-6.69 3.47z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_2_' overflow='visible' fill='%23FFF'/%3E%3CclipPath id='SVGID_3_'%3E%3Cuse xlink:href='%23SVGID_2_' overflow='visible'/%3E%3C/clipPath%3E%3Cg class='st1'%3E%3Cdefs%3E%3Cpath id='SVGID_4_' d='M5.11 8.79h24.77v17.42H5.11z'/%3E%3C/defs%3E%3Cuse xlink:href='%23SVGID_4_' overflow='visible' fill='%23FFF'/%3E%3CclipPath id='SVGID_5_'%3E%3Cuse xlink:href='%23SVGID_4_' overflow='visible'/%3E%3C/clipPath%3E%3Cpath class='st2' d='M5.11 8.79h24.77v17.42H5.11z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100%;width:35px;height:35px;}[id="block-socialmedia"] ul.menu [href*="twitter"]{background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 35'%3E%3Cstyle%3E.st0%7Bfill:%231da1f2%7D.st1%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M0 0h35v35H0V0z'/%3E%3Cpath class='st1' d='M13.5 26.2c8.1 0 12.5-6.7 12.5-12.5v-.6c.9-.6 1.6-1.4 2.2-2.3-.8.4-1.6.6-2.5.7.9-.5 1.6-1.4 1.9-2.4-.9.5-1.8.9-2.8 1.1-1.7-1.8-4.4-1.8-6.2-.2-1.1 1.1-1.6 2.7-1.3 4.2-3.5-.2-6.8-1.8-9-4.6-1.2 2-.6 4.6 1.4 5.8-.7 0-1.4-.2-2-.5v.1c0 2.1 1.5 3.9 3.5 4.3-.6.2-1.3.2-2 .1.6 1.8 2.2 3 4.1 3-1.5 1.2-3.5 1.9-5.4 1.9-.3 0-.7 0-1-.1 1.9 1.3 4.3 2 6.6 2'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100%;width:35px;height:35px;}[id="block-socialmedia"] ul.menu [href*="instagram"]{background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132.004' height='132' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient id='b'%3E%3Cstop offset='0' stop-color='%233771c8'/%3E%3Cstop stop-color='%233771c8' offset='.128'/%3E%3Cstop offset='1' stop-color='%2360f' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='a'%3E%3Cstop offset='0' stop-color='%23fd5'/%3E%3Cstop offset='.1' stop-color='%23fd5'/%3E%3Cstop offset='.5' stop-color='%23ff543e'/%3E%3Cstop offset='1' stop-color='%23c837ab'/%3E%3C/linearGradient%3E%3CradialGradient id='c' cx='158.429' cy='578.088' r='65' xlink:href='%23a' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 -1.98198 1.8439 0 -1031.402 454.004)' fx='158.429' fy='578.088'/%3E%3CradialGradient id='d' cx='147.694' cy='473.455' r='65' xlink:href='%23b' gradientUnits='userSpaceOnUse' gradientTransform='matrix(.17394 .86872 -3.5818 .71718 1648.348 -458.493)' fx='147.694' fy='473.455'/%3E%3C/defs%3E%3Cpath fill='url(%23c)' d='M65.03 0C37.888 0 29.95.028 28.407.156c-5.57.463-9.036 1.34-12.812 3.22-2.91 1.445-5.205 3.12-7.47 5.468C4 13.126 1.5 18.394.595 24.656c-.44 3.04-.568 3.66-.594 19.188-.01 5.176 0 11.988 0 21.125 0 27.12.03 35.05.16 36.59.45 5.42 1.3 8.83 3.1 12.56 3.44 7.14 10.01 12.5 17.75 14.5 2.68.69 5.64 1.07 9.44 1.25 1.61.07 18.02.12 34.44.12 16.42 0 32.84-.02 34.41-.1 4.4-.207 6.955-.55 9.78-1.28a27.22 27.22 0 0 0 17.75-14.53c1.765-3.64 2.66-7.18 3.065-12.317.088-1.12.125-18.977.125-36.81 0-17.836-.04-35.66-.128-36.78-.41-5.22-1.305-8.73-3.127-12.44-1.495-3.037-3.155-5.305-5.565-7.624C116.9 4 111.64 1.5 105.372.596 102.335.157 101.73.027 86.19 0H65.03z' transform='translate(1.004 1)'/%3E%3Cpath fill='url(%23d)' d='M65.03 0C37.888 0 29.95.028 28.407.156c-5.57.463-9.036 1.34-12.812 3.22-2.91 1.445-5.205 3.12-7.47 5.468C4 13.126 1.5 18.394.595 24.656c-.44 3.04-.568 3.66-.594 19.188-.01 5.176 0 11.988 0 21.125 0 27.12.03 35.05.16 36.59.45 5.42 1.3 8.83 3.1 12.56 3.44 7.14 10.01 12.5 17.75 14.5 2.68.69 5.64 1.07 9.44 1.25 1.61.07 18.02.12 34.44.12 16.42 0 32.84-.02 34.41-.1 4.4-.207 6.955-.55 9.78-1.28a27.22 27.22 0 0 0 17.75-14.53c1.765-3.64 2.66-7.18 3.065-12.317.088-1.12.125-18.977.125-36.81 0-17.836-.04-35.66-.128-36.78-.41-5.22-1.305-8.73-3.127-12.44-1.495-3.037-3.155-5.305-5.565-7.624C116.9 4 111.64 1.5 105.372.596 102.335.157 101.73.027 86.19 0H65.03z' transform='translate(1.004 1)'/%3E%3Cpath fill='%23fff' d='M66.004 18c-13.036 0-14.672.057-19.792.29-5.11.234-8.598 1.043-11.65 2.23-3.157 1.226-5.835 2.866-8.503 5.535-2.67 2.668-4.31 5.346-5.54 8.502-1.19 3.053-2 6.542-2.23 11.65C18.06 51.327 18 52.964 18 66s.058 14.667.29 19.787c.235 5.11 1.044 8.598 2.23 11.65 1.227 3.157 2.867 5.835 5.536 8.503 2.667 2.67 5.345 4.314 8.5 5.54 3.054 1.187 6.543 1.996 11.652 2.23 5.12.233 6.755.29 19.79.29 13.037 0 14.668-.057 19.788-.29 5.11-.234 8.602-1.043 11.656-2.23 3.156-1.226 5.83-2.87 8.497-5.54 2.67-2.668 4.31-5.346 5.54-8.502 1.18-3.053 1.99-6.542 2.23-11.65.23-5.12.29-6.752.29-19.788 0-13.036-.06-14.672-.29-19.792-.24-5.11-1.05-8.598-2.23-11.65-1.23-3.157-2.87-5.835-5.54-8.503-2.67-2.67-5.34-4.31-8.5-5.535-3.06-1.187-6.55-1.996-11.66-2.23-5.12-.233-6.75-.29-19.79-.29zm-4.306 8.65c1.278-.002 2.704 0 4.306 0 12.816 0 14.335.046 19.396.276 4.68.214 7.22.996 8.912 1.653 2.24.87 3.837 1.91 5.516 3.59 1.68 1.68 2.72 3.28 3.592 5.52.657 1.69 1.44 4.23 1.653 8.91.23 5.06.28 6.58.28 19.39s-.05 14.33-.28 19.39c-.214 4.68-.996 7.22-1.653 8.91-.87 2.24-1.912 3.835-3.592 5.514-1.68 1.68-3.275 2.72-5.516 3.59-1.69.66-4.232 1.44-8.912 1.654-5.06.23-6.58.28-19.396.28-12.817 0-14.336-.05-19.396-.28-4.68-.216-7.22-.998-8.913-1.655-2.24-.87-3.84-1.91-5.52-3.59-1.68-1.68-2.72-3.276-3.592-5.517-.657-1.69-1.44-4.23-1.653-8.91-.23-5.06-.276-6.58-.276-19.398s.046-14.33.276-19.39c.214-4.68.996-7.22 1.653-8.912.87-2.24 1.912-3.84 3.592-5.52 1.68-1.68 3.28-2.72 5.52-3.592 1.692-.66 4.233-1.44 8.913-1.655 4.428-.2 6.144-.26 15.09-.27zm29.928 7.97a5.76 5.76 0 1 0 5.76 5.758c0-3.18-2.58-5.76-5.76-5.76zm-25.622 6.73c-13.613 0-24.65 11.037-24.65 24.65 0 13.613 11.037 24.645 24.65 24.645C79.617 90.645 90.65 79.613 90.65 66S79.616 41.35 66.003 41.35zm0 8.65c8.836 0 16 7.163 16 16 0 8.836-7.164 16-16 16-8.837 0-16-7.164-16-16 0-8.837 7.163-16 16-16z'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100%;width:132px;height:132px;}[id="block-socialmedia"] ul.menu [href*="linkedin"]{background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 35'%3E%3Ctitle%3Elinkedin%3C/title%3E%3Cpath fill='%23069' d='M0 0h35v35H0z'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.27 30.16V13.08H4.59v17.08zM7.43 10.74a3 3 0 1 0 0-5.9 3 3 0 1 0-.07 5.9zM13.41 30.16h5.68v-9.54a3.89 3.89 0 0 1 .19-1.39 3.11 3.11 0 0 1 2.91-2.08c2.05 0 2.88 1.57 2.88 3.86v9.14h5.68v-9.79c0-5.25-2.8-7.69-6.54-7.69a5.66 5.66 0 0 0-5.15 2.88v-2.47h-5.65c.07 1.6 0 17.08 0 17.08z'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100%;width:35px;height:35px;}.node .node__meta{color:#666;}.teaser .node .node__meta{display:none;}.node .links{margin:0;padding:0;list-style:none;}.teaser .node__meta{display:none;}.field-media-image img{display:block;}.field-text ul{padding:0;}.field-text ul li{list-style:none;padding-left:1em;position:relative;}.field-text ul li:before{background-color:#b00000;content:'';display:block;height:.3em;left:0;opacity:.85;position:absolute;top:.65em;width:.3em;}.path-taxonomy main .block-page-title-block,.path-frontpage main .block-page-title-block{text-align:center;padding:2em;}.we-play .views-rows{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;margin-top:1em;}.we-play .views-row{flex:0 0 auto;width:100%;}@media (min-width:768px){.we-play .views-row{width:48%;}}.we-play img{display:block;}.block-search-form-block label,[id="block-exposed-search-form"] label{position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px;word-wrap:normal;}.block-search-form-block input[type='search'],.block-search-form-block input[type='text'],[id="block-exposed-search-form"] input[type='search'],[id="block-exposed-search-form"] input[type='text']{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:inherit;margin:0 30px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 32'%3E%3Cstyle%3E.st0%7Bfill:%23b00000%7D%3C/style%3E%3Ctitle%3Esearch-green%3C/title%3E%3Cpath class='st0' d='M288.8 26.3c-.4 0-.8-.2-1.1-.5l-4-4c-3.8 2.6-8.9 1.6-11.5-2.1-2.6-3.8-1.6-8.9 2.1-11.5 3.8-2.6 8.9-1.6 11.5 2.1 1.9 2.8 1.9 6.5 0 9.4l4 4c.6.6.6 1.5 0 2.1-.2.3-.6.5-1 .5zm-9.7-16.6c-2.9 0-5.3 2.4-5.3 5.3s2.4 5.3 5.3 5.3 5.3-2.4 5.3-5.3c-.1-2.9-2.4-5.3-5.3-5.3z'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100%;width:300px;height:32px;background-color:#fff;background-size:100%;color:#000;width:15em;height:auto;background-repeat:no-repeat;background-position:right 5px center;border-radius:20px;border:2px solid #000;padding:10px 10px 10px 15px;font-weight:bold;}.slicknav_nav .block-search-form-block input[type='search'],.slicknav_nav
  .block-search-form-block input[type='text'],.slicknav_nav
  [id="block-exposed-search-form"] input[type='search'],.slicknav_nav
  [id="block-exposed-search-form"] input[type='text']{margin:1em 1em 0.5em;border:2px solid #b00000;}.block-search-form-block .form-actions,[id="block-exposed-search-form"] .form-actions{position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px;word-wrap:normal;}[id="block-zoekveld"],[id="block-exposed-search-form"]{display:none;}@media (min-width:1100px){[id="block-zoekveld"],[id="block-exposed-search-form"]{display:flex;flex-direction:column;justify-content:center;}}.mini-card-grid{display:flex;flex-wrap:wrap;margin:0;padding:0;}.mini-card{flex:1 0 auto;width:300px;position:relative;min-width:300px;min-height:300px;padding:1.5rem;border-radius:.5rem;color:var(--white);box-shadow:-1rem 0 2rem #000;background:radial-gradient(circle farthest-corner,#333,#111);display:flex;flex-direction:column;transition:.2s;margin:1em;}.mini-card .node{display:flex;flex-direction:column;min-height:100%;}.mini-card header{position:relative;margin-bottom:auto;}.mini-card header time{font-size:80%;color:#7a7a8c;}.mini-card header img{aspect-ratio:40 / 21;border-radius:.5rem;margin-bottom:.5rem;}.mini-card h2{font-size:20px;color:inherit;margin:.25rem 0 auto 0;}.mini-card h2 a{transition:all .2s ease-in-out;}.mini-card h2 a:hover,.mini-card h2 a:focus{text-decoration:none;background:linear-gradient(to right,#b00000,#cc3333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;background-clip:text;box-decoration-break:clone;text-shadow:none;}.mini-card .field-tags{list-style:none;margin:0;padding:0;}.mini-card .field-tags li{margin:0;padding:0;}.mini-card .field-tags a{position:relative;display:inline-block;margin:.3rem .3rem .3rem 0;color:#7a7a8c;text-transform:uppercase;font-weight:700;font-size:.66rem;white-space:nowrap;border:3px solid #2b2b2b;text-decoration:none;border-radius:2rem;padding:.2rem .85rem .25rem .85rem;}.mini-card .field-tags a:hover,.mini-card .field-tags a:focus{background:linear-gradient(to right,#b00000,#cc3333);background-clip:border-box;border-color:var(--white);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;box-decoration-break:clone;text-shadow:none;}.mini-article-subhead{font-size:14px;margin:0 0 1rem 0;}.mini-article-card-header{margin-bottom:auto;}.mini-article-meta{font-size:14px;}.mini-article-meta .author-name{display:block;position:relative;}.mini-article-meta .author-avatar img{width:40px;height:40px;}.mini-article-meta .author-avatar .half-circle{width:60px;height:48px;}.mini-article-byline{margin:3rem 0 0 0;display:grid;grid-template-columns:75px 1fr;align-items:center;}.mini-article-byline .author-avatar,.mini-article-byline .author-name-area{grid-area:auto;}.authors-page-wrap{padding:2rem;}[id='block-views-block-content-recent-block-1']{background:#000;color:#fff;border-radius:8px;position:relative;margin:1em;padding:1em;}[id='block-views-block-content-recent-block-1']:before{content:'';background:linear-gradient(130deg,#b00000,#cc3333 41.07%,#054877 76.05%);position:absolute;top:-5px;left:-5px;width:calc(100% + 10px);height:calc(100% + 10px);z-index:-1;border-radius:12px;}.paragraph{margin-bottom:1em;}.paragraph:after{content:'';display:table;clear:both;}.paragraph ul,.paragraph ol{margin:0 0 1em 0;padding:0 1em 0 1.4em;}.paragraph img{display:block;}.paragraph p:last-child{margin-bottom:0;}.skiplink{left:50%;transform:translateX(-50%);z-index:50;font-weight:700;background-color:#fff;border:0.5rem solid #b00000;border-radius:1rem;padding:.5rem 1rem;}.skiplink:focus{text-decoration:none;}.skiplink.focusable:focus{position:absolute !important;top:1rem;}[role="button"],input[type="submit"],input[type="reset"],input[type="button"],button{box-sizing:content-box;}input[type="submit"],input[type="reset"],input[type="button"],button{background:none;border:0;color:inherit;margin:0;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-appearance:button;-moz-appearance:button;appearance:button;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}input::-moz-focus-inner,button::-moz-focus-inner{border:0;padding:0;}[role="button"]{color:inherit;cursor:default;display:inline-block;text-align:center;text-decoration:none;white-space:pre;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.link-with-arrow,.more-link a,.node-readmore a{color:#b00000;position:relative;text-decoration:none;margin-left:1.2em;font-weight:700;}.link-with-arrow:before,.more-link a:before,.node-readmore a:before{background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 298.6 512'%3E%3Cstyle%3E.st0%7Bfill:%23b00000%7D%3C/style%3E%3Cpath class='st0' d='M30.8 5.1L5.1 30.8C1.7 34.2 0 38.1 0 42.6 0 47 1.7 51 5.1 54.4L206.8 256 5.1 457.6C1.7 461 0 465 0 469.4c0 4.5 1.7 8.4 5.1 11.8l25.7 25.6c3.4 3.4 7.4 5.1 11.8 5.1s8.4-1.7 11.8-5.1l239.1-239.1c3.4-3.4 5.1-7.3 5.1-11.8s-1.7-8.4-5.1-11.8L54.4 5.1C51 1.7 47 0 42.6 0c-4.5 0-8.4 1.7-11.8 5.1z'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100%;width:298px;height:512px;}.link-with-arrow:hover,.link-with-arrow:focus,.more-link a:hover,.more-link a:focus,.node-readmore a:hover,.node-readmore a:focus{text-decoration:underline;}.link-with-arrow:before,.more-link a:before,.node-readmore a:before{content:"";height:1em !important;width:1em !important;top:calc(50% - .5em);position:absolute;left:-1.2em;background-position:center center;background-repeat:no-repeat;background-size:contain !important;}.field-links{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0;}.field-links li{margin:3em;}.field-links li a{margin-left:1.2em;}.has-background .field-links{color:#fff;}.has-no-background .field-links{color:#b00000;}input[type="reset"].button,input[type="button"].button,input[type="submit"].button,a.button,button.button{line-height:1.4;font-family:'ITC Avant Garde Gothic W01',Arial,sans-serif;font-weight:700;background-color:#b00000;color:#fff;padding:.5em 1em;font-size:1em;border-radius:1.4em;display:inline-block;cursor:pointer;text-decoration:none;margin-top:.5em;transition:background-color .1s ease-in-out;}input[type="reset"].button + input[type="reset"].button,input[type="button"].button + input[type="reset"].button,input[type="submit"].button + input[type="reset"].button,a.button + input[type="reset"].button,button.button + input[type="reset"].button,input[type="reset"].button +
  input[type="button"].button,input[type="button"].button +
  input[type="button"].button,input[type="submit"].button +
  input[type="button"].button,a.button +
  input[type="button"].button,button.button +
  input[type="button"].button,input[type="reset"].button +
  input[type="submit"].button,input[type="button"].button +
  input[type="submit"].button,input[type="submit"].button +
  input[type="submit"].button,a.button +
  input[type="submit"].button,button.button +
  input[type="submit"].button,input[type="reset"].button +
  a.button,input[type="button"].button +
  a.button,input[type="submit"].button +
  a.button,a.button +
  a.button,button.button +
  a.button,input[type="reset"].button +
  button.button,input[type="button"].button +
  button.button,input[type="submit"].button +
  button.button,a.button +
  button.button,button.button +
  button.button{margin-left:.5em;}input[type="reset"].button:hover,input[type="reset"].button:focus,input[type="button"].button:hover,input[type="button"].button:focus,input[type="submit"].button:hover,input[type="submit"].button:focus,a.button:hover,a.button:focus,button.button:hover,button.button:focus{text-decoration:none;background-color:tint(#b00000,25%);}.js input[type="reset"].button.js-hide,.js input[type="button"].button.js-hide,.js input[type="submit"].button.js-hide,.js a.button.js-hide,.js button.button.js-hide{display:none;}.js input[type="reset"].button.js-show,.js input[type="button"].button.js-show,.js input[type="submit"].button.js-show,.js a.button.js-show,.js button.button.js-show{display:inline-block;}blockquote{background:#f9f9f9;border-left:10px solid #b00000;margin:2em;padding:1.5rem .6rem;quotes:"“" "”" "‘" "’";clear:both;}blockquote:before{color:#ccc;content:open-quote;font-size:4em;line-height:0.1em;margin-right:0.1em;vertical-align:-0.4em;}blockquote p{display:inline;color:#b00000;}table{width:90%;border-top:1px solid #b00000;border-right:1px solid #b00000;margin:1em auto;border-collapse:collapse;}table th{border-bottom:1px solid #b00000;border-left:1px solid #b00000;}table tr:nth-child(2){background-color:tint(#b00000,90%);}table td{color:tint(#000,25%);border-bottom:1px solid #b00000;border-left:1px solid #b00000;padding:.3em 1em;text-align:center;}.field-paragraph-files table{margin:0;}.messages{background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2373b355'%3E%3Cpath d='M6.464 13.676a.502.502 0 0 1-.707 0L.797 8.721a.502.502 0 0 1 0-.707l1.405-1.407a.5.5 0 0 1 .707 0l2.849 2.848a.504.504 0 0 0 .707 0l6.629-6.626a.502.502 0 0 1 .707 0l1.404 1.404a.504.504 0 0 1 0 .707l-8.741 8.736z'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100%;width:16px;height:16px;box-shadow:-8px 0 0 #77b259;border-radius:2px;margin:0 0 1rem 8px;padding:15px 20px 15px 35px;word-wrap:break-word;overflow-wrap:break-word;color:#325e1c;border-width:1px 1px 1px 0;border-style:solid;border-color:#c9e1bd;background-color:#f3faef;background-repeat:no-repeat;background-position:10px 17px;background-size:auto;height:auto;width:auto;}.messages--warning{background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e29700'%3E%3Cpath d='M14.66 12.316L9.344 1.683c-.738-1.476-1.946-1.476-2.685 0L1.342 12.316C.604 13.793 1.35 15 3 15h10.002c1.65 0 2.396-1.207 1.658-2.684zM7 4h2.002v5H7V4zm2.252 8.615a.627.627 0 0 1-.625.625h-1.25a.627.627 0 0 1-.626-.625v-1.239c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.239z'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100%;width:16px;height:16px;box-shadow:-8px 0 0 #e09600;color:#734c00;border-color:#f4daa6;background-color:#fdf8ed;background-repeat:no-repeat;background-position:10px 17px;background-size:auto;height:auto;width:auto;}.messages--error{background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e32700'%3E%3Cpath d='M8.002 1a7 7 0 1 0 0 14 7 7 0 0 0 0-14zm4.025 9.284c.062.063.1.149.1.239a.34.34 0 0 1-.1.24l-1.262 1.262a.34.34 0 0 1-.48 0L8.002 9.742l-2.286 2.283a.34.34 0 0 1-.48 0l-1.261-1.262a.336.336 0 0 1 0-.478L6.258 8 3.975 5.716a.34.34 0 0 1 0-.48l1.262-1.262a.34.34 0 0 1 .48 0l2.285 2.284 2.283-2.284a.34.34 0 0 1 .48 0l1.262 1.262c.062.063.1.149.1.24a.345.345 0 0 1-.1.24L9.744 8l2.283 2.284z'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:100%;width:16px;height:16px;box-shadow:-8px 0 0 #e62600;color:#a51b00;border-color:#f9c9bf;background-color:#fcf4f2;background-repeat:no-repeat;background-position:10px 17px;background-size:auto;height:auto;width:auto;}.messages__list{margin:0;padding:0;list-style:none;}.messages__item + .messages__item{margin-top:.5rem;}.file{padding-left:20px;display:inline-block;min-height:16px;background-repeat:no-repeat;background-position:left center;}[dir="rtl"] .file{padding-left:inherit;padding-right:20px;background-position:right center;}.file--general,.file--application-octet-stream{background-image:url(/themes/custom/yop/img/icons/application-octet-stream.png);}.file--package-x-generic{background-image:url(/themes/custom/yop/img/icons/package-x-generic.png);}.file--x-office-spreadsheet{background-image:url(/themes/custom/yop/img/icons/x-office-spreadsheet.png);}.file--x-office-document{background-image:url(/themes/custom/yop/img/icons/x-office-document.png);}.file--x-office-presentation{background-image:url(/themes/custom/yop/img/icons/x-office-presentation.png);}.file--text-x-script{background-image:url(/themes/custom/yop/img/icons/text-x-script.png);}.file--text-html{background-image:url(/themes/custom/yop/img/icons/text-html.png);}.file--text-plain{background-image:url(/themes/custom/yop/img/icons/text-plain.png);}.file--application-pdf{background-image:url(/themes/custom/yop/img/icons/application-pdf.png);}.file--application-x-executable{background-image:url(/themes/custom/yop/img/icons/application-x-executable.png);}.file--audio{background-image:url(/themes/custom/yop/img/icons/audio-x-generic.png);}.file--video{background-image:url(/themes/custom/yop/img/icons/video-x-generic.png);}.file--text{background-image:url(/themes/custom/yop/img/icons/text-x-generic.png);}.file--image{background-image:url(/themes/custom/yop/img/icons/image-x-generic.png);}.password-field{margin:0;}form{margin:0;padding:0;}fieldset{margin:1em 0;min-width:0;}@-moz-document url-prefix(){fieldset{display:table-cell;}}details,fieldset,.filter-wrapper{border-radius:4px;}.filter-wrapper{border-top-left-radius:0;border-top-right-radius:0;}.filter-help a{font-size:0.857em;}.filter-wrapper .form-item label{margin-right:10px;}[dir="rtl"] .filter-wrapper .form-item label{margin-left:10px;margin-right:0;}summary{background:#dbdbdb;color:#3b3b3b;text-shadow:0 1px 0 #fff;}details summary a{color:#3b3b3b;}details summary a:hover,details summary a:active,details summary a:focus{color:#000;}details .details-description{font-style:italic;}label{font-weight:bold;}label[for]{cursor:pointer;}input,textarea,select{font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;}input{margin:2px 0;padding:4px;max-width:100%;box-sizing:border-box;}input,textarea{font-size:0.929em;}@media screen and (max-width:60em){input,textarea{font-size:16px;}}textarea{line-height:1.5;}textarea.form-textarea,select.form-select{padding:4px;}input.form-text,input.form-tel,input.form-email,input.form-url,input.form-search,input.form-file,input.form-number,input.form-color,textarea.form-textarea,select.form-select{border:1px solid #ccc;color:#3b3b3b;}input.form-submit:hover,input.form-submit:focus{background:#dedede;}.password-suggestions ul li{margin-left:1.2em;}[dir="rtl"] .password-suggestions ul li{margin-right:1.2em;margin-left:0;}.form-item label,.form-wrapper .label{font-size:0.929em;}.form-wrapper .field-multiple-table .label{font-size:inherit;}.form-type-radio label,.form-type-checkbox label{margin-left:4px;}[dir="rtl"] .form-type-radio label,[dir="rtl"] .form-type-checkbox label{margin-right:4px;margin-left:0;}.form-type-radio .description,.form-type-checkbox .description{margin-left:2px;}[dir="rtl"] .form-type-radio .description,[dir="rtl"] .form-type-checkbox .description{margin-right:2px;margin-left:0;}.form-actions{padding-top:10px;}#edit-body{margin-bottom:2em;}.node-form label,.node-form .description,.node-form .form-wrapper .label{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}.node-form .form-wrapper .field-multiple-table .label{font-family:inherit;}.node-form .form-wrapper{margin-bottom:2em;}.contact-form #edit-name{width:75%;border-radius:4px;}.contact-form #edit-mail{width:75%;border-radius:4px;}.contact-form #edit-subject{width:75%;border-radius:4px;}.contact-form #edit-message{width:76.3%;border-top-left-radius:4px;border-top-right-radius:4px;}.form-disabled input,.form-disabled select,.form-disabled textarea{background:#ededed;border-color:#bbb;color:#717171;}.form-disabled label{color:#717171;}.comment-form label{float:left;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.929em;width:120px;}[dir="rtl"] .comment-form label{float:right;}.comment-form input,.comment-form .form-select{margin:0;border-radius:4px;}.comment-form .form-type-textarea label{float:none;}.comment-form .form-item,.comment-form .form-radios,.comment-form .form-type-checkbox,.comment-form .form-select{margin-bottom:10px;overflow:hidden;}.comment-form .form-type-checkbox,.comment-form .form-radios{margin-left:120px;}[dir="rtl"] .comment-form .form-type-checkbox,[dir="rtl"] .comment-form .form-radios,[dir="rtl"] .comment-form .form-item .description{margin-left:0;margin-right:120px;}.comment-form .form-type-checkbox label,.comment-form .form-radios label{float:none;margin-top:0;}.comment-form input.form-file{width:auto;}.layout-no-sidebars .comment-form .form-text{width:800px;}.layout-one-sidebar .comment-form .form-text{width:500px;}.layout-two-sidebars .comment-form .form-text{width:320px;}.comment-form .form-item .description{font-size:0.786em;line-height:1.2;margin-left:120px;}.comment-form .form-textarea{border-top-left-radius:4px;border-top-right-radius:4px;}.comment-form details.filter-wrapper .details-wrapper,.comment-form .text-format-wrapper .form-item{margin-top:0;margin-bottom:0;}.filter-wrapper label{width:auto;float:none;}.filter-wrapper .form-select{min-width:120px;}.comment-form details.filter-wrapper .tips{font-size:0.786em;}#comment-body-add-more-wrapper .form-type-textarea label{margin-bottom:0.4em;}#edit-actions input{margin-right:0.6em;}[dir="rtl"] #edit-actions input{margin-left:0.6em;margin-right:0;}.form-item textarea.error + .cke{border:2px solid red;}.form-item--error-message{color:#e32700;}@media all and (max-width:600px){.form-actions .button{float:none;margin:10px 0 0;padding-bottom:6px;width:100%;display:block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}.js .dropbutton .dropbutton-action > input,.js .dropbutton .dropbutton-action > a,.js .dropbutton .dropbutton-action > button{text-align:center;padding-left:3em;}}.pager__item{font-size:0.929em;padding:10px 15px;}.pager__item a{display:inline-block;}.pager__item--first,.pager__item--previous{padding:10px 10px 10px 0;}[dir="rtl"] .pager__item--first,[dir="rtl"] .pager__item--previous{padding-left:10px;padding-right:0;}.pager__item--ellipsis{padding:10px 0;}.pager__item--last,.pager__item--next{padding:10px 0 10px 10px;}[dir="rtl"] .pager__item--last,[dir="rtl"] .pager__item--next{padding-left:0;padding-right:10px;}.pager__items{margin:1em 0;padding:0;}.pager__item{display:inline-block;color:#b00000;font-size:1.08em;margin:0;padding:0 0.4em;}.pager__item a{border-bottom:2px solid transparent;color:#b00000;line-height:1.55em;padding:0 5px 2px;font-weight:600;text-decoration:none;transition:border-bottom-color 0.2s;-webkit-font-smoothing:antialiased;}.pager__item.is-active a{border-bottom-width:3px;border-bottom-color:#b00000;color:#b00000;font-weight:700;}.pager__item a:hover,.pager__item a:focus{border-bottom-color:#b00000;}.pager__item--next a,.pager__item--last a,.pager__item--first a,.pager__item--previous a{border-bottom-width:0;color:#b00000;}.field-source{border:1px solid #b00000;background-color:rgba(176,0,0,0.75);padding:.2em 0.8em;border-top:none;border-bottom-left-radius:.2rem;border-bottom-right-radius:.2rem;}.field-source.label-inline *{display:inline-block;line-height:1;font-size:1rem;margin:0;color:var(--white);}.field-article-type{display:inline-block;}.field-article-type a{text-transform:uppercase;text-decoration:none;color:#b00000;font-size:.8em;}
